.attachment-fixed {
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .attachment-fixed {
    background-attachment: fixed;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}
.fa-map-pin:before {
    content: "\f276";
}
fieldset {
    margin: 0 0 1em;
}
.btn-skip-content {
    background-color: #2f833d !important;
    color: #fff !important;
}
/* GLOBAL */
body.media {
  display: block;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #233E80;
    font-weight: bold;
}
.home .h1, .home h1 {
    font-size: 2.5rem;
}
.h1, h1 {
    font-size: 2rem;
}
h2 {
    margin: .75em 0 .5em;font-size:1.75em;
}
h3, h4, h5, h6 {font-size:1.5em;margin: 1em 0 .75em;}
.testimonials-section .container-fluid, .section-latest-posts .container-fluid, .section.two .container-fluid, .home #content {
    max-width: 1400px;
}
body, .bg-white, .text-body {
  color:#1a1a1a;
}
blockquote {
    margin: 0 0 1rem;
    font-size: 1.2em;
}
a, button, svg {
  transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s
}
p {
    font-size: 1.2em;
    line-height: 1.6em;
}
ul, ol {
    font-size: 1.2em;
    line-height: 1.6em;
}
ul ul {
    font-size: 1em;
}
.entry-content dt {
    color: #233E80;
    font-size: 1.5em;
}
.btn-wcag {
    position: absolute;
    top: 6rem;
    left: .5rem;
    color: white;
    border: 1px solid white;
    z-index: 10;
    padding: .5em 1em !important;
}
.btn-skip-content {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1030;
  color: white;
  border: 1px solid white;
  padding: .375rem .75rem;
  border-radius: 0 !important;
}

.btn-skip-nav {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1030;
  color: white;
  border: 1px solid white;
  padding: .375rem .75rem;
}

a:not(.btn) {
  text-decoration: underline;
}

/*.content a:not(.btn):not(.submenu a) {
  font-weight: bold;
  text-decoration: underline !important;
}*/
.flc-faq dt {
    color: #233E80;
    font-size: 1.25em;
}
.content, .section {
  line-height: 1.6;
}

#content {
  position: relative;
  background-color: rgba(255, 255, 255, .75);
}

.container.content-wrap::before {
    display: block;
    content: " ";
    left: 0;
    top: 44em;
    background: linear-gradient(rgba(255,255,255,.125), rgba(255,255,255,.125)), url('../../assets/images/ribbon.svg') no-repeat 0 0;
    width: 100%;
    height: 40em;
    position: absolute;
    z-index: -10;
}
/*.content-highlight {
  position: absolute;
  transition: .2s;
  top: 0;
  left: 0;
  background: #fff8a3;
  z-index: -1;
}*/

.content img {
  max-width: 100%;
  height: auto;
}

body.no-scrolling {
  overflow: hidden;
}

.menu-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.embed-responsive {
  margin-bottom: 1rem;
}

.text-white a {
  color: white;
}

/* SAGE DEFAULT */
.comment-list ol {
  list-style: none;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

.alignleft, .alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

body#tinymce {
  margin: 12px !important;
}

/* FOCUS */
a:focus {
  outline-style: dotted;
  outline-width: 1px;
}

input:focus, select:focus, textarea:focus, [tabindex]:not([tabindex='-1']):focus {
  outline-style: dotted;
  outline-width: 2px;
}

.bg-primary a:focus, .bg-secondary a:focus, .bg-tetriary a:focus, .white-outline a:focus {
  outline-color: white !important;
}

.bg-primary a:not(.btn), .bg-secondary a:not(.btn), .white-outline a:not(.btn) {
  color: white;
}

.bg-primary a .svg-inline--fa, .bg-secondary a .svg-inline--fa, .white-outline a .svg-inline--fa {
  border-bottom: 1px solid white;
  padding-bottom: 2px;
}

.bg-primary, .bg-secondary {
  color: white;
}

/* NAVBAR */
.navbar-brand img {
  width: auto;
  max-height: 0;
}

.navbar .navbar-collapse {
  flex-wrap: wrap;
  z-index: 99;
}

.dropdown-item.active, .dropdown-item:active, .navbar-nav a:focus, .navbar-nav a:hover {
  background: transparent;
}

.navbar:not(.highlight-active) .navbar-nav .nav-link.highlighted {
}

.nav-link:focus, .nav-link:hover {
  text-decoration: underline;
}

.navbar-nav a {
  text-decoration: none !important;
}
header .menu-item a:hover, header .menu-item a:focus {
    background-color: hsl(223deg 57% 40%);
} 

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .dropdown-item, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: white;
}

.navbar-dark .navbar-toggler {
  color: white;
  border-color: white;
}

