
:root{
  font-size: 16px;
  --archive-color: #cb4125;
}


html, body {
    overflow-x: hidden;
    }

/* AAAP Update */
body {
  color: #252525;
  font-family: "Atkinson Hyperlegible",sans-serif;
  font-size: 1rem;
}

.topbar{
  background: var(--archive-color);
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

.topbar #newLoginDropdown {
  z-index: 100000;
  text-align: right;
} 


.topbar #newLoginDropdown a#login {
	padding-right: 2rem;
}

.topbar #newLoginDropdown .dropdown-menu a {
  color: #000;
  padding: 4px;
}


header {
  background-color: #fff;
}

header #newLoginDropdown a:visited {
    background: #757575;
    color: #fff;
    display: inline-block;
    padding: 10px 16px;
    font-family: IBM Plex Sans, sans-serif;
    text-decoration: none;
}

#login::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f007";
    margin-right: 0.8em;
    display: inline-block;
    vertical-align: middle;
}

header .navbar-nav li a:hover,
header .navbar-nav li a:focus {
    color: #fff;
    background-color: #696969;
}

.navbar.navbar-expand-lg {
  padding: 0;
  margin: 0;
}

header  {
  margin-bottom: 20px;
  border-bottom: none;
  background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    background: transparent;
    margin-left: -6px;
    margin-right: -6px;
  }

header .navbar-inverse .navbar-nav>li>a {
  color: #424242;
    border-radius: 0;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    margin-top: 0;
    }
    
header .navbar-inverse .navbar-nav>li>a:hover,
header .navbar-inverse .navbar-nav>li>a:focus {
  background: #424242;
  color: #fff;
  text-decoration: none;
}    


ul.navbar-nav li.nav-item a.nav-link:hover,
ul.navbar-nav li.nav-item a.nav-link:focus {
    color: #fff;
    background-color: #696969;
}

header #newLoginDropdown .dropdown-menu a {
  background: none;
  padding: 4px;
  color: #000;
}

header #newLoginDropdown .dropdown-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

header #newLoginDropdown a:link, 
header #newLoginDropdown a:visited {
	border-top: 1px solid #757575;
    background: #757575;
    color: #fff;
    display: inline-block;
    padding: 7px 16px;
    font-family: IBM Plex Sans, sans-serif;
    text-decoration: none;
}

header .navbar-inverse a.navbar-brand img {
  width: 93px;
}

header .navbar-brand {  
  align-items: center;
    padding: 0 1rem;
    display: flex;
    max-height: 64px;
  }

header .navbar-brand img {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  height: auto;
  max-height: 64px;
  margin-left: 15px;
}

ul.navbar-nav li.nav-item a.nav-link {
    color: #424242;
    border-radius: 0;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    margin-top: 0;
    padding: 24px 16px;
    line-height: 32px;
}

ul.navbar-nav li.nav-item.search a.nav-link.dropdown-toggle {
  color: #fff;
  padding: 4px 18px;
}

ul.navbar-nav li.nav-item.search a.nav-link.dropdown-toggle:hover,
ul.navbar-nav li.nav-item.search a.nav-link.dropdown-toggle:focus {
  padding: 4px 18px;
}


.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
  text-shadow: none;
}


.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>li>a:hover{
  background-image: none;
  text-shadow: none;
  color: #0A297C;
  background-color: #fff;
  box-shadow: none;
}

header .navbar-nav li a:hover,
header .navbar-nav li a:focus {
    color: #fff;
    background-color: #696969;
}

.dropdown-item {
	font-size: 16px;
}

.dropdown-menu.show {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#whoweare {
  background: var(--archive-color);
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

#whoweare li {
  display: inline-block;
  list-style: none;
  padding: 8px 4px;
  color: #fff;
}

#whoweare li a:link,
#whoweare li a:visited {  
  color: #fff;
  text-decoration: underline;
  }

footer.site-footer {
  background-color: #424242;
  padding: 0;
  margin-top: 0;
  color: #fff;
}

footer.site-footer .container {
  padding-top: 0;
}

footer.site-footer .footer-content * {
    color: #fff;
} 

#whoweare li a svg {
    fill: #fff;
    height: 25px;
    margin-top: -10px;
}

.footer-links {
    padding: .25rem .5rem;
  	font-size: 1rem;
    flex-flow: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

footer a {
  color: #fff;
}

footer a:hover {
  text-decoration: none;
  color: #fff;
}

.footer-social {
  margin-bottom: 0;
  padding-left: 0;
}

.footer-copyright {
	margin-bottom: 0;
}

#whoweare .footer-social li {
  padding: 8px 8px;
}

.fa-2x {
    font-size: 1.7rem;
}

.icpsr-um-logo img {
  height: 40px;
}

footer div {padding: 10px;}
  
.footer-archive-logos img {
  height: 40px !important;
}

.btn.btn-primary {
	background-color: var(--archive-color);
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-outline-primary {
    background-color: #fff;
    color: #424242;
    padding: 12px 16px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #d5d5d5 !important;
    color: #424242 !important;
}

footer.site-footer .footer-extra {
    border-top: 1px solid #fff;
    padding-top: 1.5rem;
}




footer {
  background-color: #102D61;
  color: #fff;
}

.copyrightDate,
.privacyAccessibilty,
.yaleBlue p {
  font-size: .8rem;
  font-weight: 300;
}


.yaleBlue p {
  margin-top: 15px;
  margin-bottom: 10px;
}


.privacyAccessibilty {
  margin-top: 20px;
  margin-bottom: 10px;
  
}

.privacyAccessibilty a{
  color: #fff;
  
}

.privacyAccessibilty a:first-child {
  margin-right: 10px;
}

.privacyAccessibilty span a:nth-of-type(2){
  margin-left: 10px;
}

.footer-logo {
  display: flex;
  margin-top: 35px;
}
.nih_logo {
  justify-content: end;
  }

.icpsr_logo {
  justify-content: start;
  padding-left: 20px;
  }

.navbar-dark .navbar-toggler {
  color: #fff;
  border: 1px solid #fff;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: 3px solid #3454b7
}


ul.sbecccAnnouncements {
  list-style-type: none;
}

.sbecccAnnouncements li {
  margin-bottom: 20px;
}

.announcementsTitle {
  font-size: 1.3rem;
}

.announcementsDate {
  margin-bottom: 5px;
  font-weight: 300;
}

.announcementsPhoto {
  width: 10%;
  vertical-align: text-top;
  border-radius: 2px;
  
}

.indAnnouncementPhoto {
  width: 30%;
  border-radius: 5px;
}


.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56.25%;
}

.fluid-width-video-wrapper iframe, 
.fluid-width-video-wrapper object, 
.fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



thead.dataMeasures{
  background-color: #17418B;
  color: #f1f1f1;
  }

p.webTitle {
  margin-bottom:.5rem;
}

p.webSource {
  margin-bottom: 0;
}

a.viewOtherHeadlines {
      margin-top: 35px;
    display: block;
}

.source {
  margin-bottom: 15px;
}

#search .nav-tabs {
  margin-top: 5px;
  }

#search .nav-tabs>li>a,
#search .nav-tabs>li>a {
  color: #003399 !important;
  text-decoration:none;
  background-color:#eee;
  background-image: none;
  border: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
    padding-right: 10px;
  }

#search .nav-tabs>li.active>a,
#search .nav-tabs>li.active>a {
  background-color:#fff;
  background-image:none;
  border-bottom: 1px solid transparent;
  } 
  

#search .nav.nav-tabs {
    background: #efefef;
}


#search .nav-tabs .nav-link.active, 
#search .nav-tabs .nav-link.active:hover, 
#search .nav-tabs .nav-link.active:focus, 
#search .nav-tabs .nav-link:hover,
#search .nav-tabs .nav-link:focus {
    border: 1px solid transparent;
    border-bottom: 3px solid #003399;
    text-decoration: none !important;
    background-color: transparent !important;
}

