/*  Small screens */
@media only screen {

/************* Global *************/
.blue-overlay {
position: relative;
border-radius: 10px;
}

.blue-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #05608D;
    opacity: .8;
    z-index: 1;
    border-radius: 10px;
}

.blue-overlay > * {
    z-index: 2;
    position: relative;
}

.left-img img{border-radius: 50px 50px 50px 0px;}
.right-img img{border-radius: 50px 50px 0px 50px;}
h2 {margin-bottom: 1.5rem;}
.contentblock:has(.t2) h2 {margin-bottom: 0;}
.contentblock:has(.t2) .t2 {margin-bottom: 1.5rem;}
.off-canvas .fab {color: #fff;}
/************* Header *************/
.header-slideshow-image, .overlay {position: relative;}

.header-slideshow-image:after, .overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #081820;
    opacity: .4;
    z-index: 1;
}

.overlay > * {z-index: 2;}
.header-inner {position: absolute; z-index: 2;}

.dropdown.menu>li>a {padding: .8rem 1rem;}
#title-row {background: #081820;}
.entry-title {text-align: center; color: #fff;}
#middle-row {background: #fff;}
.sticky {z-index: 5;}
/************* Content *************/
.cta-single-inner * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
   font-family: "Nunito Sans", sans-serif;
}
img.cta-image {width: 100%; border-radius: 10px;}
.cta-single-inner { background: #05608D;position: relative; overflow:hidden; border-radius: 10px;}
.innerbox  {  color: #fff; position: absolute; bottom: 24px; text-align: center; padding: 24px; }
.cta-single-inner .cta-image {opacity: .2; }
.cta-single-inner:hover .cta-image {opacity: 1; scale: 1.1;}
.cta-single-inner:hover .innerbox, .cta-single-inner.hover .innerbox{bottom: -100%;}
.cta-heading {font-weight: 800; margin-bottom:10px;}.cta-text {font-style: italic; font-size: 14px;}
.cta-text p {color: #fff; margin-bottom: 0;}
.cta-row .column {padding: .5rem;}
.img-row img {width: 100%;}
.img-row p{margin-bottom: 0;}
.img-flip {transform: scaleX(-1);}

.blue-block .block-single-inner {border-radius: 10px; background: #d3eefc;}
.img-blocks .block-single-inner {padding: 2rem 1rem; border-radius: 10px; }
.img-blocks .block-single-inner p:last-of-type {margin-bottom: 0;}
.img-blocks strong {text-transform: uppercase;}


blockquote p {color: #081820; font-size: 20px; font-style: italic;}
blockquote cite {color: #D32D7D; font-size: 1rem;}

.accordion-title{color: #081820; font-size: 20px; font-weight: bold; border:  none; border-bottom: 2px solid #20A9F0; line-height: 1.2;}
.accordion {background: transparent;}
.accordion-content {border: none;}
.accordion-content p {color: #414141;}
:last-child:not(.is-active)>.accordion-title {border-bottom: 2px solid #20A9F0;}
.accordion-title:focus, .accordion-title:hover {background-color: transparent; color: #081820;}
:last-child>.accordion-content:last-child {border-bottom:  none;}

.black-row  {border-radius: 10px; background: #081820; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
.black-row p {margin-bottom: 0;}
.black-row h2 {margin-bottom: 0;}
.home8 .blue-overlay {padding: 7rem 2rem;}
.home8 .blue-overlay h2 {margin-bottom: 0;}
.home8 .blue-overlay .t2 {margin-bottom: 1.5rem;}
.home8, .contact-row {margin-bottom: 80px;}

.large-bullet ul {list-style-type: none;margin-left: 0;}
.large-bullet ul li:before {content: url(/wp-content/uploads/2025/06/Group-826.webp); }
.large-bullet ul li {display: flex; gap: 24px; font-size: 14px; margin-bottom: 1.5rem;}
.large-bullet ul li strong, .bullet ul li strong {text-transform: uppercase;}
.large-bullet .block-single-inner {padding-right: 1rem;}
.bullet ul li:before {    
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: '\f043';
    margin:0 5px 0 0px;
    color: #D3EEFC;
}
.bullet ul li {margin-bottom: .5rem;}
.bullet ul {list-style-type: none; margin-left: 0;}
	.thumbnail {border-radius: 10px; box-shadow: none;}


#global-content-1 p {margin-bottom: 0;}
#global-content-1 .phone_number {font-weight: bold;}
#global-content-1 {margin-top: 2rem; margin-bottom: 1rem;}
.blue-overlay  #tagline-2 .button {margin-bottom: 0;}
.site-footer {background: #081820;}
.contact-row {margin-top: 35px;}

#contact-page-phone-block a, #contact-page-email-block a, #contact-page-location-block a,  #contact-page-location-block address li  {color: #081820; font-style: normal;}
#contact-page-location-block .fas, #contact-page-email-block .fa, #contact-page-phone-block .fa {color: #D32D7D;}
.email-name {margin-left: 5px;}

} /* Define mobile styles */

@media only screen and (max-width: 40em) {
.small-only-float-left {float: left !important;}	
.small-only-float-right {float: right !important;}
.small-only-float-center {display: block; margin-right: auto; margin-left: auto;}
.text-center-small {text-align: center;}
.small-align-center {-ms-flex-pack: center; justify-content: center;}
.widget-container, #top-row, .tagline, .text-right{text-align: center;}
img.alignright, img.alignleft{float: none !important;display: block;margin: 0 auto;	}
.img-blocks .column:nth-of-type(even) .block-single-inner {background: #d3eefc;}
.home8 .blue-overlay {padding: 2rem 1rem; }
.innerbox {padding: 1rem;}
.black-row {text-align: center; margin: 1rem;}
.home8 .blue-overlay {order: 2;}
.tagline {padding: 1rem;}
.contact-row {margin-left: 1rem; margin-right: 1rem;}
#global-content-4 {padding: 1rem .5rem;}

} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { 
.tagline h1, .tagline .t1, .tagline p{color: #fff; text-shadow: 0px 3px 6px rgba(0,0,0,0.45);}

} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
.medium-float-left {float: left !important;}	
.medium-float-right {float: right !important;}
.text-center-medium {text-align: center;}
.medium-align-center {-ms-flex-pack: center; justify-content: center;}
.mobile-tagline {position: absolute; z-index: 2; padding: 1rem;}
.mobile-form {padding-top: 2rem; padding-bottom: 2rem;}
.innerbox {padding: 1rem;}
.contact-row {margin-left: 1rem; margin-right: 1rem;}
.black-row {text-align: center; margin: 1rem;}
.home8 .blue-overlay {order: 2;}
.split-list ul {column-count: 2;}


} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) {
.wrapper {padding: 1.875em 0;}
.align-middle-large{-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.img-blocks .column:nth-of-type(2) .block-single-inner {background: #d3eefc;}
.img-blocks .column:nth-of-type(4) .block-single-inner {background: #d3eefc;}
.img-blocks .column:nth-of-type(5) .block-single-inner {background: #d3eefc;}
.img-blocks .column:nth-of-type(7) .block-single-inner {background: #d3eefc;}
.split-list ul {column-count: 4;}

} /* min-width 1024px, large screens */

@media only screen and (min-width: 64.000em) and (max-width: 90em) {
.large-float-left {float: left !important;}	
.large-float-right {float: right !important;}
.text-center-large {text-align: center;}
.large-align-right {-ms-flex-pack: end; justify-content: flex-end;}
#global-content-4 {padding: 1.25rem;}

} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

/*  XLarge screens */
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
.xlarge-float-left {float: left !important;}	
.xlarge-float-right {float: right !important;}
.text-center-xlarge {text-align: center;}
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/*  XXLarge screens */
@media only screen and (min-width: 120.063em) {
.xxlarge-float-left {float: left !important;}	
.xxlarge-float-right {float: right !important;}
.text-center-xxlarge {text-align: center;}
} /* min-width 1921px, xxlarge screens */

/*  Tablet Portrait screens */
@media only screen and (min-width: 37.500em) and (max-width: 56.250em) and (orientation: portrait) {
.hide-tablet-portrait {display: none !important;}
.show-tablet-portrait {display: inherit !important;}
 } /* tablet-only issues min-600px max-900px */
 @media only screen and (min-width: 49.900em) and (max-width: 85.250em) and (orientation: portrait) {
 } /* tablet-only issues min-800px max-1200px */