/* CSS Document */
/*********************************************************************************************
Description: Boys & Girls Club  - Master Stylesheet
**********************************************************************************************
Designed and Built by Boys & Girls Club 
CSS, HTML and Design Files are all Copyright 2017-2018 Boys & Girls Club.
And God said "Let there be code..."
font-family: 'Montserrat', sans-serif;
font-family: 'Varela Round', sans-serif;
**********************************************************************************************/
@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("../css/owl.carousel.css");
@import url("../css/style-menu.css");

@font-face {
  font-family: 'FranklinGothic-BookCnd';
  src: url('../fonts/FranklinGothic-BookCnd.eot?#iefix') format('embedded-opentype'),
       url('../fonts/FranklinGothic-BookCnd.otf')  format('opentype'),
	   url('../fonts/FranklinGothic-BookCnd.woff') format('woff'), 
       url('../fonts/FranklinGothic-BookCnd.ttf')  format('truetype'), 
       url('../fonts/FranklinGothic-BookCnd.svg#FranklinGothic-BookCnd') format('svg');
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'franklin_gothic_demiregular';
    src: url('../fonts/fradm-webfont.eot');
    src: url('../fonts/fradm-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fradm-webfont.woff') format('woff'),
         url('../fonts/fradm-webfont.ttf') format('truetype'),
         url('../fonts/fradm-webfont.svg#franklin_gothic_demiregular') format('svg');
    font-weight: normal;
    font-style: normal;
    }


@font-face {
  font-family: 'FranklinGothic-Book';
  src: url('../fonts/FranklinGothic-Book.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/FranklinGothic-Book.woff') format('woff'), 
       url('../fonts/FranklinGothic-Book.ttf')  format('truetype'), 
       url('../fonts/FranklinGothic-Book.svg#FranklinGothic-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FranKleinBook';
  src: url('../fonts/FranKleinBook.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/FranKleinBook.woff') format('woff'), 
       url('../fonts/FranKleinBook.ttf')  format('truetype'), 
       url('../fonts/FranKleinBook.svg#FranKleinBook') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FranklinGothic-DemiCond';
  src: url('../fonts/FranklinGothic-DemiCond.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/FranklinGothic-DemiCond.woff') format('woff'), 
       url('../fonts/FranklinGothic-DemiCond.ttf')  format('truetype'), 
       url('../fonts/FranklinGothic-DemiCond.svg#FranklinGothic-DemiCond') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FranklinGothic-MediumCond';
  src: url('../fonts/FranklinGothic-MediumCond.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/FranklinGothic-MediumCond.woff') format('woff'), 
       url('../fonts/FranklinGothic-MediumCond.ttf')  format('truetype'), 
       url('../fonts/FranklinGothic-MediumCond.svg#FranklinGothic-MediumCond') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* ---------------------------------------------------------------------- */
/*	Reset & Basics 
/* ---------------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
body {
    font-family: 'FranklinGothic-BookCnd';
    /*font-family: 'FranklinGothic-MediumCond';*/
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    color:#3f3e3e;
    }
img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
ol,ul,li {list-style: inside;}
ol li {list-style: inside decimal;}

/* Basic Styles  */
html {-webkit-text-size-adjust: none;}
html,body {height: 100%;}
* {outline: none;}
::-moz-selection {
    background: #1f5caa;
    color: #FFF;
}
::selection {
    background: #1f5caa;
    color: #FFF;
}
blockquote {font-weight: normal;}
strong,b {font-weight: bold;}
a {
    -webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
    -moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
    -ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
    -o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
    transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
}
a {
    text-decoration: none;
    color: #1483c6;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #000000;
    outline: none;
}

/* text align */
.textc {text-align: center;}
.textl {text-align: left;}
.textr {text-align: right;}

/* Text Colors */
.white {color: white;}
.white50 {color: rgba(255,255,255,0.5);}
.black{color: black;}
.blue{color: #1483c6;}

#main-menu ul{
	margin-bottom: 0px !important;
}

.flickity-viewport{
    padding-left: 50px !important;
    padding-right: 50px !important;
}

/* ---------------------------------------------------------------------- */
/*	Typography
/* ---------------------------------------------------------------------- */

p {margin-bottom: 25px;}
p.sm {}

@media (max-width: 991px) {
    p {
        margin: 0 0 20px 0;
        font-size: 22px;
        line-height: 34px;
    }
}
@media (max-width: 767px) {
    p {
        margin: 0 0 18px 0;
        font-size: 20px;
        line-height: 30px;
    }
}
h1 {
    font-size: 48px;
    line-height: 52px;
}
@media (max-width: 991px) {
    h1 {
        font-size: 38px;
        line-height: 42px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 36px;
    }
}
h2 {
    font-size: 42px;
    line-height: 42px;
}
h2.sm{
    font-size: 40px;
    line-height: 40px; 
}
@media (max-width: 991px) {
    h2 {
    font-size: 40px;
    line-height: 40px;
    }
}
@media (max-width: 767px) {
    h2 {
    font-size: 30px;
    line-height: 30px;
    }
}
h3 {
    font-size: 40px;
    line-height: 48px;
    }
@media (max-width: 991px) {
    h3{
    font-size: 34px;
    line-height: 34px;
    }
}
@media (max-width: 767px) {
    h3{
    font-size: 28px;
    line-height: 28px;
    }
}    
h4 {
    font-size: 30px;
    line-height: 30px;    
}
@media (max-width: 991px) {
    h4 {
        font-size: 26px;
        line-height: 26px;
    }
}
@media (max-width: 767px) {
    h4 {
        font-size: 24px;
        line-height: 24px;
    }
}
h5 {
    font-size: 20px;
    line-height: 20px;
}

.sep h2{
    font-size: 42px;
    line-height: 42px;
    font-family: 'franklin_gothic_demiregular';
    margin-top: 0;
    }
.sep h3{
    font-size: 38px;
    line-height: 44px;
    font-family: 'FranklinGothic-BookCnd';
    margin-top: 0;
    } 


@media (max-width: 991px) {
    .sep h2{
        font-size: 40px;
        line-height: 40px;
        }
    .sep h3{
        font-size: 34px;
        line-height: 28px;
        } 
    h5 {
        font-size: 19px;
        line-height: 20px;
    }
}
@media (max-width: 767px) {
    h5 {font-size: 18px;}
    .sep h2{
        font-size: 30px;
        line-height: 30px;
        }
    .sep h3{
        font-size: 28px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    h6 {font-size: 18px;}
    }
h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 20px;
    }
h1,h2,h4{font-family: 'franklin_gothic_demiregular';}
h3,h5{font-family: 'FranklinGothic-BookCnd';}

@media (max-width: 991px) {
    h1,h2,h3,h4,h5,h6 {
        margin-bottom: 18px;
    }
}
@media (max-width: 767px) {
    h1,h2,h3,h4,h5,h6 {
        margin-bottom: 15px;
    }
}

/* PRE LOADER */
.preloader {
	position:fixed; 
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fefefe;
	z-index:99999;
	height:100%;
	width:100%;
	overflow:hidden !important;
	}
.status {
	width:70px;
	height:30px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-15px 0 0 -35px;
	}

.show {display:block;} 
.spinner {
  margin:0px auto 0;
  width:70px;
  text-align:center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color:#074a85;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* ---------------------------------------------------------------------- */
/*	All From
/* ---------------------------------------------------------------------- */
input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
textarea,
select {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 4px 8px;
    height: inherit;
    z-index: 1;
    direction: ltr;
    position: relative;
    box-shadow: none;
    
    background-color: #ffffff;
    border: solid 1px #cfcccc;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: rgba(0,0,0,0.6);
    font-weight: 400;
    font-size: 14px;
}
input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.selectby{
    padding-bottom: 9px;
    padding-top: 9px;
    background-image:url(../images/selectboxbg.png);
    background-repeat:no-repeat; 
    background-position:right center; 
	text-indent: 0.01px;
	text-overflow:"";
	cursor:pointer;
	overflow: hidden;
    opacity:1;
    }
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: rgba(0,0,0,0.6);
    font-weight: 400;
    font-size: 14px;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: rgba(0,0,0,0.6);
    font-weight: 400;
    font-size: 14px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: rgba(0,0,0,0.6);
    font-weight: 400;
    font-size: 14px;
}
input:focus,
textarea:focus {
    border: solid 1px #1483c6;
    outline: 0;
    color: rgba(0,0,0,1);
}
.form-group label {
    font-size: 16px;
    line-height: 30px;
    display: block;
    color: #414142;
}
/* ---------------------------------------------------------------------- */
/*	All Button Style
/* ---------------------------------------------------------------------- */
.bg_btn {
    background-color: #1483c6;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 13px 35px;
    max-width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    }
.bg_btn.darkblue{
    background-color: #074a85;
    }
.spm_btn.md{
    padding: 9px 25px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    }
.spm_btn.xs{
    padding: 6px 20px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0,0,0,0.77);
    border: solid 1px #7a7a7a;
    }
