/*!
Theme Name: Scottish Kart Racing
Author: Keiran Smart
Author URI: www.keiran
 */

@charset "UTF-8";
/* CSS Document */
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

body{
    font-family: 'Ubuntu', sans-serif;
    font-size:16px;
    font-weight:400;
}
/*  HEADER / NAV STYLING */
header{
    background-color: #0084b7;
}

header#masthead{
	max-width:1600px;
	margin: 0 auto;
}

header#masthead #top-bar{
    background-color:#FFF;
	display: none;
}
header#masthead .navbar-brand{
    display: block;
    min-width:200px;
    position: relative;
    left:-25px;
}

header#masthead #mobile-logo{
    width:100%;
    height:auto;
    min-width:200px;
}
header#masthead #desk-menu, header#masthead #desk-logo{
    display: none;
}


header #main-nav{
    background:#FFF;
    border-bottom:10px solid #0084b7;
}
header #main-nav .nav-link{
    color:#2a3768;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size:1.25em;
    position: relative;
	text-decoration: none;
}
header #main-nav .nav-link:hover{
    color:#00b1eb;
}
header #main-nav .nav-link:hover::after{
    content:"";
    width:100%;
    height:7px;
    background: #00b1eb;
    position: absolute;
    bottom:-4px;
    left:0;
}
header #main-nav .active .nav-link::after{
    content:"";
    width:100%;
    height:7px;
    background: #2a3768;
    position: absolute;
    bottom:-4px;
    left:0;
}

.dropdown-menu{
	border:none;
}
.dropdown-item{
	padding:0.5em 0;	
	border-bottom:1px solid #cccccc;
	text-decoration: none;
}
.dropdown-item:hover{
	background:none;
}

section#notification {
	/*background: #0084b7;*/
	background:#2d2d2d;
	padding:1em 0;
	color:#FFF;
}
section#notification a, section#notification a:hover{
	color:#FFF;
	text-decoration: none;
}
section#notification:hover {
	background:#00A0DD;
}
section#notification i{
	font-size:2.5em;
	text-align: center;
}


#social{
	text-align: right;
	margin-top:0.5em;
}
#social ul {
	list-style: none;
	padding: 0;
}
#social ul li{
	display: inline-block;
	background: #2a3768;
	font-size:1.25em;
	width:35px;
	height:35px;
	text-align: center;
	border-radius: 1em;
	margin-left:0.25em;
	transition: all 0.75s;
}
#social ul li:hover{
	background: #00b1eb;
	transform:scale(1.2)
}
#social ul li .fab{
	padding-top:8px;
}
#social ul li a{
	color:#FFF;
	display: block;
}

/* MAIN FOOTER */
footer#main-foot{
    background:#212529;
    color:#FFF;
	padding:2em 0;
	margin-top:1.5em;
	font-size:0.9em;
}
footer a{
	color:#FFF;
	text-decoration: underline;
	transition: 0.2s all;
}
footer h3{
	text-transform: uppercase;
	font-size:1.5em;
	font-weight: 700;
	font-family: 'Exo', sans-serif;
	margin:0;
}
footer ul{
	list-style: none;
	padding:0;
}
footer ul li{
	border-bottom:1px solid #FFF;
	padding:0.2em 0;
}
footer ul li a{
	text-decoration: none;
}
section.page-element{
    margin:50px 0 0;
}

/*  MAIN HERO AREA STYLING */
section.hero-area{
    padding-top:80px;
	max-width:1600px;
	margin:0 auto;
}
section.hero-area, section#hero-video-area {
    /*clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);*/
  position:relative;
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
}

/** HERO VIDEO AREA STYLING **/
section#hero-video-area{
	overflow:hidden;
	height:80vh;
}
section#hero-video-area .video-container{
	width:100%;
	height:100%;
}

