/*
Theme Name: 1854 media
Author: Fruition
Author URI: www.fruition-design.co.uk
Description: 1854 Theme
Text Domain: twentyseventeen
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure, button {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

body {
  background: white;
  color: #4C545D;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  line-height: 1.6em;
  vertical-align: baseline;
  padding-top: 40px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  body {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  body {
    padding-top: 70px;
  }
}

/* ::Default styles */
/* ------------------------------------------------------------ */
h1 {
  font-size: 1.875em;
  line-height: 1.3em;
  margin-bottom: 1.3em;
  font-weight: 600;
  color: black;
}

h2 {
  font-size: 1.6875em;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}

h3 {
  font-size: 1.5625em;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}

h4 {
  font-size: 1.4375em;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}

h5 {
  font-size: 1.25em;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}

h6 {
  font-size: 1.125em;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  letter-spacing: 1px;
}

p,
address,
caption {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: normal;
  margin-bottom: 1.8em;
}

blockquote {
  font-size: 1.375em;
  line-height: 1.4em;
  margin-bottom: 2em;
}

blockquote p {
  font-weight: 600;
  margin: 0;
}

blockquote p:last-child {
  margin: 0;
}

ol {
  list-style-type: decimal;
  margin-bottom: 2.5em;
}

ul {
  list-style-type: disc;
  margin-bottom: 2.5em;
  list-style-position: outside;
  margin-left: 22px;
}

dl {
  margin-bottom: 2.5em;
}

figure {
  margin-bottom: 25px;
  font-size: 0.75em;
}

figcaption {
  padding: 20px 0 0 0;
  font-style: italic;
}

li,
dt,
dd,
table th,
table td {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 1em;
}

li li {
  font-size: 0.875rem;
}

a,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #1a1a1a;
}

strong {
  font-weight: 600;
}

strong em {
  font-weight: 600;
}

small {
  color: blue;
}

code {
  padding: 3px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 0.25em;
}

b {
  font-weight: bold;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none !important;
}

hr {
  margin: 1.8em 0 2em 0;
  border: 0;
  height: 1px;
  background: #d9d9d9;
}

table {
  border: 1px solid #d7d7d7;
  margin: 0 0 30px 0;
  width: 100%;
}

table thead th {
  background: #dadada;
  font-weight: bold;
}

table th {
  color: #818285;
}

table th,
table td {
  border-bottom: 1px solid #d7d7d7;
  padding: 5px;
}

table tbody tr.oddrow th,
table tbody tr.oddrow td {
  background: #f8fdff;
}

table tfoot th {
  background: #dadada;
}

fieldset {
  background: #e1e0e0;
  margin-bottom: 2.5em;
  padding: 10px;
}

fieldset p {
  margin: 0;
}

legend {
  background: #fff;
  border: 1px solid #c3c3c3;
  font-weight: bold;
  padding: 5px;
  font-size: 1em;
}

label {
  color: #000;
  margin: 0;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="datetime-local"],
