﻿/*===============================
    General Layout Styling
=================================*/
/*html, body {
    overflow: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}*/
/* Sass Variables */
.arch-accordion {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .arch-accordion {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.arch-accordion .panel-group {
  clear: both;
  margin-bottom: 0;
}
.arch-accordion .panel-group + .panel-group {
  margin-top: 5px;
}
.arch-accordion .panel-default {
  border: none;
  background-color: transparent;
}
.arch-accordion .panel-heading {
  background-color: transparent;
  padding: 15px 0 20px 0;
}
.arch-accordion .panel-heading[aria-expanded=true] .panel-title > .icon:before {
  content: "\f00d";
}
.arch-accordion .panel-title {
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.arch-accordion .panel-title:hover {
  text-decoration: underline;
}
.arch-accordion .panel-title > .icon:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 1.6em;
  width: 40px;
  line-height: 0.8;
  float: left;
  padding: 0;
  margin: 0;
  color: #697591;
}
.arch-accordion .panel-title > .icon, .arch-accordion .panel-title .media-icon {
  margin-right: 22px;
}
.arch-accordion .panel-title .media-icon {
  height: 75px;
  width: 75px;
}
.arch-accordion .panel-body {
  border: 0;
}
.arch-accordion .panel-body img {
  max-width: 100%;
  height: auto !important;
}
.arch-accordion .depth-1 {
  text-transform: uppercase;
  border: none;
  padding: 25px 0px;
}
.arch-accordion .depth-1[aria-expanded=true] .panel-title > .icon:before {
  content: "\f078"; /* fa-chevron-down */
  margin-top: -10px;
}
.arch-accordion .depth-1 .panel-title {
  font-size: 24px;
}
.arch-accordion .depth-1 .panel-title > .icon:before {
  content: "\f054"; /*  fa-chevron-right */
}
.arch-accordion .depth-2 {
  border-bottom: 1px dotted #697591;
  text-transform: uppercase;
}
.arch-accordion .depth-2 + .panel-collapse .panel-body > .rte {
  padding-top: 15px;
}
.arch-accordion .depth-3 {
  border-bottom: 1px dotted #697591;
}
.arch-accordion .depth-3 + .panel-collapse .panel-body > .rte {
  padding-top: 15px;
}

.secondary-nav-bg.colour-slide-up .colour-slide-up-hover li {
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #002d5f 45%, var(--nav-colour) 45%);
  transition: background-position 0.2s ease-in-out;
}
.secondary-nav-bg.colour-slide-up .colour-slide-up-hover li:hover, .secondary-nav-bg.colour-slide-up .colour-slide-up-hover li:focus, .secondary-nav-bg.colour-slide-up .colour-slide-up-hover li.active {
  background-position: 0 100%;
}
.secondary-nav-bg.colour-slide-up .colour-slide-up-hover li a:hover, .secondary-nav-bg.colour-slide-up .colour-slide-up-hover li.active a {
  color: white;
  height: auto;
}

.email-form.SchoolJourneys .custom-checkbox, .email-form.SchoolJourneys .custom-radio {
  display: flex;
}
.email-form.SchoolJourneys .custom-checkbox input, .email-form.SchoolJourneys .custom-radio input {
  flex-shrink: 0;
}
.email-form.SchoolJourneys .custom-checkbox label, .email-form.SchoolJourneys .custom-radio label {
  font-weight: 300;
  margin-left: 0.25em;
}

@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: none;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: left !important;
  }
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.search_bar {
  width: calc(100% - 30px);
  margin-left: 15px;
}

.nav-logo img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 760px) {
  .meganavlist > ul {
    margin-bottom: 10px;
  }
}
@media (min-width: 1368px) {
  .search_bar {
    width: 200px;
    margin-left: 0;
  }
  .search_bar .search-input {
    width: 100%;
    left: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .form-inline .input-group > .form-control:focus {
    width: 200%;
    left: -100%;
  }
}
/* ============================
 new settings for 1367 + screens
============================ */
@media (min-width: 1367px) {
  .navbar-header {
    float: left;
  }
}
@media (min-width: 1367px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1367px) {
  .navbar-toggle {
    display: none;
  }
}
@media (max-width: 1367px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1367px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 1367px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
@media (min-width: 1367px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1367px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1367px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
/*============================
Tablet burger YAMM menu amends
 ============================*/
@media screen and (min-width: 1367px) {
  .yamm .nav,
  .yamm .collapse,
  .yamm .dropup,
  .yamm .dropdown {
    position: static;
  }
  .yamm .container {
    position: relative;
  }
  .yamm .dropdown-menu {
    left: auto;
  }
  .yamm .yamm-content {
    padding: 0;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    margin: 0 -20px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .yamm .nav,
  .yamm .collapse,
  .yamm .dropup,
  .yamm .dropdown {
    position: inherit;
  }
  .yamm .container {
    position: inherit;
  }
  .yamm .dropdown-menu {
    left: auto;
  }
  .yamm .yamm-content {
    padding: 20px 30px;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    margin: 0 -20px 0 20px;
  }
}
@media only screen and (max-width: 641px) {
  .dropdown.open .dropdown-toggle .ext-l {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1367px) {
  .dropdown .dropdown-toggle .ext-l {
    display: none !important;
    margin-top: 2px;
  }
  .dropdown.open .dropdown-toggle .ext-l {
    display: inline-block !important;
  }
  .nav-col {
    padding: 0;
  }
  .nav-col .nav-col {
    padding-left: 5%;
  }
  .nav-logo {
    margin: 0;
  }
  div.nav-col ul.nav-col li {
    padding: 8px 0;
    border-bottom: 1px solid #CCC;
  }
  div.nav-col ul.nav-col.last li {
    border-bottom: none;
    border-top: 1px solid #CCC;
    margin-top: -1px;
  }
  ul.nav-col li.meganavlist {
    border-bottom: none !important;
    padding: 0 !important;
  }
  a.nav-section-title {
    padding: 8px 0;
    margin-left: -20px;
    padding-left: 20px;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #ccc;
    margin-top: -1px;
  }
  a.nav-section-title.first {
    border-top: none;
    margin-top: auto;
  }
  .navbar-nav > li > a {
    border-top: 1px solid #CCC;
    border-color: #CCC !important;
    border-bottom: 1px solid #CCC;
    margin-top: -1px;
  }
  .nav-col a {
    color: #777;
  }
  .nav-col strong {
    font-weight: normal;
  }
  .nav-col ul ul {
    padding-left: 5%;
  }
}
@media screen and (min-width: 1367px) {
  .dropdown-menu .divider {
    background-color: #CCC;
    margin-right: 10px;
  }
  .nav-col {
    padding: 5px 20px;
  }
  .meganavgrid .nav-col {
    border-right: 1px solid #ccc;
  }
  .meganavgrid .nav-col:last-child {
    border-right: 0;
  }
  .meganavlist ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
  }
  .meganavlist.bridge {
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
  }
  .meganavlast {
    border-bottom: 1px solid #CCC !important;
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 768px) {
  .dropdown-menu .divider {
    background-color: #CCC;
    margin-right: 10px;
  }
  .nav-col {
    padding: 5px 20px;
  }
  .meganavgrid .nav-col {
    border-right: 1px solid #ccc;
  }
  .meganavgrid .nav-col:last-child {
    border-right: 0;
  }
  .meganavlist ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
  }
  .meganavlist.bridge {
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
  }
  .meganavlast {
    border-bottom: 1px solid #CCC !important;
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 641px) {
  .dropdown.active .dropdown-menu.is-current-or-child {
    display: block;
    float: none;
    position: static;
  }
  .dropdown.active .dropdown-menu.is-current-or-child .row {
    margin-left: 5px;
  }
  .dropdown.active .dropdown-menu.is-current-or-child .nav-top-spacing {
    margin-top: 0;
  }
}
@media screen and (max-width: 1367px) and (min-width: 641px) {
  .nav-top-spacing {
    margin-top: -10px;
  }
  .nav-logo {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1367px) {
  .nav-top-menu {
    margin-top: 25px;
  }
  .nav-top-menu-rsf {
    margin-top: 15px;
  }
  /*.meganavlast {
  	border-bottom: none !important;
  }*/
  .nav-logo {
    text-align: center;
    padding: 20px 0;
  }
  .nav-logo-rsf {
    margin-top: 15px;
  }
  .nav-logo-mrs {
    margin-top: 5px;
  }
  .yamm {
    margin-left: -50px;
  }
  /* Disable this css to enable dropdown on enable toggle=dropdown */
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .nav-top-menu {
    margin-top: 25px;
  }
  .nav-top-menu-rsf {
    margin-top: 15px;
  }
  /*.meganavlast {
  	border-bottom: none !important;
  }*/
  .nav-logo {
    text-align: center;
    padding: 20px 0;
  }
  .nav-logo-rsf {
    margin-top: 15px;
  }
  .nav-logo-mrs {
    margin-top: 5px;
  }
  .yamm {
    margin-left: -50px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1367px) {
  .nav-logo-rsf img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1367px) {
  .navbar-toggle {
    margin-right: 15px;
  }
  .yamm.navbar-default {
    margin-left: 0px;
  }
  .yamm.navbar-default .container {
    width: 100%;
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
  }
  .container > .navbar-header {
    margin: 0px;
  }
  .yamm.navbar-default .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.secondary-nav {
  width: 100%;
  padding-top: 0;
}

.secondary-nav:hover {
  padding-top: 0;
}

.secondary-nav li.active {
  margin-bottom: -17px;
}

.secondary-nav li:hover {
  margin-bottom: 0;
  margin-top: 0;
  height: auto;
}

.secondary-nav li a {
  padding-top: 8px;
  margin-bottom: 0;
}

.secondary-nav li.active a {
  text-decoration: none;
  height: 52px;
  color: #666;
}

.secondary-nav.general-hover li a:hover, .secondary-nav.general-hover li.active a {
  background: #f9f8f6;
  color: #666;
  padding-top: 8px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .secondary-nav {
    width: auto;
    margin-bottom: 0;
  }
  .secondary-nav li a {
    padding: 17px 10px 14px 10px;
  }
  .secondary-nav.general-hover li a:hover, .secondary-nav.general-hover li.active a {
    padding-top: 17px;
  }
}
.secondary-nav-bg {
  overflow: hidden;
}

.rssp-section {
  background: #003876;
}

.rssp-section a {
  color: white;
}

.mrs-section {
  background: #000;
}

.mrs-section a {
  color: white;
}

.rsf {
  background: #EBB426;
}

.rsf a {
  color: white;
}

.secondary-nav.rsf-hover li a:hover, .secondary-nav.rsf-hover li.active a {
  background: #F8E6B8;
}

.gfei {
  background: #9F9F26;
}

.gfei a {
  color: white;
}

.secondary-nav.gfei-hover li a:hover, .secondary-nav.gfei-hover li.active a {
  background: #DEDFBD;
}

.general {
  background-color: #002d5f;
}

.general a {
  color: white;
}

.secondary-nav-bg.general .secondary-nav-section {
  padding: 17px 10px 14px 10px;
  background: white;
}

.secondary-nav-bg.general .secondary-nav-section a {
  color: #333;
}

#social-grid-items .connect-item.item-1x1,
#social-grid-items .connect-item.item-2x2,
#social-grid-items .connect-item.item-2x1 {
  width: 50%;
  min-width: calc((100vw - 31px) / 2);
  height: 225px;
}

@media screen and (min-width: 568px) {
  #social-grid-items .connect-item.item-2x2,
  #social-grid-items .connect-item.item-2x1 {
    width: calc((100vw - 31px) / 2);
    min-width: initial;
  }
}
#social-grid-items .connect-item.facebook .post-content.last,
#social-grid-items .connect-item.twitter .post-content.last {
  left: auto;
  min-height: inherit;
  font-size: 88%;
  right: auto;
  bottom: auto;
  top: 30%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 60%;
}

#social-grid-items .connect-item.facebook .post-footer,
#social-grid-items .connect-item.twitter .post-footer {
  bottom: auto;
  top: 22px;
  left: 5px;
}

#social-grid-items .connect-item.youtube .post-footer {
  width: 100%;
  background: #ECECEC;
  color: #333;
}

@media screen and (max-width: 974px) {
  #social-grid-items .connect-item.youtube .post-footer {
    font-size: 12px;
    padding: 7px;
  }
}
.arch-connectSection .grid-item-wrapper, .arch-youtubeVideoGrid .grid-item-wrapper {
  margin-left: 15px;
}

@media screen and (min-width: 767px) {
  .arch-connectSection .grid-item-wrapper, .arch-youtubeVideoGrid .grid-item-wrapper {
    margin-left: 0;
  }
  .grid-item .caption-wrap {
    margin-top: 20px;
  }
  .arch-grid .grid-item .caption {
    position: absolute;
    overflow: hidden;
    -moz-transition: max-height 450ms linear 0ms;
    -o-transition: max-height 450ms linear 0ms;
    -webkit-transition: max-height 450ms linear 0ms;
    transition: max-height 450ms linear 0ms;
    bottom: 1px;
    left: 0;
    right: 0;
  }
  .arch-grid .grid-item:hover .caption {
    max-height: 100% !important;
  }
  .arch-grid .grid-item .caption .caption-wrap {
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    -webkit-transition: color 300ms linear;
    transition: color 300ms linear;
  }
  section.even .grid-item-wrapper .grid-item.even .caption .caption-wrap,
  section.odd .grid-item-wrapper .grid-item.odd .caption .caption-wrap {
    color: #fff;
  }
  section.odd .grid-item-wrapper .grid-item.even .caption .caption-wrap,
  section.even .grid-item-wrapper .grid-item.odd .caption .caption-wrap {
    color: #ECECEC;
  }
  section.even .grid-item-wrapper .grid-item:hover.even .caption .caption-wrap,
  section.odd .grid-item-wrapper .grid-item:hover.odd .caption .caption-wrap,
  section.odd .grid-item-wrapper .grid-item:hover.even .caption .caption-wrap,
  section.even .grid-item-wrapper .grid-item:hover.odd .caption .caption-wrap {
    color: #000;
  }
}
.carousel-inner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .carousel-inner img {
    max-width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 3439px) {
  .carousel-caption {
    left: 25%;
  }
}
html {
  -ms-overflow-style: scrollbar;
}

@media screen and (min-width: 760px) {
  footer .col-content {
    min-height: 150px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 760px) and (orientation: portrait) {
  footer .col-content {
    min-height: inherit;
    margin-bottom: auto;
  }
}
/*===============================
    Content Style Overrides
=================================*/
@media screen and (max-width: 568px) {
  .free-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*===============================
    Bootstrap Overrides
=================================*/
.carousel {
  z-index: auto;
}

.carousel-control {
  z-index: 100;
}

.dropdown-menu {
  z-index: 1001;
}

/*===============================
    Header Styling
=================================*/
.banner {
  background-image: none;
  background-color: #fff;
}

.logo {
  background: url(../images/true-logo.png) no-repeat;
  height: 95px;
}

@media (max-width: 991px) {
  .global-goals {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .logo {
    background: url(../images/true-mobile-logo.png) no-repeat;
    height: 68px;
    width: 211px;
  }
}
/*===============================
    Footer Styling
=================================*/
footer {
  background-color: #636363;
  padding: 25px 0;
}

.footer-logo {
  background: url(../images/true-footer-logo.svg) no-repeat;
  background-size: contain;
}

/*===============================
    Navigation Styling
=================================*/
.navbar {
  border-radius: 0 !important;
}

.navbar-default {
  background-color: #B1AEA8;
  color: #fff;
  border: 1px solid #B1AEA8;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover {
  color: #fff;
  background-color: #8b9692;
}

.search_bar {
  width: calc(100% - 30px);
}

.nav-logo img {
  max-width: 100%;
  height: auto;
}

.yamm-content h4 {
  color: #333;
}

/*===============================
    Arch Styles
=================================*/
.arch-richText, .arch-htmlContent {
  padding-left: 5px;
  padding-right: 5px;
}

.arch-richText img, .arch-htmlContent img {
  max-width: 100%;
  height: auto !important;
}

@media screen and (max-width: 768px) {
  .arch-richText, .arch-htmlContent {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*===============================
    Grid Item Styling
=================================*/
.arch-grid {
  clear: both;
}

section.alt-bg {
  margin-top: 2px;
  background-color: #f1eee9;
}

section.even .grid-item-wrapper .grid-item.even .caption,
section.even .grid-item-wrapper .grid-item.even .caption .caption-meta,
section.even .grid-item-wrapper .grid-item.even .caption .caption-wrap,
section.odd .grid-item-wrapper .grid-item.odd .caption,
section.odd .grid-item-wrapper .grid-item.odd .caption .caption-meta,
section.odd .grid-item-wrapper .grid-item.odd .caption .caption-wrap {
  background: white;
}

section.even .grid-item-wrapper .grid-item.even,
section.even .grid-item-wrapper .grid-item.even .thumbnail,
section.odd .grid-item-wrapper .grid-item.odd,
section.odd .grid-item-wrapper .grid-item.odd .thumbnail {
  background: white;
}

section.odd .grid-item-wrapper .grid-item.even .caption,
section.odd .grid-item-wrapper .grid-item.even .caption .caption-meta,
section.odd .grid-item-wrapper .grid-item.even .caption .caption-wrap,
section.even .grid-item-wrapper .grid-item.odd .caption,
section.even .grid-item-wrapper .grid-item.odd .caption .caption-meta,
section.even .grid-item-wrapper .grid-item.odd .caption .caption-wrap {
  background: #f9f8f6;
}

section.odd .grid-item-wrapper .grid-item.even,
section.odd .grid-item-wrapper .grid-item.even .thumbnail,
section.even .grid-item-wrapper .grid-item.odd,
section.even .grid-item-wrapper .grid-item.odd .thumbnail {
  background: #f9f8f6;
}

section.odd .grid-item-wrapper .EventGrid .grid-item.even,
section.even .grid-item-wrapper .EventGrid .grid-item.odd,
section.odd .grid-item-wrapper .EventGrid .grid-item.even .thumbnail,
section.even .grid-item-wrapper .EventGrid .grid-item.odd .thumbnail,
section.even .grid-item-wrapper .EventGrid .grid-item.odd .caption,
section.even .grid-item-wrapper .EventGrid .grid-item.odd .caption .caption-meta,
section.even .grid-item-wrapper .EventGrid .grid-item.odd .caption .caption-wrap {
  background: white;
}

.grid-item {
  overflow: hidden;
}

.grid-item .imageContainer a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.imageContainer .img-as-block {
  display: block;
}

.ios51-fix {
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (orientation: portrait) {
  .ios51-fix {
    background-size: 100% auto;
  }
}
@media screen and (orientation: landscape) {
  .ios51-fix {
    background-size: auto 100%;
  }
}
@media screen and (min-width: 767px) {
  .grid-item .caption-wrap {
    margin-top: 20px;
  }
  .arch-grid .grid-item .caption {
    position: absolute;
    overflow: hidden;
    -moz-transition: max-height 450ms linear 0ms;
    -o-transition: max-height 450ms linear 0ms;
    -webkit-transition: max-height 450ms linear 0ms;
    transition: max-height 450ms linear 0ms;
    bottom: 1px;
    left: 0;
    right: 0;
  }
  .arch-grid .grid-item:hover .caption {
    max-height: 100% !important;
  }
  .arch-grid .grid-item .caption .caption-wrap {
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    -webkit-transition: color 300ms linear;
    transition: color 300ms linear;
  }
  section.even .grid-item-wrapper .grid-item.even .caption .caption-wrap,
  section.odd .grid-item-wrapper .grid-item.odd .caption .caption-wrap {
    color: #fff;
  }
  section.odd .grid-item-wrapper .grid-item.even .caption .caption-wrap,
  section.even .grid-item-wrapper .grid-item.odd .caption .caption-wrap {
    color: #f9f8f6;
  }
  section.even .grid-item-wrapper .grid-item:hover.even .caption .caption-wrap,
  section.odd .grid-item-wrapper .grid-item:hover.odd .caption .caption-wrap,
  section.odd .grid-item-wrapper .grid-item:hover.even .caption .caption-wrap,
  section.even .grid-item-wrapper .grid-item:hover.odd .caption .caption-wrap {
    color: #000;
  }
}
.grid-item .caption .caption-spacer {
  height: 15px;
  margin-bottom: 10px;
}

.staff-grid-item .caption {
  min-height: 100px;
}

.social-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
}

.flickr-image, .youtube-video {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.flickr-image img, .youtube-video img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: inherit !important;
  height: 100% !important;
  width: auto;
}

.thumbnail.twitter, .thumbnail.youtube, .thumbnail.flickr, .thumbnail.facebook {
  width: 100%;
  min-height: 250px;
  margin-bottom: 2px;
}

.thumbnail.twitter, .thumbnail.facebook {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.thumbnail.twitter:hover, .thumbnail.facebook:hover {
  overflow: auto;
}

.twitter .caption, .facebook .caption {
  bottom: 0;
  position: inherit;
  padding-left: 40px;
}

.img-loading {
  background: white url("/images/loading.gif") no-repeat center center;
}

.img-failed .fa {
  width: 50%;
  display: block;
  margin: 10% 10%;
  font-size: 4em;
}

.caption .social-date {
  position: absolute;
  top: 14px;
  right: 15px;
}

/*===============================
    Navigation Logo fixes
=================================*/
.nav-logo-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 5em;
}

/*===============================
    Column Sizing
=================================*/
.col3-small {
  max-width: 291px;
  height: 290px;
}

.col3-medium {
  max-width: 388px;
  height: 290px;
}

.col3-large {
  max-width: 485px;
  height: 290px;
}

.col4 {
  max-width: 291px;
  height: 198px;
}

.col3 {
  height: 250px;
}

.col2 {
  max-width: 583px;
  height: 250px;
}

.col3-small, .col3-medium, .col3-large, .col4, .col3, .col2 {
  position: relative;
  margin: 0;
}

@media screen and (max-width: 480px) {
  /*mobile portrait*/
  .col4, .col3, .col2 {
    max-width: 100%;
    height: 110px;
  }
  .col3-small, .col3-medium, .col3-large {
    max-width: 100%;
    height: 110px;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  /*mobile landscape*/
  .col4, .col3, .col2 {
    max-width: 100%;
    height: 180px;
  }
  /*.col3-small, .col3-medium, .col3-large {
      max-width: 100%;
      height: 110px;
  }*/
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .col3-small, .col3-medium, .col3-large, .col4, .col3, .col2 {
    max-width: 100%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .col3 {
    height: 205px;
  }
  .col4 {
    height: 148px;
  }
}
@media screen and (min-width: 768px) {
  /*
  .col3-small, .col3-medium, .col3-large {
      max-width: 500px;
  }
  .col3 {max-width: 388px;}
  */
}
/*===============================
    Blog Styling
=================================*/
.blog-post-meta span:nth-of-type(2) {
  padding-left: 5px;
  border-left: 1px solid #999;
  margin-left: 3px;
}

.blog-post-img {
  max-width: 100%;
  overflow: hidden;
}

.blog-post-img img {
  min-width: 100%;
  max-width: 100%;
}

.img-right, .img-left {
  float: none;
  clear: inherit;
  margin: inherit;
}
.img-right a, .img-left a {
  margin: 0;
}
.img-right.width-288, .img-left.width-288 {
  width: 288px;
  float: right;
  max-width: 50%;
}
.img-right.width-388, .img-left.width-388 {
  width: 388px;
  float: right;
  max-width: 50%;
}

.content-image-wrapper {
  width: 100%;
}

.blog-post > .video-right {
  width: 50%;
}

.blog-post .content-image-wrapper {
  margin-bottom: 10px;
}

.blog-post .content-image-wrapper a {
  margin-top: 10px;
  display: block;
}

.content-image-wrapper a:first-child {
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .blog-post .content-image-wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .img-right.width-288, .img-left.width-288 {
    max-width: 288px;
  }
  .img-right.width-388, .img-left.width-388 {
    max-width: 388px;
  }
  .img-right {
    float: right;
    margin-left: 20px;
  }
  .img-left {
    float: left;
    margin-right: 20px;
  }
}
.blogArchive ul {
  list-style-type: none;
  padding: 0px 15px;
}

.sidebar-module {
  margin: inherit;
  padding-top: 15px;
  padding-left: 20px;
  position: relative;
}

.sidebar-module h2 {
  margin-left: -10px;
}

/*===============================
    Carousel Styling
=================================*/
.carousel-indicators {
  left: 65%;
  width: 30%;
}

.carousel-inner .item a {
  position: absolute;
  z-index: 12;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.carousel-title {
  background: none;
}

.carousel-title h1 span {
  padding: 7px 15px;
  display: inline-block;
  float: left;
  clear: left;
  white-space: nowrap;
}

.carousel-description p {
  background: none;
  padding: 0;
}

.carousel-description * {
  padding: 0;
  font-size: 20px !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1;
}

.carousel.slide .map {
  width: 100%;
  height: 250px;
}

@media screen and (min-width: 768px) {
  .carousel.slide .map {
    width: 100%;
    height: 450px;
  }
}
.player-bg-full-width {
  background: black;
  z-index: 20;
}

.player-bg-full-width .carousel-caption {
  width: auto;
  z-index: 1;
}

.video-item .container {
  z-index: 10;
  position: relative;
}

.video-item img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.item.video-item {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
}

.item.video-item iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.carousel .item .embed-responsive.embed-responsive-16by9 {
  padding: 0;
  min-height: 150px;
}

@media screen and (min-width: 768px) {
  .item.video-item {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .item.video-item {
    width: 100%;
    height: 300px;
  }
  .item.video-item iframe {
    height: 300px;
    width: 50%;
    left: 25%;
    right: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .item.video-item {
    width: 100%;
    height: 374px;
  }
  .item.video-item iframe {
    height: 374px;
    width: 50%;
    left: 25%;
    right: 25%;
  }
}
.item.video-item.playing {
  max-height: inherit;
  height: auto !important;
  z-index: 103;
}

/*===============================
    Content Modal Images
=================================*/
/*===============================
    Social Grid Items
=================================*/
.social-grid-item {
  width: 100%;
}

.social-grid-item.small {
  max-width: 25%;
}

.social-grid-item.medium {
  max-width: 25%;
}

.social-grid-item.large {
  width: 50%;
}

.arch-latestSocialItems .connect-item {
  margin-right: 1px;
}

.arch-latestSocialItems .item-wrapper:last-child .connect-item {
  margin-right: 0;
}

/*===============================
    Section Definitions
=================================*/
/*===============================
    share and follow lists
=================================*/
.social-wrapper {
  position: relative;
  top: 35px;
}

.social-wrapper > ul > li, .social-wrapper > ul > li > ul {
  float: left;
}

.social-wrapper > ul > li > ul {
  height: auto;
}

.social-wrapper .social-list-toggle {
  float: left;
  margin: 0 10px;
  padding: 4px 0 0 0;
}

.social-wrapper > ul li > a {
  color: #FFF;
}

.social-wrapper > ul li > ul li {
  float: left;
  margin: 3px 10px 0 0;
}

.share-platform iframe {
  z-index: 200;
}

.share .share-platforms {
  display: block;
  position: absolute;
  left: -99999px;
}

/*===============================
    social brand colours
=================================*/
.theatre {
  -webkit-transition: background 600ms ease-in-out;
  -moz-transition: background 600ms ease-in-out;
  -ms-transition: background 600ms ease-in-out;
  -o-transition: background 600ms ease-in-out;
  transition: background 600ms ease-in-out;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0);
}

.theatre.active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9;
  cursor: pointer;
}

/*===============================
    social grid items
=================================*/
#social-grid-items {
  max-width: 100%;
}

#social-grid-items .item-wrapper {
  background: none !important;
  /*width: 100%;*/
}

@media screen and (orientation: landscape) and (max-width: 960px) {
  #social-grid-items .item-wrapper {
    width: 49.91%;
  }
  #social-grid-items .connect-item.item-1x1 {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (orientation: landscape) and (max-width: 830px) {
  #social-grid-items .item-wrapper {
    width: auto;
  }
  #social-grid-items .connect-item.item-1x1 {
    min-width: calc((100vw - 31px) / 2);
  }
}
@media screen and (orientation: landscape) and (max-width: 829px) and (min-width: 800px) {
  #social-grid-items .item-wrapper {
    width: 49.91%;
  }
  #social-grid-items .connect-item.item-1x1 {
    min-width: 100%;
  }
}
#social-grid-items .item-wrapper .connect-item > a {
  display: block;
  width: 100%;
  height: 100%;
}

#social-grid-items .item-wrapper .social-icon {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 20;
  padding: 8px 12px 5px 12px;
  color: white;
}

#social-grid-items .flickr .post-footer, #social-grid-items .instagram .post-footer {
  width: 100%;
  background: #f9f8f6;
  padding: 15px;
  color: #333;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  overflow: hidden;
  font-size: small;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  max-height: 100px;
  z-index: 10;
}

