/*!
Theme Name: Feilding Health Care 2015
Theme URI: http://blacksheepdesign.co.nz
Author: Blacksheepdesign
Author URI: http://www.blacksheepdesign.co.nz/
Author Design: Jamie Morgan-Ward - jamie@blacksheepdesign.co.nz
Author Front-end and Integration: Miguel Garrido - miguel@blacksheepdesign.co.nz
Description: The Feilding Health Care wordpress theme. This theme works with ACF.
Version: 2
*/
.span-2 .item {
  overflow: hidden;
}

.span-3 .item {
  overflow: hidden;
}

.span-4 .item {
  overflow: hidden;
}

.span-5 .item {
  overflow: hidden;
}

@media (max-width: 560px) {
  .span-2 .item {
    float: none;
    display: block;
    width: 100%;
  }

  .span-3 .item {
    float: none;
    display: block;
    width: 100%;
  }

  .span-4 .item {
    float: none;
    display: block;
    width: 100%;
  }

  .span-5 .item {
    float: none;
    display: block;
    width: 100%;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .span-2 > .item {
    float: left;
    width: 50%;
  }

  .span-3 > .item {
    float: left;
    width: 50%;
  }

  .span-4 > .item {
    float: left;
    width: 50%;
  }

  .span-5 > .item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 961px) {
  .span-2 > .item {
    float: left;
    width: 50%;
  }

  .span-3 > .item {
    float: left;
    width: 33.3333333333%;
  }

  .span-4 > .item {
    float: left;
    width: 25%;
  }

  .span-5 > .item {
    float: left;
    width: 20%;
  }
}
.field {
  padding: 0.1em;
}
.field .text {
  padding: 0.5em;
}
.field select,
.field .text,
.field .submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  border-radius: 0;
  width: 100%;
}
.field select:focus,
.field .text:focus,
.field .submit:focus {
  outline: 0 none;
}
.field .submit:hover {
  cursor: pointer;
}

