/* CSS OVERRIDES BY BYRO 86 */
.tertiary p a {
  color: #faae3d; 
   text-decoration:underline;
   font-weight:bold;
}

a.btn--donate {
    color:#fff !important;
}

a.btn--donate:hover {
    color:#faae3d !important;
}

/*
.navigation__secondary a.btn--donate { 
    display:none;
}
*/

/*
.btn--donate {
    display: none !important;
}
*/

.share {
    margin-left: 0px !important;
}

.icon__youtube {
    width: 18px;
    height: 12px;
     
    -webkit-mask-image: url("../images/icons/ytb.png");
            mask-image: url("../images/icons/ytb.png");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;   
  
   background-color: #81715e; 
}

.hero__title {
    font-size: 65px !important;
    line-height: 65px  !important;
    font-weight: 600;
    margin-bottom: 25px;
    text-shadow: 1px 1px black;
}


/* END CSS OVERRIDES BY BYRO 86 */


*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html {
  tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }

img,
iframe,
video,
audio,
object {
  max-width: 100%; }

img,
iframe {
  border: 0 none; }

img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }

b,
strong {
  font-weight: bold; }

address {
  font-style: normal; }

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

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }

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

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

button,
select {
  text-transform: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

nav ul,
nav ol {
  list-style: none outside none; }

html,
body {
  overflow-x: hidden;
  min-width: 320px; }

body {
  position: relative;
  border: 20px solid #e6e3df; }
  body::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    width: 20px;
    background-color: #e6e3df; }

.group::after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  height: 0; }

.group .col {
  float: left; }

.col {
  display: inline-block;
  vertical-align: top; }
  .col--2 {
    width: 50%; }
  .col--3 {
    width: 33.33333%; }
  .col--4 {
    width: 25%; }
  .col--5 {
    width: 20%; }

@media (max-width: 992px) {
  body {
    border-width: 15px;
    padding-top: 85px; } }

@media (max-width: 752px) {
  body {
    border-width: 10px; } }

@media (max-width: 499px) {
  body {
    padding-top: 70px; } }

@media (max-width: 374px) {
  body {
    border-width: 6px;
    padding-top: 60px; } }

body {
  font-size: 16px;
  line-height: 1.375;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000; }

h1 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.17778;
  text-transform: uppercase;
  margin: 50px 0; }
  h1:first-child {
    margin-top: 0; }

h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px; }

h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px; }

