/*
Theme Name: IIE Open Doors
Theme URI: https://iie.org
Author: Taoti Creative
Author URI: https://taoti.com
Description: Grid-based layout theme.
Version:      1.6
*/

@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,700;1,400|IBM+Plex+Sans:400,400i|IBM+Plex+Serif:300,300i&display=swap');
/*
font-family: 'IBM Plex Sans', sans-serif;
font-family: 'IBM Plex Serif', serif;
font-family: 'IBM Plex Mono', monospace;
*/

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  padding: 0;
  margin: 0 auto;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #002c74;
  z-index: 10;
  /*max-width: 1920px;*/
  /*letter-spacing: 0.0625em;*/
}

a {
  color: #002c74;
  text-decoration: none;
}

a.button-text,
a.button-text-max,
a.button-text-faq {

  cursor: pointer;
}

a.button-text-max,
a.button-text-faq {
  font-size: 16px;
}

a.button-text-faq {
  font-weight: 100;
}

a.button-text:after,
a.button-text-max:after {
  font-family: "dashicons";
  content: "\f344";
  vertical-align: middle;
  margin-left: .25em;
}

a.button-text-faq:before {
  font-family: "dashicons";
  content: "\f132";
  vertical-align: middle;
  margin-right: .25em;
}

a.button-text-faq.open:before {
  content: "\f460";
}

a.button-text-max.secure:after {
  content: "\f160";
}