#search .nav-tabs>li>a, 
#search .nav-tabs>li>a {
  border: 1px solid transparent;
}

#dashboard a.aTagCard {
  text-decoration:none;
  
}


/***************************************************   MEDIA QUERIES  ***************************************************/

@media(min-width: 1400px){
	header .navbar-brand img {
	  max-height: none;
	}
}

@media(max-width: 992px){
  p.copywrite {
    margin-top:20px;
  }
}


@media(max-width: 767px){
  header .navbar-brand img {

        padding-top: 1.5rem;
    }
    

	.small-center {
        justify-content: center;
        margin: 15px 0;
    }
  
}


/**
 * @license
 * MyFonts Webfont Build ID 3344904, 2017-02-14T13:55:37-0500
 * 
 * The fonts listed in this notice are subject to the End User License  Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Gilroy-Thin by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/thin/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-UltraLightItalic by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/ultra-light-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-ThinItalic by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/thin-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-SemiBoldItalic by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/semi-bold-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-SemiBold by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/semi-bold/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-UltraLight by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/ultra-light/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Regular by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/regular/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-RegularItalic by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/regular-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-MediumItalic by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/medium-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Medium by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/medium/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-LightItalic by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/light-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Light by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/light/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-HeavyItalic by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/heavy-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Heavy by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/heavy/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-ExtraBoldItalic by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/extra-bold-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-ExtraBold by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/extra-bold/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-BoldItalic by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/bold-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Bold by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/bold/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-BlackItalic by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/black-italic/
 * Copyright: Copyright &#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Black by Radomir Tinkov
 * URL: http://www.myfonts.com/fonts/radomir-tinkov/gilroy/black/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3344904
 * Licensed pageviews: 10,000
 * 
 * � 2017 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/330a08");

  
@font-face {font-family: 'Gilroy-Thin';src: url('webfonts/330A08_0_0.eot');src: url('webfonts/330A08_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_0_0.woff2') format('woff2'),url('webfonts/330A08_0_0.woff') format('woff'),url('webfonts/330A08_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-UltraLightItalic';src: url('webfonts/330A08_1_0.eot');src: url('webfonts/330A08_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_1_0.woff2') format('woff2'),url('webfonts/330A08_1_0.woff') format('woff'),url('webfonts/330A08_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-ThinItalic';src: url('webfonts/330A08_2_0.eot');src: url('webfonts/330A08_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_2_0.woff2') format('woff2'),url('webfonts/330A08_2_0.woff') format('woff'),url('webfonts/330A08_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-SemiBoldItalic';src: url('webfonts/330A08_3_0.eot');src: url('webfonts/330A08_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_3_0.woff2') format('woff2'),url('webfonts/330A08_3_0.woff') format('woff'),url('webfonts/330A08_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-SemiBold';src: url('webfonts/330A08_4_0.eot');src: url('webfonts/330A08_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_4_0.woff2') format('woff2'),url('webfonts/330A08_4_0.woff') format('woff'),url('webfonts/330A08_4_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-UltraLight';src: url('webfonts/330A08_5_0.eot');src: url('webfonts/330A08_5_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_5_0.woff2') format('woff2'),url('webfonts/330A08_5_0.woff') format('woff'),url('webfonts/330A08_5_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-Regular';src: url('webfonts/330A08_6_0.eot');src: url('webfonts/330A08_6_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_6_0.woff2') format('woff2'),url('webfonts/330A08_6_0.woff') format('woff'),url('webfonts/330A08_6_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-RegularItalic';src: url('webfonts/330A08_7_0.eot');src: url('webfonts/330A08_7_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_7_0.woff2') format('woff2'),url('webfonts/330A08_7_0.woff') format('woff'),url('webfonts/330A08_7_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-MediumItalic';src: url('webfonts/330A08_8_0.eot');src: url('webfonts/330A08_8_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_8_0.woff2') format('woff2'),url('webfonts/330A08_8_0.woff') format('woff'),url('webfonts/330A08_8_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-Medium';src: url('webfonts/330A08_9_0.eot');src: url('webfonts/330A08_9_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_9_0.woff2') format('woff2'),url('webfonts/330A08_9_0.woff') format('woff'),url('webfonts/330A08_9_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-LightItalic';src: url('webfonts/330A08_A_0.eot');src: url('webfonts/330A08_A_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_A_0.woff2') format('woff2'),url('webfonts/330A08_A_0.woff') format('woff'),url('webfonts/330A08_A_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-Light';src: url('webfonts/330A08_B_0.eot');src: url('webfonts/330A08_B_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_B_0.woff2') format('woff2'),url('webfonts/330A08_B_0.woff') format('woff'),url('webfonts/330A08_B_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-HeavyItalic';src: url('webfonts/330A08_C_0.eot');src: url('webfonts/330A08_C_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_C_0.woff2') format('woff2'),url('webfonts/330A08_C_0.woff') format('woff'),url('webfonts/330A08_C_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-Heavy';src: url('webfonts/330A08_D_0.eot');src: url('webfonts/330A08_D_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_D_0.woff2') format('woff2'),url('webfonts/330A08_D_0.woff') format('woff'),url('webfonts/330A08_D_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-ExtraBoldItalic';src: url('webfonts/330A08_E_0.eot');src: url('webfonts/330A08_E_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_E_0.woff2') format('woff2'),url('webfonts/330A08_E_0.woff') format('woff'),url('webfonts/330A08_E_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-ExtraBold';src: url('webfonts/330A08_F_0.eot');src: url('webfonts/330A08_F_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_F_0.woff2') format('woff2'),url('webfonts/330A08_F_0.woff') format('woff'),url('webfonts/330A08_F_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-BoldItalic';src: url('webfonts/330A08_10_0.eot');src: url('webfonts/330A08_10_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_10_0.woff2') format('woff2'),url('webfonts/330A08_10_0.woff') format('woff'),url('webfonts/330A08_10_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-Bold';src: url('webfonts/330A08_11_0.eot');src: url('webfonts/330A08_11_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_11_0.woff2') format('woff2'),url('webfonts/330A08_11_0.woff') format('woff'),url('webfonts/330A08_11_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-BlackItalic';src: url('webfonts/330A08_12_0.eot');src: url('webfonts/330A08_12_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_12_0.woff2') format('woff2'),url('webfonts/330A08_12_0.woff') format('woff'),url('webfonts/330A08_12_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Gilroy-Black';src: url('webfonts/330A08_13_0.eot');src: url('webfonts/330A08_13_0.eot?#iefix') format('embedded-opentype'),url('webfonts/330A08_13_0.woff2') format('woff2'),url('webfonts/330A08_13_0.woff') format('woff'),url('webfonts/330A08_13_0.ttf') format('truetype');}
 
:root{
	font-size: 14px;
}

html {
    box-sizing: border-box;
  }
  
html, body {
  overflow-x: hidden;
}
  
  *, *:before, *:after {
    box-sizing: inherit;
  }

body{
	font-family: "Atkinson Hyperlegible", sans-serif;
	line-height: 1.5;
	font-size: 15px;
}

h1{
	font-family: 'Gilroy-ExtraBold';
	}

h2{
	font-size: 24px;
	font-family: 'Gilroy-ExtraBold';
}

h3{
	font-size: 20px; 
	font-family: 'Gilroy-Bold';
}

h4{
	font-size: 18px;
	font-family: 'Gilroy-Bold'
}

h5{
	font-family: 'Gilroy-ExtraBold';
}

#mainContent a,
#front a {
	color: #A32430;
	text-decoration: underline;
}

#mainContent #includeTableofContents a{
	color: #A32430;
	text-decoration: none;
}

#mainContent #includeTableofContents a:hover{
	text-decoration: underline;
}

#mainContent a:hover{
	color: #A32430;
	text-decoration: underline;
}

.front-page-text a{
	color: #A32430;
}

div#skip {
    background: white;
}

img {
    max-width: 100%;
    height: auto ;
}


.noPaddingLeft {
	padding-left: 0;
}

/* adding specific color to Study Home Page on NACJD */
#NACJD .glyphicon.glyphicon-question-sign,
#mainContent .p-i a,
#mainContent .citation-modal-link a,
#mainContent .share-study a,
.collections + ul li a,
#ownerBlurb a,
#mainContent .nav-tabs a:link, 
#mainContent .nav-tabs a:visited,
#mainContent .tab-pane.active a,
.searchResult a {
	color: #A32430;
	border-bottom: none;
	}
	
	.fa-chevron-down{
		transition: all .25s ease;
	}

	.glyphicon-chevron-up .fa-chevron-down{
		transform: rotate(180deg);
	}

