  /* BEGIN Styles for NKU Inside facing pages */

.nku-main .text .faq_list a.question {
    text-decoration: none;   /*  not added */
}
.nku-main .text .nku-black-background .btn-primary a:link {
	color: #000;  /*  not added */
}


/* slideshow - overlay classes */

.nku-text-overlay .btn:hover, 
.nku-text-overlay .btn.hover,
.nku-text-overlay .btn:focus, 
.nku-text-overlay .btn.focus {
    color: #fff;
    text-decoration: none;
}

.nku-text-overlay {
    position:relative;
    width: 100%;
    filter: alpha(opacity=50);
    display:inline-block;
}
.nku-text-overlay .text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 5ex;
    background-color: rgba(0,0,0,0.0);
}
.nku-text-overlay .text h2 {
    margin: auto;
    width: 100%;
    border: 0px solid #ffffff;
    text-align: center;
    font-size: 1.7rem;
    line-height: 2.4rem;
   	/* padding: 50px 0px 44px 0px; */
    padding: 5ex 0;
    height: 100%;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
}
.nku-text-overlay .text:hover{
    background-color:rgba(255,199,44,0.25);
    transition: background-color .75s;
}
.nku-text-overlay a:hover .text{
    color: #d9d9d9;
}
.nku-text-overlay .text .fa {
    padding: 0 0 .1em 0;
        font-size: 5em;
}
.nku-text-overlay .nku-modal {
    height: 16ex;
}
.nku-text-overlay .image {
}


/* need to add */
.list >div { break-inside: avoid; }

.nku-gold-background hr {
	border-top: 1px solid #000; }

/* Button styles */
.nku-btn-primary,
.nku-btn-secondary,
.nku-btn-tertiary {
    margin: .5rem 0;
}
.nku-main .nku-people-directory p {
margin-left: 0;
}
.nku-photo-gallery-list .btn a:link {
	text-decoration: none;
}

/* Cookie Consent */
.cc-message a {
    color: #fff; }

@media screen and (max-width: 768px) { 
    div.leftimage { 
    	float: none;
   	}
    div.rightimage { 
    	float: none;
   	}
    .video-responsive {
  		overflow:hidden;
   		padding-bottom:56.25%;
   		position:relative;
   		height:0;
    }
    .video-responsive iframe {
   		left:0;
   		top:0;
   		height:100%;
   		width:100%;
   		position:absolute;
    }    
}
/* Video embedd with Qualtrics component */
	.embed-container { 
		position: relative; 
		padding-bottom: 56.25%; 
		height: 0; 
		overflow: hidden; 
		max-width: 100%; 
	} 
	.embed-container iframe, .embed-container object, .embed-container embed { 
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%; 
	}

	.nku-video-embed .qform   { 
		position: relative; 
		padding-bottom: 56.25%; 
		height: 0; 
		overflow: hidden; 
		max-width: 100%; 
	} 
	.nku-video-embed .qform iframe, .qform object, .qform embed { 
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%; 
	}
	#nku-video-embed .qform   { 
		position: relative; 
		padding-bottom: 56.25%; 
		height: 0; 
		overflow: hidden; 
		max-width: 100%; 
	} 
	#nku-video-embed .qform iframe, .qform object, .qform embed { 
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%; 
	}
.nku-weather-alert-bar .alert {
    background-color: #B30000;
    color: #fff;
    font: 16px/24px Montserrat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: none;
    border: none;
    text-align: left;
    margin-bottom: 0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0;
}
.nku-important-alert-bar .alert {
    background-color: #333;
    color: #ffc72c;
    font: 16px/24px Montserrat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: none;
    border: none;
    text-align: left;
    margin-bottom: 0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0;
}

