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



/* body */

body{
  font-weight:400;
  background:#FFF;
  font-size: 17px;
  font-family: 'Raleway', sans-serif;
}




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

h1,
h2,
h3,
h4,
h5,
h6,
.billboard .slide-header {
  font-family: 'Merriweather', serif;
  font-weight: 700;
}

.billboard .slide-header {
   background: #0000009e;
   padding: 5px 10px;
}

@media screen and (min-width: 768px) {
.billboard .slide-header {
   background: none;
   padding: 0;
 }
}

main h1,
main h2,
main h3,
main h4,
main h5 {
  color: #0A2472;
}


/* if header d */

.nav-bar {
	background: #C80428;
	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: #0A2472;
}


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

/* header */

header#header {
/* 	background: url('/wp-content/uploads/h-bg.jpg') no-repeat center center/cover; */
	/* background-attachment: fixed; */
}


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

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

#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: #C80428;
}

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


/* .phone-number {
  background: none;
  color: #003263;
}

.phone-number:hover {
  color: #001122;
} */

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: #003263;
  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: #0A2472;
  color: #fff;
  border: 2px solid #fff;
}

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

}

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


/* footer */
#footer {
   background:  #C80428;
   color: #fff;
}

.today {
  color: #fff19e;
}

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

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

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


/* review page */

.rev-wrap {
  border: 2px solid #0A2472;
  background: #fff;
  transition: transform .5s ease .25ms;
}


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

/* Feedback */

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

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


/* contact */

main form,
form {
  background: #C80428;
  color: #fff;
}


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

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

}

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

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

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

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

/* utilities */

.breakout {
  background-color: #eee;
  /* 	margin-top: 0;
	margin-bottom: 0; */
}

.bd {
	border: 1px solid #C80428!important;
}

.bg-red {
	color: #C80428 !important;
}

.bg-blue {
	background: #0A2472 !important;
}

.img-plus {
  border: 4px solid #C80428;
  /* padding: 0.5rem; */
  border-radius: 10px;
  box-shadow: 15px 15px 0 #eeeeee;
}

.box-shadow-img{
	box-shadow: 15px 15px 0 #dcdcdc;
    border: 5px solid #0A2472 !important;
}

.btn2 {
	background: #C80428 !important;
}

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

.btn3:hover {
	 background: #fff !important;
	color: #000 !important;	
	box-shadow: none !important;
}

.nav-bar ul.sub-menu {
    background: black;
}


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

  main h1 {
    font-size: 2.5rem;
  }
	
	main h2 {
    font-size: 2.5rem;
  }

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

   

}



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