body {
  margin: 0;
  padding: 0;
}

th, td {
  text-align: left;
  vertical-align: top;
}

h1, h2, h3, h4, h5, p, ul, ol {
  margin-top: 0;
  margin-bottom: 15px;
}

fieldset, blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  border: 0;
}

.accessibility {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}

.fixed {
  max-width: 978px;
  padding: 0 20px;
  margin: 0 auto;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  display: inline-block;
}

/* \*/
.clear {
  display: block;
}

/* */
form .field, form .Actions, form .errors {
  margin-bottom: 15px;
}
form label {
  display: block;
}
form label.right {
  display: inline;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

.ss-htmleditorfield-file.image {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 15px;
}

body, th, td, input, textarea, select {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  color: #4c4c4c;
}

h1 {
  font-family: "Roboto Slab", serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: -2px;
  text-shadow: 0px 1px 1px #35596b;
  color: white;
}

h2 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
}

h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 30px;
}

h5 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

p {
  line-height: 25px;
  font-size: 13px;
}

hr {
  margin: 30px 0px;
  border: 0;
  width: 100%;
  color: #efefef;
  background-color: #efefef;
  height: 1px;
}

blockquote {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding: 30px 0px;
  padding-bottom: 36px;
  padding-left: 30px;
  border-top: 4px solid #f3f1f0;
  border-bottom: 4px solid #f3f1f0;
  border-left: 4px solid #f3f1f0;
  border-right: 4px solid #f3f1f0;
  margin-top: 40px;
  background: #fffdfc;
}

a {
  color: #4F82A0;
  text-decoration: none;
}

.btn-shadow {
  box-shadow: 0px 2px 0px 0px #284150;
}

html {
  background: #e0dbd9;
}

body {
  background: #ffffff;
}

#content {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -25px;
}
#content .contact {
  padding-bottom: 0;
}
#content .map {
  border: 1px solid #e0dbd9;
}
#content .rightcol {
  float: right;
  width: 100%;
  padding-top: 20px;
}
#content .leftcol {
  width: 100%;
  float: left;
}
#content .leftcol ul {
  padding-left: 20px;
}
#content .leftcol ul li {
  background: url(../images/bullet.jpg) no-repeat left 7px;
  list-style-type: none;
  padding-left: 15px;
  padding-bottom: 6px;
}
#content .leftcol ul.faq {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#content .leftcol ul.faq div {
  padding: 0 15px;
}
#content .leftcol ul.faq li.faq {
  padding: 0;
  background: none;
}
#content .leftcol ul.faq h3.faq {
  margin-bottom: 10px;
  min-height: 50px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 15px;
  background: #f4f2f3;
  display: grid;
  align-content: center;
}
#content .leftcol ul.faq h3.faq a {
  display: block;
  padding-right: 30px;
  background: url(../images/faq-icon.png) no-repeat right center;
}

header {
  background: #4f82a0;
}

section.home {
  background: #4f82a0;
}

header .fixed {
  display: flex;
  flex-direction: column;
  padding: 35px 0 15px 0;
  align-items: center;
}
header .logo {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .logo .logo-text {
  display: flex;
  gap: 2px;
  flex-direction: column;
  align-items: center;
}
header .logo img {
  max-width: 100%;
}
header .logo h5 {
  margin-bottom: 2px;
}
header .logo p {
  padding-left: 2px;
  color: #ffffff;
  font-size: 14px;
  text-shadow: 0px 1px 1px #35596b;
  font-weight: 600;
  margin-top: 10px;
}
header .nav {
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
}
header .nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
header .nav a {
  color: #ffffff;
  font-size: 14px;
  text-shadow: 0px 1px 1px #35596b;
  font-weight: 600;
}
header .nav a:hover {
  text-decoration: none;
  color: #a7dce5;
}
header .nav .current a {
  color: #a7dce5;
}
header .nav .section a {
  color: #a7dce5;
}

.btn {
  padding: 15px 23px;
  padding-bottom: 13px;
  /* div { .border-radius(5px); }  */
  border-radius: 5px;
  background-clip: padding-box;
  /* useful if you don't want a bg color from leaking outside the border: */
  background-color: #1c5f85;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0px 1px 1px #35596b;
  box-shadow: 0px 2px 0px 0px #284150;
}

.form {
  float: left;
  width: calc(100% - 60px);
  margin-top: 30px;
  padding: 30px;
  background: #efefef;
}
.form input,
.form textarea {
  background: white;
  border: 2px solid #e8e4e2;
  padding: 8px;
  width: calc(100% - 16px);
}
.form .Actions input {
  padding: 10px 20px;
  background: #50ad27;
  color: white;
  font-size: 16px;
  border: 0;
  display: inline-block;
  width: auto;
}
.form .Actions input.action {
  padding: 15px 23px;
  padding-bottom: 13px;
  /* div { .border-radius(5px); }  */
  border-radius: 5px;
  background-clip: padding-box;
  /* useful if you don't want a bg color from leaking outside the border: */
  background-color: #1c5f85;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0px 1px 1px #35596b;
  box-shadow: 0px 2px 0px 0px #284150;
  cursor: pointer;
}

section.home {
  background: #4f82a0 url(../images/headershadow.png) no-repeat center top;
}
section.home .panel {
  background: #6cc4d3;
  padding: 25px;
  /* div { .border-radius(5px); }  */
  border-radius: 5px 5px 0px 0px;
  background-clip: padding-box;
}
section.home .panel.desktop {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 20px;
  float: right;
}
section.home .panel.desktop .btn {
  float: left;
}
section.home .panel.mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-direction: column;
}
section.home .panel.mobile h2 {
  margin: 0;
}
section.home .panel h2 {
  color: #ffffff;
  text-shadow: 0px 1px 1px #35596b;
}
section.home .fixed {
  position: relative;
  background: url(../images/headershadow.png) no-repeat center top, url(../images/home.jpg) center center no-repeat;
}
section.home .fixed h1 {
  padding: 60px 0px;
  text-align: center;
  margin-bottom: 0px;
}