.panel-heading{
	color: #A32430;
}

#mainContent .stat-wrap a {
    color: #A32430;
    text-decoration: underline;
    border-bottom: 0;
    font-size: .7em;
}

#mainContent .stat-3 a {
    color: #A32430;
    font-size: 1em;
}

#mainContent .stat-wrap a:hover {
	text-decoration: none;
}

#NACJD .label-default {
    font-size: 90%;
    font-weight: normal;
    background: #fff;
    border: 1px solid #A32430;
    color: #A32430;
    line-height: 1.9;
    display: inline-block;
    padding: 0;
    margin: 2px 0;
}

.label-default a {
    color: #A32430;
    padding: 0 0.6em;
    line-height: 1;
}

.label-default:hover, 
.label-default:focus {
    background: #777;
	}

.label-default a:hover,  
.label-defaul a:focus{
	color: #fff;
}


pre {
	background-color:#f5f5f5;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 1.5rem;
	margin: 1.5rem 0;
}

/******************************************** GLOBAL CSS ****************************/

.inline {
	display: inline-block;
}

.orangeText{
	color: #CB4125;
}

.centerText{
	text-align: center;
}

.centerImg{
	display: block;
	margin: 0 auto;
}

.bottomBorder{
	border-bottom: 1px solid rgba(224, 222, 208, .8);
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.bold{
	font-family: 'Arial Black', sans-serif;
	font-weight: 700;
}

a.btn{
	text-decoration: none;
}

.indent{
	margin-left: 15px;
}


#front #mainContent { 
	/* removing margin top from front page */
	margin-top: 0;
	}
	
.heading h1:has(.subheadline) {
	/* moving the h1 section up so it is more inline with the other pages h1 */
    margin-top: -35px;
}
.heading.victimizationHeading {
	font-size: 24px;
	font-family: 'Gilroy-ExtraBold';
}

.removeLargeTopMargin {
	margin-top: 20px;
}

.heading h1 {
	margin-top: 0;
}

.headingTwoLines {
	margin-left: 0;
    margin-top: 280px;
}

.headingTwoLines h1,
.headingThreeLines h1 {
	margin-top: 0;
}

.headingThreeLines {
    margin-top: 280px;
}

b, strong{
	font-family: 'Gilroy-Bold';
}

.subheadline{
	font-family: 'Gilroy-Light';
	font-size: 45%;
	text-transform: uppercase;
}

input[type="text"],
input[type="email"]{
	border-radius: 0;
}


.radio label,
.checkbox label{
	display:block;
}

tr.guide-table-headings th {
	font-weight: bold;
	background: #bbb;
}

/***************************************** NAVIGATION **********************/
.navbar {
	margin-bottom: 0 !important;
}
.navbar-brand>img{
	max-width: 150px;
	margin-top: 10px;

}
 


.navbar-default{
	/*overriding the default styling of the bootstrap navbar*/
	border-radius: 0;
	background-color: #fff !important;
	border-color: transparent;
	background-image: none;
	box-shadow: none;
	padding-bottom:  15px;
}

#front .navbar-default {
	padding-bottom: 15px;
}

header nav a.dropdown-toggle:hover {
	outline: 0;
}

.nav.navbar-nav.navbar-right.homepage-navigation>li>a {
	color: #000 !important;
	text-shadow: none;
	text-decoration: none !important;
	font-size: 17px;
	font-family: Gilroy-ExtraBold;
	margin-left: 2px;
	margin-right: 3px;
	padding: 6px 13px 2px !important;
}


.nav.navbar-nav.navbar-right.homepage-navigation>div> ul > li > a {
	list-style: none;
	text-transform: uppercase;
	line-height: 1.9;
}

.nav.navbar-nav.navbar-right.homepage-navigation ul.navHiddenMenu li a {
	color: #000;
	text-shadow: none;
	text-decoration: none;
	font-size: 15px;
	font-family: Gilroy-bold;
	padding-bottom: 2px;
	
}
#bs-example-navbar-collapse-1 ul#my-data.nav.navbar-nav,
#my-data {
	text-transform: uppercase;
}

#my-data a {
	color: #CB4125 !important;
	font-weight: bold;
	text-decoration: none;
	padding: 0 16px 0 0 !important;
	font-size: 80% !important;
	font-family: 'Gilroy-Medium', sans-serif;
	line-height: 18px;
	float: right;
}


header .navbar-nav {
    margin-top: 0;
}


#my-data a.dropdown-toggle.logged-in {
	min-width: 180px;
}

#my-data a:hover {
	color: #000;
	text-decoration: underline;
}

.myDataLogInBox.down #my-data {
	margin-left:50%;
}

.navbar-header .fas.fa-user{
	color: #CB4125;
	display: inline-block;
	margin: 10px;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.mobileMyData .showSearch,
.mobileMyData .showMyDataLogIn{
	display:inline-block;
	font-size: 80%;
}

.mobileMyData a.showSearch  {
	color: #CB4125;
	padding-right: 10px;
}

.mobileMyData{
	display: inline-block;
}

.mobileMyData #my-data {
	display: inline-block;
}

.nav>li#discoverData a   {
	padding-left: 0 !important;
}

/* #search {
	margin-top:100px;
} */

#search>.row,
#search>.row>div>.row {
	margin: 0;
}

.do-not-display-filter {
	display: none;
}

ul.nav.navbar-nav.navbar-right.homepage-navigation {
	/* margin-right: 9px; */
	margin-top: 10px;
	margin-bottom: 10px;
}

.input-sm, .form-group-sm .form-control{
	border-radius: 0;
}

#input_container,
.input_container {
    position:relative;
    padding:0;
    margin:0;
}

#search-data-input .form-group {
	min-width: 0;
}

form.navbar-form, .navbar-form .form-control {
    width: auto;
}

.nav_input_img{
    position: absolute;
    top: 6px;
    left: 2px;
    width: 23px;
    height: 17px;
}

.nav_input_img_mobile{
    position: absolute;
    top: 7px;
    left: -1px;
    width: 23px;
    height: 17px;
}

input#searchDataNav{
	padding-top: 7px;
	height: 28px;
	line-height: 1;
	padding-left: 30px;
	width: 270px; 
background-clip: content-box;
}

.rpxlogin-page .form-control {
    height: auto;
}

.twitterBird{
	display: inline-block;
	padding: 0 10px;
    margin-top: -14px;
    height: 44px;
    width: 44px;
}


.btnSearch{
	margin-left: -4px;
	height: 28px;
	padding-top: 5px;
}

.btn-primary {
	background-image: none;
	background-color: #CB4125;
	color: #fff;
	border: 1px solid #CB4125;
}

.input-group .btn-outline-secondary:hover{
	background-color: #CB4125;
}

#mainContent a.btn-primary {
	color: #fff;
} 

#mainContent a.btn-default:link {
	background-image: none;
	background-color: #fff;
	border: 1px solid #CB4125;
}

.btn.btn-default:hover {
    background: #CB4125;
    color: #fff;
    border: 1px solid #CB4125;
}