a.button-text:hover,
a.button-text-max:hover,
a.button-text-faq:hover {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

a.button-text:hover {
  color: #c10220;
}

p {
  line-height: 1.75em;
}

p a,
li a {
  color: #002c74;
  text-decoration: underline;
}

p a:hover,
li a:hover {
  color: #db372b;
  text-decoration: underline;
}

p a:visited,
li a:visited {
  color: #704a91;
  text-decoration: underline;
}

.max {
  font-size: 24px;
  line-height: 36px;
}

.mid {
  font-size: 18px;
  line-height: 30px;
}

.detail {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #415463;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 100;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 50px;
  line-height: 55px;
}

h1.mid {
  font-size: 130px;
  line-height: 150px;
}

h1.max {
  font-size: 160px;
  line-height: 176px;
}

h2 {
  font-size: 40px;
  line-height: 48px;
}

h2.mid {
  font-size: 30px;
  line-height: 39px;
}

h2.max {
  font-size: 80px;
  line-height: 100px;
}

.post-type {
  color: #5f5f5f;
}

h3 {
  font-size: 30px;
  line-height: 40px;
}

h3.max {
  font-size: 50px;
  line-height: 60px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
}

h4.max {
  font-size: 40px;
  line-height: 48px;
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

h5.max {
  font-size: 30px;
  line-height: 40px;
}

h6.min {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

h6.max {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.blue {
  color: #d8e4eb;
}

.blue-bg {
  background-color: #d8e4eb;
}

.blue-gradient {
  background-image: linear-gradient(to bottom, #d8e4eb, #ffffff);
}

.gray-bg {
  background-color: #E3E6E9;
}
.gray-gradient {
  background-image: linear-gradient(to bottom, #E3E6E9, #ffffff);
}

.teal {
  color: #002c74;
}

.teal-bg,
.teal-bg:focus {
  background-color: #002c74;
  color: #ffffff;
}

.teal-gradient,
.teal-gradient:focus {
  background-image: linear-gradient(to bottom, #002c74, #037483);
  color: #ffffff;
  border: 1px solid transparent;
}

.teal-bg:focus,
.teal-gradient:focus {
  border: 1px dotted #CCC;
}

.teal-bg:hover .teal-gradient:hover,
a.teal-bg:hover a.teal-gradient:hover {
  background-color: #B22234;
  border: 1px solid #B22234;
  background-image: none;
  color: #ffffff;
  text-decoration: underline;
}

.blue-new {
  color: #002c74;
}

.blue-gradient-new,
.blue-gradient-new:focus {
  background-image: linear-gradient(to bottom, #002c74, #496695);
  color: #ffffff;
  border: 1px solid transparent;
}

.button.blue-gradient-new:hover,
.button.blue-gradient-new:active,
.button.blue-gradient-new:focus {
  text-decoration: underline;
  color: #ffffff;
  background-image: none;
  background-color: #B22234;
  border: 1px solid #B22234;
}

.button.blue-gradient-new:visited {
  background-color: #B22234;
}

.data-button .button.blue-gradient-new {
  margin: 2em 0;
}

.red {
  color: #db372b;
}

.red-bg {
  background-color: #db372b;
  color: #ffffff;
}

.red-gradient {
  background: transparent linear-gradient(180deg, #DB372B 0%, #DF665E 100%) 0% 0% no-repeat;
  color: #ffffff;
}

.navy {
  color: #002c74;
}

.navy-bg {
  background-color: #002c74;
}

.grey {
  color: #002c74;
}

.grey-bg {
  background-color: #002c74;
}

.color-overlay {
  padding: 5em 7em;
  color: #ffffff;
}

.color-overlay a {
  color: #ffffff;
}

.color-overlay p {
  line-height: 1.5em;
}

.quote {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 30px;
  line-height: 39px;
  font-weight: 300;
}

.search-bar {
  display: grid;
  grid-template-columns: 1fr 150px;
  grid-template-areas: "search-field search-button";
  align-items: center;
}

.search-field {
  grid-area: search-field;
  display: inline-block;
}

.search-button {
  display: inline-grid;
  grid-template-columns: 1fr;
  grid-area: search-button;
  justify-self: stretch;
  align-self: stretch;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border: 2px solid #ffffff;
}

.search-button a {
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  padding: 1em;
  align-self: center;
  text-transform: uppercase;
}

.search-button img {
  margin-left: 1em;
}

/* Button Group Customizations */
/* Button / Tab Group Coding */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-link.disabled {
  pointer-events: none;
  cursor: default;
}
.nav-tabs .nav-link {
  background: none;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
  box-sizing: border-box;
}

.tab-content > .active {
  display: block;
}



  .tabs {
      padding: 2.5em 0 0 0;
      display: flex;
  }

  .tabs.child-tabs {
    margin-bottom: -2.5em;
  }
  .tabs .inner {
    max-width: 1136px;
    margin: 0 auto;
  }
  .nav-tabs {
    flex-direction: column;
  }
  @media (min-width: 540px) {
    .nav-tabs {
      flex-direction: row;
    }
  }
  .nav-tabs .nav-item {
    display: flex;
    align-items: center;
    margin: 0;
  }
  @media (min-width: 540px) {
    .nav-tabs .nav-item {
      margin: 0 10px 0 0;
    }
  }
    .nav-tabs .nav-item img {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin: 0 10px 0 0;
    }
  .nav-tabs .nav-link {
    border:  none;
    border-top:  solid 2px #496695;
    background: #002C74;
    margin-bottom: 0;
    color: #fff;
    border-radius: 0;
    height: calc(100% - 1rem);
    width: 100%;
    text-transform: capitalize;
    line-height: 1;
    display:  flex;
    align-items: center;
    cursor: pointer;
  }
  .nav-tabs .nav-link.active {
    border-top:  solid 2px #002C74;
    background: #E3E6E9;
    color: #002C74;
  }

  .tab-content {
    background: #E3E6E9;
  }
    .tab-pane {
      padding: 50px 100px 50px 50px;
      color:  #002C74;
      display:  flex;
      flex-direction: column;
      width: 100%;
    }
    .tab-pane .blue-gradient-new {
      display: inline-block;
      padding: 0 15px;
      line-height: 32px;
      text-decoration: none;
    }
    .tab-pane .blue-gradient-new:hover {
      color: #fff;
    }
.button-group ul.nav-tabs {
  align-content: center;
  justify-content: center;
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #999999;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}

/* ======================================================
Header
====================================================== */

.skip-link,
.hide-link,
.hide-label {
  display: none !important;
}

.head-home,
.head-post,
.head-page,
.head-data {
  background-color: #d8e4eb;
  background-size: contain;
  background-position: center 3em;
  background-repeat: no-repeat;
  /*min-height: 336px;*/
}

.head-home {
  background-color: transparent;
}

.head-home .head-fill {
  background-color: transparent;
  background: none;
}

.head-data {
  background-size: 700px;
  background-position: center center;
}

.head-post,
.head-page {
  background-position: center top;
  background-size: cover;
}

.head-fill {
  background: transparent linear-gradient(0deg, #E2E6E9 0%, #FFFFFF00 100%) 0% 0% no-repeat
}

.head-post .head-fill,
.head-page .head-fill {
  background: rgba(216, 228, 235, 70%) linear-gradient(0deg, #E2E6E9 0%, #E2E6E900 100%) 0% 0% no-repeat;
}

.head-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  grid-template-rows: 90px;
  padding: 0 32px 1em 32px;
}

.head-nav-center {
  justify-self: center;
}

.head-nav-center img.od-logo,
.head-nav-center img.od-logo-sm {
  padding: 0;
}

.head-nav-center img.od-logo {
  width: 220px;
}

.head-nav-center img.od-logo-sm {
  padding-top: 1em;
  display: none;
}

.head-nav a,
.head-nav span {
  padding: 1em;
  display: inline-block;
  justify-self: center;
  font-size: 14px;
}

.head-nav-left {
  display: inline-grid;
  grid-template-columns: repeat(5, 75px);
  justify-items: center;
  align-items: center;
}

.head-nav a.menu-item {
  padding: 1em;
  display: inline-block;
}

.head-nav-left .menu-show {
  display: none;
}

.head-nav-right a {
  padding: .5em 1em;
}
.head-nav-right .menu-show img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(25%) saturate(6578%) hue-rotate(207deg) brightness(93%) contrast(108%);
}

.head-cta-home {
  display: grid;
  grid-template-columns: 12.5% 50% 25% 12.5%;
}

.head-cta-home h1 {
  line-height: 1em;
  text-align: right;
  padding: .5em 0 0 0;
}

#slideshow {
  padding: 0 0 1em 2em;
}

#slideshow .slide a {
  display: block;
  padding-top: 2em;
}

.slide {
  display: none;
  min-height: 260px;
}

#slide-nav {
  padding-top: 1em;
}

#slide-nav .slide-nav {
  width: 14px;
  font-size: 7px;
  height: 0;
  padding: 0 5px;
  margin-right: 1em;
  border-radius: 25px;
  border: 1px solid #002c74;
  background-color: transparent;
  cursor: pointer;
}

#slide-nav .slide-nav:hover,
#slide-nav .slide-nav.on {
  background-color: #002c74;
}

.head-cta-home h4 {
  font-size: 40px;
  line-height: 1em;
  margin-top: -.75em;
}

.head-cta-post,
.head-cta-page {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  justify-items: center;
}

.head-cta-page-nav,
.head-cta-post-nav {
  padding: 1em 0;
  text-align: center;
}

.head-cta-page-title,
.head-cta-post-title {
  padding: 1em 12.5% 3em 12.5%;
  text-align: center;
}

.head-cta-page-direction,
.head-cta-post-direction {
  padding: 0 0 2em 0;

  font-size: 1.25em;
}

.head-cta-data {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
}

.head-cta-data-title,
.head-cta-data-excerpt,
.head-cta-data-direction {
  grid-column-start: 2;
  grid-column-end: 4;
  text-align: center;
}

.head-cta-data-title {
  padding: 5em 0 0 0;
}

.head-cta-data-excerpt {
  padding: 0 12.5% 80px 12.5%;
}

.head-cta-data-direction {
  padding: 3em 0;

  font-size: 1.25em;
}

.head-cta-data-nav-left,
.head-cta-data-nav-right {

  font-size: 1em;
}

.head-cta-data-nav-left {
  grid-column-start: 1;
  grid-column-end: 2;
}

.head-cta-data-nav-right {
  grid-column-start: 4;
  grid-column-end: 5;
}

.head-cta-data-nav-left a .dashicons,
.head-cta-data-nav-right a .dashicons {
  padding: .2em;
  margin-right: 1em;
  border-radius: 10em;
  border: 1px solid #002c74;
  color: #002c74;
}

.head-cta-data-nav-left a:hover .dashicons,
.head-cta-data-nav-right a:hover .dashicons {
  border: 1px solid #D62E00;
  color: #D62E00;
}

@media screen and (max-width: 600px) {
  .head-cta-home {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  }
}


/* ======================================================
Footer
====================================================== */

.foot-cta {
  display: grid;
  grid-template-columns: 112px 1fr 112px;
  padding: 5em 0;
  color: #d8e4eb;
}

.foot-cta a {
  color: #d8e4eb;
}

.foot-cta p {
  color: #d8e4eb;
  line-height: 1.25em;
}

.foot-cta-top {
  display: grid;
  grid-template-columns: 1fr;
  /*12.5% 75% 12.5%*/
  justify-items: center;
  text-align: center;
  padding: 5em 7.5em;
}

.foot-cta-bottom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  grid-column-gap: 5em;
  padding-bottom: 3em;
}

.foot-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  background-color: #fff;
  padding: 1em 32px;
}

.copyright {
  padding: .5em;
  font-size: .75em;
  text-align: center;
  background-color: #fff;
}

.copyright a {
  text-decoration: underline;
}

.foot-nav-left {
  justify-self: start;
}

.foot-nav a {
  padding: 1em;
  display: inline-block;
}

.foot-nav-left a {
  padding: 1.5em 1em;
  display: inline-block;
}

.foot-nav-center {
  justify-self: center;
}

.foot-nav-right {
  display: inline-grid;
  grid-template-columns: repeat(5, 75px);
  justify-items: center;
  justify-content: end;
  align-items: center;
}

.foot-nav-right {}

.foot-nav-left img {
  height: 1.25em;
  width: auto;
  filter: brightness(0) saturate(100%) invert(15%) sepia(25%) saturate(6578%) hue-rotate(207deg) brightness(93%) contrast(108%);
}

.foot-nav-center img {
  padding: 1em 2em;
}

#social-float {
  position: fixed;
  top: 138px;
  right: 0;
  padding: .5em 0;
  width: 64px;
  height: 163px;
  background-color: rgba(255, 255, 255, .90);
  text-align: center;
  font-size: 14px;
}

#social-float a {
  padding: .75em .5em;
  display: block;
}
#social-float a img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(25%) saturate(6578%) hue-rotate(207deg) brightness(93%) contrast(108%);
}

/* ======================================================
Menu
====================================================== */

.menu-show {
  cursor: pointer;
}

#menu-show {
  display: none;
}

#menu {
  padding: 0;
  margin: 0;
  width: 24%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
}

#menu.menu-on {
  display: block;
}

.menu-detail,
.menu-detail-exits {
  margin: 2em 3em;
  display: block;
  position: relative;
}

.menu-detail-exits {
  border-top: 3px solid #002c74;
  padding-top: 2em;
}

.menu-actions {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 2.75em;
}

.menu-search-field {
  grid-column-start: 1;
  grid-column-end: 6;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  padding: .5em;
}