#social-grid-items .connect-item.flickr, #social-grid-items .connect-item.instagram {
  overflow: hidden;
}

#social-grid-items .flickr .post-footer p, #social-grid-items .instagram .post-footer p {
  padding: 10px;
}

#social-grid-items .flickr:hover .post-footer, #social-grid-items .instagram:hover .post-footer {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#social-grid-items .flickr .post-author-container small, #social-grid-items .instagram .post-author-container small {
  font-size: 12px;
  line-height: 0.05;
  padding: 0;
  margin: 0;
}

#social-grid-items .connect-item .post-footer {
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 0;
  right: 0;
  padding: 5px 10px;
}

#social-grid-items .connect-item {
  position: relative;
  font-size: 14px;
  padding: 0;
}

#social-grid-items .connect-item .post-content.last {
  padding: 5px;
}

#social-grid-items .connect-item.flickr .post-content.last {
  padding: 0;
  background: white;
}

#social-grid-items .connect-item.facebook .post-content.last,
#social-grid-items .connect-item.twitter .post-content.last {
  padding: 5px 15px;
}

#social-grid-items .connect-item.flickr .post-content.last,
#social-grid-items .connect-item.facebook .post-content.first,
#social-grid-items .connect-item.twitter .post-content.first {
  display: none;
}