input[type="number"],
input[type="file"],
textarea {
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  margin: 5px 0 5px 0;
  padding: 5px;
  vertical-align: middle;
  width: 100%;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (min-width: 900px) {
  input[type="text"],
  input[type="search"],
  input[type="tel"],
  input[type="url"],
  input[type="email"],
  input[type="password"],
  input[type="datetime"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="datetime-local"],
  input[type="number"],
  input[type="file"],
  textarea {
    font-size: 0.875rem;
  }
}

textarea {
  height: 120px;
}

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

input[type="color"] {
  padding: 0;
  height: 30px;
  width: 20%;
}

input[type="select"] {
  width: 100%;
  border-color: #999;
  font-family: 'Open Sans', sans-serif;
}

input[type="range"] {
  font-size: 0.875em;
  width: 100%;
}

input[type="reset"],
input[type="button"],
input[type="submit"],
button[type="reset"],
button[type="button"],
button[type="submit"],
.btn,
.btn:visited {
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 8px 20px 8px 20px;
  margin: 0 0 10px 0;
  width: auto;
  border-radius: 0px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button[type="reset"]:hover,
button[type="button"]:hover,
button[type="submit"]:hover,
.btn:hover {
  background: #d3719d;
  color: #000;
  border: 2px solid #d3719d;
}

input[type="button"].btn-border {
  border: 2px solid #fff;
  background: #000;
}

.btn-solid-black {
  background: black;
  border: 2px solid #000;
}

.btn-outline,
.btn-default,
.btn-default:visited,
.btn-outline:visited {
  background: #fff;
  border: 2px solid #000;
  color: #000;
}

.btn-outline:hover,
.btn-default:hover,
.btn-default:visited:hover,
.btn-outline:visited:hover {
  background: #d3719d;
  color: #000;
  border: 2px solid #d3719d;
}

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

a img,
a:visited img {
  text-decoration: none;
}

iframe {
  background: #fff;
  border: none;
  margin: 0;
  width: 100%;
}

video {
  margin: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container .video-container object,
.video-container .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

canvas {
  background: #efefef;
  border: none;
  border-radius: 4px;
  margin: 0;
  width: 100%;
}

@media print {
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4em;
    font-size: 12pt;
    background: none;
    color: #444;
  }
  /* Headings */
  h1, h2, h3, h4, h5, h6 {
    margin: 20px 0 10px 0;
    color: #000;
  }
  h1 {
    font-size: 16pt;
    background: none;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 14pt;
  }
  h3 {
    font-size: 12pt;
  }
  h4, h5, h6 {
    font-size: 12pt;
  }
  hr {
    background-color: #ccc;
  }
  /* Images */
  img {
    margin: 1em 1.5em 1.5em 0;
  }
  a img {
    border: none;
  }
  /* Links */
  a:link,
  a:visited {
    background: transparent;
    text-decoration: underline;
    color: #333;
  }
  /* Table */
  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
  }
  tr {
    page-break-inside: avoid;
  }
  /* Custom Print Styles
   ========================================================================== */
  #id {
    display: none;
  }
  /* Masthead */
  #print-masthead {
    width: 100% !important;
    display: block;
    text-align: left;
    height: 145px;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #c4c4c4;
  }
  #print-masthead p {
    float: right;
    padding: 0 10px 0 0;
    margin: 0 0px 0 0;
    text-align: right;
    width: 8cm;
    font-size: 8pt;
  }
  #print-masthead img {
    margin: 0px 0px 0px 0px;
  }
  #content-wrapper {
    width: 100% !important;
    border: none;
    background: #FFF;
  }
  #content {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
}

.header {
  padding: 0 !important;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .container-max {
  max-width: 1400px;
  padding: 10px 20px 10px 20px;
  margin: 0 auto;
}

.header .container-max-no-padding {
  padding-bottom: 0px !important;
}

.header .col-brand a {
  display: block;
  line-height: 0;
}

.header .logo-reversed {
  display: none;
}

.header .col-nav {
  text-align: right;
  padding-top: 20px;
}

.header .col-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
}

@media (min-width: 992px) {
  .header .col-nav ul {
    display: block;
  }
}

.header .col-nav li {
  display: inline-block;
  font-size: 0.9375em;
  padding: 5px 0px 3px 15px;
  margin: 0;
}

@media (min-width: 1024px) {
  .header .col-nav li {
    padding: 5px 0px 5px 15px;
    font-size: 1em;
  }
}

@media (min-width: 1200px) {
  .header .col-nav li {
    padding: 5px 0px 5px 22px;
    font-size: 1.0625em;
  }
}

.header .col-nav li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding-bottom: 3px;
  letter-spacing: 0.01em;
  font-weight: 700;
}

.header .col-nav li a:hover {
  color: #4d4d4d;
}

.header .current_page_item a {
  border-bottom: 3px solid black;
}

.header-fixed {
  background: #d3719d;
  padding: 10px 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .header-fixed {
    padding-bottom: 10px !important;
  }
}

.header-fixed .container-max {
  padding: 0px 20px 0px 20px;
}

.header-fixed .col-nav {
  padding-top: 10px;
}

.header-fixed .col-nav li {
  font-weight: 700;
}

.header-fixed .col-nav li a {
  color: #000;
}

.header-fixed .col-nav li a:hover {
  color: #333333;
}

a.btn-menu {
  display: block;
  width: 25px;
  height: 25px;
  z-index: 9999999999;
  float: right;
}

