/*Slider Revolution fonts*/
@font-face {
    font-family: 'Droid-Sans-bold';
    src: url('/../../fonts/webfonts/droid_sans_700-webfont.eot');
    src: url('../../fonts/webfonts/droid_sans_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/webfonts/droid_sans_700-webfont.woff2') format('woff2'),
         url('../../fonts/webfonts/droid_sans_700-webfont.woff') format('woff'),
         url('../../fonts/webfonts/droid_sans_700-webfont.ttf') format('truetype'),
         url('../../fonts/webfonts/droid_sans_700-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Droid-Sans-regular';
    src: url('../../fonts/webfonts/droid_sans_regular-webfont.eot');
    src: url('../../fonts/webfonts/droid_sans_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/webfonts/droid_sans_regular-webfont.woff2') format('woff2'),
         url('../../fonts/webfonts/droid_sans_regular-webfont.woff') format('woff'),
         url('../../fonts/webfonts/droid_sans_regular-webfont.ttf') format('truetype'),
         url('../../fonts/webfonts/droid_sans_regular-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*News CPT*/
.load-more-posts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5em;
  width: 100%;
}

.post-type-archive-testimonial .load-more-posts-wrap {
  margin-top: 3em;
}

button.load-more {
  background-color: #ffffff;
  color: #E37222;
  border: 1px solid #E37222;
  margin: 0 auto;
}

button.load-more:hover,
button.load-more:focus {
  background-color: #ffffff;
  color: #FF6A00;
  border-color: #FF6A00;
}

#heading-welcome-logo {
  width: 37px;
  height: 36px;
}

.post-type-archive-journey-news .fullwidth-section .pagination {
  margin-bottom: 8em;
}
.post-type-archive-journey-news .archive-journey-post .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.archive-journey-post .post-image {
  padding-left: 0;
}
.archive-journey-post:nth-of-type(odd) .post-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  padding-left: 3em;
}
.archive-journey-post .post-content.last {
  padding-left: 3em;
}
.archive-journey-post:nth-of-type(odd) .post-content.last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 3.8% !important;
  padding-left: 0;
}

.posts-listing .post.archive-journey-post {
  margin-bottom: 8em;
}

.archive-journey-post-img a img {
  width: 100%;
}

/*News on Homepage (shortcode)*/

.homepage-news h3 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #0087ba;
}

.homepage-news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.homepage-news-list-wrap {
  background-color: #F7F7F7;
  width: 50%;
  max-width: 674px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 50px;
  left: -30px;
  margin-right: -30px;
  padding: 10px 52px 20px 70px;
  position: relative;
  z-index: 1;
}

.homepage-news-image {
  width: 50%;
  max-width: 493px;
  max-height: 277px;
  overflow: hidden;
  border: 1px solid #008bb7;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 2;
}

.homepage-news-image img {
  display: block;
}

.homepage-news-list {
  margin-bottom: 21px;
}

.homepage-news-item {
  list-style: none;
  margin-bottom: 0;
  padding: 16px 0 16px 20px;
  border-bottom: 0.5px solid #C7C7C7;
  font-size: 15px;
  font-weight: bold;
  font-family: Droid Sans, Arial, Helvetica, sans-serif;
  position: relative;
}

.homepage-news-item:before {
  content: "\f101";
  font-family: 'FontAwesome';
  color: #E37222;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.homepage-news-link,
.homepage-news-link:focus {
  color: #E37222;
}

.homepage-news-link:hover {
  color: #E37222;
  text-decoration: underline;
}

.homepage-news-list-wrap a.button-orange {
  float: right;
}

/*Single News Post Sidebar*/

#news-posts-sidebar .widget {
  background: white;
  border: none;
  padding-top: 0;
}

#news-posts-sidebar .widget-title {
  background-color: white;
  border: none;
}

#news-posts-sidebar h3 {
  font-size: 2em;
  margin-top: 0;
}

#news-posts-sidebar ul {
  border: 1px solid #e5e5e5;
  padding: 20px;
}

#news-posts-sidebar ul li {
  border-bottom: none;
}

#news-posts-sidebar a,
#news-posts-sidebar a:active,
#news-posts-sidebar a:focus {
  color: #0083be;
}

#news-posts-sidebar a:hover {
  color: #e37222;
  text-decoration: underline;
}

/*Smash Ballon customizations*/
#cff .cff-item {
  background: #fff !important;
  padding: 20px !important;
  border: 1px solid #e5e5e5 !important;
}

/*Testimonials - shortcode on Homepage*/
.homepage-testimonials {
  margin-bottom: 3.5em;
}
.homepage-testimonials h3 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #0087ba;
}

