/*
Theme Name: Fortune Child
Theme URI: https://themesharbor.com/downloads/fortune/
Template: fortune
Author: Taras Dashkevych
Author URI: https://themesharbor.com/
Description: This is a child theme, based on Fortune.
Version: 1.0.1.1586982618
Updated: 2021-10-21

*/

/* General */
body {
	font-size: 1.1rem;
}
.container--narrow {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
img.custom-logo {
	width: 60%;
	margin: 10px 20px;
}
a {
  color:#0569d6;
  text-decoration:none;
}
a.skip-link {
	color: black;
}
p.has-background {
	background: whitesmoke !important;
	padding: 0;
}
span.meta-nav {
	color: #696a6b;
}

.center {
  margin: auto;
  width: 50%;
  padding: 10px;
}

/* Theme site */
.site-header .main-header-links {
    font-weight: 400;
}
.site-header,
.sticky-navigation{
  background:#29445a;
  z-index: 1000;
}
.site-header,
.site-header a,
.site-header .top-bar a:hover{
  color:#929394;
}
.site-header .top-bar a,
.site-header .site-description{
  color:#ffffff !important;
}
.site-header,
.site-header .top-bar,
.sticky-navigation{
  border-bottom:none;
}
.site-header-inner {
    padding: 0 15px !important;
}
#site-navigation a{
    border:1px solid transparent;
    color:#ffffff;
    padding:6px 11px;
}
#site-navigation .current-menu-item>a,
#site-navigation .current-menu-item>a:hover,
#site-navigation .current_page_ancestor>a,
#site-navigation .current_page_ancestor>a:hover,
#site-navigation .current_page_item>a,
#site-navigation .current_page_item>a:hover,
#site-navigation ul:not(.sub-menu)>.menu-item-has-children.focus>a,
#site-navigation ul:not(.sub-menu)>.menu-item-has-children:hover>a,
#site-navigation ul:not(.sub-menu)>.menu-item-has-children:hover>a:hover {
	background: inherit !important;
}

#site-navigation .current-menu-item>a {
	background: inherit;
	color: #b5eeff;
}
#site-navigation .current-menu-item>a:hover {
    border: none;
	background: inherit;
	text-decoration: none;
}
#site-navigation .menu-item>a:hover {
	border: none;
	border-bottom: 1px solid #85cfff;
	text-decoration: none;
	color: #b5eeff;
}
#site-navigation ul.sub-menu .current-menu-item>a {
	color: #fff;
}
#site-navigation ul ul {
	background: #5A748C;
}
#site-navigation .current_page_ancestor>a,
#site-navigation .current_page_ancestor>a:hover {
	background: inherit;
}
#site-navigation ul:not(.sub-menu)>.menu-item-has-children:hover>a:hover {
	color: #b5eeff;
}

.th-text-xxs {
    font-size: .9rem;
}


/* Menus */
#menu-topmenu .menu-item-has-children a:hover{
	color: #b5eeff;
}
ul#menu-topmenu menu-item-has-children li:hover{
	background: inherit;
}
ul#menu-topmenu.nav-bar{
	font-size: 23px;
}

/* Headers */
div.container.site-header-inner.th-flex.th-flex-wrap {
	padding: 10px 20px;
	max-width: 1500px;
}
div.container.site-header-inner {
	margin-left: 0;
	margin-right: 0;
}
div.main-header-links {
	float: right;
}
div.header-search-container {
	display: none;
}
.page-header .th-featured-image {
    object-fit: cover;
}
#primary-header.has-featured-image{
	min-height: 223px;
}
#home-search-group {
   width:300px;
   position: absolute;
   top: 130px !important;
   margin-left: 70%;
}
.search-results #home-search-group {
	top: 20px !important;
}
header#primary-header{
    height: 160px;
    border-color: #f6f6f6;
    background-color: #f6f6f6;
}

/* Footer */
.site-footer {
    background: #29445a;
    border-top: none;
    color: #929394;
    position: relative;
}
.site-footer .gotop {
	display: none;
}
.footer-bottom{
	display: none;
}
footer#colophon.site-footer div.th-mt-base,
#custom_html-13 {
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Buttons */
button#home-search-btn.btn.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border: 1px solid #ebecee !important;
    padding: 0.3rem 0.75rem;
}
a.primary-button, button, input[type=submit] {
	background: #09636B;
	text-transform: capitalize;
	border: 1px solid #ffffff;
	padding: .375rem .75rem;
}
.btn-contact {
    background: #09636B;
    border: 1px solid #ffffff !important;
}

/* front-page template */
#hero.has-background .overlay, #primary-header .overlay, .page-header.has-featured-image .overlay {
    background: #000;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
/* #hero.has-background, #primary-header.has-featured-image, .page-header.has-featured-image {
    filter: opacity(95%);
} */
#hero.has-background div.container{
	max-width: 1600px;
}
#hero {
    background: #f8f9fa;
    padding: 180px 50px;
    position: relative;
}
#hero .hentry .entry-title {
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 25px;
    padding: 0;
}
#hero .hentry .entry-content {
	max-width: 100%;
}


