.zoom {
  transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
}

.zoom:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  position: relative;
}

/* Drupal EXP Fixes */
.custom-column {
  float: left;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  float: left;
}

/* Julien CSS Change */
.carousel-partners .slick-prev {
  height: 100%;
  width: 25%;
  left: 0;
  z-index: 2;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
}

.carousel-partners .slick-next {
  height: 100%;
  width: 25%;
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
}

/* Error pages, 404 and 403 pages */
.page-error-403,
.page-error-404 {
  background: none;
  padding-top: 0;
}

.page-error-404 .item-list {
  text-align: left;
}

.page-error-404 .item-list h3 {
  font-weight: 300;
  font-size: 30px;
}

/* Footer */
/* Bottom links */

.bottom-links {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	font-size: 13px;
}

.bottom-links>ul.menu {
	display: table-row;
}

.bottom-links>ul.menu>li {
	display: table-cell;
	text-align: center;
	letter-spacing: 3px;
	border-right: solid 2px #A2C614;
	line-height: 13px;
}

.bottom-links>ul.menu>li:last-of-type {
	border-right: none;
}

.bottom-links>ul.menu>li>a {
	text-transform: uppercase;
	font-weight: bold;
	color: #757575;
}

/* Footer */
#section-footer a:hover, #section-bottom a:hover {
	color: #00AEEF !important;
	text-decoration: none;
}

#section-footer p{
   color: #aaa;
   font-weight: normal;
}


.region-copyright a {
	font-weight: normal;
}

.footer-contact a.org {
	font-weight: bold;
	font-size: 16px;
}

/* Nation */

b, strong {
  font-weight: bold;
}

a {
  font-weight: bold;
}

a:focus, a:hover, a:active {
  text-decoration: underline;
}

#section-header>.section-inner>.container, #section-page-title>.container {
  border-bottom: 1px solid #f2f2f2;
}

#section-top ul {
  margin: 0;
  padding: 0;
}

#block-mainnavigation, #block-schooltvschoolmainmenu, .main-menu.block-menu.navigation {
  width: 100%;
}

#section-content {
  padding-bottom: 10px;
}

.block-page-title-block {
  padding: 0;
}

.block-page-title-block .block-title {
  text-transform: none;
  letter-spacing: 4px;
  font-weight: bold;
  font-size: 30px;
  color: #353535;
  margin: 10px 0;
}

.menu-item a:focus, .menu-item a:hover, .menu-item a:active {
  text-decoration: none;
}

.site-logo img {
  max-height: 90px;
  /*
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  */
}

.media-library-item__attributes {
  max-height: none;
}

body #section-bottom, body #section-footer {
  border-top: none;
  background: #888;
}

#section-bottom a, #section-footer ul li a {
  color: #fff;
}

#section-bottom ul.social-media {
  list-style-type: none;
  margin: 12px auto 0 auto;
  display: table;
}

#section-bottom ul.social-media li {
  list-style-type: none;
  margin: 0 5px 0 9px;
  float: left;
}

#section-bottom .block {
  margin-top: 0;
  line-height: 79px;
}

.btn-transparent {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #FFF;
  color: #FFF;
  width: auto;
  background-color: transparent !important;
  display: inline-block;
}

.stv-right {
  text-align: right;
}

#section-bottom {
  padding: 15px 0 5px 0;
}

#section-footer {
  padding: 0 0 20px 0;
  font-weight: bold;
}

#section-footer ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 0 5px;
}

#section-footer ul li {
  list-style-type: none;
  margin: 0 5px 0 9px;
  float: left;
}

#section-footer li:first-child {
  margin-left: 0;
}

.social li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  list-style: none;
  border-left: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 0;
}

.social li:last-child {
  border-right: 1px solid #f2f2f2;
}

.social li a {
  color: #fff;
}

#block-contactcallustop .social li, .top-contact-us.block .social li {
  width: auto;
}

#block-contactcallustop .social li, #block-gtranslate, .top-contact-us.block .social li {
  padding-left: 12px;
  padding-right: 12px;
}

