/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ---------*/

/* utilities */


.bg-blue {
	background: #6FA9C2!important;
}

.bg-yellow {
	background: #f4f57d !important;
}

.bg-orange {
	background: #FF964F !important;
}

.bg-dark-orange {
	background: #d73612 !important;
}
.text-black {
	color: #0C4760 !important;
}
.img-plus {
  /* padding: 0.5rem; */
  border-radius: 10px;
  box-shadow: 15px 15px 0 #eeeeee;
}

  .btn2 {
    background: #fff !important;
    color: #1e2841 !important;
    box-shadow: none !important;
  }
  .btn2:hover {
    background: #d92b2b !important;
    color: #fff !important;
    box-shadow: none !important;
  }

/* body */

body{
  font-weight:400;
  font-size: 16px;
  /* font-family: 'Raleway', sans-serif; */
}

main {
    background: #feffb9;
}


/* main .btn {
  box-shadow: 5px 5px 15px rgba(125, 125, 125, .5)
} */

h1,
h2,
h3,
h4,
h5,
h6,
.billboard .slide-header {
  /* font-family: 'Raleway', sans-serif; */
  font-weight: 700;
 

}

main h1,
main h2,
main h3,
main h4,
main h5 {
  color: #217ea6;
}


/* if header d */

.nav-bar {
	background: #0c4760;
	color: #fff;
	/* margin-top: .5rem; */
}


.nav-bar ul a {
    color: #fff;
    padding: 16px 8px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
	font-size: 15px;
  transition: background .4s ease-in-out;
}

.nav-bar ul a:hover {
	background: #d92b2b;
  color: #fff;
}


.passed-header .nav-bar ul {
  text-align: center;
  padding-bottom: 0;
} 

/* header */

header#header {
	background: #59A5C5;
}


.hidden-logo img {
  height: 50px;
}

.logo img {
  width: auto;
  max-height: 184px;
}

#header {
  padding: 1em 0 0 0;
}


#content .btn:hover, #content .view-article:hover, #footer .btn:hover, .billboard .slider-content a:hover, .btn:hover, .link-button:hover, .rev-read-more:hover, button:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background: #d92b2b;
  color: #fff;
  
}

html input[type="button"]:hover, .wpcf7-form input[type="submit"]:hover{
	background: #D92B2B;
  color: #fff;
}


.phone-number {
  background: #D92B2B;
  color: #fff;
}

.phone-number:hover {
  color: #fff;
  background: #1e2841;
}

ul.menu>li.current-page-ancestor>a:before,
ul.menu>li.current_page_parent>a:before,
ul.menu>li.current-menu-parent>a:before,
ul.menu>li.current-menu-item>a:before,
ul.menu>li>a:before {
  background: #217ea6;
  bottom: 8px;
  display: none;
}

/* billboard */

.billboard .slider-content .slider-cta-button,
.billboard .slider-content a,
#content .btn,
#respond #submit,
#slider .btn,
.biziq-button,.client-button,
.btn,
.link-button,
.rev-read-more,
.view-article,
.wpcf7-form input[type="submit"],
a.contact-btn,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #217ea6;
  color: #fff;
}

.billboard .slider-content .slider-cta-button:hover,
.billboard .slider-content a:hover {
  background: #D92B2B;
  color: #fff;
}

/* .billboard .slider-parallax .swiper-slide:after {
    background-color: rgba(0, 0, 0, 0.3);
} */


/* footer */
#footer {
	background:  #217ea6;
  color: #fff;
}

.today {
 
}

/* .quick-links .fancylist li:hover {
  color: #;
} */

#footer ul.fancylist li:before {
  color: #fff;
}

#copyright {
    /* background: #003263; */
}


/* review page */

.rev-wrap {
  color: #ba0000;
  transition: transform .5s ease .25ms;
}


.rev-wrap:before {
  background-color: #D92B2B;
  transition: transform .5s ease;
}

/* Feedback */

.fa-thumbs-up:before {
  content: "\f164";
  color: #D92B2B;
}

.fa-thumbs-down:before {
  content: "\f165";
  color: #D92B2B;
}


/* contact */

main form,
form {
  background: #F98864;
  color: #000;
}



/* mobile */
#mobile-menu-container.left {
  background: #0e6185;
}

#mobile-menu-container .current_page_item a {
  background: #d92b2b;
  color: #fff;

}

#mobile-menu-container .menu-bar {
  background: #0e6185;
}

.hamburger {
  padding-top: 1px;
  background: #0e6185;
}

#mobile-menu-container ul {
  background-color: #0e6185;
}

#footer ul li:before, ul.fancylist li:before {  
    color: #f98864;
}

.box-shadow-img{
	box-shadow: 15px 15px 0 #dcdcdc;
}

.nav-bar ul.sub-menu {
    background: #0e6185;
}
.nav-bar ul.sub-menu a {
    color: #fff !important;
}

.nav-bar ul.sub-menu a:hover {
    color: #fff !important;
    background: #D92B2B;
}

@media only screen and (min-width: 992px) {

  main h1 {
    font-size: 2.25rem;
  }
	
	main h2 {
    font-size: 2rem;
  }

  .slide-header {
    font-size: 4rem !important;
  }

   

}



@media only screen and (min-width: 768px) {}