/* Home Page */
.homepage-widgets.th-flex.th-flex-wrap {
	margin: -50px 0;
}
.homepage-widgets .front-page-block {
    padding-bottom: 30px;
	background: whitesmoke;
}
.homepage-widgets .widget .widget-title {
    margin-bottom: 0;
	margin-top: -2rem;
	display: none;
}
.homepage-widgets .widget:nth-child(2n) {
    background: #ffffff;
}
div#home-banner-title {
   font-size: 40px;
   font-weight: 700;
   /*position: absolute;*/
   margin-top: 30px;
   text-align: center;
}
.entry-content.featured-content {
	padding: 0 10rem;
}
.entry-content a {
  border-bottom: none !important;
}
.entry-thumb {
	display: none;
}
.wp-block-search .wp-block-search__input, #home-search {
    background-color: #ffffff;
    border-radius: 5px 0 0 5px !important;
    width: 250px;
}

/* Title */
.entry-title {
   display: none;
   margin: 0 0 0 50px;
/*    font-size: 1.8rem;
   font-weight: 600;
   color: black; */
	font-size: 24px !important;
	 font-family: "Playfair Display", serif;
	 font-weight: bold;
	 color: #212c47 !important;
}
.section-title {
	font-family: "Playfair Display", serif;
	font-weight: bold;
	color: #212c47 !important;
}
.topic-title {
	color: #036b88;
	//padding-top: 80px;
	//margin-top: -80px;
}

.anchor-tag {
	position: relative;
	top: -80px;
	//padding-top: 80px;
	//margin-top: -80px;
	//height: 0;
	//z-index: -1;
}

.link-color-override,
.link-color-override span {
	color: #036b88 !important;
}
.link-color-override:hover,
.link-color-override:focus,
.link-color-override:hover span,
.link-color-override:focus span{
	color: #23527c !important;
}

/* Breadcrumb */
.breadcrumb-container {
    margin-left: 20px;
	padding-top: 10px;
	display: none;
}
.breadcrumb-container.theme1 a {
	padding: 5px 0 !important;
	color: #029fcb;
}

/*  Mobile theme */
button.toggle-mobile-menu {
   background-color: #339BA4;
   color: black;
}
.mobile-navigation {
	text-transform: capitalize;
}
.mobile-navigation button.dropdown-toggle::before {
  content: none !important;
  margin-right: 0;
}
button#toggle-mobile-menu{
	border: none;
	width: 32px;
	font-size: large;
}
button#toggle-mobile-menu::before{
	margin-left: 0.45rem;
}

/* Email Subscribe plugin */
div#email-subscribe {
	text-align: right;
}
form.es_subscription_form {
    display: inherit;
    background-color: inherit;
    border: none;
}
input[type=email] {
	background-color: white !important;
}

h2.no-cap {
	font-family: "Playfair Display", sans-serif !important;
	text-transform: none !important;
}

/* KT Blocks plugin */
.topic-section {
     margin-left: 1.5rem!important;
     margin-right: 1.5rem!important;
}
button.kt-blocks-accordion-header:focus {
   outline: none !important;
}
.kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:before, .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-basiccircle .kt-blocks-accordion-icon-trigger:before {
  width: 15px !important;
}
.kt-blocks-info-box-title {
	color: #294359
}
a.kt-blocks-info-box-title: hover {
	color: #0da4d3;
}
.accordion-container {
    max-width: 960px;
    width: 100%;
    padding: 30px 30px 20px 30px;
    margin: 0 auto;
    box-sizing: border-box;
}
.wp-block-search {
    position: absolute;
    margin-top: -100px;
    margin-right: 5%;
}
.wp-block-button .wp-block-button__link {
    border-bottom: none;
    font-size: 11px;
    font-weight: 700;
    background-color: #50718c;
    /* text-transform: uppercase; */
}

/* Page - Documentation */
.section-one{
   background-color: #f6f6f6; 
   margin-top: -100px;
   padding: 20px 80px;
}

/* Page - About */
.page-id-16 .section-one {
   margin-top: -100px;
   padding: 20px 0px;
}
.page-id-16 .wp-block-group__inner-container{
   background-color: #f6f6f6 !important;
}
.page-id-16 .white-background{
  background-color: #ffffff;
}
.page-id-16 div.breadcrumb-container.theme1{
   display: none;
}
.page-id-16 #about.container{
   padding-left: 5rem;
   padding-right: 5rem;
}
.page-id-16 .ui-widget-content a {
  color: #0da4d3 !important;
}
.page-id-16 #accordions-8619 {
  padding: 0px !important;
}
.page-id-16 .px-10 {
  padding-left: 4.3rem !important;
  padding-right: 4.3rem !important;
}
.page-id-16 .legend {
  color: #0da4d3;
  padding: 0 15px;
}
.page-id-16 h3 { position:relative; }
.page-id-16 h3 span{ position:absolute; top:-100px;}

/* Page - Contact Us */
.page-id-9466 .entry-title {
     display: block;
     margin: 40px 0 0 50px;
     font-size: 24px;
	 font-family: "Playfair Display", serif;
	 font-weight: bold;
	 color: #212c47 !important;
   }
   .page-id-450453 .entry-title {
     display: block;
     margin: 40px 0 0 50px;
     font-size: 24px;
	 font-family: "Playfair Display", serif;
	 font-weight: bold;
	 color: #212c47 !important;
   }

	.page-id-9466 .kb-form .kadence-blocks-form-field .kb-forms-submit{
	   line-height: 1;
	   font-size: 14px;
	}
	


/* Page - Directors */
  .page-id-9484 .entry-title {
	   display: block;
	   margin: 0 0 0 50px;
	   font-size: 1.8rem;
	   font-weight: 600;
	   color: black;
	}
	.page-id-9484 span#kathie {
	  position: absolute;
	  top: -100px;
	}
	.page-id-9484 span#bob {
	  position: relative;
	  top: -150px;
	}