.menu-search-field input {
  border: none;
  width: 100%;
  font-size: 1.15em;
  line-height: 1.15em;
}

.menu-search-button {
  grid-column-start: 6;
  grid-column-end: 7;
  border: 2px solid #ffffff;
  justify-self: stretch;
  align-self: stretch;
}

a.menu-search {
  display: block;
  text-align: center;
  padding-top: .75em;
}

.menu-close {
  grid-column-start: 7;
  grid-column-end: 8;
  justify-self: center;
  align-self: center;
}

.menu-items {
  padding: 1em 0;
}

.menu-items-services {
  padding-left: 1em;
}

.menu-exits {
  width: 24%;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1em 0;
}

.menu-items a,
.menu-exits a {
  display: block;
  padding: .5em 0;
  color: #ffffff;
  text-transform: uppercase;
}

.menu-items a:hover,
.menu-exits a:hover {
  text-decoration: #fff;
}

.menu-items-services a {
  text-transform: none;
}

.menu-items {
  padding: .5em 0;
  font-size: 14px;
  line-height: 20px;
}

.menu-items-services {
  padding-left: 1em;
}

.menu-exits {
  padding: .5em 0;
}

.menu-items a,
.menu-exits a {
  padding: .25em 0;
}

/* ================
HEADER SEARCH FIELD
================== */
.header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: transparent;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-search .header-search-wrapper {
  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-shadow: 0 13px 5px 2px rgba(0, 0, 0, 0.076);
          box-shadow: 0 13px 5px 2px rgba(0, 0, 0, 0.076);
}
.header-search .menu-search-field {
  width: 95%;
}
.header-search .menu-search-button {
  border: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border: 1px solid #002c74;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002c74), to(#496695));
  background-image: -o-linear-gradient(top, #002c74, #496695);
  background-image: linear-gradient(to bottom, #002c74, #496695);
}
.head-nav a.menu-item {
  padding: 1em .5em;
}
@media screen and (max-width: 1024px) {
  .header-search {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .head-nav {
    -ms-grid-columns: 33% 25% 21% 20%;
    grid-template-columns: 33% 25% 21% 20%;
  }
}


/* ======================================================
NOTIFICATION
====================================================== */

#notification {
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 199;
  background-color: #EFAB99;
  color: #D62E00;
}

#notification-wrap {
  padding: .25em;
}

#notification a {
  cursor: pointer;
  display: inline-block;
  padding: .25em .5em;
  margin: 0 .25em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  text-decoration: none;
  background: transparent linear-gradient(180deg, #DB372B 0%, #DF665E 100%) 0% 0% no-repeat;
  color: #ffffff;
}

/* ======================================================
LOGIN
====================================================== */


#pass-show {
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(255, 255, 255, .90);
  display: none;
}

#pass-hide {
  position: fixed;
  top: 0;
  right: 0;
  text-align: right;
  cursor: pointer;
}

#pass-hide span {
  font-size: 3em;
  color: #002c74;
  padding: 1em 1em 0 0;
}

#pass-wrap {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  text-align: center;
}

#pass-wrap h3 {
  padding-bottom: 1em;
}

#pass-form {
  margin-top: -15em;
}

#pass-text {

  font-size: 1em;
  width: 200px;
  padding: 1em;
  background-color: #ffffff;
  border: none;
  color: #002c74;
}

#pass-test {
  display: inline-block;
  padding: 1em;

  font-size: 1em;
  text-align: center;
  color: #ffffff;
  border: none;
  cursor: pointer;
}


/* ======================================================
Home
====================================================== */
.body-home {
  background-color: #fafafa;
}

.home-body {
  display: grid;
  grid-template-columns: 100%;
  grid-row-gap: 120px;
}

.home-search {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: -9em 112px 0 112px;
}

.home-search h6 {
  display: inline-block;
  font-size: 18px;
  color: #002c74;
  padding-top: 1.25em;
}

.home-search-tab {
  grid-column-start: 1;
  grid-column-end: 7;
}

.home-search-tab-mobile {
  display: none;
  text-align: center;
  min-height: 3em;
  overflow: auto;
  border-top: 2px solid #002c74;
  border-bottom: 2px solid #999;
}

.home-search-tab-mobile-wrap {
  position: absolute;
  width: 100%;
  text-align: left;
  z-index: 120;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 3px 7px 6px rgba(0, 0, 0, 0.076);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 3px 7px 6px rgba(0, 0, 0, 0.076);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 3px 7px 6px rgba(0, 0, 0, 0.076);
}

.home-search-tab a {
  background-color: #fafafa;
  color: #002c74;
  margin-right: 1em;
  overflow: hidden;
  display: inline-block;
  border-top: 2px solid #002c74;
  cursor: pointer;
}

.home-search-tab-link-mobile {
  display: none;
  color: #002c74;
  overflow: hidden;
  cursor: pointer;
  padding: 0 1em;
}

.home-search-tab-link-mobile .dash-right {
  float: right;
  display: none;
}

.home-search-tab a.home-search-tab-link {
  margin-top: 1em;
}

.home-search-tab a.home-search-tab-link.all-search {
  margin-left: 1em;
}

.home-search-tab a:hover {
  border-top: 2px solid #002c74;
}

.home-search-tab a.home-search-tab-link.on {
  border-top: 2px solid #002c74;
}

.home-search-tab-link-mobile.on,
.home-search-tab-link-mobile.active {
  display: block;
}

.home-search-tab-link-mobile:hover .title {
  color: #D62E00;
}

.home-search-tab-link-mobile.on .dash-right {
  display: inline-block;
}

.home-search-tab a.filter-by,
.home-search-tab a.filter-by:hover {
  background-color: transparent;
  border-top: 2px solid transparent;
}

.icon {
  width: 20px;
  height: 14px;
  padding: .3em .9em;
  margin-right: 1em;
  border-radius: 10em;
  border: 1px solid #002c74;
  color: #002c74;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.home-search-tab a:hover .icon,
.home-search-tab a.on .icon {
  background-color: #002c74;
  color: #ffffff;
}

.icon.all {
  background-image: url('g/all-icon-blue.svg');
}

.home-search-tab a:hover .icon.all,
.home-search-tab a.on .icon.all {
  background-image: url('g/all-icon-white.svg');
}

.icon.international-students {
  background-image: url('g/international-students-icon-blue.svg');
  filter: brightness(0) saturate(100%) invert(15%) sepia(25%) saturate(6578%) hue-rotate(207deg) brightness(93%) contrast(108%);
}

.home-search-tab a:hover .icon.international-students,
.home-search-tab a.on .icon.international-students {
  background-image: url('g/international-students-icon-white.svg');
  filter: none;
}

.icon.us-study-abroad {
  background-image: url('g/us-study-abroad-icon-blue.svg');
  filter: brightness(0) saturate(100%) invert(15%) sepia(25%) saturate(6578%) hue-rotate(207deg) brightness(93%) contrast(108%);
}

.home-search-tab a:hover .icon.us-study-abroad,
.home-search-tab a.on .icon.us-study-abroad {
  background-image: url('g/us-study-abroad-icon-white.svg');
  filter: none;
}

.icon.intensive-english-programs {
  background-image: url('g/intensive-english-programs-icon-blue.svg');
  filter: brightness(0) saturate(100%) invert(15%) sepia(25%) saturate(6578%) hue-rotate(207deg) brightness(93%) contrast(108%);
}

.home-search-tab a:hover .icon.intensive-english-programs,
.home-search-tab a.on .icon.intensive-english-programs {
  background-image: url('g/intensive-english-programs-icon-white.svg');
  filter: none;
}

.icon.international-scholars {
  background-image: url('g/international-scholars-icon-blue.svg');
  filter: brightness(0) saturate(100%) invert(15%) sepia(25%) saturate(6578%) hue-rotate(207deg) brightness(93%) contrast(108%);
}

.home-search-tab a:hover .icon.international-scholars,
.home-search-tab a.on .icon.international-scholars {
  background-image: url('g/international-scholars-icon-white.svg');
  filter: none;
}

.home-search-tab-wrap {
  display: inline-grid;
  grid-template-rows: 4em;
}

.home-search-tab-wrap .title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  display: block;
  padding: 1.5em 1em 0 1em;
  height: 2em;
}

