/*------------------------------------------------------------------------------
Kinsey specific styles TOC
      Line 25: Kinsey branded header and footer
  	Line ???: Kinsey specific new classes and overrides
	Line ???: media queries
	Line ???: customized tools (search, widgets, extra patterns)
------------------------------------------------------------------------------*/

@font-face {
    font-family: 'GeorgiaProRegular';
    src: url('https://fonts.iu.edu/fonts/georgia-pro-regular.eot');
    src: url('https://fonts.iu.edu/fonts/georgia-pro-regular.eot?#iefix') format('embedded-opentype'),
         url('https://fonts.iu.edu/fonts/georgia-pro-regular.woff') format('woff'),
         url('https://fonts.iu.edu/fonts/georgia-pro-regular.ttf') format('truetype'),
         url('https://fonts.iu.edu/fonts/georgia-pro-regular.svg#GeorgiaProRegular') format('svg');
    font-style: normal;
    font-weight: normal;
}

/* framework fix */

.bg-dark-gray a {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}


/* branding bar and top nav */

#branding-bar-v1 {
    background: none;
}

#branding-bar-v1 .bar {
    border-top: none;
    margin-bottom: -2em;
    margin-top: .5em;
}

#branding-bar-v1 .campus img {
    padding-top: .25em;
}

#branding-bar-v1 ul {
    margin-top: -.25em;
    margin-bottom: -.25em;
}

.gcs-load-spacer {
    height: 135px;
}

.site-header {
    margin-top: 0em;
}

.site-header__nav {
    border-bottom: none;
}

#beta-bar {
    background-color: #990000;
    color: #C9E3DC;
    font-size: 14px;
    padding-top: .15em;
    padding-left: .5em;
    padding-right: .5em;
}

#beta-bar a {
    color: white;
    font-weight: bold;
}

/* flyout home and search buttons */

.flyout-buttons {
    float: right;
    padding: 0 0.5rem !important;
    margin-right: 15px;
    background-color: #990000;
    color: #fff !important;
    font-weight: bold;
    line-height: 32px;
    border-radius: .45rem;
    font-size: 1.5em;
    border: none !important;
    margin-top: 4px;
}

.mobile-list-top-margin {
    margin-top: 3.5em !important;
}


/* intro */

.intro {
    background-attachment: none;
}
.intro p, .intro h1, .intro-small h1, .intro__description {
    font-family: 'GeorgiaProRegular', Georgia, serif;
}
.layout-slice h1, h2, h3, blockquote, h4, h5, h6 {
    margin-top: 0;
    font-family: 'GeorgiaProRegular', Georgia, serif;
}

.intro h1 {
    line-height: 1.25;
}

/* prefooter */

.pre-footer__heading {
    font-family: 'BentonSans', Arial, sans-serif;
}
.pre-footer__sub-heading {
    font-family: 'BentonSans', Arial, sans-serif;
}


/* missing active nav fix */

.site-header__nav a:hover, .site-header__nav .active a {
    margin-bottom: -2px;
}

/* overview margin fix */

.overview {
    margin: 0;
}

/* manual nesting grid margin fix */
.nested-grid {
    margin-left: -18px;
}

/* galleries page */

.explicit-note p {
    color: white;
    margin-top: 1.5em;
    margin-bottom: 2em;
}

.explicit-note span {
    display: inline;
    background-color: #4A306E;
    border-radius: 5px;
    padding: 5px 10px;
}


.img-galleries ul.list-grid-fourths li {
    padding: 5px;
}

.kinsey-galleries {
    padding: 0 !important;
    width: 23% !important;
    margin: .5% !important;
    margin-bottom: 2em;
    height: 300px;
}

.gallery-selector {
    padding: 0 !important;
    width: 23% !important;
    margin: .5% !important;
    margin-bottom: 2em;
}


/* adding credit style for blockquotes */

.blockquote-credit {
	font-size: .65em;
	font-style: normal;
    font-family: 'BentonSans';
}
.small-quote {
    font-size: 1.25em;
}

/* QUERIES --------------------------------------------------------------------------------------------------------- */

/* small */
    @media screen and (max-width: 768px) {
        
        .mobile-hidden {
            display: none;
        }
        .mobile-visible {
            display: inline;
        }
        #branding-bar-v1 {
        	margin-bottom: 1em;
        	margin-top: -.25em;
        }

        #branding-bar-v1 .campus a {
            width: 200px;
            height: 38px;
            padding: 0 0 0 75px;
        }
        
        #branding-bar-v1 .campus a img {
            width: 225px;
            height: 38px;
            margin-top: .5em;
        }
        #branding-bar-v1 ul {
            display: none;
            margin-bottom: 1em;
        }
        .404-mobile {
            height: 60px !important;
        }
        .lead-on-image {
            width: 75% !important;
        }
        .pre-footer {
            margin-bottom: 5em;
        }
        .gcs-load-spacer {
 		    height: 0px;
		}
		.kinsey-galleries {
		    padding: 0 !important;
		    width: 43% !important;
		    margin: 2% !important;
		    float: left !important;
		    margin-bottom: 2em;
		    height: 305px;
		}
        .gallery-selector {
            padding: 0 !important;
            width: 43% !important;
            margin: 2% !important;
            float: left !important;
            margin-bottom: 2em;;
        }

		/* Heading styles */
		h1 {
		  font-size: 32px;
		}

		h2 {
		  font-size: 26px;
		}

		h3, blockquote {
		  font-size: 22px;
		}

		h4 {
		  font-size: 16px;
		}

		h5 {
		  font-size: 12px;
		}

		h6 {
		  font-size: 10px;
		}
		/* Heading classes - use these classes to style symantically correct headings to look like other headings. */
		.h1-style {
		  font-size: 32px;
		}

		.h2-style {
		  font-size: 22px;
		}

		.h3-style {
		  font-size: 24px;
		}

		.h4-style {
		  font-size: 16px;
		}

		.h5-style {
		  font-size: 12px;
		}

		.h6-style {
		  font-size: 10px;
		}
    }