.gtranslate select {
  width: 100%;
}

#block-contactcallustop .social li a, .top-contact-us.block .social li a {
  font-weight: normal;
  font-size: 16px;
}

.region-contact-info {
  text-align: right;
}

.region-contact-info>div {
  display: inline-block;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*  border: solid 1px #f2f2f2;  */
}

.wellbeing-article-quote {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 300;
}

.rteright {
  text-align: right;
}

.btn.btn-primary {
  border-color: #fff;
  border-radius: 50px;
  font-weight: bold;
}

.btn.btn-primary .white :hover, .btn.btn-primary .transparent :hover {
  color: black !important;
}
/* mobile first */

#section-top, #block-socialtop, #block-loginlogout {
  display: none;
}

@media screen and (min-width: 992px) {
  #block-loginlogout {
    display: inline-block;
  }
  ul.dexp-menu {
    display: table !important;
    width: 100%;
    float: right;
  }
  ul.dexp-menu>li {
    display: table-cell;
    letter-spacing: 2px;
    text-align: center;
  }
  #section-header ul.dexp-menu>li>a, #section-header .search-toggle-icon {
    text-transform: uppercase;
    font-size: 13px;
    color: #757575;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: Lato, sans-serif;
  }
  #section-header .search-toggle-icon {
    margin-top: 26px;
  }
  /*#section-header ul.dexp-menu>li>a.subscribe-now-top-btn {
    padding: 5px 8px;
  }*/
  #section-header ul.dexp-menu>li>a {
    border-top: solid 2px #fff;
    margin: 29px 10px 25px 10px;
    padding: 8px 8px 0 8px;
    display: inline-block;
    line-height: 1.6em;
  }
  .subscribe-now-top-btn {
    border-color: #EB5E00 !important;
    background-color: #EB6E00 !important;
    color: #FFF !important;
    border-radius: 15px;
  }
  #section-header ul.dexp-menu > li.menu-item > a.subscribe-now-top-btn:before{
    background: transparent;
    height: 0px;
  }

}

@media screen and (min-width: 768px) {
  #block-socialtop {
    display: inline-block;
  }
  body:not(.noh-margin) #section-page-title {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 576px) {
  #section-top {
    display: block;
  }
}

#section-main-content {
  padding-top: 20px;
}

/* copying over some of the styles from schooltv.me */

body {
  font-size: 16px;
  color: #545454;
}

p {
  line-height: 25px;
  margin: 0 0 10px;
}

/* Overwrite default styling for buttons in shortcodes.css */

#block-schooltvupdate2videoblock .btn-lg {
  border-radius: 0;
  font-size: 16px;
  line-height: 1.33;
  padding: 10px 30px;
}

#block-schooltvupdate2videoblock .btn-primary, .btn-link, .form-submit {
  background-color: #8dc63f;
  /*border-color: #8dc63f;*/
  color: #fff;
}

#block-schooltvupdate2videoblock .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-link:hover, .btn-link:focus, .btn-link:active, .form-submit:hover, .form-submit:focus, .form-submit:active {
  background-color: #99cc53;
  color: #fff !important;
  text-decoration: none;
  border-color: #8dc63f !important;
}

/* Pages */

.stv-welcome-video-block h1.front-page-title {
  margin: 0;
  font-size: 34px;
}

.stv-welcome-video-block .welcome-tagline {
  line-height: 25px;
  letter-spacing: 3px;
  margin: 5px 0 20px 0;
  font-size: 22px;
  font-weight: bold;
}

.region-team h2.block-title, .front-page-topic-listing-block h2.block-title, .front-page-sr-listing-block h2.block-title, .front-page-title {
  line-height: 1.1;
  letter-spacing: 3px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

#block-views-block-stv-home-page-special-reports-block-1 p {
  margin: 0 0 10px;
}

#block-views-block-schooltv-series-archive-block-1 h2.block-title, #fz-wellbeing-resources-static-text h2.block-title, .series-topics-block h2.block-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
}