.btnOrange,
#mainContent .btn.btn-default.btnOrange,
#front .btn.btn-default.btnOrange,
.btn-default.btnOrange.btnSearch,
#studies input#submit.btn.btn-primary.btn-sm,
#search button#viewAllButton.btn.btn-primary.btn-sm,
#search .active>.page-link, .page-link.active
.restrictedModalCtnBtn {
	background: #CB4125;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	border-radius: 0;
	border: 1px solid #CB4125;
	transition: background 0.3s ease-in-out;
	text-decoration: none;
}

#mainContent a.btnOrange:hover,
#mainContent a.btnOrange:focus,
#front .btn.btn-default.btnOrange:hover,
#front .btn.btn-default.btnOrange:focus,
#mainContent .btn.btn-default.btnOrange:focus,
#mainContent .btn.btn-default.btnOrange:hover,
.btnOrange:hover,
.btnOrange:focus,
.btn-default.btnOrange.btnSearch:hover,
.btn-default.btnOrange.btnSearch:focus {
	background-color: #fff;
	color: #CB4125;
	border-bottom: 1px solid #CB4125 !important; 
}

.btn-default.btnOrange.btnSearch:hover,
.btn-default.btnOrange.btnSearch:focus {
	border-left: 1px solid #cb4125;
}

#studies .btn.btn-primary:hover,
#studies .btn.btn-primary:focus,
#search button#viewAllButton:hover,
#search button#viewAllButton:focus,
#search .btn-toolbar.pull-right .btn-group.btn-group-sm a.btn.btn-primary:hover,
#search .btn-toolbar.pull-right .btn-group.btn-group-sm a.btn.btn-primary:focus,
.restrictedModalCtnBtn:hover,
.restrictedModalCtnBtn:focus{
    background-color: #e0e0e0;
    background-position: 0 -15px;
    color: #000;
    border-color: #e0e0e0;
    
	}
	
#search .btn-toolbar.pull-right .btn-group.btn-group-sm a.btn.btn-default {
    background-image: none;
    background-color: #fff;
}

.searchBox select::-ms-expand {
    display: none;
}


select#searchBox {
    display: inline;
    height: 28px;
    background-color: #fff;
    margin-right: -5px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    /*this background image is the down caret to show a dropbox */
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding-right: 1.5em;
    padding-left: .8em;
    line-height: 1;
    vertical-align: middle;
        color: #000;
}

.clear_form_btn{
	background-image: none;
	background: #ccc;
	color: #A32430;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0;
	border: 1px solid #ddd;
	width: 50%;
	margin-top: 25px;
	transition: background 0.2s ease-in-out;
}

#mainContent a.clear_form_btn:hover,
#mainContent a.clear_form_btn:focus{
	background-color:#A32430;
	color: #fff;
	border-radius: 0;
	border: 1px solid #ddd;
}

.allWrapper,
.variablesWrapper,
.publicationsWrapper{
	display: inline-block;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.active>a{
	border-bottom: 6px solid #CB4125;
	background-image: none;
	box-shadow: none;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
	background-color: #fff;
	color: #000;
}





/***************************************	 BACKGROUND VIDEO ON HOMEPAGE	 ********************/



#front .fixed {
    top: 0 !important;
    position: absolute;
    overflow:hidden;
    width: 100%;
    z-index: 0;    
    }
    
#front .video-overlay {
	background-color: hsla(0,0%,0%,0.5);
	top: 0 !important;
    position: absolute;
    width: 100%;
    z-index: 5;
    height: 100%;
	}
		
#front .video-content-overlay {
	z-index: 5;
	margin-top: 140px;
	margin-bottom: 50px;
	}
		
#front .video-element {
    width: 100%;
    }

#front header {
    z-index: 6;
    position: relative;
    }  

#front .container-front {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
}

.container-front{
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	position: absolute;
}


#nacjd-big-search {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  /* margin-left:15px; */
  margin-top: 35px;
  width: 100%;
}

#nacjd-big-search input.form-control {
  border: 2px solid #101010;
    font-size: 36px;
    height: auto;
    padding: 8px;
    padding-right: 5rem;
    border-radius: 2px;
    background-color: #FEFEFA;
    /* margin-bottom: 80px; */
}

#nacjd-big-search .fa-search.fa-5x {
  font-size: 4em;
  color: #101010;
}

#nacjd-big-search .input-group-btn {
    right: 0px;
    top: 2px;
    position: absolute;
    z-index: 100;
}

#nacjd-big-search .input-group {
    width: 100%;
}

#nacjd-big-search .btn-primary {
    color: #020f76;
    background: none;
    border: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#nacjd-big-search .search-box {
  color: #004e58;
  border-radius: 0;
}
   



.orgName,
.tagline,
.date{
	color: #fff;
	font-size: 100%;
	text-align: center;
	margin: 10px 0;
}

.orgName{
	text-transform: uppercase;
	font-family: 'Gilroy-Thin';
	font-size: 120%;
}

.tagline{
	text-transform: none;
	font-size: 200%;	
	
}

.date {
	font-size: 150%;	
}

.phdcnFrontText {
	font-size: 16px;
}

.aboutNewsDiscoverSection {
	padding-bottom: 50px;
}

.container-position-relative {
	position: relative;
}
.recent-highlights-section {
	background-image: url('//www.icpsr.umich.edu/files/NACJD/images/nacjd-highlight-fff.jpg'); /* The image used */
	background-color: #cccccc; /* Used if the image is unavailable */ 
	height:400px; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */

}

.recent-highlights-section-text h2 {
	padding-bottom: 25px;
	font-size: 2.5rem;
}

.whiteBGFrontPage{
	background-color: #ffffffde; 
	margin-right:0; 	
	text-align: center; 
	padding: 15px;
}


#NACJD #mainContent .shareDataDiv a{
	text-decoration: none;
}

.dropdown-menu.share-this-page {
	padding:10px;	
}

.navbar.gray {
	height: 42px;
	background-color: #fff;
	display: flex;
    justify-content: right;
    padding:0;
}

#front .form-group.searchBox,
#front .navbar.gray {
	/* removing Homepage search in navigation & gray bar on homepage */
	display: none;
}

.form-group.searchBox input {
	width: 290px;
}

.form-group.searchBox{
	margin-bottom: 10px;
	margin-right: 23px;
}

a.btnOrange.ojjdpNijAwardBTN {
	padding: 15px;
	margin: 15px 0;
	display: block;
} 

.largeFont {
	font-size: 20px;
}

ul.discoverSVP,
ul.homepage-news-list {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0;
}

ul.discoverSVP li,
ul.homepage-news-list li{
	margin-bottom: 15px;
}

.discoverSVP .list-group-item {
	border: none;
}

ul.discoverSVP .stats-wrapper {
	display: inline-block;
	padding: 5px 0;
}

.stats-wrapper i.setWidth {
	width: 45px;
	text-align: center;
}
.nacjd-stat-num {
	padding-left: 20px;
}

.nacjd-stat-num, 
.nacjd-stat-type{
	font-size: 1.5rem;
}

.front-box-content {
	min-height: 250px;
}

.twitter-container {
	margin-top: 45px;
}

/***************************************** TWITTER SECTION ON HOMEPAGE	******************/

.centerText h2{
	margin-bottom: 50px;
}

.tweetDate{
	font-family: Gilroy-Bold;
	color: #000;
}


.twitterName{
	display: none;
}

/*removed underline for the Twitter Icon and @nacjaydee */
.noDecoration{
	text-decoration:none;
	background:none !important;
}

.noDecoration:hover{
	text-decoration:none;
}

/*adding this because links are running over into other tweets*/
.tweet{
	word-wrap:break-word;
}

a.info {
	position:relative;
	z-index:24;
}

a.info:hover, 
a.info:focus, 
a.info:active {
	z-index:25;
	background-color:#ff0
}

a.info span {
	position: absolute;
	left: -9000px;
	width: 0;
	overflow: hidden;
	background-color: none;
}

a.info:hover span, 
a.info:focus span, 
a.info:active span {
	display:block;
	position:absolute;
	font-size: 12px;
	top:1.5em; left:1em; width:10em;
	border:1px solid #cae2b9;
	background-color:#ebf7e3;
	color:#000;
	text-align: center
}