.home-search-tab-link-mobile .title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  display: block;
  padding: 1em 0;
}

.home-search-tab-wrap .description,
.home-search-tab-link-mobile .description {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  display: block;
  padding: 0 1em;
  display: none;
  height: 3em;
  overflow: auto;
}

#search-list {
  width: 100%;
}

.search-bar-wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0 13px 7px -6px rgba(0, 0, 0, 0.076);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 13px 7px -6px rgba(0, 0, 0, 0.076);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 13px 7px -6px rgba(0, 0, 0, 0.076);
}

.home-search-bar {
  grid-column-start: 1;
  grid-column-end: 7;
  padding: .5em;
}

.home-featured {
  display: block;
  padding: 0 112px;
  overflow: hidden;
  position: relative;
  height: 600px;
}

.home-featured-title {
  padding-bottom: 50px;
  overflow: auto;
}

.home-featured h2 {
  float: left;
}

.data-explain {
  float: left;
  width: 25%;
  line-height: 1.15em;
  margin: 1.5em 0 0 2em;
  font-size: 14px;
}

.home-featured-data-mobile {
  display: none;
}

.home-featured-data-wrap {
  overflow-y: hidden;
  overflow-x: scroll;
  width: 100%;
  height: 420px;
}

.home-featured-data-wrap .jspHorizontalBar {
  height: 12px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 20px;
}

.home-featured-data-wrap .jspTrack {
  height: 5px;
  background-color: #E2E6E9;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.home-featured-data-wrap .jspDrag {
  height: 5px;
  background-color: #002c74;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.home-featured-data-tray {
  overflow-y: hidden;
  overflow-x: scroll;
  width: auto;
  height: 420px;
}

.home-featured-data-wrap .home-featured-data,
.home-featured-data-mobile .home-featured-data {
  display: inline-block;
}

.home-featured-data-wrap .home-featured-data {
  width: 240px;
  height: 420px;
  margin-right: 20px;
  float: left;
}

.home-featured-data-wrap .featured-sets,
.home-featured-data-mobile .featured-sets {
  display: inline-block;
}

.home-featured-data-wrap .featured-sets {
  width: 240px;
  height: 240px;
}

.home-featured-data-mobile .featured-sets {
  width: 100%;
}

.home-featured-data .featured-sets img,
.home-featured-data-mobile .featured-sets img {
  width: 100%;
  height: auto;
}

.home-featured-data-wrap .featured-text,
.home-featured-data-mobile .featured-text {

  font-size: 1.25em;
  line-height: 1.5em;
  text-align: left;
  padding: 40px 20px;
  color: #ffffff;
}

.home-featured-data-wrap .featured-text,
.home-featured-data-mobile .featured-text {

  font-size: 1.25em;
  line-height: 1.5em;
  text-align: left;
  padding: 40px 20px;
  width: 240px;
  height: 240px;
  color: #ffffff;
}

.home-featured-data-wrap .featured-deet,
.home-featured-data-wrap .featured-deet-sub,
.home-featured-data-mobile .featured-deet,
.home-featured-data-mobile .featured-deet-sub {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1em;
}

.home-featured-data-wrap .featured-deet,
.home-featured-data-wrap .featured-deet-sub {
  width: 240px;
}

.home-featured-data-wrap .featured-deet {
  padding-top: 1em;
  padding-bottom: 0.2em;
  font-weight: 700;
  font-size: 1.2em;
  display: block;
}