a.btn-menu svg {
  fill: #000;
}

a.btn-menu:hover {
  cursor: pointer;
}

@media (min-width: 992px) {
  a.btn-menu {
    display: none;
  }
}

.btn-mobile-search.active {
  opacity: 1;
}

section.nav-wrapper-mobile {
  margin-top: 10px;
  background: #d3719d;
  min-height: 0;
}

@media (min-width: 768px) {
  section.nav-wrapper-mobile {
    display: none;
  }
}

section.nav-wrapper-mobile .container-max {
  padding: 0 20px;
}

section.nav-wrapper-mobile .col {
  min-height: 0;
}

.menu-main-mobile {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* Hide the menu on initail viewport */
.js .menu-main-mobile {
  overflow: hidden;
  max-height: 0px;
}

.menu-main-mobile.active {
  max-height: 50em;
  padding: 10px 0 10px 0;
}

@media (min-width: 600px) {
  .menu-main-mobile.active {
    padding: 50px 0 20px 0;
  }
}

.menu-main-mobile ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu-main-mobile ul li {
  margin: 0;
  font-size: 1.0625em;
  letter-spacing: 0.05em;
  border-top: 1px solid #dc9bb8;
  width: 100%;
  font-weight: 700;
}

.menu-main-mobile ul li:first-child {
  border-top: 0;
}

.menu-main-mobile ul a {
  color: #000 !important;
  display: block;
  padding: 11px 0;
}

.menu-main-mobile ul a:hover {
  color: #5d7e95;
}

.menu-main-mobile ul .current_page_item a {
  border-bottom: none;
}

.footer {
  background: #ebebeb;
  padding: 20px 0 10px 0;
}

.footer p {
  font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
}

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

.col-newsletter h3 {
  color: #364956;
  font-weight: 400;
  font-size: 2.1875em;
  font-size: calc(16px + (25 - 16) * ((100vw - 300px) / (1600 - 300)));
  letter-spacing: 0.01em;
  margin: 0 0 15px 0;
}

.col-newsletter .newsletter-form-wrapper {
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 60px 0px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .col-newsletter .newsletter-form-wrapper {
    padding: 0 80px 60px 80px;
  }
}

@media (min-width: 1200px) {
  .col-newsletter .newsletter-form-wrapper {
    padding: 0 80px 0px 80px;
  }
}

.col-newsletter .newsletter-form-wrapper .input-field-email {
  border: none;
  margin: 0;
}

.col-newsletter .newsletter-form-wrapper input[type="button"] {
  margin: 0;
  font-size: 1.125em;
  font-weight: 600;
  margin-left: 6px;
}

.col-contact {
  color: #364956;
  text-align: center;
}

.col-contact p.contact-links {
  margin: 0 0 10px 0;
  letter-spacing: 0.02em;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
}

.col-contact p.contact-links a {
  color: #364956;
  border-bottom: 1px solid #364956;
  margin: 0 7px;
}

.col-contact p.contact-links a:hover {
  color: #5d7e95;
  border-bottom: 1px solid #5d7e95;
}

.col-contact p.contact-links span {
  margin: 0 5px;
}

@media (min-width: 700px) {
  .col-contact br {
    display: none;
  }
}

.module-social-media .col {
  text-align: center;
  padding-bottom: 30px;
}

.module-social-media a {
  margin: 0 3px;
}

.module-social-media svg circle:hover {
  fill: #d3719d !important;
}

.col-intro h1 {
  font-size: 1.25em;
  margin: 0;
}

@media (min-width: 600px) {
  .col-intro h1 {
    font-size: 1.875em;
    text-align: center;
  }
}

@media (min-width: 1060px) {
  .col-intro h1 {
    font-size: 2.5em;
  }
}

.section-home-intro {
  display: none;
}

.section-content-home .row {
  padding: 30px 0;
}

.section-content-home .h2-header {
  font-weight: 700;
  font-size: 1.25em;
  letter-spacing: 0.35em;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
  line-height: 2.8em;
  text-transform: uppercase;
}

@media (min-width: 600px) {
  .section-content-home .h2-header {
    font-size: 1.5625em;
  }
}

.section-content-home .h2-header span {
  margin-top: 120px;
  width: 90px;
  height: 4px;
  background: #000;
  display: block;
  margin: 0 auto;
}

.section-content-home .intro p {
  text-align: center;
  font-size: 1.75em;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000;
}

.section-content-home p {
  max-width: 1200px;
  margin: 0 auto 30px auto;
}

.panel-home {
  padding-bottom: 30px;
}

.panel-home h2 {
  font-weight: 600;
  margin: 0 0 5px 0;
  font-size: 1.25em;
  color: #4A4A4F;
}

.panel-home h2 a:hover {
  color: #d3719d;
}

.panel-home p {
  font-size: 0.9375em;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .panel-home p {
    font-size: 1.0625em;
    line-height: 1.6em;
  }
}

.panel-home p.home-caption {
  text-align: right;
  padding: 0px 0px 0 0;
  font-size: 0.75em;
  margin: 0 0 10px 0;
  color: #888888;
}

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

.section-content-home-community {
  margin-bottom: 50px;
}

.section-content-home-community .panel-home h2 {
  font-size: 1.25em;
}

.section-content-home-community .panel-home p {
  font-size: 0.9375em;
}

.section-category-listing {
  padding-bottom: 40px;
}

.module-quick-links {
  padding: 60px 0;
  border-top: 1px solid #d9d9d9;
}

.module-quick-links .col {
  text-align: center;
}

.module-quick-links .btn {
  min-width: 150px;
  font-size: 1.25em;
  padding: 10px;
}

.module-awards {
  border-top: 1px solid #d9d9d9;
  padding: 60px 0;
}

.module-awards .col {
  text-align: center;
}

.section-404 {
  padding-top: 200px;
  background: #000;
}

.section-404 h1 {
  color: #fff;
  text-align: center;
  padding: 100px 0;
}

.section-404 h1 a,
.section-404 h1 a:visited {
  color: #fff;
}

.navigation-posts {
  padding-top: 30px;
}

.navigation-posts h2.title {
  padding-top: 30px;
  text-align: center;
}

.navigation-posts h3 {
  font-size: 1em;
}

.module-cat-navigation {
  padding: 30px 0;
}

.module-cat-navigation .prev-next-posts {
  text-align: right;
}

.module-cat-navigation a {
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 1.125em;
}

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

.section-share .share-panel {
  margin: 0 auto;
  max-width: 300px;
  display: inline-block;
  margin-bottom: 25px;
}

.section-share p {
  margin: 0;
  color: #000;
  font-size: 0.9375em;
  margin-bottom: 10px;
  font-weight: 600;
}

.section-share a {
  margin: 0 5px 0 5px;
}

.section-share svg circle,
.section-share svg .fill-me {
  fill: #000;
}

.section-share svg circle:hover,
.section-share svg .fill-me:hover {
  fill: #d3719d !important;
}

.banner--parallax {
  line-height: 0;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  height: 240px;
}

@media (min-width: 375px) {
  .banner--parallax {
    height: 281px;
  }
}

@media (min-width: 425px) {
  .banner--parallax {
    height: 318px;
  }
}

@media (min-width: 525px) {
  .banner--parallax {
    height: 393px;
  }
}

@media (min-width: 725px) {
  .banner--parallax {
    height: 543px;
  }
}

@media (min-width: 767px) {
  .banner--parallax {
    height: 575px;
  }
}

@media (min-width: 768px) {
  .banner--parallax {
    height: 326px;
  }
}

@media (min-width: 992px) {
  .banner--parallax {
    height: 421px;
  }
}

@media (min-width: 1024px) {
  .banner--parallax {
    height: 434px;
  }
}

@media (min-width: 1200px) {
  .banner--parallax {
    height: 509px;
  }
}

@media (min-width: 1400px) {
  .banner--parallax {
    height: 550px;
  }
}

@media (min-width: 1600px) {
  .banner--parallax {
    height: 679px;
  }
}

.banner--parallax .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.banner-logo {
  width: 240px;
  height: auto;
  z-index: 99999;
}

@media (min-width: 768px) {
  .banner-logo {
    width: 340px;
    height: auto;
  }
}

@media (min-width: 1060px) {
  .banner-logo {
    width: 540px;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .banner-logo {
    width: 650px;
    height: auto;
  }
}

.banner-pages {
  margin-bottom: 60px;
  position: relative;
}

.banner-pages .--banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  text-align: center;
}

.banner-pages .--banner-content h1 {
  font-size: 2.1875em;
  padding: 0 5%;
  color: #fff;
  width: 100%;
  margin: 0 auto;
}

.banner-posts {
  position: relative;
  text-align: center;
  line-height: 0;
  margin-bottom: 30px;
  height: 500px;
  overflow: hidden;
}

@media (min-width: 1060px) {
  .banner-posts {
    height: 800px;
    margin-bottom: 70px;
  }
}

.banner-posts .banner--content {
  position: absolute;
  bottom: 30%;
  width: 100%;
  font-weight: 400;
}

.banner-posts h1 {
  text-align: center;
  margin: 0;
  font-size: 1.25em;
}

@media (min-width: 1024px) {
  .banner-posts h1.size-small {
    font-size: 2.1875em;
  }
  .banner-posts h1.size-medium {
    font-size: 2.8125em;
  }
  .banner-posts h1.size-large {
    font-size: 4.375em;
  }
}

.banner-posts p {
  font-size: 1.75em;
  margin: 0;
}

.banner-posts .banner--overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.banner-posts .banner--overlay-none {
  background: rgba(0, 0, 0, 0);
}

.banner-posts .banner--overlay-dark {
  background: rgba(0, 0, 0, 0.5);
}

.banner-posts .banner--overlay-white {
  background: rgba(255, 255, 255, 0.5);
}

.module {
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  .module {
    margin: 0 0 40px 0;
  }
}

@media (min-width: 1200px) {
  .module {
    margin: 0 0 40px 0;
  }
}

em {
  font-style: italic;
}

.inset {
  text-align: center;
}

.inset img {
  margin: 0 auto;
}

.inset-small {
  padding: 0 5%;
}

.inset-medium {
  padding: 0 10%;
}

.inset-large {
  padding: 0 15%;
}

.img-wrapper {
  margin: 0 auto;
  display: inline-block;
}

hr.medium {
  height: 1px;
  background: #a5a5a5;
}

hr.dark {
  height: 1px;
  background: #9b9b9b;
}

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

.module-cta a.btn {
  padding: 10px 30px;
  line-height: 1em;
  margin: 0 10px 5px 10px;
  display: block;
}

@media (min-width: 550px) {
  .module-cta a.btn {
    display: inline-block;
  }
}

.module-cta .col-btn-size-medium {
  font-size: 1.0625em;
}

.module-cta .col-btn-size-large {
  font-size: 1.5625em;
}

p.caption {
  text-align: right;
  padding: 7px 7px 0 0;
  font-size: 0.6875em;
  margin: 0;
}

p.caption-layout-left {
  text-align: left;
  padding: 7px 0px 0 7px;
}

.module-text-columns .rte {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .module-text-columns .rte {
    padding-bottom: 0px;
  }
}

.module-text-columns .rte p {
  font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
}

.module-text-columns-no-pb p {
  margin-bottom: 0;
}

.module-title-text h2 {
  font-weight: 700;
  font-size: 1.25em;
  letter-spacing: 0.35em;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
  line-height: 2.8em;
  text-transform: uppercase;
}

@media (min-width: 600px) {
  .module-title-text h2 {
    font-size: 1.5625em;
  }
}

@media (min-width: 1200px) {
  .module-title-text h2 {
    padding: 0 5%;
  }
}

.module-title-text h2 span {
  margin-top: 120px;
  width: 90px;
  height: 4px;
  background: #000;
  display: block;
  margin: 0 auto;
}

.module-sub-heading h2 {
  margin: 0;
  color: #000;
  line-height: 1.5em;
  font-weight: 600;
  font-size: 1.875em;
}

.module-sub-heading p {
  font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1600 - 300)));
  color: #555555;
  font-weight: 400;
}