.spm_btn.full {
    width: 100%;
    }
.bg_btn.lg{
    padding: 10px 45px;
    font-size: 35px;
    line-height: 40px;
    font-family: 'franklin_gothic_demiregular';
    }
.bg_btn.green{background-color: #83ba23;}
.bg_btn:hover,
.bg_btn:focus {
    border: none;
    background-color: #00305a;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    }
.bg_btn.green:hover,
.bg_btn.green:focus{
    background-color: #558500;
    }

.bg_btn_black {
    background-color: transparent;
    border: solid 1px rgba(0,0,0,0.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 12px 23px;
    max-width: 100%;
    min-width: 250px;
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-family: 'franklin_gothic_demiregular';
    }
.bg_btn_black.white{
    background-color: transparent;
    border: solid 1px rgba(255,255,255,0.5);
    color: #fff;
    }
.bg_btn_black:hover,
.bg_btn_black:focus {
    background-color: #1483c6;
    border: solid 1px #1483c6;
    color: #fff; 
    } 
.btn_holder{
    display: block;
    margin-top: 30px;
    text-align: center;
    } 
@media (max-width: 991px) {
    .btn_holder{margin-top: 20px;}
    .bg_btn {padding: 10px 20px;}
}
@media (max-width: 767px) {
    .btn_holder{margin-top: 15px;}
    .bg_btn {
        padding: 8px 25px;
        font-size: 18px;
        line-height: 21px;
    }
}
.grid_1200{overflow: hidden;}

/* ---------------------------------------------------------------------- */
/*	Header & Navigation
/* ---------------------------------------------------------------------- */
.header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    display: block;
    padding:0px;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.22);
    }
.header .container{position: relative;}
.header.sticky {position: fixed;}

.header .header_top{
    background-color: white;
    text-align: right;
    }
.header .header_bottom{
    background-color: #074a85;
    text-align: right;
    padding: 6px 0px;
    }

.logo {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    width: 260px;
    z-index: 1;
    }
.logo a {display: block;}
.logo img {
    width: 100%;
    height: auto;
    }
#main-menu{
    float: right;
    padding: 31px 0px;
    }
.header.sticky .logo {width: 200px;}
.header.sticky #main-menu{padding: 10px 0px;}
.header .header_bottom .phone{
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    color: white;
    vertical-align: middle;
    text-transform: uppercase;
    }
.header .header_bottom .phone img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    }
.header .header_bottom .phone a{
    color: white;
    display: inline-block;
    vertical-align: top;
    }
.header .header_bottom .phone i{
    color: rgba(255,255,255,0.4);
    vertical-align: middle;
    padding-right: 5px;
    }
.header .header_bottom .phone a:hover{color: rgba(255,255,255,0.4);}

.social_icon{
    margin: 0 10px;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    border-left: solid 1px rgba(255,255,255,0.2);
    border-right: solid 1px rgba(255,255,255,0.2);
    margin-bottom: 0px !important;
    }
.social_icon li{
    list-style: none;
    float: left;
    background-color: #0f81c5;
    width: 27px;
    height: 27px;
    text-align: center;
    vertical-align: middle;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    overflow: hidden;
    margin: 0 4px;
    }
.social_icon li a{
    color: white;
    font-size: 14px;
    line-height: 27px; 
    display: block;
    }
.social_icon li:hover{
    background-color: #fff;
    }
.social_icon li:hover a{
    color: #003c71;
    }
.hdr_btn{
    display: inline-block;
    vertical-align: middle;
    }
.hdr_btn a{
    display: inline-block;
    background-color: #1483c6;
    color: white;
    line-height: 35px;
    font-size: 20px;
    padding: 0 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    height:30px;
    }
.hdr_btn a.white{
    background-color: white;
    color: #074a85;
    }
.hdr_btn a:hover{
    background-color: #0069a9;
    color: white;
    }

@media (max-width: 1199px) {
    .logo {width: 240px;}
    .header.sticky .logo {width: 180px;}
    }
@media (max-width: 992px) {
    .header.sticky {position: relative !important;}
    .header {position: relative;}
    .header .header_bottom .phone{padding-right: 35px;}
    #main-menu{padding: 0px 0px;}
    .header.sticky #main-menu{padding: 0px 0px;}
 
    .hdr_btn{display: none;}
    .social_icon{display: none;}
    
    .logo {width: 200px;}
    .header.sticky .logo {width: 200px;}
    }
@media (max-width: 767px) { 
    .logo {width: 160px;}
    .header.sticky .logo {width: 160px;} 
}
@media (max-width: 460px) { 
    .header .header_bottom .phone{display: none;}
    .header .header_bottom {min-height: 50px;}
}

/* ---------------------------------------------------------------------- */
/*	Billboard and Parallax bg
/* ---------------------------------------------------------------------- */
.parallaxbg {
    background-attachment: scroll;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;

    }

    .parallax-overlay{
        position: absolute;
        width:100%;
        height:100%;
        background: #fff;
        content:'';
        display: block;
        left:0px;
        top:0px;
    }
.mobile .parallaxbg {
    background-attachment: scroll !important;
    }
.parallaxbg.homebanner {height: 700px;}
.parallaxbg.internal{height: 700px;}
.parallaxbg.internal .title_text{
    display: inline-block;
    background-color: rgba(20,131,198,0.8);
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    padding: 40px 15px;
    }
.parallaxbg.internal .title_text .section_title  {padding-bottom: 0;}

.overlay_slide {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    } 
.overlay_slide .intro_text {
    display: inline-block;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    text-align: center;
    bottom: 15%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    z-index: 1;
    padding: 25px 40px;
    }
.hero_text {
    font-family: 'franklin_gothic_demiregular';
    font-size: 48px;
    line-height: 52px;
    position: relative;
    color: white;
    text-transform: uppercase;
    margin-bottom: 5px;
    -webkit-text-shadow: 3px 3px 0px rgba(1, 1, 1, 0.75); 
    -moz-text-shadow: 3px 3px 0px rgba(1, 1, 1, 0.75); 
     text-shadow: 3px 3px 0px rgba(1, 1, 1, 0.75); 
    }
