/*
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+Mono:400,400i|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;
*/

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: #26445C;
  z-index: 10;
  /*max-width: 1920px;*/
  /*letter-spacing: 0.0625em;*/
}
a {
  color: #015C64;
  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:after,
a.button-text-max:after {
  font-family: "dashicons";
  content: "\f344";
  vertical-align: middle;
  margin-left: .25em;
}
a.button-text-faq:after {
  font-family: "dashicons";
  content: "\f132";
  vertical-align: middle;
  margin-left: .25em;
}
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;
}
a.button-text:hover {
  color: #D62E00;
}
p {
  line-height: 1.75em;
}
p a,
li a {
  color: #015C64;
  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: 60px;
  line-height: 72px;
}
h2.max {
  font-size: 80px;
  line-height: 100px;
}
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 );
}
.teal {
  color: #015c64;
}
.teal-bg,
.teal-bg:focus {
  background-color: #015c64;
  color: #ffffff;
}
.teal-gradient,
.teal-gradient:focus {
  background-image: linear-gradient( to bottom, #014964, #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: transparent linear-gradient(180deg, #DB372B 0%, #DF665E 100%) 0% 0% no-repeat;
  color: #ffffff;
}
.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: #26445C;
}
.navy-bg {
  background-color: #26445C;
}
.grey {
  color: #015c64;
}
.grey-bg {
  background-color: #015c64;
}
.color-overlay {
  padding: 5em 7em;
  color: #ffffff;
}
.color-overlay a {
  color: #ffffff;
}
.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;
}

/* 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, #D8E4EB 0%, #FFFFFF00 100%) 0% 0% no-repeat;
}
.head-post .head-fill,
.head-page .head-fill {
  background: rgba( 216, 228, 235, 70% ) linear-gradient(0deg, #D8E4EB 0%, #D8E4EB00 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 2em 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-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 10em 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 #26445C;
  background-color: transparent;
  cursor: pointer;
}
#slide-nav .slide-nav:hover,
#slide-nav .slide-nav.on {
  background-color: #26445C;
}
.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 #014964;
  color: #014964;
}
.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;
}
.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;
}

/* ======================================================
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 #26445c;
  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;
}


/* ======================================================
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: #015c64;
  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: #015c64;
}
#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: #014964;
  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 #014964;
  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: #014964;
  margin-right: 1em;
  overflow: hidden;
  display: inline-block;
  border-top: 2px solid #014964;
  cursor: pointer;
}
.home-search-tab-link-mobile {
  display: none;
  color: #014964;
  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 #014964;
}
.home-search-tab a.home-search-tab-link.on {
  border-top: 2px solid #014964;
}
.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 #014964;
  color: #014964;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.home-search-tab a:hover .icon,
.home-search-tab a.on .icon {
  background-color: rgba(1, 73, 100, 1);
  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');
}
.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');
}
.icon.us-study-abroad {
  background-image: url('g/us-study-abroad-icon-blue.svg');
}
.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');
}
.icon.intensive-english-programs {
  background-image: url('g/intensive-english-programs-icon-blue.svg');
}
.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');
}
.icon.international-scholars {
  background-image: url('g/international-scholars-icon-blue.svg');
}
.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');
}
.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: #d8e4eb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.home-featured-data-wrap .jspDrag {
  height: 5px;
  background-color: #26445C;
  -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;
}
.featured-deet {
  padding-top: 1em;
}
.home-cta {
  display: block;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-template-rows: 600px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.home-cta .color-overlay {
  display: block;
  padding-top: 5.5em;
  padding-right: 112px;
}
.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-line label {
  display: block;
  padding: .5em .15em;
  color: #26445C;
  font-size: .9em;
}
.kit-line span.required {
  margin-left: 2em;
}
.kit-line input,
.kit-line select {
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 4px solid #015c64;
  color: #015c64;

  font-size: 1em;
  text-align: left;
  line-height: 1.5em;
  padding: .5em 0;
}
.kit-line select {
  border: none;
  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:
}
.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-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;
}

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

.data-body,
.page-body {
  display: grid;
  grid-template-columns: 100%;
  grid-row-gap: 10em;
}
.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 #26445C;
  background-color: transparent;
  float: right;
}
.data-cats-item.on .checkbox {
  background-color: #26445C;
}
.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 {
  border-top: 3px solid #d8e4eb;
  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 {
  padding: .5em 0;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  font-size: 14px;
}
.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(2, 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-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 #d8e4eb;
  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: #015c64;
  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');
}
#grid {
  background-image: url('g/view-grid.svg');
}
#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: #26445c;
  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: #D8E4EB;
}
.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 {
  grid-column-start: 2;
  grid-column-end: 8;
  padding: 0;
}
.page-annual-release .data-data h2 {
  text-align: center;
  padding-bottom: 1em;
}
.page-annual-release .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 {
  justify-self: left;
  align-self: center;
}
.page-annual-release .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:#26445C;
  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, #014964, #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, #014964, #037483 );
}
.jBox-Logins .jBox-closeButton{
  background-image: linear-gradient( to bottom, #014964, #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: #015c64;
  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;
}


/* ======================================================
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 {
    padding: 0;
    width: 100%;
    display: block;
  }
  .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 {
    padding-top: 50%;
  }
  .home-cta .color-overlay {
    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: 30px;
    line-height: 36px;
  }
  h2.max {
    font-size: 40px;
    line-height: 50px;
  }
  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 {
    padding-top: 100%;
  }
  .data-data-graphic {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 1em;
  }
  h1.mid {
    font-size: 60px;
    line-height: 70px;
  }
  h2.mid {
    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;
  }

}

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

  .home-search {
    margin: -9em 2em 0 2em;
  }
  .home-cta .color-overlay {
    padding: 5em 2em 3em 2em;
  }
  .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%;
}
