/*Bootstrap 5 column*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
/* Override Bootsrap*/
nav.navbar {
  border: 0;
  border-radius: 0;
  margin-bottom: 0; }

body {
  font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif; }

.btn-default {
  background: #aaaaaa;
  border: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }
  .btn-default:hover {
    color: #fff;
    background: #a2a2a2; }

/* General Classes */
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 700; }
body h3 {
  color: #018FA3; }
body p {
  line-height: 25px; }
body .no-link > a {
  cursor: unset; }

.two-tile h3, .two-tile p {
  color: #fff; }

.blog-post-title {
  color: #018FA3;
  margin-bottom: 20px; }

#main-container ul li {
  line-height: 25px; }

/* Header */
#top-header {
  border-bottom: 1px solid #bbb;
  padding: 20px 0 0 0; }

.blog-masthead {
  position: relative;
  z-index: 99; }

.navbar-nav > li > a {
  color: #00AAE3;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }
  .navbar-nav > li > a:hover {
    background: #fff;
    color: #B3B3B3; }
.navbar-nav > li.menu-item.menu-item-has-children {
  position: relative;
  margin-right: 3px; }
  .navbar-nav > li.menu-item.menu-item-has-children > a {
    padding-right: 20px; }
  .navbar-nav > li.menu-item.menu-item-has-children .sub-menu {
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    list-style: none;
    padding: 15px 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 250px; }
    .navbar-nav > li.menu-item.menu-item-has-children .sub-menu > li {
      font-size: 14px;
      font-weight: 700;
      padding: 15px; }
      .navbar-nav > li.menu-item.menu-item-has-children .sub-menu > li > a {
        color: #B3B3B3;
        text-transform: uppercase; }
      .navbar-nav > li.menu-item.menu-item-has-children .sub-menu > li.menu-item-has-children {
        position: relative; }
        .navbar-nav > li.menu-item.menu-item-has-children .sub-menu > li.menu-item-has-children > .sub-menu {
          left: 245px;
          top: -15px; }
        .navbar-nav > li.menu-item.menu-item-has-children .sub-menu > li.menu-item-has-children:after {
          content: "\f054";
          color: #B3B3B3;
          font-family: FontAwesome;
          position: absolute;
          top: 15px;
          right: 30px; }
  .navbar-nav > li.menu-item.menu-item-has-children:after {
    content: "\f078";
    color: #00AAE3;
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    right: -3px; }
.navbar-nav > li.menu-item.current_page_item a, .navbar-nav > li.menu-item.current_page_ancestor a {
  color: #018FA3; }
.navbar-nav > li.menu-item.current_page_item:after, .navbar-nav > li.menu-item.current_page_ancestor:after {
  color: #018FA3; }

.logo-container .main-logo img {
  max-width: 100%; }
.logo-container .slogan {
  color: #018FA3;
  display: block;
  font-weight: bold;
  margin-bottom: 10px; }

.header-widget {
  color: #018FA3;
  font-weight: normal;
  margin-bottom: 30px;
  text-align: right; }
  .header-widget .btn-default {
    margin-bottom: 12px; }

.header-tel {
  color: #018FA3;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none; }
  .header-tel:hover {
    color: #00AAE3;
    text-decoration: underline; }
  .header-tel:before {
    content: "\f095";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 12px; }

.mobile-only-phone-num {
  float: left;
  padding: 10px 15px; }
  .mobile-only-phone-num .header-tel {
    font-size: 21px; }

/* Navbar Toggle */
.navbar-toggle {
  background: #018FA3; }
  .navbar-toggle .icon-bar {
    background: #fff; }

/* Main Container */
#main-container {
  margin-bottom: 20px; }

.hero-banner {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 520px; }

/* About Us page */
.about-block {
  background: #efefef;
  color: #2A869C;
  padding: 30px 20px;
  min-height: 360px; }
  .about-block h2 {
    margin-top: 0; }

.our-team-col {
  color: #ababab; }
  .our-team-col .wpb_text_column.wpb_content_element {
    margin-bottom: 20px; }
  .our-team-col > .vc_column-inner > .wpb_wrapper {
    background: #efefef;
    padding: 50px 0;
    margin-bottom: 20px; }

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern.vc_btn3-size-md {
  border: 0;
  background: #00AAE3;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  text-transform: uppercase; }
  .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern.vc_btn3-size-md:hover {
    background: #0097ca; }

/* Flickity Carousel */
.main-carousel {
  border-top: 10px solid #018FA3; }

.carousel-cell {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  /* full width */
  height: 520px;
  /* height of carousel */
  margin-right: 10px; }
  .carousel-cell .container {
    height: 100%; }

.flickity-page-dots {
  display: none; }

.slider-content-table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: left; }
  .slider-content-table .slider-content-cell {
    display: table-cell;
    vertical-align: middle; }
  .slider-content-table .slider-title {
    color: #00AAE3;
    font-weight: 700;
    text-transform: uppercase; }

/* Contact Form 7 */
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
  border: 0;
  color: #018FA3;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 10px 15px;
  width: 100%; }
.wpcf7 .date-inp {
  padding-right: 0; }
  .wpcf7 .date-inp input[type=date] {
    height: 40px;
    padding-right: 5px;
    padding-left: 30px;
    padding-bottom: 10px;
    -webkit-appearance: none; }
  .wpcf7 .date-inp span {
    position: relative; }
    .wpcf7 .date-inp span:after {
      content: "\f073";
      color: #018FA3;
      font-family: FontAwesome;
      font-size: 16px;
      position: absolute;
      left: 10px;
      top: -2px; }
.wpcf7 .time-inp {
  padding-left: 0; }
  .wpcf7 .time-inp span {
    position: relative;
    display: block; }
    .wpcf7 .time-inp span:after {
      content: "\f017";
      color: #018FA3;
      font-family: FontAwesome;
      font-size: 16px;
      position: absolute;
      left: 5px;
      top: 10px; }
    .wpcf7 .time-inp span select {
      padding-left: 20px; }
.wpcf7 input[type=submit] {
  background: #aaaaaa;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  width: 180px; }
  .wpcf7 input[type=submit]:hover {
    background: #999999; }
.wpcf7 textarea {
  height: 97px; }
.wpcf7 ::-webkit-input-placeholder {
  color: #2a869c;
  font-weight: 700; }
.wpcf7 :-moz-placeholder {
  color: #2a869c;
  font-weight: 700; }
.wpcf7 ::-moz-placeholder {
  color: #2a869c;
  font-weight: 700; }
.wpcf7 :-ms-input-placeholder {
  color: #2a869c;
  font-weight: 700; }

.service-contact {
  background: #BDDAED;
  padding: 30px 20px 5px; }
  .service-contact .wpb_text_column.wpb_content_element {
    margin-bottom: 30px; }
    .service-contact .wpb_text_column.wpb_content_element h3 {
      margin-top: 0; }

/* Dropkick Select */
.dk-select, .dk-select-multi {
  display: block;
  color: #018FA3;
  font-weight: 700;
  width: 100%; }

.dk-selected {
  border: 0;
  border-radius: 0;
  padding: 10px 30px;
  height: 40px; }

.dk-selected:hover, .dk-selected:focus {
  border-color: #00AAE3; }

.dk-select-open-down .dk-select-options {
  border-radius: 0;
  margin-top: 0; }

/* Footer */
.footer-bottom {
  border-top: 1px solid #aaa;
  padding: 20px 0; }

.footer-images {
  text-align: center;
  position: relative; }
  .footer-images img {
    display: inline-block;
    height: 90px;
    width: auto;
    padding: 0 10px; }
  .footer-images .footer-social {
    font-size: 42px;
    position: absolute;
    right: 0;
    top: 15px; }
    .footer-images .footer-social a {
      color: #aaa; }
      .footer-images .footer-social a:hover {
        color: #018FA3; }

/*MIN WIDTHS*/
/* Menu Navigation Breakpoint */
@media (min-width: 768px) {
  .navbar-nav {
    float: right; }

  #navbar-main .navbar-nav > li {
    margin-left: 20px; }

  .footer-images img:first-child {
    margin-left: -60px; }

  .navbar-nav > .menu-item.menu-item-has-children:hover > a {
    background: #fff;
    color: #B3B3B3; }
  .navbar-nav > .menu-item.menu-item-has-children:hover > .sub-menu {
    display: block; }
    .navbar-nav > .menu-item.menu-item-has-children:hover > .sub-menu > li > a {
      color: #B3B3B3; }
    .navbar-nav > .menu-item.menu-item-has-children:hover > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
      display: block; }
  .navbar-nav > .menu-item.menu-item-has-children:hover:after {
    color: #B3B3B3; }

  .mobile-only-phone-num {
    display: none; } }
@media (min-width: 1101px) {
  .logo-container {
    margin-top: 38px; } }
/*MAX WIDTHS*/
@media (max-width: 1100px) {
  .header-widget {
    display: none; } }
@media (max-width: 992px) {
  .wpcf7 .date-inp {
    padding-right: 15px; }

  .wpcf7 .time-inp {
    padding-left: 15px;
    margin-bottom: 15px; }

  .wpcf7 .time-inp span:after {
    left: 10px; }

  .logo-container {
    text-align: center; }

  .main-logo img {
    max-width: 100%; } }
@media (max-width: 768px) {
  .two-tile.two-tile-reverse {
    display: flex;
    flex-direction: column-reverse; }

  body h1 {
    font-size: 30px; }

  .footer-images .footer-social {
    position: static; }

  .flickity-prev-next-button {
    height: 30px;
    width: 30px; }

  #about-footer .vc_empty_space {
    height: 300px !important; }

  body .navbar-nav .menu-item.menu-item-has-children .sub-menu {
    position: static;
    width: 100%;
    margin-left: 20px; }

  body .navbar-nav .menu-item.menu-item-has-children:after {
    right: 15px;
    top: 10px; }

  body .navbar-nav .menu-item.menu-item-has-children .sub-menu > li.menu-item-has-children:after {
    top: 15px; } }

/*# sourceMappingURL=app.css.map */
