@charset "UTF-8";
/*
	Theme Name:   Twenty Sixteen Child Theme
	Description:  A child theme of the Twenty Sixteen default WordPress theme
	Author:       Brian Murray
	Template:     twentysixteen
	Version:      0.0.1
*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400|Open+Sans:300,400,700|Playfair+Display+SC:400,700&display=swap');

.desaturate {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray; }

.mega-shadow {
  box-shadow: 0 2px 8px 2px rgba(68, 73, 76, 0.2);
  overflow: visible;
  z-index: 9998;
  position: relative; }

.tint {
  position: relative;
  cursor: pointer;
  background-color: #000; }
  .tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent radial-gradient(#455A64, #455A64) repeat scroll 0 0;
    transition: opacity 0.6s ease 0s;
    z-index: 1;
    opacity: 0.3; }

.tint--with-hover:hover {
  cursor: default; }
  .tint--with-hover:hover:before {
    opacity: 0.1; }

.bordered {
  border: 10px solid #FFFFFF;
  border-radius: 3px; }

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

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

body {
  -ms-overflow-style: scrollbar;
  -webkit-overflow-scrolling: touch;
-webkit-font-smoothing: subpixel-antialiased;
  transition: all .3s ease-in; }

html {
  font-size: 90%; }
  @media only screen and (min-width: 40em) {
    html {
      font-size: 95%; } }
  @media only screen and (min-width: 73.125em) {
    html {
      font-size: 100%; } }

body {
  background-color: #F8F8F8;
  margin: 0;
  padding: 0; }

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

video {
  width: 100%; }

.hidden {
  display: none; }

body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
  height: 0; }

.site {
  margin: 0;
  background-color: #F8F8F8; 
	background-color: #ffffff; }

.centered {
  text-align: center; }

.not-on-phone {
  display: none; }
  @media only screen and (min-width: 40em) {
    .not-on-phone {
      display: block; } }

::-moz-selection,
::-moz-selection {
  background-color: rgba(239, 165, 68, 0.4);
  color: #212121; }

::selection,
::-moz-selection {
  background-color: rgba(239, 165, 68, 0.4);
  color: #212121; }

body {
  font-family: "Open Sans", "sans-serif";
  color: #212121;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.65; }

h1, h2, h3,
h4, h5, h6 {
  color: #455a64;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

h1 h2, h3 {
	font-family: 'Playfair Display SC', serif;
	font-weight: 400;
}

h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
h2 {
	font-family: 'Playfair Display SC', serif;
	font-weight: 400;
}

h2.mega-header {
  font-size: 3rem;
  text-align: center; }
  @media only screen and (min-width: 40em) {
    h2.mega-header {
      font-size: 4rem; } }
  @media only screen and (min-width: 73.125em) {
    h2.mega-header {
      font-size: 6rem; } }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

p {
  margin: 0 0 21px;
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

code {
  background: rgba(144, 144, 144, 0.3);
  border-radius: 4px;
  border: solid 1px #c9c9c9;
  font-family: "Menlo", "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
  white-space: normal; }

pre {
  padding: 21px;
  white-space: pre-wrap;
  border-left: 3px solid #EFA544;
  background-color: #dfdede;
  color: #FFFFFF; }
  pre code {
    color: rgba(33, 33, 33, 0.8);
    font-family: "Menlo Regular", "Courier New", monospace;
    font-weight: 600; }

blockquote {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  margin-left: -1.75px;
  line-height: 1.48;
  letter-spacing: -.014em;
  border-left: 3px solid #EFA544;
  background-color: #dfdede;
  padding: 21px;
  text-align: left; }
  blockquote cite {
    color: #212121;
    font-size: 1rem; }
  blockquote footer cite a {
    color: red;
    font-size: 1rem; }

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em; }

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em; }

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

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

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

.thin {
  font-weight: 300; }

.opaque {
  opacity: 0; }

a {
  color: #EFA544;
  border-bottom: 1px solid #ffffff;
  text-shadow: none;
  text-decoration: none; }
  a:hover {
    color: #eb8e15;
    border-bottom: 1px solid #eb8e15; }
  a.unstyled {
    text-decoration: none;
    border-bottom: 0px; }

h1 a,
h2 a,
h3 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #EFA544;
  text-decoration: none; }

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title,
.entry-footer a:hover,
.entry-footer a:focus,
a.post-thumbnail:hover,
a.post-thumbnail:focus {
  color: #EFA544;
  border-bottom: 1px solid #EFA544; }

.comment-metadata a {
  color: #EFA544;
  border-bottom: 1px dashed #EFA544; }
  .comment-metadata a:hover {
    color: #EFA544;
    border-bottom: 1px solid #EFA544; }

.pagination a:hover,
.pagination a:focus {
  color: #EFA544;
  border-bottom: 1px solid #EFA544; }

.nav-previous a,
.nav-next a {
  border-bottom: 0px dashed #EFA544; }

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
  color: #EFA544;
  border-bottom: 0px solid #EFA544; }

.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
  color: #EFA544;
  box-shadow: none; }

/* Styled Links which require FontAwesome
---------------------------------*/
/* File Type Links.
---------------------------------*/
a[href$=".pdf"]:after {
  font-family: "FontAwesome";
  content: "\f1c1";
  position: relative;
  font-size: 12px;
  top: -1px; }

a[href$=".doc"]:after,
a[href$=".docx"]:after {
  font-family: "FontAwesome";
  content: "\f1c2";
  margin-left: 4px;
  margin-right: 1px;
  position: relative;
  font-size: 12px;
  top: -1px; }

a[href$=".xls"]:after,
a[href$=".xlr"]:after,
a[href$=".xlsx"]:after {
  font-family: "FontAwesome";
  content: "\f1c3";
  margin-left: 4px;
  margin-right: 1px;
  position: relative;
  font-size: 12px;
  top: -1px; }

a[href$=".aif"]:after,
a[href$=".iff"]:after,
a[href$=".m3u"]:after,
a[href$=".m4a"]:after,
a[href$=".mid"]:after,
a[href$=".mp3"]:after,
a[href$=".mpa"]:after,
a[href$=".wav"]:after,
a[href$=".pcm"]:after,
a[href$=".wma"]:after {
  font-family: "FontAwesome";
  content: "\f1c7";
  margin-left: 4px;
  margin-right: 1px;
  position: relative;
  font-size: 12px;
  top: -1px; }

a[href$=".3g2"]:after,
a[href$=".3gp"]:after,
a[href$=".asf"]:after,
a[href$=".avi"]:after,
a[href$=".flv"]:after,
a[href$=".m4v"]:after,
a[href$=".mov"]:after,
a[href$=".mp4"]:after,
a[href$=".mpg"]:after,
a[href$=".rm"]:after,
a[href$=".srt"]:after,
a[href$=".swf"]:after,
a[href$=".vob"]:after,
a[href$=".wmv"]:after {
  font-family: "FontAwesome";
  content: "\f1c8";
  margin-left: 4px;
  margin-right: 1px;
  position: relative;
  font-size: 12px;
  top: -1px; }

