/* ############ FONTS ############ */
@font-face {
  font-family: 'LibreBaskervilleBold';
  src: url("../fonts/LibreBaskervilleBold.eot");
  src: url("../fonts/LibreBaskervilleBold.eot") format("embedded-opentype"), url("../fonts/LibreBaskervilleBold.woff2") format("woff2"), url("../fonts/LibreBaskervilleBold.woff") format("woff"), url("../fonts/LibreBaskervilleBold.ttf") format("truetype"), url("../fonts/LibreBaskervilleBold.svg#LibreBaskervilleBold") format("svg"); }
@font-face {
  font-family: 'LibreBaskervilleRegular';
  src: url("../fonts/LibreBaskervilleRegular.eot");
  src: url("../fonts/LibreBaskervilleRegular.eot") format("embedded-opentype"), url("../fonts/LibreBaskervilleRegular.woff2") format("woff2"), url("../fonts/LibreBaskervilleRegular.woff") format("woff"), url("../fonts/LibreBaskervilleRegular.ttf") format("truetype"), url("../fonts/LibreBaskervilleRegular.svg#LibreBaskervilleRegular") format("svg"); }
@font-face {
  font-family: 'OpenSansRegular';
  src: url("../fonts/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular.eot") format("embedded-opentype"), url("../fonts/OpenSansRegular.woff2") format("woff2"), url("../fonts/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular.ttf") format("truetype"), url("../fonts/OpenSansRegular.svg#OpenSansRegular") format("svg"); }
@font-face {
  font-family: 'OpenSansItalic';
  src: url("../fonts/OpenSansItalic.eot");
  src: url("../fonts/OpenSansItalic.eot") format("embedded-opentype"), url("../fonts/OpenSansItalic.woff2") format("woff2"), url("../fonts/OpenSansItalic.woff") format("woff"), url("../fonts/OpenSansItalic.ttf") format("truetype"), url("../fonts/OpenSansItalic.svg#OpenSansItalic") format("svg"); }
@font-face {
  font-family: 'OpenSansBold';
  src: url("../fonts/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold.eot") format("embedded-opentype"), url("../fonts/OpenSansBold.woff2") format("woff2"), url("../fonts/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold.ttf") format("truetype"), url("../fonts/OpenSansBold.svg#OpenSansBold") format("svg"); }
/* ############ GLOBAL ############ */
html, body {
  height: 100%;
  font-family: 'OpenSansRegular', arial, helvetica, sans-serif;
  cursor: default;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #cccccc; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px; }

html {
  overflow-y: scroll; }

* {
  box-sizing: border-box; }

::-moz-selection {
  background: #ffffff;
  text-shadow: none; }

::selection {
  background: #ffffff;
  text-shadow: none; }

a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #77aaba; }

p {
  font-family: 'OpenSansRegular', arial, helvetica, sans-serif;
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-size: 24px;
  color: #000000; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'LibreBaskervilleRegular', arial, helvetica, sans-serif;
  font-weight: normal;
  -webkit-margin-before: 0.0em;
  -webkit-margin-after: 0.0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1.2; }

img {
  width: 100%;
  vertical-align: bottom; }

ol, ul, li {
  list-style: none; }

ul, menu, dir, li {
  display: block;
  list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px; }

.col-25 {
  width: 23%;
  margin: 0 1%;
  float: left; }

.col-33 {
  width: 33.3%;
  margin: 0;
  float: left; }

/* **********************************
		OffCanvas mobile
********************************** */
/*.mobile-menu {
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 26px 0;
	right: 0px;
	width: 40px;
	display: none;
	background: url('/images/icn-menu.png') center no-repeat;
	cursor: pointer;
	span {
		display: block;
		width: 25px;
		margin: 6px auto;
		height: 3px;
		background-color: $brand_colour;
		@include bg_transition;
	}
}*/
body {
  /*&.hide-extras {overflow: hidden;}*/ }
  body.off-canvas {
    padding: 0;
    margin: 0; }

#main:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%; }

#mob-right-nav, #main {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -o-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in; }

#main {
  float: right;
  margin-right: 0; }

#mob-right-nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  z-index: 2;
  right: -260px;
  background: #fff; }

