@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

html {
  box-sizing: border-box; }

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

input,
textarea {
  outline: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

@font-face {
  font-family: "MariDavid";
  src: url("../fonts/maridavid-regular.woff2") format("woff2"), url("../fonts/maridavid-regular.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "MariDavid";
  src: url("../fonts/maridavid-bold.woff2") format("woff2"), url("../fonts/maridavid-bold.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "MariDavid";
  src: url("../fonts/maridavid-extrabold.woff2") format("woff2"), url("../fonts/maridavid-extrabold.woff") format("woff");
  font-weight: 1000;
  font-style: normal; }

.header {
  position: fixed;
  width: 100%;
  height: 95px;
  z-index: 500;
  transition: all 0.75s; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .header {
      position: fixed;
      width: 100%;
      height: 62px;
      display: block;
      background-color: #fff; } }
  .header ul.header-nav-left.header-nav-left-desktop {
    position: relative;
    float: left;
    padding-left: 30px;
    padding-top: 35px; }
    @media (min-width: 500px) and (max-width: 1200px) {
      .header ul.header-nav-left.header-nav-left-desktop {
        padding-left: 0; } }
    .header ul.header-nav-left.header-nav-left-desktop li {
      display: inline-block;
      margin: 0 12px; }
      .header ul.header-nav-left.header-nav-left-desktop li a {
        font-family: "MariDavid", serif;
        font-weight: 100;
        font-size: 20px;
        color: #fff;
        letter-spacing: 1.7px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 500;
        transition: color 0.3s; }
        .header ul.header-nav-left.header-nav-left-desktop li a:hover {
          color: #fdb913 !important; }
      .header ul.header-nav-left.header-nav-left-desktop li.logo a {
        position: relative;
        display: block;
        top: -10px;
        width: 200px;
        height: 40px;
        text-indent: -9999px;
        background-image: url("../img/logos/logo-light.png");
        background-size: contain;
        background-repeat: no-repeat; }
        @media (min-width: 500px) and (max-width: 1200px) {
          .header ul.header-nav-left.header-nav-left-desktop li.logo a {
            width: 100px;
            height: 20px;
            top: -3px; } }
      @media (min-width: 500px) and (max-width: 1200px) {
        .header ul.header-nav-left.header-nav-left-desktop li {
          margin: 0 6px; }
          .header ul.header-nav-left.header-nav-left-desktop li a {
            font-size: 16px; } }
      .header ul.header-nav-left.header-nav-left-desktop li.active a {
        color: #fdb913 !important; }
  .header ul.header-nav-left.header-nav-left-mobile .mobile-header-wrap {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .header ul.header-nav-left.header-nav-left-mobile {
      position: relative;
      width: 100%;
      padding-left: 0px;
      padding-top: 20px; }
      .header ul.header-nav-left.header-nav-left-mobile li {
        height: auto;
        width: auto; }
        .header ul.header-nav-left.header-nav-left-mobile li.logo a {
          position: relative;
          display: block;
          width: 120px;
          height: 24px;
          text-indent: -9999px;
          background-image: url("../img/logos/logo-dark.png");
          background-size: contain;
          background-repeat: no-repeat; }
        .header ul.header-nav-left.header-nav-left-mobile li.donate {
          position: absolute;
          top: -5px;
          right: 42px; } }
  .header ul.header-nav-left.header-nav-left-mobile .mobile-nav {
    display: none;
    position: absolute;
    right: 16px;
    top: 10px; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .header ul.header-nav-left.header-nav-left-mobile .mobile-nav {
        display: block; } }
    .header ul.header-nav-left.header-nav-left-mobile .mobile-nav .mobile-menu-toggle {
      display: block;
      position: relative;
      top: 12px;
      left: 0px;
      -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
      z-index: 500; }
      .header ul.header-nav-left.header-nav-left-mobile .mobile-nav .mobile-menu-toggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        z-index: 501;
        -webkit-touch-callout: none; }
        .header ul.header-nav-left.header-nav-left-mobile .mobile-nav .mobile-menu-toggle input:checked ~ .hamburger {
          background-image: url(../img/buttons/close-black.png);
          width: 26px;
          height: 23px; }
        .header ul.header-nav-left.header-nav-left-mobile .mobile-nav .mobile-menu-toggle input:checked ~ ul {
          -ms-transform: none;
              transform: none; }
      .header ul.header-nav-left.header-nav-left-mobile .mobile-nav .mobile-menu-toggle .hamburger {
        display: block;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 10;
        background-image: url(../img/buttons/hamburger-black.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
      .header ul.header-nav-left.header-nav-left-mobile .mobile-nav .mobile-menu-toggle ul.mobile-header-nav {
        position: fixed;
        width: 100%;
        height: calc(100%);
        left: 0;
        top: 62px;
        padding-top: 0px;
        padding-bottom: 100px;
        background: #fff;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        /* to stop flickering of text in safari */
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
        -ms-transform: translate(0, -120%);
            transform: translate(0, -120%);
        z-index: 9;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
        .header ul.header-nav-left.header-nav-left-mobile .mobile-nav .mobile-menu-toggle ul.mobile-header-nav li {
          display: block;
          padding: 14px 0;
          font-size: 24px;
          width: 90%;
          border-bottom: 1px solid #d8d8d8;
          text-indent: 0;
          font-family: "MariDavid", serif;
          font-weight: 100;
          text-transform: uppercase;
          color: #1d2121;
          font-weight: 500;
          letter-spacing: 2px;
          margin: 0 auto; }
          .header ul.header-nav-left.header-nav-left-mobile .mobile-nav .mobile-menu-toggle ul.mobile-header-nav li:first-child {
            border-top: 1px solid #d8d8d8; }
          .header ul.header-nav-left.header-nav-left-mobile .mobile-nav .mobile-menu-toggle ul.mobile-header-nav li.active a {
            color: #fdb913; }
          .header ul.header-nav-left.header-nav-left-mobile .mobile-nav .mobile-menu-toggle ul.mobile-header-nav li.bottom {
            position: absolute;
            display: block;
            bottom: 0;
            left: 0;
            width: 100%; }
            .header ul.header-nav-left.header-nav-left-mobile .mobile-nav .mobile-menu-toggle ul.mobile-header-nav li.bottom .language-switcher {
              position: absolute;
              right: 0px;
              bottom: 140px; }
              .header ul.header-nav-left.header-nav-left-mobile .mobile-nav .mobile-menu-toggle ul.mobile-header-nav li.bottom .language-switcher a {
                padding: 0 8px 0 0; }
              .header ul.header-nav-left.header-nav-left-mobile .mobile-nav .mobile-menu-toggle ul.mobile-header-nav li.bottom .language-switcher a:last-child {
                border-right: none;
                padding-right: 0; }
  .header ul.header-nav-right {
    position: relative;
    float: right;
    padding-top: 24px;
    padding-right: 30px;
    text-align: right; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .header ul.header-nav-right {
        width: 100%;
        float: none;
        display: none; } }
    @media (min-width: 500px) and (max-width: 1200px) {
      .header ul.header-nav-right {
        padding-right: 0; } }
    .header ul.header-nav-right li {
      display: inline-block;
      position: relative;
      margin: 0 16px; }
      .header ul.header-nav-right li.search-icon a {
        display: block;
        position: relative;
        width: 26px;
        height: 26px;
        top: 6px;
        background: url("../img/icons/search-light.png") no-repeat center; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
          .header ul.header-nav-right li.search-icon a {
            background: url("../img/icons/search-light@2x.png") no-repeat center;
            background-size: 26px 26px; } }
        @media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
          .header ul.header-nav-right li.search-icon a {
            background: url("../img/icons/search-light@3x.png") no-repeat center;
            background-size: 26px 26px; } }
      @media (min-width: 500px) and (max-width: 1200px) {
        .header ul.header-nav-right li {
          margin: 0 8px; } }
      .header ul.header-nav-right li a {
        font-family: "MariDavid", serif;
        font-weight: 100;
        font-size: 20px;
        color: #fff;
        letter-spacing: 1.7px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 500;
        transition: color 0.3s; }
        .header ul.header-nav-right li a:hover {
          color: #fdb913; }
      .header ul.header-nav-right li.dropdown a {
        transition: color 0.3s; }
        @media (min-width: 500px) and (max-width: 1200px) {
          .header ul.header-nav-right li.dropdown a {
            font-size: 16px; } }
        .header ul.header-nav-right li.dropdown a:hover {
          color: #fdb913; }
      .header ul.header-nav-right li.language-switcher a {
        padding: 0 4px;
        border-right: 2px solid #fff;
        transition: color 0.3s; }
        @media (min-width: 500px) and (max-width: 1200px) {
          .header ul.header-nav-right li.language-switcher a {
            font-size: 16px; } }
        .header ul.header-nav-right li.language-switcher a:hover {
          color: #fdb913; }
      .header ul.header-nav-right li.language-switcher a:last-child {
        border-right: none; }
      .header ul.header-nav-right li ul.submenu {
        position: absolute;
        display: block;
        right: -64px;
        width: auto;
        top: 24px;
        text-align: left;
        margin: 0;
        pointer-events: none;
        background: #fff;
        padding: 0px;
        padding-top: 2px;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        border-radius: 10px;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.025); }
        .header ul.header-nav-right li ul.submenu.visible {
          opacity: 1;
          pointer-events: all;
          top: 30px; }
        .header ul.header-nav-right li ul.submenu li {
          padding: 12px 18px;
          margin: 0;
          color: #1d2121;
          white-space: nowrap;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          width: 100%; }
          .header ul.header-nav-right li ul.submenu li:last-child {
            border-bottom: none; }
          .header ul.header-nav-right li ul.submenu li a {
            width: 100%;
            display: block;
            color: #1d2121; }
            .header ul.header-nav-right li ul.submenu li a:hover {
              color: #fdb913; }
          .header ul.header-nav-right li ul.submenu li.active a {
            color: #fdb913; }
  body.dark-header .header ul.header-nav-left.header-nav-left-desktop li a, .header.opaque ul.header-nav-left.header-nav-left-desktop li a {
    color: #1d2121; }
  body.dark-header .header ul.header-nav-left.header-nav-left-desktop li.logo a, .header.opaque ul.header-nav-left.header-nav-left-desktop li.logo a {
    background-image: url("../img/logos/logo-dark.png");
    background-size: contain;
    background-repeat: no-repeat; }
  body.dark-header .header ul.header-nav-right li a, .header.opaque ul.header-nav-right li a {
    color: #1d2121; }
  body.dark-header .header ul.header-nav-right li.search-icon a, .header.opaque ul.header-nav-right li.search-icon a {
    background: url("../img/icons/search-dark.png") no-repeat center; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
      body.dark-header .header ul.header-nav-right li.search-icon a, .header.opaque ul.header-nav-right li.search-icon a {
        background: url("../img/icons/search-dark@2x.png") no-repeat center;
        background-size: 26px 26px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
      body.dark-header .header ul.header-nav-right li.search-icon a, .header.opaque ul.header-nav-right li.search-icon a {
        background: url("../img/icons/search-dark@3x.png") no-repeat center;
        background-size: 26px 26px; } }
  body.dark-header .header ul.header-nav-right li.language-switcher a, .header.opaque ul.header-nav-right li.language-switcher a {
    border-color: #1d2121; }
  .header.opaque {
    background-color: #fff;
    color: #1d2121; }

.footer {
  display: block;
  position: relative;
  padding-top: 40px; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .footer {
      padding: 20px 12px 12px 12px; } }
  .footer .footer-subscribe {
    display: block;
    position: relative;
    padding: 32px 0; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .footer .footer-subscribe {
        padding: 2px 0; } }
    .footer .footer-subscribe h3 {
      font-family: "MariDavid", serif;
      font-weight: 100;
      font-size: 66px;
      line-height: 69px;
      color: #1d2121;
      letter-spacing: 1.7px;
      text-transform: uppercase;
      text-align: center;
      max-width: 700px;
      margin: 0 auto; }
      @media (min-width: 320px) and (max-width: 1200px) {
        .footer .footer-subscribe h3 {
          font-size: 32px;
          line-height: 36px; } }
    .footer .footer-subscribe form.email-signup-form {
      display: block;
      position: relative;
      margin: 64px auto;
      padding-bottom: 4px;
      width: 800px; }
      @media (min-width: 320px) and (max-width: 1200px) {
        .footer .footer-subscribe form.email-signup-form {
          width: 100%;
          margin: 24px 0 0 0; } }
      .footer .footer-subscribe form.email-signup-form .form-input-row input[type='text'], .footer .footer-subscribe form.email-signup-form .form-input-row input[type='email'] {
        width: 220px;
        display: inline-block;
        margin: 0 5px;
        border-bottom: 1px solid #bbbcbc;
        padding-bottom: 4px;
        border-radius: 0;
        -webkit-appearance: none; }
        @media (min-width: 320px) and (max-width: 1200px) {
          .footer .footer-subscribe form.email-signup-form .form-input-row input[type='text'], .footer .footer-subscribe form.email-signup-form .form-input-row input[type='email'] {
            width: 97%;
            display: block;
            margin-top: 20px;
            font-size: 16px; } }
        .footer .footer-subscribe form.email-signup-form .form-input-row input[type='text'].error, .footer .footer-subscribe form.email-signup-form .form-input-row input[type='email'].error {
          border-bottom: 1px solid red; }
      .footer .footer-subscribe form.email-signup-form .form-input-row .submit {
        display: inline-block;
        width: 90px;
        background: none;
        border: none;
        font-family: "MariDavid", serif;
        font-weight: 100;
        font-size: 20px;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        color: #1d2121;
        cursor: pointer;
        transition: opacity 0.3s; }
        .footer .footer-subscribe form.email-signup-form .form-input-row .submit:hover {
          opacity: 0.7; }
        .footer .footer-subscribe form.email-signup-form .form-input-row .submit:after {
          content: '';
          display: inline-block;
          width: 27px;
          height: 15px;
          background: url("../img/icons/arrow-sign-up.png") no-repeat center;
          margin-left: 6px; }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
            .footer .footer-subscribe form.email-signup-form .form-input-row .submit:after {
              background: url("../img/icons/arrow-sign-up@2x.png") no-repeat center;
              background-size: 27px 15px; } }
          @media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
            .footer .footer-subscribe form.email-signup-form .form-input-row .submit:after {
              background: url("../img/icons/arrow-sign-up@3x.png") no-repeat center;
              background-size: 27px 15px; } }
        @media (min-width: 320px) and (max-width: 1200px) {
          .footer .footer-subscribe form.email-signup-form .form-input-row .submit {
            width: 100%;
            display: block;
            margin-top: 15px;
            text-align: center; } }
  .footer .thanks {
    padding: 10px 0 60px 0;
    text-align: center;
    font-family: "MariDavid", serif;
    font-weight: 100;
    font-size: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: none; }
  .footer .footer-main {
    position: relative;
    display: block;
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #bbbcbc;
    padding-top: 60px;
    padding-bottom: 120px; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .footer .footer-main {
        width: 100%;
        border-top: none;
        padding-top: 12px; } }
    .footer .footer-main ul.footer-column {
      position: relative;
      width: 200px;
      float: left; }
      @media (min-width: 320px) and (max-width: 1200px) {
        .footer .footer-main ul.footer-column {
          width: 100%;
          float: none;
          display: block; } }
      .footer .footer-main ul.footer-column li {
        line-height: 20px;
        padding-top: 12px; }
        .footer .footer-main ul.footer-column li h4 {
          font-size: 20px;
          color: #1d2121;
          font-family: "Rubik", sans-serif;
          text-transform: none;
          margin-bottom: 0;
          padding: 0;
          font-weight: 100;
          letter-spacing: 0; }
          @media (min-width: 320px) and (max-width: 1200px) {
            .footer .footer-main ul.footer-column li h4 {
              font-size: 18px; } }
        .footer .footer-main ul.footer-column li a {
          color: #9b9b9b;
          font-size: 16px; }
          .footer .footer-main ul.footer-column li a:hover {
            text-decoration: underline;
            opacity: 1; }
      .footer .footer-main ul.footer-column.wide {
        width: 600px;
        padding-left: 120px; }
        @media (min-width: 320px) and (max-width: 1200px) {
          .footer .footer-main ul.footer-column.wide {
            width: 100%;
            padding-left: 0; } }
        .footer .footer-main ul.footer-column.wide li.country-switcher {
          margin-top: 16px; }
          .footer .footer-main ul.footer-column.wide li.country-switcher span.flag {
            position: relative;
            display: inline-block;
            width: 42px;
            height: 22px;
            margin-right: 16px;
            top: 5px;
            background-size: contain;
            background-repeat: no-repeat; }
        .footer .footer-main ul.footer-column.wide li.social-icons {
          margin-top: 24px; }
          .footer .footer-main ul.footer-column.wide li.social-icons a.social-icon {
            position: relative;
            display: inline-block;
            width: 22px;
            height: 22px;
            text-indent: -9999px;
            margin-right: 16px;
            transition: opacity 0.3s; }
            .footer .footer-main ul.footer-column.wide li.social-icons a.social-icon:hover {
              opacity: 0.7; }
            .footer .footer-main ul.footer-column.wide li.social-icons a.social-icon.social-icon-fb {
              background: url("../img/social/fb.png") no-repeat center; }
              @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
                .footer .footer-main ul.footer-column.wide li.social-icons a.social-icon.social-icon-fb {
                  background: url("../img/social/fb@2x.png") no-repeat center;
                  background-size: 12px 22px; } }
              @media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
                .footer .footer-main ul.footer-column.wide li.social-icons a.social-icon.social-icon-fb {
                  background: url("../img/social/fb@3x.png") no-repeat center;
                  background-size: 12px 22px; } }
            .footer .footer-main ul.footer-column.wide li.social-icons a.social-icon.social-icon-tw {
              background: url("../img/social/tw.png") no-repeat center; }
              @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
                .footer .footer-main ul.footer-column.wide li.social-icons a.social-icon.social-icon-tw {
                  background: url("../img/social/tw@2x.png") no-repeat center;
                  background-size: 22px 22px; } }
              @media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
                .footer .footer-main ul.footer-column.wide li.social-icons a.social-icon.social-icon-tw {
                  background: url("../img/social/tw@3x.png") no-repeat center;
                  background-size: 22px 22px; } }
            .footer .footer-main ul.footer-column.wide li.social-icons a.social-icon.social-icon-ig {
              background: url("../img/social/ig.png") no-repeat center; }
              @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
                .footer .footer-main ul.footer-column.wide li.social-icons a.social-icon.social-icon-ig {
                  background: url("../img/social/ig@2x.png") no-repeat center;
                  background-size: 22px 22px; } }
              @media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
                .footer .footer-main ul.footer-column.wide li.social-icons a.social-icon.social-icon-ig {
                  background: url("../img/social/ig@3x.png") no-repeat center;
                  background-size: 22px 22px; } }
            .footer .footer-main ul.footer-column.wide li.social-icons a.social-icon.social-icon-li {
              background: url("../img/social/li.png") no-repeat center; }
              @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
                .footer .footer-main ul.footer-column.wide li.social-icons a.social-icon.social-icon-li {
                  background: url("../img/social/li@2x.png") no-repeat center;
                  background-size: 22px 22px; } }
              @media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
                .footer .footer-main ul.footer-column.wide li.social-icons a.social-icon.social-icon-li {
                  background: url("../img/social/li@3x.png") no-repeat center;
                  background-size: 22px 22px; } }
            .footer .footer-main ul.footer-column.wide li.social-icons a.social-icon.social-icon-yt {
              background: url("../img/social/yt.png") no-repeat center; }
              @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
                .footer .footer-main ul.footer-column.wide li.social-icons a.social-icon.social-icon-yt {
                  background: url("../img/social/yt@2x.png") no-repeat center;
                  background-size: 22px 22px; } }
              @media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
                .footer .footer-main ul.footer-column.wide li.social-icons a.social-icon.social-icon-yt {
                  background: url("../img/social/yt@3x.png") no-repeat center;
                  background-size: 22px 22px; } }
  .footer .footer-bottom {
    position: relative;
    width: 1200px;
    margin: 0 auto; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .footer .footer-bottom {
        width: 100%; } }
    .footer .footer-bottom ul.footer-legal {
      position: relative;
      width: 50%;
      float: left; }
      @media (min-width: 320px) and (max-width: 1200px) {
        .footer .footer-bottom ul.footer-legal {
          width: 100%;
          float: none;
          display: block; } }
      .footer .footer-bottom ul.footer-legal li {
        display: inline-block;
        font-size: 12px;
        color: #9b9b9b;
        margin-right: 12px;
        font-size: 10px; }
        .footer .footer-bottom ul.footer-legal li a {
          color: inherit; }
          .footer .footer-bottom ul.footer-legal li a:hover {
            opacity: 1;
            text-decoration: underline; }
    .footer .footer-bottom .footer-charitable {
      position: relative;
      width: 600px;
      float: left;
      top: -40px;
      padding-left: 120px; }
      @media (min-width: 320px) and (max-width: 1200px) {
        .footer .footer-bottom .footer-charitable {
          width: 100%;
          float: none;
          top: -120px;
          padding-left: 0;
          display: block;
          height: 0; } }
      .footer .footer-bottom .footer-charitable a.charity-icon {
        position: relative;
        display: inline-block;
        height: 72px;
        margin-right: 20px; }
        .footer .footer-bottom .footer-charitable a.charity-icon img {
          width: 150px;
          height: auto;
          position: relative;
          top: -12px; }
          @media (min-width: 320px) and (max-width: 1200px) {
            .footer .footer-bottom .footer-charitable a.charity-icon img {
              width: 120px;
              top: 0; } }
      .footer .footer-bottom .footer-charitable .business-info {
        position: relative;
        display: inline-block;
        width: 210px;
        line-height: 1.67;
        font-size: 12px;
        color: #9b9b9b;
        top: -20px; }
        @media (min-width: 320px) and (max-width: 1200px) {
          .footer .footer-bottom .footer-charitable .business-info {
            width: 100%;
            display: block; } }

html {
  min-height: 100%;
  position: relative;
  width: 100%; }

body {
  min-height: 100vh;
  font-size: 16px;
  width: 100%;
  font-weight: normal; }
  @media (min-width: 320px) and (max-width: 1200px) {
    body {
      font-size: 14px;
      overflow-x: hidden; } }

@media (min-width: 320px) and (max-width: 1200px) {
  .page-content {
    padding-top: 62px;
    overflow-x: hidden; } }

.show-mobile {
  display: none; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .show-mobile {
      display: block; } }

.show-desktop {
  display: block; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .show-desktop {
      display: none; } }

.wrap {
  width: 1200px;
  margin: 0 auto; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .wrap {
      width: 310px; } }
  .wrap.wrap-small {
    width: 70%;
    margin: 0 auto; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .wrap.wrap-small {
        width: 310px; } }
  .wrap.text-outer-glow h3,
  .wrap.text-outer-glow p {
    text-shadow: 0px 0px 50px white !important; }

h2 {
  font-size: 48px;
  font-family: "MariDavid", serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 35px 0;
  letter-spacing: 1px; }
  @media (min-width: 320px) and (max-width: 1200px) {
    h2 {
      font-size: 32px;
      padding: 16px 0; } }

h4 {
  font-size: 40px;
  font-family: "MariDavid", serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 35px 0;
  letter-spacing: 1px; }
  @media (min-width: 320px) and (max-width: 1200px) {
    h4 {
      font-size: 28px;
      padding: 16px 0; } }

body {
  color: #1d2121;
  font-family: "Rubik", sans-serif;
  font-weight: 100; }

p {
  padding: 8px 0;
  line-height: 24px; }
  p span {
    color: #fdb913; }
  @media (min-width: 320px) and (max-width: 1200px) {
    p {
      line-height: 18px; } }

a {
  text-decoration: none;
  color: #1d2121; }
  a.chevron-link {
    font-size: 12px; }
    a.chevron-link:before {
      content: ">";
      display: inline-block;
      padding-right: 10px;
      transition: transform 0.1s linear;
      -ms-transform-origin: 3px 13px;
          transform-origin: 3px 13px; }

.btn {
  position: relative;
  display: inline-block;
  height: 50px;
  width: auto;
  text-decoration: none;
  padding: 0 20px;
  margin: 0;
  vertical-align: middle;
  margin: 0;
  top: -2px;
  text-align: center;
  background-color: #1d2121;
  border-radius: 25px;
  transition: opacity 0.3s; }
  .btn.btn-submit {
    display: inline-block;
    font-size: 20px;
    font-family: "MariDavid", serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 16px 14px 16px;
    cursor: pointer;
    border: none;
    padding-top: 12px; }
    .btn.btn-submit.chevron:after {
      content: ">";
      font-size: 40px;
      position: relative;
      top: 8px;
      left: 6px; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .btn.btn-submit {
        font-size: 22px;
        padding: 8px 8px 16px 10px; } }
  @media (min-width: 320px) and (max-width: 1200px) {
    .btn {
      height: 38px;
      padding: 0 12px;
      border-radius: 19px; } }
  .btn.btn-bigger {
    height: 52px; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .btn.btn-bigger {
        height: 42px; } }
  .btn span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-family: "MariDavid", serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 6px 14px 6px; }
    .btn span.chevron:after {
      content: ">";
      font-size: 40px;
      position: relative;
      top: 8px;
      left: 6px; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .btn span {
        font-size: 22px;
        padding: 8px 8px 16px 10px; } }
  .btn.btn-donate {
    background-color: #fdb913; }
  .btn.btn-white {
    background-color: #fff; }
    .btn.btn-white span {
      color: #1d2121; }
  .btn.btn-bigger span {
    font-size: 26px; }
  .btn:hover {
    opacity: 0.85; }

.v-align {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .v-align .wrap {
    position: relative;
    top: -40px; }
    .v-align .wrap.dont-adjust {
      top: 0; }

.spacer {
  position: relative; }
  .spacer.spacer-5 {
    height: 5px; }
  .spacer.spacer-10 {
    height: 10px; }
  .spacer.spacer-20 {
    height: 20px; }
  .spacer.spacer-40 {
    height: 40px; }
  .spacer.spacer-60 {
    height: 60px; }
  .spacer.spacer-80 {
    height: 80px; }

p.expandable span.revealable {
  max-height: 0;
  display: block;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  color: #1d2121;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px; }

p.expandable.expanded span.revealable {
  max-height: 120px; }

p.expandable.expanded a.chevron-link:before {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

input[type="text"],
input[type="email"],
textarea {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  text-align: left;
  font-weight: 300;
  color: #9b9b9b; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #9b9b9b; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #9b9b9b; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  textarea::placeholder {
    color: #9b9b9b; }

.checkbox-container {
  position: relative;
  width: 100%; }
  .checkbox-container label {
    position: relative;
    width: 100%;
    color: #bbbcbc;
    cursor: pointer; }
    .checkbox-container label input[type="checkbox"] {
      visibility: hidden;
      display: block;
      height: 0;
      width: 0;
      position: absolute;
      overflow: hidden; }
      .checkbox-container label input[type="checkbox"]:checked + span {
        background-color: #1d2121;
        background-image: url(../img/icons/check.svg);
        background-repeat: no-repeat;
        background-position: center center; }
    .checkbox-container label span {
      display: inline-block;
      position: relative;
      width: 18px;
      height: 18px;
      border: 1px solid #1d2121;
      margin-right: 8px;
      top: 4px;
      border-radius: 2px;
      transition: background-color 0.3s; }
  .checkbox-container.small label {
    font-size: 12px; }

section {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 780px;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 40px; }
  @media (min-width: 320px) and (max-width: 1200px) {
    section {
      padding-top: 80px;
      padding-bottom: 10px;
      min-height: 300px; } }
  section.hero {
    background-color: #1d2121; }
    section.hero h3,
    section.hero p {
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
    section.hero h3 {
      position: relative;
      font-size: 80px;
      letter-spacing: 1.8px;
      line-height: 76px;
      color: #fff;
      font-family: "MariDavid", serif;
      font-weight: 100;
      text-transform: uppercase;
      font-weight: 100; }
    section.hero p {
      position: relative;
      font-size: 22px;
      line-height: 33px;
      letter-spacing: 0px;
      font-family: "Rubik", sans-serif;
      font-weight: 300;
      padding: 40px 0; }
      section.hero p.impactful {
        font-family: "MariDavid", serif;
        font-weight: 100;
        text-transform: uppercase;
        font-size: 36px;
        line-height: 42px; }
      @media (min-width: 320px) and (max-width: 1200px) {
        section.hero p {
          font-size: 20px;
          line-height: 24px; } }
    section.hero > .fade {
      position: absolute;
      display: block;
      top: 0;
      display: block;
      width: 60%;
      height: 100%;
      background-blend-mode: multiply;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
      opacity: 0.75; }
      @media (min-width: 320px) and (max-width: 1200px) {
        section.hero > .fade {
          background-color: #000 !important;
          opacity: 0.5 !important;
          width: 100% !important; } }
      section.hero > .fade.lighten {
        background-image: none;
        background-color: white; }
      section.hero > .fade.fade-from-bottom {
        background-image: none;
        background-color: none !important;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+96&0+42,1+86 */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 32%, black 86%, black 96%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */ }
    section.hero.hero-centered, section.hero.hero-center {
      text-align: center; }
      section.hero.hero-centered h3, section.hero.hero-center h3 {
        text-align: center; }
      section.hero.hero-centered p, section.hero.hero-center p {
        max-width: 630px;
        text-align: center;
        margin: 0 auto; }
      section.hero.hero-centered > .fade, section.hero.hero-center > .fade {
        background-color: rgba(0, 0, 0, 0.7);
        width: 100%; }
        section.hero.hero-centered > .fade.fade-from-bottom, section.hero.hero-center > .fade.fade-from-bottom {
          background-color: rgba(0, 0, 0, 0); }
        section.hero.hero-centered > .fade.lighten, section.hero.hero-center > .fade.lighten {
          background-color: rgba(255, 255, 255, 0.3); }
    section.hero.hero-left .copy {
      width: 500px; }
      @media (min-width: 320px) and (max-width: 1200px) {
        section.hero.hero-left .copy {
          width: 100%; } }
    section.hero.hero-left .btn {
      margin-left: 0px; }
    section.hero.hero-left .fade {
      left: 0; }
    section.hero.hero-right .copy {
      float: right;
      text-align: right;
      width: 500px; }
      @media (min-width: 320px) and (max-width: 1200px) {
        section.hero.hero-right .copy {
          width: 100%; } }
    section.hero.hero-right .btn {
      margin-right: 0px; }
    section.hero.hero-right > .fade {
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
      right: 0; }
    section.hero.dark-text {
      background-color: #fff; }
      section.hero.dark-text h3,
      section.hero.dark-text p {
        text-shadow: none; }
      section.hero.dark-text h3 {
        color: #1d2121; }
      section.hero.dark-text p {
        color: #1d2121; }
    section.hero.light-text {
      background-color: #1d2121; }
      section.hero.light-text h3 {
        color: #fff; }
      section.hero.light-text p {
        color: #fff; }
    section.hero.fixed-bg {
      background-position: center bottom;
      background-size: 100% auto; }
    section.hero.cover-bg {
      background-position: center center;
      background-size: cover; }
    section.hero.fixed-top-bg {
      background-size: 100% auto;
      background-position: center top; }
    section.hero.no-top-padding {
      padding-top: 0; }
      @media (min-width: 320px) and (max-width: 1200px) {
        section.hero.no-top-padding {
          padding-top: 10px; } }
    section.hero.hero-video {
      min-height: auto;
      padding: 0;
      background-color: #e8f0f3; }
    section.hero.hero-short {
      min-height: 480px; }
      @media (min-width: 320px) and (max-width: 1200px) {
        section.hero.hero-short {
          min-height: 320px; } }
    section.hero.impact-where-we-work {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cdcaab+0,f3f0e9+100 */
      background: #cdcaab;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #cdcaab 0%, #f3f0e9 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcaab', endColorstr='#f3f0e9',GradientType=0 );
      /* IE6-9 */ }
    section.hero.gradient-first-pillar {
      padding-top: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9dbce+0,f2f0e8+100 */
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfc6b2+0,f2f0e8+100 */
      background: #dfc6b2;
      /* Old browsers */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #dfc6b2 0%, #f2f0e8 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfc6b2', endColorstr='#f2f0e8',GradientType=0 );
      /* IE6-9 */ }
    section.hero.show-mobile {
      display: none; }
      @media (min-width: 320px) and (max-width: 1200px) {
        section.hero.show-mobile {
          display: block; } }
    section.hero.show-desktop {
      display: block; }
      @media (min-width: 320px) and (max-width: 1200px) {
        section.hero.show-desktop {
          display: none; } }
      @media (min-width: 1025px) {
        section.hero.show-desktop.v-align {
          display: -ms-flexbox;
          display: flex; } }
    body.template-pillars-page section.hero {
      min-height: 0;
      padding: 24px 0 0 0; }

@media (min-width: 1025px) {
  body.template-home-page section.hero .btn {
    height: 52px; }
    body.template-home-page section.hero .btn span {
      font-size: 26px; } }

/* Videos */
section.hero-video .hero-video-overlay-full-container,
section.hero-image .hero-video-overlay-full-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  section.hero-video .hero-video-overlay-full-container .hero-video-overlay-container,
  section.hero-image .hero-video-overlay-full-container .hero-video-overlay-container {
    position: relative; }
    section.hero-video .hero-video-overlay-full-container .hero-video-overlay-container .hero-video-overlay-image,
    section.hero-image .hero-video-overlay-full-container .hero-video-overlay-container .hero-video-overlay-image {
      position: relative;
      width: 800px;
      height: 400px;
      margin: 0 auto;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      margin-top: 15%; }
      @media (min-width: 320px) and (max-width: 1200px) {
        section.hero-video .hero-video-overlay-full-container .hero-video-overlay-container .hero-video-overlay-image,
        section.hero-image .hero-video-overlay-full-container .hero-video-overlay-container .hero-video-overlay-image {
          width: 450px;
          height: 280px;
          margin-top: 10%;
          overflow: visible; } }
    section.hero-video .hero-video-overlay-full-container .hero-video-overlay-container a.btn,
    section.hero-image .hero-video-overlay-full-container .hero-video-overlay-container a.btn {
      position: relative; }
      @media (min-width: 320px) and (max-width: 1200px) {
        section.hero-video .hero-video-overlay-full-container .hero-video-overlay-container a.btn,
        section.hero-image .hero-video-overlay-full-container .hero-video-overlay-container a.btn {
          z-index: 100; } }
    section.hero-video .hero-video-overlay-full-container .hero-video-overlay-container h4.hero-video-overlay-text,
    section.hero-image .hero-video-overlay-full-container .hero-video-overlay-container h4.hero-video-overlay-text {
      color: #fff;
      position: relative;
      margin-top: -100px;
      font-size: 36px;
      font-weight: 100; }
      @media (min-width: 320px) and (max-width: 1200px) {
        section.hero-video .hero-video-overlay-full-container .hero-video-overlay-container h4.hero-video-overlay-text,
        section.hero-image .hero-video-overlay-full-container .hero-video-overlay-container h4.hero-video-overlay-text {
          width: 80%;
          margin: 0 auto;
          margin-top: -90px;
          font-size: 20px;
          top: -30px; } }

section.hero-video video,
section.hero-image video {
  width: 100%;
  max-height: 100%; }
  section.hero-video video::-webkit-media-controls-overlay-play-button,
  section.hero-image video::-webkit-media-controls-overlay-play-button {
    opacity: 0.3; }

/* Images */
.image-container {
  width: 300px;
  margin: 24px auto 8px auto; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .image-container {
      width: 100%; } }
  .image-container .image {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .image-container .image.circle {
      border-radius: 50%; }

video {
  width: 100%; }

.rich-text strong {
  font-weight: bold; }

.rich-text a {
  color: #fdb913; }
  .rich-text a:hover {
    text-decoration: underline; }

section.embedded-form {
  padding-top: 0;
  padding-bottom: 0; }

#show-country-modal {
  cursor: pointer; }
  #show-country-modal:hover {
    color: #fdb913; }

#blind {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s; }
  #blind.visible {
    opacity: 1; }

.modal {
  position: fixed;
  width: 100%;
  background: #fff;
  text-align: center;
  top: 50%;
  left: 0;
  padding: 40px 0;
  border-top: 6px solid #fdb913;
  border-bottom: 6px solid #fdb913;
  opacity: 0;
  pointer-events: none;
  margin-top: -250px;
  transition: all 0.3s ease;
  display: none;
  z-index: 1000; }
  @media screen and (max-height: 700px) {
    .modal {
      padding: 10px 0; } }
  @media (min-width: 320px) and (max-width: 1200px) {
    .modal {
      height: 100%;
      top: 0;
      margin-top: 0;
      border: none; } }
  .modal.visible {
    opacity: 1;
    pointer-events: all;
    margin-top: -310px;
    display: block; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .modal.visible {
        margin-top: 62px; } }
  .modal ul li {
    font-family: "MariDavid", serif;
    font-weight: 100;
    padding: 12px 0; }
    @media screen and (max-height: 700px) {
      .modal ul li {
        padding: 4px 0; } }
    @media (min-width: 320px) and (max-width: 1200px) {
      .modal ul li {
        padding: 6px 0; } }
    .modal ul li a {
      font-size: 42px;
      color: #1d2121;
      text-transform: uppercase;
      transition: color 0.3s; }
      .modal ul li a:hover {
        color: #fdb913; }
      .modal ul li a.current {
        color: #fdb913;
        pointer-events: none; }
  .modal #close-country-modal {
    position: absolute;
    top: 12px;
    right: 12px;
    background-image: url(../img/buttons/close-black.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: opacity 0.3s; }
    .modal #close-country-modal:hover {
      opacity: 0.5; }

#cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fdb913;
  padding: 8px 24px 16px 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  transition: all 0.5s; }
  #cookie-message.hidden {
    opacity: 0;
    pointer-events: none;
    -ms-transform: translateY(50px);
        transform: translateY(50px); }
  #cookie-message span {
    color: #1d2121;
    font-size: 16px;
    line-height: 18px;
    font-family: "Rubik", sans-serif;
    margin: 0 auto; }
    #cookie-message span a {
      text-decoration: underline; }
      #cookie-message span a#cookie-message-agree {
        display: block;
        margin-top: 12px;
        font-family: "MariDavid", serif;
        font-weight: 100;
        font-size: 28px;
        font-weight: 500;
        text-decoration: none;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase; }
        #cookie-message span a#cookie-message-agree:hover {
          text-decoration: underline; }

iframe.youtube {
  width: 1200px;
  height: 675px; }
  @media (min-width: 320px) and (max-width: 1200px) {
    iframe.youtube {
      width: 310px;
      height: 174.375px; } }

ul.icon-list-widget {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 40px; }
  ul.icon-list-widget li {
    display: block;
    width: 33%;
    float: left;
    padding: 10px 40px;
    margin: 0px 0; }
    ul.icon-list-widget li:nth-child(4), ul.icon-list-widget li:nth-child(5) {
      display: inline-block;
      float: none; }
    @media (min-width: 320px) and (max-width: 1200px) {
      ul.icon-list-widget li {
        width: 100%;
        display: block;
        height: auto;
        margin: 10px 0 30px 0;
        padding: 10px 0; } }
    ul.icon-list-widget li a img {
      width: 75%;
      height: auto; }
    ul.icon-list-widget li a h4 {
      font-size: 40px;
      font-family: "MariDavid", serif;
      font-weight: 100;
      text-transform: uppercase;
      margin-top: 0px;
      padding: 12px 0;
      font-weight: 100 !important; }
      @media (min-width: 320px) and (max-width: 1200px) {
        ul.icon-list-widget li a h4 {
          margin-top: 10px; } }
    ul.icon-list-widget li h4 {
      font-size: 40px;
      font-family: "MariDavid", serif;
      font-weight: 100;
      text-transform: uppercase;
      margin-top: 0px;
      padding: 12px 0;
      font-weight: 100 !important; }
      @media (min-width: 320px) and (max-width: 1200px) {
        ul.icon-list-widget li h4 {
          margin-top: 10px; } }
    ul.icon-list-widget li p {
      padding: 10px 0 30px !important; }

ul.report-list-widget {
  position: relative;
  display: block;
  width: 30%;
  margin-right: 3%;
  float: left;
  text-align: left;
  padding-bottom: 36px; }
  ul.report-list-widget:nth-child(3n) {
    margin-right: none; }
  ul.report-list-widget li {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 0; }
    ul.report-list-widget li.label {
      font-size: 46px;
      font-family: "MariDavid", serif;
      font-weight: 100;
      text-transform: uppercase; }
    ul.report-list-widget li a {
      text-decoration: underline;
      font-size: 18px; }
  @media (min-width: 320px) and (max-width: 1200px) {
    ul.report-list-widget {
      width: 100%;
      float: none;
      margin: 0; } }

.panel-widget {
  position: relative;
  padding-bottom: 40px; }
  .panel-widget a .panel-item {
    position: relative;
    display: block;
    float: left;
    width: 300px;
    height: 460px;
    margin: 0;
    padding: 0;
    padding: 24px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-right: 2px solid #bbbcbc; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .panel-widget a .panel-item {
        width: 100%;
        float: none;
        border: none;
        border-bottom: 2px solid #bbbcbc; } }
    .panel-widget a .panel-item h4 {
      width: 252px;
      min-height: 36px;
      display: block;
      position: absolute;
      top: 24px;
      color: #fff;
      font-family: "MariDavid", serif;
      font-weight: 100;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 38px;
      text-align: left;
      padding: 8px 0;
      margin: 0;
      opacity: 1;
      transition: all 0.5s; }
    .panel-widget a .panel-item p {
      width: 252px;
      height: auto;
      position: absolute;
      display: block;
      bottom: 12px;
      color: #fff !important;
      font-size: 20px;
      line-height: 26px;
      text-align: left !important;
      padding: 8px 0;
      margin: 0 auto;
      opacity: 1;
      transition: all 0.5s; }
    .panel-widget a .panel-item .fade {
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.24) 30%, rgba(0, 0, 0, 0.33) 70%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */
      opacity: 0.6; }
  .panel-widget a:first-child .panel-item {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .panel-widget a:first-child .panel-item {
        border-bottom-left-radius: 0;
        border-top-right-radius: 12px; } }
  .panel-widget a:nth-child(4) .panel-item {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .panel-widget a:nth-child(4) .panel-item {
        border-top-right-radius: 0;
        border-bottom-left-radius: 12px; } }

.featured-news-widget {
  position: relative;
  display: block;
  text-align: center;
  padding: 80px 0; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .featured-news-widget {
      padding: 40px 0; } }
  .featured-news-widget .featured-news-item {
    position: relative;
    display: inline-block;
    width: 350px;
    height: 470px;
    margin: 0px 30px;
    padding: 24px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .featured-news-widget .featured-news-item {
        width: 100%;
        height: 0;
        padding-bottom: 134%;
        margin-top: 12px;
        margin-left: 0;
        margin-right: 0; } }
    .featured-news-widget .featured-news-item h4 {
      min-height: 36px;
      width: 302px;
      display: block;
      position: absolute;
      top: 12px;
      color: #fff;
      font-family: "MariDavid", serif;
      font-weight: 100;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 32px;
      text-align: left;
      padding: 0;
      margin: 0; }
      @media (min-width: 320px) and (max-width: 1200px) {
        .featured-news-widget .featured-news-item h4 {
          width: 85%;
          font-size: 28px;
          letter-spacing: 1px; } }
    .featured-news-widget .featured-news-item p {
      width: 302px;
      height: auto;
      position: absolute;
      display: block;
      bottom: 24px;
      color: #fff !important;
      font-size: 16px;
      line-height: 24px;
      text-align: left !important;
      padding: 8px 0;
      margin: 0 auto;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (min-width: 320px) and (max-width: 1200px) {
        .featured-news-widget .featured-news-item p {
          width: 85%; } }
    .featured-news-widget .featured-news-item .fade {
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 52%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */
      opacity: 0.6; }
  .featured-news-widget a:nth-child(1) .featured-news-item {
    margin-left: 0px; }
  .featured-news-widget a:nth-child(3) .featured-news-item {
    margin-right: 0px; }

.single-story-widget {
  position: relative;
  display: block; }
  .single-story-widget .single-story-widget-info {
    width: 50%;
    float: left;
    padding-right: 40px; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .single-story-widget .single-story-widget-info {
        float: none;
        padding-right: 0;
        width: 100%; } }
    .single-story-widget .single-story-widget-info h5 {
      font-family: "MariDavid", serif;
      font-weight: 100;
      color: #fdb913;
      font-size: 20px;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 12px 0; }
    .single-story-widget .single-story-widget-info h4 {
      font-family: "MariDavid", serif;
      font-weight: 100;
      font-size: 36px;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 100;
      padding: 12px 0; }
    .single-story-widget .single-story-widget-info p {
      padding: 10px 0 30px 0; }
  .single-story-widget .single-story-widget-image {
    width: 50%;
    float: right; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .single-story-widget .single-story-widget-image {
        float: none;
        width: 100%; } }
    .single-story-widget .single-story-widget-image img {
      width: 100%;
      height: auto;
      border-radius: 12px; }

#map {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  border-radius: 12px; }

.mapboxgl-popup-content {
  font-family: "MariDavid", serif;
  font-weight: 100;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 20px; }

.two-col-widget,
.four-col-widget {
  position: relative; }
  .two-col-widget.two-col-widget-news,
  .four-col-widget.two-col-widget-news {
    display: block; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .two-col-widget,
    .four-col-widget {
      display: block; } }
  .two-col-widget li,
  .four-col-widget li {
    display: block;
    width: 48%;
    padding: 32px 16px;
    float: left; }
    .two-col-widget li h4,
    .four-col-widget li h4 {
      font-weight: 100; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .two-col-widget li,
      .four-col-widget li {
        width: 100%;
        float: none;
        padding: 16px 0px; } }
    .two-col-widget li img,
    .four-col-widget li img {
      width: 100%; }
    .two-col-widget li .image,
    .four-col-widget li .image {
      position: relative;
      width: 30%;
      height: 0;
      padding-bottom: 30%;
      margin: 0 auto;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .two-col-widget li .image.wide,
      .four-col-widget li .image.wide {
        width: 80%;
        padding-bottom: 40%;
        border-radius: 12px; }
      .two-col-widget li .image .play-icon,
      .four-col-widget li .image .play-icon {
        position: absolute;
        pointer-events: none;
        width: 86px;
        height: 86px;
        background-image: url(../img/icons/play.png);
        background-size: contain;
        background-repeat: no-repeat;
        left: 50%;
        top: 50%;
        margin-top: -43px;
        margin-left: -34px;
        opacity: 0.8;
        transition: opacity 0.3s; }
      .two-col-widget li .image:hover .play-icon,
      .four-col-widget li .image:hover .play-icon {
        opacity: 1; }
    .two-col-widget li p,
    .four-col-widget li p {
      width: 80%; }
  .two-col-widget.four-col-widget li,
  .four-col-widget.four-col-widget li {
    width: 25%; }
    .two-col-widget.four-col-widget li h4,
    .four-col-widget.four-col-widget li h4 {
      padding: 12px 0; }
    .two-col-widget.four-col-widget li p,
    .four-col-widget.four-col-widget li p {
      font-size: 16px;
      line-height: 18px;
      width: 100%;
      padding: 12px 0; }
    .two-col-widget.four-col-widget li .image,
    .four-col-widget.four-col-widget li .image {
      width: 100%;
      padding-bottom: 100%; }
      .two-col-widget.four-col-widget li .image.circle,
      .four-col-widget.four-col-widget li .image.circle {
        border-radius: 50%; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .two-col-widget.four-col-widget li,
      .four-col-widget.four-col-widget li {
        width: 100%;
        float: none;
        padding: 16px 0px; } }
  .two-col-widget.two-col-widget-news li .image,
  .four-col-widget.two-col-widget-news li .image {
    width: 100%;
    padding-bottom: 50%;
    border-radius: 12px; }
  .two-col-widget.two-col-widget-news li h6,
  .four-col-widget.two-col-widget-news li h6 {
    font-size: 16px;
    padding: 16px 0 4px 0;
    color: #9b9b9b;
    text-align: left; }
  .two-col-widget.two-col-widget-news li h4,
  .four-col-widget.two-col-widget-news li h4 {
    text-align: left;
    font-size: 34px;
    line-height: 38px;
    margin: 0;
    padding: 6px 0 0 0; }
  .two-col-widget.two-col-widget-news li p,
  .four-col-widget.two-col-widget-news li p {
    font-size: 18px;
    color: #1d2121;
    line-height: 32px;
    text-align: left;
    margin: 0;
    padding: 8px 0;
    max-width: 100%;
    width: 100%; }

.three-col-widget {
  position: relative;
  display: block; }
  .three-col-widget li {
    display: block;
    width: 33.3%;
    padding: 32px 16px;
    float: left; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .three-col-widget li {
        width: 100%;
        padding: 0px 16px; } }
    .three-col-widget li .image {
      width: 50%;
      height: 0;
      padding-bottom: 50%;
      margin: 0 auto;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .three-col-widget li .image.image-circle {
        border-radius: 50%; }
      .three-col-widget li .image.avatar-placeholder {
        background-image: url(../img/placeholder/avatar.png); }
    .three-col-widget li h4 {
      padding: 36px 0 12px 0;
      font-weight: 100; }
      @media (min-width: 320px) and (max-width: 1200px) {
        .three-col-widget li h4 {
          padding: 8px 0 0px 0; } }
    .three-col-widget li p {
      width: 80%;
      font-size: 16px;
      line-height: 18px;
      padding: 12px 0; }
    .three-col-widget li::last-child:after {
      content: "";
      clear: both; }
    .three-col-widget li a:hover h4 {
      color: #fdb913; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .three-col-widget li:first-child {
        padding-top: 20px; } }
  .three-col-widget.partners li {
    background-color: #fff;
    width: 30%;
    margin: 1% 1%;
    padding: 10px; }
    .three-col-widget.partners li a {
      padding: 0;
      margin: 0; }
    .three-col-widget.partners li .image {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      width: 160px;
      height: 114px; }
    .three-col-widget.partners li h4 {
      font-size: 22px; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .three-col-widget.partners li {
        width: 100%;
        margin: 18px 0; }
        .three-col-widget.partners li .image {
          width: 100%;
          height: 100%; } }
  .three-col-widget.stats li {
    background: #fff;
    border-radius: 12px;
    padding-top: 8px;
    padding-bottom: 0;
    margin-top: 32px;
    width: 28%;
    margin-right: 8%; }
    @media (min-width: 320px) and (max-width: 1200px) {
      .three-col-widget.stats li {
        width: 100%;
        float: none;
        margin-right: 0; } }
    .three-col-widget.stats li h4 {
      padding-top: 24px; }
    .three-col-widget.stats li p {
      font-size: 16px;
      line-height: 22px;
      color: #1d2121; }
      .three-col-widget.stats li p strong {
        color: #fdb913;
        font-weight: 500; }
    .three-col-widget.stats li:nth-child(3n) {
      margin-right: 0; }
      @media (min-width: 320px) and (max-width: 1200px) {
        .three-col-widget.stats li:nth-child(3n) {
          margin-right: 0; } }

.simple-gallery {
  width: 100%;
  max-width: 1200px;
  margin: 12px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row; }
  .simple-gallery .simple-gallery-item {
    -ms-flex: 1;
        flex: 1;
    padding: 6px; }
    .simple-gallery .simple-gallery-item img {
      width: 100%;
      height: auto; }

.timeline-widget .owl-carousel,
.timeline-widget-stats .owl-carousel {
  position: relative;
  width: 100%; }
  .timeline-widget .owl-carousel > div,
  .timeline-widget-stats .owl-carousel > div {
    border-radius: 6px; }
  .timeline-widget .owl-carousel .owl-stage-outer .owl-stage .owl-item,
  .timeline-widget-stats .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    opacity: 0.7;
    transition: all 0.5s;
    -ms-transform: scale(0.9);
        transform: scale(0.9); }
    .timeline-widget .owl-carousel .owl-stage-outer .owl-stage .owl-item.center,
    .timeline-widget-stats .owl-carousel .owl-stage-outer .owl-stage .owl-item.center {
      -ms-transform: scale(1);
          transform: scale(1);
      opacity: 1; }
  .timeline-widget .owl-carousel .owl-nav,
  .timeline-widget-stats .owl-carousel .owl-nav {
    display: block !important; }
    .timeline-widget .owl-carousel .owl-nav .owl-prev,
    .timeline-widget .owl-carousel .owl-nav .owl-next,
    .timeline-widget-stats .owl-carousel .owl-nav .owl-prev,
    .timeline-widget-stats .owl-carousel .owl-nav .owl-next {
      position: absolute;
      display: block;
      width: 90px;
      height: 92px;
      top: 50%;
      margin-top: -45px;
      font-size: 48px;
      line-height: 48px;
      color: #fff;
      text-indent: -9999px;
      background-size: contain;
      background-repeat: no-repeat;
      outline: none;
      opacity: 1;
      transition: all 0.3s; }
      .timeline-widget .owl-carousel .owl-nav .owl-prev:hover,
      .timeline-widget .owl-carousel .owl-nav .owl-next:hover,
      .timeline-widget-stats .owl-carousel .owl-nav .owl-prev:hover,
      .timeline-widget-stats .owl-carousel .owl-nav .owl-next:hover {
        opacity: 0.8; }
      @media (min-width: 320px) and (max-width: 1200px) {
        .timeline-widget .owl-carousel .owl-nav .owl-prev,
        .timeline-widget .owl-carousel .owl-nav .owl-next,
        .timeline-widget-stats .owl-carousel .owl-nav .owl-prev,
        .timeline-widget-stats .owl-carousel .owl-nav .owl-next {
          width: 50px;
          height: 61px;
          margin-top: -21px; } }
      .timeline-widget .owl-carousel .owl-nav .owl-prev.owl-prev,
      .timeline-widget .owl-carousel .owl-nav .owl-next.owl-prev,
      .timeline-widget-stats .owl-carousel .owl-nav .owl-prev.owl-prev,
      .timeline-widget-stats .owl-carousel .owl-nav .owl-next.owl-prev {
        left: -45px;
        background-image: url(../img/icons/carousel-arrow-left.png?v=3); }
        @media (min-width: 320px) and (max-width: 1200px) {
          .timeline-widget .owl-carousel .owl-nav .owl-prev.owl-prev,
          .timeline-widget .owl-carousel .owl-nav .owl-next.owl-prev,
          .timeline-widget-stats .owl-carousel .owl-nav .owl-prev.owl-prev,
          .timeline-widget-stats .owl-carousel .owl-nav .owl-next.owl-prev {
            left: -40px; } }
      .timeline-widget .owl-carousel .owl-nav .owl-prev.owl-next,
      .timeline-widget .owl-carousel .owl-nav .owl-next.owl-next,
      .timeline-widget-stats .owl-carousel .owl-nav .owl-prev.owl-next,
      .timeline-widget-stats .owl-carousel .owl-nav .owl-next.owl-next {
        right: -45px;
        background-image: url(../img/icons/carousel-arrow-right.png?v=3); }
        @media (min-width: 320px) and (max-width: 1200px) {
          .timeline-widget .owl-carousel .owl-nav .owl-prev.owl-next,
          .timeline-widget .owl-carousel .owl-nav .owl-next.owl-next,
          .timeline-widget-stats .owl-carousel .owl-nav .owl-prev.owl-next,
          .timeline-widget-stats .owl-carousel .owl-nav .owl-next.owl-next {
            right: -40px; } }

.timeline-widget h4.year,
.timeline-widget-stats h4.year {
  font-size: 64px;
  letter-spacing: 1.5px;
  color: #fdb913 !important;
  padding: 8px 16px 16px 16px;
  font-weight: 100; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .timeline-widget h4.year,
    .timeline-widget-stats h4.year {
      font-size: 32px; } }

.timeline-widget .caption,
.timeline-widget-stats .caption {
  font-size: 24px;
  color: #1d2121;
  padding: 0px;
  line-height: 28px;
  width: 75%;
  margin: 0 auto; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .timeline-widget .caption,
    .timeline-widget-stats .caption {
      font-size: 18px;
      line-height: 22px;
      width: 100%; } }
  .timeline-widget .caption.stats p,
  .timeline-widget-stats .caption.stats p {
    font-size: 16px;
    line-height: 22px;
    color: #1d2121;
    padding: 2px 0; }
    .timeline-widget .caption.stats p strong,
    .timeline-widget-stats .caption.stats p strong {
      color: #fdb913;
      font-weight: 500; }

.listing-widget {
  position: relative;
  display: block; }
  .listing-widget .listing-row {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.29);
    padding-bottom: 20px; }
    .listing-widget .listing-row:last-child {
      border-bottom: none; }
    .listing-widget .listing-row .listing-row-left {
      position: relative;
      display: block;
      margin: 0;
      width: 500px;
      padding: 24px 20px 20px 0;
      float: left; }
      .listing-widget .listing-row .listing-row-left img {
        width: 100%;
        border-radius: 12px; }
      @media (min-width: 320px) and (max-width: 1200px) {
        .listing-widget .listing-row .listing-row-left {
          width: 100%;
          padding: 10px 0; } }
    .listing-widget .listing-row .listing-row-middle {
      position: relative;
      display: block;
      width: 500px;
      margin: 0;
      padding: 20px 20px 20px 0;
      float: left;
      text-align: left; }
      @media (min-width: 320px) and (max-width: 1200px) {
        .listing-widget .listing-row .listing-row-middle {
          width: 100%;
          padding: 0; } }
      .listing-widget .listing-row .listing-row-middle h4 {
        font-size: 40px;
        text-align: left;
        padding: 0;
        text-transform: uppercase; }
      .listing-widget .listing-row .listing-row-middle p {
        font-size: 18px;
        text-align: left;
        padding: 12px 0;
        line-height: 26px;
        margin: 0;
        max-width: none; }
      .listing-widget .listing-row .listing-row-middle a.details-link {
        font-size: 20px;
        font-family: "MariDavid", serif;
        font-weight: 100;
        text-transform: uppercase;
        position: absolute; }
        .listing-widget .listing-row .listing-row-middle a.details-link::after {
          content: " >"; }
      body.template-listing-page-news .listing-widget .listing-row .listing-row-middle {
        width: 700px; }
    .listing-widget .listing-row .listing-row-right {
      position: relative;
      display: block;
      width: 200px;
      margin: 0;
      padding: 20px 20px 20px 0;
      float: left;
      text-align: left; }
      @media (min-width: 320px) and (max-width: 1200px) {
        .listing-widget .listing-row .listing-row-right {
          width: 100%;
          padding: 34px 0 10px 0; } }
      .listing-widget .listing-row .listing-row-right h5 {
        margin: 0;
        padding: 0 0 4px 0;
        font-size: 16px;
        color: #fdb913;
        text-transform: uppercase; }
      .listing-widget .listing-row .listing-row-right h6 {
        margin: 0;
        padding: 0 0 20px 0;
        font-size: 16px;
        color: #636363;
        line-height: 25px; }

.pillar-widget img {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto; }

.pillar-widget .pillar-article {
  position: relative;
  height: 650px;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .pillar-widget .pillar-article {
      height: 300px; } }
  .pillar-widget .pillar-article .fade {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .pillar-widget .pillar-article .v-align-container {
    text-align: center;
    width: 100%; }
  .pillar-widget .pillar-article.left .v-align-container {
    padding-left: 46px;
    text-align: left; }
    .pillar-widget .pillar-article.left .v-align-container h3 {
      text-align: left; }
  .pillar-widget .pillar-article h3,
  .pillar-widget .pillar-article p {
    color: #fff !important; }

ul.map-list {
  width: 100%; }
  ul.map-list li {
    font-size: 38px;
    font-family: "MariDavid", serif;
    font-weight: 100;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 6px;
    width: 30%;
    float: left;
    margin: 10px 1.5%;
    border-bottom: none; }
    ul.map-list li:last-child {
      border-bottom: none; }
    ul.map-list li img {
      margin-right: 10px;
      position: relative;
      top: 4px; }
    ul.map-list li a:hover {
      color: #fdb913 !important; }
    @media (min-width: 320px) and (max-width: 1200px) {
      ul.map-list li {
        display: block;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #bbbcbc;
        font-size: 24px;
        padding-top: 3px;
        padding-bottom: 5px; }
        ul.map-list li img {
          width: 20px;
          height: 20px;
          top: 2px; }
        ul.map-list li:nth-last-child(2) {
          border-bottom: none !important; } }

body.template-search-page .search-row {
  position: relative;
  display: block; }
  body.template-search-page .search-row input[type="text"] {
    width: 100%;
    background: none;
    border-bottom: 1px solid #bbbcbc;
    font-size: 46px; }
  body.template-search-page .search-row .submit {
    position: absolute;
    display: block;
    right: 0;
    top: 18px;
    background: none;
    border: none;
    font-family: "MariDavid", serif;
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #1d2121;
    cursor: pointer;
    transition: opacity 0.3s; }
    body.template-search-page .search-row .submit:hover {
      opacity: 0.7; }
    body.template-search-page .search-row .submit:after {
      content: "";
      display: inline-block;
      width: 27px;
      height: 15px;
      background: url("../img/icons/arrow-sign-up.png") no-repeat center;
      margin-left: 6px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
        body.template-search-page .search-row .submit:after {
          background: url("../img/icons/arrow-sign-up@2x.png") no-repeat center;
          background-size: 27px 15px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
        body.template-search-page .search-row .submit:after {
          background: url("../img/icons/arrow-sign-up@3x.png") no-repeat center;
          background-size: 27px 15px; } }

body.template-search-page .total-results {
  position: relative;
  font-size: 31px;
  color: #9b9b9b;
  padding-top: 40px; }

body.template-search-page ul.search-results-widget {
  text-align: left; }
  body.template-search-page ul.search-results-widget li {
    padding: 12px 0;
    border-bottom: 1px solid #d8d8d8; }
    body.template-search-page ul.search-results-widget li .search-result-thumbnail {
      float: left;
      width: 10%;
      padding-bottom: 10%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    body.template-search-page ul.search-results-widget li .search-result-text {
      width: 90%;
      float: left;
      padding-left: 20px; }
      body.template-search-page ul.search-results-widget li .search-result-text h4 {
        padding: 0; }
      body.template-search-page ul.search-results-widget li .search-result-text p {
        padding: 10px 0; }
    body.template-search-page ul.search-results-widget li:hover h4 {
      color: #fdb913; }

.ambassador-social-icons {
  margin-top: 24px;
  text-align: center; }
  .ambassador-social-icons a.social-icon {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    margin-left: 8px;
    margin-right: 8px;
    transition: opacity 0.3s; }
    .ambassador-social-icons a.social-icon:hover {
      opacity: 0.7; }
    .ambassador-social-icons a.social-icon.social-icon-fb {
      background: url("../img/social/fb.png") no-repeat center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
        .ambassador-social-icons a.social-icon.social-icon-fb {
          background: url("../img/social/fb@2x.png") no-repeat center;
          background-size: 12px 22px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
        .ambassador-social-icons a.social-icon.social-icon-fb {
          background: url("../img/social/fb@3x.png") no-repeat center;
          background-size: 12px 22px; } }
    .ambassador-social-icons a.social-icon.social-icon-tw {
      background: url("../img/social/tw.png") no-repeat center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
        .ambassador-social-icons a.social-icon.social-icon-tw {
          background: url("../img/social/tw@2x.png") no-repeat center;
          background-size: 22px 22px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
        .ambassador-social-icons a.social-icon.social-icon-tw {
          background: url("../img/social/tw@3x.png") no-repeat center;
          background-size: 22px 22px; } }
    .ambassador-social-icons a.social-icon.social-icon-ig {
      background: url("../img/social/ig.png") no-repeat center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
        .ambassador-social-icons a.social-icon.social-icon-ig {
          background: url("../img/social/ig@2x.png") no-repeat center;
          background-size: 22px 22px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
        .ambassador-social-icons a.social-icon.social-icon-ig {
          background: url("../img/social/ig@3x.png") no-repeat center;
          background-size: 22px 22px; } }
    .ambassador-social-icons a.social-icon.social-icon-li {
      background: url("../img/social/li.png") no-repeat center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
        .ambassador-social-icons a.social-icon.social-icon-li {
          background: url("../img/social/li@2x.png") no-repeat center;
          background-size: 22px 22px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
        .ambassador-social-icons a.social-icon.social-icon-li {
          background: url("../img/social/li@3x.png") no-repeat center;
          background-size: 22px 22px; } }
    .ambassador-social-icons a.social-icon.social-icon-web {
      background: url("../img/social/web.png") no-repeat center; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
        .ambassador-social-icons a.social-icon.social-icon-web {
          background: url("../img/social/web@2x.png") no-repeat center;
          background-size: 22px 22px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
        .ambassador-social-icons a.social-icon.social-icon-web {
          background: url("../img/social/web@3x.png") no-repeat center;
          background-size: 22px 22px; } }

ul.share-button-widget {
  position: relative;
  width: 400px;
  margin: 20px auto; }
  @media (min-width: 320px) and (max-width: 1200px) {
    ul.share-button-widget {
      width: 100%; } }
  ul.share-button-widget li {
    display: inline-block;
    width: 112px;
    height: 32px;
    margin: 0 6px; }
    @media (min-width: 320px) and (max-width: 1200px) {
      ul.share-button-widget li {
        width: 84px;
        height: 24px; } }
    ul.share-button-widget li a {
      display: block;
      width: inherit;
      height: inherit;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      text-indent: -9999px; }
    ul.share-button-widget li.facebook a {
      background-image: url(../img/buttons/share-facebook.png); }
    ul.share-button-widget li.twitter a {
      background-image: url(../img/buttons/share-twitter.png); }
    ul.share-button-widget li.linkedin a {
      background-image: url(../img/buttons/share-linkedin.png); }

ul.post-listing-widget {
  text-align: left; }
  ul.post-listing-widget li {
    border-top: 1px solid #bbbcbc;
    padding: 24px 0; }
    ul.post-listing-widget li .left {
      width: 900px;
      float: left; }
      @media (min-width: 320px) and (max-width: 1200px) {
        ul.post-listing-widget li .left {
          width: 100%;
          float: none; } }
      ul.post-listing-widget li .left h4 {
        padding: 0; }
      ul.post-listing-widget li .left p {
        text-align: left;
        margin: 0;
        padding: 10px 0; }
      ul.post-listing-widget li .left a.details-link {
        font-family: "MariDavid", serif;
        font-weight: 100;
        font-size: 28px;
        text-transform: uppercase; }
        ul.post-listing-widget li .left a.details-link:hover {
          color: #fdb913; }
    ul.post-listing-widget li .right {
      width: 300px;
      float: left; }
      @media (min-width: 320px) and (max-width: 1200px) {
        ul.post-listing-widget li .right {
          width: 100%;
          float: none;
          margin-top: 12px; } }
      ul.post-listing-widget li .right h6 {
        padding-bottom: 12px;
        opacity: 0.5;
        font-size: 16px; }

.segemented-controller-widget {
  padding: 12px 0 24px 0; }
  .segemented-controller-widget a {
    text-transform: uppercase;
    font-family: "MariDavid", serif;
    font-weight: 100;
    font-size: 24px;
    letter-spacing: 1px;
    border-right: 2px solid #bbbcbc;
    padding: 0px 12px; }
    .segemented-controller-widget a.active {
      color: #fdb913;
      pointer-events: none; }
    .segemented-controller-widget a:hover {
      color: #fdb913; }
    .segemented-controller-widget a:last-child {
      border-right: none; }

.amabassador-bio .rich-text p {
  padding: 20px 0; }

.amabassador-bio .rich-text i {
  font-style: italic; }

.amabassador-bio .rich-text img {
  width: 100%;
  height: auto;
  max-width: 660px;
  margin: 0 auto; }

.amabassador-bio .rich-text h4 {
  font-family: "MariDavid", serif;
  font-weight: 100;
  font-size: 80px;
  color: #fdb913;
  line-height: 84px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .amabassador-bio .rich-text h4 {
      width: 100%;
      padding: 0 16px;
      font-size: 40px;
      line-height: 42px;
      margin: 0 auto; } }

.amabassador-bio .rich-text .responsive-object {
  padding-bottom: 12px !important; }

.thankyou-video-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 600px; }
  .thankyou-video-container video {
    width: 100%;
    height: auto; }
  .thankyou-video-container .thankyou-video-overlay-image {
    position: absolute;
    width: 50%;
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    top: 45%; }

#popup-embed-modal iframe {
  width: 80%;
  height: 1000px; }

#popup-embed-modal #close-popup-embed-modal {
  position: absolute;
  top: 12px;
  right: 12px;
  background-image: url(../img/buttons/close-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: opacity 0.3s; }
  #popup-embed-modal #close-popup-embed-modal:hover {
    opacity: 0.5; }

.template-form-page .hero .form-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 703px;
  margin: 0 auto;
  text-align: left !important; }
  .template-form-page .hero .form-container h3 {
    text-align: left;
    font-size: 48px; }
  .template-form-page .hero .form-container p {
    text-align: left;
    font-size: 16px; }
  .template-form-page .hero .form-container form table {
    width: 100%; }
    .template-form-page .hero .form-container form table tr {
      display: block;
      padding: 10px 0; }
      .template-form-page .hero .form-container form table tr th {
        display: inline-block;
        width: 30%;
        vertical-align: top; }
      .template-form-page .hero .form-container form table tr td {
        display: inline-block;
        width: 70%; }
        .template-form-page .hero .form-container form table tr td span.helptext {
          font-size: 10px;
          color: #636363;
          padding: 4px 0; }
        .template-form-page .hero .form-container form table tr td ul.errorlist li {
          color: red;
          font-family: "Rubik", sans-serif;
          font-size: 12px; }
  .template-form-page .hero .form-container form input[type="text"],
  .template-form-page .hero .form-container form input[type="email"],
  .template-form-page .hero .form-container form textarea {
    border: none;
    margin: 6px 0;
    padding: 6px 6px;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    text-align: left;
    font-weight: 300;
    color: #9b9b9b;
    border-bottom: 1px solid #1d2121;
    background: none;
    width: 100%; }
    .template-form-page .hero .form-container form input[type="text"]::-webkit-input-placeholder,
    .template-form-page .hero .form-container form input[type="email"]::-webkit-input-placeholder,
    .template-form-page .hero .form-container form textarea::-webkit-input-placeholder {
      color: #9b9b9b; }
    .template-form-page .hero .form-container form input[type="text"]:-ms-input-placeholder,
    .template-form-page .hero .form-container form input[type="email"]:-ms-input-placeholder,
    .template-form-page .hero .form-container form textarea:-ms-input-placeholder {
      color: #9b9b9b; }
    .template-form-page .hero .form-container form input[type="text"]::placeholder,
    .template-form-page .hero .form-container form input[type="email"]::placeholder,
    .template-form-page .hero .form-container form textarea::placeholder {
      color: #9b9b9b; }
  .template-form-page .hero .form-container form textarea {
    background: rgba(255, 255, 255, 0.3);
    border-bottom: none; }

body.template-home-page .header.text-gradient {
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.347777) 0%, rgba(0, 0, 0, 0) 93%); }
  @media (min-width: 320px) and (max-width: 1200px) {
    body.template-home-page .header.text-gradient {
      background: #fff; } }

body.template-home-page .sell {
  max-height: 800px;
  padding-top: 120px; }

body.template-about-page section.about-gradient-1 {
  background: #c8bab1;
  background: linear-gradient(to bottom, #c8bab1 0%, #f2f0e8 100%); }

body.template-about-page section.about-gradient-2 {
  background: #f2f0e8;
  background: linear-gradient(to bottom, #f2f0e8 0%, #ebeff0 100%); }

body.template-about-page .three-col-widget img {
  margin-top: 8px;
  width: 100%;
  height: auto;
  max-width: 300px;
  border-radius: 50%; }
  @media (min-width: 320px) and (max-width: 1200px) {
    body.template-about-page .three-col-widget img {
      max-width: 200px; } }

body.template-about-page .three-col-widget p {
  padding: 24px 0; }

body.template-about-page h4 {
  font-weight: 100; }

body.template-about-page p.wider {
  max-width: 900px;
  padding: 12px 12px; }

body.template-about-page .form {
  position: relative;
  display: block;
  width: 100%;
  max-width: 703px;
  margin: 0 auto;
  text-align: center; }
  body.template-about-page .form h1 {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    display: none; }
  body.template-about-page .form p {
    text-align: left;
    font-size: 16px;
    padding: 8px 0; }
  body.template-about-page .form form table {
    width: 100%; }
    body.template-about-page .form form table tr {
      display: block;
      padding: 10px 0; }
      body.template-about-page .form form table tr th {
        display: inline-block;
        width: 30%;
        vertical-align: top; }
      body.template-about-page .form form table tr td {
        display: inline-block;
        width: 70%; }
        body.template-about-page .form form table tr td span.helptext {
          font-size: 10px;
          color: #636363;
          padding: 4px 0; }
        body.template-about-page .form form table tr td ul.errorlist li {
          color: red;
          font-family: "Rubik", sans-serif;
          font-size: 12px; }
  body.template-about-page .form form input[type="text"],
  body.template-about-page .form form input[type="url"],
  body.template-about-page .form form input[type="email"],
  body.template-about-page .form form textarea {
    border: none;
    margin: 6px 0;
    padding: 6px 6px;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    text-align: left;
    font-weight: 300;
    color: #1d2121;
    border-bottom: 1px solid #1d2121;
    background: none;
    width: 100%; }
    body.template-about-page .form form input[type="text"]::-webkit-input-placeholder,
    body.template-about-page .form form input[type="url"]::-webkit-input-placeholder,
    body.template-about-page .form form input[type="email"]::-webkit-input-placeholder,
    body.template-about-page .form form textarea::-webkit-input-placeholder {
      color: #9b9b9b; }
    body.template-about-page .form form input[type="text"]:-ms-input-placeholder,
    body.template-about-page .form form input[type="url"]:-ms-input-placeholder,
    body.template-about-page .form form input[type="email"]:-ms-input-placeholder,
    body.template-about-page .form form textarea:-ms-input-placeholder {
      color: #9b9b9b; }
    body.template-about-page .form form input[type="text"]::placeholder,
    body.template-about-page .form form input[type="url"]::placeholder,
    body.template-about-page .form form input[type="email"]::placeholder,
    body.template-about-page .form form textarea::placeholder {
      color: #9b9b9b; }
  body.template-about-page .form form textarea {
    background: rgba(255, 255, 255, 0.3);
    border-bottom: none; }
  body.template-about-page .form form select {
    display: block;
    width: 100%;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #1d2121;
    outline: none;
    padding: 6px 6px;
    font-size: 16px;
    font-family: "Rubik", sans-serif; }

body.template-article-page section.article-top,
body.template-article-page section.event-top,
body.template-event-page section.article-top,
body.template-event-page section.event-top,
body.template-campaign-page section.article-top,
body.template-campaign-page section.event-top,
body.template-legal-page section.article-top,
body.template-legal-page section.event-top,
body.template-thankyou-page section.article-top,
body.template-thankyou-page section.event-top,
body.template-country-page section.article-top,
body.template-country-page section.event-top,
body.template-listing-page section.article-top,
body.template-listing-page section.event-top {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  body.template-article-page section.article-top h3,
  body.template-article-page section.event-top h3,
  body.template-event-page section.article-top h3,
  body.template-event-page section.event-top h3,
  body.template-campaign-page section.article-top h3,
  body.template-campaign-page section.event-top h3,
  body.template-legal-page section.article-top h3,
  body.template-legal-page section.event-top h3,
  body.template-thankyou-page section.article-top h3,
  body.template-thankyou-page section.event-top h3,
  body.template-country-page section.article-top h3,
  body.template-country-page section.event-top h3,
  body.template-listing-page section.article-top h3,
  body.template-listing-page section.event-top h3 {
    margin-top: 60px; }
  body.template-article-page section.article-top.event-top,
  body.template-article-page section.event-top.event-top,
  body.template-event-page section.article-top.event-top,
  body.template-event-page section.event-top.event-top,
  body.template-campaign-page section.article-top.event-top,
  body.template-campaign-page section.event-top.event-top,
  body.template-legal-page section.article-top.event-top,
  body.template-legal-page section.event-top.event-top,
  body.template-thankyou-page section.article-top.event-top,
  body.template-thankyou-page section.event-top.event-top,
  body.template-country-page section.article-top.event-top,
  body.template-country-page section.event-top.event-top,
  body.template-listing-page section.article-top.event-top,
  body.template-listing-page section.event-top.event-top {
    border-radius: 12px;
    overflow: hidden; }
  body.template-article-page section.article-top h1,
  body.template-article-page section.event-top h1,
  body.template-event-page section.article-top h1,
  body.template-event-page section.event-top h1,
  body.template-campaign-page section.article-top h1,
  body.template-campaign-page section.event-top h1,
  body.template-legal-page section.article-top h1,
  body.template-legal-page section.event-top h1,
  body.template-thankyou-page section.article-top h1,
  body.template-thankyou-page section.event-top h1,
  body.template-country-page section.article-top h1,
  body.template-country-page section.event-top h1,
  body.template-listing-page section.article-top h1,
  body.template-listing-page section.event-top h1 {
    width: 740px;
    margin: 64px auto 0 auto;
    font-size: 62px;
    line-height: 68px;
    letter-spacing: 2px;
    z-index: 101;
    color: #fff;
    font-family: "MariDavid", serif;
    font-weight: 100;
    text-transform: uppercase; }
    @media (min-width: 320px) and (max-width: 1200px) {
      body.template-article-page section.article-top h1,
      body.template-article-page section.event-top h1,
      body.template-event-page section.article-top h1,
      body.template-event-page section.event-top h1,
      body.template-campaign-page section.article-top h1,
      body.template-campaign-page section.event-top h1,
      body.template-legal-page section.article-top h1,
      body.template-legal-page section.event-top h1,
      body.template-thankyou-page section.article-top h1,
      body.template-thankyou-page section.event-top h1,
      body.template-country-page section.article-top h1,
      body.template-country-page section.event-top h1,
      body.template-listing-page section.article-top h1,
      body.template-listing-page section.event-top h1 {
        width: 100%;
        font-size: 42px;
        line-height: 48px;
        padding: 0 14px;
        margin: 64px auto 0 auto; } }
    body.template-country-page body.template-article-page section.article-top h1, body.template-country-page
    body.template-article-page section.event-top h1, body.template-country-page
    body.template-event-page section.article-top h1, body.template-country-page
    body.template-event-page section.event-top h1, body.template-country-page
    body.template-campaign-page section.article-top h1, body.template-country-page
    body.template-campaign-page section.event-top h1, body.template-country-page
    body.template-legal-page section.article-top h1, body.template-country-page
    body.template-legal-page section.event-top h1, body.template-country-page
    body.template-thankyou-page section.article-top h1, body.template-country-page
    body.template-thankyou-page section.event-top h1, body.template-country-page
    body.template-country-page section.article-top h1, body.template-country-page
    body.template-country-page section.event-top h1, body.template-country-page
    body.template-listing-page section.article-top h1, body.template-country-page
    body.template-listing-page section.event-top h1 {
      padding-top: 100px;
      font-size: 120px;
      line-height: 140px; }
      @media (min-width: 320px) and (max-width: 1200px) {
        body.template-country-page body.template-article-page section.article-top h1, body.template-country-page
        body.template-article-page section.event-top h1, body.template-country-page
        body.template-event-page section.article-top h1, body.template-country-page
        body.template-event-page section.event-top h1, body.template-country-page
        body.template-campaign-page section.article-top h1, body.template-country-page
        body.template-campaign-page section.event-top h1, body.template-country-page
        body.template-legal-page section.article-top h1, body.template-country-page
        body.template-legal-page section.event-top h1, body.template-country-page
        body.template-thankyou-page section.article-top h1, body.template-country-page
        body.template-thankyou-page section.event-top h1, body.template-country-page
        body.template-country-page section.article-top h1, body.template-country-page
        body.template-country-page section.event-top h1, body.template-country-page
        body.template-listing-page section.article-top h1, body.template-country-page
        body.template-listing-page section.event-top h1 {
          font-size: 40px;
          line-height: 54px; } }
  body.template-article-page section.article-top .fade,
  body.template-article-page section.event-top .fade,
  body.template-event-page section.article-top .fade,
  body.template-event-page section.event-top .fade,
  body.template-campaign-page section.article-top .fade,
  body.template-campaign-page section.event-top .fade,
  body.template-legal-page section.article-top .fade,
  body.template-legal-page section.event-top .fade,
  body.template-thankyou-page section.article-top .fade,
  body.template-thankyou-page section.event-top .fade,
  body.template-country-page section.article-top .fade,
  body.template-country-page section.event-top .fade,
  body.template-listing-page section.article-top .fade,
  body.template-listing-page section.event-top .fade {
    z-index: 100; }
  body.template-article-page section.article-top h6.article-date,
  body.template-article-page section.article-top h6.article-location,
  body.template-article-page section.article-top h6.article-get-details,
  body.template-article-page section.event-top h6.article-date,
  body.template-article-page section.event-top h6.article-location,
  body.template-article-page section.event-top h6.article-get-details,
  body.template-event-page section.article-top h6.article-date,
  body.template-event-page section.article-top h6.article-location,
  body.template-event-page section.article-top h6.article-get-details,
  body.template-event-page section.event-top h6.article-date,
  body.template-event-page section.event-top h6.article-location,
  body.template-event-page section.event-top h6.article-get-details,
  body.template-campaign-page section.article-top h6.article-date,
  body.template-campaign-page section.article-top h6.article-location,
  body.template-campaign-page section.article-top h6.article-get-details,
  body.template-campaign-page section.event-top h6.article-date,
  body.template-campaign-page section.event-top h6.article-location,
  body.template-campaign-page section.event-top h6.article-get-details,
  body.template-legal-page section.article-top h6.article-date,
  body.template-legal-page section.article-top h6.article-location,
  body.template-legal-page section.article-top h6.article-get-details,
  body.template-legal-page section.event-top h6.article-date,
  body.template-legal-page section.event-top h6.article-location,
  body.template-legal-page section.event-top h6.article-get-details,
  body.template-thankyou-page section.article-top h6.article-date,
  body.template-thankyou-page section.article-top h6.article-location,
  body.template-thankyou-page section.article-top h6.article-get-details,
  body.template-thankyou-page section.event-top h6.article-date,
  body.template-thankyou-page section.event-top h6.article-location,
  body.template-thankyou-page section.event-top h6.article-get-details,
  body.template-country-page section.article-top h6.article-date,
  body.template-country-page section.article-top h6.article-location,
  body.template-country-page section.article-top h6.article-get-details,
  body.template-country-page section.event-top h6.article-date,
  body.template-country-page section.event-top h6.article-location,
  body.template-country-page section.event-top h6.article-get-details,
  body.template-listing-page section.article-top h6.article-date,
  body.template-listing-page section.article-top h6.article-location,
  body.template-listing-page section.article-top h6.article-get-details,
  body.template-listing-page section.event-top h6.article-date,
  body.template-listing-page section.event-top h6.article-location,
  body.template-listing-page section.event-top h6.article-get-details {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 24px;
    z-index: 101 !important; }
    body.template-article-page section.article-top h6.article-date.article-location,
    body.template-article-page section.article-top h6.article-location.article-location,
    body.template-article-page section.article-top h6.article-get-details.article-location,
    body.template-article-page section.event-top h6.article-date.article-location,
    body.template-article-page section.event-top h6.article-location.article-location,
    body.template-article-page section.event-top h6.article-get-details.article-location,
    body.template-event-page section.article-top h6.article-date.article-location,
    body.template-event-page section.article-top h6.article-location.article-location,
    body.template-event-page section.article-top h6.article-get-details.article-location,
    body.template-event-page section.event-top h6.article-date.article-location,
    body.template-event-page section.event-top h6.article-location.article-location,
    body.template-event-page section.event-top h6.article-get-details.article-location,
    body.template-campaign-page section.article-top h6.article-date.article-location,
    body.template-campaign-page section.article-top h6.article-location.article-location,
    body.template-campaign-page section.article-top h6.article-get-details.article-location,
    body.template-campaign-page section.event-top h6.article-date.article-location,
    body.template-campaign-page section.event-top h6.article-location.article-location,
    body.template-campaign-page section.event-top h6.article-get-details.article-location,
    body.template-legal-page section.article-top h6.article-date.article-location,
    body.template-legal-page section.article-top h6.article-location.article-location,
    body.template-legal-page section.article-top h6.article-get-details.article-location,
    body.template-legal-page section.event-top h6.article-date.article-location,
    body.template-legal-page section.event-top h6.article-location.article-location,
    body.template-legal-page section.event-top h6.article-get-details.article-location,
    body.template-thankyou-page section.article-top h6.article-date.article-location,
    body.template-thankyou-page section.article-top h6.article-location.article-location,
    body.template-thankyou-page section.article-top h6.article-get-details.article-location,
    body.template-thankyou-page section.event-top h6.article-date.article-location,
    body.template-thankyou-page section.event-top h6.article-location.article-location,
    body.template-thankyou-page section.event-top h6.article-get-details.article-location,
    body.template-country-page section.article-top h6.article-date.article-location,
    body.template-country-page section.article-top h6.article-location.article-location,
    body.template-country-page section.article-top h6.article-get-details.article-location,
    body.template-country-page section.event-top h6.article-date.article-location,
    body.template-country-page section.event-top h6.article-location.article-location,
    body.template-country-page section.event-top h6.article-get-details.article-location,
    body.template-listing-page section.article-top h6.article-date.article-location,
    body.template-listing-page section.article-top h6.article-location.article-location,
    body.template-listing-page section.article-top h6.article-get-details.article-location,
    body.template-listing-page section.event-top h6.article-date.article-location,
    body.template-listing-page section.event-top h6.article-location.article-location,
    body.template-listing-page section.event-top h6.article-get-details.article-location {
      padding-top: 4px; }
  body.template-article-page section.article-top.article-top-medium,
  body.template-article-page section.event-top.article-top-medium,
  body.template-event-page section.article-top.article-top-medium,
  body.template-event-page section.event-top.article-top-medium,
  body.template-campaign-page section.article-top.article-top-medium,
  body.template-campaign-page section.event-top.article-top-medium,
  body.template-legal-page section.article-top.article-top-medium,
  body.template-legal-page section.event-top.article-top-medium,
  body.template-thankyou-page section.article-top.article-top-medium,
  body.template-thankyou-page section.event-top.article-top-medium,
  body.template-country-page section.article-top.article-top-medium,
  body.template-country-page section.event-top.article-top-medium,
  body.template-listing-page section.article-top.article-top-medium,
  body.template-listing-page section.event-top.article-top-medium {
    min-height: 0; }
    body.template-article-page section.article-top.article-top-medium h6,
    body.template-article-page section.event-top.article-top-medium h6,
    body.template-event-page section.article-top.article-top-medium h6,
    body.template-event-page section.event-top.article-top-medium h6,
    body.template-campaign-page section.article-top.article-top-medium h6,
    body.template-campaign-page section.event-top.article-top-medium h6,
    body.template-legal-page section.article-top.article-top-medium h6,
    body.template-legal-page section.event-top.article-top-medium h6,
    body.template-thankyou-page section.article-top.article-top-medium h6,
    body.template-thankyou-page section.event-top.article-top-medium h6,
    body.template-country-page section.article-top.article-top-medium h6,
    body.template-country-page section.event-top.article-top-medium h6,
    body.template-listing-page section.article-top.article-top-medium h6,
    body.template-listing-page section.event-top.article-top-medium h6 {
      color: #1d2121; }
    body.template-article-page section.article-top.article-top-medium:after,
    body.template-article-page section.event-top.article-top-medium:after,
    body.template-event-page section.article-top.article-top-medium:after,
    body.template-event-page section.event-top.article-top-medium:after,
    body.template-campaign-page section.article-top.article-top-medium:after,
    body.template-campaign-page section.event-top.article-top-medium:after,
    body.template-legal-page section.article-top.article-top-medium:after,
    body.template-legal-page section.event-top.article-top-medium:after,
    body.template-thankyou-page section.article-top.article-top-medium:after,
    body.template-thankyou-page section.event-top.article-top-medium:after,
    body.template-country-page section.article-top.article-top-medium:after,
    body.template-country-page section.event-top.article-top-medium:after,
    body.template-listing-page section.article-top.article-top-medium:after,
    body.template-listing-page section.event-top.article-top-medium:after {
      display: none; }
  body.template-article-page section.article-top ul.share-buttons,
  body.template-article-page section.event-top ul.share-buttons,
  body.template-event-page section.article-top ul.share-buttons,
  body.template-event-page section.event-top ul.share-buttons,
  body.template-campaign-page section.article-top ul.share-buttons,
  body.template-campaign-page section.event-top ul.share-buttons,
  body.template-legal-page section.article-top ul.share-buttons,
  body.template-legal-page section.event-top ul.share-buttons,
  body.template-thankyou-page section.article-top ul.share-buttons,
  body.template-thankyou-page section.event-top ul.share-buttons,
  body.template-country-page section.article-top ul.share-buttons,
  body.template-country-page section.event-top ul.share-buttons,
  body.template-listing-page section.article-top ul.share-buttons,
  body.template-listing-page section.event-top ul.share-buttons {
    position: relative;
    width: 400px;
    margin: 20px auto; }
    @media (min-width: 320px) and (max-width: 1200px) {
      body.template-article-page section.article-top ul.share-buttons,
      body.template-article-page section.event-top ul.share-buttons,
      body.template-event-page section.article-top ul.share-buttons,
      body.template-event-page section.event-top ul.share-buttons,
      body.template-campaign-page section.article-top ul.share-buttons,
      body.template-campaign-page section.event-top ul.share-buttons,
      body.template-legal-page section.article-top ul.share-buttons,
      body.template-legal-page section.event-top ul.share-buttons,
      body.template-thankyou-page section.article-top ul.share-buttons,
      body.template-thankyou-page section.event-top ul.share-buttons,
      body.template-country-page section.article-top ul.share-buttons,
      body.template-country-page section.event-top ul.share-buttons,
      body.template-listing-page section.article-top ul.share-buttons,
      body.template-listing-page section.event-top ul.share-buttons {
        width: 100%; } }
    body.template-article-page section.article-top ul.share-buttons li,
    body.template-article-page section.event-top ul.share-buttons li,
    body.template-event-page section.article-top ul.share-buttons li,
    body.template-event-page section.event-top ul.share-buttons li,
    body.template-campaign-page section.article-top ul.share-buttons li,
    body.template-campaign-page section.event-top ul.share-buttons li,
    body.template-legal-page section.article-top ul.share-buttons li,
    body.template-legal-page section.event-top ul.share-buttons li,
    body.template-thankyou-page section.article-top ul.share-buttons li,
    body.template-thankyou-page section.event-top ul.share-buttons li,
    body.template-country-page section.article-top ul.share-buttons li,
    body.template-country-page section.event-top ul.share-buttons li,
    body.template-listing-page section.article-top ul.share-buttons li,
    body.template-listing-page section.event-top ul.share-buttons li {
      display: inline-block;
      width: 112px;
      height: 32px;
      margin: 0 6px; }
      @media (min-width: 320px) and (max-width: 1200px) {
        body.template-article-page section.article-top ul.share-buttons li,
        body.template-article-page section.event-top ul.share-buttons li,
        body.template-event-page section.article-top ul.share-buttons li,
        body.template-event-page section.event-top ul.share-buttons li,
        body.template-campaign-page section.article-top ul.share-buttons li,
        body.template-campaign-page section.event-top ul.share-buttons li,
        body.template-legal-page section.article-top ul.share-buttons li,
        body.template-legal-page section.event-top ul.share-buttons li,
        body.template-thankyou-page section.article-top ul.share-buttons li,
        body.template-thankyou-page section.event-top ul.share-buttons li,
        body.template-country-page section.article-top ul.share-buttons li,
        body.template-country-page section.event-top ul.share-buttons li,
        body.template-listing-page section.article-top ul.share-buttons li,
        body.template-listing-page section.event-top ul.share-buttons li {
          width: 84px;
          height: 24px; } }
      body.template-article-page section.article-top ul.share-buttons li a,
      body.template-article-page section.event-top ul.share-buttons li a,
      body.template-event-page section.article-top ul.share-buttons li a,
      body.template-event-page section.event-top ul.share-buttons li a,
      body.template-campaign-page section.article-top ul.share-buttons li a,
      body.template-campaign-page section.event-top ul.share-buttons li a,
      body.template-legal-page section.article-top ul.share-buttons li a,
      body.template-legal-page section.event-top ul.share-buttons li a,
      body.template-thankyou-page section.article-top ul.share-buttons li a,
      body.template-thankyou-page section.event-top ul.share-buttons li a,
      body.template-country-page section.article-top ul.share-buttons li a,
      body.template-country-page section.event-top ul.share-buttons li a,
      body.template-listing-page section.article-top ul.share-buttons li a,
      body.template-listing-page section.event-top ul.share-buttons li a {
        display: block;
        width: inherit;
        height: inherit;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        text-indent: -9999px; }
      body.template-article-page section.article-top ul.share-buttons li.facebook a,
      body.template-article-page section.event-top ul.share-buttons li.facebook a,
      body.template-event-page section.article-top ul.share-buttons li.facebook a,
      body.template-event-page section.event-top ul.share-buttons li.facebook a,
      body.template-campaign-page section.article-top ul.share-buttons li.facebook a,
      body.template-campaign-page section.event-top ul.share-buttons li.facebook a,
      body.template-legal-page section.article-top ul.share-buttons li.facebook a,
      body.template-legal-page section.event-top ul.share-buttons li.facebook a,
      body.template-thankyou-page section.article-top ul.share-buttons li.facebook a,
      body.template-thankyou-page section.event-top ul.share-buttons li.facebook a,
      body.template-country-page section.article-top ul.share-buttons li.facebook a,
      body.template-country-page section.event-top ul.share-buttons li.facebook a,
      body.template-listing-page section.article-top ul.share-buttons li.facebook a,
      body.template-listing-page section.event-top ul.share-buttons li.facebook a {
        background-image: url(../img/buttons/share-facebook.png); }
      body.template-article-page section.article-top ul.share-buttons li.twitter a,
      body.template-article-page section.event-top ul.share-buttons li.twitter a,
      body.template-event-page section.article-top ul.share-buttons li.twitter a,
      body.template-event-page section.event-top ul.share-buttons li.twitter a,
      body.template-campaign-page section.article-top ul.share-buttons li.twitter a,
      body.template-campaign-page section.event-top ul.share-buttons li.twitter a,
      body.template-legal-page section.article-top ul.share-buttons li.twitter a,
      body.template-legal-page section.event-top ul.share-buttons li.twitter a,
      body.template-thankyou-page section.article-top ul.share-buttons li.twitter a,
      body.template-thankyou-page section.event-top ul.share-buttons li.twitter a,
      body.template-country-page section.article-top ul.share-buttons li.twitter a,
      body.template-country-page section.event-top ul.share-buttons li.twitter a,
      body.template-listing-page section.article-top ul.share-buttons li.twitter a,
      body.template-listing-page section.event-top ul.share-buttons li.twitter a {
        background-image: url(../img/buttons/share-twitter.png); }
      body.template-article-page section.article-top ul.share-buttons li.linkedin a,
      body.template-article-page section.event-top ul.share-buttons li.linkedin a,
      body.template-event-page section.article-top ul.share-buttons li.linkedin a,
      body.template-event-page section.event-top ul.share-buttons li.linkedin a,
      body.template-campaign-page section.article-top ul.share-buttons li.linkedin a,
      body.template-campaign-page section.event-top ul.share-buttons li.linkedin a,
      body.template-legal-page section.article-top ul.share-buttons li.linkedin a,
      body.template-legal-page section.event-top ul.share-buttons li.linkedin a,
      body.template-thankyou-page section.article-top ul.share-buttons li.linkedin a,
      body.template-thankyou-page section.event-top ul.share-buttons li.linkedin a,
      body.template-country-page section.article-top ul.share-buttons li.linkedin a,
      body.template-country-page section.event-top ul.share-buttons li.linkedin a,
      body.template-listing-page section.article-top ul.share-buttons li.linkedin a,
      body.template-listing-page section.event-top ul.share-buttons li.linkedin a {
        background-image: url(../img/buttons/share-linkedin.png); }
  body.template-article-page section.article-top.light-text ul.share-buttons li.facebook a,
  body.template-article-page section.event-top.light-text ul.share-buttons li.facebook a,
  body.template-event-page section.article-top.light-text ul.share-buttons li.facebook a,
  body.template-event-page section.event-top.light-text ul.share-buttons li.facebook a,
  body.template-campaign-page section.article-top.light-text ul.share-buttons li.facebook a,
  body.template-campaign-page section.event-top.light-text ul.share-buttons li.facebook a,
  body.template-legal-page section.article-top.light-text ul.share-buttons li.facebook a,
  body.template-legal-page section.event-top.light-text ul.share-buttons li.facebook a,
  body.template-thankyou-page section.article-top.light-text ul.share-buttons li.facebook a,
  body.template-thankyou-page section.event-top.light-text ul.share-buttons li.facebook a,
  body.template-country-page section.article-top.light-text ul.share-buttons li.facebook a,
  body.template-country-page section.event-top.light-text ul.share-buttons li.facebook a,
  body.template-listing-page section.article-top.light-text ul.share-buttons li.facebook a,
  body.template-listing-page section.event-top.light-text ul.share-buttons li.facebook a {
    background-image: url(../img/buttons/share-facebook-white.png); }
  body.template-article-page section.article-top.light-text ul.share-buttons li.twitter a,
  body.template-article-page section.event-top.light-text ul.share-buttons li.twitter a,
  body.template-event-page section.article-top.light-text ul.share-buttons li.twitter a,
  body.template-event-page section.event-top.light-text ul.share-buttons li.twitter a,
  body.template-campaign-page section.article-top.light-text ul.share-buttons li.twitter a,
  body.template-campaign-page section.event-top.light-text ul.share-buttons li.twitter a,
  body.template-legal-page section.article-top.light-text ul.share-buttons li.twitter a,
  body.template-legal-page section.event-top.light-text ul.share-buttons li.twitter a,
  body.template-thankyou-page section.article-top.light-text ul.share-buttons li.twitter a,
  body.template-thankyou-page section.event-top.light-text ul.share-buttons li.twitter a,
  body.template-country-page section.article-top.light-text ul.share-buttons li.twitter a,
  body.template-country-page section.event-top.light-text ul.share-buttons li.twitter a,
  body.template-listing-page section.article-top.light-text ul.share-buttons li.twitter a,
  body.template-listing-page section.event-top.light-text ul.share-buttons li.twitter a {
    background-image: url(../img/buttons/share-twitter-white.png); }
  body.template-article-page section.article-top.light-text ul.share-buttons li.linkedin a,
  body.template-article-page section.event-top.light-text ul.share-buttons li.linkedin a,
  body.template-event-page section.article-top.light-text ul.share-buttons li.linkedin a,
  body.template-event-page section.event-top.light-text ul.share-buttons li.linkedin a,
  body.template-campaign-page section.article-top.light-text ul.share-buttons li.linkedin a,
  body.template-campaign-page section.event-top.light-text ul.share-buttons li.linkedin a,
  body.template-legal-page section.article-top.light-text ul.share-buttons li.linkedin a,
  body.template-legal-page section.event-top.light-text ul.share-buttons li.linkedin a,
  body.template-thankyou-page section.article-top.light-text ul.share-buttons li.linkedin a,
  body.template-thankyou-page section.event-top.light-text ul.share-buttons li.linkedin a,
  body.template-country-page section.article-top.light-text ul.share-buttons li.linkedin a,
  body.template-country-page section.event-top.light-text ul.share-buttons li.linkedin a,
  body.template-listing-page section.article-top.light-text ul.share-buttons li.linkedin a,
  body.template-listing-page section.event-top.light-text ul.share-buttons li.linkedin a {
    background-image: url(../img/buttons/share-linkedin-white.png); }

body.template-article-page section.article-content,
body.template-event-page section.article-content,
body.template-campaign-page section.article-content,
body.template-legal-page section.article-content,
body.template-thankyou-page section.article-content,
body.template-country-page section.article-content,
body.template-listing-page section.article-content {
  padding-top: 64px; }
  body.template-article-page section.article-content .article-excerpt,
  body.template-event-page section.article-content .article-excerpt,
  body.template-campaign-page section.article-content .article-excerpt,
  body.template-legal-page section.article-content .article-excerpt,
  body.template-thankyou-page section.article-content .article-excerpt,
  body.template-country-page section.article-content .article-excerpt,
  body.template-listing-page section.article-content .article-excerpt {
    position: relative;
    display: block;
    width: 700px;
    margin: 18px auto;
    font-size: 28px;
    line-height: 42px;
    color: #1d2121; }
    @media (min-width: 320px) and (max-width: 1200px) {
      body.template-article-page section.article-content .article-excerpt,
      body.template-event-page section.article-content .article-excerpt,
      body.template-campaign-page section.article-content .article-excerpt,
      body.template-legal-page section.article-content .article-excerpt,
      body.template-thankyou-page section.article-content .article-excerpt,
      body.template-country-page section.article-content .article-excerpt,
      body.template-listing-page section.article-content .article-excerpt {
        width: 100%;
        padding: 0 16px;
        margin: 0px auto;
        font-size: 22px;
        line-height: 32px; } }
  body.template-article-page section.article-content .article-body .block-paragraph,
  body.template-article-page section.article-content .article-body .block-EmbedCodeBlock,
  body.template-event-page section.article-content .article-body .block-paragraph,
  body.template-event-page section.article-content .article-body .block-EmbedCodeBlock,
  body.template-campaign-page section.article-content .article-body .block-paragraph,
  body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock,
  body.template-legal-page section.article-content .article-body .block-paragraph,
  body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock,
  body.template-thankyou-page section.article-content .article-body .block-paragraph,
  body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock,
  body.template-country-page section.article-content .article-body .block-paragraph,
  body.template-country-page section.article-content .article-body .block-EmbedCodeBlock,
  body.template-listing-page section.article-content .article-body .block-paragraph,
  body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock {
    width: 700px;
    margin: 0px auto 18px auto; }
    @media (min-width: 320px) and (max-width: 1200px) {
      body.template-article-page section.article-content .article-body .block-paragraph,
      body.template-article-page section.article-content .article-body .block-EmbedCodeBlock,
      body.template-event-page section.article-content .article-body .block-paragraph,
      body.template-event-page section.article-content .article-body .block-EmbedCodeBlock,
      body.template-campaign-page section.article-content .article-body .block-paragraph,
      body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock,
      body.template-legal-page section.article-content .article-body .block-paragraph,
      body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock,
      body.template-thankyou-page section.article-content .article-body .block-paragraph,
      body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock,
      body.template-country-page section.article-content .article-body .block-paragraph,
      body.template-country-page section.article-content .article-body .block-EmbedCodeBlock,
      body.template-listing-page section.article-content .article-body .block-paragraph,
      body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock {
        width: 100%;
        padding: 0 16px;
        margin: 0px auto; } }
    body.template-article-page section.article-content .article-body .block-paragraph .rich-text h2,
    body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h2,
    body.template-event-page section.article-content .article-body .block-paragraph .rich-text h2,
    body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h2,
    body.template-campaign-page section.article-content .article-body .block-paragraph .rich-text h2,
    body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h2,
    body.template-legal-page section.article-content .article-body .block-paragraph .rich-text h2,
    body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h2,
    body.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text h2,
    body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h2,
    body.template-country-page section.article-content .article-body .block-paragraph .rich-text h2,
    body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h2,
    body.template-listing-page section.article-content .article-body .block-paragraph .rich-text h2,
    body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h2 {
      font-size: 48px;
      font-family: "MariDavid", serif;
      font-weight: 100;
      text-transform: uppercase; }
    body.template-article-page section.article-content .article-body .block-paragraph .rich-text h3,
    body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h3,
    body.template-event-page section.article-content .article-body .block-paragraph .rich-text h3,
    body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h3,
    body.template-campaign-page section.article-content .article-body .block-paragraph .rich-text h3,
    body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h3,
    body.template-legal-page section.article-content .article-body .block-paragraph .rich-text h3,
    body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h3,
    body.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text h3,
    body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h3,
    body.template-country-page section.article-content .article-body .block-paragraph .rich-text h3,
    body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h3,
    body.template-listing-page section.article-content .article-body .block-paragraph .rich-text h3,
    body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h3 {
      font-size: 36px;
      font-family: "MariDavid", serif;
      font-weight: 100;
      text-transform: uppercase; }
    body.template-article-page section.article-content .article-body .block-paragraph .rich-text h4,
    body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h4,
    body.template-event-page section.article-content .article-body .block-paragraph .rich-text h4,
    body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h4,
    body.template-campaign-page section.article-content .article-body .block-paragraph .rich-text h4,
    body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h4,
    body.template-legal-page section.article-content .article-body .block-paragraph .rich-text h4,
    body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h4,
    body.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text h4,
    body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h4,
    body.template-country-page section.article-content .article-body .block-paragraph .rich-text h4,
    body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h4,
    body.template-listing-page section.article-content .article-body .block-paragraph .rich-text h4,
    body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .rich-text h4 {
      font-size: 24px;
      font-family: "MariDavid", serif;
      font-weight: 100;
      text-transform: uppercase; }
    body.template-article-page section.article-content .article-body .block-paragraph .rich-text p,
    body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p,
    body.template-event-page section.article-content .article-body .block-paragraph .rich-text p,
    body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p,
    body.template-campaign-page section.article-content .article-body .block-paragraph .rich-text p,
    body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p,
    body.template-legal-page section.article-content .article-body .block-paragraph .rich-text p,
    body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p,
    body.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text p,
    body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p,
    body.template-country-page section.article-content .article-body .block-paragraph .rich-text p,
    body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p,
    body.template-listing-page section.article-content .article-body .block-paragraph .rich-text p,
    body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p {
      font-size: 18px;
      color: #1d2121;
      line-height: 31px;
      padding: 18px 0; }
      body.template-article-page section.article-content .article-body .block-paragraph .rich-text p a,
      body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p a,
      body.template-event-page section.article-content .article-body .block-paragraph .rich-text p a,
      body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p a,
      body.template-campaign-page section.article-content .article-body .block-paragraph .rich-text p a,
      body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p a,
      body.template-legal-page section.article-content .article-body .block-paragraph .rich-text p a,
      body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p a,
      body.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text p a,
      body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p a,
      body.template-country-page section.article-content .article-body .block-paragraph .rich-text p a,
      body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p a,
      body.template-listing-page section.article-content .article-body .block-paragraph .rich-text p a,
      body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p a {
        color: #fdb913; }
        body.template-article-page section.article-content .article-body .block-paragraph .rich-text p a:hover,
        body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p a:hover,
        body.template-event-page section.article-content .article-body .block-paragraph .rich-text p a:hover,
        body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p a:hover,
        body.template-campaign-page section.article-content .article-body .block-paragraph .rich-text p a:hover,
        body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p a:hover,
        body.template-legal-page section.article-content .article-body .block-paragraph .rich-text p a:hover,
        body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p a:hover,
        body.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text p a:hover,
        body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p a:hover,
        body.template-country-page section.article-content .article-body .block-paragraph .rich-text p a:hover,
        body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p a:hover,
        body.template-listing-page section.article-content .article-body .block-paragraph .rich-text p a:hover,
        body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p a:hover {
          text-decoration: underline; }
      body.template-article-page section.article-content .article-body .block-paragraph .rich-text p strong,
      body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p strong,
      body.template-event-page section.article-content .article-body .block-paragraph .rich-text p strong,
      body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p strong,
      body.template-campaign-page section.article-content .article-body .block-paragraph .rich-text p strong,
      body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p strong,
      body.template-legal-page section.article-content .article-body .block-paragraph .rich-text p strong,
      body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p strong,
      body.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text p strong,
      body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p strong,
      body.template-country-page section.article-content .article-body .block-paragraph .rich-text p strong,
      body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p strong,
      body.template-listing-page section.article-content .article-body .block-paragraph .rich-text p strong,
      body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p strong {
        font-weight: 500; }
      body.template-article-page section.article-content .article-body .block-paragraph .rich-text p i,
      body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p i,
      body.template-event-page section.article-content .article-body .block-paragraph .rich-text p i,
      body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p i,
      body.template-campaign-page section.article-content .article-body .block-paragraph .rich-text p i,
      body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p i,
      body.template-legal-page section.article-content .article-body .block-paragraph .rich-text p i,
      body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p i,
      body.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text p i,
      body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p i,
      body.template-country-page section.article-content .article-body .block-paragraph .rich-text p i,
      body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p i,
      body.template-listing-page section.article-content .article-body .block-paragraph .rich-text p i,
      body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .rich-text p i {
        font-style: italic; }
    body.template-article-page section.article-content .article-body .block-paragraph .rich-text ul li,
    body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ul li,
    body.template-event-page section.article-content .article-body .block-paragraph .rich-text ul li,
    body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ul li,
    body.template-campaign-page section.article-content .article-body .block-paragraph .rich-text ul li,
    body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ul li,
    body.template-legal-page section.article-content .article-body .block-paragraph .rich-text ul li,
    body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ul li,
    body.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text ul li,
    body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ul li,
    body.template-country-page section.article-content .article-body .block-paragraph .rich-text ul li,
    body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ul li,
    body.template-listing-page section.article-content .article-body .block-paragraph .rich-text ul li,
    body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ul li {
      line-height: 31px;
      font-size: 18px; }
      body.template-article-page section.article-content .article-body .block-paragraph .rich-text ul li::before,
      body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ul li::before,
      body.template-event-page section.article-content .article-body .block-paragraph .rich-text ul li::before,
      body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ul li::before,
      body.template-campaign-page section.article-content .article-body .block-paragraph .rich-text ul li::before,
      body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ul li::before,
      body.template-legal-page section.article-content .article-body .block-paragraph .rich-text ul li::before,
      body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ul li::before,
      body.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text ul li::before,
      body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ul li::before,
      body.template-country-page section.article-content .article-body .block-paragraph .rich-text ul li::before,
      body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ul li::before,
      body.template-listing-page section.article-content .article-body .block-paragraph .rich-text ul li::before,
      body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ul li::before {
        content: "• ";
        color: #fdb913;
        /* or whatever color you prefer */
        font-size: 24px;
        top: 2px;
        position: relative; }
    body.template-article-page section.article-content .article-body .block-paragraph .rich-text ol,
    body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol,
    body.template-event-page section.article-content .article-body .block-paragraph .rich-text ol,
    body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol,
    body.template-campaign-page section.article-content .article-body .block-paragraph .rich-text ol,
    body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol,
    body.template-legal-page section.article-content .article-body .block-paragraph .rich-text ol,
    body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol,
    body.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text ol,
    body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol,
    body.template-country-page section.article-content .article-body .block-paragraph .rich-text ol,
    body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol,
    body.template-listing-page section.article-content .article-body .block-paragraph .rich-text ol,
    body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol {
      counter-reset: li; }
      body.template-article-page section.article-content .article-body .block-paragraph .rich-text ol li,
      body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol li,
      body.template-event-page section.article-content .article-body .block-paragraph .rich-text ol li,
      body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol li,
      body.template-campaign-page section.article-content .article-body .block-paragraph .rich-text ol li,
      body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol li,
      body.template-legal-page section.article-content .article-body .block-paragraph .rich-text ol li,
      body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol li,
      body.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text ol li,
      body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol li,
      body.template-country-page section.article-content .article-body .block-paragraph .rich-text ol li,
      body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol li,
      body.template-listing-page section.article-content .article-body .block-paragraph .rich-text ol li,
      body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol li {
        line-height: 31px;
        font-size: 18px; }
        body.template-article-page section.article-content .article-body .block-paragraph .rich-text ol li::before,
        body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol li::before,
        body.template-event-page section.article-content .article-body .block-paragraph .rich-text ol li::before,
        body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol li::before,
        body.template-campaign-page section.article-content .article-body .block-paragraph .rich-text ol li::before,
        body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol li::before,
        body.template-legal-page section.article-content .article-body .block-paragraph .rich-text ol li::before,
        body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol li::before,
        body.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text ol li::before,
        body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol li::before,
        body.template-country-page section.article-content .article-body .block-paragraph .rich-text ol li::before,
        body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol li::before,
        body.template-listing-page section.article-content .article-body .block-paragraph .rich-text ol li::before,
        body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .rich-text ol li::before {
          counter-increment: li;
          content: counter(li) ". ";
          color: #fdb913;
          display: inline-block;
          margin-right: 5px;
          font-weight: 400; }
    body.template-article-page section.article-content .article-body .block-paragraph .form,
    body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form,
    body.template-event-page section.article-content .article-body .block-paragraph .form,
    body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form,
    body.template-campaign-page section.article-content .article-body .block-paragraph .form,
    body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form,
    body.template-legal-page section.article-content .article-body .block-paragraph .form,
    body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form,
    body.template-thankyou-page section.article-content .article-body .block-paragraph .form,
    body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form,
    body.template-country-page section.article-content .article-body .block-paragraph .form,
    body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form,
    body.template-listing-page section.article-content .article-body .block-paragraph .form,
    body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form {
      position: relative;
      display: block;
      width: 100%;
      max-width: 703px;
      margin: 0 auto;
      text-align: left !important; }
      body.template-article-page section.article-content .article-body .block-paragraph .form h1,
      body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form h1,
      body.template-event-page section.article-content .article-body .block-paragraph .form h1,
      body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form h1,
      body.template-campaign-page section.article-content .article-body .block-paragraph .form h1,
      body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form h1,
      body.template-legal-page section.article-content .article-body .block-paragraph .form h1,
      body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form h1,
      body.template-thankyou-page section.article-content .article-body .block-paragraph .form h1,
      body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form h1,
      body.template-country-page section.article-content .article-body .block-paragraph .form h1,
      body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form h1,
      body.template-listing-page section.article-content .article-body .block-paragraph .form h1,
      body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form h1 {
        text-align: left;
        font-size: 18px;
        font-weight: 500;
        display: none; }
      body.template-article-page section.article-content .article-body .block-paragraph .form p,
      body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form p,
      body.template-event-page section.article-content .article-body .block-paragraph .form p,
      body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form p,
      body.template-campaign-page section.article-content .article-body .block-paragraph .form p,
      body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form p,
      body.template-legal-page section.article-content .article-body .block-paragraph .form p,
      body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form p,
      body.template-thankyou-page section.article-content .article-body .block-paragraph .form p,
      body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form p,
      body.template-country-page section.article-content .article-body .block-paragraph .form p,
      body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form p,
      body.template-listing-page section.article-content .article-body .block-paragraph .form p,
      body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form p {
        text-align: left;
        font-size: 16px;
        padding: 8px 0; }
      body.template-article-page section.article-content .article-body .block-paragraph .form form table,
      body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form table,
      body.template-event-page section.article-content .article-body .block-paragraph .form form table,
      body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form table,
      body.template-campaign-page section.article-content .article-body .block-paragraph .form form table,
      body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form table,
      body.template-legal-page section.article-content .article-body .block-paragraph .form form table,
      body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form table,
      body.template-thankyou-page section.article-content .article-body .block-paragraph .form form table,
      body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form table,
      body.template-country-page section.article-content .article-body .block-paragraph .form form table,
      body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form table,
      body.template-listing-page section.article-content .article-body .block-paragraph .form form table,
      body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form table {
        width: 100%; }
        body.template-article-page section.article-content .article-body .block-paragraph .form form table tr,
        body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr,
        body.template-event-page section.article-content .article-body .block-paragraph .form form table tr,
        body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr,
        body.template-campaign-page section.article-content .article-body .block-paragraph .form form table tr,
        body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr,
        body.template-legal-page section.article-content .article-body .block-paragraph .form form table tr,
        body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr,
        body.template-thankyou-page section.article-content .article-body .block-paragraph .form form table tr,
        body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr,
        body.template-country-page section.article-content .article-body .block-paragraph .form form table tr,
        body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr,
        body.template-listing-page section.article-content .article-body .block-paragraph .form form table tr,
        body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr {
          display: block;
          padding: 10px 0; }
          body.template-article-page section.article-content .article-body .block-paragraph .form form table tr th,
          body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr th,
          body.template-event-page section.article-content .article-body .block-paragraph .form form table tr th,
          body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr th,
          body.template-campaign-page section.article-content .article-body .block-paragraph .form form table tr th,
          body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr th,
          body.template-legal-page section.article-content .article-body .block-paragraph .form form table tr th,
          body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr th,
          body.template-thankyou-page section.article-content .article-body .block-paragraph .form form table tr th,
          body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr th,
          body.template-country-page section.article-content .article-body .block-paragraph .form form table tr th,
          body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr th,
          body.template-listing-page section.article-content .article-body .block-paragraph .form form table tr th,
          body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr th {
            display: inline-block;
            width: 30%;
            vertical-align: top; }
          body.template-article-page section.article-content .article-body .block-paragraph .form form table tr td,
          body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td,
          body.template-event-page section.article-content .article-body .block-paragraph .form form table tr td,
          body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td,
          body.template-campaign-page section.article-content .article-body .block-paragraph .form form table tr td,
          body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td,
          body.template-legal-page section.article-content .article-body .block-paragraph .form form table tr td,
          body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td,
          body.template-thankyou-page section.article-content .article-body .block-paragraph .form form table tr td,
          body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td,
          body.template-country-page section.article-content .article-body .block-paragraph .form form table tr td,
          body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td,
          body.template-listing-page section.article-content .article-body .block-paragraph .form form table tr td,
          body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td {
            display: inline-block;
            width: 70%; }
            body.template-article-page section.article-content .article-body .block-paragraph .form form table tr td span.helptext,
            body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td span.helptext,
            body.template-event-page section.article-content .article-body .block-paragraph .form form table tr td span.helptext,
            body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td span.helptext,
            body.template-campaign-page section.article-content .article-body .block-paragraph .form form table tr td span.helptext,
            body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td span.helptext,
            body.template-legal-page section.article-content .article-body .block-paragraph .form form table tr td span.helptext,
            body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td span.helptext,
            body.template-thankyou-page section.article-content .article-body .block-paragraph .form form table tr td span.helptext,
            body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td span.helptext,
            body.template-country-page section.article-content .article-body .block-paragraph .form form table tr td span.helptext,
            body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td span.helptext,
            body.template-listing-page section.article-content .article-body .block-paragraph .form form table tr td span.helptext,
            body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td span.helptext {
              font-size: 10px;
              color: #636363;
              padding: 4px 0; }
            body.template-article-page section.article-content .article-body .block-paragraph .form form table tr td ul.errorlist li,
            body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td ul.errorlist li,
            body.template-event-page section.article-content .article-body .block-paragraph .form form table tr td ul.errorlist li,
            body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td ul.errorlist li,
            body.template-campaign-page section.article-content .article-body .block-paragraph .form form table tr td ul.errorlist li,
            body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td ul.errorlist li,
            body.template-legal-page section.article-content .article-body .block-paragraph .form form table tr td ul.errorlist li,
            body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td ul.errorlist li,
            body.template-thankyou-page section.article-content .article-body .block-paragraph .form form table tr td ul.errorlist li,
            body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td ul.errorlist li,
            body.template-country-page section.article-content .article-body .block-paragraph .form form table tr td ul.errorlist li,
            body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td ul.errorlist li,
            body.template-listing-page section.article-content .article-body .block-paragraph .form form table tr td ul.errorlist li,
            body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form table tr td ul.errorlist li {
              color: red;
              font-family: "Rubik", sans-serif;
              font-size: 12px; }
      body.template-article-page section.article-content .article-body .block-paragraph .form form input[type="text"],
      body.template-article-page section.article-content .article-body .block-paragraph .form form input[type="url"],
      body.template-article-page section.article-content .article-body .block-paragraph .form form input[type="email"],
      body.template-article-page section.article-content .article-body .block-paragraph .form form textarea,
      body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"],
      body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"],
      body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"],
      body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea,
      body.template-event-page section.article-content .article-body .block-paragraph .form form input[type="text"],
      body.template-event-page section.article-content .article-body .block-paragraph .form form input[type="url"],
      body.template-event-page section.article-content .article-body .block-paragraph .form form input[type="email"],
      body.template-event-page section.article-content .article-body .block-paragraph .form form textarea,
      body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"],
      body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"],
      body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"],
      body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea,
      body.template-campaign-page section.article-content .article-body .block-paragraph .form form input[type="text"],
      body.template-campaign-page section.article-content .article-body .block-paragraph .form form input[type="url"],
      body.template-campaign-page section.article-content .article-body .block-paragraph .form form input[type="email"],
      body.template-campaign-page section.article-content .article-body .block-paragraph .form form textarea,
      body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"],
      body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"],
      body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"],
      body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea,
      body.template-legal-page section.article-content .article-body .block-paragraph .form form input[type="text"],
      body.template-legal-page section.article-content .article-body .block-paragraph .form form input[type="url"],
      body.template-legal-page section.article-content .article-body .block-paragraph .form form input[type="email"],
      body.template-legal-page section.article-content .article-body .block-paragraph .form form textarea,
      body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"],
      body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"],
      body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"],
      body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea,
      body.template-thankyou-page section.article-content .article-body .block-paragraph .form form input[type="text"],
      body.template-thankyou-page section.article-content .article-body .block-paragraph .form form input[type="url"],
      body.template-thankyou-page section.article-content .article-body .block-paragraph .form form input[type="email"],
      body.template-thankyou-page section.article-content .article-body .block-paragraph .form form textarea,
      body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"],
      body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"],
      body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"],
      body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea,
      body.template-country-page section.article-content .article-body .block-paragraph .form form input[type="text"],
      body.template-country-page section.article-content .article-body .block-paragraph .form form input[type="url"],
      body.template-country-page section.article-content .article-body .block-paragraph .form form input[type="email"],
      body.template-country-page section.article-content .article-body .block-paragraph .form form textarea,
      body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"],
      body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"],
      body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"],
      body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea,
      body.template-listing-page section.article-content .article-body .block-paragraph .form form input[type="text"],
      body.template-listing-page section.article-content .article-body .block-paragraph .form form input[type="url"],
      body.template-listing-page section.article-content .article-body .block-paragraph .form form input[type="email"],
      body.template-listing-page section.article-content .article-body .block-paragraph .form form textarea,
      body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"],
      body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"],
      body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"],
      body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea {
        border: none;
        margin: 6px 0;
        padding: 6px 6px;
        font-size: 16px;
        font-family: "Rubik", sans-serif;
        text-align: left;
        font-weight: 300;
        color: #1d2121;
        border-bottom: 1px solid #1d2121;
        background: none;
        width: 100%; }
        body.template-article-page section.article-content .article-body .block-paragraph .form form input[type="text"]::-webkit-input-placeholder,
        body.template-article-page section.article-content .article-body .block-paragraph .form form input[type="url"]::-webkit-input-placeholder,
        body.template-article-page section.article-content .article-body .block-paragraph .form form input[type="email"]::-webkit-input-placeholder,
        body.template-article-page section.article-content .article-body .block-paragraph .form form textarea::-webkit-input-placeholder,
        body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]::-webkit-input-placeholder,
        body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]::-webkit-input-placeholder,
        body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]::-webkit-input-placeholder,
        body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea::-webkit-input-placeholder,
        body.template-event-page section.article-content .article-body .block-paragraph .form form input[type="text"]::-webkit-input-placeholder,
        body.template-event-page section.article-content .article-body .block-paragraph .form form input[type="url"]::-webkit-input-placeholder,
        body.template-event-page section.article-content .article-body .block-paragraph .form form input[type="email"]::-webkit-input-placeholder,
        body.template-event-page section.article-content .article-body .block-paragraph .form form textarea::-webkit-input-placeholder,
        body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]::-webkit-input-placeholder,
        body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]::-webkit-input-placeholder,
        body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]::-webkit-input-placeholder,
        body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea::-webkit-input-placeholder,
        body.template-campaign-page section.article-content .article-body .block-paragraph .form form input[type="text"]::-webkit-input-placeholder,
        body.template-campaign-page section.article-content .article-body .block-paragraph .form form input[type="url"]::-webkit-input-placeholder,
        body.template-campaign-page section.article-content .article-body .block-paragraph .form form input[type="email"]::-webkit-input-placeholder,
        body.template-campaign-page section.article-content .article-body .block-paragraph .form form textarea::-webkit-input-placeholder,
        body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]::-webkit-input-placeholder,
        body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]::-webkit-input-placeholder,
        body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]::-webkit-input-placeholder,
        body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea::-webkit-input-placeholder,
        body.template-legal-page section.article-content .article-body .block-paragraph .form form input[type="text"]::-webkit-input-placeholder,
        body.template-legal-page section.article-content .article-body .block-paragraph .form form input[type="url"]::-webkit-input-placeholder,
        body.template-legal-page section.article-content .article-body .block-paragraph .form form input[type="email"]::-webkit-input-placeholder,
        body.template-legal-page section.article-content .article-body .block-paragraph .form form textarea::-webkit-input-placeholder,
        body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]::-webkit-input-placeholder,
        body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]::-webkit-input-placeholder,
        body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]::-webkit-input-placeholder,
        body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea::-webkit-input-placeholder,
        body.template-thankyou-page section.article-content .article-body .block-paragraph .form form input[type="text"]::-webkit-input-placeholder,
        body.template-thankyou-page section.article-content .article-body .block-paragraph .form form input[type="url"]::-webkit-input-placeholder,
        body.template-thankyou-page section.article-content .article-body .block-paragraph .form form input[type="email"]::-webkit-input-placeholder,
        body.template-thankyou-page section.article-content .article-body .block-paragraph .form form textarea::-webkit-input-placeholder,
        body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]::-webkit-input-placeholder,
        body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]::-webkit-input-placeholder,
        body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]::-webkit-input-placeholder,
        body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea::-webkit-input-placeholder,
        body.template-country-page section.article-content .article-body .block-paragraph .form form input[type="text"]::-webkit-input-placeholder,
        body.template-country-page section.article-content .article-body .block-paragraph .form form input[type="url"]::-webkit-input-placeholder,
        body.template-country-page section.article-content .article-body .block-paragraph .form form input[type="email"]::-webkit-input-placeholder,
        body.template-country-page section.article-content .article-body .block-paragraph .form form textarea::-webkit-input-placeholder,
        body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]::-webkit-input-placeholder,
        body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]::-webkit-input-placeholder,
        body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]::-webkit-input-placeholder,
        body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea::-webkit-input-placeholder,
        body.template-listing-page section.article-content .article-body .block-paragraph .form form input[type="text"]::-webkit-input-placeholder,
        body.template-listing-page section.article-content .article-body .block-paragraph .form form input[type="url"]::-webkit-input-placeholder,
        body.template-listing-page section.article-content .article-body .block-paragraph .form form input[type="email"]::-webkit-input-placeholder,
        body.template-listing-page section.article-content .article-body .block-paragraph .form form textarea::-webkit-input-placeholder,
        body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]::-webkit-input-placeholder,
        body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]::-webkit-input-placeholder,
        body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]::-webkit-input-placeholder,
        body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea::-webkit-input-placeholder {
          color: #9b9b9b; }
        body.template-article-page section.article-content .article-body .block-paragraph .form form input[type="text"]:-ms-input-placeholder,
        body.template-article-page section.article-content .article-body .block-paragraph .form form input[type="url"]:-ms-input-placeholder,
        body.template-article-page section.article-content .article-body .block-paragraph .form form input[type="email"]:-ms-input-placeholder,
        body.template-article-page section.article-content .article-body .block-paragraph .form form textarea:-ms-input-placeholder,
        body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]:-ms-input-placeholder,
        body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]:-ms-input-placeholder,
        body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]:-ms-input-placeholder,
        body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea:-ms-input-placeholder,
        body.template-event-page section.article-content .article-body .block-paragraph .form form input[type="text"]:-ms-input-placeholder,
        body.template-event-page section.article-content .article-body .block-paragraph .form form input[type="url"]:-ms-input-placeholder,
        body.template-event-page section.article-content .article-body .block-paragraph .form form input[type="email"]:-ms-input-placeholder,
        body.template-event-page section.article-content .article-body .block-paragraph .form form textarea:-ms-input-placeholder,
        body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]:-ms-input-placeholder,
        body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]:-ms-input-placeholder,
        body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]:-ms-input-placeholder,
        body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea:-ms-input-placeholder,
        body.template-campaign-page section.article-content .article-body .block-paragraph .form form input[type="text"]:-ms-input-placeholder,
        body.template-campaign-page section.article-content .article-body .block-paragraph .form form input[type="url"]:-ms-input-placeholder,
        body.template-campaign-page section.article-content .article-body .block-paragraph .form form input[type="email"]:-ms-input-placeholder,
        body.template-campaign-page section.article-content .article-body .block-paragraph .form form textarea:-ms-input-placeholder,
        body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]:-ms-input-placeholder,
        body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]:-ms-input-placeholder,
        body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]:-ms-input-placeholder,
        body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea:-ms-input-placeholder,
        body.template-legal-page section.article-content .article-body .block-paragraph .form form input[type="text"]:-ms-input-placeholder,
        body.template-legal-page section.article-content .article-body .block-paragraph .form form input[type="url"]:-ms-input-placeholder,
        body.template-legal-page section.article-content .article-body .block-paragraph .form form input[type="email"]:-ms-input-placeholder,
        body.template-legal-page section.article-content .article-body .block-paragraph .form form textarea:-ms-input-placeholder,
        body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]:-ms-input-placeholder,
        body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]:-ms-input-placeholder,
        body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]:-ms-input-placeholder,
        body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea:-ms-input-placeholder,
        body.template-thankyou-page section.article-content .article-body .block-paragraph .form form input[type="text"]:-ms-input-placeholder,
        body.template-thankyou-page section.article-content .article-body .block-paragraph .form form input[type="url"]:-ms-input-placeholder,
        body.template-thankyou-page section.article-content .article-body .block-paragraph .form form input[type="email"]:-ms-input-placeholder,
        body.template-thankyou-page section.article-content .article-body .block-paragraph .form form textarea:-ms-input-placeholder,
        body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]:-ms-input-placeholder,
        body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]:-ms-input-placeholder,
        body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]:-ms-input-placeholder,
        body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea:-ms-input-placeholder,
        body.template-country-page section.article-content .article-body .block-paragraph .form form input[type="text"]:-ms-input-placeholder,
        body.template-country-page section.article-content .article-body .block-paragraph .form form input[type="url"]:-ms-input-placeholder,
        body.template-country-page section.article-content .article-body .block-paragraph .form form input[type="email"]:-ms-input-placeholder,
        body.template-country-page section.article-content .article-body .block-paragraph .form form textarea:-ms-input-placeholder,
        body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]:-ms-input-placeholder,
        body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]:-ms-input-placeholder,
        body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]:-ms-input-placeholder,
        body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea:-ms-input-placeholder,
        body.template-listing-page section.article-content .article-body .block-paragraph .form form input[type="text"]:-ms-input-placeholder,
        body.template-listing-page section.article-content .article-body .block-paragraph .form form input[type="url"]:-ms-input-placeholder,
        body.template-listing-page section.article-content .article-body .block-paragraph .form form input[type="email"]:-ms-input-placeholder,
        body.template-listing-page section.article-content .article-body .block-paragraph .form form textarea:-ms-input-placeholder,
        body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]:-ms-input-placeholder,
        body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]:-ms-input-placeholder,
        body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]:-ms-input-placeholder,
        body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea:-ms-input-placeholder {
          color: #9b9b9b; }
        body.template-article-page section.article-content .article-body .block-paragraph .form form input[type="text"]::placeholder,
        body.template-article-page section.article-content .article-body .block-paragraph .form form input[type="url"]::placeholder,
        body.template-article-page section.article-content .article-body .block-paragraph .form form input[type="email"]::placeholder,
        body.template-article-page section.article-content .article-body .block-paragraph .form form textarea::placeholder,
        body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]::placeholder,
        body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]::placeholder,
        body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]::placeholder,
        body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea::placeholder,
        body.template-event-page section.article-content .article-body .block-paragraph .form form input[type="text"]::placeholder,
        body.template-event-page section.article-content .article-body .block-paragraph .form form input[type="url"]::placeholder,
        body.template-event-page section.article-content .article-body .block-paragraph .form form input[type="email"]::placeholder,
        body.template-event-page section.article-content .article-body .block-paragraph .form form textarea::placeholder,
        body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]::placeholder,
        body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]::placeholder,
        body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]::placeholder,
        body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea::placeholder,
        body.template-campaign-page section.article-content .article-body .block-paragraph .form form input[type="text"]::placeholder,
        body.template-campaign-page section.article-content .article-body .block-paragraph .form form input[type="url"]::placeholder,
        body.template-campaign-page section.article-content .article-body .block-paragraph .form form input[type="email"]::placeholder,
        body.template-campaign-page section.article-content .article-body .block-paragraph .form form textarea::placeholder,
        body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]::placeholder,
        body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]::placeholder,
        body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]::placeholder,
        body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea::placeholder,
        body.template-legal-page section.article-content .article-body .block-paragraph .form form input[type="text"]::placeholder,
        body.template-legal-page section.article-content .article-body .block-paragraph .form form input[type="url"]::placeholder,
        body.template-legal-page section.article-content .article-body .block-paragraph .form form input[type="email"]::placeholder,
        body.template-legal-page section.article-content .article-body .block-paragraph .form form textarea::placeholder,
        body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]::placeholder,
        body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]::placeholder,
        body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]::placeholder,
        body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea::placeholder,
        body.template-thankyou-page section.article-content .article-body .block-paragraph .form form input[type="text"]::placeholder,
        body.template-thankyou-page section.article-content .article-body .block-paragraph .form form input[type="url"]::placeholder,
        body.template-thankyou-page section.article-content .article-body .block-paragraph .form form input[type="email"]::placeholder,
        body.template-thankyou-page section.article-content .article-body .block-paragraph .form form textarea::placeholder,
        body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]::placeholder,
        body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]::placeholder,
        body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]::placeholder,
        body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea::placeholder,
        body.template-country-page section.article-content .article-body .block-paragraph .form form input[type="text"]::placeholder,
        body.template-country-page section.article-content .article-body .block-paragraph .form form input[type="url"]::placeholder,
        body.template-country-page section.article-content .article-body .block-paragraph .form form input[type="email"]::placeholder,
        body.template-country-page section.article-content .article-body .block-paragraph .form form textarea::placeholder,
        body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]::placeholder,
        body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]::placeholder,
        body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]::placeholder,
        body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea::placeholder,
        body.template-listing-page section.article-content .article-body .block-paragraph .form form input[type="text"]::placeholder,
        body.template-listing-page section.article-content .article-body .block-paragraph .form form input[type="url"]::placeholder,
        body.template-listing-page section.article-content .article-body .block-paragraph .form form input[type="email"]::placeholder,
        body.template-listing-page section.article-content .article-body .block-paragraph .form form textarea::placeholder,
        body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="text"]::placeholder,
        body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="url"]::placeholder,
        body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form input[type="email"]::placeholder,
        body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea::placeholder {
          color: #9b9b9b; }
      body.template-article-page section.article-content .article-body .block-paragraph .form form textarea,
      body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea,
      body.template-event-page section.article-content .article-body .block-paragraph .form form textarea,
      body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea,
      body.template-campaign-page section.article-content .article-body .block-paragraph .form form textarea,
      body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea,
      body.template-legal-page section.article-content .article-body .block-paragraph .form form textarea,
      body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea,
      body.template-thankyou-page section.article-content .article-body .block-paragraph .form form textarea,
      body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea,
      body.template-country-page section.article-content .article-body .block-paragraph .form form textarea,
      body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea,
      body.template-listing-page section.article-content .article-body .block-paragraph .form form textarea,
      body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form textarea {
        background: rgba(255, 255, 255, 0.3);
        border-bottom: none; }
      body.template-article-page section.article-content .article-body .block-paragraph .form form select,
      body.template-article-page section.article-content .article-body .block-EmbedCodeBlock .form form select,
      body.template-event-page section.article-content .article-body .block-paragraph .form form select,
      body.template-event-page section.article-content .article-body .block-EmbedCodeBlock .form form select,
      body.template-campaign-page section.article-content .article-body .block-paragraph .form form select,
      body.template-campaign-page section.article-content .article-body .block-EmbedCodeBlock .form form select,
      body.template-legal-page section.article-content .article-body .block-paragraph .form form select,
      body.template-legal-page section.article-content .article-body .block-EmbedCodeBlock .form form select,
      body.template-thankyou-page section.article-content .article-body .block-paragraph .form form select,
      body.template-thankyou-page section.article-content .article-body .block-EmbedCodeBlock .form form select,
      body.template-country-page section.article-content .article-body .block-paragraph .form form select,
      body.template-country-page section.article-content .article-body .block-EmbedCodeBlock .form form select,
      body.template-listing-page section.article-content .article-body .block-paragraph .form form select,
      body.template-listing-page section.article-content .article-body .block-EmbedCodeBlock .form form select {
        display: block;
        width: 100%;
        font-size: 16px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #1d2121;
        outline: none;
        padding: 6px 6px;
        font-size: 16px;
        font-family: "Rubik", sans-serif; }
  body.template-article-page section.article-content .article-body .block-stats,
  body.template-event-page section.article-content .article-body .block-stats,
  body.template-campaign-page section.article-content .article-body .block-stats,
  body.template-legal-page section.article-content .article-body .block-stats,
  body.template-thankyou-page section.article-content .article-body .block-stats,
  body.template-country-page section.article-content .article-body .block-stats,
  body.template-listing-page section.article-content .article-body .block-stats {
    width: 700px;
    margin: 18px auto; }
    body.template-article-page section.article-content .article-body .block-stats .rich-text p,
    body.template-event-page section.article-content .article-body .block-stats .rich-text p,
    body.template-campaign-page section.article-content .article-body .block-stats .rich-text p,
    body.template-legal-page section.article-content .article-body .block-stats .rich-text p,
    body.template-thankyou-page section.article-content .article-body .block-stats .rich-text p,
    body.template-country-page section.article-content .article-body .block-stats .rich-text p,
    body.template-listing-page section.article-content .article-body .block-stats .rich-text p {
      text-align: center;
      width: 100%; }
  body.template-article-page section.article-content .article-body .block-heading,
  body.template-event-page section.article-content .article-body .block-heading,
  body.template-campaign-page section.article-content .article-body .block-heading,
  body.template-legal-page section.article-content .article-body .block-heading,
  body.template-thankyou-page section.article-content .article-body .block-heading,
  body.template-country-page section.article-content .article-body .block-heading,
  body.template-listing-page section.article-content .article-body .block-heading {
    width: 700px;
    margin: 18px auto;
    font-size: 32px;
    color: #1d2121;
    font-weight: 400; }
    @media (min-width: 320px) and (max-width: 1200px) {
      body.template-article-page section.article-content .article-body .block-heading,
      body.template-event-page section.article-content .article-body .block-heading,
      body.template-campaign-page section.article-content .article-body .block-heading,
      body.template-legal-page section.article-content .article-body .block-heading,
      body.template-thankyou-page section.article-content .article-body .block-heading,
      body.template-country-page section.article-content .article-body .block-heading,
      body.template-listing-page section.article-content .article-body .block-heading {
        width: 100%;
        padding: 0 16px; } }
  body.template-article-page section.article-content .article-body .block-button,
  body.template-event-page section.article-content .article-body .block-button,
  body.template-campaign-page section.article-content .article-body .block-button,
  body.template-legal-page section.article-content .article-body .block-button,
  body.template-thankyou-page section.article-content .article-body .block-button,
  body.template-country-page section.article-content .article-body .block-button,
  body.template-listing-page section.article-content .article-body .block-button {
    text-align: center;
    padding: 10px 0; }
  body.template-article-page section.article-content .article-body .block-impactful-heading,
  body.template-event-page section.article-content .article-body .block-impactful-heading,
  body.template-campaign-page section.article-content .article-body .block-impactful-heading,
  body.template-legal-page section.article-content .article-body .block-impactful-heading,
  body.template-thankyou-page section.article-content .article-body .block-impactful-heading,
  body.template-country-page section.article-content .article-body .block-impactful-heading,
  body.template-listing-page section.article-content .article-body .block-impactful-heading {
    width: 700px;
    margin: 0px auto;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1d2121;
    text-align: center;
    font-family: "MariDavid", serif;
    font-weight: 100;
    padding: 40px 120px 0px 120px; }
    @media (min-width: 320px) and (max-width: 1200px) {
      body.template-article-page section.article-content .article-body .block-impactful-heading,
      body.template-event-page section.article-content .article-body .block-impactful-heading,
      body.template-campaign-page section.article-content .article-body .block-impactful-heading,
      body.template-legal-page section.article-content .article-body .block-impactful-heading,
      body.template-thankyou-page section.article-content .article-body .block-impactful-heading,
      body.template-country-page section.article-content .article-body .block-impactful-heading,
      body.template-listing-page section.article-content .article-body .block-impactful-heading {
        width: 100%;
        padding: 0 16px; } }
  body.template-article-page section.article-content .article-body .block-image,
  body.template-event-page section.article-content .article-body .block-image,
  body.template-campaign-page section.article-content .article-body .block-image,
  body.template-legal-page section.article-content .article-body .block-image,
  body.template-thankyou-page section.article-content .article-body .block-image,
  body.template-country-page section.article-content .article-body .block-image,
  body.template-listing-page section.article-content .article-body .block-image {
    width: 700px;
    margin: 18px auto;
    border-radius: 12px;
    overflow: hidden; }
    body.template-article-page section.article-content .article-body .block-image img,
    body.template-event-page section.article-content .article-body .block-image img,
    body.template-campaign-page section.article-content .article-body .block-image img,
    body.template-legal-page section.article-content .article-body .block-image img,
    body.template-thankyou-page section.article-content .article-body .block-image img,
    body.template-country-page section.article-content .article-body .block-image img,
    body.template-listing-page section.article-content .article-body .block-image img {
      width: 100%;
      height: auto; }
    @media (min-width: 320px) and (max-width: 1200px) {
      body.template-article-page section.article-content .article-body .block-image,
      body.template-event-page section.article-content .article-body .block-image,
      body.template-campaign-page section.article-content .article-body .block-image,
      body.template-legal-page section.article-content .article-body .block-image,
      body.template-thankyou-page section.article-content .article-body .block-image,
      body.template-country-page section.article-content .article-body .block-image,
      body.template-listing-page section.article-content .article-body .block-image {
        width: 100%;
        padding: 0 16px; } }
  body.template-article-page section.article-content .article-body .block-wide_image,
  body.template-event-page section.article-content .article-body .block-wide_image,
  body.template-campaign-page section.article-content .article-body .block-wide_image,
  body.template-legal-page section.article-content .article-body .block-wide_image,
  body.template-thankyou-page section.article-content .article-body .block-wide_image,
  body.template-country-page section.article-content .article-body .block-wide_image,
  body.template-listing-page section.article-content .article-body .block-wide_image {
    width: 1200px;
    margin: 18px auto; }
    @media (min-width: 320px) and (max-width: 1200px) {
      body.template-article-page section.article-content .article-body .block-wide_image,
      body.template-event-page section.article-content .article-body .block-wide_image,
      body.template-campaign-page section.article-content .article-body .block-wide_image,
      body.template-legal-page section.article-content .article-body .block-wide_image,
      body.template-thankyou-page section.article-content .article-body .block-wide_image,
      body.template-country-page section.article-content .article-body .block-wide_image,
      body.template-listing-page section.article-content .article-body .block-wide_image {
        width: 100%;
        padding: 0 16px; } }
    body.template-article-page section.article-content .article-body .block-wide_image img,
    body.template-event-page section.article-content .article-body .block-wide_image img,
    body.template-campaign-page section.article-content .article-body .block-wide_image img,
    body.template-legal-page section.article-content .article-body .block-wide_image img,
    body.template-thankyou-page section.article-content .article-body .block-wide_image img,
    body.template-country-page section.article-content .article-body .block-wide_image img,
    body.template-listing-page section.article-content .article-body .block-wide_image img {
      width: 100%;
      height: auto;
      border-radius: 12px; }
  body.template-article-page section.article-content .article-body .block-image_caption,
  body.template-event-page section.article-content .article-body .block-image_caption,
  body.template-campaign-page section.article-content .article-body .block-image_caption,
  body.template-legal-page section.article-content .article-body .block-image_caption,
  body.template-thankyou-page section.article-content .article-body .block-image_caption,
  body.template-country-page section.article-content .article-body .block-image_caption,
  body.template-listing-page section.article-content .article-body .block-image_caption {
    width: 700px;
    margin: 10px auto 24px auto;
    color: #636363;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 320px) and (max-width: 1200px) {
      body.template-article-page section.article-content .article-body .block-image_caption,
      body.template-event-page section.article-content .article-body .block-image_caption,
      body.template-campaign-page section.article-content .article-body .block-image_caption,
      body.template-legal-page section.article-content .article-body .block-image_caption,
      body.template-thankyou-page section.article-content .article-body .block-image_caption,
      body.template-country-page section.article-content .article-body .block-image_caption,
      body.template-listing-page section.article-content .article-body .block-image_caption {
        width: 100%;
        padding: 0 16px; } }
  body.template-article-page section.article-content .article-body .block-quote,
  body.template-event-page section.article-content .article-body .block-quote,
  body.template-campaign-page section.article-content .article-body .block-quote,
  body.template-legal-page section.article-content .article-body .block-quote,
  body.template-thankyou-page section.article-content .article-body .block-quote,
  body.template-country-page section.article-content .article-body .block-quote,
  body.template-listing-page section.article-content .article-body .block-quote {
    width: 930px;
    margin: 12px auto;
    padding: 12px 0 12px 0;
    font-family: "MariDavid", serif;
    font-weight: 100;
    font-size: 80px;
    color: #fdb913;
    line-height: 84px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 320px) and (max-width: 1200px) {
      body.template-article-page section.article-content .article-body .block-quote,
      body.template-event-page section.article-content .article-body .block-quote,
      body.template-campaign-page section.article-content .article-body .block-quote,
      body.template-legal-page section.article-content .article-body .block-quote,
      body.template-thankyou-page section.article-content .article-body .block-quote,
      body.template-country-page section.article-content .article-body .block-quote,
      body.template-listing-page section.article-content .article-body .block-quote {
        width: 100%;
        padding: 0 16px;
        font-size: 40px;
        line-height: 42px;
        margin: 0 auto; } }
  body.template-article-page section.article-content .article-body .block-hero_image,
  body.template-event-page section.article-content .article-body .block-hero_image,
  body.template-campaign-page section.article-content .article-body .block-hero_image,
  body.template-legal-page section.article-content .article-body .block-hero_image,
  body.template-thankyou-page section.article-content .article-body .block-hero_image,
  body.template-country-page section.article-content .article-body .block-hero_image,
  body.template-listing-page section.article-content .article-body .block-hero_image {
    width: 100%;
    overflow: hidden; }
    body.template-article-page section.article-content .article-body .block-hero_image .hero-image-block,
    body.template-event-page section.article-content .article-body .block-hero_image .hero-image-block,
    body.template-campaign-page section.article-content .article-body .block-hero_image .hero-image-block,
    body.template-legal-page section.article-content .article-body .block-hero_image .hero-image-block,
    body.template-thankyou-page section.article-content .article-body .block-hero_image .hero-image-block,
    body.template-country-page section.article-content .article-body .block-hero_image .hero-image-block,
    body.template-listing-page section.article-content .article-body .block-hero_image .hero-image-block {
      position: relative;
      width: 100%; }
      body.template-article-page section.article-content .article-body .block-hero_image .hero-image-block img,
      body.template-event-page section.article-content .article-body .block-hero_image .hero-image-block img,
      body.template-campaign-page section.article-content .article-body .block-hero_image .hero-image-block img,
      body.template-legal-page section.article-content .article-body .block-hero_image .hero-image-block img,
      body.template-thankyou-page section.article-content .article-body .block-hero_image .hero-image-block img,
      body.template-country-page section.article-content .article-body .block-hero_image .hero-image-block img,
      body.template-listing-page section.article-content .article-body .block-hero_image .hero-image-block img {
        width: 100%;
        height: auto; }
      body.template-article-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay,
      body.template-event-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay,
      body.template-campaign-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay,
      body.template-legal-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay,
      body.template-thankyou-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay,
      body.template-country-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay,
      body.template-listing-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay {
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        body.template-article-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay span,
        body.template-event-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay span,
        body.template-campaign-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay span,
        body.template-legal-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay span,
        body.template-thankyou-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay span,
        body.template-country-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay span,
        body.template-listing-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay span {
          position: relative;
          display: block;
          top: 33%;
          color: #fff;
          font-family: "MariDavid", serif;
          font-weight: 100;
          font-size: 80px;
          line-height: 84px;
          letter-spacing: 2px;
          text-align: center;
          text-transform: uppercase;
          width: 930px; }
          @media (min-width: 320px) and (max-width: 1200px) {
            body.template-article-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay span,
            body.template-event-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay span,
            body.template-campaign-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay span,
            body.template-legal-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay span,
            body.template-thankyou-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay span,
            body.template-country-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay span,
            body.template-listing-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay span {
              width: 100%;
              padding: 12px 16px;
              font-size: 24px;
              line-height: 28px; } }
        body.template-article-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay.darken,
        body.template-event-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay.darken,
        body.template-campaign-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay.darken,
        body.template-legal-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay.darken,
        body.template-thankyou-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay.darken,
        body.template-country-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay.darken,
        body.template-listing-page section.article-content .article-body .block-hero_image .hero-image-block .text-overlay.darken {
          background: rgba(0, 0, 0, 0.25); }
  body.template-article-page section.article-content .article-body .block-hero_image,
  body.template-event-page section.article-content .article-body .block-hero_image,
  body.template-campaign-page section.article-content .article-body .block-hero_image,
  body.template-legal-page section.article-content .article-body .block-hero_image,
  body.template-thankyou-page section.article-content .article-body .block-hero_image,
  body.template-country-page section.article-content .article-body .block-hero_image,
  body.template-listing-page section.article-content .article-body .block-hero_image {
    width: 700px;
    margin: 24px auto; }
    @media (min-width: 320px) and (max-width: 1200px) {
      body.template-article-page section.article-content .article-body .block-hero_image,
      body.template-event-page section.article-content .article-body .block-hero_image,
      body.template-campaign-page section.article-content .article-body .block-hero_image,
      body.template-legal-page section.article-content .article-body .block-hero_image,
      body.template-thankyou-page section.article-content .article-body .block-hero_image,
      body.template-country-page section.article-content .article-body .block-hero_image,
      body.template-listing-page section.article-content .article-body .block-hero_image {
        width: 100%;
        padding: 0 16px; } }
  body.template-article-page section.article-content .article-body .block-donation-cta,
  body.template-event-page section.article-content .article-body .block-donation-cta,
  body.template-campaign-page section.article-content .article-body .block-donation-cta,
  body.template-legal-page section.article-content .article-body .block-donation-cta,
  body.template-thankyou-page section.article-content .article-body .block-donation-cta,
  body.template-country-page section.article-content .article-body .block-donation-cta,
  body.template-listing-page section.article-content .article-body .block-donation-cta {
    width: 1200px;
    margin: 0 auto;
    height: 600px;
    background-size: cover;
    position: relative;
    padding-top: 90px; }
    body.template-article-page section.article-content .article-body .block-donation-cta .fade,
    body.template-event-page section.article-content .article-body .block-donation-cta .fade,
    body.template-campaign-page section.article-content .article-body .block-donation-cta .fade,
    body.template-legal-page section.article-content .article-body .block-donation-cta .fade,
    body.template-thankyou-page section.article-content .article-body .block-donation-cta .fade,
    body.template-country-page section.article-content .article-body .block-donation-cta .fade,
    body.template-listing-page section.article-content .article-body .block-donation-cta .fade {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7); }
    body.template-article-page section.article-content .article-body .block-donation-cta .wrap,
    body.template-event-page section.article-content .article-body .block-donation-cta .wrap,
    body.template-campaign-page section.article-content .article-body .block-donation-cta .wrap,
    body.template-legal-page section.article-content .article-body .block-donation-cta .wrap,
    body.template-thankyou-page section.article-content .article-body .block-donation-cta .wrap,
    body.template-country-page section.article-content .article-body .block-donation-cta .wrap,
    body.template-listing-page section.article-content .article-body .block-donation-cta .wrap {
      width: 70%;
      margin: 0 auto;
      text-align: center; }
    body.template-article-page section.article-content .article-body .block-donation-cta h3,
    body.template-event-page section.article-content .article-body .block-donation-cta h3,
    body.template-campaign-page section.article-content .article-body .block-donation-cta h3,
    body.template-legal-page section.article-content .article-body .block-donation-cta h3,
    body.template-thankyou-page section.article-content .article-body .block-donation-cta h3,
    body.template-country-page section.article-content .article-body .block-donation-cta h3,
    body.template-listing-page section.article-content .article-body .block-donation-cta h3 {
      font-family: "MariDavid", serif;
      font-weight: 100;
      font-size: 80px;
      line-height: 80px;
      text-transform: uppercase; }
    body.template-article-page section.article-content .article-body .block-donation-cta h4,
    body.template-event-page section.article-content .article-body .block-donation-cta h4,
    body.template-campaign-page section.article-content .article-body .block-donation-cta h4,
    body.template-legal-page section.article-content .article-body .block-donation-cta h4,
    body.template-thankyou-page section.article-content .article-body .block-donation-cta h4,
    body.template-country-page section.article-content .article-body .block-donation-cta h4,
    body.template-listing-page section.article-content .article-body .block-donation-cta h4 {
      font-family: "MariDavid", serif;
      font-weight: 100;
      font-size: 60px;
      line-height: 60px;
      text-transform: uppercase; }
    body.template-article-page section.article-content .article-body .block-donation-cta p,
    body.template-event-page section.article-content .article-body .block-donation-cta p,
    body.template-campaign-page section.article-content .article-body .block-donation-cta p,
    body.template-legal-page section.article-content .article-body .block-donation-cta p,
    body.template-thankyou-page section.article-content .article-body .block-donation-cta p,
    body.template-country-page section.article-content .article-body .block-donation-cta p,
    body.template-listing-page section.article-content .article-body .block-donation-cta p {
      font-size: 26px;
      line-height: 42px; }
  body.template-article-page section.article-content .article-body .block-embed,
  body.template-event-page section.article-content .article-body .block-embed,
  body.template-campaign-page section.article-content .article-body .block-embed,
  body.template-legal-page section.article-content .article-body .block-embed,
  body.template-thankyou-page section.article-content .article-body .block-embed,
  body.template-country-page section.article-content .article-body .block-embed,
  body.template-listing-page section.article-content .article-body .block-embed {
    width: 700px;
    height: 394px;
    margin: 18px auto;
    text-align: center; }
    body.template-article-page section.article-content .article-body .block-embed .responsive-object iframe,
    body.template-event-page section.article-content .article-body .block-embed .responsive-object iframe,
    body.template-campaign-page section.article-content .article-body .block-embed .responsive-object iframe,
    body.template-legal-page section.article-content .article-body .block-embed .responsive-object iframe,
    body.template-thankyou-page section.article-content .article-body .block-embed .responsive-object iframe,
    body.template-country-page section.article-content .article-body .block-embed .responsive-object iframe,
    body.template-listing-page section.article-content .article-body .block-embed .responsive-object iframe {
      width: 700px;
      height: 394px; }
      @media (min-width: 320px) and (max-width: 1200px) {
        body.template-article-page section.article-content .article-body .block-embed .responsive-object iframe,
        body.template-event-page section.article-content .article-body .block-embed .responsive-object iframe,
        body.template-campaign-page section.article-content .article-body .block-embed .responsive-object iframe,
        body.template-legal-page section.article-content .article-body .block-embed .responsive-object iframe,
        body.template-thankyou-page section.article-content .article-body .block-embed .responsive-object iframe,
        body.template-country-page section.article-content .article-body .block-embed .responsive-object iframe,
        body.template-listing-page section.article-content .article-body .block-embed .responsive-object iframe {
          width: 100%;
          height: 180px; } }
    @media (min-width: 320px) and (max-width: 1200px) {
      body.template-article-page section.article-content .article-body .block-embed,
      body.template-event-page section.article-content .article-body .block-embed,
      body.template-campaign-page section.article-content .article-body .block-embed,
      body.template-legal-page section.article-content .article-body .block-embed,
      body.template-thankyou-page section.article-content .article-body .block-embed,
      body.template-country-page section.article-content .article-body .block-embed,
      body.template-listing-page section.article-content .article-body .block-embed {
        width: 100%;
        padding: 0 16px;
        height: 180px; } }
  body.template-article-page section.article-content .article-body .block-gallery,
  body.template-event-page section.article-content .article-body .block-gallery,
  body.template-campaign-page section.article-content .article-body .block-gallery,
  body.template-legal-page section.article-content .article-body .block-gallery,
  body.template-thankyou-page section.article-content .article-body .block-gallery,
  body.template-country-page section.article-content .article-body .block-gallery,
  body.template-listing-page section.article-content .article-body .block-gallery {
    position: relative;
    width: 930px;
    margin: 10px auto; }
    body.template-article-page section.article-content .article-body .block-gallery p.caption,
    body.template-event-page section.article-content .article-body .block-gallery p.caption,
    body.template-campaign-page section.article-content .article-body .block-gallery p.caption,
    body.template-legal-page section.article-content .article-body .block-gallery p.caption,
    body.template-thankyou-page section.article-content .article-body .block-gallery p.caption,
    body.template-country-page section.article-content .article-body .block-gallery p.caption,
    body.template-listing-page section.article-content .article-body .block-gallery p.caption {
      text-align: center;
      padding: 24px 0;
      font-size: 24px; }
    @media (min-width: 320px) and (max-width: 1200px) {
      body.template-article-page section.article-content .article-body .block-gallery,
      body.template-event-page section.article-content .article-body .block-gallery,
      body.template-campaign-page section.article-content .article-body .block-gallery,
      body.template-legal-page section.article-content .article-body .block-gallery,
      body.template-thankyou-page section.article-content .article-body .block-gallery,
      body.template-country-page section.article-content .article-body .block-gallery,
      body.template-listing-page section.article-content .article-body .block-gallery {
        width: 100%;
        padding: 0 40px; } }
  body.template-article-page section.article-content .article-body .article-list-block,
  body.template-event-page section.article-content .article-body .article-list-block,
  body.template-campaign-page section.article-content .article-body .article-list-block,
  body.template-legal-page section.article-content .article-body .article-list-block,
  body.template-thankyou-page section.article-content .article-body .article-list-block,
  body.template-country-page section.article-content .article-body .article-list-block,
  body.template-listing-page section.article-content .article-body .article-list-block {
    position: relative;
    width: 700px;
    margin: 18px auto; }
    @media (min-width: 320px) and (max-width: 1200px) {
      body.template-article-page section.article-content .article-body .article-list-block,
      body.template-event-page section.article-content .article-body .article-list-block,
      body.template-campaign-page section.article-content .article-body .article-list-block,
      body.template-legal-page section.article-content .article-body .article-list-block,
      body.template-thankyou-page section.article-content .article-body .article-list-block,
      body.template-country-page section.article-content .article-body .article-list-block,
      body.template-listing-page section.article-content .article-body .article-list-block {
        width: 100%;
        padding: 0 16px; } }
    body.template-article-page section.article-content .article-body .article-list-block ul,
    body.template-event-page section.article-content .article-body .article-list-block ul,
    body.template-campaign-page section.article-content .article-body .article-list-block ul,
    body.template-legal-page section.article-content .article-body .article-list-block ul,
    body.template-thankyou-page section.article-content .article-body .article-list-block ul,
    body.template-country-page section.article-content .article-body .article-list-block ul,
    body.template-listing-page section.article-content .article-body .article-list-block ul {
      width: 100%; }
      body.template-article-page section.article-content .article-body .article-list-block ul li,
      body.template-event-page section.article-content .article-body .article-list-block ul li,
      body.template-campaign-page section.article-content .article-body .article-list-block ul li,
      body.template-legal-page section.article-content .article-body .article-list-block ul li,
      body.template-thankyou-page section.article-content .article-body .article-list-block ul li,
      body.template-country-page section.article-content .article-body .article-list-block ul li,
      body.template-listing-page section.article-content .article-body .article-list-block ul li {
        width: 100%;
        margin: 12px 0;
        padding: 12px 0;
        border-bottom: 1px solid #636363; }
        body.template-article-page section.article-content .article-body .article-list-block ul li:last-child,
        body.template-event-page section.article-content .article-body .article-list-block ul li:last-child,
        body.template-campaign-page section.article-content .article-body .article-list-block ul li:last-child,
        body.template-legal-page section.article-content .article-body .article-list-block ul li:last-child,
        body.template-thankyou-page section.article-content .article-body .article-list-block ul li:last-child,
        body.template-country-page section.article-content .article-body .article-list-block ul li:last-child,
        body.template-listing-page section.article-content .article-body .article-list-block ul li:last-child {
          border-bottom: none; }
        body.template-article-page section.article-content .article-body .article-list-block ul li a .thumbnail,
        body.template-event-page section.article-content .article-body .article-list-block ul li a .thumbnail,
        body.template-campaign-page section.article-content .article-body .article-list-block ul li a .thumbnail,
        body.template-legal-page section.article-content .article-body .article-list-block ul li a .thumbnail,
        body.template-thankyou-page section.article-content .article-body .article-list-block ul li a .thumbnail,
        body.template-country-page section.article-content .article-body .article-list-block ul li a .thumbnail,
        body.template-listing-page section.article-content .article-body .article-list-block ul li a .thumbnail {
          position: relative;
          float: left;
          width: 200px;
          height: 100px;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          border-radius: 6px; }
          @media (min-width: 320px) and (max-width: 1200px) {
            body.template-article-page section.article-content .article-body .article-list-block ul li a .thumbnail,
            body.template-event-page section.article-content .article-body .article-list-block ul li a .thumbnail,
            body.template-campaign-page section.article-content .article-body .article-list-block ul li a .thumbnail,
            body.template-legal-page section.article-content .article-body .article-list-block ul li a .thumbnail,
            body.template-thankyou-page section.article-content .article-body .article-list-block ul li a .thumbnail,
            body.template-country-page section.article-content .article-body .article-list-block ul li a .thumbnail,
            body.template-listing-page section.article-content .article-body .article-list-block ul li a .thumbnail {
              width: 100%;
              float: none;
              display: block;
              height: 200px; } }
        body.template-article-page section.article-content .article-body .article-list-block ul li a .title,
        body.template-event-page section.article-content .article-body .article-list-block ul li a .title,
        body.template-campaign-page section.article-content .article-body .article-list-block ul li a .title,
        body.template-legal-page section.article-content .article-body .article-list-block ul li a .title,
        body.template-thankyou-page section.article-content .article-body .article-list-block ul li a .title,
        body.template-country-page section.article-content .article-body .article-list-block ul li a .title,
        body.template-listing-page section.article-content .article-body .article-list-block ul li a .title {
          width: 400px;
          height: 100px;
          float: left;
          padding-left: 12px;
          font-size: 18px;
          line-height: 24px; }
          @media (min-width: 320px) and (max-width: 1200px) {
            body.template-article-page section.article-content .article-body .article-list-block ul li a .title,
            body.template-event-page section.article-content .article-body .article-list-block ul li a .title,
            body.template-campaign-page section.article-content .article-body .article-list-block ul li a .title,
            body.template-legal-page section.article-content .article-body .article-list-block ul li a .title,
            body.template-thankyou-page section.article-content .article-body .article-list-block ul li a .title,
            body.template-country-page section.article-content .article-body .article-list-block ul li a .title,
            body.template-listing-page section.article-content .article-body .article-list-block ul li a .title {
              width: 100%;
              float: none;
              display: block;
              padding-top: 12px;
              padding-left: 0;
              height: auto; } }
        body.template-article-page section.article-content .article-body .article-list-block ul li a:hover .title,
        body.template-event-page section.article-content .article-body .article-list-block ul li a:hover .title,
        body.template-campaign-page section.article-content .article-body .article-list-block ul li a:hover .title,
        body.template-legal-page section.article-content .article-body .article-list-block ul li a:hover .title,
        body.template-thankyou-page section.article-content .article-body .article-list-block ul li a:hover .title,
        body.template-country-page section.article-content .article-body .article-list-block ul li a:hover .title,
        body.template-listing-page section.article-content .article-body .article-list-block ul li a:hover .title {
          color: #fdb913; }
  body.template-article-page section.article-content .article-body.article-body-wider .block-paragraph,
  body.template-article-page section.article-content .article-body.article-body-wider .block-impactful-heading,
  body.template-article-page section.article-content .article-body.article-body-wider .block-image,
  body.template-article-page section.article-content .article-body.article-body-wider .block-wide_image,
  body.template-article-page section.article-content .article-body.article-body-wider .block-image_caption,
  body.template-article-page section.article-content .article-body.article-body-wider .block-hero_image,
  body.template-article-page section.article-content .article-body.article-body-wider .block-embed,
  body.template-article-page section.article-content .article-body.article-body-wider .block-stats,
  body.template-article-page section.article-content .article-body.article-body-wider .block-gallery,
  body.template-article-page section.article-content .article-body.article-body-wider .article-list-block,
  body.template-article-page section.article-content .article-body.article-body-wider .block-heading,
  body.template-event-page section.article-content .article-body.article-body-wider .block-paragraph,
  body.template-event-page section.article-content .article-body.article-body-wider .block-impactful-heading,
  body.template-event-page section.article-content .article-body.article-body-wider .block-image,
  body.template-event-page section.article-content .article-body.article-body-wider .block-wide_image,
  body.template-event-page section.article-content .article-body.article-body-wider .block-image_caption,
  body.template-event-page section.article-content .article-body.article-body-wider .block-hero_image,
  body.template-event-page section.article-content .article-body.article-body-wider .block-embed,
  body.template-event-page section.article-content .article-body.article-body-wider .block-stats,
  body.template-event-page section.article-content .article-body.article-body-wider .block-gallery,
  body.template-event-page section.article-content .article-body.article-body-wider .article-list-block,
  body.template-event-page section.article-content .article-body.article-body-wider .block-heading,
  body.template-campaign-page section.article-content .article-body.article-body-wider .block-paragraph,
  body.template-campaign-page section.article-content .article-body.article-body-wider .block-impactful-heading,
  body.template-campaign-page section.article-content .article-body.article-body-wider .block-image,
  body.template-campaign-page section.article-content .article-body.article-body-wider .block-wide_image,
  body.template-campaign-page section.article-content .article-body.article-body-wider .block-image_caption,
  body.template-campaign-page section.article-content .article-body.article-body-wider .block-hero_image,
  body.template-campaign-page section.article-content .article-body.article-body-wider .block-embed,
  body.template-campaign-page section.article-content .article-body.article-body-wider .block-stats,
  body.template-campaign-page section.article-content .article-body.article-body-wider .block-gallery,
  body.template-campaign-page section.article-content .article-body.article-body-wider .article-list-block,
  body.template-campaign-page section.article-content .article-body.article-body-wider .block-heading,
  body.template-legal-page section.article-content .article-body.article-body-wider .block-paragraph,
  body.template-legal-page section.article-content .article-body.article-body-wider .block-impactful-heading,
  body.template-legal-page section.article-content .article-body.article-body-wider .block-image,
  body.template-legal-page section.article-content .article-body.article-body-wider .block-wide_image,
  body.template-legal-page section.article-content .article-body.article-body-wider .block-image_caption,
  body.template-legal-page section.article-content .article-body.article-body-wider .block-hero_image,
  body.template-legal-page section.article-content .article-body.article-body-wider .block-embed,
  body.template-legal-page section.article-content .article-body.article-body-wider .block-stats,
  body.template-legal-page section.article-content .article-body.article-body-wider .block-gallery,
  body.template-legal-page section.article-content .article-body.article-body-wider .article-list-block,
  body.template-legal-page section.article-content .article-body.article-body-wider .block-heading,
  body.template-thankyou-page section.article-content .article-body.article-body-wider .block-paragraph,
  body.template-thankyou-page section.article-content .article-body.article-body-wider .block-impactful-heading,
  body.template-thankyou-page section.article-content .article-body.article-body-wider .block-image,
  body.template-thankyou-page section.article-content .article-body.article-body-wider .block-wide_image,
  body.template-thankyou-page section.article-content .article-body.article-body-wider .block-image_caption,
  body.template-thankyou-page section.article-content .article-body.article-body-wider .block-hero_image,
  body.template-thankyou-page section.article-content .article-body.article-body-wider .block-embed,
  body.template-thankyou-page section.article-content .article-body.article-body-wider .block-stats,
  body.template-thankyou-page section.article-content .article-body.article-body-wider .block-gallery,
  body.template-thankyou-page section.article-content .article-body.article-body-wider .article-list-block,
  body.template-thankyou-page section.article-content .article-body.article-body-wider .block-heading,
  body.template-country-page section.article-content .article-body.article-body-wider .block-paragraph,
  body.template-country-page section.article-content .article-body.article-body-wider .block-impactful-heading,
  body.template-country-page section.article-content .article-body.article-body-wider .block-image,
  body.template-country-page section.article-content .article-body.article-body-wider .block-wide_image,
  body.template-country-page section.article-content .article-body.article-body-wider .block-image_caption,
  body.template-country-page section.article-content .article-body.article-body-wider .block-hero_image,
  body.template-country-page section.article-content .article-body.article-body-wider .block-embed,
  body.template-country-page section.article-content .article-body.article-body-wider .block-stats,
  body.template-country-page section.article-content .article-body.article-body-wider .block-gallery,
  body.template-country-page section.article-content .article-body.article-body-wider .article-list-block,
  body.template-country-page section.article-content .article-body.article-body-wider .block-heading,
  body.template-listing-page section.article-content .article-body.article-body-wider .block-paragraph,
  body.template-listing-page section.article-content .article-body.article-body-wider .block-impactful-heading,
  body.template-listing-page section.article-content .article-body.article-body-wider .block-image,
  body.template-listing-page section.article-content .article-body.article-body-wider .block-wide_image,
  body.template-listing-page section.article-content .article-body.article-body-wider .block-image_caption,
  body.template-listing-page section.article-content .article-body.article-body-wider .block-hero_image,
  body.template-listing-page section.article-content .article-body.article-body-wider .block-embed,
  body.template-listing-page section.article-content .article-body.article-body-wider .block-stats,
  body.template-listing-page section.article-content .article-body.article-body-wider .block-gallery,
  body.template-listing-page section.article-content .article-body.article-body-wider .article-list-block,
  body.template-listing-page section.article-content .article-body.article-body-wider .block-heading {
    width: 100%;
    max-width: 1200px; }
  body.template-article-page section.article-content .article-body.article-body-wider .block-heading,
  body.template-event-page section.article-content .article-body.article-body-wider .block-heading,
  body.template-campaign-page section.article-content .article-body.article-body-wider .block-heading,
  body.template-legal-page section.article-content .article-body.article-body-wider .block-heading,
  body.template-thankyou-page section.article-content .article-body.article-body-wider .block-heading,
  body.template-country-page section.article-content .article-body.article-body-wider .block-heading,
  body.template-listing-page section.article-content .article-body.article-body-wider .block-heading {
    font-size: 80px;
    font-family: "MariDavid", serif;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center; }
  body.template-article-page section.article-content.article-content-bigger .block-paragraph .rich-text p,
  body.template-event-page section.article-content.article-content-bigger .block-paragraph .rich-text p,
  body.template-campaign-page section.article-content.article-content-bigger .block-paragraph .rich-text p,
  body.template-legal-page section.article-content.article-content-bigger .block-paragraph .rich-text p,
  body.template-thankyou-page section.article-content.article-content-bigger .block-paragraph .rich-text p,
  body.template-country-page section.article-content.article-content-bigger .block-paragraph .rich-text p,
  body.template-listing-page section.article-content.article-content-bigger .block-paragraph .rich-text p {
    font-size: 24px;
    line-break: 28px; }

body.template-article-page section.related-articles,
body.template-event-page section.related-articles,
body.template-campaign-page section.related-articles,
body.template-legal-page section.related-articles,
body.template-thankyou-page section.related-articles,
body.template-country-page section.related-articles,
body.template-listing-page section.related-articles {
  margin-top: -40px;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0; }
  body.template-article-page section.related-articles h3,
  body.template-event-page section.related-articles h3,
  body.template-campaign-page section.related-articles h3,
  body.template-legal-page section.related-articles h3,
  body.template-thankyou-page section.related-articles h3,
  body.template-country-page section.related-articles h3,
  body.template-listing-page section.related-articles h3 {
    text-align: center; }
  @media (min-width: 320px) and (max-width: 1200px) {
    body.template-article-page section.related-articles,
    body.template-event-page section.related-articles,
    body.template-campaign-page section.related-articles,
    body.template-legal-page section.related-articles,
    body.template-thankyou-page section.related-articles,
    body.template-country-page section.related-articles,
    body.template-listing-page section.related-articles {
      margin-top: 0px; } }

body.template-article-page.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text p,
body.template-event-page.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text p,
body.template-campaign-page.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text p,
body.template-legal-page.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text p,
body.template-thankyou-page.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text p,
body.template-country-page.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text p,
body.template-listing-page.template-thankyou-page section.article-content .article-body .block-paragraph .rich-text p {
  font-size: 24px; }

body.template-campaign-page,
body.template-legal-page,
body.template-thankyou-page {
  width: 100%; }
  body.template-campaign-page section.article-content .article-body .block-paragraph,
  body.template-campaign-page section.article-content .article-body .block-heading,
  body.template-campaign-page section.article-content .article-body .block-impactful-heading,
  body.template-campaign-page section.article-content .article-body .block-image,
  body.template-campaign-page section.article-content .article-body .block-image_caption,
  body.template-campaign-page section.article-content .article-body .block-hero_image,
  body.template-campaign-page section.article-content .article-body .block-embed,
  body.template-campaign-page section.article-content .article-body .article-list-block,
  body.template-legal-page section.article-content .article-body .block-paragraph,
  body.template-legal-page section.article-content .article-body .block-heading,
  body.template-legal-page section.article-content .article-body .block-impactful-heading,
  body.template-legal-page section.article-content .article-body .block-image,
  body.template-legal-page section.article-content .article-body .block-image_caption,
  body.template-legal-page section.article-content .article-body .block-hero_image,
  body.template-legal-page section.article-content .article-body .block-embed,
  body.template-legal-page section.article-content .article-body .article-list-block,
  body.template-thankyou-page section.article-content .article-body .block-paragraph,
  body.template-thankyou-page section.article-content .article-body .block-heading,
  body.template-thankyou-page section.article-content .article-body .block-impactful-heading,
  body.template-thankyou-page section.article-content .article-body .block-image,
  body.template-thankyou-page section.article-content .article-body .block-image_caption,
  body.template-thankyou-page section.article-content .article-body .block-hero_image,
  body.template-thankyou-page section.article-content .article-body .block-embed,
  body.template-thankyou-page section.article-content .article-body .article-list-block {
    width: 100%;
    max-width: 1200px; }

.block-two_column_gallery .two-col-widget li {
  text-align: center; }
  .block-two_column_gallery .two-col-widget li img {
    width: 60%; }
  .block-two_column_gallery .two-col-widget li p {
    text-align: center;
    font-size: 24px;
    width: 100% !important;
    line-height: 28px;
    font-weight: 500; }

body.template-campaign-page section.hero.light-text h3 {
  font-size: 140px; }
  @media (min-width: 320px) and (max-width: 1200px) {
    body.template-campaign-page section.hero.light-text h3 {
      font-size: 80px; } }

body.template-donate-page {
  overflow: hidden; }
  body.template-donate-page .left {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover; }
  body.template-donate-page .right {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    text-align: center; }
    body.template-donate-page .right iframe {
      width: 500px;
      height: 100%; }
    @media (min-width: 320px) and (max-width: 1200px) {
      body.template-donate-page .right {
        width: 100%;
        height: 100%;
        left: 0;
        padding-top: 30px; }
        body.template-donate-page .right iframe {
          width: 100%;
          height: 100%; } }
  body.template-donate-page #logo {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 159px;
    height: 32px;
    text-indent: -9999px;
    background-image: url("../img/logos/logo-dark.png");
    background-size: contain;
    background-repeat: no-repeat; }
    body.template-donate-page #logo:hover {
      background-image: url("../img/logos/logo-light.png"); }
    @media (min-width: 320px) and (max-width: 1200px) {
      body.template-donate-page #logo {
        left: 50%;
        margin-left: -90px; } }