.form-bordered .field {
  padding: 0;
}
.form-bordered .p {
  text-transform: none;
}
.form-bordered .field .text,
.form-bordered .field .radio {
  margin-bottom: 1rem;
}
.form-bordered .field .radio {
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.form-bordered .field .text {
  -webkit-transition: 0.3s ease background-color, 0.3s ease color;
  -moz-transition: 0.3s ease background-color, 0.3s ease color;
  -o-transition: 0.3s ease background-color, 0.3s ease color;
  transition: 0.3s ease background-color, 0.3s ease color;
  padding: 0.63rem;
  border: 1px solid #005568;
}
.form-bordered .field .text:focus, .form-bordered .field .text:hover {
  background-color: #f8f8f8;
}
.form-bordered .field .text.placeholder {
  color: #005568;
}
.form-bordered .field .text:-moz-placeholder {
  color: #005568;
}
.form-bordered .field .text::-moz-placeholder {
  color: #005568;
}
.form-bordered .field .text:-ms-input-placeholder {
  color: #005568;
}
.form-bordered .field .text::-webkit-input-placeholder {
  color: #005568;
}
.form-bordered .field .text::-op-input-placeholder {
  color: #005568;
}
.form-bordered .field .submit {
  -webkit-transition: 0.3s ease background-color, 0.3s ease color;
  -moz-transition: 0.3s ease background-color, 0.3s ease color;
  -o-transition: 0.3s ease background-color, 0.3s ease color;
  transition: 0.3s ease background-color, 0.3s ease color;
  font-size: 1.125rem;
  padding: 0.6rem 0;
  background-color: #005568;
  border: 2px solid #005568;
}
.form-bordered .field .submit:hover {
  background-color: #70a1b2;
}
.form-bordered .field .submit:active, .form-bordered .field .submit:focus {
  background-color: #fff;
  color: #005568;
}
.form-bordered .wpcf7-not-valid.text {
  border: 1px solid #ca0000;
}

@media (max-width: 560px) {
  .field-full label {
    width: 100%;
    display: block;
    padding-bottom: 1rem;
  }
}
.ajax-loader {
  display: none !important;
}

.wpcf7-response-output {
  padding-top: 1rem;
}

.screen-reader-response,
span[role=alert].wpcf7-not-valid-tip {
  display: none;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  a, a:visited {
    text-decoration: underline;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: "National";
  src: url(fonts/NationalWeb-Regular.eot);
  src: url(fonts/NationalWeb-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/NationalWeb-Regular.woff) format("woff"), url(fonts/NationalWeb-Regular.ttf) format("truetype"), url(fonts/NationalWeb-Regular.svg#font) format("svg");
}
@font-face {
  font-family: "National-Bold";
  src: url(fonts/National-Bold.eot);
  src: url(fonts/National-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/National-Bold.woff) format("woff"), url(fonts/National-Bold.ttf) format("truetype"), url(fonts/National-Bold.svg#font) format("svg");
}
@font-face {
  font-family: "National-Italic";
  src: url(fonts/National-BookItalic.eot);
  src: url(fonts/National-BookItalic.eot?#iefix) format("embedded-opentype"), url(fonts/National-BookItalic.woff) format("woff"), url(fonts/National-BookItalic.ttf) format("truetype"), url(fonts/National-BookItalic.svg#font) format("svg");
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.25rem;
  font-family: "National-Bold", Arial, sans-serif;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  outline: 0 none;
  color: inherit;
}

a img {
  border: 0 none;
}

hr {
  border: 0 none;
  display: block;
}

.chromeframe {
  background-color: #EDEDED;
  color: #111;
  font: normal bold 15px Arial, Helvetica, sans-serif;
  padding: 50px 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #BBB;
}
.chromeframe a {
  color: #00A;
  text-decoration: underline;
}

blockquote {
  margin-left: 25px;
}

fieldset {
  border: none;
}

input[type=submit] {
  border: 0 none;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 560px) {
  html, body {
    min-width: 320px;
  }
}

body {
  font-family: "National-Italic", Arial, sans-serif;
  color: #70a1b2;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ie body {
  display: none !important;
}

::selection {
  background: #005568;
  color: #fff;
}

::-moz-selection {
  background: #005568;
  color: #fff;
  text-shadow: 0 0 1px #333;
}

::ms-clear {
  display: none !important;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.ul-horz > li {
  display: inline-block;
  position: relative;
}

.ul-vert {
  margin-left: 1rem;
}

.ul-vert li {
  line-height: 1.25rem;
}

.menu {
  list-style: none;
}

.block {
  display: block;
}

.right, img.alignright {
  float: right;
}

.left, img.alignleft {
  float: left;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.none, .ui-tabs-hide {
  height: 0 !important;
  width: 0 !important;
  opacity: 0;
  display: none !important;
}

.hide {
  text-indent: -9999999px;
}

.hidden {
  visibility: hidden;
}

.table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.uppercase {
  text-transform: uppercase;
}

.title-font {
  font-family: "National-Bold", Arial, sans-serif;
  text-transform: uppercase;
}

.title-font-low {
  font-family: "National-Bold", Arial, sans-serif !important;
}

.entry-content ul li, .entry-content p, .field select,
.field .text,
.field .submit, .form-bordered .p {
  font-family: "National-Italic", Arial, sans-serif;
  font-size: 1rem;
  color: inherit;
}

.lightbox {
  width: 100%;
  height: 100%;
}

#trigger-search input, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .form-bordered .field .submit {
  font-family: "National-Bold", Arial, sans-serif;
  text-transform: uppercase;
}

.span-info, .span-2, .span-3, .span-4, .span-5 {
  *zoom: 1;
}
.span-info:before, .span-2:before, .span-3:before, .span-4:before, .span-5:before, .span-info:after, .span-2:after, .span-3:after, .span-4:after, .span-5:after {
  content: " ";
  display: table;
}
.span-info:after, .span-2:after, .span-3:after, .span-4:after, .span-5:after {
  clear: both;
}

.entry-content p {
  padding-bottom: 1rem;
}
.entry-content p:last-of-type {
  padding-bottom: 0;
}
.entry-content a {
  color: #304e59;
  -webkit-transition: 0.3s ease color;
  -moz-transition: 0.3s ease color;
  -o-transition: 0.3s ease color;
  transition: 0.3s ease color;
  padding-bottom: 1px;
}
.entry-content a:hover {
  color: #54899b;
}
.entry-content ul {
  padding-left: 1.5em;
  margin-bottom: 2em;
}
.entry-content ol li,
.entry-content ul li {
  margin-bottom: 0.5rem;
}
.entry-content p,
.entry-content ul li,
.entry-content ol li {
  line-height: 1.625rem;
}
.entry-content h1 + p, .entry-content h1 + ul, .entry-content h1 + ol,
.entry-content h2 + p, .entry-content h2 + ul, .entry-content h2 + ol,
.entry-content h3 + p, .entry-content h3 + ul, .entry-content h3 + ol,
.entry-content h4 + p, .entry-content h4 + ul, .entry-content h4 + ol,
.entry-content h5 + p, .entry-content h5 + ul, .entry-content h5 + ol,
.entry-content h6 + p, .entry-content h6 + ul, .entry-content h6 + ol {
  padding-top: 0.85rem;
}
.entry-content p:last-of-type + h1,
.entry-content p:last-of-type + h2,
.entry-content p:last-of-type + h3,
.entry-content p:last-of-type + h4,
.entry-content p:last-of-type + h5,
.entry-content p:last-of-type + h6 {
  padding-top: 1rem;
}
.entry-content div {
  max-width: 100%;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}

.full .bg:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

h5 {
  font-size: 1rem;
}

.relative {
  position: relative;
}

.lightblue {
  color: #70a1b2;
}

.bgblue {
  background-color: #005568;
}

.blue {
  color: #005568;
}

.white {
  color: #fff;
}

.strong {
  font-family: "National-Bold";
}

.text-center {
  text-align: center;
}

.big p {
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}

.bordered {
  border: 1px solid #fff;
}

.bordered-blue {
  border: 1px solid #005568;
}

.btn {
  padding: 0.75rem 1rem;
}

.icon-letter {
  color: #70a1b2;
  font-family: "National-Bold", Arial, sans-serif;
  margin-right: 0.5rem;
}

.title-icon {
  padding-bottom: 1.5rem;
}
.title-icon .fa {
  width: 1rem;
  padding-right: 1rem;
}
@media (min-width: 961px) {
  .title-icon {
    margin-left: -2.3rem;
  }
}

.title-underline {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  line-height: 110%;
}
.title-underline:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: " ";
  width: 42px;
  border-top: 1px solid #005568;
}

.full .bg {
  -webkit-transition: 0.3s ease opacity;
  -moz-transition: 0.3s ease opacity;
  -o-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.full .bg:before {
  content: " ";
  background-color: rgba(0, 0, 0, 0.35);
}
.full .wrapper-content {
  z-index: 10;
}

.wrapper-pdd {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 1025px) {
  .wrapper-pdd {
    padding-top: 6%;
    padding-bottom: 6%;
  }
}
@media (max-width: 560px) {
  .wrapper-pdd {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}

.wrapper-content {
  max-width: 960px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 560px) {
  .wrapper-content {
    max-width: 492px;
    width: 90.3%;
  }
}

.icon {
  padding-right: 0.85rem;
}

.more {
  margin-top: 1rem;
}
.more .fa {
  padding-left: 0.65rem;
}

.lightbox .wrapper-main {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.lightbox .title-font.pb {
  padding-bottom: 2rem;
}

.span-2 > .item-30 {
  width: 30%;
}
.span-2 > .item-70 {
  width: 70%;
}

.entry-content .bookorangebtn {
  border-radius: 20px;
  border: 1px solid white;
  padding: 5px 25px;
  color: white;
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-style: normal;
  transition: all 0.4s ease;
  font-size: 22px;
}
.entry-content .bookorangebtn img {
  display: none;
}
.entry-content .bookorangebtn:hover {
  background-color: white;
  color: #005568;
  border-color: white;
  transition: all 0.4s ease;
}

.imglogo {
  margin-bottom: -7px;
  margin-right: 10px;
}

.wrapper-menu {
  -webkit-transition: 0.5s ease background-color 0s, 0.3s ease padding-top;
  -moz-transition: 0.5s ease background-color 0s, 0.3s ease padding-top;
  -o-transition: 0.5s ease background-color 0s, 0.3s ease padding-top;
  transition: 0.5s ease background-color 0s, 0.3s ease padding-top;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  line-height: 60px;
  z-index: 20;
}
.wrapper-menu .logo {
  top: auto;
  float: left;
}
.wrapper-menu .logo svg {
  -webkit-transition: 0.5s ease opacity, 0.5s ease width, 0.5s ease top;
  -moz-transition: 0.5s ease opacity, 0.5s ease width, 0.5s ease top;
  -o-transition: 0.5s ease opacity, 0.5s ease width, 0.5s ease top;
  transition: 0.5s ease opacity, 0.5s ease width, 0.5s ease top;
  top: 11px;
  width: 35px;
  height: 35px;
  position: relative;
  display: block;
}
.wrapper-menu .logo path {
  fill: #fff;
}
.wrapper-menu ul {
  color: #fff;
}
.wrapper-menu .menu {
  display: inline-block;
  float: right;
}
.wrapper-menu .menu .fa {
  padding-right: 0.5rem;
}
@media (min-width: 961px) {
  .wrapper-menu {
    position: fixed;
  }
  .wrapper-menu .menu li {
    padding-right: 30px;
  }
  .wrapper-menu .menu li:last-of-type {
    padding-right: 0;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .wrapper-menu .menu li {
    padding-right: 15px;
  }
}
@media screen and (max-width: 750px) {
  .wrapper-menu .menu li {
    display: none;
  }
  .wrapper-menu .menu li.menu {
    display: block;
  }
}
@media (max-width: 560px) {
  .wrapper-menu {
    padding-top: 0;
  }
}

.home .wrapper-menu svg {
  opacity: 0;
}

.wrapper-menu svg {
  width: 55px;
}
.wrapper-menu._fhalf {
  padding-top: 0;
  padding-bottom: 0;
}
.wrapper-menu._fhalf .logo svg {
  width: 35px;
  height: 35px;
  opacity: 1;
  top: 11px;
}
.wrapper-menu._ftop {
  background-color: #005568;
}

.wrapper-menu li {
  -webkit-transition: opacity ease 200ms;
  -moz-transition: opacity ease 200ms;
  -o-transition: opacity ease 200ms;
  transition: opacity ease 200ms;
}
.wrapper-menu li.off {
  opacity: 0;
}

.wrapper-footer {
  padding-top: 100px;
  padding-bottom: 60px;
}
.wrapper-footer .timetable,
.wrapper-footer h2 {
  padding-bottom: 1rem;
}
.wrapper-footer p {
  line-height: 1.625rem;
}
.wrapper-footer .logo svg {
  position: relative;
  max-width: 130px;
  padding-bottom: 1.5rem;
}
@media (min-width: 961px) {
  .wrapper-footer .logo svg {
    margin-top: -20px;
  }
}
@media (max-width: 560px) {
  .wrapper-footer .logo svg {
    display: block;
    margin: 0 auto;
  }
}
.wrapper-footer a {
  -webkit-transition: 0.3s ease color;
  -moz-transition: 0.3s ease color;
  -o-transition: 0.3s ease color;
  transition: 0.3s ease color;
}
.wrapper-footer a:hover {
  color: #fff;
}
.wrapper-footer .btn {
  -webkit-transition: 0.3s ease background-color, 0.3s ease color;
  -moz-transition: 0.3s ease background-color, 0.3s ease color;
  -o-transition: 0.3s ease background-color, 0.3s ease color;
  transition: 0.3s ease background-color, 0.3s ease color;
  display: inline-block;
}
.wrapper-footer .btn:hover {
  background-color: #fff;
  color: #005568;
}

.span-footer .item {
  overflow: visible;
}
@media (min-width: 561px) {
  .span-footer .icon-address .icon {
    float: left;
    margin-top: 3px;
  }
  .span-footer .icon-address .icon-desc {
    display: block;
    padding-left: 1.4rem;
  }
}
@media (min-width: 961px) {
  .span-footer .item {
    overflow: visible;
  }
  .span-footer .item:first-of-type {
    text-align: center;
  }
  .span-footer .item:nth-of-type(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-left: 40px;
  }
  .span-footer .item:last-of-type {
    padding-left: 40px;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .span-footer .item:first-of-type {
    float: none;
    padding-bottom: 2rem;
    width: 100%;
    text-align: center;
  }
  .span-footer .item:nth-of-type(2), .span-footer .item:last-of-type {
    width: 50%;
  }
}
@media (min-width: 561px) {
  .span-footer .item:nth-of-type(2) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .span-footer .item:last-of-type {
    padding-top: 20px;
  }
}
@media (max-width: 560px) {
  .span-footer .item {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
  .span-footer .item:last-of-type {
    padding-bottom: 0;
  }
  .span-footer .icon-address {
    padding-top: 1.125rem;
  }
  .span-footer .icon-address .icon {
    padding-right: 0;
  }
}

.credit {
  padding-top: 3.5rem;
}
.credit svg {
  vertical-align: middle;
  max-width: 2rem;
  display: inline-block;
  padding-right: 0.85rem;
}
.credit path {
  fill: #FFF;
}

.lightbox {
  -webkit-transition: 0.2s opacity ease;
  -moz-transition: 0.2s opacity ease;
  -o-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.lightbox .lightbox-canvas {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lightbox.on {
  z-index: 100;
  opacity: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.lightbox.on .wrapper-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.lightbox .wrapper-content {
  -webkit-transition: 0.3s transform ease 0.1s, 0.3s opacity ease 0.1s;
  -moz-transition: 0.3s transform ease 0.1s, 0.3s opacity ease 0.1s;
  -o-transition: 0.3s transform ease 0.1s, 0.3s opacity ease 0.1s;
  transition: 0.3s transform ease 0.1s, 0.3s opacity ease 0.1s;
  -webkit-transform: translateY(5rem);
  -ms-transform: translateY(5rem);
  transform: translateY(5rem);
  position: relative;
  width: 100%;
  opacity: 0;
}
@media (max-width: 560px) {
  .lightbox .wrapper-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.lightbox .wrapper-main {
  position: relative;
  margin: 0 auto;
}
.lightbox .lightbox-close {
  -webkit-transition: 0.3s ease opacity;
  -moz-transition: 0.3s ease opacity;
  -o-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  font-size: 1.25rem;
  position: absolute;
  right: -1.5rem;
  top: 2rem;
  letter-spacing: -0.25rem;
  z-index: 10;
  min-width: 25px;
}
.lightbox .lightbox-close i {
  font-size: 1.6em;
}

.lightbox[rel=menu].on .lightbox-close,
.lightbox[rel=menu].on .span-nav > .item {
  -webkit-transform: TranslateX(0);
  -ms-transform: TranslateX(0);
  transform: TranslateX(0);
  opacity: 1;
}
.lightbox[rel=menu] .wrapper-main {
  min-height: 290px;
}
.lightbox[rel=menu] .span-nav > .item {
  -webkit-transition: 0.3s transform ease 0.35s, 0.3s opacity 0.4s;
  -moz-transition: 0.3s transform ease 0.35s, 0.3s opacity 0.4s;
  -o-transition: 0.3s transform ease 0.35s, 0.3s opacity 0.4s;
  transition: 0.3s transform ease 0.35s, 0.3s opacity 0.4s;
  -webkit-transform: TranslateY(60px);
  -ms-transform: TranslateY(60px);
  transform: TranslateY(60px);
  opacity: 0;
}
.lightbox[rel=menu] .lightbox-close {
  -webkit-transition: 0.3s transform ease 0.35s, 0.3s opacity 0.7s;
  -moz-transition: 0.3s transform ease 0.35s, 0.3s opacity 0.7s;
  -o-transition: 0.3s transform ease 0.35s, 0.3s opacity 0.7s;
  transition: 0.3s transform ease 0.35s, 0.3s opacity 0.7s;
  opacity: 0;
}
.lightbox[rel=menu] .lightbox-close span {
  letter-spacing: 0;
  padding-left: 20px;
  top: -4px;
  position: relative;
}
@media (max-width: 560px) {
  .lightbox[rel=menu] .wrapper-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lightbox[rel=menu] .lightbox-close {
    right: 0.5rem;
  }
}

.span-nav .item-menu {
  position: relative;
  font-size: 1.25rem;
}
.span-nav .item-menu li {
  line-height: 1.875rem;
}
.span-nav .item-menu nav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.span-nav .item-menu .title-font {
  font-size: 1.125rem;
}
.span-nav .item-menu a {
  -webkit-transition: ease color 0.3s;
  -moz-transition: ease color 0.3s;
  -o-transition: ease color 0.3s;
  transition: ease color 0.3s;
}
.span-nav .item-menu a:hover {
  color: #70a1b2;
}
.span-nav .item-menu .lightblue a:hover {
  color: #005568;
}
.span-nav .item-form h2 {
  margin-bottom: 1.5rem;
}
.span-nav .item-form .span-3 {
  padding-top: 2.5rem;
}
.span-nav .item-form .bordered-blue {
  -webkit-transition: 0.3s ease background-color, 0.3s ease color;
  -moz-transition: 0.3s ease background-color, 0.3s ease color;
  -o-transition: 0.3s ease background-color, 0.3s ease color;
  transition: 0.3s ease background-color, 0.3s ease color;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 1rem;
  padding: 0.6rem 0;
  margin-bottom: 1rem;
}
.span-nav .item-form .bordered-blue:last-of-type {
  margin-bottom: 0;
}
.span-nav .item-form .bordered-blue:hover {
  background-color: #005568;
  color: #fff;
}
.span-nav .item-form .form-contact {
  padding-bottom: 2.5rem;
}

.newsletter-form {
  opacity: 0;
}

._mchange {
  -webkit-transition: 0.3s transform ease, 0.5s opacity ease !important;
  -moz-transition: 0.3s transform ease, 0.5s opacity ease !important;
  -o-transition: 0.3s transform ease, 0.5s opacity ease !important;
  transition: 0.3s transform ease, 0.5s opacity ease !important;
}

._mout {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0 !important;
}

._min {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1 !important;
}

@media (min-width: 961px) {
  .wrapper-main {
    max-width: 560px;
  }

  .item-menu {
    border-right: 1px solid #005568;
  }
  .item-menu .title-font {
    position: absolute;
    left: -100px;
    top: 7px;
  }

  .item-form {
    padding-left: 41px;
  }

  .span-nav .item:first-of-type {
    width: 45%;
    float: left;
  }
  .span-nav .item:last-of-type {
    width: 55%;
    float: right;
  }

  .bordered-blue {
    max-width: 230px;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .item-menu {
    font-size: 1.4rem;
    line-height: 160%;
  }
}
@media (max-width: 960px) {
  .lightbox .wrapper-main {
    max-width: 315px;
    width: 90%;
  }

  .span-nav nav {
    padding-bottom: 1.5rem;
  }
  .span-nav .item:last-of-type {
    padding-top: 2.5rem;
  }
}
.lightbox[rel=enrolment] .wrapper-main {
  max-width: 580px;
}
.lightbox[rel=enrolment] h2 {
  margin-bottom: 1rem;
}
@media (max-width: 560px) {
  .lightbox[rel=enrolment] .lightbox-close {
    right: 0.5rem;
  }
}

.form-enrolment label {
  display: inline-block;
}
.form-enrolment .field.birth label {
  padding-right: 1rem;
}
.form-enrolment .field.birth .text {
  max-width: 70px;
}
.form-enrolment .field.gender label {
  padding-right: 1rem;
}
.form-enrolment .field.gender .text {
  max-width: 70px;
}
.form-enrolment .field-pb label {
  padding-bottom: 1rem;
}
.form-enrolment .radio input {
  margin-right: 0.5rem;
}
@media (min-width: 561px) {
  .form-enrolment .field-extra .text {
    margin-bottom: 0;
  }
  .form-enrolment .field-extra .item {
    display: inline-block;
    line-height: 250%;
  }
  .form-enrolment .field-extra .item:first-of-type {
    padding-right: 0.5rem;
  }
}
@media (min-width: 561px) {
  .form-enrolment .field.birth {
    width: 70%;
  }
  .form-enrolment .field.gender {
    width: 30%;
    text-align: right;
  }
}

#trigger-search {
  cursor: pointer;
}
#trigger-search form {
  position: relative;
  display: inline-block;
  line-height: 100%;
}
#trigger-search form:after {
  content: "";
  -webkit-transition: -webkit-transform 600ms ease 400ms;
  -moz-transition: -moz-transform 600ms ease 400ms;
  -o-transition: -o-transform 600ms ease 400ms;
  transition: transform 600ms ease 400ms;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
#trigger-search input {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  background-color: transparent;
}
#trigger-search input.placeholder {
  -webkit-transition: all ease 600ms;
  -moz-transition: all ease 600ms;
  -o-transition: all ease 600ms;
  transition: all ease 600ms;
}
#trigger-search input:-moz-placeholder {
  -webkit-transition: all ease 600ms;
  -moz-transition: all ease 600ms;
  -o-transition: all ease 600ms;
  transition: all ease 600ms;
}
#trigger-search input::-moz-placeholder {
  -webkit-transition: all ease 600ms;
  -moz-transition: all ease 600ms;
  -o-transition: all ease 600ms;
  transition: all ease 600ms;
}
#trigger-search input:-ms-input-placeholder {
  -webkit-transition: all ease 600ms;
  -moz-transition: all ease 600ms;
  -o-transition: all ease 600ms;
  transition: all ease 600ms;
}
#trigger-search input::-webkit-input-placeholder {
  -webkit-transition: all ease 600ms;
  -moz-transition: all ease 600ms;
  -o-transition: all ease 600ms;
  transition: all ease 600ms;
}
#trigger-search input::-op-input-placeholder {
  -webkit-transition: all ease 600ms;
  -moz-transition: all ease 600ms;
  -o-transition: all ease 600ms;
  transition: all ease 600ms;
}
#trigger-search input:focus {
  outline: 0 none;
}
#trigger-search.off form:after {
  -webkit-transform: translateY(5px) scale(0);
  -ms-transform: translateY(5px) scale(0);
  transform: translateY(5px) scale(0);
}
#trigger-search.off input {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border: 0 none;
  border-bottom: 0 none;
  max-width: 4.375rem;
}
#trigger-search.off input.placeholder {
  color: #fff;
  opacity: 1;
}
#trigger-search.off input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#trigger-search.off input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#trigger-search.off input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
#trigger-search.off input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
#trigger-search.off input::-op-input-placeholder {
  color: #fff;
  opacity: 1;
}
#trigger-search.on form:after {
  -webkit-transform: translateY(5px) scale(1);
  -ms-transform: translateY(5px) scale(1);
  transform: translateY(5px) scale(1);
}
#trigger-search.on input {
  cursor: text;
  border: 0 none;
  text-align: center;
  max-width: 10rem;
}
#trigger-search.on input.placeholder {
  opacity: 0;
}
#trigger-search.on input:-moz-placeholder {
  opacity: 0;
}
#trigger-search.on input::-moz-placeholder {
  opacity: 0;
}
#trigger-search.on input:-ms-input-placeholder {
  opacity: 0;
}
#trigger-search.on input::-webkit-input-placeholder {
  opacity: 0;
}
#trigger-search.on input::-op-input-placeholder {
  opacity: 0;
}