section#hero-video-area .video-container video{
	position: absolute;
	top:50%;
	left:50%;
	min-width: 100%;
	min-height:100%;
	width:auto;
	height: auto;
	transform:translateX(-50%) translateY(-50%);
}
/*section#hero-video-area .hero-text {
	position: absolute;
 	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%) skew(-7deg);
	background: #FFF;
	padding:1em;
	color:#212529;
	z-index:3;
	box-shadow: 20px 20px 0 5px #0084b7;
}*/
section#hero-video-area .hero-text {
	position: absolute;
 	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	padding:1em;
	color:#FFF;
	z-index:3;
}
section#hero-video-area .hero-text h1{
	font-size:2.5em;
	line-height: 0.75em;
}
section#hero-video-area .hero-text h3{
	font-weight: 300;
	font-size:1em;
}
section#hero-video-area .hero-text a{
	color:#FFF;
	text-decoration: underline;
}
section#hero-video-area .overlay{
	width:100%;
	min-height:100%;
	height:100%;
	position: relative;
	top:0;
	left:0;
	/*background: #293768;*/
	background: linear-gradient(30deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
	/*background-image: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png);*/
	/*background-repeat: repeat;*/
	z-index:3;
	opacity:0.75;
}



section.hero-area .hero-text {
	position: relative;
	z-index:2;
    top: 220px;
}
section.hero-area .hero-text .hero-wrapper{
    padding: 15px 30px 0px;
}
section.hero-area .hero-text::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 100%;
  transform: translate(-50%, -50%) rotate(0deg) skew(-7deg);
  background: #0084b7;
  z-index: -1;
} 

section.hero-area #hero-text{
    background: #FFF;
    padding:20px;
    position: relative;
    bottom: 0;
    z-index: 3;
    width:100%;
}
section.hero-area .hero-btn{
    position:relative;
    top:20px;
	text-decoration: none;
}

.angle{
    clip-path: polygon(100% 0, 59% 0, 100% 100%);
	/*clip-path: polygon(100% 61%, 0% 100%, 100% 100%);*/
    position: absolute;
    width: 65%;
    height: 100%;
    top:0;
    right:0;
    z-index:2;
    background: rgba(42,55,104,0.75);
}
.angle2{
    clip-path: polygon(0 0, 0% 100%, 23% 100%);
    position: absolute;
    width: 50%;
    height: 100%;
    bottom:0;
    left:0;
    z-index:2;
    background: rgba(0,132,183,0.70);
}

/* WP PAGE HEADERS */
#news-carousel .owl-carousel .owl-stage-outer{
	padding-top:0;
}
#news-carousel .page-hero-area .hero-text h1{
	font-size:3em;
	line-height:1em;
}
#news-carousel .btn{
	margin-top:1em;
}
section.page-hero-area{
    padding-top:80px;
	max-width:1600px;
	margin:0 auto;
}
section.page-hero-area{
    /*clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);*/
  position:relative;
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
}
section.page-hero-area .hero-text {
	position: absolute;
	text-align: center;
	margin:0 auto;
	vertical-align: middle;
 	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	z-index:2;
}
section.page-hero-area .hero-text h1{
	/*font-size:70px;*/
	/*line-height:65px;*/
	font-size:50px;
	line-height:47px;
}
section.page-hero-area .hero-text a.btn{
	font-family: 'Ubuntu', sans-serif;
	font-size:1em;
	text-decoration: none;
	color:#FFF;
	
}
section.page-hero-area .shaddow-overlay{
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
 background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.75));
}



/* NEWS AREA */

section#news-area .card{
	transition: all 0.5s;
	border:2px solid #efefef;
}
section#news-area .card:hover{
	transform:scale(1.07);
}
section#news-area .card-img-top{
    width:100%;
    height:300px;
    background-size: cover;
    background-position: center center;
}
section#news-area .card-title{
    margin-bottom: 0;
}


/* CLUB DETAILS FLEX LAYOUT */
.club-details h2{
	font-size:30px;
}
.list{
	padding:0;
	list-style: none;
	font-size:1.25em;
}
.list .fas{
	color:#0084b7;
}
.list li{
	padding: 0.5em 0;
	border-bottom:1px solid #0084b7;
}
.list span{
	padding-left:0.75em;
}

/* UPCOMING EVENTS AREA */

section .section-header:before{
    background-color:#B04E50;
    width:100%;
    height:50px;
}

