/* Add here all your CSS customizations */

/*Anchor Menu on Online Programs*/
.online-nav {
	width: 100%; 
	background-color: #046a38; 
	color: #fff; 
	padding: 10px; 
	text-align: center;
}

.online-nav a {
	color:#fff;
	font-weight:700;
	text-decoration:none;
}

.online-nav a:hover {
	color:#ffd91b;
}

.online-nav p {
	color:#fff;
	margin-bottom:0;
	padding-bottom:0;
}

/*Ordered list with more spacing =========*/
ol.kysu-list li{
	padding-bottom:5px;
}

/*Solid HR Line ===========================*/
hr.solid {
  width: 100%; 
  border: 1px solid #ffd91b;
  background-image: none !important;
  background-color: #ffd91b;
}


/* CUSTOM CHECKBOXES - Transfer Pages ===========================*/

/* The container */
.checkbox-ksu {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-ksu input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-ksu:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-ksu input:checked ~ .checkmark {
  background-color: #046A38;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-ksu input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-ksu .checkmark:after {
	left: 10px;
	top: 6px;
	width: 5px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* HOVER GENERAL ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
  margin-bottom:10px;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

/* HOVER 2 == International Studies ============================== */
.hover-2 .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.hover-2-title {
  position: absolute;
  top: 30%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
  color:#fff !important;
}

.hover-2-title a {
	text-decoration: none;
	color:#fff;
}

.hover-2-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2:hover .hover-2-title {
  transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
  bottom: 0.5rem;
  opacity: 1;
}

.hover-2:hover .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
}

/* HOVER 3 == Online Programs ============================== */
.hover-3 .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.hover-3-title {
  position: absolute;
  top: 40%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
  color:#fff !important;
}

.hover-3-title a {
	text-decoration: none;
	color:#fff;
}

.hover-3-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}

.hover-3:hover .hover-3-title {
  transform: translateY(-1.5rem);
}

.hover-3:hover .hover-3-description {
  bottom: 0.5rem;
  opacity: 1;
}

.hover-3:hover .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
}

/*Youtube 100% Responsive Width*/
.vid-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.you-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Image Border*/

.add-border {
	border: 2px solid #070707;
}

/*Table styling*/
.table-kysu {
    width: 100%; 
    margin-left: auto; 
    margin-right: auto;
    border-collapse: collapse;
	font-size: 14px;
}

.table-kysu tr:nth-child(odd) {
            background-color: #f7f7f7;
        }

.table-kysu td {
  border: 1px solid #efefef;
  padding: 5px;
}

/*A to Z index */
ul.alpha-list > li > a {
    margin-bottom: 5px; /*Adds spacing to fix Google error*/
}

/*Custom column for Records Management*/
.uni-cat {
	text-align: center;
	padding-bottom: 20px;
}

/*Calendar CSS*/
h2.date {
	font-size:18px !important;
	Font-weight:400;
}
/*End Calendar CSS*/

.img-border {
	border: 1px solid #cccccc;
}

body{
	font-family: "Open Sans",sans-serif !important;
}
body, p {
	color: #595959;
	font-size: 15px;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
}
.scroll-to-top span{
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
#skiptocontent a {
	padding:6px;
	position: absolute;
	top: -160px;
	left:0px;
	color:#fff;
	background: #046A38;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 10002;
}
#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#046A38;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
.alert {
    margin-bottom: 0;
    text-align: center;
}
.alert .close {
    font-size: 30px;
    filter: alpha(opacity=90);
    opacity: .9;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background-color: rgba(4,106,56,0.89);
    padding: 25px 0;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert a {
    text-decoration: underline;
	color: #fff;
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
    min-width: auto;
}
.juicer-feed .j-meta a {
    color: #6d6d6d !important;
}
.testimonial.testimonial-style-2 blockquote p {
    color: #595959;
}
/*Search Results*/
.ou-search-container h2 {
	margin-bottom: 20px;
}
#ou-search-results .ou-search-input {
    border: none !important;
    background-color: #ececec !important;
}
#ou-search-results .ou-search-parametric-results{
    background-color: #ececec !important;
    border: 0px !important;
    border-top: 4px solid #e1251b !important;
    border-radius: 0px !important;
    font-size: 16px;
    margin-bottom: 25px;
    display: block;
}
h3.ou-search-result-heading a{
    color: #001f60 !important;
    text-decoration: none !important;
}
.ou-search-link a{
    color: #e1251b !important;
}
#ou-search-results input[type=text], #ou-search-results textarea, #ou-search-results .form-control{
    padding: 15px 15px!important;
	margin-bottom: 30px;
}
#ou-search-results .ou-search-button, #ou-search-results .ou-search-button-color, #ou-search-results #ou-search-open-advanced.ou-search-open-advanced {
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 12px 10px !important;
    border-radius: 0 !important;
	border: 2px solid #ffd91b !important;
    background-color: #046A38 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