/* END Styles for NKU Inside facing pages */
/* ====== Donate Widget for NKU Foundation - supportnku.nku.edu/give ====== */
	.donate-table-content {
        display: none;
    }
    .donate-widget {
        position: fixed;
        right: 10%;
        top: 175px;
        z-index: 9999;
        height: 55px;
    }
    .donate-widget-button {
        border-radius: 0;
        padding: 12px 18px;
        background: #333;
        font-family: "Montserrat",sans-serif;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: inherit;
        font-size: 18px;
        overflow: hidden;
        cursor: pointer;
    }
    .donate-text {
        float: left;
    }
    .logo-icon {
        background: url(https://supportnku.nku.edu/image/17/footer-logo-small.png) no-repeat !important;
        float: left;
        height: 17px;
        width: 35px;
        margin-top: 3px;
        margin-left: 8px;
        background-size: 35px 35px;
    }
    .donate-widget-inner {
        position: relative;
    }
    .donate-widget-amounts {
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: 250ms ease;
        -moz-transition: 250ms ease;
        -o-transition: 250ms ease;
        transition: 250ms ease;
        position: absolute;
        right: 200px;
        top: 0;
        width: 500px;
    }
    .donate-widget:hover .donate-widget-amounts {
        visibility: visible;
        opacity:1;
        filter:alpha(opacity=100);
        /* Fix jump in chrome caused by opacity */
        -webkit-backface-visibility: hidden;
    }
    .donate-amounts {
        text-align: center;
        /* padding-top: 50px; */
        list-style-type: none;
        padding-left:0;
    }
    .donate-amounts li {
        margin-bottom: 10px;
        float:right;
        margin: 0 5px 10px 5px;
    }
    .donate-amounts li a {
        font-family: "Montserrat",sans-serif;
        font-size: 18px;
        color: #333;
        text-decoration: none;
        display: inline-block;
        padding-top: 5px;
        border: 3px solid #ffc72c;
        width: 100px;
        border-radius: 0;
        height: 40px;
        background: #ffc72c;
    }
    .donate-amounts li a:hover,
    .donate-amounts li a:focus,
    .donate-amounts li a:active {
        background: #333333;
        border-color: #333333;
        color:#ffffff;
    }
    .donate-amounts li:last-child a {
        padding-top: 4px;
        padding-bottom: 0px;
        font-size:3em;
      /*  line-height: 41px; */
    }
    .donate-amounts img {
        width: 30px;
    }
    .donate-link-mobile {
        display: none;
        height: 47px;
        background-color: #009ddc;
        overflow-x: hidden;
    }
    .donate-link-mobile p {
        margin-bottom: 0;
        height: 100%;
        box-sizing: border-box;
        text-align: center;
        position: relative;
    }
    .donate-link-mobile a {
        color: white;
        font-family: "Montserrat",sans-serif;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-right: 10px;
        padding-top: 16px;
        display: inline-block;
        line-height: 17px;
        vertical-align: top;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
    }
    .donate-link-mobile a:hover,
    .donate-link-mobile a:focus,
    .donate-link-mobile a:active {
        text-decoration: none;
    }
    .mobile-logo-icon {
        background: url(/document.doc?id=720) no-repeat right 0;
        height: 21px;
        display: inline-block;
        width: 25px;
        padding-top: 0px;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 58%;
    }
    @media (max-width: 1400px) {
        .donate-widget {
            right: 4%;
        }
    }
    @media (max-width: 1010px) {
        .donate-widget-button {
            padding: 18px 20px 12px 20px;
        }
    }
    @media (max-width: 767px) {
        .donate-widget {
            position:relative;
            top:0;
            right:0;
        }
        .donate-text { 
            float: none;
            text-align: center;
        }
        .donate-widget-button { 
        	border-radius:0; }

        .donate-widget-amounts { 
           /* display:none; */ }

        .donate-link-mobile {
            display: block;
        }
        .donate-widget-button {
            background: #ffc72c;
            color: #333;
        }
		.static-vertical-donate-widget { 
        	position:relative !important; }
    }
    @media (max-width: 650px) {
        .mobile-logo-icon {
            left: 59%;
        }
    }
    @media (max-width: 550px) {
        .mobile-logo-icon {
            left: 61%;
        }
    }
    @media (max-width: 500px) {
        .mobile-logo-icon {
            left: 62%;
        }
    }
    @media (max-width: 450px) {
        .mobile-logo-icon {
            left: 64%;
        }
    }
    @media (max-width: 400px) {
        .mobile-logo-icon {
            left: 66%;
        }
    }
    @media (max-width: 350px) {
        .mobile-logo-icon {
            left: 68%;
        }
    }

    .vertical-donate-widget .donate-widget-amounts { 
        top:60px; width: 145px; right: 0; }
    .vertical-donate-widget .donate-amounts li { 
        float:none; }
    .static-vertical-donate-widget { 
        position:absolute; }

    /* ====== End Donate Widget ====== */
/* print.css - start */
@media print {
    .footer, .nkusidenav, .breadcrumb, .nku-inside-banner {
    	display:none;
        }
}
/* print.css - end */
#counters {
  	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); 
}
#counters .content {
    text-align: center;
    color: #fff;
    padding-top: 3em;
    padding-bottom: 1em;
 }
#counters .number {
    font-family: "Montserrat", "Open Sans Condensed", Arial;
    font-weight: normal;
    font-size: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    padding: 0px 0 1px;
    line-height: 1em; 
    letter-spacing: 1px;
}
#counters .legend {
    font-family: "Open Sans Condensed", Arial;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    padding: 5px;
    line-height: 1.1em;
    letter-spacing: 2px; 
}
#counters .col-sm-3,
#counters .col-sm-4 {
	padding-left: 0;
	padding-right: 0;
}
#counters .col-sm-3:nth-child(4n+1),
#counters .col-sm-4:nth-child(4n+1) {
  	background: #444; 
}
#counters .col-sm-3:nth-child(4n+1) .number,
#counters .col-sm-4:nth-child(4n+1) .number {
    background: #777; 
}
#counters .col-sm-3:nth-child(4n+2),
#counters .col-sm-4:nth-child(4n+2) {
    background: #ffc52f; 
}
#counters .col-sm-3:nth-child(4n+2) .number,
#counters .col-sm-4:nth-child(4n+2) .number {
    background: #c89000; 
}
#counters .col-sm-3:nth-child(4n+3),
#counters .col-sm-4:nth-child(4n+3) {
    background: #444; 
}
#counters .col-sm-3:nth-child(4n+3) .number,
#counters .col-sm-4:nth-child(4n+3) .number {
    background: #777; 
}
#counters .col-sm-3:nth-child(4n+4) {
    background: #ffc52f; 
}
#counters .col-sm-3:nth-child(4n+4) .number {
    background: #c89000; 
}

