html {
	font-size: 15px;
}
body {
	font-size: 1rem;
	font-family: 'Raleway', sans-serif;
	background: #eee;
	padding-top:10px;
	padding-bottom: 10px;
	overflow-x: hidden;
}
a {
	color: #00659B;
	font-weight: 600;
}
a:hover {
	text-decoration: none;
	color: #437C92;
}
a:active {
	color: #FFCD10;
}
a:focus {
    outline: none;
}
img {
	max-width: 100%;
}

#wrap {
	background: #fff;
	box-shadow: 0 0 20px -10px #838383;
	max-width: 1440px;
	margin: 0 auto;
}
.wrap {
	background: #fff;
	box-shadow: 0 0 20px -10px #838383;
}

.pagecontent_sitesearch,.pagecontent_guestbook,.pagecontent_usermanagement_login,.pagecontent_usermanagement_userlist,.pagecontent_usermanagement_userprofile,.pagecontent_usermanagement_companylist,.pagecontent_usermanagement_companyprofile,.pagecontent_calendar_content,.pagecontent_completcart_content,.pagecontent_feeds {
    width: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}



// Mixin itself
@mixin clearfix() {
  &::after {
    display: block;
    content: "";
    clear: both;
  }
}

// Usage as a mixin
.element {
  @include clearfix;
}

#miniHeader {
    border-bottom: 2px solid #eee;
}
.list-inline-item:not(:last-child) {
	margin-right: 1.1rem;
}


.navbar {
	margin-bottom: 2rem;
}

.navbar-light .navbar-nav .nav-link{
	color: #437C92;
	font-weight: 600;
	text-transform: uppercase;
	
}

.navbar-brand {
	height: auto;
}
@media screen and (max-width: 481px) {
	.navbar-brand {
		max-width: 70%;
	}
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

table th, table td{
	padding: 4px;
}

#bannerImgs {
    height: 75vw;
    max-height: 230px;
    border-top: 20px solid #EEE;
}
.slick-prev, .slick-prev {
    left: 5px;
}
.slick-prev, .slick-next {
    right: 5px;
}
.slick-prev::before, .slick-next::before {
	opacity: .1;
}
@media screen and (min-width: 768px) {
	#bannerImgs {
		height: 300px;
		max-height: none;
	}
}
@media screen and (min-width: 992px) {
	#bannerImgs {
		height: 390px;
	}
}

@media screen and (min-width: 1200px) {
	#bannerImgs {
		height: 450px;
	}
}

#bannerButtons {
    padding-bottom: -15px !important;
}



/*
#bannerButtons a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    
    
    border-radius: 0;
    background-color: #FFCD10;
    border: none;
    color: #00659B;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 143.333px;
    width: min-content;
    max-width: 100%;
    margin-bottom: 15px;
}
#bannerButtons > a:last-child { margin-bottom: 0; }
#bannerButtons > a:nth-child(1) { width: 100%; }
#bannerButtons > a:nth-child(2) { min-width: 90%; }
#bannerButtons > a:nth-child(3) { min-width: 80%; }
#bannerButtons > a:nth-child(4) { min-width: 70%; }
#bannerButtons > a:nth-child(5) { min-width: 60%; }

#bannerButtons > a:nth-last-child(3):first-child,
#bannerButtons > a:nth-last-child(3):first-child ~ a {
	line-height: 143.333px;
}
#bannerButtons > a:nth-last-child(4):first-child,
#bannerButtons > a:nth-last-child(4):first-child ~ a {
	line-height: 101.25px;
}
*/

#upcomingEvents {
    margin: 30px 0;
    padding-bottom: 50px;
    border-bottom: 2px solid #eee;
}
#upcomingEvents .event a {
    text-decoration: none;
    color: inherit;
}
#upcomingEvents .event:after {
  content: '';
  width: 1px;
  height: 100px;
  background: #eee;
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -50px;
}
#upcomingEvents .event:first-of-type:after {
    display: none;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
	#upcomingEvents .event:nth-child(3):after {
    	display: none;
	}
}
@media screen and (max-width: 576px) {
	#upcomingEvents .event:after {
	    content: '';
	    width: 50%;
	    height: 1px;
	    background: #eee;
	    position: absolute;
	    left: 25%;
	    top: -18px;
	    margin-top: 0px;
	}
	#upcomingEvents .event:first-of-type:after {
    display: none;
	}
}
#upcomingEvents .event h2 {
  color: #8C9091;
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
}
#upcomingEvents .event h3 {
    font-size: 1.2em;
    margin: 15px 0;
    text-align: center;
    font-weight: 600;
}
#upcomingEvents .event p {
	font-size: 1rem;
	padding: 0 20px;
}

#upcomingEvents .event  p {
	font-weight: 400;
}
.moreEvents {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.1rem;
	margin-top: 30px;
	display: block;
}