.navbar-dark .navbar-toggler span {
  background: white;
  top: 15px;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow, .navbar-dark .navbar-nav.sm-collapsible .sub-arrow {
  border-color: white;
}

.navbar-dark .dropdown-menu {
  border-color: white;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .dropdown-item, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: gray;
}

.navbar-light .navbar-toggler {
  color: gray;
  border-color: gray;
}

.navbar-light .navbar-toggler span {
  background: gray;
}

.navbar-light .navbar-nav.sm-collapsible .nav-link .sub-arrow, .navbar-light .navbar-nav.sm-collapsible .sub-arrow {
  border-color: gray;
}

.navbar-light .dropdown-menu {
  border-color: gray;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(128, 128, 128, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.dropdown-menu {
  border-radius: 0;
  background-color: #233e80;
  margin: 0;
  border: 0;
  padding: .125rem 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
}

.navbar-toggler {
    position: absolute;
    height: 50px;
    width: 55px !important;
    color: #fff;
    background-color: #233E80;
    text-align: left;
    padding: 0;
    border-radius: 10px;
    top:8px;
    right:15px;
    font-size: 1.1em;
    display: block;
}
.navbar-toggler:hover, .navbar-toggler:focus {
    background-color: #41b654;
    color: #fff;
}
.navbar-toggler i {margin:0;font-style: normal;}
.navbar-toggler span {
    border: none;
    height: 2px;
    width: 25px;
    position: absolute;
    top: 19px;
    left: 50%;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
    transform: translateX(-50%);
    background: #fff;
}
.navbar {
    padding: 0;
    background-color: #233e80;
}
.navbar .navbar-collapse {
    background: #233e80;padding: .25em 0;
}
.navbar .mr-auto, .navbar .mx-auto {
    margin-right: auto!important;
    margin: 0 auto !important;
}
.navbar-toggler span:nth-of-type(2) {
  top: 23px;
}

.navbar-toggler span:nth-of-type(3) {
  top: 32px;
}

.navbar-toggler[aria-expanded="true"] .top {
  -webkit-transform: translateY(8px) translateX(-50%) rotate(45deg);
  transform: translateY(8px) translateX(-50%) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .middle {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .bottom {
  -webkit-transform: translateY(-5  px) translateX(-50%) rotate(-45deg);
  transform: translateY(-9px) translateX(-50%) rotate(-45deg);
}

.navbar-highlight {
  position: absolute;
  transition: .5s;
  /*background: #e4335c;*/
  z-index: 1;
}

@media (max-width: 991px) {
  .fixed-top {
    z-index: 1031;
    max-height: 100vh;
    overflow: auto;
  }
}

a.logo img {width: 375px; margin: 1em 0;}
header.banner > div {
    max-width: 1311px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
.phones {margin: 0;}
.banner .btn {
    padding:5px 35px 6px;
    margin: 0;
    border-radius: 11px;
    font-weight: bold;line-height: 1.25em;
}
.banner .btn-secondary {
    padding: 1em 2em !important;font-weight: normal;
}
.banner .btn:focus, .banner .btn:hover {background-color: #233e80;color:#fff;border: 1px solid #000 !important;}
.banner .btn:nth-child(2) {margin: 0}
.banner .btn span {font-size: .75em;font-weight:normal;}

/* CF7 & SEARCH FORM */
.search-form label {
  font-weight: normal;
}

.wpcf7-form, .error404 .searchform {
  max-width: 550px;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-select {
  width: 100%;
}

/* SUBMENU */
.flc-submenu ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.submenu-column ul {
  flex-direction: column;
  align-content: center;
}

.flc-submenu li {
  width: 50%;
  padding: 1px
}

.flc-submenu a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  text-decoration: none !important;
  outline: 0;
  padding: 5px;
}

.flc-submenu a:focus, .flc-submenu a:hover {
  background: white !important;
}

@media (max-width: 767px) {
  .flc-submenu li {
    width: 100%;
  }
}

/* BUTTONS */
.btn {text-decoration: none !important;border-radius:10px;text-align: left;padding: 1em 1.75em;border: 1px solid #fff !important;}

.btn:focus {
  box-shadow: unset;
  outline-color: transparent;
}

.btn .svg-inline--fa {
  border-bottom: none !important;
}

/* MOBILE CTA */
.mobile-cta a {
  width: 50%;
  padding: 0.5rem 0;
  border: 1px solid;
}

.mobile-cta a:focus {
  outline: inherit;
}

/* BLOG */
.entry-summary {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
    position: relative;
}
.entry-summary .btn {
    background-color: #f8faff !important;
    color:#233E80;
    border:1px solid;font-weight: bold;
}
.entry-summary .btn:hover, .entry-summary .btn:focus {
    background-color: #233E80 !important;
    color:#f8faff;  
    border:1px solid;font-weight: bold;
}
article.post {
    background-color: #f8faff;
    padding: 2em 2em;
    margin: 0 0 1em;
}
h2.entry-title {margin:0 0 .5em;font-size: 1.5em}
.single-post h2.entry-title {margin: 0 0 1em;font-size: 1.75em}
.entry-summary .attachment-thumbnail {
  margin: 5px auto 1rem;
  display: block;
  width: 275px;
  border-radius: 10px;
}
.entry-content .attachment-thumbnail {
  margin: 5px 1.5em 0 0 !important;
  display: block;
  width: 350px;
  border-radius: 10px;
}

.entry-summary .sharing {
    position: absolute;
    left: 18em;
    bottom: 2em;
    /* left: 0; */
    margin-bottom: 0;
}
.more-link {
  bottom: 0;
  right: 0;
}

.home .more-link {
  bottom: 0;
  left: 0;
  background-color: #233E80 !important;
  color: #fff !important;
  display: table;
}
.home .more-link:hover, .home .more-link:focus {
  background-color: #41b654 !important;
}
.blog .sidebar h3 {
    font-size: 1.5em;
}

@media (min-width: 992px) {
  .entry-summary .attachment-thumbnail, .entry-content .attachment-thumbnail {
    float: left;
    margin-right: 1rem;
  }
}

/* SECTIONS */
.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.content-wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section header {
  text-align: center;
  padding-bottom: 2rem;
}

.section header>h2 {
  margin: 0;
  padding: 0;
}

/* LATEST POSTS */
.lazyload-container>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  display: block;
}

.lazyload-container {
  position: relative;
  overflow: hidden;
}

.container-post-thumbnails::after {
  padding-bottom: 64.2857142857%;
}

.container-square::after {
  padding-bottom: 100%;
}

.lazyload-container::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
}

.section-latest-posts ul {
  list-style: none;
  padding: 0;
}

@media (max-width: 767px) {
  .section-latest-posts li {
    margin-bottom: 3rem;
  }

  .section-latest-posts li:last-of-type {
    margin-bottom: 0;
  }

  .section-latest-posts .btn {
    float: right;
  }
}

/* SOCIALS */
.home #contact .socials {
    margin: 0 0 4px;
}
.home #content .socials {
    margin: 0 0 10px;
    display: block;
}
.svg-inline--fa.fa-stack-2x {
    height: 1.5em;
    width: 1em;
  }
.fa-stack {
    width:1.5em;
    font-size: 1.25em;
     color: #fff !important;
    margin: 0;
    height: 1.25em;
}
a .fa-stack .svg-inline--fa:last-of-type {
  /*border-bottom: transparent !important;*/
}
.svg-inline--fa.fa-stack-1x {
    color: #fff;
    background-color: #233e80;
    padding: 5px;
    height: 1.25em;
    width: 1.25em;
    margin: 0;
    border: 1px solid #fff;
}
.svg-inline--fa.fa-stack-1x:focus {
    background-color: #41b654 !important;
}
.svg-inline--fa.fa-stack-1x:hover {
    background-color: #41b654 !important;
}
.home #content .svg-inline--fa:focus {
    outline: 1px dotted #000 !important;
    background-color: #41b654 !important;
}
.socials a {
    display: inline-block;padding: 2px;
}
.socials a:focus {
    border-bottom: 1px solid #000;
}
.sharing-text {
  padding-bottom: 5px;
  margin: 5px;
}
/*
.contrastHigh a:focus .color-facebook, .contrastHigh a:hover .color-facebook {
  color: #3b5998
}

.contrastHigh a:focus .color-twitter, .contrastHigh a:hover .color-twitter {
  color: #4099ff
}

.contrastHigh a:focus .color-google-plus, .contrastHigh a:hover .color-google-plus {
  color: #d34836
}

.contrastHigh a:focus .color-linkedin, .contrastHigh a:hover .color-linkedin {
  color: #0077B5
}

.contrastHigh a:focus .color-youtube, .contrastHigh a:hover .color-youtube {
  color: #e52d27
}

.contrastHigh a:focus .color-pinterest, .contrastHigh a:hover .color-pinterest {
  color: #BD081C
}

.contrastHigh a:focus .color-instagram, .contrastHigh a:hover .color-instagram {
  color: #CD486B
}

.contrastHigh a:focus .color-yelp, .contrastHigh a:hover .color-yelp {
  color: #d32323
}*/

/* IMAGE HEADER */
.header-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.home .header-image {
  height: 45vw;
  position: relative;
  overflow: hidden;
  margin: 0 0 6em;
}

.header-image {
  height: 22.5vw;
  position: relative;
  overflow: hidden;
}
/*.header-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(255, 255, 255, .75);
    display: block;
    height:2.55em;
    width: 100%;
}*/
.home .header-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(255, 255, 255, 0);
    display: block;
    height: 0;
    width: 100%;
}

.home .header-image>.container {
  position: absolute;
  top: 40%;
  /*transform: translateY(-50%);*/
  right: 0;
  left: 0;
  text-align: center;
}

.header-image>.container {
  position: absolute;
  bottom: 0;
  /*transform: translateY(-50%);*/
  right: 0;
  left: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .header-image {
    height: auto;
    overflow: hidden;
  }

  .header-image>div {
    /*background: white !important;
    color: black;*/
  }

  .header-image a, .header-image .breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {
    /*color: black !important;*/
  }

  .header-image a:focus {
    /*outline-color: black !important;*/
  }

  .header-image>.container {
   /* position: static;
    transform: translateY(0%);*/
  }
}

/* HOME CONTENT */
.home #content .svg-inline--fa {

}
.home p.welcome {
    font-size: 1.78em;
    font-weight: bold;
    color: #000;margin: 0
}
.home h1 {
    font-weight: bold;
    font-size: 2.68em;
    color: #233E80;
    margin: 0 0 .25em;
}
.home h1 span:first-of-type {
    color: #000;
    font-size: .67em;
    display: block;
}
.home #content .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box:nth-child(1) {
    margin: 0 0 2em;
}
.box {
    border: 2px solid #233E80;
    border-radius: 10px;
    padding: 2.25em 0 1.5em;
    width: 100%;
}
.box:nth-child(1) {
    margin: 0 0 1.75em;
}
.box a {
    font-weight: bolder;
    font-size: 1.75em;
    margin: .7em 0 .5em;
}
.home #content .col-md-8 p:last-of-type {
    margin: 0;
}
.section.two img {
    border-radius: 10px;
}
.section.two h2 {
    color: #233E80;
    font-weight: bold;
    font-size: 2.5em;
    margin: 0 0 .5em;
}


