/* ####################################################### */

html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

html {
  box-sizing: border-box;
}

/* ################## font declarations ################## */

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* 'Keep Calm Medium' was a proprietary font that was never archived; it is used
   only for the h3 phone band. Remapped to the bundled Montserrat for a clean,
   on-brand uppercase look with no missing-file request. */
@font-face {
  font-display: swap;
  font-family: 'Keep Calm Medium';
  src: url("fonts/Montserrat-Bold.woff2") format("woff2"),
       url("fonts/Montserrat-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
       url('fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

/* Century Gothic bold was never archived; only the regular weight (woff2)
   survived. Bold falls back to the regular file so any bold usage still renders
   Century Gothic rather than 404-ing. */
@font-face {
  font-display: swap;
  font-family: 'Century Gothic';
  src: url('fonts/CenturyGothic.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Century Gothic';
  src: url('fonts/CenturyGothic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* ####################### general ####################### */

*, *:before, *:after {
  box-sizing: inherit;
}

div, span, a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  border: 0px;
}

b {
  font-weight: 600;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

textarea:focus, input:focus {
  outline: 2px solid #215483;
  outline-offset: 1px;
}

a:focus-visible, button:focus-visible, .servicesblock:focus-visible,
input:focus-visible, textarea:focus-visible {
  outline: 2px solid #215483;
  outline-offset: 2px;
}

textarea {
  resize: none;
}

.shadow {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.9);
  
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.9);
  
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.9);
}

/* ####################### headings ###################### */

h1 {
  margin: 0;
  padding: 0;
  font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 44px;
  color: #575757;
}

h2 {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 34px;
  color: #575757;
}

h3 {
  margin: 0;
  padding: 0;
  font-family: 'Keep Calm Medium', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}

/* ###################### main menu ###################### */

#fixedmenu-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px
  margin: 0px;
  vertical-align: top;
  z-index: 800;
}

#fixedmenu, #fixedmenu-mobile, #fixedmenu-phone {
  background: #000;
  width: 100%;
  padding: 0px
  margin: 0px;
}

.fixed_menu_outer {
  margin: 0 auto;
  width: 95%;
  max-width: 1500px;
  padding: 0px
  margin: 0px;
  display: table;
}

.fixed_cell1 {
  width: 35%;
  display: table-cell;
  padding: 0px
  margin: 0px;
  text-align: left;
  vertical-align: middle;
}

.fixed_cell2 {
  width: 65%;
  display: table-cell;
  padding: 0px
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: right;
  vertical-align: middle;
}

.sep {
  padding: 0px 15px 0px 15px;
}

a.menu {
  color: #fff;
  text-decoration: none;
}

a.menu:hover {
  color: #fff;
  text-decoration: underline;
}

/* ##################### mobile menu ##################### */

#darkoverlay {
  position: fixed;
  z-index: 850;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #252525;
  display: none;
}

#side-menu-container {
  position: fixed;
  z-index: 900;
  top: 0%;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #252525;
}

#closemenu {
  position: fixed;
  z-index: 999;
  top: 20px;
  width: 55px;
  height: 55px;
  background: url(menuclose.svg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
  display: none;
}

/* #################### main logo area ################### */

#logo-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#logo-main {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 362px;
  height: 453px;
  margin-top: -255px;
  margin-left: -181px;
}

#arrow {
  position: absolute;
  z-index: 100;
  bottom: 30px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 19px;
  cursor: pointer;
}

#photo-area {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

#photo-area div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* ############## main logo area (inner page) ############# */

#logo-container-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 360px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#dark-overlay-inner {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background-color:rgba(0, 0, 0, 0.45); /* 0 is transparent, 1 is black */
}

#logo-main-inner {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  margin-top: -155px;
  margin-left: -150px;
}

#photo-area-inner {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 360px;
  overflow: hidden;
  z-index: 0;
}

#photo-area-inner div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* ##################### quotes area ##################### */