.home-cta,
.page_builder .call-to-action {
  display: block;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-template-rows: 448px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.page_builder .call-to-action.no-image {
  grid-template-rows: 380px;
}

.page_builder .call-to-action.no-image-inverted {
  grid-template-rows: 385px;
}

.page_builder .call-to-action.no-image-inverted .cta-content {
  border-top: 3px solid #B3B3B3;
  border-bottom: 3px solid #B3B3B3;
  padding: 2em 0 2em 0;
}

.page_builder .call-to-action.no-image-inverted p,
.page_builder .call-to-action.no-image-inverted h2 {
  font-size: 30px;
  line-height: 39px;
}

.home-cta .color-overlay,
.page_builder .color-overlay {
  display: block;
  padding-top: 3.5em;
  padding-right: 112px;
}

.page_builder .no-image-inverted .color-overlay {
  padding: 0;
}

.page_builder .call-to-action.no-image .color-overlay,
.page_builder .call-to-action.no-image-inverted .color-overlay {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.page_builder .inner-cta-grid {
  display: grid;
  grid-column-start: 2;
  grid-column-end: 8;
  align-items: center;
  justify-items: center;
}

.page_builder .inner-cta-grid p {
  text-align: center;
}

.page_builder .call-to-action.no-image-inverted .inner-cta-grid {
  display: grid;
  grid-column-start: 2;
  grid-column-end: 8;
  align-items: center;
  justify-items: center;
  color: #002c74;
}

.page_builder .cta-multi-link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 3em;
  justify-self: stretch;
}

.home-testimonials {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  /*grid-template-rows: repeat(6, 1fr);*/
  grid-gap: 20px;
}

.home-testimonials-mobile {
  display: none;
}

.quote-tile,
.quote-tile-large {
  align-self: stretch;
  justify-self: stretch;
}

.quote-tile img,
.quote-tile-large img {
  width: 100%;
  height: auto;
}

.quote-tile span,
.quote-tile-large span {
  font-size: 5em;
  line-height: 2em;
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}

.quote-tile-large span {
  font-size: 10em;
}

.home-testimonial-callout {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 5;
}

.home-testimonial-callout h2 {
  padding-top: 2em;
  padding-bottom: .25em;
}

.home-testimonial-large-one {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 4;
}

.home-testimonial-large-two {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 5;
  grid-row-end: 7;
}

.home-testimonials img {
  width: 100%;
  height: auto;
}

.home-kit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.kit-left {
  padding: 10em 7em 5em 112px;
}

.kit-right {
  padding: 5em 112px 5em 5em;
}

.kit-line {
  padding-top: 1em;
  position: relative;
}

.kit-form label {
  display: block;
  padding: .5em .15em;
  color: #002c74;
  font-size: .9em;
}

.kit-form span.required {
  margin-left: 2em;
}

.kit-form .gform_body input {
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 4px solid #002c74;
  color: #002c74;

  font-size: 1em;
  text-align: left;
  line-height: 1.5em;
  padding: .5em 0;
}

.kit-form select {
  display: block;
  width: 100%;
  background: transparent url('g/arrow-down.png') no-repeat;
  background-position: top right;
  border: none;
  color: #002c74;

  font-size: 1em;
  text-align: left;
  line-height: 1.5em;
  background-color: #ffffff;
  padding: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: 0 3px 7px 6px rgba(0, 0, 0, 0.076);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 3px 7px 6px rgba(0, 0, 0, 0.076);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 3px 7px 6px rgba(0, 0, 0, 0.076);
}

.select-icon {
  position: absolute;
  top: 54px;
  right: 0;
  width: 36px;
  height: 36px;
  pointer-events: none;
  border: none;
  padding: .75em .5em .25em .5em;
  color: #fff;
}

.kit-form li {
  padding-left: 0;
  list-style: none;
  padding-top: 1rem;
}

.kit-form ul {
  padding-left: 0;
}

.kit-right input[type="submit"],
.kit-form-button {
  cursor: pointer;
  display: inline-block;
  width: 50%;
  margin-top: 2em;
  padding: .5em;

  font-size: .9em;
  text-align: center;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  background: transparent linear-gradient(180deg, #c10220 0%, #d9525b 100%) 0% 0% no-repeat;
  color: #ffffff;

}

/* ======================================================
Data Areas
====================================================== */

.data-body,
.page-body {
  display: grid;
  grid-template-columns: 100%;
  grid-row-gap: 2.5em;
}

.data-body.page-annual-release {
  grid-row-gap: 0;
}

.data-body-index,
.page-body-index {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  grid-gap: 20px;
  padding: 5em 112px 0 112px;
}

.page-body-page {
  margin: 0 20%;
  padding-bottom: 2em;
}

/*
.body-data {
  display: grid;
  grid-template-columns: 10% 15% 50% 15% 10%;
  grid-template-rows: auto;
  grid-template-datas:
    ". time teaser teaser ."
    ". tax data rec ."
    ". experts experts experts ."
    ". related related related ."
    ". content content content ."
    "actions actions actions actions actions"
    ". accords accords accords .";
  grid-column-gap: 1em;
  grid-row-gap: 3em;
}
*/
.data-cats-item {
  cursor: pointer;
  display: block;
  padding: 1em;
  /*background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url( 'g/twitter.svg' );*/
}

.data-cats-item.on {
  /*background-image: url( 'g/linkedin.svg' );*/
}

.data-cats-item .checkbox {
  width: 1em;
  height: 1em;
  border: 2px solid #002c74;
  background-color: transparent;
  float: right;
}

.data-cats-item.on .checkbox {
  background-color: #002c74;
}

.data-cats,
.page-cats {
  padding: 0 2em 0 0;
}

.data-more,
.page-more {
  padding: 0 0 0 2em;
}

.data-more a {
  display: block;
  padding: .5em 0;
}

.data-more p {
  line-height: 1em;
}

.data-head,
.page-head {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.data-time,
.page-time {
  display: inline-grid;
  grid-column-start: 2;
  grid-column-end: 3;
}

.data-time p,
.page-time p {
  line-height: 2.5em;
}

.data-teaser,
.page-teaser {
  grid-column-start: 2;
  grid-column-end: 8;
}

.data-teaser p,
.page-teaser p {
  font-size: 24px;
  line-height: 1.25em;
  text-align: center;
}

.data-head-line,
.page-head-line {
  grid-column-start: 2;
  grid-column-end: 8;
  border-bottom: 3px solid #d8e4eb;
}

.data-data,
.page-data {
  grid-column-start: 3;
  grid-column-end: 7;
  padding: 0 16% 0 6%;
  text-align: justify;
}

.data-data h2,
.page-data h2 {
  padding: 2em 0 .5em 0;
}

.data-data p,
.page-data p {
  margin-bottom: 2em;
}

.data-data-graphic {
  padding: .5em 0;
  display: grid;
  grid-template-columns: 75% 25%;
}

.data-data-graphic h4 {
  line-height: 1.25em;
  font-size: 1.25em;
  text-align: justify;
  padding-right: 2em;
}

.data-data-graphic a {
  display: block;
  text-align: center;
  padding: .25em 0;
}

.data-data-graphic .button,
.page_builder .button {
  padding: .5em 0;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  font-size: 14px;
}

.page_builder .button {
  width: unset;
  padding: .5em 1em;
  border: 1px solid #ffffff;
}

.button.wide {
  padding: .5em .5em;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  font-size: 14px;
  margin: 2em 0;
}

.data-data-graphic .size {
  padding: .5em;
  display: inline-block;
  text-align: center;
  color: #5f5f5f;
  font-size: 14px;
}

.data-experts-wrap,
.data-related-wrap,
.data-content-wrap,
.data-testify-wrap {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.data-experts-lede,
.data-experts-data,
.data-related-lede,
.data-related-data,
.data-content-data,
.data-testify-lede,
.data-testify-data {
  grid-column-start: 2;
  grid-column-end: 8;
}

.data-experts-data {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1em;
  justify-content: center;
}

.expert-name {
  padding-top: 1.5em;
}

.expert-title {
  padding-top: .5em;
}

.data-related-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
}

.data-related-data-card,
.data-testify-data-card {
  text-align: left;
  padding: 2em;
  background-color: #FFF;
  -webkit-box-shadow: 0 3px 7px 6px rgba(0, 0, 0, 0.076);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 3px 7px 6px rgba(0, 0, 0, 0.076);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 3px 7px 6px rgba(0, 0, 0, 0.076);
}

.data-related-data-card-teaser {
  padding: 1em 0;
}

.data-testify-data-card {
  position: relative;
}

.data-related-data-card-parent h3.min {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}

.page_builder .data-related-data-card-parent h3.min {
  margin-top: 1.5em;
}

.data-testify-data-card-quote {
  margin-bottom: 3em;
}

.data-testify-data-card-detail {
  position: absolute;
  bottom: 0;
  left: 2em;
}

.data-testify-data-card-detail img,
.data-testify-data-card-title {
  float: left;
  margin-right: 1em;
}


.section-title {
  padding: 1em 0;
  margin-bottom: 2em;
  border-bottom: 3px solid #E3E6E9;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
}

.search {
  padding: 1em 0;
}

.search .button {
  color: #FFF;
  background-color: #002c74;
  padding: .5em 1em;
  border-radius: 3px;
  text-transform: uppercase;
  margin-left: .5em;
}

.view-title {
  display: grid;
  grid-template-columns: 1fr 30px 30px;
}

#list,
#grid {
  width: 20px;
  height: 14px;
  padding: .3em .9em;
  margin-right: 1em;
  opacity: .50;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

#list {
  background-image: url('g/view-list.svg');
  filter: brightness(0) saturate(100%) invert(15%) sepia(25%) saturate(6578%) hue-rotate(207deg) brightness(93%) contrast(108%);
}

#grid {
  background-image: url('g/view-grid.svg');
  filter: brightness(0) saturate(100%) invert(15%) sepia(25%) saturate(6578%) hue-rotate(207deg) brightness(93%) contrast(108%);
}

#list.on,
#grid.on {
  opacity: 1;
}

#view-grid,
#view-list {
  display: none;
}

#view-grid.on,
#view-list.on {
  display: block;
  padding-bottom: 4em;
}

.data-view-list {
  display: grid;
  grid-template-columns: 100%;
  grid-row-gap: 20px;
  padding-top: 3em;
}

.data-view-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2em;
  grid-row-gap: 20px;
  padding-top: 3em;
}

.data-view {
  background-color: #FFF;
  -webkit-box-shadow: 0 3px 7px 6px rgba(0, 0, 0, 0.076);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 3px 7px 6px rgba(0, 0, 0, 0.076);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 3px 7px 6px rgba(0, 0, 0, 0.076);
}