/* Page - Omics */
	.page-id-9213 #home-search-group {
		margin-top: 30px;   
	}
	.page-id-9213 h4 a {
	  color: #43c3ea;
	}
	.page-id-9213 table {
	  margin-bottom: 0;
	}
	.page-id-9213 table th {
	  background: #eee;
	  font-size: medium;
	}
	.page-id-9213 h4 {
	  margin-bottom: 15px;
	}
	.page-id-9213 .th-py-md {
	  padding-top: 0;
	}

/* Page - Data */
	.page-id-19 .section-one {
	   margin-top: -125px;
	}

	.page-id-19 h4#restricted-use, 
	.page-id-19 h4#public-use, 
	.page-id-19 h4#ancillary, 
	.page-id-19 h4#new-data-releases {
	  position: relative;
	}

	@media (max-width: 980px) {
	  .page-id-19 .kt-accordion-id_b45aff-95 .wp-block-kadence-pane .kt-blocks-accordion-header{
		 font-size: 12px;
	   }
	}

/* Page - New Data Release */
	.page-id-9890 header#primary-header{
	   height: 160px;
	   border-color: #f6f6f6;
	   background-color: #f6f6f6;
	}
	.page-id-9890 .entry-title {
	   display: block;
	   margin: 40px 0 0 50px;
	   font-size: 1.8rem;
	   font-weight: 600;
	   color: black;
	}
	.page-id-9890 .sub-titles {
	   font-size: large;
	   font-weight: 600;
	}

/* Page - Announcements  847825 */
/* Page - Public-Data 847827 */
/* Page - Restricted-Use Data 847830 */
/* Page - Restricted-Use Data Contract Options 847832 */ 
/* Page - Accessing Wave VI Restricted-Use Data 847841 */ 
	.page-id-847825 header#primary-header,
	.page-id-847827 header#primary-header,
	.page-id-847830 header#primary-header,
	.page-id-847832 header#primary-header,
	.page-id-847841 header#primary-header
	{
	   height: 160px;
	   border-color: #f6f6f6;
	   background-color: #f6f6f6;
	}
	.page-id-847825 .entry-title, 
	.page-id-847827 .entry-title, 
	.page-id-847830 .entry-title, 
	.page-id-847832 .entry-title, 
	.page-id-847841 .entry-title 
	{
	   display: block;
	   margin: 40px 0 0 50px;
	   font-size: 1.8rem;
	   font-weight: 600;
	   color: black;
	}
	.page-id-847825 .sub-titles, 
	.page-id-847827 .sub-titles, 
	.page-id-847830 .sub-titles, 
	.page-id-847832 .sub-titles, 
	.page-id-847841 .sub-titles 
	{
	   font-size: large;
	   font-weight: 600;
	}

/* Page - ACE */
	.page-id-9039 header#primary-header{
	   display: none;
	}
	.page-id-9039 .entry-title {
		display: block;
		font-size: 24px !important; 
		margin: 0px;
	}
	.page-id-9039 div#primary {
	  padding-top: 0;
	}
	.page-id-9039 div#header-banner{
	  background-color: #f6f6f6; 
	  padding: 15px 0px 10px;
	}

	.page-id-9039 #home-search-group {
		width: 300px;
		position: absolute;
		margin-top: -10px; 
	}
	.page-id-9039 input#home-search{
	  background-color: white;
	}
	.page-id-9039 button#home-search-btn{
	  background-color: inherit;
	  border-color: #f6f6f6;
	}
	.page-id-9039 .documentDescription {
		color: #666;
		margin-left: 0;
		font: bold 1.25em;
		font-weight: 700;
	}
	.page-id-9039 div#ace-search-form{
	   border: 1px solid;
	   padding: 20px;
	   background: #f6f6f6;
	}
	.page-id-9039 input#searchtext{
	  height: calc(1.5em + .5rem + 2px);
	  background: white;
	  border: 1px solid #ced4da;
	}

	.page-id-9039 .entry-content a {
		border-bottom: none;
	}

/* Page - Codebooks */
	.page-id-9227 .entry-title {
	   display: block;
	}
	.page-id-9227 #home-search-group {
		margin-top: 30px; 
	}
	.page-id-9227 .sub-title {
	   position: absolute;
	   margin-top: -80px;
	   margin-left: auto;
	   margin-right: auto;
	  max-width: 960px; 
	} 
	.page-id-9227 div#primary {
	  padding-top: 0;
	}
	.page-id-9227 header#primary-header{ 
		height: 160px;
		border-color: #f6f6f6;
		background-color: #f6f6f6;
	}
   .page-id-9227 .sub-entry-title{
	   position: absolute;
	   margin-top: -60px;
	   max-width: 960px;
	   padding-left: 35px;
	}

/* Page - restricted-use datasets index */
   .page-id-506104 .entry-title {
	   display: block;
	}
    .page-id-506104 .sub-entry-title{
	   position: absolute;
	   margin-top: -100px;
	   max-width: 960px;
    }


/* Page - FAQ */