/****************** OPEN ICPSR WORKSPACE **********************/

#workspace{
	margin-top: 50px;
	max-width: 1100px;
}

#workspace a{
	text-decoration:none;
}

#workspace .col-sm-3.col-lg-2 button.btn.btn-primary,
#workspace .col-sm-3.col-lg-2 a.btn.btn-primary{
	background-image:none;
	background: #CB4125;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #CB4125;
}

#workspace .col-sm-3.col-lg-2 a.btn.btn-sm{
	display:inline-block;
	}



/**************************** icpsr2016 adjustments ***************/
#search .nav-tabs>li.active>a,
header .nav-link,
#nacjd header .navbar-nav>li.nav-item>a {
	/*background-color: #fff;*/
    color: #000;
	}


header .nav-item a .nav-item a{
	font-family: Gilroy-ExtraBold;
}

header .nav-item.active,
header .nav-link.active{
	border-bottom: 6px solid #CB4125;
}


#search .nav-tabs>li a:hover,
#search .nav-tabs>li a:focus{
	background-color: #fff;
	text-decoration:underline;
	}

#search .panel-title h5 a,
#search .panel-title h5 a:link,
.panel-title h5 a {
	text-decoration: none;
	}

.panel-body p-3 border-top border-1 border-secondary{
	padding: 5px;
	}

#search div.previous-next,
#search div.previous-next .btn-group-sm>.btn {
	font-size: 85%;
	}


#NACJD #mainContent  .btn-default:active, 
#NACJD #mainContent .btn-default.active, 
#NACJD #mainContent  .nav-tabs>li.active>a, 
#NACJD #mainContent .nav-tabs>li.active>a:hover,
#NACJD #mainContent  .nav-tabs>li.active>a:focus,
#NACJD #mainContent  #variables-display div.results-header div.row, 
#NACJD #mainContent  #publications-display div.results-header div.row,
#NACJD #mainContent  #studies-display div.toolbar div.row,
#NACJD #mainContent  #variables-display div.toolbar div.row, 
#NACJD #mainContent  #publications-display div.toolbar div.row, 
#NACJD #mainContent  #metadata div.toolbar div.row,
#NACJD #mainContent  #studies-display > .toolbar,
#NACJD #mainContent  #variables-display > .toolbar,
#NACJD #mainContent  #publications-display > .toolbar,
#NACJD .toolbar,
#NACJD #data-doc thead {
	background-color: #EF5B35;
    color: #000;
    font-weight: bold;
   	}

#NACJD .nav-tabs>li>a:hover, 
#NACJD .nav-tabs>li>a:focus {	
	background-color: #e0e0e0;
	color: #000;
	}

#search .nav-tabs>li>a,
#search .nav-tabs>li>a {
    border: 1px solid transparent;
}


#search .nav.nav-tabs {
    background: #efefef;
}

#mainContent a.moreOptionsButton:link, 
#mainContent a.moreOptionsButton:visited {
	border-bottom: none;
	color: #000;
}

#mainContent a.moreOptionsButton:hover, 
#mainContent a.moreOptionsButton:focus {
	text-decoration: none;
}

#mainContent #search .nav-tabs .nav-link.active, 
#mainContent #search .nav-tabs .nav-link.active:focus, 
#mainContent #search .nav-tabs .nav-link.active:hover, 
#mainContent #search .nav-tabs.nav>li>a:hover, 
#mainContent #search .nav-tabs.nav>li>a:focus {
    border: 1px solid transparent;
    border-bottom: 3px solid #000;
    color: #000 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

#search .nav-tabs>li>a, 
#search .nav-tabs>li>a {
	border: 1px solid transparent;
	text-decoration: none;
}

#search .glyphicon {
	margin-right: 0;
	}

#search .legendIcon{
	padding-right: 10px;
	}
	
#search #publicationsTypeLegend {
	padding-left: 25px;
}	

#search .book-section-icon.legendIcon,
#search .legendIcon.journal-article-icon,
#search .legendIcon.mag-article-icon{
	padding-right: 25px;
	}

/* #search #facets {
	margin-top: 190px;
} */

.facets.sidenav .accordion{
	color: #A32430;
}

.toolbar a{
	color: #000;
	}

#NACJD header {
	background-color: #000;
	}
	
#NACJD #publications-display #citationSearchForm.navbar-form {
	margin-top: 0;
	display: block;
	padding: 5px;
	}

	
#NACJD #publications-display .relStudies p {
	padding: 15px 0 0 0;
}	

#NACJD #publications-display .alert {
	margin-bottom: 2px;
	}
	
#NACJD #mainContent #publications-display div.toolbar #publicationsTypeLegend .row {
	background-color: #efefef;
	color: #000;
}
   
#citationSearchForm {
	margin-top: 10px;
	}
   
#glanceLink,
.nav-tabs>li:active a span{
	padding-left: 15px;
	} 
	
#search .nav-tabs>li:active a span {
	padding-left: 0;
}

#search h1,
#NACJD .study-title {
 	border-bottom: 0;
 	}
 
#NACJD header {
	background-color: transparent;
	}
 
#NACJD .borderedDiv.grayBG .whiteBG{
/* over riding original whiteBG class for front page it was effecting the notes on the study home page */
	position: static;
	margin-top: 0;
	}

#NACJD #ownerBlurb img{
	display: block;
	}
	
#NACJD #ownerBlurb{
	float: initial;
	width: auto;
	margin: 15px 0;;
	border-radius: 0;
	background: #fff;
	border: 1px solid #ddd;
	}	
	
#NACJD .study-homepage-related-publications-toggle {
    margin-left: 166px;
    text-indent: -166px;
}

	
/* next to panel-group fixes accordion issues on study home pages */	
.panel-group{
	margin-bottom: 0;
	}

.panel-group .panel+.panel {
    margin-top: 2px;
	}


.variableFont{font-family: Courier New; font-size: 14px;}

aside ul li a {text-decoration: none;}

aside ul li.active{font-weight: bold; text-decoration: underline; }

.learningguideaccordion.collapsed {
	font-family: 'Gilroy-Medium', sans-serif;
	font-weight: normal;
	color: #A32430;
	text-decoration: underline;
}


#mainContent .learningGuideHome a {
	text-decoration: none;
}

#mainContent .learningGuideHome a:hover {
	text-decoration: underline;
}

.covidFAQ {
	padding: 15px;
    margin: 20px auto;
    border-radius: 5px;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 4px 0 rgba(0, 0, 0, 0.19);
}


/*****************************************	FOOTER	 *****************/



.logoStrip {
	margin-top: 20px;
}

#icpsr-logo {
    height: auto;
    padding-top: 8px;
    max-width: 210px;
    margin-bottom: 15px;
    }


#logos-container img {
	padding: 5px;
	}

#bjsLogoFooter{
	max-width: 50px;
	margin-top: 5px;
}

#nijLogoFooter{
	margin-left: 15px;
	max-width: 50px;
    margin-top: 6px;
    height: auto;
}

#ojjdpLogoFooter{
	max-width: 12%;
	margin-left: 15px; 
	max-width: 50px;
	margin-top: 10px;
}

.sponsorLogosFooter{
	text-align: right;
}

.sponsorLogosFooter a{
	margin-right: 0;
}

.fundingParagraph{
	font-size: 80%;
}

#NACJD footer .privPolicy{
	text-transform: uppercase;
	font-size: 11px;
	color: #000;
	font-family: 'Gilroy-ExtraBold';
}







.headingShareData{
    margin-bottom: 30px;
}

.topImage h1{
	margin-top: 75px;
	margin-bottom: 50px;
}



