/*!
Theme Name: tmc
Theme URI:
Author:
Author URI:
Description: Our 2020 default theme is clean, blog-focused, and designed for clarity.
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog
Text Domain: tmc

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
@font-face {
  font-family: "TradeGothicNextLTProBdCn";
  src: url("assets/fonts/TradeGothicNextLTProBdCn/TradeGothicNextLTProBdCn.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "DMSans";
  src: url("assets/fonts/DM_Sans_Reg/DMSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "DMSansBold";
  src: url("assets/fonts/DMSans-Bold/DMSans-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "TradeGothicNextLTProRg";
  src: url("assets/fonts/TradeGothicNextLTPro-Rg/TradeGothicNextLTPro-Rg.eot");
  src: url("assets/fonts/TradeGothicNextLTPro-Rg/TradeGothicNextLTPro-Rg.eot?#iefix") format("embedded-opentype"), url("assets/fonts/TradeGothicNextLTPro-Rg/TradeGothicNextLTPro-Rg.woff") format("woff"), url("assets/fonts/TradeGothicNextLTPro-Rg/TradeGothicNextLTPro-Rg.ttf") format("truetype");
  font-weight: normal; }

@font-face {
  font-family: "TradeGothicNextLTProCn";
  src: url("assets/fonts/TradeGothicNextLTPro-Cn/TradeGothicNextLTPro-Cn.otf");
  src: url("assets/fonts/TradeGothicNextLTPro-Cn/TradeGothicNextLTPro-Cn.ttf") format("truetype");
  font-weight: normal; }

.row {
  max-width: 1258px; }

.column, .columns {
  padding-left: 2rem;
  padding-right: 2rem; }

.reveal-overlay {
  background-color: rgba(12, 66, 106, 0.8); }

.reveal {
  border-radius: 0;
  border: 0; }
  .reveal:focus {
    border-radius: 0;
    border: 0;
    outline: #ffffff; }
  .reveal.tiny, .reveal.small, .reveal.large {
    max-width: 590px; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.btn-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 24px;
  padding: 0 17px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: nowrap;
  font-family: "TradeGothicNextLTProBdCn";
  outline: none; }
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
  .btn.sweep-to-right {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 1000ms;
    -o-transition: color 1000ms;
    transition: color 1000ms; }
    .btn.sweep-to-right:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition: 200ms ease-out;
      -o-transition: 200ms ease-out;
      transition: 200ms ease-out; }
    .btn.sweep-to-right:hover:before {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }

a.btn:hover {
  color: #ffffff; }

a.white-link {
  color: #ffffff; }
  a.white-link:hover {
    opacity: 70%;
    color: #ffffff; }

.btn-primary {
  background: #0060ae; }
  .btn-primary:before {
    background: #e36135; }

.btn-orange {
  background: #e36135; }
  .btn-orange:before {
    background: #0060ae; }
  .btn-orange.white-link a {
    color: #ffffff; }
    .btn-orange.white-link a:hover {
      color: #ffffff; }

.btn-white {
  background: #ffffff;
  color: #0060ae; }
  .btn-white:hover {
    color: #ffffff; }
    .btn-white:hover a {
      color: #ffffff; }
  .btn-white:before {
    background: #e36135;
    color: #ffffff; }

.btn-outlined {
  background: #ffffff;
  border: solid 2px #ffffff; }
  .btn-outlined:before {
    border: solid 2px #ffffff;
    background: #ffffff;
    color: #000000; }

.all-impact-card {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px; }
  .all-impact-card .all-impact-card-img {
    position: relative;
    overflow: hidden; }
    .all-impact-card .all-impact-card-img .all-impact-card-block-img {
      min-width: 100%;
      min-height: 237px;
      background-size: cover !important;
      background-position: top left !important; }
    .all-impact-card .all-impact-card-img img {
      width: 100%; }
  .all-impact-card .all-impact-card-story {
    padding-top: 20px;
    padding-left: 20px;
    background: #ffffff;
    position: relative;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }

.all-impact-service-project a {
  font-size: 1.5rem;
  line-height: 20px;
  font-family: "TradeGothicNextLTProBdCn";
  color: #000000; }

.all-impact-location h4, .all-impact-date h4 {
  font-size: 1.5rem;
  color: #53626f;
  line-height: 18px;
  font-family: "TradeGothicNextLTProCn"; }

.all-impact-card-title {
  height: auto;
  margin-bottom: 5px; }
  .all-impact-card-title a {
    line-height: 30px; }

@media (min-width: 640px) {
  .all-impact-card {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; } }

@media (min-width: 768px) {
  .all-impact-card-title {
    height: 60px;
    overflow: hidden;
    margin-bottom: 5px; }
    .all-impact-card-title a {
      line-height: 30px; } }

@media (min-width: 1000px) {
  .all-impact-card .all-impact-card-story {
    position: absolute;
    width: 275px;
    padding-left: 20px; } }

@media (min-width: 1280px) {
  .all-impact-card .all-impact-card-img .all-impact-card-block-img {
    min-height: 281px; } }

@media (min-width: 1280px) {
  .all-impact-card .all-impact-card-story {
    position: absolute;
    padding-left: 20px;
    width: 300px; } }

@media (min-width: 1360px) {
  .all-impact-card .all-impact-card-img {
    min-height: 278px;
    max-height: 278px; } }

@media (min-width: 1920px) {
  .all-impact-card .all-impact-card-story {
    width: 340px; }
  .all-impact-card .all-impact-card-img {
    min-height: 340px;
    max-height: 340px; }
    .all-impact-card .all-impact-card-img .all-impact-card-block-img {
      min-height: 340px; } }

header {
  position: relative;
  z-index: 2; }
  header a {
    color: #ffffff;
    font-size: 1.6rem; }
  header .fa-search {
    color: #ffffff;
    position: relative;
    bottom: 13px; }
  header .header-logo {
    position: relative;
    top: 20px;
    left: 20px;
    max-width: 126px;
    cursor: pointer;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px; }
    header .header-logo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-item-align: end;
      align-self: flex-end;
      width: 100%; }
      header .header-logo a img {
        width: 100%; }

.header-background {
  background: #0c426a; }

.page-template-page-herovideo .header-background {
  background: none; }
  .page-template-page-herovideo .header-background.header-background-color {
    background: #0c426a; }

.page-template-page-herovideo #menu-top-header, .page-template-page-herovideo .tmc-search, .page-template-page-herovideo .header-logo {
  z-index: 99; }

.page-template-page-herovideo .video-container {
  min-height: 600px;
  position: absolute;
  width: 100%; }
  .page-template-page-herovideo .video-container iframe, .page-template-page-herovideo .video-container video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }

.page-template-page-herovideo .video-overlay {
  z-index: 99; }
  .page-template-page-herovideo .video-overlay .hero-desktop {
    z-index: 1;
    color: #fff; }
  .page-template-page-herovideo .video-overlay button {
    position: relative;
    bottom: 400px; }

.page-template-page-basic .header-background {
  padding-bottom: 40px; }

.page-template-page-herovideo, .page-template-page-caption, .page-template-page-tooltipcaption, .page-template-page-acfeventheader, .page-template-page-platoon, .page-template-page-event {
  position: relative;
  height: 100%; }
  .page-template-page-herovideo .hero-desktop, .page-template-page-caption .hero-desktop, .page-template-page-tooltipcaption .hero-desktop, .page-template-page-acfeventheader .hero-desktop, .page-template-page-platoon .hero-desktop, .page-template-page-event .hero-desktop {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%; }
  .page-template-page-herovideo .menu-top.header-menu, .page-template-page-caption .menu-top.header-menu, .page-template-page-tooltipcaption .menu-top.header-menu, .page-template-page-acfeventheader .menu-top.header-menu, .page-template-page-platoon .menu-top.header-menu, .page-template-page-event .menu-top.header-menu {
    background: none; }
  .page-template-page-herovideo .accordion.supportus, .page-template-page-caption .accordion.supportus, .page-template-page-tooltipcaption .accordion.supportus, .page-template-page-acfeventheader .accordion.supportus, .page-template-page-platoon .accordion.supportus, .page-template-page-event .accordion.supportus {
    background: none; }
  .page-template-page-herovideo .header-background, .page-template-page-caption .header-background, .page-template-page-tooltipcaption .header-background, .page-template-page-acfeventheader .header-background, .page-template-page-platoon .header-background, .page-template-page-event .header-background {
    background: none; }
  .page-template-page-herovideo .header-container, .page-template-page-caption .header-container, .page-template-page-tooltipcaption .header-container, .page-template-page-acfeventheader .header-container, .page-template-page-platoon .header-container, .page-template-page-event .header-container {
    background-size: cover;
    position: relative;
    min-height: 480px;
    bottom: 135px;
    margin-bottom: -135px; }
    .page-template-page-herovideo .header-container .hero-desktop, .page-template-page-caption .header-container .hero-desktop, .page-template-page-tooltipcaption .header-container .hero-desktop, .page-template-page-acfeventheader .header-container .hero-desktop, .page-template-page-platoon .header-container .hero-desktop, .page-template-page-event .header-container .hero-desktop {
      color: #fff; }

.page-template-page-herovideo .tmc-homevideo-button {
  position: absolute;
  left: 20px;
  bottom: 22px;
  z-index: 1; }
  .page-template-page-herovideo .tmc-homevideo-button img.graphic-desktop {
    display: none;
    position: absolute;
    right: -50px;
    width: 100%;
    top: 0; }
  .page-template-page-herovideo .tmc-homevideo-button img.graphic-mobile-in {
    max-height: 42px;
    max-width: 16px; }
  .page-template-page-herovideo .tmc-homevideo-button .graphic-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .page-template-page-herovideo .tmc-homevideo-button .graphic-mobile .graphic-mobile-in-text {
      color: #e36135;
      font-family: "TradeGothicNextLTProBdCn";
      font-size: 1.5rem;
      letter-spacing: 0.5px;
      line-height: 15px;
      margin-left: 15px; }

.page-template-page-caption, .page-template-page-tooltipcaption, .page-template-page-platoon, .page-template-page-event {
  height: 100%;
  position: relative; }
  .page-template-page-caption .caption, .page-template-page-tooltipcaption .caption, .page-template-page-platoon .caption, .page-template-page-event .caption {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 13px;
    width: auto;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 0;
    min-height: 40px;
    min-width: 45px;
    z-index: 1; }
    .page-template-page-caption .caption p, .page-template-page-tooltipcaption .caption p, .page-template-page-platoon .caption p, .page-template-page-event .caption p {
      right: 0;
      bottom: 0;
      padding: 0;
      color: #fff;
      font-size: 13px;
      margin-bottom: 0;
      line-height: 21px; }
    .page-template-page-caption .caption:hover, .page-template-page-tooltipcaption .caption:hover, .page-template-page-platoon .caption:hover, .page-template-page-event .caption:hover {
      width: auto;
      height: auto;
      -moz-transition: margin-left 5s ease 0s;
      -o-transition: margin-left 5s ease 0s;
      -webkit-transition: margin-left 5s ease 0s; }
      .page-template-page-caption .caption:hover p, .page-template-page-tooltipcaption .caption:hover p, .page-template-page-platoon .caption:hover p, .page-template-page-event .caption:hover p {
        display: block; }
    .page-template-page-caption .caption p, .page-template-page-tooltipcaption .caption p, .page-template-page-platoon .caption p, .page-template-page-event .caption p {
      color: #ffffff;
      margin-right: 35px;
      margin-bottom: 0;
      line-height: 1;
      display: none; }
    .page-template-page-caption .caption img, .page-template-page-tooltipcaption .caption img, .page-template-page-platoon .caption img, .page-template-page-event .caption img {
      position: absolute;
      right: 10px;
      bottom: 13px; }

.bottom-header {
  position: relative;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e3a45; }
  .bottom-header .media-and-mission-in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px; }
    .bottom-header .media-and-mission-in .social-media {
      margin: 0; }

/*.page-template-page-herovideo {
  .header-container {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8637413394919169) 0%, rgba(31, 31, 31, 0.6720554272517321) 36%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8637413394919169) 0%, rgba(31, 31, 31, 0.6720554272517321) 36%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8637413394919169) 0%, rgba(31, 31, 31, 0.6720554272517321) 36%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
  }
}*/
.page-template-page-platoon .header-container, .page-template-page-event .header-container, .page-template-page-caption .header-container, .page-template-page-tooltipcaption .header-container {
  position: relative;
  -webkit-box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.5); }
  .page-template-page-platoon .header-container.platoon .card-container, .page-template-page-platoon .header-container.event .card-container, .page-template-page-event .header-container.platoon .card-container, .page-template-page-event .header-container.event .card-container, .page-template-page-caption .header-container.platoon .card-container, .page-template-page-caption .header-container.event .card-container, .page-template-page-tooltipcaption .header-container.platoon .card-container, .page-template-page-tooltipcaption .header-container.event .card-container {
    max-width: 600px;
    bottom: 200px;
    left: 20px;
    position: absolute; }
    .page-template-page-platoon .header-container.platoon .card-container .date-row, .page-template-page-platoon .header-container.event .card-container .date-row, .page-template-page-event .header-container.platoon .card-container .date-row, .page-template-page-event .header-container.event .card-container .date-row, .page-template-page-caption .header-container.platoon .card-container .date-row, .page-template-page-caption .header-container.event .card-container .date-row, .page-template-page-tooltipcaption .header-container.platoon .card-container .date-row, .page-template-page-tooltipcaption .header-container.event .card-container .date-row {
      margin-top: 15px; }
      .page-template-page-platoon .header-container.platoon .card-container .date-row h2, .page-template-page-platoon .header-container.event .card-container .date-row h2, .page-template-page-event .header-container.platoon .card-container .date-row h2, .page-template-page-event .header-container.event .card-container .date-row h2, .page-template-page-caption .header-container.platoon .card-container .date-row h2, .page-template-page-caption .header-container.event .card-container .date-row h2, .page-template-page-tooltipcaption .header-container.platoon .card-container .date-row h2, .page-template-page-tooltipcaption .header-container.event .card-container .date-row h2 {
        display: inline-block; }
      .page-template-page-platoon .header-container.platoon .card-container .date-row .past, .page-template-page-platoon .header-container.event .card-container .date-row .past, .page-template-page-event .header-container.platoon .card-container .date-row .past, .page-template-page-event .header-container.event .card-container .date-row .past, .page-template-page-caption .header-container.platoon .card-container .date-row .past, .page-template-page-caption .header-container.event .card-container .date-row .past, .page-template-page-tooltipcaption .header-container.platoon .card-container .date-row .past, .page-template-page-tooltipcaption .header-container.event .card-container .date-row .past {
        padding: 0 10px;
        background-color: #fff;
        color: #000;
        line-height: 3.8rem;
        margin-right: 2rem;
        padding-bottom: 0.2rem; }

.page-template-page-event .card-container h1 {
  margin-bottom: 10px; }

.page-template-page-event #platoonMapContainer {
  position: relative;
  margin-bottom: -20px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .page-template-page-event #platoonMapContainer .address {
    background-color: #2e3a45;
    padding-top: 0;
    padding-bottom: 100px; }
    .page-template-page-event #platoonMapContainer .address p {
      color: #fff; }
      .page-template-page-event #platoonMapContainer .address p:first-of-type {
        padding-top: 50px;
        margin-bottom: 0; }

.page-template-page-acfeventheader .card-container h1, .page-template-page-acfeventheader .card-container h5, .page-template-page-acfeventheader .card-container li, .page-template-page-acfeventheader .card-container p, .page-template-page-acfeventheader .card-container h3, .page-template-page-acfeventheader .card-container h2, .page-template-page-platoon .card-container h1, .page-template-page-platoon .card-container h5, .page-template-page-platoon .card-container li, .page-template-page-platoon .card-container p, .page-template-page-platoon .card-container h3, .page-template-page-platoon .card-container h2, .page-template-page-event .card-container h1, .page-template-page-event .card-container h5, .page-template-page-event .card-container li, .page-template-page-event .card-container p, .page-template-page-event .card-container h3, .page-template-page-event .card-container h2 {
  color: #fff; }

.page-template-page-acfeventheader .card-container .hero-desktop, .page-template-page-platoon .card-container .hero-desktop, .page-template-page-event .card-container .hero-desktop {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px; }

.page-template-page-acfeventheader .card-container h5, .page-template-page-platoon .card-container h5, .page-template-page-event .card-container h5 {
  font-size: 15px;
  text-transform: uppercase; }

.page-template-page-acfeventheader .card-container h3, .page-template-page-platoon .card-container h3, .page-template-page-event .card-container h3 {
  font-family: "DMSans";
  font-size: 18px; }

.page-template-page-acfeventheader .card-container h2, .page-template-page-platoon .card-container h2, .page-template-page-event .card-container h2 {
  font-size: 30px;
  text-transform: uppercase; }

.page-template-page-acfeventheader .card-container p a, .page-template-page-platoon .card-container p a, .page-template-page-event .card-container p a {
  color: #fff;
  text-decoration: underline; }

.page-template-page-acfeventheader .card-container .inline, .page-template-page-platoon .card-container .inline, .page-template-page-event .card-container .inline {
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: 0;
  list-style: none; }
  .page-template-page-acfeventheader .card-container .inline li, .page-template-page-platoon .card-container .inline li, .page-template-page-event .card-container .inline li {
    display: inline-block;
    vertical-align: middle; }

.page-template-page-acfeventheader .social-media, .page-template-page-platoon .social-media, .page-template-page-event .social-media {
  margin-left: 0;
  background-color: #2e3a45; }
  .page-template-page-acfeventheader .social-media li, .page-template-page-platoon .social-media li, .page-template-page-event .social-media li {
    list-style: none;
    display: inline-block; }
    .page-template-page-acfeventheader .social-media li:first-of-type p, .page-template-page-platoon .social-media li:first-of-type p, .page-template-page-event .social-media li:first-of-type p {
      font-size: 15px;
      font-family: "TradeGothicNextLTProBdCn";
      color: #fff;
      margin-right: 20px; }
    .page-template-page-acfeventheader .social-media li img, .page-template-page-platoon .social-media li img, .page-template-page-event .social-media li img {
      height: 30px;
      width: 30px;
      margin: 10px; }

.page-template-page-text .header-container {
  padding-bottom: 1px; }
  .page-template-page-text .header-container h1 {
    padding-top: 70px;
    padding-bottom: 70px; }
  .page-template-page-text .header-container .hero-desktop {
    color: #fff;
    text-transform: uppercase;
    padding-top: 35px; }

.donate-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 15px;
  padding-bottom: 20px; }
  .donate-amount .icon {
    position: relative;
    left: 13px;
    font-size: 18px;
    z-index: 99; }
  .donate-amount input {
    max-width: 90px;
    height: 50px;
    border: none;
    border-radius: 0;
    position: relative;
    margin-bottom: 0;
    font-size: 2rem;
    color: #000000;
    padding-left: 15px; }
    .donate-amount input::-webkit-outer-spin-button, .donate-amount input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .donate-amount input[type='number'] {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .donate-amount input[type='number']:focus {
      border: 0;
      background-color: #ffffff; }
    .donate-amount input::-webkit-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #000000;
      opacity: 1;
      /* Firefox */
      font-size: 2rem; }
    .donate-amount input::-moz-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #000000;
      opacity: 1;
      /* Firefox */
      font-size: 2rem; }
    .donate-amount input:-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #000000;
      opacity: 1;
      /* Firefox */
      font-size: 2rem; }
    .donate-amount input::-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #000000;
      opacity: 1;
      /* Firefox */
      font-size: 2rem; }
    .donate-amount input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #000000;
      opacity: 1;
      /* Firefox */
      font-size: 2rem; }
    .donate-amount input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #000000;
      font-size: 2rem; }
    .donate-amount input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #000000;
      font-size: 2rem; }

@media (max-width: 1000px) {
  .donate-amount .btn-orange {
    background: #0060ae; }
    .donate-amount .btn-orange:before {
      background: #e36135; }
  .page-template-page-herovideo .header-container {
    min-height: 640px;
    overflow: hidden; }
    .page-template-page-herovideo .header-container .hero-desktop {
      padding-left: 20px;
      bottom: 82px; }
  .page-template-page-herovideo .video-container {
    min-height: 273px; }
    .page-template-page-herovideo .video-container video {
      width: 314%; } }

@media screen and (max-width: 680px) {
  .page-template-page-herovideo .header-container {
    min-height: 600px; }
  .page-template-page-herovideo .video-container {
    min-height: 635px; } }

@media screen and (min-width: 600px) {
  .page-template-page-event #platoonMapContainer {
    max-height: 280px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 768px) {
  .media-and-mission .media-and-mission-in .social-media {
    padding: 0 0 0 70px;
    margin-bottom: 0; } }

@media screen and (min-width: 1000px) {
  .page-template-page-event #platoonMapContainer .address {
    padding-left: 70px; }
  .page-template-page-caption .caption, .page-template-page-tooltipcaption .caption, .page-template-page-acfeventheader .caption, .page-template-page-platoon .caption, .page-template-page-event .caption {
    min-height: unset; }
  .page-template-page-caption, .page-template-page-tooltipcaption {
    height: 100%;
    position: relative; }
    .page-template-page-caption .caption, .page-template-page-tooltipcaption .caption {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 0;
      width: auto;
      min-height: 40px;
      color: #ffffff;
      font-size: 13px;
      margin-bottom: 0; }
      .page-template-page-caption .caption p, .page-template-page-tooltipcaption .caption p {
        color: #ffffff;
        margin-right: 35px;
        margin-bottom: 0;
        font-size: 1.3rem;
        line-height: 1;
        padding: 13px 10px 13px 13px; }
      .page-template-page-caption .caption img, .page-template-page-tooltipcaption .caption img {
        position: absolute;
        right: 13px;
        bottom: 13px; }
  .page-template-page-herovideo .hero-desktop, .page-template-page-acfeventheader .hero-desktop {
    left: 80px;
    bottom: 80px;
    width: 40%; }
  .donate-amount {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 10px; }
  header .header-logo {
    max-width: 145px;
    height: 78px; }
  .page-template-page-herovideo {
    /*    .overlay-vd {
      background: rgb(0, 0, 0);
      background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 1%, rgba(31, 31, 31, 0.6720554272517321) 72%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 1%, rgba(31, 31, 31, 0.6720554272517321) 72%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 1) 1%, rgba(31, 31, 31, 0.6720554272517321) 72%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
    }*/ }
    .page-template-page-herovideo .header-container {
      min-height: 418px;
      bottom: 35px;
      margin-bottom: -20px; }
    .page-template-page-herovideo .video-container {
      min-height: 273px; }
    .page-template-page-herovideo .tmc-homevideo-button {
      position: absolute;
      right: 0;
      left: unset;
      bottom: -80px;
      z-index: 1;
      cursor: pointer;
      width: 360px;
      height: 360px;
      overflow: hidden; }
      .page-template-page-herovideo .tmc-homevideo-button img.graphic-desktop {
        display: block;
        position: absolute;
        right: -50px;
        width: 100%;
        top: 0; }
      .page-template-page-herovideo .tmc-homevideo-button .graphic-mobile {
        display: none; } }

@media (min-width: 1022px) {
  .page-template-page-herovideo .header-container {
    min-height: 428px; } }

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-template-page-herovideo .header-container {
    min-height: 421px; } }

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-template-page-herovideo .header-container {
    min-height: 423px; } }

@media (min-width: 1024px) {
  .page-template-page-herovideo .video-container {
    min-height: 265px; } }

@media (min-width: 1054px) {
  .page-template-page-herovideo .header-container {
    min-height: 430px; } }

@media (min-width: 1085px) {
  .page-template-page-herovideo .header-container {
    min-height: 440px; } }

@media (min-width: 1130px) {
  .page-template-page-herovideo .header-container {
    min-height: 453px; } }

@media (min-width: 1140px) {
  .page-template-page-herovideo .header-container {
    min-height: 452px; } }

@media (min-width: 1152px) {
  header .header-logo {
    max-width: 150px;
    height: 85px; }
  .page-template-page-herovideo .header-container {
    min-height: 500px; }
  .page-template-page-herovideo .video-container {
    min-height: 363px; } }

@media (min-width: 1180px) {
  .page-template-page-herovideo .header-container {
    min-height: 517px; } }

@media (min-width: 1197px) {
  .page-template-page-herovideo .header-container {
    min-height: 527px; } }

@media (min-width: 1200px) {
  header .header-logo {
    max-width: 188px; }
  header .video-container {
    min-height: 338px; } }

@media (min-width: 1250px) {
  .page-template-page-herovideo .header-container {
    min-height: 534px; } }

@media (min-width: 1280px) {
  .page-template-page-herovideo .header-container {
    min-height: 553px; }
  .page-template-page-herovideo .video-container {
    min-height: 390px; } }

@media (min-width: 1300px) {
  .page-template-page-herovideo .header-container {
    min-height: 560px; } }

@media (min-width: 1345px) {
  .page-template-page-herovideo .header-container {
    min-height: 574px; } }

@media (min-width: 1360px) {
  .page-template-page-herovideo .header-container {
    min-height: 576px;
    bottom: 25px; } }

@media (min-width: 1366px) {
  header .header-logo {
    max-width: 207px; }
  .page-template-page-herovideo .header-container {
    min-height: 523px; }
  .page-template-page-herovideo .video-container {
    min-height: 279px; } }

@media (min-width: 1380px) {
  .page-template-page-herovideo .header-container {
    min-height: 532px; } }

@media (min-width: 1410px) {
  .page-template-page-herovideo .header-container {
    min-height: 538px; } }

@media (min-width: 1430px) {
  .page-template-page-herovideo .header-container {
    min-height: 540px; } }

@media (min-width: 1440px) {
  .page-template-page-herovideo .header-container {
    min-height: 652px; }
  .page-template-page-herovideo .video-container {
    min-height: 495px; } }

@media (min-width: 1480px) {
  .page-template-page-herovideo .header-container {
    min-height: 663px; } }

@media (min-width: 1517px) {
  .page-template-page-herovideo .header-container {
    min-height: 677px; } }

@media (min-width: 1530px) {
  .page-template-page-herovideo .header-container {
    min-height: 681px; } }

@media (min-width: 1580px) {
  .page-template-page-herovideo .header-container {
    min-height: 694px; } }

@media (min-width: 1600px) {
  .page-template-page-herovideo .header-container {
    min-height: 583px; }
  .page-template-page-herovideo .video-container {
    min-height: 267px; } }

@media (min-width: 1650px) {
  .page-template-page-herovideo .header-container {
    min-height: 603px; } }

@media (min-width: 1680px) {
  .page-template-page-herovideo .header-container {
    min-height: 603px; } }

@media (min-width: 1685px) {
  .page-template-page-herovideo .header-container {
    min-height: 606px; } }

@media (min-width: 1700px) {
  .page-template-page-herovideo .header-container {
    min-height: 607px; } }

@media (min-width: 1750px) {
  .page-template-page-herovideo .header-container {
    min-height: 607px; } }

@media (min-width: 1800px) {
  .page-template-page-herovideo .header-container {
    min-height: 674px; } }

@media (min-width: 1851px) {
  .page-template-page-herovideo .header-container {
    min-height: 650px; } }

@media (min-width: 1890px) {
  .page-template-page-herovideo .header-container {
    min-height: 672px; } }

@media (min-width: 1900px) {
  .page-template-page-herovideo .header-container {
    min-height: 672px; } }

@media (min-width: 1917px) {
  .page-template-page-herovideo .header-container {
    min-height: 674px; } }

@media (min-width: 1920px) {
  .page-template-page-herovideo .header-container {
    min-height: 827px; }
  .page-template-page-herovideo .video-container {
    min-height: 574px; } }

@media (min-width: 1950px) {
  .page-template-page-herovideo .header-container {
    min-height: 834px; } }

@media (min-width: 2499px) {
  .page-template-page-herovideo .header-container {
    min-height: 990px; } }

@media (min-width: 2560px) {
  .page-template-page-herovideo .header-container {
    min-height: 1010px; } }

@media (min-width: 3840px) {
  .page-template-page-herovideo .header-container {
    min-height: 1361px; } }

#menu {
  display: block;
  padding: 0; }
  #menu ul {
    margin: 0;
    padding: 0; }
    #menu ul .sub-menu {
      padding-left: 40px; }

.menu-header-row {
  padding: 10px 0 45px 0; }