.btn_group{
    padding-top: 10px;
    text-align: center;
    }

@media (max-width: 991px) {
    .parallaxbg.homebanner {height: 500px;}
    .parallaxbg.internal{height: 500px;}
    .overlay_slide .intro_text .hero_text {
        font-size: 40px;
        line-height: 42px;
    }
    .parallaxbg.internal .title_text{padding: 20px 10px;}
}
@media (max-width: 767px) {
    .parallaxbg.homebanner {height: inherit;}
    .parallaxbg.internal{height: inherit;}
    .overlay_slide .intro_text {
        width: 100%;
        margin: 150px auto 0px auto;
        position: relative;
        padding: 15px;
    }
    .overlay_slide .intro_text .hero_text {
        font-size: 30px;
        line-height: 34px;
    } 
    .parallaxbg.internal .title_text{
        position: relative;
        margin-top: 200px;
    }
} 
/* ---------------------------------------------------------------------- */
/*	All Sections
/* ---------------------------------------------------------------------- */


.wpsl-more-info-listings{
	border-top:1px solid #d6d6d6;
	padding-top:10px;
	margin-top:10px;
}

#our-locations-map .wpsl-search {
  margin-bottom: 20px;
  padding: 10px 0px;
  background: #ffffff;
  display: none;
}

.wpsl-store-below #wpsl-result-list{
	max-width: 1170px;
	margin:20px auto;
}

#our-locations-map #wpsl-search-btn {
  color: #fff;
  border: 1px solid #0094d0;
  margin: 0 auto;
  background: rgba(255,255,255,0.5);
  padding: 0px 20px;
  display: block;
  margin-top: 32px !important;
  max-width: 140px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  background: #0094d0;
  height: 36px;
  line-height: 36px;
}

#our-locations-map #wpsl-search-input {
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 10px;
  font-size: 12px;
  color: #222;
  border: 1px solid #d5d5d5 !important;
  font-weight: 400;
  margin-bottom: 0!important;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0px 10px !important;
}

#our-locations-map a.wpsl-store-details{
    display: none;
}

#our-locations-map .wpsl-dropdown {
  border: none;
  width: 100%;
}

#our-locations-map * {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#our-locations-map .wpsl-selected-item {
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 10px;
  font-size: 12px;
  color: #222;
  border: 1px solid #d5d5d5 !important;
  font-weight: 400;
  margin-bottom: 0!important;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0px 10px !important;
}

#wpsl-search-wrap .wpsl-dropdown div {
  border: none !important;
}

#our-locations-map #wpsl-search-wrap div label {
  width: 100%;
  display: block;
}

#our-locations-map #wpsl-stores {
  height: auto !important;
    /*transform: scale(1.02);*/
}

#our-locations-map .gm-style {
  border: 1px solid #ccc !important;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li div.wpsl-store-location p:first-child span{
    /*display: none !important;*/
    display: inline-block;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li div.wpsl-store-location p .wpsl-street:after{
	content:', ';
}


#wpsl-wrap.wpsl-store-below #wpsl-result-list li p {
    margin-bottom: 5px !important;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li p.wpsl-contact-details{
    /*display: none;*/
}


#wpsl-wrap.wpsl-store-below #wpsl-result-list li p.wpsl-direction-wrap{
    /*display: none;*/
}

#wpsl-wrap.wpsl-store-below .wpsl-direction-wrap{
    display: none !important;
}

.stay-connected-header{
    position: relative;
}

#location-section .bg_container{
	max-width: 100% !important;
}

#homepage_slider .metaslider .caption-wrap{
    max-width: 600px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    text-align: center;
    padding: 15px;
    font-size:20px;
}

.wpsl-more-info-listings{
	display: block !important;
}

#homepage_slider .metaslider .caption-wrap a{
    background-color: #1483c6 !important;
    border-color: #1483c6 !important;
    color: #fff !important;
    font-size: 24px !important;
    line-height: 24px !important;
    padding: 12px 10px !important;
    background-image: none !important;
    text-transform: uppercase;
    min-width: 180px;
    margin-top: 20px !important;
    display: block;
    margin-bottom: 10px;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

#homepage_slider{

}

#homepage_slider{

}

.stay-connected-header:after{
    bottom: -10px;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    margin: auto auto;
    position: absolute;
    width: 105px;
    background-color: #337aad;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
  padding: 20px 20px;
  width: 23% !important;
  float: left;
  background: #fff;
  border:1px solid #ececec;
  box-shadow:0px 0px 6px 0px #ececec !important;
  background-size: 40px 40px;
  margin: 1%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding-left: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding:7px 20px;
  text-align: center;
  font-family: 'FranklinGothic-BookCnd';
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li p:first-child strong{
    font-size: 20px;
    line-height: 40px;
    display: block;
    text-align: center;
    color:#0094d0 !important;
}


#wpsl-wrap.wpsl-store-below #wpsl-result-list li h3{
    color:#0094d0 !important;
    margin-bottom:5px;
    font-size:18px;
    margin-top:0px;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li:hover {
  background: #0094d0;
  background-size: 40px 40px;
  cursor: pointer !important;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li:hover .wpsl-more-info-listings{
	border-top:1px solid rgba(255,255,255, 0.5) !important;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li:hover p:first-child strong{
	color:#fff !important;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li:hover *{
	color:#fff !important;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li *{
  cursor: pointer !important;
  font-size:16px;
}


#wpsl-wrap.wpsl-store-below #wpsl-result-list li * {
  line-height: 20px;
  cursor: default;
}


#wpsl-wrap.wpsl-store-below #wpsl-result-list li *{
  color:#000 !important;
  font-family: 'FranklinGothic-BookCnd';
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li a {
  cursor: pointer;
  color:#0094d0 !important;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li:hover * {
  color: #fff !important
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li.no-result {
  background-image: none !important;
  padding-left: 20px;
}

#ff-stream-1{
	min-height:0px !important;
	padding:0px !important;
}

#ff-stream-1 h1{
	margin:0px !important;
}


#wpsl-gmap .gm-style div div:last-child div:last-child div{
	/*background: red !important;*/
}

.wpsl-info-window{
	line-height:1.3em !important;
	font-size:14px !important;
	text-align:left !important;
	padding-top:10px !important;

}

.wpsl-info-window p strong{
	font-size:16px !important;
}

.wpsl-info-window span strong{
	font-weight: 100;
}

.post_details.events .post_big_img{
	display: none !important;
}

.internal.parallaxbg{
	margin-top: 110px;
}


#homepage_event_list img, #homepage_event_list figure{
    display: none !important;
}

#homepage_event_list h4{
	text-align: left;
	color:#000;
}

#current-teen-center-box {
	position: relative;
}

#current-teen-center-box h5{
	position: absolute;
	left:25px;
	bottom:25px;
	font-size:20px;
	padding:5px 10px;
	background: rgba(255,255,255,0.7);
	border-radius: 3px;

}

#homepage_event_list h4 a{
	color:#000;
}

#homepage_event_list h3{
    text-align: left;
    margin:0px;
    line-height: 32px;
    font-size:30px;
}

#homepage_event_list .time, #homepage_event_list .time *{
    text-align: left;
    line-height:30px;
    font-size:16px;
    display: none !important;
}

#homepage_event_list .date{
    background: #1483c6;
}

#homepage_event_list .description{
    padding: 20px 30px;
}

#homepage_event_list article{
    margin:5px 0px !important;
}

.kiwi-logo-carousel li{
    background:#fff !important;
    display: block !important;
    margin:0px 5px !important;
}