a[href*="facebook"]:hover {
  color: #3b5998;
  border-bottom: 1px solid #3b5998; }

a[href*="facebook"] .fa-facebook {
  margin-left: 4px; }
  a[href*="facebook"] .fa-facebook:hover {
    color: #3b5998; }

a[href*="twitter"]:hover {
  color: #55acee;
  border-bottom: 1px solid #55acee; }

a[href*="twitter"] .fa-twitter {
  margin-left: 4px; }
  a[href*="twitter"] .fa-twitter:hover {
    color: #55acee; }

a[href*="instagram"]:hover {
  color: #e1306c;
  border-bottom: 1px solid #e1306c; }

a[href*="instagram"] .fa-instagram {
  margin-left: 4px; }
  a[href*="instagram"] .fa-instagram:hover {
    color: #e1306c; }

a[href*="linkedin"]:hover {
  color: #0077b5;
  border-bottom: 1px solid #0077b5; }

a[href*="linkedin"] .fa-linkedin-square,
a[href*="linkedin"] .fa-linkedin {
  margin-left: 4px; }
  a[href*="linkedin"] .fa-linkedin-square:hover,
  a[href*="linkedin"] .fa-linkedin:hover {
    color: #0077b5; }

a[href*="youtube"]:hover {
  color: #bd081c;
  border-bottom: 1px solid #bd081c; }

a[href*="youtube"] .fa-youtube-square,
a[href*="youtube"] .fa-youtube-square {
  margin-left: 4px; }
  a[href*="youtube"] .fa-youtube-square:hover,
  a[href*="youtube"] .fa-youtube-square:hover {
    color: #bd081c; }


.entry-header,
.entry-content {
  margin: 0; }

.no-sidebar .entry-header,
.no-sidebar .entry-content {
  margin: 0; }

.entry-title {
  font-family: 'Playfair Display SC', serif;
	font-weight: 400;
}

.entry-title a {
    color: #455A64; }
   
.entry-title a:hover {
      color: #EFA544;
      border-bottom: solid 1px; }

.top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  overflow: hidden;
  outline: 3px solid #EFA544;
  white-space: nowrap;
  background: #455A64;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 9999; }
  .top span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #FFFFFF;
    text-shadow: 0px 1px 2px #000;
    font-size: 2em; }
  .top.is-visible, .top.fade-out, .no-touch .top:hover {
    transition: opacity .3s 0s, visibility 0s 0s; }
  .top.is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 0.95; }
  .top.fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .9; }
  .no-touch .top:hover {
    background-color: #ee9e36;
    outline: 3px solid #ee9e36;
    opacity: 1;
    cursor: pointer; }
  .no-touch .top:active {
    -webkit-transform: scale(0.97);
            transform: scale(0.97); }

.post-navigation {
  border-top: 4px solid #455A64;
  border-bottom: 4px solid #455A64; }

.post-navigation div + div {
  border-top: 4px solid #455A64; }

.breadcrumb--default,
.breadcrumb--custom-separator,
.breadcrumb--custom-separator-custom-icons,
.multi-steps--default {
  max-width: 73.125em;
  padding: 0.5em 1em;
  margin: 0;
  background-color: #ebebeb;
  box-shadow: inset 0px 0px 1px rgba(33, 33, 33, 0.9);
  border-radius: 1px; }
  .breadcrumb--default::after,
  .breadcrumb--custom-separator::after,
  .breadcrumb--custom-separator-custom-icons::after,
  .multi-steps--default::after {
    clear: both;
    content: "";
    display: block; }
  .breadcrumb--default li,
  .breadcrumb--custom-separator li,
  .breadcrumb--custom-separator-custom-icons li,
  .multi-steps--default li {
    display: inline-block;
    float: left;
    margin: 0.5em 0; }
    .breadcrumb--default li::after,
    .breadcrumb--custom-separator li::after,
    .breadcrumb--custom-separator-custom-icons li::after,
    .multi-steps--default li::after {
      /* this is the separator between items */
      display: inline-block;
      content: '\00bb';
      margin: 0 .6em;
      color: #373737; }
    .breadcrumb--default li:last-of-type::after,
    .breadcrumb--custom-separator li:last-of-type::after,
    .breadcrumb--custom-separator-custom-icons li:last-of-type::after,
    .multi-steps--default li:last-of-type::after {
      /* hide separator after the last item */
      display: none; }
  .breadcrumb--default li > *,
  .breadcrumb--custom-separator li > *,
  .breadcrumb--custom-separator-custom-icons li > *,
  .multi-steps--default li > * {
    /* single step */
    display: inline-block; }
  .breadcrumb--default li.current > *,
  .breadcrumb--custom-separator li.current > *,
  .breadcrumb--custom-separator-custom-icons li.current > *,
  .multi-steps--default li.current > * {
    /* selected step */
    color: #212121; }
  .no-touch .breadcrumb--default a:hover, .no-touch
  .breadcrumb--custom-separator a:hover, .no-touch
  .breadcrumb--custom-separator-custom-icons a:hover, .no-touch
  .multi-steps--default a:hover {
    /* steps already visited */
    color: #eb8e15; }

.breadcrumb--custom-separator-custom-icons li > *::before {
  /* add a custom icon before each item */
  font-family: "FontAwesome";
  display: inline-block;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  vertical-align: middle;
  content: "\f006"; }

.breadcrumb--custom-separator-custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0; }

.breadcrumb--custom-separator-custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0; }

.breadcrumb--custom-separator-custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0; }

.breadcrumb--custom-separator-custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px; }

.breadcrumb--custom-separator-custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px; }

.breadcrumb--custom-separator-custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px; }

.breadcrumb--custom-separator-custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px; }

@media only screen and (min-width: 40em) {
  .breadcrumb--default,
  .breadcrumb--custom-separator,
  .breadcrumb--custom-separator-custom-icons {
    padding: 0 1.2em; }
    .breadcrumb--default li,
    .breadcrumb--custom-separator li,
    .breadcrumb--custom-separator-custom-icons li {
      margin: 1.2em 0; }
      .breadcrumb--default li::after,
      .breadcrumb--custom-separator li::after,
      .breadcrumb--custom-separator-custom-icons li::after {
        margin: 0 1em; } }

.bridge {
  -moz-osx-font-smoothing: grayscale;
  z-index: 0;
  padding: 21px 0px;
  background-size: cover;
  position: relative;
  display: block;
  background-color: #455A64;
  /*background: transparent radial-gradient(#455A64, #455A64) repeat scroll 0 0;*/
  background-color: #ffffff;
  padding-top: 55px;
  padding-bottom: 55px;
  box-shadow: 0 12px 25px -12px rgba(0, 0, 0, 0.35) inset; }
  @media only screen and (min-width: 40em) {
    .bridge {
      padding-top: 121px;
      padding-bottom: 121px; } }

.bridge-with-background {
  -moz-osx-font-smoothing: grayscale;
  height: 300px;
  background: transparent url("../images/mediums/image-1.jpg") no-repeat scroll center center/cover;
  height: 480px;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 40em) {
    .bridge-with-background {
      background: transparent url("../images/mediums/image-1.jpg") no-repeat scroll center center/cover;
      height: 750px; } }
  @media only screen and (min-width: 73.125em) {
    .bridge-with-background {
      background: transparent url("../images/fulls/image-1.jpg") no-repeat scroll center center/cover;
      height: 1080px; } }

.bridge__inner h1, .bridge__inner h2, .bridge__inner h3,
.bridge__inner h4, .bridge__inner h5, .bridge__inner h6 {
  color: #455A64; }

.bridge__inner p {
  color: #000000; }

.bridge__inner .bridge__media img {
  margin-bottom: 21px; }

.bridge-with-parallax {
  min-height: 420px;
  height: 50vh;
  display: block;
  margin-bottom: 34px;
  position: relative; }
  @media only screen and (min-width: 40em) {
    .bridge-with-parallax {
      height: 800px;
      margin-bottom: 34px; } }
  @media only screen and (min-width: 73.125em) {
    .bridge-with-parallax {
      height: 1200px;
      margin-bottom: 34px; } }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.input[type="submit"],
.button,
a.button,
.button--default,
#ihf-main-container button,
#ihf-main-container.ihf-color-scheme-light-blue .btn-primary,
button {
  -moz-appearance: none;
  -moz-osx-font-smoothing: grayscale;
  background: #EFA544 none repeat scroll 0 0;
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", "sans-serif", "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "sans-serif", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans";
  font-weight: 600;
  padding: 10px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .input[type="submit"]:hover,
  .button:hover,
  a.button:hover,
  .button--default:hover,
  #ihf-main-container button:hover,
  #ihf-main-container.ihf-color-scheme-light-blue .btn-primary:hover,
  button:hover {
    background-color: #eea03b;
    text-decoration: none;
    border-bottom: 0;
    border-radius: 3px; }
  button:active,
  input[type="button"]:active,
  input[type="reset"]:active,
  input[type="submit"]:active,
  .input[type="submit"]:active,
  .button:active,
  a.button:active,
  .button--default:active,
  #ihf-main-container button:active,
  #ihf-main-container.ihf-color-scheme-light-blue .btn-primary:active,
  button:active {
    -webkit-transform: scale(0.99);
            transform: scale(0.99); }
  button.button--disabled,
  input[type="button"].button--disabled,
  input[type="reset"].button--disabled,
  input[type="submit"].button--disabled,
  .input[type="submit"].button--disabled,
  .button.button--disabled,
  a.button.button--disabled,
  .button--default.button--disabled,
  #ihf-main-container button.button--disabled,
  #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--disabled,
  button.button--disabled {
    -moz-pointer-events: str-replace-all("none", "-prefix-", "-moz-");
    -webkit-pointer-events: str-replace-all("none", "-prefix-", "-webkit-");
    -ms-pointer-events: str-replace-all("none", "-prefix-", "-ms-");
    pointer-events: str-replace-all("none", "-prefix-", "");
    cursor: not-allowed;
    background-color: rgba(189, 189, 189, 0.5);
    text-decoration: line-through; }
    button.button--disabled:hover,
    input[type="button"].button--disabled:hover,
    input[type="reset"].button--disabled:hover,
    input[type="submit"].button--disabled:hover,
    .input[type="submit"].button--disabled:hover,
    .button.button--disabled:hover,
    a.button.button--disabled:hover,
    .button--default.button--disabled:hover,
    #ihf-main-container button.button--disabled:hover,
    #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--disabled:hover,
    button.button--disabled:hover {
      background-color: rgba(189, 189, 189, 0.5); }
    button.button--disabled:active,
    input[type="button"].button--disabled:active,
    input[type="reset"].button--disabled:active,
    input[type="submit"].button--disabled:active,
    .input[type="submit"].button--disabled:active,
    .button.button--disabled:active,
    a.button.button--disabled:active,
    .button--default.button--disabled:active,
    #ihf-main-container button.button--disabled:active,
    #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--disabled:active,
    button.button--disabled:active {
      -webkit-transform: scale(1);
              transform: scale(1); }
  button.button--small,
  input[type="button"].button--small,
  input[type="reset"].button--small,
  input[type="submit"].button--small,
  .input[type="submit"].button--small,
  .button.button--small,
  a.button.button--small,
  .button--default.button--small,
  #ihf-main-container button.button--small,
  #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--small,
  button.button--small {
    font-size: 0.6em;
    padding: 10px; }
  button.button--big,
  input[type="button"].button--big,
  input[type="reset"].button--big,
  input[type="submit"].button--big,
  .input[type="submit"].button--big,
  .button.button--big,
  a.button.button--big,
  .button--default.button--big,
  #ihf-main-container button.button--big,
  #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--big,
  button.button--big {
    font-size: 1.35em; }
  button.button--secondary,
  input[type="button"].button--secondary,
  input[type="reset"].button--secondary,
  input[type="submit"].button--secondary,
  .input[type="submit"].button--secondary,
  .button.button--secondary,
  a.button.button--secondary,
  .button--default.button--secondary,
  #ihf-main-container button.button--secondary,
  #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--secondary,
  button.button--secondary {
    background: #5AAFAF none repeat scroll 0 0;
    color: #FFFFFF; }
    button.button--secondary:hover,
    input[type="button"].button--secondary:hover,
    input[type="reset"].button--secondary:hover,
    input[type="submit"].button--secondary:hover,
    .input[type="submit"].button--secondary:hover,
    .button.button--secondary:hover,
    a.button.button--secondary:hover,
    .button--default.button--secondary:hover,
    #ihf-main-container button.button--secondary:hover,
    #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--secondary:hover,
    button.button--secondary:hover {
      background-color: #52a8a8; }
  button.button--information,
  input[type="button"].button--information,
  input[type="reset"].button--information,
  input[type="submit"].button--information,
  .input[type="submit"].button--information,
  .button.button--information,
  a.button.button--information,
  .button--default.button--information,
  #ihf-main-container button.button--information,
  #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--information,
  button.button--information {
    background: #48BDE2;
    color: #FFFFFF; }
    button.button--information:hover,
    input[type="button"].button--information:hover,
    input[type="reset"].button--information:hover,
    input[type="submit"].button--information:hover,
    .input[type="submit"].button--information:hover,
    .button.button--information:hover,
    a.button.button--information:hover,
    .button--default.button--information:hover,
    #ihf-main-container button.button--information:hover,
    #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--information:hover,
    button.button--information:hover {
      background-color: #3bb8e0; }
  button.button--success,
  input[type="button"].button--success,
  input[type="reset"].button--success,
  input[type="submit"].button--success,
  .input[type="submit"].button--success,
  .button.button--success,
  a.button.button--success,
  .button--default.button--success,
  #ihf-main-container button.button--success,
  #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--success,
  button.button--success {
    background: #2baa2b;
    color: #212121; }
    button.button--success:hover,
    input[type="button"].button--success:hover,
    input[type="reset"].button--success:hover,
    input[type="submit"].button--success:hover,
    .input[type="submit"].button--success:hover,
    .button.button--success:hover,
    a.button.button--success:hover,
    .button--default.button--success:hover,
    #ihf-main-container button.button--success:hover,
    #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--success:hover,
    button.button--success:hover {
      background-color: #289e28; }
  button.button--error,
  input[type="button"].button--error,
  input[type="reset"].button--error,
  input[type="submit"].button--error,
  .input[type="submit"].button--error,
  .button.button--error,
  a.button.button--error,
  .button--default.button--error,
  #ihf-main-container button.button--error,
  #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--error,
  button.button--error {
    background: #e63946;
    color: #212121; }
    button.button--error:hover,
    input[type="button"].button--error:hover,
    input[type="reset"].button--error:hover,
    input[type="submit"].button--error:hover,
    .input[type="submit"].button--error:hover,
    .button.button--error:hover,
    a.button.button--error:hover,
    .button--default.button--error:hover,
    #ihf-main-container button.button--error:hover,
    #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--error:hover,
    button.button--error:hover {
      background-color: #e42b39; }
  button.button--bordered,
  input[type="button"].button--bordered,
  input[type="reset"].button--bordered,
  input[type="submit"].button--bordered,
  .input[type="submit"].button--bordered,
  .button.button--bordered,
  a.button.button--bordered,
  .button--default.button--bordered,
  #ihf-main-container button.button--bordered,
  #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--bordered,
  button.button--bordered {
    color: #EFA544;
    background-color: rgba(248, 248, 248, 0);
    padding: 8px 20px;
    border: 2px solid #EFA544; }
    button.button--bordered:hover,
    input[type="button"].button--bordered:hover,
    input[type="reset"].button--bordered:hover,
    input[type="submit"].button--bordered:hover,
    .input[type="submit"].button--bordered:hover,
    .button.button--bordered:hover,
    a.button.button--bordered:hover,
    .button--default.button--bordered:hover,
    #ihf-main-container button.button--bordered:hover,
    #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--bordered:hover,
    button.button--bordered:hover {
      background-color: #f0f0f0; }
    button.button--bordered:active,
    input[type="button"].button--bordered:active,
    input[type="reset"].button--bordered:active,
    input[type="submit"].button--bordered:active,
    .input[type="submit"].button--bordered:active,
    .button.button--bordered:active,
    a.button.button--bordered:active,
    .button--default.button--bordered:active,
    #ihf-main-container button.button--bordered:active,
    #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--bordered:active,
    button.button--bordered:active {
      box-shadow: inset 0 0px 0px #212121; }
  button.button--bordered--secondary,
  input[type="button"].button--bordered--secondary,
  input[type="reset"].button--bordered--secondary,
  input[type="submit"].button--bordered--secondary,
  .input[type="submit"].button--bordered--secondary,
  .button.button--bordered--secondary,
  a.button.button--bordered--secondary,
  .button--default.button--bordered--secondary,
  #ihf-main-container button.button--bordered--secondary,
  #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--bordered--secondary,
  button.button--bordered--secondary {
    color: #5AAFAF;
    background-color: rgba(248, 248, 248, 0);
    padding: 8px 20px;
    border: 2px solid #5AAFAF; }
    button.button--bordered--secondary:hover,
    input[type="button"].button--bordered--secondary:hover,
    input[type="reset"].button--bordered--secondary:hover,
    input[type="submit"].button--bordered--secondary:hover,
    .input[type="submit"].button--bordered--secondary:hover,
    .button.button--bordered--secondary:hover,
    a.button.button--bordered--secondary:hover,
    .button--default.button--bordered--secondary:hover,
    #ihf-main-container button.button--bordered--secondary:hover,
    #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.button--bordered--secondary:hover,
    button.button--bordered--secondary:hover {
      background-color: #f0f0f0; }

.card {
  background-color: #F8F8F8;
  transition: width .1s ease-in-out,box-shadow 300ms ease-in-out 0s;
  position: relative; }
  .card .card__copy {
    background-color: rgba(248, 248, 248, 0.9); }
    .card .card__copy:after {
      content: "\f260";
      font-family: FontAwesome;
      position: relative;
      left: 50%; }
    .card .card__copy h3:first-child {
      margin-top: 0; }
    .card .card__copy p:last-child {
      margin-bottom: 0; }

.card__media {
  margin-right: 0 !important; }
  .card__media img {
    position: relative;
    display: block; }

.card__copy {
  border: 1px solid #F8F8F8; }
  .card__copy h3 {
    border-bottom: 2px dashed #455A64; }
  .card__copy p {
    color: #212121; }

.card-horizontal {
  height: 200px; }
  .card-horizontal .card-horizontal__copy {
    font-size: 0.9rem; }
    .card-horizontal .card-horizontal__copy:after {
      content: "\f260";
      font-family: FontAwesome;
      position: relative;
      left: 50%; }
    .card-horizontal .card-horizontal__copy h3:first-child {
      margin-top: 0; }
    .card-horizontal .card-horizontal__copy p {
      display: none; }

.gt500 .card-horizontal {
  height: auto; }
  .gt500 .card-horizontal .card-horizontal__copy p {
    display: block; }

.gt700 .card-horizontal {
  height: auto; }

.gt1200 .card-horizontal__copy {
  font-size: 1rem; }

.card-media {
  background-color: #F8F8F8;
  transition: width .1s ease-in-out,box-shadow 300ms ease-in-out 0s;
  position: relative; }
  .card-media:hover {
    box-shadow: 0 35px 25px #929292; }
  .card-media .card-media__media img {
    box-shadow: inset 0px 1px 1px #000;
    position: relative;
    display: block; }
  .card-media .card-media__copy h3 {
    margin-top: 21px;
    border-bottom: 2px dashed #455A64; }
  .card-media .card-media__copy p {
    color: #212121; }

.card-media > a:first-child {
  color: transparent; }

.card-user {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: left;
  background-color: #FFFFFF;
  margin: 0;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 40em) {
    .card-user {
      margin-bottom: 2rem; } }
  @media only screen and (min-width: 73.125em) {
    .card-user {
      margin-bottom: 3rem; } }
  .card-user figcaption img {
    margin-right: 21px; }

.card-user a:hover {
  background-color: transparent !important; }

.card-user * {
  box-sizing: border-box;
  transition: all 0.25s ease; }

.card-user img {
  max-width: 100%;
  vertical-align: top;
  margin-bottom: 21px; }

.card-user figcaption {
  width: 100%;
  background-color: #FFFFFF;
  padding: 25px;
  position: relative; }
  .card-user figcaption p.staff-intro {
    display: block; }

.card-user figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 400px;
  border-color: transparent transparent transparent #FFFFFF; }

.card-user figcaption a:hover {
  opacity: 1; }

.card-user .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 25px;
  z-index: 1;
  max-width: 90px;
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }

.card-user .follow {
  margin-right: 4%;
  border-color: #2980b9;
  color: #2980b9; }

.card-user h3 {
  margin: 0 0 5px;
  font-weight: 300; }

.card-user h4 {
  display: block;
  font-size: 0.9em; }

.card-user p {
  margin: 0 0 10px; }

.centered-text-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1920px; }
  @media only screen and (min-width: 73.125em) {
    .centered-text-block {
      top: 40%; } }
  .centered-text-block h1, .centered-text-block h2, .centered-text-block h3,
  .centered-text-block h4, .centered-text-block h5, .centered-text-block h6 {
    text-shadow: 0 1px 7px rgba(0, 0, 0, 0.6); }
  .centered-text-block h1 {
    font-size: 3rem;
    margin: 0;
    color: #F8F8F8; }
    .centered-text-block h1 a {
      color: #fff; }
    @media only screen and (min-width: 40em) {
      .centered-text-block h1 {
        font-size: 5rem; } }
    @media only screen and (min-width: 73.125em) {
      .centered-text-block h1 {
        font-size: 6rem;
        margin-bottom: 21px; } }
  .centered-text-block #centered-text-block__copy {
    background: rgba(33, 33, 33, 0.6);
    transition: opacity 1s ease;
    padding-bottom: 2px;
    margin-bottom: 13px;
    max-width: 800px;
    padding-left: 10px;
    border: 1px solid white; }
    .centered-text-block #centered-text-block__copy h2, .centered-text-block #centered-text-block__copy h3 {
      margin: 0;
      padding: 7px;
      color: #F8F8F8; }
    .centered-text-block #centered-text-block__copy p {
      margin-bottom: 0px; }
    .centered-text-block #centered-text-block__copy p, .centered-text-block #centered-text-block__copy ul {
      padding: 21px;
      padding: 7px;
      color: #F8F8F8; }
    .centered-text-block #centered-text-block__copy ul {
      margin: 0;
      padding-left: 16px; }
    .centered-text-block #centered-text-block__copy p {
      font-size: 1rem; }
  .centered-text-block .button {
    color: #F8F8F8; }
  .centered-text-block .landing-cta-wrapper a:first-child {
    margin-right: 10px; }

.comments-area {
  margin: 0; }

.fader {
  height: 35px;
  margin-top: -35px;
  background: linear-gradient(to top, rgba(248, 248, 248, 0.999) 0%, rgba(248, 248, 248, 0.001) 100%);
  z-index: 1;
  position: relative; }
  @media only screen and (min-width: 40em) {
    .fader {
      height: 100px;
      margin-top: -100px; } }
  @media only screen and (min-width: 73.125em) {
    .fader {
      height: 300px;
      margin-top: -300px; } }

.required {
  color: #EFA544; }

#comments .comments-title, #comments .comment-reply-title {
  border-top: 4px solid; }

span.wpcf7-not-valid-tip {
  color: #e63946; }

div.wpcf7-validation-errors {
  border: 2px solid #48BDE2; }

div.wpcf7-response-output {
  margin: 2em 0 1em; }

div.wpcf7 .ajax-loader {
  background-image: url("assets/svg/loader.svg");
  width: 39px;
  height: 39px; }

.widget textarea {
  color: #F8F8F8; }

#searchProfile fieldset div:first-child {
  margin-bottom: 0px; }

.ui-autocomplete-input {
  z-index: 9999;
  position: relative; }

.hero {
  -moz-osx-font-smoothing: grayscale;
  background-size: cover;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #455A64; }
  .hero img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    margin-bottom: 0; }
  .hero #back {
    z-index: 9997;
    position: absolute; }
  .hero #front {
    z-index: 9999;
    position: absolute; }
  .hero.hero--parallax {
    min-height: 420px;
    height: 50vh;
    display: block;
    margin-bottom: 34px;
    position: relative; }
    @media only screen and (min-width: 40em) {
      .hero.hero--parallax {
        height: 800px;
        margin-bottom: 34px; } }
    @media only screen and (min-width: 73.125em) {
      .hero.hero--parallax {
        height: 1200px;
        margin-bottom: 34px; } }

.hero-with-search {
  height: 600px; }
  @media only screen and (min-width: 40em) {
    .hero-with-search {
      height: 800px; } }
  @media only screen and (min-width: 73.125em) {
    .hero-with-search {
      height: 1000px; } }

.hero--with-background-image {
  background-size: cover;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: default;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  min-height: 300px; }
  @media only screen and (min-width: 40em) {
    .hero--with-background-image {
      min-height: 500px; } }
  @media only screen and (min-width: 73.125em) {
    .hero--with-background-image {
      min-height: 700px; } }
  .hero--with-background-image:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.5s ease 0s; }
  .hero--with-background-image:after {
    background-color: rgba(36, 41, 67, 0.25);
    background-position: center center;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.magazine__element .hero--with-background-image:nth-child(n)::before {
  opacity: 0.85; }

.featured-video-plus {
  position: relative;
  z-index: 1000; }

.featured-video-plus.post-thumbnail {
  margin: 0; }

.hero__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  z-index: 9990;
  top: 46%;
  border-top: 1px solid #F8F8F8;
  border-bottom: 1px solid #F8F8F8;
  border: 10px solid #F8F8F8;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 10px #000 inset;
  border-radius: 3px; }

.hero__copy {
  position: relative;
  z-index: 9999;
  padding: 1rem; }
  .hero__copy:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(248, 248, 248, 0);
    transition: background .3s linear; }
  .hero__copy.centered {
    text-align: center; }
  .hero__copy h1 {
	  font-family: 'Playfair Display SC', serif;
    font-size: 1rem;
    font-weight: 400;
	  text-align: center;
    margin: 0;
    position: relative;
    z-index: 9999;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px #000; }
    @media only screen and (min-width: 40em) {
      .hero__copy h1 {
        font-size: 2rem; } }
    @media only screen and (min-width: 73.125em) {
      .hero__copy h1 {
        font-size: 3rem; } }
  .hero__copy h2 {
    margin: 0;
    position: relative;
    z-index: 9999;
    color: #FFFFFF;
	font-family: 'Playfair Display SC', serif;
	font-weight: 400; }
    .hero__copy h2 a {
		color: #ffffff;
      text-shadow: 0px 1px 1px #000; }
  .hero__copy p {
    position: relative;
    z-index: 9999;
    color: #FFFFFF; }
    .hero__copy p.tagline {
      color: #fff;
      font-size: 1em;
      font-weight: 600;
      letter-spacing: 0.25em;
      text-transform: uppercase; }
  .hero__copy a {
    position: relative;
    z-index: 9999; }
  .hero__copy i {
    position: relative;
    z-index: 9999;
    color: #FFFFFF; }
  .hero__copy .search-form-wrapper {
    background-color: rgba(33, 33, 33, 0.5);
    padding: 21px; }
    .hero__copy .search-form-wrapper .field-label {
      font-size: 1rem;
      font-weight: 900;
      color: white;
      font-weight: 600; }
  .hero__copy ul.post-meta {
    list-style-type: none;
    position: relative;
    z-index: 9999; }
    .hero__copy ul.post-meta .post-meta-key {
      display: none; }

#one .hero {
  height: 400px; }
  @media only screen and (min-width: 40em) {
    #one .hero {
      height: 500px; } }
  @media only screen and (min-width: 73.125em) {
    #one .hero {
      height: 600px; } }

hr.style1 {
  border-top: 1px solid #EFA544; }

hr.style2 {
  border-top: 3px double #EFA544; }

hr.style3 {
  border-top: 1px dashed #EFA544; }

hr.style4 {
  border-top: 1px dotted #EFA544; }

hr.style5 {
  background-color: #fff;
  border-top: 2px dashed #EFA544;
  border-bottom: 1px dashed #F8F8F8; }

hr.style6 {
  background-color: #fff;
  border-top: 2px dotted #EFA544; }

hr.style7 {
  border-top: 1px solid #EFA544;
  border-bottom: 1px solid #F8F8F8; }

hr.style8 {
  border-top: 1px solid #EFA544;
  border-bottom: 1px solid #F8F8F8; }

hr.style8:after {
  content: '';
  display: block;
  margin-top: 2px;
  border-top: 1px solid #EFA544;
  border-bottom: 1px solid #F8F8F8; }

hr.style9 {
  border-top: 1px dashed #EFA544;
  border-bottom: 1px dashed #F8F8F8; }

hr.style10 {
  border-top: 1px dotted #EFA544;
  border-bottom: 1px dotted #F8F8F8; }

hr.style11 {
  height: 6px;
  background: url(../icons/hr-11.png) repeat-x 0 0;
  border: 0; }

hr.style12 {
  height: 6px;
  background: url(../icons/hr-12.png) repeat-x 0 0;
  border: 0; }

hr.style13 {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #EFA544 inset; }

hr.style14 {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to left, #F8F8F8, #EFA544, #F8F8F8); }

hr.style15 {
  border-top: 4px double #EFA544;
  border-left: 0px double #F8F8F8;
  border-right: 0px double #F8F8F8;
  border-bottom: 0px double #F8F8F8;
  text-align: center; }

hr.style15:after {
  content: '\002665';
  display: inline-block;
  position: relative;
  top: -15px;
  padding: 0 10px;
  background: #F8F8F8;
  color: #EFA544;
  font-size: 18px; }

hr.style16 {
  border-top: 1px dashed #EFA544;
  border-left: 0px double #F8F8F8;
  border-right: 0px double #F8F8F8;
  border-bottom: 0px double #F8F8F8; }

hr.style16:after {
  content: '\002702';
  display: inline-block;
  position: relative;
  top: -12px;
  left: 40px;
  padding: 0 3px;
  background: #F8F8F8;
  color: #EFA544;
  font-size: 18px; }

hr.style17 {
  border-top: 1px solid #8c8b8b;
  border-left: 0px double #F8F8F8;
  border-right: 0px double #F8F8F8;
  border-bottom: 0px double #F8F8F8;
  text-align: center; }

hr.style17:after {
  content: '§';
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 0 10px;
  color: #EFA544;
  font-size: 18px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg); }

hr.style18 {
  height: 30px;
  border-style: solid;
  border-color: #EFA544;
  border-width: 1px 0 0 0;
  border-radius: 20px; }

hr.style18:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #EFA544;
  border-width: 0 0 1px 0;
  border-radius: 20px; }

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative; }
  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important; }
  .icon > .label {
    display: none; }

.touch-link-icon {
  font-size: 3em;
  margin-right: 21px;
  float: left;
  line-height: 1;
  text-decoration: none;
  border-bottom: 0; }
  .touch-link-icon img {
    margin-bottom: 0; }

/*WEATHER ICONS*/
#weather .icon-34 {
  color: #F9C149;
  font-size: 23px; }

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0; }
  ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0;
    line-height: 1; }
    ul.icons li:last-child {
      padding-right: 0; }
    ul.icons li .icon {
      color: #EFA544; }
      ul.icons li .icon:before {
        font-size: 1.5em; }

ul.unstyled {
  padding-left: 0;
  margin-left: 0; }
  ul.unstyled li {
    list-style-type: none; }

ul.inline li {
  display: inline;
  margin-right: 10px;
  float: left; }

/* Styled Lists which require FontAwesome
---------------------------------*/
.iconlist {
  list-style-type: none;
  padding-left: 0; }
  .iconlist li {
    line-height: 2; }
    .iconlist li:before {
      font-family: "FontAwesome";
      display: inline-block;
      color: #757575;
      padding-right: 5px;
      vertical-align: middle;
      left: 2px;
      top: -2px; }

.iconlist__star li:before {
  color: #757575;
  content: "\f005"; }

.iconlist__check li:before {
  content: "\f05d"; }

.iconlist__chevron-right-circle li:before {
  content: "\f138"; }

.iconlist__arrow-circle-o-down li:before {
  content: "\f01a"; }

.iconlist__inbox li:before {
  content: "\f01c"; }

.iconlist__angle-double-right li:before {
  content: "\f101"; }

ul.social-links i {
  font-size: 3em; }

.magazine p.tagline {
  display: none; }
  @media only screen and (min-width: 40em) {
    .magazine p.tagline {
      display: block; } }
  @media only screen and (min-width: 73.125em) {
    .magazine p.tagline {
      display: block; } }

/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #b93d0c; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px; }
  .modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 22px; }
  .modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25); }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

.page-header {
  border-top: 4px solid #455A64; }

.progresscont {
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: 3px;
  width: 100%;
  z-index: 9999; }

.progressbar {
  height: 100%;
  background: rgba(239, 165, 68, 0.5); }

.arrow-wrap {
  display: none;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  position: absolute;
  z-index: 9999;
  bottom: 0rem;
  border-radius: 50px;
  font-size: 0em;
  text-decoration: none;
  border-bottom: 0;
  border: 3px solid #EFA544; }
  .arrow-wrap:hover {
    border: 3px solid #EFA544;
    cursor: pointer; }
  .arrow-wrap .arrow {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #455A64 url("assets/icons/touch-down.png") no-repeat scroll center 50%;
    background-size: 30px 30px;
    border-radius: 20px;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
    @media only screen and (min-width: 40em) {
      .arrow-wrap .arrow {
        background: #455A64 url("assets/icons/mouse-down.png") no-repeat scroll center 50%;
        background-size: 30px 30px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); } }

@-webkit-keyframes arrows {
  0% {
    top: 0; }
  10% {
    top: 12%; }
  20% {
    top: 0; }
  30% {
    top: 12%; }
  40% {
    top: -12%; }
  50% {
    top: 12%; }
  60% {
    top: 0; }
  70% {
    top: 12%; }
  80% {
    top: -12%; }
  90% {
    top: 12%; }
  100% {
    top: 0; } }

.arrow-wrap .arrow {
  -webkit-animation: arrows 2.8s 0.4s;
  -webkit-animation-delay: 3s; }

#masthead {
  background-color: #F8F8F8; }

.site-header {
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 9999;
  position: relative;
  border-bottom: 1px solid #acabab; }

.site-description {
  	color: #212121;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase; 
	letter-spacing: 1px; }

.site-branding {
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 13px;
  /*height: 90px;*/ }
  .site-branding .site-title {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: auto;
    font-size: 1.2em;
    color: #455A64;
    font-family: "Alex Brush"; }
    @media only screen and (min-width: 40em) {
      .site-branding .site-title {
        font-size: 2em; } }
    .site-branding .site-title a {
      color: #5a7582;
      border-bottom: 0; }
  .site-branding .site-description {
    color: #212121; }

.site-title div {
  height: 1rem;
  width: 20%;
  float: left;
  text-align: center;
  line-height: 2;
  text-transform: uppercase;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); }
  @media only screen and (min-width: 40em) {
    .site-title div {
      line-height: 1.8; } }
  @media only screen and (min-width: 73.125em) {
    .site-title div {
      line-height: 1.6; } }

.site-title div:nth-child(1) {
  background: #455A64;
  color: #F8F8F8; }

.site-title div:nth-child(2) {
  background: #5AAFAF;
  color: #F8F8F8; }

.site-title div:nth-child(3) {
  background: #EFA544;
  color: #F8F8F8; }

.site-title div:nth-child(4) {
  background: #212121;
  color: #F8F8F8; }

.site-title div:nth-child(5) {
  background: #757575;
  color: #F8F8F8; }

.site-info .site-title {
  font-size: 1em; }

#site-header-menu {
  position: relative;
  z-index: 9999;
  margin-bottom: 0; }
  #site-header-menu .main-navigation a {
    color: #494949;
    border-bottom: 1px solid #494949;
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", "sans-serif", "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "sans-serif", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans";
	  font-family: 'Raleway', sans-serif;
	  font-weight: 300;
    text-decoration: none;
    border-bottom: none; }

#site-header-menu .main-navigation ul ul li {
  background-color: #F8F8F8; }

 #site-header-menu .main-navigation ul ul li:hover{
  background-color: #E4E3E3;
 } 

.menu-toggle {
  color: #212121;
  -moz-appearance: none;
  -moz-osx-font-smoothing: grayscale;
  background: #F8F8F8 none repeat scroll 0 0;
  border: 1px solid #212121;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none; }
  .menu-toggle:hover {
    color: #212121;
    background-color: #EFA544;
    border: 1px solid #EFA544; }

.menu-toggle.toggled-on {
  box-shadow: 0 1px 3px #000 inset;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  color: #FFFFFF; }

.dropdown-toggle {
  color: #EFA544; }

.site-header-menu {
  margin-top: 19px; }

.site-header-menu.toggled-on {
  background-color: rgba(248, 248, 248, 0.9); }

.main-navigation li {
  padding-left: 11px; }
  .main-navigation li a {
    line-height: 2; }

.menu-item-has-children a::after, .social-navigation a::before, .dropdown-toggle::after, .bypostauthor > article .fn::after, .comment-reply-title small a::before, .pagination .prev::before, .pagination .next::before, .pagination .nav-links::before, .pagination .nav-links::after, .search-submit::before {
  font-size: 21px; }

#site-footer-menu .main-navigation a {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", "sans-serif", "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "sans-serif", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans";
  text-decoration: none;
  border-bottom: none; }

.menu-toggle {
  color: #212121;
  -moz-appearance: none;
  -moz-osx-font-smoothing: grayscale;
  background: #F8F8F8 none repeat scroll 0 0;
  border: 1px solid #212121;
  cursor: pointer;
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none; }
  .menu-toggle:hover {
    color: #212121;
    background-color: #EFA544;
    border: 1px solid #EFA544; }

.menu-toggle.toggled-on {
  box-shadow: 0 1px 3px #000 inset;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  color: #FFFFFF; }

.dropdown-toggle {
  color: #EFA544; }

.site-header-menu {
  margin-top: 19px; }

.site-header-menu.toggled-on {
  background-color: rgba(248, 248, 248, 0.9); }

.main-navigation li {
  padding-left: 21px; }
  .main-navigation li a {
    line-height: 2; }

.menu-item-has-children a::after, .social-navigation a::before, .dropdown-toggle::after, .bypostauthor > article .fn::after, .comment-reply-title small a::before, .pagination .prev::before, .pagination .next::before, .pagination .nav-links::before, .pagination .nav-links::after, .search-submit::before {
  font-size: 21px; }

.site-content {
  background-color: #FFFFFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.09); 
	box-shadow: none;
	border: none; }

@media only screen and (min-width: 73.125em) {
  .site-content {
    overflow: visible;
    z-index: 9998;
    position: relative; } }

.site-footer {
  padding: 21px 0;
  background-color: #000; }
  .site-footer .social-navigation a {
    color: #FFFFFF; }
  .site-footer .site-info a {
    color: #FFFFFF;
    font-size: 10px; }

table {
  border: 0; }

th {
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", "sans-serif", "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "sans-serif", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans";
  text-align: left;
  text-transform: uppercase;
  color: #CFD8DC;
  background: #455A64; }

td {
  border-width: 0 1px 1px 1px; }

/*!
// CSS only Responsive Tables
// http://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/
.rtable {
  /*!
	// IE needs inline-block to position scrolling shadows otherwise use:
	// display: block;
	// max-width: min-content;
	*/
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0; }

.rtable,
.rtable--flip tbody {
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.9) 0%, transparent 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.9) 0%, transparent 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat; }

.rtable td:first-child,
.rtable--flip tbody tr:first-child {
  background-repeat: no-repeat;
  background-size: 20px 100%; }

.rtable td:last-child,
.rtable--flip tbody tr:last-child {
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%; }

.rtable th {
  text-align: left;
  text-transform: uppercase;
  color: #CFD8DC;
  background: #455A64; }

.rtable th,
.rtable td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce; }

.rtable--flip {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: none; }

.rtable--flip thead {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content; }

.rtable--flip tbody {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden; }

.rtable--flip tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.rtable--flip td,
.rtable--flip th {
  display: block; }

.rtable--flip td {
  background-image: none !important;
  border-left: 0; }

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0; }

.widget_calendar tbody a {
  background-color: #EFA544; }

.widget {
  border-top: 4px solid #455A64; }
  .widget .widget-title a {
    color: #EFA544;
    border-bottom: 1px dashed #EFA544;
    text-shadow: none;
    text-decoration: none; }

.base-square .square {
  min-height: 14rem;
  height: 50vh;
  overflow: hidden;
  float: left;
  width: calc(99.9% * 1/2 - 0px);
  margin-left: 0px;
  margin-right: 0px; }
  .base-square .square img {
    object-fit: cover;
    min-height: 230px;
    overflow: hidden;
    height: 100%; }

.bridge {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }
  .bridge .bridge__inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5em;
    padding-right: 1.5em; }
    .bridge .bridge__inner .bridge__copy {
      position: relative;
      z-index: 200;
      padding: 1rem; }
  .bridge .bridge__inner:before {
    content: '';
    display: table; }
  .bridge .bridge__inner:after {
    content: '';
    display: table;
    clear: both; }

.bridge:before {
  content: '';
  display: table; }

.bridge:after {
  content: '';
  display: table;
  clear: both; }

.card-horizontal .card-horizontal__copy,
.card-horizontal .card-horizontal__media {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }

.card-horizontal .card-horizontal__copy:nth-child(1n),
.card-horizontal .card-horizontal__media:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.card-horizontal .card-horizontal__copy:last-child,
.card-horizontal .card-horizontal__media:last-child {
  margin-right: 0; }

.card-horizontal .card-horizontal__copy:nth-child(0pxn),
.card-horizontal .card-horizontal__media:nth-child(0pxn) {
  margin-right: 0;
  float: right; }

.card-horizontal .card-horizontal__copy:nth-child(0pxn + 1),
.card-horizontal .card-horizontal__media:nth-child(0pxn + 1) {
  clear: both; }

.card-media--default .card-media__media, .card-media--default .card-media__copy {
  width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }

.card-media--default .card-media__media:nth-child(1n), .card-media--default .card-media__copy:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.card-media--default .card-media__media:last-child, .card-media--default .card-media__copy:last-child {
  margin-right: 0; }

.card-media--default .card-media__media:nth-child(1n), .card-media--default .card-media__copy:nth-child(1n) {
  margin-right: 0;
  float: right; }

.card-media--default .card-media__media:nth-child(1n + 1), .card-media--default .card-media__copy:nth-child(1n + 1) {
  clear: both; }

.card-media--default--horizontal .card-media__media,
.card-media--default--horizontal .card-media__copy {
  float: left;
  width: calc(99.9% * 1/1 - 0px);
  margin-left: 0px;
  margin-right: 0px; }

@media only screen and (min-width: 40em) {
  .card-media--default--horizontal .card-media__media,
  .card-media--default--horizontal .card-media__copy {
    float: left;
    width: calc(99.9% * 1/2 - 0px);
    margin-left: 0px;
    margin-right: 0px; } }

.card-media--default--horizontal--reversed .card-media__media {
  width: calc(99.9% * 1/1 - (0px - 0px * 1/1)); }

.card-media--default--horizontal--reversed .card-media__media:nth-child(1n) {
  float: left;
  margin-right: 0px;
  clear: none; }

.card-media--default--horizontal--reversed .card-media__media:last-child {
  margin-right: 0; }

.card-media--default--horizontal--reversed .card-media__media:nth-child(1n) {
  margin-right: 0;
  float: right; }

.card-media--default--horizontal--reversed .card-media__media:nth-child(1n + 1) {
  clear: both; }

.card-media--default--horizontal--reversed .card-media__copy {
  width: calc(99.9% * 1/1 - (0px - 0px * 1/1)); }

.card-media--default--horizontal--reversed .card-media__copy:nth-child(1n) {
  float: left;
  margin-right: 0px;
  clear: none; }

.card-media--default--horizontal--reversed .card-media__copy:last-child {
  margin-right: 0; }

.card-media--default--horizontal--reversed .card-media__copy:nth-child(2n) {
  margin-right: 0;
  float: right; }

.card-media--default--horizontal--reversed .card-media__copy:nth-child(2n + 1) {
  clear: both; }

@media only screen and (min-width: 40em) {
  .card-media--default--horizontal--reversed .card-media__media {
    width: calc(99.9% * 1/2 - (0px - 0px * 1/2)); }
  .card-media--default--horizontal--reversed .card-media__media:nth-child(1n) {
    float: left;
    margin-right: 0px;
    clear: none; }
  .card-media--default--horizontal--reversed .card-media__media:last-child {
    margin-right: 0; }
  .card-media--default--horizontal--reversed .card-media__media:nth-child(1n) {
    margin-right: 0;
    float: right; }
  .card-media--default--horizontal--reversed .card-media__media:nth-child(1n + 1) {
    clear: both; }
  .card-media--default--horizontal--reversed .card-media__copy {
    width: calc(99.9% * 1/2 - (0px - 0px * 1/2)); }
  .card-media--default--horizontal--reversed .card-media__copy:nth-child(1n) {
    float: left;
    margin-right: 0px;
    clear: none; }
  .card-media--default--horizontal--reversed .card-media__copy:last-child {
    margin-right: 0; }
  .card-media--default--horizontal--reversed .card-media__copy:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .card-media--default--horizontal--reversed .card-media__copy:nth-child(2n + 1) {
    clear: both; } }

.card-media .card-media__copy {
  background-position: 50% 100%;
  padding: 21px; }

.card-media img {
  margin: 0 auto; }

.gt100.lt400 .card-media .card-media__media,
.gt100.lt400 .card-media .card-media__copy {
  float: left;
  width: calc(99.9% * 1/1 - 0px);
  margin-left: 0px;
  margin-right: 0px; }

.gt400 .card-media .card-media__media,
.gt400 .card-media .card-media__copy {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
  padding: 0; }
  .gt400 .card-media .card-media__media h3,
  .gt400 .card-media .card-media__copy h3 {
    padding: 0px;
    margin-top: 0; }
  .gt400 .card-media .card-media__media p,
  .gt400 .card-media .card-media__copy p {
    display: block; }

.gt400 .card-media .card-media__media:nth-child(1n),
.gt400 .card-media .card-media__copy:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.gt400 .card-media .card-media__media:last-child,
.gt400 .card-media .card-media__copy:last-child {
  margin-right: 0; }

.gt400 .card-media .card-media__media:nth-child(21pxn),
.gt400 .card-media .card-media__copy:nth-child(21pxn) {
  margin-right: 0;
  float: right; }

.gt400 .card-media .card-media__media:nth-child(21pxn + 1),
.gt400 .card-media .card-media__copy:nth-child(21pxn + 1) {
  clear: both; }

.card-media .card-media__copy {
  background-position: 50% 100%; }

.card-media img {
  margin: 0 auto; }

#colophon {
  /* .site-footer */ }
  #colophon .site-footer-main {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5em;
    padding-right: 1.5em; }
  #colophon .site-footer-main:before {
    content: '';
    display: table; }
  #colophon .site-footer-main:after {
    content: '';
    display: table;
    clear: both; }

/* #colophon */
.content-bottom-widgets {
  width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }

.content-bottom-widgets:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.content-bottom-widgets:last-child {
  margin-right: 0; }

.content-bottom-widgets:nth-child(1n) {
  margin-right: 0;
  float: right; }

.content-bottom-widgets:nth-child(1n + 1) {
  clear: both; }

#content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
  /* MQ(MW) */
  /* MQ(LW) */ }
  #content #primary {
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }
    #content #primary #main {
      width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
      margin: 0;
      padding-bottom: 10px; }
    #content #primary #main:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none; }
    #content #primary #main:last-child {
      margin-right: 0; }
    #content #primary #main:nth-child(1n) {
      margin-right: 0;
      float: right; }
    #content #primary #main:nth-child(1n + 1) {
      clear: both; }
    #content #primary aside#content-bottom-widgets {
      width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }
      #content #primary aside#content-bottom-widgets .widget-area {
        width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }
      #content #primary aside#content-bottom-widgets .widget-area:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none; }
      #content #primary aside#content-bottom-widgets .widget-area:last-child {
        margin-right: 0; }
      #content #primary aside#content-bottom-widgets .widget-area:nth-child(1n) {
        margin-right: 0;
        float: right; }
      #content #primary aside#content-bottom-widgets .widget-area:nth-child(1n + 1) {
        clear: both; }
    #content #primary aside#content-bottom-widgets:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none; }
    #content #primary aside#content-bottom-widgets:last-child {
      margin-right: 0; }
    #content #primary aside#content-bottom-widgets:nth-child(1n) {
      margin-right: 0;
      float: right; }
    #content #primary aside#content-bottom-widgets:nth-child(1n + 1) {
      clear: both; }
  #content #primary:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  #content #primary:last-child {
    margin-right: 0; }
  #content #primary:nth-child(1n) {
    margin-right: 0;
    float: right; }
  #content #primary:nth-child(1n + 1) {
    clear: both; }
  #content #secondary {
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }
  #content #secondary:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  #content #secondary:last-child {
    margin-right: 0; }
  #content #secondary:nth-child(1n) {
    margin-right: 0;
    float: right; }
  #content #secondary:nth-child(1n + 1) {
    clear: both; }
  #content #secondary.sidebar {
    margin: 0;
    padding: 0; }
  @media only screen and (min-width: 40em) {
    #content #content div:only-child {
      width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }
    #content #content div:only-child:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none; }
    #content #content div:only-child:last-child {
      margin-right: 0; }
    #content #content div:only-child:nth-child(1n) {
      margin-right: 0;
      float: right; }
    #content #content div:only-child:nth-child(1n + 1) {
      clear: both; }
    #content #primary {
      width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }
      #content #primary aside#content-bottom-widgets {
        width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }
        #content #primary aside#content-bottom-widgets .widget-area {
          width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }
          #content #primary aside#content-bottom-widgets .widget-area:only-child {
            width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }
          #content #primary aside#content-bottom-widgets .widget-area:only-child:nth-child(1n) {
            float: left;
            margin-right: 30px;
            clear: none; }
          #content #primary aside#content-bottom-widgets .widget-area:only-child:last-child {
            margin-right: 0; }
          #content #primary aside#content-bottom-widgets .widget-area:only-child:nth-child(1n) {
            margin-right: 0;
            float: right; }
          #content #primary aside#content-bottom-widgets .widget-area:only-child:nth-child(1n + 1) {
            clear: both; }
        #content #primary aside#content-bottom-widgets .widget-area:nth-child(1n) {
          float: left;
          margin-right: 30px;
          clear: none; }
        #content #primary aside#content-bottom-widgets .widget-area:last-child {
          margin-right: 0; }
        #content #primary aside#content-bottom-widgets .widget-area:nth-child(2n) {
          margin-right: 0;
          float: right; }
        #content #primary aside#content-bottom-widgets .widget-area:nth-child(2n + 1) {
          clear: both; }
      #content #primary aside#content-bottom-widgets:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none; }
      #content #primary aside#content-bottom-widgets:last-child {
        margin-right: 0; }
      #content #primary aside#content-bottom-widgets:nth-child(1n) {
        margin-right: 0;
        float: right; }
      #content #primary aside#content-bottom-widgets:nth-child(1n + 1) {
        clear: both; }
    #content #primary:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none; }
    #content #primary:last-child {
      margin-right: 0; }
    #content #primary:nth-child(1n) {
      margin-right: 0;
      float: right; }
    #content #primary:nth-child(1n + 1) {
      clear: both; }
    #content #secondary {
      width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }
    #content #secondary:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none; }
    #content #secondary:last-child {
      margin-right: 0; }
    #content #secondary:nth-child(1n) {
      margin-right: 0;
      float: right; }
    #content #secondary:nth-child(1n + 1) {
      clear: both; } }
  @media only screen and (min-width: 80em) {
    #content #primary {
      width: calc(99.9% * 3/4 - (30px - 30px * 3/4)); }
      #content #primary:only-child {
        width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }
      #content #primary:only-child:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none; }
      #content #primary:only-child:last-child {
        margin-right: 0; }
      #content #primary:only-child:nth-child(1n) {
        margin-right: 0;
        float: right; }
      #content #primary:only-child:nth-child(1n + 1) {
        clear: both; }
    #content #primary:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none; }
    #content #primary:last-child {
      margin-right: 0; }
    #content #primary:nth-child(4n) {
      margin-right: 0;
      float: right; }
    #content #primary:nth-child(4n + 1) {
      clear: both; }
    #content #secondary {
      width: calc(99.9% * 1/4 - (30px - 30px * 1/4)); }
      #content #secondary:only-child {
        width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }
      #content #secondary:only-child:nth-child(1n) {
        float: left;
        margin-right: 30px;
        clear: none; }
      #content #secondary:only-child:last-child {
        margin-right: 0; }
      #content #secondary:only-child:nth-child(1n) {
        margin-right: 0;
        float: right; }
      #content #secondary:only-child:nth-child(1n + 1) {
        clear: both; }
    #content #secondary:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none; }
    #content #secondary:last-child {
      margin-right: 0; }
    #content #secondary:nth-child(4n) {
      margin-right: 0;
      float: right; }
    #content #secondary:nth-child(4n + 1) {
      clear: both; } }