.module-sub-heading p:last-child {
  margin-bottom: 0;
}

.module-sub-heading .layout-center {
  text-align: center;
}

@media (min-width: 1200px) {
  .module-sub-heading .layout-center h2, .module-sub-heading .layout-center p {
    padding: 0 5%;
  }
}

.module-sub-heading .layout-left {
  text-align: left;
}

@media (min-width: 1200px) {
  .module-sub-heading .layout-left h2, .module-sub-heading .layout-left p {
    padding: 0 10% 0 0;
  }
}

.module-sub-heading .layout-right {
  text-align: right;
}

@media (min-width: 1200px) {
  .module-sub-heading .layout-right h2, .module-sub-heading .layout-right p {
    padding: 0 0 0 10%;
  }
}

.module-pull-quote h2 {
  margin: 0 0 20px 0;
  color: #000;
  line-height: 1.3em;
  font-weight: 700;
  font-size: calc(18px + (27 - 18) * ((100vw - 300px) / (1600 - 300)));
}

.module-pull-quote p {
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));
  color: #6b6b6b;
  font-weight: 400;
}

.module-pull-quote p:last-child {
  margin-bottom: 0;
}

.module-pull-quote .layout-center {
  text-align: center;
}

@media (min-width: 1200px) {
  .module-pull-quote .layout-center h2, .module-pull-quote .layout-center p {
    padding: 0 5%;
  }
}

.module-pull-quote .layout-left {
  text-align: left;
}

@media (min-width: 1200px) {
  .module-pull-quote .layout-left h2, .module-pull-quote .layout-left p {
    padding: 0 25% 0 0;
  }
}

.module-pull-quote .layout-right {
  text-align: right;
}

@media (min-width: 1200px) {
  .module-pull-quote .layout-right h2, .module-pull-quote .layout-right p {
    padding: 0 0 0 10%;
  }
}

.module-image-copy .pos-bottom {
  bottom: 20px;
}

.module-image-copy .copy-holder p {
  font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
}

.module-image-copy .copy-holder a {
  text-decoration: underline;
}

.module-image-copy .padding-left-none {
  padding-left: 0;
}

.module-image-copy .padding-left-small {
  padding-left: 30px;
}

.module-image-copy .padding-left-medium {
  padding-left: 70px;
}

.module-image-copy .padding-left-large {
  padding-left: 120px;
}

.module-image-copy .padding-right-none {
  padding-right: 0;
}

.module-image-copy .padding-right-small {
  padding-right: 30px;
}

.module-image-copy .padding-right-medium {
  padding-right: 70px;
}

.module-image-copy .padding-right-large {
  padding-right: 120px;
}

.rte a,
.rte a:visited {
  color: #4C545D;
  text-decoration: underline;
}