#social-grid-items .mailchimp {
  background: white;
}

#social-grid-items .mailchimp .post-content.first {
  display: none;
}

#social-grid-items .mailchimp .post-content.last {
  padding: 50px 15px 0 15px;
}

#social-grid-items .mailchimp .post-content.last h4 {
  margin: 5px 0 7px 0;
}

.mailchimp .submit {
  margin-top: 10px;
}

@media screen and (orientation: landscape) and (max-device-width: 768px) {
  #social-grid-items .mailchimp .post-content.last h4 {
    line-height: 2px;
    font-size: 16px;
    font-weight: normal;
  }
}
#social-grid-items .connect-item.item-1x1.mailchimp {
  height: 200px;
}

#social-grid-items .connect-item .post-body {
  position: relative;
  height: 100%;
}

#social-grid-items .connect-item .post-content {
  position: absolute;
  top: 0;
  bottom: 0;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

#social-grid-items .connect-item .post-content.first img {
  max-width: inherit;
  height: auto;
  width: auto;
}

#social-grid-items .connect-item .post-content.first a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#social-grid-items .connect-item.item-2x1 .post-content.last {
  right: 0;
  height: 100%;
  width: 100%;
}

#social-grid-items .connect-item .post-content.first {
  left: 0;
  width: 100%;
}