.homepage-testimonials-item {
  display: inline-block;
  width: 31%;
  margin-right: 3%;
  vertical-align: top;
}

.homepage-testimonials-item:last-of-type {
  margin-right: 0;
}

.homepage-testimonial-text {
  margin-bottom: 16px;
  padding: 12px 16px;
  border: 2px solid #0087ba;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  position: relative;
}

.main-content .homepage-testimonial-text p {
  font-size: 17px;
  color: #0087ba;
  font-family: Droid Sans, Arial, Helvetica, sans-serif;
}

.main-content .homepage-testimonial-text p:last-of-type {
  margin-bottom: 0;
}

.testimonial-triangle-left {
/*blue*/
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #0087ba transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: -2px;
}

.testimonial-inner-triangle {
/*white*/
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 26px 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: 5px;
  left: 2px;
}

.testimonial-info-wrap {
  margin-left: 16px;
  position: relative;
}

.testimonial-user-wrap {
  width: 80px;
  height: 80px;
  background-color: #0087ba;
  border-radius: 50%;
  position: relative;
  margin-right: 16px;
  display: inline-block;
}

.testimonial-user-wrap i {
  color: #ffffff;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-info {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-info-two {
  padding-left: 12px;
}

.main-content .testimonial-info-name {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  color: #0087ba;
  font-family: Droid Sans, Arial, Helvetica, sans-serif;
}

.main-content .testimonial-info-location {
  font-size: 15px;
  color: #0087ba;
  font-family: Droid Sans, Arial, Helvetica, sans-serif;
}

.main-content .testimonial-info-location span.reg-orange {
  color: #e37222;
}
.button-orange.testimonials-archive-link {
  float: right;
  margin-top: 4em;
}

/*Testimonials Archive*/
.post-type-archive-testimonial .header-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6em;
}

.post-type-archive-testimonial .header-button-wrap h1 {
  margin-bottom: 0;
}

.post-type-archive-testimonial .header-button-wrap .button-orange {
  margin-top: 0;
}

.post-type-archive-testimonial .posts-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 54px;
  grid-column-gap: 50px;
  margin-top: 4em;
}

.archive-testimonial-post {
  text-align: center;
}

.archive-testimonial-post h2 {
  font-size: 20px;
  color: #0087ba;
  margin-bottom: 20px;
}

.archive-testimonial-post h2 span.bold-blue {
  font-weight: 700;
}

.archive-testimonial-post h2 span.reg-orange {
  color: #e37222;
} 

.archive-testimonial-post p {
  margin-bottom: 20px;
}
p.testimonial-archive-grade {
  font-family: Droid Sans, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #0087ba;
  font-weight: 700;
}

.testimonial-video-wrapper {
  position: relative;
  z-index: 1;
  border: 2px solid #0087ba;
}

.testimonial-video-image {
  position: relative;
  z-index: 2;
}

.testimonial-video-image img {
  display: block;
  width: 100%;
  height: auto;
}

.testimonial-video-overlay {
  position: absolute;
  z-index: 3;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.testimonial-video-overlay:hover {
  cursor: pointer;
}

.testimonial-video-play-button {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#testimonial-load-more-posts {
  display: block;
  width: 100%;
  text-align: center;
}
/*Modal*/
#testimonailModal .modal-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#testimonailModal .modal-dialog-centered {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  min-height:calc(100% - (.5rem * 2));
}

#testimonailModal .modal-header {
  padding-bottom: 0;
  border-bottom: none;
}

.modal .modal-header .close.testimonial-modal-close {
  font-size: 20px;
  color: #0087ba;
  opacity: 1;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

#testimonial-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media (min-width: 576px) {
  #testimonailModal .modal-dialog-centered {
    min-height:calc(100% - (1.75rem * 2));
  }
}

/*about us fix*/
@media (min-width: 768px) {
  .clearfix.tabs-container.vertical-tabs {
    margin-bottom: 50px;
  }
}

/*load more */
#project-loader.button {
  display: block;
  min-width: 200px;
  max-width: 100%;
  margin: 0 auto 10em auto;
  padding: 12px;
  background-color: #ffffff;
  color: #E37222 !important;
  border: 1px solid #E37222;
  font-size: 15px;
  font-family: Droid Sans, Arial, Helvetica, sans-serif;
  text-shadow: none;
}

#project-loader.button:hover {
  border-color: #FF6A00;
  color: #FF6A00 !important;
}

/* Homepage Buttons & Updates */
#user-choice {
  background-color: #008dbe;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 70px;
}