.sections {
    padding: 70px 0px;
    position: relative;
    }
.sections.sm {
    padding: 40px 0px;
    }
.sections.xs {
    padding: 30px 0px;
    }
.sections.nopad{
    padding: 0px 0px;
    }
.sections.teamsection{padding-top: 10px;}

.bluebg{background-color: #1483c6;}

.section_title{text-align: center;}
.section_title h2{
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    }
.section_title h2:after {
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    margin: auto auto;
    position: absolute;
    width: 105px;
    }
.section_title.left{text-align: left;}
.section_title.left h2{
    padding-left: 0px;
    padding-right: 0px;
    }
.section_title.left h2:after {right: inherit;}

.section_title.white h2:after{
    background-color: white;
    }
.section_title.black h2:after{
    background-color: #337aad;
    }
.section_title.blue h2:after{
    background-color: #1483c6;
    }
@media (max-width: 1199px) {
    .section_title h3 br{display: none;}
    }
@media (max-width: 991px) {
    .sections {padding: 60px 0px;}
    #team_bg{padding-top: 50px !important;}
    }
@media (max-width: 767px) {
    .sections {padding: 40px 0px;}
    .sections.teamsection{padding-top: 0px;}
    #team_bg{padding-top: 30px !important;}
    .section_title h2{
        padding-bottom: 10px;
        margin-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* events */
.events_text{
    text-align: left;
    color: black;
    padding-bottom: 10px;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    }
.events_text h4{
    font-size: 28px;
    line-height: 34px;
    }
.events_text h4 a{
    color: black;
    }
.events_text .date{
    font-size: 28px;
    line-height: 34px;
    color: rgba(0,0,0,0.5);
    font-family: 'franklin_gothic_demiregular';
    text-transform: uppercase;
    padding-bottom: 5px;
    }
@media (max-width: 991px) {}
@media (max-width: 767px) {}

/*team*/
.teamrwo{
    /* padding-top: 10px; */
    /* padding: 20px 20px; */
    /* background: #f8f8f8; */
    /* border-radius: 10px; */
    /* margin-bottom: 70px !important; */
}
.team{
    text-align: center;
    padding-bottom: 25px;
    padding-top: 25px;
    /* margin-left: 25px; */
    /* margin-right: 25px; */
    /*width: 250px;*/
    }
.team:nth-child(8n+9){
    clear: both;
    }
.team .team_photo{
    height: 315px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    }

.team_photo_overlay{
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    opacity: 0.0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.team_photo:hover .team_photo_overlay{
    opacity: 1.0;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.team_photo_overlay_inner{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0px;

}


.team_photo_overlay .title{
    display: block;
    color: #fff;
}

.team_photo_overlay .read-more{
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    padding: 2px 25px 0px 25px;
    margin-top: 5px;
    height: 34px;
    line-height: 32px;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team_photo_overlay .read-more:hover{
    color: #333;
    background: #fff;
}


.team .team_photo img{
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    }
.team .team_photo .hover_overlay{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(14,142,211,0.8);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.team .team_photo .hover_overlay .boibtn{
    position: relative;
    top: 15%;
    opacity: 0;
    font-size: 18px;
    line-height: 18px;
    padding: 8px 25px 6px 25px;
    color: white;
    background-color: transparent;
    border: solid 1px #fff;
    margin: 0 auto;
    max-width: 100%;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.team .team_photo .hover_overlay .boibtn:hover{
    background-color:white;
    color: #0e8ed3;
    }
.team:hover .team_photo .hover_overlay{
    opacity: 1;
    }
.team:hover .team_photo .hover_overlay .boibtn{
    top: 44%;
    opacity: 1;
    }
.team h5{
    text-transform: uppercase;
    color: black;
    margin: 15px 0;
    }
.team h5 a{color: black;}
.team h5 span{
    color: #337aad;
    display: block;
    padding-top: 3px;
    }
.team h5 a span{}



.the_reasonteam{
    padding-bottom: 0px;
    padding-top: 0px;
    }
.the_reasonteam .team_photo{
    height: 300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    text-align: center;
    }
.the_reasonteam .team_photo img{
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.the_reasonteam:hover .team_photo img{
     -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    } 
.the_reasonteam h5{
    color: black;
    margin: 15px 0;
    padding-left: 10px;
    padding-right: 10px;
    }
.the_reasonteam h5 a{color: black;}
.the_reasonteam h5 span{
    color: #337aad;
    display: block;
    padding-top: 7px;
    }
.the_reasonteam h5 a:hover{color: #337aad;}



.flickity-prev-next-button.previous {
    left: 50px !important;
    top: 45% !important;
}
.flickity-prev-next-button.next {
    right: 50px !important;
    top: 45% !important;
}


@media (max-width: 1199px) {
    .team .team_photo{height: 257px;}
}
@media (max-width: 1025px) {
    .team .team_photo .hover_overlay{
        top: inherit;
        height: 50px;
        opacity: 1; 
    }
    .team .team_photo .hover_overlay .boibtn{
        top: 6px;
        opacity: 1;
        font-size: 19px;
        padding: 4px 20px;
    }
    .team:hover .team_photo .hover_overlay .boibtn{top: 6px;}
    .team{
        padding-bottom: 15px;
        padding-top: 15px;
        }
}
@media (max-width: 991px) {
    .team:nth-child(8n+9){clear: inherit;}
    .team:nth-child(6n+7){clear: both;}
    .team .team_photo{height: 267px;}


	#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
		width:98% !important;
		margin:1% !important;
	}



}
@media (max-width: 767px) {
    .team .team_photo{
        height: 315px;
        width: 100%;
        max-width: 260px;
    }
    .team{
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        }
    .the_reasonteam .team_photo{
        height: 315px;
        width: 100%;
        max-width: 260px;
        }
    .the_reasonteam{
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
    }
}
/*team modal*/
.modal .modal-dialog{
    position: relative;
    display: table;
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    width: 100%;
    max-width: 1200px;
    margin-top: 50px;
    }
#image-gallery.modal .modal-dialog{
    width: auto;
    max-width: inherit;
    }
.modal .modal-dialog .modal-content{
    border-radius: 0px;
    } 
.modal .modal-dialog .modal-content button.close {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    }
.modal .modal-dialog .modal-content .modal-body{
    background-color:white;
    padding: 20px;
    overflow: hidden;
    }
#image-gallery.modal .modal-dialog{
    width: auto;
    max-width: inherit;
    }
#image-gallery.modal .modal-dialog .modal-content .modal-body{
    padding: 0px;
    position: relative;
}
#image-gallery.modal .modal-dialog .modal-content button.close {
    right: 7px;
    font-size: 30px;
    color: #fff;
    background-color: #074a85;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: 7px;
    font-weight: normal;
    }
#show-previous-image,
#show-next-image{
    position: absolute;
    top: 46%;
    border-radius: 0;
    background-color: #074a85;
    color: #fff;
    padding: 6px 8px;
    line-height: 30px;
    opacity: 0.3;
    }
#show-previous-image:hover,
#show-next-image:hover{
    opacity: 0.8;
    }
#show-previous-image{
    left: 0;
    }
#show-next-image{
    right: 0;
    }

.modal_left{
    width: 100%;
    max-width: 260px;
    float: left;
    margin-right: 20px;
    }
.modal_left .img{
    display: block;
    margin-bottom: 5px;
    }
.modal_left .name{
    font-size: 20px;
    line-height: 24px;
    color: black;
    text-transform: uppercase;
    padding: 8px 10px;
    }
.modal_left .name span{
    color: #337aad;
    display: block;
    }

.modal_left .email{
    padding: 5px 10px;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    border-top: solid 1px rgba(0,0,0,0.2);
    }
.modal_left .email a{
    color: #074a85;
    font-size: 22px;
    line-height: 22px;
    }
.modal_left .email a:hover{color: #000;}

.modal_left .phone{
    color: #000000;
    font-size: 22px;
    line-height: 22px;
    padding: 7px 10px;
    }
.modal_left .phone a{color: #000000;}
.modal_left .phone a:hover{color: #074a85;}

.modal_left .phone i,
.modal_left .email i{
    color: rgba(80,80,80,0.5);
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    font-size: 18px;
    }
.modal_right{
    display: block;
    overflow: hidden;  
    padding-top: 10px;
    }
.modal_right p{
    font-size: 20px;
    line-height: 34px;
    color: black;
    }
.modal_right p i{font-style: italic;}
.modal_right h4{
    font-size: 24px;
    line-height: 30px;
    color: #074979;
    margin-bottom: 5px;
    font-family: 'FranklinGothic-BookCnd';
    }

.the_reason_left .img{
    display: block;
    margin-bottom: 5px;
    }
.the_reason_left .name{
    font-size: 20px;
    line-height: 24px;
    color: black;
    text-transform: uppercase;
    padding: 8px 10px;
    }
.the_reason_left .name span{
    color: #337aad;
    display: block;
    }
.the_reason_right p{
    font-size: 20px;
    line-height: 34px;
    color: black;
    }

@media (max-width: 991px) {
    .modal_left{max-width: 200px;}
    .the_reason_left .img {
        display: inline-block;
        width: 100%;
        max-width: 300px;
    }
    .the_reason_left {
        margin-bottom: 15px;
    } 
}
@media (max-width: 767px) {
    .modal_left{
        max-width: inherit;
        display: block;
        float: none;
        overflow: hidden;
    }
    .modal_left .img {
        float: left;
        width: 100%;
        max-width: 150px;
        margin-bottom: 0;
        margin-right: 15px;
    }
    .modal_left .name {
        font-size: 18px;
        line-height: 20px;
    }
    .modal_left .email a{
        font-size: 18px;
        line-height: 20px;
    }
    .modal_left .phone {
        font-size: 18px;
        line-height: 20px;        
    }
    .modal_left .phone i,
    .modal_left .email i{
        width: 25px;
        font-size: 16px;
    }
    .modal_right p{
        font-size: 18px;
        line-height: 30px;
    }
    .modal_right h4{
        font-size: 21px;
        line-height: 28px;
    }
    .the_reason_right p{
        font-size: 18px;
        line-height: 30px;
    }
}



/* News Post*/
.new_post{
    padding-bottom: 20px;
    padding-top: 20px;
    }
.new_post:nth-child(4n+4){
    clear: both;
    }
.new_post:nth-child(4) {clear: inherit;}
.new_post .post_img{
    height: 300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    }
.new_post .post_img img{
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    } 
.new_post .post_content{padding: 10px 20px;}
.new_post .post_content h5{
    color: black;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 7px;
    }
.new_post .post_content h5 a{color: black;}
.new_post .post_content .date{
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #1f98d8;
    }
.new_post .post_content .date span{
    display: block;
    }
.new_post .post_content h5:hover,
.new_post .post_content h5 a:hover{color: #074a85;}
.new_post:hover .post_img img{
       -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.event_post{
    padding-bottom:10px;
    padding-top: 10px;
}
.event_post:nth-child(4n+4){clear: inherit;}
.event_post .post_content{
    min-height: 130px;
}

.future_post{
    position: relative;
    margin-bottom:35px;
    }
.future_post .post_content{
    width: 100%;
    max-width: 44%;
    position: absolute;
    left: 15px;
    bottom: 15px;
    background-color: rgba(255,255,255,0.88);
    padding: 20px 25px;
    }
.future_post .future_img{
    height: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    }
.future_post .future_img img{
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: relative;
    } 
.future_post .post_content h3{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: black;
    }
.future_post .post_content h3 a{color: black;}
.future_post .post_content .date{
    font-size: 16px;
    line-height: 18px;
    color: black;
    margin-bottom: 10px;
    }
.future_post .post_content p{
    font-size: 18px;
    line-height: 25px;
    color: rgba(0,0,0,0.4);
    margin-bottom: 0;
    }
.future_post .post_content:hover h3 a{color: #074a85;}


.back_btn{
    background-color: #074a85;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 30px 10px 30px;
    max-width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    margin-bottom: 25px;
    } 
.back_btn:hover,
.back_btn:focus{
    background-color: #1483c6;
    color: #fff; 
    }
.post_details h3{
    font-size: 30px;
    line-height: 36px;
    color: black;
    text-transform: uppercase;
    margin-bottom: 10px;
    }
.post_details .top_head{
    display: block;
    overflow: hidden;
    text-align: right;
    margin-bottom: 15px;
    }
.post_details .top_head .date{
    float: left;
    font-size: 18px;
    line-height: 20px;
    color: black;
    }
.post_details .top_head .review{
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    }
.post_details .top_head .shareit{
    display: inline-block;
    vertical-align: middle;
    }
.post_details .post_big_img{
    display: block;
    margin-bottom: 25px;
    }
.post_details .post_big_img img{
    width: 100%;
    height: auto;
}
.post_details p{
    font-size: 20px;
    line-height: 36px;
    color: #2f3634;
    }
.news_sidebar{
    display: block;
    padding-top: 62px;
    }
.news_sidebar h3{
    font-size: 30px;
    line-height: 36px;
    color: black;
    text-transform: uppercase;
    margin-bottom: 10px;
    }
.archived_head{
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
    }
.archived_head h2{
    color: #0e8ed3;
}
.post_details.events h3{
    margin-bottom: 20px;
}
.post_details.events .event_title{
    margin-bottom: 5px;
}
.post_details.events .event_date{
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: black;
    }
.post_details.events .event_top_head{
    display: block;
    overflow: hidden;
    text-align: right;
    margin: 15px 0;
    }
.post_details.events .event_review{
    float: left;
    }
.post_details.events .event_shareit{
    display: inline-block;
    vertical-align: middle;
    }

.the_reason_gallery {
    margin-top: 15px;
    margin-bottom: 15px;
    }
.the_reason_gallery:hover .fitimg img {opacity: 0.8;}
.the_reason_gallery .fitimg {
    display: block;
    width: 100%;
    height: 260px;
    border: 1px solid #1483c6;
    position: relative;
    background-color: rgba(14,142,211,1);
    }
.the_reason_gallery .fitimg img {
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    }

@media (max-width: 1199px) {
    .future_post .post_content{
        max-width: inherit;
        width: inherit;
        right: 15px;
        position: absolute;
        left: 15px;
        bottom: 15px;
        background-color: rgba(255,255,255,0.88);
        padding: 20px 25px; 
    }
}
@media (max-width: 991px) {
    .future_post .post_content{
        left: 10px;
        bottom: 10px;
        right: 10px;
        padding: 15px 20px;
        }
    .future_post .future_img{height: 350px;}
    .future_post .post_content h3{
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 5px;
        }
    .future_post .post_content .date{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .future_post .post_content p{
        font-size: 16px;
        line-height: 28px;
    }

    .new_post:nth-child(4n+4){clear: inherit;}
    .new_post:nth-child(2n+2){clear: both;}
    .event_post:nth-child(2n+2){clear: inherit;}
}
@media (max-width: 767px) {
    .future_post{margin-bottom:15px;}
    .future_post .future_img{height: 250px;}
    .future_post .post_content{
        position: relative;
        left: inherit;
        bottom: inherit;
        right: inherit;
        background-color: rgba(0,0,0,0.1);
        padding: 15px 20px;
        }
    .future_post .post_content h3{font-size: 18px;}
    
    .new_post{
        padding-bottom: 10px;
        padding-top: 10px;
        }
    .new_post .post_img{height: 250px;}
    .new_post .post_content{padding: 10px;}
    .new_post .post_content h5{
        font-size: 18px;
        line-height: 24px;
        }
    .new_post .post_content .date{
        font-size: 16px;
        line-height: 18px;
        }
    .post_details .top_head{
        margin-bottom: 15px;
        text-align: left;
        }
    .post_details .top_head .date{
        float: none;
        display: block;
        }
    .post_details .top_head .review{
        padding-left: 0;
    }
    .post_details h3{
        font-size: 24px;
        line-height: 30px;
        }
    .news_sidebar h3{
        font-size: 24px;
        line-height: 30px;
        }
    .post_details p{
        font-size: 18px;
        line-height: 30px;
    }
    .new_post .post_content {min-height: inherit;}
}
@media (max-width: 540px) {
    .the_reason_gallery .fitimg {height: 160px;}
}
/*End New Post*/

/*full list*/
.full_list ul {
    margin: 0;
    padding: 0;
    }
.full_list ul li{
    display: block;
    position: relative;
    padding: 4px 5px 4px 28px;
    font-size: 20px;
    line-height: 30px;
    }
.full_list ul li:before{
    position: absolute;
    left: 3px;
    top: 2px;
    content:"\f0da";
    color: #1483c6;
    font-family:'FontAwesome';
    }

/*half list*/
.half_list ul {
    margin: 0;
    padding: 0;
    }
.half_list ul li{
    display: inline-block;
    position: relative;
    padding: 4px 5px 4px 28px;
    width: 100%;
    max-width: 48%;
    vertical-align: top;
    font-size: 20px;
    line-height: 30px;
    }
.half_list ul li:before{
    position: absolute;
    left: 3px;
    top: 2px;
    content:"\f0da";
    color: #1483c6;
    font-family:'FontAwesome';
    }

/*third list*/
.third_list ul {
    margin: 0;
    padding: 0 15px;
    }
.third_list ul li{
    display: inline-block;
    position: relative;
    padding: 4px 5px 4px 28px;
    width: 100%;
    max-width: 32%;
    vertical-align: top;
    font-size: 20px;
    line-height: 30px;
    }
.third_list ul li:before{
    position: absolute;
    left: 3px;
    top: 2px;
    content:"\f0da";
    color: #1483c6;
    font-family:'FontAwesome';
    }


.naming_rights ul {
    margin: 0;
    padding: 0;
    }
.naming_rights ul li{
    display: block;
    position: relative;
    padding: 7px 5px 7px 35px;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    color: 3f3e3e;
    font-size: 22px;
    }
.naming_rights ul li strong{
    color: #bb0000;
    text-transform: uppercase;
    font-weight: normal;
    }
.naming_rights ul li:before{
    position: absolute;
    left: 10px;
    top: 2px;
    content:"\f0da";
    color: #1483c6;
    font-family:'FontAwesome';
    }

@media (max-width: 767px) {
    .half_list ul li{
        padding-left: 22px;
        max-width: 100%;
        font-size: 18px;
        line-height: 28px;
    }
    .full_list ul li{
        padding-left: 22px;
        font-size: 18px;
        line-height: 28px;
    }
    .third_list ul li{
        padding-left: 22px;
        max-width: 49%;
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 460px) {
    .third_list ul li{max-width: 100%;}
}

.mission_block h4{
    color: black;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size:26px;
        font-family: 'franklin_gothic_demiregular';
    }
.mission_block .wpb_text_column p{
font-size: 19px;
    line-height: 30px;
    color: #888;
    }
h2.blueline{
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    }
h2.blueline strong{
    font-size: 22px;
    color: #000000;
    font-family: 'FranklinGothic-BookCnd';
    font-weight: normal;
    }
h2.blueline strong.block{display: block;}
h2.blueline:after {
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 105px;
    background-color: #1483c6;
    }
h2.blueline.center:after {
    right: 0;
    margin: 0 auto;
    }
h2.whiteline{
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    }
h2.whiteline:after {
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 105px;
    background-color: white;
    }
h2.whiteline.center:after {
    right: 0;
    margin: 0 auto;
    }

.upcase{text-transform: uppercase;}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
background-color: #1483c6 !important;
    border-color: #1483c6 !important;
    color: #fff !important;
    font-size: 17px !important;
    line-height: 24px !important;
    padding: 6px 25px 2px !important;
    background-image: none !important;
    text-transform: uppercase;
    min-width: 150px;
    border-radius: 2px;
    }
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background-color: #086298 !important;
    border-color: #086298 !important;
    }
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
    border:solid 1px rgba(0,0,0,0.5) !important;
    padding: 12px 23px !important;
    max-width: 100%;
    min-width: 250px;
    color: #000 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    text-transform: uppercase;
    font-family: 'franklin_gothic_demiregular' !important;
    }
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover {
    background-color: #1483c6 !important;
    border-color: #1483c6 !important;
    color: #fff !important;
    }

.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline {
    background-color: transparent !important;
    border:solid 1px rgba(255,255,255,0.5) !important;
    padding: 12px 23px !important;
    max-width: 100%;
    min-width: 250px;
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 26px !important;
    text-transform: uppercase;
    font-family: 'franklin_gothic_demiregular' !important;
    }
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:hover {
    background-color: #0070b4 !important;
    border-color: #fff !important;
    color: #fff !important;
    }

/*green btn*/
.vc_btn3.vc_btn3-color-green, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
    padding: 10px 45px !important;
    font-size: 35px !important;
    line-height: 40px !important;
    font-family: 'franklin_gothic_demiregular' !important;
    background-color: #83ba23 !important;
    color: white !important;
    }
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-green:focus,
.vc_btn3.vc_btn3-color-green:hover {background-color: #5d8e08 !important;}

/*blue lg btn*/
.vc_btn3.vc_btn3-color-sky, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat {
    background-color: #1f98d8 !important;
    font-size: 34px  !important;
    font-family: 'FranklinGothic-BookCnd';
    color: #fff;
    -webkit-box-shadow: 0px 5px 2px 0px rgba(31,152,216,0.4);
    -moz-box-shadow: 0px 5px 2px 0px rgba(31,152,216,0.4);
    box-shadow: 0px 5px 2px 0px rgba(31,152,216,0.4);
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    }
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-sky:focus, .vc_btn3.vc_btn3-color-sky:hover {
    background-color: #1383be !important;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.vc_images_carousel .vc_carousel-control.vc_right {right: -45px !important;}
.vc_images_carousel .vc_carousel-control.vc_left{left: -45px !important;}

.vc_images_carousel .vc_carousel-control{
    text-shadow: none !important;
    color: black;
    }
.vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: '\f053' !important;
    font-family:'FontAwesome';
    }
.vc_images_carousel .vc_carousel-control .icon-next:before {
    content: '\f054' !important;
    font-family:'FontAwesome';
    }
.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner{
    border: solid 1px rgba(0,0,0,0.25);
    background-color: white !important;
    }
.partners_slider .vc_item img{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    opacity: 0.4;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.partners_slider .vc_item:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
    opacity: 1;
}
.vc_images_carousel .vc_carousel-indicators .vc_active {border: 1px solid #1483c6 !important;}
.vc_images_carousel .vc_carousel-indicators li {
    border: 1px solid #1483c6 !important;
    background-color: #1483c6 !important;
    }
@media (max-width:1199px){
.vc_images_carousel .vc_carousel-control.vc_right {right: -5px !important;}
.vc_images_carousel .vc_carousel-control.vc_left{left: -5px !important;}
}
@media (max-width:767px){
    .min_h_img .wpb_wrapper{min-height: 300px;}
    .vc_btn3.vc_btn3-color-sky, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat {
        font-size: 24px !important;
        padding: 10px 20px !important;
    }
}


.bg_custom_col .vc_col-sm-2 {width: 20.00004%;}
.bg_custom_col .vc_col-sm-2 .vc_column-inner{position: relative;}
/*partner page*/
.bg_custom_col .wpb_single_image .vc_box_border.vc_box_border_grey,
.bg_custom_col .wpb_single_image .vc_box_border_circle.vc_box_border_grey {
    background-color: #fff !important;
    border: 1px solid rgba(0,0,0,0.2) !important;
}
.bg_custom_col .wpb_single_image .vc_figure-caption {
    font-size: 19px;
    line-height: 23px;
    margin-top: 10px;
    min-height: 50px;
}

/*Donate*/
.give-submit {
    background: #1483c6;
    border: 1px solid #1483c6;
    color: #fff;
    font-size:17px;
    line-height: 18px;
    padding: 12px 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    }
.give-submit:hover,
.give-submit:focus {
    background-color: #00305a;
    border: 1px solid #00305a;
    color: #fff;
    }
 

#give-recurring-form h3.give-section-break,
#give-recurring-form h4.give-section-break,
#give-recurring-form legend,
form.give-form h3.give-section-break,
form.give-form h4.give-section-break,
form.give-form legend,
form[id*="give-form"] h3.give-section-break,
form[id*="give-form"] h4.give-section-break,
form[id*="give-form"] legend {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 27px;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    }
#give-recurring-form .form-row label,
form.give-form .form-row label,
form[id*="give-form"] .form-row label {
    color: black;
    font-size: 19px;
    }
form[id*="give-form"] #give-gateway-radio-list > li label.give-gateway-option {
    color: black;
    font-size: 19px;
    }
.give-form-title{display: none;}
form[id*="give-form"] .form-row input[type="text"], 
form[id*="give-form"] .form-row input[type="tel"], 
form[id*="give-form"] .form-row input[type="email"], 
form[id*="give-form"] .form-row input[type="password"], 
form[id*="give-form"] .form-row select, 
form[id*="give-form"] .form-row textarea {
    background-color: #fcfcfc;
    border: 1px solid #dadada;
    padding: 0.4em 0.6em;
    }
form[id*="give-form"] #give-final-total-wrap .give-donation-total-label {
    background-color: #efefef;
    color: #000;
    font-size: 19px;
    padding: 0 15px;
    }
form[id*="give-form"] #give-final-total-wrap .give-final-total-amount {
    font-size: 19px;
    padding: 0 15px;
    }
#give-recurring-form .give-error,
#give-recurring-form .give-required-indicator,
form.give-form .give-error,
form.give-form .give-required-indicator,
form[id*="give-form"] .give-error,
form[id*="give-form"] .give-required-indicator {color: #ff0000;}
form[id*="give-form"] .give-donation-amount{margin-bottom: 0;}
.give-form.give-form-536.give-form-type-multi {text-align: center;}
#give-form-536 .give-total-wrap{text-align: center;}
.give-responsive-mfp-content .give-form.give-form-536.give-form-type-multi {text-align: left;}
#give-form-536 .give-donation-amount {
    display: inline-block;
    margin-bottom:20px;
    }
#give-donation-level-button-wrap {text-align: center;}
#give-donation-level-button-wrap > li {
    display: inline-block;
    float: none;
    margin-right: 10px;
    }
.give-donation-level-btn{
background: #1483c6;
    border: 1px solid #1483c6;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding: 13px 30px 7px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 38px !important;
    font-weight: bold;
    }
.give-donation-level-btn:hover,
.give-donation-level-btn:focus {
    background-color: #00305a;
    border: 1px solid #00305a;
    color: #fff;
    }
.give-btn-modal {
background: #83ba23;
    border: 1px solid #83ba23;
    color: #fff;
    font-size: 35px !important;
    font-weight: bold !important;
    line-height: 36px;
    padding: 12px 50px 6px 50px;
    -webkit-border-radius: 2px;
    letter-spacing: 1px;
    -moz-border-radius: 2px;
    text-transform: uppercase;
    border-radius: 2px;
    font-family: 'franklin_gothic_demiregular';
    }
.give-btn-modal:hover,
.give-btn-modal:focus {
    background-color: #5f9434;
    border: 1px solid #5f9434;
    color: #fff;
    }
#give-form-536 .give-donation-amount .give-currency-symbol.give-currency-position-before {border-left: 1px solid #1483c6;}
#give-form-536 .give-donation-amount .give-currency-symbol {
    background-color: #1483c6;
    border-bottom: 1px solid #1483c6;
    border-top: 1px solid #1483c6;
    color: white;
    }
#give-form-536 .give-donation-amount #give-amount,
#give-form-536 .give-donation-amount #give-amount-text {border: 1px solid #fff;}

@media (max-width:991px){
    .bg_custom_col .vc_col-sm-2 {width:33.3334%;}
}
@media (max-width:767px){
    .bg_custom_col .vc_col-sm-2 {width:100%;}
}

.ff-header {padding-bottom: 20px;}
.ff-header h1{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-family: "franklin_gothic_demiregular";
    margin-top: 0px !important; 
    }
.ff-header h1:after {
    background-color: #1483c6;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    width: 105px;
    }
.ff-btn{
    background-color: transparent !important;
    border:solid 1px #000 !important;
    color: #000 !important;
    padding: 13px 19px ;
    font-family: "franklin_gothic_demiregular";
    font-size: 20px;
    line-height: 26px;
    max-width: 100%;
    min-width: 250px;
    text-transform: uppercase;
    }
#ff-stream-1 .ff-filter-holder .ff-filter,
#ff-stream-1 .ff-filter-holder:before,
#ff-stream-1 .ff-loadmore-wrapper .ff-btn:hover{
    background-color: #1483c6  !important;
    border-color: #1483c6  !important;
    color: #fff !important;;
    }

#ff-stream-1, #ff-stream-1 .ff-popup,
#ff-stream-1 .ff-search input{background-color: transparent !important;}


/* ---------------------------------------------------------------------- */
/*	Footer Style
/* ---------------------------------------------------------------------- */
#footer {
    position: relative;
    background-color: #111111;
    }