#quotebg {
  position: relative;
  width: 100%;
  background: url(home_bg_testimonials.webp) 100% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  height: 375px;
  min-height: 375px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

#quotes {
  position: relative;
  top: 47%;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
}

.textItem {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 30px;
  padding-bottom: 70px;
  background-color: rgba(0, 0, 0, 0.45);
  border: 1px solid transparent;
  border-radius: 20px;
  display: none;
}

#feedbacklink {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 250px;
  height: 45px;
  margin-left: -125px;
  background: #215483;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

#feedbacklinkinner {
  width: 250px;
  height: 45px;
  background: #215483;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

#feedbacklinktext {
  text-align: center;
  padding: 9px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
}

/* #################### content area ##################### */

.content {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #575757;
}

#dark-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-color:rgba(0, 0, 0, 0.45); /* 0 is transparent, 1 is black */
}

.content a:hover {
  color: #0074bc;
}

.content a.bluebglink:hover {
  color: #fff;
}

.servicesblock {
  text-decoration: none;
  width: 136px;
  height: 125px;
  margin: 15px;
  display: inline-block;
  background: #fff;
  color: #575757;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}

.sitemaptree {
  max-width: 500px;
  text-align: justify;
  line-height: 30px;
}

/* ##################### footer area ##################### */

#fullfooter {
  width: 100%;
  display: block;
}

#midfooter, #mobilefooter {
  width: 100%;
  display: none;
}

.footer {
  text-align: left;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  padding-top: 10px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

#fullcopyright {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  display: block;
}

#midcopyright, #mobilecopyright {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  display: none;
}

a.eighteenthree {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

a.eighteenthree:hover {
  color: #fff;
  text-decoration: underline;
}

/* ################### tables and forms ################## */

form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.callbacktable {
  display: inline-block;
  margin: 10px;
  padding: 0px 5px 5px 5px;
  border: 0px;
  text-align: left;
  background: #fff;
}

.callbacktable-div {
  width: 280px;
}

.callbacktable-width {
  width: 270px;
}

.callbacktable-inputwidth {
  width: 265px;
}

.callbacktable-verify-width {
  width: 210px;
}

.callbacktable-verify-inputwidth {
  width: 205px;
}

.callbacktable-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #575757;
  margin-bottom: 4px;
}

.callbacktable-forminput {
  height: 32px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #1a1a1a;
  background: #f5f5f5;
  border: 0px;
  border-radius: 0px;
  padding: 2px;
  margin: 0px;
}

.newstyletable-tablewidth {
  width: 700px;
}

.newstyletable-inputwidth {
  width: 690px;
}

.newstyletable-verify-inputwidth {
  width: 625px;
}

.newstyletable-heading {
  margin-bottom: 4px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
}

.newstyletable-forminput {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #1a1a1a;
  background: #f5f5f5;
  border: 0px;
  border-radius: 0px;
  padding: 2px;
  margin: 0px;
}

.newstyletable-formtextarea {
  overflow: auto;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #1a1a1a;
  background: #f5f5f5;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
}

.newstyletable-btn {
  margin-bottom: 4px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  background: #8cc63f;
  color: #1a1a1a;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ##################### media queries ##################### */

@media screen and (min-width:901px) {
  h1 { font-size:44px; }
  h2 { font-size:36px; }
  h3 { font-size:30px; }
  #fixedmenu-container { height:75px; }
  #logo-container-inner { margin-top:75px; }
  #fixedmenu { display:block; }
  #fixedmenu-mobile { display:none; }
  #fixedmenu-phone { display:none; }
  #closemenu { top:20px; width:55px; height:55px; }
  #logo-main { width:362px; height:453px; margin-top:-255px; margin-left:-181px; }
  #logo-container-inner, #dark-overlay-inner, #photo-area-inner { height:360px; }
  #logo-main-inner { width:300px; height:300px; margin-top:-155px; margin-left:-150px; }
  .textItem { font-size:24px; line-height:38px; padding:30px; padding-bottom:70px; }
  .newstyletable-tablewidth { width:700px; }
  .newstyletable-inputwidth { width:690px; }
  .callbacktable-div { width:280px; }
  .callbacktable-width { width:270px; }
  .callbacktable-inputwidth { width:265px; }
  .callbacktable-verify-inputwidth { width:205px; }
}

@media screen and (min-width:701px) and (max-width:900px) {
  h1 { font-size:44px; }
  h2 { font-size:36px; }
  h3 { font-size:30px; }
  #fixedmenu-container { height:60px; }
  #logo-container-inner { margin-top:60px; }
  #fixedmenu { display:none; }
  #fixedmenu-mobile { display:block; }
  #fixedmenu-phone { display:none; }
  #closemenu { top:20px; width:55px; height:55px; }
  #logo-main { width:316px; height:396px; margin-top:-230px; margin-left:-158px; }
  #logo-container-inner, #dark-overlay-inner, #photo-area-inner { height:340px; }
  #logo-main-inner { width:280px; height:280px; margin-top:-145px; margin-left:-140px; }
  .textItem { font-size:24px; line-height:38px; padding:30px; padding-bottom:70px; }
  .newstyletable-tablewidth { width:600px; }
  .newstyletable-inputwidth { width:590px; }
  .newstyletable-verify-inputwidth { width:525px; }
  .callbacktable-div { width:250px; }
  .callbacktable-width { width:240px; }
  .callbacktable-inputwidth { width:235px; }
  .callbacktable-verify-inputwidth { width:175px; }
}

@media screen and (min-width:636px) and (max-width:700px) {
  h1 { font-size:40px; }
  h2 { font-size:34px; }
  h3 { font-size:28px; }
  #fixedmenu-container { height:60px; }
  #logo-container-inner { margin-top:60px; }
  #fixedmenu { display:none; }
  #fixedmenu-mobile { display:block; }
  #fixedmenu-phone { display:none; }
  #closemenu { top:20px; width:55px; height:55px; }
  #logo-main { width:290px; height:362px; margin-top:-215px; margin-left:-145px; }
  #logo-container-inner, #dark-overlay-inner, #photo-area-inner { height:320px; }
  #logo-main-inner { width:250px; height:250px; margin-top:-130px; margin-left:-125px; }
  .textItem { font-size:22px; line-height:34px; padding:25px; padding-bottom:60px; }
  .newstyletable-tablewidth { width:100%; }
  .newstyletable-inputwidth { width:100%; }
  .newstyletable-verify-inputwidth { width:85%; }
  .callbacktable { margin: 10px 0px 10px 0px; }
  .callbacktable-div { width:100%; }
  .callbacktable-width { width:100%; }
  .callbacktable-inputwidth { width:100%; }
  .callbacktable-verify-inputwidth { width:85%; }
}

@media screen and (min-width:401px) and (max-width:635px) {
  h1 { font-size:34px; }
  h2 { font-size:30px; }
  h3 { font-size:26px; }
  #fixedmenu-container { height:50px; }
  #logo-container-inner { margin-top:50px; }
  #fixedmenu { display:none; }
  #fixedmenu-mobile { display:none; }
  #fixedmenu-phone { display:block; }
  #closemenu { top:20px; width:55px; height:55px; }
  #logo-main { width:262px; height:328px; margin-top:-200px; margin-left:-131px; }
  #logo-container-inner, #dark-overlay-inner, #photo-area-inner { height:290px; }
  #logo-main-inner { width:220px; height:220px; margin-top:-115px; margin-left:-110px; }
  .textItem { font-size:18px; line-height:30px; padding:20px; padding-bottom:50px; }
  .newstyletable-tablewidth { width:100%; }
  .newstyletable-inputwidth { width:100%; }
  .newstyletable-verify-inputwidth { width:80%; }
  .callbacktable { margin: 10px 0px 10px 0px; }
  .callbacktable-div { width:100%; }
  .callbacktable-width { width:100%; }
  .callbacktable-inputwidth { width:100%; }
  .callbacktable-verify-inputwidth { width:80%; }
}

@media screen and (max-width:400px) {
  h1 { font-size:32px; }
  h2 { font-size:28px; }
  h3 { font-size:24px; }
  #fixedmenu-container { height:50px; }
  #logo-container-inner { margin-top:50px; }
  #fixedmenu { display:none; }
  #fixedmenu-mobile { display:none; }
  #fixedmenu-phone { display:block; }
  #closemenu { top:23px; width:50px; height:50px; }
  #logo-main { width:200px; height:249px; margin-top:-165px; margin-left:-100px; }
  #logo-container-inner, #dark-overlay-inner, #photo-area-inner { height:270px; }
  #logo-main-inner { width:200px; height:200px; margin-top:-105px; margin-left:-100px; }
  .textItem { font-size:16px; line-height:28px; padding:20px; padding-bottom:40px; }
  .newstyletable-tablewidth { width:100%; }
  .newstyletable-inputwidth { width:100%; }
  .newstyletable-verify-inputwidth { width:75%; }
  .callbacktable { margin: 10px 0px 10px 0px; }
  .callbacktable-div { width:100%; }
  .callbacktable-width { width:100%; }
  .callbacktable-inputwidth { width:100%; }
  .callbacktable-verify-inputwidth { width:75%; }
}

/* ################# testimonials client name ############## */

.client-name {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25;
  color: #587ea2;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
}

/* ################### forms: honeypot + result ############ */

.ab-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ab-form-result {
  width: 90%;
  max-width: 700px;
  margin: 10px auto 0 auto;
}

.ab-thanks {
  border: 1px solid #8cc63f;
  border-radius: 4px;
  background: #f4faec;
  padding: 40px 30px;
  text-align: center;
  color: #575757;
}

.ab-thanks-tick {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px auto;
  border-radius: 50%;
  background: #8cc63f;
  color: #fff;
  font-size: 30px;
  line-height: 64px;
}

.ab-thanks-title {
  margin: 0 0 12px 0;
  font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 28px;
  color: #575757;
  text-transform: none;
}

.ab-thanks p {
  margin: 8px 0;
  font-size: 18px;
}

.ab-thanks-sub {
  margin-top: 18px;
  font-size: 16px;
  color: #777;
}

.ab-thanks a {
  color: #0074bc;
}

.ab-form-error {
  max-width: 700px;
  margin: 0 auto 18px auto;
  padding: 12px 16px;
  border: 1px solid #d98c8c;
  background: #fbeaea;
  color: #8a2b2b;
  font-size: 15px;
  text-align: center;
}

/* Inner-page body copy is justified on desktop (faithful); on a narrow phone
   column that creates ugly word-gap rivers — left-align there only. */
.content[style*="justify"] { text-align: left !important; }

/* ######################################################### */

@media screen and (min-height:526px) {
  #arrow { display:block; }
}

@media screen and (max-height:525px) {
  #arrow { display:none; }
}

/* ################## footer media queries ################# */

@media screen and (min-width:1151px) {
  #fullfooter { display:block; }
  #midfooter { display:none; }
  #mobilefooter { display:none; }
}

@media screen and (min-width:776px) and (max-width:1150px) {
  #fullfooter { display:none; }
  #midfooter { display:block; }
  #mobilefooter { display:none; }
}

@media screen and (max-width:775px) {
  #fullfooter { display:none; }
  #midfooter { display:none; }
  #mobilefooter { display:block; }
}

/* ################## footer media queries ################# */

@media screen and (min-width:851px) {
  #fullcopyright { display:block; }
  #midcopyright { display:none; }
  #mobilecopyright { display:none; }
}

@media screen and (min-width:451px) and (max-width:850px) {
  #fullcopyright { display:none; }
  #midcopyright { display:block; }
  #mobilecopyright { display:none; }
}

@media screen and (max-width:450px) {
  #fullcopyright { display:none; }
  #midcopyright { display:none; }
  #mobilecopyright { display:block; }
}

/* ######################################################### */
