  /* BEGIN Styles for 91成人短视频 CAI (Center for Applied Informatics) pages */

/* Styles for new Informatics COI pages */


.nku-gold-title{
     background-size: 200%, 100%;
     background-position: right;
     background: linear-gradient(120deg, #FFC72C 90%, white 90%);

    }

@media screen and (min-width: 991px) {
	.nku-informatics-apprentices .nku-tab-content {
	   bottom: 5%;
	   top: auto;
	}
	.nku-informatics-rose .nku-tab-content {
		bottom: 5%;
		top: auto;
		left: 35%;
	}
}


/* banner */

.nku-banner-gold {
	padding: 3rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	margin-left: .6em;

}

.nku-banner-title>h2 {
	text-align: right;
	margin: 0;
	font-weight: bold;
	font-size: 4rem;
	line-height: 4rem;
	color: #000;
}

.nku-banner-text>p {
	margin-left: 3rem;
	width: 80%;
}

@media only screen and (max-width: 991px) {
	.nku-banner-gold {
		flex-direction: column;
	}

	.nku-banner-title>h2 {
		text-align: left;
		margin-bottom: 1rem;
	}

	#news-events h3 {
		text-align: center;
	}

	#social-media-column {
		flex-direction: row;
	}
}

/*gold button with icon */

.nku-button-gold {
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	padding: 0.5rem;
	margin-bottom: 3rem;
	border-radius: 2px;
	text-align: center;
}

.nku-button-gold {
	background-color: #FFC72C;
}

.nku-button-gold:hover {
	box-shadow: 0px 5px 23px rgba(255, 199, 44, 0.6);
}

.nku-button-gold p {
	margin: 0;
}

.nku-button-gold p .fa {
	padding: 0;
	padding-right: 1rem;
}

.nku-button-gold a {
	text-decoration: none !important;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-size: 14px;
}

/* statistics */

#info-column-border {
	padding: 30px 0px;
}

#info-column-border p {
	margin: 0;
}

#border-split-bottom {
	content: "";
	border-bottom: 7px solid #ffc72c;
	width: 100%;
	margin-top: 2em;
}

#border-split-top {
	content: "";
	border-bottom: 7px solid #ffc72c;
	width: 100%;
	float: right;
	margin-bottom: 5em;
}

@media only screen and (max-width:991px) {
	#border-split-bottom,
	#border-split-top {
		width: 100%;
	}

	.nku-banner-text>p {
		margin: 0;
	}
}

/*hack for edit view*/
.cq-text-placeholder {
	display: none;
}

/*headings */
#coi-heading {
	/*margin: 20px 0 40px 0;*/
	margin: 3em 0;
	font-size: 2rem;
}

#coi-heading h2 {
	color: black;
	font-size: 5rem;
	line-height: 1em;
}

/*---- COI Centers Section ---- */
/*---- added margin to top and bottom of whole section, and margin between header and two-column section ----*/

#coi-centers-col {
	margin: 5em 0;
}

#coi-centers-heading {
	margin-bottom: 1.5em;
	width: 80%;
	margin: auto;
}

/*---- Image Factoids ----*/

.nku-image-desc {
	position: absolute;
	width: 40%;
	color: white;
	font-size: 2vw !important;
	text-shadow: 2px 2px 4px #000000;
	background-color: hsla(0, 0%, 0%, .4);
	padding: 1em;
}


.nku-img-desc-left {
	top: 15%;
	left: 5%;
}

.nku-img-desc-right{
	top: 8%;
	left: 53%;
}

.nku-img-desc-center {
	top: 8%;
	left: 30%;
}

/*department section*/


.department-text {
	background-color: #FFC72C;
	color: black;
	padding: .5em;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
}

.department-text {
	margin-bottom: 1em;
}

.department-text a {
	color: black;
	text-decoration: none !important;
}

.department-text a:hover {
	background: linear-gradient(135deg,
		#ea2d08 0%, #e2b923 33%, #6ac0e2 66%,
		#91de5c 100%);
	text-shadow: 2px 2px 4px #000000;
	color: white !important;
}

.department-text:hover {
	background: linear-gradient(135deg,
		#ea2d08 0%, #e2b923 33%, #6ac0e2 66%,
		#91de5c 100%);
	text-shadow: 2px 2px 4px #000000;
	color: white;
}

.department-text:hover h3 {
	color: white;
}

.department-link {
	color: black;
	text-decoration: none !important;
}

/* Majors and programs */
#coi-majors-programs {
	margin-bottom: 0;
}

/* stories slideshow */


/*social media*/
.nku-social-media-column {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: center;
}

.nku-social-media-column p {
	margin-bottom: 3rem;
	font-size: 1.5rem;
}

.nku-social-media-column p i {
	font-size: 36px;
	text-decoration: none;
	text-align: center;
	padding: 0 10px 0 0;
	margin: 0
}

.nku-social-media-column p a {
	text-decoration: none;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}


.nku-social-media-column p a .fa-instagram {
	background: linear-gradient(135deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 31%, rgba(252, 176, 69, 1) 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nku-social-media-column p a .fa-twitter-square {
	color: #1DA1F2;
}

.nku-social-media-column p a .fa-facebook-square {
	color: #3C5A99;
}
.nku-weather-alert-bar .alert {
    background-color: red;
    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 91成人短视频 CAI pages */
/* ====== Donate Widget for 91成人短视频 Informatics ====== */

.table-content {
  display: none;
}

/* ====== Donate Widget ====== */
.donate-widget {
	position: fixed;
	right: 10%;
	top: 175px;
	z-index: 2;
	height: 55px;
}
.inline-donate-widget {
	position:relative;
	right: unset;
	top: unset;
	height: auto;
}
.donate-widget-button {
	border-radius: 6px;
    padding: 12px 30px;
    background: #333;
    font-family: "Montserrat",sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    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;
}

.inline-donate-widget .donate-widget-amounts { 
	opacity:1; visibility:visible;
	right: unset;
	top: unset;
	position: relative;
	width: auto;
}
.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;
}
.inline-donate-widget .donate-amounts li {
/*	float:left;  */
	display: inline-block;
	float: none;	
}
.donate-amounts li a {
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding-top: 10px;
    border: 3px solid #ffc72c;
    width: 100px;
    border-radius: 6px;
    height: 50px;
    background: #ffc72c;
}
.inline-donate-widget .donate-amounts li a {
	width: 175px;
	height: 35px;
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
	box-sizing: border-box;
	background: #ffc72c;
	font-size: 17px;
	letter-spacing: 1.5px;
	color: #333;
	transition: .5s;
	border-radius: 6px;
	padding-top: 3px;
}
.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.other a {
	padding-top: 0px;
    padding-bottom: 0px;
	font-size:3em;
	line-height: 50px;
}
.inline-donate-widget .donate-amounts li.other a {
	line-height:26px;
	font-size:35px;
}
.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%;
}
.inline-donate-widget, .donate-widget-amounts { top: 3rem; right: 0; }

@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 {
		/*display: none;*/
	}
	.donate-link-mobile {
		display: block;
	}
}
@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%;
	}
}

/* ====== End Donate Widget ====== */
