/*!
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* Updated Font Styles */

h1 {
  letter-spacing: 0.4px;
}

h2 {
  letter-spacing: 0.2px;
}

h3 {
  letter-spacing: 0.2px;
  font-size: 2.375rem;
}

h4 {
  letter-spacing: 1.5px;
  margin: 0;
}

h5 {
  letter-spacing: 3.5px;
}

h6 {
  font-size: 0.8rem !important;
}

p,
li {
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  line-height: 2em;
}

.box-p p {
  line-height: 1.4;
}

.investor-p p {
  margin-bottom: 1.25rem;
}

.body-copy p,
#team-bio-section .body-copy h4,
#board-bio-section .body-copy h4 {
  margin-bottom: 1.5rem;
}

.no-p-margin p,
.no-p-margin h5,
.no-p-margin h3 {
  margin-bottom: 0;
}

i {
  font-weight: 800 !important;
}

.caption i {
  font-weight: 400 !important;
}

.capitalize,
.capitalize h5 {
  text-transform: uppercase;
}

/* layout helpers */

.center {
  text-align: center;
}

.width-100 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .width-100-992 {
    width: 100%;
  }
}

.width-100-992 {
  left: 8.333333333333%;
}

.hide {
  display: none !important;
}

@media screen and (min-width: 1300px) {
  .hide-1300 {
    display: none !important;
  }
}

@media screen and (max-width: 1299px) {
  .show-1300 {
    display: none !important;
  }
}

#main {
  padding: 0;
}

.v-center > div:first-child {
  position: relative;
}

.v-center > div:first-child > div:first-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.max-width-80 {
  max-width: 80%;
}

.visibility-hidden {
  visibility: hidden;
}

/* donate button */
.header-elements-button-1 {
  position: absolute;
  top: -35px;
  right: 0;
  bottom: 0;
  padding: 75px 20px;
}

.header-elements-button-1 span:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 20px;
  right: 0;
  border-top: 5px solid #f58b3b;
  z-index: -1;
  width: 50%;
}

.mobile-branding {
  max-width: 40%;
}

#primary-menu {
  margin-right: 95px;
}

.top-bar {
  margin-bottom: -30px !important;
}

@media screen and (max-width: 1078px) {
  .mobile-mini-widgets-in-menu a {
    width: 85%;
    position: relative;
    margin-right: 0 !important;
    position: relative;
  }

  .mobile-mini-widgets-in-menu a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* restrict logo width */
.branding a img,
.branding img {
  max-width: 350px !important;
}

/* header section background adjustments */
section {
  background-size: cover;
  background-repeat: no-repeat;
}

/* Button styling: two tone. works with medium sized default button*/
.st-button {
  min-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 4px;
  min-width: unset;
  padding: 13px 24px;
  padding-right: 64px;
  display: inline-block;
}

/* .st-button, */
.st-button.full-width-btn {
  display: flex;
  align-items: center;
  width: 100%;
}

.st-button:hover .icomoon-the7-font-the7-arrow-07 {
  background-color: #425563 !important;
}

.st-button > i,
.st-button.toa-button > i {
  background-color: #f58b3b;
  padding: 12px;
  color: #fff !important;
  font-size: 14px;
  line-height: 1;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toa-button,
.dt-btn.btn-hover-off.toa-button:hover {
  background-color: #f2f2f2 !important;
  color: #425563 !important;
}

.st-button.donate-button:hover {
  background-color: #fff !important;
  color: #425563;
}

.st-button.donate-button > i {
  background-color: #fff;
  color: #f58b3b !important;
}

.half-width {
  width: 50% !important;
}

.before-button {
  height: calc(100% - 40px);
}

.news-btn {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  /* float: right;
	margin: 2rem 0; */
}

.anchor-br {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .anchor-br {
    position: relative;
  }

  /* 	hide tall spacing in mobile */
  .mobile-suppression {
    display: none;
  }
}

.make100 .vc_column-inner {
  height: 100%;
}

.hide-overflow {
  overflow: hidden;
  min-width: 250px;
}

/* fix style for graphic caption */
.st-graphic figcaption {
  font-size: 0.9375rem !important;
  line-height: 1.25;
  letter-spacing: 0.3px;
  font-weight: 700;
  margin-top: 1rem !important;
}

.equity {
  margin-right: 40px;
  margin-left: 40px;
  position: relative;
  top: 7rem;
  margin-top: -4rem;
}

@media screen and (min-width: 992px) {
  .wide-text {
    width: 120%;
    position: relative;
    left: -10%;
  }
}

.wide-text h4 {
  font-size: 1rem;
}

/* Styles to fix grid system, set squares */

.vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vc_row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wpb_content_element {
  margin-bottom: 0 !important;
}

.wide-right-7 {
  width: calc(58.33% + 300px);
  margin-right: -300px;
}

.wide-left .vc_column-inner {
  margin-left: -500px;
}

.wide-left > .vc_column-inner div:first-child .wpb_wrapper {
  padding-left: 500px;
}

.wide-interior-left {
  width: calc(60% + 300px);
  margin-left: -300px;
}

.wide-interior-left-bio {
  width: calc(35% + 300px);
  margin-left: -300px;
}

.wide-interior-left-box {
  padding-left: 300px;
}

.ult-content-box {
  min-height: 100%;
}

/* Header Image Background Positions */
#wwd-header,
#impact-header {
  background-position: 75% 0%;
}

#wwa-header,
#www-header,
#insights-header {
  background-position: center;
}

@media screen and (min-width: 1101px) {
  #www-header,
  #wwa-header {
    background-position: center top;
  }
}

@media screen and (max-width: 767px) {
  #wwd-header .vc_col-sm-5 {
    margin-left: 1em;
    width: 75%;
  }

  #wwa-header .vc_col-sm-7,
  #impact-header .vc_col-sm-5,
  #www-header .vc_col-sm-5,
  #insights-header .vc_col-sm-5 {
    margin-left: 1em;
  }
}

@media screen and (max-width: 991px) {
  .show_me,
  .show-992 {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .square .vc_column-inner {
    padding-top: 0 !important;
  }

  .padding-125 {
    padding-bottom: 1.25rem;
  }

  .square-2 {
    height: calc(13.889vw);
  }

  .square-3 {
    height: calc(20.833vw);
  }

  .square-4 {
    min-height: calc(27.778vw);
  }

  .square-5 {
    min-height: calc(34.722vw);
  }
}

.home-block-font h5 {
  font-size: 2.1875rem;
  letter-spacing: 0;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  top: 5px !important;
  width: 1.5em !important;
  border: none;
}

.home-map {
  z-index: 100;
  position: absolute;
}

.home-map img {
  max-width: 117%;
}

@media screen and (min-width: 1140px) {
  .home-map .ult-content-box {
    margin-left: 10% !important;
  }
}

#home-hero {
  background-repeat: no-repeat;
}

.st-home-graphic .shortcode-banner {
  height: 25vw;
  background-position: 25% center;
}

.st-home-graphic .hr-thick {
  width: 25%;
  position: relative;
  margin-bottom: 10px;
  left: 37%;
  border-color: #30bdd4;
  opacity: 0.35;
  border-width: 7px;
}

#caption-row {
  z-index: 0;
}

/* Some mobile row show/height adjustments */
@media screen and (min-width: 992px) {
  .st-carousel .owl-dots {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hide-992 {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .show-992 {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hide-767 {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .show-767 {
    display: none !important;
  }

  .sm-flex-column-reverse .vc_column_container .vc_column-inner .vc_row {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* Bumps the button out to the right */
.bump-right {
  margin-right: -42px;
  float: right;
}

.padding-fix h4 {
  margin-bottom: 0.5rem;
}

/* @media screen and (min-width:992px) and (max-width:1050px){
		.padding-fix .ult-content-box{
			padding-top:0 !important;
			padding-bottom:0 !important;
		}
	} */

/* fixes the homepage insight box layout at narrow widths */
@media screen and (max-width: 991px) {
  #homepage-insights .wpb_wrapper,
  #homepage-insights .ult-content-box-container {
    height: 100%;
  }

  #hp-insight-button {
    margin: 0 !important;
  }
}

/* various mobile fixes for homepage */
@media screen and (max-width: 767px) {
  #home-hero .vc_custom_1588643128662 {
    margin-bottom: 8rem !important;
  }

  #homepage-insights {
    height: 300px;
  }

  /* .wide-left .st-button {
		width: 200px;
	} */

  .no-mobile-margin,
  .no-mobile-margin.vc_custom_1588184147784,
  .no-mobile-margin.vc_custom_1588126261801,
  section.vc_custom_1588184796557,
  section.vc_custom_1585187284167,
  #footer {
    margin: 0 !important;
    margin-top: 0 !important;
  }

  .square-2 {
    height: 175px;
  }
}

#hp-insight-button {
  margin-top: 0 !important;
}

.button-width {
  width: 66%;
  float: right;
}

.button-width .wpb_content_element {
  margin-bottom: 0;
}

.st-slider .owl-height {
  height: calc(48.61vw) !important;
}

.st-slider .shortcode-single-image-wrap,
.shortcode-single-image,
.fancy-media-wrap,
.fancy-media-wrap > img {
  width: 100% !important;
}

.st-slider .shortcode-single-caption {
  color: #fff;
  text-align: left;
  width: 75%;
  float: right;
  background-color: #425563;
  padding: 1.5rem;
  margin-bottom: 11px;
}

.st-slider .owl-dots {
  position: relative;
  top: -450% !important;
}

.height-fix > .vc_column-inner {
  height: 93.4%;
}

.st-home-slider .owl-stage-outer,
.st-home-slider .shortcode-banner {
  overflow: visible;
}

.st-home-slider .dt-owl-item {
  visibility: hidden;
}

.st-home-slider .dt-owl-item.active {
  visibility: visible;
}

.st-home-slider .owl-stage {
  transition: unset !important;
}

.home-banner-text {
  position: absolute;
  background-color: #425563;
  width: 66%;
  top: 100%;
  left: 24%;
  padding: 5%;
  overflow: hidden;
  height: 50px;
}

.home-banner-text h6 {
  color: #fff !important;
}

.st-info-carousel .shortcode-banner:nth-child(1) {
  background-size: cover !important;
}