.page-id-8950 .entry-title {
   display: block;
}
.page-id-8950 .sub-entry-title{
   position: absolute;
   margin-top: -100px;
   max-width: 960px;
}
.page-id-8950 header#primary-header{
    height: 160px;
    border-color: #f6f6f6;
    background-color: #f6f6f6;
}
.page-id-8950 div#primary {
  padding-top: 0;
}
.page-id-8950 div#header-banner{
  padding: 50px 80px 20px;
}
.page-id-8950 div#content-container{
  padding: 40px 80px 0px;
}
.page-id-8950 #home-search-group {
    width: 300px;
    position: absolute;
/*     margin-top: 30px; */
    margin-left: 70% !important;
}

/* Page - Research Brief */
	.page-id-9232 .entry-title {
	   display: block;
	}
	.page-id-9232 .sub-entry-title{
	   margin-top: -140px;
	}
	.page-id-9232 header#primary-header{
		height: 160px;
		border-color: #f6f6f6;
		background-color: #f6f6f6;
	}
	.page-id-9232 .imageclass {
		 float:left;
	}
	.page-id-9232 .textclass {
		 float:left;
		 width:300px;
		 height:20px;
	}

/* Page - Study Design */
	.page-id-9560 .entry-title {
	   display: block;
	   margin-top: 40px;
	 }
	 .page-id-9560 .sub-title {
	   position: relative;
	   top: -30px; 
	}

	 .page-id-9560 #home-search-group {
		margin-top: 30px; 
	}

/* Page - User Guides */
    
	.page-id-9003 header#primary-header{
	   height: 160px;
	   border-color: #f6f6f6;
	   background-color: #f6f6f6;
	}
	.page-id-9003 div#primary {
	  padding-top: 0;
	}
	.page-id-9003 div#header-banner{
	  background-color: #f6f6f6; 
	  padding: 50px 80px 40px;
	}
	div#content-container{
	  padding: 40px 80px 0px;
	}
	.page-id-9003 .entry-title {
	   display: block;
	   margin: 0 0 0 50px;
	   font-size: 1.8rem;
	   font-weight: 600;
	   color: black;

	}
	.page-id-9003 #home-search-group {
		width: 300px;
		position: absolute;
		margin-top: -20px; 
		margin-left: 70% !important;
	}
	.page-id-9003 input#home-search{
	  background-color: white;
	}
	.page-id-9003 button#home-search-btn{
	  background-color: inherit;
	  border-color: #f6f6f6;
	}
	/*a {
	  color: #0da4d3 !important;
	}*/
	.page-id-9003 #banner-title {
	   font-weight: 500;
	   position: absolute;
	   margin-top: 1600px;
	}
	.page-id-9003 .sub-entry-title{
	   position: absolute;
	   margin-top: -80px;
	   max-width: 960px;
	}
/* Page - Data Briefs */
        .page-id-534296 .entry-title {
           display: block;
           margin: 0 0 0 50px;
           font-size: 1.8rem;
           font-weight: 600;
           color: black;

        }        
        .page-id-534296 .sub-entry-title{
           position: absolute;
           margin-top: -110px;
           max-width: 960px;
        }
        .page-id-534296 #banner-title {
           font-weight: 500;
           position: absolute;
           margin-top: 1600px;
        }
        .page-id-534296 #banner-title {
           font-weight: 500;
           position: absolute;
           margin-top: 1600px;
        }
         .page-id-534296 .content-area {
           min-height: 180px;
        }        

/* Pages - Events */
	.page-id-8858 .mb-50 {
     margin-bottom: 5.0rem;
   }
   .page-id-8858 .mt-200 {
     margin-top: -200px;
   }
   .page-id-8858 .mt-30 {
     margin-top: -30px;
   }
   .page-id-8858 .mt-7 {
     margin-top: 7rem;
   }
   .page-id-8858 .mt-6 {
     margin-top: 5rem;
   }

/* Pages - Home */
	.home .entry-content.featured-content {
		padding: 0 3.5rem;
	  }
	.home .homepage-widgets .front-page-block .entry-content.featured-content {
		margin: 0px 0 5px;
	  }
    .home .wp-block-kadence-infobox a.kt-blocks-info-box-link-wrap {
		  min-height: 375px !important;
	  }
	.home .entry-content a {
	   border-bottom: none;
	  }
	.home .news-more-link {
	  background: none;
	  color: #0235cb;
	  font-size: 85%;
	  margin-left: -15px;
	} 
	.home .news_pagination {
		display: none;
	   }
	.home .card-header {
	  background-color: #28445A;
	  color: white; 
	  max-height: 85px; 
	  padding: 30px 0; 
	  font-size: 1.2rem;
	 font-weight: 500;
	}
	.home .card-body p.card-text, .page-id-213 .card-body a {
	  color: #000;
	}
	.home .card:hover {
		transition: all 0.2s ease-out;
		box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
		top: -4px;
		background-color: white;
	}
	.home .card:hover a {
		color:#0da4d3;
		text-decoration: none;
	}
	.home .card:hover a div.card-body p.card-text { 
		color:#0da4d3;
	}
	.home .card-header.text-center a:hover, .home .card-header:hover a{
       color: yellow;
	}
    .home .card-body a:hover, .home .card-body.card:hover a {
		color: #0da4d3;
    }
	.home .card-footer {
		padding: .75rem 1.25rem;
		background-color: white;
		border-top: none;
	}
	.home .pt-20 {
	   padding-top: 20px;
	}
	.home .mt-30 {
	   margin-top: -30px;
	}
	.home .no-border {
	   border: none;
	}