#footer .footer_top{
    padding-bottom: 25px;
    padding-top: 50px;
    }
#footer h5{
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: rgba(255,255,255,1);
    position: relative;
    font-size:20px;
    }
#footer h5:after {
    background-color: rgba(255,255,255,1);
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    }
.f_link{text-align: left;}
.f_link ul{
    display:block;
    vertical-align: top;
    }
.f_link ul li{
    display: block;
    margin: 0;
    padding: 6px 0;
    list-style: none; 
    }
.f_link ul li a{
    display: block;
    font-size: 17px;
    line-height: 18px;
    color: rgba(255,255,255,0.5);
    position: relative;
    }
.f_link ul li a:hover{color: #074a85;}

#footer p{
    font-size: 17px;
    line-height: 26px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 10px;
    }
#footer p a{color: rgba(255,255,255,0.5);}
#footer p a:hover{color: #074a85}
#footer p i{
    float: left;
    padding-top: 5px;
    margin-right: 15px;
    display: inline-block;
    }
#footer p span{
    display: block;
    overflow: hidden;
    }
#footer .copyright{
    padding:30px 0;
    color:white;
    font-size: 17px;
    line-height: 21px;
    background-color: #0c0c0c;
    overflow: hidden;
    text-align: center;
    }
#footer .copyright .social_icon{
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
    border: none;
    }