.st-carousel .shortcode-banner {
  height: 66vh;
  background-size: contain;
  background-color: #f58b3b;
  background-repeat: no-repeat;
}

.home-carousel .shortcode-banner {
  height: 75vh !important;
}

@media screen and (max-width: 767px) {
  .st-carousel .shortcode-banner,
  .home-carousel .shortcode-banner {
    height: 300px !important;
    /* 		background-color:#fff; */
  }
}

.home-img .shortcode-banner {
  height: 27.778vw;
  background-position: right center;
}

.square-5 .shortcode-banner {
  min-height: calc(38vw);
}

.st-banner-text {
  position: absolute;
  top: 2rem;
  /* 	left: 2rem; */
}

.st-banner-text h4 {
  line-height: 1.5;
}

/* subpage fixes */
.st-icon-bullet-box {
  position: absolute;
  left: -5em;
}

/* subpage submenu fixes */
.st-sub-menu a {
  color: #8b98a6;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 4px;
}

.st-sub-menu a:hover {
  text-decoration: none !important;
  color: #8b98a6 !important;
}

.st-sub-menu .current-menu-item,
.st-sub-menu .widget_nav_menu .menu li.current-menu-item,
.post-type-archive .categoryMenu .st-sub-menu .current-menu-item {
  border-bottom: solid 5px #f58b3b !important;
}

.st-sub-menu .menu > li:first-child {
  border-bottom: solid 5px #8b98a6 !important;
}

.st-sub-menu li {
  display: inline-block;
  border-top: none !important;
  border-bottom: solid 5px #8b98a6 !important;
  margin: 0 1rem;
}

.st-sub-menu.archive-menu .menu > li:first-child {
  border-bottom: solid 5px #8b98a6 !important;
}

/* Footer Fixes */

#page {
  margin-bottom: -100px;
}

.footer-top-bar .textwidget {
  margin: 0;
  width: unset;
}

.footer-top-bar div {
  height: 100%;
}

.footer-top-bar h4,
.footer-top-bar h6,
.foooter-top-bar p {
  display: inline-block;
  box-sizing: border-box;
}

.footer-top-bar h4 {
  color: #f58b3b;
}

.footer-top-bar h6 {
  left: 45%;
}

/* Subscribe form Updates */

.footer-top-bar #mc_embed_signup .mc-field-group {
  min-height: 0;
  padding: 0;
}

.footer-top-bar #mc_embed_signup .button {
  margin: 0;
  background-color: #f58b3b;
  border: none;
  display: inline-block;
  font-size: 16pt;
  height: 40px;
  width: 40px !important;
  min-width: unset;
  border-radius: 0;
  position: relative;
  left: 200px;
  padding: 0 15px;
}

#mc_embed_signup .button:hover {
  background-color: #425563 !important;
}

.footer-top-bar #mc_embed_signup form {
  padding: 0;
}

.footer-top-bar #mc_embed_signup_scroll input.email {
  border: none;
  border-radius: 0;
  margin: 0;
  font-size: 12px;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .footer-top-bar #mc_embed_signup {
    top: 40px;
    position: relative;
    /* height: 150%; */
    z-index: 2;
  }

  /* .footer-top-bar #mc_embed_signup_scroll input {
		margin-left: 50px !important;
	} */
}

#footer {
  margin-top: 11rem !important;
}

@media screen and (min-width: 992px) {
  #footer .wf-container {
    display: flex;
    align-items: center;
  }
}

#custom_html-3 {
  margin-right: 20%;
  /* 	margin-left: 5%; */
  max-height: 125px;
}

#custom_html-3 .footer .widget,
.wf-cell,
#custom_html-3 .footer .widget {
  padding: 0;
}

/* .footer-logo {
	margin-bottom: 0.5rem;
} */

#footer-donate .header-elements-button-1 {
  position: absolute;
  right: 0;
  bottom: calc(10% + 1.5rem);
}

@media screen and (max-width: 550px) {
  #footer-donate .header-elements-button-1 {
    bottom: calc(3% - 15px);
  }
}

#footer #custom_html-3 .textwidget {
  width: 150%;
}

#footer ul a {
  text-transform: lowercase;
  font-size: 1rem;
  line-height: 1;
}

#bottom-bar .wf-float-right {
  margin: 0;
  justify-content: left;
}

#bottom-bar .bottom-text-block {
  display: flex;
}

#bottom-bar .bottom-text-block p {
  line-height: 1;
}

#copyright {
  margin: 0;
  padding-right: 0.5rem;
}

#st-bottom-bar {
  display: flex;
  align-items: center;
}

#st-bottom-bar li a {
  margin: 0 8px;
  text-transform: capitalize;
}

/* fixes for sidebar in sub-pages */
.st-blog-sidebar .post-thumbnail-wrap {
  display: none;
}

.st-blog-sidebar .post-entry-content {
  padding: 1rem 0 !important;
}

.st-blog-sidebar .post-entry-content a {
  color: #425563;
}

/* adding margin for subpage sidebar */
.st-sidebar h4 {
  margin-bottom: 1rem !important;
}

.st-sidebar p {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 4px;
}

/* #insights-page .vc_gitem-post-data-source-post_excerpt, #insights-page .vc_btn3-container {
display:none;
} */

#insights h4 a {
  padding-left: 0 !important;
}

#insights-page .fadeIn {
  text-indent: 0;
}

/* #insights h4 {
	font-weight:400;
	line-height:1.5;
	padding-top:1rem;
} */

#insights h4 a {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* #insights .vc_grid-item-mini {
	background-color: rgba(0,0,0,0.04);
} */

/* Divider bar with text styles */
.st-divbar .vc_sep_holder_r {
  margin-top: -8px;
}

.st-divbar h4 {
  color: #788792;
  font-weight: 600;
}

/* convene coach codify bump left style */
@media screen and (min-width: 768px) {
  .bump-left {
    width: 33%;
    position: absolute;
    left: -5rem;
  }

  .bump-left-right {
    width: 80%;
    position: relative;
    margin: 0;
    left: 20%;
  }
}

/* TOA Graphic */
#equity-toa h5 {
  position: relative;
  top: 15px;
}

#equity-toa h5 span {
  background-color: #788792;
  padding: 2px 1rem;
}

@media screen and (min-width: 768px) {
  .toa-mobile-border-show .vc_column-inner {
    border-bottom: none !important;
  }
}

@media screen and (max-width: 767px) {
  .toa-borders-hide .vc_column-inner {
    border-left: none !important;
    border-right: none !important;
  }

  #equity-toa .vc_column-inner {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.toa-row-height .wpb_column {
  min-height: 120px;
}

/* Bio Page Styles */

.dt_team .wpb-content-wrapper section:first-child {
  display: none !important;
}

#individual-page li:nth-child(3) a,
#individual-page-board li:nth-child(4) a {
  color: #f58b3b;
}

#individual-page li:nth-child(3),
#individual-page-board li:nth-child(4) {
  border-bottom: solid 5px #f58b3b !important;
}

#team-bio-section .ult_main_cl.ult-adjust-bottom-margin {
  margin-bottom: 2rem;
}

.bio-block h4 {
  text-transform: unset;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.bio-story strong {
  font-style: italic;
}

.bio-slider .team-author-name {
  text-transform: lowercase;
}

.bio-image .vc_figure {
  width: 100%;
  background-color: #fff;
}

.bio-image:hover .vc_figure {
  background-color: transparent;
}

.bio-image:hover img {
  visibility: hidden;
}

.bio-image {
  background-size: cover;
  background-repeat: no-repeat;
}

/* insights page updates */
/* #insights-page .vc_gitem_row .vc_gitem-col {
	padding-left:0;
} */

.single-post .page-title .hgroup {
  overflow: visible;
}

.insights-author,
.insights-date {
  width: 33%;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  /* position: absolute;
	bottom: 0; */
}

.insights-author > div > a:before {
  content: 'By ';
  display: inline-block;
  white-space: pre;
  margin-right: 1px;
}

.insights-category {
  text-align: left !important;
  display: none;
}

.vc_grid-filter-dropdown {
  margin-bottom: 3rem;
}

.vc_grid-filter-dropdown:before {
  content: 'Sort by Category:';
  font: normal 12px / 18px 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  margin-right: 5px;
}

/* Capacities infographic */
#community-strengths .st-graphic img {
  width: 80%;
}

#community-strengths .st-graphic h4 {
  font-size: 1.125rem;
  letter-spacing: 0;
}

.capacities-equity {
  margin-bottom: -8rem;
}

/* impact infographic */
@media screen and (max-width: 991px) {
  /* .impact-item .wpb_wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
	} */

  /* .impact-people {
		margin-top: 3rem;
		/* 		border-bottom: 1px #f2f2f2 solid; * /
	} */

  .impact-people .wpb_single_image {
    width: 50%;
    float: left;
  }

  .impact-people .wpb_text_column,
  .impact-separator {
    width: 50%;
    position: absolute;
    top: 25%;
    /* transform: translateY(-50%); */
    left: 50%;
  }

  .impact-separator {
    position: relative;
    top: -35%;
  }

  .impact-separator .wpb_text_column.show-md::after {
    content: 'PARTNERSHIPS IMPROVING OUTCOMES';
    font: normal 12px / 18px 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
    display: inherit;
    text-align: center;
    position: relative;
    top: 1rem;
  }

  /* 	.vc_separator{
		display:none;
	} */
}

.impact-graduate img {
  max-width: 140%;
  margin-left: -20%;
}

/* Map Updates */
#st-map-directory,
#st-map-container {
  height: 50vh;
}

#st-map-directory h4 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  color: #425563;
}

#st-map-directory h6 {
  text-transform: uppercase;
  color: #f58b3b;
  font-weight: bold;
}

#st-map-filters .form-group .mapsvg-distance-fields input,
#st-map-filters .select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

#st-partner-map .mapsvg-popover .nano > .nano-content {
  overflow: hidden !important;
}

#st-partner-map .nano-pane {
  display: none !important;
}

#st-map-directory-bottom {
  height: 20vh;
  overflow-x: scroll;
}

#st-mobile-map .mapsvg-controller-view-wrap.nano {
  overflow: visible;
  top: 2px !important;
}

#st-mobile-map .mapsvg-controller-view-content p {
  font-size: 1rem;
  line-height: 1 !important;
  margin-bottom: 0 !important;
}