.menu-icons {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 24px 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #0060ae;
  position: absolute;
  right: 0;
  top: 15px; }
  .menu-icons .navicon {
    background: #ffffff;
    display: block;
    height: 2px;
    position: relative;
    -webkit-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
    width: 18px; }
    .menu-icons .navicon:before, .menu-icons .navicon:after {
      background: #ffffff;
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out;
      width: 100%; }
    .menu-icons .navicon:before {
      top: 5px; }
    .menu-icons .navicon:after {
      top: -5px; }

.menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  padding: 5px 10px;
  clear: both;
  max-height: 0; }
  .menu-top ul {
    list-style-type: none; }
    .menu-top ul li a {
      text-transform: uppercase; }
  .menu-top a {
    text-decoration: none; }
    .menu-top a.menu-text {
      font-size: 14px; }
    .menu-top a:hover {
      cursor: pointer;
      color: #ffffff; }
  .menu-top.header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
    overflow: hidden;
    padding: 0;
    margin-top: 22px;
    position: absolute;
    z-index: 100;
    background: #0c426a;
    width: 100%; }
    .menu-top.header-menu a {
      display: block;
      padding: 10px 5px; }
      .menu-top.header-menu a.donate-mct {
        padding-left: 18px;
        padding-right: 13px;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 1;
        padding-top: 15px; }
  .menu-top .menu-item-has-children.active > a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .menu-top .menu-item-has-children {
    position: relative; }
    .menu-top .menu-item-has-children > a {
      position: relative; }
      .menu-top .menu-item-has-children > a:after {
        content: "\f107";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 600;
        display: block;
        position: absolute;
        top: 12px;
        right: 4px;
        font-size: 18px;
        color: #80AFD6;
        line-height: inherit; }
    .menu-top .menu-item-has-children .sub-menu {
      position: relative;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      width: 100%;
      min-width: 100px;
      list-style: none;
      text-align: left;
      background-color: #0c426a;
      border: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-clip: padding-box; }
      .menu-top .menu-item-has-children .sub-menu a {
        font-size: 1.5rem; }
      .menu-top .menu-item-has-children .sub-menu .menu-item {
        padding-left: 0;
        border-bottom: 1px solid #d5d7d9; }
        .menu-top .menu-item-has-children .sub-menu .menu-item:last-child {
          border-bottom: none; }

.main-gamburger {
  right: 55px;
  top: 22px;
  font-size: 15px;
  position: absolute; }

.menu-btn {
  display: none; }
  .menu-btn:checked ~ .menu-icons:not(.steps) .navicon:before,
  .menu-btn:checked ~ .menu-icons:not(.steps) .navicon:after {
    top: 0; }

.menu-btn:checked ~ .menu-top {
  max-height: 2000px; }

.menu-btn:checked ~ .menu-icons .navicon {
  background: transparent; }
  .menu-btn:checked ~ .menu-icons .navicon:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .menu-btn:checked ~ .menu-icons .navicon:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.top-header-nav {
  font-family: "DMSans"; }
  .top-header-nav .menu-item {
    padding: 0 20px; }
    .top-header-nav .menu-item a {
      font-size: 1.6rem;
      outline: transparent; }
  .top-header-nav.desktop-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

.desktop-menu-top-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .desktop-menu-top-in .menu-item {
    padding: 0; }

.header-menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-menu .header-menu-in {
    font-family: "TradeGothicNextLTProCn";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .header-menu .header-menu-in > li > a {
      white-space: nowrap; }
    .header-menu .header-menu-in .menu-item {
      width: 100%;
      padding: 0 10px;
      border-top: 1px solid #3C6787;
      border-bottom: 1px solid #3C6787; }
      .header-menu .header-menu-in .menu-item.menu-item-has-children {
        border-bottom: none; }
    .header-menu .header-menu-in a {
      font-family: "TradeGothicNextLTProCn";
      font-size: 2rem;
      text-decoration: none; }
      .header-menu .header-menu-in a:focus {
        color: #ffffff;
        text-decoration: none; }
      .header-menu .header-menu-in a:active {
        color: #ffffff;
        text-decoration: none; }

.mobile-menu-top-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .mobile-menu-top-in .menu-item {
    text-decoration: none;
    padding: 5px 15px; }
    .mobile-menu-top-in .menu-item a {
      text-decoration: none;
      padding: 5px 0; }

.accordion.supportus {
  background: #0c426a;
  border: 0;
  border-radius: 0; }
  .accordion.supportus li {
    padding: 0; }
  .accordion.supportus .accordion-item a {
    color: #ffffff; }
    .accordion.supportus .accordion-item a.supportus-link {
      position: relative;
      border-bottom: 1px solid #3C6787;
      padding-left: 15px;
      white-space: nowrap; }
      .accordion.supportus .accordion-item a.supportus-link:hover {
        color: #ffffff; }
      .accordion.supportus .accordion-item a.supportus-link:after {
        content: "\f107";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 600;
        display: block;
        position: absolute;
        top: 12px;
        right: 12px;
        font-size: 18px;
        color: #80AFD6; }
  .accordion.supportus .accordion-item.is-active a.supportus-link:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .accordion.supportus .supportus-link {
    font-family: "TradeGothicNextLTProCn";
    font-size: 2rem; }
  .accordion.supportus .supportus-text {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px; }
    .accordion.supportus .supportus-text .supportus-all .sp-link {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 10px 20px; }
    .accordion.supportus .supportus-text .community-giving ul li {
      text-transform: uppercase;
      font-family: "TradeGothicNextLTProBdCn";
      padding-left: 0; }
      .accordion.supportus .supportus-text .community-giving ul li a {
        text-transform: uppercase;
        font-family: "TradeGothicNextLTProBdCn";
        color: #000000; }
    .accordion.supportus .supportus-text .donor {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 25px; }
      .accordion.supportus .supportus-text .donor a {
        font-size: 1.5rem;
        line-height: 21px;
        color: #000000;
        text-transform: none;
        text-decoration: underline; }
        .accordion.supportus .supportus-text .donor a:hover {
          color: #e36135; }

.supportus-img {
  display: none; }

.mobile-menu-top-location {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.desktop-location {
  display: none; }

@media (max-width: 1000px) {
  .menu-header-row {
    width: 100%; }
  .header-background {
    min-height: 87px; }
  .menu-top.header-menu {
    background: #0c426a !important; }
  li#menu-item-89 > a {
    pointer-events: none; }
  li#menu-item-90 > a {
    pointer-events: none; } }

@media (max-width: 640px) {
  .fundraise .mobile-line {
    border-bottom: 1px solid #d5d7d9;
    margin-bottom: 20px;
    padding-bottom: 40px; } }

@media (min-width: 640px) {
  .fundraise .mobile-line {
    display: none; } }

@media screen and (min-width: 1000px) {
  #menu {
    padding: 5px 0 5px 10px; }
    #menu ul .sub-menu {
      padding: 40px; }
  .supportus-img {
    display: block; }
  .menu-icons {
    display: none !important; }
  .menu-top.header-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    position: relative;
    max-height: inherit;
    margin-top: 0; }
    .menu-top.header-menu .header-menu-in {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #ffffff; }
      .menu-top.header-menu .header-menu-in .menu-item {
        padding: 0 20px;
        border-top: none;
        border-bottom: none; }
  .menu-top .menu-item-has-children:hover > a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .menu-top .menu-item-has-children a:after {
    right: -14px; }
  .menu-top .menu-item-has-children .sub-menu {
    background: #ffffff;
    list-style-type: none;
    display: block;
    visibility: hidden;
    /* hides sub-menu */
    overflow: hidden;
    z-index: -1;
    position: absolute;
    top: 70px;
    left: -96px;
    min-width: 360px;
    border-left: 1px solid #d5d7d9;
    border-right: 1px solid #d5d7d9;
    border-bottom: 1px solid #d5d7d9;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
    .menu-top .menu-item-has-children .sub-menu .menu-item {
      border-bottom: 1px solid #d5d7d9;
      padding-left: 0; }
      .menu-top .menu-item-has-children .sub-menu .menu-item a {
        color: #000000;
        font-family: "TradeGothicNextLTProBdCn"; }
        .menu-top .menu-item-has-children .sub-menu .menu-item a:hover {
          color: #e36135; }
  .menu-top .menu-item-has-children:hover .sub-menu {
    display: block;
    visibility: visible;
    /* shows sub-menu */
    z-index: 100;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .supportus-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .supportus-all:before {
      content: "";
      border: solid transparent;
      position: absolute;
      right: 28.5%;
      bottom: 100%;
      border-bottom-color: #fff;
      border-width: 9px;
      margin-left: 0; }
    .supportus-all .fundraise {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      padding: 40px 40px 0 40px;
      position: relative; }
    .supportus-all .fundraise-in {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      max-height: 145px;
      overflow: hidden; }
      .supportus-all .fundraise-in h4 {
        padding-bottom: 10px; }
    .supportus-all .community-giving {
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
      .supportus-all .community-giving ul {
        padding-left: 0; }
        .supportus-all .community-giving ul li {
          border-bottom: 1px solid #d5d7d9; }
          .supportus-all .community-giving ul li a {
            padding: 4px 0 4px 0; }
            .supportus-all .community-giving ul li a:hover {
              color: #e36135; }
    .supportus-all .button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: start;
      align-self: flex-start; }
  .accordion.supportus {
    border-bottom: 1px solid #ffffff; }
    .accordion.supportus li.accordion-li {
      padding-right: 80px; }
    .accordion.supportus .accordion-item a.supportus-link {
      padding-bottom: 9px; }
      .accordion.supportus .accordion-item a.supportus-link:after {
        right: -14px; }
    .accordion.supportus .supportus-text {
      position: absolute;
      width: 100%;
      right: 20px;
      top: 70px;
      max-width: 1160px;
      z-index: 1;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
      border-bottom: 0; }
      .accordion.supportus .supportus-text.accordion-content {
        padding-right: 0; }
        .accordion.supportus .supportus-text.accordion-content .fundraise {
          padding-right: 0; }
          .accordion.supportus .supportus-text.accordion-content .fundraise .fundraise-in {
            padding-right: 10px; }
            .accordion.supportus .supportus-text.accordion-content .fundraise .fundraise-in ul {
              width: 100%; }
              .accordion.supportus .supportus-text.accordion-content .fundraise .fundraise-in ul li a {
                font-size: 1.5rem;
                line-height: 15px;
                letter-spacing: 0.5px;
                padding: 10px 0; }
                .accordion.supportus .supportus-text.accordion-content .fundraise .fundraise-in ul li a:hover {
                  color: #e36135; }
      .accordion.supportus .supportus-text .donor {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .accordion.supportus .supportus-text .donor a.donor-fq {
          padding-left: 0; }
      .accordion.supportus .supportus-text .sp-link {
        position: absolute;
        bottom: 0;
        margin-bottom: 40px; }
      .accordion.supportus .supportus-text button {
        text-transform: uppercase;
        position: absolute;
        bottom: 0;
        margin-bottom: 40px; }
  .supportus-img {
    min-height: 297px;
    max-width: 259px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    padding: 0; }
    .supportus-img img {
      width: 100%; }
    .supportus-img .supportus-img-in {
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center; }
  .desktop-location {
    display: block; }
  .mobile-menu-top-location {
    display: none; } }

@media screen and (min-width: 1000px) and (max-width: 1152px) {
  .header-menu .header-menu-in a {
    font-size: 1.7rem; }
  .accordion.supportus .supportus-link {
    font-size: 1.7rem; }
  .accordion.supportus li.accordion-li {
    padding-right: 20px; }
  .accordion.supportus .supportus-text {
    width: 1000px; }
  .accordion.supportus .supportus-text button {
    margin-bottom: 15px; }
  .supportus-all:before {
    right: 25%; }
  .menu-top .menu-item-has-children > a:after {
    top: 10px; } }

@media screen and (min-width: 1152px) {
  .supportus-all:before {
    right: 23%; } }

@media screen and (min-width: 1152px) and (max-width: 1280px) {
  .accordion.supportus .supportus-text {
    width: 1100px; } }

@media screen and (min-width: 1000px) and (max-width: 1280px) {
  .menu-top.header-menu .header-menu-in .menu-item {
    padding: 0 14px; } }

@media (min-width: 1280px) {
  .supportus-all:before {
    right: 30%; }
  .supportus-all p.small-desktop {
    padding-right: 40px; } }

@media (min-width: 1600px) {
  .supportus-all:before {
    right: 27%; } }

html {
  min-height: 100%;
  font-size: 10px; }

body {
  font-size: 100%; }

body, h1, h2, h3, h4, h5, h6, .heading, .heading-h4 {
  font-family: "TradeGothicNextLTProBdCn";
  color: #000000; }

h1 {
  font-size: 3.2rem;
  line-height: .88;
  margin-top: 0;
  margin-bottom: 50px; }

.hero-desktop {
  font-family: "TradeGothicNextLTProBdCn";
  font-size: 3.6rem;
  line-height: 36px; }

.heading {
  font-size: 3.2rem;
  line-height: 46px;
  margin-top: 0;
  margin-bottom: 50px; }

h2 {
  font-size: 2.8rem; }

h3 {
  font-size: 2.4rem;
  line-height: 24px; }

h4 {
  font-size: 2.1rem; }

.heading-h4 {
  font-size: 2.1rem; }

h5 {
  font-size: 1.5rem;
  line-height: 20px;
  font-family: "TradeGothicNextLTProBdCn"; }

figure.wp-block-gallery {
  padding-top: 2.5%;
  padding-bottom: 2%; }
  figure.wp-block-gallery.alignleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%; }
  figure.wp-block-gallery.aligncenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%; }
  figure.wp-block-gallery.alignright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 100%; }

.width-100 {
  width: 100% !important; }

.type, .date, .location {
  font-size: 1.5rem; }

.location {
  color: #53626f;
  line-height: 18px;
  font-family: "TradeGothicNextLTProBdCn"; }

.stat {
  font-size: 7rem;
  line-height: 62px;
  font-family: "TradeGothicNextLTProBdCn"; }

p, a {
  font-family: "DMSans";
  font-size: 1.8rem;
  line-height: 1.67;
  color: #000000; }

p.small-desktop {
  font-size: 1.5rem;
  line-height: 21px; }

p.medium-desktop {
  font-size: 1.8rem;
  line-height: 30px; }

p.large-mobile {
  font-size: 2rem;
  line-height: 32px; }

ul li {
  font-size: 1.5rem;
  line-height: 1.67; }

a {
  color: #0060ae; }
  a:hover {
    color: #e36135; }

.inline {
  display: inline-block; }

.right {
  float: right; }

.left {
  float: left; }

.row .row.expand-normal {
  padding-top: 0;
  padding-bottom: 50px;
  max-width: 100rem; }

.row .row.full-width {
  margin-left: 70px;
  margin-right: 70px; }

.row .row.compacted {
  margin-left: 10%;
  margin-right: 10%; }

.background-blue {
  background-color: #0060ae;
  color: #ffffff; }

.uppercase {
  text-transform: uppercase; }

.lg-margin-bottom {
  margin-bottom: 100px; }

.center {
  text-align: center; }

.no-padding-right {
  padding-right: 0; }

.no-padding-left {
  padding-left: 0; }

.content-body {
  min-height: 500px; }

.test-content {
  min-height: 300px; }

.donate-group {
  position: relative;
  bottom: 18px; }
  .donate-group .btn {
    position: relative;
    top: 2px; }

.blue-bg {
  background-color: #0060ae; }
  .blue-bg .column-content {
    color: #ffffff; }

.ice-blue-bg {
  background-color: #eeeff0; }

.std-link {
  font-family: "TradeGothicNextLTProBdCn";
  text-transform: uppercase;
  text-decoration: underline; }

.margin-top-sm {
  margin-top: 25px; }

.top-float {
  position: relative;
  bottom: 0; }

.bottom-float {
  position: relative;
  top: 40px;
  z-index: 1; }

.header-block {
  width: 60px;
  height: 20px;
  margin-bottom: 13px; }
  .header-block.white {
    background-color: #ffffff; }
  .header-block.black {
    background-color: #000000; }

.column-content {
  position: relative; }
  .column-content h1 {
    max-width: 85%;
    line-height: .88;
    margin-top: 0;
    margin-bottom: 45px; }

.title-header {
  padding-top: 100px;
  margin-bottom: 25px; }
  .title-header p {
    margin-top: 10px; }

.gray {
  color: #a6a9ac; }

.quote-block {
  padding-top: 120px;
  padding-left: 30px; }
  .quote-block .fas {
    font-size: 42px;
    color: #0060ae;
    padding-bottom: 25px;
    position: relative;
    right: 70px;
    bottom: 15px; }
  .quote-block .header-block {
    position: relative;
    left: 15%;
    width: 80%;
    height: 2px;
    background-color: #0060ae;
    margin-bottom: 50px; }
  .quote-block h6 {
    margin-top: 50px;
    text-transform: uppercase; }

.operation-card h3 span {
  background-color: #0060ae;
  padding: 20px 35px 20px 25px;
  color: #ffffff; }

.operation-card .content {
  background-color: #d5d7d9;
  position: relative;
  top: 10px;
  width: 50%;
  padding: 15px 0 15px 25px; }

.operation-card .small {
  font-size: 12px;
  padding: 0;
  margin: 0; }
  .operation-card .small a {
    font-size: 12px; }

.hero {
  position: relative;
  min-height: 600px; }
  .hero .overlay {
    width: 40%;
    margin-left: 100px; }
    .hero .overlay h1 {
      text-transform: uppercase; }
  .hero .caption {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: .2;
    color: #ffffff; }

.hidden {
  display: none; }

.wp-pagenavi {
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }
  .wp-pagenavi .previouspostslink {
    color: #CBCBCB;
    font-size: 2rem; }
  .wp-pagenavi .nextpostslink {
    color: #000000;
    font-size: 2rem; }
  .wp-pagenavi a {
    color: #000000; }
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 5px;
    border: 0;
    font-size: 1.5rem;
    font-family: "TradeGothicNextLTProRg";
    line-height: 20px; }
  .wp-pagenavi span.current {
    font-weight: bold;
    text-decoration: underline;
    color: #000000; }

.pagination a.prev {
  color: #CBCBCB;
  font-size: 2rem !important; }

.pagination a.next {
  font-size: 2rem !important; }

.pagination a, .pagination span {
  padding: 5px;
  border: 0;
  font-size: 1.5rem;
  font-family: "TradeGothicNextLTProRg";
  line-height: 20px; }
  .pagination a:hover, .pagination span:hover {
    background: none; }

.pagination .current {
  background: transparent;
  color: #000000;
  cursor: default;
  text-decoration: underline;
  font-family: "TradeGothicNextLTProBdCn"; }

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  display: inline-block;
  vertical-align: middle; }
  .heateor_sss_sharing_container.heateor_sss_horizontal_sharing .heateor_sss_sharing_ul li {
    margin-right: 15px !important; }
    .heateor_sss_sharing_container.heateor_sss_horizontal_sharing .heateor_sss_sharing_ul li i .heateorSssSharingSvg.heateorSssFacebookSvg {
      background: url("assets/images/icon-facebook.svg") no-repeat;
      background-position: center center;
      background-size: contain; }
    .heateor_sss_sharing_container.heateor_sss_horizontal_sharing .heateor_sss_sharing_ul li i .heateorSssSharingSvg.heateorSssTwitterSvg {
      background: url("assets/images/icon-twitter.svg") no-repeat;
      background-position: center center;
      background-size: contain; }
    .heateor_sss_sharing_container.heateor_sss_horizontal_sharing .heateor_sss_sharing_ul li i .heateorSssSharingSvg.heateorSssEmailSvg {
      background: url("assets/images/icon-email.svg") no-repeat;
      background-position: center center;
      background-size: contain; }

@media (min-width: 768px) {
  .no-padding-md-right {
    padding-right: 0; }
  .no-padding-md-left {
    padding-left: 0; }
  .top-float {
    bottom: 100px; }
  .row .row.expand-normal {
    padding-top: 50px; } }

@media (min-width: 1000px) {
  h1 {
    font-size: 5.2rem; }
  .heading {
    font-size: 5.2rem; }
  h2 {
    font-size: 4.2rem; }
  h3 {
    font-size: 3rem;
    line-height: 30px; }
  h4 {
    font-size: 2.4rem;
    line-height: 30px; }
  .heading-h4 {
    font-size: 2.4rem;
    line-height: 30px; }
  .column-content h1 {
    max-width: 100%; }
  ul li {
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: 0; } }

@media (min-width: 1200px) {
  .hero-desktop {
    font-size: 7rem;
    line-height: 62px; }
  .page-template-page-caption .hero-desktop, .page-template-page-tooltipcaption .hero-desktop {
    font-size: 5.2rem;
    line-height: 46px; } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  color: #80AFD6;
  border: 0;
  -webkit-text-fill-color: #80AFD6;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%); }

.mobile-tmc-search, .search-page-search {
  margin: 15px 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }
  .mobile-tmc-search form, .search-page-search form {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    border-bottom: 2px solid #ffffff; }
  .mobile-tmc-search input[type='text'], .mobile-tmc-search button[type='submit'], .search-page-search input[type='text'], .search-page-search button[type='submit'] {
    border: none;
    outline: none;
    background: transparent; }
  .mobile-tmc-search input[type='text'], .search-page-search input[type='text'] {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 42px;
    padding-left: 0;
    padding-right: 40px;
    margin-bottom: 0;
    font-size: 3.2rem;
    color: #80AFD6;
    padding-bottom: 13px; }
  .mobile-tmc-search input[type='text']:focus, .search-page-search input[type='text']:focus {
    border: 0;
    background-color: transparent; }
  .mobile-tmc-search input::-webkit-input-placeholder, .search-page-search input::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #80AFD6;
    opacity: 1;
    /* Firefox */
    font-size: 2.8rem;
    padding-bottom: 13px; }
  .mobile-tmc-search input::-moz-placeholder, .search-page-search input::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #80AFD6;
    opacity: 1;
    /* Firefox */
    font-size: 2.8rem;
    padding-bottom: 13px; }
  .mobile-tmc-search input:-ms-input-placeholder, .search-page-search input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #80AFD6;
    opacity: 1;
    /* Firefox */
    font-size: 2.8rem;
    padding-bottom: 13px; }
  .mobile-tmc-search input::-ms-input-placeholder, .search-page-search input::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #80AFD6;
    opacity: 1;
    /* Firefox */
    font-size: 2.8rem;
    padding-bottom: 13px; }
  .mobile-tmc-search input::placeholder, .search-page-search input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #80AFD6;
    opacity: 1;
    /* Firefox */
    font-size: 2.8rem;
    padding-bottom: 13px; }
  .mobile-tmc-search input:-ms-input-placeholder, .search-page-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #80AFD6;
    font-size: 2.8rem;
    padding-bottom: 13px; }
  .mobile-tmc-search input::-ms-input-placeholder, .search-page-search input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #80AFD6;
    font-size: 2.8rem;
    padding-bottom: 13px; }
  .mobile-tmc-search button[type='submit'], .search-page-search button[type='submit'] {
    height: 35px;
    width: 35px;
    position: absolute;
    top: 2px;
    right: 0;
    cursor: pointer; }
    .mobile-tmc-search button[type='submit']:before, .search-page-search button[type='submit']:before {
      content: url("assets/images/search.svg");
      font-size: 20px;
      color: #ffffff;
      font-weight: 900; }

.search-header-in {
  background: #0060ae;
  display: none;
  width: 100%;
  position: absolute;
  z-index: 105;
  left: 0;
  top: 0; }
  .search-header-in form {
    width: 590px; }
  .search-header-in .search-header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 213px; }
  .search-header-in .mobile-tmc-search input[type='text'] {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 52px;
    padding-left: 0;
    padding-right: 45px;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-size: 5.2rem;
    color: #80AFD6;
    text-transform: uppercase; }
  .search-header-in .mobile-tmc-search input::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 5.2rem;
    color: #80AFD6; }
  .search-header-in .mobile-tmc-search input::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 5.2rem;
    color: #80AFD6; }
  .search-header-in .mobile-tmc-search input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 5.2rem;
    color: #80AFD6; }
  .search-header-in .mobile-tmc-search input::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 5.2rem;
    color: #80AFD6; }
  .search-header-in .mobile-tmc-search input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 5.2rem;
    color: #80AFD6; }
  .search-header-in .mobile-tmc-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 5.2rem;
    color: #80AFD6; }
  .search-header-in .mobile-tmc-search input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 5.2rem;
    color: #80AFD6; }
  .search-header-in .mobile-tmc-search button[type='submit'] {
    height: 42px;
    width: 42px;
    position: absolute;
    top: 2px;
    right: 0;
    cursor: pointer; }
    .search-header-in .mobile-tmc-search button[type='submit']:before {
      content: url("assets/images/search.svg");
      font-size: 20px;
      color: #ffffff;
      font-weight: 900; }

.search-close {
  position: absolute;
  right: 28px;
  top: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer; }

.search-page .search-on-page {
  background: #0060ae;
  height: 213px; }

.search-page .search-page-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 213px; }

.search-page .search-page-search {
  margin: 15px 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }
  .search-page .search-page-search input[type='text'] {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 52px;
    padding-left: 0;
    padding-right: 45px;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-size: 5.2rem;
    color: #80AFD6;
    text-transform: uppercase; }
  .search-page .search-page-search button[type='submit'] {
    height: 40px;
    width: 40px; }

.search-page form {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: transparent;
  border-bottom: 2px solid #ffffff; }

.search-page .search-terms-main {
  margin-top: 45px;
  margin-bottom: 45px; }
  .search-page .search-terms-main span {
    font-size: 1.5rem;
    text-transform: uppercase; }

.search-page .search-content {
  max-width: 630px; }

.search-page .search-terms .search-terms-count, .search-page .search-terms .search-terms-res {
  font-size: 1.5rem;
  line-height: 20px;
  font-family: "TradeGothicNextLTProBdCn";
  color: #000000; }

.search-page .search-terms-res {
  margin-left: 5px; }

.search-page .sort-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 26px; }
  .search-page .sort-main .newest {
    margin-left: 5px;
    line-height: 1;
    height: 20px;
    font-family: "TradeGothicNextLTProCn";
    font-weight: bold; }
    .search-page .sort-main .newest a {
      margin-left: 5px;
      color: #000000;
      font-family: "TradeGothicNextLTProBdCn";
      font-size: 1.5rem;
      line-height: 20px; }

.search-page .sort-by {
  font-family: "TradeGothicNextLTProCn";
  font-size: 1.5rem;
  color: #53626f;
  line-height: 1;
  height: 20px; }

.search-page .search-content {
  position: relative;
  margin: 0 auto; }
  .search-page .search-content .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #D5D7D9;
    padding-top: 40px;
    padding-bottom: 0;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .search-page .search-content .search-page-content {
    position: relative;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .search-page .search-content .search-page-categories a {
    color: #000000;
    font-family: "TradeGothicNextLTProBdCn";
    font-size: 1.5rem;
    line-height: 20px; }
  .search-page .search-content .search-page-heading {
    padding-bottom: 15px; }
    .search-page .search-content .search-page-heading a {
      color: #000000; }
  .search-page .search-content .search-page-excerpt {
    font-family: "DMSans";
    font-size: 1.5rem;
    line-height: 21px;
    color: #000000;
    position: relative; }
  .search-page .search-content .search-page-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    bottom: 0;
    margin-top: 4px; }
  .search-page .search-content .search-page-thumbnail {
    text-align: center;
    padding: 0;
    margin-bottom: 30px; }
    .search-page .search-content .search-page-thumbnail img {
      width: 100%;
      min-width: 210px; }

.search-page .nav-links {
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .search-page .nav-links a, .search-page .nav-links span {
    padding: 5px;
    border: 0;
    font-size: 1.5rem;
    font-family: "TradeGothicNextLTProRg";
    line-height: 20px; }

@media (min-width: 768px) {
  .search-page form {
    width: 590px; } }

@media (min-width: 1000px) {
  .search-page .search-content .search-page-content {
    padding-right: 40px; }
  .search-page .search-content .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .search-page .search-content .search-page-thumbnail {
    padding: 0;
    max-width: 210px;
    max-height: 170px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 5px; }
    .search-page .search-content .search-page-thumbnail img {
      min-width: 210px; } }

.single h2 {
  padding-bottom: 30px;
  padding-top: 40px; }

.single .all-news .main-block-post {
  max-width: 100%; }

.single .all-news figure figcaption {
  font-family: "DMSans";
  font-size: 1.5rem;
  padding-top: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d5d7d9;
  margin-bottom: 0; }

.single .all-news .wp-caption-text {
  font-family: "DMSans";
  font-size: 1.5rem;
  padding-top: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d5d7d9;
  margin-bottom: 0;
  text-align: left; }

.single .all-news ul li {
  list-style-type: none;
  list-style-position: inside;
  text-indent: -2.3rem;
  padding-left: 2.4rem; }
  .single .all-news ul li:before {
    content: "\2022";
    display: inline-block;
    text-align: center;
    margin: 14px 15px 0 0;
    line-height: 40px;
    width: 10px;
    height: 32px;
    font-weight: bold;
    font-size: 3.5rem;
    vertical-align: text-bottom; }

.single .all-news ol {
  counter-reset: myCounter;
  list-style-position: inside; }
  .single .all-news ol li {
    list-style: none;
    text-indent: -2.3rem;
    padding-left: 2.4rem; }
    .single .all-news ol li:before {
      counter-increment: myCounter;
      content: counter(myCounter);
      display: inline-block;
      text-align: center;
      margin: 14px 15px 0 0;
      line-height: 40px;
      width: 10px;
      height: 32px;
      font-weight: bold; }

.single .all-news li {
  font-size: 1.8rem;
  line-height: 30px;
  font-family: "DMSans"; }

.single .all-news .top-img-block .top-img {
  text-align: center; }

.description-info {
  max-width: 610px;
  margin: 0 auto;
  float: none !important; }
  .description-info p {
    font-size: 1.5rem;
    padding-top: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #d5d7d9;
    margin-bottom: 40px; }

.more-news {
  padding-top: 0;
  padding-bottom: 40px;
  margin-top: 70px; }
  .more-news .more-news-in h2 {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0; }
  .more-news .more-news-in a {
    border-top: 1px solid #d5d7d9;
    display: block;
    padding: 30px 10px 40px 10px; }

@media (min-width: 1000px) {
  .single .all-news .top-img-block .top-img img {
    max-width: 1010px; } }

.footer {
  background-color: #2e3a45;
  padding-bottom: 10px; }
  .footer form.form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px; }
  .footer h4, .footer p {
    color: #ffffff; }
  .footer input[type='text'] {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 30px;
    padding-left: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-size: 3rem;
    color: #80AFD6;
    text-transform: uppercase;
    font-family: "TradeGothicNextLTProBdCn"; }

.footer-menu, .footer-mid, .footer-bottom {
  padding: 40px 0; }

.footer-mid {
  color: #fff;
  border-top: 1px solid #a6a9ac;
  border-bottom: 1px solid #a6a9ac; }
  .footer-mid .text-about {
    font-size: 1.5rem;
    line-height: 21px; }
  .footer-mid input[type='email'] {
    padding-left: 0; }
  .footer-mid #newsletter-email {
    border: none;
    background-color: #2e3a45;
    border-bottom: 2px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    max-width: 100%;
    display: inline-block;
    font-size: 3rem;
    color: #80AFD6;
    text-transform: uppercase;
    font-family: "TradeGothicNextLTProBdCn"; }
  .footer-mid .btn {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: -1px;
    left: 0; }
  .footer-mid .contact p {
    margin-bottom: 0; }
    .footer-mid .contact p:first-of-type {
      margin-top: 5px; }
  .footer-mid .contact a {
    color: #ffffff; }
  .footer-mid .soc-block {
    margin-top: 40px; }
  .footer-mid .social-links {
    list-style: none;
    margin-left: 0;
    margin-top: 25px; }
    .footer-mid .social-links li {
      display: inline-block;
      margin-right: 20px; }
      .footer-mid .social-links li a {
        display: inline-block;
        max-width: 40px; }

.footer-menu {
  font-family: "DMSans"; }
  .footer-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .footer-menu .menu .menu-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .footer-menu li a {
    color: #fff;
    font-size: 20px; }

.footer-bottom {
  border-bottom: none;
  padding-bottom: 0;
  color: #a6a9ac;
  font-family: "DMSans";
  padding-top: 10px; }
  .footer-bottom .column {
    padding-left: 0; }
  .footer-bottom .footer-bottom-in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 105px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer-bottom .footer-bottom-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .footer-bottom .footer-bottom-first span {
      font-size: 1.5rem;
      font-family: "DMSans";
      line-height: 21px; }
    .footer-bottom .footer-bottom-first ul li a {
      font-size: 1.5rem;
      font-family: "DMSans";
      line-height: 21px; }
  .footer-bottom .footer-bottom-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .footer-bottom .footer-bottom-second .accredited-in {
      width: 130px;
      height: 50px; }
  .footer-bottom .accredited {
    list-style: none; }
  .footer-bottom .menu-footer-bottom-container {
    position: relative;
    font-family: "DMSans"; }
    .footer-bottom .menu-footer-bottom-container li a {
      color: #a6a9ac; }

@media (min-width: 640px) {
  .footer-mid .social-links li a {
    padding-bottom: 10px; } }

@media (min-width: 768px) {
  .footer-bottom .footer-bottom-in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .footer-bottom .footer-bottom-first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 1000px) {
  .footer form.form-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .footer-menu .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .footer-mid, .footer-bottom {
    margin-left: 75px;
    margin-right: 75px; }
  .footer-mid #newsletter-email {
    max-width: 55%; }
  .footer-mid .btn {
    left: 3px; }
  .footer-mid .social-links li a {
    max-width: 50px; }
  .footer-mid .contact p:first-of-type {
    margin-top: 25px; }
  .footer-mid .text-about {
    padding-bottom: 15px; } }

.MapTopBar {
  background: #0060ae;
  color: white;
  font-size: 50px;
  height: 292px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .MapTopBar .white-box {
    position: relative;
    background-color: white;
    width: 60px;
    height: 20px; }
  .MapTopBar .searchhint {
    font-size: 18px;
    position: absolute;
    padding-top: 5px;
    font-family: "DMSans"; }
  .MapTopBar .inner {
    color: white;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 100%;
    padding: 0 15px; }
    .MapTopBar .inner .location-search-wrap {
      display: inline-block;
      width: 750px;
      max-width: 100%;
      background: url(/wp-content/themes/tmc/assets/images/magicon.svg) no-repeat right;
      border: none;
      overflow: visible;
      height: 45px;
      border-bottom: 2px solid white;
      border-radius: 0;
      position: relative;
      top: 2px; }
      .MapTopBar .inner .location-search-wrap input#LocationSearch {
        width: 100%;
        height: 45px;
        margin: 0 !important;
        display: block;
        padding: 0 !important;
        background: transparent;
        height: 100%;
        border: none;
        font-size: 46px;
        color: white;
        position: relative;
        bottom: 4px;
        text-transform: uppercase; }
        .MapTopBar .inner .location-search-wrap input#LocationSearch::-webkit-input-placeholder {
          color: white;
          opacity: .5; }
        .MapTopBar .inner .location-search-wrap input#LocationSearch:focus {
          outline-style: none;
          -webkit-box-shadow: none;
          box-shadow: none; }

#MapContainer {
  height: auto;
  min-height: 760px;
  background-color: #2e3a45;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* @TODO Sergey we need to fix this because for mobile this is not good */ }
  #MapContainer.contactdetails {
    height: 760px; }
  #MapContainer .legend {
    width: 12.6%;
    min-width: 240px;
    min-height: 760px;
    background-color: #2e3a45;
    display: inline-block;
    vertical-align: top; }
    #MapContainer .legend .section {
      border-bottom: 1px solid #636363;
      padding: 3px 0 5px 0; }
      #MapContainer .legend .section:first-child .header {
        font-size: 15px;
        padding-top: 16px; }
      #MapContainer .legend .section .header {
        color: white;
        height: 50px;
        font-size: 24px;
        padding-left: 20px;
        padding-top: 13px;
        font-family: inherit; }
      #MapContainer .legend .section .sub-header {
        color: white;
        font-size: 15px;
        padding: 11px 0 5px 24px;
        position: relative;
        line-height: 20px; }
      #MapContainer .legend .section .checkbox-options {
        padding-left: 23px;
        margin-bottom: 10px; }
        #MapContainer .legend .section .checkbox-options label {
          margin-top: 5px;
          color: white;
          font-size: 16px; }
        #MapContainer .legend .section .checkbox-options input[type=checkbox] {
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
      #MapContainer .legend .section .daterange {
        padding-left: 20px;
        margin-top: 10px; }
        #MapContainer .legend .section .daterange label {
          color: white;
          font-size: 15px;
          font-family: "DMSans"; }
        #MapContainer .legend .section .daterange input[type="text"] {
          background-color: #1a2024;
          color: white;
          border: none;
          display: inline-block;
          width: 130px;
          font-size: 13px;
          padding: 22px 0;
          padding-left: 13px;
          border-radius: 0; }
        #MapContainer .legend .section .daterange span {
          display: inline-block;
          width: 65px; }
  #MapContainer .map-list-container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  #MapContainer #map,
  #MapContainer #list {
    width: 100%;
    height: 100%; }
  #MapContainer .virtual-box {
    text-transform: uppercase;
    font-family: "TradeGothicNextLTProBdCn";
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    background-color: #0060ae;
    width: 74px;
    position: relative;
    display: inline-block;
    height: 20px; }
    #MapContainer .virtual-box img {
      position: relative;
      left: 2px;
      bottom: 2px;
      width: 16px;
      height: 11px;
      background-image: url(assets/images/virtual.svg); }
    #MapContainer .virtual-box span {
      position: relative;
      left: 4px; }
  #MapContainer .marker-popup {
    width: 320px;
    min-height: 130px;
    background-color: white;
    padding: 17px;
    position: relative;
    padding-bottom: 83px; }
    #MapContainer .marker-popup .header h1 {
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      color: black;
      margin-bottom: 5px; }
      #MapContainer .marker-popup .header h1.event-pop::before {
        content: url(/wp-content/themes/tmc/assets/images/event.png);
        position: relative;
        top: 3px; }
      #MapContainer .marker-popup .header h1.plat-pop::before {
        content: url(/wp-content/themes/tmc/assets/images/platoon.png);
        position: relative;
        top: 3px; }
      #MapContainer .marker-popup .header h1 .title {
        position: relative;
        left: 6px; }
    #MapContainer .marker-popup .header .virtual-box {
      left: 25px; }
    #MapContainer .marker-popup .body {
      font-size: 15px;
      font-family: DMSans;
      line-height: 21px;
      margin-top: 15px; }
      #MapContainer .marker-popup .body .time {
        margin-bottom: 15px; }
    #MapContainer .marker-popup .date, #MapContainer .marker-popup .address {
      font-family: DMSans;
      font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.4;
      letter-spacing: normal;
      color: black; }
    #MapContainer .marker-popup .cta {
      width: 280px;
      height: 50px;
      background-color: #0060ae;
      font-family: "TradeGothicNextLTProBdCn";
      font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: 2px;
      text-align: center;
      color: white;
      padding-top: 12px;
      position: absolute;
      bottom: 18px;
      left: 18px; }