#social-grid-items .connect-item.item-1x1 .post-content.first {
  z-index: 10;
}

.connect-item.facebook {
  background: #EBF6FC;
}

.facebook .post-content.first {
  display: none;
}

#social-grid-items .connect-item.facebook .social-date,
#social-grid-items .connect-item.twitter .social-date {
  position: relative;
  top: -15px;
  padding-left: 50px;
}

#social-grid-items .connect-item.youtube .post-content.first {
  width: 100%;
}

#social-grid-items .connect-item.youtube .post-content.last {
  display: none;
}

@media screen and (min-width: 586px) {
  #social-grid-items .connect-item.youtube .post-footer {
    font-size: 20px;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  #social-grid-items .connect-item.item-2x1 {
    width: 583px;
    height: 248px;
  }
  #social-grid-items .connect-item.item-2x2 {
    width: 583px;
    height: 500px;
  }
  #social-grid-items .connect-item.item-1x1, #social-grid-items .connect-item.item-1x1.mailchimp {
    width: 291px;
    height: 248px;
  }
  #social-grid-items .connect-item.item-2x1 .post-content.last {
    width: 80%;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  #social-grid-items .connect-item.item-2x1,
  #social-grid-items .connect-item.item-2x2,
  #social-grid-items .connect-item.item-1x1 {
    width: 373px;
    min-width: 373px;
    height: 248px;
  }
  #social-grid-items .connect-item.item-2x1 .post-content.last {
    width: 80%;
  }
}
@media (min-width: 992px) {
  #social-grid-items .connect-item.item-2x1 {
    width: 483px;
    height: 210px;
  }
  #social-grid-items .connect-item.item-2x2 {
    width: 483px;
    height: 421px;
  }
  #social-grid-items .connect-item.item-1x1, #social-grid-items .connect-item.item-1x1.mailchimp {
    width: 241px;
    height: 210px;
    min-width: inherit;
    min-height: 210px;
  }
  #social-grid-items .connect-item.item-2x1 .post-content.last {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  #social-grid-items .connect-item.item-2x1 {
    width: 583px;
    height: 236px;
  }
  #social-grid-items .connect-item.item-2x2 {
    width: 583px;
    height: 473px;
  }
  #social-grid-items .connect-item.item-1x1, #social-grid-items .connect-item.item-1x1.mailchimp {
    width: 291px;
    height: 236px;
    min-width: inherit;
  }
  #social-grid-items .connect-item.item-2x1 .post-content.last {
    width: 80%;
  }
}
.marker-label,
.marker-icon {
  z-index: 99;
  position: absolute;
  display: block;
  margin-top: -50px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  font-size: 30px !important;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
}

