@font-face {
  font-family: "Times New Roman";
  src: url("t/32441506567156636049eb850b53f02a.eot");
  src: local("Times New Roman"), url("t/32441506567156636049eb850b53f02a.eot#iefix") format("embedded-opentype"), url("t/32441506567156636049eb850b53f02a.woff") format("woff2"), url("t/32441506567156636049eb850b53f02a.woff") format("woff"), url("t/32441506567156636049eb850b53f02a.ttf") format("truetype"), url("t/32441506567156636049eb850b53f02a.svg") format("svg");
}

* {
  font-family: "Times New Roman";
  letter-spacing: normal;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  /* font-family: 'Lora', serif;
   font-family: TimesNewRoman, "Times New Roman", Times, 'Libre Baskerville', serif; */
  font-size: 1em;
  margin: 0;
  background: white;
}

#page_container {
  position: relative;
  max-width: 750px;
  min-width: 225px;
  min-height: 1100px;
  background: white;
  margin: 16px auto;
  border: white solid 3px;
  box-shadow: 0 0 32px #444;
}

#left_col_background {
  position: absolute;
  height: 100%;
  width: 190px;
  background-color: #F6F6F6;
  border-right: #D3D3D3 solid 1px;
}

#page {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  background: transparent;
}

header {
  display: block;
  background: white;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

/* Header background image */

header>div {
  height: 135px;
  width: 100%;
  background: rgb(84, 104, 141);
  background-image: url('images/header/logo.png');
  background-size: 330px 330px;
  background-repeat: no-repeat;
  background-position: 95% -40px;
}

/* Header background color */

header>div>div {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(84, 104, 141, 0.9));
}

/* Logo */

header a {
  display: inline;
  position: relative;
  float: left;
  margin: 22.5px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

header img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/* Header text */

header>div>div div {
  display: table-cell;
  position: relative;
  height: 135px;
  vertical-align: middle;
}

header h1,
header h2 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}

header h1 {
  font-family: 'Crimson Text', serif;
  font-size: 1.75em;
  font-variant: small-caps;
}

header h2 {
  color: #003366;
  font-size: 1em;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 0px;
}

/* Header video */

header video {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: white;
}

#col-container {
  display: table-row;
  position: relative;
  font-family: "Times New Roman";
  /* font-family: 'Lora', serif;
  font-family: TimesNewRoman, "Times New Roman", Times, 'Libre Baskerville', serif; */
  width: 100%;
  height: 100%;
  background: transparent;
  vertical-align: top;
}

.nav_btn {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  color: black;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}

nav {
  display: inline-block;
  vertical-align: top;
  font-family: "Times New Roman";
  /* font-family: 'Lora', serif;
   font-family: TimesNewRoman, "Times New Roman", Times, 'Libre Baskerville', serif; */
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  width: 190px;
  background-color: #F6F6F6;
  padding: 0 0 81pt 0;
  margin: 0;
  border-right: #D3D3D3 solid 1px;
}

/* top spacing */

/*
nav>div:nth-of-type(1) {
  display: none;
}
:nth-of-type(2)
 Telephone Number */

nav>div {
  font-size: 0.875em;
  display: block;
  padding: 50px 0 32px 0;
}

nav>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  /* transform: translatey(-6px); */
  background: #f6f6f6;
  /* Prefer not to need - look for cause */
}

/* NAVIGATION label */

