@charset "UTF-8";
/*
    Migrating away from SASS main_scss.scss and using main-v2.less to keep consistent with other projects
    DO NOT ADD ANY NEW SASS. USE main-v2.less
*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  font-size: 56px; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    /*max-width: $mfp-iframe-max-width;*/
    max-width: 60%; }
  .mfp-iframe-holder .mfp-close {
    top: -50px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  position: absolute;
  color: #fff;
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
  padding-left: 96px;
  padding-top: 30px;
  font-family: "Circular-Pro-Medium",Arial,Helvetica,sans-serif; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * marsden.school.ac.nz
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2015
 */
/*@font-face {
    font-family: "Circular-Pro-Medium";
    src:url("fonts/lineto-circular-pro-medium.eot");
    src:url("fonts/lineto-circular-pro-medium.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-circular-pro-medium.woff") format("woff"),
        url("fonts/lineto-circular-pro-medium.ttf") format("truetype"),
        url("fonts/lineto-circular-pro-medium.svg#lineto-circular-pro-medium") format("svg");
    font-weight: normal;
    font-style: normal;
}



@mixin SanSerifMedium(){
    font-family: "Circular-Pro-Medium", Arial, Helvetica, sans-serif;
    font-weight: normal;
}


@mixin SerifStandard(){
    font-family: 'PlantinMTPro-Light', 'Times New Roman', Times, serif;
    font-weight: normal;
}

@mixin SerifItalic(){
    font-family: 'PlantinMTPro-LightItalic', 'Times New Roman', Times, serif;
    font-weight: normal;
}


@mixin SanSerifFallback(){
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;

}


@mixin SerifFallback(){
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
}*/
@font-face {
  font-family: 'marsden-icon-set';
  src: url("/fonts/marsden-icon-set.eot?rnb67y");
  src: url("/fonts/marsden-icon-set.eot?rnb67y#iefix") format("embedded-opentype"), url("/fonts/marsden-icon-set.ttf?rnb67y") format("truetype"), url("/fonts/marsden-icon-set.woff?rnb67y") format("woff"), url("/fonts/marsden-icon-set.svg?rnb67y#marsden-icon-set") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'marsden-icon-set';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.icon-youtube:before {
  content: "\f16a"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-photo:before {
  content: "\f03e"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook-f:before {
  content: "\f09a"; }

.icon-facebook:before {
  content: "\f230"; }

.icon-download:before {
  content: "\e0ff"; }

.icon-read:before {
  content: "\e1e3"; }

.icon-photo-gallery:before {
  content: "\e601"; }

.icon-play:before {
  content: "\e600"; }

.icon-dot:before {
  content: "\e602"; }

.icon-book:before {
  content: "\e603"; }

.icon-chevron-thin-right:before {
  content: "\e900"; }

.icon-chevron-thin-left:before {
  content: "\e901"; }

.icon-chevron-thin-down:before {
  content: "\e902"; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;*/
  /*font: inherit;*/
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:before, .flipbook-card:before,
.feature-card:before, #results:before, .page-image:before, .list-page .filter-panel:before, .contact .details:before, .grouped-result .result-group:before, .g-row:before, .clearfix:after, .flipbook-card:after,
.feature-card:after, #results:after, .page-image:after, .list-page .filter-panel:after, .contact .details:after, .grouped-result .result-group:after, .g-row:after {
  content: " ";
  display: table; }
.clearfix:after, .flipbook-card:after,
.feature-card:after, #results:after, .page-image:after, .list-page .filter-panel:after, .contact .details:after, .grouped-result .result-group:after, .g-row:after {
  clear: both; }

* {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-size: 1.25rem;
  line-height: 1.5; }

h1, .h1 {
  font-size: 37px;
  font-size: 3.0833333333rem;
  line-height: 1;
  font-weight: 400; }

h2, .h2 {
  margin: 32px 0px 16px;
  margin: 2rem 0rem 1rem;
  font-size: 24px;
  font-size: 2rem;
  line-height: 1;
  color: #00502f; }

h3, .h3 {
  font-size: 19.5px;
  font-size: 1.625rem;
  line-height: 1.1923076923;
  margin: 32px 0px 16px;
  margin: 2rem 0rem 1rem;
  color: #00502f; }

h4, .h4 {
  margin: 32px 0px 16px;
  margin: 2rem 0rem 1rem;
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #00502f;
  font-weight: 400; }

sub {
  top: -0.25em;
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
  font-family: "Circular-Pro-Medium",Arial,Helvetica,sans-serif; }

.fw-book {
  font-weight: 300; }

.fw-reg {
  font-weight: 400; }

.fw-bold {
  font-weight: 700; }

.fw-heavy {
  font-weight: 800; }

.fs-italic-book {
  font-style: italic;
  font-weight: 300; }

.text-white {
  color: #fff; }

.text-black {
  color: #000 !important; }

.text-green {
  color: #00502f; }

.text-blue {
  color: #00a4e4 !important; }

.text-grey {
  color: #404040 !important; }

.banner-footer small {
  font-size: 15px;
  font-size: 1.25rem;
  line-height: 1.1333333333; }

.quick-nav a {
  font-size: 12.5px;
  font-size: 1.0416666667rem;
  line-height: 1; }

.top-menu a {
  font-size: 13.5px;
  font-size: 1.125rem;
  line-height: 1; }

.quick-nav a {
  font-weight: 700; }

.breadcrumb li {
  font-size: 12px;
  line-height: 24px; }

.prev span, .next span {
  font-size: 40px;
  font-size: 3.3333333333rem;
  line-height: 1; }

.anchor-link span {
  font-size: 36px; }

.yes-btn, .no-btn {
  font-size: 16px;
  font-size: 1.3333333333rem;
  line-height: 1; }

.banner-wrapper .h1, .banner-wrapper h1 {
  font-size: 26px;
  font-size: 2.1666666667rem;
  line-height: 1; }
  @media screen and (min-width: 600px) {
    .banner-wrapper .h1, .banner-wrapper h1 {
      font-size: 54px;
      font-size: 4.5rem;
      line-height: 1; } }
.banner-wrapper .h2, .banner-wrapper h2 {
  font-size: 38px;
  font-size: 3.1666666667rem;
  line-height: 1.3157894737; }

.subnav-title {
  font-size: 20px;
  font-size: 1.6666666667rem;
  line-height: 1; }

.intro, .intro p {
  font-size: 17px;
  font-size: 1.4166666667rem;
  line-height: 1.4; }

.bodytext {
  color: #404040;
  font-weight: 300; }
  .bodytext .h2, .bodytext h2 {
    font-size: 26px;
    font-size: 2.1666666667rem;
    line-height: 1.0615384615;
    font-weight: 400; }

dt, dd {
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.75; }

.feature h2 {
  font-size: 27px;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700; }

.marsden-campus .h3, .marsden-campus h3 {
  font-size: 15.5px;
  font-size: 1.2916666667rem;
  line-height: 1.5; }
.marsden-campus .feature h2 {
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400; }

.notify-popup .msg {
  font-size: 12.5px;
  font-size: 1.0416666667rem;
  line-height: 1; }
.notify-popup .yes-btn, .notify-popup .no-btn {
  font-size: 13.5px;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none; }

blockquote {
  font-size: 21.5px;
  font-size: 1.7916666667rem;
  line-height: 1.3;
  color: #00502f; }

.cite {
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.6666666667;
  color: #00502f; }

.submenu-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.6666666667%;
  float: right;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  margin-right: 36px;
  padding-left: 0; }

.top-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.top-menu .main-menu {
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  text-align: justify; }
  .top-menu .main-menu:after {
    content: " ";
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0; }
  .top-menu .main-menu .open .submenu {
    display: block; }
  .top-menu .main-menu .open.can-open .pointer {
    display: block; }
  .top-menu .main-menu .pointer {
    display: none;
    position: absolute;
    pointer-events: none;
    left: 50%;
    margin-left: -12px;
    z-index: 999; }
    .top-menu .main-menu .pointer:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      border-color: transparent;
      border-bottom-color: #e6e6e6;
      border-width: 12px; }
  .top-menu .main-menu .submenu {
    display: none;
    text-align: left;
    z-index: 5;
    padding: 24px 0;
    position: absolute;
    background: #e6e6e6;
    width: 100%;
    top: 98%;
    left: 0;
    color: #000; }
    .top-menu .main-menu .submenu li {
      display: block; }
      .top-menu .main-menu .submenu li.open > a {
        color: #00502f; }
      .top-menu .main-menu .submenu li > a {
        color: #000;
        line-height: 2; }
        .top-menu .main-menu .submenu li > a:hover {
          color: #00502f; }

.main-nav {
  display: none;
  position: relative;
  min-height: 1px;
  max-height: 115px;
  background-position: 31%;
  background-repeat: no-repeat;
  background-color: #004f2f;
  /*a trick to temporarily exapand an items hover zone, this prevents the submenu (ie its a hover effect) from closing too early */ }
  .main-nav:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 800px) {
    .main-nav {
      display: block;
      background-image: url("/css/images/banner/banner-md.jpg"); } }
  @media screen and (min-width: 900px) {
    .main-nav {
      background-image: url("/css/images/banner/banner-lg.jpg"); } }
  .main-nav .menu {
    padding-left: 0;
    padding-top: 48px;
    padding-top: 3rem;
    padding-right: 48px;
    padding-right: 3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: right;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%; }
    @media screen and (min-width: 800px) {
      .main-nav .menu {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 66.6666666667%;
        float: right;
        padding-left: 0.8333333333%;
        padding-right: 0.8333333333%; } }
    @media screen and (min-width: 900px) {
      .main-nav .menu {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 58.3333333333%;
        float: right;
        padding-left: 0.8333333333%;
        padding-right: 0.8333333333%;
        padding-right: 4%; } }
  .main-nav .top-menu > ul > li > a {
    padding: 9px 0 22px;
    position: relative;
    display: inline-block; }
    .main-nav .top-menu > ul > li > a:after {
      top: 120%; }
    .main-nav .top-menu > ul > li > a:hover {
      color: #fff; }
  .main-nav .top-menu > ul > li.open > a, .main-nav .top-menu > ul > li.open > a:hover {
    color: #fff; }
  .main-nav .top-menu > ul > li.current .marker {
    border: 1px solid #fff;
    left: 0;
    position: absolute;
    width: 100%;
    top: 33px; }
  .main-nav .top-menu .menu-section {
    width: 33.3333333333%;
    float: left; }
    .main-nav .top-menu .menu-section > li {
      position: relative;
      float: left;
      clear: both; }
  .main-nav .top-menu .submenu--submenu {
    background-color: #00502f;
    display: none;
    left: 100%;
    padding: 16px;
    position: absolute;
    margin-right: 16px;
    margin-left: 20px;
    top: -12px;
    white-space: nowrap;
    z-index: 1; }
    .main-nav .top-menu .submenu--submenu:after {
      right: 100%;
      top: 0;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-right-color: #00502f;
      border-width: 12px;
      margin-top: 12px; }
    .main-nav .top-menu .submenu--submenu > li {
      color: #fff;
      overflow: hidden;
      text-overflow: ellipsis; }
    .main-nav .top-menu .submenu--submenu > li > a {
      font-size: 16px;
      font-size: 1.3333333333rem;
      line-height: 1.5;
      display: inline-block;
      padding-bottom: 4px;
      width: 100%;
      color: #fff; }
      .main-nav .top-menu .submenu--submenu > li > a > span {
        border-bottom: 2px solid transparent; }
      .main-nav .top-menu .submenu--submenu > li > a:hover {
        color: #f3f3f3; }
        .main-nav .top-menu .submenu--submenu > li > a:hover > span {
          border-bottom-color: #fff; }
  .main-nav .menu-section > li:hover > a:before, .main-nav .menu-section > li:hover > a:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 40px;
    z-index: 1; }
  .main-nav .menu-section > li:hover > a:before {
    left: -30px; }
  .main-nav .menu-section > li:hover > .submenu--submenu {
    display: block; }
  .main-nav .menu-section:nth-child(3) .submenu--submenu {
    right: 100%;
    left: auto; }
    .main-nav .menu-section:nth-child(3) .submenu--submenu:after {
      left: 100%;
      right: auto;
      border-left-color: #00502f;
      border-right-color: transparent; }

.nav-container {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0; }
  @media (min-width: 1220px) {
    .nav-container {
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; } }

.nav-container.standard {
  position: relative; }

.navbar {
  color: #fff; }
  .navbar ul li {
    display: inline-block; }
    .navbar ul li a {
      color: #fff;
      text-decoration: none; }

.list--clear {
  list-style: none;
  margin: 0;
  padding: 0; }

.quick-nav {
  display: none;
  background-color: #fff;
  text-align: right; }
  @media screen and (min-width: 800px) {
    .quick-nav {
      height: 34px;
      display: flex; } }
  .quick-nav > ul {
    line-height: 1; }
    .quick-nav > ul > li {
      padding-left: 10px;
      position: relative; }
      .quick-nav > ul > li a {
        color: #000; }
  .quick-nav .subnav {
    display: none;
    position: absolute;
    right: 0;
    min-width: 100%;
    text-align: left;
    top: 36px;
    background-color: #e6e6e6;
    z-index: 999; }
    .quick-nav .subnav li {
      display: block;
      white-space: nowrap;
      padding-bottom: 12px; }
      .quick-nav .subnav li a {
        color: #000; }
        .quick-nav .subnav li a:hover {
          color: #00a4e4; }
      .quick-nav .subnav li:last-child {
        padding-bottom: 0; }
    .quick-nav .subnav .my-marsden, .quick-nav .subnav .facebook-links {
      padding: 32px 32px 32px;
      padding: 2rem 2rem 2rem;
      display: table-cell; }
      .quick-nav .subnav .my-marsden h4, .quick-nav .subnav .facebook-links h4 {
        color: #000;
        line-height: 1;
        margin-top: 0; }
    .quick-nav .subnav .my-marsden {
      min-width: 156px; }
    .quick-nav .subnav .facebook-links {
      min-width: 108px; }
  .quick-nav .subnav.short {
    margin-right: -12px; }
  .quick-nav ul li.open .subnav {
    display: table;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s; }
  .quick-nav li.open.dropdown:after {
    top: 16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #e6e6e6;
    border-width: 12px;
    left: 50%;
    margin-left: -12px;
    z-index: 999; }

.standard .quick-nav > ul > li > a {
  color: #000; }

.navbar-brand {
  color: #fff;
  display: table;
  float: left;
  padding: 12px 0 12px 24px;
  text-decoration: none; }
  .navbar-brand img {
    vertical-align: middle; }
  .navbar-brand .brand-logo {
    display: table-cell;
    float: left;
    width: 190px;
    height: 90px;
    background: url(/css/images/logo.png);
    background-size: 190px auto;
    background-repeat: no-repeat; }
  .navbar-brand .brand-text {
    display: none;
    padding-left: 12px;
    vertical-align: middle; }
    .navbar-brand .brand-text > div {
      display: table-caption; }
  .navbar-brand:hover {
    color: #fff; }

.menuoverlay {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.menuoverlay.active {
  display: block; }
  @media (min-width: 800px) {
    .menuoverlay.active {
      display: none; } }

.menuoverlay.light {
  background-color: rgba(230, 230, 230, 0.9); }

.menuoverlay.dark {
  background-color: rgba(0, 0, 0, 0.9); }

.mobile-nav {
  background-color: #00502f;
  background-image: url(/css/images/banner/banner-md.jpg);
  background-size: cover; }
  .mobile-nav:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 800px) {
    .mobile-nav {
      display: none; } }
  .mobile-nav .navbar-brand {
    padding: 12px 0 12px 11px; }
  .mobile-nav .brand-logo {
    height: 48px;
    width: 100px;
    background-size: 100px auto; }

#mobile-menu {
  clear: both;
  position: absolute;
  left: 0;
  top: 72px;
  right: 0; }

.nav-closed {
  opacity: 0;
  visibility: hidden;
  height: 0 !important;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.nav-open {
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.sliding-menu {
  overflow: hidden;
  position: relative; }

.sliding-menu ul {
    float: left;
    margin: 0;
    padding-left: 0;
}

.sliding-menu li {
  list-style: none;
  margin: 0; }

.sliding-menu a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 12px 24px; }

.sliding-menu .menu-panel-root a {
  color: #fff; }

.sliding-menu a.nav:before {
  content: '\f178';
  font-family: 'marsden-icon-set';
  float: right; }

.sliding-menu a.back:before {
  content: '\f177';
  font-family: 'marsden-icon-set';
  float: left;
  margin-right: 1em; }

.sliding-menu a:hover {
  background: #00502f;
  color: #FFF; }

.burger-menu {
  position: relative;
  width: 40px;
  height: 24px;
  margin: 0 0 0 auto;
  margin-right: 20px;
  top: 24px; }

.burger-click-region {
  position: absolute;
  width: 40px;
  height: 24px;
  cursor: pointer; }

.burger-menu-piece {
  display: block;
  position: absolute;
  width: 40px;
  border-top: 3px solid #fff;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transition: transform 400ms ease-out;
  -o-transition: transform 400ms ease-out;
  -webkit-transition: transform 400ms ease-out;
  transition: transform 400ms ease-out; }
  .burger-menu-piece:nth-child(1) {
    top: 0; }
  .burger-menu-piece:nth-child(2) {
    top: 9px;
    opacity: 1;
    -moz-transition: transform 400ms ease-out, opacity 0ms linear 200ms;
    -o-transition: transform 400ms ease-out, opacity 0ms linear 200ms;
    -webkit-transition: transform 400ms ease-out, opacity 0ms linear 200ms;
    transition: transform 400ms ease-out, opacity 0ms linear 200ms; }
  .burger-menu-piece:nth-child(3) {
    top: 18px; }
  .active .burger-menu-piece:nth-child(1) {
    -moz-animation: burger-open-top 400ms ease-out forwards;
    -o-animation: burger-open-top 400ms ease-out forwards;
    -webkit-animation: burger-open-top 400ms ease-out forwards;
    animation: burger-open-top 400ms ease-out forwards; }
  .active .burger-menu-piece:nth-child(2) {
    opacity: 0;
    -moz-transition: transform 400ms ease-out, opacity 0ms linear 200ms;
    -o-transition: transform 400ms ease-out, opacity 0ms linear 200ms;
    -webkit-transition: transform 400ms ease-out, opacity 0ms linear 200ms;
    transition: transform 400ms ease-out, opacity 0ms linear 200ms; }
  .active .burger-menu-piece:nth-child(3) {
    -moz-animation: burger-open-bot 400ms ease-out forwards;
    -o-animation: burger-open-bot 400ms ease-out forwards;
    -webkit-animation: burger-open-bot 400ms ease-out forwards;
    animation: burger-open-bot 400ms ease-out forwards; }
  .closing .burger-menu-piece:nth-child(1) {
    -moz-animation: burger-close-top 400ms ease-out forwards;
    -o-animation: burger-close-top 400ms ease-out forwards;
    -webkit-animation: burger-close-top 400ms ease-out forwards;
    animation: burger-close-top 400ms ease-out forwards; }
  .closing .burger-menu-piece:nth-child(3) {
    -moz-animation: burger-close-bot 400ms ease-out forwards;
    -o-animation: burger-close-bot 400ms ease-out forwards;
    -webkit-animation: burger-close-bot 400ms ease-out forwards;
    animation: burger-close-bot 400ms ease-out forwards; }

.quick-nav-container {
  display: flex;
  justify-content: flex-end;
  overflow: initial !important; }

.quick-nav-container .dropdown {
  position: relative; }

.quick-links-list--group {
  padding-right: 26px; }

.quick-links-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
  align-items: center; }

.icon-offset {
  display: block;
  margin-top: 5px; }

.btn-container {
  padding: 12px 24px; }
  .btn-container .btn--inline {
    display: inline-block; }

@-moz-keyframes burger-open-top {
  50% {
    -moz-transform: translate3d(0, 9px, 0);
    -ms-transform: translate3d(0, 9px, 0);
    -o-transform: translate3d(0, 9px, 0);
    -webkit-transform: translate3d(0, 9px, 0);
    transform: translate3d(0, 9px, 0); }
  100% {
    -moz-transform: translate3d(0, 9px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 9px, 0) rotate(45deg);
    -o-transform: translate3d(0, 9px, 0) rotate(45deg);
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg); } }
@-webkit-keyframes burger-open-top {
  50% {
    -moz-transform: translate3d(0, 9px, 0);
    -ms-transform: translate3d(0, 9px, 0);
    -o-transform: translate3d(0, 9px, 0);
    -webkit-transform: translate3d(0, 9px, 0);
    transform: translate3d(0, 9px, 0); }
  100% {
    -moz-transform: translate3d(0, 9px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 9px, 0) rotate(45deg);
    -o-transform: translate3d(0, 9px, 0) rotate(45deg);
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg); } }
@keyframes burger-open-top {
  50% {
    -moz-transform: translate3d(0, 9px, 0);
    -ms-transform: translate3d(0, 9px, 0);
    -o-transform: translate3d(0, 9px, 0);
    -webkit-transform: translate3d(0, 9px, 0);
    transform: translate3d(0, 9px, 0); }
  100% {
    -moz-transform: translate3d(0, 9px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 9px, 0) rotate(45deg);
    -o-transform: translate3d(0, 9px, 0) rotate(45deg);
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg); } }
@-webkit-keyframes burger-open-bot {
  50% {
    -moz-transform: translate3d(0, -9px, 0);
    -ms-transform: translate3d(0, -9px, 0);
    -o-transform: translate3d(0, -9px, 0);
    -webkit-transform: translate3d(0, -9px, 0);
    transform: translate3d(0, -9px, 0); }
  100% {
    -moz-transform: translate3d(0, -9px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, -9px, 0) rotate(-45deg);
    -o-transform: translate3d(0, -9px, 0) rotate(-45deg);
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg); } }
@keyframes burger-open-bot {
  50% {
    -moz-transform: translate3d(0, -9px, 0);
    -ms-transform: translate3d(0, -9px, 0);
    -o-transform: translate3d(0, -9px, 0);
    -webkit-transform: translate3d(0, -9px, 0);
    transform: translate3d(0, -9px, 0); }
  100% {
    -moz-transform: translate3d(0, -9px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, -9px, 0) rotate(-45deg);
    -o-transform: translate3d(0, -9px, 0) rotate(-45deg);
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg); } }
@-webkit-keyframes burger-close-top {
  0% {
    -moz-transform: translate3d(0, 9px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 9px, 0) rotate(45deg);
    -o-transform: translate3d(0, 9px, 0) rotate(45deg);
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg); }
  50% {
    -moz-transform: translate3d(0, 9px, 0) rotate(0deg);
    -ms-transform: translate3d(0, 9px, 0) rotate(0deg);
    -o-transform: translate3d(0, 9px, 0) rotate(0deg);
    -webkit-transform: translate3d(0, 9px, 0) rotate(0deg);
    transform: translate3d(0, 9px, 0) rotate(0deg); }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes burger-close-top {
  0% {
    -moz-transform: translate3d(0, 9px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 9px, 0) rotate(45deg);
    -o-transform: translate3d(0, 9px, 0) rotate(45deg);
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg); }
  50% {
    -moz-transform: translate3d(0, 9px, 0) rotate(0deg);
    -ms-transform: translate3d(0, 9px, 0) rotate(0deg);
    -o-transform: translate3d(0, 9px, 0) rotate(0deg);
    -webkit-transform: translate3d(0, 9px, 0) rotate(0deg);
    transform: translate3d(0, 9px, 0) rotate(0deg); }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes burger-close-bot {
  0% {
    -moz-transform: translate3d(0, -9px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, -9px, 0) rotate(-45deg);
    -o-transform: translate3d(0, -9px, 0) rotate(-45deg);
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg); }
  50% {
    -moz-transform: translate3d(0, -9px, 0) rotate(0deg);
    -ms-transform: translate3d(0, -9px, 0) rotate(0deg);
    -o-transform: translate3d(0, -9px, 0) rotate(0deg);
    -webkit-transform: translate3d(0, -9px, 0) rotate(0deg);
    transform: translate3d(0, -9px, 0) rotate(0deg); }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes burger-close-bot {
  0% {
    -moz-transform: translate3d(0, -9px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, -9px, 0) rotate(-45deg);
    -o-transform: translate3d(0, -9px, 0) rotate(-45deg);
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg); }
  50% {
    -moz-transform: translate3d(0, -9px, 0) rotate(0deg);
    -ms-transform: translate3d(0, -9px, 0) rotate(0deg);
    -o-transform: translate3d(0, -9px, 0) rotate(0deg);
    -webkit-transform: translate3d(0, -9px, 0) rotate(0deg);
    transform: translate3d(0, -9px, 0) rotate(0deg); }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.banner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.banner-wrapper {
  padding-top: 72px;
  padding-top: 4.5rem;
  color: white;
  display: table;
  height: 100%;
  width: 100%;
  text-align: center; }
  @media (min-width: 800px) {
    .banner-wrapper {
      padding-top: 192px;
      padding-top: 12rem; } }
  .banner-wrapper h1 {
    max-width: 896px;
    max-width: 56rem;
    margin-bottom: 64px;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto; }
    .banner-wrapper h1.text-black {
      color: #3b3e40 !important; }
  .banner-wrapper h2 {
    font-size: 36px;
    font-size: 3rem;
    line-height: 1.3333333333;
    color: #fff; }

.banner-footer {
  bottom: 32px;
  bottom: 2rem;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  padding: 0 24px;
  position: absolute;
  color: white;
  left: 0;
  right: 0;
  margin: 0 auto; }
  .banner-footer:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 600px) {
    .banner-footer {
      display: block; } }
  .banner-footer small {
    display: block; }

.anchor-link {
  position: absolute;
  margin: 0 auto;
  top: 85%;
  left: 0;
  right: 0;
  text-align: center; }
  .anchor-link a {
    color: #fff;
    font-size: 36px;
    text-decoration: none; }
    .anchor-link a:hover {
      color: #00502f; }

.banner-container {
  /* @include container(96em);*/
  height: 100%;
  position: relative; }

.banner-overlay {
  background: #4a4a4a;
  background: linear-gradient(360deg, rgba(74, 74, 74, 0.9108018207) 0%, rgba(255, 255, 255, 0) 60%, rgba(74, 74, 74, 0.7091211485) 100%); }

.breadcrumb {
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 1.7142857143;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background-color: white; }
  .breadcrumb a {
    color: #808080;
    font-size: 12px;
    text-decoration: none; }
  .breadcrumb ul li {
    display: inline-block;
    color: #808080; }

.breadcrumb > section {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

footer {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  color: #808080;
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 0 24px; }
  footer:after {
    content: " ";
    display: block;
    clear: both; }
  footer .badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    flex-direction: row; }
    footer .badges .badge {
      text-align: center; }
      footer .badges .badge img {
        max-width: 100%; }
        footer .badges .badge img.large {
          height: 70px;
          width: 180px; }
  @media (min-width: 768px) {
    footer .badges {
      padding-top: 0; } }

.footer-wrapper {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  line-height: 32px;
  line-height: 2rem;
  max-width: 96em;
  margin-left: auto;
  margin-right: auto; }
  .footer-wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  .footer-wrapper > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
    padding-bottom: 12px; }
  .footer-wrapper .contacts > div {
    width: 48%;
    float: left; }
  .footer-wrapper .contacts > div:last-of-type {
    float: right; }
  @media (min-width: 768px) {
    .footer-wrapper {
      /*& > div {
         width: 50%;
      }*/ }
      .footer-wrapper > div:first-of-type {
        width: 40%; }
      .footer-wrapper > div:last-of-type {
        width: 60%; }
      .footer-wrapper > div:nth-child(3) {
        float: right;
        padding-bottom: 0; } }
  .footer-wrapper a {
    text-decoration: none; }

.emergency-banner a {
  display: block;
  color: #000;
  background-color: #ffff00;
  font-size: 18px;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
  position: relative; }
  .emergency-banner a span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
    .emergency-banner a span:first-child {
      display: block;
      margin-right: 35px; }
    .emergency-banner a span.icon-long-arrow-right {
      right: 18px;
      font-size: 18px; }
  .emergency-banner a:hover {
    color: #000; }

.desktop-banner {
  display: none;
  z-index: 1; }
  .desktop-banner .emergency-banner a {
    min-height: 20px;
    font-size: 18px; }
  .desktop-banner .emergency-banner span.icon-long-arrow-right {
    right: 10px; }

.mobile-banner .emergency-banner a {
  min-height: 90px;
  top: 10px;
  font-size: 14px;
  letter-spacing: 0; }

#mobile-menu.nav-open ~ .mobile-banner {
  display: none; }

#mobile-menu.nav-closed ~ .mobile-banner {
  display: block; }

@media (min-width: 800px) {
  .mobile-banner {
    display: none; }

  .desktop-banner {
    display: block; } }
.modal-overlay {
  display: none; }
  .modal-overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal-overlay.active .modal-content {
      position: relative; }
      .modal-overlay.active .modal-content h2 {
        color: #fff;
        position: absolute;
        padding: 0 70px;
        text-align: center;
        line-height: 1.4; }
      .modal-overlay.active .modal-content #close-modal {
        position: absolute;
        float: right;
        right: 0; }
      .modal-overlay.active .modal-content img {
        width: 100%; }
    .modal-overlay.active .modal-popup {
      width: 426px;
      background-color: #00502f;
      padding: 12px; }
      .modal-overlay.active .modal-popup .popup-btn {
        display: table-cell;
        width: 50%;
        height: 48px;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        background-color: #fff;
        color: #000;
        width: 225px; }
        .modal-overlay.active .modal-popup .popup-btn.blue {
          color: #fff;
          background-color: #00a4e4; }
          .modal-overlay.active .modal-popup .popup-btn.blue:hover {
            color: #fff;
            background-color: gray; }
        .modal-overlay.active .modal-popup .popup-btn:hover {
          color: #fff;
          background-color: gray; }

.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper.active .icon {
    display: none; }
  .slideshow-wrapper .icon {
    position: absolute;
    top: 8%;
    left: 27%;
    z-index: 3;
    color: rgba(128, 128, 128, 0.75);
    font-size: 135px;
    cursor: pointer; }
    @media only screen and (min-width: 361px) {
      .slideshow-wrapper .icon {
        top: 24%;
        left: 34%; } }
    @media only screen and (min-width: 768px) {
      .slideshow-wrapper .icon {
        top: 34%;
        left: 38%; } }
  .slideshow-wrapper .slideshow {
    cursor: pointer;
    max-height: 175px; }
    @media only screen and (min-width: 361px) {
      .slideshow-wrapper .slideshow {
        max-height: 245px; } }
    @media only screen and (min-width: 768px) {
      .slideshow-wrapper .slideshow {
        max-height: 456px; } }
    .slideshow-wrapper .slideshow .slides-pagination {
      background-color: rgba(0, 80, 47, 0.75); }
      .slideshow-wrapper .slideshow .slides-pagination a.current {
        background-color: #000; }
      .slideshow-wrapper .slideshow .slides-pagination a {
        color: transparent; }

span.icon-overlay {
  height: 29px;
  width: 29px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    span.icon-overlay {
      height: 48px;
      width: 48px; } }

.cite {
  margin-top: 5px; }

blockquote {
  position: relative; }
  blockquote:before {
    content: "\201C";
    position: absolute;
    line-height: 0.1em;
    font-size: 5em;
    left: -1%;
    top: -5px;
    font-weight: 800;
    font-style: normal;
    font-family: Georgia; }
  blockquote:after {
    content: "\201D";
    font-size: 1em;
    position: relative;
    left: 5px;
    font-family: Georgia; }

.blockquote {
  margin-top: 112px;
  margin-top: 7rem;
  margin-bottom: 32px;
  margin-bottom: 2rem; }
  .blockquote.small-quote blockquote {
    font-size: 18px;
    font-size: 1.5rem;
    line-height: 1.5; }
  .blockquote.small-quote p.cite {
    font-size: 14px;
    font-size: 1.1666666667rem;
    line-height: 1.5; }

.cite p {
    font-size: 12px;
    font-size: 1rem;
    line-height: 1.6666666667;
    color: #00502f;
}

html {
  font-size: 75%;
  background-color: #f7f7f7; }

html, body {
  height: 100%; }

.caption,
small {
  font-size: 12px;
  font-size: 1rem;
  line-height: 1; }

textarea:focus, input:focus, *:focus {
  outline: 0; }

a {
  color: #00a4e4; }

a:hover {
  color: #00502f; }

::selection {
  color: #fff;
  background-color: #00a4e4; }

input {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0; }

input[type=radio] {
  -moz-appearance: radio;
  -webkit-appearance: radio; }

input[type=checkbox] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox; }

.container {
  max-width: 1440px;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  overflow: hidden; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.container--clean {
  max-width: 1440px;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto; }

section {
  max-width: 1152px;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 96px;
  margin-top: 6rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
  background-color: white;
  padding: 0 24px; }
  section:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 1240px) {
    section {
      padding: 0; } }

.align-image-right {
  float: right;
  margin-left: 12px; }

.align-image-left {
  float: left;
  margin-right: 12px; }

.grid-article-image {
  clear: left; }

.row.article p {
  overflow: hidden; }

div.column > div {
  min-height: 1px; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 0.3; }
  60% {
    opacity: 0.5; }
  80% {
    opacity: 0.9; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 0.3; }
  60% {
    opacity: 0.5; }
  80% {
    opacity: 0.9; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 0.3; }
  60% {
    opacity: 0.5; }
  80% {
    opacity: 0.9; }
  100% {
    opacity: 1; } }
.banner-sizes, .hero-slider, .hero-image {
  height: 456px;
  /*@media only screen and (min-width: 485px) {
      height: 456px;
  }*/
  /* IPAD IN LANDSCAPE */ }
  @media only screen and (min-width: 600px) {
    .banner-sizes, .hero-slider, .hero-image {
      height: 624px; } }
  @media only screen and (min-width: 769px) {
    .banner-sizes, .hero-slider, .hero-image {
      height: 672px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .banner-sizes, .hero-slider, .hero-image {
      height: 80%; } }
  @media only screen and (min-width: 960px) and (min-height: 800px) {
    .banner-sizes, .hero-slider, .hero-image {
      height: 672px; } }
  @media only screen and (min-width: 960px) and (min-height: 950px) {
    .banner-sizes, .hero-slider, .hero-image {
      height: 864px; } }

@media (min-width: 600px) {
  .slides-navigation {
    display: block; } }
.slides-navigation.slides-navigation--show {
  display: block !important; }
.slides-navigation a {
  font-size: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #00512e94; }
  .slides-navigation a:hover, .slides-navigation a:focus {
    color: #fff;
    background-color: #00502f; }
  .slides-navigation a:focus {
    color: inherit; }
  .slides-navigation a.prev {
    left: 0;
    margin-top: -140px; }
    @media only screen and (min-width: 600px) {
      .slides-navigation a.prev {
        margin-top: -18%; } }
  .slides-navigation a.next {
    right: 0;
    margin-top: -140px; }
    @media only screen and (min-width: 600px) {
      .slides-navigation a.next {
        margin-top: -18%; } }
  .slides-navigation a.down {
    left: 45%;
    bottom: 0; }
    @media only screen and (min-width: 600px) {
      .slides-navigation a.down {
        left: 48%;
        bottom: 0; } }
    .slides-navigation a.down .icon-chevron-thin-down {
      animation-iteration-count: infinite;
      animation-duration: 1.5s;
      animation: scale 3.6s ease infinite;
      transform-origin: 50% 50%; }
@keyframes scale {
  0% {
    transform: scale(1); }
  5% {
    transform: scale(1); }
  10% {
    transform: scale(1); }
  20% {
    transform: scale(1.2); }
  30% {
    transform: scale(1); }
  40% {
    transform: scale(1.2); }
  55% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }
.slides-navigation .next {
  right: auto; }

.division {
  border-top: 1px solid #b3b3b3; }

section.features {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }
  @media only screen and (max-width: 800px) {
    section.features {
      display: block; } }
  section.features .feature {
    display: -webkit-flex;
    display: flex; }
    @media only screen and (max-width: 800px) {
      section.features .feature {
        display: block; } }
    section.features .feature > div, section.features .feature > a {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      max-width: 99.99%;
    /*& .link { //since adding flex-direction: column; this is nolonger needed.
    @include FlexboxAlignSelfEnd;
}*/ }
      @media only screen and (max-width: 800px) {
        section.features .feature > div, section.features .feature > a {
          display: inline; } }
      section.features .feature > div > h2, section.features .feature > div > p, section.features .feature > a > h2, section.features .feature > a > p {
        width: 100%; }
      section.features .feature > div > p, section.features .feature > a > p {
        -webkit-flex-grow: 1;
        flex-grow: 1; }

.feature {
  border-bottom: 1px solid #b3b3b3;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  margin: 40px 0px 16px;
  margin: 2.5rem 0rem 1rem;
  padding-bottom: 32px;
  padding-bottom: 2rem; }
  @media (min-width: 800px) {
    .feature {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.3333333333%;
      float: left;
      padding-left: 0.8333333333%;
      padding-right: 0.8333333333%; } }
  .feature a {
    text-decoration: none;
    color: #000; }
  .feature .link {
    margin-top: 32px;
    margin-top: 2rem;
    color: #00a4e4; }
    .feature .link span:before {
      padding-right: 5px;
      position: relative;
      top: 1px; }
  .feature h2 {
    margin: 32px 0px 16px;
    margin: 2rem 0rem 1rem; }

.feature a .media-wrapper .media-image img {
  transition: all .5s; }

.feature a:hover {
  /*h2 {
      color: $colour-secondary;
  }*/ }
  .feature a:hover .media-wrapper .media-image {
    /*        @include opacity(0.4);*/ }
    .feature a:hover .media-wrapper .media-image img {
      transform: scale(1.1); }
  .feature a:hover .media-wrapper .play-button {
    background-color: #00a4e4; }
  .feature a:hover .link {
    color: #00502f; }

@media (min-width: 800px) {
  .feature:nth-child(3n) {
    float: right; } }

.media-wrapper {
  /*       background-color: $colour-secondary;*/
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .media-wrapper > div {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .media-wrapper img {
    max-width: 100.1%;
    width: 100.1%; }

.inline-video {
  margin: 32px 0px;
  margin: 2rem 0rem;
  position: relative;
  max-width: 352px; }
  .inline-video a {
    text-decoration: none;
    color: #000; }
    .inline-video a .media-image img {
      margin: 0;
      max-width: 100%; }

.inline-video:hover .media-wrapper .media-image {
  opacity: 0.4;
  filter: alpha(opacity=40); }
.inline-video:hover .media-wrapper .play-button {
  background-color: #00a4e4; }

.inline-gallery {
  margin: 32px 0px;
  margin: 2rem 0rem;
  height: auto;
  overflow: hidden;
  max-width: 352px; }
  .inline-gallery .media-wrapper > ul > li img {
    margin: 0;
    max-width: 100%; }

.inline-gallery:hover .media-wrapper .images {
  opacity: 0.4;
  filter: alpha(opacity=40); }
.inline-gallery:hover .media-wrapper .show-gallery {
  background-color: #00a4e4; }

.hero-image {
  background-position: top center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 768px) {
    .hero-image {
      background-size: cover; } }
  .hero-image h1 {
    margin: 0 auto;
    margin-bottom: 16px;
    margin-bottom: 1rem; }
  .hero-image h2 {
    margin: 0 auto; }

.strapline {
  margin-top: 0;
  border-top: 5px solid #00502f; }
  .strapline > p {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    font-size: 26px;
    font-size: 2.1666666667rem;
    line-height: 1.2307692308;
    color: #00502f; }
  @media (min-width: 800px) {
    .strapline {
      margin-top: 80px;
      margin-top: 5rem;
      min-height: 80px;
      min-height: 5rem; }
      .strapline > p {
        font-size: 32px;
        font-size: 2.6666666667rem;
        line-height: 1.225; } }

.landing {
  padding-top: 48px;
  padding-top: 3rem;
  border-top: 1.5px solid #00502f; }

@media (min-width: 800px) {
  .bodytext .intro {
    width: 61.5384615385%;
    float: left;
    margin-left: 2.5641025641%;
    margin-left: 0; } }
.feature-card {
  border-bottom: 1px solid #b3b3b3; }
  @media (min-width: 800px) {
    .feature-card {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      border-bottom: none; } }
  .feature-card .card-media {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%; }
    @media (min-width: 600px) {
      .feature-card .card-media {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%;
        float: left;
        padding-left: 1.6666666667%;
        padding-right: 1.6666666667%;
        padding-left: 0;
        padding-right: 0; } }
  .feature-card .card-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%; }

.flipbook-card .card-media .media-image img {
  margin: 0; }
.flipbook-card .card-media {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%; }
  @media (min-width: 600px) {
    .flipbook-card .card-media {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.3333333333%;
      float: left;
      padding-left: 0.8333333333%;
      padding-right: 0.8333333333%;
      padding-left: 0;
      padding-right: 0; } }
.flipbook-card .card-content {
  float: left;
  margin-top: 10px; }
  @media (min-width: 800px) {
    .flipbook-card .card-content {
      margin-top: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 66.6666666667%;
      float: right;
      padding-left: 0.8333333333%;
      padding-right: 0.8333333333%;
      padding-left: 10px;
      padding-right: 10px; } }

.feature-card .media-tall {
  height: 0;
  overflow: hidden;
  padding-bottom: 140%;
  position: relative; }

.flipbook-card,
.feature-card {
  padding-bottom: 32px;
  padding-bottom: 2rem; }
  .flipbook-card .media-short,
  .feature-card .media-short {
    height: 0;
    overflow: hidden;
    padding-bottom: 93.75%;
    position: relative; }
  .flipbook-card .card-media,
  .feature-card .card-media {
    background-color: #00502f;
    font-size: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0; }
    .flipbook-card .card-media img,
    .feature-card .card-media img {
      width: 100%; }
  .flipbook-card .card-subheading,
  .feature-card .card-subheading {
    height: 128px;
    height: 8rem;
    background-color: #00a4e4;
    width: 100%; }
    .flipbook-card .card-subheading h3,
    .feature-card .card-subheading h3 {
      padding-left: 12px;
      padding-right: 12px; }
  .flipbook-card h2,
  .feature-card h2 {
    font-size: 24px;
    font-size: 2rem;
    line-height: 1; }
  .flipbook-card h3,
  .feature-card h3 {
    font-size: 16px;
    font-size: 1.3333333333rem;
    line-height: 1.5;
    padding-top: 16px;
    padding-top: 1rem;
    color: #fff;
    margin: 0; }
  .flipbook-card a,
  .feature-card a {
    text-decoration: none; }
  .flipbook-card p,
  .feature-card p {
    color: #000; }
  .flipbook-card .link,
  .feature-card .link {
    margin-top: 32px;
    margin-top: 2rem;
    color: #00a4e4; }
    .flipbook-card .link span:before,
    .feature-card .link span:before {
      padding-right: 5px;
      position: relative;
      top: 1px; }

.feature-card:hover .card-media .media-image {
  opacity: 0.4;
  filter: alpha(opacity=40); }
.feature-card:hover .link {
  color: #00502f; }

#results {
  margin-top: 0;
  padding: 0; }

.news-result {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  @media (min-width: 500px) {
    .news-result {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 0.8333333333%;
      padding-right: 0.8333333333%; }
      .news-result:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .news-result:nth-child(2n + 2) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 800px) {
    .news-result {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.3333333333%;
      float: left;
      padding-left: 0.8333333333%;
      padding-right: 0.8333333333%; }
      .news-result:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .news-result:nth-child(3n + 2) {
        margin-left: 33.3333333333%;
        margin-right: -100%;
        clear: none; }
      .news-result:nth-child(3n + 3) {
        margin-left: 66.6666666667%;
        margin-right: -100%;
        clear: none; } }
  .news-result .wrapper {
    border-top: 2px solid #e6e6e6;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.16438%;
    position: relative; }
  .news-result .wrapper.with-image {
    border-top: none;
    border-bottom: 2px solid transparent; }
  .news-result .school-tag {
    border-bottom: 2px solid #e6e6e6;
    color: #00502f;
    height: 41px; }
    .news-result .school-tag p {
      padding: 5px 0 10px; }
  .news-result a {
    text-decoration: none;
    color: #000; }
    .news-result a:hover .date,
    .news-result a:hover h2 {
      color: #00a4e4; }
  .news-result h2 {
    margin: 14.4px 0px 16px;
    margin: 0.9rem 0rem 1rem;
    font-size: 24px;
    font-size: 2rem;
    line-height: 1; }
  .news-result .date {
    padding-top: 32px;
    padding-top: 2rem;
    color: #808080; }
  .news-result p {
    padding-top: 16px;
    padding-top: 1rem; }
  .news-result img {
    width: 100%; }
  .news-result .with-image a {
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    left: 0;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box; }
  .news-result .with-image a,
  .news-result .with-image .date,
  .news-result .with-image h2 {
    color: #fff; }

.featured-news {
  display: none;
  margin-top: 64px;
  margin-top: 4rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  background-color: #f7f7f7;
  color: #000;
  overflow: hidden; }
  @media (min-width: 600px) {
    .featured-news {
      display: block; } }
  .featured-news .news-image {
    width: 66.6666666667%;
    float: left;
    padding-right: 0.8333333333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .featured-news .news-detail {
    padding-top: 48px;
    padding-top: 3rem;
    width: 33.3333333333%;
    padding-right: 0.8333333333%;
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .featured-news .news-detail .date {
      font-size: 20px; }
    .featured-news .news-detail h2 {
      color: #000;
      font-size: 30px; }
    .featured-news .news-detail p {
      font-size: 20px; }

aside.left,
.left-sidebar {
  color: #00502f; }
  aside.left .subnav-title,
  .left-sidebar .subnav-title {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
  aside.left .subnav,
  .left-sidebar .subnav {
    display: none; }
    @media (min-width: 800px) {
      aside.left .subnav,
      .left-sidebar .subnav {
        display: block; } }
    aside.left .subnav ul,
    .left-sidebar .subnav ul {
      padding-top: 16px;
      padding-top: 1rem;
      border-top: 3.5px solid #00502f; }
      aside.left .subnav ul li,
      .left-sidebar .subnav ul li {
        font-size: 16px;
        font-size: 1.3333333333rem;
        line-height: 1.875; }
        aside.left .subnav ul li a,
        .left-sidebar .subnav ul li a {
          text-decoration: none;
          color: inherit;
          font-size: 18px;
          font-size: 1.5rem;
          line-height: 1.6666666667; }
  aside.left .intro,
  .left-sidebar .intro {
    margin-bottom: 112px;
    margin-bottom: 7rem;
    padding-top: 32px;
    padding-top: 2rem;
    border-top: 1px solid #00502f; }
  aside.left .profile-meta,
  .left-sidebar .profile-meta {
    margin-bottom: 48px;
    margin-bottom: 3rem;
    padding-top: 16px;
    padding-top: 1rem;
    font-size: 20px;
    font-size: 1.6666666667rem;
    line-height: 1.4;
    border-top: 1px solid #000;
    color: #000; }
    @media (min-width: 800px) {
      aside.left .profile-meta,
      .left-sidebar .profile-meta {
        margin-bottom: 112px;
        margin-bottom: 7rem; } }
    aside.left .profile-meta a,
    .left-sidebar .profile-meta a {
      font-size: inherit;
      color: #00a4e4;
      text-decoration: none; }
      aside.left .profile-meta a:hover,
      .left-sidebar .profile-meta a:hover {
        color: #00502f; }

.right-sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.6666666667%;
  float: right; }

.row.article .widget,
aside.right .widget,
.right-sidebar .widget {
  /*float: right;*/ }

.widget.profile {
  max-width: 132px;
  margin-bottom: 24px;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1; }
  .widget.profile h4 {
    line-height: 1.3; }
  .widget.profile .profile-image img {
    margin-top: 0; }
  .widget.profile dt.position {
    margin-bottom: 12px; }
  .widget.profile dd.blurb {
    margin-top: 12px; }
  .widget.profile dd a {
    font-size: 12px;
    font-size: 1rem;
    line-height: 1.1666666667; }
  .widget.profile a {
    color: #000;
    text-decoration: none; }
    .widget.profile a:hover {
      color: #00a4e4; }

.page-heading {
  border-top: 4.5px solid #00502f; }
  .page-heading h1 {
    margin-bottom: 48px;
    margin-bottom: 3rem;
    margin-top: 16px;
    margin-top: 1rem;
    line-height: 36px;
    color: #00502f; }
    @media (min-width: 800px) {
      .page-heading h1 {
        margin-bottom: 112px;
        margin-bottom: 7rem; } }

.page-image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.6666666667%;
  float: right;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%; }
  .page-image img {
    max-width: 100%; }

.content-page table {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  width: 100% !important; }
  .content-page table tr {
    color: #808080; }
  .content-page table thead {
    border-top: 2px solid #00502f;
    border-bottom: 2px solid #00502f; }
    .content-page table thead tr:first-child {
      color: #00502f; }
    .content-page table thead tr:nth-child(2) th, .content-page table thead tr:nth-child(2) td {
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 12px; }
    .content-page table thead td, .content-page table thead th {
      font-size: 13px;
      vertical-align: middle;
      padding: 3px 5px; }
  .content-page table tbody td, .content-page table tbody th {
    font-size: 13px;
    padding: 12px 5px; }
  .content-page table tbody tr:nth-child(even) {
    background-color: #f7f7f7; }
  .content-page table tbody th {
    color: #000;
    text-align: left; }
  .content-page table tfoot {
    border-top: 2px solid #00502f;
    border-bottom: 2px solid #00502f; }
    .content-page table tfoot tr, .content-page table tfoot td {
      padding: 12px 0; }

@media (min-width: 800px) {
  .content-page table {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem; }
    .content-page table tr > *:first-child {
      padding-left: 10px; }
    .content-page table thead tr:nth-child(2) th, .content-page table thead tr:nth-child(2) td {
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 12px; }
    .content-page table thead td, .content-page table thead th {
      font-size: 14px;
      font-size: 1.1666666667rem;
      line-height: 1.875;
      padding: 3px 0; }
    .content-page table tbody td, .content-page table tbody th {
      font-size: 14px;
      font-size: 1.1666666667rem;
      line-height: 1.875;
      padding: 12px 0; }
    .content-page table tbody th {
      text-align: left; }
    .content-page table tfoot tr, .content-page table tfoot td {
      padding: 12px 0; } }
@media (min-width: 800px) {
  .content-page aside.left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left; } }
@media (min-width: 800px) {
  .content-page .main-content {
    width: 69.4915254237%;
    float: right;
    margin-right: 0; } }
.content-page .main-content .body-image {
  max-height: 432px;
  overflow: hidden; }
  .content-page .main-content .body-image img {
    max-width: 100%; }
.content-page .main-content .caption {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  padding-top: 16px;
  padding-top: 1rem;
  line-height: 1.1;
  text-align: right; }
.content-page .bodytext {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .content-page .bodytext img {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    max-width: 100%; }
  .content-page .bodytext .caption {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding-top: 0;
    line-height: 1;
    /*changed this to 1, Why was this set to zero??? */
    text-align: left; }
  .content-page .bodytext .row {
    clear: both; }
  .content-page .bodytext .row.article > div:first-child {
    margin-left: 0; }
  @media (min-width: 800px) {
    .content-page .bodytext .row.article .col-8 {
      width: 74.358974359%;
      float: left;
      margin-left: 2.5641025641%; } }
  .content-page .bodytext .row.article .col-4 {
    display: none;
    width: 23.0769230769%;
    float: left;
    margin-left: 2.5641025641%;
    padding-left: 1.25%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 800px) {
      .content-page .bodytext .row.article .col-4 {
        display: block; } }
  .content-page .bodytext .row.paragraph-and-quote > div:first-child {
    margin-left: 0; }
  .content-page .bodytext .row.paragraph-and-quote .col-5 {
    margin: 32px 0px;
    margin: 2rem 0rem; }
  @media (min-width: 480px) {
    .content-page .bodytext .row.paragraph-and-quote .col-7 {
      width: 61.5384615385%;
      float: left;
      margin-left: 2.5641025641%; }
    .content-page .bodytext .row.paragraph-and-quote .col-5 {
      width: 35.8974358974%;
      float: right;
      margin-left: 2.5641025641%;
      margin: 0; }
      .content-page .bodytext .row.paragraph-and-quote .col-5 div:first-child .widget.profile h4 {
        font-size: 16px;
        margin-top: 0; } }
  .content-page .bodytext .inline-gallery ul li {
    text-indent: 0;
    padding-left: 0; }
  .content-page .bodytext .inline-gallery ul li:before {
    display: none; }
  .content-page .bodytext ul li {
    text-indent: -24px;
    padding-left: 15px; }
  .content-page .bodytext ul li:before {
    font-family: 'marsden-icon-set';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px;
    content: "\e602";
    color: #00502f;
    line-height: 16px;
    position: relative;
    top: 5px; }
  .content-page .bodytext ol {
    list-style: decimal;
    list-style-position: inside; }
  .content-page .bodytext caption {
    caption-side: bottom;
    color: #808080;
    font-size: 12px;
    padding: 24px 0 12px;
    text-align: left; }
  .content-page .bodytext .inline-table {
    overflow-x: auto; }

.show-flipbook,
.show-gallery,
.play-button {
  position: absolute;
  width: 60px;
  height: 60px;
  color: white;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  z-index: 10; }
  .show-flipbook span,
  .show-gallery span,
  .play-button span {
    display: table;
    width: 60px;
    height: 60px; }
    .show-flipbook span:before,
    .show-gallery span:before,
    .play-button span:before {
      display: table-cell;
      vertical-align: middle; }

.show-gallery span {
  font-size: 18px; }
.show-gallery:hover {
  cursor: pointer; }

.show-flipbook span,
.play-button span {
  font-size: 24px; }

.show-flipbook {
  cursor: pointer;
  pointer-events: none; }

.flipbook-card .media-image:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40); }
.flipbook-card .media-image:hover .show-flipbook {
  background-color: #00a4e4; }

.moreResults {
  padding: 16px 48px;
  padding: 1rem 3rem;
  margin-top: 64px;
  margin-top: 4rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 1.7142857143;
  background-color: #00a4e4;
  border: 0;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
  display: none; }
  .moreResults:hover {
    color: #fff;
    cursor: pointer;
    background-color: #00502f; }

.moreResults.showmore {
  display: block; }

.action-btn a {
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 1.1428571429;
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 16px 32px;
  padding: 1rem 2rem;
  background-color: #00a4e4;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none; }
  .action-btn a:hover {
    color: #fff;
    background-color: #00502f; }

.header-block header,
.list-page header {
  margin-bottom: 84.8px;
  margin-bottom: 5.3rem;
  text-align: center; }
  .header-block header h1,
  .list-page header h1 {
    font-size: 60px;
    font-size: 5rem;
    line-height: 1;
    color: #00502f; }
  .header-block header h2,
  .list-page header h2 {
    font-size: 24px;
    font-size: 2rem;
    line-height: 1.5;
    color: #000;
    margin: 0; }
    .header-block header h2 a,
    .list-page header h2 a {
      font-size: 24px;
      font-size: 2rem;
      line-height: 1.5; }

.list-page {
  min-height: 600px; }
  .list-page .filter-panel {
    padding-top: 48px;
    padding-top: 3rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
    border-top: 12px solid #000;
    background-color: #e6e6e6;
    padding-left: 5%;
    padding-right: 5%; }
    @media (min-width: 600px) {
      .list-page .filter-panel {
        padding-left: 16.6666666667%;
        padding-right: 16.6666666667%; } }
  .list-page .filter-panel.single-row .filter-inner {
    width: 100%;
    float: left; }
    @media (min-width: 600px) {
      .list-page .filter-panel.single-row .filter-inner {
        box-shadow: 0 3px 1px -3px rgba(0, 0, 0, 0.5);
        display: -webkit-flex;
        display: flex; } }
  .list-page .filter-section {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 600px) {
      .list-page .filter-section {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%;
        float: left;
        padding-left: 0.8333333333%;
        padding-right: 0.8333333333%; } }
    .list-page .filter-section label {
      font-size: 14px;
      font-size: 1.1666666667rem;
      line-height: 1;
      display: block; }
    .list-page .filter-section input, .list-page .filter-section select {
      width: 100%; }
    .list-page .filter-section input {
      font-size: 14px;
      font-size: 1.1666666667rem;
      line-height: 3.4285714286;
      border: 0;
      padding: 0;
      margin: 0;
      margin-top: 1rem;
      padding-left: 10px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .list-page .filter-section:nth-child(3) {
    margin-right: 0; }
  .list-page .filter-btn {
    font-size: 14px;
    font-size: 1.1666666667rem;
    line-height: 3.4285714286;
    display: block;
    background-color: #00a4e4;
    border: 0;
    color: #fff;
    margin-top: 12px;
    min-width: 72px;
    padding: 0;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 600px) {
      .list-page .filter-btn {
        display: inline-block;
        float: right;
        margin-top: 0;
        width: 20%; } }
    .list-page .filter-btn:hover {
      cursor: pointer;
      background-color: #00502f; }
  .list-page .filter-text {
    font-size: 14px;
    font-size: 1.1666666667rem;
    line-height: 3.4285714286;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    width: 80%; }
  .list-page .calendar-filter,
  .list-page .staff-filter {
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }
    .list-page .calendar-filter .buttons,
    .list-page .staff-filter .buttons {
      clear: both; }
      .list-page .calendar-filter .buttons button,
      .list-page .staff-filter .buttons button {
        font-size: 14px;
        font-size: 1.1666666667rem;
        line-height: 3.4285714286; }
      .list-page .calendar-filter .buttons .filter-btn,
      .list-page .staff-filter .buttons .filter-btn {
        float: none; }
    .list-page .calendar-filter .resetform,
    .list-page .staff-filter .resetform {
      border: none;
      background-color: inherit;
      padding-left: 24px;
      text-decoration: underline; }
      .list-page .calendar-filter .resetform:hover,
      .list-page .staff-filter .resetform:hover {
        cursor: pointer;
        color: #00a4e4; }
    .list-page .calendar-filter .chosen-single,
    .list-page .staff-filter .chosen-single {
      margin-top: 16px;
      margin-top: 1rem;
      font-size: 14px;
      font-size: 1.1666666667rem;
      line-height: 3.4285714286;
      height: 48px;
      display: flex;
      align-items: center; }
  .list-page .filter-section.controls {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 0; }
    .list-page .filter-section.controls .filter-btn {
      float: none;
      min-width: 10rem; }

.chosen-container .chosen-drop {
  font-family: "Circular-Pro-Medium", Arial, Helvetica, sans-serif; }

.chosen-container-single .chosen-search input[type="text"] {
  font-family: "Circular-Pro-Medium", Arial, Helvetica, sans-serif; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-family: "Circular-Pro-Medium", Arial, Helvetica, sans-serif; }

.chosen-container-multi .chosen-choices li.search-choice span {
  font-family: "Circular-Pro-Medium", Arial, Helvetica, sans-serif; }

.chosen-container-single .chosen-single span {
  font-family: "Circular-Pro-Medium", Arial, Helvetica, sans-serif; }

.staff-result {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 1%;
  padding-right: 1%; }
  .staff-result:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both; }
  .staff-result:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none; }
  @media (min-width: 500px) {
    .staff-result {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.3333333333%;
      float: left;
      padding-left: 0.8333333333%;
      padding-right: 0.8333333333%; }
      .staff-result:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .staff-result:nth-child(3n + 2) {
        margin-left: 33.3333333333%;
        margin-right: -100%;
        clear: none; }
      .staff-result:nth-child(3n + 3) {
        margin-left: 66.6666666667%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 700px) {
    .staff-result {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 20%;
      float: left;
      padding-left: 1%;
      padding-right: 1%; }
      .staff-result:nth-child(5n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .staff-result:nth-child(5n + 2) {
        margin-left: 20%;
        margin-right: -100%;
        clear: none; }
      .staff-result:nth-child(5n + 3) {
        margin-left: 40%;
        margin-right: -100%;
        clear: none; }
      .staff-result:nth-child(5n + 4) {
        margin-left: 60%;
        margin-right: -100%;
        clear: none; }
      .staff-result:nth-child(5n + 5) {
        margin-left: 80%;
        margin-right: -100%;
        clear: none; } }
  .staff-result a {
    color: #000;
    text-decoration: none; }
  .staff-result a[href^="mailto"] {
    color: #00a4e4;
    text-decoration: underline; }
  .staff-result p, .staff-result a {
    font-size: 10px;
    font-size: 0.8333333333rem;
    line-height: 1.8; }
  .staff-result .position {
    padding-bottom: 16px;
    padding-bottom: 1rem;
    color: #00502f; }
  .staff-result .profile-thumb {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding-bottom: 93.75%;
    background-color: #f7f7f7;
    height: 0;
    overflow: hidden;
    position: relative; }
    .staff-result .profile-thumb img {
      width: 100%; }

.school-contact .container {
  border-top: 1px solid #b3b3b3; }
.school-contact .container:first-child {
  border-top: 0; }
  .school-contact .container:first-child #contactus {
    margin-top: 0; }

#contactus {
  margin-bottom: 80px;
  margin-bottom: 5rem; }

.contact {
  overflow: hidden; }
  .contact .details {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
  @media (min-width: 800px) {
    .contact .detail {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left;
      padding-left: 0.8333333333%;
      padding-right: 0.8333333333%; }
      .contact .detail:nth-child(4n) {
        float: right; } }
  .contact .action-link {
    margin-top: 16px;
    margin-top: 1rem; }
  .contact .mapsection {
    clear: both;
    margin-top: 32px;
    margin-top: 2rem; }
    .contact .mapsection .map-image {
      margin-bottom: 16px;
      margin-bottom: 1rem; }
      @media (min-width: 800px) {
        .contact .mapsection .map-image {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          width: 50%;
          float: left;
          padding-left: 0.8333333333%;
          padding-right: 0.8333333333%;
          margin-bottom: 0; } }
    .contact .mapsection .map {
      background-color: #f7f7f7;
      overflow: hidden;
      padding-bottom: 53.25%;
      position: relative;
      height: 0;
      width: 100%; }
    @media (min-width: 800px) {
      .contact .mapsection .map-details {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: right;
        padding-left: 0.8333333333%;
        padding-right: 0.8333333333%; } }

.chosen-container-multi .chosen-choices li.search-choice {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 12px;
  font-size: 1rem;
  line-height: 2;
  margin-left: 5px; }

.chosen-container-multi .chosen-choices {
  min-height: 64px;
  min-height: 4rem;
  border: 0; }

.grouped-result h3 {
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 0; }
@media (min-width: 800px) {
  .grouped-result .result-group {
    width: 83.3333333333%;
    padding-left: 16.6666666667%; } }

.calendar-result {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .calendar-result .calendar-entry {
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%; }
  @media (min-width: 500px) {
    .calendar-result {
      padding-bottom: 32px;
      padding-bottom: 2rem;
      margin: 40px 0px 16px;
      margin: 2.5rem 0rem 1rem; }
      .calendar-result .calendar-entry {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 0.8333333333%;
        padding-right: 0.8333333333%; }
      .calendar-result .calendar-entry:nth-child(2n) {
        float: right; } }
  @media (min-width: 800px) {
    .calendar-result .calendar-entry,
    .calendar-result .calendar-entry:nth-child(2n) {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.3333333333%;
      float: left;
      padding-left: 0.8333333333%;
      padding-right: 0.8333333333%; }
    .calendar-result .calendar-entry:nth-child(3n) {
      float: right; } }
  .calendar-result .entry-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .calendar-result .entry-wrapper > div, .calendar-result .entry-wrapper > h2 {
      width: 100%; }
  .calendar-result .entry-school {
    -webkit-align-self: flex-end;
    align-self: flex-end; }

.calendar-entry {
  margin-bottom: 48px;
  margin-bottom: 3rem; }
  .calendar-entry .event-day,
  .calendar-entry .event-month,
  .calendar-entry .entry-date,
  .calendar-entry h2 {
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
  .calendar-entry .entry-date {
    margin-top: 21.333328px;
    margin-top: 1.333333rem;
    /*@include SerifStandard();*/
    font-size: 16px;
    font-size: 1.3333333333rem;
    line-height: 1;
    color: #808080; }
  .calendar-entry h2 {
    margin-top: 12.8px;
    margin-top: 0.8rem;
    line-height: 1.24; }
  .calendar-entry .entry-school {
    padding-top: 16px;
    padding-top: 1rem;
    border-top: 1px solid #808080;
    color: #00502f; }
  .calendar-entry .entry-photo {
    color: #fff; }
    .calendar-entry .entry-photo > div {
      position: absolute;
      right: 12px;
      text-align: right; }
    .calendar-entry .entry-photo .event-day {
      font-size: 48px;
      font-size: 4rem;
      line-height: 1;
      bottom: 48px; }
    .calendar-entry .entry-photo .event-month {
      font-size: 18px;
      font-size: 1.5rem;
      line-height: 1;
      bottom: 24px; }
  .calendar-entry a {
    text-decoration: none; }
    .calendar-entry a:hover .event-day,
    .calendar-entry a:hover .event-month,
    .calendar-entry a:hover .entry-date,
    .calendar-entry a:hover h2 {
      color: #00a4e4; }

.new-calendar-entry {
  margin-top: 48px;
  margin-top: 3rem;
  min-height: 1px; }

.sitewide-entry {
  margin-top: 48px;
  margin-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  border-bottom: 1px solid #b3b3b3; }
  .sitewide-entry a:not(.email) {
    text-decoration: none;
    color: #000; }
  .sitewide-entry div.category + p,
  .sitewide-entry p + p {
    margin-top: 16px; }
  .sitewide-entry span {
    font-size: 14px;
    font-size: 1.1666666667rem;
    line-height: 1;
    display: inline-block; }
    .sitewide-entry span.tag {
      color: #FFF;
      background-color: #00a4e4;
      padding: 5px 16px;
      margin-right: 16px; }

.pagination {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 1.2857142857; }
  .pagination li {
    display: inline-block;
    width: 36px;
    padding-right: 6px;
    text-align: center; }
  .pagination li:hover {
    cursor: pointer; }
  .pagination li.current:after {
    border-bottom: 14px solid #00a4e4;
    content: '';
    display: block;
    position: relative;
    top: 5px;
    width: 100%; }

.notify-popup {
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 1.2857142857;
  display: none;
  background-color: #fff;
  color: white;
  height: 156px;
  margin-top: -75px;
  position: fixed;
  right: -385px;
  top: 50%;
  width: 384px;
  z-index: 999999;
        /*.yes-btn {
        color: #fff;
        background-color: $colour-primary;
        text-decoration: none;
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;

        &:hover {
            background-color: $colour-secondary;
        }
    }

    .no-btn {
        color: #000;
        background-color: #fff;
    }*/ }
  .notify-popup .msg {
    background-color: #808080; }
  .notify-popup p {
    height: 60px;
    padding: 24px;
    width: 84%; }
  .notify-popup .btns {
    display: table;
    width: 100%; }
  .notify-popup a {
    display: table-cell;
    width: 50%;
    height: 48px;
    text-align: center;
    vertical-align: middle; }

.form-subheading .strapline {
  border-bottom: 1px solid #000;
  margin-bottom: 0; }

.form-container {
  position: relative;
  margin-bottom: 108px; }
  .form-container .container {
    background-color: #fbfbfb; }
  .form-container .content-page {
    background-color: #fbfbfb;
    margin-top: 0; }
    .form-container .content-page h4 {
      line-height: 1;
      margin-bottom: 24px; }
  .form-container .contourNavigation {
    position: absolute;
    bottom: -72px;
    font-size: 0; }
    .form-container .contourNavigation .btn {
      font-size: 14px;
      font-size: 1.1666666667rem;
      line-height: 3.4285714286;
      display: inline-block;
      background-color: #00a4e4;
      border: 0;
      color: #fff;
      margin-top: 12px;
      margin-right: 12px;
      min-width: 84px;
      text-align: center;
      text-transform: uppercase; }
      .form-container .contourNavigation .btn:hover {
        cursor: pointer;
        background-color: #00502f; }
  @media (min-width: 768px) {
    .form-container .form-content {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 66.6666666667%;
      float: left;
      padding-left: 0.8333333333%;
      padding-right: 0.8333333333%; } }
  @media (min-width: 500px) {
    .form-container .col-md-6 {
      width: 49.1525423729%;
      float: left;
      margin-left: 1.6949152542%; }
    .form-container .col-md-4 {
      width: 32.2033898305%;
      float: left;
      margin-left: 1.6949152542%; } }

#contour, .contour {
  padding: 0; }

.contourField {
  clear: both;
  margin-bottom: 24px; }

label.fieldLabel {
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 1;
  display: block;
  background: transparent !important; }

.contourField label.fieldLabel {
  margin-bottom: 12px; }
.contourField .textfield.text h3 {
  margin: 0; }
.contourField .textfield.text p {
  margin-top: 1rem; }

#contour small, .contour small {
  display: block;
  float: left;
  clear: both;
  padding: 5px 5px 5px 200px; }

#contour fieldset, .contour fieldset {
  padding: 0;
  margin: 0 0 0 0;
  border: none !important; }

#contour .contourNavigation {
  padding: 1em 0; }

#contour legend, .contour legend {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
  display: block; }

input.datepickerfield,
input.text {
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 3.4285714286;
  border: 1px solid #808080;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

input.datepickerfield {
  min-width: 50%;
  width: auto; }

div.textfield.text h4 {
  line-height: 1;
  margin-bottom: 6px; }

div.dropdownlist select {
  border: 1px solid #808080;
  height: 48px;
  min-width: 50%; }

#contour textarea,
.contour textarea {
  display: block;
  height: 250px;
  padding: 0;
  width: 100%; }

#contour input.fileupload,
.contour input.fileupload {
  height: auto !important; }

.textarea label,
.dropdownlist label,
.recaptcha label,
.fileupload label,
.radiobuttonlist label,
.checkboxlist label,
.checkbox label {
  margin-bottom: 12px; }

#contour .checkboxlist label {
  float: left;
  clear: left; }

#contour .checkboxlist input, #contour .radiobuttonlist input, #contour .checkbox input,
.contour .checkboxlist input, .contour .radiobuttonlist input, .contour .checkbox input {
  margin: 0; }

#contour .hiddenfield .contour .hiddenfield {
  display: none; }

.contourMessageOnSubmit {
  margin-top: 24px; }

.contourButton {
  margin-right: 10px;
  padding: 2px 10px; }

.contourErrorMessage {
  padding: .8em;
  margin-bottom: .5em;
  border: 2px solid #FBC2C4; }

.contourErrorMessage, .contourError {
  background: #FBE3E4;
  color: #8a1f11; }

#contour input.contourError, #contour textarea.contourError, #contour input.input-validation-error, #contour textarea.input-validation-error .contour input.contourError, .contour textarea.contourError, .contour input.input-validation-error, .contour textarea.input-validation-error {
  background: #FBE3E4;
  border-color: #FBC2C4; }

#contour span.contourError, #contour span.field-validation-error .contour span.contourError, .contour span.field-validation-error {
  color: #8a1f11 !important;
  background: transparent !important; }

#contour .field-validation-error,
.contour .field-validation-error {
  padding-left: 5px; }

   /*!
* Pikaday
* Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
*/
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

    /*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single {
  *zoom: 1; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important; }

.donationForm strong, .applicationForm strong, .tileForm strong, .paymentForm strong {
  font-weight: bold; }
.donationForm input[type=radio], .applicationForm input[type=radio], .tileForm input[type=radio], .paymentForm input[type=radio] {
  margin-right: 15px; }
.donationForm input[type=checkbox], .applicationForm input[type=checkbox], .tileForm input[type=checkbox], .paymentForm input[type=checkbox] {
  clear: both;
  margin-top: 10px; }
.donationForm .checkbox label, .applicationForm .checkbox label, .tileForm .checkbox label, .paymentForm .checkbox label {
  margin-right: 10px; }
.donationForm li, .applicationForm li, .tileForm li, .paymentForm li {
  display: inline-block;
  width: 10.5em; }
.donationForm ul, .applicationForm ul, .tileForm ul, .paymentForm ul {
  margin-top: 1rem; }
.donationForm #links, .applicationForm #links, .tileForm #links, .paymentForm #links {
  float: right; }
.donationForm #links li, .applicationForm #links li, .tileForm #links li, .paymentForm #links li {
  display: inline; }
.donationForm #links li:before, .applicationForm #links li:before, .tileForm #links li:before, .paymentForm #links li:before {
  content: " | "; }
.donationForm #links li:first-child:before, .applicationForm #links li:first-child:before, .tileForm #links li:first-child:before, .paymentForm #links li:first-child:before {
  content: none; }
.donationForm .clear, .applicationForm .clear, .tileForm .clear, .paymentForm .clear {
  clear: both; }
.donationForm table, .applicationForm table, .tileForm table, .paymentForm table {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  width: 100% !important;
  margin: 20px 0;
  text-align: center;
  padding: 8px 0;
  border-bottom: 2px solid #00502f; }
  @media screen and (max-width: 400px) {
    .donationForm table, .applicationForm table, .tileForm table, .paymentForm table {
      font-size: 12px; } }
  .donationForm table tr, .applicationForm table tr, .tileForm table tr, .paymentForm table tr {
    color: #808080; }
    .donationForm table tr > *:first-child, .applicationForm table tr > *:first-child, .tileForm table tr > *:first-child, .paymentForm table tr > *:first-child {
      padding-left: 10px; }
  .donationForm table thead, .applicationForm table thead, .tileForm table thead, .paymentForm table thead {
    border-top: 2px solid #00502f;
    border-bottom: 2px solid #00502f; }
    .donationForm table thead tr:first-child, .applicationForm table thead tr:first-child, .tileForm table thead tr:first-child, .paymentForm table thead tr:first-child {
      color: #00502f; }
    .donationForm table thead tr:nth-child(2) th, .donationForm table thead tr:nth-child(2) td, .applicationForm table thead tr:nth-child(2) th, .applicationForm table thead tr:nth-child(2) td, .tileForm table thead tr:nth-child(2) th, .tileForm table thead tr:nth-child(2) td, .paymentForm table thead tr:nth-child(2) th, .paymentForm table thead tr:nth-child(2) td {
      font-size: 12px;
      padding: 0 0 12px; }
    .donationForm table thead td, .donationForm table thead th, .applicationForm table thead td, .applicationForm table thead th, .tileForm table thead td, .tileForm table thead th, .paymentForm table thead td, .paymentForm table thead th {
      vertical-align: middle;
      padding: 3px 0;
      width: 55px; }
    .donationForm table thead th:first-child, .applicationForm table thead th:first-child, .tileForm table thead th:first-child, .paymentForm table thead th:first-child {
      width: 100px; }
    .donationForm table thead th:last-child, .applicationForm table thead th:last-child, .tileForm table thead th:last-child, .paymentForm table thead th:last-child {
      width: 75px; }
  .donationForm table tbody td, .applicationForm table tbody td, .tileForm table tbody td, .paymentForm table tbody td {
    padding: 5px 0; }
  .donationForm table tbody td:first-child, .applicationForm table tbody td:first-child, .tileForm table tbody td:first-child, .paymentForm table tbody td:first-child {
    text-align: left; }
  .donationForm table tbody tr:nth-child(even), .applicationForm table tbody tr:nth-child(even), .tileForm table tbody tr:nth-child(even), .paymentForm table tbody tr:nth-child(even) {
    background-color: #f7f7f7; }
  .donationForm table tfoot, .applicationForm table tfoot, .tileForm table tfoot, .paymentForm table tfoot {
    border-top: 2px solid #00502f;
    border-bottom: 2px solid #00502f; }
    .donationForm table tfoot tr, .donationForm table tfoot td, .applicationForm table tfoot tr, .applicationForm table tfoot td, .tileForm table tfoot tr, .tileForm table tfoot td, .paymentForm table tfoot tr, .paymentForm table tfoot td {
      padding: 12px 0; }
  .donationForm table input[type=radio], .applicationForm table input[type=radio], .tileForm table input[type=radio], .paymentForm table input[type=radio] {
    margin: 0; }
.donationForm .donation-other, .applicationForm .donation-other, .tileForm .donation-other, .paymentForm .donation-other {
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 2;
  border: 1px solid #808080;
  width: 90px !important;
  margin-top: 0 !important;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px; }
  @media screen and (max-width: 400px) {
    .donationForm .donation-other, .applicationForm .donation-other, .tileForm .donation-other, .paymentForm .donation-other {
      width: 75px !important; } }
.donationForm .submit-btn, .applicationForm .submit-btn, .tileForm .submit-btn, .paymentForm .submit-btn {
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 3.4285714286;
  display: inline-block;
  background-color: #00a4e4;
  border: 0;
  color: #fff;
  margin-top: 12px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 600px) {
    .donationForm .submit-btn, .applicationForm .submit-btn, .tileForm .submit-btn, .paymentForm .submit-btn {
      float: none;
      margin-top: 0;
      width: 16.6666666667%; } }
  .donationForm .submit-btn:hover, .applicationForm .submit-btn:hover, .tileForm .submit-btn:hover, .paymentForm .submit-btn:hover {
    cursor: pointer;
    background-color: #00502f; }
.donationForm .missing-parameter, .applicationForm .missing-parameter, .tileForm .missing-parameter, .paymentForm .missing-parameter {
  text-align: center; }
.donationForm .input-validation-error, .applicationForm .input-validation-error, .tileForm .input-validation-error, .paymentForm .input-validation-error {
  background-color: #fbe3e4;
  border-color: #fbc2c4; }
.donationForm .field-validation-error, .applicationForm .field-validation-error, .tileForm .field-validation-error, .paymentForm .field-validation-error {
  display: block;
  width: 100%;
  height: 50px;
  font-family: Arial;
  font-size: 1.16667rem;
  line-height: 3.42857;
  color: darkgray;
  background-color: #fbe3e4;
  border: solid 1px #fbc2c4;
  margin-bottom: 15px; }
.donationForm .field-terms-and-conditions, .applicationForm .field-terms-and-conditions, .tileForm .field-terms-and-conditions, .paymentForm .field-terms-and-conditions {
  margin-top: 10px; }
.donationForm .field-terms-and-conditions input, .applicationForm .field-terms-and-conditions input, .tileForm .field-terms-and-conditions input, .paymentForm .field-terms-and-conditions input {
  float: left; }
.donationForm .field-terms-and-conditions a, .applicationForm .field-terms-and-conditions a, .tileForm .field-terms-and-conditions a, .paymentForm .field-terms-and-conditions a {
  margin-left: 30px;
  display: block; }
.donationForm .field-terms-and-conditions .required-message, .applicationForm .field-terms-and-conditions .required-message, .tileForm .field-terms-and-conditions .required-message, .paymentForm .field-terms-and-conditions .required-message {
  color: #9d261d;
  padding: 1em 0 0.5em 0;
  display: none; }

.alert {
  height: 50px;
  color: #fff;
  text-align: center;
  margin: 2rem 0; }
  .alert p {
    font-size: 18px;
    font-size: 1.5rem;
    line-height: 1;
    padding-top: 7px; }

.alert.alert-success {
  background-color: #00502f; }

.alert.alert-warning {
  background-color: #df7f48; }

.alert.alert-danger {
  background-color: #9d261d; }

.tiles-image {
  margin-top: 2rem; }
  .tiles-image img {
    width: 100%; }

.paymentForm .payment-image img {
  width: 50%; }
.paymentForm .payment-intro {
  margin-left: 0;
  margin-bottom: 2rem; }

.basic-textbox label {
  display: inline-block;
  width: 115px;
  font-size: 1.33333rem;
  font-weight: normal;
  line-height: 3; }
.basic-textbox input.text {
  margin-top: 0;
  margin-bottom: 1em;
  width: 180px; }
  .basic-textbox input.text.read-only {
    border: none;
    background-color: #fbfbfb; }
  .basic-textbox input.text.total {
    font-size: 1.33333rem;
    font-weight: bold; }

.tileForm {
  margin-top: 25px; }

.tiles-main-image img, .tiles-small-image img {
  width: 100%; }

@media (min-width: 800px) {
  .tiles-intro.pull-right {
    float: right;
    width: 49%; }

  .tiles-main-image {
    float: left;
    width: 49%; } }
.checklist .unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.checklist li {
  margin: 4px 2px;
  width: 40px; }
.checklist .control-inline label {
  display: inline; }
.checklist .styled-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0 !important; }
.checklist .styled-checkbox:disabled {
  cursor: not-allowed; }
.checklist .styled-checkbox + span {
  display: inline-block;
  font-size: 2em;
  line-height: 1;
  margin: 0;
  clear: none;
  padding: 0;
  cursor: pointer;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 3px;
  background: url("images/tile-available.png") left center no-repeat;
  background-size: 40px; }
  .checklist .styled-checkbox + span label {
    font-size: 0.65em;
    line-height: 40px;
    margin: 0;
    padding: 0;
    color: #FFF; }
.checklist .styled-checkbox:disabled + span {
  background: url("images/tile-disabled.png") left center no-repeat;
  background-size: 40px; }
  .checklist .styled-checkbox:disabled + span label {
    font-size: 0.35em;
    color: #808080; }
.checklist .styled-checkbox.unavailable:disabled + span {
  background: url("images/tile-unavailable.png") left center no-repeat;
  background-size: 40px; }
.checklist .styled-checkbox:checked + span {
  background: url("images/tile-selected.png") left center no-repeat;
  background-size: 40px; }

.form-content-wide {
  width: 85% !important; }

.row-heading {
  background-color: #00502f;
  color: #fff;
  line-height: 1;
  padding: 16px;
  margin-bottom: 1em; }

.marsden-campus {
  margin: 6rem auto 0;
  max-width: 96rem;
  border-bottom: 1px solid #b3b3b3; }
  .marsden-campus .feature {
    margin: 0;
    width: auto;
    float: none; }
  .marsden-campus .feature:nth-child(3n) {
    float: none; }

.totalcost span.currency,
.totalcost input[type=text] {
  font-size: 16px;
  font-size: 1.3333333333rem;
  line-height: 1;
  font-weight: 600; }

.totalcost input[type=text] {
  border: none;
  background-color: #fbfbfb; }

@media all and (max-width: 599px) {
  .marsden-campus .feature {
    margin-left: 16px;
    margin-right: 16px; }
    .marsden-campus .feature .feature--image {
      display: none; }
  .marsden-campus .g-flex-col:last-child .feature {
    border-bottom: none; }

  .row-heading {
    margin-bottom: 1em; } }
@media all and (min-width: 600px) {
  .marsden-campus .feature {
    border-bottom: none; }

  .g-row {
    margin-left: -15px;
    margin-right: -15px; }

  .g-col-sm-4 {
    width: 33.33333333%; }

  .g-col-sm-3 {
    width: 25%; }

  .g-col-sm-9 {
    width: 75%; }

  .g-col-sm-3, .g-col-sm-4, .g-col-sm-9 {
    box-sizing: border-box;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }

  .g-flex {
    display: -webkit-flex;
    display: flex; }

  .g-flex-col {
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }

  .g-flex-grow {
    flex-grow: 1; }

  .marsden-campus .karori-heading {
    padding-right: 74.9%; } }
.text-center {
  text-align: center; }

div[class*=" pleasetickboxtoindicateyouwillbeattending"] {
  border-top: #00502f 2px solid; }
  div[class*=" pleasetickboxtoindicateyouwillbeattending"] > label {
    margin-top: 12px;
    margin-bottom: 6px; }
  div[class*=" pleasetickboxtoindicateyouwillbeattending"] > div {
    border-bottom: #00502f 2px solid;
    width: 100%;
    float: left;
    margin-bottom: 14px; }

.mb-0 {
  margin-bottom: 0; }

.mt-0 {
  margin-top: 0; }

.full-width {
  width: 100%; }

.banner-btn {
  padding: 16px;
  padding: 1rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #00a4e4;
  color: #fff;
  display: inline-block;
  float: none;
  text-transform: uppercase;
  margin: 0 auto;
  min-width: 33.3333333333%;
  text-decoration: none;
  letter-spacing: 1px; }
  @media (min-width: 600px) {
    .banner-btn {
      min-width: 16.6666666667%; } }
  .banner-btn:hover {
    color: #fff;
    background-color: #00502f; }

.yes-btn {
  color: #fff;
  background-color: #00a4e4;
  text-decoration: none;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  .yes-btn:hover {
    color: #fff;
    background-color: #00502f; }

.no-btn {
  color: #000;
  background-color: #fff; }
  .no-btn:hover {
    color: #000; }

.btn-blue {
  font-size: 16px;
  font-size: 1.3333333333rem;
  line-height: 1;
  background-color: #00a4e4;
  color: #fff;
  display: inline-block;
  text-decoration: none; }
  .btn-blue:hover {
    color: #fff;
    background-color: #00502f; }

.btn-blue--sm {
  padding: 5px 18px; }

.btn-blue--std {
  padding: 16px 32px;
  padding: 1rem 2rem; }

/*# sourceMappingURL=main_scss.css.map */