.mob-sidebar {
  padding: 0 0 20px 0;
  border-left: 3px solid #77aaba; }
  .mob-sidebar .nav-menu.nav-bar {
    border-top: 1px solid #77aaba;
    margin: 0;
    background: #fff;
    height: auto; }
  .mob-sidebar li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #77aaba;
    box-shadow: none;
    -webkit-box-shadow: none; }
    .mob-sidebar li:hover, .mob-sidebar li:focus {
      background-color: #77aaba; }
      .mob-sidebar li:hover a, .mob-sidebar li:focus a {
        color: #fff; }
    .mob-sidebar li a {
      padding: 9px 25px !important;
      text-decoration: none;
      font-weight: bold;
      color: #7c7c7c;
      -webkit-transition: 0.4s all ease-in;
      -moz-transition: 0.4s all ease-in;
      -o-transition: 0.4s all ease-in;
      transition: 0.4s all ease-in; }
    .mob-sidebar li:after {
      display: none; }
    .mob-sidebar li.active a {
      color: #77aaba; }
      .mob-sidebar li.active a:hover, .mob-sidebar li.active a:focus {
        color: #fff; }
  .mob-sidebar li, .mob-sidebar li a {
    font-size: 16px;
    color: #7c7c7c;
    display: block; }
  .mob-sidebar .flyout {
    display: block !important;
    position: static;
    border: none;
    width: auto;
    padding-left: 15px;
    margin: 5px 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .mob-sidebar .flyout li {
      border: none; }
      .mob-sidebar .flyout li a {
        background: transparent;
        border: none;
        border-bottom: 1px solid #575549;
        padding: 10px 5px;
        color: #77aaba;
        font-weight: bold;
        box-shadow: none; }
        .mob-sidebar .flyout li a:hover, .mob-sidebar .flyout li a:focus {
          background: #77aaba;
          color: #000; }

.active-right {
  /*.mobile-menu span {background-color: $brand_colour;}*/ }
  .active-right #mob-right-nav {
    right: 0; }
  .active-right #main {
    margin-right: 260px; }

/* HEADER */
.site-header {
  position: fixed;
  height: 100px;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #77aaba;
  z-index: 999; }

img.logo {
  position: absolute;
  width: 307px;
  float: left;
  left: 24px;
  top: 50%;
  margin-top: -30px; }

ul {
  margin-right: 30px; }

ul.telephone {
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-right: 30px; }

ul.telephone li {
  display: inline-block;
  color: #77acbc;
  margin-left: 10px; }

ul.telephone li a {
  color: #75cdc4;
  font-weight: bold;
  font-size: 14px; }

ul.telephone li a:hover {
  color: #77acbc; }

ul.nav {
  float: right;
  margin: 0;
  padding: 0;
  clear: right;
  margin-top: 20px;
  margin-right: 30px; }

ul.nav li {
  display: inline-block;
  font-family: 'LibreBaskervilleRegular';
  margin-left: 50px; }

ul.nav li a {
  color: #474747;
  font-size: 18px; }

ul.nav li a:hover, ul.nav li a.active {
  color: #77aaba; }

ul.nav li a.contact-button {
  padding: 8px 24px;
  border: 1px solid #75cdc4;
  color: #75cdc4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

ul.nav li a.contact-button:hover {
  background: #77aaba;
  color: #fff; }

ul.nav li a.contact-button.down {
  background-color: #77aaba;
  color: #fff; }

img.menu-icon {
  display: none;
  float: right;
  top: 50px;
  right: 25px;
  cursor: pointer;
  position: absolute;
  background-color: #ffffff;
  z-index: 4;
  height: 22px;
  width: 30px; }

.nav-mobile {
  display: none; }

.contact-box {
  width: 350px;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 10; }

.contact-box form p {
  font-family: 'OpenSansBold';
  font-size: 13px;
  color: #77aabb;
  margin-bottom: 5px; }

.contact-box form {
  width: 90%;
  max-width: 274px;
  display: block;
  margin: 0 auto;
  padding: 20px 0 40px 0px; }

.contact-box form input, .contact-box form textarea {
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 15px;
  color: #77aaba;
  border: none; }

.contact-box form textarea {
  height: 150px; }

.contact-box form .submit {
  display: block;
  margin: 0 auto;
  padding: 10px 55px;
  font-family: 'LibreBaskervilleReg';
  font-size: 18px;
  background-color: #77aabb;
  color: #ffffff;
  border: 1px solid #77aabb;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 4px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 4px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 4px;
  cursor: pointer; }

img.cross {
  width: 30px;
  bottom: 20px;
  position: relative;
  float: right;
  margin-top: 30px;
  cursor: pointer; }

/* MAIN CONTENT */
.main-content {
  padding-top: 100px;
  background-color: white; }

.page-shortbanner {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-shortbanner .container {
    height: 100%;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: table; }

.banner-content {
  text-align: center;
  display: table-cell;
  color: #fff;
  vertical-align: bottom;
  padding-bottom: 75px; }

.banner-title {
  font-family: 'LibreBaskervilleRegular', arial, helvetica, sans-serif;
  font-size: 40px; }

/*Section1*/
.slide {
  position: relative; }

.banner-caption {
  position: absolute;
  bottom: 15px;
  width: 700px;
  left: 50%;
  margin-left: -350px;
  color: #fff;
  text-align: center;
  font-family: 'LibreBaskervilleRegular', arial, helvetica, sans-serif;
  font-size: 38px; }

.section1 {
  position: relative; }

.comment {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -210px; }

.comment p {
  text-align: center;
  color: #ffffff;
  font-family: 'LibreBaskervilleBold'; }

.comment p.line1 {
  font-size: 150px; }

.comment p.line2 {
  font-size: 40px; }

/*Section2*/
/*Section5*/
.section2, .section5 {
  position: relative; }

.section2 .container, .section5 .container, .breadcrumbs .container {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  padding: 125px 0; }

.section2 .container ul {
  max-width: 90%;
  margin-left: 25px;
  list-style-type: disc; }
  .section2 .container ul li {
    padding-left: 8px;
    list-style-type: disc;
    display: list-item; }

.section2 h2, .section5 h2, .affiliated-sponsors h2 {
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: #77aaba; }

.section2 h3 {
  margin: 25px 0;
  text-align: center;
  color: #77aaba; }

.section2 p, .section2 li, .section5 p {
  font-size: 16px;
  line-height: 185%;
  color: #7c7c7c;
  max-width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*Section3*/
.section3 {
  position: relative;
  background-color: #75cdc4;
  padding: 110px 0; }
  .section3 .more-button {
    color: #75cdc4; }

.section3 .container {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  /* padding: 125px 0; */ }

.section3 h2, .section6 h2, .section7 h2 {
  font-size: 40px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px; }

.section3 a {
  text-align: center;
  color: #ffffff; }

.section3 a img {
  width: 60px;
  margin: 0 auto; }

h2.brace-margin {
  margin-bottom: 80px; }

.brace-titles {
  clear: both; }

.brace-titles .col-33 {
  margin: 40px 0 80px 0; }

.section3 .container a:hover {
  opacity: 0.7; }

a.more-button {
  padding: 15px 25px;
  background-color: #ffffff;
  border: 1px solid #75cdc4;
  color: #77aaba;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  width: 210px;
  margin: 0 auto;
  text-align: center;
  font-family: 'LibreBaskervilleRegular', arial, helvetica, sans-serif;
  font-size: 18px;
  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; }

a.more-button:hover {
  opacity: 0.7; }

.main-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/*Section4*/
.section4 {
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.section4 .banner {
  display: none; }

.section4 .container {
  position: relative;
  width: 90%;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  text-align: left; }

.section4 h2 {
  font-size: 40px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px; }

.section4 p {
  font-size: 16px;
  line-height: 185%;
  color: #ffffff; }

.section4 a.more-button {
  background-color: #75cdc4;
  border: 1px solid #75cdc4;
  color: #ffffff;
  margin-top: 55px; }

/*Section5*/
.section5 .container {
  width: 100%;
  max-width: 964px;
  display: block;
  margin: 0 auto;
  padding: 125px 0; }

.section5 p {
  width: 80%;
  margin: 0 auto; }

.faq-decoration {
  width: 100%;
  height: 42px; }

.faq-decoration.top {
  border-top: 2px solid #75cdc4;
  border-right: 2px solid #75cdc4;
  border-left: 2px solid #75cdc4;
  margin-bottom: 40px; }

.faq-decoration.bottom {
  border-bottom: 2px solid #75cdc4;
  border-right: 2px solid #75cdc4;
  border-left: 2px solid #75cdc4;
  margin-top: 40px; }

.faq-slider div, .faq-slider p, .faq-slider li {
  font-size: 18px; }

.section5 .faq-question div, .section5 .faq-question p {
  color: #77aaba;
  font-family: 'LibreBaskervilleRegular', arial, helvetica, sans-serif; }
.section5 .faq-answer {
  font-style: italic; }

.section5 h2 {
  background-image: url("../images/faq_underline.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-bottom: 25px;
  margin-bottom: 50px; }

/* .faq-slider{
	height:100px;
 } */
a.view-all {
  background-color: #75cdc4;
  border: 1px solid #75cdc4;
  color: #ffffff;
  margin-top: 55px;
  padding: 15px 25px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 4px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 4px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 4px;
  display: block;
  width: 210px;
  margin: 0 auto;
  text-align: center;
  font-family: 'LibreBaskervilleRegular', arial, helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 125px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a.view-all:hover {
  background: #77aaba; }

/*Section6*/
.section6 {
  position: relative; }
  .section6.contactpage {
    background: #fff; }

.section6 .banner.tablet {
  display: none; }

.section6 .banner.mobile1 {
  display: none; }

.section6 .banner.mobile2 {
  display: none; }

.section6 .banner.mobile3 {
  display: none; }

.section6 .banner.mobile4 {
  display: none; }

.section6 .banner.mobile5 {
  display: none; }

.section6 .container {
  width: 100%;
  max-width: 960px;
  display: block;
  text-align: left;
  position: absolute;
  top: 125px;
  left: 50%;
  margin-left: -480px; }

.col-50 {
  width: 50%;
  margin: 0% 0%;
  float: left; }

.quarter {
  height: 333px;
  overflow: hidden; }

.location {
  display: block;
  margin-bottom: 15px; }
  .location .map {
    background-size: cover; }
  .location p.line {
    width: 100%;
    max-width: 100%; }

.location.left .quarter.map {
  background-color: red; }

.location.first .quarter {
  background-color: #7cabbd; }

.location.second .quarter {
  background-color: #76cdc5; }

.location.third .quarter {
  background-color: #7c95bd; }

.location.fourth .quarter {
  background-color: #78a7dd; }

.location.fifth .quarter {
  background-color: #76cdad; }

.location p {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  margin: 0px; }
  .location p a {
    color: #fff; }
  .location p a.more-button {
    color: #77aaba; }

.location p.title {
  font-family: 'LibreBaskervilleBold';
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 15px; }

.location p.line.three, .location p.line.four, .location p.line.five {
  margin-top: 5px;
  font-family: 'LibreBaskervilleBold'; }

.location span.initial {
  font-family: 'OpenSansRegular', arial, helvetica, sans-serif;
  margin-right: 3px; }

.location-container .line.title {
  margin-top: 70px; }
.location-container .loc-detailed .line.title {
  margin-top: 40px; }
.location-container .loc-detailed a.more-button {
  padding-top: 10px;
  padding-bottom: 10px; }

.staff-bio-wrap .staff-bio .contact-us-button {
  margin-top: 10px; }

.contact-us-button, .section7 .submit {
  background-color: #75cdc4;
  border: 1px solid #75cdc4;
  color: #ffffff;
  margin-top: 55px;
  padding: 15px 25px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 4px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 4px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 4px;
  display: block;
  width: 210px;
  margin: 0 auto;
  font-family: 'LibreBaskervilleRegular', arial, helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  clear: both;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }
  .contact-us-button:hover, .section7 .submit:hover {
    background: #77aabb; }

.contact-us-button + .contact-us-button {
  margin-top: 20px; }

.section7 .submit:hover {
  background: #fff;
  color: #77aabb; }

/*Section7*/
.section7 {
  background-color: #77aabb;
  padding-top: 125px;
  padding-bottom: 10px; }

.section7 form p {
  font-family: 'OpenSansBold';
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 5px;
  text-transform: uppercase; }

.section7 form {
  width: 90%;
  max-width: 500px;
  display: block;
  margin: 0 auto; }

.section7 form input, .section7 form textarea {
  width: 100%;
  max-width: 100%;
  background-color: #bcd5dc;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #bcd5dc;
  color: #77aaba;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 4px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 4px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 4px; }

.section7 form textarea {
  height: 150px; }

.section7 form .submit {
  display: block;
  margin: 0 auto; }

.section7 .copyright {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  margin-top: 100px; }

.bg-lightgrey {
  background-color: #f3f3f3; }

.staff-slider .slide {
  cursor: pointer; }
  .staff-slider .slide:focus {
    outline: 0; }
  .staff-slider .slide.active .staff-avatar {
    margin-top: 0;
    width: 160px;
    height: 160px; }
  .staff-slider .slide.active .staff-name {
    color: #484848; }

.staff-avatarcontain {
  height: 160px;
  margin-bottom: 10px;
  overflow: hidden; }

.staff-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.staff-name {
  text-align: center;
  font-family: 'LibreBaskervilleRegular', arial, helvetica, sans-serif;
  color: #74d0c5;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.staff-bio-wrap {
  margin-top: 25px;
  padding-top: 25px;
  background: url("/images/staff_underline.png") center 0 no-repeat; }
  .staff-bio-wrap {
    *zoom: 1; }
  .staff-bio-wrap:before, .staff-bio-wrap:after {
    content: "";
    display: table; }
  .staff-bio-wrap:after {
    clear: both; }

.staff-bio blockquote, .section2 blockquote {
  padding: 0 5px;
  margin: 40px 0;
  color: #77aaba;
  font-size: 24px; }
  .staff-bio blockquote div, .staff-bio blockquote p, .staff-bio blockquote li, .section2 blockquote div, .section2 blockquote p, .section2 blockquote li {
    max-width: inherit;
    color: #77aaba;
    font-size: 24px;
    line-height: 1.5;
    font-family: 'LibreBaskervilleRegular', arial, helvetica, sans-serif; }

.breadcrumbs p {
  max-width: 90%;
  margin: 0 auto;
  color: #75cdc4;
  font-size: 16px; }
.breadcrumbs .container {
  padding: 10px 0; }
.breadcrumbs a, .breadcrumbs span {
  font-family: 'LibreBaskervilleRegular', arial, helvetica, sans-serif; }
.breadcrumbs a {
  color: #75cdc4; }
.breadcrumbs span {
  color: #111; }

.section-faq {
  padding-top: 75px;
  padding-bottom: 125px;
  background: url("../images/faq_underline.svg") center 0 no-repeat; }
  .section-faq .container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }

.faq-item {
  max-width: 90%;
  margin: 0 auto; }

.faq-title {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: 'LibreBaskervilleRegular', arial, helvetica, sans-serif;
  color: #75cdc4;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .faq-title:hover, .faq-title:focus {
    color: #77aabb; }
  .faq-title.active {
    color: #111; }

.faq-content {
  position: relative;
  font-style: italic;
  padding: 4% 0;
  margin-bottom: 30px; }
  .faq-content p, .faq-content div, .faq-content li {
    padding: 0 5%;
    color: #7c7c7c; }
  .faq-content .border-top, .faq-content .border-bot {
    position: absolute;
    width: 100%; }
    .faq-content .border-top:before, .faq-content .border-top:after, .faq-content .border-bot:before, .faq-content .border-bot:after {
      position: absolute;
      content: "";
      width: 2px;
      height: 30px;
      background-color: #75cdc4; }
    .faq-content .border-top:before, .faq-content .border-bot:before {
      left: 0; }
    .faq-content .border-top:after, .faq-content .border-bot:after {
      right: 0; }
  .faq-content .border-top {
    top: 0;
    border-top: 2px solid #75cdc4; }
    .faq-content .border-top:before, .faq-content .border-top:after {
      top: 0; }
  .faq-content .border-bot {
    bottom: 0;
    border-bottom: 2px solid #75cdc4; }
    .faq-content .border-bot:before, .faq-content .border-bot:after {
      bottom: 0; }

.section-hub {
  max-width: 1115px;
  margin: 0 auto;
  padding-bottom: 125px; }

.hub-column {
  display: block;
  position: relative;
  float: left;
  width: 32.33%;
  height: 585px;
  margin: 0.5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.hub-col-overlay {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  margin-top: -64px;
  padding: 40px 10px;
  background: rgba(0, 0, 0, 0.5);
  font-family: 'LibreBaskervilleRegular', arial, helvetica, sans-serif;
  text-align: center;
  font-size: 38px; }

.clinic-locpage .quarter {
  height: 275px; }
.clinic-locpage a.more-button {
  display: none; }

.static-slide {
  display: inline-block;
  padding: 10px 25px;
  vertical-align: top;
  width: 190px; }

.affiliated-sponsors {
  min-height: 320px;
  width: 100%;
  padding: 125px 0;
  background-color: #f3f3f3;
  text-align: center; }
  .affiliated-sponsors .logo-wrapper {
    max-width: 850px;
    margin: 0 auto; }
    .affiliated-sponsors .logo-wrapper .logo {
      width: 25%;
      padding: 1%;
      display: block;
      float: left; }
      .affiliated-sponsors .logo-wrapper .logo img {
        max-width: 100%;
        width: auto; }

.align-center {
  text-align: center; }

.sponsor-logo-run {
  max-width: 300px;
  margin: 80px auto -100px auto;
  text-align: center; }
  .sponsor-logo-run img {
    max-width: 80%; }

@media only screen and (max-width: 1750px) {
  .section6 .banner.desktop {
    display: none; }

  .section6 {
    position: relative;
    background-color: #bcd5dc;
    padding-bottom: 200px;
    background-image: url("../images/map_background.jpg");
    background-repeat: no-repeat;
    background-size: cover; }

  .section6 .container {
    position: relative; } }
@media only screen and (max-width: 1170px) {
  .section5 .container {
    max-width: 870px; }

  img.logo {
    width: 220px;
    left: 24px;
    margin-top: -20px; } }
@media only screen and (max-width: 1080px) {
  .banner-caption {
    font-size: 24px; }

  ul.nav li a {
    font-size: 16px; }

  ul.nav li {
    margin-left: 30px; }

  .section2 p, .section2 blockquote, .section5 p {
    max-width: 700px; }

  .section2 blockquote {
    margin-left: auto;
    margin-right: auto; }

  .section4 h2 {
    margin-bottom: 20px; }

  .section4 a.more-button {
    margin-top: 20px; }

  .faq-decoration {
    max-width: 700px;
    display: block;
    margin: 0 auto; }

  /* .section6 .banner.desktop{
  	display:none;
  }
  
  .section6 .banner.tablet{
  	display:block;
  } */
  .section6 .container {
    max-width: 700px;
    margin-left: -350px;
    top: 50px; }

  .quarter {
    height: 243px; }

  .location p.title {
    margin-top: 50px; }

  .location-container .line.title {
    margin-top: 26px; }
  .location-container .loc-detailed p {
    font-size: 16px; }
  .location-container .loc-detailed .line.title {
    margin: 10px 0; }

  .hub-column {
    height: 480px; }

  .hub-col-overlay {
    margin-top: -41px;
    padding: 25px 10px;
    font-size: 26px; } }
@media only screen and (max-width: 950px) {
  #mob-right-nav {
    display: block; }

  .staff-slider .slide.active .staff-avatar {
    width: 154px;
    height: 154px; }

  .site-header {
    height: 80px; }

  img.menu-icon {
    right: 15px;
    top: 40px; }

  img.logo {
    width: 200px;
    left: 15px;
    margin-top: -10px; }

  img.menu-icon {
    display: block; }

  ul.nav {
    display: none; }

  .nav-mobile {
    display: none;
    background-color: #ffffff;
    width: 180px;
    position: absolute;
    top: 80px;
    right: 0;
    margin-right: 0px;
    z-index: 10;
    padding: 10px 15px;
    border: 1px solid #77aaba;
    border-top: 0;
    border-right: 0; }

  .nav-mobile li {
    margin-bottom: 5px;
    border-bottom: 1px solid #77aaba; }

  .nav-mobile a {
    padding-bottom: 5px;
    display: block;
    color: #77aaba; }

  .nav-mobile a:hover {
    opacity: 0.7; }

  .main-content {
    padding-top: 80px; } }
@media only screen and (max-width: 768px) {
  .contact-box {
    background-color: rgba(0, 0, 0, 0.9); }

  ul.telephone {
    margin-top: 4px;
    margin-right: 5px; }

  ul.telephone li {
    margin-left: 5px; }

  /*ul.telephone li a {
  	font-size: 12px;
  }*/
  .section2 .container, .section5 .container {
    max-width: 450px; }

  .section2 .container, .section5 .container {
    width: 90%; }

  .section2 h2, .section3 h2, .section4 h2, .section5 h2, .section6 h2, .section7 h2 {
    font-size: 30px; }

  .section5 p {
    font-size: 14px; }

  .section6 .container {
    max-width: 350px;
    margin-left: -175px;
    top: 50px; }

  .section6 .location.second {
    margin-top: 40px; }

  .quarter {
    height: 243px; }

  .col-50 {
    width: 100%; }

  .section6 .banner.mobile2 {
    display: none; }

  .section6 {
    position: relative;
    background-color: #bcd5dc;
    padding-bottom: 100px;
    background-image: url("../images/map_background.jpg");
    background-repeat: no-repeat;
    background-size: cover; }

  .section6 .container {
    position: relative; }

  .banner-caption {
    margin-left: 0;
    width: auto;
    left: 15px;
    right: 15px; }

  .staff-slider .slide .staff-avatar {
    width: 160px;
    height: 160px;
    margin-top: 0; }

  .static-slide {
    max-width: 190px; }

  .affiliated-sponsors h2 {
    font-size: 30px; }
  .affiliated-sponsors .logo-wrapper .logo {
    min-width: 24%;
    padding: 1%;
    display: inline-block !important;
    text-align: center;
    float: none;
    width: 24%; } }
@media only screen and (max-width: 600px) {
  .section2 .container,
  .section5 .container,
  .section3,
  .section7 {
    padding: 50px 0; }

  .section7 .copyright {
    margin-top: 20px; }

  .section-hub {
    padding-bottom: 50px; }

  .section4 {
    padding-top: 50px;
    padding-bottom: 50px; }

  .hub-column {
    float: none;
    margin: 0 auto 25px;
    width: auto;
    width: 300px;
    height: 300px; }

  .affiliated-sponsors .logo-wrapper .logo {
    width: 40%;
    padding: 1%; }

  .sponsor-logo-run {
    max-width: 300px;
    margin: 80px auto 0px;
    text-align: center; } }
@media only screen and (max-width: 500px) {
  .section5 .container {
    width: 90%; }

  .section-faq {
    padding-top: 50px;
    padding-bottom: 25px; }

  .faq-title {
    margin-bottom: 25px;
    font-size: 18px; }

  .faq-content {
    margin-bottom: 25px; }
    .faq-content p, .faq-content div, .faq-content li {
      font-size: 16px; }

  .static-slide {
    display: inline-block;
    padding: 10px 0px;
    vertical-align: top;
    width: 160px; } }
@media only screen and (max-width: 450px) {
  .page-shortbanner {
    height: 150px; }

  .banner-content {
    padding-bottom: 25px; }

  .banner-title {
    font-size: 34px; }

  .banner-caption {
    font-size: 16px; }

  .location p.title {
    margin-top: 15px; }

  .quarter {
    height: 194px; }

  .telephone {
    padding-top: 3px; }

  .quarter.contact-details {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px; }
    .quarter.contact-details .line.title {
      margin-top: 0; } }
@media only screen and (max-width: 400px) {
  .site-header {
    position: relative;
    height: auto; }
    .site-header .telephone {
      position: relative;
      top: -70px;
      padding-top: 2px; }

  img.menu-icon {
    top: 50%;
    margin-top: -4px; }

  img.logo {
    float: none;
    position: static;
    margin: 15px; }

  .mob-position {
    position: relative;
    top: 16px; }

  .mob-padding {
    padding-top: 10px; }

  .nav-mobile {
    top: 70px; }

  .main-content {
    padding-top: 0; }

  .contact-box {
    width: 290px; }

  .section6 .container {
    max-width: 280px;
    margin-left: -140px; }

  .location p.title {
    margin-top: 28px; }

  .location-container p.line {
    line-height: 130%; }

  h2.brace-margin {
    margin-bottom: 40px; }

  .brace-titles .col-33 {
    margin-bottom: 40px; }

  .faq-decoration.top {
    margin-bottom: 0; }

  .faq-decoration.bottom {
    margin-top: 0; }

  a.view-all {
    margin-top: 100px; } }

/*# sourceMappingURL=main.css.map */