.data-view-image {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.data-view-title {
  padding: 2em 2em 0 2em;
}

.data-view-title a {
  cursor: pointer;
}

.data-view-tease {
  padding: 0 2em;
}

.data-view-tease.faq {
  display: none;
  padding: 1em 2em;
}

.data-view-extra {
  padding: 0 2em 2em 2em;
}

.data-view-date {
  color: #5f5f5f;
  font-size: 12px;
}

.data-view-rate {
  color: #002c74;
  float: right;
  cursor: pointer;
}

.data-view-rate:hover span {
  color: #d8e4eb;
}

.data-view-rate-count {
  padding-left: .25em;
}

#data-form-link,
#press-form-link,
#menu-search-form-link {
  margin-top: 2em;
  padding: .5em 1em;
  display: inline-block;
  float: right;
  cursor: pointer;
}

.testimonial-link {
  cursor: pointer;
}

/* ======================================================
Annual Release Customizations
====================================================== */

.page-annual-release .data-teaser {
  padding: 5em 0;
}

.page-annual-release .data-teaser p {
  text-align: justify;
  font-size: 20px;
  line-height: 28px;
}

.page-annual-release .data-head-line {
  /*display: none;*/
}

.page-annual-release .data-experts-wrap {
  padding: 5em 0;
  background-color: #E2E6E9;
}

.page-annual-release .data-experts-lede {
  padding-bottom: 1.5em;
}

.page-annual-release .data-experts-data {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3em;
  grid-row-gap: 3em;
}

.page-annual-release .expert img {
  float: left;
  padding-right: 3em;
}

.page-annual-release .expert-name {
  color: #415463;
  font-weight: bold;
  padding-top: 0;
}

.page-annual-release .data-data,
.infographics.data-data {
  grid-column-start: 2;
  grid-column-end: 8;
  padding: 0;
}

.page-annual-release .data-data h2,
.infographics.data-data h2 {
  padding-bottom: 1em;
}

.page-annual-release .data-data-graphic,
.infographics .data-data-graphic {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4em;
  padding: 1em 0;
  margin-bottom: 2em;
}

.page-annual-release .data-graphic-info,
.infographics .data-graphic-info {
  justify-self: left;
  align-self: center;
}

.page-annual-release .data-data-graphic .data-graphic-info a,
.infographics .data-data-graphic .data-graphic-info a {
  text-align: left;
}

.data-asset-image img {
  width: 100%;
}

.data-asset {
  text-align: center;
}

.ar-data-data {
  grid-column-start: 2;
  grid-column-end: 8;
  padding: 0;
}

.annual-release-content {
  text-align: center;
}

.annual-release-content iframe {
  width: 100%;
}

.annual-release-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2em;
  margin-bottom: 5em
}

.annual-release-logos img {
  height: 100px;
  width: auto;
  text-align: center;
  padding: 2em;
}

.page-data-release ul,
.page-data-release li {
  list-style-type: none;
}

.page-data-release ul li ul {
  margin: .5em 0;
}


/* ======================================================
jBox: Testimonials
====================================================== */

.jBox-Testimonials {
  max-width: 30%;
}

.jBox-Testimonials .jBox-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #FFF;
  color: #002c74;
  padding: 1.5em;
  box-shadow: 0 0 6px rgba(0, 0, 0, .4);
}

.jBox-Testimonials .jBox-container h4 {
  padding-bottom: 1em;
}

.jBox-Testimonials .jBox-pointer:after {
  background: #fff;
}

.jBox-Testimonials .jBox-closeButton {
  background: #fff;
}