nav>h3 {
  position: relative;
  display: block;
  background: white;
  color: #ababab;
  line-height: 40px;
  height: 40px;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

nav>ul>li:nth-of-type(1) {
  /* background-color: #6999C9; */
  background-color: rgba(94, 145, 197, 1);
}

nav>ul>li:nth-of-type(2) {
  /* background-color: #92BADE;  0.6 */
  background-color: rgba(94, 145, 197, 0.6);
}

nav>ul>li:nth-of-type(3) {
  /* background-color: #BFD8EE; */
  background-color: rgba(94, 145, 197, 0.4);
}

nav>ul>li:nth-of-type(4) {
  /* background-color: #E0EAF4; */
  background-color: rgba(94, 145, 197, 0.25);
}

nav>ul>li:nth-of-type(5) {
  background-color: rgba(94, 145, 197, 0.15);
  /* background-color: #FAF6FF; */
}

nav>ul>li>a {
  display: block;
  height: 56px;
  width: 100%;
  line-height: 56px;
  text-decoration: none;
  color: #104674;
  padding: 0 0;
  font-size: 1.25em;
}

nav>ul>li>a:hover {
  border: black solid 2px;
  line-height: 52px;
}

.tel {
  font-size: 1.5em;
  font-weight: bold;
}

article {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-family: "Times New Roman";
  /* font-family: 'Lora', serif;
  font-family: TimesNewRoman, "Times New Roman", Times, 'Libre Baskerville', serif; */
  font-size: 1em;
  font-weight: normal;
  text-align: justify;
  width: calc(100% - 190px);
  /*calc(100% - 190px);
  width:75%;
  max-width:calc(100% - 150px);
  min-width:150px;
  */
  background: white;
  padding: 0 16px 81pt 16px;
  margin: 0;
  clear: both;
}

article #standard {
  position: relative;
  display: block;
  width: calc(100% + 32px);
  /* padding */
  top: 0;
  min-height: 40px;
  background: #aac4d3;
  color: white;
  font-size: 1.25em;
  font-weight: bold;
  font-variant: small-caps;
  margin: 0 -16px;
  padding: 0 16px;
  text-align: left;
}

article #standard span:nth-of-type(1) {
  position: absolute;
  display: block;
  width: calc(100% - 88px);
  float: left;
  text-align: left;
  top: 50%;
  transform: translatey(-50%);
  padding: 8px 0;
}

article #standard span:nth-of-type(2) {
  position: absolute;
  display: block;
  right: 16px;
  height: 40px;
  width: 56px;
  top: 50%;
  transform: translatey(-50%);
}

article #standard a {
  /* padding:14px 18px 8px 18px; */
  border: none;
  font-size: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  background: transparent;
  color: black;
  text-decoration: none;
}

article #standard a i {}

article>h1 {
  display: table;
  width: 100%;
  min-height: 56px;
  background: white;
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  color: #104674;
}

article>h1>span {
  padding: 16px 0;
  display: table-cell;
  vertical-align: middle;
}

article>#intro {
  display: table;
  min-height: 168px;
  background: #E9F0F3;
  margin: 0 -16px 16px -16px;
  padding: 16px;
}

article>#intro>p {
  display: table-cell;
  vertical-align: middle;
}

article h3 {
  display: table;
  color: #104674;
  font-size: 1.125em;
  margin: 0;
  padding: 0;
  height: 56px;
}

article>h3>span {
  display: table-cell;
  vertical-align: middle;
}

article b {
  color: #104674;
}

article div img {
  display: inline;
  float: left;
  padding: 0 16px 16px 0;
}

#content {
  position: relative;
  display: block;
  width: 100%;
}

#content h3 {
  height: initial;
}

footer {
  display: none;
}

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

nav font,
footer font {
  font-size: 1.5em;
}

article form {
  position: relative;
  width: 100%;
  background: transparent;
  margin: 0;
}

form div {
  display:block;
  width:100%;
  position:relative;
  text-align:center;
  line-height:56px;
  font-size: 1.25em;
  font-weight: bold;
}

form label {
  position: relative;
  width: 100%;
}

form>label i {
  position: absolute;
  display: block;
  width: 40px;
  line-height: 40px;
  left: 2px;
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
}