.row #user-choice .row {
  margin: 0 auto;
  padding: 0;
  width: 1140px;
  height: 120px; /*this is needed for IE11 & centering the buttons vertically*/
  min-height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
   flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
}

#user-choice .user-button {
  color: #fff;
  border: 2px solid white;
  padding: 18px;
  width: 40%;
  max-width: 496px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-family: Droid Sans, Arial, Helvetica, sans-serif;
}

#user-choice .user-button:hover {
  background-color: #03A6DE;
}

#user-choice .user-educator {
  margin-right: 76px;
}

.journey-programs {
  margin-bottom: 70px;
}
.journey-programs h3 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #0087ba;
  margin-bottom: 50px;
}

.journey-programs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

#homepage-programs .program-info {
  display: inline-block;
  vertical-align: top;
}
#homepage-programs .program-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}

#homepage-programs .journey-programs-item {
  border-right: 1px solid #E5E5E5;
}
#homepage-programs .journey-programs-item:last-of-type {
  border-right: 0;
}

#homepage-programs .journey-programs-item.item-online {
  width: 30%;
}
#homepage-programs .journey-programs-item.item-speaker {
  width: 40%;
}
#homepage-programs .journey-programs-item.item-trip {
  width: 30%;
}

#educators-programs .journey-programs-item {
    width: 25%;
    border: 1px solid #E5E5E5;
    padding: 34px;
    min-height: 598px;
}
.journey-programs-item.item-online .homepage-programs-wrapper {
  margin-right: 32px;
}
.journey-programs-item.item-speaker .homepage-programs-wrapper {
  margin: 0 32px;
}
.journey-programs-item.item-trip .homepage-programs-wrapper {
  margin-left: 32px;
}
.edu-programs-wrapper {
  height: 100%;
  position: relative;
}
.journey-programs .program-title-primary,
.journey-programs .program-title-secondary {
  font-size: 29px;
  font-family: Droid Sans, Arial, Helvetica, sans-serif;
  line-height: 1.2;
  margin-bottom: 0;
}
.journey-programs .program-title-primary {
  font-weight: bold;
  text-transform: uppercase;
}
.journey-programs .program-title-secondary {
  margin-bottom: 10px;
}
.journey-programs .program-title-tagline {
  font-size: 17px;
  font-family: Droid Sans, Arial, Helvetica, sans-serif;
}
.journey-programs .program-title-tagline.green {
  color:#57B75F;
}
.journey-programs .program-title-tagline.yellow {
  color: #FFCF00 ;
}
.journey-programs .program-title-tagline.blue {
  color:#07BEFB;
}
#educators-programs.journey-programs .program-title-primary,
#educators-programs.journey-programs .program-title-secondary,
#educators-programs.journey-programs .program-title-tagline {
  text-align: center;
}

#educators-programs .program-info {
  margin-bottom: 45px;
}
#educators-programs .program-info-copy {
  font-size: 18px;
  color:#008CBE;
  font-family: Droid Sans, Arial, Helvetica, sans-serif;
}
.journey-programs .program-link {
  color: #E37222;
  font-size: 19px;
  font-family: Droid Sans, Arial, Helvetica, sans-serif;
  display: block;
}
.journey-programs .program-link i {
  margin-left: 6px;
  font-size: 22px;
  position: relative;
  top: 2px;
}
.journey-programs .program-link:hover {
  color: #FF6A00;
  text-decoration: underline;
}

#educators-programs.journey-programs .program-link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.journey-programs .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  position: relative;
}
#educators-programs .program-icon {
  margin-bottom: 20px;
}
#educators-programs.journey-programs .icon {
  margin: 0 auto;
}
.journey-programs .icon.green {
  background-color: #57B75F;
}
.journey-programs .icon.yellow {
  background-color: #FFCF00;
}
.journey-programs .icon.blue {
  background-color: #07BEFB;
}
.journey-programs .icon i {
  font-size: 46px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


/*Educators Framework Table*/
#educator-framework {
  margin-bottom: 70px;
}
#educator-framework h3 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #0087ba;
}

#educator-framework p.educator-framework-intro {
  font-family: Droid Sans, Arial, Helvetica, sans-serif;
}

#educator-framework p.educator-framework-intro span {
  font-weight: bold;
}

#educator-framework-table {
  margin: 0 auto;
  border-collapse: collapse;
  border: none;
  font-family: Droid Sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
}

tr.educator-framework-header-blue {
  background-color: #0083BE;
  color: #fff;
}

thead.educator-framework-header {
  font-size: 16px;
}

thead.educator-framework-header th {
  padding: 24px 16px;
  border: none;
  font-weight: normal;
  text-align: center;
}

thead.educator-framework-header th.text-left {
  text-align: left;
}

thead.educator-framework-header tr th:first-of-type { border-top-left-radius: 8px; }
thead.educator-framework-header tr th:last-of-type { border-top-right-radius: 8px; }
thead.educator-framework-header tr th:first-of-type { border-bottom-left-radius: 8px; }
thead.educator-framework-header tr th:last-of-type { border-bottom-right-radius: 8px; }

thead.educator-framework-header tr th:last-of-type {
  word-break: break-all;
}

tbody.educator-framework-body:before {
  line-height: 0.6em; 
  content:"\200C"; 
  display:block;
}

tbody.educator-framework-body tr {
  border-bottom: 1px solid #34B233;
}

tbody.educator-framework-body tr:last-of-type {
  border-bottom: none;
}

tbody.educator-framework-body td {
  color: #34B233;
  border-right: 1px solid #34B233;
  padding: 16px;
}

tbody.educator-framework-body tr td:first-of-type {
  background-color: #34B233;
  color: #fff;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #fff;
  border-right: none;
  width: 82px;
  padding-top: 16px;
}

tbody.educator-framework-body td.top-rounded-corners {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

tbody.educator-framework-body td.bottom-rounded-corners {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

tbody.educator-framework-body td {
  min-width: 60px;
  padding-top: 30px;
  text-align: center;
  vertical-align: top;
}

tbody.educator-framework-body td.column-width {
  width: 175px;
  padding-top: 16px;
  text-align: left;
}

tbody.educator-framework-body td ul {
  margin: 0;
  padding-left: 16px;
}

tbody.educator-framework-body td ul li {
  margin-bottom: 0;
}

tbody.educator-framework-body td i {
  font-size: 24px;
  color: #34B233;
}

/*Games Type styles*/
#games-type-wrapper {
  margin-top: 40px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

#games-type-wrapper .game-wrap {
  border: 1px solid #E5E5E5;
  padding: 20px;
  min-width: 300px;
  text-align: center;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

#games-type-wrapper .game-wrap.game-journey {
  margin-right: 66px;
}

#games-type-wrapper .game-logo {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

#games-type-wrapper .game-logo img {
  margin: 0;
  float: none;
}

#games-type-wrapper h3 {
  font-weight: bold;
}

#games-type-wrapper ul.game-type-list {
  list-style: none;
}

#games-type-wrapper ul.game-type-list li {
  margin-bottom: 0.25em;
}

#games-type-wrapper ul.game-type-list li:before {
  content: "\f101";
  font-family: 'FontAwesome';
  font-size: 18px;
  position: relative;
  left: -8px;
  top: 2px;
}

#games-type-wrapper .button-orange {
  margin-bottom: 12px;
}


ul.games-download-list {
  margin-top: 12px;
  list-style: none;
}

ul.games-download-list-body {
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.games-download-list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}

ul.games-download-list li:last-of-type {
  margin-right: 0;
}

ul.games-download-list li img {
  display: inline-block;
  margin: 0;
  width: 30px;
  height: auto;
  top: 3px;
  position: relative;
}

ul.games-download-list li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  position: relative;
  background: #e37222;
  padding: 8px;
}

ul.games-download-list li a:hover {
  background: #ff6a00;
}

ul.games-download-list li i {
  color: white;
  font-size: 33px;
  position: relative;
  top: 4px;
  left: 3px;
}

ul.games-download-list li i.fab.fa-apple {
  font-size: 36px;
}

ul.games-download-list li i.fab.fa-windows {
  top: 6px;
}

ul.games-download-list-body li i.fab.fa-apple {
  left: 7px;
}

ul.games-download-list-body li img {
  left: 6px;
}