.searchform {
  padding: 1rem 0;
}
.searchform .text-wrapper {
  position: relative;
  max-width: 750px;
}
.searchform .fa.fa-search {
  position: absolute;
  left: 0.125rem;
  top: 0;
  width: 1rem;
  color: #005568;
}
.searchform .text {
  color: #005568;
  text-indent: 0.5rem;
  padding: 0rem 1rem 0.5rem;
  width: 100%;
  font-size: 1rem;
  border: 0 none;
  border-bottom: 1px solid #005568;
}
.searchform .text:focus {
  outline: 0 none;
}
.searchform .clear-search {
  position: absolute;
  right: 0;
  top: 0;
}

#searchform-msg {
  -webkit-transition: ease opacity 300ms;
  -moz-transition: ease opacity 300ms;
  -o-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
  display: inline-block;
  opacity: 0;
  padding-top: 0.5rem;
}
#searchform-msg.on {
  opacity: 1;
}

.search-meta {
  padding-bottom: 2.5rem;
}
.search-meta .list a {
  margin: 0 0.5rem;
}
.search-meta .list a.active {
  color: #005568;
}

.span-news .title {
  margin-bottom: 2rem;
}
.span-news .item {
  padding-bottom: 2rem;
}
.span-news .item figure {
  padding-right: 2rem;
  padding-bottom: 1rem;
  max-width: 250px;
}
.span-news .item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.span-news .desc {
  float: left;
  max-width: 530px;
}
.span-news .entry-content {
  padding-top: 1rem;
}
.span-news h5 {
  padding-bottom: 0.5rem;
}
@media (min-width: 561px) and (max-width: 960px) {
  .span-news figure {
    width: 30%;
  }
  .span-news .desc {
    width: 70%;
  }
}