#ou-search-results .ou-search-button:hover, #ou-search-results .ou-search-button-color:hover, #ou-search-results #ou-search-open-advanced.ou-search-open-advanced:hover, #ou-search-results .ou-search-button:focus, #ou-search-results .ou-search-button-color:focus, #ou-search-results #ou-search-open-advanced.ou-search-open-advanced:focus {
    background-color: #fff !important;
    color: #046A38 !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    box-shadow: none !important;
}
#ou-search-results a {
    color: #046A38 !important;
}
#ou-search-results .ou-search-advanced {
    border: 1px solid #046A38 !important;
}
#ou-search-results legend{
    border-bottom: 1px solid #046A38 !important;
}
.ou-search-pagination {
    margin: 40px auto !important;
}
.ou-search-pagination .ou-search-pagination-li{
    text-decoration: none !important;
}
#ou-search-results .ou-search-pagination>.ou-search-active>span,.pagination .page-item.active .page-link {
    background-color: #046A38 !important;
    border-color: #046A38 !important;
    color: #fff !important;
}
#ou-search-results .ou-search-pagination>.ou-search-active>span:hover,.pagination .page-item.active .page-link:hover {
    background-color: #046A38 !important;
    border-color: #046A38 !important;
    color: #fff !important;
}
#ou-search-results .ou-search-pagination>.ou-search-active>span{
    color: #fff !important;
}
#ou-search-results .ou-search-pagination>li>a, #ou-search-results .ou-search-pagination>li>span, .pagination .page-item .page-link{
    border: 1px solid #dee2e6 !important;
    color: #046A38 !important;
    padding: 8px 10px 5px !important;
}
#ou-search-results .ou-search-pagination>.ou-search-disabled>span{
    color: #6c757d !important;
}
#ou-search-results .ou-search-pagination>li>a:focus, #ou-search-results .ou-search-pagination>li>a:hover, #ou-search-results .ou-search-pagination>li>span:focus, #ou-search-results .ou-search-pagination>li>span:hover, .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
    background-color: #dee2e6  !important;
}
html .background-color-secondary {
    background-color: #046A38 !important;
}
.glossary {
    list-style: none;
    text-align: center;
    margin: 1em auto;
    padding: 0;
}
.glossary li {
    display: inline;
    margin: 0 0 0.5em;
    padding: 0 0.5em 0 0.5em;
    border-right: solid 1px #000;
    background: none;
}
.glossary li:last-child {
    border-right: none;
}
.glossary li a {
    text-decoration: none;
}
.pagination{
	-ms-flex-pack: center!important;
    justify-content: center!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #046A38;
}
.rev_slider .tp-caption.btn {
    text-shadow:none !important;
}
aside ul.nav-list > li > a {
    padding: 8px 0 8px 5px;
}
.news-list .row{
	margin-bottom: 20px;
}
.news-list h2{
    font-size: 1.5em;
}
.panel-group .panel-heading a {
    color: #046A38;
}
.w-100{
	width: 100% !important;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    border-top: 3px solid #046A38;
    color: #046A38;
}
.nav-tabs li a, .nav-tabs li a:hover {
    border-top: 3px solid #046A38;
    color: #046A38;
}
.breadcrumb>.active, .breadcrumb a {
    color: #fff;
}
.breadcrumb a:hover, .breadcrumb a:focus {
    color: #fff;
}
.page-header .breadcrumb > li {
    text-transform: none;
}
.page-header{
	border-top: none;
	border-bottom: 5px solid #ffd91b;
}
.page-header .breadcrumb > li + li:before {
    color: #fff;
}
.page-header + .full-width-hero{
	margin-top: -50px;
}
.header-nav{
	position: relative;
    z-index: 5;
}
.full-width-hero{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
	width: 100%;
	margin-bottom: 20px;
}
h2 {
    line-height: 32px;
}
h3{
	font-size: 1.5em;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: bold;
}
.btn-green-outline{
	background-color: #fff !important;
	color: #046A38 !important;
	border: 2px solid #046A38 !important;
	text-decoration: none;
	font-size: 15px;
}
.btn-green-outline:hover, .btn-green-outline:focus{
	background-color: #046A38 !important;
	color: #fff !important;
}
.btn-green{
	background-color: #046A38 !important;
	color: #fff !important;
	border: 2px solid #ffd91b !important;
	text-decoration: none;
	font-size: 15px;
}
.btn-block{
	display:block;
	width: 100%;
	white-space: normal;
}
.feature-box.feature-box-style-2 .feature-box-info {
    padding-left: 0;
}
.left-navigation{
	display: block;
}
.side-btn-collapse-nav{
	display: none;
}
ul.nav-list li a:before{
	border:none;
}
ul.nav-list li a[aria-expanded="true"]:before{
	border-top: 4px solid #046A38;
	border-left: 4px solid transparent;
    border-right: 4px solid transparent;
	margin: 5px 0 0 0;
    right: 5px;
}
ul.nav-list li a[aria-expanded="false"]:before {
    border-left: 4px solid #046A38;
	border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin: 5px 0 0 0;
    right: 5px;
}
ul.nav-list li ul {
    margin: 0 0 0 15px;
}
.tparrows:before {
    opacity: 0.9;
    color: #fff !important;
    font-size: 40px;
}
.icons .text-center{
	margin: 10px auto;
}
.header-search.mobile{
	display:none;
}
#header .header-logo img{
	max-width: 200px;
	margin: 5px auto 5px !important;
}
#header .header-container{
	padding: 0px 0 10px;
}
.juicer .tab-content {
    box-shadow: none;
    border: none; 
	padding: 0;
}
.juicer-feed .j-paginate{
	color: #fff !important;
	background-color: #046A38 !important;
	border: 2px solid #ffd91b !important;
}
.juicer-feed .j-paginate:hover{
	color: #fff !important;
}
.juicer .tab-content .tab-pane.fade.active{
	opacity: 1;
}
.juicer .tabs .nav-pills{
	-ms-flex-pack: center!important;
    justify-content: center!important;
}
.juicer  .nav-pills>li {
    float: none;
    display: inline-block;
	margin-bottom: 20px;
}
.juicer .tabs .nav-item .nav-link {
    background: #046A38;
    color: #fff;
    text-decoration: none;
}
.juicer .nav-pills > li.active > a, .juicer .nav-pills > li.active > a:hover, .juicer .nav-pills > li.active > a:focus {
    background: #ffd91b !important;
    color: #000 !important;
}
.juicer .tabs .nav-item.active:before {
    content: "";
    position: absolute;
    bottom: -.5rem;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffd91b;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, #ffd91b, transparent);
    background-image: linear-gradient(to right, transparent, #ffd91b, transparent);
}
#header, #header .header-body  {
    background: #595959;
}
#header .header-body{
	min-height: 100px;
	padding-bottom: 0;
}    
#header .header-search {
    margin-right: 25px;
	margin-top: 30px;
}
#searchForm .input-group-btn{
	background: #fff;
	position: absolute;
    right: 2px;
    top: 2px;
}
#header .header-nav-top {
    margin-top: 30px;
}
.custom-primary-font {
	font-family: "Open Sans",sans-serif;
}
h1, h2, h3, h4, h5, h6, a, p, span, li, input {
	font-family: "Open Sans",sans-serif;
}
.mb-0{
	margin-bottom: 0;
}
#footer{
	border-top: 4px solid #ffd91b !important;
}
#footer h1, #footer h2, #footer h3, #footer h4 {
    margin-bottom: 5px;
}
#footer a{
	text-decoration: none;
}
#footer a:hover{
	color: #fff;
	text-decoration: underline;
}
#footer h3{
	color: #ffd91b;
	font-size: 18px;
 }