/* LOGOS SECTION */

.row-logo {
    border-top: 1px solid #DDE7FF;
    padding: 2em 0;
}
.row-logo img:nth-child(1) {
    height: 68px;
}
/* BREADCRUMBS */
.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  z-index: 10;
  position: relative;
  padding: .4rem 0 .4rem 5rem;
}
.blog .breadcrumb {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    z-index: 10;
    position: relative;
    padding: .5rem 0 .5rem 0;
}
.breadcrumb a, .header-image .breadcrumb-item.active {
    color:#008916;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.header-image ol {
 /* -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;*/
}

.header-image nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .75);
}

/* TEST ROWS */
.row-logo img {
  width: auto;
  padding: 0;
  max-width: 100%;
  margin:1.5rem 5em;
}

.row-newsletter label {
  margin-bottom: 0;
  font-size: 1.3rem;
}

/* HEADER */
.header-row img {
  max-width: 100%;
}
.page-header {
    text-align: left;
    padding: 0 0 0 10em;
}
.page-header p {
    font-size: 4em;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0;
}
.page-header p span {
    display: block;
}
.page-header .btn {
    margin: 1em 0 0;
}
.page-header .btn:hover, .page-header .btn:focus {
    margin: 1em 0 0;
    background-color:#233E80 !important;
    color: #fff;
}

