/* ===========================
  $GENERAL
============================ */

@font-face {
  font-family: Avenir;
  font-weight: normal;
  src: url("fonts/Avenir-Roman.ttf");
}

@font-face {
  font-family: AvenirOblique;
  font-weight: normal;
  src: url("fonts/Avenir-Oblique.ttf");
}

@font-face {
  font-family: AvenirBold;
  font-weight: normal;
  src: url("fonts/Avenir-Heavy.ttf");
}

@font-face {
  font-family: HaloHandletter;
  src: url("fonts/HaloHandletter.otf");
}

body {
  color:#000;
  font-size: 16px;
  font-family: 'Avenir', sans-serif;
  font-weight: normal;
  background: #fff;
  overflow-x: hidden;
}

.halohandletter{
  font-family: 'HaloHandletter', sans-serif;
}

.addthis_floating_style.addthis_counter_style{background: none;}

.content,
.admin-content{
  padding: 25px 0;
  background: #FFF;
}
.admin-content{
  padding: 0 15px 25px 0;
}

.underlined{
    text-decoration: underline !important;
}

.bot-check,
.submit-form input.bot-check{
  display: none !important;
}

.input-group[class*=col-]{
  float: left;
}

hr { width:100%; clear:both; margin:25px 0; height:1px; background:#C2C2C2;}
hr.dashed { border-top:1px dashed #9D9D9C; background:transparent;}

.clear {clear:both;}

.right{float:right;}
.left{float:left;}

.white{color: #FFF;}
.bg-white{ background-color: #FFF; }
.black{color:#000;}
.bg-black{ background-color: #000; }
.blue { color: #00629F; }
.bg-blue{ background-color: #00629F; }
.green { color: #71BF44; }
.bg-green{ background-color: #71BF44; }
.light-grey{ color: #F1F1F1; }
.bg-light-grey{ background-color: #F1F1F1; }
.grey{ color: #414548; }
.bg-grey{ background-color: #414548; }
.bg-tw-blue{ background-color: #59ADEB; }
.bg-fb-blue{ background-color: #3C5A96; }

.light-blue{ color: #8CAAC5; }
.bg-light-blue{ background-color: #8CAAC5; }

.brown{ color: #683C11; }
.bg-brown{ background-color: #683C11; }

.charcoal{ color: #3C3C3B; }
.bg-charcoal{ background-color: #3C3C3B; }

.navbar-default{
  background-color: #fff;
}

.video-container{
  overflow:hidden;
  position:relative;
  width:100%;
}

.video-container::after{
  padding-top:56.25%;
  display:block;
  content:'';
}

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

.paroller-wrapper{
  position: relative;
  width:100%;
  overflow: hidden;
}

.paroller{
  background-size:cover;
}

.paroller-wrapper > .paroller{
  position: absolute;
  left:-40px;
  right:-40px;
  top:-40px;
  bottom:-40px;
  width:calc(100%+40px);
}

.parallax .navbar-default .navbar-nav>li>a,
.paroller .navbar-default .navbar-nav>li>a{
  color: #fff;
  text-shadow: 0px 0px 6px #000;
  font-weight: bold;
}

.parallax .navbar-default .navbar-nav>li>a:hover, .parallax .navbar-default .navbar-nav>li>a:active, .parallax .navbar-default .navbar-nav>li>a:focus,
.paroller .navbar-default .navbar-nav>li>a:hover, .paroller .navbar-default .navbar-nav>li>a:active, .paroller .navbar-default .navbar-nav>li>a:focus {
  color: #25AAE1;
}

.parallax p.white,
.paroller > p.white{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-shadow: 0px 0px 6px #000;
}

.share-btn{
  padding: 10px 30px;
}

a:hover{ text-decoration: none; cursor: pointer; }
a.white:hover{ color: #8CAAC5; }
a.white.underlined{ color: #FFF; text-decoration: none !important;}
a.white.underlined:hover{ color: #FFF; text-decoration: underline !important;}

a.white.bg-fb-blue:hover, a.white.fb-blue:active, a.white.fb-blue:focus{ color: #FFF; background-color: #000; }
a.white.bg-tw-blue:hover, a.white.tw-blue:active, a.white.tw-blue:focus{ color: #FFF; background-color: #000; }

.bg-light-blue a.white:hover{
  color: #3C3C3B;
}

a.bg-charcoal.white:hover, button.bg-charcoal.white:hover{
  background-color: #8CAAC5;
  color: #fff;
}

a.black:hover{ color: #8CAAC5; }

a.custom-btn.bg-light-grey.black:hover{ background-color: #000; color: #fff; }

a.custom-btn.blue-btn:hover, a.custom-btn.blue-btn.active, a.custom-btn.sky-blue-btn:hover, button.custom-btn:hover{ 
  background-color: rgba(113, 191, 68, 0.5) !important; 
  color: #fff !important; 
  border-bottom: 5px solid #71BF44; 
}

a.custom-btn.sky-blue-btn:hover{
  background-color: rgba(113, 191, 68, 0.5) !important; 
  color: #fff !important; 
  border-bottom: 5px solid #fff;  
}

.bg-blue a.sky-blue-btn:hover{
  background-color: #fff !important;
  color: #25AAE1 !important;
}

a.bg-blue.white:hover, a.bg-white.charcoal:hover{
  background-color: #3C3C3B;
  color: #FFF;
}

a.custom-btn.ghost-btn:hover, a.custom-btn-big.ghost-btn:hover{
  border: 2px solid #3C3C3B;
  background-color: #3C3C3B;
  color: #fff;
}

a:hover .bg-blue, a:hover .bg-light-blue, a:hover .bg-light-grey { background-color: #3C3C3B; }
a:hover .bg-light-grey .blue{ color: #fff; } 
a:hover .bg-white .blue{ text-decoration: underline; color: #00629F; }

a.brown:hover{
  color: #683C11;
  text-decoration: underline !important;
}

.bg-charcoal a.ghost-btn:hover{
  background-color: #fff;
  color: #3C3C3B;
  border: 2px solid #fff;
}

button.custom-btn, button.custom-btn-big {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.row.tight-cells{margin-left:0;margin-right:0;}
.row.tight-cells > div[class^="col-"]{
  padding-left:0;
  padding-right:0;
}

.bold {font-weight:bold; font-family: 'AvenirBold'; }
.italic {font-style:italic; font-family: 'AvenirOblique'; }
.lighter {font-weight: lighter; font-family: 'AvenirOblique';}

.home-cdvs-help{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 750px;
}

.home-find-help{
  position: relative;
  min-height: 750px;
}

.home-find-help::before{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 1980px;
  border-color: transparent transparent #8CAAC5 transparent;
  top: -150px;
}

.home-find-help::after{
  content: ' ';
  position: absolute;
  bottom: -150px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 1980px 0 0;
  border-color: #8CAAC5 transparent transparent transparent;
}

.home-testimonials{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 750px;
  padding-top: 200px;
}

.home-get-involved{
  min-height: 500px;
  position: relative;
}

.home-get-involved::before{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 1980px;
  border-color: transparent transparent #fff transparent;
  top: -149px;
}

.home-news{
  min-height: 510px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-center {text-align:center;}
.responsive-center{margin:0 auto;}

.relative{position:relative;}

.uppercase {text-transform:uppercase;}

.heading {font:300 2.6em Open Sans; color:#000; line-height: 39px;}
.small-heading{font:normal 1.6em Open Sans; color: #000; margin-bottom: 10px; line-height: 24px;}
.small-title{font:normal 1.2em Open Sans; color: #000;}


.left25{margin-left: 25px;}

.inline-block{
  display: inline-block;
}

.spacer { clear:both; height:22px; display:block; }
.spacer.small { height:10px; }
.spacer.xsmall { height:5px; }
.spacer.xxlarge { height:60px; }
.spacer.xlarge { height:45px; }
.spacer.large { height:30px; }

.container{
  max-width: 1170px;
  width: auto;
}

img.pull-right {margin:0 0 15px 15px;}
img.pull-left {margin:0 15px 15px 0;}

.grey-border {border:1px solid #C5C5C5;}

img.left{margin: 0 10px 10px 0;}

.spacing-1{
    letter-spacing: -1px;
}

.relative{
    position:relative;
}

.left-column-50{
    width:50%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
}

.right-column-50{
    width:50%;
    height:100%;
    position:absolute;
    top:0px;
    right:0px;
}

form.inline{display: inline-block;}

.text9{ font-size: 0.5625em; }
.text10{ font-size: 0.625em; }
.text11{ font-size: 0.6875em; }
.text12{ font-size: 0.75em; }
.text13{ font-size: 0.8125em; }
.text14{ font-size: 0.875em; }
.text15{ font-size: 0.9375em; }
.text16{ font-size: 1em; }
.text17{ font-size: 1.0625em; }
.text18{ font-size: 1.125em; }
.text19{ font-size: 1.1875em; }
.text20{ font-size: 1.25em; }
.text22{ font-size: 1.375em; }
.text23{ font-size: 1.4375em; }
.text24{ font-size: 1.5em; }
.text25{ font-size: 1.5625em; }
.text26{ font-size: 1.625em; }
.text27{ font-size: 1.6875em; }
.text28{ font-size: 1.75em; }
.text29{ font-size: 1.8125em; }
.text30{ font-size: 1.875em; }
.text32{ font-size: 2em; }
.text35{ font-size: 2.1875em; }
.text36{ font-size: 2.25em; }
.text40{ font-size: 2.5em; }
.text42{ font-size: 2.625em; }
.text45{ font-size: 2.8125em; }
.text46{ font-size: 2.875em; }
.text48{ font-size: 3em; }
.text50{ font-size: 3.125em; }
.text52{ font-size: 3.25em; }
.text60{ font-size: 3.75em; }
.text80{ font-size: 5em; }
.text100{ font-size: 6.25em; }
.text160{ font-size: 10em; }

.responsive-blue div.col-sm-5, .responsive-blue div.col-sm-2{
    height:auto;
    min-height:370px;
}

.donor-card {
  width: 250px;
  height: 250px;
  position: relative;
}

.donor-card .overlay {
  position: absolute;
  padding: 0.5em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #3C3C3B;
}

.donor-card:hover .overlay {
  opacity: 0.95;
}

.donor-card .text {
  position: absolute;
  top: 50%;
  margin-right: 0.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.donor-card .text a {
  font-weight: bold;
  color: #8CAAC5;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-get-involved::before{
    border-width: 0 0 0 0;
  }

  .home-find-help::before{
    border-width: 0 0 0 0;
  }
  .home-find-help::after{
    border-width: 0 0 0 0;
  }

  .home-testimonials{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 305px;
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .responsive-blue{
      background-color:#8CAAC5;
  }

  .responsive-blue div.col-sm-5{
      min-height:auto;
  }

  .responsive-blue div.col-sm-2{
      min-height:126px;
  }

  .home-get-involved::before{
    border-width: 0 0 0 0;
  }

  .home-find-help::before{
    border-width: 0 0 0 0;
  }
  .home-find-help::after{
    border-width: 0 0 0 0;
  }

  .home-testimonials{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 305px;
    padding-top: 0px;
  }

  .bg-light-blue .col-md-7 p
  {
    font-size: 0.625em;
  }

  .text160{
    font-size: 7.5em;
  }

  .bg-light-grey .container-fluid .right.text14{
    font-size: 0.730em;
  }
}

.testimonials{
  max-width: 800px;
  position: relative;
}

.caption{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Landscape phone to portrait tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .center-block-sm{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .center-block-xs{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .testimonials .text23:before{
    left: 0;
    top: 0;
    content: url('/a/img/mobile-opening.png');
  }

  .testimonials .text23:after{
    right: 0;
    bottom: 40;
  }

  .testimonials .text23{
    font-size: 16px;
  }
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.custom-btn-small{ padding: 5px 15px; }
.custom-btn{ padding: 10px 15px; font-size: 14px; font-weight: bold;}
.custom-btn-big{ padding: 10px 30px; }


.ghost-btn{
  background-color: transparent;
  border: 2px solid #fff;
}

.ghost-btn.light-blue{
  border: 2px solid #8CAAC5;
}

/* ===========================
    $PADDINGS & MARGINS
============================ */

.no-margin{ margin: 0px; }
.no-padding{ padding: 0px; }

.p-l-15 { padding-left: 15px; }
.p-r-15 { padding-right: 15px; }
.p-l-30 { padding-left: 30px; }
.p-r-30 { padding-right: 30px; }

@media (min-width: 992px) {
    .p-l-30-md{ padding-left: 30px; }
    .p-r-30-md{ padding-right: 30px; }
    .p-l-15-md{ padding-left: 15px; }
    .p-r-15-md{ padding-right: 15px; }
}

.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 103px;
    background-color: #f5f5f5;
}

#need-help-tab{
  display: inline-block;
  position: fixed;
  bottom:0;
  right:150px;
  padding:8px 15px;
  background:#912637;
  border:2px solid #912637;
  border-bottom:none;
  color:#FFF;
  font-size:24px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 2px -2px 5px #888;
          box-shadow: 2px -2px 5px #888;
  -webkit-transition:0.3s;
  -o-transition:0.3s;
  transition:0.3s;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform:translateX(50%);
      -ms-transform:translateX(50%);
          transform:translateX(50%);
  z-index:5000;
}

#need-help-tab:hover{
  padding-left:30px;
  padding-right:30px;
  background:#FFF;
  color:#912637;
}

/* ===========================
  $HEADER
============================ */

#top-header{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:35px;
  z-index:5000;
}

#main-header{
  margin-top:35px;
}

#quick-escape{
  position: absolute;
  top:0;
  left:0;
  height:36px;
  padding:0 15px;
  color:#FFF;
  background:#862F39;
}

#quick-escape:after{
  content:'';
  position: absolute;
  top:0;
  right:0;
  -webkit-transform:translateX(100%);
      -ms-transform:translateX(100%);
          transform:translateX(100%);
  width:0;
  height:0;
  border-top:18px solid transparent;
  border-bottom:18px solid transparent;

  border-left:10px solid #862F39;
}

#quick-escape > div{
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
      -ms-transform:translateY(-50%);
          transform:translateY(-50%);
}

.header{
  border-bottom: 5px solid #8CAAC5;
}

/*
.header .relative span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/

.header .relative .v-center{
  position: relative;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%); 
}

/* ===========================
  $SIDE NAV
============================ */

/* ===================================
  $HOME
===================================== */

.home-banner{
  min-height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#owl-home.owl-theme .owl-controls{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

#owl-home.owl-theme .owl-controls .owl-page.active span, #owl-home.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #fff;
}

#owl-home.owl-theme .owl-controls .owl-page span{
  background: #fff;
}

.whats-new{
  background-image: url('/a/img/home-whats-new-block.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.upcoming-event{
  background-image: url('/a/img/home-event-block.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {

  .home-services{
    position: absolute;
    right: 0;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    max-height: 110%;
  }

}

@media (max-width: 767px) {
  .home-services{
    width: 100%;
  }
}

.article-item{
  border-bottom: 5px solid #fff;
}

.article-item img{
  border: 5px solid #fff;
  max-height: 145px;
}

/* ===================================
  $REFERRAL COMPANIES
===================================== */
#referral-companies{
  padding:15px 0;
}

.company-cell{
    text-align: center;
    padding:15px;
    font-size:18px;
    margin-bottom:15px;
    background:#FFF;
    border-radius:5px;
    box-shadow:-1px 1px 5px #ccc;
    transition: 0.3s;
    color:#000;
}

.company-cell:hover{
  box-shadow: -1px 1px 5px #666;
}

.company-cell img{
    display: block;
    max-width:100%;
    margin:0 auto 8px;
}

.company-cell.height-matched .v-center{
    position: relative;
    top:50%;
    transform:translateY(-50%);
}

.row.centered{
  text-align: center;
  font-size:0;
}

.row.centered > div{
  float:none;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* ===================================
  $FOOTER
===================================== */


/* ===================================
  $PAGE NUMBERS
===================================== */
.pageNumbers {
  color:#000;
  text-align:center;
  margin: 40px 0 10px 0;
  font-size:1em;
  font-weight:bold;
}
.pageNumbers a, .pageNumbers a.next, .pageNumbers a.prev {
  color:#000;
  padding:8px 12px;
  margin:0 3px;
}

 .pageNumbers a.next, .pageNumbers a.prev {
  color:#fff;
  background:#C73927;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
 }
 
.pageNumbers a:hover, .pageNumbers a.active, .pageNumbers a.next:hover, .pageNumbers a.prev:hover {
  color:#fff;
  text-decoration: none;
  background:#054170;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* ===========================
  $LOGIN
============================ */
.login {
  width:40%;
  margin:0 auto;
  padding:15px 20px;
  border:1px solid #C6C6C6;
  -webkit-border-radius:6px;
  border-radius:6px;
}

/* ===================================
  $ADMIN
===================================== */
.sidebar{
  padding-left: 0;
  margin: 0 0 20px;
}

.sidebar li{
  list-style: none;
  margin: 0;
}

.sidebar li a{
  display: block;
  padding: 15px 10px;
  background: #EDEDED;
  border-bottom: 1px solid #FFF;
}

/* ===================================
  $SIDEBAR
===================================== */

#sidebar {
    z-index: 6000;
    box-sizing: border-box;
    width: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow-x: hidden;
    perspective: 1000px; }

#sidebar.move{
  width: 350px;
}

#sidebar > .parent-sidebar-panel > ul{
  display: flex;
    flex-direction: column;
}

#sidebar ul {
    padding: 0px;
    list-style-type: none;
}
#sidebar ul li {
    padding: 6px 15px 6px 40px;
    border-bottom: 1px solid #8CAAC5;
}

#sidebar ul li:first-child{
  border-top: 1px solid #8CAAC5;
}

#sidebar ul li a {
    display: flex;
    align-items: center;
    height: 40px; }

#sidebar ul li:hover, #sidebar ul li:focus, #sidebar ul li:active {
  background-color: #0A5786;
}

#sidebar ul li a:hover, #sidebar ul li a:focus, #sidebar ul li a:active {
    text-decoration: none; 
    color: #fff;
}

#sidebar ul li ul li{
  padding:0px;
}

#sidebar ul li span {
    display: block;
    margin-left: 10px;
    font-size: 13px; }
#sidebar header {
    height: 56px;
    padding: 5px;
    background-color: #272c30; }
#sidebar header h1 {
    margin: 0; }
#sidebar .parent-sidebar-panel {
    
    color: #fff;
    height: 100%;
    box-sizing: border-box;
    width: 0px;
    background-color: #00629F;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transform-style: preserve-3d;
    transition: width 300ms ease; }
#sidebar .parent-sidebar-panel .fa {
    font-size: 24px;
    cursor: pointer; }
#sidebar .parent-sidebar-panel.move {
    width: 350px; }

.mobile-nav {
    display: block;
    height: 100px;
    color: #fff;
    padding: 0 30px;
    font-size: 40px;
    z-index: 999999;
    top: 0;
    right: 0;
    cursor: pointer; }
.mobile-nav.move {
    display: none; }
.with-logo {
    width: 80%;
    height: 90px;
    position: relative;
}

.mobile-nav img {
    margin: 0 auto;
    width: 30%;
}

.nav-open {
    /*position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2000;*/
    cursor: pointer;
}

.parent-item ul{
  display: none;
}

.menu-phone{
  margin-left: 15px;
  margin-top: 75px;
}

p .nav-open{
  position: inherit;
  padding: 5px 15px;
}

/* ===================================
  $FEEDBACK
===================================== */

div.survey-tabs{
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

div.survey-tab{
    display: block;
    width: 33.33%;
    float: left;
    padding: 10px 0px;
    text-align: center;
}

div.survey-tab:hover{
    background: #eeeeee;
    cursor: pointer;
}

div.survey-clear{
    clear: both;
}

div.survey-tab.active{
    /* text-decoration: underline; */
    background: #eeeeee;
}

/* ===================================
  $LIST
===================================== */

/*.list-item{
  width: 33%;
  float: left;
  padding: 5px 5px;  
}

.list-item .img-container{
  min-height: 225px;
  width: 100%;
  background-color: #9A9A99;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.list-item .info-container{
    border-left: 1px solid #9A9A99;
    border-right: 1px solid #9A9A99;
    padding: 5px 15px;
}

.list-item span{
  display: block;
  background-color: #25AAE1;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}

.list-item:hover{
  cursor: pointer;
}

.list-item:hover span{
  background-color: #71BF44;

}

@media (min-width: 768px) and (max-width: 991px) {
  .list-item{
    width: 50%;
  } 
}

@media (max-width: 767px) {
  .list-item{
    width: 100%;
  }  
}*/

.list-item .article-item{
  border: 1px solid #8CAAC5;
}

/* ===================================
  $RESOURCES
===================================== */
.resource-thumbnail{
  background-color:#FFF;
  min-height: 160px;
  background-size:contain; 
  background-position:center; 
  background-repeat: no-repeat;
}

/* ===================================
  $RESPONSIVE STYLES
===================================== */

/* Large desktop */
@media (min-width: 1200px) {  

}

@media (max-width: 1200px) {

}


@media (min-width: 992px) {

}

/* In between desktop and tablet*/ 
@media (min-width: 980px) and (max-width: 1199px) {


}

@media (max-width:1059px) {


}

/* anything below tablet size */
@media (max-width: 991px) {


}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
@media (max-width: 540px){
  

}

/* Landscape phones and down */
@media (max-width: 480px) {

}

/* ===================================
  $RESPONSIVE TEXT ALIGN
===================================== */

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

/* ===================================
  $5 COLUMN
===================================== */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths.borderbottom,
.col-sm-5ths.borderbottom,
.col-md-5ths.borderbottom,
.col-lg-5ths.borderbottom{
  border-right: 1px solid #C1C1C1;
  border-bottom: 5px solid #C1C1C1;
}

.col-xs-5ths.borderbottom.active,
.col-sm-5ths.borderbottom.active,
.col-md-5ths.borderbottom.active,
.col-lg-5ths.borderbottom.active{
  border-bottom-color: #D3BA29;
}


@media (max-width: 767px)
{
  .col-xs-5ths {
    width: 20%;
    float: left;
  }
  .vcenter{
    float:right !important;
    display:block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.navbar{
  margin-bottom: 0px;
}

.navbar.transparent {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.0);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}

.navbar-default .navbar-nav>li>a{
  color: #000;
}

.navbar-default .navbar-nav>li>a.blue-btn, .navbar-default .navbar-nav>li>a.blue-btn.active {
  color: #fff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a.active{
  color: #25AAE1;
}

.nav.navbar-nav.navbar-right{
  margin-top: 30px;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.jplist-panel .jplist-pagination .jplist-current{
  background: #00629F !important;
  color: #fff !important;
  text-shadow: none !important;
  font-weight: normal !important;
}

.jplist-panel button{
  background: #fff !important;
  color: #8CAAC5 !important;
  text-shadow: none !important;
  font-weight: normal !important;
}

.jplist-panel button:hover{
  background: #8CAAC5 !important;
  color: #fff !important;
  text-shadow: none !important;
  font-weight: normal !important;
}

.panel-default>.panel-heading{
  background-color: #8CAAC5;
  color: #fff;
}

.panel-default>.panel-heading a{
  color: #fff;
}

.panel-default>.panel-heading a:hover, .panel-default>.panel-heading a:focus, .panel-default>.panel-heading a:active{
  color: #fff;
  text-decoration: none;
}

.panel-default>.panel-heading a[aria-expanded*="true"] h4::after{
  content: '\f056';
  font-family: 'FontAwesome';
  float: right;
}

.panel-default>.panel-heading a[aria-expanded*="false"] h4::after{
  content: '\f055';
  font-family: 'FontAwesome';
  float: right;
}

.nav-tabs{
  border-bottom: 1px solid #fff;
}

.nav-tabs>li>a{
  color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover{
  background-color: transparent;
  border-color: #fff;
  border-radius: 0px; 
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
}

#owl-testimonials.owl-theme .owl-controls{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 100%;
  left: 0;
  position: absolute;
}

#owl-testimonials.owl-theme .owl-controls .owl-buttons div{
  background-color: transparent;
}

#owl-testimonials.owl-theme .owl-controls .owl-buttons .owl-prev{
  float: left;
}

#owl-testimonials.owl-theme .owl-controls .owl-buttons .owl-next{
  float: right;
}

.g-recaptcha.cent > div{
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#search-btn{
  cursor: pointer;
}

.gsc-control-cse{
  background-color: transparent !important;
  border: none !important;
}

.cse .gsc-control-cse, .gsc-control-cse{
  background-color: transparent !important;
  border: none !important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
    input.gsc-search-button-v2 {
        height: 26px !important;
        margin-top: 0 !important;
        min-width: 13px !important;
        padding: 5px 26px !important;
        width: 68px !important;
    }

.search-popup{
  position: absolute;
  bottom: -65px;
  width: 300px;
  background-color: #3C3C3B;
  padding: 15px;
  z-index: 9999;
  left: 0;
  display: none;
}

.search-popup .input-group-btn{
  z-index: 1000;
}



.selectize-dropdown [data-selectable].option{cursor: pointer;}