#st-mobile-map .mapsvg-popover {
  max-width: 60% !important;
  max-height: 100px !important;
}

.mapsvg-filters-reset-container button {
  padding-block: 10px;
}

/* Who We are Update */
.our-values .st-graphic img {
  width: 80%;
}

.career-row
  .vc_icon_element.vc_icon_element-outer
  .vc_icon_element-inner
  .vc_icon_element-icon {
  top: 25%;
}

@media screen and (max-width: 767px) {
  .career-row
    .vc_icon_element.vc_icon_element-outer
    .vc_icon_element-inner
    .vc_icon_element-icon {
    transform: rotate(90deg);
    left: 40% !important;
  }

  .career-row p {
    text-align: center;
  }
}

/*FadeIn - Homepage Animation*/
.fadeIn {
  display: inline;
  /* 	text-indent: 8px; */
  padding-bottom: 3rem;
}

.fadeIn h1 {
  animation: fadeEffect 9s linear infinite 0s;
  color: #00abe9;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  height: 100%;
}

.fadeIn h1:nth-child(2) {
  animation-delay: 3s;
}

.fadeIn h1:nth-child(3) {
  animation-delay: 6s;
}

/* .fadeIn h1:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.fadeIn h1:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
} */

/*FadeIn Animation*/
@keyframes fadeEffect {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    transform: translateY(0px);
  }

  10% {
    opacity: 1;
    transform: translateY(0px);
  }

  25% {
    opacity: 1;
    transform: translateY(0px);
  }

  30% {
    opacity: 0;
    transform: translateY(0px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* Author Page Customization */
.author .entry-author {
  background-color: #425563;
}

.author .entry-author h4,
.author .entry-author p {
  color: #fff;
}

.author .entry-meta {
  display: none;
}

.career-step,
.career-line {
  position: relative;
  z-index: 0;
}

.career-line {
  top: 18px;
}

.donate-graphic {
  background-color: #f2f2f2;
}

.donate-graphic .shortcode-banner {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 20%;
  height: 300px;
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
  .donate-graphic p {
    font-size: 0.75rem;
    line-height: 1;
  }

  .donate-graphic h4 {
    font-size: 1.125rem;
  }

  .donate-graphic h5 {
    font-size: 1.5rem;
  }
}

.audit-reports
  .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
  width: 20%;
}

.audit-reports div {
  display: inline-block;
}

.audit-reports .uvc-heading {
  width: 80%;
}

/* Map Styles + updates */
#mapSVG {
	background-color: #e5e3df;
}

#mapSVG .mapsvg-popover {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  height: max-content;
  min-height: 160px;
  max-height: 50%;
}

#mapSVG .mapsvg-popover h4 {
  color: #f58b3b;
}

#mapSVG .mapsvg-popover a h6 {
  text-transform: uppercase;
  color: #f58b3b;
}

#st-map-directory .mapsvg-directory-item a {
  text-decoration: none !important;
}

#st-map-directory .mapsvg-directory-item {
  border-bottom: 5px solid #f2f2f2;
}

#st-map-filters .mapsvg-filters-wrap .form-group {
  display: inline-block;
}

/* || */
.sub-nav .menu-item i.fa,
.sub-nav .menu-item i.fas,
.sub-nav .menu-item i.far,
.sub-nav .menu-item i.fab {
  text-align: center;
  width: 1.25em;
}

.bw-15 {
  border-width: 15px;
}

.top-header .main-nav > li.has-children > a .menu-text {
  position: relative;
  padding-right: 20px;
}

.top-header .main-nav > li.has-children > a .menu-text:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 100%;
  top: 0;
  right: 0;
  margin-top: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAIBAMAAAA/ygPCAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURQAAAEBQYEBQcEBVYkBTY0FVYkFVZEBTY0FVYUBVYEJWYkJUYkJVY1k/1y4AAAAMdFJOUwAQEGBfz89QPzCPjwlrptEAAAA6SURBVAjXY1AXYGBgKmRYE8jAoHaaoeaoAFPOcQbmM4FqZxwYGGyO5hxhYAByQRwgF8RhYOBsYGAAAITaDQakbTNqAAAAAElFTkSuQmCC');
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: none;
  mask-image: none;
}

li:not(.dt-mega-menu) .sub-nav {
  width: unset;
  min-width: 150px;
  border-top: 4px solid #f58b3b;
  transform: translateY(-15px);
  padding: unset;
}

.main-nav > li:not(.wpml-ls-item) > a .menu-text,
.main-nav .sub-nav > li:not(.wpml-ls-item) > a .menu-text,
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text,
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text,
.main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text,
.main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text {
  color: #425563;
}

.top-header .sub-nav.hover-style-bg > li:not(.dt-mega-parent).act > a,
.masthead:not(.sub-downwards)
  .main-nav
  .sub-nav
  > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover
  > a {
  background-color: unset;
}

.main-nav .sub-nav > li > a {
  padding: 8px;
  margin: 0;
}

.top-header .l-to-r-line > li > a i.underline {
  height: 4px;
  bottom: -11px;
  left: 0;
  width: 100%;
  opacity: 0;
}

.top-header .l-to-r-line > li.has-children > a i.underline {
  width: calc(100% - 20px);
}

.top-header .l-to-r-line > li.act > a i.underline,
.top-header .l-to-r-line > li:hover > a i.underline {
  opacity: 1;
}

.top-header .l-to-r-line > li.menu-item.has-children:not(.act) > a i.underline,
.top-header
  .l-to-r-line
  > li.menu-item.has-children:not(.act)
  > a:hover
  i.underline {
  display: none;
}

.wf-container-bottom {
  min-height: unset;
}

.wf-container-bottom {
  padding: 0;
}

#bottom-bar,
#bottom-bar.solid-bg {
  background-color: #8b98a6;
}

#copyright {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.15;
  color: #425563;
}

.dt-shortcode-soc-icons a.dt-icon-bg-on.dt-icon-hover-bg-on::before,
.dt-shortcode-soc-icons a.dt-icon-bg-on.dt-icon-hover-bg-on:hover::before {
  display: none;
}

#custom_html-3 {
  margin-right: 0;
}

#footer .wf-container-footer {
  padding: 15px 0;
}

.footer .widget {
  margin-bottom: 0;
}

#footer > .wf-wrap,
#footer #bottom-bar > .wf-wrap {
  padding: 15px 50px 35px;
}

#footer .wf-container {
  display: flex;
  align-items: flex-start;
}

#footer #custom_html-3 {
  width: 45%;
}

#footer #custom_html-3 .textwidget {
  width: 100%;
}

#footer ul a,
.footer-bottom-bar-desc {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.71;
}

.footer-bottom-bar-desc {
  color: #ffffff;
  display: block;
  margin: auto;
}

#presscore-custom-menu-two-2,
#presscore-custom-menu-two-4 {
  display: flex;
  justify-content: flex-end;
  width: 25%;
}

#presscore-custom-menu-two-2 .custom-nav,
#presscore-custom-menu-two-4 .custom-nav {
  display: grid;
  grid-template-columns: fit-content(100%) fit-content(100%);
  column-gap: 54px;
  row-gap: 8px;
}

.custom-nav > li:not(:last-child) > a {
  padding: 0;
}

.footer-top-bar-container {
  background-color: #f2f2f2;
  position: relative;
}

.footer-top-bar h6 {
  color: var(--the7-h6-color);
}

.footer-top-bar {
  padding: 32px 0;
  padding-right: calc();
}

.footer-top-bar-content {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

@media (min-width: 992px) and (max-width: 1525px) {
  .footer-top-bar-content {
    padding-right: 170px;
  }
}

.footer-top-bar-content > div {
  width: 40%;
}

.footer-top-bar-content > div:nth-child(1) {
  width: 20%;
}

.footer-top-bar #mc_embed_signup .mc-field-group {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}

.footer-top-bar #mc_embed_signup .mc-field-group-wrapper {
  position: relative;
}

.footer-top-bar #mc_embed_signup_scroll input.email {
  position: relative;
  right: 40px;
}

.footer-top-bar #mc_embed_signup .button {
  position: absolute;
  left: unset;
  top: 0;
  right: 0;
}

.footer-top-bar #mc_embed_signup_scroll input.email,
.footer-top-bar #mc_embed_signup ::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #788792;
}

.footer-top-bar #mc_embed_signup ::placeholder {
  font-style: italic;
}

#values-section {
  margin: 128px 0;
}

.home #values-section {
  margin: 0;
}

.values-section__section-titles {
  padding-bottom: 42px;
  border-bottom: 15px solid #d3d8dd;
}

.values-section__section-title {
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 85px;
  line-height: 1.1;
  letter-spacing: 0.370848px;
  color: #425563;
}

.values-section__section-subtitle {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #425563;
}

.section-values__items {
  /* margin-top: 72px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 48px;
}

.section-values__items::before,
.section-values__items::after {
  content: none;
  display: none;
}

.section-values__item-container {
  flex-basis: calc(100% / 5 - 48px);
  margin: 0 auto;
}

.section-values__item-cover {
  width: 120px;
  aspect-ratio: 1/1;
}

.section-values__item-title {
  margin-top: 40px;
  font-weight: 800;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: 0.109073px;
  text-transform: lowercase;
  color: #788792;
}

.section-values__item-subtitle {
  margin-top: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #788792;
}

.privacy-policy__page-title h1 {
  font-size: 55px;
  line-height: 1.1;
  text-transform: none;
}

.page-id-7226 .page-title.solid-bg {
  width: 100%;
}

.values-nav__item .ult-content-box {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  column-gap: 16px;
  padding: 24px;
  padding-left: 32px;
  border-left: 9px solid transparent;
}

.values-nav__item--active .ult-content-box,
.values-nav__item:not(.values-nav__item--active) .ult-content-box:hover {
  border-left-color: #e87722 !important;
  background-color: #f2f2f2;
}

.values-nav__item + .values-nav__item .ult-content-box {
  border-top: 1px solid #f2f2f2 !important;
}

.values-nav__item:hover:not(.values-nav__item--active) {
  cursor: pointer;
}

.values-nav__item-cover {
  flex-basis: 48px;
  opacity: 0.4;
}

.values-nav__item-cover img {
  width: 48px;
  height: 48px;
}

.values-nav__item:hover:not(.values-nav__item--active) .values-nav__item-cover,
.values-nav__item--active .values-nav__item-cover {
  opacity: 1;
}

.values-nav__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #425563;
  margin-bottom: 4px;
}

.values-nav__item-description {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.44;
  color: #788792;
}

.float-right {
  margin-right: 0px;
  float: right;
}

.results-section__item-title {
  font-weight: 800;
  /* font-size: 32px; */
  line-height: 1;
  text-align: right;
  color: #425563;
  width: 60%;
  margin-left: auto;
}