/* BEFORE AFTER GALLERY */
.flc-before-after {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flc-before-after li {
  margin-bottom: 1rem;
}

.cross2-slider:focus, .cross2-slider:hover {
  border-color: transparent !important;
}

/* OVERLAYS */
.overlay-solid, .overlay-grid {
  position: relative;
}

.overlay-solid::before {
  display: block;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay-gradient {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.overlay-grid::after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
}

/* FAQ */
.fa-chevron-down {
  transform: rotate(0deg);
  transition: transform 0.3s ease 0s !important;
}

.collapsed .fa-chevron-down {
  transform: rotate(-90deg);
}

/* CAROUSEL TEXT ONLY */
.carousel-text-only .bx-wrapper {
  /*padding-right: 4rem;
  padding-left: 4rem;
  text-align: center;*/
}

/* CAROUSEL ROW LOGOS */
.carousel-row-logos {
  padding-right: 4rem;
  padding-left: 4rem;
}

.carousel-row-logos .bx-wrapper {
  text-align: center;
  padding-bottom: 2rem;
  margin: 0 auto;
}

.carousel-row-logos .bx-prev {
  left: -2rem;
}

.carousel-row-logos .bx-next {
  right: -2rem;
}

.carousel-row-logos img {
  max-height: 150px;
  margin: 0 auto;
}

.carousel-row-logos li {
  float: left;
  list-style: outside none none;
  position: relative;
}

.carousel-row-logos .bx-controls-auto {
  position: absolute;
  right: 0;
  left: 0;
  text-align: right;
  padding-right: 2rem;
}

/* CAROUSEL IMAGE WITH TEXT */
.carousel-image-with-text .carousel-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  padding-right: 4rem;
  padding-left: 4rem;
  text-align: center;
  padding-right: 20%;
}

.carousel-image-with-text .position-relative>img {
  width: 100%;
}

.carousel-image-with-text .bx-wrapper .bx-pager, .carousel-image-with-text .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  position: absolute;
  bottom: 2rem;
}

.carousel-image-with-text, .carousel-image-with-text .bx-wrapper, .carousel-image-with-text img {
  height: 22.65vw;
  overflow: hidden;
}

/* CAROUSEL BACKGROUND IMAGE */
.carousel-background-image .bx-viewport li {
  width: 100%;
  background-size: cover;
}

.carousel-background, .carousel-background-image .bx-viewport li {
  height: 100vh;
}