#footer .copyright p{
    color:white;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    }
@media (max-width:991px){
    #footer .copyright{padding: 20px 0;}
    #footer .footer_top{
    padding-bottom: 15px;
    padding-top: 30px;
    }
}
@media (max-width:767px){
    #footer .flogo{margin-bottom: 35px;}
    #footer .flogo img{
        max-width: 280px;
        display: inline-block;
    }
    #footer p i {margin-right: 5px;}
    #footer .copyright{
        text-align: center;
    }
    #footer .copyright .social_icon {
        float: none;
        margin-top: 10px;
        margin-left: 0;
    }
    #footer .copyright p{
        display: block;
        margin: 0;
    }
}

.go-up {
    background: #1483c6;
    bottom: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: -60px;
    text-align: center;
    z-index: 9999;
    }
.go-up:hover {
    background-color: #074a85;
    color: white;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
    height: 45px;
    line-height: 45px;
    }

/* no-gutters Class Rules */
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
	}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
	}

/* ---------------------------------------------------------------------- */
/*	Transition 0.4s
/* ---------------------------------------------------------------------- */
#main-menu ul li,#main-menu,.header,.logo,.go-up,.bg_btn,.hdr_btn a, textarea,input,.social_icon li,.bg_btn_black,.back_btn,give-btn-modal,.give-btn-modal,.give-donation-level-btn{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }

.bg_container{
    margin-left: auto !important;
    margin-right: auto  !important;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1170px;
    float: none !important;
    }

/*Progress Page*/
.progress_left{padding: 50px;}
.progress_right{
    padding: 125px 50px;
    background-color: #e6e6e6;
    text-align: center;
    }
.thermometer_holder{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    max-width: 200px;
    }
.thermometer_holder .head1{
    position: absolute;
    right: 10px;
    bottom: 115px;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }
.thermometer_holder .head2{
    position: absolute;
    right: -15px;
    bottom: 130px;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }

/* Thermometer */
.thermometer {
    width:100px;
    height:440px;
    position: relative;
    background-color: #fff; 
    background-image: url(../images/thermometer_line.png),url(../images/ellipse.png);
    background-position: 10px center, center 366px;
    background-repeat: no-repeat,no-repeat;
     
    
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
        -ms-border-radius: 20px;
         -o-border-radius: 20px;
            border-radius: 20px;

    -webkit-box-shadow: 1px 1px 4px #c1c0c0, 5px 0 20px #c1c0c0;
       -moz-box-shadow: 1px 1px 4px #c1c0c0, 5px 0 20px #c1c0c0;
        -ms-box-shadow: 1px 1px 4px #c1c0c0, 5px 0 20px #c1c0c0;
         -o-box-shadow: 1px 1px 4px #c1c0c0, 5px 0 20px #c1c0c0;
            box-shadow: 1px 1px 4px #c1c0c0, 5px 0 20px #c1c0c0;
}
.thermometer .track {
    height:340px;
    top:30px;
    width:30px;
    border: 3px solid #dad9d9;
    border-bottom: none;
    position: relative;
    margin:0 auto;
    background-color: #dad9d9; 
    border-radius: 10px 10px 0px 0px;
    }