hr {
  width: 154px;
  height: 13px;
  margin: 15px 0;
  background-image: url("../images/line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border: 0; }
  hr:first-child {
    margin-top: 0; }
  hr:last-child {
    margin-bottom: 0; }

p {
  margin: 22px 0; }
  p.large {
    font-size: 21px;
    line-height: 1.33333; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

ul {
  margin: 22px 0;
  padding-left: 1rem; }
  ul:first-child {
    margin-top: 0; }
  ul:last-child {
    margin-bottom: 0; }

blockquote {
  margin: 30px 0;
  padding: 0; }
  blockquote h2 {
    font-size: 37px;
    line-height: 1.21622;
    font-weight: 500; }
  blockquote p {
    font-weight: 300; }
  blockquote + hr {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); }

a {
  font-weight: 500;
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

@media (max-width: 992px) {
  h1 {
    font-size: 37px;
    line-height: 1.21622; }
  h2 {
    font-size: 25px;
    line-height: 1.28; }
  blockquote h2 {
    font-size: 28px; }
  p.large {
    font-size: 17px; } }

@media (max-width: 752px) {
  h1 {
    margin: 30px 0; } }

@media (max-width: 499px) {
  h2 {
    font-size: 21px; }
  blockquote h2 {
    font-size: 25px; } }

@media (max-width: 413px) {
  body {
    font-size: 15px; }
  h1 {
    font-size: 34px;
    margin: 20px 0; } }

@media (max-width: 374px) {
  body {
    font-size: 14px; } }

.navigation {
  border-bottom: 0; }
  .navigation .navigation__wrapper {
    max-width: 1040px;
    padding: 0 50px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .navigation .navigation__secondary {
    position: relative;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 50px; }
    .navigation .navigation__secondary .btn--donate {
      margin-left: 0;
      margin-right: 35px; }
    .navigation .navigation__secondary .btn--subscribe {
      margin-right: -230px;
      margin-left: 35px; }
    .navigation .navigation__secondary .icon__search {
      background-color: #81715e; }
  .navigation .navigation__search {
    position: relative;
    width: 100%;
    display: none;
    border: 0;
    border-top: 2px solid #faae3d;
    border-bottom: 2px solid #faae3d;
    margin-bottom: -2px; }
    .navigation .navigation__search.active {
      display: block; }
    .navigation .navigation__search i {
      background-color: #c5c5c5; }
  .navigation .navigation__logo {
    padding: 17px 0 13px; }
    .navigation .navigation__logo img {
      height: 80px;
      width: auto; }
  .navigation .navigation__social a {
    position: relative;
    display: inline-block !important;
    vertical-align: middle;
    border: 1px solid #81715e;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    float: left;
    padding: 0 !important; }
    .navigation .navigation__social a i {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
    .navigation .navigation__social a + a {
      margin-left: 15px; }
    .navigation .navigation__social a:hover {
      border-color: #e4535e; }
      .navigation .navigation__social a:hover i {
        background-color: #e4535e; }
  .navigation .navigation__menu {
    border-top: 2px solid #e6e3df;
    border-bottom: 2px solid #e6e3df; }
    .navigation .navigation__menu:hover .current_page_item::before,
    .navigation .navigation__menu:hover .current-menu-item::before {
      background-color: transparent; }
    .navigation .navigation__menu .navigation__wrapper {
      display: block; }
    .navigation .navigation__menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .navigation .navigation__menu li {
      position: relative;
      padding: 20px 0; }
      .navigation .navigation__menu li::before {
        content: '';
        position: absolute;
        top: 0;
        left: -8px;
        right: -8px;
        height: 10px; }
      .navigation .navigation__menu li:hover::before {
        background-color: #faae3d !important; }
    .navigation .navigation__menu .current_page_item::before,
    .navigation .navigation__menu .current-menu-item::before {
      background-color: #faae3d; }
    .navigation .navigation__menu a {
      text-decoration: none;
      font-weight: 400; }
    .navigation .navigation__menu .sub-menu {
      display: none;
      font-size: 14px;
      padding-top: 10px;
      color: #81715e; }
      .navigation .navigation__menu .sub-menu li {
        padding: 0; }
        .navigation .navigation__menu .sub-menu li::before {
          display: none; }
        .navigation .navigation__menu .sub-menu li + li {
          margin-top: 8px; }
      .navigation .navigation__menu .sub-menu .current_page_item a {
        font-weight: 700; }
  .navigation .navigation__language {
    color: #81715e;
    margin-left: 40px;
    text-transform: uppercase; }
    .navigation .navigation__language:hover a.active {
      color: #81715e; }
    .navigation .navigation__language ul {
      list-style-type: none;
      margin: 0 -7px; }
    .navigation .navigation__language li {
      float: left; }
      .navigation .navigation__language li + li {
        border-left: 1px solid #81715e; }
    .navigation .navigation__language a {
      font-weight: 400;
      text-decoration: none;
      margin: 0 7px; }
      .navigation .navigation__language a.active {
        color: #e4535e; }
      .navigation .navigation__language a:hover {
        color: #e4535e !important; }
  .navigation .navigation__burger {
    display: none;
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    background-color: #faae3d;
    width: 85px;
    cursor: pointer; }
    .navigation .navigation__burger-bars {
      display: inline-block;
      vertical-align: middle;
      width: 35px;
      -webkit-transition: 500ms ease;
      transition: 500ms ease; }
    .navigation .navigation__burger-bar {
      display: block;
      margin: 7px auto;
      height: 2px;
      background-color: #fff;
      -webkit-transition: 500ms ease;
      transition: 500ms ease;
      width: 100%; }
    .navigation .navigation__burger.active .navigation__burger-bars {
      padding-left: 4px;
      margin-left: 4px; }
    .navigation .navigation__burger.active .navigation__burger-bar {
      margin: 9px auto; }
      .navigation .navigation__burger.active .navigation__burger-bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: 0 center;
                transform-origin: 0 center; }
      .navigation .navigation__burger.active .navigation__burger-bar:nth-child(2) {
        opacity: 0; }
      .navigation .navigation__burger.active .navigation__burger-bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 0 center;
                transform-origin: 0 center; }
  .navigation + .search {
    min-height: 250px; }
  @media (max-width: 1440px) {
    .navigation .navigation__secondary .btn--subscribe {
      margin-right: calc(490px - 50vw); } }
  @media (max-width: 1279px) {
    .navigation .navigation__secondary .btn--subscribe {
      display: none; } }
  @media (max-width: 992px) {
    .navigation {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      min-width: 320px;
      border: 15px solid #e6e3df;
      border-bottom-width: 1px !important;
      z-index: 10;
      background-color: #fff; }
      .navigation .navigation__logo {
        padding: 10px 0; }
        .navigation .navigation__logo img {
          height: 65px; }
      .navigation .navigation__secondary .btn--donate {
        display: none; }
      .navigation .navigation__language {
        margin-right: 70px; }
      .navigation .navigation__menu {
        display: none;
        position: fixed;
        top: 100px;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 0;
        border-top: 0;
        font-size: 14px;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
        padding-bottom: 30px; }
        .navigation .navigation__menu .navigation__wrapper {
          padding: 0;
          border-left: 15px solid #e6e3df;
          border-right: 15px solid #e6e3df; }
        .navigation .navigation__menu ul {
          background-color: #faae3d;
          display: block; }
        .navigation .navigation__menu li {
          padding: 0;
          border-top: 1px solid #fff; }
          .navigation .navigation__menu li::before {
            display: none; }
          .navigation .navigation__menu li.menu-item-has-children > a {
            position: relative; }
            .navigation .navigation__menu li.menu-item-has-children > a::before {
              content: '';
              position: absolute;
              top: 0;
              bottom: 0;
              width: 1px;
              background-color: #fff;
              right: 110px; }
            .navigation .navigation__menu li.menu-item-has-children > a::after {
              content: '';
              position: absolute;
              top: 50%;
              -webkit-transform: translate3d(0, -50%, 0);
                      transform: translate3d(0, -50%, 0);
              width: 0;
              height: 0;
              border-left: 5px solid transparent;
              border-right: 5px solid transparent;
              border-top: 8px solid #000;
              right: 50px; }
          .navigation .navigation__menu li.menu-item-has-children.active > a::after {
            border-top: 0;
            border-bottom: 8px solid #000; }
        .navigation .navigation__menu .sub-menu {
          background-color: #fff;
          padding-top: 0; }
          .navigation .navigation__menu .sub-menu li + li {
            border-top: 1px solid #a19586;
            margin-top: 0; }
        .navigation .navigation__menu a {
          display: block;
          padding: 20px 50px; }
      .navigation .navigation__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .navigation + .search {
        padding-top: 120px; } }
  @media (max-width: 850px) {
    .navigation .navigation__language {
      display: none; }
    .navigation .navigation__social {
      margin-right: 60px; }
    .navigation .navigation__extended {
      text-align: center;
      padding: 20px 0;
      background-color: #fff;
      border-left: 15px solid #e6e3df;
      border-right: 15px solid #e6e3df; }
    .navigation .navigation__menu .navigation__language {
      display: block;
      text-align: center;
      margin: 0;
      padding: 20px 0 0;
      font-size: 16px; }
      .navigation .navigation__menu .navigation__language ul {
        display: inline-block;
        vertical-align: top;
        background-color: transparent; }
      .navigation .navigation__menu .navigation__language li {
        border-bottom: 0; }
      .navigation .navigation__menu .navigation__language a {
        padding: 0; }
    .navigation .navigation__menu .navigation__social {
      display: inline-block;
      margin-right: 0;
      margin-top: 20px; }
    .navigation .navigation__menu .btn--donate {
      margin: 0 auto;
      max-width: 280px;
      font-size: 16px; } }
  @media (max-width: 752px) {
    .navigation {
      border-width: 10px; }
      .navigation .navigation__wrapper {
        padding: 0 30px; }
      .navigation .navigation__extended {
        border-left-width: 10px;
        border-right-width: 10px; }
      .navigation .navigation__menu {
        top: 95px; }
        .navigation .navigation__menu .navigation__wrapper {
          border-left-width: 10px;
          border-right-width: 10px; }
        .navigation .navigation__menu li.menu-item-has-children a::before {
          content: '';
          right: 70px; }
        .navigation .navigation__menu li.menu-item-has-children a::after {
          right: 30px; }
        .navigation .navigation__menu a {
          padding-left: 30px;
          padding-right: 30px; }
      .navigation .navigation__secondary .search__label {
        left: auto;
        right: 80px; }
      .navigation .navigation__social {
        display: none; }
      .navigation .navigation__burger {
        right: -30px; } }
  @media (max-width: 599px) {
    .navigation .navigation__wrapper {
      padding: 0 20px; }
    .navigation .navigation__menu li.menu-item-has-children a::before {
      content: '';
      right: 60px; }
    .navigation .navigation__menu li.menu-item-has-children a::after {
      right: 25px; }
    .navigation .navigation__menu a {
      padding-left: 20px;
      padding-right: 20px; }
    .navigation .navigation__secondary .search__label {
      right: 90px; }
    .navigation .navigation__burger {
      right: -20px; }
      .navigation .navigation__burger-bars {
        width: 31px; }
      .navigation .navigation__burger.active .navigation__burger-bars {
        padding-left: 0;
        margin-left: 7px; }
    .navigation + .search {
      padding-top: 105px; } }
  @media (max-width: 499px) {
    .navigation .navigation__logo img {
      height: 50px; }
    .navigation .navigation__burger {
      width: 70px; }
    .navigation .navigation__menu {
      top: 80px; }
      .navigation .navigation__menu a {
        padding-top: 15px;
        padding-bottom: 15px; }
    .navigation .navigation__secondary .search__label {
      right: 75px; } }
  @media (max-width: 374px) {
    .navigation {
      border-width: 6px; }
      .navigation .navigation__logo {
        padding: 5px 0; }
      .navigation .navigation__burger {
        width: 60px; }
      .navigation .navigation__extended {
        border-left-width: 6px;
        border-right-width: 6px; }
      .navigation .navigation__menu {
        top: 67px; }
        .navigation .navigation__menu .navigation__wrapper {
          border-left-width: 6px;
          border-right-width: 6px; }
      .navigation .navigation__secondary .search__label {
        right: 65px; } }

.hero {
  position: relative;
  height: 600px;
  color: #fff;
  overflow: hidden;
  margin-bottom: 30px; }
  .hero__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover; }
  .hero__pattern {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: calc(50vw - 490px);
    background-image: url("../images/pattern-hero.svg");
    background-size: cover;
    background-position: top center;
    width: 104px;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    background-repeat: no-repeat; }
  .hero__wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    max-width: 1040px;
    padding: 0 50px;
    margin: 0 auto; }
    .hero__wrapper p {
      font-size: 20px;
      max-width: 540px; }
  .hero__title {
    font-size: 50px;
    margin-bottom: 15px; }
  .hero .btn {
    float: left;
    margin-top: 10px; }
  @media (max-width: 1279px) {
    .hero__pattern {
      -webkit-transform: none;
              transform: none; }
    .hero__wrapper {
      padding-right: 200px; } }
  @media (max-width: 1169px) {
    .hero__pattern {
      right: 50px; } }
  @media (max-width: 992px) {
    .hero {
      margin-bottom: 0; }
      .hero__title {
        font-size: 37px; }
      .hero hr {
        width: 98px;
        height: 10px; }
      .hero p {
        font-size: 16px; }
      .hero .btn {
        display: block;
        float: none;
        margin-top: 15px; }
        .hero .btn + .btn {
          margin-left: 0; } }
  @media (max-width: 752px) {
    .hero .hero__pattern {
      width: 80px;
      right: 30px;
      background-position: center; }
    .hero .hero__wrapper {
      padding-left: 30px;
      padding-right: 150px; } }
  @media (max-width: 599px) {
    .hero .hero__pattern {
      right: 20px; }
    .hero .hero__wrapper {
      padding-left: 20px; } }
  @media (max-width: 499px) {
    .hero .hero__wrapper {
      padding-right: 100px; }
    .hero .hero__title {
      font-size: 34px; }
    .hero .hero__pattern {
      width: 60px; }
    .hero .btn {
      margin-top: 10px; } }
  @media (max-width: 359px) {
    .hero {
      height: 560px; }
      .hero .hero__wrapper {
        padding-right: 20px; }
      .hero .hero__pattern {
        display: none; } }

.tertiary {
  padding: 50px 0 60px; }
  .tertiary.grey {
    background-color: #ebebeb; }
  .tertiary .tertiary__wrapper {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 50px; }
  .tertiary .tertiary__title {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 320px;
    padding-right: 20px;
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 0; }
    .tertiary .tertiary__title.narrow {
      width: 240px; }
    .tertiary .tertiary__title.wide {
      width: 380px; }
    .tertiary .tertiary__title .line {
      color: #e4535e; }
  .tertiary .tertiary__body {
    margin-top: 55px; }
    .tertiary .tertiary__body:first-child {
      margin-top: 0; }
    .tertiary .tertiary__body img {
      display: block;
      position: relative;
      width: calc(100% - 20px) !important;
      border: 8px solid #fff;
      -webkit-box-shadow: 35px 35px 0 -15px #faae3d;
              box-shadow: 35px 35px 0 -15px #faae3d;
      margin: 50px 0 70px; }
    .tertiary .tertiary__body h1, .tertiary .tertiary__body h2, .tertiary .tertiary__body h3, .tertiary .tertiary__body h4, .tertiary .tertiary__body h5, .tertiary .tertiary__body p, .tertiary .tertiary__body ul {
      max-width: 620px; }
    .tertiary .tertiary__body blockquote h1, .tertiary .tertiary__body blockquote h2, .tertiary .tertiary__body blockquote h3, .tertiary .tertiary__body blockquote h4, .tertiary .tertiary__body blockquote h5, .tertiary .tertiary__body blockquote p, .tertiary .tertiary__body blockquote ul {
      max-width: 700px; }
  .tertiary .tertiary__content {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 620px; }
    .tertiary .tertiary__content.narrow {
      width: 700px; }
    .tertiary .tertiary__content.wide {
      width: 560px; }
    .tertiary .tertiary__content h1, .tertiary .tertiary__content h2, .tertiary .tertiary__content h3, .tertiary .tertiary__content h4, .tertiary .tertiary__content h5, .tertiary .tertiary__content p, .tertiary .tertiary__content ul {
      max-width: 100%; }
  .tertiary .tertiary__btns .btn {
    float: left; }
  .tertiary .tertiary__anchors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px; }
    .tertiary .tertiary__anchors .btn {
      float: left;
      min-width: 0;
      width: 100%; }
  .tertiary .tertiary__link {
    margin-top: 35px;
    float: right;
    text-align: right; }
  .tertiary + .subscribe {
    margin-top: -10px; }
  @media (max-width: 1080px) {
    .tertiary .tertiary__content {
      width: calc(100% - 320px); }
      .tertiary .tertiary__content.narrow {
        width: calc(100% - 240px); }
      .tertiary .tertiary__content.wide {
        width: calc(100% - 380px); } }
  @media (max-width: 992px) {
    .tertiary {
      padding: 50px 0; }
      .tertiary .tertiary__title {
        font-size: 37px;
        line-height: 1.21622;
        width: 220px;
        padding-right: 15px; }
        .tertiary .tertiary__title.narrow {
          width: 165px; }
        .tertiary .tertiary__title.wide {
          width: 290px;
          margin-bottom: 45px; }
      .tertiary .tertiary__content {
        width: calc(100% - 220px); }
        .tertiary .tertiary__content.narrow {
          width: calc(100% - 165px); }
        .tertiary .tertiary__content.wide {
          width: 100%; }
      .tertiary .tertiary__body {
        margin-top: 40px; }
        .tertiary .tertiary__body img {
          width: calc(100% - 15px) !important;
          -webkit-box-shadow: 20px 20px 0 -5px #faae3d;
                  box-shadow: 20px 20px 0 -5px #faae3d;
          margin: 40px 0 50px; } }
  @media (max-width: 752px) {
    .tertiary .tertiary__wrapper {
      padding: 0 30px; }
    .tertiary .tertiary__title {
      width: 100% !important;
      padding-right: 0 !important;
      margin-bottom: 30px !important; }
    .tertiary .tertiary__content {
      width: 100% !important; }
    .tertiary .tertiary__body {
      margin-top: 30px; }
      .tertiary .tertiary__body img {
        margin: 35px 0; } }
  @media (max-width: 599px) {
    .tertiary .tertiary__wrapper {
      padding: 0 20px; }
    .tertiary .tertiary__body img {
      margin-left: -8px !important;
      width: 100% !important;
      -webkit-box-shadow: 15px 15px 0 -5px #faae3d;
              box-shadow: 15px 15px 0 -5px #faae3d; }
    .tertiary .tertiary__anchors {
      display: none; }
      .tertiary .tertiary__anchors .btn {
        margin-left: 0; } }
  @media (max-width: 499px) {
    .tertiary {
      padding: 35px 0; }
      .tertiary + .subscribe {
        margin-top: 0; }
      .tertiary .tertiary__link {
        margin-top: 15px; } }
  @media (max-width: 413px) {
    .tertiary .tertiary__title {
      font-size: 34px;
      margin-bottom: 20px !important; }
    .tertiary .tertiary__body img {
      margin: 25px 0; } }

.photo {
  padding: 50px 0 0;
  margin-bottom: 95px; }
  .photo .photo__wrapper {
    max-width: 1040px;
    padding: 0 50px;
    margin: 0 auto;
    text-align: center; }
  .photo .photo__title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.17778;
    text-transform: uppercase;
    margin: 0 0 50px;
    text-align: left; }
    .photo .photo__title .line {
      color: #e4535e; }
  .photo .photo__hero {
    position: relative;
    margin: 0 -10px -20px;
    text-align: left; }
    .photo .photo__hero + .photo__container {
      margin-top: 20px; }
  .photo .photo__container {
    position: relative;
    margin: 0 -10px -20px;
    text-align: left; }
    .photo .photo__container.initialised .tile {
      position: absolute; }
    .photo .photo__container + .photo__container,
    .photo .photo__container + .photo__hero {
      margin-top: 20px; }
  .photo .photo__load-more {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    margin-top: 40px;
    text-decoration: none; }
    .photo .photo__load-more::after {
      margin-top: 10px;
      display: block;
      content: '';
      height: 0;
      width: 0;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-top: 13px solid #000;
      margin: 10px auto 0; }
    .photo .photo__load-more:hover {
      text-decoration: underline; }
  .photo .photo__loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: 50px;
    height: 50px;
    background-image: url("../images/icons/loading.svg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1; }
  .photo .photo__link {
    margin-top: 35px;
    float: right;
    text-align: right; }
  @media (max-width: 992px) {
    .photo {
      margin-bottom: 70px; }
      .photo .photo__title {
        font-size: 37px;
        line-height: 1.21622; } }
  @media (max-width: 752px) {
    .photo .photo__wrapper {
      padding: 0 30px; }
    .photo .photo__title {
      margin-bottom: 30px; } }
  @media (max-width: 599px) {
    .photo .photo__wrapper {
      padding: 0 20px; } }
  @media (max-width: 499px) {
    .photo {
      padding-top: 35px;
      margin-bottom: 50px; } }
  @media (max-width: 413px) {
    .photo .photo__title {
      font-size: 34px;
      margin-bottom: 20px; } }

.tile {
  display: inline-block;
  vertical-align: top;
  float: left;
  padding: 0 10px 20px; }
  .tile-3x1 {
    width: 100%; }
    .tile-3x1 .tile__wrapper {
      height: 0;
      padding-bottom: 40.10417%; }
    @media (max-width: 992px) {
      .tile-3x1 .tile__wrapper {
        height: 0;
        padding-bottom: 50%; }
      .tile-3x1 .tile__image img {
        width: auto;
        max-width: none;
        height: 100%; } }
    @media (max-width: 752px) {
      .tile-3x1 .tile__wrapper {
        padding-bottom: 66.66667%; } }
    @media (max-width: 550px) {
      .tile-3x1 .tile__wrapper {
        padding-bottom: 83.33333%; } }
  .tile-1x1 {
    width: 33.33333%; }
    .tile-1x1 .tile__wrapper {
      height: 0;
      padding-bottom: calc(88.66667% - 10px); }
    @media (max-width: 992px) {
      .tile-1x1 {
        width: 50%; } }
    @media (max-width: 550px) {
      .tile-1x1 {
        width: 100%; }
        .tile-1x1 .tile__wrapper {
          padding-bottom: 83.33333%; } }
  .tile-1x2 {
    width: 33.33333%; }
    .tile-1x2 .tile__wrapper {
      height: 0;
      padding-bottom: 177.33333%; }
    @media (max-width: 992px) {
      .tile-1x2 {
        width: 50%; } }
    @media (max-width: 550px) {
      .tile-1x2 {
        width: 100%; }
        .tile-1x2 .tile__wrapper {
          padding-bottom: 83.33333%; }
        .tile-1x2 .tile__image img {
          top: 50%;
          -webkit-transform: translate3d(0, -50%, 0);
                  transform: translate3d(0, -50%, 0); } }
  .tile__wrapper {
    display: block;
    position: relative;
    overflow: hidden; }
  .tile__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .tile__image img {
      position: relative;
      width: 100%; }
  .tile__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .tile__snippet {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    color: #fff; }
    .tile__snippet p {
      max-width: 600px;
      margin: 10px 0;
      font-weight: 400; }
      .tile__snippet p:first-child {
        margin-top: 0; }
      .tile__snippet p:last-child {
        margin-bottom: 0; }
    .tile__snippet span {
      font-weight: 700; }
      .tile__snippet span:hover {
        text-decoration: underline; }

.resources {
  background-color: #faae3d;
  text-align: center;
  color: #fff; }
  .resources .resources__wrapper {
    max-width: 1040px;
    margin: 0 auto;
    padding: 70px 50px; }
  .resources .resources__container {
    margin: 0 -50px -30px; }
  .resources .col {
    padding: 0 50px 30px; }
  .resources a {
    font-size: 21px;
    font-weight: 700;
    text-decoration: none; }
    .resources a:hover, .resources a:active {
      text-decoration: underline; }
  @media (max-width: 992px) {
    .resources .resources__wrapper {
      padding-top: 50px;
      padding-bottom: 50px; }
    .resources a {
      font-size: 17px; } }
  @media (max-width: 752px) {
    .resources .resources__wrapper {
      padding-left: 30px;
      padding-right: 30px; }
    .resources .resources__container {
      margin-left: -30px;
      margin-right: -30px; }
    .resources .col {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 599px) {
    .resources .resources__wrapper {
      padding-left: 20px;
      padding-right: 20px; }
    .resources .resources__container {
      margin-left: -20px;
      margin-right: -20px; }
    .resources .col {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 550px) {
    .resources .col--2 {
      width: 100%; } }
  @media (max-width: 499px) {
    .resources .resources__wrapper {
      padding-top: 35px;
      padding-bottom: 35px; } }
  @media (max-width: 374px) {
    .resources .resources__container {
      margin-bottom: -20px; }
    .resources .col {
      padding-bottom: 20px; } }

.btn {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  text-decoration: none !important;
  border: 3px solid #000;
  color: #000;
  padding: 7px 40px;
  min-width: 300px;
  text-align: center;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  cursor: pointer; }
  @media (max-width: 752px) {
    .btn {
      min-width: 225px; } }
  @media (max-width: 415px) {
    .btn {
      width: 100%; } }
  .btn:hover {
    background-color: #000;
    color: #fff; }
  .btn--hero {
    min-width: 220px;
    width: 220px;
    padding: 10px 30px;
    border: 0;
    color: #fff;
    background-color: #000; }
    .btn--hero:hover {
      color: #000;
      background-color: #faae3d; }
  .btn--back {
    min-width: 225px; }
    @media (max-width: 752px) {
      .btn--back {
        display: none; }
        .btn--back + .btn {
          margin-left: 0 !important; } }
  .btn--white {
    border-color: #fff;
    color: #fff; }
    .btn--white:hover {
      background-color: #fff;
      color: #000; }
  .btn--black {
    background-color: #000;
    color: #fff; }
  .btn--donate {
    min-width: 0;
    color: #fff;
    border: 3px solid #faae3d;
    border-radius: 21px;
    background-color: #faae3d;
    padding: 2px 22px !important;
    font-size: 16px; }
    .btn--donate:hover {
      color: #faae3d;
      background-color: #fff; }
  .btn + .btn {
    margin-left: 20px; }
  .btn--subscribe {
    border: 0;
    background-color: #e4535e;
    padding: 10px 15px;
    color: #fff;
    min-width: 0; }
    .btn--subscribe:hover {
      background-color: #faae3d; }

input[type='submit'] {
  border: 0;
  outline: 0;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  text-decoration: none !important;
  color: #fff;
  padding: 10px 40px;
  min-width: 300px;
  text-align: center;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  background-color: #000; }
  input[type='submit']:hover {
    background-color: #fff;
    color: #000; }
  input[type='submit'].orange {
    background-color: #faae3d; }
    input[type='submit'].orange:hover {
      background-color: #000;
      color: #fff; }
  @media (max-width: 400px) {
    input[type='submit'] {
      min-width: 100%;
      width: 100%; } }

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0; }
  .cta:first-child {
    margin-top: 0; }
  .cta:last-child {
    margin-bottom: 0; }
  @media (max-width: 752px) {
    .cta {
      margin: 30px 0; }
      .cta:first-child {
        display: none; }
        .cta:first-child + h1 {
          margin-top: 0; } }
  @media (max-width: 599px) {
    .cta {
      display: block; } }

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 35px; }
  .share:first-child {
    margin-left: 0; }
  .share .share__label {
    font-size: 14px;
    color: #81715e;
    margin-right: 15px; }
  .share a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #81715e;
    border-radius: 50%;
    height: 32px;
    width: 32px; }
    .share a i {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
    .share a + a {
      margin-left: 15px; }
    .share a:hover {
      border-color: #e4535e; }
      .share a:hover i {
        background-color: #e4535e; }
  @media (max-width: 599px) {
    .share {
      margin-top: 20px;
      margin-left: 0; } }
  @media (max-width: 413px) {
    .share {
      display: block;
      text-align: center; }
      .share .share__label {
        display: block;
        margin-right: 0;
        margin-bottom: 10px; } }

.map {
  margin: 75px 0 50px; }
  .map img {
    display: block;
    margin: 0 auto; }
  @media (max-width: 992px) {
    .map {
      margin: 50px 0 40px; } }
  @media (max-width: 599px) {
    .map {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (max-width: 374px) {
    .map {
      margin-left: -20px;
      margin-right: -20px; } }

.partners {
  padding: 60px 0 25px; }
  .partners .partners__wrapper {
    max-width: 1040px;
    padding: 0 50px;
    margin: 0 auto; }
  .partners .partners__title {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 240px;
    padding-right: 20px;
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 50px; }
    .partners .partners__title .line {
      color: #e4535e; }
  .partners .partners__container {
    float: left;
    margin: 0 -50px -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .partners .partners__container .col {
      padding: 0 50px 50px; }
  @media (max-width: 1169px) {
    .partners .col--4 {
      width: 33.33333%; } }
  @media (max-width: 992px) {
    .partners {
      padding: 50px 0 0; }
      .partners .partners__title {
        font-size: 37px;
        line-height: 1.21622;
        width: 220px;
        padding-right: 15px; }
      .partners .partners__container {
        float: left;
        margin: 0 -30px -30px; }
        .partners .partners__container .col {
          padding: 0 30px 30px; } }
  @media (max-width: 752px) {
    .partners {
      padding-bottom: 50px; }
      .partners .partners__title {
        width: 100%;
        margin-bottom: 30px; }
      .partners .partners__wrapper {
        padding: 0 30px; } }
  @media (max-width: 599px) {
    .partners .partners__wrapper {
      padding: 0 20px; } }
  @media (max-width: 550px) {
    .partners .col--4 {
      width: 50%; } }
  @media (max-width: 499px) {
    .partners {
      padding: 35px 0; } }

.posts {
  padding: 50px 0 70px; }
  .posts .posts__container {
    margin: 0 -10px -50px; }
  .posts .posts__title {
    margin-bottom: 50px; }
  .posts .posts__load-more {
    text-align: center;
    display: block;
    width: 100px;
    margin: 50px auto 0;
    font-weight: 700;
    text-decoration: none; }
    .posts .posts__load-more::after {
      margin-top: 10px;
      display: block;
      content: '';
      height: 0;
      width: 0;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-top: 13px solid #000;
      margin: 10px auto 0; }
    .posts .posts__load-more:hover {
      text-decoration: underline; }
  .posts .posts__loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: 50px;
    height: 50px;
    background-image: url("../images/icons/loading.svg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1; }
  .posts .col {
    padding: 0 10px 50px; }
  .posts + .pullout {
    margin-top: 0; }
  @media (max-width: 992px) {
    .posts {
      padding: 50px 0; }
      .posts .col--3 {
        width: 50%; } }
  @media (max-width: 752px) {
    .posts .posts__container {
      margin: 0 -10px -35px; }
    .posts .posts__title {
      margin-bottom: 30px; }
    .posts .col {
      padding: 0 10px 35px; } }
  @media (max-width: 499px) {
    .posts {
      padding: 35px 0; }
      .posts .col--3 {
        width: 100%; } }

.post .post__image {
  margin-bottom: 18px; }
  .post .post__image a {
    padding: 0; }

.post p {
  margin: 10px 0 23px; }

.post a {
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: 500;
  text-decoration: none; }

.post i {
  margin-right: 13px; }

.stories {
  background-color: #faae3d;
  padding: 70px 0; }
  .stories .stories__wrapper {
    max-width: 1040px;
    padding: 0 50px;
    margin: 0 auto; }
  .stories .stories__filter {
    display: none;
    padding: 7px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    font-weight: 500; }
    .stories .stories__filter::after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 8px solid #fff;
      right: 25px; }
    .stories .stories__filter.active::after {
      border-bottom: 8px solid #fff;
      border-top: 0; }
  .stories .stories__categories {
    text-align: center;
    margin-bottom: 70px;
    z-index: 1; }
    .stories .stories__categories ul {
      margin: 0 -10px;
      padding: 0; }
    .stories .stories__categories li {
      display: inline-block;
      vertical-align: top;
      float: left;
      width: 33.33333%;
      padding: 0 10px; }
    .stories .stories__categories a {
      font-weight: 500;
      display: block;
      text-decoration: none;
      padding: 7px;
      border: 3px solid #000;
      color: #000;
      -webkit-transition: 200ms ease;
      transition: 200ms ease; }
      .stories .stories__categories a:hover, .stories .stories__categories a.active {
        color: #fff;
        background-color: #000; }
        .stories .stories__categories a:hover::after, .stories .stories__categories a.active::after {
          border-top-color: #fff; }
  .stories .stories__category::after {
    content: '';
    position: relative;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -2px;
    -webkit-transition: 200ms ease;
    transition: 200ms ease; }
  .stories .stories__dropdown {
    display: none; }
    .stories .stories__dropdown li {
      width: 100%; }
    .stories .stories__dropdown a {
      border-top: 0;
      background-color: #81715e;
      color: #fff; }
  .stories .stories__container {
    margin: 0 -10px -50px; }
  .stories .stories__title {
    margin-bottom: 50px; }
  .stories .stories__load-more {
    text-align: center;
    display: block;
    width: 100px;
    margin: 50px auto 0;
    font-weight: 700;
    text-decoration: none; }
    .stories .stories__load-more::after {
      margin-top: 10px;
      display: block;
      content: '';
      height: 0;
      width: 0;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-top: 13px solid #000;
      margin: 10px auto 0; }
    .stories .stories__load-more:hover {
      text-decoration: underline; }
  .stories .stories__loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: 50px;
    height: 50px;
    background-image: url("../images/icons/loading.svg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1; }
  .stories .col {
    padding: 0 10px 50px; }
  @media (max-width: 992px) {
    .stories {
      padding: 50px 0; }
      .stories .stories__categories {
        margin-bottom: 50px; }
      .stories .col--3 {
        width: 50%; }
      .stories.variant .col:nth-child(n+3) {
        display: none; } }
  @media (max-width: 752px) {
    .stories .stories__wrapper {
      padding: 0 30px; }
    .stories .stories__container {
      margin: 0 -10px -35px; }
    .stories .stories__title {
      margin-bottom: 30px; }
    .stories .col {
      padding: 0 10px 35px; } }
  @media (max-width: 599px) {
    .stories .stories__wrapper {
      padding: 0 20px; }
    .stories .stories__filter {
      display: block; }
    .stories .stories__categories {
      position: relative;
      margin-bottom: 35px; }
      .stories .stories__categories > ul {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background-color: #fff; }
      .stories .stories__categories ul {
        margin: 0; }
      .stories .stories__categories li {
        width: 100%;
        padding: 0; }
        .stories .stories__categories li + li a {
          border-top: 0; }
      .stories .stories__categories a {
        border-width: 1px; }
        .stories .stories__categories a.active {
          color: inherit;
          background-color: inherit; }
    .stories .stories__dropdown {
      display: block !important; } }
  @media (max-width: 499px) {
    .stories {
      padding: 35px 0; }
      .stories .col--3 {
        width: 100%; } }

.story {
  text-align: left; }
  .story__image {
    border: 2px solid #fff; }
    .story__image img {
      width: 100%; }
  .story__snippet {
    position: relative;
    padding-bottom: 42px; }
  .story__year {
    font-weight: 300;
    margin-bottom: 3px !important; }
    .story__year:first-child {
      margin-top: 13px; }
  .story__title:first-child {
    margin-top: 18px; }
  .story p {
    margin: 10px 0 23px; }
  .story__read {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px; }
  .story a {
    display: block;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-decoration: none; }
  .story i {
    margin-top: -2px;
    margin-right: 13px; }

.winners {
  background-color: #faae3d;
  padding: 70px 0; }
  .winners .winners__wrapper {
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 50px; }
  .winners .winners__container {
    margin: 0 -10px -50px; }
  .winners .winners__title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.17778;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 240px;
    padding: 0 10px 50px; }
  .winners .winners__content {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 700px;
    padding: 0 10px 50px; }
    .winners .winners__content img {
      float: left;
      margin-right: 20px; }
    .winners .winners__content p:first-of-type {
      margin-top: 0; }
  .winners .winners__link {
    float: right;
    margin-top: 70px;
    text-align: right; }
  .winners .col {
    padding: 0 10px 50px; }
  @media (max-width: 1080px) {
    .winners .winners__content {
      width: calc(100% - 240px); } }
  @media (max-width: 992px) {
    .winners {
      padding: 50px 0 60px; }
      .winners .winners__title {
        font-size: 37px;
        line-height: 1.21622;
        width: 180px; }
      .winners .winners__content {
        width: calc(100% - 180px); }
      .winners .winners__link {
        margin-top: 50px; } }
  @media (max-width: 920px) {
    .winners .winners__title {
      padding-bottom: 30px; }
    .winners .winners__content {
      width: 100%; }
      .winners .winners__content img {
        position: absolute;
        top: 0;
        left: 230px; }
      .winners .winners__content p {
        margin-left: 0; }
    .winners.variant .col--2 {
      display: none; } }
  @media (max-width: 752px) {
    .winners .winners__wrapper {
      padding: 0 30px; }
    .winners .winners__container {
      margin: 0 -10px -35px; }
    .winners .winners__content {
      padding: 0 10px 35px; }
      .winners .winners__content img {
        left: 210px; }
    .winners .col {
      padding: 0 10px 35px; } }
  @media (max-width: 599px) {
    .winners .winners__wrapper {
      padding: 0 20px; }
    .winners .winners__content img {
      left: 200px; } }
  @media (max-width: 499px) {
    .winners {
      padding: 35px 0; }
      .winners .winners__content img {
        left: 180px; }
      .winners .winners__link {
        margin-top: 35px; }
      .winners .col--2 {
        width: 100%; } }
  @media (max-width: 413px) {
    .winners .winners__title {
      padding-bottom: 20px; } }

.winner.wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.winner .winner__image {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 65.21739%;
  border: 2px solid #fff; }
  .winner .winner__image img {
    width: 100%; }
  .winner .winner__image.wide {
    width: 57.44681%; }

.winner .winner__snippet {
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 34.78261%; }
  .winner .winner__snippet.wide {
    width: 36.17021%; }
    .winner .winner__snippet.wide a {
      width: 100%;
      float: none; }

.winner .winner__year {
  font-weight: 300;
  margin-bottom: 3px !important; }

.winner p {
  margin: 10px 0 23px; }

.winner a {
  margin-top: 28px;
  float: left;
  width: 65.21739%;
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: 500;
  text-decoration: none; }

.winner i {
  margin-top: -2px;
  margin-right: 13px; }

@media (max-width: 1023px) {
  .winner .winner__image {
    width: 100%; }
  .winner .winner__snippet {
    width: 100%;
    padding-left: 0; }
  .winner a {
    width: 100%;
    margin-top: 0; } }

@media (max-width: 992px) {
  .winner .winner__image.wide {
    width: calc(50% - 10px); }
  .winner .winner__snippet.wide {
    padding-left: 30px;
    width: 50%; } }

@media (max-width: 920px) {
  .winner.wide {
    display: block; }
    .winner.wide a {
      max-width: 255px; }
  .winner .winner__image.wide {
    width: 100%;
    margin-bottom: 20px; }
  .winner .winner__snippet.wide {
    padding-left: 0;
    width: 100%; } }

.pullout {
  position: relative;
  padding: 35px 0 35px 75px;
  margin-top: 45px;
  margin-bottom: 45px;
  max-width: 700px;
  margin-left: auto; }
  .pullout:last-child {
    margin-bottom: 0; }
  .pullout.short {
    margin-bottom: 18px; }
    .pullout.short + .short {
      margin-top: 18px; }
    .pullout.short:first-child {
      margin-top: 0; }
    .pullout.short:last-child {
      margin-bottom: 0; }
  .pullout.wide {
    margin-left: 0;
    padding-left: 0;
    max-width: none;
    text-align: center; }
  .pullout.standard {
    max-width: 775px; }
  .pullout::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #fbe6c8 url("../images/pattern-horizontal.svg");
    background-size: auto 100px;
    background-repeat: round; }
  .pullout__wrapper {
    position: relative; }
  .pullout__container {
    margin: 0 -20px -20px; }
    .pullout__container .col {
      padding: 0 20px 20px; }
  .pullout p {
    margin: 10px 0; }
    .pullout p:first-child {
      margin-top: 0; }
    .pullout p:last-child {
      margin-bottom: 0; }
  .pullout a {
    font-weight: 500; }
  @media (max-width: 992px) {
    .pullout {
      padding-left: 0;
      max-width: none; }
      .pullout::before {
        left: -50px;
        right: -50px;
        width: auto; } }
  @media (max-width: 752px) {
    .pullout::before {
      left: -30px;
      right: -30px;
      background-size: auto 75px; }
    .pullout .col--5 {
      width: 33.33333%; } }
  @media (max-width: 599px) {
    .pullout::before {
      left: -20px;
      right: -20px; }
    .pullout .col--3 {
      width: 100%; }
    .pullout.standard {
      text-align: center; } }
  @media (max-width: 499px) {
    .pullout {
      margin-top: 35px; }
      .pullout .col--5 {
        width: 100%; } }

.search {
  padding: 50px 0 60px; }
  .search__form {
    position: relative;
    padding: 24px 40px;
    width: 100%; }
  .search__label {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  .search__field {
    font-size: 22px;
    font-weight: 500;
    color: #c5c5c5;
    border: 0; }
    .search__field::-webkit-input-placeholder {
      color: #c5c5c5;
      opacity: 1; }
    .search__field::-moz-placeholder {
      color: #c5c5c5;
      opacity: 1; }
    .search__field:-ms-input-placeholder {
      color: #c5c5c5;
      opacity: 1; }
    .search__field::-ms-input-placeholder {
      color: #c5c5c5;
      opacity: 1; }
    .search__field::placeholder {
      color: #c5c5c5;
      opacity: 1; }
    .search__field:-ms-input-placeholder {
      color: #c5c5c5; }
    .search__field::-ms-input-placeholder {
      color: #c5c5c5; }
  .search .search__pattern {
    position: absolute;
    top: 110px;
    bottom: 95px;
    left: 50px;
    height: 717px;
    background-image: url("../images/pattern.svg");
    background-size: 120px 717px;
    background-position: top center;
    width: 120px;
    background-repeat: no-repeat;
    opacity: .44;
    overflow: hidden; }
    .search .search__pattern.fixed {
      position: fixed;
      top: 0; }
  .search .search__wrapper {
    position: relative;
    max-width: 1040px;
    padding: 0 50px;
    margin: 0 auto;
    overflow: hidden; }
  .search .search__content {
    display: block;
    margin-left: auto;
    width: 620px; }
  .search .search__post {
    margin-bottom: 50px; }
    .search .search__post:last-child {
      margin-bottom: 0; }
  .search + .tertiary {
    padding-top: 0; }
  @media (max-width: 992px) {
    .search .search__content {
      width: 100%; }
    .search .search__pattern {
      display: none; }
    .search__field {
      font-size: 18px; } }
  @media (max-width: 752px) {
    .search .search__wrapper {
      padding: 0 30px; }
    .search .search__post {
      margin-bottom: 40px; } }
  @media (max-width: 599px) {
    .search {
      padding: 35px 0; }
      .search .search__wrapper {
        padding: 0 20px; } }

.tertiary + .contact {
  padding-top: 0; }

.contact {
  padding: 50px 0 60px; }
  .contact + .tertiary {
    padding-top: 0; }
  .contact.orange {
    background-color: #faae3d; }
  .contact .contact__wrapper {
    max-width: 1040px;
    padding: 0 50px;
    margin: 0 auto; }
  .contact .contact__recaptcha {
    margin-top: 40px; }
  .contact .form {
    max-width: 700px;
    margin-left: auto; }
    .contact .form a {
      font-weight: inherit; }
  .contact h2, .contact p {
    max-width: 700px;
    margin-left: auto; }
  .contact input[type='submit'] {
    margin-top: 40px; }
  @media (max-width: 752px) {
    .contact {
      padding: 35px 0; }
      .contact .contact__wrapper {
        padding: 0 30px; } }
  @media (max-width: 599px) {
    .contact .contact__wrapper {
      padding: 0 20px; }
    .contact .contact__recaptcha {
      margin-top: 30px; }
    .contact input[type='submit'] {
      margin-top: 30px; } }
  @media (max-width: 374px) {
    .contact .contact__recaptcha {
      -webkit-transform: scale(0.85);
              transform: scale(0.85);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      margin-bottom: -12px; } }

.work {
  background: #fbe6c8 url("../images/pattern-horizontal.svg");
  background-size: auto 100px;
  background-repeat: round;
  padding: 95px 0; }
  .work .work__wrapper {
    padding: 0 50px;
    max-width: 1040px;
    margin: 0 auto; }
  .work .work__container {
    margin: 0 -10px; }
  .work .work__title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.17778;
    text-transform: uppercase;
    margin: 0 0 70px;
    text-align: left;
    display: inline-block;
    vertical-align: top; }
    .work .work__title .line {
      color: #e4535e; }
  .work .work__post {
    position: relative;
    background-color: #fff;
    color: #81715e;
    padding: 45px 30px 75px; }
    .work .work__post-title {
      font-size: 25px;
      line-height: 1.2;
      font-weight: 500; }
    .work .work__post a {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      display: block;
      background-color: #faae3d;
      color: #000;
      text-align: center;
      padding: 18px 30px;
      font-weight: 500;
      text-decoration: none; }
    .work .work__post i {
      background-color: #000;
      margin-top: -4px;
      margin-right: 13px; }
  .work .work__link {
    margin-top: 60px;
    float: right;
    text-align: right; }
  .work .col {
    padding: 0 10px; }
  @media (max-width: 992px) {
    .work {
      padding: 70px 0; }
      .work .work__title {
        font-size: 37px;
        margin-bottom: 50px; }
      .work .work__link {
        margin-top: 50px; }
      .work .col--3 {
        width: 50%; }
        .work .col--3:nth-child(n+3) {
          display: none; } }
  @media (max-width: 752px) {
    .work {
      padding: 50px 0; }
      .work .work__wrapper {
        padding: 0 30px; }
      .work .work__title {
        margin-bottom: 30px; } }
  @media (max-width: 599px) {
    .work .work__wrapper {
      padding: 0 20px; } }
  @media (max-width: 550px) {
    .work .col--3 {
      width: 100%; }
    .work .col + .col {
      margin-top: 20px; } }
  @media (max-width: 499px) {
    .work .work__post {
      padding: 35px 20px 60px; }
      .work .work__post-title {
        font-size: 21px; }
    .work .work__link {
      margin-top: 35px; } }
  @media (max-width: 413px) {
    .work {
      padding: 35px 0; }
      .work .work__title {
        font-size: 34px;
        margin-bottom: 20px; } }

.announcements {
  padding: 110px 0 0;
  margin-bottom: 100px; }
  .announcements .announcements__wrapper {
    max-width: 1040px;
    padding: 0 50px;
    margin: 0 auto; }
  .announcements .announcements__title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.17778;
    text-transform: uppercase;
    margin-bottom: 70px; }
    .announcements .announcements__title .line {
      color: #e4535e; }
  .announcements .announcements__container {
    margin: 0 -10px; }
  .announcements .announcements__link {
    margin-top: 75px;
    float: right;
    text-align: right; }
  .announcements .col {
    padding: 0 10px; }
  @media (max-width: 1023px) {
    .announcements .col--3 {
      width: 50%; }
      .announcements .col--3:nth-child(n+3) {
        display: none; } }
  @media (max-width: 992px) {
    .announcements {
      padding-top: 70px;
      margin-bottom: 70px; }
      .announcements .announcements__title {
        font-size: 37px;
        margin-bottom: 50px; } }
  @media (max-width: 752px) {
    .announcements {
      padding-top: 50px;
      margin-bottom: 50px; }
      .announcements .announcements__title {
        margin-bottom: 30px; }
      .announcements .announcements__wrapper {
        padding: 0 30px; }
      .announcements .announcements__link {
        margin-top: 50px; }
      .announcements .col--3 {
        width: 100%; }
      .announcements .col + .col {
        margin-top: 50px; } }
  @media (max-width: 599px) {
    .announcements .announcements__wrapper {
      padding: 0 20px; } }
  @media (max-width: 499px) {
    .announcements .announcements__link {
      margin-top: 35px; } }
  @media (max-width: 413px) {
    .announcements {
      padding-top: 35px;
      margin-bottom: 35px; }
      .announcements .announcements__title {
        font-size: 34px; } }

.announcement {
  display: block;
  position: relative;
  font-weight: 400; }
  .announcement .announcement__image {
    width: calc(100% - 15px);
    position: relative;
    border-right: 8px solid #fff;
    border-bottom: 8px solid #fff;
    -webkit-box-shadow: 30px 30px 0 -15px #faae3d;
            box-shadow: 30px 30px 0 -15px #faae3d; }
    .announcement .announcement__image img {
      width: 100%; }
  .announcement .announcement__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%); }
  .announcement .announcement__snippet {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 73px 0 53px;
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  .announcement span {
    font-weight: 500; }
  .announcement:hover span {
    text-decoration: underline; }
  @media (max-width: 599px) {
    .announcement .announcement__image {
      width: calc(100% - 10px);
      -webkit-box-shadow: 15px 15px 0 -5px #faae3d;
              box-shadow: 15px 15px 0 -5px #faae3d; }
    .announcement .announcement__snippet {
      padding: 0 58px 0 40px; } }

.subscribe {
  position: relative;
  background-color: #81715e;
  color: #fff;
  overflow: hidden;
  margin-top: 50px; }
  .subscribe .subscribe__pattern {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: calc(50vw - 490px);
    background-image: url("../images/pattern.svg");
    background-size: 83px auto;
    background-position: top center;
    width: 83px;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    background-repeat: no-repeat; }
  .subscribe .subscribe__wrapper {
    max-width: 1040px;
    margin: 0 auto;
    padding: 67px 50px; }
  .subscribe p {
    max-width: 780px;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.52381;
    margin-bottom: 16px;
    padding-right: 140px; }
  @media (max-width: 1279px) {
    .subscribe .subscribe__pattern {
      -webkit-transform: none;
              transform: none; } }
  @media (max-width: 1169px) {
    .subscribe .subscribe__pattern {
      right: 50px; } }
  @media (max-width: 752px) {
    .subscribe {
      margin-top: 0; }
      .subscribe .subscribe__wrapper {
        padding: 50px 30px; }
      .subscribe .subscribe__pattern {
        right: 30px; } }
  @media (max-width: 599px) {
    .subscribe .subscribe__wrapper {
      padding-left: 20px;
      padding-right: 20px; }
    .subscribe .subscribe__pattern {
      right: 20px; } }
  @media (max-width: 499px) {
    .subscribe .subscribe__pattern {
      display: none; }
    .subscribe .subscribe__wrapper {
      padding: 35px 20px; }
    .subscribe p {
      font-size: 18px;
      padding-right: 30px; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: auto;
  height: auto;
  z-index: 10;
  border: 0;
  background-color: transparent; }
  .popup .popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .8; }
  .popup .popup__wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    background-color: #faae3d;
    margin: 0 auto;
    padding: 50px 0; }
  .popup .popup__pattern {
    position: absolute;
    height: 717px;
    right: 82px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    -webkit-mask-image: url("../images/pattern.svg");
            mask-image: url("../images/pattern.svg");
    -webkit-mask-size: 120px auto;
            mask-size: 120px auto;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    width: 120px;
    background-color: #fff; }
  .popup .popup__close {
    position: absolute;
    top: 0;
    right: -50px;
    cursor: pointer; }
  .popup .popup__container {
    margin: 0 auto;
    max-width: 1080px;
    padding-right: 310px;
    padding-left: 70px; }
  .popup a {
    font-weight: 400; }
  .popup input[type='submit'] {
    margin-top: 40px; }
  @media (max-width: 1279px) {
    .popup .popup__wrapper {
      max-width: 940px; } }
  @media (max-width: 1111px) {
    .popup .popup__pattern {
      display: none; }
    .popup .popup__wrapper {
      max-width: 800px;
      margin: 0 auto; }
    .popup .popup__container {
      padding: 0 70px; }
    .popup .popup__close {
      position: absolute;
      top: -50px;
      right: 20px;
      cursor: pointer; } }
  @media (max-width: 992px) {
    .popup .popup__container {
      padding: 0 65px; } }
  @media (max-width: 752px) {
    .popup .popup__container {
      padding: 0 40px; } }
  @media (max-width: 599px) {
    .popup .popup__container {
      padding: 0 30px; }
    .popup input[type='submit'] {
      margin-top: 30px; } }
  @media (max-width: 499px) {
    .popup .popup__wrapper {
      padding: 35px 0; } }
  @media (max-width: 1024px) and (max-height: 700px) {
    .popup {
      overflow: auto;
      padding: 50px 0; }
      .popup .popup__wrapper {
        position: relative;
        top: 0;
        -webkit-transform: none;
                transform: none; }
      .popup .popup__close {
        top: -35px; } }

.form__error {
  color: #f00; }

.form__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px -10px 30px;
  list-style-type: none; }
  .form__options li {
    padding: 0 10px 20px;
    width: 25%; }
  .form__options .btn {
    float: left;
    width: 100%;
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px; }
    .form__options .btn.active {
      background-color: #000;
      color: #fff; }

.form input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

@media (max-width: 992px) {
  .form__options {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: -10px; }
    .form__options li {
      width: 50%; } }

@media (max-width: 499px) {
  .form__options li {
    width: 100%;
    padding-bottom: 15px; } }

.field {
  display: block;
  margin: 28px 0; }
  .field__label {
    font-size: 14px;
    display: block;
    margin-bottom: 12px; }
  .field input {
    font-size: 14px;
    line-height: 20px;
    height: 42px;
    display: block;
    width: 100%;
    outline: 0;
    border: 2px solid #000;
    border-radius: 0;
    padding: 9px 13px;
    background-color: transparent; }
    .field input::-webkit-input-placeholder {
      color: #000;
      opacity: .6; }
    .field input:-moz-placeholder {
      color: #000;
      opacity: .6; }
    .field input::-moz-placeholder {
      color: #000;
      opacity: .6; }
    .field input:-ms-input-placeholder {
      color: #000;
      opacity: .6; }
  .field textarea {
    font-size: 14px;
    line-height: 20px;
    display: block;
    width: 100%;
    outline: 0;
    border: 2px solid #000;
    padding: 9px 13px;
    background-color: transparent;
    resize: none; }
    .field textarea::-webkit-input-placeholder {
      color: #000;
      opacity: .6; }
    .field textarea:-moz-placeholder {
      color: #000;
      opacity: .6; }
    .field textarea::-moz-placeholder {
      color: #000;
      opacity: .6; }
    .field textarea:-ms-input-placeholder {
      color: #000;
      opacity: .6; }
  .field__error {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #f00; }

@media (max-width: 499px) {
  .field {
    margin: 20px 0; } }

.checkbox {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px; }
  .checkbox__wrapper {
    position: relative;
    margin-right: 10px; }
    .checkbox__wrapper label {
      position: relative;
      border: 2px solid #000;
      display: block;
      width: 25px;
      height: 25px; }
      .checkbox__wrapper label::after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);
        content: '';
        width: 15px;
        height: 12px;
        background-image: url("../images/icons/check.svg");
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0;
        -webkit-transition: 200ms ease;
        transition: 200ms ease;
        margin-top: 1px; }
    .checkbox__wrapper input {
      display: none; }
      .checkbox__wrapper input:checked + label::after {
        opacity: 1; }
  .checkbox__label {
    display: inline-block;
    font-size: 14px;
    line-height: 18px; }
  @media (hover: hover) {
    .checkbox:hover label::after {
      opacity: .5; } }
  .checkbox.is-error {
    color: #f00; }
  @media (max-width: 359px) {
    .checkbox__label {
      font-size: 12px; } }

.footer .footer__wrapper {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px; }

.footer .footer__social {
  display: inline-block;
  vertical-align: top;
  float: left; }
  .footer .footer__social a {
    float: left;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #81715e;
    border-radius: 50%;
    height: 32px;
    width: 32px; }
    .footer .footer__social a i {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
    .footer .footer__social a + a {
      margin-left: 15px; }
    .footer .footer__social a:hover {
      border-color: #e4535e; }
      .footer .footer__social a:hover i {
        background-color: #e4535e; }

.footer .footer__menu {
  float: right;
  font-size: 14px;
  line-height: 32px; }
  .footer .footer__menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .footer .footer__menu li {
    display: inline-block;
    vertical-align: top;
    float: left; }
    .footer .footer__menu li + li {
      margin-left: 100px; }
  .footer .footer__menu a {
    font-weight: 400;
    text-decoration: none; }
    .footer .footer__menu a:hover {
      color: #e4535e; }

@media (max-width: 992px) {
  .footer {
    text-align: center; }
    .footer .footer__wrapper {
      padding-top: 35px;
      padding-bottom: 35px; }
    .footer .footer__social {
      margin-top: 30px;
      float: none; }
    .footer .footer__menu {
      display: block;
      width: 100%;
      max-width: 634px;
      margin: 0 auto;
      float: none; }
      .footer .footer__menu li {
        width: 33.33333%; }
        .footer .footer__menu li + li {
          margin-left: 0; } }

@media (max-width: 752px) {
  .footer .footer__wrapper {
    padding: 30px; } }

@media (max-width: 599px) {
  .footer .footer__wrapper {
    padding-left: 20px;
    padding-right: 20px; }
  .footer .footer__menu li {
    width: 100%; }
    .footer .footer__menu li + li {
      margin-top: 5px; } }

.wp-caption {
  display: block;
  position: relative;
  width: 100% !important;
  margin: 50px 0; }
  .wp-caption img {
    margin: 0 !important; }
  .wp-caption-text {
    font-weight: 700;
    margin-top: 45px; }
  @media (max-width: 752px) {
    .wp-caption {
      margin: 35px 0; }
      .wp-caption-text {
        margin-top: 35px; } }
  @media (max-width: 413px) {
    .wp-caption {
      margin: 25px 0; }
      .wp-caption-text {
        margin-top: 25px; } }

.icon {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 200ms ease;
  transition: 200ms ease; }

 .icon__search {
    width: 24px;
    height: 24px;
    background: none;
    -webkit-mask-image: url("../images/icons/search.svg");
            mask-image: url("../images/icons/search.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center; }


  .icon__instagram {
    width: 16px;
    height: 16px;
    background: none;
    -webkit-mask-image: url("../images/icons/instagram.svg");
            mask-image: url("../images/icons/instagram.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #81715e; 
}


  .icon__facebook {
    width: 7px;
    height: 14px;
    background: none;
    -webkit-mask-image: url("../images/icons/facebook.svg");
            mask-image: url("../images/icons/facebook.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #81715e; }
  .icon__twitter {
    width: 13px;
    height: 11px;
    background: none;
    -webkit-mask-image: url("../images/icons/twitter.svg");
            mask-image: url("../images/icons/twitter.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #81715e; }
  .icon__flickr {
    width: 17px;
    height: 8px;
    background: none;
    -webkit-mask-image: url("../images/icons/flickr.svg");
            mask-image: url("../images/icons/flickr.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #81715e; }
  .icon__linkedin {
    width: 13px;
    height: 13px;
    background: none;
    -webkit-mask-image: url("../images/icons/linkedin.svg");
            mask-image: url("../images/icons/linkedin.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #81715e; }
  .icon__whatsapp {
    width: 16px;
    height: 17px;
    background: none;
    -webkit-mask-image: url("../images/icons/whatsapp.svg");
            mask-image: url("../images/icons/whatsapp.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #81715e; }
  .icon__email {
    width: 16px;
    height: 11px;
    background: none;
    -webkit-mask-image: url("../images/icons/email.svg");
            mask-image: url("../images/icons/email.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #81715e; }
  .icon__arrow {
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    margin-top: -2px; }
    .icon__arrow--left {
      border-right: 13px solid #faae3d;
      margin-right: 16px; }
    .icon__arrow--right {
      border-left: 13px solid #000;
      margin-left: 16px; }
      .icon__arrow--right.yellow {
        border-left-color: #faae3d; }
  .icon__plus {
    width: 15px;
    height: 16px;
    background: none;
    -webkit-mask-image: url("../images/icons/plus.svg");
            mask-image: url("../images/icons/plus.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #fff; }
  .icon__close {
    width: 23px;
    height: 23px;
    background-image: url("../images/icons/close.svg"); }
  @media (max-width: 400px) {
    .icon__close {
      width: 18px;
      height: 18px;
      background-image: url("../images/icons/close.svg"); } }

.fancybox-container .fancybox-caption {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  bottom: 13px;
  text-align: right; }
  .fancybox-container .fancybox-caption::before {
    background: 0 0; }
  .fancybox-container .fancybox-caption::after {
    border-bottom: 0; }
  .fancybox-container .fancybox-caption.none {
    visibility: hidden;
    opacity: 0; }
  .fancybox-container .fancybox-caption > span {
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 25px 30px;
    text-align: left; }
    @media (max-width: 374px) {
      .fancybox-container .fancybox-caption > span {
        padding: 20px 26px; } }
  .fancybox-container .fancybox-caption p {
    max-width: 600px;
    color: #fff;
    margin: 10px 0; }
    .fancybox-container .fancybox-caption p:first-child {
      margin-top: 0; }
    .fancybox-container .fancybox-caption p:last-child {
      margin-bottom: 0; }
    .fancybox-container .fancybox-caption p a {
      color: #fff;
      font-weight: 700; }

body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  padding: 44px 0 0 0; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0 0 0; }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
    
/*Custom Css*/
.work .work__post {
    min-height: 345px;
}
.post .text_wrap{
    min-height:160px;
}