.circleTextShareDataPage{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.circleShareData{
	background-color: rgba(250,250,250, .3);
	background-color: #CB4125;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	height: 150px;
	width: 150px;
}

.circleShareData:hover,
.circleShareData:focus,
.circleShareData:active{
	background-color: #CB4125;
	text-decoration:  underline;
	color:  #fff;
}

.shareDataIcon{
	width: 26%;
	margin: 25px auto 10px;
	padding-top: 30px;
}

.shareDataCircle{
	font-size: 150%;
	font-weight: bold;
	
}

li#resources:focus{
	    outline: -webkit-focus-ring-color auto 5px;
}


.nij-share-data-topImage h1{
	margin-top: 75px;
}

.nijShareDataList > li{
	padding-bottom: 10px;
}

.videoTitles{
	color: #CB4125;
	margin-top: 15px;
	margin-bottom: 5px;
}

.gilroy-light{
	font-family: 'Gilroy-Thin';
}

/******************************************		ABOUT			********************/

.aboutHeading {
	color: white;
	text-align: center;
	font-size: 115%;
	margin-bottom: -19px; 
}

#NACJD #mainContent .aboutList > a {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold';
    margin-top: 20px;
}

#NACJD #mainContent .aboutList > a:hover{
	color: #A32430;
}

#NACJD #mainContent a#staff.active,
#NACJD #mainContent a#contact.active,
#NACJD #mainContent a#news.active,
#NACJD #mainContent a#sponsors.active {
	color: #CB4125;
}

.aboutInfographics{
	padding: 10px 0;
}

.aboutInfographics img{
	width: auto;
	height: 75px;
}

.aboutInfographics p {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

.aboutInfographics p.footprint_info{
	font-size: 100%;
	font-family: Gilroy-Bold;
}

.infographicDataDownloads{
	color: #CB4125;
}

.infographicStudies{
	color: #CC2229;
}

.infographicUsers{
	color: #A32430;	
}

.newsHeadlines {
	color: #CB4125;
	font-size: 100%;
	font-family: 'Gilroy-ExtraBold';
	margin-top: 30px;
}

#filter-status {
	margin-top:20px;
}

/* .pagination-container {
	margin-top: 20px;
} */

.paginationjs:nth-child(2) {
		bottom: -10px;
	} 

#data-container {
    margin-bottom: 24px;
}

.paginationjs:nth-child(2) {
		bottom: -55px;
	} 

.row.withFilter {
	margin-bottom: 55px;
}

#headline-posts p{
	margin-bottom:0px;
}

#headline-posts {
	margin-bottom: 50px;
}

#headline-posts ul{
	padding-left: 0;	
}

#headline-posts ul ul {
	list-style-type: none;
}

#blogger-posts > ul > li {
	line-height: 2;
	list-style: none;
}

#all-headlines {
	margin-top: 15px;
}

#all-headlines li {
	list-style-type: none;
}

#front #all-headlines {
	margin-top: 0;
}

.nacjdNewsTitles {
	margin-left: 15px;
}

ul.circleUL li {
	margin-bottom: 20px;
}

.video-container{
	overflow: hidden;
}





/******************************************		RESOURCES 			******************/

#NACJD #mainContent a#biblioResources,
#NACJD #mainContent a#learningDataGuides,
#NACJD #mainContent a#restrictedDataResources,
#NACJD #mainContent #restrictedDataResources,
#NACJD #mainContent a#restrictedDataResources[role="button"],
#NACJD #mainContent a#analyzeDataOnline,
#NACJD #mainContent a#otherSites{
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-family: 'Gilroy-ExtraBold';
    margin-top: 20px;
}

#NACJD #mainContent a#biblioResources:focus,
#NACJD #mainContent a#biblioResources:hover,
#NACJD #mainContent a#learningDataGuides:focus,
#NACJD #mainContent a#learningDataGuides:hover,
#NACJD #mainContent a#restrictedDataResources:focus,
#NACJD #mainContent a#restrictedDataResources:hover,
#NACJD #mainContent a#analyzeDataOnline:focus,
#NACJD #mainContent a#analyzeDataOnline:hover,
#NACJD #mainContent a#otherSites:focus,
#NACJD #mainContent a#otherSites:hover{
	color: #A32430 !important;
}


#NACJD #mainContent a#biblioResources.active,
#NACJD #mainContent a#learningDataGuides.active,
#NACJD #mainContent a#analyzeDataOnline.active,
#NACJD #mainContent a#otherSites.active,
#NACJD #mainContent a#restricted.active,
#NACJD #mainContent a#details.active,
#NACJD #mainContent a#data.active,
#NACJD #mainContent a#components.active,
#NACJD #mainContent a#forms.active, 
#NACJD #mainContent a#special.active{
	color: #CB4125;
}

#restrictedList{
	padding-left: 0px;
}

#NACJD #mainContent #restrictedList>li>a:hover{
	color: #CB4125;
}

.navbar-toggler{
	border: 2px solid #CB4125;
	background-color: #CB4125;
	border-radius: 0;
}


.navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(255 255 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") ;
}



#restrictedList .nav-item:hover{
	background-color: #e9ecef;
}

#restrictedList .nav-item a{
	padding-left: 24px;
}

#restrictedList .nav-item:hover a{
	color: black;
}

.dropdown-item:hover{
	color: black;
}

#NACJD #mainContent #restrictedList>li>a,
#NACJD #mainContent #restrictedData>ul>li>a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-family: 'Gilroy-Medium';
}


#restrictedList>li,
#restrictedData>ul>li {
	list-style: none;
	padding-bottom: 5px;
	}

#restrictedDataResources{
	font-family: 'Gilroy-ExtraBold';
}

#restrictedList>li a:hover,
#restrictedData>ul>li>a:hover{
	color: #A32430;
}

/******************************************		OUR TEAM / STAFF  *******************/

.staffPhoto{
	width: 130px;
	height: auto;
	margin-top:5px;
	padding:0 10px 10px 0;
}

/******************************************		FAQ / HELP  ********************/



.faq-topImage h1{
	margin-top: 75px;
}

.glyphicon-chevron-down,
.glyphicon-chevron-up{
	padding: 10px;
}

a.collapsed,
a.collapsed.closeHelp
{
	font-family: Gilroy-bold;
	color: #CB4125;	
	text-decoration: none;
}


.panel-default>.panel-heading bg-white p-3 rounded active{
	color: #CB4125;
	font-weight: bold;
	background-image: none;
	background-color: #FFF;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#NACJD #mainContent .panel-heading bg-white p-3 rounded active a{
	text-decoration: none;
	color: #A32430;
}

.panel-group .panel+.panel{
	margin-top: 0;
}

.panel-group .panel{
	border-radius: 0;
}

.faqHeading{
	margin-bottom: 0;
	margin-top: 40px;
}

.faqHeading.access {
	margin-top: 20px;
}

.userSupport{
	text-transform: uppercase;
	font-family: Gilroy-bold;
}

.phoneNumber{
	font-size: 150%;
}



.sectionSubheader {
	font-style: italic;
}

/******************************************		DISCOVER DATA 	*********************/

.discoverDataPage {   
    overflow: hidden;
    border-radius: 0;
}

h2.discover-data-title{
	text-transform: uppercase; 
	padding-top: 20px;
	font-size: 18px;
	font-family: 'Gilroy-Bold'
}

.discoverDataSearchButton{
	padding: 20px 30px;
	display:block;
	margin: 25px auto 20px;
}

a.searchTips{
	text-decoration: none;
	width: 100%;
	text-align: center;
}

#searchTips{
	text-align: left;
}

.discoverDataCategories {
	display: inline;
}

a.btn.ddQbtn {
	padding: 0;
	margin: 0;
}


/* .last-column-discover-data div,
.last-column-discover-data h2 {
	margin-left:  30px;
} */

.left-align-text{text-align: left;}


/***************************************** CONTACT US ***************************/

.contact-us-headings{
	font-size: 14px;
	font-family: 'Gilroy-ExtraBold'
}


/******************************************	SEARCH RESULTS 	*********************/

div.searchResult,
div.previous-next {
	margin: 0;
}