.page_item {
  display: block;
}

.full-page h2 {
  font-size: 1.875rem;
  padding-top: 0.5rem;
  line-height: 110%;
}
.full-page .logo {
  max-width: 260px;
}
.full-page .wrapper-pdd {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.full-page .pb {
  padding-bottom: 1.5rem;
}

.sidebar {
  line-height: 160%;
  max-width: 250px;
  padding-right: 1.125rem;
  float: left;
}
.sidebar .title a {
  display: block;
  line-height: 160%;
  margin-bottom: 0.5rem;
}
.sidebar a {
  -webkit-transition: ease color 0.3s;
  -moz-transition: ease color 0.3s;
  -o-transition: ease color 0.3s;
  transition: ease color 0.3s;
}
.sidebar .menu {
  padding: 0.8rem 0 1rem;
}
.sidebar .menu li {
  margin-bottom: 0.55rem;
}
.sidebar .pt {
  padding-top: 0.5rem;
}
.sidebar a:hover, .sidebar .active {
  color: #005568;
}
@media (min-width: 561px) and (max-width: 960px) {
  .sidebar {
    max-width: 190px;
  }
}
@media (max-width: 560px) {
  .sidebar {
    float: none;
    width: 100%;
    max-width: none;
    padding-bottom: 2.5rem;
  }
  .sidebar .item {
    display: inline-block;
    padding-right: 1rem;
    vertical-align: top;
  }
  .sidebar .menu {
    display: none !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .sidebar {
    padding-bottom: 2rem;
  }
  .sidebar .title a {
    font-size: 1.125rem;
  }
}

.content {
  margin-left: 250px;
}
.content .item {
  -webkit-transition: 0.3s ease color;
  -moz-transition: 0.3s ease color;
  -o-transition: 0.3s ease color;
  transition: 0.3s ease color;
  max-width: 500px;
  padding-bottom: 1.8rem;
  padding-top: 1.8rem;
}
.content .item .title {
  padding-bottom: 1rem;
}
.content .item .entry-content {
  max-width: 490px;
  font-size: 1.25rem;
}
.content .item .entry-content p {
  font-size: 1.15rem;
}
.content .item-fee {
  border-top: 0 none;
}
.content.in-bordered .item,
.content .in-bordered .item {
  border-top: 1px solid #70a1b2;
}
.content.in-bordered .item:hover, .content.in-bordered .item.active,
.content .in-bordered .item:hover,
.content .in-bordered .item.active {
  color: #005568;
}
.content.in-bordered .item:first-of-type,
.content .in-bordered .item:first-of-type {
  border-top: 0 none;
}
.content.in-bordered .item:last-of-type,
.content .in-bordered .item:last-of-type {
  padding-bottom: 0;
}
.content .pt {
  padding-top: 1rem;
}
@media (min-width: 561px) and (max-width: 960px) {
  .content {
    margin-left: 190px;
  }
  .content .pl,
.content .item-pl {
    padding-left: 2.1875rem;
  }
}
@media (max-width: 560px) {
  .content {
    margin-left: 0;
    width: 100%;
  }
}

._cs_fixed {
  -webkit-transition: 0.3s ease opacity;
  -moz-transition: 0.3s ease opacity;
  -o-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  position: fixed;
  top: 0;
}

.table {
  margin-top: 2rem;
  width: 100%;
  table-layout: fixed;
  display: table;
  border: 1px solid #70a1b2;
}
.table .td {
  display: table-cell;
  padding: 0.5rem;
}
.table .th {
  border-bottom: 1px solid #70a1b2;
}
.table .tr {
  display: table-row;
}
.table .fee {
  width: 20%;
  border-left: 1px solid #70a1b2;
}

.span-staff .item {
  width: 100%;
  padding-top: 0;
  padding-bottom: 6rem;
  max-width: 100%;
  display: inline-block;
}
.span-staff .item figure {
  width: 180px;
  display: inline-block;
  float: left;
}
.span-staff .item header {
  padding-bottom: 1rem;
}
.span-staff .item header h3 {
  font-size: 1.17rem;
}
.span-staff .item img {
  display: block;
  width: 100%;
  height: auto;
}
.span-staff .item .entry-content {
  display: inline-block;
  float: left;
  width: calc(100% - 180px);
  padding-left: 30px;
}
@media screen and (max-width: 45rem) {
  .span-staff .item {
    padding-left: 0;
  }
  .span-staff .item figure {
    display: block;
    float: none;
  }
  .span-staff .item .entry-content {
    display: block;
    float: none;
    padding-left: 0;
    padding-top: 2rem;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .span-staff .item {
    padding-left: 0;
    margin: 0 auto;
  }
}

.single-page {
  max-width: 640px;
}
.single-page .date {
  padding-bottom: 1rem;
}
.single-page .pt {
  padding-top: 1rem;
}
.single-page .entry-content span[id*=more-],
.single-page .entry-content span[id*=more-] + br {
  display: none;
}

.sidebar-loading {
  font-size: 1rem;
  margin-left: 0.5rem;
  color: #70a1b2;
  line-height: 100%;
}

#content-list.content-staff {
  margin-top: 0;
}

#content-list {
  -webkit-transition: ease 0.3s opacity;
  -moz-transition: ease 0.3s opacity;
  -o-transition: ease 0.3s opacity;
  transition: ease 0.3s opacity;
}
#content-list.loading {
  opacity: 0;
}
#content-list.loading .item {
  opacity: 0;
}
#content-list .item:nth-of-type(1) {
  -webkit-transition: ease 300ms opacity 0.6s, 0.3s ease color;
  -moz-transition: ease 300ms opacity 0.6s, 0.3s ease color;
  -o-transition: ease 300ms opacity 0.6s, 0.3s ease color;
  transition: ease 300ms opacity 0.6s, 0.3s ease color;
}
#content-list .item:nth-of-type(2) {
  -webkit-transition: ease 600ms opacity 0.6s, 0.3s ease color;
  -moz-transition: ease 600ms opacity 0.6s, 0.3s ease color;
  -o-transition: ease 600ms opacity 0.6s, 0.3s ease color;
  transition: ease 600ms opacity 0.6s, 0.3s ease color;
}
#content-list .item:nth-of-type(3) {
  -webkit-transition: ease 900ms opacity 0.6s, 0.3s ease color;
  -moz-transition: ease 900ms opacity 0.6s, 0.3s ease color;
  -o-transition: ease 900ms opacity 0.6s, 0.3s ease color;
  transition: ease 900ms opacity 0.6s, 0.3s ease color;
}
#content-list .item:nth-of-type(4) {
  -webkit-transition: ease 1200ms opacity 0.6s, 0.3s ease color;
  -moz-transition: ease 1200ms opacity 0.6s, 0.3s ease color;
  -o-transition: ease 1200ms opacity 0.6s, 0.3s ease color;
  transition: ease 1200ms opacity 0.6s, 0.3s ease color;
}
#content-list .item:nth-of-type(5) {
  -webkit-transition: ease 1500ms opacity 0.6s, 0.3s ease color;
  -moz-transition: ease 1500ms opacity 0.6s, 0.3s ease color;
  -o-transition: ease 1500ms opacity 0.6s, 0.3s ease color;
  transition: ease 1500ms opacity 0.6s, 0.3s ease color;
}
#content-list .item:nth-of-type(1) {
  padding-top: 0;
}
#content-list #fees.item {
  padding-top: 1.9rem;
}
#content-list .item {
  opacity: 1;
}