.jBox-Testimonials.jBox-closeButton-box:before {
  box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.jBox-Testimonials.jBox-closeButton-box .jBox-closeButton path {
  fill: #ddd
}

.jBox-Testimonials.jBox-closeButton-box .jBox-closeButton:hover path {
  fill: #fff
}

.jBox-Testimonials.jBox-closeButton-box .jBox-closeButton:active path {
  fill: #bbb
}


/* ======================================================
jBox: Logins
====================================================== */

.jBox-Logins {
  max-width: 200px;
}

.jBox-Logins .jBox-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: linear-gradient(to bottom, #002c74, #037483);
  color: #ffffff;
  padding: .5em;
  box-shadow: 0 0 6px rgba(0, 0, 0, .4);
}

.jBox-Logins .jBox-container h4 {
  padding-bottom: 1em;
}

.jBox-Logins .jBox-pointer:after {
  background-image: linear-gradient(to bottom, #002c74, #037483);
}

.jBox-Logins .jBox-closeButton {
  background-image: linear-gradient(to bottom, #002c74, #037483);
}


/* ======================================================
Chosen
====================================================== */

.chosen-container-multi ul.chosen-choices {
  padding: .5em 1em .5em .5em;
  line-height: 1em;
  background-image: none;
  border: 1px solid #DDD;
  border-radius: 5px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.chosen-container-multi ul.chosen-choices li.search-choice,
.chosen-container-multi ul.chosen-choices li.search-field input[type="text"] {
  padding: .5em 1em .5em .5em;
  background-image: none;
  background-color: #FAFAFA;
  border: 1px solid #EFEFEF;
  line-height: 1em;
}

.chosen-container-multi ul.chosen-choices li.search-choice span {
  padding-right: .5em;
}

.chosen-container-multi ul.chosen-choices li.search-choice a.search-choice-close {
  color: #DDD;
  opacity: .5;
}

.chosen-container-multi .chosen-drop ul.chosen-results li.result-selected,
.chosen-container-multi .chosen-drop ul.chosen-results li.active-result {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.chosen-container-multi .chosen-drop ul.chosen-results li.active-result.highlighted {
  color: #FFF;
  background-color: #002c74;
  background-image: none;
}

.search-bar-wrap ul.chosen-choices {
  border: none;
}

.chosen-container-active ul.chosen-choices {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.chosen-container .chosen-drop,
.chosen-container-active .chosen-drop,
.chosen-container .chosen-drop ul.chosen-results,
.chosen-container-active .chosen-drop ul.chosen-results {
  border: none !important;
}

/* ======================================================
Page Builder
====================================================== */
.page_builder {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.page_builder--column {
  grid-column-start: 3;
  grid-column-end: 7;
  margin: 1em 5% 0 5%;
  text-align: justify;
}

.page_builder--full_width {
  grid-column-start: 1;
  grid-column-end: 9;
  margin: 2.5em 0 2.5em 0;
}

.page_builder--column_large {
  grid-column-start: 2;
  grid-column-end: 8;
  margin: 2.5em 1% 2.5em 1%;
}

.page_builder--column_large.video-embed .iframe-container {
  margin-top: 2em;
}

/* ======================================================
Mobile
====================================================== */

@media screen and (min-width: 800px) {
  .head-home {
    min-height: 550px;
  }
}

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

  .color-overlay {
    display: block;
    padding: 1em;
  }



  /* header */
  .head-home,
  .head-data,
  .head-page,
  .head-fill {
    min-height: 200px;
  }

  /*
  .head-nav a {
    padding: .75em;
  }
  .head-nav-left a img {
    width: 75%;
    height: auto;
  }
  .head-nav-center img {
    padding: 0;
  }
  .head-nav-right {
    display: none;
  }
  */
  .head-nav {
    background-color: #fff;
  }

  .head-nav-center img.od-logo {
    display: none;
  }

  .head-nav-center a {
    position: absolute;
  }

  .head-nav-center img.od-logo-sm {
    display: inline-block;
  }

  .head-nav-right a {
    display: none;
  }

  .head-cta-home,
  .head-cta-page {
    display: block;
    padding: 2em;
  }

  .head-home,
  .head-post,
  .head-page,
  .head-data {
    background-size: cover;
  }

  /* menu
  #menu-show {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    z-index: 99;
  }
  */
  #menu {
    width: 100%;
    overflow: auto;
  }

  .menu-exits {
    width: 100%;
    position: relative;
  }

  .menu-detail-exits {
    margin: 0;
  }

  /* footer */
  .foot-nav-center {
    display: none;
  }

  .foot-nav-left,
  .foot-nav-right {
    display: block;
    width: 100%;
    text-align: center;
  }

  .foot-cta,
  .foot-cta-top,
  .foot-cta-bottom {
    display: block;
    padding: 0;
  }

  .foot-cta {
    padding: 2em;
  }

  .foot-cta-link {
    padding: 1em;
  }

  .foot-cta-top {
    display: grid;
    grid-template-columns: 1fr;
    /*12.5% 75% 12.5%*/
    justify-items: center;
    text-align: center;
    padding: 0;
  }

  .foot-cta-bottom {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
    grid-column-gap: 5em;
    padding: 0;
  }

  .foot-cta-intro h3 p {
    font-size: 22px;
    text-align: left;
  }

  .foot-cta-link p,
  .foot-cta-link a {
    padding: 0;
    margin: 0;
  }

  .foot-cta-link {
    padding: 0 0 1em 0;
  }

  #social-float {
    display: none;
  }

  /* search */
  .search-button-text {
    display: none;
  }

  /* home */
  .home-body {
    grid-row-gap: 20px;
  }

  .home-featured {
    padding: 1em;
    height: auto;
    min-height: 500px;
  }

  .home-featured-title {
    padding: 0 1em;
  }

  .home-featured-title h2,
  .home-featured-title div.data-explain {
    width: 100%;
    float: none;
    padding: .5em 0;
    margin: 0;
  }

  .home-featured-data-wrap {
    display: none;
  }

  .home-featured-data-mobile {
    padding: 1em 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .home-search,
  .home-cta,
  .page_builder .call-to-action {
    padding: 0;
    width: 100%;
    display: block;
  }

  .page_builder .inner-cta-grid {
    grid-column-start: 2;
    grid-column-end: 9;
    align-items: center;
    justify-items: center;
  }

  .home-testimonials {
    display: none;
  }

  .home-testimonials-mobile {
    padding: 1em 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .home-testimonial-callout-mobile {
    padding: 1em;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .home-cta,
  .page_builder .call-to-action {
    padding-top: 50%;
  }

  .page_builder .call-to-action.no-image,
  .page_builder .call-to-action.no-image-inverted {
    padding-top: 0;
  }

  .home-cta .color-overlay
  .page_builder .call-to-action {
    padding: 5em 2em 3em 2em;
  }

  #slideshow {
    padding: 0 0 2em 0;
  }

  .slide {
    min-height: 0;
  }

  .home-testimonials div.quote-tile {
    display: block;
    width: 100%;
    height: auto;
  }

  .home-kit {
    display: block;
    width: 100%;
    padding: 0;
  }

  .kit-left,
  .kit-right {
    padding: 2em;
  }

  /* data */
  .data-head,
  .data-experts-wrap,
  .data-related-wrap,
  .data-content-wrap,
  .data-testify-wrap {
    display: block;
    padding: 0 1em;
  }

  .head-cta-data-nav-left,
  .head-cta-data-nav-right,
  .head-cta-data-excerpt,
  .head-cta-data-direction {
    display: none;
  }

  .data-body-index,
  .page-body-index {
    padding: 0;
    grid-template-columns: 1fr;
  }

  .data-cats,
  .page-cats,
  .data-show,
  .page-show,
  .data-more,
  .page-more {
    padding: 1em;
  }

  .view-title {
    grid-template-columns: 1fr 30px 30px;
  }

  #list,
  #grid {
    padding: .3em 0;
    margin: 0;
  }

  .search-bar {
    grid-template-columns: 1fr 65px;
  }

  .search-button a {
    padding: 1em 0;
  }

  .search-button img {
    margin: 0;
  }

  .search-bar-wrap {
    padding: 0;
  }

  #view-list,
  #grid-list {
    padding: .5em;
  }

  .data-view-grid {
    grid-template-columns: 1fr;
  }

  .data-related-data {
    grid-template-columns: 1fr;
  }

  .grid-buff {
    display: none;
  }

  /* general */
  h1 {
    font-size: 25px;
    line-height: 27px;
  }

  h1.mid {
    font-size: 50px;
    line-height: 65px;
  }

  h1.max {
    font-size: 80px;
    line-height: 89px;
  }

  h2 {
    font-size: 20px;
    line-height: 24px;
  }

  h2.mid {
    font-size: 40px;
    line-height: 50px;
  }

  h2.max {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: .75em;
  }

  h3 {
    font-size: 15px;
    line-height: 20px;
  }

  h3.max {
    font-size: 25px;
    line-height: 30px;
  }

  h4 {
    font-size: 10px;
    line-height: 12px;
  }

  h4.max {
    font-size: 20px;
    line-height: 24px;
  }

  h5 {
    font-size: 9px;
    line-height: 11px;
  }

  h5.max {
    font-size: 15px;
    line-height: 20px;
  }

  h6 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 8px;
    line-height: 10px;
  }

  h6.max {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 9px;
    line-height: 11px;
  }

  .head-cta-home h1 {
    text-align: left;
  }

  .head-cta-home h4 {
    text-align: left;
    margin-top: 1em;
    font-size: 25px;
  }

}

@media screen and (max-width: 768px) {
  .head-nav-center a {
    position: absolute;
    right: 120px;
  }

  .foot-nav {
    display: block;
    padding: 1em 0;
  }
}

@media screen and (min-width: 768px) {
  .head-nav-right {
    justify-self: end;
    align-self: center;
  }
}

@media screen and (max-width: 600px) {
  .head-nav-left {
    display: inline-grid;
    grid-template-columns: repeat(5, 65px);
    justify-items: center;
    align-items: center;
  }

  .head-nav-center a {
    position: relative;
    right: 0;
  }

  .home-featured-data-mobile {
    padding: 1em 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .foot-nav a {
    padding: .75em;
  }

  .page-annual-release .data-experts-data {
    grid-template-columns: 1fr;
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .data-related-data-card iframe,
  .data-data iframe {
    width: 100% !important;
  }

  .page-annual-release .expert {
    text-align: center;
  }

  .page-annual-release .expert img {
    float: none;
    padding-right: 0;
  }

  .data-experts-lede h2 {
    text-align: center;
  }
}

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

  .head-nav,
  .foot-nav {
    display: block;
    padding: 1em 0;
  }

  .head-nav-left,
  .head-nav-center,
  .head-nav-right {
    width: 100%;
    text-align: center;
  }

  .head-nav-right span,
  .head-nav-right .menu-show,
  .head-nav-right span.menu-show,
  .head-nav-right img {
    display: none;
  }

  .head-nav-left .menu-show {
    display: inline-block;
    right: 0;
    position: absolute;
  }

  .head-nav-right {
    display: none;
  }

  .head-nav-center a {
    position: relative;
  }

  .home-cta,
  .page-builder .call-to-action {
    padding-top: 100%;
  }

  .page_builder .inner-cta-grid .cta-multi-link {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1.5em;
  }

  .data-data-graphic {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 1em;
    justify-self: start;
  }

  h1.mid {
    font-size: 60px;
    line-height: 70px;
  }

  h2.mid {
    font-size: 20px;
    line-height: 30px;
  }

  .page_builder .call-to-action.no-image h2,
  .page_builder .call-to-action.no-image-inverted h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

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

  .head-nav-center img.od-logo {
    display: none;
  }

  .head-nav-center img.od-logo-sm {
    display: inline-block;
  }

  .head-nav-right a {
    display: none !important;
  }

}

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

  .home-search {
    margin: 0;
  }

  .home-search-tab {
    display: none;
  }

  .home-search-tab-mobile {
    display: block;
  }

  .page_builder .call-to-action.no-image .color-overlay {
    padding-right: 0;
  }

  .page_builder .inner-cta-grid {
    grid-column-start: 1;
    grid-column-end: 9;
    padding: 0 .5em 0 .5em;
  }

  .page_builder--column {
    grid-column-start: 2;
    grid-column-end: 8;
    margin: 1em 2% 1em 2%;
  }

}

@media screen and (min-width: 1170px) and (max-width: 1360px) {

  .home-search {
    margin: -9em 2em 0 2em;
  }

  .home-cta .color-overlay,
  .page_builder .call-to-action {
    padding: 5em 2em 3em 2em;
  }

  .page_builder .call-to-action.no-image {
    padding: 5em 0 3em 0;
  }

  .page_builder .inner-cta-grid {
    grid-column-start: 2;
    grid-column-end: 9;
  }

  .page-annual-release .expert img {
    max-width: 175px;
    height: auto;
    margin-bottom: 85px;
  }

}

@media screen and (min-width: 600px) and (max-width: 1360px) {

  h1.mid {
    font-size: 112px;
    line-height: 136px;
  }

  h2.mid {
    font-size: 40px;
    line-height: 60px;
  }

}



/**
 * Responsive wrapper for iframes.
 *
 * See the function `od_post_content` in functions.php for more
 */
.iframe-container {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


body .optanon-alert-box-wrapper {
	background: #002c74 !important;
}
body .optanon-alert-box-wrapper .optanon-alert-box-button-middle {
	background-color: #fff !important;
}
body .optanon-alert-box-wrapper .optanon-alert-box-button-middle button {
	color: #002c74 !important;
}

/**
 * Styling for 'Return to Top' Arrow button
 *
 * See the function `return_top()` in od.js for usage.
 */
#back-to-top {
	position: fixed;
	bottom: 0.5em;
	right: 0.5em;
	z-index: 9999;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
	display: none;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 3rem;
  padding: .5rem;
}
#back-to-top:hover,
#back-to-top:focus {
  border: 3px solid #002c74;
}
@media screen and (max-width: 600px) {
  #back-to-top {
    bottom: 8px;
    right: 8px;
    padding: .35rem;
  }
}
@media screen and (min-width: 1170px) {
  #back-to-top {
    bottom: 2em;
    right: 2em;
  }
}

i.return-to-top {
  background-color: #002c74;
  text-indent: -999em;
  width: 20px;
  height: 20px;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: url('/wp-content/themes/open-doors/g/Arrow-up.svg');
  -webkit-mask-image: url('/wp-content/themes/open-doors/g/Arrow-up.svg');
  display: inline-block;
  vertical-align: middle;
}

/**
 * Styling for Screen-Ready only Content.
 *
 * See https://webaim.org/techniques/css/invisiblecontent/.
 */
.sr-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

/**
Styling for annual releases nav
*/

.menu-annual-releases-container {

    font-size: 14px;
    line-height: 20px;

}


.menu-annual-releases-container ul {

padding-left: 0;
margin: 0;

}

.menu-annual-releases-container li {
list-style: none;
padding-left: 1em;


}

.menu-annual-releases-container ul li a {
text-transform: none;
color: #ffffff;
text-decoration: none;

}

.menu-annual-releases-container ul li a:hover {
text-transform: none;
color: #ffffff;
text-decoration: none;

}

/**
Homepage CTA Group
*/
.row.four-cta-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.four-cta-group ul.four-cta-group__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0 10px;
}
ul.four-cta-group__column > li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  -webkit-transition: -webkit-flex-basis 1.25s;
  transition: -webkit-flex-basis 1.25s;
  -o-transition: flex-basis 1.25s;
  transition: flex-basis 1.25s;
  transition: flex-basis 1.25s, -webkit-flex-basis 1.25s, -ms-flex-preferred-size 1.25s;
}
ul.four-cta-group__column > li:hover {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
ul.four-cta-group__column .four-cta-group__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  min-height: 165px;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  padding: 0 10px;
}
ul.four-cta-group__column a.four-cta-group__cta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 1em;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 1.25s;
  transition: -webkit-transform 1.25s;
  -o-transition: transform 1.25s;
  transition: transform 1.25s;
  transition: transform 1.25s, -webkit-transform 1.25s;
}
ul.four-cta-group__column li a.four-cta-group__cta:hover > div {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  font-weight: 800;
}
ul.four-cta-group__column li a.four-cta-group__cta:focus > div {
  border: 1px dashed #fff;
}
ul.four-cta-group__column .four-cta-group__cta img {
  width: 48px;
  height: 48px;
  margin: 0 10px 0 0;
  border-radius: 50%;
}

/* Font Styling for Homepage CTA Group */
ul.four-cta-group__column a.four-cta-group__cta {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05px;
  font-weight: 900;
  text-decoration: none;
}
ul.four-cta-group__column a.four-cta-group__cta:hover,
ul.four-cta-group__column a.four-cta-group__cta:focus {
  text-decoration: underline;
}
/* Background Colors for Button: Default */
ul.four-cta-group__column li.default a.four-cta-group__cta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002c74), to(#496695));
  background-image: -o-linear-gradient(top, #002c74, #496695);
  background-image: linear-gradient(to bottom, #002c74, #496695);
}
ul.four-cta-group__column li.default a.four-cta-group__cta:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#496695), to(#002c74));
  background-image: -o-linear-gradient(top, #496695, #002c74);
  background-image: linear-gradient(to bottom, #496695, #002c74);
}

/* Background Colors for Button: Maroon */
ul.four-cta-group__column li.maroon a.four-cta-group__cta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C10230), to(#FF6896));
  background-image: -o-linear-gradient(top, #C10230, #FF6896);
  background-image: linear-gradient(to bottom, #C10230, #FF6896);
}
ul.four-cta-group__column li.maroon a.four-cta-group__cta:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF6896), to(#C10230));
  background-image: -o-linear-gradient(top, #FF6896, #C10230);
  background-image: linear-gradient(to bottom, #FF6896, #C10230);
}

/* Background Colors for Button: Purple */
ul.four-cta-group__column li.purple a.four-cta-group__cta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d3e98), to(#A071CB));
  background-image: -o-linear-gradient(top, #6d3e98, #A071CB);
  background-image: linear-gradient(to bottom, #6d3e98, #A071CB);
}
ul.four-cta-group__column li.purple a.four-cta-group__cta:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#A071CB), to(#6d3e98));
  background-image: -o-linear-gradient(top, #A071CB, #6d3e98);
  background-image: linear-gradient(to bottom, #A071CB, #6d3e98);
}

/* Background Colors for Button: Green */
ul.four-cta-group__column li.green a.four-cta-group__cta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b853d), to(#72A74D));
  background-image: -o-linear-gradient(top, #5b853d, #72A74D);
  background-image: linear-gradient(to bottom, #5b853d, #72A74D);
}
ul.four-cta-group__column li.green a.four-cta-group__cta:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#72A74D), to(#5b853d));
  background-image: -o-linear-gradient(top, #72A74D, #5b853d);
  background-image: linear-gradient(to bottom, #72A74D, #5b853d);
}

/* CTA Button Group Media Queries */
@media (min-width: 540px) {
  .four-cta-group ul.four-cta-group__column {
    -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: 0;
  }
}
@media screen and (max-width: 1024px) {
  ul.four-cta-group__column .four-cta-group__cta > div {
    -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;
  }
}