<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =============================================================== */
/* Overwrite Foundation/Normalize defaults
================================================================ */
body { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 15px; }
body.sub-page { background: url(../images/background-texture.jpg); }
h1, h2, h3, h4, h5, h6 { font-family: 'Lato', sans-serif; font-weight: 400; }

h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 2.5;
}

.block-item {
    width: 50% !important;
}

p, li { margin: 0 0 15px 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #666666; }
a, a:visited { color: #0763ad; }
a:hover, a:focus { color: #044256; text-decoration: none;}
strong { font-weight: 700; }
img { width: 100%; } /* IE9 fix for SVG images */
ul, ol, dl { font-family: 'Lato', sans-serif; margin-left: 2.5rem; }
button, .button, a.button {
  background: #0763ad;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transform: translateZ(0);
  transition: background 0.3s ease-out, box-shadow 0.3s cubic-bezier(.25,.8,.25,1), transform 0.3s ease-out;
  border-radius: 25px;
  font-size: 14px;
}
button:hover, button:focus, .button:hover, .button:focus, a.button:hover, a.button:focus { 
  color: #FFFFFF;
  background: #044256; 
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transform: translateY(-8px);
}

a.button-expand.button-expand {
  background: #0763ad;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transform: translateZ(0);
  transition: background 0.3s ease-out, box-shadow 0.3s cubic-bezier(.25,.8,.25,1), transform 0.3s ease-out;
  display: block;
  width: 100%;
  border: none;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  border-radius: 25px;
}

.button-expand:hover, a:visited.button-expand:hover { 
  color: #FFFFFF;
  background: #044256; 
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transform: translateY(-8px);
}


input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.row { max-width: 95%; }
.row.full-width { max-width: 100%; }

.flex-video.widescreen { padding-bottom: 51.25%; margin-bottom: 40px; }

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
  .row { max-width: 80rem; }
} 


a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

/* =============================================================== */
/* Header &amp; Fixed/Sticky Navigation
================================================================ */


.interest h1{
  font-size:5rem;
  font-weight:300;
  color:#40adbd;
}

.interest h3{
  font-size:20px;
}

.interest h4{
  color:#40adbd;
  font-weight:500;
  padding: 40px 0px 20px 0px;
}

.contact-bar {
  background: transparent; padding: 0.4rem 0;
}

.contact-bar .fixed-contact ul { margin: 0; padding: 0; list-style-type: none; text-align: center; }

.contact-bar .fixed-contact li {
  display: block;
  padding: 0;
  font-size: 1rem;
}

.contact-bar .fixed-contact .fixed-address {
  margin-top: 1rem;
}

.contact-bar .fixed-contact a:hover, .fixed-contact a:focus {
  text-decoration: underline;
}

.contact-bar .fixed-contact [class^="icon-"]::before {
  color: #AAAAAA;
  font-size: 1.25rem;
  position: relative;
  top: 2px;
}

.fixed-logo img {
  max-width:200px;
  margin: 0 auto 25px auto;
  display: block;
}

.fixed-logo img.fixed-logo-colour { display: none; }
.fixed .fixed-logo img.fixed-logo-colour { display: block; }
.fixed .fixed-logo img.fixed-logo-white { display: none; }

.sub-nav {
  overflow: visible;
  display:inline-block;
  position: absolute; 
top: 50%; 
transform: translate(0, -50%)
}

.sub-nav ul {
  display:inline-block;
}


.menu-bar { background: transparent; padding: 1.3rem 0; transition: padding 1s ease; }
.menu-bar ul { list-style-type: none; }
.menu-bar li { float: none; display: inline-block; }

.menu-bar { box-shadow: 4px 4px 10px rgba(49, 49, 49, 1); }

.menu-bar .sub-nav dt a, 
.menu-bar .sub-nav dd a, 
.menu-bar .sub-nav li a {
  border-radius: 2px;
  color: #323232;
  padding: 0.1875rem 0.4rem;
  font-family: 'Stolzl', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.fixed .menu-bar .sub-nav li.active a, .menu-bar .sub-nav li.active a {
    color:#323232;
    background:transparent;
}

.menu-bar .sub-nav li.active a:hover {
  color:#40adbd;
}

.menu-bar .sub-nav li a:hover {
color:#40adbd
}

.fixed-logo {
  max-width: 160px;
  display:inline-block;
}

.nav-subpage .sub-nav li a:hover, .nav-subpage .fixed-top .sub-nav li a:focus { background: #FFF; border-radius: 3px; } 

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .fixed-logo img { margin: 0 auto; }
  .menu-bar { padding: 1.3rem; transition: padding 1s ease;  }
  .fixed .menu-bar { background: #FFF; padding: 1.3rem ;  }

  .menu-bar .sub-nav dt a, 
  .menu-bar .sub-nav dd a, 
  .menu-bar .sub-nav li a { color: #323232; }

  .contact-bar .fixed-contact ul { text-align: center; }
  .contact-bar .fixed-contact li { padding: 0 0 0 1.6rem; display: inline-block; }

  .contact-bar .fixed-contact .fixed-address {
    margin-top: 0;
    margin: 2.5rem 0 0;
  }

  .contact-bar .fixed-contact .fixed-email { display: none; }
} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .contact-bar .fixed-contact .fixed-email { display: inline-block; }
}


.header-button { 
  background: #fff; 
  color: #41adbd;
  border: #41adbd;
  border-style: solid;
  border-radius: 30px;
  font-size: 0.875rem;
  font-family: 'Stolzl', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: background 0.3s ease-out, box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
  padding: 10px 30px;
  overflow: visible;
  position: absolute; 
top: 50%; 
transform: translate(0, 70%)
}

.header-button:hover, .header-button:focus { 
  color: #FFFFFF;
  background: #41adbd; 
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border:#41adbd;
  border-style: solid;

}


#social-media, #contact-details { list-style-type: none; margin: 0; padding: 0; }
#social-media li { float: left; margin-right: 15px; }
.sm-icon a{ display: block; width: 30px; line-height: 30px; text-align: center; cursor: pointer; color: #08166d; }
  .sm-icon a:hover { color: #08166d; }


/* =============================================================== */
/* Header Top Row
================================================================ */
.header-top-row { background: #FFFFFF; }
.header-top-row .nav-block { text-align: center; }
.header-top-row .nav-block ul { margin: 0; padding: 0; list-style-type: none; position: relative; top: -4px; }
.header-top-row .nav-block ul li { display: inline-block; margin: 0 2px; font-size: 11px; padding: 5px 5px 3px 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; transition: background 0.3s ease-out; }
.header-top-row .nav-block ul li.active { color: #fff; background: #39B54A; }
.header-top-row .nav-block ul li a { display: block; font-size: 11px; color: #747c83; transition: color 0.3s ease-out; }
.header-top-row .nav-block ul li:hover a { color: #FFFFFF; }
.header-top-row .nav-block ul li.inactive:hover { background: #747c83; }

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .header-top-row .nav-block { text-align: right; }
} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) { } 



/* =============================================================== */
/* Bootstrap 3 menu
================================================================ */


nav.navbar.bootsnav .navbar-brand {display: block;padding: 10px 0 0 10px;height: auto;margin: 0 0 0 30px;}
nav.navbar.bootsnav .navbar-toggle { float: right; margin: 0; color: #ffffff; background: transparent; box-shadow: none; font-size: 44px; margin-top: 15px; }
nav.navbar.bootsnav .navbar-toggle i.fa-times { color: #0763ad; } 
nav.navbar.bootsnav .navbar-nav { background: #303234; padding-top: 20px; }
nav.navbar.bootsnav .active { background: transparent; color: #41adbd; }
nav.navbar.bootsnav ul.nav &gt; li.active &gt; a { color: #41adbd; }
nav.navbar.bootsnav ul.nav &gt; li.non-active &gt; a { color: #d4d4d5; }
nav.navbar.bootsnav ul.nav &gt; li &gt; a {text-transform: uppercase;letter-spacing: 1px;font-weight: 400;border: none;}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu &gt; li &gt; a { border: none; color: #6f6f6f;font-family:'Helvetica', sans-serif; font-size:12px; text-transform: uppercase; letter-spacing:1px; }
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu &gt; li &gt; a:hover {color:#41adbd;}
.section-area.welcome { margin-top: -100px; }
nav.navbar.bootsnav ul.nav li &gt; a:hover { color:#0763ad; }
nav.navbar.bootsnav ul.nav &gt; li &gt; a.nav-hero-button, nav.navbar.bootsnav.no-background.white ul.nav &gt; li &gt; a.nav-hero-button {padding: 5px 20px;background: #0763ad;border: 3px solid #0763ad;color: #FFFFFF;text-align: center;width: 250px;margin: 20px auto;border-radius: 20px;}
nav.navbar.bootsnav ul.nav &gt; li &gt; a.nav-hero-button:hover, nav.navbar.bootsnav.no-background.white ul.nav &gt; li &gt; a.nav-hero-button:hover { background: #FFFFFF; border: 3px solid #0763ad; color: #0763ad;  }

/*bootstrap 3 breakpoints */
@media only screen and (min-width:280px){
  .section-area.welcome { margin-top: 0; }
    nav.navbar.bootsnav.navbar-fixed {
    height:70px;
}

  nav.navbar.bootsnav.navbar-fixed .logo-scrolled{
  width: 220px;
  float:left;
  /* margin: 0px 60px 0px 60px; */
  }
  nav.navbar.bootsnav .navbar-brand {
    width: 80px;
  }
  nav.navbar.bootsnav .navbar-toggle {
    font-size: 30px;
    margin-top:10px;
  }
}

@media only screen and (min-width:768px){
nav.navbar.bootsnav.navbar-fixed {
  height:100px;
}
  nav.navbar.bootsnav .navbar-toggle {
    font-size: 44px;
    margin-top:10px;
  }
  nav.navbar.bootsnav .navbar-brand {
    width: 220px;
    /* margin: 0 0; */
  }
  nav.navbar.bootsnav.navbar-fixed .logo-display { display: none; }
}
@media only screen and (min-width:992px){
  nav.navbar.bootsnav.navbar-fixed { display: flex; align-items: center; }
  .navbar-collapse.collapse { flex-grow: 1; }
  ul.navbar-nav { text-align: right; width: 100%; margin-top: 15px; padding-left: 40px; }
  .navbar-nav &gt; li {float: none;display: inline-block;font-family: 'Lato', sans-serif;letter-spacing: 0;}
  .nav &gt; li.nav-button-right {float: right;display: block;top: -7px;margin-left: 20px;}
  nav.navbar.bootsnav ul.nav li &gt; a { padding: 0; margin: 0 15px; }
  nav.navbar.bootsnav ul.nav &gt; li &gt; a.nav-hero-button, nav.navbar.bootsnav.no-background.white ul.nav &gt; li &gt; a.nav-hero-button { width: auto; margin: 0 15px 0 0; }
  
}
@media only screen and (min-width:1024px) {
  .carousel-cell { margin-top: 0; }
  nav.navbar.bootsnav .navbar-nav {background: transparent;padding-top: 0;}
}
@media(min-width:1200px){}

.menu-padding {
  max-width:80rem;
}

/* Mobile Menu */
.mobile-menu {padding-top: 10px;background: #fff;box-shadow: 0 0 5px rgb(0 0 0 / 30%);position: relative;}
.mobile-menu .menu-collapser {background: #0763ad;margin-top: 20px;}
.mobile-menu .collapse-button { background: #FFFFFF; }
.mobile-menu .collapse-button .icon-bar {background: #0763ad;}
.mobile-menu ul.slimmenu li { background: #f1f1f1; }
.mobile-menu ul.slimmenu &gt; li { border-left: none; }
.mobile-menu ul.slimmenu li a { font-size: 11px; padding: 8px 64px 8px 16px }
.mobile-menu ul.slimmenu li a:hover { background: #c4c4c4; } 

/* =============================================================== */
/* Generic Content Styling 
================================================================ */
.site-wrapper {background: #ffffff;/* box-shadow: 0 0 5px rgb(0 0 0 / 30%); */margin: 0 auto;max-width: 80rem;width: 95%;z-index: -1;}
.section-area { padding: 2.5rem 0; }
.section-area.grey { background: #F6F6F6; }
.section-title {text-align: center;margin: 0 0 3rem 0;}
.section-title h1 {display: inline-block;letter-spacing: 2px;font-weight: 900;text-transform: uppercase;color: #0763ad;}
.section-title h1:after {
    background: #c3c3c3;
    content: '';
    width: 100px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 45px;
    }
.white-text .section-title h1 { color: #FFFFFF; }

.section-desc { color: #999999; text-align: center; font-size: 1rem; margin-bottom: 50px; }
.white-text .section-desc { color: #FFFFFF; }

.section-row { margin-bottom: 1.6rem; }
.section-text h2 { font-size: 1.2rem; text-transform: uppercase; color: #0763ad; }
.section-text h4 { text-transform: uppercase; color: #0763ad; }
.white-text .section-text { background: rgba(20,20,20,0.4); padding: 15px 20px; }
.section-text p, .section-text li { font-size: 14px; }
.white-text .section-text p, .white-text .section-text li { color: #FFFFFF; }
.section-image { margin-bottom: 2rem; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
.section-image.no-shadow { box-shadow: none; }
.section-image p { color: #FFFFFF; background: #0763ad; padding: 0.4rem 0.8rem; font-size: 0.7rem; font-style: italic; text-align: center; }

.section-slogan { text-align: center; background: #231F20; padding: 15px; margin: 1rem 0; }
.section-slogan h3 { text-align: center; color: #FFFFFF; text-transform: uppercase; font-size: 20px; }

.sub-section-title {text-align: center;margin: 20px;}
.sub-section-title h3 {display: inline-block;color: #231F20;margin: 0;font-weight: 800;text-transform: uppercase;}
.sub-section-desc p { font-size: 1rem; text-align: center; margin-bottom: 50px; }

.section-popup { 
  display: block; 
  margin-bottom: 2rem; 
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transform: translateZ(0);
  transition: background 0.3s ease-out, box-shadow 0.3s cubic-bezier(.25,.8,.25,1), transform 0.3s ease-out;
}
.section-popup:hover {
  background: #414042;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transform: translateY(-8px);
}
.section-popup.alt:hover { background: #0763ad; }
.section-popup h4 {text-align: center;color: #FFFFFF;background: #0763ad;margin: 0;/* padding: 0.8rem 0; */}
.section-popup.alt h4 { background: #414042; }
.section-popup p { 
  padding: 0.6rem; 
  color: #231F20; 
  text-align: center; 
  border-top: 2px solid transparent; 
  transition: border-color 0.3s ease-out, color 0.3s ease-out; 
  font-size: 0.8rem;
}
.section-popup:hover p { border-color: #FFFFFF; color: #FFFFFF; }

.remodal-content-container { text-align: left; }
.remodal-content-container h1, .remodal-content-container h2 { font-size: 1.6rem; margin: 1rem 0; color: #0763ad; }
.remodal-content-container h1:after, .remodal-content-container h2:after { background: #999999; content: ""; display: block; height: 3px; width: 80px; margin: 1rem 0 0 0; }
.remodal-content-container .remodal-profile-photo { display: inline-block; margin-bottom: 2rem; text-align: center; width: 100%; vertical-align: top; }
.remodal-content-container .remodal-profile-photo img { width: 100%; }
.remodal-content-container .remodal-profile-text { display: inline-block; width: 100%; }

.section-button { text-align: center; }
.section-button .button { display: inline-block; }

.overlay { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.45); }

/* hide extra H1 on default template */
.content-area h1 { display: none; }
.content-area h1.content_title { display: block; font-size: 1.6rem; margin: 1rem 0; color: #0763ad; }
.content-area h1.content_title:after { background: #999999; content: ""; display: block; height: 3px; width: 80px; margin: 1rem 0 0 0; }

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .section-area { padding: 2.5rem 2rem; }
  .section-title h1 { font-size: 32px; }
  .section-desc { font-size: 1.2rem; }
  .section-text h2 { font-size: 1.4rem; }
  .section-image p { font-size: 0.8rem; }
  .sub-section-desc p { font-size: 1.15rem; }
  .section-popup h4 { font-size: 18px; }
  .section-popup p { font-size: 0.9rem; }
  .remodal-content-container .remodal-profile-photo { margin-bottom: 0; margin-right: 5%; width: 38%; }
  .remodal-content-container .remodal-profile-text { width: 55%; }
} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .section-area { padding: 4.5rem 3rem; }
  .section-desc { font-size: 1.6rem; }
  .section-text h2 { font-size: 20px; }
  .section-image p { font-size: 0.9rem; }
  .sub-section-desc p { font-size: 1.25rem; }
  .section-popup h4 {font-size: 22px;}
  .section-popup p {font-size: 14px;}
}

/* =============================================================== */
/* Back to Top button
================================================================ */

.backtotop {
  position: fixed;
  right:0px;
  display:none;
  bottom: 20px;
  margin: 0 20px 0 0;
}

.backtotop a {
  text-decoration:none;
  border:0 none;
  display:block;
  width:45px;
  height:45px;
  background: #0763ad;
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF;
  line-height: 40px;
  font-size: 20px;
}

.backtotop a:hover { opacity: 0.8; }
.backtotop a i { margin: 0; padding-left: 9px; }

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 0;
    box-shadow: none;
    transform: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}


div.panel {
    padding: 0 18px;
    background: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    border-color: #fff;
    box-shadow: none;
    color: #666;
    margin-bottom: 1rem;
}

div.panel.show {
    opacity: 1;
    max-height: 500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}

div.panel p {
    padding: 20px 0;
    margin-bottom: 0;
}

.accordion h3 {
    letter-spacing: 2px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0763ad;
    text-transform: uppercase;
}


/* =============================================================== */
/* Slider - Flickity v2.0.10
================================================================ */
.flickity-enabled { position: relative; }
.flickity-enabled:focus { outline: none; }
.flickity-viewport { overflow: hidden; position: relative; height: 1000px; }
.flickity-slider { position: absolute; width: 100%; height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab; }
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing; cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 40%;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flickity-prev-next-button:hover { background: white; }
.flickity-prev-next-button:focus { outline: none; box-shadow: 0 0 0 5px #09F;  }
.flickity-prev-next-button:active { opacity: 0.6; }
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous { left: auto; right: 10px; }
.flickity-rtl .flickity-prev-next-button.next { right: auto; left: 10px; }
.flickity-prev-next-button:disabled { opacity: 0.3; cursor: auto; }
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow { fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected { opacity: 1; }

/* custom */
button.flickity-prev-next-button { transform: none; padding: 0; }
.carousel-cell { width: 100%; max-height: 350px; margin-right: 5px; }

.carousel-cell .slide-content .slider-text { 
  position: absolute; 
  text-align: center;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%); 
  font-size: 10px; 
  padding: 5px 10px; 
  color: #FFFFFF;
}
.carousel-cell .slide-content .slider-text h1 { font-weight: 700; font-size: 20px; margin-bottom: 20px; color: #FFFFFF; }
.carousel-cell .slide-content .slider-text p { display: none; }
.carousel-cell .slide-content .slider-text a { display: none; }

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .flickity-prev-next-button { width: 30px; height: 30px; }
  .carousel-cell { width: 100%; max-height: 400px; margin-right: 7px; }
  .carousel-cell .slide-content .slider-text { font-size: 13px; }
  .carousel-cell .slide-content .slider-text a { display: inline-block; }
} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .flickity-prev-next-button.previous { left: 60px; }
  .flickity-prev-next-button.next { right: 60px; }
  .flickity-prev-next-button { width: 45px; height: 45px; }
  .carousel-cell { max-height: 1000px; margin-right: 0px; }
  .carousel-cell .slide-content .slider-text { font-size: 22px; }
  .carousel-cell .slide-content .slider-text h1 { font-size: 38px; margin-bottom: 30px; }
  .carousel-cell .slide-content .slider-text p { display: block; margin-bottom: 30px; font-size: 18px; }
} 

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
  .carousel-cell .slide-content .slider-text { font-size: 32px; }
} 

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) {
  .carousel-cell { margin-right: 10px; }
  .carousel-cell .slide-content .slider-text h1 { font-size: 60px; margin-bottom: 50px; }
    .carousel-cell .slide-content .slider-text p { margin-bottom: 50px; font-size: 24px; }
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero-left {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
  -webkit-transform: translate3d(-50%,-70%,0);
  -moz-transform: translate3d(-50%,-70%,0);
  -ms-transform: translate3d(-50%,-70%,0);
  -o-transform: translate3d(-50%,-70%,0);
  transform: translate3d(-50%,-70%,0);
}

.hero-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
  -webkit-transform: translate3d(-50%,-70%,0);
  -moz-transform: translate3d(-50%,-70%,0);
  -ms-transform: translate3d(-50%,-70%,0);
  -o-transform: translate3d(-50%,-70%,0);
  transform: translate3d(-50%,-70%,0);
}

.hero-left h1, .hero-right h1 {
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255, 255, 255)!important;
    text-shadow: 4px 4px 10px rgba(49, 49, 49, 1);
    line-height: 1;
    margin-bottom: 0;
    }

  .hero-left h3, .hero-right h3 {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  }

@media only screen and (min-width:1024px) {
  .hero-right { top: 60%; left: 70%; }
  .hero-left { top: 60%;  left: 30%; }
  .hero-left h1, .hero-right h1 { font-size: 4em;}   
  .hero-left h3, .hero-right h3 {font-size: 22px;}
}


/* =============================================================== */
/* Welcome
================================================================ */

.about-us h2, .contact-us h2 {
  letter-spacing: 2px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0763ad;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.about-us h2:after, .contact-us h2:after {content: '';display: block;height: 3px;width: 100px;margin: 1.4rem 0 2rem 0;background: #0763ad;}

/* =============================================================== */
/* Services
================================================================ */
.service-item-container { display: block; position: relative; }
.service-item { 
  position: relative; 
  margin-bottom: 2rem;
  background: #FFFFFF; 
  text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transform: translateZ(0);
  transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1), transform 0.3s ease-out;
}
.service-item:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transform: translateY(-8px);
}

.service-item img { box-shadow: none; opacity: 0.8; transition: opacity 0.3s ease-out; margin-bottom: 2rem; }
.service-item:hover img { opacity: 1; }

.service-item i { 
  color: #7e7d7d;
  font-size: 3rem;
}

.service-item h3 {
  letter-spacing: 2px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0c428c;
  text-transform: uppercase;
  margin-bottom: 2rem;
  padding: 0 2rem;
}
.service-item h3:after { content: ''; display: block; height: 3px; width: 100px; margin: 1.4rem auto 2rem auto; background: #999999; }
.service-item-container.video-container .service-item h3:after { background: transparent; }
.service-item p {font-size: 15px;color: #7E7D7D;padding: 0 2rem 2rem 2rem;}


.what-we-do-home { 
  position: relative; 
  margin-bottom: 2rem;
  padding: 2rem;
  background: #F0F0F0; 
  text-align: center; 
}
.what-we-do-home i { 
  color: #7e7d7d;
  font-size: 3rem;
}
.what-we-do-home i:after {content: '';display: block;height: 3px;width: 1rem;margin: 1.4rem auto 2rem auto;background: #0763ad;}
.what-we-do-home h3 {
  letter-spacing: 2px;
  font-size: 1rem;
  font-weight: 700;
  color: #0c428c;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.what-we-do-home p { font-size: 0.8rem; color: #7E7D7D; }


/* =============================================================== */
/* Staff
================================================================ */

.profile-item { margin-bottom: 2rem; }
.profile-item figure { padding-top: 140%; }
.profile-item h3 {text-align: center;transition: all 0.25s ease-out;margin-bottom: 0;font-size: 20px;}
.profile-item:hover h3 { color: #0763ad; }
.profile-item p { text-align: center; transition: all 0.25s ease-out; font-style: italic; color: #999999; margin-bottom: 0; }
.profile-item:hover p { color: #444444; }

.profile-holder { text-align: left; }
.profile-holder h3 { margin: 1rem 0; }
.profile-holder h3:after { background: #e0952f; content: ""; display: block; height: 3px; width: 80px; margin: 1rem 0 0 0; }
.profile-holder .photo-column { width: 100%; margin: 1rem 0 1.6rem 0; }
.profile-holder .profile-column { width: 100%; margin-left: 0; }

.staff-title { font-size: 1.3rem; color: #999999; font-style: italic; }

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .profile-holder .photo-column { width: 35%; float: left; }
  .profile-holder .profile-column { width: 60%; margin-left: 4%; float: left; }
} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .profile-holder .photo-column { width: 35%; float: left; }
  .profile-holder .profile-column { width: 60%; margin-left: 4%; float: left; }
}


/* =============================================================== */
/* Zoom Effect
================================================================ */
.zoom-item { margin-bottom: 1.4rem; display: block; }
.zoom-item:after { content: ''; display: table; clear: both; }
.zoom-item figure {
  position: relative;
  margin: 0;
  height: 0;
  overflow: hidden;
  background: #0ff;
}
.zoom-item figure:before {
  content: '';
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(145, 144, 149, 0.75);
}
.zoom-item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  min-height: 100%;
  transition: all 0.25s ease-out;
}
.zoom-item figcaption {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.zoom-item:hover figure:before { display: block; }
.zoom-item:hover img { top: -10%; left: -10%; width: 120%; }
.zoom-item:hover figcaption { display: block; }



/* =============================================================== */
/* Latest News
================================================================ */

.latest-news h3 {text-align: center;font-size: 18px;}
.latest-news h3:after {content: '';display: block;height: 2px;width: 60%;margin: 25px auto 50px auto;background: #193173;}


.news-item { position: relative; }
.news-item.row { margin-bottom: 20px; }
.news-item img { margin-bottom: 0.6rem; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
.news-item-container:after {content: '';display: block;height: 1px;width: 100%;margin: 0 0 25px 0;background: #aaaaaa4a;}
.news-title { font-size: 16px; font-weight: 700; margin-bottom: 0.3rem; line-height: 1.2; }
.news-description { margin-bottom: 0.2rem; font-size: 14px; }
.news-read-more { margin-bottom: 1rem; font-size: 12px; font-weight: 700; }
.read-more-articles { font-size: 1rem; font-style: italic; text-align: center; font-weight: 700; }

.news-sidebar li {
    margin-bottom: 0;
}

.latest-news ul { list-style-type: none; margin: 0; padding: 0; }
.latest-news li { margin-bottom: 1.4rem; }
.latest-news li a { font-size: 1.4rem; font-weight: 700; }
.latest-news li p { margin: 0; }

/* News page */
.news-content-area img {
  width: 100%;
  max-width: 95%;
  display: block;
  /*margin-bottom: -60px;  remove this once the blank &lt;p&gt; tag bullshit from stripping social media scripts is fixed */
  margin-top: 35px;
}

.news-content-area h1 { margin: 0 0 40px 0; padding-bottom: 20px; font-size: 18px; font-weight: 700; border-bottom: 2px solid #cccccc; }
.articledescription { font-size: 1.2rem; font-weight: 700; margin-bottom: 2rem; line-height: 1.4; }
.news-content-area p, .news-content-area li { font-size: 14px; }

.newsindexheading { 
  display: block;
  color: #FFFFFF;
  background: #828282;
  line-height: 200%;
  margin: 0;
  padding: 0 1rem;
  font-size: 1.4375rem;
}

.news-sidebar { margin-top: 40px; }
.news-sidebar .menu-list { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
.news-sidebar h4 { padding: 0.7rem 1rem; background: #0763ad; color: #FFFFFF; margin: 0; border-bottom: 5px solid #ffffff; }
.news-sidebar ul { margin: 0 0 2rem 0; padding: 0; list-style-type: none; }
.news-sidebar li { border-bottom: 1px solid #ffffff; }
.news-sidebar li:last-child { border-bottom: none; }
.news-sidebar a { 
  color: #222222;
  background: #dddddd;
  display: block;
  padding: 0.25rem 1rem;
  transition-duration: 0.3s;
  transition-property: background;
  transition-timing-function: ease-in-out;
}
.news-sidebar a:hover, .news-sidebar a:focus, .news-sidebar a.active { background: #a9a9a9; }

.news-share-links-top { margin-bottom: 2rem; }
.news-share-links-top p { display: inline-block; margin-bottom: 0; }
.news-share-links-top ul { display: inline-block; list-style-type: none; padding: 0; margin: 0; }
.news-share-links-top li { display: inline-block; margin-left: 5px; }
.news-share-links-top a { 
  display: block; 
  color: #FFFFFF; 
  width: 2rem; 
  height: 2rem; 
  line-height: 2rem; 
  border-radius: 50%; 
  transition: all 0.3s ease-in-out;
}
.news-share-links-top i { margin-left: 5px; font-size: 1rem; }

.news-share-links { text-align: center; margin-bottom: 2rem; }
.news-share-links p { font-weight: 700; font-size: 1.4rem; margin: 3rem 0 2rem 0; }
.news-share-links p:before { content: ''; display: block; width: 100%; height: 3px; background: #CCCCCC; margin-bottom: 2rem; }
.news-share-links ul { list-style-type: none; padding: 0; margin: 0; }
.news-share-links li { display: inline-block; margin: 0 0.4rem 10px 0.4rem; }
.news-share-links a { 
  display: block; 
  font-size: 1.8rem; 
  color: #FFFFFF; 
  width: 3.6rem; 
  height: 3.6rem; 
  line-height: 3.6rem; 
  border-radius: 50%; 
  transition: all 0.3s ease-in-out;
}

.news-share-links-top .share-fb, .news-share-links .share-fb { background: #4E69A2; } /* facebook */
.news-share-links-top .share-tw, .news-share-links .share-tw { background: #00ACED; } /* twitter */
.news-share-links-top .share-li, .news-share-links .share-li { background: #0976b4; } /* linkedin */
.news-share-links-top .share-em, .news-share-links .share-em { background: #69696e; } /* email */
.news-share-links-top .share-fb:hover, .news-share-links .share-fb:hover { background: #1B356F; } /* 20% darker */
.news-share-links-top .share-tw:hover, .news-share-links .share-tw:hover { background: #0079B8; } /* 20% darker */
.news-share-links-top .share-li:hover, .news-share-links .share-li:hover { background: #004280; } /* 20% darker */
.news-share-links-top .share-em:hover, .news-share-links .share-em:hover { background: #36363A; } /* 20% darker */

.news-form-container {
  padding: 1rem 1rem 0 1rem;
  background: #faf7f1;
  box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  border-radius: 3px;
}
.news-form-container #commentForm { margin-top: 0; }

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .news-content-area h1 { font-size: 2.2rem; }
} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
}

/* =============================================================== */
/* Contact Us
================================================================ */
.contact-us p { margin-bottom: 2rem; font-size: 14px }
.contact-us ul { list-style-type: none; margin: 0 0 2rem 0; }
.contact-us li { margin: 0 0 0.4rem 0; font-size: 0.9rem; }
.contact-us li i { color: #696986; }
.contact-us a, .contact-us a:visited { color: #222222; }
.contact-us a:hover, .contact-us a:focus { color: #0763ad; }


.contact-form { padding: 25px 0; }
.contact-form label { color: #414042; }
.contact-form input:not(.button), .contact-form textarea {
  color: rgba(105,105,105,0.7); 
  border-color: rgba(65,64,66,0.25); 
  -webkit-transition: border-color 0.5s linear 0s, background 0.5s linear 0s;
  -moz-transition: border-color 0.5s linear 0s, background 0.5s linear 0s;
  -o-transition: border-color 0.5s linear 0s, background 0.5s linear 0s;
  transition: border-color 0.5s linear 0s, background 0.5s linear 0s;
  box-shadow: none;
}
.contact-form input:focus:not(.button), .contact-form textarea:focus { border-color: rgba(19,134,169,0.5); color: rgba(105,105,105,1); }

.google-map iframe { pointer-events: none; }

#commentForm textarea { min-height: 120px; }
.t2 { display: none !important; } /* form spam check - do not remove */

/* =============================================================== */
/* Footer
================================================================ */
.footer-main { background: #0763ad; }
.footer-main h2 {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 2;
}
.footer-main h6 { color: #0763ad; font-size: 18px; margin-bottom: 20px; font-weight: 700; }
.footer-main p { color: #FFFFFF; font-size: 14px; }
.footer-main ul { margin-left: 0; list-style-type: none; }
.footer-main li { line-height: 1.1; }
.footer-main a { color: #FFFFFF; text-decoration: underline; }
.footer-main a:hover { text-decoration: none; }

.footer-main-block { margin-bottom: 1.25rem; }

.footer-bottom { background: #303234; }
.footer-bottom p, .footer-bottom a { color: #FFFFFF; }
.footer-bottom a:hover { color: #FFFFFF; text-decoration: underline; }
.footer-bottom .copyright, .footer-bottom .site-by { text-align: center; }

.compliance-info { background: #FFFFFF; border-radius: 10px; }
.compliance-info img { margin: 0 auto 1rem auto; display: block; padding: 1.6rem; }
.compliance-info p { text-align: center; color: #222222; padding: 10px; margin-bottom: 0; }

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .footer-bottom .copyright { text-align: left; }
  .footer-bottom .site-by { text-align: right; }
  .footer-main h6 { font-size: 26px; }
}

/* =============================================================== */
/* JS Ticker
================================================================ */

.scrollingtext { position: absolute; }
#jsticker_scroll { position: relative; height: 40px; width: 100%; display: block; overflow: hidden; margin: 0 auto; background: #999999; }
#jsticker_scroll div { display: inline-block; margin: 0; }
#jsticker_scroll a { color: #FFFFFF; display: block; padding: 0 20px; line-height: 40px; }
#jsticker_scroll a:hover { text-decoration: underline; }
#jsticker_scroll .scrollingtext { white-space: nowrap; }

/* =============================================================== */
/* Remodal
================================================================ */

/* Full credit and many thanks to Vodka Bears */
/* http://vodkabears.github.io/remodal/ */

/* Hide scroll bar */
html.remodal-is-locked { /* overflow: hidden; */ } /* disabling this style prevents the 'shift right' effect when overlay opens */

/* Anti FOUC */
.remodal, [data-remodal-id] { display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper { backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal { position: relative; text-size-adjust: 100%; }

/* Disable Anti-FOUC */
.remodal-is-initialized { display: inline-block; }

/* remodal-default-theme.css start */

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened { -webkit-filter: blur(3px); filter: blur(3px); }
.remodal-bg { height: 100%; /* hack to blur entire bg, not sure why needed */ }

/* Default theme styles of the overlay */
.remodal-overlay { background: rgba(43, 46, 56, 0.5); }

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing { animation-fill-mode: forwards; }
.remodal-overlay.remodal-is-opening { animation: remodal-overlay-opening-keyframes 0.3s; }
.remodal-overlay.remodal-is-closing { animation: remodal-overlay-closing-keyframes 0.3s; }

/* Default theme styles of the wrapper */
.remodal-wrapper { padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal p, .remodal li { font-size: 0.85rem; }

.remodal.remodal-is-opening, .remodal.remodal-is-closing { animation-fill-mode: forwards; }
.remodal.remodal-is-opening { animation: remodal-opening-keyframes 0.3s; }
.remodal.remodal-is-closing { animation: remodal-closing-keyframes 0.3s; }

/* Vertical align of the modal dialog */
.remodal, .remodal-wrapper:after { vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover { color: #2b2e38; }
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm { color: #fff; background: #81c784; }
.remodal-confirm:hover { background: #66bb6a; }
.remodal-cancel { color: #fff; background: #e57373; }
.remodal-cancel:hover { background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner { padding: 0; border: 0; }

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay { background: #2b2e38; }
.lt-ie9 .remodal { width: 700px; }


/* Media queries
   ========================================================================== */

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .remodal { max-width: 700px; }
} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .remodal { max-width: 900px; }
  .remodal p, .remodal li { font-size: 15px; }
}

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
  .remodal { max-width: 1100px; }
} 

.remodal-is-opened .tab, .remodal-is-opening .tab { display: none; } /* prevents horizontal scroll bar when modal is open/opening */




/* Define mobile styles */
@media only screen { } 

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) { } 

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) { } 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) { } 

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) { } 

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) { } </pre></body></html>