.results-section__item .hr-thick {
  margin-top: 24px;
  margin-bottom: 24px;
}

.results-section__item p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  color: #425563;
  width: 45%;
  margin-left: auto;
}

@media screen and (min-width: 1441px) {
  .hide-1440 {
    display: none !important;
  }
}

@media screen and (max-width: 1440px) {
  .show-1440 {
    display: none !important;
  }
}

@media screen and (min-width: 1601px) {
  .hide-1600 {
    display: none !important;
  }
}

@media screen and (max-width: 1600px) {
  .show-1600 {
    display: none !important;
  }
}

.main-nav .sub-nav > li > a .menu-text,
.dt-mobile-header .mobile-main-nav li .sub-nav > li > a .menu-text {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.71;
  text-transform: lowercase;
  color: #425563;
}

.masthead:not(.side-header):not(.side-header-menu-icon) .top-bar {
  padding: 3px 0;
  max-width: 1200px;
  margin-top: 16px;
}

.top-bar .searchform {
  margin-right: 95px;
  display: flex;
  align-items: center;
}

.top-bar .screen-reader-text {
  clip: unset;
  width: auto;
  height: auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #425563;
  transform: translateX(-100%);
}

.top-bar .searchform input {
  margin-left: 16px;
}

.top-bar .searchform input::placeholder {
  display: none;
}

.masthead:not(.side-header):not(.side-header-menu-icon) .header-bar {
  align-items: flex-end;
}

.inline-header .branding {
  transform: translateY(-12px);
}

.border_width_15,
.vc_separator.border_width_15 .vc_sep_holder .vc_sep_line {
  border-width: 15px;
}

.st-button.bg-white,
.dt-btn.btn-hover-off.st-button.bg-white:hover {
  background-color: #fff !important;
}

.home-map {
  aspect-ratio: 1;
}

.section-values__items--left-aligned {
  justify-content: flex-start;
}

.section-values__items--left-aligned .section-values__item-container {
  margin: 0;
}

.section-values__items--less-often .section-values__item-container {
  flex-basis: calc(100% / 3 - 48px);
}

.section-values__item-container--compact .section-values__item-title {
  margin-top: 16px;
}

.section-values__item-container--compact .section-values__item-subtitle {
  margin-top: 8px;
}

.page-title,
.page-title h1 {
  font-weight: 800;
  font-size: 65px;
  line-height: 1.15;
  letter-spacing: 0.3px;
  text-transform: lowercase;
  color: #425563;
}

.page-subtitle,
.page-subtitle p,
.page-title span,
.page-title h1 span {
  margin-bottom: 8px !important;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #788792;
  display: block;
}

.page-subtitle,
.page-subtitle p {
  line-height: 1;
}

.section-title,
.section-title h2 {
  font-weight: 800;
  font-size: 88px;
  line-height: 1.1 !important;
  letter-spacing: 1px;
  color: #425563;
  text-transform: lowercase;
}

.section-subtitle,
.section-subtitle p {
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #425563;
}

.section-content,
.section-content p {
  font-size: 20px;
  line-height: 1.75;
  color: #425563;
}

.block-title,
.block-title h2 {
  font-weight: 800;
  font-size: 45px;
  line-height: 1.1;
  letter-spacing: 0.2px;
  text-transform: lowercase;
  color: #e87722;
}

.study-sidebar__item-subtitle,
.study-sidebar__item-subtitle p {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #425563;
}

.study-sidebar__item-title,
.study-sidebar__item-title p {
  margin: 0.5rem 0;
  font-weight: 800;
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: 0.1px;
  text-transform: lowercase;
  color: #788792;
}

.study-sidebar__item-content {
  margin-top: 10px;
}

.study-sidebar__item-content,
.study-sidebar__item-content p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.44;
  color: #788792;
}

.study-sidebar__item-container {
  margin-top: 2rem;
}

.study-sidebar__social-title,
.study-sidebar__social-title p {
  margin: 0.5rem 0 2rem;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.12;
  color: #425563;
}

.study-sidebar__social-subtitle,
.study-sidebar__social-subtitle p {
  font-weight: 700;
  font-size: 18px;
  line-height: 2.22;
  text-transform: uppercase;
  color: #425563;
}

h1 {
  font-size: 104px;
  line-height: 1.3 !important;
}

#home-hero h1 {
  line-height: 0.8 !important;
}

.open-modal-trigger-button button.btn-modal {
  min-height: 40px;
  height: auto;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 4px;
  min-width: unset;
  padding: 13px 24px;
  padding-right: 64px;
  display: inline-block;
  color: #425563;
  background: #ffffff;
  border-width: 0;
  border-radius: 0;
  position: relative;
}

.open-modal-trigger-button button.btn-modal::after {
  height: 100%;
  display: flex;
  align-items: center;
  content: '\f007';
  font-family: 'icomoon-the7-font';
  background-color: #f58b3b;
  padding: 0 12px;
  color: #fff !important;
  font-size: 14px;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  transition: background-color 0.3s;
}

.open-modal-trigger-button:hover button.btn-modal::after {
  background-color: #425563;
}

#content #sitemap-section li ul {
  margin-bottom: 1rem;
}

.sitemap__list-container > .wpb_wrapper > ul > li > a {
  font-weight: bold;
  font-size: 1.2rem;
}

.st-social-icons a {
  padding: 8px;
}

.text-white,
.text-white * {
  color: #fff !important;
}

.st-carousel--bg-cover .shortcode-banner {
  background-size: cover;
  background-position: center center;
}

#homepage-insights .square-4 {
  display: flex;
}

#homepage-insights .square-4 > .ult-content-box {
  display: flex;
  align-items: center;
  width: 100%;
}

.mb-item .mb-social .mb-icon-wrapper .mb-icon {
  display: block;
  height: 17px;
}

#posts-grid-filter-container .vc_grid-filter-dropdown {
  margin-bottom: 0;
}

.customized-filtered-posts-grid-container .vc_grid-filter-dropdown,
#posts-grid-filter-container .vc_grid-filter-dropdown {
  display: flex;
  flex-wrap: wrap;
}

.customized-filtered-posts-grid-container .vc_grid-filter-dropdown select,
#posts-grid-filter-container .vc_grid-filter-dropdown select {
  padding: 0 5px;
  min-height: 30px;
  margin-right: unset;
  background-color: #f2f2f2;
}

.customized-filtered-posts-grid-container .vc_grid-styled-select,
#posts-grid-filter-container .vc_grid-styled-select {
  background: none;
  padding-right: unset;
  border: 0;
}

.customized-filtered-posts-grid-container
  .vc_grid-filter-dropdown
  .vc_arrow-icon-navicon,
#posts-grid-filter-container .vc_grid-filter-dropdown .vc_arrow-icon-navicon {
  position: relative;
}

.customized-filtered-posts-grid-container
  .vc_grid-filter-dropdown
  .vc_arrow-icon-navicon:before,
#posts-grid-filter-container
  .vc_grid-filter-dropdown
  .vc_arrow-icon-navicon:before {
  content: '';
  width: 14px;
  height: 7px;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMBAMAAACdPPCPAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURQAAAEJVY0BVZUBQYEBYYEFVYkFWYkBQaEJVY0JWYkJUYkFWY0JVY0EeoQ8AAAAMdFJOUwDvMCAg398gn49/oFYxtMYAAABRSURBVAjXY2AoYAABdgYGbiEwS7GBYc1BBSCDSeYkg9sZkKDimWAGlhygIJPMUQMGsCBIiAEkqAQWAgkKgoVAgmcgQiBBiBBQMBUqxMDgDCIA6HQT7h7LEeMAAAAASUVORK5CYII=');
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 5px;
  top: 5px;
}

.customized-filtered-posts-grid-container .vc_grid-filter-dropdown:before,
#posts-grid-filter-container .vc_grid-filter-dropdown:before {
  content: 'Filter by';
  margin-right: 1rem;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #788792;
}

.customized-filtered-posts-grid-container .vc_grid-styled-select,
#posts-grid-filter-container .vc_grid-styled-select {
  flex-grow: 1;
}

.customized-filtered-posts-grid-container .vc_grid-styled-select select,
#posts-grid-filter-container .vc_grid-styled-select select {
  width: 100%;
}

.dt-shortcode-soc-icons > a {
  background: #8c98a6;
}

body.page-template-page-events #page {
  background-color: #f1f1f1;
}

body.page-template-page-events
  #posts-grid-filter-container
  .vc_grid-filter-dropdown
  select {
  background-color: #fff;
}

#events-page-grid-container .vc_grid-item-mini {
  padding: 2rem;
  padding-bottom: 0.75rem;
  background-color: #fff;
}

#events-page-grid-container .vc_grid-item-mini .item-title {
  margin-top: 2rem;
}

#events-page-grid-container .vc_grid-item-mini .item-title h4 {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.33;
}

#events-page-grid-container .vc_grid-item-mini .item-excerpt p,
#events-page-grid-container .vc_grid-item-mini .item-date {
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #425563;
}

#events-page-grid-container .vc_grid-item-mini .item-excerpt p:empty {
  display: none;
}

#events-page-grid-container
  .vc_visible-item:not(.highlighted-item)
  .item-excerpt,
#events-page-grid-container .vc_visible-item:not(:first-of-type) .item-excerpt {
  display: none;
}

#events-page-grid-container .vc_visible-item.highlighted-item .item-excerpt {
  display: block;
}

#events-page-grid-container .vc_grid-item-mini .vc_gitem_row .vc_gitem-col {
  padding: 0;
}

#events-page-grid-container .highlighted-item {
  width: 100%;
}

#events-page-grid-container .highlighted-item .vc_grid-item-mini {
  padding: 0;
  background-color: #d3d8dd;
}

#events-page-grid-container .highlighted-item .vc_grid-item-mini .vc_gitem-col {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: auto;
  grid-template-areas: 'title cover' 'excerpt cover';
}