#footer  address {
    font-size: 17px;
}
#footer .contacts h3{
	margin-bottom: 0;
}
#footer p{
	margin-bottom: 5px;
}
#footer .social-icons{
	text-align: right;
}
#footer .footer-copyright p {
    color: #fff !important;
}
#footer .footer-copyright p a{
	text-decoration: underline;
}
#footer .footer-copyright p a:hover{
	text-decoration: none;
}
#footer .footer-copyright {
    background-color: #046A38 !important; 
}
#footer .social-icons.custom-social-icons li a {
    border-radius: 50%;
    line-height: 42px;
    color: #000 !important;
    background-color: #ffd91b;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 22px;
}
#footer .social-icons.custom-social-icons li a:hover{
	background-color: #fff;
}
#footer .social-icons.custom-social-icons li{
	border: none;
}
.section {
    background: #fff;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.calendar-grid .container-fluid{
	background: #046A38;
}
.calendar-grid.events h2{
    color: #4d4d4d !important;
}
.calendar-grid .more-link {
    color: #046A38 !important;
	text-decoration: none;
}
.calendar-grid .more-link:hover {
    color: #4d4d4d !important;
}
.section.calendar-grid{
	padding-bottom: 0 !important;
}
.event-grid-card{
	border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
	float: left;
	padding: 0;
}
.grid-item-match {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.event-item-match {
    overflow: hidden;
}
.event-item-gold .event-grid-link a {
	color: #000 !important;
    display: block;
    text-align: center;
    background-image: none;
}
.grid-item-match>* {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
.event-grid-item>* {
    width: 100%;
}
.event-grid-item {
    padding: 0;
    border-right: 1px solid #fff;
    min-height: 276px;
}
.event-grid-item:last-of-type{
	border-right: none;
	background: #ffd91b;
}
.event-grid-img {
    float: left;
    max-width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.event-date-wrapper{
	display: block;
	width: 70px;
	text-align: center;
	position: relative;
    top: 30px;
}
.event-date{
	margin-bottom: 50px;
}
.event-item {
    height: 100% !important;
    padding: 2rem;
    margin-bottom: .15rem;
}
.event-item-green {
    background: #046A38;
    color: #fff;
}
.event-item-red .event-date {
    color: #fff;
    background-repeat: no-repeat;
    width: 4rem;
    height: 5rem;
    color: #fff;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.event-date, .event-grid-item .event-item-gold {
    -ms-flex-pack: center;
    justify-content: center;
}
.event-date:before{
    content: url(https://designs.oudemo.com/kysu/_resources/img/ksu/calendar-solid.svg);
	width: 70px;
	position: absolute;
}
.event-item-gold {
    background: #ffd91b;
    color: #333;
	margin-top: 75px;
}
.event-month {
    font-size: 17px;
	font-weight: bold;
	color: #000;
    position: relative;
	background: #fff;
}
.event-day {
    font-weight: bold;
    font-size: 26px;
	color: #000;
    position: relative;
	background: #fff;
}
.event-title {
    font-size: 24px;
    font-weight: 500;
    margin: 1rem 0;
    display: inline-block;
    text-decoration: none;
}
.event-details {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.event-grid-link {
    font-size: 24px;
    font-weight: 500;
}
.event-grid-link a {
    color: #fff;
    background-image: linear-gradient(#fff,#fff);
    background-repeat: repeat-x;
    background-position: 0 90%;
    background-size: 100% .0625rem;
}
.latest-heading{
	font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.more-link{
    text-align: right;
    margin-top: 40px;
    float: right;
    position: relative;
    top: -60px;
}
.testimonial .testimonial-author img {
    max-width: 105px;
}
.youtube {
  padding-bottom: 56.25%;
	position: relative;
}
.youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
	border:none;
}
.video-feature {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: none;
	overflow: hidden;
}
.video{
	width: 100%;
	height: auto;
}
.section.section-parallax {
    background-repeat: no-repeat;
}
.section-parallax video {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.video-feature .overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; /* FF3.6-15 */
background: -webkit-linear-gradient(rgba(0,0,0,.5) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,.5) 100%);
background: -o-linear-gradient(rgba(0,0,0,.5) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,.5) 100%);
background: linear-gradient(rgba(0,0,0,.5) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,.5) 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.play-pause {
        position: absolute;
    z-index: 3;
    background: #fff;
    background: rgba(255,255,255,.8);
    right: 2%;
    bottom: 7%;
    border: none;
    padding: 7px 10px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu img {
	max-width: 100%;
    height: auto;
	margin-bottom: 15px;
}
#header .header-nav-top .nav > li > a .fa {
    left: 6px;
}
#header .header-top {
    border-top: 4px solid #ffd91b;
    margin-top: -8px;
    padding: 8px 0 1px;
	z-index: 6;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #fff transparent transparent transparent;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #046A38;
}
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    font-size: 14px;
	color: #686868;
}
.navbar-brand {
    height: auto;
    padding: 9px 15px;
}
.navbar-brand h2{
    text-transform: uppercase;
	font-size: 18px;
}
#header .header-nav-top .dropdown-menu a {
    padding: 8px 12px;
    font-size: 14px;
    text-decoration: none;
	border-bottom: 1px solid #f7f7f7;
}
#header .header-nav-top .dropdown-menu a .fa{
	margin-left: 10px;
}
#header .header-logo {
    margin: 0 auto;
	float: none;
	width: auto !important;
	position: absolute;
	z-index: 5;
}
.green-row{
	background-color: #046A38;
}
#mainNav{
	margin: 0 auto;
}
#header .nav-pills>li {
    float: none;
    display: inline;
}
#header.header-narrow .header-logo img {
    max-width: 125px;
	margin: 10px auto;
}
#header .header-top .header-nav-top {
    float: none;
}
#header .header-top .header-nav-top .nav-pills {
        text-align: center;
}
#header .header-nav-main nav .nav-pills .no-dropdown {
	float: none;
    display: inline-block;
}
#header .header-top nav > ul > li.dropdown.open > .dropdown-menu, #header .header-top nav > ul > li.dropdown:hover > .dropdown-menu {
    top: auto;
    display: block;
    opacity: 1;
}
#header .header-top nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
#header .header-top nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
	top: auto;
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    opacity: 0;
}
#header .header-top nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    left: 100%;
    display: block;
    margin-top: -30px;
    margin-left: 0;
    border-radius: 4px;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#header .header-top nav > ul > li.dropdown .dropdown-menu {
    border-top: 3px solid #046A38;
    -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
	border-radius: 4px;
}
html .background-color-primary {
    background-color: #046A38!important;
}
#header .header-nav-main {
    float: right;
    margin: 30px auto 0;
    min-height: 45px;
}
#header .header-nav-main nav > ul > li > a {
    background-color: transparent !important;
	text-decoration: none;
	font-size: 18px;
    padding: 10px 12px;
	color: #fff;
}
#header .header-nav-main nav > ul > li.dropdown-mega {
    display: inline-block;
    float: none;
    font-size: 0;
}
#header .header-nav-main nav > ul > li > a:hover, #header .header-nav-main nav > ul > li.open > a {
	background-color: #13804c !important;
	color: #fff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
	color: #fff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
	border-top-color: #1a5c94;
	background-color: #1a5c94;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
	color: #fff;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
	border-top-color: #446d4f;
	background-color: #446d4f;
}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
	background: #446d4f;
	color: #ffffff;
	}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.active > a,
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
	background: #446d4f;
	color: #ffffff;
	}