#facetResultType .nav>li.active>a,
#facetResultType .nav>li.active>a {
    padding: 10px 15px;
 }
 
 .result-type-tabs.row {
 	margin-top: 18px;
 }
 
 
#studyResults #compare #results-body div div.col-sm-9.col-xs-11 a strong{
	font-family: 'Gilroy-Medium' !important;
}

.studyNo{
	font-family: 'Gilroy-Medium' !important;
}
 
 

/************************************************** 	VICTIMIZATION Learning Guide	 ***************/

.heroImage {
    min-height: 545px; 
   	background-image: url(//www.icpsr.umich.edu/files/NACJD/victim-learning-guide/nacjd_background.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 35px;
	}

.sideSecHeader { 
	margin-top: 5px;
	}
	
.sideSecHeader a {
    color: #000;
    }

.picture { 
	margin-top: 25px;
	}

h2#index a, h2#vicRate a {
	color: #7d0d01;
	}

.img-responsive.front-page {
	margin: 0px auto 5px; 
	float: right; 
	-webkit-box-shadow: 10px 10px 28px -4px rgba(0,0,0,0.66);
	-moz-box-shadow: 10px 10px 28px -4px rgba(0,0,0,0.66);
	box-shadow: 10px 10px 28px -4px rgba(0,0,0,0.66);
	}

.title {
	font-size: 18px; 
	font-weight: bold; 
	margin-top: 10px; 
	}

.secondPanel {
	margin-top: 15px;
	}


.whiteBG{
	background-color: rgba(250,250,250, .8); 
	background-color: #fff; 
	margin-top: 25px; 
	margin-right:0;
    position: absolute; top: 250px;
	right: 0; 	
}

.hexOnlyLogo{ 
	display: inline; 
	max-width: 3%; 
	margin-top: 5px;
}

.no1{
	font-size: 16px; 
	display: inline; 
	color:#D6513B; 
	margin-left: 0px; 
	margin-bottom: 0; 
	font-weight: bold; 
}
	
.line{
	display:inline; 
	border-bottom: 2px solid #D6513B; 
	min-width: 92%; 
	margin-top: -5px; 
	margin-left: 5px;
}

#goNCVSGuideBtn{
	font-size: 18px;
	padding: 8px;
	margin: 15px auto; 
	width: 30%;
}


/******************************************      PHDCN Guide 			********************/

.well.copyrightWarningWell {
	background-image: none;
	background-color: #eee;
	text-align: center;
	}



ul.phdcn_toc_guide  {
	padding: 0 5px;
}

ul.phdcn_toc_guide > li {
	padding-top: 15px;
}

ul.phdcn_toc_guide > li:first-child {
	padding-top: 0;
}

.instrumentsMeasures > li {
	margin-bottom: 15px;
}

.phdcnTable {
	text-align: center;
}

.phdcnTable thead th {
	font-family: 'Gilroy-Bold';
	color: #fff;
	text-align: center;
	background-color: #F27A3B;
}


.phdcnTable.table-striped>tbody>tr:nth-child(odd) {
	background-color: #FEE4D7;
}








/****************************************** 	CMSurvey/Tutorial 		********************/

#cmsurveyForm> label,
.form-group > label{
	text-transform: uppercase;
    font-family: 'Gilroy-Bold';
    font-size: 1.2em;
	margin-bottom: 1px;
	margin-top: 9px;
}


.navbar-default .navbar-toggle:focus {
	background-color: #CB4125;
}


#discover-data-form{
	padding: 0 15px 15px;
	}
	
	
.variableFont {
	font-family: Courier New; 
	font-size: 14px;
	}

#includeVictimizationTableofContents > ul,
#includedContentNavR > ul,
#includedContentNavSPSS > ul {
 	padding-left: 0;
 	list-style-type: none;
 	}
    
#includeVictimizationTableofContents > ul li, 
#includedContentNavR > ul li,
#includedContentNavSPSS > ul li {
	margin-left: 10px;
}

#includeVictimizationTableofContents ul li a,	
#includedContentNavR ul li a,
#includedContentNavSPSS ul li a {
	text-decoration: none;
	}



#includeVictimizationTableofContents ul li.active a,	
#includedContentNavR ul li.active a,
#includedContentNavSPSS ul li.active a,
#includedContentNavR ul li a .exampleclass.active,
#includedContentNavSPSS ul li a .exampleclass.active   { 
	color:  #000;
	}




/* *****************************************	


MEDIA QUERIES	 


******************************************/ 

@media(min-width:1200px){
	#nacjd-big-search input.form-control {
    font-size: 45px;
    height: auto;
    margin-bottom: 60px;
	}
	
	#nacjd-big-search .fa-search.fa-5x {
	font-size: 5em;
	color: #101010;
	}
}

@media(max-width: 890px){
	#front .video-element{
		width: 120%;
	}
}
@media(max-width: 1200px){
	.front-box-content {
		min-height: 290px;
	}
}


@media (max-width: 992px) {

	#front .video-content-overlay{
		margin-top: 100px;
	}

	#maincontent {
		margin-top: 280px;
	}
	
	.noPaddingLeft {
		padding-left: 15px;
	}

	.headingTwoLines.nij,
	.headingTwoLines.bjs {
		margin-top: 200px;
		}
		
	.headingTwoLines,
	.headingThreeLines {
		margin-top: 280px;
	}
	
	#front .fixed,
	#front .video-overlay {
		height: 380px;
	}
	
	.front-box-content {
		min-height: auto;
	}
	
	.aboutNewsDiscoverSection  h2.news,
    .aboutNewsDiscoverSection  h2.discover {
    	margin-top: 20px;
    	border-top: 1px solid #ddd;
    	padding-top: 15px;
    	margin-top: 15px;
    }

	.heading.victimizationHeading {
		margin-bottom: 100px;
		}
	
	.headingTwoLines.phdcn {
		margin-bottom: 90px;
		}
	
	.headingTwoLines.lemasHeading {
		margin-bottom: 50px;
		}
		
	.heading.toggled,
	.headingTwoLines.toggled,
	.headingThreeLines.toggled,
	.shareDataHeading.toggled,
	.video-content-overlay.toggled {
		margin-bottom: 0;
		background-color: #CB4125;
		margin-left: -15px;
		padding-left: 15px;
		}

		
	.headingShareData.toggled {
		background-color: #424340;
		padding-bottom: 20px;
		}
	


    .navbar-left, 
    .navbar-right,
    .navbar-header {
        float: none !important;
    	}
    
    .navbar-default .navbar-toggle{
		border: none;
		display: block;
		background-color: #CB4125;
		padding: 15px;
		margin:0;
		margin-right: 30px;
		border-radius: 0;
		}

	.navbar-default .navbar-toggle .icon-bar{
		background-color: #fff;
		height: 3px; /* changes the thickness of the white hamburger lines */
		}
    
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    	}
    	
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    	}
    	
    /* .navbar-collapse.collapse {
        display: none!important;
    	} */
    
    #my-data {
    	border-bottom: none;
    	}
    	
    .navbar-default .navbar-collapse, 
    .navbar-default .navbar-form {
    	border: none;
    	}
    
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    	}
    	
    .navbar-nav>li {
        float: none;
    	}
    
    .navbar-default .navbar-nav>li>a {
    	padding-left: 0 !important;
    }
    
    .nav>li>a>img {
    	margin: 6px 6px 6px 0;
    	width: 31px;
    	}
    
	.nav>li#shareData a,
	.nav>li#about a,
	.nav>li#resources a,
	.nav>li#help a {
		padding-left: 0 !important;
		}
	 
    .twitterName{
    	display: inline;
    	}
    
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    	}
    
    /* .nav>li:first-child a {
    	padding-left: 15px;
		} */
    
    .collapse.in{
        display:block !important;
        padding-left: 0;
        padding-right: 60px;
    	}


	.sponsorLogosFooter{
		margin:15px 0;
		text-align: center;
		}
		
	#footer{
		text-align: center;
		}
	
	#copyright{
		margin-left: 15px;
		}

	.navbar{
		margin-bottom: 0;
		}
	
	.navbar-brand>img {
	     margin-top: -10px;
    	}
    
    .navbar.gray {
    	display: none;
    	}
    
	.fundingParagraph{
		padding: 0 15px;
		}

	.mobileMyData{
		float:right;
		}
	
	.fullscreen-bg {
	    position: absolute;
	    top: 0;
	    top: -510px;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    overflow: hidden;
	    z-index: -100;
		}
		
	.topImage{
		max-height: 400px;
		}
	
	.circleShareData {
	    margin-left: 18px;
	    margin-right: 15px;
		}

	.form-group.searchBox{
		margin-right: 10px;
		}
		
	
	.faq-topImage{
		height: 200px;
		}
	
	/* input.form-control.input-sm{
		width:80%;
		} */
	
	.about-main-page-heading{
		margin-top: 50px;
		}
	
	#workspace .col-sm-3.col-lg-2 a.btn.btn-primary{
		font-size:85%;
		}
		
	.staffBioDiv{
		padding-left: 20px;
		}
	
	.clear_form_btn{
		width: 90%;
		}
	
	#goNCVSGuideBtn{
		width: 50%;
		}
	
	#NACJD #publications-display #citationSearchForm .input-group {
		margin-top: 0px;
		}
	
	#restrictedList>li, #restrictedData>ul>li {
		padding-bottom: 0;
		}
	
	#restrictedList a {
		text-decoration: none;
		color: #000;
		}
		
	.pagination-container {
		margin-top: 25px;
	}
	
	.paginationjs:nth-child(2) {
		bottom: -55px;
	} 
	
	
}