/****************************************************************/
/* Map Sidebar */
#MapContainer .legend .section span.map-checkbox {
  background-color: #1a2024;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px; }

.map.checkbox-options label {
  display: block;
  position: relative;
  cursor: pointer;
  font-family: DMSans;
  padding-left: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* On mouse-over, add a grey background color */
.map.checkbox-options label:hover input ~ .map-checkbox {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.map.checkbox-options label input:checked ~ .map-checkbox {
  background-color: #2196F3; }

/* Create the checkmark/indicator (hidden when not checked) */
.map-checkbox:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.map.checkbox-options label input:checked ~ .map-checkbox:after {
  display: block; }

/* Style the checkmark/indicator */
.map.checkbox-options label .map-checkbox:after {
  left: 8px;
  top: 2px;
  width: 9px;
  height: 17px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#MapContainer .pin-icon {
  display: inline-block;
  position: relative;
  left: 10px; }

#MapContainer .pin-label {
  display: inline-block;
  position: relative;
  top: 3px;
  left: 18px; }

#MapContainer .header-tooltip {
  display: inline-block;
  position: relative;
  left: 24px;
  top: 1px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 16px;
  height: 16px; }

/*TODO: Update foundation styles correctly*/
#MapContainer .accordion-content {
  border-bottom: none;
  background-color: inherit;
  padding: 0; }

#MapContainer .accordion {
  border: none; }

#MapContainer .accordion-title {
  border: none; }

#MapContainer .accordion-title:hover {
  background-color: inherit; }

#MapContainer .accordion-title::before {
  content: url(/wp-content/themes/tmc/assets/images/down-arrow.png);
  top: 30%;
  right: 2rem; }

#MapContainer .is-active > .accordion-title::before {
  content: url(/wp-content/themes/tmc/assets/images/up-arrow.png); }

#MapContainer .switch {
  display: inline-block;
  position: relative;
  top: 5px;
  left: 25px; }

#MapContainer .switch-paddle {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  width: 70px;
  height: 24px; }

#MapContainer .switch-paddle span {
  font-size: 15px;
  font-weight: normal;
  top: 1.1rem; }

.daterange input[readonly] {
  cursor: pointer; }

.tooltip {
  font-size: 15px;
  font-family: "DMSans";
  max-width: 320px !important;
  padding: 20px; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 5rem; }

.switch.large .switch-paddle::after {
  width: 1.2rem;
  height: 1.2rem; }

input:checked ~ .switch-paddle::after {
  left: 2.25rem; }

.switch-paddle::after {
  height: 1.5rem;
  left: 0.9rem;
  top: 0.6rem;
  width: 1.5rem;
  border-radius: 20px; }

span.switch-active {
  left: 1rem; }

#display-toggle {
  display: inline-block;
  position: absolute;
  top: 1.6%;
  right: 10%;
  z-index: 1;
  background-color: #fff;
  color: #53626f;
  font-size: 15px;
  text-align: center; }
  #display-toggle.list-view {
    top: 0;
    right: 0;
    padding: 20px; }
  #display-toggle div {
    display: inline-block;
    width: 58px;
    padding: 9px 15px;
    color: black; }
  #display-toggle .display-header {
    color: #53626f;
    width: 85px;
    text-align: right;
    padding-right: 8px; }
  #display-toggle .selected {
    text-decoration: underline; }
  #display-toggle .display-opt {
    cursor: pointer; }
    #display-toggle .display-opt:hover {
      background-color: #e8e5e5; }

@media (max-width: 1140px) {
  .MapTopBar .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left; } }

@media (max-width: 746px) {
  #display-toggle:not(.list-view) {
    top: 8%; }
  #MapContainer .legend {
    min-height: 150px; } }

@media (max-width: 500px) {
  .MapTopBar .inner {
    font-size: 3rem; }
    .MapTopBar .inner .location-search-wrap input#LocationSearch {
      font-size: 3rem; }
    .MapTopBar .inner .location-search-wrap .searchhint {
      font-size: 1.5rem; }
  #MapContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #MapContainer .legend {
      width: 100%;
      display: block; }
    #MapContainer .map-list-container {
      width: 100%; }
      #MapContainer .map-list-container #map {
        height: 100vh; }
      #MapContainer .map-list-container #list {
        padding: 89px 10px 20px 10px; }
    #MapContainer #list .list-grid {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/****************************************************************/
/* Styles for the google marker */
.popup-bubble {
  /* Position the bubble centred-above its parent. */
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
  /* Style the bubble. */
  background-color: white;
  overflow-y: auto;
  min-height: 130px;
  width: 320px;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
  padding-bottom: 83px; }
  .popup-bubble .close-btn {
    font-size: 15px;
    color: #5c5c5c;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    cursor: pointer; }

/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
  /* Position the div a fixed distance above the tip. */
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0; }

/* This element draws the tip. */
.popup-bubble-anchor::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 37px;
  /* Center the tip horizontally. */
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0;
  height: 0;
  /* The tip is 8px high, and 12px wide. */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid white; }

/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 320px; }

/* Styles for the google location serach */
#infowindow-content .title {
  font-weight: bold; }

#infowindow-content {
  display: none; }

#map #infowindow-content {
  display: inline; }

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto; }

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px; }

.pac-controls {
  display: inline-block;
  padding: 5px 11px; }

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300; }

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 400px; }

#pac-input:focus {
  border-color: #4d90fe; }

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px; }

#target {
  width: 345px; }

/****************************************************************/
/* List View */
#MapContainer #list {
  display: none;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  padding: 89px 30px;
  background-color: white; }
  #MapContainer #list .list-row {
    border-top: 1px solid #d5d7d9;
    padding: 32px 0; }
    #MapContainer #list .list-row .platoon-grid {
      width: 100%;
      margin-top: 40px; }
      #MapContainer #list .list-row .platoon-grid .platoon-box {
        display: inline-block;
        font-size: 30px;
        text-transform: uppercase;
        font-family: "TradeGothicNextLTProBdCn";
        color: white;
        background-color: #0060ae;
        height: 104px;
        margin: 0 10px 15px 0;
        padding: 0 23px; }
        #MapContainer #list .list-row .platoon-grid .platoon-box::before {
          position: relative;
          top: 3rem;
          content: url(/wp-content/themes/tmc/assets/images/platoon-star.svg); }
        #MapContainer #list .list-row .platoon-grid .platoon-box::after {
          position: relative;
          top: 2.1rem;
          content: url(/wp-content/themes/tmc/assets/images/right-arrow.svg); }
        #MapContainer #list .list-row .platoon-grid .platoon-box span {
          position: relative;
          top: 2.6rem;
          padding: 10px; }
  #MapContainer #list .list-sort {
    float: right;
    font-size: 15px;
    color: #53626f; }
    #MapContainer #list .list-sort span {
      color: black;
      cursor: pointer;
      margin-left: 10px; }
  #MapContainer #list .list-grid {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #MapContainer #list .list-grid.row-map-events .list-item {
      width: 333px;
      padding-left: 0; }
    #MapContainer #list .list-grid .list-item {
      width: 310px;
      height: 281px;
      background-color: #d5d7d9;
      background-size: contain;
      margin: 20px 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-size: cover !important;
      background-position: top left !important; }
      #MapContainer #list .list-grid .list-item .bookmark {
        width: 36px;
        height: 36px;
        background-color: #2e3a45;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #MapContainer #list .list-grid .list-item .bookmark:hover {
          cursor: pointer; }
        #MapContainer #list .list-grid .list-item .bookmark.selected {
          background-color: #fff; }
      #MapContainer #list .list-grid .list-item .event-deets {
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: 298px;
        height: 142px;
        padding: 15px;
        background-color: #fff;
        color: black;
        font-family: TradeGothicNextLTProBdCn; }
        #MapContainer #list .list-grid .list-item .event-deets a {
          color: black;
          font-family: TradeGothicNextLTProBdCn; }
          #MapContainer #list .list-grid .list-item .event-deets a:hover {
            color: #0060AE; }
        #MapContainer #list .list-grid .list-item .event-deets.national {
          background-color: #0060ae; }
          #MapContainer #list .list-grid .list-item .event-deets.national a {
            color: #fff; }
          #MapContainer #list .list-grid .list-item .event-deets.national .event-date {
            color: #d5d7d9; }
        #MapContainer #list .list-grid .list-item .event-deets .top-line {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
        #MapContainer #list .list-grid .list-item .event-deets .event-type {
          font-size: 15px;
          line-height: 20px;
          text-transform: uppercase;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        #MapContainer #list .list-grid .list-item .event-deets .event-name {
          font-size: 30px;
          line-height: 30px;
          height: 60px;
          overflow: hidden; }
        #MapContainer #list .list-grid .list-item .event-deets .event-date {
          font-size: 15px;
          line-height: 18px;
          margin-top: 10px;
          color: #53626f;
          font-family: TradeGothicNextLTProCn; }

#platoonMap {
  height: 360px; }

.always-on-cursor {
  width: 1px;
  height: 44px;
  background: white;
  display: inline-block;
  position: absolute;
  left: 1px;
  top: -3px; }

.row-map-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1090px;
  margin: 50px auto 0 auto; }

.row-map-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px auto 0 auto; }

@media (min-width: 1500px) {
  #MapContainer #list .list-grid .list-item {
    width: 333px; } }

.text-img-right-bottom {
  padding-top: 66px; }
  .text-img-right-bottom .rightblock-text-img-right-bottom {
    padding-right: 0; }
  .text-img-right-bottom a {
    font-family: "TradeGothicNextLTProBdCn";
    text-decoration: underline;
    letter-spacing: 0.5px;
    font-size: 1.5rem; }
  .text-img-right-bottom .text-medium {
    padding-bottom: 13px; }

@media (max-width: 768px) {
  .text-img-right-bottom .rightblock-text-img-right-bottom {
    padding: 0; } }

@media (min-width: 1000px) {
  .text-img-right-bottom {
    padding-top: 80px; }
    .text-img-right-bottom .leftblock-text-img-right-bottom {
      max-width: 430px;
      padding-left: 0;
      padding-top: 40px; }
      .text-img-right-bottom .leftblock-text-img-right-bottom p {
        padding-bottom: 2px; } }

@media (min-width: 1000px) and (max-width: 2000px) {
  .text-img-right-bottom .rightblock-text-img-right-bottom .bottom-float {
    max-width: 660px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; } }

@media (min-width: 1360px) {
  .text-img-right-bottom .leftblock-text-img-right-bottom {
    padding-left: 4%; } }

@media (min-width: 1440px) {
  .text-img-right-bottom .leftblock-text-img-right-bottom {
    max-width: 100%;
    padding-left: 6%; } }

@media (min-width: 1600px) {
  .text-img-right-bottom .leftblock-text-img-right-bottom {
    padding-left: 9.5%; } }

@media (min-width: 1920px) {
  .text-img-right-bottom .leftblock-text-img-right-bottom {
    padding-left: 15.5%;
    max-width: 100%; } }

@media (min-width: 2000px) {
  .text-img-right-bottom .rightblock-text-img-right-bottom .bottom-float {
    max-width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; } }

@media (min-width: 2500px) {
  .text-img-right-bottom .leftblock-text-img-right-bottom {
    padding-left: 21%; } }

.column-content.block-two-text h1 {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .block-two-text {
    padding-top: 0;
    padding-bottom: 50px; }
    .block-two-text .left-block-two-text {
      padding-left: 0;
      max-width: 300px; } }

@media (min-width: 768px) and (max-width: 1000px) {
  .block-two-text {
    padding-top: 50px; } }

@media (min-width: 1000px) {
  .column-content.block-two-text h1 {
    margin-bottom: 50px; }
  .block-two-text {
    padding-top: 40px; }
    .block-two-text .left-block-two-text {
      max-width: 412px;
      padding-top: 0; } }

@media (min-width: 1360px) {
  .block-two-text .left-block-two-text {
    max-width: 390px; } }

.impact-main {
  padding-bottom: 20%; }
  .impact-main .img-impact-card img {
    width: 100%;
    height: 760px;
    -o-object-fit: cover;
    object-fit: cover; }

.img-impact-bg {
  position: relative; }

.impact-bg {
  background-color: #0060ae;
  min-height: 400px;
  position: relative; }

.location-main h4 {
  color: #53626f;
  line-height: 18px;
  font-family: "TradeGothicNextLTProCn"; }

.impact-card {
  float: right;
  background-color: #ffffff;
  position: relative;
  padding: 0;
  bottom: 0;
  right: 0; }
  .impact-card .header {
    padding-top: 40px; }
    .impact-card .header h5 {
      text-transform: uppercase; }
  .impact-card .title {
    padding-bottom: 20px; }
    .impact-card .title h2 {
      text-decoration: underline;
      padding-left: 0;
      color: #0060ae;
      line-height: 1.14; }
      .impact-card .title h2:hover {
        color: #e36135; }
    .impact-card .title a {
      font-family: "TradeGothicNextLTProBdCn";
      line-height: 1.1; }
  .impact-card p {
    line-height: 1.67; }
  .impact-card .content {
    padding-left: 20px; }

@media (max-width: 768px) {
  .impact-main .img-impact-card {
    padding-left: 0;
    padding-right: 0; }
  .impact-card .row {
    margin-left: -2rem;
    margin-right: -2rem; } }

@media (min-width: 768px) {
  .img-impact-bg .location-main .location {
    text-align: right; } }

@media (min-width: 1000px) and (max-width: 1200px) {
  .all-impact-card .all-impact-card-img .all-impact-card-block-img {
    min-height: 190px; }
  .all-impact-card .all-impact-card-story.location-main {
    position: relative;
    width: 100%; } }

@media (min-width: 1000px) {
  .impact-main {
    padding-bottom: 7%; }
  .impact-card {
    width: 630px;
    height: 282px;
    position: absolute;
    padding: 0 10px 0 30px;
    right: -1px;
    bottom: -1px; }
    .impact-card .title {
      padding-right: 0;
      line-height: 1.1; }
      .impact-card .title h2 {
        line-height: 46px; }
  .text-impact-story {
    font-family: "DMSans";
    font-size: 1.8rem;
    max-height: 95px;
    overflow: hidden; } }

.stat-main {
  padding-bottom: 20px; }
  .stat-main .stat {
    border-top: 2px solid #000000;
    padding-top: 10px;
    margin-top: 20px;
    margin-bottom: 40px; }
  .stat-main .stat-main-hr hr {
    border: 0;
    height: 1px;
    background: #d5d7d9;
    width: 100%;
    max-width: 100%;
    margin-bottom: 27px; }

@media (min-width: 1000px) {
  .stat-main {
    padding-bottom: 0; }
  .stat-paragraph {
    max-width: 275px; }
  .stat-main-title h2 {
    padding: 0 0 10px 0; } }

.donate-block {
  padding-bottom: 3%; }
  .donate-block h2 {
    color: #ffffff;
    /*    max-width: 300px;*/
    padding-bottom: 20px;
    line-height: 32px; }
  .donate-block p {
    color: #ffffff;
    padding-bottom: 24px;
    padding-top: 10px;
    font-family: "DMSans"; }
  .donate-block .donate-block-img {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 80px; }

@media (min-width: 768px) {
  .donate-block .expand-normal.donate-block-in {
    padding-bottom: 0; }
    .donate-block .expand-normal.donate-block-in .donate-block-img {
      margin-bottom: 0; }
    .donate-block .expand-normal.donate-block-in .column-content {
      padding-right: 0;
      padding-top: 75px; }
  .donate-block h2 {
    line-height: 46px;
    font-size: 5.2rem; } }

.program-card-main {
  padding-bottom: 2%; }
  .program-card-main h2 {
    line-height: 42px; }
  .program-card-main .title-header {
    padding-bottom: 0;
    margin-bottom: 20px; }
  .program-card-main .program-image {
    overflow: hidden;
    text-align: center; }
  .program-card-main .program-card-main-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .program-card-main .program-card-main-flex .program-card {
      max-width: 420px; }

.program-card-main-heading {
  min-height: 93px;
  padding-top: 15px;
  border-top: 2px solid #000000;
  padding-bottom: 10px; }

.program-card {
  margin-top: 40px;
  margin-bottom: 30px; }
  .program-card h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
    border-top: 2px solid #000000;
    padding-top: 10px; }
  .program-card .btn {
    margin-top: 20px;
    margin-bottom: 20px; }
  .program-card p {
    line-height: 1.67;
    margin-bottom: 0; }
  .program-card a.apply-link {
    color: #000000;
    text-decoration: underline;
    font-family: "DMSansBold"; }
    .program-card a.apply-link:hover {
      color: #e36135; }

@media (min-width: 640px) and (max-width: 980px) {
  .program-card-main .program-image {
    max-height: 320px; } }

@media (min-width: 680px) {
  .program-card-main .title-header {
    margin-bottom: 0; } }

@media (min-width: 1280px) {
  .program-card-main .program-image {
    max-height: 320px;
    min-height: 320px; } }

.slider-partners-main {
  padding-top: 7%; }
  .slider-partners-main .carousel-slider button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .slider-partners-main .carousel-slider .fa-angle-left:before {
    content: "\f104";
    color: #000000;
    width: 20px;
    height: 20px;
    font-weight: bold;
    font-size: 21px; }
  .slider-partners-main .carousel-slider .fa-angle-left:hover:before {
    color: #bdbebf; }
  .slider-partners-main .carousel-slider .fa-angle-right:before {
    content: "\f105";
    color: #000000;
    width: 20px;
    height: 20px;
    font-size: 21px;
    font-weight: bold; }
  .slider-partners-main .carousel-slider .fa-angle-right:hover:before {
    color: #bdbebf; }
  .slider-partners-main .text-order {
    width: 290px;
    font-size: 18px;
    font-family: "DMSans"; }
    .slider-partners-main .text-order .learn-more-link {
      text-transform: uppercase;
      text-decoration: underline;
      font-size: 15px;
      letter-spacing: 0.5px;
      line-height: 1;
      font-family: "TradeGothicNextLTProBdCn"; }
  .slider-partners-main .slider-heading-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%; }
  .slider-partners-main .slider-heading-desktop {
    display: none;
    padding-left: 7.2rem;
    max-width: 80%;
    padding-bottom: 40px;
    padding-top: 80px; }

.slider-partners {
  padding-top: 9%;
  padding-bottom: 15%; }
  .slider-partners.carousel-slider {
    padding-top: 0;
    margin-top: 50px; }
  .slider-partners .owl-nav {
    position: absolute;
    right: 50px;
    top: -30px; }
  .slider-partners .sa_owl_theme .owl-nav .owl-prev {
    left: -100px; }
  .slider-partners .white .sa_owl_theme .owl-nav .owl-next {
    background: url(assets/images/icons-carousel/carousel-next.svg) no-repeat center center !important; }
  .slider-partners .white .sa_owl_theme .owl-nav .owl-prev {
    background: url(assets/images/icons-carousel/carousel-next.svg) no-repeat center center !important;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1); }
  .slider-partners .carousel-buttons {
    display: block; }

@media (min-width: 768px) {
  /*  .slider-partners-main {
    .slider-heading-mobile {
      display: none;
    }
    .slider-heading-desktop {
      display: flex;
      max-width: 60%;
    }
  }*/ }

@media (min-width: 1000px) {
  .slider-partners-main .slider-heading-mobile {
    display: none; }
  .slider-partners-main .slider-heading-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 60%; }
  .slider-partners {
    padding-top: 9%;
    padding-bottom: 10%; } }

@media (min-width: 1360px) {
  .slider-partners-main {
    padding-top: 1%;
    height: 520px; }
    .slider-partners-main .slider-partners {
      padding-bottom: 3%; } }

.pre-footer {
  padding: 17% 0 5% 0;
  color: #0060ae;
  opacity: 0.8;
  width: 100%;
  min-height: 363px; }
  .pre-footer h2, .pre-footer p {
    color: #ffffff; }
  .pre-footer h2 {
    padding-bottom: 10px; }

.pre-footer-in {
  padding-bottom: 40px; }
  .pre-footer-in p {
    padding-bottom: 20px;
    min-height: 60px; }
  .pre-footer-in .btn {
    margin-top: 10px; }

@media (min-width: 1000px) {
  .pre-footer {
    padding: 5% 0 3% 0; } }

.block-generictext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 7%;
  padding-bottom: 7%; }
  .block-generictext iframe {
    max-width: 100%; }
  .block-generictext p {
    padding-bottom: 10px; }
  .block-generictext h2, .block-generictext h3 {
    padding-bottom: 25px;
    padding-top: 20px; }
  .block-generictext .block-generictext-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 610px; }
  .block-generictext .paragraph-title {
    font-size: 3rem;
    margin-bottom: 25px;
    line-height: 38px; }
  .block-generictext ul {
    margin-left: 2rem; }
  .block-generictext li {
    font-size: 18px;
    font-family: "DMSans";
    padding-left: 17px;
    padding-bottom: 20px; }
    .block-generictext li strong {
      padding-right: 5px; }
  .block-generictext ol {
    counter-reset: myCounter;
    list-style-position: inside;
    margin-left: 1rem; }
    .block-generictext ol li {
      list-style: none;
      text-indent: -2.3rem;
      padding-left: 2.4rem;
      line-height: 30px;
      letter-spacing: 0;
      padding-bottom: 15px; }
      .block-generictext ol li:before {
        counter-increment: myCounter;
        content: counter(myCounter);
        display: inline-block;
        text-align: center;
        width: 10px;
        font-weight: bold;
        margin: 0 15px 0 0;
        line-height: 18px;
        height: 18px; }

.guides-work {
  padding-top: 5%;
  padding-bottom: 6%; }
  .guides-work .guides-heading {
    padding-bottom: 40px; }
  .guides-work .guides-paragraph {
    margin-top: 0;
    padding-top: 32px; }
  .guides-work h4, .guides-work p {
    color: #ffffff;
    line-height: 1.67; }
  .guides-work .heading {
    color: #ffffff; }
  .guides-work h4 {
    margin-bottom: 25px;
    position: relative;
    display: inline-block; }
    .guides-work h4:after {
      content: "";
      content: url("assets/images/connected.svg");
      display: block;
      position: absolute;
      top: 16px;
      right: -20px;
      line-height: 0; }
  .guides-work .guides-compacted {
    padding-bottom: 50px; }
  .guides-work a {
    font-family: "TradeGothicNextLTProBdCn";
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    line-height: 15px; }
    .guides-work a.guides-more {
      text-decoration: underline; }
  .guides-work span.guides-namber {
    font-size: 3rem;
    line-height: 30px;
    line-height: 1.67; }
  .guides-work .guides-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .guides-work .guides-divider .divider {
      border: none;
      color: #ffffff;
      background-color: #ffffff;
      height: 2px;
      width: 100%;
      margin-bottom: 12px;
      margin-left: 15px; }
  .guides-work .program-image {
    padding-bottom: 5px;
    max-height: 320px;
    min-height: 320px;
    overflow: hidden;
    text-align: center; }
  .guides-work ul {
    list-style: none;
    margin-left: 0; }
  .guides-work li {
    border-bottom: 1px solid #3480BE;
    line-height: 1.67;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: "DMSans";
    width: 100%; }
    .guides-work li:last-of-type {
      border-bottom: none; }

@media (min-width: 768px) {
  .guides-work .guides-work-heading {
    padding-left: 0;
    max-width: 300px; } }

@media (min-width: 1000px) {
  .guides-work .guides-work-heading {
    max-width: 412px; } }

@media (min-width: 1360px) {
  .guides-work .guides-work-heading {
    max-width: 390px; } }

.video-container .youtube {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video-container .youtube .play {
    background: url("assets/images/graphic-play-video.png") no-repeat;
    background-position: center center;
    background-size: 100% auto;
    position: absolute;
    height: 194px;
    width: 155px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    right: -40px;
    bottom: -15px;
    margin: auto; }
  .video-container .youtube .video-title {
    position: absolute;
    width: 400px;
    height: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    left: 80px;
    bottom: 80px; }
    .video-container .youtube .video-title h2 {
      color: #ffffff;
      margin-bottom: 0; }

.video-container .video-block {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video-container .video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (max-width: 786px) {
  .video-container .youtube .video-title {
    width: 300px;
    left: 20px;
    bottom: 20px;
    margin: auto; } }

@media (min-width: 768px) {
  .video-container .youtube .play {
    height: 294px;
    width: 255px;
    right: -40px;
    bottom: -15px; }
  .video-container .youtube .video-title {
    position: absolute;
    width: 400px;
    height: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    left: 80px;
    bottom: 80px; } }

.impact-events-main {
  padding-top: 30px;
  padding-bottom: 30px; }
  .impact-events-main .horizontal-header {
    max-width: 700px;
    padding-bottom: 25px; }

.view-all-link {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1;
  font-family: "TradeGothicNextLTProBdCn"; }

.impact-events .impact-events-cards {
  padding-left: 20px;
  padding-right: 20px; }
  .impact-events .impact-events-cards .impact-events-img {
    position: relative;
    text-align: center; }
    .impact-events .impact-events-cards .impact-events-img img {
      width: 380px;
      height: 321px;
      -o-object-fit: cover;
      object-fit: cover; }
  .impact-events .impact-events-cards .impact-events-cards-text {
    text-align: left; }
  .impact-events .impact-events-cards .story-card {
    padding-top: 20px;
    background: #ffffff;
    position: relative;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 144px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
    .impact-events .impact-events-cards .story-card:hover .heading-h4 {
      color: #0060ae; }
  .impact-events .impact-events-cards .heading-h4 {
    padding-bottom: 10px; }

@media (min-width: 1000px) {
  .impact-events .impact-events-cards .impact-events-img {
    max-height: 320px;
    overflow: hidden; }
  .impact-events .impact-events-cards .story-card {
    position: absolute;
    width: 275px;
    padding-left: 20px; } }

@media (min-width: 1280px) {
  .impact-events .impact-events-cards .story-card {
    width: 340px; }
  .impact-events .all-impact-card .all-impact-card-img .all-impact-card-block-img {
    min-height: 340px; } }

.action-list-card-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.take-action-list {
  padding-top: 15%;
  padding-bottom: 14%; }
  .take-action-list .take-action-block {
    margin-bottom: 40px;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .take-action-list h2 {
    padding-bottom: 45px; }
  .take-action-list .take-action-card {
    background: #2e3a45;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .take-action-list .take-action-card h3, .take-action-list .take-action-card p {
      color: #ffffff; }
    .take-action-list .take-action-card h3 {
      padding-bottom: 30px; }
    .take-action-list .take-action-card .take-action-hr hr {
      border: 0;
      height: 2px;
      background: #ffffff;
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px; }
    .take-action-list .take-action-card .take-action-description {
      margin-bottom: 40px; }
  .take-action-list .center {
    margin-top: 25px; }
    .take-action-list .center a {
      font-family: "TradeGothicNextLTProBdCn";
      text-decoration: underline; }

@media (min-width: 768px) {
  .take-action-list {
    padding-top: 6%;
    padding-bottom: 15%; }
    .take-action-list .take-action-card {
      min-height: 463px; }
      .take-action-list .take-action-card .take-action-description {
        min-height: 210px; }
    .take-action-list .take-action-block {
      margin-bottom: 40px; } }

@media (min-width: 1000px) {
  .take-action-list .take-action-card h3 {
    min-height: 95px; }
  .take-action-list .take-action-card .take-action-description {
    min-height: 180px; } }

@media (min-width: 1024px) and (max-width: 1200px) {
  .take-action-list .take-action-card h3 {
    min-height: 117px; }
  .take-action-list .take-action-card .take-action-description {
    min-height: 240px; } }

.carousel-slider {
  padding-top: 50px; }
  .carousel-slider.slider-partners {
    padding-left: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .carousel-slider.slider-partners .heading-order {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .carousel-slider.slider-partners .text-order {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .carousel-slider.slider-partners .img-order {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
  .carousel-slider .carousel-img-block {
    margin-top: 35px; }
  .carousel-slider .slick-slide {
    margin-right: 5px; }
  .carousel-slider .carousel-buttons {
    position: absolute;
    right: 20px;
    top: 55px;
    z-index: 10; }
    .carousel-slider .carousel-buttons .slick-prev {
      padding-right: 15px;
      display: block;
      display: inline-block; }
    .carousel-slider .carousel-buttons .slick-next {
      padding-left: 15px;
      display: block;
      display: inline-block; }
    .carousel-slider .carousel-buttons button:focus {
      border: none;
      outline: transparent; }
    .carousel-slider .carousel-buttons button:hover {
      border: none;
      outline: transparent;
      background: transparent; }
    .carousel-slider .carousel-buttons button img:focus {
      border: none;
      outline: transparent; }
    .carousel-slider .carousel-buttons img:focus {
      outline: transparent; }
  .carousel-slider .partners {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .carousel-slider .partners, .carousel-slider .partners img {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-height: 280px;
    padding-right: 40px; }

.slider-partners .slick-slide {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.slider-partners .blue {
  font-family: "TradeGothicNextLTProCn";
  text-decoration: underline; }

.slider-partners p {
  margin-bottom: 15px; }

.slider-partners .content {
  padding-left: 5em; }

.slider-partners h1 {
  padding-left: .9em; }

.partners img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-height: 280px; }

.partners .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px; }

@media (min-width: 1000px) {
  .carousel-slider.slider-partners {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .carousel-slider.slider-partners .heading-order {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .carousel-slider.slider-partners .text-order {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .carousel-slider.slider-partners .img-order {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
  .carousel-slider {
    padding-top: 50px; }
    .carousel-slider.slider-partners {
      padding-left: 75px; }
    .carousel-slider .carousel-buttons {
      right: 50px;
      top: -33px; }
    .carousel-slider .carousel-img-block {
      margin-top: 0; } }

.text-with-mage-right-top {
  padding-top: 20px;
  margin-bottom: 0; }
  .text-with-mage-right-top .text-with-mage-left-block {
    padding-bottom: 30px; }
    .text-with-mage-right-top .text-with-mage-left-block .top-text-left {
      padding-bottom: 15px; }
      .text-with-mage-right-top .text-with-mage-left-block .top-text-left p {
        font-size: 2.2rem;
        line-height: 38px;
        font-family: "DMSans"; }
    .text-with-mage-right-top .text-with-mage-left-block .text-left-heading {
      padding-bottom: 30px; }
  .text-with-mage-right-top .text-with-mage-right-block {
    max-width: 100%;
    padding: 0;
    position: relative;
    z-index: 1; }
    .text-with-mage-right-top .text-with-mage-right-block .top-float {
      bottom: 0; }
    .text-with-mage-right-top .text-with-mage-right-block .text-with-mage-top-block {
      padding: 40px;
      background: #2e3a45; }
      .text-with-mage-right-top .text-with-mage-right-block .text-with-mage-top-block h3 {
        font-family: "TradeGothicNextLTProBdCn";
        text-align: center;
        color: #ffffff; }
    .text-with-mage-right-top .text-with-mage-right-block .text-with-mage-top-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #eeeff0;
      padding: 20px 40px 25px 40px; }
      .text-with-mage-right-top .text-with-mage-right-block .text-with-mage-top-img img {
        padding: 20px; }
      .text-with-mage-right-top .text-with-mage-right-block .text-with-mage-top-img p {
        font-size: 1.5rem;
        line-height: 21px; }

@media (max-width: 1000px) {
  .text-with-mage-right-top .text-with-mage-left-block {
    width: 100%;
    max-width: 100%; }
  .text-with-mage-right-top .text-with-mage-right-block {
    padding: 0;
    width: 100%; } }

@media (min-width: 768px) {
  .text-with-mage-right-top .text-with-mage-right-block {
    padding: 0; } }

@media (min-width: 1000px) {
  .text-with-mage-right-top {
    padding-top: 80px; }
    .text-with-mage-right-top .text-with-mage-left-block {
      max-width: 470px;
      padding-left: 0;
      padding-top: 40px; }
      .text-with-mage-right-top .text-with-mage-left-block p {
        padding-bottom: 2px; }
    .text-with-mage-right-top .text-with-mage-right-block {
      max-width: 380px;
      margin-right: 70px;
      margin-top: -220px;
      position: relative;
      z-index: 1; } }

@media (min-width: 1200px) {
  .text-with-mage-right-top .text-with-mage-left-block {
    max-width: 54%; } }

@media (min-width: 1360px) {
  .text-with-mage-right-top .text-with-mage-left-block {
    padding-left: 4%; } }

@media (min-width: 1440px) {
  .text-with-mage-right-top .text-with-mage-left-block {
    max-width: 55%;
    padding-left: 6%; } }

@media (min-width: 1600px) {
  .text-with-mage-right-top .text-with-mage-left-block {
    max-width: 59%;
    padding-left: 9.5%; } }

@media (min-width: 1920px) {
  .text-with-mage-right-top .text-with-mage-left-block {
    padding-left: 15.5%; } }

@media (min-width: 2500px) {
  .text-with-mage-right-top .text-with-mage-left-block {
    padding-left: 21%; } }

.tabs-container.mct-tabs .row.tabs {
  width: 100%;
  margin: 0 auto; }

.tabs-container {
  background: #eeeff0;
  padding-top: 50px; }
  .tabs-container .tabs-container-heading {
    padding-left: 2rem; }
    .tabs-container .tabs-container-heading h2 {
      width: 100%;
      padding-bottom: 20px; }
    .tabs-container .tabs-container-heading .paragraph-under-heading {
      width: 100%;
      padding-bottom: 20px; }
  .tabs-container .row.tabs {
    border: none;
    padding-right: 2rem;
    padding-left: 2rem;
    background-color: #eeeff0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .tabs-container .row.tabs .tabs-title {
      background-color: #a6a9ac;
      margin-right: 5px;
      margin-left: 5px;
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
      text-align: center; }
      .tabs-container .row.tabs .tabs-title.is-active, .tabs-container .row.tabs .tabs-title:hover {
        background-color: #ffffff; }
      .tabs-container .row.tabs .tabs-title a {
        text-align: center;
        text-transform: uppercase;
        color: #000;
        font-size: 1em;
        font-family: "TradeGothicNextLTProCn"; }
      .tabs-container .row.tabs .tabs-title.is-active {
        background-color: #ffffff; }
  .tabs-container .tabs-content h3 {
    padding-bottom: 30px; }
  .tabs-container .tabs-content ul {
    margin-left: 2.25rem; }
  .tabs-container .tabs-content li {
    font-size: 18px;
    font-family: "DMSans";
    padding-left: 17px;
    padding-bottom: 20px; }
    .tabs-container .tabs-content li strong {
      padding-right: 5px; }
  .tabs-container .tabs-content ol {
    counter-reset: myCounter;
    list-style-position: inside; }
    .tabs-container .tabs-content ol li {
      list-style: none;
      text-indent: -2.3rem;
      padding-left: 2.4rem; }
      .tabs-container .tabs-content ol li:before {
        counter-increment: myCounter;
        content: counter(myCounter);
        display: inline-block;
        text-align: center;
        margin: 14px 15px 0 0;
        line-height: 40px;
        width: 10px;
        height: 32px;
        font-weight: bold; }

@media (max-width: 768px) {
  .tabs-container .row.tabs {
    display: inline-block; }
    .tabs-container .row.tabs .tabs-title {
      margin-bottom: 10px;
      min-width: 85px; } }

@media (min-width: 1000px) {
  .tabs-container {
    padding-top: 107px; }
    .tabs-container .tabs-container-heading {
      padding-bottom: 65px;
      padding-left: 7rem; }
      .tabs-container .tabs-container-heading h2 {
        width: 56%;
        padding-bottom: 5px; }
    .tabs-container .row.tabs {
      margin-left: 4.6rem;
      margin-right: 4.6rem; } }

.block-quote {
  padding: 40px 0; }
  .block-quote .header-block:before {
    display: inline-block;
    content: ' ';
    content: url(assets/images/quote-mark.svg);
    background-size: 41px 46px;
    height: 41px;
    width: 46px;
    vertical-align: text-top;
    margin-top: -21px;
    margin-bottom: 0;
    line-height: 1;
    margin-left: -60px; }
  .block-quote .block-quote-img {
    text-align: center; }
  .block-quote p.gray {
    font-family: "TradeGothicNextLTProCn";
    font-size: 1.5rem;
    line-height: 18px;
    color: #53626f; }
  .block-quote p,
  .block-quote h6 {
    padding: 0 17px; }
  .block-quote h6 {
    font-size: 1.2rem;
    margin-top: 20px; }
  .block-quote p {
    font-size: 2.2rem; }

.alumni {
  text-align: center;
  padding-top: 15%;
  padding-bottom: 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0; }
  .alumni .alumni-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0; }
  .alumni .heading-alumni {
    padding-bottom: 25px;
    width: 100%; }
    .alumni .heading-alumni h2 {
      color: white;
      font-size: 4.2rem;
      line-height: 46px; }
  .alumni .paragraf-alumni p {
    color: white;
    font-size: 4.2rem;
    font-family: "TradeGothicNextLTProBdCn";
    line-height: 1.1; }
  .alumni .alumni-btn.btn {
    white-space: normal;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 40px; }

@media (min-width: 500px) {
  .alumni .alumni-btn.btn {
    white-space: nowrap;
    padding-top: 0;
    padding-bottom: 0; } }

@media (min-width: 1000px) {
  .alumni {
    padding-top: 5.6%;
    padding-bottom: 5.6%; }
    .alumni .heading-alumni {
      width: 70%; }
    .alumni .paragraf-alumni {
      width: 70%; } }

.text-left-right {
  padding-top: 2%;
  padding-bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .text-left-right .with-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .text-left-right .text-left-right-in {
    max-width: 375px;
    margin-bottom: 40px; }
  .text-left-right h3 {
    padding-bottom: 30px; }
  .text-left-right a {
    min-width: 100%; }

@media (min-width: 640px) {
  .text-left-right {
    display: block; }
    .text-left-right .with-links {
      display: block; }
    .text-left-right a {
      min-width: 308px; } }

.operation-card {
  background-color: #eeeff0;
  height: 266px; }
  .operation-card .city {
    color: #000;
    font-size: 24px;
    padding-top: 30px;
    font-family: "TradeGothicNextLTProBdCn"; }
  .operation-card .bold {
    font-size: 15px;
    font-family: "TradeGothicNextLTProBdCn";
    color: #000;
    margin-bottom: 0; }
  .operation-card .fade {
    font-family: "TradeGothicNextLTProCn";
    color: #53626f;
    font-size: 15px;
    margin-top: 0; }
  .operation-card .column {
    padding: 0; }
  .operation-card .contact {
    padding-top: 15px; }
    .operation-card .contact .bold {
      font-family: "DMSansBold"; }
    .operation-card .contact p {
      margin: 0;
      line-height: 1.4;
      font-size: 15px; }

.carousel-slider {
  padding-top: 4rem; }
  .carousel-slider .slick-track {
    margin-left: 0; }
  .carousel-slider.operation .slider-heading-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .carousel-slider.operation .slider-heading-desktop {
    display: none; }
  .carousel-slider .carousel-slider-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .carousel-slider .carousel-slider-in .carousel-buttons {
      display: inline-block; }
    .carousel-slider .carousel-slider-in .heading-order-operation {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .carousel-slider .carousel-slider-in .text-order-operation {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .carousel-slider .carousel-slider-in .img-order-operation {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
  .carousel-slider .divider {
    border-bottom: 1px solid #eeeff0;
    margin: 10px auto 40px auto; }
  .carousel-slider .divider-bottom-carousel {
    border-bottom: 1px solid #eeeff0;
    padding-top: 8rem;
    margin: 0 auto; }
  .carousel-slider .info h1 {
    font-size: 42px; }
  .carousel-slider .info p {
    margin-right: 25px; }
  .carousel-slider .info a {
    color: #000;
    text-decoration: underline; }
  .carousel-slider .info .bold {
    font-weight: bold;
    margin-bottom: 0; }

.slick-slide img.hidden {
  display: none; }

@media screen and (max-width: 768px) {
  .carousel-slider .info {
    padding-left: 2em; }
  .operation-card-container {
    padding-top: 25px;
    padding-bottom: 50px; } }

@media (min-width: 680px) and (max-width: 1000px) {
  .carousel-slider.operation .carousel-buttons {
    top: -25px; } }

@media (min-width: 768px) {
  .carousel-slider.operation .slider-heading-mobile {
    display: none; }
  .carousel-slider.operation .slider-heading-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .carousel-slider .carousel-slider-in {
    padding-left: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .carousel-slider .carousel-slider-in .heading-order-operation {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .carousel-slider .carousel-slider-in .text-order-operation {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .carousel-slider .carousel-slider-in .img-order-operation {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
  .carousel-slider .divider {
    border-bottom: 1px solid #eeeff0;
    margin: 10px auto 80px auto; } }

@media (min-width: 1360px) {
  .carousel-slider.operation {
    padding-left: 2%; } }

@media (min-width: 1440px) {
  .carousel-slider.operation {
    padding-left: 5%; } }

@media (min-width: 1588px) {
  .carousel-slider.operation {
    padding-left: 9%; } }

@media (min-width: 1920px) {
  .carousel-slider.operation {
    padding-left: 16%; } }

@media (min-width: 2500px) {
  .carousel-slider.operation {
    padding-left: 24%; } }

#EventList {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  padding: 40px 20px;
  background-color: white; }
  #EventList .header-eventlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #EventList .main-heading-eventList {
    padding-left: 10px;
    padding-bottom: 15px; }
  #EventList .behavior-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #EventList .behavior-list .behavior-list-in {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #EventList .behavior-list .behavior-list-in .past-events span {
        display: block;
        font-size: 1.5rem;
        text-transform: uppercase;
        color: #000000;
        padding-right: 7px; }
      #EventList .behavior-list .behavior-list-in .switch-list input {
        display: none; }
        #EventList .behavior-list .behavior-list-in .switch-list input:checked + label {
          background: #EEEFF0; }
          #EventList .behavior-list .behavior-list-in .switch-list input:checked + label span.events-hide {
            display: block;
            text-align: right;
            padding-right: 26px; }
          #EventList .behavior-list .behavior-list-in .switch-list input:checked + label span.events-show {
            display: none; }
          #EventList .behavior-list .behavior-list-in .switch-list input:checked + label:before {
            left: 50px;
            background: #0060ae; }
      #EventList .behavior-list .behavior-list-in .switch-list label {
        display: inline-block;
        position: relative;
        width: 70px;
        height: 25px;
        background: #eeeff0;
        border-radius: 25px;
        vertical-align: top;
        margin-top: 3px; }
        #EventList .behavior-list .behavior-list-in .switch-list label span {
          color: #53626f;
          font-size: 1.5rem;
          line-height: 1;
          padding-top: 4px; }
          #EventList .behavior-list .behavior-list-in .switch-list label span.events-hide {
            display: none; }
          #EventList .behavior-list .behavior-list-in .switch-list label span.events-show {
            display: block;
            padding-left: 29px; }
        #EventList .behavior-list .behavior-list-in .switch-list label:before {
          content: '';
          position: absolute;
          background: #a6a9ac;
          width: 13px;
          height: 13px;
          left: 7px;
          top: 6px;
          border-radius: 25px; }
  #EventList .selected-event-platoon {
    position: absolute;
    right: 0;
    width: 36px;
    height: 36px;
    z-index: 1; }
    #EventList .selected-event-platoon.selected {
      background: #ffffff; }
      #EventList .selected-event-platoon.selected span {
        background: url(assets/images/event-cards/selected-platoon.svg) no-repeat center center;
        display: block;
        background-size: 12px 18px;
        width: 12px;
        height: 18px;
        margin: 10px auto; }
    #EventList .selected-event-platoon.not-selected {
      background: #2e3a45; }
      #EventList .selected-event-platoon.not-selected span {
        background: url(assets/images/event-cards/not-selected-platoon.svg) no-repeat center center;
        display: block;
        background-size: 12px 18px;
        width: 12px;
        height: 18px;
        margin: 10px auto; }
  #EventList .list-row {
    padding: 15px 0 32px 0; }
    #EventList .list-row .platoon-grid {
      width: 100%;
      margin-top: 40px; }
      #EventList .list-row .platoon-grid .platoon-box {
        display: inline-block;
        font-size: 30px;
        text-transform: uppercase;
        font-family: "TradeGothicNextLTProBdCn";
        color: white;
        background-color: #0060ae;
        height: 104px;
        margin: 0 10px 15px 0;
        padding: 0 23px; }
        #EventList .list-row .platoon-grid .platoon-box::before {
          position: relative;
          top: 3rem;
          content: url(/wp-content/themes/tmc/assets/images/platoon-star.svg); }
        #EventList .list-row .platoon-grid .platoon-box::after {
          position: relative;
          top: 2.1rem;
          content: url(/wp-content/themes/tmc/assets/images/right-arrow.svg); }
        #EventList .list-row .platoon-grid .platoon-box span {
          position: relative;
          top: 2.6rem;
          padding: 10px; }
  #EventList .list-sort {
    font-size: 15px;
    color: #53626f;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #EventList .list-sort span {
      color: black;
      cursor: pointer;
      margin-left: 10px; }
  #EventList .list-grid {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #EventList .list-grid .list-item {
      position: relative; }
      #EventList .list-grid .list-item .bookmark {
        width: 36px;
        height: 36px;
        background-color: #2e3a45;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #EventList .list-grid .list-item .bookmark:hover {
          cursor: pointer; }
        #EventList .list-grid .list-item .bookmark.selected {
          background-color: #fff; }
      #EventList .list-grid .list-item .event-deets {
        -ms-flex-item-align: end;
        align-self: flex-end;
        background-color: #fff;
        color: black;
        font-family: TradeGothicNextLTProBdCn; }
        #EventList .list-grid .list-item .event-deets a {
          color: black;
          font-family: TradeGothicNextLTProBdCn; }
          #EventList .list-grid .list-item .event-deets a:hover {
            color: #0060AE; }
        #EventList .list-grid .list-item .event-deets.national {
          background-color: #0060ae; }
          #EventList .list-grid .list-item .event-deets.national a {
            color: #fff; }
          #EventList .list-grid .list-item .event-deets.national .event-date {
            color: #d5d7d9; }
        #EventList .list-grid .list-item .event-deets .top-line {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          #EventList .list-grid .list-item .event-deets .top-line .virtual-box {
            text-transform: uppercase;
            font-family: "TradeGothicNextLTProBdCn";
            font-size: 15px;
            color: #fff;
            line-height: 20px;
            background-color: #0060ae;
            width: 74px;
            position: relative;
            display: inline-block;
            height: 20px; }
            #EventList .list-grid .list-item .event-deets .top-line .virtual-box img {
              position: relative;
              left: 2px;
              bottom: 2px;
              width: 16px;
              height: 11px;
              background-image: url(assets/images/virtual.svg); }
            #EventList .list-grid .list-item .event-deets .top-line .virtual-box span {
              position: relative;
              left: 4px; }
        #EventList .list-grid .list-item .event-deets .event-type {
          font-size: 15px;
          line-height: 20px;
          text-transform: uppercase;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        #EventList .list-grid .list-item .event-deets .event-name {
          font-size: 30px;
          line-height: 30px;
          height: 60px;
          overflow: hidden; }
        #EventList .list-grid .list-item .event-deets .event-date {
          font-size: 15px;
          line-height: 18px;
          margin-top: 10px;
          color: #53626f;
          font-family: TradeGothicNextLTProCn; }

@media (min-width: 640px) {
  #EventList .selected-event-platoon {
    right: 10px; } }

@media (min-width: 640px) and (max-width: 1000px) {
  #EventList .list-grid .list-item.all-impact-card .all-impact-card-img .all-impact-card-block-img {
    min-height: 165px; } }

@media (min-width: 768px) {
  #EventList .header-eventlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 15px; }
  #EventList .main-heading-eventList {
    max-width: 50%;
    padding-bottom: 0; }
  #EventList h2 {
    padding-left: 5px; }
  #EventList .behavior-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 40px; }
    #EventList .behavior-list .behavior-list-in {
      margin-right: 45px; } }

@media (min-width: 1280px) {
  #EventList .selected-event-platoon {
    right: 20px; }
  #EventList .list-grid .list-item.all-impact-card {
    padding: 0 20px 40px 20px; }
    #EventList .list-grid .list-item.all-impact-card .all-impact-card-img {
      min-height: 320px;
      max-height: 320px; }
      #EventList .list-grid .list-item.all-impact-card .all-impact-card-img .all-impact-card-block-img {
        min-height: 320px; } }

.accordion-container {
  max-width: 590px; }
  .accordion-container .accordion {
    border: none; }
  .accordion-container .accordion-item {
    border-bottom: 1px solid #d5d7d9; }
    .accordion-container .accordion-item .accordion-title {
      background-color: #fff;
      border: none;
      padding-top: 4rem;
      padding-bottom: 4rem; }
      .accordion-container .accordion-item .accordion-title:hover {
        background-color: #fff; }
      .accordion-container .accordion-item .accordion-title:before {
        content: url("/wp-content/themes/tmc/assets/images/icon-accordion_down.svg"); }
    .accordion-container .accordion-item.is-active > .accordion-title:before {
      content: url("/wp-content/themes/tmc/assets/images/icon-accordion_up.svg"); }
    .accordion-container .accordion-item a {
      font-size: 1.2em;
      font-family: "TradeGothicNextLTProBdCn";
      color: #000; }
    .accordion-container .accordion-item .accordion-content a {
      font-family: "DMSans";
      font-size: 1.8rem;
      line-height: 1.67;
      color: #0060ae; }
      .accordion-container .accordion-item .accordion-content a:hover {
        color: #e36135; }

.three-column-text {
  padding: 50px; }
  .three-column-text li {
    list-style: none;
    border-top: 1px solid #53626F;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "DMSans"; }
  .three-column-text ul {
    margin-left: 0; }
  .three-column-text h1, .three-column-text h2, .three-column-text h3, .three-column-text h4, .three-column-text h5, .three-column-text h6 {
    padding-bottom: 10px; }

.partners-block {
  padding-top: 50px; }
  .partners-block h2 {
    padding-bottom: 40px; }
  .partners-block .uppercase {
    border-top: 2px solid #d5d7d9;
    padding: 40px 0;
    padding-bottom: 80px; }
  .partners-block .description {
    width: 268px; }
  .partners-block img {
    display: inline;
    margin-bottom: 80px;
    -o-object-fit: contain;
    object-fit: contain; }
  .partners-block .image-small, .partners-block .image-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .partners-block .image-small img, .partners-block .image-large img {
      width: 100%; }
  .partners-block button a {
    font-family: "TradeGothicNextLTProBdCn" !important;
    font-size: 1.8rem;
    color: #fff; }

@media (max-width: 768px) {
  .partners-block .description {
    margin-bottom: 40px;
    width: 100%; }
    .partners-block .description .description-prt-in {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .partners-block .description .description-prt-in button {
        margin-top: 20px; } }

@media (min-width: 640px) {
  .partners-block {
    padding: 50px; }
    .partners-block .image-small img:last-child {
      margin-right: 0; }
    .partners-block .image-small, .partners-block .image-large {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

@media (min-width: 920px) and (max-width: 1300px) {
  .partners-block .medium-6, .partners-block large-7 {
    width: 67%; }
  .partners-block .image-small img {
    width: 25%;
    margin-right: 40px;
    max-height: 100%; }
  .partners-block .image-large img {
    width: 40%;
    margin-right: 50px;
    max-height: 100%; } }

@media (min-width: 1300px) {
  .partners-block .large-7 {
    width: 77%; }
  .partners-block .image-small img {
    width: 275px;
    margin-right: 33px;
    max-height: 100%; }
  .partners-block .image-large img {
    width: 380px;
    margin-right: 60px;
    max-height: 100%; } }

@media (min-width: 1500px) {
  .partners-block .large-7 {
    width: 68%; } }

@media (min-width: 1900px) {
  .partners-block .large-7 {
    width: 55%; } }

.bisf-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-right: 5px; }
  .bisf-pagination a, .bisf-pagination span {
    font-size: 1.5rem;
    line-height: 15px;
    font-family: "TradeGothicNextLTProCn";
    padding: 5px;
    color: #000000; }
    .bisf-pagination a.page-numbers.current, .bisf-pagination span.page-numbers.current {
      text-decoration: underline;
      font-weight: bold; }
    .bisf-pagination a.page-numbers.next, .bisf-pagination span.page-numbers.next {
      font-size: 25px;
      margin-top: -6px;
      color: #000;
      font-weight: bold; }
    .bisf-pagination a.page-numbers.prev, .bisf-pagination span.page-numbers.prev {
      font-size: 25px;
      margin-top: -6px;
      color: #CBCBCB;
      font-weight: bold; }

.impact-story-filter-main {
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .impact-story-filter-main .show-me {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 0 17px 20px;
    font-size: 1.8rem;
    color: #ffffff;
    border-bottom: 1px solid #636363;
    text-transform: uppercase; }
  .impact-story-filter-main .impact-story-filter.accordion {
    background: #2e3a45;
    border: 0;
    border-radius: 0; }
  .impact-story-filter-main .impact-story-filter-in.is-active > .accordion-title::before {
    content: "\f107";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 18px;
    color: #636363;
    position: absolute;
    right: 2rem;
    top: 23px;
    margin-top: 0;
    font-weight: bold;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .impact-story-filter-main .impact-story-filter-in.is-active a.accordion-title {
    border-bottom: 0; }
    .impact-story-filter-main .impact-story-filter-in.is-active a.accordion-title:hover {
      background-color: #2e3a45;
      border-bottom: 0; }
  .impact-story-filter-main .impact-story-filter-in .accordion-title::before {
    content: "\f107";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 18px;
    color: #636363;
    position: absolute;
    right: 2rem;
    top: 23px;
    margin-top: 0;
    font-weight: bold;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .impact-story-filter-main .impact-story-filter-in .accordion-content {
    padding: 0; }
  .impact-story-filter-main .impact-story-filter-in a.accordion-title {
    font-size: 1.8rem;
    border: none;
    padding: 20px;
    color: #ffffff;
    border-bottom: 1px solid #636363; }
    .impact-story-filter-main .impact-story-filter-in a.accordion-title:focus {
      background-color: #2e3a45; }
    .impact-story-filter-main .impact-story-filter-in a.accordion-title:hover {
      background-color: #2e3a45;
      border: none;
      color: #ffffff;
      padding: 20px;
      border-bottom: 1px solid #636363; }

.list-my-taxonomy {
  list-style-type: none;
  padding: 5px 23px 23px 23px;
  background: #2e3a45;
  color: #ffffff;
  margin: 0;
  font-family: "DMSans"; }
  .list-my-taxonomy li {
    margin-bottom: 5px; }
  .list-my-taxonomy label {
    font-size: 1.6rem; }

.impact-story-filter {
  width: 100%;
  background-color: #2e3a45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .impact-story-filter .custom-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px; }
  .impact-story-filter .checkbox-text {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
    color: #ffffff;
    display: inline-block; }
  .impact-story-filter .checkbox-text:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 0;
    background: #1B2329; }
  .impact-story-filter .checkbox-text:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    border-radius: 0;
    background: #1B2329; }
  .impact-story-filter .custom-checkbox input:checked + .checkbox-text:after {
    background: #1B2329;
    left: 8px;
    top: 0px;
    width: 9px;
    height: 17px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .impact-story-filter .custom-checkbox input:focus + .checkbox-text:before {
    background: #1B2329; }

.block-first-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 40px;
  margin-bottom: 40px; }
  .block-first-card h3 {
    font-weight: bold; }

.text-first-card {
  padding-left: 20px; }
  .text-first-card .excerpt {
    max-height: 88px;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 30px; }

.img-first-card {
  margin-bottom: 20px;
  width: 100%;
  max-height: 400px;
  min-height: 400px;
  overflow: hidden; }

@media (min-width: 768px) {
  .impact-story-filter-main {
    height: auto;
    min-height: 760px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .impact-story-filter {
    width: 12.6%;
    min-width: 240px; }
  .block-first-card {
    padding-right: 10px;
    padding-left: 10px; }
  .img-first-card {
    margin-left: auto; } }

@media (min-width: 1000px) {
  .block-first-card {
    background: #eeeff0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding: 0; }
    .block-first-card h3 {
      max-width: 400px;
      padding-bottom: 20px; }
  .text-first-card {
    padding: 50px 0 50px 50px; }
    .text-first-card .excerpt {
      max-width: 400px; }
  .img-first-card {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    width: 380px; } }

@media (min-width: 1280px) {
  .impact-story-filter-block {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 1920px) {
  .impact-story-filter-block .all-impact-card .all-impact-card-img .all-impact-card-block-img {
    min-height: 340px; } }

.factoid-block {
  margin: 60px 0; }
  .factoid-block .tall-text {
    font-size: 7rem;
    line-height: 7rem; }
  .factoid-block p {
    padding-bottom: 20px; }
  .factoid-block h3 {
    margin-bottom: 30px; }
  .factoid-block .factoid {
    position: relative;
    min-height: 200px;
    margin-bottom: 40px; }
    .factoid-block .factoid img {
      position: absolute; }
    .factoid-block .factoid h4 {
      position: absolute;
      top: 35px;
      left: 50px; }

@media (min-width: 640px) {
  .factoid-block .row .column {
    padding: 0; }
  .factoid-block .factoid {
    position: relative;
    right: 100px; }
    .factoid-block .factoid h4 {
      top: 45px;
      left: 40px; } }

.text-program {
  padding-top: 66px; }
  .text-program .left-text-program-date .top-text-left {
    padding-bottom: 50px; }
    .text-program .left-text-program-date .top-text-left p {
      font-size: 2.2rem;
      line-height: 38px;
      font-family: "DMSans"; }
  .text-program .left-text-program-date .text-left-heading {
    padding-bottom: 30px; }
  .text-program .right-text-program-date {
    max-width: 100%;
    padding: 0;
    position: relative;
    z-index: 1; }
  .text-program .list-date .open-enrollment {
    padding: 40px;
    background: #2e3a45; }
    .text-program .list-date .open-enrollment h3 {
      font-family: "TradeGothicNextLTProBdCn";
      color: #ffffff; }
  .text-program .list-date .under-ul {
    background: #eeeff0;
    padding: 40px 40px 0 40px; }
    .text-program .list-date .under-ul h3 {
      font-family: "TradeGothicNextLTProBdCn";
      color: #000000; }
    .text-program .list-date .under-ul p {
      font-size: 1.5rem;
      line-height: 21px;
      padding-bottom: 20px;
      border-bottom: 1px solid #d5d7d9;
      margin-bottom: 0; }
  .text-program .list-date ul {
    background: #eeeff0;
    padding: 40px 40px 4px 40px;
    margin-left: 0;
    list-style-type: none; }
    .text-program .list-date ul li {
      padding-left: 0;
      margin-bottom: 20px; }
      .text-program .list-date ul li.right-text-block {
        border-bottom: 1px solid #d5d7d9; }
      .text-program .list-date ul li:last-child {
        border-bottom: none; }
  .text-program .list-date .right-text-block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .text-program .list-date .right-text-block-title .vrtual-inperson {
      font-family: "TradeGothicNextLTProBdCn";
      position: relative;
      padding: 0 4px 2px 4px;
      margin-left: 5px;
      line-height: 1;
      color: #ffffff;
      font-size: 1.5rem; }
      .text-program .list-date .right-text-block-title .vrtual-inperson.virtual {
        background: #0060ae; }
        .text-program .list-date .right-text-block-title .vrtual-inperson.virtual:before {
          display: inline-block;
          content: ' ';
          background-image: url(assets/images/virtual.svg);
          background-size: 16px 16px;
          height: 16px;
          width: 16px;
          vertical-align: text-top;
          margin-top: 2px;
          margin-right: 4px;
          line-height: 1; }
      .text-program .list-date .right-text-block-title .vrtual-inperson.inperson {
        background: #53626f; }
        .text-program .list-date .right-text-block-title .vrtual-inperson.inperson:before {
          display: inline-block;
          content: ' ';
          content: url("assets/images/in-person.svg");
          background-size: 16px 16px;
          height: 16px;
          width: 16px;
          vertical-align: text-top;
          margin-top: 1px;
          margin-bottom: 1px;
          margin-right: 4px;
          line-height: 1; }
  .text-program .list-date .right-text-block-description p {
    margin-bottom: 0; }
  .text-program .list-date .vrtual-inperson-link a {
    font-family: "DMSansBold";
    display: block;
    color: #000000;
    padding-bottom: 15px;
    font-size: 1.5rem;
    line-height: 21px;
    text-decoration: underline; }
  .text-program .program-link {
    margin-top: -10px; }
  .text-program .text-program-medium {
    padding-bottom: 13px; }

@media (max-width: 1000px) {
  .text-program .left-text-program-date {
    width: 100%;
    max-width: 100%; }
  .text-program .right-text-program-date {
    padding: 0;
    width: 100%; } }

@media (min-width: 768px) {
  .text-program .right-text-program-date {
    padding: 0; } }

@media (min-width: 1000px) {
  .text-program {
    padding-top: 80px; }
    .text-program .left-text-program-date {
      max-width: 470px;
      padding-left: 0;
      padding-top: 40px; }
      .text-program .left-text-program-date p {
        padding-bottom: 2px; }
    .text-program .right-text-program-date {
      max-width: 380px;
      margin-right: 70px;
      margin-top: -190px;
      position: relative;
      z-index: 1; } }

@media (min-width: 1200px) {
  .text-program .left-text-program-date {
    max-width: 54%; } }

@media (min-width: 1360px) {
  .text-program .left-text-program-date {
    padding-left: 4%; } }

@media (min-width: 1440px) {
  .text-program .left-text-program-date {
    max-width: 55%;
    padding-left: 6%; } }

@media (min-width: 1600px) {
  .text-program .left-text-program-date {
    max-width: 59%;
    padding-left: 9.5%; } }

@media (min-width: 1920px) {
  .text-program .left-text-program-date {
    padding-left: 15.5%; } }

@media (min-width: 2500px) {
  .text-program .left-text-program-date {
    padding-left: 21%; } }

.event-promo {
  padding-bottom: 8rem; }
  .event-promo .event-promo-left {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 416px; }
  .event-promo .event-promo-right {
    background: #0060ae;
    padding-bottom: 50px; }
  .event-promo .event-promo-right-in {
    min-height: 354px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .event-promo .event-promo-right-in .logo-event-promo {
      position: relative;
      padding: 0;
      min-height: 90px;
      margin: 0 auto;
      width: 160px; }
      .event-promo .event-promo-right-in .logo-event-promo img {
        position: absolute;
        left: 0;
        top: -80px;
        background: #0060ae;
        border: 20px;
        border-radius: 50%;
        padding: 20px; }
    .event-promo .event-promo-right-in .event-promo-right-content {
      background: #0060ae;
      padding-left: 0;
      padding-right: 0; }
      .event-promo .event-promo-right-in .event-promo-right-content .event-promo-title {
        padding-bottom: 40px; }
        .event-promo .event-promo-right-in .event-promo-right-content .event-promo-title .heading {
          line-height: 32px;
          color: #ffffff; }
      .event-promo .event-promo-right-in .event-promo-right-content .event-promo-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .event-promo .event-promo-right-in .event-promo-right-content .event-promo-link a.event-promo-link-link {
          letter-spacing: 0.5px;
          padding-left: 0;
          font-size: 1.5rem;
          text-decoration: underline; }

@media (min-width: 375px) {
  .event-promo .event-promo-right-in .logo-event-promo img {
    top: -83px; } }

@media (min-width: 414px) {
  .event-promo .event-promo-right-in .logo-event-promo img {
    top: -95px; } }

@media (min-width: 580px) {
  .event-promo .event-promo-right-in .logo-event-promo img {
    top: -95px; } }

@media (min-width: 768px) {
  .event-promo .event-promo-left {
    min-height: 480px; }
  .event-promo .event-promo-right {
    padding-left: 0;
    padding-bottom: 0; }
  .event-promo .event-promo-right-in {
    min-height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .event-promo .event-promo-right-in .logo-event-promo {
      position: relative;
      margin-left: 0;
      padding: 0;
      min-height: 240px; }
      .event-promo .event-promo-right-in .logo-event-promo img {
        position: absolute;
        left: -117px;
        top: 0;
        border: 20px;
        border-radius: 50%;
        padding: 20px;
        max-width: 240px; }
    .event-promo .event-promo-right-in .event-promo-right-content .event-promo-link {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .event-promo .event-promo-right-in .event-promo-right-content .event-promo-link .link-promo {
        margin-right: 17px; }
      .event-promo .event-promo-right-in .event-promo-right-content .event-promo-link a.event-promo-link-link {
        padding-left: 0; } }

@media (min-width: 1000px) {
  .event-promo .event-promo-left {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 480px; }
  .event-promo .event-promo-right {
    padding-left: 0; }
  .event-promo .event-promo-right-in {
    min-height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .event-promo .event-promo-right-in .logo-event-promo {
      position: relative;
      margin-left: 0;
      padding: 0;
      min-height: 240px; }
      .event-promo .event-promo-right-in .logo-event-promo img {
        position: absolute;
        left: -83px;
        top: 0;
        border: 20px;
        border-radius: 50%;
        padding: 20px;
        max-width: 240px; }
    .event-promo .event-promo-right-in .event-promo-right-content {
      background: #0060ae; }
      .event-promo .event-promo-right-in .event-promo-right-content .event-promo-title {
        max-width: 500px;
        padding-bottom: 104px; }
        .event-promo .event-promo-right-in .event-promo-right-content .event-promo-title .heading {
          color: #ffffff;
          line-height: 46px; }
      .event-promo .event-promo-right-in .event-promo-right-content .event-promo-link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }

.mass-dep-text-program {
  padding-top: 20px;
  margin-bottom: 40px; }
  .mass-dep-text-program .left-text-program-date .top-text-left {
    padding-bottom: 50px; }
    .mass-dep-text-program .left-text-program-date .top-text-left p {
      font-size: 2.2rem;
      line-height: 38px;
      font-family: "DMSans"; }
  .mass-dep-text-program .left-text-program-date .text-left-heading {
    padding-bottom: 30px; }
  .mass-dep-text-program .right-text-program-date {
    max-width: 100%;
    padding: 0;
    position: relative;
    z-index: 1; }
  .mass-dep-text-program .list-date .operation-bayou {
    padding: 35px 40px 35px 40px;
    background: #2e3a45; }
    .mass-dep-text-program .list-date .operation-bayou p {
      font-family: "TradeGothicNextLTProBdCn";
      color: #ffffff;
      font-size: 1.5rem;
      line-height: 20px;
      margin-bottom: 5px; }
    .mass-dep-text-program .list-date .operation-bayou h3 {
      font-family: "TradeGothicNextLTProBdCn";
      color: #ffffff; }
  .mass-dep-text-program .list-date .under-ul {
    background: #eeeff0;
    padding: 40px 40px 0 40px; }
    .mass-dep-text-program .list-date .under-ul p {
      font-size: 1.5rem;
      line-height: 21px;
      padding-bottom: 10px;
      margin-bottom: 0; }
      .mass-dep-text-program .list-date .under-ul p.right-text-block-description {
        padding-bottom: 30px; }
      .mass-dep-text-program .list-date .under-ul p.text-for-apply-as {
        padding-bottom: 0;
        margin-bottom: 0;
        font-family: "DMSansBold"; }
    .mass-dep-text-program .list-date .under-ul .heading {
      margin-bottom: 20px;
      display: block; }
  .mass-dep-text-program .list-date ul {
    padding: 0 40px 10px 12px;
    margin-left: 0;
    list-style-type: none; }
    .mass-dep-text-program .list-date ul li {
      padding-left: 0;
      margin-bottom: 0;
      font-size: 1.5rem; }
      .mass-dep-text-program .list-date ul li a {
        font-family: "DMSans";
        display: block;
        color: #000000;
        padding-bottom: 0;
        font-size: 1.5rem;
        line-height: 21px;
        text-decoration: underline;
        position: relative; }
        .mass-dep-text-program .list-date ul li a:before {
          content: "\f111";
          font-family: 'Font Awesome\ 5 Free';
          font-weight: 600;
          display: block;
          position: absolute;
          top: 0;
          left: -11px;
          font-size: 5px;
          color: #000000; }
  .mass-dep-text-program .list-date .right-text-block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .mass-dep-text-program .text-program-medium {
    padding-bottom: 13px; }

@media (max-width: 1000px) {
  .mass-dep-text-program .left-text-program-date {
    width: 100%;
    max-width: 100%; }
  .mass-dep-text-program .right-text-program-date {
    padding: 0;
    width: 100%; } }

@media (min-width: 768px) {
  .mass-dep-text-program {
    padding-top: 160px; }
    .mass-dep-text-program .right-text-program-date {
      padding: 0; } }

@media (min-width: 1000px) {
  .mass-dep-text-program {
    padding-top: 80px; }
    .mass-dep-text-program .left-text-program-date {
      max-width: 470px;
      padding-left: 0;
      padding-top: 40px; }
      .mass-dep-text-program .left-text-program-date p {
        padding-bottom: 2px; }
    .mass-dep-text-program .right-text-program-date {
      max-width: 380px;
      margin-right: 70px;
      margin-top: -235px;
      position: relative;
      z-index: 1; } }

@media (min-width: 1200px) {
  .mass-dep-text-program .left-text-program-date {
    max-width: 54%; } }

@media (min-width: 1360px) {
  .mass-dep-text-program .left-text-program-date {
    padding-left: 4%; } }

@media (min-width: 1440px) {
  .mass-dep-text-program .left-text-program-date {
    max-width: 55%;
    padding-left: 6%; } }

@media (min-width: 1600px) {
  .mass-dep-text-program .left-text-program-date {
    max-width: 59%;
    padding-left: 9.5%; } }

@media (min-width: 1920px) {
  .mass-dep-text-program .left-text-program-date {
    padding-left: 15.5%; } }

@media (min-width: 2500px) {
  .mass-dep-text-program .left-text-program-date {
    padding-left: 21%; } }

.full-width-3-column {
  background: #eeeff0; }
  .full-width-3-column .sum-field {
    padding-bottom: 16px; }
  .full-width-3-column ul {
    list-style-type: none;
    margin-left: 0; }
    .full-width-3-column ul li {
      padding-top: 11px;
      padding-bottom: 13px;
      margin-bottom: 5px;
      border-bottom: 1px solid #d5d7d9; }
      .full-width-3-column ul li:last-child {
        border-bottom: none; }
  .full-width-3-column.program-card-main {
    padding-bottom: 0; }
    .full-width-3-column.program-card-main h2 {
      line-height: 42px; }
    .full-width-3-column.program-card-main .title-header {
      padding-bottom: 0;
      margin-bottom: 0; }
  .full-width-3-column .full-width-card-heading {
    padding-top: 15px;
    border-top: 2px solid #000000;
    padding-bottom: 10px; }
  .full-width-3-column .program-card {
    margin-top: 29px;
    margin-bottom: 0; }
    .full-width-3-column .program-card h2 {
      text-transform: uppercase;
      margin-bottom: 50px;
      border-top: 2px solid #000000;
      padding-top: 10px; }
    .full-width-3-column .program-card p {
      line-height: 1.67;
      margin-bottom: 0; }

.full-bottom-main {
  background: #d5d7d9;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .full-bottom-main .full-bottom-description {
    max-width: 630px; }

@media (min-width: 1000px) {
  .full-width-3-column {
    padding-left: 7.2rem;
    padding-right: 7.2rem; }
    .full-width-3-column .program-card {
      margin-bottom: 40px; } }

.text-left-sidebar-right {
  padding-top: 4%;
  padding-bottom: 15%; }
  .text-left-sidebar-right .text-left-heading {
    padding-bottom: 30px; }
  .text-left-sidebar-right .text-medium {
    margin-bottom: 55px; }
    .text-left-sidebar-right .text-medium p {
      padding-bottom: 20px; }
  .text-left-sidebar-right .partners-sidebar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .text-left-sidebar-right .partners-sidebar-right .partners-sidebar-in {
      max-width: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .text-left-sidebar-right .partners-sidebar-right .partners-top-text {
      margin-bottom: 12px;
      font-size: 1.5rem;
      font-family: "TradeGothicNextLTProBdCn"; }
    .text-left-sidebar-right .partners-sidebar-right .partners-bottom-text {
      margin-bottom: 15px; }
    .text-left-sidebar-right .partners-sidebar-right .partners-bt-link {
      max-width: 300px;
      white-space: break-spaces;
      word-break: break-word;
      width: 100%; }
  .text-left-sidebar-right .img-partners-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .text-left-sidebar-right .img-partners-main .img-partners {
      min-height: 140px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 30px; }

@media (min-width: 768px) {
  .text-left-sidebar-right {
    padding-bottom: 2%; } }

.image-caption .img-caption {
  padding-top: 20px;
  padding-bottom: 20px; }
  .image-caption .img-caption.small {
    width: 80%; }
    .image-caption .img-caption.small span {
      font-size: 1.8em; }
  .image-caption .img-caption.normal {
    text-align: center; }
    .image-caption .img-caption.normal p {
      padding-top: 20px; }
    .image-caption .img-caption.normal span {
      border-bottom: 1px solid #d5d7d9; }
  .image-caption .img-caption span {
    font-size: 1em;
    font-family: "DMSans";
    padding-bottom: 10px; }

.page-template-page-acfeventheader {
  height: 100%;
  position: relative; }
  .page-template-page-acfeventheader .caption {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 13px;
    width: auto;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 0;
    min-height: 40px;
    min-width: 45px;
    z-index: 1; }
    .page-template-page-acfeventheader .caption p {
      right: 0;
      bottom: 0;
      padding: 0;
      color: #fff;
      font-size: 13px;
      margin-bottom: 0;
      line-height: 21px; }
    .page-template-page-acfeventheader .caption p {
      color: #ffffff;
      margin-right: 35px;
      margin-bottom: 0;
      line-height: 1;
      display: block; }
    .page-template-page-acfeventheader .caption img {
      position: absolute;
      right: 10px;
      bottom: 12px; }
  .page-template-page-acfeventheader .header-background {
    background: transparent; }
    .page-template-page-acfeventheader .header-background.header-background-color {
      background: #0c426a; }
  .page-template-page-acfeventheader .header-container {
    z-index: 1;
    margin-top: 0;
    min-height: 680px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-bottom: -136px;
    position: relative;
    -webkit-box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.5); }
    .page-template-page-acfeventheader .header-container.acfevent .card-container .date-row {
      margin-top: 5px; }
      .page-template-page-acfeventheader .header-container.acfevent .card-container .date-row h2 {
        font-size: 2.4rem;
        line-height: 30px;
        display: inline-block; }
    .page-template-page-acfeventheader .header-container.acfevent .card-container .inline {
      margin-top: 15px;
      margin-bottom: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .page-template-page-acfeventheader .header-container.acfevent .card-container .inline li {
        margin-bottom: 20px; }
      .page-template-page-acfeventheader .header-container.acfevent .card-container .inline a.attend {
        min-width: 160px;
        margin-right: 20px; }
  .page-template-page-acfeventheader .card-container {
    bottom: 70px;
    left: 20px;
    position: absolute; }
    .page-template-page-acfeventheader .card-container h1 {
      margin-bottom: 0; }
    .page-template-page-acfeventheader .card-container h3 {
      font-family: "DMSansBold"; }
    .page-template-page-acfeventheader .card-container .mass-deploymnet-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
  .page-template-page-acfeventheader .media-and-mission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2e3a45;
    padding: 12px 0; }
    .page-template-page-acfeventheader .media-and-mission .media-and-mission-in {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: self-start;
      -ms-flex-align: self-start;
      align-items: self-start;
      padding-left: 20px; }
      .page-template-page-acfeventheader .media-and-mission .media-and-mission-in .social-media {
        margin-bottom: 0; }

@media (min-width: 768px) {
  .page-template-page-acfeventheader .media-and-mission .media-and-mission-in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0; }
    .page-template-page-acfeventheader .media-and-mission .media-and-mission-in .social-media {
      padding: 0 0 0 70px;
      margin-bottom: 0; }
  .page-template-page-acfeventheader .header-container.acfevent .card-container {
    bottom: 8.5rem;
    left: 8rem; }
    .page-template-page-acfeventheader .header-container.acfevent .card-container .date-row h2 {
      font-size: 3rem;
      line-height: 30px; }
    .page-template-page-acfeventheader .header-container.acfevent .card-container .inline {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .page-template-page-acfeventheader .header-container.acfevent .card-container .inline li {
        margin-right: 20px; }
  .page-template-page-acfeventheader .card-container {
    max-width: 600px;
    bottom: 200px;
    left: 20px; } }

@media (min-width: 1280px) and (max-width: 1366px) {
  .page-template-page-acfeventheader .header-container {
    min-height: 645px; } }

.page-template-page-caption .hero-desktop, .page-template-page-tooltipcaption .hero-desktop, .page-template-page-acfeventheader .hero-desktop {
  left: 0;
  bottom: 10px;
  padding-left: 20px;
  width: 100%; }

.page-template-page-caption p.caption-in, .page-template-page-acfeventheader p.caption-in {
  display: inline-block;
  padding-right: 13px; }

.page-template-page-caption .header-background, .page-template-page-tooltipcaption .header-background {
  background: transparent; }
  .page-template-page-caption .header-background.header-background-color, .page-template-page-tooltipcaption .header-background.header-background-color {
    background: #0c426a; }

.page-template-page-caption .header-container, .page-template-page-tooltipcaption .header-container {
  z-index: 1;
  margin-top: 20px;
  margin-bottom: -100px;
  background-position: center top;
  background-size: cover;
  min-height: 680px;
  background-repeat: no-repeat; }

.template-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0.3+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }

.template-gradient-caption {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0.3+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }

@media (min-width: 768px) {
  .page-template-page-caption .header-container, .page-template-page-acfeventheader .header-container {
    margin-top: -10px; } }

@media (min-width: 1000px) {
  .page-template-page-caption .header-container, .page-template-page-acfeventheader .header-container {
    margin-top: -40px;
    margin-bottom: -140px;
    min-height: 690px; }
  .page-template-page-caption .hero-desktop, .page-template-page-acfeventheader .hero-desktop {
    left: 52px;
    bottom: 80px;
    width: 40%; } }

@media (min-width: 1588px) {
  .page-template-page-caption .header-container, .page-template-page-acfeventheader .header-container {
    min-height: 820px; } }

@media (min-width: 1920px) {
  .page-template-page-caption .header-container, .page-template-page-acfeventheader .header-container {
    margin-top: -110px;
    margin-bottom: -140px;
    min-height: 990px; } }

@media (min-width: 2500px) {
  .page-template-page-caption .header-container, .page-template-page-acfeventheader .header-container {
    margin-top: -100px;
    min-height: 1300px; } }

.page-template-page-tooltipcaption .header-background {
  background: transparent; }
  .page-template-page-tooltipcaption .header-background.header-background-color {
    background: #0c426a; }

.page-template-page-tooltipcaption .header-container {
  z-index: 1;
  margin-top: 20px;
  margin-bottom: -100px;
  background-position: center top;
  background-size: cover;
  min-height: 680px;
  background-repeat: no-repeat; }

.page-template-page-tooltipcaption.hide-on-mobile {
  display: none !important; }

.page-template-page-tooltipcaption.hide-on-desktop {
  display: block !important; }

.tooltip-tmplate-block {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  z-index: 10;
  width: 100%; }
  .tooltip-tmplate-block .caption-tooltip {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    width: auto;
    min-height: 40px;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 0;
    min-width: 46px; }
    .tooltip-tmplate-block .caption-tooltip p {
      padding: 0;
      margin-bottom: 0;
      font-size: 1.3rem;
      line-height: 1;
      color: #ffffff;
      margin-right: 35px;
      margin-bottom: 0;
      display: none; }
    .tooltip-tmplate-block .caption-tooltip:hover p {
      display: inline-block; }
    .tooltip-tmplate-block .caption-tooltip img {
      position: absolute;
      right: 10px;
      bottom: 12px; }
    .tooltip-tmplate-block .caption-tooltip .caption-in {
      white-space: normal; }

@media (min-width: 768px) {
  .page-template-page-tooltipcaption .header-container, .page-template-page-tooltipcaption .tooltip-tmplate-block {
    margin-top: -31px; } }

@media (min-width: 1000px) {
  .page-template-page-tooltipcaption .hide-on-mobile {
    display: block !important; }
  .page-template-page-tooltipcaption .hide-on-desktop {
    display: none !important; }
  .page-template-page-tooltipcaption .tooltip-tmplate-block {
    width: auto;
    margin-top: -26px; }
    .page-template-page-tooltipcaption .tooltip-tmplate-block .caption-tooltip .caption-in {
      white-space: nowrap; }
  .page-template-page-tooltipcaption .header-container, .page-template-page-tooltipcaption .tooltip-tmplate-block {
    margin-bottom: -140px;
    min-height: 690px; }
  .page-template-page-tooltipcaption .header-container {
    margin-top: -40px; }
  .page-template-page-tooltipcaption .hero-desktop {
    left: 52px;
    bottom: 80px;
    width: 40%; } }

@media (min-width: 1588px) {
  .page-template-page-tooltipcaption .header-container, .page-template-page-tooltipcaption .tooltip-tmplate-block {
    min-height: 820px; } }

@media (min-width: 1920px) {
  .page-template-page-tooltipcaption .header-container, .page-template-page-tooltipcaption .tooltip-tmplate-block {
    margin-bottom: -140px;
    min-height: 990px; }
  .page-template-page-tooltipcaption .tooltip-tmplate-block {
    margin-top: -96px; }
  .page-template-page-tooltipcaption .header-container {
    margin-top: -110px; } }

@media (min-width: 2500px) {
  .page-template-page-tooltipcaption .header-container, .page-template-page-tooltipcaption .tooltip-tmplate-block {
    margin-top: -100px;
    min-height: 1300px; }
  .page-template-page-tooltipcaption .tooltip-tmplate-block {
    margin-top: -88px; }
  .page-template-page-tooltipcaption .header-container {
    margin-top: -100px; } }

.research-block-main {
  background: #eeeff0;
  padding-top: 10%;
  padding-bottom: 10%; }
  .research-block-main h4 {
    padding: 15px 25px; }
  .research-block-main .research-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .research-block-main .research-block .research-block-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 20px; }
      .research-block-main .research-block .research-block-link .research-block-link-in {
        padding: 15px;
        background: #ffffff; }
  .research-block-main .source-tmc-link {
    font-size: 1.5rem;
    line-height: 20px;
    display: block; }

@media (min-width: 1000px) {
  .research-block-main {
    padding-top: 6%;
    padding-bottom: 5.5%; } }

.popup-login {
  padding-top: 30px;
  padding-bottom: 30px; }
  .popup-login .modal-logo {
    margin-bottom: 70px;
    margin-top: 10px;
    max-width: 131px; }
  .popup-login .modal-description {
    margin-bottom: 30px;
    max-width: 460px;
    font-size: 1.8rem;
    line-height: 30px;
    color: #000000; }
  .popup-login .modal-bottom-text {
    font-size: 1.5rem;
    line-height: 21px;
    color: #000000;
    text-align: center; }
  .popup-login .close-button {
    color: #000000;
    right: 1.1rem;
    top: -9px;
    font-size: 5em;
    line-height: 1;
    background: transparent; }
    .popup-login .close-button:focus {
      outline: transparent; }
    .popup-login .close-button span:focus {
      outline: transparent; }
  .popup-login .popup-login-in {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    .popup-login .popup-login-in #ftEmbedForm-ft1600179544433-380-74 iframe {
      max-height: 450px;
      width: 100%;
      max-width: 700px;
      margin-bottom: 20px; }

.page-template-page-event .caption p {
  display: block; }

.page-template-page-event .caption img {
  bottom: 14px; }

.page-template-page-event .caption:hover {
  min-height: 45px; }
  .page-template-page-event .caption:hover p {
    display: inline-block; }

.page-template-page-event p.caption-in {
  display: inline-block;
  padding-right: 13px; }

.page-template-page-event .header-container {
  z-index: 1;
  margin-top: 20px;
  background-position: center top;
  background-size: cover;
  min-height: 680px;
  background-repeat: no-repeat; }
  .page-template-page-event .header-container.event .card-container {
    bottom: 50px;
    left: 20px; }
    .page-template-page-event .header-container.event .card-container .date-row h2 {
      text-transform: none;
      font-size: 2.4rem;
      line-height: 30px; }
      .page-template-page-event .header-container.event .card-container .date-row h2 .date-row-in {
        color: #ffffff;
        font-size: 2.4rem;
        line-height: 30px;
        padding-left: 35px; }
    .page-template-page-event .header-container.event .card-container .inline a.attend {
      min-width: 160px;
      margin-right: 20px; }
    .page-template-page-event .header-container.event .card-container .event-page-favorite {
      display: inline-block;
      vertical-align: middle;
      padding: 10px 16px;
      background: #ffffff;
      margin-right: 20px; }
    .page-template-page-event .header-container.event .card-container .event-page-calendar span {
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: auto;
      line-height: 1;
      margin-top: -1px;
      margin-right: 10px; }
    .page-template-page-event .header-container.event .card-container .event-page-calendar a {
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      letter-spacing: 0.5px;
      font-size: 1.5rem;
      font-family: "TradeGothicNextLTProBdCn"; }

.page-template-page-event .header-background {
  background: transparent; }
  .page-template-page-event .header-background.header-background-color {
    background: #0c426a; }

.page-template-page-event.event-color-header .header-background {
  background: #0c426a; }

.media-and-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e3a45;
  padding: 12px 0; }
  .media-and-mission .media-and-mission-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    padding-left: 20px; }
    .media-and-mission .media-and-mission-in .social-media {
      margin-bottom: 0; }

.mission-yours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .mission-yours span {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 18px; }
  .mission-yours .right-youth-mission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .mission-yours .right-youth-mission.select span {
      color: #a6a9ac; }
    .mission-yours .right-youth-mission.select .right-youth-mission-img {
      background-position: center center;
      background-size: 100% auto;
      height: 54px;
      width: 51px;
      margin: auto 10px auto 15px;
      display: block; }

@media (min-width: 768px) {
  .page-template-page-event .header-container {
    margin-top: -10px; }
  .mission-yours {
    padding-right: 60px; }
  .media-and-mission .media-and-mission-in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0; }
    .media-and-mission .media-and-mission-in .social-media {
      padding: 0 0 0 70px;
      margin-bottom: 0; } }

@media (min-width: 1000px) {
  .page-template-page-event .header-container {
    margin-top: -40px;
    margin-bottom: -140px;
    min-height: 690px; }
    .page-template-page-event .header-container.event .card-container {
      left: 80px; }
  .page-template-page-event .hero-desktop {
    left: 52px;
    bottom: 80px;
    width: 40%; } }

@media (min-width: 1588px) {
  .page-template-page-event .header-container {
    min-height: 820px; } }

@media (min-width: 1920px) {
  .page-template-page-event .header-container {
    margin-top: -110px;
    margin-bottom: -140px;
    min-height: 990px; } }

@media (min-width: 2500px) {
  .page-template-page-event .header-container {
    margin-top: -100px;
    min-height: 1300px; } }

.page-template-page-platoon .media-and-mission-in {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .page-template-page-platoon .media-and-mission-in .social-media {
    padding-right: 20px; }
    .page-template-page-platoon .media-and-mission-in .social-media.mission .mission-description {
      padding-left: 10px;
      text-transform: uppercase;
      color: #A6A9AC;
      font-size: 15px;
      font-weight: normal; }

.block-page-event {
  padding-top: 20px;
  margin-bottom: 20%; }
  .block-page-event .block-page-event-left {
    padding-bottom: 0; }
    .block-page-event .block-page-event-left .text-left-heading {
      padding-bottom: 30px; }
    .block-page-event .block-page-event-left .text-medium {
      margin-bottom: 55px; }
      .block-page-event .block-page-event-left .text-medium p {
        padding-bottom: 20px;
        word-wrap: break-word; }
  .block-page-event .block-page-event-right {
    max-width: 100%;
    padding: 0;
    position: relative; }
    .block-page-event .block-page-event-right .operation-card {
      height: auto; }
    .block-page-event .block-page-event-right .mission {
      padding-top: 10px;
      padding-bottom: 5px; }
      .block-page-event .block-page-event-right .mission .img-container-text {
        padding-left: 10px; }
    .block-page-event .block-page-event-right .block-page-event-heading span {
      display: block;
      position: relative;
      padding: 30px 0 37px 20px; }
      .block-page-event .block-page-event-right .block-page-event-heading span img {
        width: 29px;
        display: inline-block;
        vertical-align: bottom;
        padding-bottom: 0px;
        margin-right: 10px;
        margin-bottom: -2px; }
      .block-page-event .block-page-event-right .block-page-event-heading span:after {
        display: inline-block;
        content: ' ';
        content: url(assets/images/connected.svg);
        width: 10px;
        vertical-align: bottom;
        margin-bottom: 0px;
        line-height: 1;
        padding-bottom: 4px;
        margin-left: 6px; }
    .block-page-event .block-page-event-right .block-page-event-heading.uppercase span a {
      font-size: 3rem;
      line-height: 30px;
      font-family: "TradeGothicNextLTProBdCn";
      color: #FFFFFF; }

@media (max-width: 1000px) {
  .block-page-event .block-page-event-left {
    width: 100%;
    max-width: 100%; }
  .block-page-event .block-page-event-right {
    padding: 0;
    width: 100%; } }

@media (min-width: 768px) {
  .block-page-event {
    margin-bottom: 0; }
    .block-page-event .block-page-event-right {
      padding: 0; } }

@media (min-width: 1000px) {
  .block-page-event {
    padding-top: 5%; }
    .block-page-event .block-page-event-left {
      max-width: 470px;
      padding-left: 0;
      padding-top: 40px; }
      .block-page-event .block-page-event-left p {
        padding-bottom: 2px; }
      .block-page-event .block-page-event-left .text-medium {
        margin-bottom: 55px; }
        .block-page-event .block-page-event-left .text-medium p {
          word-wrap: normal; }
    .block-page-event .block-page-event-right {
      max-width: 380px;
      margin-right: 70px;
      margin-top: 0;
      position: relative; } }

@media (min-width: 1200px) {
  .block-page-event .block-page-event-left {
    max-width: 54%; } }

@media (min-width: 1360px) {
  .block-page-event .block-page-event-left {
    padding-left: 4%; } }

@media (min-width: 1440px) {
  .block-page-event .block-page-event-left {
    max-width: 55%;
    padding-left: 6%; } }

@media (min-width: 1600px) {
  .block-page-event .block-page-event-left {
    max-width: 59%;
    padding-left: 9.5%; } }

@media (min-width: 1920px) {
  .block-page-event .block-page-event-left {
    padding-left: 15.5%; } }

@media (min-width: 2500px) {
  .block-page-event .block-page-event-left {
    padding-left: 21%; } }

.block-tmc-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .block-tmc-form .block-tmc-form-left {
    background: #eeeff0; }
    .block-tmc-form .block-tmc-form-left h1 {
      margin-bottom: 40px; }
    .block-tmc-form .block-tmc-form-left .block-tmc-form-left-top {
      padding-top: 20px;
      padding-left: 10px; }
      .block-tmc-form .block-tmc-form-left .block-tmc-form-left-top img {
        max-width: 131px;
        margin-bottom: 30px; }
    .block-tmc-form .block-tmc-form-left .block-tmc-form-left-bottom {
      padding: 0 40px 40px 40px; }
      .block-tmc-form .block-tmc-form-left .block-tmc-form-left-bottom img {
        margin-bottom: 20px; }
  .block-tmc-form .block-tmc-form-right iframe {
    max-width: 100%; }

@media (min-width: 768px) {
  .block-tmc-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.get-email-updates {
  background: #2e3a45;
  padding: 20% 0 0 0;
  margin-bottom: 25%; }
  .get-email-updates form.form-platoon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px; }
    .get-email-updates form.form-platoon input[type='email'] {
      padding-left: 0;
      margin-left: 0; }
  .get-email-updates .get-email-updates-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .get-email-updates .email-left {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .get-email-updates .email-left .email-left-in {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%; }
  .get-email-updates .top-text-email {
    color: #ffffff;
    font-size: 2.1rem;
    line-height: 40px;
    padding-bottom: 0; }
    .get-email-updates .top-text-email.top-heading {
      font-size: 1.8rem;
      line-height: 30px; }
  .get-email-updates .heading-email {
    color: #ffffff;
    margin-bottom: 10px; }
  .get-email-updates .image-email-right {
    position: relative; }
  .get-email-updates .image-email {
    position: relative;
    bottom: -40px;
    max-height: 486px;
    overflow: hidden;
    max-width: 420px; }
  .get-email-updates #platoon-email, .get-email-updates #newsletter-email {
    border: none;
    background-color: #2e3a45;
    border-bottom: 2px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    max-width: 100%;
    display: block;
    font-size: 2.4rem;
    color: #959BA0;
    text-transform: uppercase;
    font-family: "TradeGothicNextLTProBdCn"; }
  .get-email-updates .btn {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: -1px;
    left: 0; }
  .get-email-updates #platoon-email input[type='text'], .get-email-updates #newsletter-email input[type='text'] {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 30px;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 2.4rem;
    color: #959BA0;
    text-transform: uppercase;
    font-family: "TradeGothicNextLTProBdCn"; }
    .get-email-updates #platoon-email input[type='text']::-webkit-input-placeholder, .get-email-updates #newsletter-email input[type='text']::-webkit-input-placeholder {
      color: #959BA0; }
    .get-email-updates #platoon-email input[type='text']::-moz-placeholder, .get-email-updates #newsletter-email input[type='text']::-moz-placeholder {
      color: #959BA0; }
    .get-email-updates #platoon-email input[type='text']:-ms-input-placeholder, .get-email-updates #newsletter-email input[type='text']:-ms-input-placeholder {
      color: #959BA0; }
    .get-email-updates #platoon-email input[type='text']::-ms-input-placeholder, .get-email-updates #newsletter-email input[type='text']::-ms-input-placeholder {
      color: #959BA0; }
    .get-email-updates #platoon-email input[type='text']::placeholder, .get-email-updates #newsletter-email input[type='text']::placeholder {
      color: #959BA0; }
    .get-email-updates #platoon-email input[type='text']:-ms-input-placeholder, .get-email-updates #newsletter-email input[type='text']:-ms-input-placeholder {
      color: #959BA0; }
    .get-email-updates #platoon-email input[type='text']::-ms-input-placeholder, .get-email-updates #newsletter-email input[type='text']::-ms-input-placeholder {
      color: #959BA0; }

@media (max-width: 640px) {
  .get-email-updates .image-email-right {
    padding-left: 0;
    padding-right: 0; }
    .get-email-updates .image-email-right .image-email-main {
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 640px) and (max-width: 1024px) {
  .get-email-updates {
    margin-bottom: 15%; }
    .get-email-updates .email-left {
      max-width: 55%;
      padding: 7% 0; }
    .get-email-updates .image-email-main {
      padding: 0; } }

@media (min-width: 640px) {
  .get-email-updates {
    padding: 0;
    margin-bottom: 8%; }
    .get-email-updates .get-email-updates-in {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .get-email-updates .email-left {
      margin-bottom: 0; }
    .get-email-updates #platoon-email, .get-email-updates #newsletter-email {
      display: inline-block;
      max-width: 75%; }
    .get-email-updates input[type='text'] {
      padding-bottom: 15px;
      margin-bottom: 10px;
      font-size: 3rem; } }

@media (min-width: 1000px) {
  .get-email-updates form.form-platoon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px; }
  .get-email-updates .btn {
    left: 3px; }
  .get-email-updates #platoon-email, .get-email-updates #newsletter-email {
    font-size: 3rem; }
  .get-email-updates .heading-email {
    font-size: 5.2rem;
    margin-bottom: 35px; }
  .get-email-updates .top-text-email {
    font-size: 2.4rem;
    padding-bottom: 30px; }
  .get-email-updates .email-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.page-template-page-platoon .card-container h1 {
  font-size: 3.6rem; }

.page-template-page-platoon .caption {
  min-height: 45px; }
  .page-template-page-platoon .caption:hover {
    min-height: 45px; }
  .page-template-page-platoon .caption img {
    bottom: 14px; }

.page-template-page-platoon p.caption-in {
  display: inline-block;
  padding-right: 13px; }

.page-template-page-platoon .header-container.platoon .card-container {
  bottom: 90px; }

.page-template-page-platoon .hero-desktop {
  position: absolute; }

.page-template-page-platoon .header-background {
  background: transparent; }
  .page-template-page-platoon .header-background.header-background-color {
    background: #0c426a; }

.page-template-page-platoon.platoon-color-header .header-background {
  background: #0c426a; }

@media (min-width: 1000px) {
  .page-template-page-platoon .card-container h1 {
    font-size: 5.2rem; }
  .page-template-page-platoon .header-container {
    margin-top: -40px;
    margin-bottom: -135px;
    min-height: 690px;
    background-position: left center; }
    .page-template-page-platoon .header-container.platoon .card-container {
      left: 7.5rem; }
      .page-template-page-platoon .header-container.platoon .card-container .description {
        padding-bottom: 30px; }
  .page-template-page-platoon .hero-desktop {
    left: 52px;
    bottom: 80px;
    width: 40%; } }

.page-template-page-platoon .hero-desktop {
  font-size: 5.2rem;
  line-height: 46px; }

@media (min-width: 1588px) {
  .page-template-page-platoon .header-container {
    min-height: 820px; } }

@media (min-width: 1920px) {
  .page-template-page-platoon .header-container {
    margin-top: -110px;
    margin-bottom: -135px;
    min-height: 990px; } }

@media (min-width: 2500px) {
  .page-template-page-platoon .header-container {
    margin-top: -100px;
    min-height: 1300px; } }

.platoon-details {
  max-width: 610px;
  padding-top: 8rem;
  padding-bottom: 1rem;
  font-size: 1.5rem; }

@media (min-width: 1000px) {
  .platoon-details {
    padding-top: 5%;
    padding-bottom: 5%; } }

.impactstories-full-list .list-sort.full-list {
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 15px;
  color: #53626f;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right; }
  .impactstories-full-list .list-sort.full-list span {
    color: #000000;
    margin-left: 10px; }

@media (min-width: 640px) {
  .impactstories-full-list .list-sort.full-list {
    padding-right: 25px;
    margin-top: 80px;
    margin-bottom: 40px; } }

.block-two-image {
  margin-top: 15%;
  margin-bottom: 15%; }
  .block-two-image .left-block-two-image {
    margin-top: 40px; }
  .block-two-image .right-block-two-image {
    margin-top: 40px; }

@media (min-width: 640px) {
  .block-two-image {
    margin-top: 7%;
    margin-bottom: 5%; }
    .block-two-image .left-block-two-image {
      margin-top: 0; }
    .block-two-image .right-block-two-image {
      margin-top: 0; } }

.text-black-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 20px; }
  .text-black-header .text-black-header-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 610px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .text-black-header .text-black-header-in h1 {
      margin-bottom: 20px; }
    .text-black-header .text-black-header-in .post-impact-date h4 {
      font-size: 1.5rem;
      color: #53626f;
      line-height: 18px;
      font-family: "TradeGothicNextLTProCn"; }

@media (min-width: 640px) {
  .text-black-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 120px;
    margin-bottom: 40px; } }

.tabs-container-chart {
  padding-top: 50px; }
  .tabs-container-chart .tabs-panel-chart {
    display: none;
    padding: 1rem; }
    .tabs-container-chart .tabs-panel-chart .tabs-panel-chart-in {
      text-align: center; }
  .tabs-container-chart .row.tabs {
    border: none;
    padding-right: 2rem;
    padding-left: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .tabs-container-chart .row.tabs .tabs-title-chart {
      padding: 8px;
      min-width: 130px;
      text-align: center;
      border: 1px solid #0060ae; }
      .tabs-container-chart .row.tabs .tabs-title-chart.is-active, .tabs-container-chart .row.tabs .tabs-title-chart:hover {
        background-color: #0060ae; }
        .tabs-container-chart .row.tabs .tabs-title-chart.is-active a, .tabs-container-chart .row.tabs .tabs-title-chart:hover a {
          color: #ffffff; }
      .tabs-container-chart .row.tabs .tabs-title-chart a {
        text-align: center;
        text-transform: uppercase;
        color: #0060ae;
        font-size: 2rem;
        font-family: "TradeGothicNextLTProCn"; }
      .tabs-container-chart .row.tabs .tabs-title-chart.is-active {
        background-color: #0060ae; }
        .tabs-container-chart .row.tabs .tabs-title-chart.is-active a {
          color: #ffffff; }

@media (max-width: 768px) {
  .tabs-container-chart .row.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .tabs-container-chart .row.tabs .tabs-title-chart {
      margin-bottom: 10px;
      min-width: 85px; } }

@media (min-width: 1000px) {
  .tabs-container-chart {
    padding-top: 0; }
    .tabs-container-chart .row .row.expand-normal {
      padding-top: 10px; }
    .tabs-container-chart .tabs-panel-chart .tabs-panel-chart-in {
      text-align: center; }
      .tabs-container-chart .tabs-panel-chart .tabs-panel-chart-in img {
        max-width: 90%; }
    .tabs-container-chart .row.tabs {
      margin-left: 4.6rem;
      margin-right: 4.6rem; } }

.annual-report-list {
  padding-bottom: 10%; }
  .annual-report-list .slider-partners .slick-slide {
    vertical-align: text-top; }
    .annual-report-list .slider-partners .slick-slide img {
      margin: 0 auto; }
  .annual-report-list .slider-partners.carousel-slider {
    padding-top: 0;
    margin-top: 10px; }
    .annual-report-list .slider-partners.carousel-slider .carousel-buttons {
      right: 66px;
      top: 0; }
      .annual-report-list .slider-partners.carousel-slider .carousel-buttons .slick-arrow.slick-disabled .fa:before {
        color: #bdbebf; }
      .annual-report-list .slider-partners.carousel-slider .carousel-buttons button {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
      .annual-report-list .slider-partners.carousel-slider .carousel-buttons .fa-angle-left:before {
        content: "\f104";
        color: #000000;
        width: 20px;
        height: 20px;
        font-weight: bold;
        font-size: 21px; }
      .annual-report-list .slider-partners.carousel-slider .carousel-buttons .fa-angle-left:hover:before {
        color: #bdbebf; }
      .annual-report-list .slider-partners.carousel-slider .carousel-buttons .fa-angle-right:before {
        content: "\f105";
        color: #000000;
        width: 20px;
        height: 20px;
        font-size: 21px;
        font-weight: bold; }
      .annual-report-list .slider-partners.carousel-slider .carousel-buttons .fa-angle-right:hover:before {
        color: #bdbebf; }
  .annual-report-list .title-header {
    padding-top: 40px;
    padding-bottom: 0;
    margin-bottom: 0; }
  .annual-report-list h2 {
    line-height: 42px; }
  .annual-report-list .annual-image {
    max-height: 320px;
    overflow: hidden;
    text-align: center; }

.annual-report-list-heading {
  min-height: 93px;
  padding-top: 15px;
  border-top: 2px solid #000000;
  padding-bottom: 10px; }

.annual-card {
  margin-top: 40px;
  margin-bottom: 0;
  min-width: 355px; }
  .annual-card .annual-image {
    text-align: center; }
  .annual-card h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
    border-top: 2px solid #000000;
    padding-top: 10px; }
  .annual-card .btn {
    margin-top: 20px;
    margin-bottom: 20px; }
    .annual-card .btn.download-annual {
      position: relative;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding-left: 23px;
      white-space: normal;
      text-align: left; }
      .annual-card .btn.download-annual:after {
        content: "";
        content: url(assets/images/download_annual.svg);
        display: block;
        position: absolute;
        top: 16px;
        right: 20px;
        line-height: 0; }
  .annual-card p {
    line-height: 1.67;
    margin-bottom: 0; }
  .annual-card a.apply-link {
    color: #000000;
    text-decoration: underline;
    font-family: "DMSansBold"; }
    .annual-card a.apply-link:hover {
      color: #e36135; }
  .annual-card ul.annual-description {
    list-style-type: none;
    margin-left: 0; }
    .annual-card ul.annual-description li a {
      font-size: 1.8rem;
      font-family: "DMSans";
      color: #000000;
      text-decoration: underline; }
      .annual-card ul.annual-description li a:hover {
        color: #0060ae; }

@media (max-width: 1280px) {
  .annual-card .btn.download-annual {
    font-size: 1.5rem; } }

@media (min-width: 640px) {
  .annual-report-list {
    padding-bottom: 30px; }
    .annual-report-list .title-header {
      padding-top: 100px; }
  .annual-card {
    margin-bottom: 40px;
    min-width: 380px; } }

@media (min-width: 1000px) {
  .annual-report-list .row-annual {
    max-width: 100%;
    max-height: 520px;
    margin: 0 auto; }
  .annual-report-list .slider-partners {
    max-width: 1272px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 0; }
    .annual-report-list .slider-partners .slick-slide {
      max-width: 420px;
      min-width: 380px; }
      .annual-report-list .slider-partners .slick-slide .carousel-buttons {
        right: 20px; } }

@media (min-width: 1280px) {
  .annual-report-list .annual-image {
    min-height: 320px; } }

.job-list-main {
  padding-bottom: 2%; }
  .job-list-main h2 {
    line-height: 42px; }
  .job-list-main .title-header {
    padding-bottom: 0;
    margin-bottom: 40px; }
    .job-list-main .title-header a {
      color: #000000;
      text-decoration: underline; }
      .job-list-main .title-header a:hover {
        color: #0060ae; }
    .job-list-main .title-header .job-list-paragraph a {
      color: #0060ae;
      text-decoration: underline; }
      .job-list-main .title-header .job-list-paragraph a:hover {
        color: #e36135; }
  .job-list-main .job-list-card-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.job-list-main-heading {
  padding-top: 15px;
  padding-bottom: 10px; }

.job-list-card {
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 20px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: #ffffff;
  padding: 0; }
  .job-list-card .job-list-card-in {
    background: #ffffff;
    padding: 40px 40px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 320px;
    margin-bottom: 50px; }
    .job-list-card .job-list-card-in .location-job {
      font-size: "TradeGothicNextLTProCn";
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 20px;
      margin-top: auto;
      margin-bottom: 40px;
      font-size: 1.5rem;
      color: #53626f;
      line-height: 18px; }
  .job-list-card h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
    border-top: 2px solid #000000;
    padding-top: 10px; }
  .job-list-card .btn {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 0; }
  .job-list-card p {
    line-height: 1.67;
    margin-bottom: 0; }
  .job-list-card a.apply-link {
    color: #000000;
    text-decoration: underline;
    font-family: "DMSansBold"; }
    .job-list-card a.apply-link:hover {
      color: #e36135; }

@media (min-width: 640px) {
  .job-list-card {
    margin-right: 20px;
    margin-left: 20px;
    padding: 0;
    max-width: 42%; } }

@media (min-width: 1000px) {
  .job-list-card {
    max-width: 28%; } }

@media (min-width: 1152px) and (max-width: 1280px) {
  .job-list-card {
    max-width: 29%; } }

@media (min-width: 1280px) {
  .job-list-card {
    max-width: 379px; } }

.careers-list-main {
  padding-bottom: 2%; }
  .careers-list-main h2 {
    line-height: 42px; }
  .careers-list-main .title-header {
    padding-bottom: 0;
    margin-bottom: 20px; }
  .careers-list-main .careers-image {
    max-height: 320px;
    overflow: hidden;
    text-align: center; }
  .careers-list-main .careers-card-main-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .careers-list-main .careers-card-main-flex .careers-list {
      max-width: 420px; }

.careers-list-main-heading {
  min-height: 93px;
  padding-top: 15px;
  border-top: 2px solid #000000;
  padding-bottom: 10px; }

.careers-list {
  margin-top: 40px;
  margin-bottom: 30px; }
  .careers-list .careers-description {
    padding-top: 18px;
    line-height: 1.67;
    margin-bottom: 0; }

@media (min-width: 680px) {
  .careers-list-main .title-header {
    margin-bottom: 0; } }

@media (min-width: 640px) and (max-width: 980px) {
  .careers-list-main .careers-image {
    max-height: 320px;
    min-height: 203px; } }

@media (min-width: 980px) {
  .careers-list-main .careers-image {
    min-height: 240px; } }

@media (min-width: 1200px) {
  .careers-list-main .careers-image {
    min-height: 320px; } }

.three-texts {
  padding: 50px; }
  .three-texts p {
    text-align: left; }
  .three-texts .three-texts-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px; }
  .three-texts .all-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .three-texts .all-list .list-start-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .three-texts ul {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none; }
    .three-texts ul li {
      list-style: none;
      padding-bottom: 5px;
      font-family: "DMSans"; }

@media (min-width: 1000px) {
  .three-texts .all-list .list-start-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media (min-width: 768px) {
  .three-texts .all-list .all-list-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 700px; } }

.two-texts {
  padding: 50px; }
  .two-texts h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px; }
  .two-texts .list-start-block {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .two-texts ul {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none; }
    .two-texts ul li {
      list-style: none;
      padding-bottom: 5px;
      font-family: "DMSans"; }
  .two-texts .right-block-person {
    padding-top: 40px; }

@media (min-width: 640px) {
  .two-texts .right-block-person {
    padding-top: 0; } }

@media (min-width: 1000px) {
  .two-texts h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .two-texts .list-start-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0; }
  .two-texts .right-block-person {
    border-left: 2px solid #eeeff0;
    padding-left: 40px; } }

.block-highlights {
  padding-top: 50px;
  padding-bottom: 50px; }
  .block-highlights .highlights {
    margin-bottom: 60px; }
  .block-highlights .info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .block-highlights .highlights-quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: ' ';
    background: url(assets/images/quote-mark.svg) no-repeat;
    background-size: 41px 46px;
    height: 41px;
    width: 47px;
    min-width: 47px;
    line-height: 1;
    margin-top: 14px;
    margin-right: 15px; }
  .block-highlights .highlights-heading span {
    font-family: "TradeGothicNextLTProBdCn";
    font-size: 4rem;
    line-height: 6.2rem;
    color: #000000;
    display: block; }
  .block-highlights .highlights-info a {
    font-family: "TradeGothicNextLTProBdCn";
    color: #0060ae;
    text-decoration: underline;
    font-size: 2.4rem;
    line-height: 30px;
    padding-top: 25px;
    display: block; }
    .block-highlights .highlights-info a:hover {
      color: #e36135; }

@media (min-width: 640px) {
  .block-highlights .highlights-quote {
    width: 80px;
    margin-top: 12px; }
  .block-highlights .highlights-heading span {
    font-size: 5rem; } }

@media (min-width: 1000px) {
  .block-highlights .highlights-heading span {
    font-size: 6rem; } }

@media (min-width: 1200px) {
  .block-highlights .highlights-quote {
    width: 70px;
    margin-top: 7px; }
  .block-highlights .highlights-heading span {
    font-size: 7rem; } }

.img-post .img-post-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .img-post .img-post-in .img-post-left {
    min-width: 276px;
    padding-top: 10px; }
    .img-post .img-post-in .img-post-left img {
      margin-bottom: 20px; }
    .img-post .img-post-in .img-post-left .img-post-left-text {
      font-size: 1.5rem;
      padding-bottom: 18px;
      border-bottom: 1px solid #d5d7d9; }

@media (min-width: 640px) {
  .img-post {
    padding-top: 55px; }
    .img-post .img-post-in {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .img-post .img-post-in .img-post-left {
        min-width: 276px;
        margin-bottom: 20px;
        padding-top: 10px; }
        .img-post .img-post-in .img-post-left .img-post-left-text {
          font-size: 1.5rem;
          padding-bottom: 18px;
          border-bottom: 1px solid #d5d7d9;
          max-width: 276px; }
      .img-post .img-post-in .img-post-right {
        padding-left: 40px; } }

@media (min-width: 1000px) {
  .img-post {
    display: block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 44%;
    width: 67vw;
    min-width: 100%;
    padding-top: 30px; } }

@media (min-width: 1024px) {
  .img-post {
    margin-left: 42%;
    width: 62vw; } }

@media (min-width: 1152px) {
  .img-post {
    margin-left: 41%;
    width: 62vw; } }

@media (min-width: 1280px) {
  .img-post {
    margin-left: 41%;
    width: 56vw; } }

@media (min-width: 1360px) {
  .img-post {
    width: 52vw; } }

@media (min-width: 1440px) {
  .img-post {
    width: 50vw; } }

@media (min-width: 1600px) {
  .img-post {
    width: 44vw; } }

@media (min-width: 1920px) {
  .img-post {
    width: 37vw; } }

@media (min-width: 2200px) {
  .img-post {
    width: 31vw; } }

@media (min-width: 2500px) {
  .img-post {
    width: 28vw; } }

.about-list-main {
  padding-bottom: 2%;
  padding-top: 4%; }
  .about-list-main h3 {
    line-height: 42px;
    color: #ffffff; }
  .about-list-main .title-header {
    padding-bottom: 0;
    margin-bottom: 40px; }
  .about-list-main .about-list-card-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .about-list-main .about-image img {
    max-height: 320px;
    -o-object-fit: cover;
    object-fit: cover; }

.about-list-main-heading {
  padding-top: 15px;
  padding-bottom: 10px; }

.about-list-card {
  margin-top: 0;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 420px; }
  .about-list-card .about-list-card-in {
    background: #0c426a;
    padding: 40px 40px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 340px; }
  .about-list-card h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
    border-top: 2px solid #000000;
    padding-top: 10px; }
  .about-list-card p {
    line-height: 1.67;
    margin-bottom: 0;
    color: #ffffff; }
  .about-list-card a {
    color: #ffffff;
    text-decoration: underline;
    font-family: "DMSansBold";
    padding-top: 25px; }
    .about-list-card a:hover {
      color: #e36135; }

@media (min-height: 640px) {
  .about-list-description {
    overflow: hidden; } }

.past-card-main {
  padding-bottom: 2%; }
  .past-card-main h2 {
    line-height: 42px; }
  .past-card-main .title-header {
    padding-bottom: 0;
    margin-bottom: 0; }
  .past-card-main .past-image {
    max-height: 320px;
    min-height: 320px;
    overflow: hidden;
    text-align: center; }

.past-card-main-heading {
  min-height: 60px;
  padding-top: 15px;
  border-top: 2px solid #000000;
  padding-bottom: 10px; }
  .past-card-main-heading h3 {
    text-transform: uppercase; }
    .past-card-main-heading h3:hover {
      color: #0060ae; }

.past-card {
  margin-top: 40px;
  margin-bottom: 40px; }
  .past-card h5 {
    text-transform: uppercase;
    color: #53626f;
    font-family: "TradeGothicNextLTProCn"; }
  .past-card p {
    line-height: 1.67;
    margin-bottom: 0; }

@media (min-width: 640px) and (max-width: 980px) {
  .past-card-main .past-image {
    max-height: 320px;
    min-height: 203px; } }

.slider-impact-main {
  padding-top: 7%;
  height: 510px;
  margin-bottom: 80px; }
  .slider-impact-main .impact-report-card {
    background-color: #eeeff0;
    display: inline-block;
    margin-right: 5px;
    width: 274px; }
    .slider-impact-main .impact-report-card .impact-report-image {
      max-height: 320px;
      overflow: hidden;
      text-align: center; }
      .slider-impact-main .impact-report-card .impact-report-image img {
        width: 274px;
        height: 231px;
        -o-object-fit: cover;
        object-fit: cover; }
    .slider-impact-main .impact-report-card .impact-report-card-main-heading a {
      color: #000;
      font-family: "TradeGothicNextLTProBdCn";
      padding-top: 30px;
      padding-left: 15px;
      font-size: 15px;
      margin-bottom: 0;
      line-height: 1; }
    .slider-impact-main .impact-report-card .impact-report-card-main-heading h4 {
      text-transform: uppercase;
      padding-top: 15px;
      color: #000;
      font-family: "TradeGothicNextLTProBdCn";
      padding-top: 30px;
      padding-left: 15px;
      font-size: 15px;
      margin-bottom: 0;
      line-height: 1; }
    .slider-impact-main .impact-report-card .impact-report-card-main-heading p {
      color: #000;
      font-family: "TradeGothicNextLTProBdCn";
      padding-top: 5px;
      padding-left: 15px;
      font-size: 15px;
      margin-bottom: 0;
      line-height: 1;
      min-height: 145px; }
      .slider-impact-main .impact-report-card .impact-report-card-main-heading p a {
        display: block;
        font-size: 20px;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 40px;
        max-width: 80%;
        line-height: 1.25;
        font-family: "TradeGothicNextLTProBdCn"; }

.slider-impact {
  padding-top: 9%;
  padding-bottom: 15%; }
  .slider-impact.carousel-slider {
    padding-top: 0;
    margin-top: 50px; }
  .slider-impact button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .slider-impact .fa-angle-left:before {
    content: "\f104";
    color: #000000;
    width: 20px;
    height: 20px;
    font-weight: bold;
    font-size: 21px; }

.carousel-buttons-impact {
  display: block;
  position: relative;
  bottom: 20px;
  right: 20px; }
  .carousel-buttons-impact .slick-prev {
    padding-right: 15px; }
  .carousel-buttons-impact .slick-arrow.slick-prev,
  .carousel-buttons-impact .slick-arrow.slick-next {
    visibility: visible !important;
    display: inline-block !important; }
    .carousel-buttons-impact .slick-arrow.slick-prev:focus,
    .carousel-buttons-impact .slick-arrow.slick-next:focus {
      outline: transparent; }
    .carousel-buttons-impact .slick-arrow.slick-prev img:focus,
    .carousel-buttons-impact .slick-arrow.slick-next img:focus {
      outline: transparent; }
  .carousel-buttons-impact button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .carousel-buttons-impact .fa-angle-left:before {
    content: "\f104";
    color: #000000;
    width: 20px;
    height: 20px;
    font-weight: bold;
    font-size: 21px; }
  .carousel-buttons-impact .fa-angle-left:hover:before {
    color: #bdbebf; }
  .carousel-buttons-impact .fa-angle-right:before {
    content: "\f105";
    color: #000000;
    width: 20px;
    height: 20px;
    font-size: 21px;
    font-weight: bold; }
  .carousel-buttons-impact .fa-angle-right:hover:before {
    color: #bdbebf; }

@media (min-width: 768px) {
  .slider-impact-main {
    margin-bottom: 100px; }
    .slider-impact-main .impact-report-card .impact-report-card-main-heading p a {
      font-size: 24px; } }

@media (min-width: 1200px) {
  .slider-impact-main {
    padding-top: 3%; } }

@media (min-width: 1360px) {
  .carousel-slider.impact-report {
    padding-left: 2%; } }

@media (min-width: 1440px) {
  .carousel-slider.impact-report {
    padding-left: 5%; } }

@media (min-width: 1588px) {
  .carousel-slider.impact-report {
    padding-left: 9%; } }

@media (min-width: 1920px) {
  .carousel-slider.impact-report {
    padding-left: 16%; } }

@media (min-width: 2500px) {
  .carousel-slider.impact-report {
    padding-left: 24%; } }

.PlatoonMapTopBar {
  background: #0060ae;
  color: white;
  font-size: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .PlatoonMapTopBar .white-box {
    position: relative;
    background-color: white;
    width: 60px;
    height: 20px; }
  .PlatoonMapTopBar .inner {
    color: white;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 100%;
    padding: 0 15px; }

#PlatoonMapContainer {
  height: auto;
  min-height: 760px;
  background-color: #2e3a45;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #PlatoonMapContainer .legend {
    width: 12.6%;
    min-width: 240px;
    min-height: 760px;
    background-color: #2e3a45;
    display: inline-block;
    vertical-align: top; }
    #PlatoonMapContainer .legend .section {
      border-bottom: 1px solid #636363;
      padding: 3px 0 5px 0; }
      #PlatoonMapContainer .legend .section:first-child .header {
        font-size: 15px;
        padding-top: 16px; }
      #PlatoonMapContainer .legend .section .header {
        color: white;
        height: 50px;
        font-size: 24px;
        padding-left: 20px;
        padding-top: 13px;
        font-family: inherit; }
      #PlatoonMapContainer .legend .section .sub-header {
        color: white;
        font-size: 15px;
        padding: 11px 0 5px 24px;
        position: relative;
        line-height: 20px; }
  #PlatoonMapContainer .map-list-container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  #PlatoonMapContainer #map,
  #PlatoonMapContainer #list {
    width: 100%;
    height: 100%; }
  #PlatoonMapContainer .virtual-box {
    text-transform: uppercase;
    font-family: "TradeGothicNextLTProBdCn";
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    background-color: #0060ae;
    width: 74px;
    position: relative;
    display: inline-block; }
    #PlatoonMapContainer .virtual-box img {
      position: relative;
      left: 2px;
      bottom: 2px; }
    #PlatoonMapContainer .virtual-box span {
      position: relative;
      left: 4px; }
  #PlatoonMapContainer .marker-popup {
    width: 320px;
    min-height: 130px;
    background-color: white;
    padding: 17px;
    position: relative;
    padding-bottom: 83px; }
    #PlatoonMapContainer .marker-popup .header h1 {
      font-size: 24px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      color: black;
      margin-bottom: 5px; }
      #PlatoonMapContainer .marker-popup .header h1.event-pop::before {
        content: url(/wp-content/themes/tmc/assets/images/event.png);
        position: relative;
        top: 3px; }
      #PlatoonMapContainer .marker-popup .header h1.plat-pop::before {
        content: url(/wp-content/themes/tmc/assets/images/platoon.png);
        position: relative;
        top: 3px; }
      #PlatoonMapContainer .marker-popup .header h1 .title {
        position: relative;
        left: 6px; }
    #PlatoonMapContainer .marker-popup .header .virtual-box {
      left: 25px; }
    #PlatoonMapContainer .marker-popup .body {
      font-size: 15px;
      font-family: DMSans;
      line-height: 21px;
      margin-top: 15px; }
      #PlatoonMapContainer .marker-popup .body .time {
        margin-bottom: 15px; }
    #PlatoonMapContainer .marker-popup .date, #PlatoonMapContainer .marker-popup .address {
      font-family: DMSans;
      font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.4;
      letter-spacing: normal;
      color: black; }
    #PlatoonMapContainer .marker-popup .cta {
      width: 280px;
      height: 50px;
      background-color: #0060ae;
      font-family: "TradeGothicNextLTProBdCn";
      font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: 2px;
      text-align: center;
      color: white;
      padding-top: 12px;
      position: absolute;
      bottom: 18px;
      left: 18px; }

/****************************************************************/
/* Map Sidebar */
#PlatoonMapContainer .legend .section span.map-checkbox {
  background-color: #1a2024;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px; }

#PlatoonMapContainer .pin-icon {
  display: inline-block;
  position: relative;
  left: 10px; }

#PlatoonMapContainer .pin-label {
  display: inline-block;
  position: relative;
  top: 3px;
  left: 18px; }

#MapContainer .header-tooltip {
  display: inline-block;
  position: relative;
  left: 24px;
  top: 1px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 16px;
  height: 16px; }

#MapContainer .switch {
  display: inline-block;
  position: relative;
  top: 5px;
  left: 25px; }

#MapContainer .switch-paddle {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  width: 70px;
  height: 24px; }

#MapContainer .switch-paddle span {
  font-size: 15px;
  font-weight: normal;
  top: 1.1rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 5rem; }

.switch.large .switch-paddle::after {
  width: 1.2rem;
  height: 1.2rem; }

input:checked ~ .switch-paddle::after {
  left: 2.25rem; }

.switch-paddle::after {
  height: 1.5rem;
  left: 0.9rem;
  top: 0.6rem;
  width: 1.5rem;
  border-radius: 20px; }

span.switch-active {
  left: 1rem; }

#display-toggle {
  display: inline-block;
  position: absolute;
  top: 1.6%;
  right: 10%;
  z-index: 1;
  background-color: #fff;
  color: #53626f;
  font-size: 15px;
  text-align: center; }
  #display-toggle.list-view {
    top: 0;
    right: 0;
    padding: 20px; }
  #display-toggle div {
    display: inline-block;
    width: 58px;
    padding: 9px 15px;
    color: black; }
  #display-toggle .display-header {
    color: #53626f;
    width: 85px;
    text-align: right;
    padding-right: 8px; }
  #display-toggle .selected {
    text-decoration: underline; }
  #display-toggle .display-opt {
    cursor: pointer; }
    #display-toggle .display-opt:hover {
      background-color: #e8e5e5; }

@media (max-width: 1140px) {
  .PlatoonMapTopBar .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left; } }

@media (max-width: 746px) {
  #display-toggle:not(.list-view) {
    top: 8%; }
  #PlatoonMapContainer .legend {
    min-height: 150px; } }

@media (max-width: 500px) {
  .PlatoonMapTopBar .inner {
    font-size: 3rem; }
  #PlatoonMapContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #PlatoonMapContainer .legend {
      width: 100%;
      display: block; }
    #PlatoonMapContainer .map-list-container {
      width: 100%; }
      #PlatoonMapContainer .map-list-container #map {
        height: 100vh; }
      #PlatoonMapContainer .map-list-container #list {
        padding: 89px 10px 20px 10px; }
    #PlatoonMapContainer #list .list-grid {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/****************************************************************/
/* Styles for the google marker */
.popup-bubble {
  /* Position the bubble centred-above its parent. */
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
  /* Style the bubble. */
  background-color: white;
  overflow-y: auto;
  min-height: 130px;
  width: 320px;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
  padding-bottom: 83px; }
  .popup-bubble .close-btn {
    font-size: 15px;
    color: #5c5c5c;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    cursor: pointer; }

/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
  /* Position the div a fixed distance above the tip. */
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0; }

/* This element draws the tip. */
.popup-bubble-anchor::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 37px;
  /* Center the tip horizontally. */
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0;
  height: 0;
  /* The tip is 8px high, and 12px wide. */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid white; }

/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 320px; }

/* Styles for the google location serach */
#infowindow-content .title {
  font-weight: bold; }

#infowindow-content {
  display: none; }

#map #infowindow-content {
  display: inline; }

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto; }

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px; }

.pac-controls {
  display: inline-block;
  padding: 5px 11px; }

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300; }

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 400px; }

#pac-input:focus {
  border-color: #4d90fe; }

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px; }

#target {
  width: 345px; }

/****************************************************************/
/* List View */
#PlatoonMapContainer #list {
  display: none;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  padding: 89px 30px;
  background-color: white; }
  #PlatoonMapContainer #list .list-row {
    border-top: 1px solid #d5d7d9;
    padding: 32px 0; }
    #PlatoonMapContainer #list .list-row .platoon-grid {
      width: 100%;
      margin-top: 40px; }
      #PlatoonMapContainer #list .list-row .platoon-grid .platoon-box {
        display: inline-block;
        font-size: 30px;
        text-transform: uppercase;
        font-family: "TradeGothicNextLTProBdCn";
        color: white;
        background-color: #0060ae;
        height: 104px;
        margin: 0 10px 15px 0;
        padding: 0 23px; }
        #PlatoonMapContainer #list .list-row .platoon-grid .platoon-box::before {
          position: relative;
          top: 3rem;
          content: url(/wp-content/themes/tmc/assets/images/platoon-star.svg); }
        #PlatoonMapContainer #list .list-row .platoon-grid .platoon-box::after {
          position: relative;
          top: 2.1rem;
          content: url(/wp-content/themes/tmc/assets/images/right-arrow.svg); }
        #PlatoonMapContainer #list .list-row .platoon-grid .platoon-box span {
          position: relative;
          top: 2.6rem;
          padding: 10px; }
  #PlatoonMapContainer #list .list-sort {
    float: right;
    font-size: 15px;
    color: #53626f; }
    #PlatoonMapContainer #list .list-sort span {
      color: black;
      cursor: pointer;
      margin-left: 10px; }
  #PlatoonMapContainer #list .list-grid {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #PlatoonMapContainer #list .list-grid .list-item {
      width: 333px;
      height: 281px;
      background-color: #d5d7d9;
      background-size: contain;
      margin: 20px 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #PlatoonMapContainer #list .list-grid .list-item .bookmark {
        width: 36px;
        height: 36px;
        background-color: #2e3a45;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #PlatoonMapContainer #list .list-grid .list-item .bookmark:hover {
          cursor: pointer; }
        #PlatoonMapContainer #list .list-grid .list-item .bookmark.selected {
          background-color: #fff; }
      #PlatoonMapContainer #list .list-grid .list-item .event-deets {
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: 298px;
        height: 142px;
        padding: 15px;
        background-color: #fff;
        color: black;
        font-family: TradeGothicNextLTProBdCn; }
        #PlatoonMapContainer #list .list-grid .list-item .event-deets a {
          color: black;
          font-family: TradeGothicNextLTProBdCn; }
          #PlatoonMapContainer #list .list-grid .list-item .event-deets a:hover {
            color: #0060AE; }
        #PlatoonMapContainer #list .list-grid .list-item .event-deets.national {
          background-color: #0060ae; }
          #PlatoonMapContainer #list .list-grid .list-item .event-deets.national a {
            color: #fff; }
          #PlatoonMapContainer #list .list-grid .list-item .event-deets.national .event-date {
            color: #d5d7d9; }
        #PlatoonMapContainer #list .list-grid .list-item .event-deets .top-line {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
        #PlatoonMapContainer #list .list-grid .list-item .event-deets .event-type {
          font-size: 15px;
          line-height: 20px;
          text-transform: uppercase;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        #PlatoonMapContainer #list .list-grid .list-item .event-deets .event-name {
          font-size: 30px;
          line-height: 30px;
          height: 60px;
          overflow: hidden; }
        #PlatoonMapContainer #list .list-grid .list-item .event-deets .event-date {
          font-size: 15px;
          line-height: 18px;
          margin-top: 10px;
          color: #53626f;
          font-family: TradeGothicNextLTProCn; }

#PlatoonplatoonMap {
  height: 360px; }

.our-team-tabs {
  background: #0c426a;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 7rem 0; }
  .our-team-tabs input[type='submit'] {
    text-transform: uppercase;
    font-family: "TradeGothicNextLTProBdCn";
    letter-spacing: 2px;
    margin-bottom: 20px; }
    .our-team-tabs input[type='submit'].btn-white {
      background: #0c426a;
      border: 1px solid #ffffff;
      color: #ffffff;
      min-width: 240px; }
      .our-team-tabs input[type='submit'].btn-white.active {
        background: #ffffff;
        color: #0c426a; }

.form-select {
  margin-top: -50px; }
  .form-select .form-select-row {
    margin-top: 40px; }
  .form-select select {
    height: auto;
    display: block;
    font-size: 1.5rem;
    font-family: "DMSans";
    color: #000000;
    line-height: 21px;
    padding: 1.5rem 1.4rem 1.5rem 2rem;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #d5d7d9;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    background-image: url("/wp-content/themes/tmc/assets/images/select.svg");
    background-repeat: no-repeat;
    background-position: right .7rem top 50%, 0 0;
    background-size: 1.3rem auto, 100%; }
    .form-select select::-ms-expand {
      display: none; }
    .form-select select:hover {
      border-color: #d5d7d9; }
    .form-select select:focus {
      border-color: #d5d7d9;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #000000;
      outline: none; }
    .form-select select option {
      color: #000000;
      font-size: 1.5rem;
      font-family: "DMSans";
      background-color: #ffffff; }

.our-team .column {
  padding-left: 10px;
  padding-right: 10px; }

.our-team .form-select {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px; }

.our-team .horizontal-header {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px; }
  .our-team .horizontal-header h2 {
    border-top: 1px solid #d5d7d9;
    margin-top: 40px;
    padding-top: 30px; }

.our-team .our-team-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.our-team .story-card {
  padding-bottom: 40px; }
  .our-team .story-card .story-card-in h3 a:hover {
    text-decoration: underline; }
  .our-team .story-card .card-img .story-card-img {
    max-height: 320px;
    overflow: hidden;
    min-height: 320px;
    max-width: 100%;
    /*        background-size: cover;
        background-position: center center !important;
        background-repeat: no-repeat !important;*/
    margin: 0 auto; }
  .our-team .story-card h3 {
    padding-top: 14px;
    margin-bottom: 9px; }
    .our-team .story-card h3 a {
      font-family: "TradeGothicNextLTProBdCn";
      display: block;
      font-size: 2.4rem;
      color: #000000;
      line-height: 30px; }
  .our-team .story-card span.job-title {
    font-family: "TradeGothicNextLTProBdCn";
    font-size: 1.5rem;
    display: block;
    color: #000000;
    line-height: 20px;
    padding-bottom: 7px; }
  .our-team .story-card span.location {
    display: block; }

@media (min-width: 640px) {
  .our-team-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .form-select .form-select-row .form-select-row-in {
    max-width: 390px; }
  .form-select select {
    max-width: 390px;
    width: 390px; }
  .our-team .story-card .card-img .story-card-img {
    max-height: 320px;
    overflow: hidden;
    min-height: 320px;
    width: 380px; } }

@media (min-width: 1000px) {
  .our-team .story-card {
    padding-bottom: 80px; }
    .our-team .story-card .story-card-in {
      padding-left: 3px; }
    .our-team .story-card h3 a {
      font-size: 3rem; } }

.home-page-bn {
  -webkit-box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1000; }
  .home-page-bn .home-bn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px; }
  .home-page-bn .home-bn-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto; }
  .home-page-bn .home-bn-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 46px;
    max-height: 46px; }
  .home-page-bn .home-bn-tex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .home-page-bn .home-bn-tex p {
      color: #ffffff;
      padding-bottom: 0;
      margin-bottom: 0; }
    .home-page-bn .home-bn-tex .home-bn-heading p {
      font-family: "TradeGothicNextLTProBdCn";
      font-size: 1.6rem; }
    .home-page-bn .home-bn-tex .home-bn-date p {
      font-family: "TradeGothicNextLTProCn";
      font-size: 1.4rem; }
  .home-page-bn .home-bn-link a {
    height: 34px;
    font-size: 1.2rem;
    line-height: 1; }

@media (max-width: 1500px) {
  .home-bn-in {
    max-width: 1050px; } }

@media (max-width: 767px) {
  .home-page-bn {
    padding-bottom: 10px; }
    .home-page-bn .home-bn-img {
      margin-top: 10px;
      margin-bottom: 5px; }
    .home-page-bn .home-bn-link {
      margin-top: 5px; } }

@media (min-width: 768px) {
  .home-page-bn .home-bn-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.profile-header {
  background: #0c426a;
  color: #ffffff;
  padding-top: 50px; }
  .profile-header .first-info-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .profile-header .first-info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px; }
    .profile-header .first-info-block .column {
      padding-left: 0; }
    .profile-header .first-info-block .vt-name-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .profile-header .first-info-block .t-shirt p {
      font-size: 1.8rem;
      font-family: "DMSansBold";
      line-height: 30px; }
      .profile-header .first-info-block .t-shirt p span {
        font-size: 1.8rem;
        font-family: "DMSans";
        line-height: 30px; }
  .profile-header .vt-name-main-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .profile-header .vt-name span {
    background: #ffffff;
    display: inline-block;
    color: #0c426a;
    font-family: "TradeGothicNextLTProBdCn";
    margin-bottom: 15px;
    padding: 2px 5px;
    font-size: 1.5rem;
    line-height: 20px; }
  .profile-header .vt-name h1 {
    color: #ffffff; }
  .profile-header .edited-pr {
    padding-right: 40px;
    margin-bottom: 10px; }
    .profile-header .edited-pr a.edited-pr-in {
      font-size: 1.5rem; }
      .profile-header .edited-pr a.edited-pr-in:before {
        display: inline-block;
        content: ' ';
        background-image: url(assets/images/edit.svg);
        background-size: 16px 16px;
        height: 16px;
        width: 16px;
        vertical-align: text-top;
        margin-top: 2px;
        margin-right: 10px;
        line-height: 1; }
    .profile-header .edited-pr a.logout {
      font-size: 1.5rem; }
      .profile-header .edited-pr a.logout:before {
        display: inline-block;
        content: ' ';
        background-size: 16px 16px;
        height: 16px;
        width: 16px;
        vertical-align: text-top;
        margin-top: 2px;
        margin-right: 10px;
        line-height: 1; }
  .profile-header p {
    color: #ffffff;
    margin-bottom: 0px; }
    .profile-header p.gen-info {
      font-family: "TradeGothicNextLTProBdCn";
      font-size: 1.5rem;
      line-height: 20px;
      margin-bottom: 10px; }
  .profile-header .profile-img {
    margin-bottom: 10px;
    max-width: 275px;
    max-height: 232px;
    height: 232px;
    overflow: hidden; }
  .profile-header .second-info {
    padding-bottom: 50px;
    border-top: 1px solid #3C6787; }
    .profile-header .second-info .it-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .profile-header .second-info .column {
      padding-left: 0; }
    .profile-header .second-info .second-info-in {
      padding-top: 20px;
      padding-bottom: 10px;
      min-width: 197px; }
      .profile-header .second-info .second-info-in p {
        padding-bottom: 5px;
        font-family: "TradeGothicNextLTProBdCn";
        margin-bottom: 10px;
        font-size: 1.5rem; }
      .profile-header .second-info .second-info-in ul {
        list-style-type: none;
        padding-left: 0;
        margin-left: 0; }
        .profile-header .second-info .second-info-in ul li, .profile-header .second-info .second-info-in ul a {
          font-family: "DMSans";
          font-size: 1.8rem;
          line-height: 30px;
          color: #ffffff; }
          .profile-header .second-info .second-info-in ul li a, .profile-header .second-info .second-info-in ul a a {
            display: inline-block;
            text-decoration: underline; }
          .profile-header .second-info .second-info-in ul li.alumni-contact a, .profile-header .second-info .second-info-in ul a.alumni-contact a {
            font-size: 1.5rem; }
      .profile-header .second-info .second-info-in .about-alumni {
        font-family: "TradeGothicNextLTProBdCn";
        font-size: 1.5rem;
        line-height: 15px;
        letter-spacing: 0.5px;
        text-decoration: underline;
        color: #ffffff; }

.tabs-container .row.tabs {
  width: 50%; }

@media (min-width: 680px) and (max-width: 770px) {
  .profile-header .first-info-block .main-st {
    max-width: 230px;
    padding-right: 10px; } }

@media (min-width: 768px) {
  .profile-header .first-info-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .profile-header .first-info-block .column:last-child:not(:first-child), .profile-header .first-info-block .columns:last-child:not(:first-child) {
    float: left; }
  .profile-header .second-info {
    padding-bottom: 50px; }
    .profile-header .second-info .column {
      padding-top: 30px; }
    .profile-header .second-info .it-block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
  .profile-header .second-info-in.last-info {
    padding-right: 0;
    text-align: right; }
  .profile-header .vt-name-main-in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .profile-header .profile-img {
    max-width: 275px;
    max-height: 232px;
    width: 275px;
    height: 232px;
    overflow: hidden; } }

@media (min-width: 1000px) {
  .profile-header .first-info-block .column.alumnus-of, .profile-header .second-info .column.alumnus-of {
    padding-left: 35px;
    min-width: 300px; }
  .profile-header .first-info-block .column.jsmith-mail, .profile-header .second-info .column.jsmith-mail {
    padding-left: 35px;
    min-width: 370px; }
  .profile-header .first-info-block {
    width: 81%;
    margin-bottom: 80px; }
    .profile-header .first-info-block .main-st {
      max-width: 300px;
      min-width: 300px; }
    .profile-header .first-info-block .t-shirt {
      min-width: 350px; }
  .profile-header .second-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .profile-header .second-info .second-info-in.last-info {
      padding-right: 0;
      text-align: right;
      width: auto;
      padding-top: 35px; }
    .profile-header .second-info .member-of {
      border-right: 1px solid #3C6787;
      max-width: 235px;
      min-width: 235px; } }

@media (min-width: 1280px) {
  .profile-header {
    padding-right: 7rem;
    padding-left: 7rem; }
    .profile-header .first-info-block .column.alumnus-of, .profile-header .first-info-block .column.jsmith-mail, .profile-header .second-info .column.alumnus-of, .profile-header .second-info .column.jsmith-mail {
      padding-left: 35px;
      min-width: 380px; } }

@media (min-width: 1360px) {
  .profile-header .column.main-st, .profile-header .column.member-of {
    min-width: 300px;
    max-width: 300px; } }

@media (min-width: 1440px) {
  .profile-header .first-info-block .column.alumnus-of, .profile-header .first-info-block .column.jsmith-mail, .profile-header .second-info .column.alumnus-of, .profile-header .second-info .column.jsmith-mail {
    padding-left: 35px;
    min-width: 380px;
    max-width: 380px; } }

@media (min-width: 1917px) {
  .profile-header .first-info-block {
    width: 83%; } }

.contact-details {
  padding-top: 20px;
  padding-bottom: 50px; }
  .contact-details .contact-details-heading {
    margin-bottom: 40px; }
  .contact-details p {
    margin-bottom: 0; }
  .contact-details h4 {
    padding-bottom: 7px; }
  .contact-details .contact-details-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contact-details .contact-details-in .column {
      padding-left: 0; }
    .contact-details .contact-details-in .office-location-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      padding-bottom: 25px; }
  .contact-details h2:before {
    display: inline-block;
    content: ' ';
    background-image: url(assets/images/oval-orange.svg);
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    vertical-align: text-top;
    margin-top: 8px;
    margin-right: 10px;
    line-height: 1; }

.two-texts {
  text-align: left; }
  .two-texts.heading-two-text {
    padding: 0;
    max-width: 800px; }
    .two-texts.heading-two-text .text-black-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .two-texts.heading-two-text .team-image {
      margin-top: 60px; }
      .two-texts.heading-two-text .team-image img {
        min-width: 100%;
        height: 321px;
        -o-object-fit: cover;
        object-fit: cover; }
  .two-texts .text-black-header {
    margin-top: 60px; }
    .two-texts .text-black-header .text-black-header-in {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      max-width: 610px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .two-texts .text-black-header .text-black-header-in h5 {
        font-size: 1.5rem;
        color: black;
        line-height: 1.33;
        font-family: "TradeGothicNextLTProBdCn"; }
      .two-texts .text-black-header .text-black-header-in h4 {
        font-size: 1.5rem;
        color: #53626f;
        line-height: 1.2;
        font-family: "TradeGothicNextLTProCn"; }
      .two-texts .text-black-header .text-black-header-in h3 {
        margin-left: 360px;
        font-size: 2.4rem;
        color: #000000;
        line-height: 1.25;
        font-family: "TradeGothicNextLTProBdCn"; }
  .two-texts.favorite-text {
    padding: 4rem 2rem 2rem 2rem; }
    .two-texts.favorite-text .bio {
      padding-left: 0px;
      margin-left: 200px;
      width: 7%; }
      .two-texts.favorite-text .bio h3 {
        font-size: 2.4rem;
        color: #000000;
        line-height: 1.25;
        font-family: "TradeGothicNextLTProBdCn"; }
      .two-texts.favorite-text .bio p {
        margin-top: 60px; }
    .two-texts.favorite-text .bio-text {
      float: left !important; }
    .two-texts.favorite-text .list-row {
      padding-bottom: 40px;
      border-top: 2px solid #d5d7d9;
      max-width: 800px;
      margin: 0 auto; }
    .two-texts.favorite-text .list-grid {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .two-texts.favorite-text .list-grid .list-item {
        position: relative;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 2px solid #d5d7d9; }
        .two-texts.favorite-text .list-grid .list-item p {
          padding-right: 80px; }

@media (min-width: 640px) {
  .two-texts.heading-two-text .team-image {
    margin-top: 60px;
    float: left !important; }
    .two-texts.heading-two-text .team-image img {
      min-width: 380px;
      height: 321px;
      -o-object-fit: cover;
      object-fit: cover; }
  .two-texts.favorite-text .list-grid .list-item {
    width: 50%; } }

@media (min-width: 1000px) {
  .two-texts.heading-two-text .text-black-header {
    padding-left: 0; } }

@media (min-width: 1200px) {
  .two-texts {
    padding: 0 180px 50px 180px; } }

.sub-headings, .news-sub-headings {
  width: 100%;
  max-width: 100%;
  padding-bottom: 20px; }
  .sub-headings .sub-headings-in, .news-sub-headings .sub-headings-in {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .sub-headings .news-sub-headings-in, .news-sub-headings .news-sub-headings-in {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .sub-headings .news-sub-headings-in p, .news-sub-headings .news-sub-headings-in p {
      letter-spacing: normal;
      color: #ffffff;
      line-height: 21px; }
    .sub-headings .news-sub-headings-in span, .news-sub-headings .news-sub-headings-in span {
      font-weight: normal;
      font-family: "DMSans"; }
  .sub-headings p, .sub-headings a, .news-sub-headings p, .news-sub-headings a {
    word-break: break-word; }
  .sub-headings p, .news-sub-headings p {
    margin-bottom: 0; }
    .sub-headings p.title-column, .news-sub-headings p.title-column {
      font-family: "TradeGothicNextLTProBdCn";
      font-size: 1.5em;
      padding-bottom: 0;
      margin-bottom: 5px;
      line-height: 20px; }
      .sub-headings p.title-column.news-first-text, .news-sub-headings p.title-column.news-first-text {
        padding-right: 40px;
        line-height: 20px; }
      .sub-headings p.title-column.news-second-text, .news-sub-headings p.title-column.news-second-text {
        font-family: "DMSansBold"; }
      .sub-headings p.title-column.news-third-text, .news-sub-headings p.title-column.news-third-text {
        font-family: "DMSans"; }
      .sub-headings p.title-column .news-separator, .news-sub-headings p.title-column .news-separator {
        padding-right: 10px;
        padding-left: 10px; }
  .sub-headings .sub-headings-block, .news-sub-headings .sub-headings-block {
    padding-top: 40px; }

.news-sub-headings {
  background: #0c426a;
  margin-top: -58px; }

@media (min-width: 640px) {
  .sub-headings {
    margin-top: -40px; }
  .sub-headings, .news-sub-headings {
    padding-bottom: 45px;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .sub-headings .column, .news-sub-headings .column {
      padding-right: 0; }
    .sub-headings .sub-headings-in, .news-sub-headings .sub-headings-in {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

@media (min-width: 1000px) {
  .news-sub-headings .news-sub-headings-in {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 1280px) {
  .sub-headings {
    padding-left: 7rem;
    padding-right: 7rem; } }

.block-partnersmajor .two-texts {
  padding: 0 2rem 50px 2rem;
  margin-left: 0;
  margin-right: 0; }

.block-partnersmajor .img-in {
  text-align: center;
  margin-bottom: 20px; }

.block-partnersmajor h3 {
  padding-bottom: 0; }

@media (min-width: 1000px) {
  .block-partnersmajor .two-texts {
    padding: 0 18rem 50px 18rem; }
    .block-partnersmajor .two-texts .lift-block-person {
      border-right: 2px solid #eeeff0;
      padding-right: 30px; }
    .block-partnersmajor .two-texts .right-block-person {
      border-left: 0;
      padding-left: 30px; } }

.locations-details {
  padding-top: 20px;
  padding-bottom: 50px;
  max-width: 100%; }
  .locations-details .locations-details-heading {
    margin-bottom: 40px; }
  .locations-details .location-three-columns p {
    padding-bottom: 20px; }
  .locations-details p {
    margin-bottom: 0; }
  .locations-details h4 {
    padding-bottom: 7px; }
  .locations-details .locations-details-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .locations-details .locations-details-in .column {
      padding-left: 0; }
    .locations-details .locations-details-in .office-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      padding-bottom: 25px; }
  .locations-details h2.blue-marker:before {
    display: inline-block;
    content: ' ';
    background-image: url(assets/images/oval-blue.svg);
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    vertical-align: text-top;
    margin-top: 5px;
    margin-right: 10px;
    line-height: 1; }
  .locations-details h2.orange-marker:before {
    display: inline-block;
    content: ' ';
    background-image: url(assets/images/oval-orange.svg);
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    vertical-align: text-top;
    margin-top: 5px;
    margin-right: 10px;
    line-height: 1; }

@media (min-width: 1000px) {
  .locations-details h2.blue-marker:before {
    margin-top: 8px; }
  .locations-details h2.orange-marker:before {
    margin-top: 8px; }
  .locations-details .column {
    padding-left: 7rem; } }

.block-separator {
  display: block;
  min-height: 0;
  height: 0;
  width: 100%;
  float: none;
  clear: both;
  background: transparent;
  margin: 0 auto; }
  .block-separator .block-separator-mobile {
    display: block; }
  .block-separator .block-separator-desktop {
    display: none; }

@media (min-width: 1024px) {
  .block-separator .block-separator-mobile {
    display: none !important; }
  .block-separator .block-separator-desktop {
    display: block !important; } }

.slideshow-component {
  margin-top: 40px;
  padding-top: 80px;
  margin-bottom: 20px;
  background: #eeeff0; }
  .slideshow-component .slideshow-main {
    position: relative; }
  .slideshow-component .slideshow-section-main {
    padding-left: 0;
    padding-right: 0;
    position: relative; }
    .slideshow-component .slideshow-section-main .button-for-desktop {
      display: none !important; }
    .slideshow-component .slideshow-section-main .description-wrapper .slide-title-desktop {
      display: none; }
  .slideshow-component .slideshow-section .slideshow-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .slideshow-component .slideshow-section .slideshow-block .slide-title-mobile {
      display: block;
      min-height: 125px; }
    .slideshow-component .slideshow-section .slideshow-block .column-slideshow {
      padding-top: 0; }
  .slideshow-component .slideshow-section .slideshow-image {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    max-height: 175px;
    overflow: hidden; }
  .slideshow-component .slideshow-section h2 {
    font-family: "TradeGothicNextLTProBdCn";
    letter-spacing: 0;
    line-height: 32px;
    font-size: 2.8rem;
    padding-bottom: 10px;
    margin-bottom: 0;
    min-height: 74px; }
  .slideshow-component .slideshow-section a {
    display: block; }
  .slideshow-component .slideshow-section h4 {
    font-family: "TradeGothicNextLTProBdCn";
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0; }
  .slideshow-component .slideshow-section p {
    font-family: "DMSans";
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 21px; }
    .slideshow-component .slideshow-section p a {
      display: block; }
  .slideshow-component .count-slide {
    font-family: "TradeGothicNextLTProCn";
    font-size: 15px;
    line-height: 18px;
    color: #53626f;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block; }
  .slideshow-component .slideshow-buttons {
    position: absolute;
    width: 100%;
    top: 200px;
    height: 20px;
    z-index: 1; }
    .slideshow-component .slideshow-buttons .slideshow-carousel-buttons {
      display: block;
      position: relative; }
      .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .slick-prev, .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        display: block;
        width: 12px;
        height: 20px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent; }
      .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .slick-prev {
        right: 8rem; }
      .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .slick-next {
        right: 2rem; }
      .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .slick-arrow.slick-prev,
      .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .slick-arrow.slick-next {
        visibility: visible !important;
        display: inline-block !important; }
        .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .slick-arrow.slick-prev:focus,
        .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .slick-arrow.slick-next:focus {
          outline: transparent; }
      .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .fa-angle-left:before {
        content: "\f104";
        color: #000000;
        width: 20px;
        height: 20px;
        font-weight: bold;
        font-size: 21px; }
      .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .fa-angle-left:hover:before {
        color: #bdbebf; }
      .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .fa-angle-right:before {
        content: "\f105";
        color: #000000;
        width: 20px;
        height: 20px;
        font-size: 21px;
        font-weight: bold; }
      .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .fa-angle-right:hover:before {
        color: #bdbebf; }

@media (min-width: 360px) {
  .slideshow-component .slideshow-section .slideshow-image {
    max-height: 200px;
    overflow: hidden; }
  .slideshow-component .slideshow-buttons {
    top: 225px; } }

@media (min-width: 414px) {
  .slideshow-component .slideshow-section .slideshow-image {
    max-height: 228px;
    overflow: hidden; }
  .slideshow-component .slideshow-buttons {
    top: 252px; } }

@media (min-width: 600px) {
  .slideshow-component {
    margin-top: 100px;
    margin-bottom: 0;
    padding-bottom: 120px; }
    .slideshow-component .slideshow-component-in {
      margin-top: -123px; }
      .slideshow-component .slideshow-component-in .slide-title-mobile {
        display: none !important; }
    .slideshow-component .slideshow-main {
      position: relative; }
    .slideshow-component .slideshow-section-main {
      padding-left: 0;
      padding-right: 0;
      position: relative; }
      .slideshow-component .slideshow-section-main .button-for-desktop {
        display: none; }
      .slideshow-component .slideshow-section-main .description-wrapper .slide-title-desktop {
        display: block;
        max-width: 470px; }
    .slideshow-component .slideshow-section .slideshow-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .slideshow-component .slideshow-section .slideshow-block .column-slideshow {
        padding-top: 40px; }
    .slideshow-component .slideshow-section .slideshow-image {
      max-height: 372px;
      overflow: hidden;
      max-width: 650px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .slideshow-component .slideshow-section h2 {
      letter-spacing: 0;
      line-height: 46px; }
    .slideshow-component .slideshow-section a {
      display: block; }
    .slideshow-component .slideshow-buttons {
      top: 200px; }
      .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .slick-prev {
        left: 3rem; }
      .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .slick-next {
        right: 3rem; } }

@media (min-width: 1000px) {
  .slideshow-component .slideshow-main {
    position: relative; }
  .slideshow-component .slideshow-section-main {
    padding-left: 0;
    padding-right: 0;
    position: relative; }
  .slideshow-component .slideshow-section .slideshow-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .slideshow-component .slideshow-section .slideshow-block .column-slideshow {
      padding-top: 4rem;
      padding-right: 3rem;
      padding-left: 3rem; }
  .slideshow-component .slideshow-section .slideshow-image {
    max-height: 500px;
    max-width: 800px;
    padding-left: 0;
    padding-right: 0; }
  .slideshow-component .slideshow-section h2 {
    letter-spacing: 0;
    line-height: 46px; }
  .slideshow-component .slideshow-section h4 {
    padding-top: 15px;
    padding-left: 0;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0; }
  .slideshow-component .slideshow-buttons {
    top: 245px;
    height: 20px;
    z-index: 1; }
    .slideshow-component .slideshow-buttons .slideshow-carousel-buttons {
      display: block; }
      .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .slick-prev, .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .slick-next {
        display: block;
        width: 12px;
        height: 20px; }
      .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .slick-prev {
        left: 5rem; }
      .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .slick-next {
        right: 5rem; }
      .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .fa-angle-left:before {
        font-size: 27px; }
      .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .fa-angle-right:before {
        font-size: 27px; } }

@media (min-width: 1200px) {
  .slideshow-component .slideshow-section h2 {
    font-size: 4.2rem;
    line-height: 46px; }
  .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .slick-prev {
    left: 13rem; }
  .slideshow-component .slideshow-buttons .slideshow-carousel-buttons .slick-next {
    right: 13rem; } }

.text-sidebar-two-sizes {
  padding-top: 4%;
  padding-bottom: 15%; }
  .text-sidebar-two-sizes .text-left-heading {
    padding-bottom: 30px; }
  .text-sidebar-two-sizes .text-medium {
    margin-bottom: 55px; }
    .text-sidebar-two-sizes .text-medium p {
      padding-bottom: 20px; }
  .text-sidebar-two-sizes .two-sizes-sidebar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .text-sidebar-two-sizes .two-sizes-sidebar-right .two-sizes-sidebar-in {
      max-width: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .text-sidebar-two-sizes .two-sizes-sidebar-right .partners-top-text {
      margin-bottom: 12px;
      font-size: 1.5rem;
      font-family: "TradeGothicNextLTProBdCn"; }
    .text-sidebar-two-sizes .two-sizes-sidebar-right .two-sizes-bottom-text {
      margin-bottom: 15px; }
    .text-sidebar-two-sizes .two-sizes-sidebar-right .two-sizes-bt-link {
      max-width: 300px;
      white-space: pre-wrap;
      word-break: break-word;
      width: 100%; }
  .text-sidebar-two-sizes .img-two-sizes-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .text-sidebar-two-sizes .img-two-sizes-main .img-two-sizes {
      min-height: 140px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0; }
      .text-sidebar-two-sizes .img-two-sizes-main .img-two-sizes.image-large, .text-sidebar-two-sizes .img-two-sizes-main .img-two-sizes.image-small {
        width: auto; }
        .text-sidebar-two-sizes .img-two-sizes-main .img-two-sizes.image-large img, .text-sidebar-two-sizes .img-two-sizes-main .img-two-sizes.image-small img {
          margin-bottom: 2rem; }
      .text-sidebar-two-sizes .img-two-sizes-main .img-two-sizes.image-small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .text-sidebar-two-sizes .img-two-sizes-main .img-two-sizes.image-large {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }

@media (min-width: 768px) {
  .text-sidebar-two-sizes {
    padding-bottom: 2%; } }

.donate-block-right {
  padding-bottom: 3%; }
  .donate-block-right h2 {
    color: #ffffff;
    padding-bottom: 20px;
    line-height: 32px; }
  .donate-block-right p {
    color: #ffffff;
    padding-bottom: 24px;
    padding-top: 10px;
    font-family: "DMSans"; }
  .donate-block-right .donate-block-right-img {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 80px; }

@media (max-width: 640px) {
  .donate-block-right-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media (min-width: 768px) {
  .donate-block-right .expand-normal.donate-block-right-in {
    padding-bottom: 0; }
    .donate-block-right .expand-normal.donate-block-right-in .donate-block-right-img {
      margin-bottom: 0; }
      .donate-block-right .expand-normal.donate-block-right-in .donate-block-right-img img {
        display: block;
        margin: 0 auto; }
    .donate-block-right .expand-normal.donate-block-right-in .column-content {
      padding-top: 75px; }
  .donate-block-right h2 {
    line-height: 46px;
    font-size: 5.2rem; } }

.four-image-main {
  padding-bottom: 2%; }
  .four-image-main .card-image-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .four-image-main h2 {
    line-height: 42px; }
  .four-image-main .title-header {
    padding-bottom: 0;
    margin-bottom: 0; }
  .four-image-main .block-image {
    max-height: 320px;
    overflow: hidden;
    text-align: center; }
  .four-image-main .card-image-block {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 380px; }
    .four-image-main .card-image-block h5 {
      text-transfourm: uppercase;
      color: #53626f;
      font-family: "TradeGothicNextLTProCn"; }
    .four-image-main .card-image-block p {
      line-height: 1.67;
      margin-bottom: 0; }
  .four-image-main .four-image-main-heading {
    min-height: 60px;
    padding-top: 15px;
    padding-bottom: 10px; }
    .four-image-main .four-image-main-heading h3 {
      text-transfourm: uppercase; }
      .four-image-main .four-image-main-heading h3:hover {
        color: #0060ae; }

@media (min-width: 640px) and (max-width: 980px) {
  .four-image-main .block-image {
    max-height: 320px; } }

@media (min-width: 980px) {
  .four-image-main .card-image-block {
    max-width: 314px; } }

/*# sourceMappingURL=style.css.map */