.upcoming-event .event-info h2{
    font-size:16px;
}
.upcoming-event .event-info h3{
    font-size:14px;
}
.upcoming-event{
    width:100%;
    border: 1px solid #2a3768;
    margin:0.5em 0;
    display: block;
    color:#2a3768;
    transition: all 0.5s;
}
.upcoming-event:first-child{
    margin-top:0 !important;
}
.upcoming-event:hover{
    margin-left:0.5em;
    color:#2a3768;
}
.upcoming-event > div{
    display: inline-block;
}
.upcoming-event .event-date{
    position: relative;
    width:25%;
    background:#2a3768;
    color:#FFF;
    padding: 0.5em 0.5em 1.25em 0.5em;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.upcoming-event .event-date h3{
    font-size:1.6em;
    text-align: left;
    font-weight:300;
	text-transform: uppercase;
}
.upcoming-event .event-date h2{
    font-size:3em;
    line-height: 0.5em;
   text-align: left;
}
.upcoming-event .event-info{
    width:60%;
    padding-left:0.5em;
    position: absolute;
    margin-top:1.25em;

}
.upcoming-event .event-info h2{
    font-size:1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upcoming-event .event-info h3{
    font-size:1em;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
}
#events-sidebar .featured-event{
	height:auto !important;
	margin-top:1em;
}
.featured-event{
    background:#00b1eb;
    background-position: center center;
    background-size: cover;
    width:100%;
    min-height:350px;
    height:100%;
    position: relative;
}
.featured-event .img-bg{
    position: absolute;
    z-index:1;
    width:100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    opacity: 0.5;
}
.featured-event .img-bg-overlay{
    position: absolute;
    width:100%;
    height:100%;
    background-position: center center;
    background-size: cover;
    opacity: 0.5;
    background-image: url("assets/glitch-blue-bg.png");
    z-index: 2;
}
.featured-event .event-info{
    width:100%;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index:3;
    color:#212529;
}
.featured-event .event-countdown{
    margin-top:1em;
}
.featured-event .event-countdown > div{
    display: inline-block;
    font-size:3em;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
}

.featured-event .event-countdown > span{
    font-size:4em;
    text-align: center;
	color:#FFF;
}

.featured-event .event-countdown .days, .featured-event .event-countdown .hours, .featured-event .event-countdown .mins{
    position: relative;
	color:#FFF;
}
.featured-event .event-countdown .days::before, .featured-event .event-countdown .hours::before, .featured-event .event-countdown .mins::before{
    font-size:0.4em;
    width:100%;
    position: absolute;
    top:-10px;
    font-family: 'Ubuntu', sans-serif;
    font-weight:300;
    text-align: center;
}
.featured-event .event-countdown .days::before{
    content:"DAYS";
}
.featured-event .event-countdown .hours::before{
    content:"HOURS";
}
.featured-event .event-countdown .mins::before{
    content:"MINS";
}

.featured-event .event-countdown .days{
    margin-right:0.2em;
}
.featured-event .event-countdown .hours{
    margin:0 0.2em;
}
.featured-event .event-countdown .mins{
    margin-left:0.2em;
}
.featured-event .event-info h5{
    font-size:0.75em;
    text-transform: uppercase;
    margin:0;
	color:#FFF;
}
.featured-event .event-info h2{
    font-size:3em;
	line-height:0.9em;
	color:#FFF;
}
.featured-event .event-info h3{
    font-size:1em;
    text-transform: uppercase;
	color:#FFF;
}
.btn-padding{
    margin: 2em 0;
}


/* FEATURE BLOCK */
.feature-block{
    position: relative;
}
.feature-block .feature-wrap{
    overflow: hidden;
}
.feature-block .feature-wrap::before{
    content:'';
    background:#2a3768;
    width:100%;
    position: absolute;
    top:5%;
    height:100%;
    z-index:1;
}
.feature-block .feature-image{
    background-position: center;
    width:100%;
    height:400px;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.feature-block .feature-copy{
    background:#FFF;
    width:95%;
    position: relative;
    z-index:3;
    margin:-50px auto 0;
    padding:1em;
}
.feature-block .feature-btn{
    margin-top:0.5em;
}
.feature-block h2{
    font-size:2em;
    color:#0084b7;
}

.driver-standings-table-header{
    display:flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.driver-standings-table-header p.header-pos, .driver-standings-table-body p.driver-pos{
    flex:15%;
    -ms-flex: 15%;
    -webkit-flex: 15%;
}
.driver-standings-table-header p.header-driver, .driver-standings-table-body p.driver-info{
    flex:51.6%;
    -ms-flex: 51.6%;
    -webkit-flex: 51.6%;
}
.driver-standings-table-header p.header-points, .driver-standings-table-body p.driver-points{
    flex:33.3%;
    -ms-flex: 33.3%;
    -webkit-flex: 33.3%;
}

.driver-standings-table-body .driver-row{
    height:3rem;
    position: relative;
    display:flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.driver-standings-table-body p.driver-pos{
    background:#2a3768;
    color: #FFF;
}

/* SECTION FEATURE BTNS */
section.block-feature-wrap .block-feature{
    position: relative;
    background-size: cover;
    background-position: center;
    height:300px;
    z-index: 1;
    color:#FFF;
    margin-bottom:1em;
	transition: all 0.5s;
}
section.block-feature-wrap .block-feature:hover{
	transform: scale(1.07);
}
section.block-feature-wrap .block-feature a{
    color:#FFF;
}
section.block-feature-wrap .block-feature .overlay{
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.50);
    z-index:2;
}
section.block-feature-wrap .block-feature .block-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left:1em;
    z-index:3;
    transition: all 1s;
}
section.block-feature-wrap .block-feature .block-content:hover{
    padding-left:2em;
}
section.block-feature-wrap .block-feature .block-content h2{
    font-size:2em;
}
section.block-feature-wrap .block-feature .block-content h2::after{
    content:"\f054\f054";
    font-family: "Font Awesome 5 Free";
    padding-left:10px;
}

/* SECTION IMAGE GALLERY SLIDER */
.gallery-images .gallery-image{
	height:300px;
	background-size: cover;
	background-position: center;
	transition:all 0.5s;
}
.gallery-images .center{
	transform: scale(1.07);
}
.gallery-images .center .gallery-image:hover{
	transform:scale(1.00);
}
.gallery-images .gallery-image:hover{
	transform:scale(1.07);
}

/* SECTION TEXT BLOCK */
h2.header{
    position: relative;
    z-index:2;
    font-size:2em;
    color:#0084b7;
}
h2.header::before{
    content:"\f054\f054";
    color:#CDCDCD;
    font-family: "Font Awesome 5 Free";
    font-size:2em;
    position: absolute;
    top:-20px;
    left:-85px;
    z-index:-1;
}
p.intro{
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size:1.3em;
}

/* SECTION TITLES STYLING */
.section-header{    
    position: relative;
    margin:2em 0;
	text-align: center;
}
.section-header h1{
    display: inline-block;
    padding:0.5em 1em 0.5em 1em;
    color:#FFF;
    transform: skew(-5deg);
    background:#2a3768;
    position: relative;
}
.section-header h1 a{
	color:#FFF;
	text-decoration: none;
}
.section-header::after{
    content:"";
    position: absolute;
    height:10px;
    background:#0084b7;
    width:100%;
    right:0;
    bottom:18px;
	z-index:-1;
}

/* GENERIC SECTION STYLING */


/* SPECIFIC PAGE STYLINGS */
/**************************/

/* GENERAL PAGES */
#hero-page {
	width:100%;
}
#hero-page .hero-page-container{
	height: 450px;
	width:100%;
	background-size: cover;
	background-position: center;
	position: relative;
}
#hero-page .hero-page-container .overlay{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(to top,#000 0,rgba(0,0,0,0) 100%);
	z-index:2;
}
#hero-page .hero-page-container .hero-content{
	color:#FFF;
	position: relative;
	z-index:3;
   	top: 80% !important;
	text-align: center;
    transform: translateY(-80%);
}
#hero-page .hero-page-container .hero-content h1{
	font-family: 'Exo', sans-serif;
	font-size:3.5em;
}
#hero-page .hero-page-container .hero-content h2{
	font-weight: 300;
	font-size:1em;
	margin-bottom: 0.2em;
}