@media (max-width: 767px){
	.collapse.in{
        display:block !important;
        padding-left: 15px;
        padding-right: 0px;
    }
        

    
		
	.headingTwoLines.learningDataGuidesHeading {
		margin-bottom: 20px;
		}
		
	.headingTwoLines.apsHeading { 
		margin-bottom: 55px; 
		}


	.headingThreeLines.eecjsHeading {
		margin-bottom: 50px;
		}
	
	.headingTwoLines.ncvsHeading,
	.headingTwoLines.nibrsHeading,
	.headingTwoLines.sisfcHeading,
	.headingTwoLines.phdcn {
		margin-bottom: 30px;
		}

	
	.apsTitle,
	.capitalPunishmentTitle,
	.homicidesInChicagoTitle{
		font-size: 32px;
		}
	
	.lemasTitle,
	.nibrsTitle {
		font-size: 30px;
		}
	
	.sisfcfTitle {
		font-size: 28px;
		}
	
	.eecjsTitle {
		font-size: 25px;
		}
	
	span.phdcnTitle {
	    font-size: 24px;
	}
	
	#resource-guide-list li {
		margin-bottom: 7px;
		} 
		
	.whiteBG {
		top:100px;
		}
		
	#discover-data-form{
		padding: 0 30px;
	}
	
	.discover-data-title.access {
		margin-top: 50px;
	}
		
}

@media (min-width: 1500px){
	.dataAtNACJD.bottomBorder{
		margin-top: 131px !important;
	}
}


@media(min-width:1200px){
	.staffPhoto {
	    width: 145px;
	   
    }
}

@media (min-width: 992px){
	.col-md-2.policy {
   	 	width: 11%;
   	 	padding-right: 0;
	}
	
	.myDataLogInBox.down #my-data {
		display: none;
	}
	
}

@media (max-width:992px) and (min-width:768px) {
	ul.guidesTableOfContents {
		padding-left: 5px;
		}
}

@media (min-width: 768px){
	.navbar-nav>li>a {
    	padding-top: 6px;
    	padding-bottom: 0px;
	}
	
}

@media(max-width:767px){
	
	#front .video-content-overlay{
		margin-top: 70px;
	}

	.headingTwoLines.nij,
	.headingTwoLines.bjs {
		margin-top: 250px;
		}
	
	.faq-topImage,
	.about-topImage{
		max-height: 200px;
	}
	
	.form-control.input-sm{
		display:inline;
		/* max-width: 50%; */
		margin: 0;
	}
	
	
	.navbar-brand>img {
		max-width: 115px;
	    /* margin: -5px 0 0 -15px; */
	}
	
	.headingShareData {
   		margin-top: 0; 
    	margin-bottom: 78px;
	}
	
	.navbar-default .navbar-toggle{
		margin-right: -15px;
		margin-top: 4px;
		
	}
	
	.fullscreen-bg__video {
	    display:none;
   	}
   	
	.fullscreen-bg{
		background-image: url("//www.icpsr.umich.edu/files/NACJD/images/nacjd-comp_final_960x420.jpg");
		background-repeat: no-repeat;
		position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	}
	
	
	.circleTextShareDataPage{
		font-size: 160%;
	}
	
	.shareDataIcon{
		padding-top: 15px;
	}
	
	.circleShareData{
		margin: 0 auto;
		font-size: 55%;
		-webkit-border-radius: 64px;
	    border-radius: 64px;
	    height: 125px;
	    width: 125px;
	}
	
	.tweetDate{
    	border-bottom: 1px solid #ccc;
    	margin: 0 0 20px;
    	padding: 0 0 20px;
    }
    
    .discoverDataIcon {
	    margin: 50px auto 10px;
	    width: 35%;
	}
	
	.topImage{
		max-height: 450px;
	}
	
	#front .video-overlay,
	#front .fixed video {
		display: none;
	}
	

	
	.front-page-text {
		background: #fff;
		position: relative;
	}
	
	.orgName {
		margin-top: 33px;
	}
	
	.staffPhoto{
		width: 150px;
		float:left;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	#staffBioDiv{
		margin-bottom: 15px;
	}
	
	.ojjdp-share-data-topImage{
		height: 340px;
	}
	
	.aboutHeading{
		font-size:90%;
	}
	
	#workspace .col-sm-3.col-lg-2 a.btn.btn-primary,
	#workspace .col-sm-3.col-lg-2 button.btn.btn-primary{
		margin: 10px 0;
	}

	
    h1.discoverData {
    	margin-left: 30px;
    }
    
    #nacjd-big-search {
    	padding-right: inherit;
    }
   
   #front .fixed, #front .video-overlay {
    height: 450px;
}
    
	#nacjd-big-search input.form-control{
		width:100%;
		/* margin-left: 15px; */
		margin-bottom: 40px
    }
	
	/* #nacjd-big-search .input-group-btn {
		right: 39px;
	} */
	
	.recent-highlights-section {
		height: 575px;
	}
	
}

@media(max-width: 545px){
	.headingTwoLines.nij,
	.headingTwoLines.bjs {
		margin-top: 250px;
		}
	.heading.victimizationHeading {
    	margin-bottom: 65px;
    	}  
	
}



/*@media (min-width: 1500px) {

	 #front .video-content-overlay {
		margin-top: 12%;
		} 
	
	h2.centerText {
		margin-top: -100px;
			
}}*/


@media (max-width: 1200px) {
	.circleHomePage {
  		-webkit-border-radius: 65px;
  		border-radius: 65px;
  		height: 130px;
  		width: 130px;
	}
	.discoverDataIcon {
    	margin: 24px auto 10px;
	}
	
	/* #front .fixed{
		height: 40vh;
	} */
}



 
	
	


@media(max-width:400px){
	.circleHomePage {
		-webkit-border-radius: 64px;
   		border-radius: 64px;
   		height: 125px;
   		width: 125px;
    }
    
   .discoverDataIcon {
	    margin: 35px auto 10px;
	}
		
}


@media (min-width: 500px) and (max-width: 767px) {
	.nij-share-data-topImage{
		height: 200px;
	} 
	
	.ojjdp-share-data-topImage{
		height: 266px;
	}
	
}


/* hide website content search tab for unmigrated sites */
#search a.nav-link[href*="website-search?q="] {
    display: none;
}