#events-page-grid-container .highlighted-item .item-cover {
  grid-area: cover;
}

#events-page-grid-container .vc_visible-item .item-cover figure img {
  height: 160px;
  object-fit: cover;
}

#events-page-grid-container .highlighted-item .item-title {
  grid-area: title;
  margin: 3rem 3rem 0 2rem;
}

#events-page-grid-container .highlighted-item .item-title h4 {
  font-size: 4rem;
}

#events-page-grid-container .highlighted-item .item-excerpt {
  grid-area: excerpt;
  margin: 3rem 3rem 2rem 2rem;
  padding-top: 1rem;
  display: flex;
  align-items: flex-end;
  border-top: 16px solid #fff;
}

#events-page-grid-container .highlighted-item .item-date {
  grid-area: date;
  margin: 0 3rem 3rem 2rem;
}

#events-page-grid-container .highlighted-item .item-cover figure {
  width: 100%;
  height: 100%;
}

#events-page-grid-container .highlighted-item .item-cover a {
  display: block;
  height: 100%;
}

#events-page-grid-container .highlighted-item .item-cover figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.single-event .post-meta,
body.single-event .entry-title {
  margin-bottom: 2rem;
  padding-bottom: 55px;
  border-bottom: 10px solid #f58b3b;
}

#insights-page-posts-grid-container .vc_pageable-slide-wrapper,
#news-page-posts-grid-container .vc_pageable-slide-wrapper {
  display: flex;
  flex-wrap: wrap;
}

#insights-page-posts-grid-container .vc_gitem-col,
#insights-page-posts-grid-container .vc_gitem_row,
#insights-page-posts-grid-container .vc_gitem-zone-mini,
#insights-page-posts-grid-container .vc_gitem-zone,
#insights-page-posts-grid-container .vc_grid-item-mini,
#news-page-posts-grid-container .vc_gitem-col,
#news-page-posts-grid-container .vc_gitem_row,
#news-page-posts-grid-container .vc_gitem-zone-mini,
#news-page-posts-grid-container .vc_gitem-zone,
#news-page-posts-grid-container .vc_grid-item-mini {
  height: 100%;
}

#insights-page-posts-grid-container .vc_grid-item-mini {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

#insights-page-posts-grid-container .insights-text-container {
  height: 100%;
}

#insights-page-posts-grid-container .insights-text-container .vc_gitem-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  /* grid-template-areas: 'title title''author''date'; */
}

#insights-page-posts-grid-container
  .insights-text-container
  .vc_gitem-col
  .insights-title {
  grid-area: 1 / 1 / 1 / 3;
  width: 100%;
}

#insights-page-posts-grid-container
  .insights-text-container
  .vc_gitem-col
  .insights-author {
  grid-area: 2 / 1 / 2 / 2;
  width: 100%;
}

#insights-page-posts-grid-container
  .insights-text-container
  .vc_gitem-col
  .insights-date {
  grid-area: 2 / 2 / 2 / 3;
  width: 100%;
}

#insights-page-posts-grid-container
  .insights-text-container
  .vc_gitem-col
  .insights-author
  > div,
#insights-page-posts-grid-container
  .insights-text-container
  .vc_gitem-col
  .insights-date
  > div {
  position: absolute;
  bottom: 0.5rem;
}

#insights-page-posts-grid-container
  .insights-text-container
  .vc_gitem-col
  .insights-date
  > div {
  right: 0.5rem;
}

#news-page-posts-grid-container .vc_gitem-col {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.04);
}

#news-page-posts-grid-container .item-title > * {
  margin-bottom: 2rem;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.4;
  color: #2a3136;
}

#news-page-posts-grid-container .item-date {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

.contact-icons-news-page .ult-content-box {
  display: flex;
  align-items: center;
}

.read-more-btn-container {
  margin: 2.5rem 0;
}

.read-more-btn-container p {
  font-weight: 600;
  font-size: 16px;
  color: #425563;
}

.single-event #page .page-title,
.single-omsnews #page .page-title {
  margin-top: 3.5rem;
  width: auto;
}

.single-omsnews .detail-featured-img {
  margin-bottom: 1rem;
}

.work-partner-name {
  margin-bottom: 0;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
  color: #788792;
}

.work-partner-location {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 16px;
  color: #788792;
}

#stories-page-grid-container .item-cover,
#case-studies-page-grid-container .item-cover {
  border-left: 63px solid #e57627;
}

#stories-page-grid-container .item-title,
#case-studies-grid-container .item-title {
  margin-bottom: 0;
}

#stories-page-grid-container .item-title > *,
#case-studies-page-grid-container .item-title > * {
  margin-top: 40px;
  margin-left: 63px;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.4;
  color: #8b98a6;
}

#case-studies-page-grid-container .item-title > * {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 2.91667px;
  color: #425563;
}

#stories-page-grid-container .item-subtitle {
  margin-left: 63px;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.17;
  color: #425563;
  text-transform: lowercase;
}

#stories-page-grid-container .item-description,
#case-studies-page-grid-container .item-description {
  margin-top: 24px;
  margin-left: 63px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #425563;
}

#stories-page-grid-container .item-link-container,
#case-studies-page-grid-container .item-post-link-container a,
#case-studies-page-grid-container .item-video-link-container a {
  margin-top: 24px;
  margin-left: 63px;
}

#stories-page-grid-container .item-link-data-href,
#case-studies-page-grid-container .item-type,
#case-studies-page-grid-container .item-video-data-href,
#case-studies-page-grid-container .item-post-link-button,
#case-studies-page-grid-container .item-video-link-button,
#case-studies-page-grid-container .item-post-data-href {
  display: none;
}

#stories-posts-grid .vc_visible-item {
  margin-bottom: 2rem;
}

#st-map-filters .mapsvg-filters-wrap .form-group {
  margin-right: 1%;
}

input.form-control.mapsvg-address-search.typeahead {
  margin: 0px !important;
}

input.mapsvg-directory-search {
  padding: 10px !important;
}

.mapsvg-distance-fields.search-by-zip {
  height: 0px !important;
}

.mapsvg-filters-wrap .select2-container .select2-selection--single {
  height: 40px !important;
}

.mapsvg-distance-fields > .mapsvg-distance-field-2 {
  margin-top: 0px !important;
}

#st-map-directory .mapsvg-directory-item {
  display: inline-flex;
  cursor: pointer;
  flex-grow: 4;
  padding: 0px 20px 0px 0px;
  font-size: 14px;
  font-family: 'Helvetica', sans-serif;
  color: #444;
  order: 5;
  flex: 1 0 21%;
  margin: 64px 24px 0px 0px;
  margin-left: 0px !important;
}

#st-map-directory .mapsvg-controller-view-content {
  display: inline-flex;
  flex-grow: 4;
  order: 5;
  justify-content: space-around;
  align-content: baseline;
  flex-wrap: wrap;
  text-align: left;
  float: left;
}

button#map.button-normal,
button#list.button-normal {
  display: inline-flex;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  min-width: unset;
  padding: 13px 24px;
  background-color: #f2f2f2;
  color: #425563;
}

button#map.button-normal:hover,
button#list.button-normal:hover {
  background-color: #e87722 !important;
  color: #fff;
}

button#map.button-normal:hover img,
button#list.button-normal:hover img {
  filter: invert(85%) sepia(100%) saturate(2%) hue-rotate(169deg)
    brightness(118%) contrast(101%);
}

.button-active img {
  filter: invert(85%) sepia(100%) saturate(2%) hue-rotate(169deg)
    brightness(118%) contrast(101%);
}

.button-active {
  background-color: #e87722 !important;
  color: white !important;
}

.wpb_text_column.wpb_content_element.buttons-right-map.map-o-list-g {
  text-align: right;
}

span.select2-selection.select2-selection--single {
  border-color: #f2f2f2 !important;
  background: #f2f2f2 !important;
}

#listSVG {
  display: none;
}

#partner-text p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 5.03877px;
  text-transform: uppercase;
  color: #425563;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-bottom: -20px !important;
}

#st-map-directory {
  overflow: visible;
}

.buttons-right-map p {
  display: inline-flex;
}

.map-g-list-o {
  display: none;
}

p.work-partner-name {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #788792;
  flex: none;
  order: 0;
  flex-grow: 0;
}

p.work-partner-location {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #788792;
  flex: none;
  order: 1;
  flex-grow: 0;
}

#st-map-filters {
  margin-top: 2rem;
}

#st-map-filters input,
#st-map-filters input[type='text'],
#st-map-filters .select2-search__field,
#st-map-filters .distance-search-wrap,
#st-map-filters .mapsvg-filters-wrap .form-group {
  height: 41px;
  background-color: #f2f2f2 !important;
  border: 0;
}

#st-map-filters input::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
  color: #788792;
}

#st-map-filters .form-group {
  margin: 0;
}

#st-map-filters .mapsvg-distance-fields {
  display: flex;
}

#st-map-filters .mapsvg-distance-field-1,
#st-map-filters .mapsvg-distance-field-2 {
  width: 50%;
}

#st-map-filters .mapsvg-data-form-view {
  display: flex;
  flex-wrap: wrap;
}

#st-map-filters .mapsvg-data-form-view .form-group {
  margin: 0;
}

#st-map-filters .mapsvg-data-form-view .form-group:nth-child(1) {
  flex-basis: 25%;
  max-width: 25%;
}

#st-map-filters .mapsvg-data-form-view .form-group {
  flex-grow: 1;
}

#st-map-filters #mapsvg-search-container button {
  width: 100%;
}

.mapsvg-filters-wrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  height: 100%;
}

/* || History Page */
.text-history p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #2a3136;
}

.background-dots .vc_column-inner {
  background-size: 20%;
  background-position: bottom right !important;
}

.timeline {
  position: relative;
  min-height: 15rem;
}

.line {
  background-color: #aab0b7;
  position: absolute;
  z-index: 1;
  left: calc(50% - 1px);
  width: 2px;
  top: -5rem;
  bottom: -5rem;
  display: none;
}

/* .line::after {
content: "";
background-color: #aab0b7;
position: absolute;
display: block;
height: 1rem;
width: 1rem;
left: 50%;
transform: translateX(-50%);
bottom: 0;
} */

.zind3 {
  z-index: 3;
}