a.subscribe-now-top-btn:hover {
  color: #fff !important;
}

.subscribe-now-top-btn::after {
  background-color: transparent !important;
}

.view-display-id-block_20 .portfolio-layout-bottom {
  display: none;
}

.grid-filter .dexp-grid-filter {
  margin: 25px 0 20px 0;
}

.newsletter-video-block-bg .field-content h2 {
  color: #2D3237;
}

.region-search.open .block-search .form-search {
  background: #fff;
  color: #545454;
  height: 30px;
  width: 95%;
  margin-top: 5px;
}
.region-search .block-search .form-search {
  padding-left: 5px;
  padding-right: 0;
}
.region-search input#edit-keys::placeholder {
    padding-left: 12px;
}

.search-result__title {
  font-size: 18px;
}

/* Main Menu */

/* Overwrite default theme menu styling */

@media screen and (min-width: 992px) {
  #section-header ul.dexp-menu li ul.menu>li>a, #section-header ul.dexp-menu li ul.menu>li>span:not(.dexp-submenu-toogle) {
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 13px;
  }
}

#section-header .region-navigation {
  justify-content: space-evenly;
}

#section-header ul.dexp-menu>li>a::after, #section-header ul.dexp-menu>li>a:hover::after, #section-header ul.dexp-menu>li.menu-item--active-trail>a::after, #section-header ul.dexp-menu>li:hover>span:not(.dexp-submenu-toogle)::after, #section-header ul.dexp-menu>li.menu-item--active-trail>span:not(.dexp-submenu-toogle)::after, #section-header ul.dexp-menu>li>span:not(.dexp-submenu-toogle):hover::after {
  width: 0;
  height: 0 !important;
}

#section-header ul.dexp-menu li>.mega-menu-item, #section-header ul.dexp-menu li>ul.menu {
  background-color: #1CA9C3;
}

#section-header ul.dexp-menu li ul.menu>li>a, #section-header ul.dexp-menu li ul.menu>li>span:not(.dexp-submenu-toogle) {
  color: #fff;
}

#section-header ul.dexp-menu li ul.menu>li>a::after, #section-header ul.dexp-menu li ul.menu>li>span:not(.dexp-submenu-toogle)::after {
  background: #afc93e;
}

/* Add menu styling from schooltv */

.dexp-region.col-8.col-sm-6.col-lg-3.region.region-logo {
  margin: 3px 0 3px 0;
}

#section-header ul.dexp-menu>li>a.is-active {
  color: #1CA9C3;
}

.vertical-center {
  min-height: 100%;
  display: flex;
  align-items: center;
}

/* col-md and below */

@media (max-width: 991px) {
  #section-header .region-navigation {
    justify-content: flex-end;
  }
  #section-header .region-navigation .block-menu {
    margin-left: 40px;
  }
  #section-top .container {
    max-width: 960px;
  }
  .gtranslate {
    width: 150px;
  }
  	#section-bottom .footer-admin-login .stv-right {
		text-align: center;
	}

	#section-bottom .social-media {
		padding: 0;
		margin: 0 auto;
		line-height: 15px;
	}

	#section-footer .footer-contact ul {
		display: block;
	}

	#section-footer .footer-contact ul li {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	#section-footer .footer-contact ul li a {
		font-weight: normal;
	}
}

/* col-sm and below */

@media (max-width: 767px) {
  img {
    display: block;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
  .site-logo img {
    padding-bottom: 0;
  }
}

/* general changes */
 
#section-content {
  padding-top: 20px;
  font-size: 16px;
}

.related-edition-item .topic-txt {
    font-size: 14px;
}

#section-page-title,
#section-page-title .container {
  border-bottom: none;
  background: none;
}

#section-page-title h2.block-title {
  color: initial;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: -3px;
  padding: 20px 0 15px 0;
  text-transform: none;
  border-bottom: 3px solid #8dc63f;
}

.layout-new-default .search-toggle-icon {
  display: none;
}

/* global */
body.schooltv-me .quote-after-category {
  background-color: #a2c614;
}