/* medium */
    @media screen and (min-width: 769px) {
        
        #branding-bar-v1 .campus a {
            width: 300px;
            height: 55px;
            padding: 0 0 0 75px;
        }
        #branding-bar-v1 .campus a img {
            width: 300px;
            height: 55px;
            margin-left: -.15em;
        }
        #res-break {
            display: none;
        }
        .pre-footer {
            margin-bottom: 0em;
        }
        .site-header__nav a {
                font-size: .85em;
        }
        .medium-float-left {
        	float: left;
        }
        .medium-hidden {
            display: none !important;
        }
        .medium-visible {
            display: inline !important;
        }
        .lead-on-image {
            width: 75% !important;
        }
    }

/* tablet hidden fix for common break point width (ipad etc) */
    @media screen and (max-width: 769px) {
        .tablet-hidden {
			display: none;
        }
        .gsc-load-spacer {
        	height: 0;
        }
        .medium-hidden {
            display: none !important;
        }
        .medium-visible {
            display: inline !important;
        }
        .lead-on-image {
            width: 75% !important;
        }
    }

/* large */
    @media screen and (min-width: 1024px) {
        
        #branding-bar-v1 .campus a {
            width: 365px;
            height: 67px;
            padding: 0 0 0 75px;
        }
        
        #branding-bar-v1 .campus a img {
            width: 365px;
            height: 67px;
            margin-left: -.25em;
        }
        .site-header__nav a {
            font-size: 1em;
        }
        .large-hidden {
            display: none !important;
        }
        .large-visible {
            display: inline !important;
        }
        .lead-on-image {
            width: 100% !important;
        }
    }



/* Front page specific styles */

.explore-label {
    font-size: 1em;
    font-family: 'BentonSans', Arial, sans-serif;
    color: #82786F;
    text-transform: uppercase;
}

.explore-label hr {
	border-bottom: none;
}

/* form specific */

.form-label {
    font-size: 1em;
    font-family: 'BentonSans', Arial, sans-serif;
    color: #888888;
}

.select {
    color: rgba(0, 0, 0, 0.75);
}

/* bios */

.bioname {
    font-weight: bold;
    line-height: 2.5em;
}

/* gallery lists */

.kinsey-galleries .img-figure__caption {
	padding: .25em;
}


/* support page */

.endowed-funds-list li {
    width: 40%;
    float: left;
    list-style-type: none;
    margin-left: -18px;
    margin-right: 10%;
    margin-bottom: 1em;
}

/* support store figure */
.kinsey-store {
	color: white;
	background: rgba(0,0,0, 0.25);
	border-top: 4px solid white;
}
.kinsey-store a {
	color: white;
    font-weight: bold;
}

.kinsey-store a:hover {
	color: #EDEBEB;
}


/* primer specific */

.ac-container{
	font-family: 'BentonSans';
}
.ac-container label{
	display: inherit !important;
	margin: 0 !important;
	padding: .25em 1em;
	position: relative;
	z-index: 20;
	cursor: pointer;
	color: #777;
	font-size: 19px;
	background: #EDEBEB;
    border: 1px solid rgba(119, 119, 119, 0.24);
}
.ac-container label:hover{
	background: #fff;
	margin: 0 !important;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #C6BFBB;
	margin: 0 !important;
	color: #312A25;
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../img/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../img/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(238, 238, 238, 0.25);
	margin-top: -1px;
	padding-right: 18px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
}
/*  .ac-container article p, h1, h2, h3,h4, h5{
	padding: 0 20px;
} */
.ac-container input:checked ~ article.ac-auto{
	height: auto;
	padding: 1em;
}

.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}


/* twitter widget style */

.timeline-footer {
    background-color: #ffffff !important; 
}

/* GCSE */

.gsc-search-box td {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.gs-title {
    color: #990000 !important;
    text-align: left !important;
    font-weight: bold !important;
}

.gs-title a {
    color: #DD0031 !important;
}

.gsc-control-cse {
    padding: 0 !important;
}

.gsc-search-box tr {
    border-bottom: none !important;
}

.cse input.gsc-input, input.gsc-input {
    background-image:none !important;
}
.gsc-clear-button {
    display: none !important;
}

.gsc-search-button {
    vertical-align: top !important;
}

.gsc-search-button input {
    background-color: #990000 !important;
    background-image: none !important;
    border-color: #990000 !important;
    border-radius: 3px !important;
    height: 30px !important;
}

.gsc-search-button input a:hover {
    background-color: #DD0031 !important;
}

.gsc-control-cse {
    background-color: transparent !important;
    border: none !important;
}

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    border: none !important;
    background-color: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: #F1F1F1 !important;
}

.gsc-selected-option-container {
    padding-right: 80px !important;
}

/** GCSE Mobile Specific **/

.off-canvas__nav {
    padding-top: .75em;
}

/** Youtube wrapper **/

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/** Featherlight Blurbs **/

.featherlight .legend {
    position: absolute;
    background-color: white;
    padding: 5px;
    font-size: .85em;
    color: black;
}
.featherlight-content {
  padding-bottom: 40px !important;
}
