/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

h1 {
  font-weight: 300;
  font-size: 32px;
  line-height: 46px;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 70px;
  }
}

h2, .news-relatedposts h3, h3 {
  font-weight: 600;
  line-height: 1.5em;
  color: #023a78;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "open-sans", sans-serif;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  background-color: #e5ebf1;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.button, .footer-contact form input[type='submit'], html .content .formcraft-css .fc-form .form-element .submit-cover.animate-false .submit-button, .pagination li span.current, .pagination li a {
  display: inline-block;
  background-color: #efc441;
  color: #023a78;
  text-align: center;
  padding: 10px 36px;
  margin: 18px 0 0;
  font-size: 16px;
  font-weight: 300;
  border: 0;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button:hover, .footer-contact form input[type='submit']:hover, html .content .formcraft-css .fc-form .form-element .submit-cover.animate-false .submit-button:hover, .pagination li span.current:hover, .pagination li a:hover {
  background-color: rgba(239, 196, 65, 0.7);
  text-decoration: none;
}

.header {
  width: 100%;
  float: left;
  background-color: white;
}
.header-cont {
  width: 100%;
  max-width: 1030px;
  height: 210px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .header-cont {
    height: 155px;
  }
}
.header-cont-outside {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.header-bar {
  position: relative;
}
.header-bar-cont {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .header-bar-cont {
    width: auto;
  }
}
.header-bar a.header-bar-link {
  width: 50%;
  height: 52px;
  line-height: 52px;
  display: block;
  float: left;
  background-color: #efc441;
  color: #023a78;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 768px) {
  .header-bar a.header-bar-link {
    width: auto;
    margin: 0 0 0 3px;
    padding: 0 50px;
    background-color: #e5ebf1;
    box-sizing: initial;
    font-size: 17px;
  }
}
.header-bar a.header-bar-link:before {
  content: '';
  width: 14px;
  height: 15px;
  display: inline-block;
  margin: 14px 6px 0 0;
  background-image: url("img/cal.png");
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .header-bar a.header-bar-link:before {
    width: 22px;
    height: 24px;
    display: block;
    float: left;
  }
}
.header-bar a.header-bar-link.header-bar-search {
  padding: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-bar a.header-bar-link.header-bar-search {
    display: block;
  }
}
.header-bar a.header-bar-link.header-bar-search span {
  content: '';
  display: block;
  width: 52px;
  height: 52px;
  text-align: center;
  background-color: #e5ebf1;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-bar a.header-bar-link.header-bar-search span svg {
  width: 22px;
  height: 22px;
  fill: #023a78;
  margin-top: 14px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-bar a.header-bar-link.header-bar-search:before {
  display: none;
}
.header-bar a.header-bar-link.header-bar-search:hover {
  padding: 0;
}
.header-bar a.header-bar-link.header-bar-search:hover span {
  background-color: #023a78;
}
.header-bar a.header-bar-link.header-bar-search:hover svg {
  fill: white;
}
.header-bar a.header-bar-link:nth-child(1) {
  border-right: 2px solid white;
}
@media only screen and (min-width: 768px) {
  .header-bar a.header-bar-link:nth-child(1) {
    border: 0;
  }
}
.header-bar a.header-bar-link:nth-child(2) {
  background-color: #efc441;
  border-left: 2px solid white;
}
@media only screen and (min-width: 768px) {
  .header-bar a.header-bar-link:nth-child(2) {
    border: 0;
  }
}
.header-bar a.header-bar-link:nth-child(2):before {
  width: 15px;
  height: 17px;
  margin: 12px 6px 0 0;
  background-image: url("img/hand.png");
}
@media only screen and (min-width: 768px) {
  .header-bar a.header-bar-link:nth-child(2):before {
    width: 24px;
    height: 27px;
    display: block;
    float: left;
  }
}
.header-bar a.header-bar-link:hover {
  text-decoration: none;
  background-color: #efc441;
}
@media only screen and (min-width: 768px) {
  .header-bar a.header-bar-link:hover {
    padding: 10px 50px 0;
  }
}
.header-bar a.header-bar-link:hover:before {
  background-color: #efc441;
}
.header-search {
  width: 100%;
  display: block;
  height: 52px;
  position: absolute;
  top: 148px;
  right: 0;
  background-color: white;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .header-search {
    width: 100% !important;
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .header-search {
    width: 440px;
    top: 0;
    right: 52px;
    display: none;
    padding: 0;
  }
}
.header-search input[type='text'] {
  width: 100%;
  height: 52px;
  float: left;
  border: 0;
  text-align: left;
  background-color: white;
  border-bottom: 2px solid #023a78;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding: 0 0 0 16px;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
@media only screen and (min-width: 768px) {
  .header-search input[type='text'] {
    width: 97%;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #023a78;
  }
}
.header-search input[type='submit'] {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  right: 10px;
  background-color: #e5ebf1;
  background-image: url("img/search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px;
  border: 0;
  outline: 0;
  cursor: pointer;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .header-search input[type='submit'] {
    right: -52px;
    opacity: 1;
  }
}
.header-search input[type='submit']:hover {
  opacity: 0;
}
.header-search-submit {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  background-color: #023a78;
  position: absolute;
  top: 0;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .header-search-submit {
    right: -52px;
  }
}
.header-search-submit svg {
  width: 22px;
  height: 22px;
  fill: white;
  margin: 15px 0 0 15px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.logo {
  width: 222px;
  height: 70px;
  display: block;
  float: left;
  margin: 62px 10px 10px;
  background-image: url("img/mobilelogo.png");
  background-repeat: no-repeat;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .logo {
    background-image: url("img/mobilelogo2x.png");
    background-size: 222px 70px;
  }
}
@media only screen and (min-width: 768px) {
  .logo {
    width: 155px;
    height: 115px;
    margin: 72px 20px 20px;
    background-image: url("img/logo.png");
    margin: 20px;
  }
}
@media only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (min-resolution: 1.3dppx) {
  .logo {
    background-image: url("img/logo2x.png");
    background-size: 155px 115px;
  }
}

.logo:hover {
  opacity: 0.8;
}

.footer {
  width: 100%;
  float: left;
  background-color: #023a78;
  position: relative;
  color: white;
  font-size: 15px;
  line-height: 20px;
}
.footer .cont {
  max-width: 1030px;
  margin: 0 20px;
}
@media only screen and (min-width: 1030px) {
  .footer .cont {
    margin: 0 auto;
  }
}
.footer a {
  color: #efc441;
}
.footer a.button, .footer html .content .formcraft-css .fc-form .form-element .submit-cover.animate-false a.submit-button, html .content .formcraft-css .fc-form .form-element .submit-cover.animate-false .footer a.submit-button, .footer .pagination li a, .pagination li .footer a {
  color: #023a78;
}
.footer h3 {
  font-size: 15px;
  color: white;
  margin: 0;
}
.footer-links {
  width: 100%;
  float: left;
  padding: 0px 0;
  text-align: center;
}
.footer-links:first-child {
  padding: 30px 0;
}
@media only screen and (min-width: 481px) {
  .footer-links {
    width: 32%;
    padding: 30px 0;
    text-align: left;
  }
}
.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links ul a {
  display: inline-block;
  padding: 4px 0;
}
.footer-links-myagedcare {
  width: 100%;
  max-width: 268px;
  height: 57px;
  display: block;
  margin: 0 auto;
  background-image: url("img/myagedcare.png");
  background-repeat: no-repeat;
  background-size: 100% !important;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .footer-links-myagedcare {
    background-image: url("img/myagedcare2x.png");
    background-size: 268px 57px;
  }
}
.footer-links-charity {
  width: 100%;
  max-width: 120px;
  height: 120px;
  display: block;
  margin: 1.5rem auto;
  background-image: url("img/charity.png");
  background-repeat: no-repeat;
  background-size: 100% !important;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .footer-links-charity {
    background-image: url("img/charity2x.png");
    background-size: 240px 240px;
  }
}
.footer-contact {
  width: 100%;
  float: right;
  padding: 30px 0;
  text-align: center;
}
@media only screen and (min-width: 481px) {
  .footer-contact {
    width: 30%;
    text-align: right;
  }
}
.footer-contact-cont {
  margin: 0 0 14px;
}
.footer-contact form {
  margin: 8px 0 0;
}
.footer-contact form input[type='text'], .footer-contact form input[type='email'] {
  width: 100%;
  background-color: #1c4e86;
  border: 0;
  outline: 0;
  color: white;
  font-size: 15px;
  padding: 4px 0 4px 8px;
  margin: 4px 0 4px 4px;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
}
@media only screen and (min-width: 960px) {
  .footer-contact form input[type='text'], .footer-contact form input[type='email'] {
    width: 45%;
  }
}
.footer-contact form input[type='text']::-webkit-input-placeholder, .footer-contact form input[type='email']::-webkit-input-placeholder {
  color: #b7cada;
}
.footer-contact form input[type='text']:-moz-placeholder, .footer-contact form input[type='email']:-moz-placeholder {
  color: #b7cada;
}
.footer-contact form input[type='text']::-moz-placeholder, .footer-contact form input[type='email']::-moz-placeholder {
  color: #b7cada;
}
.footer-contact form input[type='text']:-ms-input-placeholder, .footer-contact form input[type='email']:-ms-input-placeholder {
  color: #b7cada;
}
.footer-contact form input[type='submit'] {
  outline: 0;
  margin: 2px 0 0;
  padding: 6px 22px;
  border-radius: 0;
  -webkit-appearance: none;
}
.footer-contact form .ajax-loader {
  display: none !important;
}
.footer-base {
  width: 100%;
  float: left;
  background-color: #1c4e86;
  padding: 30px 0;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .footer-base {
    text-align: left;
    line-height: 17px;
  }
}
.footer-base .cont {
  max-width: 1030px;
  margin: 0 20px;
  position: relative;
}
@media only screen and (min-width: 1030px) {
  .footer-base .cont {
    margin: 0 auto;
  }
}
.footer-social {
  margin-top: 20px;
}
@media only screen and (min-width: 960px) {
  .footer-social {
    position: absolute;
    top: -6px;
    right: 0;
    margin-top: 0;
  }
}
.footer-social a {
  display: inline-block;
  margin: 0 0 0 8px;
  color: white;
}
.footer-social a svg {
  height: 16px;
  display: block;
  float: left;
  fill: white;
  margin: 7px auto;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-social a:after {
  display: block;
  float: left;
  margin: 6px 0 0 8px;
}
.footer-social a:hover svg {
  opacity: 0.8;
}
.footer-social a:hover:after {
  text-decoration: underline;
}
.footer-social-facebook:after {
  content: 'Facebook';
}
.footer-social-twitter:after {
  content: 'Twitter';
}
.footer-social-instagram:after {
  content: 'Instagram';
}
.footer-social-linkedin:after {
  content: 'LinkedIn';
}
.footer-buttons {
  background-color: #1c4e86;
}
.footer-buttons ul {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: block;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .footer-buttons ul {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1030px) {
  .footer-buttons ul {
    border-left: 1px solid #023a78;
    border-right: 1px solid #023a78;
  }
}
.footer-buttons ul li {
  margin: 0;
  text-align: center;
  padding: 0;
  flex: 1;
  border-top: 1px solid #023a78;
}
@media only screen and (min-width: 768px) {
  .footer-buttons ul li {
    border: 0;
    border-left: 1px solid #023a78;
    border-right: 1px solid #023a78;
  }
  .footer-buttons ul li:first-child {
    border-left: 0;
  }
  .footer-buttons ul li:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 1030px) {
  .footer-buttons ul li:first-child {
    border-left: 1px solid #023a78;
  }
  .footer-buttons ul li:last-child {
    border-right: 1px solid #023a78;
  }
}
.footer-buttons ul li a {
  width: 100%;
  text-align: center;
  display: block;
  padding: 30px 0;
  color: white;
  font-size: 18px;
}
.footer-buttons ul li a:hover {
  text-decoration: none;
  background-color: #023a78;
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #0c1923;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0c1923;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.header-nav {
  float: right;
  margin: 103px 0 0;
  display: none;
}
@media only screen and (min-width: 481px) {
  .header-nav {
    display: block;
  }
}
.header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav li {
  display: inline-block;
}
.header-nav li:hover a {
  border-bottom: 4px solid #efc441;
}
.header-nav li.current-menu-item a, .header-nav li.current-menu-parent a {
  border-bottom: 4px solid #efc441;
}
.header-nav li a {
  height: 20px;
  padding: 14px 6px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #023a78;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 4px solid transparent;
}
@media only screen and (min-width: 960px) {
  .header-nav li a {
    padding: 14px;
    font-size: 17px;
  }
}
.header-nav li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.header-nav li .sub-menu {
  width: 100%;
  position: absolute;
  top: 155px;
  left: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  opacity: 0;
  padding: 15px 0 20px;
  text-align: center;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-nav li .sub-menu li {
  display: inline-block;
}
.header-nav li .sub-menu li.current-menu-item a {
  font-weight: bold;
}
.header-nav li .sub-menu li:last-child a {
  border: 0;
}
.header-nav li .sub-menu a {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 8px;
  padding: 0;
  color: #023a78;
  font-weight: 300;
  border: 0;
  border-right: 1px solid #023a78;
}
@media only screen and (min-width: 960px) {
  .header-nav li .sub-menu a {
    margin: 0 16px;
  }
}
.header-nav li .sub-menu a:hover {
  text-decoration: underline;
}

.mean-container .mean-bar {
  min-height: initial;
  position: absolute;
  top: 122px;
  padding: 0;
  background-color: transparent;
}

.mean-container .mean-nav {
  margin-top: 20px;
  background: white;
}

.mean-container .mean-nav ul {
  float: left;
  border-bottom: 2px solid #023a78;
}

.mean-container .mean-nav ul ul {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a {
  padding: 0.7em 5% !important;
  text-transform: initial !important;
  color: #023a78;
  border-top: 2px solid #023a78;
  font-weight: 600;
}

.mean-container .mean-nav ul li li a {
  padding: 0.2em 5% !important;
  font-weight: 300 !important;
  opacity: 1 !important;
}

.mean-container .mean-nav ul li li:first-child a {
  padding-top: 0 !important;
  margin-top: -6px;
}

.mean-container .mean-nav ul li li:last-child a {
  padding-bottom: 1em !important;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 21px !important;
  line-height: 21px !important;
  padding: 13px 24px 13px 12px !important;
  font-size: 38px !important;
  font-weight: 300 !important;
  border: 0 !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: transparent;
}

.mean-container a.meanmenu-reveal {
  width: 28px;
  height: 28px;
  top: -52px;
  right: 10px;
  color: #023a78;
  outline: 0;
  font-size: 28px !important;
  font-weight: 300;
}
.mean-container a.meanmenu-reveal.meanclose {
  padding: 20px 13px 11px 13px;
}

.mean-container a.meanmenu-reveal span {
  background-color: #023a78;
  margin-top: 6px;
}

.content {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
}
.content .cont {
  width: auto;
  max-width: 960px;
  margin: 50px 20px;
  line-height: 1.5em;
}
@media only screen and (min-width: 960px) {
  .content .cont {
    margin: 50px auto;
  }
}
.content .cont p:first-of-type {
  font-size: 20px;
  line-height: 28px;
}
.content .cont h2, .content .cont .news-relatedposts h3, .news-relatedposts .content .cont h3 {
  font-size: 30px;
  line-height: 36px;
}
.content .cont h3, .content .cont h4, .content .cont h5, .content .cont h6 {
  margin: 0 0 4px;
}
.content .cont ul {
  padding-left: 20px;
}
.content .cont img, .content .cont div.wp-caption {
  width: auto;
  height: auto;
  max-width: 100%;
}
.content .cont img.alignright, .content .cont div.wp-caption.alignright {
  float: right;
  margin: 10px 0 10px 20px;
  width: 100% !important;
}
@media only screen and (min-width: 680px) {
  .content .cont img.alignright, .content .cont div.wp-caption.alignright {
    width: auto !important;
  }
}
.content .cont img.alignleft, .content .cont div.wp-caption.alignleft {
  float: left;
  margin: 10px 20px 10px 0;
  width: 100% !important;
}
@media only screen and (min-width: 680px) {
  .content .cont img.alignleft, .content .cont div.wp-caption.alignleft {
    width: auto !important;
  }
}
.content .cont img.alignnone, .content .cont div.wp-caption.alignnone {
  float: left;
  margin: 10px 20px 10px 0;
  width: 100%;
}
@media only screen and (min-width: 680px) {
  .content .cont img.alignnone, .content .cont div.wp-caption.alignnone {
    width: auto;
  }
}
.content .cont img.aligncenter, .content .cont div.wp-caption.aligncenter {
  display: block;
  margin: 20px auto;
  width: 100%;
}
@media only screen and (min-width: 680px) {
  .content .cont img.aligncenter, .content .cont div.wp-caption.aligncenter {
    width: auto;
  }
}
.content .cont img.size-medium, .content .cont div.wp-caption.size-medium {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 481px) {
  .content .cont img.size-medium, .content .cont div.wp-caption.size-medium {
    width: 50%;
  }
}
@media only screen and (min-width: 680px) {
  .content .cont img.size-medium, .content .cont div.wp-caption.size-medium {
    width: auto;
  }
}
.content .cont img.size-thumbnail, .content .cont div.wp-caption.size-thumbnail {
  width: 40%;
  height: auto;
  margin: 0 auto 20px;
  float: none;
  clear: both;
  display: block;
}
@media only screen and (min-width: 481px) {
  .content .cont img.size-thumbnail, .content .cont div.wp-caption.size-thumbnail {
    width: 20%;
    float: left;
    clear: none;
    display: inline;
    margin: 10px 20px 10px 0;
  }
}
@media only screen and (min-width: 680px) {
  .content .cont img.size-thumbnail, .content .cont div.wp-caption.size-thumbnail {
    width: auto;
  }
}
@media only screen and (min-width: 481px) {
  .content .cont img.size-thumbnail.alignright, .content .cont div.wp-caption.size-thumbnail.alignright {
    float: right;
    margin: 10px 0 10px 20px;
  }
}
.content-list {
  width: 100%;
  float: left;
  margin: 0 0 50px;
}
.content-list-item {
  width: 100%;
  height: 260px;
  display: flex;
  float: left;
  margin: 0;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 481px) {
  .content-list-item {
    width: 50%;
  }
}
.content-list-item:hover {
  padding: 4px;
}
.content-list-item:hover a:before {
  background-color: #023a78;
  opacity: 1;
}
.content-list-item h2, .content-list-item .news-relatedposts h3, .news-relatedposts .content-list-item h3 {
  margin: 0;
  padding: 0 5px;
  color: white;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  font-weight: 300;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .content-list-item h2, .content-list-item .news-relatedposts h3, .news-relatedposts .content-list-item h3 {
    font-size: 38px;
    line-height: 42px;
    padding: 0 30px;
  }
}
.content-list-item a {
  width: 100%;
  background-color: #023a78;
  padding: 0 16px;
  position: relative;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-list-item a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content-list-item a:hover {
  text-decoration: none;
}
.content-list-cont {
  width: auto;
  max-width: 1030px;
  margin: 0 20px;
  line-height: 1.5em;
}
@media only screen and (min-width: 1030px) {
  .content-list-cont {
    margin: 0 auto;
  }
}
.content .cont blockquote {
  width: auto;
  float: left;
  max-width: 1030px;
  margin: 50px auto;
  padding: 30px 50px;
  box-sizing: border-box;
  line-height: 1.5em;
  background-color: white;
  font-size: 16px;
  position: relative;
}
.content .cont blockquote:first-of-type {
  font-size: 18px;
}
.content .cont blockquote:first-of-type:before {
  display: block;
}
.content .cont blockquote h2, .content .cont blockquote .news-relatedposts h3, .news-relatedposts .content .cont blockquote h3 {
  font-size: 26px;
  line-height: 32px;
  margin-top: 0;
}
.content .cont blockquote p:first-of-type {
  font-size: 17px;
  line-height: 1.5em;
}
.content .cont blockquote p:last-child {
  margin-bottom: 0;
}
.content .cont blockquote .button, .content .cont blockquote .footer-contact form input[type='submit'], .footer-contact form .content .cont blockquote input[type='submit'], html .content .cont blockquote .formcraft-css .fc-form .form-element .submit-cover.animate-false .submit-button, html .content .formcraft-css .fc-form .form-element .submit-cover.animate-false .cont blockquote .submit-button, .content .cont blockquote .pagination li span.current, .pagination li .content .cont blockquote span.current, .content .cont blockquote .pagination li a, .pagination li .content .cont blockquote a {
  display: block;
  margin: 18px auto 0;
  max-width: 180px;
}
.content-hero {
  width: 100%;
  max-width: 100%;
  height: 260px;
  margin: 0 auto;
  background-color: #023a78;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .content-hero {
    height: 420px;
  }
}
.content-hero h1 {
  margin: 0;
  padding: 0;
  max-width: 550px;
  color: white;
  font-weight: 300;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}
.content-hero h2, .content-hero .news-relatedposts h3, .news-relatedposts .content-hero h3 {
  margin: 0;
  padding: 0;
  max-width: 550px;
  color: white;
  font-weight: 300;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}
.content-hero h2 span, .content-hero .news-relatedposts h3 span, .news-relatedposts .content-hero h3 span {
  font-style: italic;
}
.content-hero-noimage {
  height: 120px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .content-hero-noimage {
    height: 180px;
  }
}
.content-hero-noimage h1, .content-hero-noimage h2, .content-hero-noimage .news-relatedposts h3, .news-relatedposts .content-hero-noimage h3 {
  width: 100%;
  max-width: 960px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 960px) {
  .content-hero-noimage h1, .content-hero-noimage h2, .content-hero-noimage .news-relatedposts h3, .news-relatedposts .content-hero-noimage h3 {
    padding: 0;
  }
}
.content-hero-noimage h2, .content-hero-noimage .news-relatedposts h3, .news-relatedposts .content-hero-noimage h3 {
  margin: 10px 0;
}
.content-breadcrumbs {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: white;
  font-weight: 600;
}
.content-breadcrumbs-cont {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
  padding: 20px;
}
@media only screen and (min-width: 960px) {
  .content-breadcrumbs-cont {
    padding: 20px 0;
  }
}
.content-breadcrumbs a {
  color: #023a78;
}

.image-slideshow-caption {
  width: 100%;
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  text-align: left;
  color: #023a78;
}
.image-slideshow-caption span {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.bx-viewport {
  overflow: initial !important;
}
.bx-viewport div {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bx-viewport div img {
  width: 100% !important;
  display: block;
}
.bx-viewport div[aria-hidden="true"] {
  opacity: 0.5;
}

.bx-wrapper {
  width: 100%;
  float: left;
  position: relative;
}

.bx-controls {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
}
.bx-controls .bx-prev, .bx-controls .bx-next {
  background-color: white;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
}
.bx-controls .bx-prev {
  position: absolute;
  top: 0;
  left: 0;
}
.bx-controls .bx-next {
  position: absolute;
  top: 0;
  right: 0;
}

.homepage {
  width: 100%;
  float: left;
  text-align: center;
}
.homepage-hero {
  margin: 0 auto;
  padding: 0;
}
.homepage-hero li {
  display: block;
  justify-content: center;
  background-color: #023a78;
  background-size: cover;
  background-position: center 30%;
}
@media only screen and (max-width: 480px) {
  .homepage-hero li {
    background-image: none !important;
  }
}
@media only screen and (min-width: 481px) {
  .homepage-hero li {
    height: 400px;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-hero li {
    height: 600px;
  }
}
.homepage-hero img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 481px) {
  .homepage-hero img {
    display: none;
  }
}
.homepage-hero div {
  align-self: flex-end;
}
.homepage-hero h1 {
  margin: 20px 0 0;
  padding: 0 30px;
  max-width: 700px;
  color: white;
  font-weight: 300;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
}
@media only screen and (min-width: 481px) {
  .homepage-hero h1 {
    margin: 0 0 20px;
  }
}
.homepage-hero .button, .homepage-hero .footer-contact form input[type='submit'], .footer-contact form .homepage-hero input[type='submit'], .homepage-hero html .content .formcraft-css .fc-form .form-element .submit-cover.animate-false .submit-button, html .content .formcraft-css .fc-form .form-element .submit-cover.animate-false .homepage-hero .submit-button, .homepage-hero .pagination li span.current, .pagination li .homepage-hero span.current, .homepage-hero .pagination li a, .pagination li .homepage-hero a {
  margin-bottom: 0;
}
@media only screen and (min-width: 481px) {
  .homepage-hero .button, .homepage-hero .footer-contact form input[type='submit'], .footer-contact form .homepage-hero input[type='submit'], .homepage-hero html .content .formcraft-css .fc-form .form-element .submit-cover.animate-false .submit-button, html .content .formcraft-css .fc-form .form-element .submit-cover.animate-false .homepage-hero .submit-button, .homepage-hero .pagination li span.current, .pagination li .homepage-hero span.current, .homepage-hero .pagination li a, .pagination li .homepage-hero a {
    margin-bottom: 40px;
  }
}
.homepage-hero-cont {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.homepage-features {
  margin: 0 0 30px;
}
.homepage-features ul {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: block;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.homepage-features ul li {
  width: 100%;
  height: 240px;
  display: flex;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 481px) {
  .homepage-features ul li {
    width: 50%;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-features ul li {
    width: 33.33333%;
  }
}
.homepage-features ul li:hover {
  padding: 0;
}
.homepage-features ul li .homepage-features-cont {
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.homepage-features ul li .homepage-features-text {
  max-width: 320px;
  padding: 0 0 30px;
}
.homepage-features ul li h2, .homepage-features ul li .news-relatedposts h3, .news-relatedposts .homepage-features ul li h3 {
  margin-top: 0;
}
.homepage-features ul li p {
  font-size: 16px;
  line-height: 1.4em;
  margin: 0;
  font-weight: 300;
}
.homepage-features ul li .button, .homepage-features ul li .footer-contact form input[type='submit'], .footer-contact form .homepage-features ul li input[type='submit'], .homepage-features ul li html .content .formcraft-css .fc-form .form-element .submit-cover.animate-false .submit-button, html .content .formcraft-css .fc-form .form-element .submit-cover.animate-false .homepage-features ul li .submit-button, .homepage-features ul .pagination li span.current, .pagination .homepage-features ul li span.current, .homepage-features ul .pagination li a, .pagination .homepage-features ul li a {
  width: 156px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -78px;
  box-sizing: border-box;
}
.homepage-social {
  margin: 60px 0 50px;
}
.homepage-social h1.referral {
  display: none !important;
}
.homepage-social .j-loading {
  border-color: #023a78;
}
.homepage-social .j-loading:before {
  background-color: #023a78;
}
.homepage-social .j-image {
  width: 120px !important;
  height: 120px !important;
  display: block !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  margin: 0 auto;
  position: relative;
}
.homepage-social .j-image img {
  width: auto !important;
  height: 100% !important;
  position: absolute;
  left: 0;
}
.homepage-social .juicer-button, .homepage-social .juicer-feed.modern .j-poster {
  display: none !important;
}
.homepage-social .juicer-button .j-date, .homepage-social .juicer-feed.modern .j-poster .j-date {
  display: none !important;
}
.homepage-social .juicer-feed .j-meta {
  text-align: center;
}
.homepage-social .juicer-feed .j-meta ul {
  font-size: 1.5em;
}
.homepage-social .juicer-feed .j-meta a {
  color: #023a78;
}
.homepage-social .juicer-feed .j-meta a:before {
  color: #023a78;
}
.homepage-social .juicer-feed .j-meta a:hover {
  color: #0352aa;
}
.homepage-social .juicer-feed.modern .j-text {
  padding: 0 15px 20px 20px;
}
.homepage-social .juicer-feed.modern li.feed-item {
  background-color: white;
  padding-top: 20px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.homepage-social .juicer-feed.modern li.feed-item:hover {
  background-color: #f2f5f8;
}
.homepage-social .juicer-feed .j-meta {
  margin-top: 15px;
}
.homepage-social .juicer-feed .j-meta nav {
  position: absolute;
  top: 16px;
  left: 16px;
}
.homepage-social .j-message {
  height: 75px;
  line-height: 20px !important;
  text-align: center;
  overflow: hidden;
  font-weight: 600;
  color: black;
  font-family: "open-sans", sans-serif;
}
.homepage-social .j-message a {
  color: #023a78;
}
.homepage-social .j-message a:hover {
  color: #0352aa;
}

input, textarea {
  font-family: "open-sans", sans-serif !important;
}

.content-formpage {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .content-formpage {
    display: flex;
  }
}
.content-formpage-form {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-formpage-form {
    width: 49%;
  }
}
.content-formpage-details {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-formpage-details {
    width: 49%;
    margin-left: 2%;
  }
}
.content-formpage-details h3, .content-formpage-details p {
  padding-left: 20px;
}
.content-formpage-details img {
  width: 100% !important;
}

html .content .formcraft-css .fc-form {
  margin: 40px 0 0;
  width: 98% !important;
  background-color: transparent !important;
  float: left;
  font-family: "open-sans", sans-serif;
}
@media only screen and (min-width: 768px) {
  html .content .formcraft-css .fc-form {
    width: 100% !important;
  }
}
html .content .formcraft-css .fc-form .heading-cover {
  padding-top: 2em !important;
  padding-bottom: 0 !important;
}
html .content .formcraft-css .fc-form .checkbox-cover div {
  width: 100%;
  float: left;
}
html .content .formcraft-css .fc-form .checkbox-cover div label {
  width: 100%;
  float: left;
  padding-right: 0 !important;
}
html .content .formcraft-css .fc-form .form-element .submit-cover.animate-false .submit-button {
  border-radius: 0 !important;
  font-weight: 300 !important;
  text-shadow: none !important;
}
html .content .formcraft-css .fc-form .form-element .submit-cover.animate-false .submit-button .text {
  text-shadow: none !important;
}
html .content .formcraft-css .fc-form input[type="text"], html .content .formcraft-css .fc-form input[type="email"], html .content .formcraft-css .fc-form input[type="password"], html .content .formcraft-css .fc-form input[type="tel"], html .content .formcraft-css .fc-form textarea, html .content .formcraft-css .fc-form select, html .content .formcraft-css .fc-form .time-fields-cover {
  border-bottom-color: white !important;
}
html .content .formcraft-css .fc-form .form-element-field21 .field-cover > div {
  width: auto !important;
}
html .content .formcraft-css .fc-form .form-element-field21 .field-cover {
  width: 300px;
  height: 60px;
  overflow: hidden;
  background-color: white !important;
}
html .content .formcraft-css .fc-form .form-element-field21 .field-cover:before {
  content: '$';
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  float: left;
  text-align: center;
  background-color: #023a78;
  color: white;
  font-size: 30px;
}
html .content .formcraft-css .fc-form .form-element-field21 input[type="text"] {
  width: 240px;
  height: 60px;
  line-height: 60px;
  float: left;
  margin: 0 !important;
  font-size: 30px;
  color: #023a78 !important;
  padding: 10px 10px 10px 40px !important;
  box-sizing: border-box;
}
html .content .formcraft-css .fc-form .button.button-file, html .content .formcraft-css .fc-form .footer-contact form input.button-file[type='submit'], .footer-contact form html .content .formcraft-css .fc-form input.button-file[type='submit'], html .content .formcraft-css .fc-form .form-element .submit-cover.animate-false .button-file.submit-button, html .content .formcraft-css .fc-form .pagination li span.button-file.current, .pagination li html .content .formcraft-css .fc-form span.button-file.current, html .content .formcraft-css .fc-form .pagination li a.button-file, .pagination li html .content .formcraft-css .fc-form a.button-file {
  display: inline-block !important;
  background-color: white !important;
  color: #023a78 !important;
  text-align: center !important;
  padding: 10px 36px !important;
  margin: 10px 0 0 !important;
  font-size: 16px !important;
  border: 0 !important;
  cursor: pointer !important;
  text-shadow: none !important;
  font-weight: initial !important;
  border-radius: 0 !important;
  height: 26px !important;
  line-height: 26px !important;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
html .content .formcraft-css .fc-form .button.button-file:hover, html .content .formcraft-css .fc-form .footer-contact form input.button-file[type='submit']:hover, .footer-contact form html .content .formcraft-css .fc-form input.button-file[type='submit']:hover, html .content .formcraft-css .fc-form .form-element .submit-cover.animate-false .button-file.submit-button:hover, html .content .formcraft-css .fc-form .pagination li span.button-file.current:hover, .pagination li html .content .formcraft-css .fc-form span.button-file.current:hover, html .content .formcraft-css .fc-form .pagination li a.button-file:hover, .pagination li html .content .formcraft-css .fc-form a.button-file:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none !important;
}
html .content .formcraft-css .fc-form .button.button-file i, html .content .formcraft-css .fc-form .footer-contact form input.button-file[type='submit'] i, .footer-contact form html .content .formcraft-css .fc-form input.button-file[type='submit'] i, html .content .formcraft-css .fc-form .form-element .submit-cover.animate-false .button-file.submit-button i, html .content .formcraft-css .fc-form .pagination li span.button-file.current i, .pagination li html .content .formcraft-css .fc-form span.button-file.current i, html .content .formcraft-css .fc-form .pagination li a.button-file i, .pagination li html .content .formcraft-css .fc-form a.button-file i {
  display: none !important;
}

html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .files-list li div {
  box-sizing: border-box;
}

.formcraft-css .fc-form .stripe-cover.field-cover div.stripe-amount-show {
  display: none !important;
}

.formcraft-css .fc-form .stripe-cover {
  padding-top: 0 !important;
}

.contact-map {
  width: 100%;
  height: 400px;
  float: left;
}
.contact-map #map {
  width: 100%;
  height: 400px;
}

.news {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: block;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.news-post {
  width: 100%;
  margin: 0;
  display: flex;
  text-align: left;
  padding: 10px 10px 5px;
  box-sizing: border-box;
}
@media only screen and (min-width: 481px) {
  .news-post {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .news-post {
    width: 25%;
  }
}
.news-post-cont {
  width: 100%;
  background-color: white;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.news-post:hover .news-post-cont {
  background-color: #f2f5f8;
}
.news-post .news-post-image img {
  width: 100%;
  height: auto;
}
.news-post .news-post-copy {
  padding: 10px 10px 20px;
}
.news-post .news-post-copy p, .news-post .news-post-copy p:first-of-type {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}
.news-post h4 {
  margin: 0 0 10px;
}
.news-post h4 a {
  color: #023a78;
}
.news-post h5 {
  margin: 10px 0 0;
}
.news-relatedposts {
  margin: 40px 0 60px;
}
.news-relatedposts h3 {
  font-weight: 300 !important;
  font-size: 1.5em !important;
  margin: 0 0 20px !important;
}
.news-relatedposts .yarpp-thumbnails-horizontal .yarpp-thumbnail {
  width: 260px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border: 0;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .news-relatedposts .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    display: inline-block;
    margin: 0 10px;
  }
}
.news-relatedposts .yarpp-thumbnails-horizontal .yarpp-thumbnail:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.news-relatedposts .yarpp-thumbnails-horizontal .yarpp-thumbnail > img {
  width: 100%;
  height: auto;
  margin: 0;
}
.news-relatedposts .yarpp-thumbnails-horizontal .yarpp-thumbnail .yarpp-thumbnail-title {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 10px;
}
.news-sharethis {
  margin-top: 40px;
}
.news-sharethis h2, .news-sharethis .news-relatedposts h3, .news-relatedposts .news-sharethis h3 {
  font-weight: 300 !important;
  font-size: 1.5em !important;
  margin: 0 0 20px !important;
}
.news-sharethis .sharethis-inline-share-buttons .st-btn {
  opacity: 1 !important;
  top: 0 !important;
  -moz-transition: all 0.2s !important;
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
}
.news-sharethis .sharethis-inline-share-buttons .st-btn svg {
  height: 34px !important;
  width: 34px !important;
  top: 8px !important;
  fill: #023a78 !important;
  -moz-transition: all 0.2s !important;
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
}
@media only screen and (min-width: 768px) {
  .news-sharethis .sharethis-inline-share-buttons .st-btn svg {
    height: 44px !important;
    width: 44px !important;
    top: 12px !important;
  }
}
.news-sharethis .sharethis-inline-share-buttons .st-btn:hover {
  background-color: #023a78 !important;
}
.news-sharethis .sharethis-inline-share-buttons .st-btn:hover svg {
  fill: white !important;
}

.pagination {
  list-style: none;
}
.pagination li {
  display: inline-block;
  padding: 0 4px;
}
.pagination li span.current {
  background-color: grey;
}

.lifestyle {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  position: relative;
}
.lifestyle:nth-child(even) .lifestyle-text {
  float: right;
}
.lifestyle:nth-child(even) .lifestyle-image {
  bottom: initial;
  right: initial;
  left: 0;
  top: 0;
}
.lifestyle-outside {
  width: 100%;
  float: left;
  margin: 0 0 50px;
}
.lifestyle-cont {
  max-width: 1030px;
  margin: 0 auto;
}
.lifestyle-text {
  width: 100%;
  float: left;
  background-color: white;
  padding: 30px;
  box-sizing: border-box;
  text-align: left;
}
.lifestyle-text h2, .lifestyle-text .news-relatedposts h3, .news-relatedposts .lifestyle-text h3 {
  margin-top: 0;
}
@media only screen and (min-width: 960px) {
  .lifestyle-text {
    width: 49%;
  }
}
.lifestyle-image {
  width: 100%;
  position: relative;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 960px) {
  .lifestyle-image {
    width: 49%;
    position: absolute;
  }
}

.careers {
  text-align: left;
}
.careers ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.careers ul li {
  border-top: 2px solid white;
  padding: 40px 0;
}
.careers ul li h3, .careers ul li h5 {
  margin: 0 0 8px;
}
.careers ul li p {
  margin: 0;
}
.careers-type {
  text-align: left;
}

.services {
  margin: 10px;
}
.services ul {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: block;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.services ul li {
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 481px) {
  .services ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .services ul li {
    width: 33.33333%;
  }
  .services ul li:nth-child(3n + 2) a {
    flex-direction: column-reverse;
  }
}
.services ul li a {
  width: 100%;
  background-color: white;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.services ul li a:hover {
  text-decoration: none;
}
.services ul li .services-text {
  padding: 20px;
}
.services ul li .services-text h3 {
  margin-top: 0;
}
.services ul li .services-text p, .services ul li .services-text p:first-of-type {
  font-size: 15px;
  line-height: 1.4em;
  margin: 0;
}

.content-timeline {
  position: relative;
  padding: 1.5em 0 0;
  margin: 6em 0 2em;
  counter-reset: section;
}
.content-timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 2px;
  background: white;
  left: 50%;
  margin-left: -1px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .content-timeline:before {
    display: block;
  }
}
.content-timeline-block {
  position: relative;
  margin: 4em 0 0;
}
@media only screen and (min-width: 768px) {
  .content-timeline-block {
    margin: -11em 0;
  }
}
.content-timeline-block:first-child {
  margin-top: 0;
}
.content-timeline-block:nth-child(even) .content-timeline-text {
  float: left;
}
@media only screen and (min-width: 768px) {
  .content-timeline-block:nth-child(even) .content-timeline-text {
    float: right;
    text-align: right;
  }
}
.content-timeline-block:nth-child(even) .content-timeline-text-cont {
  float: left;
}
@media only screen and (min-width: 768px) {
  .content-timeline-block:nth-child(even) .content-timeline-text-cont {
    float: right;
  }
}
.content-timeline-block:nth-child(even) .content-timeline-text:before {
  left: 0;
  right: auto;
}
@media only screen and (min-width: 768px) {
  .content-timeline-block:nth-child(even) .content-timeline-text:before {
    left: auto;
    right: 0;
  }
}
.content-timeline-block:after {
  clear: both;
  content: "";
  display: table;
}
.content-timeline-block:nth-child(2) .content-timeline-text::before {
  background-image: url("img/room.jpg");
}
.content-timeline-block:nth-child(3) .content-timeline-text::before {
  background-image: url("img/room.jpg");
}
.content-timeline-block:nth-child(4) .content-timeline-text::before {
  background-image: url("img/room.jpg");
}
.content-timeline-block:last-child {
  margin: 4em 0 0;
}
@media only screen and (min-width: 768px) {
  .content-timeline-block:last-child {
    margin: 21em 0 0;
  }
}
.content-timeline-block:last-child .content-timeline-text {
  width: auto;
  background-color: white;
  margin-top: 180px;
  padding: 130px 30px 50px;
  text-align: center;
}
.content-timeline-block:last-child .content-timeline-text:before {
  width: 260px;
  height: 260px;
  top: -130px;
  left: 50%;
  margin-left: -130px;
  background-image: url("img/room.jpg");
  background-size: cover;
}
.content-timeline-block:last-child .content-timeline-text-cont {
  margin: 0 auto;
}
.content-timeline-block:last-child .content-timeline-number {
  top: -210px;
  left: 50%;
}
@media only screen and (min-width: 768px) {
  .content-timeline-block:last-child .content-timeline-number {
    top: -210px;
    left: 50%;
  }
}
.content-timeline-text {
  width: 100%;
  margin-left: 0;
  position: relative;
  text-align: left;
  border-top: 2px solid white;
  padding: 80px 0 30px;
}
@media only screen and (min-width: 768px) {
  .content-timeline-text {
    width: 50%;
  }
}
.content-timeline-text:before {
  content: '';
  display: block;
  position: absolute;
  top: -80px;
  left: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #888;
  background-image: url("img/room.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border: 2px solid white;
}
.content-timeline-text:after {
  clear: both;
  content: "";
  display: table;
}
.content-timeline-text-cont {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-timeline-text-cont {
    width: 85%;
  }
}
.content-timeline-number {
  position: absolute;
  top: -30px;
  left: initial;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: -30px;
  background-color: #efc441;
  border: 2px solid white;
  box-sizing: border-box;
  font-size: 30px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .content-timeline-number {
    left: 50%;
    right: initial;
  }
}
.content-timeline-number:before {
  width: 60px;
  height: 56px;
  line-height: 56px;
  font-weight: 600;
  color: white;
  counter-increment: section;
  content: counter(section);
}
.content-timeline-number img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.featurequote {
  width: 100%;
  float: left;
  position: relative;
  background-color: #d4dee8;
  padding: 30px 0;
}
.featurequote-cont {
  max-width: 768px;
  margin: 0 auto;
}
.featurequote:before {
  content: '';
  display: block;
  width: 9999px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -9999px;
  background-color: #d4dee8;
}
.featurequote:after {
  content: '';
  display: block;
  width: 9999px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -9999px;
  background-color: #d4dee8;
}
.featurequote img {
  width: 16% !important;
  float: left;
  display: block;
  border-radius: 50%;
}
.featurequote .featurequote-text {
  width: 84%;
  float: left;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.featurequote .featurequote-text p {
  font-style: italic;
  font-weight: 600;
}
.featurequote .featurequote-text p:first-of-type {
  font-size: 15px;
  line-height: 20px;
  margin-top: 0;
}
.featurequote .featurequote-text h3 {
  text-transform: uppercase;
  font-weight: 600;
}

.downloads {
  width: 100%;
  float: left;
  text-align: left;
  margin: 20px 0;
}
.downloads:before {
  content: '';
  display: block;
  float: left;
  width: 70px;
  height: 89px;
  margin-right: 20px;
  background-image: url("img/download.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .downloads:before {
    background-image: url("img/download2x.png");
    background-size: 70px 89px;
  }
}
.downloads h2, .downloads .news-relatedposts h3, .news-relatedposts .downloads h3 {
  margin: 0 0 14px;
}
.downloads-text {
  float: left;
  margin: 20px 0 0;
}
.downloads a {
  display: block;
  padding: 2px 0;
  color: #023a78;
}
.downloads a:hover:before {
  margin-top: 6px;
}
.downloads a:before {
  content: '';
  display: block;
  float: left;
  width: 17px;
  height: 16px;
  margin: 4px 8px 0 0;
  background-image: url("img/download-icon.png");
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .downloads a:before {
    background-image: url("img/download-icon2x.png");
    background-size: 17px 16px;
  }
}

.accommodation-featurebox {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}
.accommodation-featurebox-cont {
  max-width: 960px;
  margin: 0 auto;
  background-color: white;
}
.accommodation-featurebox-text {
  width: 100%;
  float: left;
  background-color: white;
  text-align: left;
  line-height: 1.6em;
}
.accommodation-featurebox-text-inside {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 40px 50px;
}
@media only screen and (min-width: 768px) {
  .accommodation-featurebox-text-inside {
    width: 50%;
  }
}
.accommodation-featurebox-text-inside h2, .accommodation-featurebox-text-inside .news-relatedposts h3, .news-relatedposts .accommodation-featurebox-text-inside h3 {
  margin-top: 0;
}
.accommodation-featurebox-text-inside:first-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .accommodation-featurebox-text-inside:first-child {
    padding-bottom: 40px;
  }
}
.accommodation-featurebox-text-inside:last-child {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .accommodation-featurebox-text-inside:last-child {
    padding-top: 40px;
  }
}

.search .cont {
  text-align: left;
}

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