/*Responsive Styles*/
@media only screen and (max-width: 1199px) {
  #homepage-programs .program-icon {
    display: block;
    margin-right: 0;
    margin-bottom: 16px;
  }

  #homepage-programs.journey-programs .icon {
    margin: 0 auto;
  }

  #homepage-programs .program-info {
    display: block;
  }

  #homepage-programs.journey-programs .program-title-primary, 
  #homepage-programs.journey-programs .program-title-secondary,
  #homepage-programs.journey-programs .program-title-tagline,
  #homepage-programs.journey-programs .program-link {
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 1000px) {
  #educators-programs .journey-programs-item {
    padding: 24px;
  }

  thead.educator-framework-header th {
    padding: 2%;
  }

  tbody.educator-framework-body td {
    padding: 2%;
  }

  tbody.educator-framework-body tr td:first-of-type {
    width: 15%;
    padding-top: 2%;
  }

  tbody.educator-framework-body td {
    min-width: none;
    width: 16%;
    padding-top: 5%;
  }

  tbody.educator-framework-body td.column-width {
    width: 22%;
    padding-top: 2%;
  }

  tbody.educator-framework-body td ul {
    padding-left: 2%;
  }

  tbody.educator-framework-body td i {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .post-type-archive-journey-news .archive-journey-post .flex-wrapper {
    display: block;
  }

  .archive-journey-post .post-content.last {
    padding-left: 0;
  }

  .archive-journey-post:nth-of-type(odd) .post-image {
    padding-left: 0;
  }

  .homepage-news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homepage-news-list-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    left: 0;
    padding: 0;
  }

  .homepage-news-list {
    margin: 1em;
  }

  .homepage-news-list-wrap a.button-orange {
    margin: 1em;
  }

  .homepage-news-image {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .homepage-testimonials-item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.5em;
  }

  .button-orange.testimonials-archive-link {
    float: none;
    margin-top: 1em;
  }

  .post-type-archive-testimonial .header-button-wrap {
    display: block;
  }

  .post-type-archive-testimonial .header-button-wrap h1 {
    margin-bottom: 0.7em;
  }

  .post-type-archive-testimonial .posts-listing {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
    margin-top: 3em;
  }

  .row #user-choice .row {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 20px 0;
  }

  #user-choice .user-educator {
    margin-right: 0;
  }

  #user-choice .user-button {
    width: 30%;
  }
  .journey-programs-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #homepage-programs .journey-programs-item.item-online,
  #homepage-programs .journey-programs-item.item-speaker,
  #homepage-programs .journey-programs-item.item-trip {
    width: 100%;
    margin-bottom: 30px;
  }
  .journey-programs-item.item-online .homepage-programs-wrapper,
  .journey-programs-item.item-speaker .homepage-programs-wrapper,
  .journey-programs-item.item-trip .homepage-programs-wrapper {
    margin: 16px;
  }

  #homepage-programs .journey-programs-item {
    border: 1px solid #E5E5E5;
  }
  #homepage-programs .journey-programs-item:last-of-type {
    border-right: 1px solid #E5E5E5;
  }

  #homepage-programs .program-info {
    width: 70%;
  }

  #educators-programs .journey-programs-item {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
    padding: 0;
    padding-bottom: 24px;
  }

  #educators-programs .edu-programs-wrapper {
    margin: 24px 24px 45px 24px;
  }

  #educators-programs.journey-programs .program-link {
    position:relative;
    float: right;
  }

  #homepage-programs .program-icon {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 0;
  }

  #homepage-programs .program-info {
    display: inline-block;
  }

  #homepage-programs.journey-programs .program-title-primary, 
  #homepage-programs.journey-programs .program-title-secondary,
  #homepage-programs.journey-programs .program-title-tagline,
  #homepage-programs.journey-programs .program-link {
    text-align: left;
  }

  .educator-framework-table-wrapper {
    overflow-x: scroll;
  }

  #educator-framework-table {
    min-width: 800px;
  }

  tbody.educator-framework-body tr td:first-of-type span {
    font-size: 12px;
  }

  #games-type-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #games-type-wrapper .game-wrap.game-journey {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .row #user-choice .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  #user-choice .user-button {
    width: 80%;
  }

  #user-choice .user-educator {
    margin-bottom: 20px;
  }

  #homepage-programs .program-info {
    width: 60%;
  }

  .journey-programs .icon {
    width: 60px;
    height: 60px;
  }

  .journey-programs .icon i {
    font-size: 23px;
  }

  .journey-programs .program-title-primary,
  .journey-programs .program-title-secondary {
    font-size: 24px;
  }

  .journey-programs .program-link {
    font-size: 17px;
  }

  .journey-programs .program-link i {
    font-size: 20px;
  }

  #educators-programs .journey-programs-item {
    padding-bottom: 0;
  }

  #educators-programs .edu-programs-wrapper {
    margin: 24px;
  }

  #educators-programs.journey-programs .program-link {
    float: none;
  }

  #games-type-wrapper .game-wrap {
    min-width: none;
    width: 100%;
  }

  #games-type-wrapper .game-wrap {
    padding: 0;
  }

  #games-type-wrapper .game-wrap-inner {
    padding: 20px;
  }
}

@media only screen and (max-width: 320px) {
  #user-choice {
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}