.dexp-shortcodes-box.box-circle:not(.parallax) .box-icon {
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    margin: 4px 15px 15px 0px;    
    text-align: center;
}

.dexp-shortcodes-box.box-left .box-icon {
    float: left;
}

.co-brand-logo {
    margin: auto;
    padding: 15px;
}


/* interview-questions-accordion */

.interview-questions-accordion.card {
  border: none;
  background-color: transparent;
  clear: both;
}

.interview-questions-accordion .card-header {
  background: #FFFFFF;
  padding: 20px;
}

.interview-questions-accordion .dexp-title {
  font-family: Gilroy;
  text-transform: capitalize;
  color: #AFC93F;
  font-style: normal;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 44px;
}

.interview-questions-accordion .panel-title {
  background: #FFFFFF;
  margin: 5px 0 5px 0;
  line-height: normal;
}

.interview-questions-accordion .panel-title a {
  font-family: Gilroy;
  font-family: Montserrat;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px; /* or 167% */
  color: #000000; /* default */
}

.interview-questions-accordion .dexp-builder-accordions .card .panel-body {
  border-top: 1px solid #898989 !important;
  font-family: Montserrat;
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  color: #010101;
}

.interview-questions-accordion i.fa-chevron-down {
  float: right;
}

.interview-questions-accordion i.fa-chevron-down:before {
  color: #898989;
}

@media (max-width: 991px) {
  .quote-on-wellbeing {
    padding: 20px;
  }

  p.quote-txt {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (min-width: 992px) {
  .quote-on-wellbeing {
    padding: 25px 60px;
  }
  
  #section-header ul.dexp-menu>li>a:hover, #section-header ul.dexp-menu>li>a.is-active, #section-header ul.dexp-menu>li>span.nolink:hover, #section-header ul.dexp-menu>li>span.nolink.is-active {
    border-top: 2px solid #E6E6E6;
    /*padding-top: 8px;*/
  }
  
  #section-header ul.dexp-menu>li>a:before,
  #section-header ul.dexp-menu>li>a.is-active:before,
  #section-header ul.dexp-menu>li>span.nolink:before {
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    -ms-transition: width 0.3s linear;
    transition: width 0.3s linear;
    height: 2px;
    width: 0;
    background-color: #AFC93E;
    position: absolute;
    top: -2px;
    left: 0;
    content: "";
  }
  
  #section-header ul.dexp-menu>li>a:hover:before,
  #section-header ul.dexp-menu>li>a.is-active:before,
  #section-header ul.dexp-menu>li>span.nolink:hover:before,
  #section-header ul.dexp-menu>li>span.nolink.is-active:before {
    width: 100%;
  }
}

.grid-filter .dexp-grid-filter li a {
  font-family: 'Gilroy';
  padding-right: 20px;
  padding-left: 20px;
}

a.button,
a.button:link,
a.button:visited{
  color: #fff;
}

.stv-searcher .form--inline .form-actions {
  clear: none;
}

.stv-searcher .button.btn{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  padding: 8px 10px 8px 10px;
  margin-left: 5px;
}

.stv-searcher .views-field-title,
.stv-searcher .views-field-type{
  font-size: 18px;
  display: inline-block;
}

.stv-searcher .views-field-type{
  color: #ccc;
  padding-left: 10px;
}

.stv-searcher  .views-row{
   margin: 10px 0 5px 0; 
}

.stv-searcher .form-item, 
.stv-searcher .form-actions, 
.stv-searcher .form-text{
  margin: 0;  
}

.stv-searcher-header{
  padding-top: 2px; 
}

@media (max-width: 767px) {
  .footer-flags {
    text-align: center;
  }
  .footer-flags span {
    display: inline-block;
  }
  .acknowledge-block {
    padding-bottom: 1rem;
  }
}

.text-responsive {
  font-size: calc(100% + 1vw + 1vh) !important;
}

.left-logo {
  max-height: 90px !important;
  margin-top: 5px;
}

.emph {
  font-size: 20px;
}