.list-content {
  padding-top: 2rem;
}
.list-content .title-font-low {
  padding-bottom: 0.3rem;
}

@media (min-width: 561px) {
  .span-files {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .span-files > .el {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
}
.span-files .ico {
  padding-bottom: 1rem;
}
.span-files .ico .fa {
  font-size: 4rem;
}
.span-files .item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  display: block;
  padding-top: 0;
}

.full-content {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 700px;
  background-color: #005568;
}
.full-content .logo {
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  width: 100%;
  top: auto;
}
.full-content .logo svg {
  max-width: 250px;
  padding-bottom: 3.5rem;
}
.full-content .logo path {
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.full-content .logo._ftop {
  position: fixed;
  width: 116px;
  height: 100%;
  z-index: 1000;
  top: 29px;
}
.full-content .logo._ftop path.top {
  opacity: 1;
}
.full-content .logo._ftop path {
  opacity: 0;
}
.full-content .entry-content {
  max-width: 700px;
}
.full-content .entry-content p {
  color: white !important;
}
@media (max-width: 960px) {
  .full-content .logo svg {
    max-width: 30%;
    min-width: 150px;
    padding-bottom: 2rem;
  }
}

.span-location .item {
  overflow: visible;
  line-height: 1.5625rem;
}
@media (min-width: 961px) {
  .span-location .item {
    padding-right: 3.1rem;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .span-location .item {
    padding-right: 2rem;
  }
  .span-location .item:last-of-type {
    padding-top: 2.5rem;
  }
}
@media (max-width: 560px) {
  .span-location .item {
    padding-bottom: 2rem;
  }
  .span-location .item:last-of-type {
    padding-bottom: 0;
  }
}

.span-6040 {
  line-height: 1.25rem;
}
.span-6040 > .item:last-of-type {
  line-height: 1.5625rem;
}
.span-6040 > .item:last-of-type .pb {
  padding-bottom: 2.5rem;
}
.span-6040 .pb {
  padding-bottom: 1.5rem;
}
@media (min-width: 961px) {
  .span-6040 > .item {
    float: left;
  }
  .span-6040 > .item:first-of-type {
    width: 60%;
  }
  .span-6040 > .item:last-of-type {
    width: 40%;
    border-left: 1px solid #005568;
    padding-left: 70px;
  }
  .span-6040 .span-2 .item:last-of-type {
    padding-bottom: 0;
  }
}
@media (max-width: 960px) {
  .span-6040 > .item:first-of-type {
    padding-bottom: 2rem;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .span-6040 > .item {
    margin: 0 auto;
    max-width: 550px;
  }
}

.scroll-down {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 3.5rem;
  z-index: 10;
  color: #fff;
  line-height: 60px;
}
.scroll-down a {
  display: inline-block;
  -webkit-transition: 0.6s transform ease 0.1s;
  -moz-transition: 0.6s transform ease 0.1s;
  -o-transition: 0.6s transform ease 0.1s;
  transition: 0.6s transform ease 0.1s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.scroll-down a:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.scroll-down a:hover .fa {
  background-color: #FFF;
  color: #70a1b2;
}
.scroll-down .fa {
  -webkit-transition: 0.3s background-color ease, 0.3s color ease;
  -moz-transition: 0.3s background-color ease, 0.3s color ease;
  -o-transition: 0.3s background-color ease, 0.3s color ease;
  transition: 0.3s background-color ease, 0.3s color ease;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 1rem;
}
@media (min-width: 561px) {
  .scroll-down .fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2.5625rem;
  }
}
@media (max-width: 560px) {
  .scroll-down .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.875rem;
  }
}

.span-squared {
  padding-top: 3rem;
}
.span-squared .item {
  overflow: visible;
}
.span-squared .sq {
  -webkit-transition: ease background-color 0.3s, 0.6s ease transform 0.1s;
  -moz-transition: ease background-color 0.3s, 0.6s ease transform 0.1s;
  -o-transition: ease background-color 0.3s, 0.6s ease transform 0.1s;
  transition: ease background-color 0.3s, 0.6s ease transform 0.1s;
  position: relative;
  text-align: center;
  display: block;
  line-height: 120px;
}
.span-squared .sq:hover {
  color: inherit;
}
.span-squared .sq.green {
  background-color: rgba(208, 229, 101, 0.43);
}
.span-squared .sq.green:hover {
  background-color: rgba(208, 229, 101, 0.83);
}
.span-squared .sq.purple {
  background-color: rgba(79, 52, 126, 0.43);
}
.span-squared .sq.purple:hover {
  background-color: rgba(79, 52, 126, 0.83);
}
.span-squared .sq.cyan {
  background-color: rgba(99, 202, 221, 0.43);
}
.span-squared .sq.cyan:hover {
  background-color: rgba(99, 202, 221, 0.83);
}
@media (min-width: 961px) {
  .span-squared .sq {
    width: 90%;
    max-height: 120px;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .span-squared {
    text-align: center;
  }
  .span-squared .item {
    float: none;
    display: inline-block;
    width: 33.3333333333%;
    padding: 0 1rem 2rem;
  }
  .span-squared .sq {
    width: 100%;
    height: 100px;
    line-height: 100px;
  }
}
@media (max-width: 560px) {
  .span-squared .item .sq {
    display: block;
    margin: 0 auto;
    width: 220px;
    margin-bottom: 2rem;
  }
}

.span-2bordered .entry-content {
  max-width: 400px;
}
.span-2bordered .meta {
  padding-bottom: 0.5rem;
}
@media (min-width: 961px) {
  .span-2bordered .item:last-of-type {
    border-left: 1px solid #005568;
    padding-left: 40px;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .span-2bordered .entry-content {
    max-width: 90%;
  }
}
@media (max-width: 560px) {
  .span-2bordered .item {
    margin-bottom: 2rem;
  }
}

._bg {
  overflow: hidden;
}
._bg .bg {
  -webkit-transition: 0.8s ease transform;
  -moz-transition: 0.8s ease transform;
  -o-transition: 0.8s ease transform;
  transition: 0.8s ease transform;
}
._bg._bgin .bg {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.span-info {
  /*

  This didn't work out

  @include tablet { 
  	@include columns(2,1rem); 
  }

  @include mobile {
  	@include columns(2,1rem); 
  	& > .item {
  		margin-bottom:2rem; 
  	}
  }
  */
}
.span-info > .item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  width: 100%;
  margin-bottom: 4.5rem;
}
.span-info h5 {
  padding-bottom: 0.5rem;
}
.span-info .span-2 {
  line-height: 1.375rem;
}
@media (min-width: 961px) {
  .span-info {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .span-info > .el {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
}
@media (max-width: 960px) {
  .span-info > .item {
    width: 50%;
    padding-right: 1.5rem;
    float: left;
  }
}
@media (max-width: 560px) {
  .span-info > .item {
    padding-right: 0;
  }
}

.map {
  width: 100%;
  height: 470px;
  margin-bottom: 4.5rem;
}

@media (min-width: 961px) {
  ._fadein {
    -webkit-transition: 600ms ease opacity, 600ms ease transform;
    -moz-transition: 600ms ease opacity, 600ms ease transform;
    -o-transition: 600ms ease opacity, 600ms ease transform;
    transition: 600ms ease opacity, 600ms ease transform;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }
  ._fadein.on {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  ._fadein.on:nth-of-type(1) {
    -webkit-transition: 600ms ease opacity 350ms, 600ms ease transform 400ms;
    -moz-transition: 600ms ease opacity 350ms, 600ms ease transform 400ms;
    -o-transition: 600ms ease opacity 350ms, 600ms ease transform 400ms;
    transition: 600ms ease opacity 350ms, 600ms ease transform 400ms;
  }
  ._fadein.on:nth-of-type(2) {
    -webkit-transition: 600ms ease opacity 700ms, 600ms ease transform 800ms;
    -moz-transition: 600ms ease opacity 700ms, 600ms ease transform 800ms;
    -o-transition: 600ms ease opacity 700ms, 600ms ease transform 800ms;
    transition: 600ms ease opacity 700ms, 600ms ease transform 800ms;
  }
  ._fadein.on:nth-of-type(3) {
    -webkit-transition: 600ms ease opacity 1050ms, 600ms ease transform 1200ms;
    -moz-transition: 600ms ease opacity 1050ms, 600ms ease transform 1200ms;
    -o-transition: 600ms ease opacity 1050ms, 600ms ease transform 1200ms;
    transition: 600ms ease opacity 1050ms, 600ms ease transform 1200ms;
  }
  ._fadein.on:nth-of-type(4) {
    -webkit-transition: 600ms ease opacity 1400ms, 600ms ease transform 1600ms;
    -moz-transition: 600ms ease opacity 1400ms, 600ms ease transform 1600ms;
    -o-transition: 600ms ease opacity 1400ms, 600ms ease transform 1600ms;
    transition: 600ms ease opacity 1400ms, 600ms ease transform 1600ms;
  }
  ._fadein.on:nth-of-type(5) {
    -webkit-transition: 600ms ease opacity 1750ms, 600ms ease transform 2000ms;
    -moz-transition: 600ms ease opacity 1750ms, 600ms ease transform 2000ms;
    -o-transition: 600ms ease opacity 1750ms, 600ms ease transform 2000ms;
    transition: 600ms ease opacity 1750ms, 600ms ease transform 2000ms;
  }
}
@media (min-width: 961px) {
  .nondesktop {
    display: none !important;
  }
}
@media (min-width: 561px) {
  .mobile {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