form input {
  width: 100%;
  margin: 8px 0;
  padding: 8px 8px 8px 40px;
  font-family: Arial;
  font-size: 18px;
  line-height: 20px;
  border-style: solid;
  border-width: 2px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

form input:disabled {
  background: white;
  color: black;
}

form>label>input:nth-of-type(1) {
  border-color: rgba(94, 145, 197, 0.6);
}

form>label>input:nth-of-type(2) {
  border-color: rgba(94, 145, 197, 0.4);
}

form>label>input:nth-of-type(3) {
  border-color: rgba(94, 145, 197, 0.25);
}

form>label>textarea {
  width: 100%;
  margin: 8px 0;
  padding: 8px;
  resize: none;
  font-size: 18px;
  height: 240px;
  border-color: rgba(94, 145, 197, 0.15);
  /* #D3D3D3; */
  border-style: solid;
  border-width: 2px;
  font-family: Arial;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

form button {
  width: 50%;
  min-width:225px;
  line-height: 56px;
  margin: 8px 0;
  padding: 0 8px;
  resize: none;
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Times New Roman";
  /* background-color: #6999C9; */
  background: rgba(94, 145, 197, 1);
  border: none;
  color: #104674;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  /* transform: translatey(-80px); */
  box-shadow: gray 0px 0px 5px;
  cursor: pointer;
}

form>label span {
  position: absolute;
  color: red;
  right: 0;
  transform: translate(-4px, 10px);
}

.grecaptcha-badge {
  position: relative;
  margin: 8px 0;
  /*  transform: translatey(56px); */
}

.grecaptcha-logo>iframe {
  max-width: 100%;
  border: solid black 1px;
}

.addthis_inline_follow_toolbox {
  float: left;
  margin-left: 50%;
  transform: translatex(-50%);
}

#follow_links {
  float: left;
  margin-left: 50%;
  transform: translatex(-50%);
}

.follow {
  display: inline;
  width: 36px;
  height: 36px;
  background: blue;
  color: white;
  margin: 2px;
  font-size: 20px;
  line-height: 36px;
  float: left;
}

.follow:hover {
  margin-top: -2px;
}

.facebook {
  background-color: #3B5998;
}

.twitter {
  background-color: #00ACEE;
}

/* Use a media query to add a breakpoint at 782px: */

@media screen and (max-width: 782px) {
  /* Allow the box shadow to show */
  #page_container {
    width: calc(100% - 32px);
  }
}

/* Use a media query to add a breakpoint at 600px: */

@media screen and (max-width: 600px) {
  /* Remove box shadow */
  #page_container {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    border-color: lightgray;
  }
}

/* Use a media query to add a breakpoint at 500px: */

@media screen and (max-width: 500px) {
  /* for menu when visible - changed by jQuery
  #page {

    position:fixed;
    overflow:hidden;
  }  
  */
  body,
  #page_container {
    position: absolute;
    min-height: 100%;
    width: 100%;
    padding-bottom: 0;
  }
  #left_col_background {
    background: #F6F6F6;
    display: none;
    border: none;
    width: 100%;
  }
  #page {
    position: relative;
  }
  /* Header background image */
  header>div {
    height: auto;
    background: none;
  }
  header>div>div {
    height: auto;
    padding: 16px 0;
  }
  /* Logo */
  header a {
    display: block;
    position: relative;
    float: none;
    margin: 0 auto;
  }
  /*Header text */
  header>div>div div {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 16px 0 0 0;
  }
  header h1,
  header h2 {
    margin: 0;
    padding: 0;
    float: none;
    text-align: center;
  }
  header h1 {
    font-family: 'Crimson Text', serif;
  }
  header h2 {
    font-family: "Times New Roman";
    /*
    font-family: 'Lateef', serif; */
    font-size: 1.25em;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2), -1px -1px 2px rgba(255, 255, 255, 0.2), 1px -1px 2px rgba(255, 255, 255, 0.2), -1px 1px 2px rgba(255, 255, 255, 0.2);
  }
  #col-container {
    display: block;
    height: auto;
  }
  nav {
    display: none;
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: auto;
    z-index: 99;
  }
  .nav_btn {
    display: block;
    z-index: 999;
  }
  nav>h3 {
    height: 80px;
    padding-top: 40px;
  }
  article {
    display: block;
    width: 100%;
    padding: 0 16px 16px 16px;
  }
  form>div {}
  footer {
    display: block;
    position: relative;
    text-align: center;
    padding: 16px 16px 81pt 16px;
    width: 100%;
    /* border */
    /* border */
    background: white;
    /* rgba(255,0,0,0.8); */
    border-top: #D3D3D3 solid 1px;
    /* border-bottom: white solid 3px; */
    font-family: "Times New Roman";
    /* font-family: 'Lora', serif;
    font-family: TimesNewRoman, "Times New Roman", Times, 'Libre Baskerville', serif; */
    font-size: 0.875em;
    font-weight: bold;
  }
}

/* Use a media query to add a breakpoint at 350px: */

@media screen and (max-width: 350px) {
  /* Remove video */
  header>video {
    display: none;
  }
}

/* Use a media query to add a breakpoint at 225px: */

@media screen and (max-width: 255px) {
  footer {
    /* position:relative; */
  }
}