.text-orange-h3 p {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: #e87722;
}

.mini-text-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #788792;
}

.orange-text {
  color: #e87722;
}

.section-title-smaller {
  font-weight: 800;
  font-size: 85px;
  line-height: 90px;
  letter-spacing: 0.370848px;
  color: #425563;
}

.marginB22 {
  margin-bottom: 22px;
}

.background-dots .btn-history .btn-history-a {
  background: white !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: left;
  min-height: 80px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 24px;
  gap: 10px;
}

.btn-history-a i.icomoon-the7-font-the7-arrow-07 {
  min-height: 80px;
  padding-top: 35px !important;
}

.btn-align-left.btn-history {
  max-width: 312px;
  margin-top: 24px;
}

.image-mini-box {
  margin-bottom: 0px !important;
  margin-right: 17px !important;
}

#events-posts-grid .vc_gitem-col,
#cases-posts-grid .vc_gitem-col {
  padding: 0;
}

#timeline .open-modal-trigger-button {
  width: clamp(250px, 62%, 450px);
}

#timeline .open-modal-trigger-button button {
  text-align: left;
}

#case-studies-page-grid-container .highlighted-item {
  width: 100%;
}

#case-studies-page-grid-container .highlighted-item .vc_grid-item-mini {
  padding: 0;
}

#case-studies-page-grid-container
  .highlighted-item
  .vc_grid-item-mini
  .vc_gitem-col {
  display: grid;
  grid-template-columns: auto calc(100% / 3);
  grid-template-rows: 40% auto;
  grid-template-rows: 1fr auto;
  grid-template-areas: 'cover title' 'cover description' 'button button';
}

#case-studies-page-grid-container .highlighted-item .item-cover {
  grid-area: cover;
}

#case-studies-page-grid-container .vc_visible-item {
  padding-bottom: 3rem;
}

#case-studies-page-grid-container .vc_visible-item .item-cover figure img {
  height: 350px;
  object-fit: cover;
}

#case-studies-page-grid-container
  .highlighted-item
  .item-cover
  .vc_single_image-wrapper,
#case-studies-page-grid-container .highlighted-item .item-cover figure,
#case-studies-page-grid-container .highlighted-item .item-cover figure img {
  height: 100%;
  width: 100%;
}

#case-studies-page-grid-container .highlighted-item .item-cover figure img {
  aspect-ratio: 1.25;
}

#case-studies-page-grid-container .highlighted-item .item-title {
  grid-area: title;
  margin: 0;
  padding: 2rem 2rem 0;
  background-color: #425563;
  display: flex;
  align-items: flex-end;
}

#case-studies-page-grid-container .highlighted-item .item-title > * {
  color: #fff;
  margin: 0;
}

#case-studies-page-grid-container .highlighted-item .item-description {
  grid-area: description;
  margin: 0;
  padding: 2rem 2rem 4rem;
  color: #fff;
  background-color: #425563;
}

#case-studies-page-grid-container .highlighted-item .item-video-link-container,
#case-studies-page-grid-container .highlighted-item .item-post-link-container {
  grid-area: button;
  display: flex;
  justify-content: flex-end;
}

#case-studies-page-grid-container
  .highlighted-item
  .item-video-link-container
  a,
#case-studies-page-grid-container
  .highlighted-item
  .item-post-link-container
  a {
  margin: 0;
  min-width: 300px;
}

#case-studies-page-grid-container
  .highlighted-item
  .item-video-link-container
  p,
#case-studies-page-grid-container
  .highlighted-item
  .item-post-link-container
  p {
  line-height: unset;
}

/* || MEDIA QUERIES */
/* || > 1660px */
@media screen and (min-width: 1660px) {
  .results-section__item-title {
    font-size: 32px;
  }
}

/* || > 1440px */
@media screen and (min-width: 1440px) {
  .results-section__item-title {
    font-size: 30px;
  }
}

/* || > 1200px */
@media screen and (min-width: 1200px) {
}

/* || 1200px */
@media screen and (max-width: 1200px) {
  .results-section__item p {
    font-size: 14px;
  }
}

/* || 1088px */
@media screen and (max-width: 1088px) {
  .menu-item.has-children > a .menu-text::after {
    display: none;
  }

  li:not(.dt-mega-menu) .sub-nav {
    border-top: 0;
    margin-top: 1rem;
  }

  .header-elements-button-1 {
    top: 0;
    padding: 45px 20px 40px;
  }

  #events-page-grid-container .highlighted-item .item-title h4 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .show-md {
    display: none;
  }

  .show-lg {
    display: block;
  }
}

/* || 991px */
@media screen and (max-width: 991px) {
  /* .width30 a {
    		width: 30%;
  } */

  .show-md {
    display: block;
  }

  .show-lg {
    display: none;
  }

  .hide-tablet {
    display: none;
  }

  .square-2 p {
    padding-bottom: 1.5rem;
  }

  .home-map {
    position: relative;
    aspect-ratio: unset;
  }

  .extra-padding-992 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .st-home-graphic .shortcode-banner {
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  #hp-insight-button .bump-right {
    margin-right: 0px;
    float: right;
  }

  .shortcode-banner-inside {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-map img {
    width: 100%;
  }

  .graphic-a {
    background-color: #fcfafa;
  }

  .graphic-b {
    background-color: #f2f2f2;
  }

  .bump-right {
    margin-right: 0;
    float: right;
  }

  .st-carousel .shortcode-banner {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f58b3b;
  }

  .flat-column {
    z-index: 0;
  }

  .career-line {
    display: none;
  }

  .donate-graphic p {
    font-size: 0.8rem;
  }

  .donate-graphic h3 {
    font-size: 40px;
    line-height: 45px;
  }

  .donate-graphic .shortcode-banner {
    background-position: center 35%;
  }

  #toa-section h3 {
    font-size: 40px;
  }

  #footer {
    margin-top: 10rem !important;
  }

  .footer-top-bar {
    top: -369px;
  }

  .footer-top-bar h4 {
    padding-left: 0;
  }

  .footer-top-bar .mini-widgets {
    display: none;
  }

  #footer .wf-container {
    flex-direction: column;
  }

  #footer #custom_html-3 {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  #footer #custom_html-3 .textwidget {
    width: 100%;
  }

  #custom_html-3 .footer-logo,
  #custom_html-3 .st-social-icons {
    width: 50%;
    text-align: center;
    margin: auto;
  }

  #presscore-custom-menu-two-2,
  #presscore-custom-menu-two-3,
  #presscore-custom-menu-two-4 {
    width: 33%;
  }

  #footer .wf-container section:nth-child(2) {
    width: 85%;
    text-align: center;
  }

  #footer .wf-container section:nth-child(3) {
    width: 100%;
  }

  #footer .wf-container section:nth-child(2),
  #footer .wf-container section:nth-child(3) {
    margin: auto;
    margin: 24px auto;
  }

  #presscore-custom-menu-two-2,
  #presscore-custom-menu-two-4 {
    justify-content: center;
  }

  #presscore-custom-menu-two-2 .custom-nav,
  #presscore-custom-menu-two-4 .custom-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #footer .footer-top-bar {
    height: auto;
  }

  .footer-top-bar-content > div,
  .footer-top-bar-content > div:nth-child(1) {
    width: 100%;
  }

  .footer-top-bar #mc_embed_signup {
    top: 0;
  }

  .footer-top-bar #mc_embed_signup_scroll input.email,
  #mc_embed_signup .mc-field-group,
  .footer-top-bar #mc_embed_signup .mc-field-group-wrapper {
    width: 100%;
  }

  .footer-top-bar #mc_embed_signup_scroll input {
    margin-left: 0;
  }

  .footer-top-bar #mc_embed_signup_scroll input.email {
    right: 0;
  }

  .home #values-section {
    margin-top: 8em;
  }

  .section-title,
  .section-title h2 {
    font-size: 3.5rem;
  }

  .section-subtitle,
  .section-subtitle p {
    font-size: 1.25rem;
  }
}

/* || 800px */
@media screen and (max-width: 800px) {
  .footer-top-bar-content {
    flex-direction: column;
  }

  .footer-top-bar #mc_embed_signup .mc-field-group {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .customized-filtered-posts-grid-container .vc_grid-filter-dropdown {
    display: none;
  }
}

/* || 768px */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }

  .values-section__section-title {
    font-size: 3rem;
  }

  .values-section__section-subtitle {
    font-size: 1.25rem;
  }

  .home-img .shortcode-banner {
    height: 50vw;
  }

  .results-section__item-title {
    font-size: 1.25rem;
  }

  .results-section__item p {
    font-size: 0.85rem;
  }
}

/* || 767px */
@media screen and (max-width: 767px) {
  #hero-text .square {
    margin-top: 3rem;
  }

  /* .home-map {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	} */

  .width30-sm {
    width: 30%;
    float: right;
    margin-right: 0;
  }

  .st-carousel .shortcode-banner h5 {
    font-size: 1rem;
  }

  .st-carousel .shortcode-banner h2 {
    font-size: 1.75rem;
  }

  .st-carousel.owl-carousel {
    border-left-width: 0 !important;
  }

  #hp-insight-button .bump-right a {
    float: right;
  }

  #footer {
    margin-top: 8rem !important;
  }

  .footer-top-bar {
    top: -465px;
    height: 65px;
  }

  .footer-top-bar h4 {
    text-align: left;
  }

  .footer-top-bar h6 {
    z-index: 10;
    margin-top: 1rem;
    left: 14px;
    font-size: 10px;
    top: 60px;
  }

  #footer ul a {
    font-size: 0.75rem;
  }

  #custom_html-3 .footer-logo,
  #custom_html-3 .st-social-icons {
    width: 80%;
  }

  #st-map-filters .mapsvg-data-form-view .form-group:nth-child(1),
  #st-map-filters .mapsvg-data-form-view .form-group {
    flex-basis: 100%;
    max-width: 100%;
  }

  .line {
    left: 23px;
  }

  .padding-r-l-15px {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* || 600px */
@media (max-width: 600px) {
}

/* || 480px */
@media (max-width: 480px) {
  #footer .wf-container section:nth-child(2) {
    width: 100%;
  }

  #events-page-grid-container
    .highlighted-item
    .vc_grid-item-mini
    .vc_gitem-col {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: 'cover' 'title' 'excerpt' 'date';
  }

  #events-page-grid-container .highlighted-item .item-title,
  #events-page-grid-container .highlighted-item .item-excerpt {
    margin-top: 2rem;
  }

  #events-page-grid-container .vc_grid-filter-dropdown select {
    background-color: #fff;
  }

  #case-studies-page-grid-container
    .highlighted-item
    .vc_grid-item-mini
    .vc_gitem-col {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: 'cover' 'title' 'description' 'button';
  }
}