/* Page - Participants */
	  .page-id-21 .entry-thumb {
		 display: none;
	   }
	  .page-id-21 .section-one {
		margin-top: -20px;
		padding: 0;
	  }
	.page-id-21 .mb-10 {
		margin-bottom: 5rem;
	 }

	.page-id-21 div.breadcrumb-container.theme1{
	   display: none;
	}
	.page-id-213 #participants {
	  display: none;
	}
	.page-id-213 button a {
	   text-decoration: none !important;
	   border-bottom: none !important;
	   color: white;
	}
	.page-id-21 .wp-block-button .wp-block-button__link {
		border-bottom: none;
		font-size: 1rem;
		font-weight: 500;
		background-color: #50718c;
		text-transform: capitalize;
		color: white;
	}
	.page-id-21 .wp-block-button__link {
	   padding: 2px;
	}
	.page-id-21 .content-area {
		background-color: #f6f6f6;
		margin-bottom: 40px;
	}

/* Page - Publication */
	.page-id-20 .bib-container {
		margin: 40px auto !important;
   	}

/* Page - Restricted Use vs Public Use */
	.page-id-52038 .entry-title {
	   display: block;
	   margin: 0 0 0 50px;
	   font-size: 1.8rem;
	   font-weight: 600;
	   color: black;
	}
	.page-id-52038 div#content-container{
	  padding: 10px 80px 0 0;
	}
	.page-id-52038 .sub-entry-title{
	   position: absolute;
	   margin-top: -180px;
	   max-width: 960px;
	}
	.page-id-52038 header#primary-header{
		height: 200px;
		border-color: #f6f6f6;
		background-color: #f6f6f6;
	}
	.page-id-52038 .entry-content a {
		border-bottom: none;
	}

/* Page - News */
   .page-id-8889 .entry-thumb {
     display: none;
   }
  .page-id-8889 .mb-60 {
     margin-bottom: 6rem;
   }
   .page-id-8889 .mt-220 {
     margin-top: -220px;
   }
   .page-id-8889 .mt-35 {
     margin-top: -35px;
   }
   .page-id-8889 .mt-7 {
     margin-top: 7rem;
   }
  .page-id-8889 .wp-block-search {
    position: absolute;
    margin-top: -100px;
    margin-right: 5%;
  }
  .page-id-8889 div.breadcrumb-container.theme1{
     display: none;
  }
  .page-id-8889 .card-footer {
    padding: .75rem 1.25rem;
    background-color: white;
    border-top: none;
  }
  .page-id-8889 form input#email {
    width: 300px;
    background-color: white;
    border: 1px solid;
  }
  .page-id-8889 form label {
     font-size: large;
  }
  .page-id-8889 .th-py-md {
    margin-top: 0;
  }
  .page-id-8889 .card-header {
    height: 70px;
    padding-top: 23px;
  }
  .page-id-8889 .card-header h4 {
    font-weight: 400;
  }
  .page-id-8889 .news_pagination {
    margin: 50px 0px 10px 0px;
    text-align: left;
  }
  .page-id-8889 .page-numbers.current {
    background: #339BA4;
  }
  .page-id-8889 .news_pagination a, .page-id-8889 .news_pagination a {
    color: #212529 !important;
    background: #fff;
    border-bottom: 1px solid black !important;
  }
  .page-id-8889 .news-col-1 .news-inner-wrap-view, .page-id-8889 .news-col-list .news-inner-wrap-view {
    border-bottom: none !important;
  }
  .page-id-8889 .news-more-link {
    background: none;
    color: #339BA4;
  } 
  .page-id-8889 .grid-news-thumb {
   width: 80%;
   height: 80%;
  }
  .page-id-8889 .grid-date-post, .page-id-8889 .grid-date-post a {
    font-size: 17px;
  }
  .page-id-8889 h3.news-title {
   font-family: Source Sans Pro;
  }
  .page-id-8889 .post-content-text {
    width: 100%;
  }

  .page-id-351651 .entry-title {
    display: block;
    margin: 40px 0 0 50px;
    font-weight: 600;
  }



/* Media screen sizes */
@media (min-width: 1700px){
	div#home-banner-title {
      font-size: 50px;
	}
}
@media (max-width: 1600px){
	ul#menu-topmenu.nav-bar{
	  font-size: 16px;
	}
}
@media only screen and (max-width: 1400px) and (min-width: 1096px) {
    /* Page - Codebooks */
	.page-id-9227 .entry-title {
     margin: 15px 0 0 85px  !important;
   } 
   .page-id-9227 div#content-container {
       padding: 40px 10px 40px 40px ;
   }
   .page-id-9227 #home-search-group {
		margin-top: 0px; 
	}
	.page-id-8950 #home-search-group {
		top: 100px !important;
	}
	
}
@media (max-width: 1200px){
  	.entry-content.featured-content {
		padding: 0 1rem;
	}
	#hero .hentry .entry-title {
    	font-size: 1.3rem;
	}
	div#home-banner-title {
      font-size: 30px;
	}
}