aside {
  float: right;
  width: 100%;
  padding-top: 20px;
}
aside .sub-nav {
  padding-bottom: 10px;
  margin-bottom: 40px;
}
aside a.location {
  display: block;
}

.sub-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sub-nav h3 {
  background: #f3f1f0 20px center;
  padding: 16px 20px;
  margin: 0px;
}
.sub-nav a {
  display: inline-block;
}
.sub-nav nav {
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.sub-nav ul {
  padding: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}
.sub-nav li {
  border-top: 2px solid #ffffff;
  background: url("../images/arrow.png") no-repeat #f3f1f0 20px center;
}
.sub-nav li a {
  display: block;
  font-weight: 700;
  padding: 16px 40px;
}
.sub-nav li a:hover {
  text-decoration: none;
  background: url("../images/arrow.png") no-repeat #f5f5f5 20px center;
  color: #333;
}
.sub-nav li.current a {
  background: url("../images/arrow.png") no-repeat #f5f5f5 20px center;
  color: #333;
}
.sub-nav li .section a {
  color: #333;
}

#content.home {
  margin-top: -25px;
  padding-top: 50px;
  background: url(../images/panelarrow.png) no-repeat 82% top;
}
#content.home blockquote {
  background: url(../images/drwin.png) right bottom no-repeat #fffdfc;
}
#content.home blockquote p {
  margin-right: 220px;
}

.heading {
  background: url(../images/headershadow.png) no-repeat center top;
}
.heading .fixed {
  padding-top: 30px;
  padding-bottom: 20px;
}

.banner {
  background-color: #4F82A0;
}

.bannershadow {
  height: 25px;
  background: url(../images/shadow.jpg) repeat-x top center;
}

.gmap {
  height: 300px;
  width: 100%;
  float: left;
  margin-bottom: 50px;
  margin-top: -25px;
}

footer {
  background: #e0dbd9;
  border-top: 1px solid #d5cecb;
  padding: 40px 0px;
}
footer .nav {
  color: #808080;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d5cecb;
}
footer .nav a {
  color: #808080;
  padding-right: 40px;
}
footer .nav a:hover {
  color: #bbb;
  text-decoration: none;
}
footer .copyright {
  color: #808080;
  font-size: 11px;
}
footer .copyright a {
  color: #808080;
}

.embed {
  position: relative;
  padding-bottom: 56.25%;
  width: 100% !important;
}
.embed iframe {
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (min-width: 760px) {
  section.home .panel.mobile {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  #content .rightcol {
    max-width: 300px;
    padding-top: 0;
  }
  #content .leftcol {
    max-width: 615px;
  }
  header .fixed {
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
  }
  header .logo {
    align-items: flex-start;
  }
  header .logo .logo-text {
    flex-direction: row;
    align-items: flex-end;
  }
  header .nav ul {
    margin: 0;
  }
  section.home .panel.desktop {
    display: block;
  }
  section.home .panel.mobile {
    display: none;
  }
  section.home .panel {
    bottom: 0px;
    right: 0px;
  }
  section.home .fixed h1 {
    text-align: left;
  }
  aside {
    max-width: 306px;
    padding-top: 0;
  }
  aside .sub-nav {
    background: url(../images/sideshadow.jpg) center bottom no-repeat;
  }
  .sub-nav nav {
    background: url(../images/sideshadow.jpg) center bottom no-repeat;
  }
}