html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
		border-top-color: #446d4f;
		background-color: #446d4f;
	}
.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
	color: #446d4f;
}
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    font-size: 16px;
    text-decoration: none;
    padding: 10px 24px;
	text-transform: uppercase;
	color: #046A38;
}
#header .header-nav-top.aux-nav .nav > li > a{
	font-size: 14px;
	text-transform: none;
	padding: 10px 15px;    
	color: #fff;
}

#header .header-nav-top.aux-nav .nav > li > a#donate{
	padding: 10px 15px;    
	color: #000;
	background-color: #ffd91b;
	margin-right:10px;
}

#header .header-nav-top.aux-nav .nav > li > a#donate:hover{
	background-color: #13804c;
	color: #fff;
}

#header .header-nav-top.aux-nav .nav > li > a#apply{
	padding: 10px 15px;    
	color: #fff;
	border:1px solid #ffd91b;
}

#header .header-nav-top.aux-nav .nav > li > a#apply:hover{
	background-color: #13804c;
	border: 1px solid #13804c;
}

#header .header-nav-top.aux-nav .nav > li > a:hover{
	background-color: #13804c;
}
ul.dropdown-menu > a:hover {
	background-color: #446d4f;
}
#header .header-btn-collapse-nav {
	background-color: #446d4f;
	margin: 12px 15px 8px 15px;
}
a {
	color:#046A38;
	text-decoration: underline;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
html .btn-borders.btn-primary, .btn-primary {
    border-color: #ffd91b !important;
    color: #fff !important;
	background-color: #046A38 !important;
	text-decoration: none;
	font-size: 15px;
	border-width: 2px;
}
html .btn-borders.btn-primary:hover, .btn-primary:hover{
	background-color: #fff !important;
	color: #046A38 !important;
}
html .btn-borders.btn-primary:hover:hover, html .btn-borders.btn-primary:focus:hover, html .btn-borders.btn-primary:hover, html .btn-borders.btn-primary:focus {
    border-color: #000 !important;
    background-color: #FFD100 !important;
	color: #000 !important;
	font-size: 15px;
}
h2 {
	color: #046A38;
}
html .heading-dark, html .lnk-dark, html .text-color-dark {
    color: #046A38 !important;
}
.custom-text-color-5 {
     color: #046A38 !important;
}
html .section-primary {
	background-color: #046A38 !important;
	border-color: #046A38 !important;
}
.custom-text-color-2 {
    color: #fff !important;
}
#header .header-search .form-control {
	border-radius: 20px;
	font-size: 0.9em;
	height: 34px;
	margin: 0;
	padding: 6px 12px;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	transition: width 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	width: 270px;
}
.icons, .icons a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
.icons .fa {
	font-size: 50px;
    display: block;
    margin-bottom: 10px;
}
.icons a:hover, .icons .fa a:hover {
    opacity: .7;
}
.news a {
	text-decoration: none;
}
html .background-color-tertiary {
    background-color: #f4f4f4 !important;
    border-bottom: 1px solid #ededed;
	color: #4d4d4d !important;
}
html .background-color-tertiary h2, html .background-color-tertiary h3, html .background-color-tertiary h4 {
	color: #4d4d4d;
}
.custom-text-color-1 {
    color: #4d4d4d !important;
}
.background-color-tertiary.news h3 {
	font-size: 18px;
	letter-spacing: 0px;
}
.background-color-tertiary.news a h3{
		color: #046A38;
}
html .background-color-tertiary.news img {
	width: 100%;
}
.events h2, .events a, .events {
	color: #fff !important;
	line-height: 1.2;
}
html .background-color-light {
    background-color: #e4e4e4!important;
}
.rev_slider .caption, .rev_slider .tp-caption {
	text-shadow:2px 2px 2px #000;
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.section.section-parallax{
		background-size: auto;
	}
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
   /* body{border: 1px solid #ffff00;}*//*Yellow*/
.section.section-parallax{
		background-size: auto;
	}
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    font-size: 15px;
    padding: 10px 15px;
	}