@media (min-width: 1004px){
	.container {
		width: 100%;
	}
	.footer-widget {
    	width: 100%;
	}
	/* #custom_html-11.footer-widget {
		width: 100%;
	} */
	.entry-content.featured-content {
		padding: 0 10rem;
	}
}
@media only screen and (max-width: 1004px){
  .main-navigation{
    display:none;
  }
  .topbar-navigation{
    display:none;
  }
  button.toggle-mobile-menu{
        -ms-flex-flow:row wrap;
    -webkit-box-direction:normal;
    -webkit-box-orient:horizontal;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
            flex-flow:row wrap;
  }
  .error404 .site-main .error-404.not-found{
    padding:40px 0;
    text-align:center;
  }

  .error404 .site-main .page-content{
    border:none;
    padding:30px 0 0;
  }

  .site-content .grid-wrapper .recent-post,
	.site-content .grid-wrapper .grid-item{
    border:none;
  }

  .site-content .grid-sep{
    border:none;
    margin:0;
  }

  .site-content .grid-wrapper .recent-post .hentry,
	.site-content .grid-wrapper .grid-item .hentry{
    border-bottom:1px dashed #e0e1e3;
    padding-bottom:30px;
  }

  .site-content .grid-wrapper .recent-post:last-of-type .hentry,
	.site-content .grid-wrapper .grid-item:last-of-type .hentry{
    border-bottom:none;
    padding-bottom:0;
  }

  .has-custom-background #page{
    margin:10px;
  }
  
}
@media (min-width: 1003px) {
    /* Page - Home */
	.page-id-55 .entry-content.featured-content {
		  padding: 0 3.5rem !important;
		}
	}
    .center{
		width: 100%;
	}
   .page-id-9466 .entry-title {
		 margin: 50px 0 0 35px  !important;
	   }
   .page-id-450453 .entry-title {
	 margin: 50px 0 0 35px  !important;
   }
}
@media only screen and (min-width: 914px) and (orientation: landscape) { 
	.page-id-9466 #home-search-group {
		margin-top: 20px;
		margin-left: 55% !important;
	}	
	.page-id-450453 #home-search-group {
		margin-top: 20px;
		margin-left: 55% !important;
	}	
}
@media only screen and  (max-width: 1003px) and (min-width: 768px) {
	.page-id-19 #home-search-group {
		top: 150px !important;
		margin-left: 55% !important;
	}
	.page-id-9039 #home-search-group {
		top: 170px !important;
		margin-left: 55% !important;
	}
}

@media only screen and (min-width: 768px) {
	.page-id-9039 div#header-banner {
      padding: 20px 10px 10px !important;
    }
	.page-id-9039 .row {
		margin-left: -30px;
		margin-right: 10px;
	}
	.page-id-9039 .sub-text {
		padding: 0 30px;
	}
	.page-id-2 #home-search-group {
       margin-left: 50% !important;
    }
	.page-id-9466 #home-search-group {
       margin-top:0; ;
       margin-left: 55% !important;
    }
	.page-id-450453 #home-search-group {
       margin-top:0; ;
       margin-left: 55% !important;
    }
	
	.page-id-9466 .wp-block-kadence-form {
/*     	margin-left: 10px;
    	margin-right: 25px; */
		padding: 0px 40px 0 10px;
  	}
	.page-id-450453 .wp-block-kadence-form {
/*     	margin-left: 10px;
    	margin-right: 25px; */
		padding: 0px 40px 0 10px;
  	}
	.page-id-9227 .sub-entry-title{
		position: absolute;
		margin-top: -60px;
		max-width: 960px;
		
	}
	.page-id-9003 #home-search-group {
       margin-left: 70% !important;
    }
	.page-id-9003 .sub-entry-title {
      margin-left: -55px !important;
      margin-top: -80px !important;
	  padding: 0 20px 0 55px;
   }
	.kt-row-layout-inner > .kt-row-column-wrap > .kadence-column_1779af-eb > .kt-inside-inner-col {
		margin-right: 25px;
		margin-left: 25px;
	}
	.page-id-20 .kt-gutter-default>.wp-block-kadence-column {
		
	}

}
@media (min-width: 1200px){
	.page-id-9466 #home-search-group {
		margin-top: 0;
		margin-left: 70%!important;
	}
	.page-id-450453 #home-search-group {
		margin-top: 0;
		margin-left: 70%!important;
	}
}

@media only screen and (max-width: 767px) {
   .container {
    padding-left: 15px;
    padding-right: 15px;
   }
   .center{
		width: 100%;
	}
	.main-header-links {
		margin-bottom: 0px;
	}
	.site-branding {
		text-align: left !important;
		margin-top: 10px;
		-webkit-box-flex: 0;
        flex: 0 0 50%;
	}
	button.toggle-mobile-menu {
		position: absolute;
		top: 25px;
		right: 10px;
	}

	.site-header-inner {
      padding: 0 !important;
	  max-height: 70px;
    }
	#home-search-group {
       top: 110px !important;
       margin-left: 50% !important;
    }
	/* Page - Contact Us */
	.page-id-9466 .entry-title {
     margin: 70px 0 0 35px  !important;
   }
   .page-id-9466 #home-search-group {
       margin-top: 50px ;
/*        margin-left: 50% ; */
    }
	.page-id-450453 .entry-title {
     margin: 70px 0 0 35px  !important;
   }
   .page-id-450453 #home-search-group {
       margin-top: 50px ;
