body {
  background-color: #fff;
  font-family: ManifoldCF-demibold, Arial;
  font-size: 16px;
  color: black;
  margin: 0;
  padding: 0;
}
/* Typography / Helper Classes */
@font-face {
  font-family: "ManifoldCF-demibold";
  src: url("../fonts/manifoldcf-demibold-webfont.eot"); /* IE9 Compat Modes */
  src: url("../fonts/manifoldcf-demibold-webfont.eot?") format("eot"),
    /* IE6-IE8 */ url("../fonts/manifoldcf-demibold-webfont.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/manifoldcf-demibold-webfont.ttf") format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/manifoldcf-demibold-webfont.svg#manifoldcf-demibold-webfont") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "ManifoldCF-bold";
  src: url("../fonts/manifoldcf-bold-webfont.eot"); /* IE9 Compat Modes */
  src: url("../fonts/manifoldcf-bold-webfont.eot?") format("eot"),
    /* IE6-IE8 */ url("../fonts/manifoldcf-bold-webfont.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/manifoldcf-bold-webfont.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/manifoldcf-bold-webfont.svg#manifoldcf-bold-webfont")
      format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "ManifoldCF-regular";
  src: url("../fonts/manifoldcf-regular-webfont.eot"); /* IE9 Compat Modes */
  src: url("../fonts/manifoldcf-regular-webfont.eot?") format("eot"),
    /* IE6-IE8 */ url("../fonts/manifoldcf-regular-webfont.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/manifoldcf-regular-webfont.ttf") format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/manifoldcf-regular-webfont.svg#manifoldcf-regular-webfont") format("svg"); /* Legacy iOS */
}
.font-regular {
  font-family: ManifoldCF-regular, Arial;
}
a {
  color: #fff;
}
.social a {
  color: #193282;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100; /* All headings are a thin font weight */
  margin: 1% 0;
  line-height: auto;
  font-family: "Merriweather", serif;
}
h1 {
  color: #193282;
  font-size: 4.2em;
  font-weight: 900;
}
h2 {
  font-size: 3.1em;
  color: #fba919;
}
h3 {
  font-size: 2.5em;
  color: #193282;
}
h4 {
  font-size: 2.2em;
}
h5 {
  font-size: 1.7em;
}
h6 {
  font-size: 1.5em;
}
blockquote {
  font-family: ManifoldCF-demibold, Arial;
  border: 2px solid #6f9c0b;
  color: #6f9c0b;
  padding: 1% 2%;
  display: block;
  font-size: 1.2em;
  overflow: hidden;
  margin: 5px;
  text-align: center;
}
img {
  display: block;
  border: 0;
}
.tleft {
  text-align: left;
}
.tcenter {
  text-align: center;
}
.tright {
  text-align: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.alignleft {
  float: left;
  margin-right: 15px;
}
img.right {
  margin-left: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
img.left {
  margin-right: 20px;
  margin-bottom: 20px;
}
.full {
  width: 100%;
}
.half {
  width: 50%;
}
.third {
  width: 33%;
}
.two-thirds {
  width: 66%;
}
.quarter {
  width: 25%;
}
.three-quarters {
  width: 75%;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a.button {
  background: #0087be;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  margin: 10px 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 15px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.1em;
}
a.button:hover,
a.button.rounded:hover {
  background: #22abd0;
  color: #fff;
}
a.button.rounded {
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}
.back-to-top {
  background-image: url(../img/back-to-top.jpg);
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  text-indent: -9999px; /* Hides text from human view */
  position: fixed;
  bottom: 92px;
  right: 40px;
  display: none;
}
.back-to-top:hover {
  /* background-image: url(../../images/back-to-top-rollover.jpg); */
  text-decoration: none;
}
.office-tour {
  margin: 5px;
  width: 100%;
}
.office-tour img {
  width: 48%;
  float: left;
  height: auto;
  padding: 5px;
}
.financial {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: solid #a8a8a8 1pt;
  width: 220px;
  padding: 5px;
  text-align: center;
}
#small-text {
  font-size: 0.9em;
}
/* Responsive Bits */
/* Check the media query section, to see the other responsive bits, 
that are only applied within said media query */
.mobile {
  display: none; /* Applying this hides element on everything except "mobile" */
}
/* Responsive iframes/google maps */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Structure / Template Specific */
.container {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}
.map-wrapper {
  position: relative;
}
.map {
  height: 350px;
}

@media screen and (min-width: 48em) {
  .map-wrapper:before {
    content: "";
    float: right;
    display: block;
    width: 60%;
    height: 350px;
    margin: 0 0 15px 15px;
  }
  .map {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
  }
}
/* Top/Header */
header {
  background-image: url(../img/supt-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.home header {
  background-image: none;
}
.cycle-slideshow {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  min-height: 547px;
}
.slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  width: 100%;
  height: 100%;
}
.address {
  float: left;
}
.social {
  float: left;
  margin: 5px 0 0 10px;
}
.social ul {
  margin: 0;
  padding: 0;
}
.social ul li {
  display: inline-block;
  vertical-align: middle;
}
.social ul li img {
  width: 25px;
}
.top-bar {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  height: 42px;
  color: #193282;
  line-height: 42px;
  position: relative;
  z-index: 500;
}
.logo-nav-wrapper {
  background-image: url(../img/header-curve-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px;
  position: relative;
  z-index: 450;
}
span.phone a {
  color: #193282;
  text-decoration: underline;
}
.logo {
  color: #0087be;
  margin-top: 5px;
}
.logo a {
  color: #0087be;
  text-transform: uppercase;
  font-size: 6em;
  text-decoration: none;
  font-family: ManifoldCF-bold, Arial;
}
.main-navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 30px;
  padding: 22px 0 0 0;
  display: table-cell;
  vertical-align: middle;
}
.main-navigation ul {
  padding-left: 0;
  margin: 0;
}
.main-navigation li {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  position: relative; /* This is used for dropdown */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation li:last-child {
  margin-right: 0;
}
.main-navigation a {
  color: #0087be;
  text-decoration: none;
  font-size: 1.15em;
  display: block;
  text-transform: uppercase;
}
.main-navigation a:hover {
  color: #1f4e6a;
}
.main-navigation li ul {
  /* Dropdown menu UL/wrapper styling */
  display: none;
  position: absolute;
  z-index: 999; /* Makes sure the dropdown is always on top */
  padding: 0;
  top: 30px;
  left: 0;
  text-align: left;
  min-width: 100%;
  white-space: nowrap;
  line-height: 35px;
}
.main-navigation li:hover ul,
.main-navigation li:active ul {
  display: block;
}
.main-navigation li li {
  /* Dropdown menu item styling */
  display: block;
  margin: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  color: #fff;
}
.main-navigation li li a {
  /* Dropdown menu item a styling */
  padding-left: 20px;
  padding-right: 20px;
  color: #0087be;
  font-size: 1.1em;
}
.main-navigation li li:hover {
  background: #0087be;
}
.main-navigation li li:hover a {
  color: #fff;
}
/* Navigation Slide Effect */
.effect a {
  overflow: hidden;
}
.effect a span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}
.effect a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.effect a:hover span,
.effect a:focus span {
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.quick-links-container {
  position: relative;
  z-index: 500;
}
.quick-links {
  margin-top: -70px;
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
}
.quick-links .circle {
  height: 100px;
  width: 100px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fba919;
  text-transform: uppercase;
  margin-left: 10px;
  transition: 0.5s ease all;
  line-height: 18px;
}
.quick-links .circle span {
  display: none;
}
.quick-links .circle span a {
  text-decoration: none;
}
.quick-links .circle img {
  text-align: center;
  margin: auto;
  display: block;
}
.quick-links .circle:hover {
  background: #193282;
  border: 2px solid #193282;
}
.quick-links .circle:hover img {
  display: none;
}
.quick-links .circle:hover span {
  display: block;
}
/* Main Content Area */
.content-main {
  background-image: url(../img/content-area-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15px;
}
.content-main .content {
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ManifoldCF-regular, Arial;
  overflow: hidden;
  padding-bottom: 15px;
}
.content-main .container:after {
  display: block;
  content: "";
  clear: both;
}
.content a {
  color: #0087be;
}
.content img {
  max-width: 100%;
  display: inline;
}
.content iframe {
  width: 100%;
}
.content-main aside {
  background: #fff;
  position: relative;
  color: #193282;
  border: 2px solid #193282;
  padding: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 280px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-main aside .featured-holder {
  min-height: 183px;
}
.content-main aside .featured-holder h2 {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  padding: 0 5%;
  z-index: 5;
  font-size: 1.6em;
  color: #193282;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-main aside .featured {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.content-main aside p {
  margin-top: 30px;
  position: relative;
  z-index: 999;
}
.content-main aside .circle-holder {
  display: table;
  margin: auto;
}
.content-main aside .circle {
  height: 64px;
  width: 64px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #193282;
  text-transform: uppercase;
  color: #193282;
  transition: 0.3s all ease;
  line-height: 18px;
}
.content-main aside .circle a {
  text-decoration: none;
  text-transform: uppercase;
  color: #193282;
  transition: 0.3s all ease;
}
.content-main aside .circle:hover {
  background: #193282;
}
.content-main aside .circle:hover a {
  color: #fff;
}
.staff {
  width: 100%;
}
.staff-section {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
  width: 46%;
}
.staff-section img {
  margin: 0 15px 10px 0;
  float: left;
}
/* Footer */
.footer-top {
  background: #ffd437;
  padding: 1% 2%;
  color: #193282;
}
.footer-top a {
  color: #193282;
}
.footer-top .menu {
  margin: 0;
  padding: 0;
}
.footer-top .menu li {
  display: inline-block;
  padding: 0 10px;
}
.footer-top .menu li a {
  text-decoration: none;
}
.footer-top .menu li a:hover {
  text-decoration: underline;
}
.footer-top p {
  line-height: 16px;
}
.footer-bottom {
  background: #193282;
  padding: 1% 2%;
}
.footer-bottom .container:after {
  display: block;
  clear: both;
  content: "";
}
.footer-bottom .designedby-left {
  margin-right: 15px;
  line-height: 16px;
}
.footer-bottom .designedby-left a {
  text-decoration: none;
}
.footer-bottom .social ul li img {
  width: 30px;
}

@media only screen and (max-width: 1000px) {
  .logo-nav-wrapper .container {
    text-align: right;
  }
  .logo img {
    max-width: 275px;
  }
  .main-navigation {
    float: none;
    display: block;
  }
  .logo-nav-wrapper {
    background-size: 190%;
    background-position: 0 -60px;
  }
  .quick-links .circle,
  .quick-links .circle span a {
    color: #fff;
    background: #193282;
  }
  .quick-links .circle:hover {
    background: #193282;
  }
  .quick-links .circle span {
    display: block;
  }
  .quick-links .circle img {
    display: none;
  }
  .content-main aside .circle-holder {
    margin: auto auto 10px;
  }
}

/* Media Queries / Responsive */
@media only screen and (max-width: 810px) {
  .desktop {
    display: none !important; /* Applying this hides element on "mobile" */
  }
  .mobile {
    display: block;
  }
  .mobile-button {
    display: block;
    width: 28px;
    height: 22px;
    background: url(../img/mobile-toggle.png) repeat 0px 0px;
    background-size: cover;
    position: absolute;
    margin: 9px 0px 0px 15px;
    z-index: 950;
    cursor: pointer;
  }
  .half,
  .third,
  .two-thirds,
  .quarter,
  .three-quarters {
    margin: 0 auto;
    width: 100%;
  }
  .left,
  .right {
    float: none;
  }
  .top-bar {
    position: fixed;
    width: 100%;
  }
  .main-navigation {
    display: block !important;
    background: #0087be;
    position: fixed;
    top: 40px;
    left: -225px;
    bottom: 0px;
    width: 225px;
    padding: 0;
    border: none;
    z-index: 200;
    overflow-y: auto;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .main-navigation.mobile-menu {
    left: 0;
  }
  .main-navigation > ul {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .main-navigation > ul > li {
    height: auto;
    min-height: 20px;
    overflow: hidden;
    opacity: 0.9;
    display: block;
    margin: 0;
  }
  .main-navigation > ul li {
    float: none;
  }
  .main-navigation > ul li:hover {
    background: #193282;
  }
  .main-navigation > ul > li a {
    display: block;
    float: none;
    font-size: 1.4em;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-indent: 15px;
    text-align: left;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    padding: 0px 0px 0px 0px;
    color: #fff;
  }
  .main-navigation > ul li:hover a {
    color: #fff;
  }
  .main-navigation > ul > li a:first-child {
    width: 100%;
  }
  .main-navigation > ul li > ul {
    margin: 0px 0px 0px 0px;
    position: static;
    height: auto;
    min-height: 20px;
    overflow: hidden;
    background-color: #f9ffef;
  }
  .main-navigation > ul li > ul li a {
    height: 35px;
    line-height: 35px;
    color: #0087be !important;
    font-size: 1.05em;
    letter-spacing: 0.01em;
  }
  .main-navigation > ul li > ul li:hover a {
    color: #fff !important;
  }
  .main-navigation > ul li.visit > ul {
    margin-left: 0px;
  }
  .main-navigation > ul li.faq > ul {
    margin-left: 0px;
  }
  .main-navigation > ul li.kids > ul {
    margin-left: 0px;
  }
  .main-navigation > ul li.faq > ul > li a {
    width: 100%;
    padding: 5px 0;
  }
  .effect a span::before {
    left: 0;
  }
  .content-main {
    background-image: none;
    background-color: #fff;
  }
  .content img {
    display: block;
  }
  .staff {
    width: 100%;
  }
  .staff-section {
    display: block;
    margin: 15px 8px 0;
    width: 100%;
    text-align: center;
  }
  .staff-section p {
    margin: 0 25%;
  }
  .staff-section img {
    margin: 15px 0;
    float: none;
  }
  header {
    height: auto;
    background-image: none;
  }
  .top-bar .address {
    float: right;
  }
  .top-bar .social {
    float: right;
    margin-right: 10px;
  }
  .logo {
    text-align: center;
    margin: auto;
  }
  .logo img {
    margin: 10px auto 0;
    max-width: 100%;
  }
  .logo-nav-wrapper {
    min-height: 0px;
  }
  .cycle-slideshow {
    min-height: 310px;
  }
  .logo-nav-wrapper {
    background-size: cover;
    background-position: 0 -20px;
    padding-top: 32px;
  }
  .quick-links {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: -63px;
  }
  .content-main {
    padding-top: 60px;
  }
  .page-title {
    line-height: 60px;
    margin: 0;
    text-align: center;
  }
  .content img {
    margin: auto;
  }
  blockquote {
    display: block;
    text-align: center;
  }
  .designedby-left.left {
    display: inline-block;
  }
  .designedby-right.left {
    display: inline-block;
  }
  .content-main aside {
    margin-bottom: 20px;
  }
  .quick-links-container {
    padding: 0;
    z-index: 15;
    margin-bottom: 40px;
  }
  /* Mobile Menu */
  #menu-btn {
    cursor: pointer;
    display: block;
    left: 20px;
    position: absolute;
    top: 10px;
    z-index: 999;
  }
  .sb-menu {
    padding: 0;
  }
  .top-bar:after {
    clear: both;
    display: block;
    content: "";
  }
  nav li {
    position: relative;
  }
  nav li ul {
    display: none;
  }
  nav li:hover ul {
    display: block;
  }
  /* END Mobile Menu */

  .back-to-top {
    bottom: 20px;
    right: 15px;
  }
  h1 {
    font-size: 3.6em;
  }
  h2 {
    font-size: 3.1em;
  }
  h3 {
    font-size: 2.3em;
  }
  h4 {
    font-size: 2em;
  }
  h5 {
    font-size: 1.6em;
  }
  h6 {
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 480px) {
  .quick-links .circle {
    width: 75px;
    height: 75px;
    font-size: 0.8em;
  }
  .staff-section p {
    margin: 0 10%;
  }
}
#form .clear {
  clear: both;
}
#form .center {
  text-align: center;
}
#form h3 {
  margin: 0 1%;
}
#form small {
  font-style: italic;
}
#form hr {
  width: 98%;
  margin: 10px 1% 15px 1%;
}
/*GRID */
#form .column {
  float: left;
  margin: 0 1%;
}
#form .full {
  width: 98%;
  margin: 0 1%;
}
#form .half {
  width: 48%;
}
#form .twothird {
  width: 65%;
}
#form .onethird {
  width: 31%;
}
/*FORM STYLES*/

#form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  width: 96%;
  padding: 10px 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#form input[type="radio"] {
  margin-bottom: 5px;
}
#form textarea {
  width: 96%;
  resize: none;
  padding: 10px 2%;
  font: 95%/1.4 "Tahoma", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#form select {
  width: 96%;
  padding: 10px 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*MEDIA QUERIES */

@media (max-width: 767px) {
  #form .column {
    float: none;
    margin: 0;
  }
  #form .full,
  #form .half,
  #form .twothird,
  #form .onethird {
    width: 100%;
    margin: 0;
  }
  .office-tour img {
    width: 100%;
    float: none;
  }
}
.windowtop {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  overflow: hidden;
  text-indent: 100%;
  background: #0087be url("../img/top-arrow.png") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
  z-index: 9999;
  transition: 0.5s all ease;
  cursor: pointer;
}
.windowtop.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.no-touch .windowtop:hover {
  background-color: #4b62c0;
  opacity: 1;
}