.thermometer .progress {
    height:0%;
    width:100%;
    background: #005e97;
    position: absolute;
    bottom:0;
    left:0;
    margin-bottom: 0;
    border-radius: 10px 10px 0px 0px;
    box-shadow: none; 
    }

.thermometer .goal {
    position:absolute;
    top:0;
    }
.thermometer .amount {
    opacity: 0;
    display: inline-block;
    padding:0 5px 0 60px;
    border-top:1px solid black;
    font-weight: bold;
    color:#333;
    }
.thermometer .progress .amount {
    padding:0 60px 0 5px;
    position: absolute;
    border-top:1px solid #060;
    color:#060;
    right:0;
}
@media (max-width:1199px){
    .thermometer_holder {
        margin-bottom: 30px;
    }
}
@media (max-width:991px){
.progress_right {
    padding: 50px 15px;
    text-align: center;
    }
    .videomobile.wpb_video_widget{
        margin-top: 30px !important;
        margin-right: 30px !important;
        margin-bottom: 30px !important;
        margin-left: 30px !important;
    }
    .videomobile_right .vc_column-inner{
        padding-top: 30px !important;
        padding-right: 30px !important;
        padding-bottom: 30px !important;
        padding-left: 30px !important;
    }
}
/*modal*/
.getinvolve .modal-dialog{
    max-width: 780px;
    }
.getinvolve .modal-header{
    padding: 7px 10px;
    background-color: #1483c6;
    border-bottom:1px solid #086ba6;
    }
.getinvolve .modal-header .modal-title{
    color: white;
    font-size: 29px;
    line-height: 36px;
    text-align: center;
    }
.getinvolve .modal-header .close{margin-top: 0;}
.getinvolve .modal-dialog .modal-content .modal-body{
    background-color:#f3f3f4;
    padding: 30px 40px;
    }
.getinvolve .modal-body h5{
    color: #000;
    font-weight: 400;
    margin-bottom: 25px;
    font-family: 'FranklinGothic-MediumCond';
    margin-bottom: 8px;
    margin-top: 10px;
    }
.getinvolve .modal-body .btn_holder{margin-top: 0px;}
 
.wpcf7-checkbox .wpcf7-list-item{
    width: 100%;
    max-width: 49%;
    margin-left: 0;
    }
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{
    font-size: 18px;
    line-height: 20px;
    padding-left: 7px;
    color: #3F3E3E;
    font-family: 'FranklinGothic-BookCnd';
    }
span.wpcf7-not-valid-tip {
    font-family: sans-serif;
    font-size: 13px;
    line-height: 16px;
    padding-top: 5px;
    }
div.wpcf7-response-output {
    color: black;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    margin: 10px 0 0;
    padding: 5px;
    text-align: center;
    }
@media (max-width:767px){
    .wpcf7-checkbox .wpcf7-list-item{
        max-width: 100%;
    }
    /*.team{
        width: 150px;
    }*/
    .videomobile.wpb_video_widget{
        margin-top: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
    }
    .videomobile_right .vc_column-inner{
        padding-top: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 10px !important;
        padding-left: 20px !important;
    }
}













#the-reason-cta{
	display:block !important;
    background: #f4f4f4;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    }
#the-reason-cta .vc_btn3{
    border: solid 1px rgba(0,0,0,0.5) !important;
    padding: 12px 23px !important;
    max-width: 100%;
    min-width: 250px;
    color: #000 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    text-transform: uppercase;
    font-family: 'franklin_gothic_demiregular' !important;
    border-color: #EBEBEB;
    background-color: transparent;
    }
#the-reason-cta .vc_btn3:hover{
    background: #1583c7 !important;
    border-color: #1583c7 !important;
    color: #fff !important;
    }
.logged-in #the-reason-cta{
    display: block;
    }

#the-progress-video{
	margin:0px !important;
}

#the-progress-video iframe{
	width:100% !important;
}