.carousel-background-image .bx-controls-auto-item {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

/* MOUSE ANIMATION */
.carousel-background-image::after {
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2rem;
  color: #fff;
  width: 55px;
  line-height: 55px;
  text-align: center;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  animation-iteration-count: infinite;
  animation-iteration-count: 2;
}

@-webkit-keyframes bounce {
  0% {
    bottom: 10px
  }

  25% {
    bottom: 15px
  }

  50% {
    bottom: 10px
  }

  75% {
    bottom: 20px
  }

  to {
    bottom: 10px
  }
}

@keyframes bounce {
  0% {
    bottom: 10px
  }

  25% {
    bottom: 15px
  }

  50% {
    bottom: 10px
  }

  75% {
    bottom: 20px
  }

  to {
    bottom: 10px
  }
}

/* flc-amenities */
.flc-amenities {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flc-amenities li {
  width: 25%;
  padding: 5px;
  text-align: center;
}

@media (max-width: 991px) {
  .flc-amenities li {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .flc-amenities li {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .flc-amenities li {
    width: 100%;
  }
}

/* OPENING HOURS */
.section-opening-hours h3 {
  font-size: 1.5rem;
}

.section-opening-hours .col {
  padding: 15px;
}

.section-opening-hours .current-day {
  background: #F8F9FA;
  border-bottom: 1px solid;
  font-weight: bold;
}

/* EXPANDABLE REVIEWS */
.morelink {
  margin-top: 1rem;
  display: block;
}

#testimonials-modal .modal-content {
  max-height: 70vh;
}

#testimonials-modal .modal-body {
  overflow: auto;
}

#testimonials-modal .modal-footer {
  padding: 0;
}

.testimonials-blockquote cite {
  font-size: 1.25rem;color: #000;font-weight: bold;
    font-style: normal;
    margin: 0 10px 0 0;
}

.testimonials-stars .fa-star {
  margin-right: 3px;
  color: #ffca2e;
  font-size: 1.25rem;
}

.testimonials-average {
  font-size: 2rem;
}

.testimonials-average small {
  font-size: 50%;
}

/* TESTIMONIALS */

.testimonials-section {
    color: #fff;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 10em 0 !important;
    position: relative;
}
.testimonials-section .svg-inline--fa.fa-w-14 {
    width: .6em;
}
.testimonials-section::before {
    display: block;
    content: " ";
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(22,60,122);
    background: linear-gradient(90deg, rgba(22,60,122,.7) 100%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: auto;
    position: absolute;
}
.testimonials-section h2 {
    text-align: center;
    margin: 0 0 1em;
    color: #fff;
    font-weight: bold;
    font-size: 2.5em;
}
.testimonials-stars {
    display: inline-block;
}
p.testimonials-body {
    color: #000;
    line-height: 1.75;
    margin: 0;
    font-size: 1em;
}
.page-id-792 p.testimonials-body {
    font-size: 1.25em;
}
.page-id-792 blockquote {
    margin: 0 0 1rem;
    border: 1px solid #ddd;
    padding: 2em 3em;
    border-radius: 10px;
    box-shadow: 5px 5px 2px #ecf5f5;
    background-color: rgba(35, 61, 128, .01);
}
.home blockquote {
    margin: 0;
    position: relative;
    padding:5em 2.95em 3em;
    background-color: #fff;
    border-radius: 10px;
}

#testimonials-slider blockquote::after {
    content: "";
    width: 100%;
    height: 140px;
    background-image: url('../../../../../../www.usrdrilling.com/wp-content/themes/usrdrilling/dist/images/commas.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0em;
    z-index: 1;
    right: 0;
    background-size: 1.25em;
}
.arrow_box {
  position: relative;
  background: #fff;
}
.arrow_box:after, .arrow_box:before {
  top: 100%;
  right: 5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:before {
    width: 0;
    height: 0;
    border-top: 32px solid #fff;
    border-right: 50px solid transparent;
    transform: skew(-7deg);
}
.bx-controls button {
    color: #fff;
}
.bx-wrapper .bx-controls-direction button {
    top: 75%;
    font-size: 1.5rem;
    border: 2px solid #fff;
/*    height: 1.5em;*/    
    line-height: 1;
/*    width: 1.5em !important;*/
    position: unset;
    border-radius: 10px;
    background-color: #233e80;
    padding: .4em .7em;
    margin: 0 5px 0 0;
}
.bx-wrapper .bx-controls-direction button:hover, .bx-wrapper .bx-controls-direction button:focus, 
.testimonials-section .col-md-6 .btn-outline-secondary:hover, .testimonials-section .col-md-6 .btn-outline-secondary:focus,
.home .more-link:hover, .home .more-link:focus {background-color: #41b654}
.testimonials-section .col-md-6 {position: relative}
.testimonials-section .col-md-6 .btn-outline-secondary {
    position: absolute;
    bottom: 1.3em;
    right: 15px;
    background-color: #233e80;
    color: #fff;
    border: 2px solid;
    padding: .75em 1.5em;
}
.bx-wrapper .bx-prev {
    left: 2rem;
}
.bx-wrapper .bx-next {
    left: 2.7em;
}
.bx-wrapper .bx-next:focus, .bx-wrapper .bx-prev:focus {color:#fff;}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:hover {color:#eee;}
.bx-controls-direction {padding: 2.5em 0 0 0;}
.bx-wrapper .bx-controls-auto {display: none;}

/* TEAM */
.section-team img {
  max-width: 100%;
}

.section-team figcaption {
  margin: 1rem 0;
}

/* flc-coupons */
.flc-coupons {
  padding: 0;
  list-style: none;
}

.flc-coupons li {
  border: 3px dashed white;
  padding: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  outline: 5px solid;
  margin: 5px 5px 2rem 5px;
  position: relative;
}

.flc-coupons li p:last-of-type {
  margin-bottom: 0;
}

.flc-coupons a {
  position: absolute;
  right: -3px;
  top: -3px;
  border-radius: 0;
}

@media print {
  .flc-coupons li {
    border-color: black;
  }

  .flc-coupons a {
    display: none;
  }
}

/* MENU IMAGE */
.menu-image-hover {padding:4em 0em 0;}
.menu-image-hover nav {
    margin: 2em 0 0;
}
.menu-image-hover ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-image-hover .menu-item {
  min-height: 900px;
  position: relative;
  background-size: cover;
  background-position: center center;
  border:2px solid #e9ecf2;
  z-index: 0;
}

.menu-image-hover .menu-item ul {
  display: none;
}

.menu-image-hover .menu-item.menu-active ul, .touchevents .menu-image-hover .menu-item ul {
  display: block;
}

@media (max-width: 767px) {
  .menu-image-hover .menu-item ul {
    display: block !important;
    height: auto !important;
    background-color: rgba(0, 0, 0, .75);
    padding: 1em 2em;
    width: 100%;
    text-align: center;
    top: 66px;
    position: absolute;
  }
}

.menu-image-hover h2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    background: rgba(41, 68, 129, .75);
    margin: 0;
    padding: 1.25em 0;
    text-transform: uppercase;
    z-index: -1;
}

.menu-image-hover h2 a {
  color:#fff;
  text-decoration: underline;
  font-size: 1.75rem;
  font-weight: bold;
  border-bottom: 0;
}

header .menu-item a {
    color: #fff;
    z-index: 1;
    font-weight: normal;
    font-size: .9em;
    padding: 10px 15px !important;
}
/*header ul.dropdown-menu a.dropdown-item {font-size: 1.05em;padding: 7px 0px 7px 35px !important}*/
.menu-item a {
    color: #fff;
    z-index: 1;
    font-weight: normal;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 1.25em;
    border-bottom: 0;
    font-size: .9125em;
    display: block;
}
.menu-item a:focus {outline-color: #fff;color: #ccc;}
.navbar-nav.sm-collapsible .sub-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -0.75em .1em 0 0;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: .25rem;
    padding: 0;
    width: 2em;
    height: 1.4em;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: center;
}
.menu-item.menu-active::before {
    display: block;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.menu-image-simple ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-image-hover-collapse .card {
  min-height: 0;
  background: white !important;
}

.menu-image-hover-collapse .card h3 {
  position: static;
  display: block;
  width: 100%;
  padding: 0;
}

.menu-image-hover-collapse .card h3 a {
  position: relative;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  display: block;
  padding: 1rem;
}

.menu-image-hover-collapse .card h3 .sub-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .25rem;
  padding: 0;
  width: 2em;
  height: 1.4em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
}

.menu-image-hover-collapse .card h3 .collapsed .sub-arrow::before {
  content: "+";
}

.menu-image-hover-collapse .card h3 .sub-arrow::before {
  content: "-";
}

@media (max-width: 767px) {
  .menu-image-hover-collapse .align-items-center {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }
}

/* MENU IMAGE BRICKS */
.menu-image-bricks ul {
  z-index: 2;
  border-left: 0.5rem solid white;
  border-right: 0.5rem solid white;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.menu-image-bricks a {
  border: solid 0.5rem white;
  display: flex;
  height: 100%;
  padding: 8rem 1rem;
  background-color: transparent;
  transition: all 0.5s;
}

.menu-image-bricks img {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}

.menu-image-bricks a:hover, .menu-image-bricks a:focus {
  transition: all 0.5s;
}

.menu-image-bricks a:hover img, .menu-image-bricks a:focus img {
  opacity: 1;
}

.menu-image-bricks .box {
  position: unset;
  height: auto;
  padding: 0;
}

/* FINACIAL TABLE */
.table-javascript caption {
  caption-side: top;
  font-weight: bold;
  text-align: center;
  color: black;
}

.table-javascript th:nth-of-type(2n), .table-javascript td:nth-of-type(2n+1) {
  border-bottom: 1px dashed !important;
}

.table-javascript tr, .table-javascript thead th {
  border-bottom: 1px dashed !important;
}

.table-javascript th, .table-javascript td {
  display: table-cell;
  line-height: 1.2;
  padding: 20px 40px;
  text-align: center;
  border-top: none !important;
}

.table-javascript th {
  width: 33.3333%;
}

@media (max-width: 768px) {
  .table-javascript th, .table-javascript td {
    width: 100%;
    display: block;
    border: transparent !important;
    text-align: left;
    padding: 0.5rem;
  }

  .table-javascript th:nth-of-type(2n), .table-javascript td:nth-of-type(2n+1) {
    border: none !important;
  }

  .table-javascript thead {
    display: none;
  }

  .table-javascript tr {
    padding: 1rem 0;
  }
}

/* BACKGROUND VIDEO */
#video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#btn-video {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border: none;
  background: transparent;
  z-index: 1;
}

.backgroundvideo {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (min-width: 1200px) {
.container.content-wrap {
   max-width: 960px;
  }
.page-id-300 .container.content-wrap, .blog .container.content-wrap {
   max-width:1140px; 
}
}


.section.two .col-md-8 {padding: 0 1em 0 3em}
.home #content .col-md-8 {
    padding: 0 3em 0 3em;
}
.home #content .col-md-4 {
    padding: 0 4em;
}

/* CONTACT SECTION */

.section-contact {
    text-align: center;
    padding: 1.25em 0 0;
}
.section-contact h2, .section-latest-posts h2 {
    font-size: 2.5em;
    font-weight: bold;
    color: #233E80;
    margin: 0 0 .75em;
}
.contact-details h3 {
    font-weight: bold;
    color: #233E80;
    margin: 0 0 5px;
}
.section-contact p {
    font-weight: bold;
    margin: 0;
    line-height: 1.5em;
}
.section-contact p:last-of-type {
    font-weight: normal;
    margin: .5em 0 0;
    font-size: 1em;
    height: 4em;
}
.contact-details {
    margin: 3em 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-details > div {
    text-align: left;
    margin: 0 2em 0 0;
}
.contact-details > div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0;
}
.contact-details > div:nth-child(3) p {
    height: unset;font-weight: bold;
}
.section-contact .contact-details > div:nth-child(3) .btn {
    margin: 0 0 .75em 0;
}
.contact-details > div:nth-child(3) > div {
    background-color: hsl(130deg 47% 96%);
    padding: .5em 1.5em .95em;
    border: 2px solid rgba(47, 131, 61, .5);
    box-shadow: 0px 0px 1px rgb(47 131 61 / 50%);
}
.contact-details > div:nth-child(3) > div a {
    font-weight: bold;
    font-size: 1.125em;
}
.section-contact .btn {
    margin: 0 -4em 0 4em;
}
.section-contact .btn:hover, .section-contact .btn:focus {background-color: #233e80; color:#fff;}
.section-contact .col-md-6.pl-0 {
    padding-right: .5em;
}
.section-contact .col-md-6.pr-0 {
    padding-left: .5em;
}
.fa-map-marker-alt {
    color: #41b654;
    margin: 0 15px 50px 0;
}
.page-id-300 h1 span {
    display: block;
}
.page-id-300 h1 span:nth-child(2) {
    font-size: .75em;
}
.page-id-300 form.wpcf7-form {
    margin: 0;
    background-color:rgba(65, 182, 84, .05);
    padding: 3em;
    max-width: 100%;
}
.page-id-300 .col-md-5 {
    padding: 0;
    color: #fff;
}
.page-id-300 .col-md-5 h3 {
    padding: 0 0 .25em 1.6em;
    z-index: 10;
    position: relative;
    font-weight: normal;
}
.page-id-300 .col-md-5 p {
    padding: 0 0 0 2.75em;
    margin: 0;
    z-index: 10;
    position: relative;
    line-height: 1.25em;
    font-size: 1em;
}
.page-id-300 .breadcrumb {
    padding: .4rem 0 .4rem 0rem;
}
.page-id-300 .col-md-5 p a.btn {
    margin: 1em 0 1em;
}
.page-id-300 .col-md-5 p a.swipe {
    color: #fff;
    font-size: 1.125em;
    display: block;
    margin: 5px 0 0;
}
.page-id-300 .col-md-5 h3 a {
    color: #fff !important;
}
.page-id-300 .col-md-5 h3 a:focus {
    outline-color: #fff;
}
.page-id-300 .col-md-5 .widget.custom_html-4 {
    margin: 5px 0 0;
    display: block;
}
.edmonds, .renton {
    padding: 4.4em 0 4.4em 0;
    background-size: cover;
    position: relative;
}
.edmonds::before, .renton::before {
    display: block;
    content: " ";
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(22,60,122);
    background: linear-gradient(90deg, rgba(22,60,122,.7) 0%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 10;
}
.submit-wrap {
    margin: 0 0 .875em;
}
.wpcf7-submit:hover, .wpcf7-submit:focus {
    background-color: #233e80 !important;
    color: #fff !important;
}

/* CTA SECTION */

.row-cta {
    background-color: #F8FAFF;
    padding: 3em 0;
    display: flex;
    align-items: center;
}
.row-cta a:hover, .row-cta a:focus {
    background-color: #233e80;
    color: #fff;
}
.swipesimple {
    background-color: hsl(130deg 47% 94%);
    border: 2px solid rgba(47, 131, 61, .5);
    padding: 1em 2em 1em;
    display: inline-block;
}
.swipesimple p {
    margin: 0;
}
.swipesimple a {
  font-weight: bold;
}
/* BLOG SECTION */

.behalf {
    margin: 1em 0;
    display: block;
}
.section-latest-posts h3 {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.25em;
    letter-spacing: 1px;
    padding: 0 20px 0 0;
}
.section-latest-posts p {
    font-size: 1em;
}
.section-latest-posts .date {
    color: #233E80;
}
.section-latest-posts img {
    border-radius: 10px;
}
.section-latest-posts li.col-md-4 {
    max-width: 30%;
    flex: 0 0 30%;
    margin: 0 5% 0 0;
}
.section-latest-posts li.col-md-4:last-of-type {
    margin: 0 0 0 0;
}
.section-latest-posts {
    padding-bottom: 3em;
}
.widget_recent_entries ul {
    padding: 0 0 0 1em;
}
.blog aside.sidebar {
    background-color: rgba(65, 182, 84, .06);
    display: table;
    padding: 2em 2em 1em;
    border-radius: 25px;
}
.blog aside.sidebar a {
    line-height: 1em !important;
    display: block;
    margin: .5em 0;
}
/* FOOTER */

footer.content-info {
    background-color: #233E80;
    color: #fff;font-size: .9em;
    padding: 2em 0;
}
footer.content-info > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer.content-info p {
    margin: 0;
}
footer.content-info .socials {
    margin: 0 0 0 .5em;
}
.fa-square {
    color: #f8faff;
}

footer .socials a {font-size: 1.25em;margin: 0 5px;display: inline-block}
footer .socials a:focus, footer .socials a:hover {border-bottom: 1px solid #fff}
footer a.nav-link {
    padding: .5em .5em;
    border-bottom: 0;
}
footer .fa-square {
    color: #233e80;
}

/* MEDIA QUERIES */

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

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

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

@media (max-width: 1440px) {
.row-logo img {margin: 1.5rem 2em;}  
.home #content .col-md-4 {padding: 0 2em;}
.menu-image-hover h3 a {font-size: 1.25rem;}
.section-latest-posts li.col-md-4 {max-width: 33%;flex: 0 0 33%;margin: 0 0% 0 0}
.menu-image-hover .menu-item {min-height: 700px}
.contact-details > div {margin: 0}  
.menu-image-hover .menu-item ul {padding: 5em 0 0}  
.header-image::after {height: 2em}
.breadcrumb {padding: .25rem 0 .15em 5rem}
}

@media (max-width: 1199px) {
.row-logo img {margin: 1.5rem 0}
.section-contact .btn {margin: 0}
.contact-details > div {margin: 0 20px 0 0}
a.logo img {width: 325px}
.navbar {top: 14px}
.home .header-image>.container {top: 30%}
.home .header-image {margin: 0 0 4em}
.home #content .col-md-8 {padding: 0 2em 0 0em}
section.section.two {padding-top: 4em;padding-bottom: 3em}
.btn-wcag {position: absolute;top: 6.5rem}
.page-header p {line-height: 1em}
.row-logo img {margin: 1em 1em}
.section-latest-posts {padding-top: 4em}
.section.two h2 {font-size: 2em}
.section.two .col-md-8 {padding: 0 1em 0 1em}
.section-latest-posts h3 {font-size: 1.125em;letter-spacing: 0;padding: 0}
.breadcrumb {padding: .25rem 0 .15em 0rem}
header .menu-item a {
    font-size: .825em;
    padding: 10px 10px !important;
}
}

@media (max-width: 1024px) {
.page-header p {font-size: 3em}  
footer.content-info > div > div {flex-direction: column}
.menu-image-hover h2 a {font-size: 1.25rem;}
}

@media (max-width: 991px) {
.row-logo img:nth-child(1) {height: 50px}
.row-logo img {width: 150px}
.row-logo img:nth-child(1) {height: auto;width: 175px}  
.banner .btn {padding: 5px 20px 6px;margin: 0 0 1px;}
header a.logo img {width: 250px}
.navbar {top: 3px;padding:1em 0;display: block;}
.page-header {padding: 0 15px}
.home #content .col-md-4 {padding: 0 1em}
.box a {font-size: 1.5em}
.home blockquote {padding: 5em 1em 5em}
.testimonials-section h2 {font-size: 2em}
.contact-details {display: block;padding: 0 1em;text-align: left}
.section-contact .btn {margin: .5em 0 0 0}
.fa-map-marker-alt {display: none}
.section.two h2 {font-size: 1.5em}
.testimonials-section {padding: 4em 0 !important}
.h1, h1 {font-size: 2.25rem}
.h2, h2 {font-size: 1.75rem}
.header-image {height: 15em;margin: .125em 0 0}
.header-image img {max-width: unset;height: 29em;width: unset}
.entry-summary .attachment-thumbnail {width:100%;}
.btn-wcag {
    top: 7.85rem;
}
header .menu-item a {
    border-bottom: 1px solid hsl(223deg 57% 50%);
}
}

@media (max-width: 767px) {
.home #content .col-md-8 {padding: 2em 1em 0}
.menu-image-hover .menu-item ul {padding: 0}
.menu-image-hover .menu-item ul {top: 109px}
.menu-image-hover .menu-item {min-height: 730px}
.section.two h2 {margin: 1em 0 .5em}
.box:nth-child(1) {margin: 2em 10px 2em 0}
.home #content .col-md-4 {padding: 0 1em;justify-content: space-between;flex-direction: unset}
.contact-details, .contact-details > div {text-align: center}
.section-latest-posts li.col-md-4 {max-width: unset;flex: unset;margin:1em 0 0 0}
.section.two h2 {font-size: 2em}
.section-contact .col-md-6.pr-0 {padding-left: 0}
.section-contact .col-md-6.pl-0 {padding-right: 0}
.contact-details > div {margin: 0}
.section-latest-posts li.col-md-4:last-of-type {margin: 1em 0 0 0}
.menu-image-hover {padding: 0}
.row-logo img {width: 100px}
.row-logo img {margin: 1em .5em}
header.banner > div {display: block;text-align:center}
.navbar {top: 1em}
header a.logo img {width: 300px;padding: .5em 0 1em}
.home .header-image {margin: 1em 0 3em}
.btn-wcag {top: .5em; right: .5em;left: unset;}
.home .header-image {height: 25em}
.home .header-image img {max-width: unset;height: 25em;width: unset}
.page-header p {font-size: 2.5em}
.home p.welcome {font-size: 1.5em}
.home h1 {font-size: 2.5em}
.header-image {margin: .5em 0 0}
.section-contact p:last-of-type {height: unset}
}

@media (max-width: 575px) {
.banner .btn:nth-child(2) {margin: 0}
article.post {padding: 2em 1em}
.home .header-image img {
    height: 20em;
}
.home .header-image>.container {
    top: 20%;
}
.home .header-image {
    height: 20em;
}
}

@media (max-width: 500px) {
.phones {margin: 0;text-align: center;padding: 0}
.navbar {top: 0em;position: relative;}
.home .header-image {margin: 4.5em 0 0}
.navbar {padding: .5rem 0 1.2rem}
.navbar-toggler {right: 5px}
.row-logo {display: block !important;text-align: center}
.row-logo img {margin: 1em 1em}
.nav {display: block}
.page-header p {font-size: 2em}
.box a {font-size: 1.25em}
.menu-item a {font-size: 1em}
header.banner {margin: 0 0 4.5em}
.page-id-300 .col-md-5 .widget.custom_html-4 {margin: 2em 0 0;}
}

@media (max-width: 425px) {
.home p.welcome {font-size: 1.25em}
.home h1 {font-size: 2em}
.section.two h2 {font-size: 1.75em}
.testimonials-section h2 {font-size: 1.75em}
.section-contact h2, .section-latest-posts h2 {font-size: 2.25em}
.home h1 {
    font-size: 1.8em;
}
.menu-image-hover h2 {
    padding: 1em 0;
  }
.menu-image-hover h2 a {
    font-size: 1.1rem;
}  
.menu-image-hover .menu-item ul {
    top: 92px;
}
.home blockquote {
    padding: 4em 1em 4em;
}
p.testimonials-body {
    line-height: 1.5;
}
.testimonials-section .col-md-6 .btn-outline-secondary {
    padding: .75em .5em;
}
a.logo img {
    width: 270px;
}
.header-image, .header-image img {
    height: 6em;
}
.page-id-300 form.wpcf7-form {
    padding: 15px;}
}

@media (max-width: 375px) {
.home #content .col-md-4 {display: block}
.box:nth-child(1) {margin: 2em 0 1em 0}
.menu-image-hover h3 a {font-size: 1.15rem}
article.post {padding: 2em 0}
}
@media (max-width: 302px) {
.btn-wcag {
    top: 15rem;
}
}