/* Support KAFM Sidebar Banner */
#supportkafm {	
    padding: 30px;
    font-size: 0.9rem;
    margin: 20px 0px;
    color: #f4f4f4;
    background-color: #00659B;
    border-radius: 2px;
}
#supportkafm a {
    color: #ffffff;
}
#supportheading {
	font-size: 1.6rem;
	margin-bottom: 15px;
}
#suppcontent {
	display: inline-block;
	font-size: 1.2em;
}
#supportkafm .div {
	padding: 1.5em;
}



/* Sidebar Styling  */
#aside .asideheading{
	color: #8C9091;
	font-size: 1.3rem;
	/* border-bottom: 2px solid #FFCD10; */
	font-weight: 600;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 0.7rem;
}
#aside .asideheading:after {
    content: "";
    display: block; 
    width: 80px;
    padding-top: 10px;
    border-bottom: 2px solid #FFCD10;
}
#aside .sidebar{
	margin-bottom: 3rem;
}
#aside .event h2 {
	font-size: 1.1rem;
    font-weight: 600;
    color: #437C92;
    margin-bottom: 0px;
}
#aside .event p {
	margin-bottom: 0.3em;
	font-size: 0.9rem;
}
#aside .event {
	margin-bottom: 1.5rem;
}
	/* Wanted to repeat the grey border from the upcomingEvents 
	#aside .event:after {
		    content: '';
		    width: 50%;
		    height: 1px;
		    background: #eee;
		    position: absolute;
		    left: 25%;
		    top: -18px;
		    margin-top: 0px;
		}
	#aside .event:first-of-type:after {
	    display: none;
		}
	*/



footer {
	background-color: #fff;
	overflow: hidden;
	margin-top: 60px;
}
footer a {
	color: #437C92;
}
.footerBG {
    padding: 70px 10% 30px;
    background-image: linear-gradient(#FECE14, #FFF6D7);
    border-top-left-radius: 50% 15vw;
    border-top-right-radius: 50% 15vw;
    margin-left: -3%;
    margin-right: -3%;
}
footer h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-size: 1.7rem;
    font-weight: 700;
}
footer hr {
	border-top-color: #fff;
}
footer .joinKAFM {
    background-color: #fff;
    padding: 20px;
    opacity: 85%;
    border-radius: 2px;
}
#footerStandard {
	margin-top: 60px;
}
#footerPartners img {
    max-width: 165px;
}
#footerStandard .bottom-footer {
	margin: 1rem auto;
}

#copyright {
	font-size: .9em;
    padding-bottom: 20px !important;
}
.btn {
    border-radius: 50px;
    padding: 6px 25px;
    font-weight: 700;
}
.btn-primary {
	background-color: #00659B;
	border-color: #00659B;
}
.btn-aside {
	background-color: #FFCD10;
	color: #00659B;
	border-color: #FFCD10;
}
.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-submit {
    color: aliceblue;
    margin-left: 20px !important;
    background-color: #3998c6 !important;
}


@media screen and (max-width: 575px) {
	footer {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media screen and (min-width: 576px) {
	footer {
		margin-left: -135px;
		margin-right: -135px;
	}	
}
@media screen and (min-width: 768px) {
	footer {
		margin-left: -115px;
		margin-right: -115px;
	}		
}
@media screen and (min-width: 992px) {
	footer {
		margin-left: -125px;
		margin-right: -125px;
	}
	.footerBG {
	    border-top-left-radius: 50% 11vw;
	    border-top-right-radius: 50% 11vw;
	}	
}
@media screen and (min-width: 1200px) {
	footer {
		margin-left: -135px;
		margin-right: -135px;
	}	
	.footerBG {
	    border-top-left-radius: 50% 13vw;
	    border-top-right-radius: 50% 13vw;
	}
}
@media screen and (min-width: 1400px) {
	footer {
		margin-left: -65px;
		margin-right: -65px;
	}
	.footerBG {
	    border-top-left-radius: 50% 8vw;
	    border-top-right-radius: 50% 8vw;
	}
}


/* form elements */
input[type="text"], textarea {
	-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;
	border-radius:3px !important;
	border:1px solid #DDD !important;
	padding:5px !important;
}
input[type="text"]:focus, textarea:focus { background-color:#EEE !important; padding:5px !important; border-color:#BBB !important; }
input [type="image"] { border:none; }


.tagline {
 	position: fixed;
    left: 0px;
    bottom: 0;
    width: 100%;
    border-radius: 3px;
    color: white;
    line-height: normal;
    background-color: #000000;
    overflow: hidden;
    padding: 15px 15px 14px 15px;
    margin-left: auto;
    border-radius: 0;
}
.tagline a {
	color: #FFCD10;
}
.tagline .nowplaying {
	margin-bottom: 0;
	height: 100%;
}

/* Styling for the headphone icon in the sticky footer */

.tagline #footer-headphones {
	color: #FFCD10;
	font-size: 1rem;
	display: inline-block;
}



.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

@media (max-width: 991px){
	.dropdown-submenu a::after {
		transform: none;
	}
	.dropdown-submenu .dropdown-menu {
	    background-color: rgba(0,0,0,.15);
	    border-radius: 0;
	    padding-left: 10px;
	    padding-right: 10px;
	}
}