#content:before {
  /* MQ(MW) */
  /* MQ(LW) */
  content: '';
  display: table; }

#content:after {
  /* MQ(MW) */
  /* MQ(LW) */
  content: '';
  display: table;
  clear: both; }

/* #content */
.entry-content {
  margin: 0; }

/* .entry-content */
.sidebar {
  margin-left: 0; }

/* .sidebar */
.site-content {
  margin: 21px 0px 34px;
  z-index: 2;
  position: relative;
  padding-bottom: 55px;
  border-radius: 4px; }
  @media only screen and (min-width: 40em) {
    .site-content {
      margin: 34px 0px 55px; } }
  @media only screen and (min-width: 73.125em) {
    .site-content {
      margin: 55px 0px 89px;
      padding-top: 55px; } }

#colophon {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em; }
  #colophon #colophon__element {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5em;
    padding-right: 1.5em; }
  #colophon #colophon__element:before {
    content: '';
    display: table; }
  #colophon #colophon__element:after {
    content: '';
    display: table;
    clear: both; }

#colophon:before {
  content: '';
  display: table; }

#colophon:after {
  content: '';
  display: table;
  clear: both; }

.site-footer {
  display: block; }

.site-info {
  width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }

.site-info:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.site-info:last-child {
  margin-right: 0; }

.site-info:nth-child(1n) {
  margin-right: 0;
  float: right; }

.site-info:nth-child(1n + 1) {
  clear: both; }

.grid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 21px;
  padding-right: 21px;
  margin: 0;
  padding: 21px; }
  .grid .grid__element,
  .grid .magazine__element,
  .grid .card,
  .grid .card-horizontal {
    overflow: hidden; }
    .grid .grid__element img,
    .grid .magazine__element img,
    .grid .card img,
    .grid .card-horizontal img {
      object-fit: cover;
      min-height: 300px;
      overflow: hidden;
      margin-bottom: 0; }

.grid:before {
  content: '';
  display: table; }

.grid:after {
  content: '';
  display: table;
  clear: both; }

.gt200 {
  /*.grid*/ }
  .page-template-page-mag-updated .gt200 .grid .grid__element,
  .page-template-page-mag-updated .gt200 .grid .magazine__element,
  .page-template-page-mag-updated .gt200 .grid .card,
  .page-template-page-mag-updated .gt200 .grid .card-horizontal {
    width: calc(99.9% * 1/3 - (30px - 30px * 2/3));
    margin-bottom: 21px; }
  .gt200 .grid .grid__element,
  .gt200 .grid .magazine__element,
  .gt200 .grid .card,
  .gt200 .grid .card-horizontal {
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
    margin-bottom: 21px; }
  .gt200 .grid .grid__element:nth-child(1n),
  .gt200 .grid .magazine__element:nth-child(1n),
  .gt200 .grid .card:nth-child(1n),
  .gt200 .grid .card-horizontal:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gt200 .grid .grid__element:last-child,
  .gt200 .grid .magazine__element:last-child,
  .gt200 .grid .card:last-child,
  .gt200 .grid .card-horizontal:last-child {
    margin-right: 0; }
  .gt200 .grid .grid__element:nth-child(3n),
  .gt200 .grid .magazine__element:nth-child(3n),
  .gt200 .grid .card:nth-child(3n),
  .gt200 .grid .card-horizontal:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .gt200 .grid .grid__element:nth-child(3n + 1),
  .gt200 .grid .magazine__element:nth-child(3n + 1),
  .gt200 .grid .card:nth-child(3n + 1),
  .gt200 .grid .card-horizontal:nth-child(3n + 1) {
    clear: both; }

.gt550 .grid .grid__element,
.gt550 .grid .magazine__element,
.gt550 .grid .card {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }

.gt550 .grid .grid__element:nth-child(1n),
.gt550 .grid .magazine__element:nth-child(1n),
.gt550 .grid .card:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.gt550 .grid .grid__element:last-child,
.gt550 .grid .magazine__element:last-child,
.gt550 .grid .card:last-child {
  margin-right: 0; }

.gt550 .grid .grid__element:nth-child(2n),
.gt550 .grid .magazine__element:nth-child(2n),
.gt550 .grid .card:nth-child(2n) {
  margin-right: 0;
  float: right; }

.gt550 .grid .grid__element:nth-child(2n + 1),
.gt550 .grid .magazine__element:nth-child(2n + 1),
.gt550 .grid .card:nth-child(2n + 1) {
  clear: both; }

.gt700 .grid .grid__element,
.gt700 .grid .magazine__element,
.gt700 .grid .card {
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3)); }

.gt700 .grid .grid__element:nth-child(1n),
.gt700 .grid .magazine__element:nth-child(1n),
.gt700 .grid .card:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.gt700 .grid .grid__element:last-child,
.gt700 .grid .magazine__element:last-child,
.gt700 .grid .card:last-child {
  margin-right: 0; }

.gt700 .grid .grid__element:nth-child(3n),
.gt700 .grid .magazine__element:nth-child(3n),
.gt700 .grid .card:nth-child(3n) {
  margin-right: 0;
  float: right; }

.gt700 .grid .grid__element:nth-child(3n + 1),
.gt700 .grid .magazine__element:nth-child(3n + 1),
.gt700 .grid .card:nth-child(3n + 1) {
  clear: both; }

.gt700 .grid .card-horizontal {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }

.gt700 .grid .card-horizontal:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.gt700 .grid .card-horizontal:last-child {
  margin-right: 0; }

.gt700 .grid .card-horizontal:nth-child(2n) {
  margin-right: 0;
  float: right; }

.gt700 .grid .card-horizontal:nth-child(2n + 1) {
  clear: both; }

.gt1000 .grid .grid__element,
.gt1000 .grid .magazine__element,
.gt1000 .grid .card {
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4)); }

.gt1000 .grid .grid__element:nth-child(1n),
.gt1000 .grid .magazine__element:nth-child(1n),
.gt1000 .grid .card:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.gt1000 .grid .grid__element:last-child,
.gt1000 .grid .magazine__element:last-child,
.gt1000 .grid .card:last-child {
  margin-right: 0; }

.gt1000 .grid .grid__element:nth-child(4n),
.gt1000 .grid .magazine__element:nth-child(4n),
.gt1000 .grid .card:nth-child(4n) {
  margin-right: 0;
  float: right; }

.gt1000 .grid .grid__element:nth-child(4n + 1),
.gt1000 .grid .magazine__element:nth-child(4n + 1),
.gt1000 .grid .card:nth-child(4n + 1) {
  clear: both; }

.halved {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .halved .halved__element {
    position: relative;
    width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }
  .halved .halved__element:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .halved .halved__element:last-child {
    margin-right: 0; }
  .halved .halved__element:nth-child(0pxn) {
    margin-right: 0;
    float: right; }
  .halved .halved__element:nth-child(0pxn + 1) {
    clear: both; }

.halved:before {
  content: '';
  display: table; }

.halved:after {
  content: '';
  display: table;
  clear: both; }

.gt400 .halved .halved__element {
  float: left;
  width: calc(99.9% * 1/2 - 0px);
  margin-left: 0px;
  margin-right: 0px; }

.gt400 .halved article {
  min-height: 100vh;
  padding: 21px; }

.gt400 .halved img {
  min-height: 100vh;
  object-fit: cover; }

.gt400 .halved:nth-child(odd) .halved__element:nth-child(odd) {
  float: left;
  width: calc(99.9% * 1/2 - 0px);
  margin-left: 0px;
  margin-right: 0px; }

.gt400 .halved:nth-child(odd) .halved__element:nth-child(even) {
  float: left;
  width: calc(99.9% * 1/2 - 0px);
  margin-left: 0px;
  margin-right: 0px; }

.gt400 .halved:nth-child(even) .halved__element:nth-child(odd) {
  float: left;
  width: calc(99.9% * 1/2 - 0px);
  margin-left: 0px;
  margin-right: 0px; }

.gt400 .halved:nth-child(even) .halved__element:nth-child(even) {
  float: left;
  width: calc(99.9% * 1/2 - 0px);
  margin-left: 0px;
  margin-right: 0px; }

.hero,
.hero--with-background-image {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }
  .hero .hero__inner,
  .hero--with-background-image .hero__inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5em;
    padding-right: 1.5em; }
    .hero .hero__inner .wpcf7-form p,
    .hero--with-background-image .hero__inner .wpcf7-form p {
      width: calc(99.9% * 1/1 - (30px - 30px * 1/1));
      margin-bottom: 0; }
    .hero .hero__inner .wpcf7-form p:nth-child(1n),
    .hero--with-background-image .hero__inner .wpcf7-form p:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none; }
    .hero .hero__inner .wpcf7-form p:last-child,
    .hero--with-background-image .hero__inner .wpcf7-form p:last-child {
      margin-right: 0; }
    .hero .hero__inner .wpcf7-form p:nth-child(1n),
    .hero--with-background-image .hero__inner .wpcf7-form p:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .hero .hero__inner .wpcf7-form p:nth-child(1n + 1),
    .hero--with-background-image .hero__inner .wpcf7-form p:nth-child(1n + 1) {
      clear: both; }
  .hero .hero__inner:before,
  .hero--with-background-image .hero__inner:before {
    content: '';
    display: table; }
  .hero .hero__inner:after,
  .hero--with-background-image .hero__inner:after {
    content: '';
    display: table;
    clear: both; }

.hero:before,
.hero--with-background-image:before {
  content: '';
  display: table; }

.hero:after,
.hero--with-background-image:after {
  content: '';
  display: table;
  clear: both; }

/* .hero */
hr {
  width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }

hr:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

hr:last-child {
  margin-right: 0; }

hr:nth-child(1n) {
  margin-right: 0;
  float: right; }

hr:nth-child(1n + 1) {
  clear: both; }

.magazine {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0; }
  .magazine .magazine__element,
  .magazine .card,
  .magazine .card-horizontal {
    overflow: hidden; }
    .magazine .magazine__element img,
    .magazine .card img,
    .magazine .card-horizontal img {
      object-fit: cover;
      overflow: hidden; }

.magazine:before {
  content: '';
  display: table; }

.magazine:after {
  content: '';
  display: table;
  clear: both; }

.gt100.lt550 .magazine {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0; }
  .gt100.lt550 .magazine .magazine__element,
  .gt100.lt550 .magazine .card,
  .gt100.lt550 .magazine .card-horizontal {
    float: left;
    width: calc(99.9% * 1/1 - 0px);
    margin-left: 0px;
    margin-right: 0px; }

.gt100.lt550 .magazine:before {
  content: '';
  display: table; }

.gt100.lt550 .magazine:after {
  content: '';
  display: table;
  clear: both; }

.lt550 .magazine {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0; }
  .lt550 .magazine .magazine__element,
  .lt550 .magazine .card,
  .lt550 .magazine .card-horizontal {
    float: left;
    width: calc(99.9% * 1/2 - 0px);
    margin-left: 0px;
    margin-right: 0px; }

.lt550 .magazine:before {
  content: '';
  display: table; }

.lt550 .magazine:after {
  content: '';
  display: table;
  clear: both; }

.gt550.lt850 .magazine .magazine__element,
.gt550.lt850 .magazine .card,
.gt550.lt850 .magazine .card-horizontal {
  float: left;
  width: calc(99.9% * 1/2 - 0px);
  margin-left: 0px;
  margin-right: 0px; }

.gt850 .magazine .magazine__element,
.gt850 .magazine .card,
.gt850 .magazine .card-horizontal {
  float: left;
  width: calc(99.9% * 1/3 - 0px);
  margin-left: 0px;
  margin-right: 0px; }

.gt850 .magazine .magazine__element:last-child{
  float: left;
  width: calc(99.9% * 2/3 - 0px);
  margin-left: 0px;
  margin-right: 0px; }

.gt900 .magazine .magazine__element:last-child{
  float: left;
  width: calc(99.9% * 1/1 - 0px);
  margin-left: 0px;
  margin-right: 0px; }

  .gt850 .magazine .magazine__element .card-magazine__media img,
  .gt850 .magazine .card .card-magazine__media img,
  .gt850 .magazine .card-horizontal .card-magazine__media img {
    min-height: 350px; }
  .gt850 .magazine .magazine__element .card-magazine__copy,
  .gt850 .magazine .magazine__element .card-media__copy,
  .gt850 .magazine .card .card-magazine__copy,
  .gt850 .magazine .card .card-media__copy,
  .gt850 .magazine .card-horizontal .card-magazine__copy,
  .gt850 .magazine .card-horizontal .card-media__copy {
    display: block;
    font-size: 0.8rem; }

.gt900 .magazine .card-magazine__media img {
  width: 100%; }

.page-template-page-mag-updated .gt900 .magazine .card-magazine--default:nth-child(9n+1),
.page-template-page-mag-updated .gt900 .magazine .magazine__element:nth-child(9n+1) {
  float: left;
  width: calc(99.9% * 1/3 - 0px);
  margin-left: 0px;
  margin-right: 0px; }

.page-template-page-mag-updated .gt900 .magazine .card-magazine--default:first-child,
.page-template-page-mag-updated .gt900 .magazine .magazine__element:first-child {
  float: left;
  width: calc(99.9% * 1/3 - 0px);
  margin-left: 0px;
  margin-right: 0px; }

.gt900 .magazine .card-magazine--default:nth-child(9n+1),
.gt900 .magazine .magazine__element:nth-child(9n+1) {
  float: left;
  width: calc(99.9% * 1/3 - 0px);
  margin-left: 0px;
  margin-right: 0px; }
  .gt900 .magazine .card-magazine--default:nth-child(9n+1) .card-magazine__copy,
  .gt900 .magazine .card-magazine--default:nth-child(9n+1) .card-media__copy,
  .gt900 .magazine .magazine__element:nth-child(9n+1) .card-magazine__copy,
  .gt900 .magazine .magazine__element:nth-child(9n+1) .card-media__copy {
    display: block;
    font-size: 0.8rem; }

#masthead {
  /* .site-header-main */ }
  #masthead .site-header-main {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5em;
    padding-right: 1.5em; }
  #masthead .site-header-main:before {
    content: '';
    display: table; }
  #masthead .site-header-main:after {
    content: '';
    display: table;
    clear: both; }

/* #masthead */
.site-branding {
  padding-left: 0;
  padding-right: 0;
  width: calc(99.9% * 3/4 - (30px - 30px * 3/4));
  margin-right: 10px !important; }

.site-branding:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.site-branding:last-child {
  margin-right: 0; }

.site-branding:nth-child(4n) {
  margin-right: 0;
  float: right; }

.site-branding:nth-child(4n + 1) {
  clear: both; }

#menu-toggle {
  position: absolute;
  right: 10px;
  top: 30px;
  float: right; }


@media only screen and (min-width: 80em) {
  .site-branding {
    width: calc(99.9% * 4/10 - (30px - 30px * 4/10)); }
  .site-branding:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .site-branding:last-child {
    margin-right: 0; }
  .site-branding:nth-child(10n) {
    margin-right: 0;
    float: right; }
  .site-branding:nth-child(10n + 1) {
    clear: both; }
  .site-header-menu {
    width: calc(99.9% * 6/10 - (30px - 30px * 6/10)); }
  .site-header-menu:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .site-header-menu:last-child {
    margin-right: 0; }
  .site-header-menu:nth-child(10n) {
    margin-right: 0;
    float: right; }
  .site-header-menu:nth-child(10n + 1) {
    clear: both; } }

.metro {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  padding: 0; }
  .metro .metro__element,
  .metro .card,
  .metro .card-horizontal {
    min-height: 14rem;
    height: 100%;
    overflow: hidden; }
    .metro .metro__element img,
    .metro .card img,
    .metro .card-horizontal img {
      object-fit: cover;
      min-height: 230px;
      overflow: hidden;
      margin-bottom: 0; }

.metro:before {
  content: '';
  display: table; }

.metro:after {
  content: '';
  display: table;
  clear: both; }

.gt200 {
  /*.metro*/ }
  .gt200 .metro {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .gt200 .metro .metro__element,
    .gt200 .metro .card,
    .gt200 .metro .card-horizontal {
      float: left;
      width: calc(99.9% * 1/2 - 0px);
      margin-left: 0px;
      margin-right: 0px;
      height: 25vh; }
  .gt200 .metro:before {
    content: '';
    display: table; }
  .gt200 .metro:after {
    content: '';
    display: table;
    clear: both; }

.gt550 .metro .metro__element,
.gt550 .metro .card,
.gt550 .metro .card-horizontal {
  float: left;
  width: calc(99.9% * 1/4 - 0px);
  margin-left: 0px;
  margin-right: 0px; }
  .gt550 .metro .metro__element img,
  .gt550 .metro .card img,
  .gt550 .metro .card-horizontal img {
    object-fit: cover;
    min-height: 300px;
    overflow: hidden; }

.gt700 .metro .metro__element,
.gt700 .metro .card,
.gt700 .metro .card-horizontal {
  float: left;
  width: calc(99.9% * 1/3 - 0px);
  margin-left: 0px;
  margin-right: 0px; }
  .gt700 .metro .metro__element img,
  .gt700 .metro .card img,
  .gt700 .metro .card-horizontal img {
    object-fit: cover;
    min-height: 340px;
    overflow: hidden; }

.gt1000 .metro .metro__element,
.gt1000 .metro .card,
.gt1000 .metro .card-horizontal {
  float: left;
  width: calc(99.9% * 1/4 - 0px);
  margin-left: 0px;
  margin-right: 0px; }

.gt1200 .metro .metro__element,
.gt1200 .metro .card,
.gt1200 .metro .card-horizontal {
  float: left;
  width: calc(99.9% * 1/5 - 0px);
  margin-left: 0px;
  margin-right: 0px; }

.gt1200 .metro .metro__element,
.gt1200 .metro .card,
.gt1200 .metro .card-horizontal {
  float: left;
  width: calc(99.9% * 1/5 - 0px);
  margin-left: 0px;
  margin-right: 0px; }

.gt1400 .metro .metro__element,
.gt1400 .metro .card,
.gt1400 .metro .card-horizontal {
  float: left;
  width: calc(99.9% * 1/6 - 0px);
  margin-left: 0px;
  margin-right: 0px; }

.gt1600 .metro .metro__element,
.gt1600 .metro .card,
.gt1600 .metro .card-horizontal {
  float: left;
  width: calc(99.9% * 1/7 - 0px);
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.9rem; }

.gt1800 .metro .metro__element,
.gt1800 .metro .card,
.gt1800 .metro .card-horizontal {
  float: left;
  width: calc(99.9% * 1/8 - 0px);
  margin-left: 0px;
  margin-right: 0px; }
  .gt1800 .metro .metro__element img,
  .gt1800 .metro .card img,
  .gt1800 .metro .card-horizontal img {
    object-fit: cover;
    min-height: 340px;
    overflow: hidden; }

.gt1900 .metro .metro__element,
.gt1900 .metro .card,
.gt1900 .metro .card-horizontal {
  float: left;
  width: calc(99.9% * 1/9 - 0px);
  margin-left: 0px;
  margin-right: 0px; }
  .gt1900 .metro .metro__element img,
  .gt1900 .metro .card img,
  .gt1900 .metro .card-horizontal img {
    object-fit: cover;
    min-height: 340px;
    overflow: hidden; }

.squared {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .squared .squared__element,
  .squared .magazine__element,
  .squared .card,
  .squared .card-horizontal {
    height: 50vh;
    float: left;
    width: calc(99.9% * 1/2 - 0px);
    margin-left: 0px;
    margin-right: 0px; }
    .squared .squared__element img,
    .squared .magazine__element img,
    .squared .card img,
    .squared .card-horizontal img {
      height: 100%; }
    .squared .squared__element img,
    .squared .magazine__element img,
    .squared .card img,
    .squared .card-horizontal img {
      object-fit: cover; }
    .squared .squared__element .card__copy p,
    .squared .magazine__element .card__copy p,
    .squared .card .card__copy p,
    .squared .card-horizontal .card__copy p {
      display: none; }
    .squared .squared__element:nth-child(1n),
    .squared .magazine__element:nth-child(1n),
    .squared .card:nth-child(1n),
    .squared .card-horizontal:nth-child(1n) {
      background-color: green; }
    .squared .squared__element:nth-child(2n),
    .squared .magazine__element:nth-child(2n),
    .squared .card:nth-child(2n),
    .squared .card-horizontal:nth-child(2n) {
      background-color: red; }
    .squared .squared__element:nth-child(3n),
    .squared .magazine__element:nth-child(3n),
    .squared .card:nth-child(3n),
    .squared .card-horizontal:nth-child(3n) {
      background-color: blue; }

.squared:before {
  content: '';
  display: table; }

.squared:after {
  content: '';
  display: table;
  clear: both; }

.gt400 .card .card__copy p,
.gt400 .card-horizontal .card__copy p {
  display: block; }

.card-user {
  width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }

.card-user:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.card-user:last-child {
  margin-right: 0; }

.card-user:nth-child(1n) {
  margin-right: 0;
  float: right; }

.card-user:nth-child(1n + 1) {
  clear: both; }

.gt450 .card-user {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }

.gt450 .card-user:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.gt450 .card-user:last-child {
  margin-right: 0; }

.gt450 .card-user:nth-child(2n) {
  margin-right: 0;
  float: right; }

.gt450 .card-user:nth-child(2n + 1) {
  clear: both; }

.thirds {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px; }
  .thirds .thirds__element {
    overflow: hidden;
    float: left;
    width: calc(99.9% * 1/3 - 0px);
    margin-left: 0px;
    margin-right: 0px; }
    .thirds .thirds__element img {
      object-fit: cover;
      overflow: hidden;
      width: 100%; }

.thirds:before {
  content: '';
  display: table; }

.thirds:after {
  content: '';
  display: table;
  clear: both; }

.waffle {
  width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }

.waffle:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.waffle:last-child {
  margin-right: 0; }

.waffle:nth-child(1n) {
  margin-right: 0;
  float: right; }

.waffle:nth-child(1n + 1) {
  clear: both; }

.gt450 .waffle {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }

.gt450 .waffle:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.gt450 .waffle:last-child {
  margin-right: 0; }

.gt450 .waffle:nth-child(2n) {
  margin-right: 0;
  float: right; }

.gt450 .waffle:nth-child(2n + 1) {
  clear: both; }

.wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  padding-right: 1.5em; }

.wrap:before {
  content: '';
  display: table; }

.wrap:after {
  content: '';
  display: table;
  clear: both; }

/*.wrap*/
.wrap-inner:before {
  content: '';
  display: table; }

.wrap-inner:after {
  content: '';
  display: table;
  clear: both; }

/*.wrap-inner*/
@font-face {
  font-family: 'Alex Brush';
  src: url("assets/fonts/AlexBrush-Regular.eot");
  src: url("assets/fonts/AlexBrush-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/AlexBrush-Regular.woff") format("woff"), url("assets/fonts/AlexBrush-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.wp-video {
  margin: 0 auto; }

.site-inner {
  margin: 0 auto;
  max-width: none;
  position: relative; }

#ui-id-1 {
  z-index: 9999; }

.ihf-link-back {
  display: none; }

.tint img:nth-child(2n) {
  display: none; }

#ihf-main-container.ihf-color-scheme-light-blue .btn-primary.active, #ihf-main-container.ihf-color-scheme-light-blue .btn-primary:active, #ihf-main-container.ihf-color-scheme-light-blue .btn-primary:focus, #ihf-main-container.ihf-color-scheme-light-blue .btn-primary:hover, #ihf-main-container.ihf-color-scheme-light-blue .open .dropdown-toggle.btn-primary {
  -moz-appearance: none;
  -moz-osx-font-smoothing: grayscale;
  background: #EFA544 none repeat scroll 0 0;
  border: medium none;
  color: #212121;
  cursor: pointer;
  font-weight: 600;
  padding: 10px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none; }
  #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.active:hover, #ihf-main-container.ihf-color-scheme-light-blue .btn-primary:active:hover, #ihf-main-container.ihf-color-scheme-light-blue .btn-primary:focus:hover, #ihf-main-container.ihf-color-scheme-light-blue .btn-primary:hover:hover, #ihf-main-container.ihf-color-scheme-light-blue .open .dropdown-toggle.btn-primary:hover {
    background-color: #ee9e36;
    color: #212121;
    text-decoration: none;
    border-bottom: 0; }
    #ihf-main-container.ihf-color-scheme-light-blue .btn-primary.active:hover:active, #ihf-main-container.ihf-color-scheme-light-blue .btn-primary:active:hover:active, #ihf-main-container.ihf-color-scheme-light-blue .btn-primary:focus:hover:active, #ihf-main-container.ihf-color-scheme-light-blue .btn-primary:hover:hover:active, #ihf-main-container.ihf-color-scheme-light-blue .open .dropdown-toggle.btn-primary:hover:active {
      -webkit-transform: scale(0.97);
              transform: scale(0.97); }

#ihf-main-container .btn-group-justified .btn {
  width: 49% !important; }

#ihf-main-container a {
  color: #EFA544;
  text-decoration: none; }
  #ihf-main-container a:hover {
    color: #EFA544;
    text-decoration: none; }
  #ihf-main-container a:focus {
    text-decoration: none; }

#ihf-main-container.ihf-color-scheme-light-blue .title-bar-1 {
  color: #CFD8DC;
  background: #455A64;
  border: 0; }

.pagination::before, .pagination::after {
  background-color: transparent; }

#ihf-main-container .pagination {
  border-top: 2px solid #EFA544; }

.hero .ihf-container label,
.hero .ihf-widget-label,
.hero .field-label {
  color: #FFFFFF;
  font-size: 1em; }

#ihf-main-container .btn-group-justified .btn {
  width: 33%; }

.ihf-grid-result-price a {
  border: 0; }

#ihf-refine-search-button,
.ihf-listing-search-results .dropdown-toggle {
  width: 100%; }

#ihf-main-container .btn-link {
  color: #EFA544; }

button.ihf-share-btn-more {
  width: 55px;
  height: 55px; }

#ihf-main-container .carousel-inner > .active img {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
  margin-bottom: 55px; }

#ihf-main-container .carousel-inner > .item {
  padding: 21px; }

#ihf-main-container label {
  font-size: 1rem; }


.magazine__element{
	transition: transform 0.5s ease 0s;
position:relative;
z-index:9997;
}
.magazine__element:hover{
 -webkit-backface-visibility: hidden;
	z-index: 9998;
	box-shadow: 0px 1px 10px #212121;
}
.magazine__element:hover > .hero__inner{
	background-color:rgba(0, 0, 0, 0.6);
}

#ihf-contact-confirmation{
  border: 6px solid #0e9e0b;
  padding: 4px 33px;
  background-color: #0e9e0b33;
}

#ihf-main-container .modal{
  z-index: 9999;
}


.container {
  max-width: 1335px;
  margin: 0 auto;
}

.grid-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.grid-item {
  height: 200px;
  flex-basis: 33.3%;
  -ms-flex: auto;
  width: 259px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}
@media(max-width: 1333px) {
  .grid-item {
    flex-basis: 33.33%;
  }
}

@media(max-width: 1073px) {
   .grid-item {
    flex-basis: 33.33%;
  }
}

@media(max-width: 815px) {
  .grid-item {
    flex-basis: 33.33%;
  }
}

@media(max-width: 555px) {
  .grid-item {
    flex-basis: 100%;
  }
}