#header .nav-pills>li:last-child .dropdown-menu{
	 left: inherit;
	 right: 0;
 }
#header .header-nav-main {
    float: none;
}
#header .header-logo{
	left: 20px;
}
#header .header-logo img {
    max-width: 180px;
}
#header .header-nav-main {
    margin: 70px auto 0;
}
.event-grid-img {
    height: 350px;
    margin: 0 auto;
}
.section.section-parallax {
    background-attachment: initial !important;
    background-size: cover !important;
	background-position: center !important;
}
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
     /*body{border:1px solid #ff8a33;}*//*Orange*/
#header .header-btn-collapse-nav {
    position: relative;
    margin: 0 auto;
    float: none;
}
.header-search.desktop{
	display:none;
}
.header-search.mobile{
	display:block;
}
#searchForm-mobile .input-group-btn{
	position: absolute;
    right: 2px;
    top: 2px;
}
#header .header-logo {
    left: 0px;
	position: relative;
}
#header .header-logo img {
    max-width: 175px;
}
#header .header-nav-top {
	margin-right: 10px;
    float: none;
    margin: 0px auto;
    text-align: center;
}
#header .header-top .header-nav-top {
    float: none;
}
#header .header-top {
    padding: 0;
	border-bottom: none;
}
#header .header-container {
    padding: 0px 0 20px;
}
#header .header-nav-main nav{
	display: block !important;
}
#header .header-search {
    float: none;
}
#header .header-search .form-control {
    width: 100%;
}
.input-group {
    display: block;
}
#header .header-nav-main {
    float: none;
    position: relative;
    top: 20px;
}
#header .header-nav-main nav > ul > li.dropdown-mega {
    display: block;
}
#header .header-nav-main nav .nav-pills .no-dropdown {
    display: block;
}
#header .header-nav-main nav > ul > li > a, #header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
    color: #fff;
}
.dropdown.opened .fa-caret-down:before {
    content: "\f0d8";
}
.dropdown.opened .dropdown-submenu .fa-caret-down:before {
    content: "\f0d7";
}
.dropdown.opened .dropdown-submenu.opened .fa-caret-down:before {
   content: "\f0d8";
}
#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
    margin-left: 0;
    background-color: #fff;
    padding: 0 20px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu img{
	display: none;
}
#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
    margin: 20px 0;
}
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    font-size: 16px;
}
#mainNav {
    position: relative;
    top: 5px;
}
#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
    font-size: 16px;
}
#header .header-top .header-btn-collapse-nav{
	background: transparent;
    color: #446d4f;
    margin: 6px 0;
	position: relative;
    z-index: 5;
	width: 100%;
	top: 0;
    right: 0;
}
#header .header-top .header-btn-collapse-nav:active{
	box-shadow: none;
}
#header .header-top .audience-nav .nav-pills {
    text-align: left;
}
#header .header-top .audience-nav .nav-pills > li {
    float: none;
    display: block;
}
#header .audience-nav .nav > li > a, #header .audience-nav .nav > li > span {
   padding: 5px 0;
}
#header .header-nav-top .dropdown-menu a {
    padding: 5px 0px;
	border-bottom: none;
	color: #595959;
}
#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
    background: transparent;
}
#header .header-top nav > ul > li.dropdown .dropdown-menu{
	background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    clear: both;
    display: none;
    float: none;
    position: static;
}
#header .header-top nav > ul > li.dropdown:hover > .dropdown-menu {
    display: none;
    opacity: 0;
}
#header .header-top nav > ul > li.dropdown.opened > .dropdown-menu{
	display: block;
	opacity: 1;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}