/*NEWS PAGE*/
#hero-news {
	width:100%;
}
#hero-news .hero-news-container{
	height: 550px;
	width:100%;
	background-size: cover;
	background-position: center;
	position: relative;
}
#hero-news .hero-news-container .overlay{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(to top,#000 0,rgba(0,0,0,0) 100%);
	z-index:2;
}
#hero-news .hero-news-container .hero-content{
	color:#FFF;
	position: relative;
	z-index:3;
   	top: 80% !important;
    transform: translateY(-80%);
}
#hero-news .hero-news-container .hero-content h5{
	font-family: 'Exo', sans-serif;
	font-weight: 300;
	font-size:1em;
	margin-bottom: 0.2em;
}
#hero-news .owl-carousel .owl-stage-outer{
    padding:0;
}
#hero-news .hero-news-container .hero-content .btn{
	margin-top:1em;
}
#news-display{
    margin-top:1.75em;
    background:#F4F4F4;
}

#news-display h1{
    font-size:2.5em;
    text-align: center;
}
#news-display p{
    font-size:1.25em;
    text-align: center;
    margin-bottom: 2em;
}
#news-display .card{
    border:none;
    border-radius: 0;
    color:#212529;
    transition: all 0.75s;
    margin-bottom:2em;
}
#news-display .card:hover{
    transform: scale(1.1);
}
#news-display .card-body{
    margin:0 auto;
    width:90%;
    position: relative;
    top:-20px;
    background:#FFF;
}
#news-display .card-img-top{
	height:200px;
	width:100%;
	background-position: center;
	background-size: cover;
    border-radius: 0;
}
#news-display .card-img-top h6{
    position: relative;
    top:20px;
    left:20px;
    font-size:1em;
}
#news-filters{
    background:#0084b7;
    margin-top:1em;
    margin-bottom:5em;
    text-align: center;
}

