/*
Theme Name: Cal Automotive
Author: Weidenhammer Creative
Author URI: http://www.weidenhammercreative.com
Description: A custom Wordpress template designed and developed for Cal Automotive.
Version: 1.0.1
License: Not for distribution in any fashion without written consent . Not for resale.
*/
/* ===================================
	Fonts
*/
/* ===================================
	Reset
*/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

:focus {
  outline: 0; }

body {
  background: #fff;
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: 0; }

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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  /*overflow-y: scroll;*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Montserrat", Helvetica, Arial, sans-serif; }

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
  position: relative; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #001f53; }

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

::-moz-selection {
  background: #001f53;
  color: #003D77;
  text-shadow: none; }

::selection {
  background: #001f53;
  color: #003D77;
  text-shadow: none; }

a {
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

a:visited {
  color: #00CC66; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: none; }

p a {
  text-decoration: underline; }

p a:hover {
  text-decoration: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #777777;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol, dd {
  margin: 0;
  padding: 0; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/* ===================================
	Base
*/
body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  background: #f4f5f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  text-transform: capitalize;
}

h1 {
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 600;
  color: #003D77;
  margin-bottom: .5em; }

h2, h3 {
  font-weight: 700;
  font-size: 1.35rem;
  color: #003D77; }

h4,
h5,
h6 {
  margin: 20px 0 5px 0;
  font-weight: 600; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.15rem; }

h6 {
  font-size: 1.1rem; }

div[class^="col"] > h1, div[class^="col"] > h2, div[class^="col"] > h3, .content > h1, .content > h2, .content > h3 {
  margin-top: 1.25em;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  div[class^="col"] > h1:after, div[class^="col"] > h2:after, div[class^="col"] > h3:after, .content > h1:after, .content > h2:after, .content > h3:after {
    content: '';
    background: #6E6E6E;
    height: 2px;
    width: 40px;
    position: absolute;
    z-index: 2;
    bottom: -12px;
    left: 0; }

p {
  color: #231F20;
  font-size: 1.05rem;
  line-height: 1.75;
  font-weight: 600;
  margin: 0 0 1.375em 0; }

.content p:last-of-type {
  margin-bottom: 0; }

.content ol, .content ul {
  margin: 0 0 1.375em 0;
  padding: 0 0 0 2em; }
  .content ol li, .content ul li {
    position: relative;
    padding-left: .5em;
    color: #231F20;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: .01rem;
    font-weight: 400;
    margin: 0 0 .5em 0; }

.content ul li:before {
  position: absolute;
  top: .675em;
  left: -1em;
  content: '';
  background: #003D77;
  width: .375em;
  height: .375em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.content ol {
  counter-reset: li-counter; }
  .content ol > li:before {
    position: absolute;
    top: 3px;
    left: -1.5em;
    font-size: 15px;
    font-weight: 600;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    background: #003D77;
    color: white;
    content: counter(li-counter);
    counter-increment: li-counter; }

.content dt {
  font-weight: bold; }

.content dd {
  margin-bottom: .5rem;
  margin-left: 0; }

.content blockquote {
  padding: 20px;
  border-top: 2px solid #6E6E6E;
  border-bottom: 2px solid #6E6E6E;
  margin: 2.5em 0; }
  .content blockquote p {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: #003D77; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #003D77;
  text-decoration: none; }
  a:focus, a:hover {
    textdecoration: none;
    color: #003D77; }
  a:visited {
    color: #003D77; }

.alignleft {
  margin: 0 2em 2em 0;
  float: left; }

.alignright {
  margin: 0 0 2em 2em;
  float: right; }

hr {
  width: 100%;
  clear: both;
  border-top: 1px solid #6E6E6E;
  height: 1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  margin: 2em 0; }

.address [itemprop='name'], .address [itemprop='address'] {
  color: #231F20;
  margin-bottom: .5em;
  display: block; }

.address [itemprop='name'] {
  padding-right: 6.5em;
  font-weight: 800 !important;
  font-size: 1rem;
  line-height: 1.25;
  position: relative;
  z-index: 2; }

.address [itemprop='address'] {
  font-size: .875rem;
  line-height: 1.15; }

.address .phonefax {
  clear: both;
  font-weight: 600;
  display: inline-block; }
  .address .phonefax + a {
    display: block;
    margin-bottom: 0.5rem;
  }

.address [itemprop] {
  font-weight: 600;
}
.address [itemprop='streetAddress'], .address [itemprop='telephone'] {
  clear: both;
  font-weight: 600;
  display: block; }

.address [itemprop='telephone'], .address [itemprop='email'] {
  font-size: 1rem;
  font-weight: 600;}

.address [itemprop='email'] {
  color: #003D77;
  font-weight: 600;
  display: block;
  margin-top: 5px;
  clear: both; }

.page-template-template-section-contact-php .address [itemprop="name"] {
  color: #001f53;
  font-size: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 30px; }
  .page-template-template-section-contact-php .address [itemprop="name"]:after {
    content: '';
    background: #6E6E6E;
    height: 2px;
    width: 40px;
    position: absolute;
    z-index: 2;
    bottom: -12px;
    left: 0; }

.page-template-template-section-contact-php .address [itemprop="address"] {
  font-size: 1.15rem;
  line-height: 1.25; }

main > section img {
  max-width: 100%;
  height: auto; }

.cta {
  border: none;
  text-transform: capitalize;
  color: #fff !important;
  text-align: center;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.5rem;
  background: #347CD2;
  min-width: 8em;
  padding: .25em 1em .375em 1em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear false;
  -o-transition: background 0.1s linear false;
  transition: background 0.1s linear; }
  .cta:hover, .cta:focus {
    background: #001f53;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in false;
    -o-transition: background 0.2s ease-in false;
    transition: background 0.2s ease-in; }

.cta-wrap {
  margin-top: 1.25em; }
  .cta-wrap > button,
  .cta-wrap > .cta {
    float: left;
    margin-right: 0.9375rem;
    margin-bottom: 1em; }
    .cta-wrap > button:last-child,
    .cta-wrap > .cta:last-child {
      margin-right: 0; }

.ir,
.assistive-text,
.skip-link {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  position: absolute;
  z-index: 1;
  background: none;
  border: none !important; }

/* ===================================
	Grid
*/
.page-wrap {
  background: #fff;
  height: 100%;
  max-width: 1400px;
  min-width: 320px;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  padding: 115 0 0 0;
  -webkit-transition: margin 0.2s ease-in;
  -moz-transition: margin 0.2s ease-in false;
  -o-transition: margin 0.2s ease-in false;
  transition: margin 0.2s ease-in; }

main {
  padding-top: 115px;
  background: #fff;
  padding-bottom: 5em;
  display: block; }
  main > section, main .section {
    position: relative;
    z-index: 1;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    -webkit-transition: all linear false;
    -webkit-transition-delay: 0.3s;
    -moz-transition: all linear false 0.3s;
    -o-transition: all linear false 0.3s;
    transition: all linear 0.3s; }
  main > section .row:last-of-type {
    margin-bottom: 0; }

.row {
  max-width: 980px;
  min-width: 320px;
  margin: 0 auto 2.25em auto;
  display: block;
  position: relative;
  z-index: 1; }
  .row:before, .row:after {
    content: ' ';
    display: table;
    clear: both; }
  .row.alt {
    margin-bottom: 0;
    background: #f4f5f5;
    border-top: 1px solid #6E6E6E;
    border-bottom: 1px solid #6E6E6E;
    display: table; }
    .row.alt div[class^="col"] {
      -webkit-transition: none false false;
      -moz-transition: none false false false;
      -o-transition: none false false false;
      transition: none; }
      .row.alt div[class^="col"]:first-of-type {
        background: #fff; }
  .row header {
    display: block;
    width: 100%; }
    .row header:after {
      content: '';
      clear: both;
      width: 100%;
      display: block; }
    .row header p {
      font-size: 1.5rem;
      font-weight: 500;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
      float: left;
      padding: 0 0 1em 0; }
      .row header p:after {
        content: '';
        background: #001f53;
        height: 2px;
        width: 100%;
        display: block;
        position: absolute;
        bottom: .75em;
        left: 0; }

.page-template-template-faq .row {
  display: table; }

div[class^="col"] {
  position: relative;
  z-index: 1;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear false;
  -o-transition: width 0.2s linear false;
  transition: width 0.2s linear; }

.col2 {
  width: 48.5%;
  float: left; }
  .col2:nth-child(odd) {
    margin-right: 3%; }
    .col2:nth-child(odd):after {
      content: '';
      clear: both;
      width: 100%;
      display: block; }

.col3 {
  width: 33.33%;
  float: left; }

.col2-3 {
  width: 65%;
  float: left;
  padding-right: 3%; }
  .col2-3.has-thumb {
    padding-left: 230px;
    min-height: 230px; }
    .col2-3.has-thumb img {
      width: auto;
      height: 230px;
      position: absolute;
      top: 0;
      left: 0; }

.col1-3 {
  width: 35%;
  float: left;
  padding: 0 2.25em;
  margin: 0; }

.push .col2-3 {
  margin-left: 28%; }

.content {
  display: table; }

.widget {
  background: #f4f5f5;
  border: 1px solid #ebebeb;
  padding: 1.875rem 1.875rem; }
  .widget .address [itemprop="name"] {
    padding-right: 0; }

.alertbox {
  position: relative;
  width: 100%;
  top: 115px;
  left: 0;
  z-index: 400;
  background: #003D77;
  color: white;
  padding: 1em 3em 1em 2em;
  text-align: left;
  overflow: hidden;
  font-size: 1em;
  -webkit-animation: showyourself 500ms linear;
  -moz-animation: showyourself 500ms linear;
  animation: showyourself 500ms linear;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out false;
  -o-transition: all 350ms ease-in-out false;
  transition: all 350ms ease-in-out; }
  .alertbox .hotspot {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    z-index: 10;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .alertbox .close-alert {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px;
    font-size: 1.5em;
    line-height: 1;
    font-weight: 400;
    color: white;
    z-index: 12;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out false;
    -o-transition: color 350ms ease-in-out false;
    transition: color 350ms ease-in-out; }
    .alertbox .close-alert:hover {
      color: #777777; }
  .alertbox h4 {
    color: white;
    font-size: 1.75em;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.2; }
  .alertbox p {
    margin: 0;
    font-weight: 600;
    color: white;
    line-height: 1.35; }
  .alertbox.closed {
    min-height: 0;
    height: 0;
    z-index: 0;
    padding: 0; }

@-webkit-keyframes showyourself {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes showyourself {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

body.header-small .alertbox {
  top: 76px; }

/* ===================================
	Header
*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 401;
  height: 115px;
  width: 100%;
  display: table;
  background: #fff;
  -webkit-transition: height 350ms ease-in-out;
  -moz-transition: height 350ms ease-in-out false;
  -o-transition: height 350ms ease-in-out false;
  transition: height 350ms ease-in-out; }
  #header > div {
    min-width: 320px;
    max-width: 1400px;
    background: #fff;
    margin: 0 auto;
    padding: 0 1em;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    -webkit-transition: padding 0.2s linear;
    -moz-transition: padding 0.2s linear false;
    -o-transition: padding 0.2s linear false;
    transition: padding 0.2s linear; }

#branding-wrap {
  position: relative;
  z-index: 1; }

.menu-wrap {
  width: 100%;
  height: 100%;
  display: table;
  padding: 0 0 0 22em; }

#branding {
  position: absolute;
  z-index: 4;
  top: 1.5em;
  left: 0;
  display: block;
  -webkit-transition: all 350ms linear;
  -moz-transition: all 350ms linear false;
  -o-transition: all 350ms linear false;
  transition: all 350ms linear;
  margin: 0;
  float: left;
  max-width: 80%;
  width: 270px;
  height: 71px; }
  #branding a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-indent: -9999em;
    background: url(_images/logo.svg) no-repeat 0 0/contain;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out false;
    -o-transition: all 350ms ease-in-out false;
    transition: all 350ms ease-in-out; }
  #branding span {
    float: left; }

body.header-small #header {
  height: 75px;
  border-bottom: 1px solid #eee; }

body.header-small .menu-toggle {
  top: 2em; }

body.header-small #branding {
  top: 1em;
  width: 210px;
  height: 58px; }

/* ===================================
	Primary Navigation
*/
.primary-navigation {
  height: 115px;
  width: 100%;
  float: right;
  position: relative;
  z-index: 2;
  -webkit-transition: height 350ms ease-in-out;
  -moz-transition: height 350ms ease-in-out false;
  -o-transition: height 350ms ease-in-out false;
  transition: height 350ms ease-in-out; }
  .primary-navigation > div {
    display: table;
    height: 100%;
    float: right;
    position: relative;
    z-index: 2; }
    .primary-navigation > div > ul {
      float: none;
      display: table-cell;
      vertical-align: middle; }
    .primary-navigation > div #menu-portal-links li {
      display: inline-block;
      margin-top: 1em;
      padding: 0; }
      .primary-navigation > div #menu-portal-links li + li {
        padding-left: 1em;
        border-left: 1px solid #6E6E6E; }
      .primary-navigation > div #menu-portal-links li a {
        color: #777777;
        text-transform: capitalize;
        font-size: 1rem;
        line-height: 1;
        font-weight: 600;
        text-align: center;
        display: block;
        padding: .125em 0 .25em 0; }
        .primary-navigation > div #menu-portal-links li a:hover, .primary-navigation > div #menu-portal-links li a:focus {
          color: #001f53;
          -webkit-transition: color 0.2s linear;
          -moz-transition: color 0.2s linear false;
          -o-transition: color 0.2s linear false;
          transition: color 0.2s linear; }
    .primary-navigation > div #menu-primary-navigation {
      position: relative;
      z-index: 1; }
      .primary-navigation > div #menu-primary-navigation li {
        display: inline-block;
        margin: 0 2em 0 0;
        position: relative;
        z-index: 2; }
        .primary-navigation > div #menu-primary-navigation li a {
          display: block;
          font-size: 1.25rem;
          font-weight: 800;
          letter-spacing: .025em;
          line-height: 2;
          color: #001f53;
          z-index: 1;
          text-transform: capitalize;
          text-align: center;
          position: relative;
          padding: .5em 0 0 0;
          -webkit-transition: all ease-in false;
          -webkit-transition-delay: 0.3s;
          -moz-transition: all ease-in false 0.3s;
          -o-transition: all ease-in false 0.3s;
          transition: all ease-in 0.3s; }
          .primary-navigation > div #menu-primary-navigation li a:hover {
            color: #003D77;
            -webkit-transition: all linear false;
            -webkit-transition-delay: 0.3s;
            -moz-transition: all linear false 0.3s;
            -o-transition: all linear false 0.3s;
            transition: all linear 0.3s; }
        .primary-navigation > div #menu-primary-navigation li:last-child {
          margin-right: 0; }

/* ===================================
	Mobile Navigation
	// menu animation => http://codepen.io/designcouch/pen/Atyop
*/
.menu-toggle {
  display: none;
  background: none;
  border: none;
  height: 2.5em;
  width: 3.25em;
  position: fixed;
  z-index: 5;
  top: 3.5em;
  right: 1.875rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out false;
  -o-transition: all 350ms ease-in-out false;
  transition: all 350ms ease-in-out; }
  .menu-toggle span:not(:first-child) {
    display: block;
    position: absolute;
    height: .325em;
    width: 100%;
    background: #003D77;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out false;
    -o-transition: all 0.25s ease-in-out false;
    transition: all 0.25s ease-in-out; }
  .menu-toggle span:nth-child(2) {
    top: 0px; }
  .menu-toggle span:nth-child(3) {
    top: 12px; }
  .menu-toggle span:nth-child(4) {
    top: 12px; }
  .menu-toggle span:nth-child(5) {
    top: 24px; }
  .menu-toggle.open span:nth-child(2) {
    top: 12px;
    width: 0%;
    left: 50%; }
  .menu-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-toggle.open span:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .menu-toggle.open span:nth-child(5) {
    top: 12px;
    width: 0%;
    left: 50%; }

.mobile-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  cursor: pointer;
  background: red;
  height: 100%;
  width: 100%;
  background: #777777;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out false;
  -o-transition: opacity 0.3s ease-out false;
  transition: opacity 0.3s ease-out; }

/* ===================================
	Footer
*/
#footer {
  width: 100%;
  background: #fff; }
  #footer > div {
    max-width: 980px;
    min-width: 320px;
    margin: 0 auto;
    display: block;
    padding: .5em 1em .5em 1em;
    border-top: 1px solid #6E6E6E; }
    #footer > div p {
      text-align: center;
      color: #231F20;
      margin: 0;
      font-size: .75rem; }

/* ===================================
	Hero
*/
.hero {
  display: block;
  width: 100%;
  margin-bottom: 2.75em;
  background-repeat: no-repeat;
  background-position: center bottom !important;
  background-image: inherit;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .hero .row {
    display: table;
    height: 10em;
    width: 100%;
    padding: 0;
    margin-bottom: 0; }
    .hero .row .col2-3,
    .hero .row .col1-3 {
      vertical-align: middle;
      display: table-cell;
      float: none; }
    .hero .row .col1-3 {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
      position: relative;
      z-index: 3; }
      .hero .row .col1-3:after {
        content: '';
        background: #001f53;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  .hero h1 {
    color: #fff;
    font-weight: 800;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 5rem;
    letter-spacing: -.02rem;
    line-height: .875;
    text-transform: capitalize;
    margin-bottom: .125em;
    padding-top: .25em; }
  .hero header.row h1 {
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02rem;
    padding: .375em .75em;
    margin: 0;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: -1.40625rem;
    text-transform: uppercase;
    color: #fff; }
    .hero header.row h1:after {
      content: '';
      background: #001f53;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8;
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .hero header.row h1 span {
      position: relative;
      z-index: 4; }
  .hero h2 {
    color: #fff;
    font-weight: 700;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: .02rem;
    line-height: 1.75;
    text-transform: uppercase;
    text-shadow: #000 1px 0px 1px; }

body.home .hero .row {
  height: 26em; }

body:not(.home) .hero {
  border-bottom: 2px solid #003D77; }

.row.news {
  margin-top: 2em; }
  .row.news h3 {
    margin-bottom: 1.4em; }
  .row.news article.news {
    border: 0; }

body.single-post h3 {
  margin-top: 5px; }

body.single-post .content a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 350ms ease-in-out;
  -moz-transition: border 350ms ease-in-out false;
  -o-transition: border 350ms ease-in-out false;
  transition: border 350ms ease-in-out; }
  body.single-post .content a:hover {
    border-color: #003D77; }
  body.single-post .content a.backto {
    position: relative;
    border: 0;
    display: inline-block;
    margin-bottom: 1.25em; }
    body.single-post .content a.backto:before {
      content: "<";
      display: inline-block;
      margin-right: 10px;
      position: relative;
      top: -1px;
      -webkit-transition: all 350ms ease-in-out;
      -moz-transition: all 350ms ease-in-out false;
      -o-transition: all 350ms ease-in-out false;
      transition: all 350ms ease-in-out; }
    body.single-post .content a.backto:hover {
      border: 0;
      padding: 0; }
      body.single-post .content a.backto:hover:before {
        margin-right: 5px; }

.post-nav {
  clear: both;
  margin-top: 25px;
  padding-top: 2em;
  border-top: 1px solid #eee; }
  .post-nav .prev {
    float: left; }
    .post-nav .prev a {
      width: 125px; }
  .post-nav .next {
    float: right; }
    .post-nav .next a {
      width: 80px; }

h2.post-title {
  font-size: 32px;
  margin-top: 0;
  clear: both;
  width: 100%; }
  h2.post-title .meta {
    font-size: 18px;
    display: block;
    color: #003D77;
    margin-top: 5px; }

article.news {
  border-top: 1px solid #6E6E6E;
  border-bottom: 1px solid #6E6E6E;
  position: relative; }
  article.news a.hotspot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  article.news.has-thumb {
    padding-left: 230px;
    min-height: 232px; }
  article.news img {
    width: auto;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0; }
  article.news h5 {
    font-weight: 700;
    font-size: 1.25rem;
    color: #001f53;
    margin-top: 1.25em;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
    article.news h5 a {
      color: #001f53;
      -webkit-transition: color 350ms ease-in-out;
      -moz-transition: color 350ms ease-in-out false;
      -o-transition: color 350ms ease-in-out false;
      transition: color 350ms ease-in-out;
      position: relative; }
      article.news h5 a::after {
        content: '';
        background: #6E6E6E;
        height: 2px;
        width: 40px;
        position: absolute;
        z-index: 2;
        bottom: -12px;
        left: 0;
        -webkit-transition: width 350ms ease-in-out;
        -moz-transition: width 350ms ease-in-out false;
        -o-transition: width 350ms ease-in-out false;
        transition: width 350ms ease-in-out; }
      article.news h5 a:hover {
        color: #003D77; }
        article.news h5 a:hover::after {
          width: 100%; }
    article.news h5 .date {
      color: #003D77;
      border-left: 1px solid #003D77;
      margin-left: 0.25em;
      padding-left: 0.5em;
      font-size: 0.75em;
      font-weight: 500; }
  article.news + article {
    margin-top: 2em; }

.pagenum {
  float: right;
  margin-top: 1em;
  font-size: 1.5em; }
  .pagenum .page-numbers {
    color: #001f53;
    display: inline-block;
    padding: 2px;
    position: relative;
    vertical-align: bottom; }
    .pagenum .page-numbers::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out false;
      -o-transition: all 300ms ease-in-out false;
      transition: all 300ms ease-in-out;
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      transform: translateY(-5px);
      border-bottom: 1px solid rgba(52, 124, 210, 0); }
    .pagenum .page-numbers.current {
      color: #003D77; }
      .pagenum .page-numbers.current::after {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        border-color: #003D77; }
    .pagenum .page-numbers.prev, .pagenum .page-numbers.next {
      position: relative;
      height: 1.4em;
      width: 0.75em; }
      .pagenum .page-numbers.prev::after, .pagenum .page-numbers.next::after {
        display: none; }
      .pagenum .page-numbers.prev span, .pagenum .page-numbers.next span {
        display: none; }
      .pagenum .page-numbers.prev::before, .pagenum .page-numbers.next::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out false;
        -o-transition: all 300ms ease-in-out false;
        transition: all 300ms ease-in-out; }
    .pagenum .page-numbers.prev::before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 8px 5px 0;
      border-color: transparent #001f53 transparent transparent; }
    .pagenum .page-numbers.prev:hover::before {
      border-color: transparent #003D77 transparent transparent; }
    .pagenum .page-numbers.next::before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 8px;
      border-color: transparent transparent transparent #001f53; }
    .pagenum .page-numbers.next:hover::before {
      border-color: transparent transparent transparent #003D77; }
    .pagenum .page-numbers:hover {
      color: #003D77; }
      .pagenum .page-numbers:hover::after {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        border-color: #003D77; }

.hybrid-gallery {
  display: block;
  width: 100%;
  position: relative;
  margin: 30px 0;
  padding-bottom: 25%;
  overflow: hidden; }
  .hybrid-gallery .gallery-images {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 6px;
    overflow: hidden;
    border-bottom: 0px;
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 100%; }
    .hybrid-gallery .gallery-images > ul {
      display: block;
      width: 100%;
      max-width: 100%;
      height: 0;
      position: relative;
      list-style: none;
      padding: 0 0 43%;
      margin: 0 auto !important;
      overflow: hidden; }
      .hybrid-gallery .gallery-images > ul > li {
        border: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        z-index: 999;
        list-style: none !important;
        padding: 0;
        margin: 0 !important;
        background: #ffffff; }
        .hybrid-gallery .gallery-images > ul > li:before {
          display: none; }
        .hybrid-gallery .gallery-images > ul > li img {
          display: block;
          max-width: 100%;
          height: auto;
          margin: 0 auto;
          width: 100%; }
        .hybrid-gallery .gallery-images > ul > li .caption {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          z-index: 2;
          background-color: rgba(52, 124, 210, 0.9);
          padding: 6px 10px;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          zoom: 1; }
          .hybrid-gallery .gallery-images > ul > li .caption p {
            margin: 0;
            color: white; }
      .hybrid-gallery .gallery-images > ul > li.current {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        zoom: 1;
        pointer-events: auto;
        z-index: 200; }
        .hybrid-gallery .gallery-images > ul > li.current .caption {
          -webkit-transition: opacity 300ms ease-in-out;
          -moz-transition: opacity 300ms ease-in-out false;
          -o-transition: opacity 300ms ease-in-out false;
          transition: opacity 300ms ease-in-out;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1;
          zoom: 1; }
  .hybrid-gallery .gallery-controls-container {
    width: calc(100% + 5px);
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 2; }
    .hybrid-gallery .gallery-controls-container .gallery-controls {
      position: relative;
      padding: 0;
      overflow: hidden;
      margin: 0;
      -webkit-transition: left 400ms ease-in-out, top 400ms ease-in-out;
      -moz-transition: left 400ms ease-in-out false, top 400ms ease-in-out false;
      -o-transition: left 400ms ease-in-out false, top 400ms ease-in-out false;
      transition: left 400ms ease-in-out, top 400ms ease-in-out; }
      .hybrid-gallery .gallery-controls-container .gallery-controls > li {
        list-style: none;
        margin: 0;
        display: block;
        float: left;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out false;
        -o-transition: all 300ms ease-in-out false;
        transition: all 300ms ease-in-out;
        cursor: pointer;
        padding: 0 5px 0 0; }
        .hybrid-gallery .gallery-controls-container .gallery-controls > li:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          height: 0;
          width: calc(100% - 5px);
          background-color: #003D77;
          -webkit-transition: all 300ms ease-in-out;
          -moz-transition: all 300ms ease-in-out false;
          -o-transition: all 300ms ease-in-out false;
          transition: all 300ms ease-in-out;
          border-radius: 0; }
        .hybrid-gallery .gallery-controls-container .gallery-controls > li div,
        .hybrid-gallery .gallery-controls-container .gallery-controls > li img {
          background: #003D77;
          padding: 0;
          display: block;
          width: 100%;
          height: auto;
          margin: 0;
          border: 0 none; }
        .hybrid-gallery .gallery-controls-container .gallery-controls > li.fill {
          cursor: default; }
          .hybrid-gallery .gallery-controls-container .gallery-controls > li.fill::before, .hybrid-gallery .gallery-controls-container .gallery-controls > li.fill::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 0%;
            margin-left: -2px;
            width: 100%;
            height: 0;
            border: 1px solid #fff;
            background: transparent;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
            opacity: 0.5; }
          .hybrid-gallery .gallery-controls-container .gallery-controls > li.fill::before {
            -webkit-transform: rotate(29deg);
            -moz-transform: rotate(29deg);
            -ms-transform: rotate(29deg);
            -o-transform: rotate(29deg);
            transform: rotate(29deg); }
          .hybrid-gallery .gallery-controls-container .gallery-controls > li.fill::after {
            -webkit-transform: rotate(-29deg);
            -moz-transform: rotate(-29deg);
            -ms-transform: rotate(-29deg);
            -o-transform: rotate(-29deg);
            transform: rotate(-29deg); }
      .hybrid-gallery .gallery-controls-container .gallery-controls > li.on::before {
        height: 5px; }
  .hybrid-gallery .nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 43%;
    z-index: 201; }
    .hybrid-gallery .nav .next_prev {
      position: absolute;
      top: 50%;
      margin-top: -25px;
      display: block;
      width: 40px;
      height: 50px;
      background: rgba(35, 35, 35, 0.9);
      text-indent: -9999px;
      z-index: 5;
      cursor: pointer;
      right: 0px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
      opacity: 0.4;
      -webkit-transition: opacity 300ms ease-in-out;
      -moz-transition: opacity 300ms ease-in-out false;
      -o-transition: opacity 300ms ease-in-out false;
      transition: opacity 300ms ease-in-out; }
      .hybrid-gallery .nav .next_prev:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }
    .hybrid-gallery .nav .next {
      right: 0; }
    .hybrid-gallery .nav .prev {
      left: 0; }
    .hybrid-gallery .nav .next_prev::before,
    .hybrid-gallery .nav .next_prev::after {
      position: absolute;
      left: 10px;
      width: 2px;
      height: 50%;
      background: white;
      content: '';
      -webkit-transition: -webkit-transform 300ms ease-in-out;
      -moz-transition: -moz-transform 300ms ease-in-out false;
      -o-transition: -o-transform 300ms ease-in-out false;
      transition: transform 300ms ease-in-out;
      outline: 1px solid transparent; }
    .hybrid-gallery .nav .next_prev::before {
      top: 50%;
      -webkit-transform: translateX(-50%) rotate(-135deg);
      -moz-transform: translateX(-50%) rotate(-135deg);
      -ms-transform: translateX(-50%) rotate(-135deg);
      -o-transform: translateX(-50%) rotate(-135deg);
      transform: translateX(-50%) rotate(-135deg);
      -webkit-transform-origin: 50% 0%;
      transform-origin: 50% 0%; }
    .hybrid-gallery .nav .next_prev.next::before {
      -webkit-transform: translateX(-50%) rotate(135deg);
      -moz-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
      -o-transform: translateX(-50%) rotate(135deg);
      transform: translateX(-50%) rotate(135deg);
      -webkit-transform-origin: 50% 0%;
      transform-origin: 50% 0%;
      left: 30px; }
    .hybrid-gallery .nav .next_prev::after {
      top: 50%;
      -webkit-transform: translateX(-50%) rotate(-45deg);
      -moz-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
      -o-transform: translateX(-50%) rotate(-45deg);
      transform: translateX(-50%) rotate(-45deg);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0; }
    .hybrid-gallery .nav .next_prev.next::after {
      -webkit-transform: translateX(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
      -o-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg);
      -webkit-transform-origin: 100% 0%;
      transform-origin: 100% 0%;
      left: 30px; }
    .hybrid-gallery .nav .next_prev:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }

/*****************************************/
/* Snap in */
/*****************************************/
/* ===================================
	FAQ
*/
.faq-list > div {
  border-bottom: 1px solid #6E6E6E;
  margin-bottom: 2em;
  padding-bottom: 1em;
  padding-left: 3em; }
  .faq-list > div:last-of-type {
    border: none;
    margin-bottom: 0; }

.faq-list input {
  display: none; }
  .faq-list input:checked ~ article {
    height: auto;
    -webkit-transition: height 0.3s ease-in;
    -moz-transition: height 0.3s ease-in false;
    -o-transition: height 0.3s ease-in false;
    transition: height 0.3s ease-in; }
  .faq-list input:checked ~ label::before {
    top: .125em;
    color: #003D77;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear false;
    -o-transition: all 0.2s linear false;
    transition: all 0.2s linear; }

.faq-list label {
  display: block;
  font-size: 1rem;
  line-height: 1.75;
  color: #001f53;
  font-weight: 500;
  padding-bottom: 0;
  position: relative;
  z-index: 2; }
  .faq-list label:before {
    font-family: "icons";
    content: '\e802';
    color: #6E6E6E;
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    z-index: 3;
    top: .1em;
    left: -1.5em;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear false;
    -o-transition: all 0.2s linear false;
    transition: all 0.2s linear; }
  .faq-list label:hover:before {
    color: #003D77; }

.faq-list article {
  overflow: hidden;
  height: 0;
  margin: 1em 0 0 0;
  -webkit-transition: height 0.2s ease-out;
  -moz-transition: height 0.2s ease-out false;
  -o-transition: height 0.2s ease-out false;
  transition: height 0.2s ease-out; }

/* ===================================
	Form base & Login
*/
form {
  position: relative;
  z-index: 4; }
  form legend {
    font-size: 1.6rem;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    margin-bottom: 25px; }
    form legend:after {
      content: '';
      background: #003D77;
      height: 2px;
      width: 40px;
      position: absolute;
      z-index: 2;
      bottom: -12px;
      left: 0; }
    form legend:after {
      bottom: -8px; }
  form .field {
    position: relative;
    z-index: 2;
    display: block;
    height: 2.5em;
    margin-bottom: 1.5em; }
  form label {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    display: block;
    height: 40px;
    width: 100%;
    padding: .675em .5em;
    font-size: 1.15rem;
    line-height: .75;
    text-transform: capitalize;
    color: rgba(54, 54, 54, 0.4); }
    form label.focus {
      display: none; }
  form input[type=text],
  form input[type=email],
  form input[type=password] {
    padding: .675em .5em;
    position: relative;
    z-index: 3;
    width: 100%;
    font-weight: 500;
    border: none;
    font-size: 1rem;
    line-height: 1;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out false;
    -o-transition: color 0.2s ease-out false;
    transition: color 0.2s ease-out; }
    form input[type=text]:focus, form input[type=text]:active,
    form input[type=email]:focus,
    form input[type=email]:active,
    form input[type=password]:focus,
    form input[type=password]:active {
      color: #777777;
      -webkit-transition: color 0.2s ease-in;
      -moz-transition: color 0.2s ease-in false;
      -o-transition: color 0.2s ease-in false;
      transition: color 0.2s ease-in; }
  form .button, form .submit {
    border: none;
    text-transform: capitalize;
    color: #fff !important;
    text-align: center;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.5rem;
    background: #003D77;
    min-width: 8em;
    padding: .25em 1em .375em 1em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear false;
    -o-transition: background 0.1s linear false;
    transition: background 0.1s linear;
    margin-top: .5em !important; }
    form .button:hover, form .button:focus, form .submit:hover, form .submit:focus {
      background: #001f53;
      -webkit-transition: background 0.2s ease-in;
      -moz-transition: background 0.2s ease-in false;
      -o-transition: background 0.2s ease-in false;
      transition: background 0.2s ease-in; }

.login-form legend {
  color: #fff;
  padding-right: 1.5em; }
  .login-form legend:before {
    content: '\e801';
    font-family: "icons";
    color: #fff;
    font-size: 2.5rem;
    position: absolute;
    z-index: 2;
    top: -.125em;
    right: 0em; }

.login-form .button {
  float: left; }
  .login-form .button:hover, .login-form .button:focus {
    background: #f4f5f5;
    color: #003D77 !important; }
  .login-form .button + .button {
    border: none;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.15rem;
    line-height: 1.5rem;
    background: none;
    padding: .25em 0em;
    margin: 0 .125em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-width: auto;
    margin-left: .5em; }
    .login-form .button + .button:hover, .login-form .button + .button:focus {
      background: none !important;
      color: #fff !important; }

.login-form input[type=text],
.login-form input[type=email],
.login-form input[type=password] {
  background: #fff; }

.login_help {
  list-style: none;
  margin: 20px auto 0;
  padding: 0; }
  .login_help > li {
    display: inline-block;
    width: 50%;
    text-align: center; }
    .login_help > li a {
      color: white;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out false;
      -o-transition: all 150ms ease-in-out false;
      transition: all 150ms ease-in-out; }
      .login_help > li a:hover {
        color: #FFF; }

.error_list {
  list-style: none;
  margin: 20px auto 0;
  padding: 0; }
  .error_list > li {
    width: 100%;
    margin: 0;
    padding: 5px;
    background: #990000;
    color: #FFF;
    text-align: center;
    font-weight: bold; }

/* ===================================
	Contact Form
*/
.honeypot {
  display: none; }

.gform_wrapper .gform_heading {
  color: #001f53;
  margin: 0 auto 1.5em 0; }
  .gform_wrapper .gform_heading h3 {
    font-size: em(24, 16);
    text-align: left;
    margin-bottom: 10px; }
  .gform_wrapper .gform_heading .gform_description {
    text-align: left;
    color: #222; }

.gform_wrapper .gform_ajax_spinner {
  position: absolute;
  bottom: 18px;
  left: -30px; }

.gform_wrapper .gform_footer {
  position: relative;
  overflow: hidden; }
  .gform_wrapper .gform_footer .gform_button {
    border: none;
    text-transform: capitalize;
    color: #fff !important;
    text-align: center;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.5rem;
    background: #003D77;
    min-width: 8em;
    padding: .25em 1em .375em 1em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear false;
    -o-transition: background 0.1s linear false;
    transition: background 0.1s linear;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: em(17, 16);
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    width: auto;
    -webkit-appearance: none;
    border-radius: 0; }
    .gform_wrapper .gform_footer .gform_button:hover, .gform_wrapper .gform_footer .gform_button:focus {
      background: #001f53;
      -webkit-transition: background 0.2s ease-in;
      -moz-transition: background 0.2s ease-in false;
      -o-transition: background 0.2s ease-in false;
      transition: background 0.2s ease-in; }
    .gform_wrapper .gform_footer .gform_button:hover, .gform_wrapper .gform_footer .gform_button:focus {
      background: #f4f5f5;
      color: #003D77 !important; }

.gform_wrapper .validation_error,
.gform_wrapper .instruction {
  display: none; }

.gform_wrapper .gfield {
  float: left;
  clear: none;
  list-style: none;
  width: 100%;
  padding: 0;
  background: none;
  position: relative;
  margin: 8px 0; }
  .gform_wrapper .gfield:before {
    display: none; }
  .gform_wrapper .gfield.form-left {
    float: left;
    width: 49%; }
  .gform_wrapper .gfield.form-right {
    float: right;
    width: 49%; }
  .gform_wrapper .gfield.honeypot {
    display: none; }
  .gform_wrapper .gfield.name .name_first {
    float: left;
    width: 49%; }
  .gform_wrapper .gfield.name .name_last {
    float: right;
    width: 49%; }
  .gform_wrapper .gfield .ginput_complex {
    width: 100%; }
    .gform_wrapper .gfield .ginput_complex .ginput_left,
    .gform_wrapper .gfield .ginput_complex .ginput_right {
      float: left;
      width: 49%; }
      .gform_wrapper .gfield .ginput_complex .ginput_left input,
      .gform_wrapper .gfield .ginput_complex .ginput_right input {
        width: 100%; }
    .gform_wrapper .gfield .ginput_complex .ginput_right {
      float: right; }
    .gform_wrapper .gfield .ginput_complex .ginput_full {
      float: left;
      width: 100%; }
  .gform_wrapper .gfield .gfield_label {
    display: block;
    font-size: em(14, 16);
    color: #001f53;
    padding: 0 0 8px 0;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto; }
  .gform_wrapper .gfield .ginput_container .gfield_checkbox,
  .gform_wrapper .gfield .ginput_container .gfield_radio {
    width: 100%; }
    .gform_wrapper .gfield .ginput_container .gfield_checkbox li,
    .gform_wrapper .gfield .ginput_container .gfield_radio li {
      margin: 0 0px 2px 0;
      padding-left: 0;
      width: 100%;
      float: left; }
      .gform_wrapper .gfield .ginput_container .gfield_checkbox li:before,
      .gform_wrapper .gfield .ginput_container .gfield_radio li:before {
        display: none; }
    .gform_wrapper .gfield .ginput_container .gfield_checkbox input,
    .gform_wrapper .gfield .ginput_container .gfield_radio input {
      border: 0;
      width: auto;
      margin-right: 5px;
      margin-top: 6px;
      height: auto; }
    .gform_wrapper .gfield .ginput_container .gfield_checkbox label,
    .gform_wrapper .gfield .ginput_container .gfield_radio label {
      clear: none;
      font-size: em(16, 16);
      color: white;
      float: none; }
  .gform_wrapper .gfield .ginput_container .gfield_radio li {
    margin-right: 10px;
    width: 195px;
    float: left;
    background: none;
    padding: 0; }
    .gform_wrapper .gfield .ginput_container .gfield_radio li label {
      color: inherit;
      font-size: em(16, 16); }
  .gform_wrapper .gfield .ginput_container input,
  .gform_wrapper .gfield .ginput_container textarea {
    border: 0;
    border-bottom: 2px solid transparent;
    color: #003D77;
    float: left;
    font-size: em(16, 16);
    padding: 0px 10px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
    background: rgba(64, 87, 126, 0.1);
    -webkit-transition: border 300ms ease-in-out;
    -moz-transition: border 300ms ease-in-out false;
    -o-transition: border 300ms ease-in-out false;
    transition: border 300ms ease-in-out; }
    .gform_wrapper .gfield .ginput_container input:focus, .gform_wrapper .gfield .ginput_container input.focus,
    .gform_wrapper .gfield .ginput_container textarea:focus,
    .gform_wrapper .gfield .ginput_container textarea.focus {
      border-bottom-color: #001f53; }
  .gform_wrapper .gfield .ginput_container input {
    height: 45px;
    line-height: 45px; }
  .gform_wrapper .gfield .ginput_container select {
    padding: 9px 10px;
    width: 100%;
    height: 45px;
    border: 1px solid transparent;
    background: rgba(64, 87, 126, 0.1);
    color: #003D77;
    -moz-appearancex: none;
    border-radius: 0; }
  .gform_wrapper .gfield .ginput_container textarea {
    resize: none;
    padding: 9px 10px;
    font-size: em(16, 16);
    font-family: "Montserrat", Helvetica, Arial, sans-serif; }
  .gform_wrapper .gfield .ginput_container label {
    float: left;
    font-size: 1em;
    font-style: italic;
    margin: 0 0 5px 9px;
    line-height: 1.8em;
    color: #9d9d9d;
    clear: both;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0; }
  .gform_wrapper .gfield .ginput_container .instruction {
    display: none; }
  .gform_wrapper .gfield .validation_message {
    position: absolute;
    top: 5px;
    font-size: 0.75em;
    right: 0;
    color: #001f53; }

.gform_wrapper .inset .gfield {
  position: relative;
  margin-top: 0; }
  .gform_wrapper .inset .gfield .validation_message {
    color: red;
    font-weight: 400; }
  .gform_wrapper .inset .gfield label {
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.8);
    color: #003D77;
    text-indent: 15px;
    display: block;
    text-align: left;
    position: relative;
    font-size: em(15, 16);
    letter-spacing: .5px;
    margin: 0;
    font-weight: normal !important;
    -webkit-transition: background 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out false;
    -o-transition: background 200ms ease-in-out false;
    transition: background 200ms ease-in-out; }
  .gform_wrapper .inset .gfield .ginput_container input,
  .gform_wrapper .inset .gfield .ginput_container textarea {
    color: #003D77;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    border: 0;
    height: 50px;
    text-indent: 15px;
    font-weight: normal;
    z-index: 5;
    font-size: em(15, 16);
    text-align: left;
    border: 0;
    width: 100%;
    background: none; }
    .gform_wrapper .inset .gfield .ginput_container input.focus, .gform_wrapper .inset .gfield .ginput_container input:focus,
    .gform_wrapper .inset .gfield .ginput_container textarea.focus,
    .gform_wrapper .inset .gfield .ginput_container textarea:focus {
      background-color: white;
      -webkit-transition: background 200ms ease-in-out;
      -moz-transition: background 200ms ease-in-out false;
      -o-transition: background 200ms ease-in-out false;
      transition: background 200ms ease-in-out; }

.gform_wrapper .gfield.select,
.gform_wrapper .ginput_complex .address_country {
  background: rgba(64, 87, 126, 0.1);
  position: relative;
  height: 45px;
  overflow: hidden; }
  .gform_wrapper .gfield.select label,
  .gform_wrapper .ginput_complex .address_country label {
    display: none; }
  .gform_wrapper .gfield.select:after,
  .gform_wrapper .ginput_complex .address_country:after {
    background: #003D77;
    color: white;
    content: '\3e';
    display: block;
    height: 45px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    line-height: 45px;
    font-size: em(22, 16); }
  .gform_wrapper .gfield.select select,
  .gform_wrapper .ginput_complex .address_country select {
    background: none;
    border: 0 none;
    color: #003D77;
    padding: 6px 15px 6px 15px;
    height: 45px;
    width: 133%;
    font-size: em(13, 16);
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ''; }

.gform_wrapper .ginput_complex .address_country {
  overflow: visible; }
  .gform_wrapper .ginput_complex .address_country label {
    display: block; }

.gform_wrapper .gform_fields {
  overflow: visible;
  padding: 0;
  overflow: hidden; }

.gform_wrapper .ginput_container {
  overflow: visible;
  position: static; }

.gforms_confirmation_message {
  background: #003D77;
  padding: 1em;
  color: white;
  border-bottom: 2px solid #001f53;
  font-size: em(20, 16);
  text-align: center;
  max-width: 960px;
  margin: 1em auto; }

form.post-password-form {
  clear: both;
  width: 100%;
  margin-top: 2em;
  border-top: 1px solid #eee;
  padding-top: 1em; }
  form.post-password-form > p {
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom: 10px; }
  form.post-password-form label {
    position: relative;
    display: block;
    color: #001f53;
    padding: 0 0 8px 0;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: 45px;
    line-height: 45px; }
    form.post-password-form label > input {
      border: 0;
      border-bottom: 2px solid transparent;
      color: #003D77;
      float: left;
      font-size: em(16, 16);
      padding: 0px 10px;
      width: 100%;
      -webkit-appearance: none;
      border-radius: 0;
      background: rgba(64, 87, 126, 0.1);
      -webkit-transition: border 300ms ease-in-out;
      -moz-transition: border 300ms ease-in-out false;
      -o-transition: border 300ms ease-in-out false;
      transition: border 300ms ease-in-out; }
      form.post-password-form label > input:focus, form.post-password-form label > input.focus {
        border-bottom-color: #001f53; }
    form.post-password-form label + input {
      border: none;
      text-transform: capitalize;
      color: #fff !important;
      text-align: center;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 1.15rem;
      line-height: 1.5rem;
      background: #003D77;
      min-width: 8em;
      padding: .25em 1em .375em 1em;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-transition: background 0.1s linear;
      -moz-transition: background 0.1s linear false;
      -o-transition: background 0.1s linear false;
      transition: background 0.1s linear;
      margin-top: 0.75em;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-size: em(17, 16);
      height: 50px;
      line-height: 50px;
      padding: 0 20px;
      width: auto;
      -webkit-appearance: none;
      border-radius: 0; }
      form.post-password-form label + input:hover, form.post-password-form label + input:focus {
        background: #001f53;
        -webkit-transition: background 0.2s ease-in;
        -moz-transition: background 0.2s ease-in false;
        -o-transition: background 0.2s ease-in false;
        transition: background 0.2s ease-in; }
      form.post-password-form label + input:hover, form.post-password-form label + input:focus {
        background: #f4f5f5;
        color: #003D77 !important; }

/* ===================================
	Google Map
*/
#map-canvas {
  margin: 0 0 1.875rem 0;
  padding: 0;
  height: 340px;
  width: 100%;
  display: table;
  background-repeat: no-repeat;
  background-position: center bottom !important;
  background-image: inherit;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

iframe.map {
  margin: 0 0 1.875rem 0; }

.contact-numbers {
  margin-top: 2em; }
  .contact-numbers h3 {
    margin-bottom: 15px; }

.white-popup {
  background: white;
  max-width: 750px;
  margin: 0 auto;
  padding: 15px;
  position: relative; }
  .white-popup.error {
    max-width: 600px;
    text-align: center;
    padding: 25px; }
  .white-popup .fa {
    font-size: 5.5em;
    color: #003D77;
    margin-bottom: 20px;
    width: 100%; }
  .white-popup h3 {
    font-size: 18px;
    border-bottom: 2px solid #6E6E6E;
    padding-bottom: 5px;
    display: inline-block;
    text-transform: none; }
  .white-popup p {
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    padding: 0 20px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #ccc;
  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 {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: pointer;
  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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader, .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 {
  position: absolute;
  right: 0;
  top: -50px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 65px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.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: transparent; }
  .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 white;
    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 white;
    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: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.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: black; }

/* 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: #444444; }
  .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 {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.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; }

@media only screen and (min-width: 1300px) {
  #header > div {
    padding: 0 8em;
    -webkit-transition: padding 0.2s linear;
    -moz-transition: padding 0.2s linear false;
    -o-transition: padding 0.2s linear false;
    transition: padding 0.2s linear; } }

@media only screen and (max-width: 1200px) {
  .primary-navigation > div #menu-portal-links li a {
    font-size: 1rem; }
  .primary-navigation > div #menu-primary-navigation li {
    margin: 0 1em 0 0; }
    .primary-navigation > div #menu-primary-navigation li a {
      font-size: 1.15rem;
      font-weight: 800;
      letter-spacing: .025em;
      line-height: 2;
      text-transform: capitalize;
    } }

@media only screen and (max-width: 1100px) {
  #header > div,
  main > section, main .section,
  #footer > div {
    padding-left: 1.875rem;
    padding-right: 1.875rem; } }

@media only screen and (max-width: 1020px) {
  .hero header.row h1 {
    left: 2px; }
  .address [itemprop="name"] {
    padding-right: 2em; } }

@media only screen and (max-width: 1000px) {
  .hero h1 {
    font-size: 4.25rem; }
  .hero h2 {
    font-size: 1.375rem; }
  .hero .row .col2-3 {
    width: 60%; }
  .hero .row .col1-3 {
    width: 40%; } }

@media (min-width: 768px) {
  .hybrid-gallery {
    padding-bottom: 0; }
    .hybrid-gallery .nav {
      width: calc(100% - 95px);
      padding-bottom: 39%; }
      .hybrid-gallery .nav .next_prev {
        width: 50px;
        height: 80px;
        margin-top: -40px; }
        .hybrid-gallery .nav .next_prev.next:after, .hybrid-gallery .nav .next_prev.next:before {
          left: 40px; }
    .hybrid-gallery .gallery-images {
      width: calc(100% - 95px);
      margin: 0;
      padding-bottom: 0; }
    .hybrid-gallery .gallery-controls-container {
      width: 75px;
      bottom: auto;
      left: auto;
      top: 0;
      right: 0;
      height: 0;
      padding-bottom: 31%; }
      .hybrid-gallery .gallery-controls-container .gallery-controls {
        width: 100% !important;
        left: 0 !important;
        position: absolute; }
        .hybrid-gallery .gallery-controls-container .gallery-controls > li {
          width: auto !important;
          float: none;
          padding: 0; }
          .hybrid-gallery .gallery-controls-container .gallery-controls > li + li {
            margin-top: 5px; }
          .hybrid-gallery .gallery-controls-container .gallery-controls > li div,
          .hybrid-gallery .gallery-controls-container .gallery-controls > li img {
            width: auto;
            height: 100%; }
          .hybrid-gallery .gallery-controls-container .gallery-controls > li::before {
            width: 0;
            height: calc(100% - 5px); }
          .hybrid-gallery .gallery-controls-container .gallery-controls > li.fill::before, .hybrid-gallery .gallery-controls-container .gallery-controls > li.fill::after {
            margin-left: 0;
            margin-top: -5px; }
        .hybrid-gallery .gallery-controls-container .gallery-controls > li.on::before {
          height: calc(100% - 5px);
          width: 5px; } }

@media only screen and (min-width: 901px) {
  .hero .row .col2-3 {
    background-image: none !important; }
  .feature-image {
    display: block; }
  .mobile-feature-image {
    display: none; }
  iframe.map,
  .contact-numbers {
    float: right;
    max-width: 49%;
    margin-top: 0; }
  .page-template-template-section-contact section .row {
    overflow: hidden; }
    .page-template-template-section-contact section .row .address {
      max-width: 51%;
      float: left; }
  body.home .row.alt .content {
    display: block;
    min-height: 275px; }
    body.home .row.alt .content p {
      line-height: 1.55; }
    body.home .row.alt .content .feature-image {
      height: auto; }
  body.home .row.alt .cta {
    font-size: 1rem;
    padding: 0.5em 1em;
    display: inline-block;
    float: none; }
  body.home .address .phonefax + a {
    display: block; }
  body.home .address .phonefax.fax {
    padding-left: 0px;
    margin-left: 0px;
    border-left: none; }
  .address .phonefax.fax {
    padding-left: 5px;
    margin-left: 3px;
    border-left: 1px solid #ccc; }
  .address .phonefax + a {
    display: inline-block; } }

@media only screen and (min-width: 1100px) {
  body.home .row.alt .content p {
    line-height: 1.7; }
  body.home .row.alt .cta {
    font-size: 1.15rem;
    padding: 0.65em 1em; }
  body.home .row.news .cta {
    padding: 0.65em 1em; }
  form.login-form .submit {
    padding: 0.65em 1em; }
  form.login-form .button + .button {
    padding: 0.6em 0; } }

@media only screen and (max-width: 900px) {
  body.home .hero {
    padding: 0 0 0 0;
    background-image: none !important; }
    body.home .hero h1 {
      font-size: 4.375rem;
      margin-top: .25em; }
    body.home .hero h2 {
      font-size: 1.375rem; }
    body.home .hero .row {
      height: auto;
      display: block; }
      body.home .hero .row .col2-3, body.home .hero .row .col1-3 {
        width: 100%;
        display: block;
        margin: 0; }
      body.home .hero .row .col2-3 {
        text-align: center;
        padding: 3.5em 1.875rem;
        background-repeat: no-repeat;
        background-position: center bottom !important;
        background-image: inherit;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
      body.home .hero .row .col1-3 {
        background: #003D77 !important;
        border: none;
        padding: 3.5em 1.875rem; }
        body.home .hero .row .col1-3:after {
          display: none; }
  div[class^="col"] {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .intro {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    position: absolute;
    z-index: 1;
    background: none;
    border: none !important; }
  .feature-image {
    display: none; }
  img.default {
    display: none; }
  .mobile-feature-image {
    display: block;
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center bottom !important;
    background-image: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .row.alt {
    border: none;
    background: none; }
    .row.alt .col2-3.has-thumb, .row.alt .col2-3 {
      padding-left: 0; }
      .row.alt .col2-3.has-thumb img, .row.alt .col2-3 img {
        position: inherit;
        width: 100%;
        height: auto; }
      .row.alt .col2-3.has-thumb ~ .col1-3, .row.alt .col2-3 ~ .col1-3 {
        background: #f4f5f5;
        border: 1px solid #ebebeb;
        padding: 2.8125rem 1.875rem 4.6875rem 1.875rem; }
    .row.alt .content {
      padding-left: 1.875rem;
      padding-right: 1.875rem; }
  .primary-navigation > div > ul:last-child li + li {
    border-left: 0;
    margin-left: 0; }
  .col2-3 ~ .col1-3 {
    margin-top: 4em; }
  article.news.has-thumb {
    padding-left: 0;
    min-height: auto; } }

@media only screen and (max-width: 500px) {
  main > section img.alignleft, main > section img.alignright {
    float: none;
    margin: 5px auto; }
  .hero .row {
    height: 10em; } }

@media only screen and (min-width: 500px) and (max-width: 600px) {
  .hero h1 {
    font-size: 3.5rem; }
  .hero h2 {
    font-size: 1.15rem; } }

@media only screen and (max-width: 500px) {
  .hero h1 {
    font-size: 3rem; }
  .hero h2 {
    font-size: 1rem; } }

@media only screen and (max-width: 400px) {
  #branding {
    top: 2.5em;
    width: 170px;
    height: 50px; }
  body.header-small #branding {
    width: 170px;
    height: 50px; }
  body .primary-navigation {
    width: 90%;
    right: -90%; }
  body.mobile-menu .primary-navigation {
    right: 0; } }

@media only screen and (min-width: 900px) {
  .primary-navigation > div ul#menu-portal-links {
    display: block;
    position: absolute;
    top: 1em;
    right: 0;
    z-index: 5; }
    .primary-navigation > div ul#menu-portal-links li {
      margin-top: 0;
      margin-bottom: 0; }
      .primary-navigation > div ul#menu-portal-links li + li {
        margin-left: 1em; }
      .primary-navigation > div ul#menu-portal-links li a {
        font-size: .875rem;
        font-weight: 600; }
  body.header-small .primary-navigation {
    height: 75px; }
    body.header-small .primary-navigation #menu-portal-links {
      top: 0; }
      body.header-small .primary-navigation #menu-portal-links li {
        margin-top: 0.5em; }
        body.header-small .primary-navigation #menu-portal-links li a {
          font-size: 1em; } }

@media only screen and (max-width: 900px) {
  .menu-toggle {
    display: block; }
  .primary-navigation {
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 4;
    background: #fff;
    padding: 0.9375rem;
    width: 400px;
    height: 100vh;
    padding: 8.75em 0 0 0;
    border-left: 1px solid #777777;
    -webkit-transition: right 0.2s linear;
    -moz-transition: right 0.2s linear false;
    -o-transition: right 0.2s linear false;
    transition: right 0.2s linear; }
    .primary-navigation:after {
      visibility: visible; }
    .primary-navigation > div {
      float: none;
      display: block; }
      .primary-navigation > div #menu-portal-links,
      .primary-navigation > div #menu-primary-navigation {
        width: 100%;
        padding: 0;
        margin: 0;
        display: block; }
        .primary-navigation > div #menu-portal-links li,
        .primary-navigation > div #menu-primary-navigation li {
          width: 100%;
          display: table;
          margin: 0;
          padding: 0 !important;
          height: 4em;
          border-bottom: 1px solid #6E6E6E; }
          .primary-navigation > div #menu-portal-links li a,
          .primary-navigation > div #menu-primary-navigation li a {
            display: table-cell;
            vertical-align: middle;
            text-align: right;
            margin: 0;
            text-transform: capitalize;
            padding: 0 1.875rem;
            height: 100%;
            font-size: 1.25rem;
            line-height: 1.5; }
      .primary-navigation > div ul #menu-portal-links {
        padding-top: 8.5em;
        background: white; }
        .primary-navigation > div ul #menu-portal-links li:last-child {
          border-bottom: none; }
      .primary-navigation > div ul #menu-primary-navigation {
        background: #f4f5f5;
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0; }
  .mobile-menu {
    overflow-y: hidden; }
    .mobile-menu .primary-navigation {
      right: 0; }
    .mobile-menu .menu-toggle {
      position: absolute; }
    .mobile-menu .mobile-overlay {
      visibility: visible;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      opacity: 0.9;
      -webkit-transition: opacity 0.2s ease-in;
      -moz-transition: opacity 0.2s ease-in false;
      -o-transition: opacity 0.2s ease-in false;
      transition: opacity 0.2s ease-in; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .col1-3 .login-form {
    height: 100%; }
    .col1-3 .login-form legend {
      margin-top: 45px; } }

@media screen and (min-width: 0\0) {
  .col1-3 .login-form {
    height: 100%; }
  .hero .row .col1-3 {
    border: 0; }
    .hero .row .col1-3:after {
      display: none; } }

label[for="remember"] {
  display:inline !important;
  position:relative;
  color:#fff;
  font-weight: bold;
}

.portal-login-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.portal-login-container input[type="submit"] {
  background: #347cd2;
}

.portal-login-container a {
  font-weight: 600;
}