.rte a:hover {
  color: #1a1a1a;
}

.rte p {
  font-size: 1.25em;
}

@media (min-width: 1200px) {
  .module-section-break {
    background-attachment: fixed !important;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1366px) and (max-width: 1366px) {
  .module-section-break {
    background-attachment: scroll !important;
  }
}

.module-section-break h2 {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1600 - 300)));
}

@media (min-width: 1060px) {
  .module-section-break h2.small {
    font-size: 1.875em;
  }
}

@media (min-width: 1060px) {
  .module-section-break h2.medium {
    font-size: 2.5em;
  }
}

@media (min-width: 1060px) {
  .module-section-break h2.large {
    font-size: 3.125em;
  }
}

.module-section-break .col {
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .module-section-break-large .col {
    min-height: 700px;
  }
}

.section-media-columns .col {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .section-media-columns .col {
    padding-bottom: 0;
  }
}

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

.content-area {
  padding: 0 10%;
}

.content-wrapper {
  padding: 0 10%;
}

.section-quote {
  text-align: center;
  font-size: 25px;
  line-height: 1.4em;
}

.section-media-full {
  padding: 30px 0;
}

.section-image-copy {
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-image-copy .media {
  width: 50%;
}

.section-image-copy .copy {
  width: 50%;
  padding: 70px;
}

.position-right .media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.blog article {
  width: 25%;
  float: left;
  padding: 20px;
}

.edit-link {
  display: none;
}

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

.module-parallax {
  line-height: 0;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.module-parallax .dimension-switcher-mobile {
  border: 1px solid red;
}

@media (min-width: 768px) {
  .module-parallax .dimension-switcher-mobile {
    display: none;
  }
}

.module-parallax .dimension-switcher-desktop {
  display: none;
}

@media (min-width: 768px) {
  .module-parallax .dimension-switcher-desktop {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */