/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*
NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section.

Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. 
----------------------------------------------------------------*/
body {
  font-family:'Montserrat', sans-serif;
	font-size: 17px;
}

main {
    padding: 0;
}

/*--BILLBOARDS--*/
.billboard .slider-content .slider-cta-button:hover, .billboard .slider-content a:hover, .video-container .slider-content .slider-cta-button:hover, .video-container .slider-content a:hover {
    background: #222;
}

.billboard .slider-parallax .swiper-slide:after {
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.billboard .slide-header, .video-container .slide-header {
    font-size: 6em;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
}

.slide-sub-header {
	 font-size: 4em;
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
}

/*--HEADER--*/
#header {
    background: #e6e6e6;
}

.passed-header .stick-me.stuck {
    background: #e6e6e6;
}

.hidden-logo img {
    height: 90px;
  margin: 0.5em;
}

.passed-header .phone-number {
    margin-bottom: 0;
    margin: 1em;
}
.topPhone a {
    background: #222;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 1.0em;
    display: inline-block;
}

.phone-number {
    background: #222;
}

.header-b .phone-wrap-inner {
    max-width: 100%;
}

.hidden-logo, .hidden-logo-phone {
    color: #1D2C8F;
}

.hidden-logo, .hidden-logo-phone a:hover{
    color: #222;
    text-decoration: none;
}

.passed-header .hidden-logo {
    left: .25em;
    top: .25em;
}

.logo {
    position: relative;
    z-index: 2;
    font-size: 1.5em;
    margin-bottom: .5em;
    margin-top: 10px;
}

.logo a {
    font-size: 2em;
    color: #1D2C8F;
  -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.logo a:hover {
  color:#222;
  -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  text-decoration:none;
}

/*--NAV--*/
.nav-bar ul a {
    font-family: 'Bebas Neue', sans-serif;
  font-size:22px;
  font-weight:400;
}

.nav-bar ul > li.current-menu-item > a, .nav-bar ul li.current_page_parent > a, .nav-bar ul li.current-menu-ancestor > a, .nav-bar ul > li:hover > a {
    color: #000;
	font-weight:400;
    padding: 10px 25px 10px 13px;
    border-right: 3px solid #1D2C8F;
    text-align: center;
}

.nav-bar ul > li.current-menu-item > a, .nav-bar ul li.current_page_parent > a, .nav-bar ul li.current-menu-ancestor > a, .nav-bar ul > li > a {
    color: #000;
    padding: 10px 25px 10px 13px;
    border-right: 3px solid #1D2C8F;
    text-align: center;
}

.nav-bar ul.sub-menu li a {
     padding: 10px 25px 10px 13px;
	text-align:left;
}


.nav-bar ul.sub-menu li a:hover {
     padding: 10px 25px 10px 13px;
	text-align:left;
	background:#DEDDDB;
}


li#menu-item-372 a {
    border-right: none;
    margin-left: 10px;
    color: #fff;
    font-weight: 400;
  background: #1D2C8F;
  border-radius:5px;
 -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

li#menu-item-372 a:hover {
    background: #2E2E2E;
  -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

}
/*--BUTTONS--*/
.billboard .slider-content .slider-cta-button, .billboard .slider-content a, .video-container .slider-content .slider-cta-button, .video-container .slider-content a, #content .btn, #respond #submit, #slider .btn, .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: #1D2C8F;
    color: #fff;
    min-width: 220px;
  border: 2px solid #fff;
	text-transform:uppercase;
}

#content .btn:hover, #content .view-article:hover, #footer .btn:hover, #slider .btn:hover, #slider:hover .btn, .billboard .slider-content a:hover, .btn:hover, .link-button:hover, .rev-read-more:hover, .video-container .slider-content a:hover, .wpcf7-form input[type="submit"]:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #C9C9C9;
    color: #222;
	text-transform:uppercase;
}

a.btn.mt-2 {
    background: #fff !important;
    color: #1D2C8F !important;
}

a.btn.mt-2:hover {
    background: #222 !important;
    color: #fff !important;
}

/*--BREAKOUTS--*/
   .breakout {
    background-color: #1D2C8F;
}

.dk {
  background-color:#222;
}

.first-b, .billboard.breakout {
    margin-top: -1rem !important;
}
.billboard.breakout {
    background-color:#2E2E2E;
  color:#fff;
}

.billboard.breakout.row {
    background-color:#DEDDDB;
  margin-top:0;
  margin-bottom:0;
}

/*--FOOTER--*/
#footer {
    background: #222;
}

#footer h2 {
    font-size: 1.75em;
	font-weight:400;
}

.today {
    font-weight: 700;
    color: #fff;
}

#copyright {
    background: #222;
}

.socialicons {
    text-align: left;
}

.socialicons .bottomicon {
    width: 40px;
    margin: 0 auto;
}

/*--REVIEWS--*/
.review-body{
  margin-bottom:1em;
}

.rev-wrap {
    border: 1px solid #222;
}

.rev-wrap:before {
    background-color: #222;
}

.up-down a {
    text-align: center;
    padding: 20px 0;
  color:#222;
      -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.up-down a:hover {
    text-align: center;
    padding: 20px 0;
  color: #1D2C8F;
      -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*--MISC ELEMENTS--*/
H1, H2, H3, H4 {
    font-family: 'Bebas Neue', sans-serif;
	font-weight:400;
	font-size:2em;
}
.wrap {
    padding: 20px;
    border: 2px solid gray;
    margin-bottom: 1em;
}

#content .row {
  margin-top:2em;
  margin-bottom:2em;
}

ul.checked li:before {
    color: #1D2C8F;
}

h5.accent.text-center {
    margin: 2em;
}

#mobile-menu-container .current_page_item a:before {
    background: #fff;
}

#mobile-menu-container .current_page_item a {
    background: #1D2C8F;
}

 


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

  a.phone-number:hover {
    color: #fff;
  }
  #content {
    padding-bottom: 2rem; 
  }
  .serv-row > div {
    margin-bottom:0em;
  }

   .text-wrap {
     max-width: 600px;
     padding: 2em 3em 2em 0em;
   }
  .nav-bar ul {
  }
  
  .nav-bar .sub-menu {
    background: #FFF;
}
  .passed-header .nav-bar ul {
    max-width: 100%; 
  }
  .parallax {
    background-attachment: fixed;
  }
  .passed-header .menu-wrap.stuck {
     /* box-shadow: 0 0 5px #b9b9b9; */
     padding-bottom: .0em !important;
  }

  
  .nav-bar > ul > li {
    border:none;
   
    position: relative;
    overflow: inherit;
    padding: 0px 0 0px;
  }
  .nav-bar ul.sub-menu {
    right: 0;
    width: auto;
    left:0;
    z-index: -2;
    top: 150%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    /* box-shadow: 0 0 3px #e5e5e5; */
}

  .nav-bar > ul >  li:hover > ul.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 5;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .nav-bar > ul > li ul.sub-menu li {
    margin: 0;
    /* overflow: hidden; */
  }
	
	.nav-bar > ul.sub-menu > li:hover > ul.sub-menu {
		opacity: 1;
		visibility: visible;
	}
}

@media only screen and (max-width: 767px) {
  .home-ctas > div {
    margin: 0em auto 0em;
      margin-bottom: 10px;
  } 
  .home-ctas > div:last-child {
    margin-bottom: 0;
  } 
  .billboard .swiper-slide:after {
    /* background: rgba(2, 156, 206, 0.58) !important; */
  }
  .billboard .slider-content {
    padding: 1em 1em 2em;
    position: relative;
  }
 
  header#header {
  }
  .header-b .stick-me > .end-xs:first-child {padding: 0;}

  .sub-menu-icon {
    cursor: pointer;
  }

  .billboard .slider-parallax .slider-content {

    text-align: center;
}
 
  .topPhone {
    text-align: center;
  }
  #content {
    min-height: 0;
  }

  #footer h2 {
    margin-top: 1em;
  }
  #footer .box {
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
 
  dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
  .billboard .slider-parallax .slider-content {

    text-align: center;
}
	
	.billboard .slide-header, .video-container .slide-header {
    font-size: 3em;
}
  .slide-sub-header {
    font-size: 2.5em;
}
	.logo {
    font-size: 1em;
}
}

@media only screen and (max-width: 480px) {
		.billboard .slide-header, .video-container .slide-header {
    font-size: 3em;
}
  .slide-sub-header {
    font-size: 2.5em;
}
	
	.logo {
    font-size: 1em;
}
	
  dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
  
  .logo-wrap {
}

}