/*        margin-left: 50% ; */
    }
  .page-id-9466 .wp-block-kadence-form {
    margin-left: 10px;
    margin-right: 10px;
	padding: 0px 20px;
  }
  .page-id-450453 .wp-block-kadence-form {
    margin-left: 10px;
    margin-right: 10px;
	padding: 0px 20px;
  }
  /* Page - New Data Release */
  .page-id-9890 #home-search-group {
       margin-left: 55px !important;
    }
  /* Page - Research Briefs */
  .page-id-9232 .entry-title {
     margin: 15px 0 0 0  !important;
   }
   .page-id-9232 header#primary-header {
    height: 300px;
   }
  /* Page - User Guides */
  .page-id-9003 .topic-section {
     margin-left: 1.5rem!important;
     margin-right: 1.5rem!important;
    }
    .page-id-9003 #home-search-group {
       margin-left: 65% !important;
    }
   .page-id-9003 .entry-title {
     margin: 15px 0 0 0  !important;
   }
   .page-id-9003 header#primary-header {
    height: 230px;
   }
  /* Page - Restricted Use vs Public Use */
   .page-id-52038 .entry-title {
     margin: 15px 0 0 0  !important;
   }
   .page-id-52038 .sub-entry-title {
      margin-left: -45px !important;
      margin-top: -220px !important;
   }
   .page-id-52038 header#primary-header {
    height: 300px;
   }
}
@media screen and (max-width: 575px){
	img.custom-logo {
	  width: 100%;
	}
	.center{
		width: 30%;
	}
	.entry-content.featured-content {
        padding: 0 0.5rem !important;
     }
	div#participants {
		padding: 40px 0 !important;
	}
	div#participants div.text-center {
		width: 80% !important;
	}
	div#custom.container{
		padding: 10px;
	}
	div#home-banner-title {
		font-size: 20px !important;
		margin-top: 60px !important;
	}

	#hero.has-background div.container {
      max-width: 500px;
	  padding-left: 0;
	  padding-right: 0;
    }
	#hero {
       padding: 50px 30px 140px;
    }
	#primary-header.has-featured-image{
	   min-height: inherit;
    }
	.site-header-inner {
      padding: 0 !important;
	  max-height: 70px;
    }

	.main-header-links {
		margin-bottom: 0px;
	}
	#ah-footer div.row div.col-sm.mb-4 {
		/* border: 1px solid; */
    	padding: 10px 0 0;
	}
	#ah-footer div#footer-col2.col-sm.mb-4 {
		margin: 0 auto;
		text-align:center;
	}
	#ah-footer div#contact, ul#footer-links {
		margin: 0 auto;
		padding: 15px 10px;
	}
	div#ah_logo.mb4, div#cpc_logo.mb-4 {
		margin-bottom: 1rem !important;
	}
	div#email-subscribe {
		text-align: center;
	}
	ul#footer-links {
		padding-left: 30px;
	}
	#home-search-group {
       margin-left: 25% !important;
    }
	.page-id-9466 #home-search-group {
       margin-top: 20px ;
       margin-left: 10% !important;
    }
	.page-id-450453 #home-search-group {
       margin-top: 20px ;
       margin-left: 10% !important;
    }
	
	/* Page - About */
	.page-id-16 h3.container.section-title.mt-5.px-10 {
      padding: 0 0 0 20px !important;
    }
}
@media screen and (max-width: 767px) and (min-width: 500px){
	.page-id-9466 #home-search-group {
       margin-top: 20px ;
       margin-left: 40% !important;
    }
	.page-id-9466 .entry-title {
		 margin: 50px 0 0 35px  !important;
	}
	.page-id-450453 #home-search-group {
       margin-top: 20px ;
       margin-left: 40% !important;
    }
	.page-id-450453 .entry-title {
		 margin: 50px 0 0 35px  !important;
	}
	.page-id-8950 #home-search-group {
		width: 300px;
		position: absolute;
		margin-top: 10px;
		margin-left: 40% !important;
	}
	.page-id-9003 #home-search-group {
		width: 300px;
		position: absolute;
		margin-top: 20px;
		margin-left: 40% !important;
	}
	.page-id-9039 div#header-banner {
      padding: 20px 10px 10px !important;
    }
	.page-id-9039 #home-search-group {
		margin-top: 10px !important; 
		margin-left: 40% !important;
	}
	.page-id-9039 .sub-entry-title {
		font-size: 80%;
	}
	.page-id-9039 .sub-text {
		padding: 0 20px;
	}
	.page-id-8950 .entry-title {
		margin-top: 30px
	}
	.page-id-9003 .entry-title {
		margin: 35px 0 0 0 !important;
	}
	.page-id-8950 .sub-entry-title {
		margin-top: -150px;
		max-width: 500px;
		padding: 0 20px;
	}
	.page-id-8950 header#primary-header {
    	height: 250px !important;
	}
	.page-id-9003 .sub-entry-title {
		  margin-top: -100px !important;
/* 		  margin-left: 35px !important; */
		  padding: 0 45px 0 35px;
	}
	.page-id-9560 #home-search-group {
		margin-top: 20px;
		margin-left: 40% !important; 
	}
	.page-id-9227 #home-search-group {
		margin-top: 10px;
		margin-left: 40% !important;
	}
	.page-id-9227 .entry-title {
		 margin: 15px 0 0 20px  !important;
	   } 

}