#header .header-top nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu
	{
		display:none;
		margin-top: 0;
	}
#header .header-top nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu
	{
	display: block;
    opacity: 1;
    margin-left: 20px;
	}
.section.section-parallax{
	background-size: auto;
	}
.event-grid-img {
    float: none;
    max-width: 100%;
    max-height: 400px;
    margin: 0 auto;
    width: 100%;
}
.video-section{
	min-height: 315px;
}
#footer, #footer .social-icons, #footer .contacts, #footer address {
    text-align: center;
}
#footer img{
	margin: 0 auto;
}
.more-link {
    top: -100px;
}
.left-navigation {
    display: none;
	margin-left: 10px;
}
.side-btn-collapse-nav{
	display: block;
	margin-bottom: 20px;
}
.custom-text-align-right {
    text-align: left !important;
}
.section.section-parallax {
    background-attachment: initial !important;
    background-size: cover !important;
	background-position: center !important;
}
.event-grid-item {
    border-bottom: 1px solid #fff;
}
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  /*body{border: 1px solid #66ff33;}*//*Green*/
#header .header-btn-collapse-nav {
	position: relative;
	margin: 0 auto;
	float: none;
}
.header-search.desktop{
	display:none;
}
.header-search.mobile{
	display:block;
}
#searchForm-mobile .input-group-btn{
	position: absolute;
    right: 2px;
    top: 2px;
}
#header .header-logo {
    left: 0px;
	position: relative;
}
#header .header-logo img {
    max-width: 175px;
}
#header .header-nav-top {
	margin-right: 10px;
    float: none;
    margin: 0px auto;
    text-align: center;
}
#header .header-top .header-nav-top {
    float: none;
}
#header .header-top {
    padding: 0;
	border-bottom: none;
}
#header .header-container {
    padding: 0px 0 20px;
}
#header .header-nav-main nav{
	display: block !important;
}
#header .header-search {
    float: none;
}
#header .header-search .form-control {
    width: 100%;
}
.input-group {
    display: block;
}
#header .header-nav-main {
    float: none;
    position: relative;
    top: 0;
}
#header .header-nav-main nav > ul > li.dropdown-mega {
    display: block;
}
#header .header-nav-main nav .nav-pills .no-dropdown {
    display: block;
}
#header .header-nav-main nav > ul > li > a, #header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
    color: #fff;
}
.dropdown.opened .fa-caret-down:before {
    content: "\f0d8";
}
.dropdown.opened .dropdown-submenu .fa-caret-down:before {
    content: "\f0d7";
}
.dropdown.opened .dropdown-submenu.opened .fa-caret-down:before {
   content: "\f0d8";
}
#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
    margin-left: 0;
    background-color: #fff;
    padding: 0 20px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu img{
	display: none;
}
#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
    margin: 20px 0;
}
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    font-size: 16px;
}
#mainNav {
    position: relative;
    top: 5px;
}
#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
    font-size: 16px;
}
#header .header-top .header-btn-collapse-nav{
	background: transparent;
    color: #446d4f;
    margin: 6px 0;
	position: relative;
    z-index: 10;
	width: 100%;
	top: 0;
    right: 0;
}
#header .header-top .header-btn-collapse-nav:active{
	box-shadow: none;
}
#header .header-top .audience-nav .nav-pills {
    text-align: left;
}
#header .header-top .audience-nav .nav-pills > li {
    float: none;
    display: block;
}
#header .audience-nav .nav > li > a, #header .audience-nav .nav > li > span {
   padding: 5px 0;
}
#header .header-nav-top .dropdown-menu a {
    padding: 5px 0px;
	border-bottom: none;
	color: #595959;
}
#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
    background: transparent;
}
#header .header-top nav > ul > li.dropdown .dropdown-menu{
	background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    clear: both;
    display: none;
    float: none;
    position: static;
}
#header .header-top nav > ul > li.dropdown:hover > .dropdown-menu {
    display: none;
    opacity: 0;
}
#header .header-top nav > ul > li.dropdown.opened > .dropdown-menu{
	display: block;
	opacity: 1;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}
#header .header-top nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu
	{
	display:none;
	margin-top: 0;
	}
#header .header-top nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu
	{
	display: block;
    opacity: 1;
    margin-left: 20px;
	}
.section.section-parallax{
	background-size: auto;
	}
#header .header-nav-top.aux-nav .nav > li > a {
    padding: 10px 5px;
}
.event-grid-img {
    float: none;
    max-width: 100%;
    max-height: 400px;
    margin: 0 auto;
    width: 100%;
}
.video-section{
	min-height: 315px;
}
.custom-text-align-right {
    text-align: left !important;
}
#footer, #footer .social-icons, #footer .contacts, #footer address {
    text-align: center;
}
#footer img{
	margin: 0 auto;
}
.more-link {
    top: -140px;
}
.custom-section-spacement-1 {
    padding: 80px 0 !important;
}
.left-navigation {
    display: none;
	margin-left: 10px;
}
.side-btn-collapse-nav{
	display: block;
	margin-bottom: 20px;
}
/* Force table to not be like tables anymore */
	#directory table, 
	#directory thead, 
	#directory tbody, 
	#directory th, 
	#directory td, 
	#directory tr { 
		display: block; 
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#directory thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#directory tr { 
        border: 1px solid #ccc; 
        padding: 10px;
    }
	#directory td { 
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
    padding: 0;
	}
	#directory td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
    .table.directory tfoot{
        display:none;
    }
    .dataTables_wrapper .dataTables_info {
    white-space: normal !important;
}
.rev_slider .tp-caption[style] {
   font-size: 30px !important;
	line-height: 42px !important;
}
.rev_slider .h1.tp-caption[style] {
   font-size: 24px !important;
	line-height: 42px !important;
	margin-top: 30px !important;
}
.rev_slider .btn.tp-caption[style] {
	font-size: 16px !important;
    /* margin-top: 65px !important; */
    line-height: 20px !important;
}
.section.section-parallax {
    background-attachment: initial !important;
    background-size: cover !important;
	background-position: center !important;
}
.event-grid-item {
	border-right: none;
    border-bottom: 1px solid #fff;
}
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
#header .header-nav-top.aux-nav .nav > li > a {
    font-size: 13px;
}
}