/*===============================
    Member Grid Items
===============================*/
.member-grid-item.grid-item {
  height: auto;
  min-height: 260px;
  width: 48.9%;
}

.member-grid-item img {
  position: inherit !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}

.member-grid-item .caption {
  position: inherit;
}

.member-grid-item .caption-meta p {
  font-size: 11px;
}

@media screen and (orientation: landscape) {
  .member-grid-item.grid-item {
    min-height: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .member-grid-item.grid-item {
    max-width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .member-grid-item.grid-item {
    min-height: 429px;
    max-width: 24.9%;
  }
  .member-grid-item .caption {
    min-height: 230px;
  }
}
/*===============================
    New Grid Item Styles
===============================*/
.grid-item .image {
  /*-moz-transition: margin-left 300ms ease-in-out, margin-right 300ms ease-in-out, height 150ms ease-in-out;
  -o-transition: margin-left 300ms ease-in-out, margin-right 300ms ease-in-out, height 150ms ease-in-out;
  -webkit-transition: margin-left 300ms ease-in-out, margin-right 300ms ease-in-out, height 150ms ease-in-out;
  transition: margin-left 300ms ease-in-out, margin-right 300ms ease-in-out, height 150ms ease-in-out;*/
}

/* New styles */
.clean {
  background-color: #f3c615;
  color: #ffffff;
}

.clean a {
  color: #ffffff;
}

.fair {
  background-color: #d47428;
  color: #ffffff;
}

.fair a {
  color: #ffffff;
}

.target-save-lives-social {
  width: 100%;
  float: left;
  clear: both;
  margin-right: 25px;
  margin-bottom: 20px;
}

.text-block-padding-right {
  padding-right: 25px;
}

.text-block-padding-left {
  padding-left: 25px;
}

.grid-text-bg {
  padding: 18px;
}

.bg-white {
  background-color: #ffffff;
}

.bg-grey {
  background-color: #ececec;
}

@media screen and (max-width: 768px) {
  .rsf-hover li:hover,
  .gfei-hover li:hover,
  .general-hover li:hover {
    background-color: transparent !important;
  }
  .secondary-nav li.active {
    display: block;
    border: solid #ffffff;
    border-width: 0 0 1px 0;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    padding-top: 0 !important;
    padding-bottom: 8px !important;
  }
  .secondary-nav li.active a {
    padding-top: 17px;
    text-decoration: none;
    /* height: 52px; */
    color: #666;
  }
}
/*===============================
    Form Styling
===============================*/
form form .col-xs-1, form .col-sm-1, form .col-md-1, form .col-lg-1, form .col-xs-2, form .col-sm-2, form .col-md-2, form .col-lg-2, form .col-xs-3, form .col-sm-3, form .col-md-3, form .col-lg-3, form .col-xs-4, form .col-sm-4, form .col-md-4, form .col-lg-4, form .col-xs-5, form .col-sm-5, form .col-md-5, form .col-lg-5, form .col-xs-6, form .col-sm-6, form .col-md-6, form .col-lg-6, form .col-xs-7, form .col-sm-7, form .col-md-7, form .col-lg-7, form .col-xs-8, form .col-sm-8, form .col-md-8, form .col-lg-8, form .col-xs-9, form .col-sm-9, form .col-md-9, form .col-lg-9, form .col-xs-10, form .col-sm-10, form .col-md-10, form .col-lg-10, form .col-xs-11, form .col-sm-11, form .col-md-11, form .col-lg-11, form .col-xs-12, form .col-sm-12, form .col-md-12, form .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}

/*===============================
			Full Width Image
===============================*/
.FullWidthImage {
  position: relative;
  margin: 0 0 2px 0;
  width: 100%;
  min-width: 100%;
}

.FullWidthImage img {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.FullWidthImage figcaption {
  position: relative;
  width: 100%;
  top: 20%;
  z-index: 0;
  padding: 15px 20px;
  text-align: left;
  background-color: #000;
  color: #fff;
}

.FullWidthImage figcaption p:last-child {
  margin: 0;
}

.FullWidthImage .container {
  position: relative;
  padding: 0;
}

@media (max-width: 769px) {
  .FullWidthImage figcaption {
    top: 20% !important;
  }
}
@media (min-width: 769px) {
  .FullWidthImage figcaption {
    position: absolute;
    width: 75%;
    z-index: 10;
    padding: 0;
    text-align: left;
    background-color: inherit;
    color: #fff;
  }
  .FullWidthImage .left {
    left: 0px;
  }
  .FullWidthImage .right {
    text-align: right;
    right: 0px;
  }
}
@media (min-width: 992px) {
  .FullWidthImage figcaption {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .FullWidthImage figcaption {
    width: 30%;
  }
  .rating-filter .filter-option.model {
    width: 193px;
  }
  .rating-filter .filter-option.fuel {
    width: 112px;
  }
  .rating-filter .filter-option.emmissions {
    width: 178px;
  }
}
/* GFEI Global Map Styles */
.global-map h3 {
  font-family: "Whitney Cond A", "Whitney Cond B", sans-serif;
  font-weight: 600;
}

.global-map svg {
  width: 100%;
  max-width: 100%;
  background-color: #B7E1F8;
}

.global-map path:hover, .global-map circle:hover {
  cursor: pointer;
}

.global-map .colour path:hover {
  cursor: default;
}

.global-map-list {
  display: none;
}

.global-map-list .list-group-item:last-child, .global-map-list .list-group-item:first-child {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.global-map .popover,
.global-map .popover-title {
  background-color: #002D5F;
  color: #ffffff;
}

.global-map .popover {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding-top: 4px;
}

.global-map .popover-title {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 0;
  line-height: 100%;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}

.global-map .popover.right > .arrow:after {
  border-right-color: #002d5f;
}

.global-map .popover.left > .arrow:after {
  border-left-color: #002d5f;
}

.global-map .popover-content {
  padding: 0 14px 2px;
}

@media (max-width: 768px) {
  .global-map {
    display: none;
  }
  .global-map-list {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .global-map svg {
    width: 750px;
    height: 395px;
  }
  .global-map .latin-america-popover {
    margin-top: -3px;
  }
  .global-map .europe-popover {
    margin-top: 45px;
    margin-left: 10px !important;
  }
  .global-map .africa-popover {
    margin-top: -20px;
  }
  .global-map .north-america-popover {
    margin-top: 25px;
    margin-left: -50px !important;
  }
  .global-map .middle-east-and-western-asia-popover {
    margin-top: 14px;
  }
  .global-map .asia-and-the-pacific-popover {
    margin-top: -65px;
  }
  .global-map .central-and-eastern-europe-popover {
    margin-top: -2px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .global-map svg {
    width: 970px;
    height: 505px;
  }
  .global-map .latin-america-popover {
    margin-top: 0px;
  }
  .global-map .europe-popover {
    margin-top: 57px;
    margin-left: 30px !important;
  }
  .global-map .africa-popover {
    margin-top: -28px;
  }
  .global-map .north-america-popover {
    margin-top: 33px;
    margin-left: -85px !important;
  }
  .global-map .middle-east-and-western-asia-popover {
    margin-top: 18px;
  }
  .global-map .asia-and-the-pacific-popover {
    margin-top: -83px;
  }
  .global-map .central-and-eastern-europe-popover {
    margin-top: -2px;
  }
}
@media screen and (min-width: 1200px) {
  .global-map svg {
    width: 1170px;
    height: 610px;
  }
  .global-map .latin-america-popover {
    margin-top: 2px;
  }
  .global-map .europe-popover {
    margin-top: 70px;
  }
  .global-map .africa-popover {
    margin-top: -28px;
  }
  .global-map .north-america-popover {
    margin-top: 45px;
  }
  .global-map .middle-east-and-western-asia-popover {
    margin-top: 18px;
  }
  .global-map .asia-and-the-pacific-popover {
    margin-top: -100px;
  }
  .global-map .central-and-eastern-europe-popover {
    margin-top: -2px;
  }
}
.rating-filter h2 {
  border: none;
  padding-bottom: 0;
}

.rating-filter h6 {
  border: solid #999999;
  border-width: 0 0 1px 0;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .rating-filter h6 {
    padding-left: 15px;
  }
}
/* Car rating filter styles */
.rating-filter .filter-option {
  width: calc((100% - 42px) / 7);
}

.rating-filter .filter-option .custom-dropdown-control {
  width: calc(100% - 14px);
  position: static;
}

.rating-filter .filter-option .custom-dropdown {
  background: #E6E6E6;
  width: 100%;
  height: 40px;
  text-align: left;
  padding: 6px 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0px;
  border: none;
}

.rating-filter .filter-option .custom-dropdown > div {
  position: relative;
  padding-right: 10px;
}

.rating-filter .filter-option .dropdown-menu {
  width: calc(100% - 14px);
  min-width: 0px;
}

.rating-filter .filter-option .dropdown-menu li {
  cursor: pointer;
}

.rating-filter .filter-option .dropdown-menu li > a {
  padding: 3px 17px;
}

.rating-filter .filter-option:last-child {
  width: 225px;
}

.rating-filter .filter-option:last-child .custom-dropdown {
  width: calc(100% - 36px);
  float: left;
  margin-right: 10px;
}

.rating-filter .filter-option:last-child .dropdown-menu {
  width: calc(100% - 50px);
  min-width: 0px;
}

.rating-filter .btn-search {
  float: left;
}

.rating-filter .btn-search button {
  margin-left: 2px;
  height: 40px;
  background-color: #E6E6E6;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  padding: 10px 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.rating-filter .btn-search button:focus {
  outline: 0px;
}

.rating-filter .filter-option .fiatrue-arrow-down {
  background: url(../Images/true/car-rating/arrow.png) 0 0 no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  right: 0px;
  margin: 6px 0px;
  transition: all 0.5s;
}

.rating-filter .filter-option .custom-dropdown-control.open .fiatrue-arrow-down {
  transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
  .rating-filter .filter-option .custom-dropdown > div,
  .rating-filter .filter-option .dropdown-menu {
    font-size: 12.5px;
  }
  .rating-filter .filter-option .custom-dropdown {
    padding: 6px 10px;
  }
  .rating-filter .filter-option .fiatrue-arrow-down {
    margin: 4px 0px;
    width: 7px;
    height: 7px;
  }
  .rating-filter .filter-option .dropdown-menu li > a {
    padding: 3px 10px;
  }
}
@media screen and (max-width: 991px) {
  .rating-filter {
    padding-bottom: 54px;
  }
  .rating-filter .btn-container {
    margin-right: 10px;
  }
  .rating-filter .filter-option {
    margin-bottom: 10px;
    margin-right: 5px;
    width: 49%;
  }
  .rating-filter .filter-option:last-child {
    width: 50%;
  }
  .rating-filter .filter-option .custom-dropdown {
    padding: 6px 17px;
  }
  .rating-filter .filter-option .custom-dropdown > div,
  .rating-filter .filter-option .dropdown-menu {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .rating-filter .filter-option .custom-dropdown-control {
    width: 100%;
  }
  .rating-filter .filter-option .dropdown-menu,
  .rating-filter .filter-option:last-child .dropdown-menu {
    width: 100%;
  }
  .rating-filter .filter-option:nth-child(odd) .custom-dropdown-control {
    padding-left: 7.5px;
  }
  .rating-filter .filter-option:nth-child(even) .custom-dropdown-control {
    padding-right: 7.5px;
  }
  .rating-filter .filter-option:nth-child(odd) .dropdown-menu {
    margin-left: 5px;
    width: calc(100% - 5px);
  }
  .rating-filter .filter-option:nth-child(even) .dropdown-menu {
    width: calc(100% - 5px);
  }
  .rating-filter .filter-option .dropdown-menu li > a {
    padding: 3px 17px;
  }
  .rating-filter .filter-option:last-child .custom-dropdown {
    width: 100%;
    margin-right: 0px;
  }
  .rating-filter .filter-option .btn-search {
    position: absolute;
    left: -100%;
    top: calc(100% + 10px);
  }
  .rating-filter .filter-option .fiatrue-arrow-down {
    margin: 6px 0px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .rating-filter .filter-option {
    margin-bottom: 10px;
    width: 100%;
  }
  .rating-filter .filter-option, .rating-filter .btn-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rating-filter .filter-option:nth-child(odd) .dropdown-menu {
    width: calc(100% - 20px);
  }
  .rating-filter .filter-option:nth-child(even) .dropdown-menu {
    width: calc(100% - 20px);
    margin-left: 15px;
  }
  .rating-filter .filter-option .btn-search {
    left: calc(-100% + 15px);
  }
}
@media screen and (max-width: 320px) {
  .rating-filter .filter-option,
  .rating-filter .filter-option:last-child {
    width: 100%;
  }
  .rating-filter .filter-option .btn-search {
    left: 15px;
  }
  .rating-filter .filter-option:nth-child(odd) .dropdown-menu {
    width: calc(100% - 30px);
    margin-left: 15px;
  }
  .rating-filter .filter-option:nth-child(even) .dropdown-menu {
    width: calc(100% - 30px);
  }
}
/* Car rating filter styles */
/* Car rating table styles */
.fuel-icon {
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.euro-grade {
  background: #5BA8EE;
  color: #ffffff;
  padding: 1px 5px;
  margin: 0px 2px;
}

.fuel-type {
  display: inline-block;
}

.rating-table table {
  margin-bottom: 40px;
  width: 100%;
}

.rating-table table tr:not(:first-child):hover {
  background-color: #E6E6E6;
}

.rating-table table th {
  cursor: pointer;
}

.rating-table table th i {
  margin-left: 0.5em;
  font-size: 0.75em;
}

.rating-table table > tbody > tr > th {
  padding: 0px 3px 20px;
}

.rating-table table > tbody > tr > th:nth-child(1) {
  width: 14.2%;
}

.rating-table table > tbody > tr > th:nth-child(2) {
  width: 14.4%;
}

.rating-table table > tbody > tr > th:nth-child(3) {
  width: 12%;
}

.rating-table table > tbody > tr > th:nth-child(4) {
  width: 17%;
}

.rating-table table > tbody > tr > th:nth-child(5) {
  width: 14%;
}

.rating-table table > tbody > tr > th:nth-child(6),
.rating-table table > tbody > tr > th:nth-child(7) {
  width: 14%;
}

.rating-table td {
  padding: 10px 5px;
}

.rating-table table .manufacturer-icon {
  max-height: 48px;
}

.rating-table table .rating-icon {
  height: 45px;
}

@media screen and (max-width: 1200px) {
  .rating-table .table-container {
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .rating-table .table-container {
    margin: 0px 15px;
  }
  .rating-table table {
    margin-bottom: 0px;
  }
  .rating-table .main-details-block.header {
    display: none;
  }
  .rating-table table .rating-icon {
    height: 35px;
    width: 45px;
  }
}
@media screen and (max-width: 568px) {
  .rating-table table .rating-icon {
    height: 24px;
    width: 45px;
  }
}
/* Car rating table styles */
/* Car rating vehicle details styles */
.vehicle-details h4 {
  text-align: center;
  background: #868F8E;
  color: #ffffff;
  padding: 7px 35px;
  margin: 0px 0px 10px;
  font-size: 25px;
}

.vehicle-details .main-details {
  width: 465px;
  padding-left: 12px;
}

.vehicle-details .main-details-row {
  border-bottom: 2px solid #919594;
}

.vehicle-details .main-details-row {
  display: table;
  width: 100%;
  min-height: 120px;
}

.vehicle-details .main-details-row:first-child {
  padding-bottom: 15px;
}

.vehicle-details .main-details-row:last-child {
  border-bottom: 0px;
}

.vehicle-details .main-details-row .main-details-block {
  display: table-cell;
  padding: 22px 39px;
  vertical-align: middle;
  font-size: 37px;
}

.vehicle-details .main-details-row .main-details-block:nth-child(1) {
  text-align: center;
  background: #F1EEE9;
  border-right: 2px solid #919594;
  text-transform: uppercase;
  font-weight: bold;
  width: 141px;
  padding: 4px 0px;
  font-size: 25px;
}

.vehicle-details .main-details-row:nth-child(1) .main-details-block:nth-child(1) {
  background: none;
  padding: 0px 15px 0px 18px;
  text-align: left;
}

.vehicle-details .main-details-row:last-child .main-details-block:last-child {
  padding: 4px 39px;
}

.vehicle-details .main-details-row .main-details-block .manufacturer-icon {
  margin-top: -11px;
}

.vehicle-details .main-details-row .rating-icon {
  height: 110px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
  margin-bottom: -9px;
}

.vehicle-details .main-details-row .nox {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  background: #868F8E;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 25px;
}

.vehicle-details .car-image {
  width: 705px;
}

.vehicle-details .car-image img {
  width: 100%;
}

.vehicle-details .other-details {
  padding: 0px;
  margin-bottom: 40px;
  margin-top: 15px;
}

.vehicle-details .other-details:nth-child(1) {
  width: 243px;
}

.vehicle-details .other-details:nth-child(2) {
  width: 386px;
}

.vehicle-details .other-details:nth-child(3) {
  width: 270px;
}

.vehicle-details .other-details:nth-child(4) {
  width: 271px;
}

.vehicle-details .other-details h4 {
  padding: 7px 0px;
}

.vehicle-details .other-details .other-details-block {
  margin-right: 20px;
}

.vehicle-details .other-details:last-child .other-details-block {
  margin-right: 0px;
}

.vehicle-details .other-details-block .data-field {
  text-align: center;
  background: #F1EEE9;
  padding: 15px;
  font-size: 32px;
  min-height: 78px;
  line-height: 55px;
}

.vehicle-details .other-details-block .data-field .fuel-icon {
  height: 48px;
  margin-left: 30px;
  margin-top: -10px;
}

.vehicle-details .other-details-block .data-field .euro-grade {
  margin: 0px 5px;
  padding: 1px 9px;
}

.vehicle-details .rating-explained h4 {
  text-align: left;
  padding-left: 55px;
}

/* temp style */
.vehicle-details .rating-explained p {
  line-height: 16px;
}

@media screen and (max-width: 1200px) {
  .vehicle-details .car-image {
    width: 58.33333333%;
  }
  .vehicle-details .main-details {
    width: 41.66666667%;
  }
  .vehicle-details .other-details {
    margin-top: 0px;
  }
  .vehicle-details .other-details:nth-child(1) {
    width: 16.66666667%;
  }
  .vehicle-details .other-details:nth-child(2) {
    width: 33.33333333%;
  }
  .vehicle-details .other-details:nth-child(3),
  .vehicle-details .other-details:nth-child(4) {
    width: 25%;
  }
  .vehicle-details .main-details-row .main-details-block {
    font-size: 32px;
  }
  .vehicle-details .main-details-row .rating-icon {
    margin-bottom: 0;
  }
  .vehicle-details .other-details-block .data-field {
    padding: 10px;
    font-size: 27px;
  }
  .vehicle-details .other-details-block .data-field .fuel-icon {
    height: 36px;
    margin-left: 11px;
    margin-top: -5px;
  }
  .vehicle-details .rating-explained h4 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .vehicle-details .car-image {
    width: 100%;
  }
  .vehicle-details .other-details {
    margin-bottom: 15px;
  }
  .vehicle-details .other-details .other-details-block {
    margin-right: 15px;
  }
  .vehicle-details .other-details:nth-child(1),
  .vehicle-details .other-details:nth-child(2),
  .vehicle-details .other-details:nth-child(3),
  .vehicle-details .other-details:nth-child(4) {
    width: 50%;
  }
  .vehicle-details .main-details {
    padding: 0px;
    width: 100%;
  }
  .vehicle-details .other-details:nth-child(2) .other-details-block {
    margin: 0px;
  }
  /* temp style */
  .vehicle-details .rating-explained img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .vehicle-details {
    padding: 20px 15px;
  }
  .vehicle-details .other-details-block .data-field .year {
    display: none;
  }
  /* temp style */
  .vehicle-details .rating-explained .content-row {
    padding: 0px !important;
  }
}
@media screen and (max-width: 568px) {
  .vehicle-details h4 {
    font-size: 15px;
  }
  .vehicle-details .main-details-row .main-details-block {
    padding: 0px 11px;
    font-size: 23px;
  }
  .vehicle-details .main-details-row .main-details-block:nth-child(1) {
    padding: 0px;
    font-size: 15px;
  }
  .vehicle-details .main-details-row:nth-child(1) .main-details-block:nth-child(1) {
    padding: 0px 30px 0px 27px;
  }
  .vehicle-details .main-details-row:last-child .main-details-block:last-child {
    padding: 4px 11px;
  }
  .vehicle-details .main-details-row .main-details-block .manufacturer-icon {
    margin-top: 0px;
    height: 82px;
  }
  .vehicle-details .main-details-row .rating-icon {
    height: 53px;
  }
  .vehicle-details .main-details-row .nox {
    font-size: 15px;
    margin-left: 8px;
  }
  .vehicle-details .other-details-block .data-field {
    font-size: 23px;
  }
  .vehicle-details .other-details-block .data-field .fuel-icon {
    height: 32px;
  }
  .rating-table {
    padding: 20px 0px;
  }
  .rating-table tr, .rating-table td {
    display: block;
  }
  .rating-table tr {
    margin-bottom: 15px;
  }
  .rating-table td {
    padding: 0;
  }
  .rating-table th {
    display: none;
  }
  .rating-table .main-details-row {
    font-size: 0;
    border-bottom: 2px solid #919594;
  }
  .rating-table .main-details-row .main-details-block {
    width: 50%;
    display: inline-block;
    font-size: 18px;
    padding: 15px;
    vertical-align: middle;
  }
  .rating-table .main-details-row .main-details-block:nth-child(1) {
    text-align: center;
    background: #F1EEE9;
    border-right: 2px solid #919594;
    text-transform: uppercase;
    font-weight: bold;
  }
  .rating-table td:last-child .main-details-row {
    border-bottom-width: 0;
  }
}
@media screen and (max-width: 320px) {
  .vehicle-details {
    padding: 0px 15px;
  }
  .vehicle-details h4 {
    font-size: 17px;
  }
  .vehicle-details .main-details-row .main-details-block {
    padding: 0px 14px;
    font-size: 21px;
  }
  .vehicle-details .main-details-row .main-details-block:nth-child(1) {
    font-size: 14px;
  }
  .vehicle-details .main-details-row:nth-child(1) .main-details-block:nth-child(1) {
    font-size: 14px;
    padding: 0px 29px;
  }
  .vehicle-details .main-details-row .main-details-block .manufacturer-icon {
    height: 81px;
  }
  .vehicle-details .main-details-row .rating-icon {
    height: 50px;
  }
  .vehicle-details .main-details-row .nox {
    font-size: 14px;
    margin-left: 7px;
  }
  .vehicle-details .main-details-row:last-child .main-details-block:last-child {
    padding: 0px 14px;
  }
  .vehicle-details .other-details:nth-child(1),
  .vehicle-details .other-details:nth-child(2),
  .vehicle-details .other-details:nth-child(3),
  .vehicle-details .other-details:nth-child(4) {
    width: 100%;
  }
  .vehicle-details .other-details .other-details-block {
    margin-right: 0px;
  }
  .vehicle-details .other-details-block .data-field {
    font-size: 21px;
  }
  .vehicle-details .other-details-block .data-field .fuel-icon {
    height: 31px;
  }
}
/* Car rating vehicle details styles */
/* Carousel image positioning*/
@media (max-width: 768px) {
  .carousel-inner .item img {
    position: relative;
  }
}
/*===============================
			    CHM overrides
===============================*/
.follow-toggle a,
.share-toggle a,
.follow-platform a {
  color: #555 !important;
}

.supported-logo {
  background: url(../images/gfei-supported-logo.png);
  width: 154px;
  height: 25px;
  margin-top: 15px;
  background-repeat: no-repeat;
}

.navbar-default .navbar-toggle:hover {
  background-color: #5496BC;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
}

@media screen and (max-width: 1367px) {
  div.nav-col a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}
.arch-mailChimpForm img {
  max-width: 100%;
}

.mailchimp-form {
  background-color: #ccc;
  padding: 20px;
  margin-bottom: 20px;
}

.mailchimp-form .form-group {
  margin-bottom: 20px;
}

.mailchimp-form .help-block {
  color: #a94442;
  position: absolute;
  top: 30px;
  font-size: 11px;
}

.mailchimp-list ul {
  margin-top: 25px;
}

.mailchimp-list ul li {
  margin-top: 10px;
}

.email-form-container .form-group label {
  padding-right: 20px;
}

.cap {
  font-family: "Whitney Cond A", "Whitney Cond B", sans-serif;
  color: #666666;
  padding-top: 5px;
}

.letter {
  background-color: #ffffff;
  border: solid #999999;
  border-width: 1px;
  padding: 5%;
}

.supporters-list {
  background-color: #f1eee9;
  padding: 3%;
  margin-top: 7%;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
/* Collapsable side content on iPad */
.sidebar-module > h2 > span.menu-expand {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sidebar-module > h2 {
    cursor: pointer;
  }
  .sidebar-module > h2 > span.menu-expand {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 17px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .sidebar-module > h2 > span.menu-expand.open {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sidebar-module > ul, .sidebar-module > div {
    display: none;
  }
}
#cookie-bar {
  z-index: 100;
  background-color: #ECECEC;
  color: #000;
  padding: 10px;
  border-top: 1px solid #000;
}

#cookie-bar span > a {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: bold;
}

#cookie-bar .cb-enable {
  background: #000;
}

#cookie-bar .cb-enable:hover {
  background: #000000;
}

/*============================ 
    overrule base settings
  ============================ */
.collapse.in {
  display: block !important;
}

/*===============================
			Hero Image
===============================*/
.HeroImage {
  overflow: hidden;
}
.HeroImage h2 {
  font-size: 2.5em;
  margin: 0;
  margin-bottom: 25px !important;
}
.HeroImage img, .HeroImage video {
  top: 50%;
  position: relative;
  display: block;
  left: 0;
  width: 100%;
  z-index: 0;
  max-height: 900px;
}
.HeroImage figcaption {
  position: relative;
  width: 100%;
  top: 20%;
  z-index: 0;
  text-align: left;
  background-color: #fff;
  color: #333333;
  border-bottom-width: 0;
}
.HeroImage figcaption .text {
  padding: 1em;
}
.HeroImage figcaption .text > p {
  margin-top: 10px;
}
.HeroImage .container {
  position: relative;
  padding: 0;
}

@media (max-width: 768px) {
  .HeroImage h2 {
    font-size: 1.75em;
    margin-bottom: 10px !important;
  }
  .HeroImage figcaption {
    top: 20% !important;
  }
}
@media (min-width: 769px) {
  .HeroImage figcaption {
    position: absolute;
    width: 75%;
    z-index: 10;
  }
  .HeroImage figcaption .left {
    left: 0px;
  }
  .HeroImage figcaption .right {
    right: 0px;
  }
}
@media (min-width: 992px) {
  .HeroImage figcaption {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .HeroImage figcaption {
    width: 40%;
  }
}
@media (min-width: 1600px) {
  .HeroImage {
    height: 900px;
  }
  .HeroImage img, .HeroImage video {
    transform: translateY(-50%);
    min-height: 900px;
    max-height: unset;
  }
}
/*infographic section */
/* Landscape */
@media only screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .infographic {
    width: 33.33333333%;
  }
}