#news-filters a{
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size:1.25em;
    display: inline-block;
    padding:1em 0.5em;
    color:#FFF;
    
}
/* NEWS VIEW */
#news-view #news-view-content{
    margin-top:-250px;
    z-index:2;
    color:#FFF;
}
#news-view #news-title{
    padding:0 3em;
}
#news-view #news-view-content h1{
    font-size:1.75em;
    margin-bottom: 1em;
}
#news-view #news-body{
    z-index:2;
    background:#FFF;
    padding:3em;
    color:#212529;
}
#news-view #news-body .intro{
    font-size:1.5em;
    border-top:1px solid #212529;
    border-bottom:1px solid #212529;
    padding:1em 0;
    text-align: center;
    line-height: 1.5em;
}

/* POST DISPLAY */
.post-item a, .post-item a:hover{
	text-decoration: none;
}
.post-slide{
	margin:0 0 2em;
	position: relative;
	background:#fff;
	box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}
.post-slide .post-link li a{
    color:#fff;
    font-size:20px;
}
.post-slide .post-link li a:hover{
    color: #00aeef;
    text-decoration:none;
}
.post-slide .post-img{
	position: relative;
	overflow: hidden;
	height: 225px;
	background-position: center center;
	background-size: cover;
}
.post-slide .post-date{
	position: absolute;
	top:10%;
	left:4%;
}
.post-slide .date{
	display: inline-block;
	border-radius: 3px 0 0 3px;
	padding:5px 10px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	text-align: center;
	background: #333;
	float:left;
}
.post-slide .post-date{
	position: absolute;
	top:4%;
	left:4%;
}
.post-slide .month{
	display: inline-block;
	border-radius: 0 3px 3px 0;
	padding: 5px 13px;
	color:#111;
	font-size:20px;
	font-weight: bold;
	background:#00aeef;
}
.post-slide .post-content{
	padding:30px;
}
.post-slide .post-title{
	margin:0 0 5px 0;
	color:#00aeef;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
}
.post-slide .post-title a{
    font-size:18px;
    font-weight:bold;
    color:#00aeef;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#00aeef;
}
.post-slide .post-description{
	font-size:14px;
	line-height:24px;
	color:#333;
}
.post-slide .post-more{
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	color:#333;
	display: inline-block;
	margin-top:5px;
}
.post-slide .post-more::after{
	content:"";
	position: absolute;
	width:30%;
	display: block;
	border:1px solid #00aeef;
	transition: all 0.30s ease;
}
.post-slide .post-more:hover:after{
	width:100%;
}

/* KART CLASSES PAGES */
#kart-classes .class-container{
	background-color: #2a3768;
	background-image: url("img/blue-diagnoal-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color:#FFF;
	padding:2em;
	border-radius: 1em;
	font-size:1.1em;
	margin-bottom:1em;
}
#kart-classes .class-container h2{
	font-size:2.5em;
	position: relative;
	display: inline-block;
}
#kart-classes .class-container h2::after{
	content: '';
	width:100%;
	height:5px;
	background-color:#00aeef;
	position: absolute;
	bottom:0;
	left:0;
}
#kart-classes .class-container h2 a{
	text-decoration: none;
	color:#fff;
	transition:all 0.5s;
}
#kart-classes .class-container h2 a:hover{
	color: #00aeef;
}
#kart-classes .class-container ul{
	list-style: none;
	padding: 0;
	display: table;
	width:100%;
}
#kart-classes .class-container ul li{
	padding: 0.25em 0;
	display: table-row;
}
#kart-classes .class-container ul li h5{
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 0;
	display: table-cell;
	border-bottom: 3px solid #FFF;
}
#kart-classes .class-container ul li span{
	tab-size:4;
	font-family: 'Ubuntu', sans-serif;
	display: table-cell;
	border-bottom: 3px solid #FFF;
}
/* HERO CAROUSEL */
.hero-carousel{
	height:400px;
	background-repeat: no-repeat;
	background-size: cover;
}

/* CONTENT AREAS */
.full-width-image{
    margin:2em 0;
}
.full-width-image .image-caption{
    position: relative;
    width:95%;
    margin: 0 auto;
    background: #0084b7;
    top:-20px;
    left:20px;
    color:#FFF;
    padding:0.5em;
}
/* OWL CAROUSEL STYLES */
.owl-carousel .owl-stage-outer{
	padding:2em 0;
}
.owl-theme .owl-dots{
	margin-top:1em;
}
.owl-theme .owl-dots .owl-dot{ outline:none;}
.owl-theme .owl-dots .owl-dot span{
	border-radius: 0;
	transform: skew(-15deg);
	width:40px;
	height:20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:#0084b7;
}

/* HEADER STYLES */
h1{
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size:36px;
    margin: 0;
    text-transform: uppercase;
}

h2{
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size:20px;
    margin: 0;
    text-transform: uppercase;
}

/* MODAL STYLES */
.video-modal .modal-body{
	padding:0 !important;
}

.video-modal .modal-body button.close{
	position: absolute;
	top:10px;
	right:10px;
	z-index:2;
	color:#FFF;
}

a{
	color:#2a3768;
	text-decoration: underline;
}

/*BTN STYLES */
.btn{
    border-radius: 0;
	text-decoration: none;
}
.btn-primary::after, .btn-secondary::after{
    margin-left:0.5em; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
}
.btn-primary{
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    background: #2a3768;
    padding:10px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s; /* Safari prior 6.1 */
    transition: all 0.5s;
}
.btn-primary:hover, .btn-primary:active{
    background:#5bc5f2;
    text-decoration: none;
}

.btn-secondary{
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    background: #0084b7;
    padding:10px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s; /* Safari prior 6.1 */
    transition: all 0.5s;
}
.btn-secondary:hover, .btn-secondary:active{
    background:#6c757d;
    text-decoration: none;
    padding:1em;
}
/* CTA STYLES */
.cta-banner{
	background:#dcdcdc;
	padding:1em;
}
.cta-banner .text-right{
	text-align: left!important;
}
.cta-banner h2{
	font-size:1em;
	padding:0 0 1em;
}

/* DIRECTORY CARDS */
#directory-listing .card{
	box-shadow: 0 0 5px 5px #ccc;
	padding: 1.5em 1.5em 1.5em 2.5em;
	border: none;
	margin-top:1.5em;
}
#directory-listing .card::after{
	content:'';
	position: absolute;
	height:100%;
	width:20px;
	background: linear-gradient(0deg, rgba(29,113,184,1) 0%, rgba(42,55,104,1) 100%);
	top:0;
	left:0;
	border-radius: .25rem 0 0 .25rem;
}
#directory-listing .card h1{
    font-family: 'Exo', sans-serif;
    font-weight: 700;
	color:#1d71b8;
	font-size:2em;
	text-transform: capitalize;
}
#directory-listing .card h2{
    font-family: 'Exo', sans-serif;
    font-weight: 700;
	color:#00b1eb;
	font-size:1em;
	text-transform: uppercase;
	padding-bottom: 0.5em;
}
#directory-listing .card span{
	display: block;
	width:100%;
}
#directory-listing .card a.link1{
	color:#1d71b8;
	padding-top:0.5em;
}
#directory-listing .card .card-link{
	padding-top:0.5em;
}
#directory-listing .card i{
	color:#1d71b8;
	margin-right: 0.5em;
}
#directory-listing .sponsored .card{
	background: linear-gradient(0deg, rgba(29,113,184,1) 0%, rgba(42,55,104,1) 100%);
	padding:0.5em;
}
#directory-listing .sponsored .card .card-content{
	background:#FFF;
	padding: 1.5em 1.5em 1.5em 2.5em;
	border-radius: 0 .25rem .25rem 0;
}
.directory-details{
	margin:1em 0;
	background:#ddd;
	padding:1.5em;
	color:#2a3768;
}
.directory-details span{
	display: block;
	width:100%;
	font-size:1.25em;
}
.directory-details span i{
	margin-right:0.5em;
	color:#1d71b8;
}
.supporter-box{
	margin:2em auto;
}
/* BADGE STYLES */
.badge{
	font-size:0.75em;
    border-radius: 1em;
    padding:0.5em 0.8em;
	font-family: 'Exo', sans-serif;
	text-transform: uppercase;
	margin-right:0.5em;
}
.badge-primary{
	background: #0084b7;
}
.badge a{
	color:#FFF;
	text-decoration: none;
}
/* TABLE STYLES */
.table-results{
	width:100%;
	margin-bottom: 2em;
}
.table-results thead{
	background:#2a3768;
	color:#FFF;
}
.table-results thead th{
	border:none;
	padding:0.5em;
}
.table-results tbody tr:nth-child(2n){
	background:#F4F4F4;
}
.table-results tr td{
	padding:0.5em;
}
.table-results tr td:first-child{
	background:#0084b7;
	color:#FFF;
	width:8%;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
	-webkit-clip-path:polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

/* CONTENT BOX STYLING */
.statBlock{
	border-bottom: solid #D6D6D6 3px;
	border-right: solid #D6D6D6 3px;
	border-radius:1em 0;
	margin-top:1em;
}
.statBlock h3{
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	font-size:2.5em;
}
.statBlock h5{
	text-transform: uppercase;
	color:#0084b7;
	margin-bottom: 0;
	
}

a.external, a.download{
	font-size: 1.5em;
	font-weight:700;
	font-family: 'Exo', sans-serif;
	text-decoration: underline;
	color:#0084b7;
	position: relative;
	left:35px
}
a.external:hover, a.download:hover{
	color:#2a3768;
}
a.external::before{
	content:"\f35d";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left:-35px;
}
a.download::before{
	content:"\f56d";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left:-35px;
}

a.link1{
	font-family: 'Exo', sans-serif;
	font-weight:800;
	text-transform: uppercase;
	color:#00aeef;
	text-decoration: none;
	transition: all 0.1s;
	padding:0.5em 0;
}
a.link1::after{
	content:'\f061';
	font-family: "Font Awesome 5 Free";
	padding-left:0.25em;
}
a.link1:hover{
	color:#FFF;
}
@media (min-width: 768px) {
    header#masthead .navbar-brand{
        display: none;
    }
    header #main-nav{
        border-top:10px solid #0084b7;
        border-bottom:10px solid #0084b7;
    }
    header #main-nav .nav-link:hover::after{
        bottom:-10px;
    }
    header #main-nav .active .nav-link::after{
        bottom:-10px;
    }
    header#masthead #desk-menu{
        display: block;
    }
    header#masthead #mobile-menu{
        display: none;
    }
    header#masthead #desk-logo{
        display: block;
        max-width:250px;
    }
	header#masthead #top-bar{
		display: block;
	}
	section#hero-video-area .hero-text{
		font-size:1.5em;
	}
    section.hero-area{
        padding-top:0px;
        min-height:480px;
        color:#212529;
    }
    .hero-area .hero-text{
        position: absolute !important;
        width:60%;
        text-align: left;
        top: 50% !important;
        right:5%;
        transform: translateY(-50%);
    }
    section.hero-area .hero-text::before{
        background:#FFF !important;
    }
    .hero-area .hero-text h1{
        color:#0084b7;
    }
    .hero-area .hero-text .hero-wrapper{
        padding: 25px 50px 0px !important;
    }
	
	.feature-block .feature-image-wrapper{
		overflow: hidden;
		width:65%;
		float: right;
		margin:0;
		left: 0;
		height:500px;
	}
    
    .feature-block .feature-image{
        transition: all 1s;
		height:100%;
		width:100%;
		background-size: cover;
        
    }
    .feature-block .feature-image:hover{
	   -ms-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
    }
    .feature-block .feature-copy{
        width:40%;
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
    }
    .feature-block .feature-wrap::before{
        height:90%;
    }
	
	#hero-news .hero-news-container .overlay{
		width:50%;
		background:linear-gradient(to right,#000 0,rgba(0,0,0,0) 100%);
		z-index:2;
	}
	#hero-news .hero-news-container .hero-content{
		top: 50% !important;
		transform: translateY(-50%);
	}
	.cta-banner .text-right{
		text-align: right!important;
	}
	.cta-banner h2{
		padding:1em 0 0;		
	}


	#masthead .nav > li:hover > .dropdown-menu {
		display: block;
	}
	#masthead .nav li > .dropdown-menu li:hover{
		background-color:#5BC5F2;
	}
	#masthead .nav li > .dropdown-menu li:hover .dropdown-menu {
		left: 190px;
		top: 0;
		width: 200px !important;
		display: block;
	}
	.dropdown-toggle::after{
		display: none;
	}
	.dropdown-menu{
		background:#0084b7;
		box-shadow: 0 0 5px 5px rgba(0,0,0,0.1)
	}
	.dropdown-item{
		top: 20px;
		width:100%;
		padding:0.5em;	
		border: none;
		color:#FFF;
		font-weight:700;
    	font-family: 'Exo', sans-serif;
	}
	.dropdown-item:hover{
		background:none;
	}
	
	header #main-nav .nav-link{
		font-size:0.9em;
	}
	section#notification i{
		text-align: left;
	}
	.upcoming-event:last-child{
    	margin-bottom:0 !important;
	}
	section.page-hero-area .hero-text h1{
		font-size:70px;
		line-height:65px;
	}
}

@media (min-width: 992px) {
    .hero-area .hero-text{
        width:40%;
    }
	header #main-nav .nav-link{
		font-size:1.25em;
		margin-left:0.25em;
	}
}

@media (min-width: 1200px) {
	header #main-nav .nav-link{
		font-size:1.5em;
		margin-left:0.4em;
	}
}

@media (min-width: 1600px) {
	.container-fluid{
		max-width:1600px;
	}
	
	.feature-block .feature-copy{
		width:25%;
	}
	section#hero-video-area .hero-text{
		font-size:1.8em;
	}
	section#hero-video-area .hero-text a{
		font-size:1.25em;
	}
}