.ksucontainer-all{
  width: fit-content;
  margin: 20px auto;
  height: auto;
}
.ksucontainer{
  width: calc(33% - 6px);
  overflow:hidden;
  height: fit-content;
  margin:3px;
  padding: 0;
  display:block;
  position:relative;
  float:left;
}
.ksuimg{
  width: 100%;
  transition-duration: .3s;
  max-width: 100%;
  display:block;
  overflow:hidden;
  cursor:pointer;
}
.ksutitle{
  position:absolute;
  display:block;
  cursor:pointer;
  top: 10%;
  display: none;
  left: 50%;
/*  text-shadow: 1px 5px 10px black; */
  font-size: 1.25em;
  font-weight: bold;
  margin-right: -50%;
  transition-duration: .3s;
  transform: translate(-50%, -50%);
}
.ksutext{
  position: absolute;
  cursor:pointer;
  top: 35%;
  max-width: 80%;
  text-align:center;
  left: 50%;
/* text-shadow: 1px 5px 10px black; */
  font-size: 1em;
  display:none;
  margin-right: -50%;
  transition-duration: .3s;
  transform: translate(-50%,-50%)
}
.ksutextshort{
  position: absolute;
  cursor:pointer;
  top: 28%;
  max-width: 80%;
  text-align:center;
  left: 50%;
/*  text-shadow: 1px 5px 10px black; */
  font-size: 1em;
  display:none;
  margin-right: -50%;
  transition-duration: .3s;
  transform: translate(-50%, -50%)
}
.ksutextlong{
  position: absolute;
  cursor:pointer;
  top: 45%;
  max-width: 80%;
  text-align:center;
  left: 50%;
/*  text-shadow: 1px 5px 10px black; */
  font-size: 1em;
  display:none;
  margin-right: -50%;
  transition-duration: .3s;
  transform: translate(-50%, -50%)
}

.ksucontainer:hover img{
  transform: scale(1.2);
  transition-duration: .3s;
  filter: grayscale(30%);
  opacity: .25;
}
.ksucontainer:hover span{
  color:green;
  display: block;
  transition-duration: .3s;
}

@media only screen and (max-width: 900px) {
    .ksucontainer {
        width: calc(50% - 6px);
    }
}
@media only screen and (max-width: 400px) {
    .ksucontainer {
        width: 100%;
    }
}
/* YouTube video container for responsive mobile video */
.ksuvideowrpr { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.ksuvideowrpr iframe, .ksuvideowrpr object, .ksuvideowrpr embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }