/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-VariableFont_wght.ttf);
  /*src: url(../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf);*/
}

@font-face {
  font-family: "Tinos";
  src: url(../fonts/Tinos/Tinos-Regular.ttf);
  /*    src: url(../fonts/Tinos/Tinos-Bold.ttf);
    src: url(../fonts/Tinos/Tinos-BoldItalic.ttf);
    src: url(../fonts/Tinos/Tinos-Italic.ttf);*/
}

@font-face {
  font-family: "Cinzel";
  src: url(../fonts/cinzel/Cinzel-Regular.otf);
  /*    src: url(../fonts/Tinos/Tinos-Bold.ttf);
    src: url(../fonts/Tinos/Tinos-BoldItalic.ttf);
    src: url(../fonts/Tinos/Tinos-Italic.ttf);*/
}

@font-face {
  font-family: "Cabin";
  src: url(../fonts/cabin/cabin.regular.ttf)
}

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato/Lato-Regular.ttf)
}

:root {
  --site-color-base: #f5f5f5;
  --site-color-1: #333;
  --site-color-2: #ffffff;
  --site-color-3: #ffffff;
  --site-color-4: white;
  /*--text-color-base: rgb(145, 145, 145);*/
  --text-color-base: #666666;
  --text-color-1: #55a098;
  --text-color-2: #55a098;
  --text-color-3: rgb(165, 136, 48);
  --border-color-1: rgb(119, 119, 119);
  --button-color-1: #55a098;
  --button-color-2: #55a098;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  letter-spacing: .75px;
  vertical-align: baseline;
  background: transparent;
}

html {
  /*background-image: url(../images/bg1.png) no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  line-height: normal;
  /*background-image: url(../images/bg1.png)*/
}

form {
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

  nav ul {
    list-style: none;
  }

blockquote, q {
  quotes: none;
}

  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

  a:link, a:hover, a:visited {
    color: var(--button-color-1);
    text-decoration: underline;
  }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #211f20;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

body {
  font-family: /*Verdana, Arial, Helvetica, */ Lato, sans-serif;
  /*background-image: none;*/
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-color: none;
  /*1398px 896px;*/
}

div.bg2 {
  background-image: none;
}

div.bg3 {
  background-image: none;
}

div.bg4 {
  background-image: none;
}

div.bg1 {
  background-image: none;
}

h1 {
  font-size: 150%;
  color: var(--text-color-1);
  padding-left: 5px;
}

h2 {
  font-size: 2em;
  color: var(--text-color-2);
  font-family: 'Cabin', serif;
  font-weight: 700;
  text-transform: uppercase;
}

.header {
  padding: 1em 0;
}

.redText {
  color: red;
}

.grayBg {
  color: #ffffff;
  background-color: #333333;
}

textarea {
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button.OK {
  cursor: pointer;
  color: white;
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-size: 1.1em;
  font-weight: 500;
  line-height: normal;
  /*text-transform: uppercase;*/
  letter-spacing: -0.7px;
  padding: 0.75em 2em 0.75em;
  border: 2px solid var(--button-color-1);
  background-color: var(--button-color-1);
  transition: 0.3s;
}

  button.OK:hover {
    background-color: transparent;
    color: var(--button-color-2);
    border: 2px solid var(--button-color-2);
    padding: 0.75em 2em 0.75em;
  }

button.disabled {
  background-color: buttonface;
  color: Gray;
  cursor: default;
  font-weight: bold;
  border: solid 2px #000000;
  border-radius: 5px 5px;
}

div#MessageWrapper {
  -webkit-font-smoothing: antialiased;
  z-index: 9999;
  width: 320px;
  position: absolute;
  background-color: var(--site-color-4);
  top: 30%;
  left: 50%;
  margin-left: -160px;
  display: none;
  border: solid 3px #313131;
  border-radius: 10px 10px;
  text-align: center;
  padding-bottom: 3px;
}

div#MessageBody {
  -webkit-font-smoothing: antialiased;
  width: 300px;
  font-weight: normal;
  text-align: left;
  color: var(--text-color-2);
  margin: 10px 10px 5px 10px;
  -khtml-user-select: none;
}

div#MessageHeader {
  -webkit-font-smoothing: antialiased;
  -khtml-user-select: none;
  padding: 5px 5px 5px 5px;
  width: 308px;
  max-width: 100%;
  font-size: 120%;
  font-weight: bold;
  color: white;
  background-color: var(--site-color-1);
  border: solid 1px var(--site-color-2);
  border-radius: 7px 7px 0px 0px;
  text-align: left;
}

div#ConfirmWrapper {
  -webkit-font-smoothing: antialiased;
  z-index: 9999;
  width: 320px;
  position: absolute;
  background-color: var(--site-color-3);
  top: 30%;
  left: 50%;
  margin-left: -160px;
  display: none;
  border: solid 3px var(--site-color-2);
  border-radius: 10px 10px;
  text-align: center;
  padding-bottom: 3px;
}

div#ConfirmBody {
  -webkit-font-smoothing: antialiased;
  width: 300px;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  margin: 10px 10px 5px 10px;
  -khtml-user-select: none;
}

div#ConfirmHeader {
  -webkit-font-smoothing: antialiased;
  -khtml-user-select: none;
  padding: 5px 5px 5px 5px;
  width: 308px;
  font-size: 120%;
  font-weight: bold;
  color: White;
  background-color: var(--site-color-1);
  border: solid 1px var(--site-color-2);
  border-radius: 7px 7px 0px 0px;
  text-align: left;
}

html {
  -webkit-text-size-adjust: 100%;
  color: var(--text-color-base);
  background-color: var(--site-color-base);
}

div#PAGEDIV {
  margin: 0px auto;
  padding: 0px;
  width: 766px;
  background-color: var(--site-color-3);
  /*border: 1px solid #aaaaaa;*/
}

div#PAGEDIVBAN {
  /*    padding: 0px;
    background-color: var(--site-color-2);
    display: flex;
    align-items: center;
    justify-content: center;*/
  /*margin: 0px auto;*/
  padding: 0px;
  /*width: 766px;*/
  /*background-color: var(--site-color-2);*/
  /*border: 1px solid #aaaaaa;*/
}

.pagedivban-inner {
  width: 768px;
  height: 100px;
  padding: 5px;
  display: flex;
  align-items: center;
}

.pagedivban-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.anchor-button-lg {
  color: white !important;
  /*background-color: var(--site-color-1);*/
  /*font-family: "Cinzel",sans-serif;*/
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  text-transform: none;
  letter-spacing: -0.7px;
  border-radius: 4px;
  padding: 1.5em 3em;
  transition: 0.3s;
  margin: 2px;
  /*border: 2px solid black;*/
}

  .anchor-button-lg:hover {
    /*color: var(--site-color-2) !important;*/
    background-color: var(--text-color-2);
    /*margin: 0px;*/
  }

div#PAGEDIVFOOT {
  margin: 0px auto;
  width: 766px;
  color: var(--text-color-base);
  background-color: var(--site-color-1);
  border: 1px solid #aaaaaa;
}

div.footerSection {
  /*background-color: #c6c6c6;*/
  color: var(--site-color-3);
  margin: 0px;
  padding: 0px;
  width: 100%;
}

div.bannerborder {
  border-top: none;
  padding-bottom: none;
  border-bottom: none;
}

.contentbg {
  /*background-color:#FFFFFF;*/
  vertical-align: top;
  /*background-image: url(content_wg.png);*/
  background-image: none;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #211f20;
  margin: 0;
  padding: 0;
}

div.headerSection {
  margin: 0px;
  padding: 0px;
  width: 100%;
  /*
  background-color:#ffffff;
  background-image: url(bg1.jpg);
  border-bottom: 2px solid #2d4ea2;
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:100%;
  */
}

div.bodySection {
  /*
  background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
  padding: 0px;
  */
}

div.spec1div {
  background-image: url(bg1.png);
}

.hangingIndent {
  padding-left: 25px;
  text-indent: -25px;
}

.smalldata {
  font-size: 14px;
}

.DotOff {
  font-size: 24px;
  color: var(--site-color-2);
}

.DotDull {
  font-size: 24px;
  color: var(--text-color-base);
}

.DotOn {
  font-size: 24px;
  color: var(--text-color-2);
}

table.processing {
  -webkit-font-smoothing: antialiased;
  background-color: var(--site-color-2);
  border: 5px ridge var(--button-color-1);
  border-radius: 10px;
  width: 300px;
  height: 40px;
}

label.processing {
  color: var(--text-color-1);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 140%;
  font-style: italic;
}

label.link {
  color: blue;
  display: block;
}

label.link2 {
  display: block;
}

  label.link2:hover {
    color: Red;
    cursor: pointer;
  }

label.link:hover {
  color: Red;
  cursor: pointer;
}

div.table {
  display: table;
}

div.tr {
  display: table-row;
}

div.tdF {
  display: table-cell;
  padding: 0px 3px 2px 0px;
}

div.td {
  display: table-cell;
  padding: 0px 3px 2px 0px;
}

div.tdL {
  display: table-cell;
  padding: 0px 0px 2px 0px
}

.headColor {
  color: var(--text-color-1);
  /*background: var(--site-color-1);*/
  padding: 3px 5px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*font-family: 'Cinzel', sans-serif;*/
  border-bottom: 1px solid rgb(119, 119, 119);
}

.footColor {
  color: var(--text-color-base);
  background: var(--site-color-1);
  padding: 3px 5px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*font-family: 'Cinzel', sans-serif;*/
  border-bottom: 1px solid rgb(119, 119, 119);
}

img.Logo1 {
  /*width: 100%;*/
  min-width: 150px;
  max-width: 320px;
  margin: 1em;
  vertical-align: middle;
}

img.Logo2 {
  display: none;
  width: 20%;
  max-width: 100px;
  min-width: 200px;
  background-color: var(--site-color-3);
}

span.QuestionIcon {
  display: inline;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/question-icon2.gif) no-repeat;
  width: 16px; /* Width of new image */
  height: 23px; /* Height of new image */
  padding-right: 16px; /* Equal to width of new image */
  cursor: pointer;
  display: inline-block;
  background-size: 16px 23px;
}

span.MicrA {
  display: inline;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/MicrA.gif) no-repeat;
  width: 13px; /* Width of new image */
  height: 14px; /* Height of new image */
  padding-right: 13px; /* Equal to width of new image */
}

span.MicrC {
  display: inline;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/MicrC.gif) no-repeat;
  width: 13px; /* Width of new image */
  height: 14px; /* Height of new image */
  padding-right: 13px; /* Equal to width of new image */
}

div.contrastDiv {
  float: right;
  padding: 0px;
  margin: 0px;
  margin-left: auto;
}

span.contrasttitle {
  display: none;
  font-size: 10px;
  background-color: yellow;
  color: #000000;
  position: relative;
  right: 100px;
  padding: 2px;
  white-space: nowrap;
  border: none;
}

button.contrastButton {
  width: 30px;
  height: 30px;
  border: none;
  background-image: url(../images/contrast.png);
  background-size: 30px 30px;
  /*background-color: var(--site-color-3);*/
  display: inline-block;
  cursor: pointer;
  margin: 0px;
  vertical-align: middle;
}

  button.contrastButton:hover {
    background-color: #CCCCCC;
  }

    button.contrastButton:hover span.contrasttitle {
      display: inline;
      border: none;
    }

.contact-info-header-outer {
  font-family: 'Cinzel', sans-serif;
  display: flex;
  justify-content: center;
  font-size: 17px !important;
  font-weight: 700;
  font-style: normal;
  height: 40px;
  /*width: 768px;*/
  background-color: #f2f2f1;
}

.contact-info-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 768px;
}

.header-phone-number {
  display: flex;
  align-items: center;
  color: black !important;
}

@media only screen and (max-width: 767px) {
  div.tdF {
    display: table-cell;
    font-size: 120%;
    padding: 0px 3px 15px 0px;
  }

  div.td {
    display: table-cell;
    font-size: 120%;
    padding: 0px 3px 15px 0px;
  }

    div.td label {
      font-size: 100%;
    }

  div.tdL {
    display: table-cell;
    font-size: 120%;
    padding: 0px 0px 15px 0px
  }

  a:link, a:hover, a:visited {
    color: var(--button-color-1);
    text-decoration: none;
  }

  span.QuestionIcon {
    background: url(../images/question-icon2.gif) no-repeat;
  }

  textarea {
    font-size: 18px;
  }

  span.MicrA {
    background: url(../images/MicrA.gif) no-repeat;
  }

  span.MicrC {
    background: url(../images/MicrC.gif) no-repeat;
  }

  div#PAGEDIV {
    margin: 0 auto;
    width: 100%;
    border: none;
  }

  div#PAGEDIVBAN {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    background-color: var(--site-color-2);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  div#PAGEDIVFOOT {
    margin: 0px auto;
    width: 100%;
    border: none;
    background: #f6f6f5;
  }

  div.footerSection {
    background-color: var(--site-color-3);
    margin: 0px;
    padding: 0px;
    width: 100%;
  }

  div.bodySection {
    background-color: var(--site-color-3);
    background-image: none;
    padding: 0px;
    margin: 0px;
    border: none;
  }

  .hangingIndent {
    padding-bottom: 16px;
  }

  .contentbg {
    background-image: none;
  }

  .smalldata {
    font-size: 13px;
  }

  html {
    background-color: var(--site-color-3);
    color: rgb(145, 145, 145);
  }

  div, label, b, span, strong {
    font-size: 16px;
  }

  input, select {
    font-size: 22px;
  }

  body, td {
    background-image: none;
  }

    body.bg2 {
      background-image: none;
    }

    body.bg3 {
      background-image: none;
    }

    body.bg4 {
      background-image: none;
    }

  button.OK {
    /*font-size: 200%;*/
  }

  .DotOff {
    font-size: 150%;
  }

  .DotDull {
    font-size: 150%;
  }

  .DotOn {
    font-size: 150%;
  }

  label.link {
    color: #0000ff;
    font-weight: bold;
    padding-bottom: 15px;
  }

  label.link2, label.link2 :hover {
    padding-bottom: 15px;
  }
}

/*  GRID OF NINE   ============================================================================= */

.span_9_of_9 {
  width: 100%;
}

.span_8_of_9 {
  width: 88.71%;
}

.span_7_of_9 {
  width: 77.42%;
}

.span_6_of_9 {
  width: 66.13%;
}

.span_5_of_9 {
  width: 54.84%;
}

.span_4_of_9 {
  width: 43.55%;
}

.span_3_of_9 {
  width: 32.26%;
}

.span_2_of_9 {
  width: 20.97%;
}

.span_1_of_9 {
  width: 9.68%;
}

.span_4_of_8 {
  width: 50.0%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 767px) {
  .span_9_of_9 {
    width: 100%;
  }

  .span_8_of_9 {
    width: 100%;
  }

  .span_7_of_9 {
    width: 100%;
  }

  .span_5_of_9 {
    width: 100%;
  }

  .span_4_of_9 {
    width: 100%;
  }

  .span_2_of_9 {
    width: 100%;
  }

  .span_1_of_9 {
    width: 100%;
  }
}

/*  SECTIONS  ============================================================================= */

.section {
  clear: both;
  padding: 0;
  margin: 0;
}

/*  GROUPING  ============================================================================= */

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
  display: block;
  float: left;
  margin: 0;
}

  .col:first-child {
    margin-left: 0;
  }
/* all browsers except IE6 and lower */

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 767px) {
  .col {
    margin: 0;
  }
}

@media print {
  button.OK {
    display: none !important;
  }

  html, div, label, b, strong, body {
    color: Black;
  }
}