/* Newsletter resource buttons */
.btn-resource img{
  margin: 0 8px 0 0;
  display: inline-block;
  padding-bottom: 0;
}
#section-article-section .dexp-region.col-lg-3 .block h2.block-title {
  font-size: 22px;
  margin: 20px 0 10px 0;
  text-align: center;  
}
#block-resourcescontent {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	padding-bottom:25px;
	border-bottom: solid #000000 1px;
}
.btn-resource {
  width: 250px;	
}
#block-resourcessidebar .btn-resource {
  display: block;
  max-width: 92%;	
  margin: 0px auto 10px auto;
}
#block-resourcessidebar .rlogo {
  display: block;
  max-width: 92%;	
  margin: 0px auto 0px auto;
}
#block-resourcescontent .btn-resource {
  margin: 0px 5px 10px 5px;
}
.view-id-all_specialists_full_interview_videos .article-row h3{
	margin-top: 5px;
}

.resource-buttons .btn-alt {
  text-transform: uppercase;
}

#block-resourcessidebar .resource-buttons .btn-alt {
	border-radius: 18px;
	line-height: 30px;
}

#block-resourcessidebar .resource-buttons .btn-alt img {
  display: block;
  margin: 0 auto 0 auto;
}

#stv-home-page-topics-carousel-block-2 .title {
  min-height: 39px;
}

.auto-margins {
	margin-left: auto;
	margin-right: auto;
}

.simplelogin .user-login-form .item-list {
  display: none;
}

.path-promotional-generic #dexp-accordions-wrapper-14876 {
  display: none;
}

#section-header ul.dexp-menu > li > a.signup:hover::before {
  content: none;	
}

#block-simplenewssubscription,
#block-subscribenow,
.narrower-content{
  max-width: 650px;
  margin: 0 auto 30px auto;
}

.page-node-type-newsletter-edition .region-parallax-01 {
  background-color: #f6f6f6;
}

#block-getalerts .quote-after-category,
.page-node-type-wellbeing-news-articles .quote-after-category {
  display: block;
  margin: 15px auto 0 auto; 
  max-width: 1200px;
  min-height: 64px;
}

.page-node-type-wellbeing-news-articles .quote-after-category {
  margin-bottom: 25px;	
}

#simplenews-confirm-multi #edit-submit {
  border: none;
  padding: 5px 20px 3px 20px;
  margin: -4px 15px 0 0;
  line-height: 1.33;
}

@media screen and (max-width: 991px) {
  #block-getalerts .quote-after-category,
  .page-node-type-wellbeing-news-articles .quote-after-category {
    display: none;
  }
  #section-header ul.dexp-menu > li > a.signup {
    background-color: #fff !important;
    text-align: left !important;
    border: 0 !important;
  }
  #section-header ul.dexp-menu > li > a.signup:hover {
  	color: #aaa !important;
  }
}

@media screen and (min-width: 992px) {
  #section-header ul.dexp-menu > li > a.signup {
    color: #fff !important;
    font-weight: 600;
    border-radius: 20px;
    border-width :0 !important;
    padding: 3px 15px 2px;
  }	
}

@media screen and (max-width: 1199px) {
  #section-header ul.dexp-menu > li > a {
  	padding: 8px 10px !important;
  }
}

@media screen and (min-width: 1200px) {
  #block-getalerts .quote-after-category,
  .page-node-type-wellbeing-news-articles .quote-after-category {
     border-radius: 15px;
  }
}

.contact-form .field--name-subject input,
.contact-form .form-type-textarea textarea {
	color: #333;
}

/*@media (max-width: 991px) {*/
/*	#section-header .dexp-menu.menu {*/

/*	}*/
/*	#section-header .dexp-menu .menu-item {*/
/*    color: #0F0F0F;*/
/*    position: relative;*/
/*    z-index: 999 !important;*/
/*    background: #eee;*/
/*	}*/
/*	body.menu-open-right .dexp-menu-overlay {*/
		
/*	}*/
/*}*/