@media (max-width: 442px){
	#home-search-group {
	   /* top: 100px !important; 
	   margin-top: 20px !important; */
	   margin-left: 35px !important;
    }
	.section-one {
      padding: 20px 20px;
   }
	.accordion-container {
     width: 90%;
     padding: 20px 0;
   }
	.center{
		width: 36%;
	}
	.sub-entry-title{
		font-size: 80%;
	}
   /* Page - Directors */
   .page-id-9484 #home-search-group {
		   top: 130px !important;
	   }
   .page-id-9484 .entry-title {
		margin: 40px 0 0 35px  !important;
	}
	
	/* Page - New Data Release */
	.page-id-9890 header#primary-header{
     height: 110px;
  }
  .page-id-9890 .entry-title {
     margin: 20px 0 0 0  !important;
     padding-bottom: 20px !important;
   }
  .page-id-9890 #home-search-group {
       margin-left: 35px !important;
       margin-top: 10px;
  }
  /* Page - ACE */
  .page-id-9039 .entry-title {
     margin: 0  !important;
	 font-size: 20px !important;
   }
   .page-id-9039 #home-search-group {
       margin-top: 20px !important;
       margin-left: 30px !important;
    }
    .page-id-9039 div#content-container {
       padding: 40px 10px 40px 40px ;
    }
    .page-id-9039 div#header-banner {
      padding: 20px 10px 10px !important;
   }
	
   .page-id-9039 .div-wrap {
      padding: 40px 40px;
   }
   .page-id-9039 .container {
      padding: 0px;
   }
   .page-id-9039 div#ace-search-form {
     margin: 10px 10px;
   }
   .page-id-9039 .sub-text {
     margin: 0px 20px;
	 width: 90% !important;
   }
   /* Page - Codebooks */
   .page-id-9227 .entry-title {
     margin: 33px 0 0 35px  !important;
   }
   .page-id-9227 .sub-title {
        margin-top: -60px !important;
        margin-left: 35px;
        width: 90%;
    }

    .page-id-9227 #home-search-group {
	   margin-top: 10px; 
       margin-left: 30px !important;
    }
    .page-id-9227 .container {
      padding: 0px;
   }
	.page-id-9227 .sub-entry-title{
	   margin-top: -50px;
	}

 /* Page - FAQ */
   .page-id-8950 .entry-title {
     margin: 50px 0 0 25px  !important;
   }
    .page-id-8950 .sub-entry-title {
      margin-top: -170px !important;
	  padding: 0 5px;
	  width: 90%;
    }
    .page-id-8950 #home-search-group {
       margin-left: 30px !important;
	   margin-top: 20px;
    }
   .page-id-8950 header#primary-header {
      height: 280px;
   }
   .page-id-8950 .container {
      padding: 0px;
   }
	.page-id-8950 .as-container {
		padding: 0 30px 30px !important;
	}
   /* Page - Research Brief */
   .page-id-9232 .entry-title {
     margin: 35px 0 0 32px  !important;
   }
    .page-id-9232 .sub-entry-title {
      margin-top: -10px !important;
    }
    .page-id-9232 div#content-container {
       padding: 40px 10px 0px 40px ;
    }
    .page-id-9232 div#header-banner {
      padding: 0px 30px 20px 30px;
   }
   .page-id-9232 .div-wrap {
      padding: 40px 40px;
   }
   .page-id-9232 .container {
      padding: 0px;
   }
  /* Page - Study Design */
  .page-id-9560 .entry-title {
     margin: 45px 0 0 35px  !important;
   }
     .page-id-9560 #sub-entry-title {
      margin-left: 0 !important;
      margin-top: -160px !important;
    }
    
     .page-id-9560 div#content-container {
       padding: 40px 10px 40px 40px ;
    }
    
    .page-id-9560 .div-wrap {
      padding: 40px 40px;
   }
    .page-id-9560 .container {
      padding: 0px;
   }
    .page-id-9560 header#primary-header {
    height: 130px;
   }
  /* Page - User Guides */
	.page-id-9003 .topic-section {
     margin-left: 1.5rem!important;
     margin-right: 1.5rem!important;
    }
   .page-id-9003 .entry-title {
     margin: 50px 0 0 35px  !important;
   }
    .page-id-9003 .sub-entry-title {
      margin-top: -100px !important;
/* 	  margin-left: 35px !important; */
	  padding: 0 35px;
    }
    .page-id-9003 #home-search-group {
       margin-top: 30px !important;
       margin-left: 30px !important;
    }
    .page-id-9003 div#content-container {
       padding: 40px 10px 40px 40px ;
    }
    .page-id-9003 div#header-banner {
      padding: 60px 30px 20px 30px;
   }
   .page-id-9003 .div-wrap {
      padding: 40px 40px;
   }
   .page-id-9003 .container {
      padding: 0px;
   }
  .page-id-9003 .accordion-container {
     width: 90%;
     padding: 0;
   }
   /* Page - Restricted Use vs Public Use */
   .page-id-52038 .entry-title {
     margin: 33px 0 0 35px  !important;
   }
   .page-id-52038 .sub-entry-title {
      margin-left: 0 !important;
      margin-right: 10px;
      margin-top: -250px !important;
    }
   .page-id-52038 div#content-container {
       padding: 40px 10px 0px 40px ;
    }
   .page-id-52038 div#header-banner {
      padding: 0px 30px 20px 30px;
   }
   .page-id-52038 .div-wrap {
      padding: 40px 40px;
   }
   .page-id-52038 .container {
      padding: 0px;
   }
	
	.page-id-9466 .entry-title {
     margin: 50px 0 0 35px  !important;
   }
	.page-id-450453 .entry-title {
     margin: 50px 0 0 35px  !important;
   }
   .page-id-8858 .th-stack--md>*+* {
	   margin-top: 0px !important;
	}
	
	/* Page - Publication */
	.page-id-20 .bib-container {
      margin: 10px;
   	}
}