/* Post Sidebar Customizations */
.sidebar-content .widget-title {
  text-transform: lowercase;
  color: #425563;
}

.sidebar ul li a {
  line-height: 1.25;
}

/* Post header custom */
.page-title.solid-bg {
  background-color: #fff;
  /* 	border-bottom:10px orange solid; */
  width: 66.7%;
}

.page-title h1,
#page .page-title .entry-title {
  color: #425563;
  font: normal 800 55px / 65px 'Open Sans', Helvetica, Arial, Verdana,
    sans-serif;
}

.single .content > .post,
.omsnews-template-default .postContentWrapper {
  border-top: 10px orange solid;
}

.single-omsnews #sidebar {
  display: none !important;
}

.omsnews-template-default .postContentWrapper {
  border-top-color: #f58b3b;
}

.single-post #main .wf-wrap {
  margin: 0 0 !important;
}

/* hide meta + preview in news content */
.omsnews .entry-meta .author,
.omsnews .entry-meta .comment-link,
.omsnews .blog-content p,
.omsnews .entry-meta > a:after,
.category .entry-meta .category-link,
.category .entry-meta .comment-link,
.category .entry-meta .data-link:after,
.category .blog-content p,
.single .entry-tags {
  display: none !important;
}

/* and in search results */
.search .entry-meta {
  display: none !important;
}

.single .first-meta {
  margin-bottom: 0;
  margin-top: 16px;
}

.single .post:not(.type-event) .post-thumbnail {
  margin-top: 2rem;
}

.single-related-posts .post-content {
  line-height: 1.25;
}

/* author page */
.author .page-title {
  display: none;
}

.content.author {
  margin-top: 3rem;
}

/* category page */
.archive .taxonomy-description {
  display: none;
}

.category .page-title,
.post-type-archive-omsnews .page-title,
.tax-orbitmedia_news_category .page-title {
  background-color: #425563;
  width: 100%;
}

.category .page-title-head h1,
.post-type-archive-omsnews .page-title-head h1,
.tax-orbitmedia_news_category .page-title-head h1 {
  font-size: 1.5rem;
  color: #788792;
}

.category .page-title-head h1 span,
.post-type-archive-omsnews .page-title-head h1 span,
.tax-orbitmedia_news_category .page-title-head h1 span {
  left: 4%;
  color: #fff;
  position: absolute;
  top: 45%;
}

.category .page-title .hgroup,
.post-type-archive-omsnews .page-title .hgroup,
.tax-orbitmedia_news_category .page-title .hgroup {
  margin-top: -70px;
}

.category #main,
.author #main {
  margin-top: 2rem;
}

.post-type-archive-omsnews .categoryMenu,
.tax-orbitmedia_news_category .categoryMenu {
  margin-bottom: 2rem;
}

.omsnews-template-default .postMeta .entry-title,
.omsnews-template-default .postMeta .post-author,
.omsnews-template-default .postMeta .post-meta span:nth-child(2) {
  display: none;
}

.omsnews-template-default .postContentWrapper {
  padding-top: 2rem;
}

/* CONTACT PAGE/FORM CUSTOMIZATIONS */
.st-form-button-container {
  float: right;
}

.st-form-button {
  background-color: #f2f2f2;
}

.st-form-button::after {
  content: '>';
}

/* This is formerly inline css that powers the social icons in the footer */

.dt-shortcode-soc-icons.soc-icons-6d3d70cdad80c3022dac88b2b035272f a {
  margin-right: 4px;
}

.dt-shortcode-soc-icons a.soc-icons-6d3d70cdad80c3022dac88b2b035272f {
  /* min-width: ;
  min-height: ;
  font-size: ;
  border-radius: ; */
  margin-right: 4px;
}

.dt-shortcode-soc-icons
  a.soc-icons-6d3d70cdad80c3022dac88b2b035272f:last-child {
  margin-right: 0;
}

.dt-shortcode-soc-icons a.soc-icons-6d3d70cdad80c3022dac88b2b035272f:before,
.dt-shortcode-soc-icons a.soc-icons-6d3d70cdad80c3022dac88b2b035272f:after {
  /* min-width: ;
  min-height: ; */
  padding: inherit;
}

.dt-shortcode-soc-icons
  a.soc-icons-6d3d70cdad80c3022dac88b2b035272f.dt-icon-border-on:before {
  border: solid;
}

.dt-shortcode-soc-icons
  a.soc-icons-6d3d70cdad80c3022dac88b2b035272f.dt-icon-hover-border-on:after {
  border: solid;
}

/* .dt-shortcode-soc-icons a.soc-icons-6d3d70cdad80c3022dac88b2b035272f:hover {
  font-size: ;
} */

/* .dt-shortcode-soc-icons a.soc-icons-6d3d70cdad80c3022dac88b2b035272f .soc-font-icon,
.dt-shortcode-soc-icons a.soc-icons-6d3d70cdad80c3022dac88b2b035272f .soc-icon {
  font-size: ;
} */

/* .dt-shortcode-soc-icons.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93 a {
	margin-right: ;
} */

.dt-shortcode-soc-icons a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93 {
  min-width: 26px;
  min-height: 26px;
  font-size: 16px;
  border-radius: 100px;
  /* margin-right: ; */
}

.dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93:last-child {
  margin-right: 0;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93:before,
.dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93:after {
  min-width: 26px;
  min-height: 26px;
  padding: inherit;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93.dt-icon-bg-on:before,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93.dt-icon-bg-on:before {
  background: #8b98a6;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93.dt-icon-border-on:before {
  border: 0px solid;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93.dt-icon-hover-border-on:after {
  border: 0px solid;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93:hover {
  font-size: 16px;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93:hover
  .soc-font-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93:hover
  .soc-font-icon,
#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93:hover
  .soc-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93:hover
  .soc-icon {
  color: #f58b3b;
  background: none;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93.dt-icon-hover-bg-on:after,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93.dt-icon-hover-bg-on:after {
  background: #8b98a6;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93:not(:hover)
  .soc-font-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93:not(:hover)
  .soc-font-icon,
#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93:not(:hover)
  .soc-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93:not(:hover)
  .soc-icon {
  color: #ffffff;
  background: none;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93
  .soc-font-icon,
.dt-shortcode-soc-icons
  a.single-soc-icon-7aadbd80a7c43ab551b4d5c05f325e93
  .soc-icon {
  font-size: 16px;
}

/* .dt-shortcode-soc-icons.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d a {
margin-right: ;
} */
.dt-shortcode-soc-icons a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d {
  min-width: 26px;
  min-height: 26px;
  font-size: 16px;
  border-radius: 100px;
  /* margin-right: ; */
}

.dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d:last-child {
  margin-right: 0;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d:before,
.dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d:after {
  min-width: 26px;
  min-height: 26px;
  padding: inherit;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d.dt-icon-bg-on:before,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d.dt-icon-bg-on:before {
  background: #8b98a6;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d.dt-icon-border-on:before {
  border: 0px solid;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d.dt-icon-hover-border-on:after {
  border: 0px solid;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d:hover {
  font-size: 16px;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d:hover
  .soc-font-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d:hover
  .soc-font-icon,
#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d:hover
  .soc-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d:hover
  .soc-icon {
  color: #f58b3b;
  background: none;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d.dt-icon-hover-bg-on:after,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d.dt-icon-hover-bg-on:after {
  background: #8b98a6;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d:not(:hover)
  .soc-font-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d:not(:hover)
  .soc-font-icon,
#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d:not(:hover)
  .soc-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d:not(:hover)
  .soc-icon {
  color: #ffffff;
  background: none;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d
  .soc-font-icon,
.dt-shortcode-soc-icons
  a.single-soc-icon-ab20b20f8d40f49f4491ea4607beca0d
  .soc-icon {
  font-size: 16px;
}

/* .dt-shortcode-soc-icons.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c a {
	margin-right: ;
} */

.dt-shortcode-soc-icons a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c {
  min-width: 26px;
  min-height: 26px;
  font-size: 16px;
  border-radius: 100px;
  /* margin-right: ; */
}

.dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c:last-child {
  margin-right: 0;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c:before,
.dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c:after {
  min-width: 26px;
  min-height: 26px;
  padding: inherit;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c.dt-icon-bg-on:before,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c.dt-icon-bg-on:before {
  background: #8b98a6;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c.dt-icon-border-on:before {
  border: 0px solid;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c.dt-icon-hover-border-on:after {
  border: 0px solid;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c:hover {
  font-size: 16px;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c:hover
  .soc-font-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c:hover
  .soc-font-icon,
#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c:hover
  .soc-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c:hover
  .soc-icon {
  color: #f58b3b;
  background: none;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c.dt-icon-hover-bg-on:after,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c.dt-icon-hover-bg-on:after {
  background: #8b98a6;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c:not(:hover)
  .soc-font-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c:not(:hover)
  .soc-font-icon,
#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c:not(:hover)
  .soc-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c:not(:hover)
  .soc-icon {
  color: #ffffff;
  background: none;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c
  .soc-font-icon,
.dt-shortcode-soc-icons
  a.single-soc-icon-c4d3f32b8eae279532d5a7ea76d3ee6c
  .soc-icon {
  font-size: 16px;
}

/* .dt-shortcode-soc-icons.single-soc-icon-264cb04b7015975236bcc4184fe5ab55 a {
	margin-right: ;
} */

.dt-shortcode-soc-icons a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55 {
  min-width: 26px;
  min-height: 26px;
  font-size: 16px;
  border-radius: 100px;
  /* margin-right: ; */
}

.dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55:last-child {
  margin-right: 0;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55:before,
.dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55:after {
  min-width: 26px;
  min-height: 26px;
  padding: inherit;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55.dt-icon-bg-on:before,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55.dt-icon-bg-on:before {
  background: #8b98a6;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55.dt-icon-border-on:before {
  border: 0px solid;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55.dt-icon-hover-border-on:after {
  border: 0px solid;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55:hover {
  font-size: 16px;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55:hover
  .soc-font-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55:hover
  .soc-font-icon,
#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55:hover
  .soc-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55:hover
  .soc-icon {
  color: #f58b3b;
  background: none;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55.dt-icon-hover-bg-on:after,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55.dt-icon-hover-bg-on:after {
  background: #8b98a6;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55:not(:hover)
  .soc-font-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55:not(:hover)
  .soc-font-icon,
#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55:not(:hover)
  .soc-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55:not(:hover)
  .soc-icon {
  color: #ffffff;
  background: none;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55
  .soc-font-icon,
.dt-shortcode-soc-icons
  a.single-soc-icon-264cb04b7015975236bcc4184fe5ab55
  .soc-icon {
  font-size: 16px;
}

/* .dt-shortcode-soc-icons.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5 a {
	margin-right: ;
} */

.dt-shortcode-soc-icons a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5 {
  min-width: 26px;
  min-height: 26px;
  font-size: 16px;
  border-radius: 100px;
  /* margin-right: ; */
}

.dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5:last-child {
  margin-right: 0;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5:before,
.dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5:after {
  min-width: 26px;
  min-height: 26px;
  padding: inherit;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5.dt-icon-bg-on:before,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5.dt-icon-bg-on:before {
  background: #8b98a6;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5.dt-icon-border-on:before {
  border: 0px solid;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5.dt-icon-hover-border-on:after {
  border: 0px solid;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5:hover {
  font-size: 16px;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5:hover
  .soc-font-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5:hover
  .soc-font-icon,
#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5:hover
  .soc-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5:hover
  .soc-icon {
  color: #f58b3b;
  background: none;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5.dt-icon-hover-bg-on:after,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5.dt-icon-hover-bg-on:after {
  background: #8b98a6;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5:not(:hover)
  .soc-font-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5:not(:hover)
  .soc-font-icon,
#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5:not(:hover)
  .soc-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5:not(:hover)
  .soc-icon {
  color: #ffffff;
  background: none;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5
  .soc-font-icon,
.dt-shortcode-soc-icons
  a.single-soc-icon-505a58e94fc10fd2e539e18890c7d1a5
  .soc-icon {
  font-size: 16px;
}

/* .dt-shortcode-soc-icons.single-soc-icon-0b874245480ebd97f1535c62ebf96875 a {
	margin-right: ;
} */

.dt-shortcode-soc-icons a.single-soc-icon-0b874245480ebd97f1535c62ebf96875 {
  min-width: 26px;
  min-height: 26px;
  font-size: 16px;
  border-radius: 100px;
  /* margin-right: ; */
}

.dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875:last-child {
  margin-right: 0;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875:before,
.dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875:after {
  min-width: 26px;
  min-height: 26px;
  padding: inherit;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875.dt-icon-bg-on:before,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875.dt-icon-bg-on:before {
  background: #8b98a6;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875.dt-icon-border-on:before {
  border: 0px solid;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875.dt-icon-hover-border-on:after {
  border: 0px solid;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875:hover {
  font-size: 16px;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875:hover
  .soc-font-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875:hover
  .soc-font-icon,
#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875:hover
  .soc-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875:hover
  .soc-icon {
  color: #f58b3b;
  background: none;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875.dt-icon-hover-bg-on:after,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875.dt-icon-hover-bg-on:after {
  background: #8b98a6;
}

#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875:not(:hover)
  .soc-font-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875:not(:hover)
  .soc-font-icon,
#page
  .dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875:not(:hover)
  .soc-icon,
#phantom
  .dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875:not(:hover)
  .soc-icon {
  color: #ffffff;
  background: none;
}

.dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875
  .soc-font-icon,
.dt-shortcode-soc-icons
  a.single-soc-icon-0b874245480ebd97f1535c62ebf96875
  .soc-icon {
  font-size: 16px;
}

.modal-cta-mc .section-title {
  font-size: 3rem;
  color: #e57627;
}

.modal-cta-mc .section-text {
  margin: 2rem 0;
}

.modal-cta-mc #mc_embed_signup .mc-field-group {
  display: flex;
  justify-content: start;
  width: 100%;
  position: relative;
}

.modal-cta-mc #mc_embed_signup .mc-field-group-wrapper {
  display: grid;
  position: relative;
  grid-template-areas: 'stack';
  width: clamp(min(400px, 100%), 50%, 600px);
}

.modal-cta-mc #mc_embed_signup .mc-field-group-wrapper p {
  grid-area: stack;
}

.modal-cta-mc #mc_embed_signup_scroll input.email {
  position: relative;
  width: calc(100% - 40px);
}

.modal-cta-mc #mc_embed_signup .button {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: #f58b3b;
  padding: 0 15px;
  width: 40px !important;
  min-width: unset;
  height: 40px;
  font-size: 16pt;
}

.modal-cta-mc #mc_embed_signup_scroll input.email,
.modal-cta-mc #mc_embed_signup ::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #788792;
}

.modal-cta-mc #mc_embed_signup ::placeholder {
  font-style: italic;
}

#modal-cta-mc-container {
  display: none;
}

.text-left {
  text-align: left;
}

.hs-subscribe-form-container form {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#footer .hs-subscribe-form-container form {
  /*flex-direction: row;
	align-items: center;
	justify-content: center;*/
  max-width: 300px;
}

@media (max-width: 961px) {
  #footer .hs-subscribe-form-container form {
    max-width: 100%;
  }
}

.hs-subscribe-form-container form input,
.hs-subscribe-form-container form .input input {
  height: 40px;
  margin-bottom: 0;
}

.hs-subscribe-form-container .hs_email,
.hs-subscribe-form-container .hs_email input {
  width: 100%;
}

.hs-subscribe-form-container .hs-submit {
  position: absolute;
  top: 0;
  right: 0;
}

.hs-subscribe-form-container form .hs-submit input[type='submit'] {
  border: 0;
  background: #f06e00;
  padding: 0;
  padding-right: 3px;
  font-size: 16px;
  width: 40px;
  transition: background 0.5s ease;
}

.hs-subscribe-form-container .hs-error-msg {
  font-size: 13px;
  line-height: 1.2;
  color: #f06e00;
  font-style: italic;
}

.hs-subscribe-form-container .hs_error_rollup .hs-error-msgs {
  color: #f06e00;
  margin-top: 1em;
}

#page .hs-subscribe-form-container form input[type='submit']:hover {
  background: #425563;
}

.hs-subscribe-form-container .legal-consent-container {
  margin-top: 1em;
}

.hs-subscribe-form-container .legal-consent-container p {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

#footer .hs-subscribe-form-container form .legal-consent-container,
#footer .hs-subscribe-form-container form .hs_recaptcha,
#footer .hs-subscribe-form-container .hs_error_rollup {
  display: none;
}

.author-avatar img {
  height: 80px;
  width: 80px;
  object-fit: cover;
}

.hs-subscribe-form-container.animate-fade-in {
  animation: fadeIn 1s forwards;
}

/* .courses-items-container */
.courses-items__filters-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 5rem;
  margin-top: 48px;
  margin-bottom: 3rem;
  margin-bottom: 32px;
  gap: 100px;
}

.courses-items__filters-title {
  display: inline-block;
  margin-right: 1rem;
  line-height: 24px;
  color: #435563;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .courses-items__filters-title {
    display: block;
  }
}

.courses-items__filters-container .courses-items__filters {
  padding-bottom: 16px;
  border-bottom: 15px solid #f58b3b;
  flex-grow: 1;
}

.courses-items__filters-decor {
  flex-grow: 1;
  min-width: 100px;
  border-bottom: 15px solid #ebebeb;
}

.courses-items__filters select.vc_grid-styled-select {
  appearance: none;
  background-image: none;
  position: relative;
  border: 1px solid transparent;
  background-color: #fff;
  cursor: pointer;
  padding: 0 10px;
  min-width: 170px;
  height: 30px;
  min-height: unset;
  color: #8b8d94;
  font-size: 12px;
}

.courses-items__filters select.vc_grid-styled-select:focus {
  border-color: #d9d9d9;
}

.courses-items__filter-select-sontainer {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.courses-items__filter-select-sontainer::after {
  content: '';
  width: 14px;
  height: 7px;
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMBAMAAACdPPCPAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURQAAAEJVY0BVZUBQYEBYYEFVYkFWYkBQaEJVY0JWYkJUYkFWY0JVY0EeoQ8AAAAMdFJOUwDvMCAg398gn49/oFYxtMYAAABRSURBVAjXY2AoYAABdgYGbiEwS7GBYc1BBSCDSeYkg9sZkKDimWAGlhygIJPMUQMGsCBIiAEkqAQWAgkKgoVAgmcgQiBBiBBQMBUqxMDgDCIA6HQT7h7LEeMAAAAASUVORK5CYII=);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 5px;
  top: 12px;
}

.courses-items-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  align-items: stretch;
  gap: 30px;
  margin-bottom: 48px;
}

.course-item {
  background-color: #fff;
  padding: 2rem 2rem 0.75rem;
}

.course-item__cover-container {
  width: 100%;
  overflow: hidden;
}

.course-item__cover {
  width: 100%;
  height: auto;
  display: block;
}

.course-item__item-title {
  margin-top: 2rem;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.33;
  letter-spacing: 1.5px;
  font-size: 1.3rem;
  font-weight: 800;
}

.course-item__description,
.course-item__description-title {
  font-size: 1rem;
  line-height: 1.4;
}

.course-item__description-title {
  border-top: 1px solid #ebebeb;
  padding-top: 0.25em;
  font-weight: 700;
}

.course-item__footer {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course-item__start-date-title {
  font-size: 12px;
}

.course-item__start-date {
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .table-wrapper {
    width: 100%;
    overflow-x: scroll;
  }

  .table-wrapper table {
    float: unset;
  }
}

.search-icon {
  border: 0;
}

.invisible {
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.vc_object_cover_container figure,
.vc_object_cover_container .vc_single_image-wrapper,
.vc_object_cover_container img {
  width: 100%;
  height: 100%;
}

.vc_object_cover_container img {
  object-fit: cover;
}

[inert],
[inert] * {
  pointer-events: none;
  cursor: default;
  user-select: none;
}
