@charset "UTF-8";
/*
Theme Name: religionsforpeace
*/
@font-face {
  font-family: "Canela";
  src: url("fonts/Canela-Light.woff2") format("woff2"), url("fonts/Canela-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("fonts/Canela-LightItalic.woff2") format("woff2"), url("fonts/Canela-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela Web";
  src: url("fonts/CanelaWeb-Regular.woff2") format("woff2"), url("fonts/CanelaWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim";
  src: url("fonts/GTWalsheimBold.woff2") format("woff2"), url("fonts/GTWalsheimBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim";
  src: url("fonts/GTWalsheimMedium.woff2") format("woff2"), url("fonts/GTWalsheimMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim";
  src: url("fonts/GTWalsheimLight.woff2") format("woff2"), url("fonts/GTWalsheimLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim";
  src: url("fonts/GTWalsheimRegular.woff2") format("woff2"), url("fonts/GTWalsheimRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chivo";
  src: url("fonts/Chivo-BlackItalic.woff2") format("woff2"), url("fonts/Chivo-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Chivo";
  src: url("fonts/Chivo-Black.woff2") format("woff2"), url("fonts/Chivo-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chivo";
  src: url("fonts/Chivo-Bold.woff2") format("woff2"), url("fonts/Chivo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chivo";
  src: url("fonts/Chivo-Italic.woff2") format("woff2"), url("fonts/Chivo-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Chivo";
  src: url("fonts/Chivo-BoldItalic.woff2") format("woff2"), url("fonts/Chivo-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Chivo";
  src: url("fonts/Chivo-Light.woff2") format("woff2"), url("fonts/Chivo-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chivo";
  src: url("fonts/Chivo-LightItalic.woff2") format("woff2"), url("fonts/Chivo-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Chivo";
  src: url("fonts/Chivo-Regular.woff2") format("woff2"), url("fonts/Chivo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

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

* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Chivo", sans-serif;
  font-size: 18px;
  line-height: 33px;
  color: #000000;
  background: #F8F3EE;
}
body img {
  max-width: 100%;
}
body.menu-show {
  overflow: hidden;
}

:focus {
  outline: none !important;
}

.site {
  position: relative;
}

section {
  float: left;
  width: 100%;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 993px) {
  section {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 780px) {
  section {
    padding: 25px 0;
  }
}

.site-content,
header,
footer {
  float: left;
  width: 100%;
}

input[type=text], input[type=email], input[type=search], input[type=submit], textarea, button {
  font-family: "Chivo", sans-serif;
  -webkit-appearance: none;
  border-radius: 6px;
  background: #FFFFFF;
  color: #141C27;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  padding: 15px;
}

input[type=text],
input[type=email],
input[type=search] {
  width: calc(100% - 140px);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus {
  outline: 1px solid #EDBA69;
  border-radius: 6px;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder {
  color: #AFAFAF;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder {
  color: #AFAFAF;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder {
  color: #AFAFAF;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 1;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder {
  color: #AFAFAF;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder {
  color: #AFAFAF;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AFAFAF;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #AFAFAF;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

h1, .home .featured--content .text-box span,
.h1,
.h1 p {
  font-size: 60px;
  font-weight: 300;
  font-family: "Canela", sans-serif;
  line-height: 74px;
}
@media only screen and (max-width: 993px) {
  h1, .home .featured--content .text-box span,
.h1,
.h1 p {
    font-size: 51px;
    line-height: 64px;
  }
}
@media only screen and (max-width: 780px) {
  h1, .home .featured--content .text-box span,
.h1,
.h1 p {
    font-size: 43px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 380px) {
  h1, .home .featured--content .text-box span,
.h1,
.h1 p {
    font-size: 35px;
    line-height: 45px;
  }
}

h2,
.h2,
.priority-page .carousel--content .carousel--split .text--carousel--content .text--content h4,
.h2 p,
.priority-page .carousel--content .carousel--split .text--carousel--content .text--content h4 p {
  font-size: 50px;
  font-weight: 300;
  font-family: "Canela", sans-serif;
  line-height: 59px;
}
@media only screen and (max-width: 993px) {
  h2,
.h2,
.priority-page .carousel--content .carousel--split .text--carousel--content .text--content h4,
.h2 p,
.priority-page .carousel--content .carousel--split .text--carousel--content .text--content h4 p {
    font-size: 42px;
    line-height: 51px;
  }
}
@media only screen and (max-width: 780px) {
  h2,
.h2,
.priority-page .carousel--content .carousel--split .text--carousel--content .text--content h4,
.h2 p,
.priority-page .carousel--content .carousel--split .text--carousel--content .text--content h4 p {
    font-size: 42px;
    line-height: 44px;
  }
}

h3,
.h3,
.h3 p {
  font-size: 38px;
  font-weight: 300;
  font-family: "Canela", sans-serif;
  line-height: 46px;
}
@media only screen and (max-width: 993px) {
  h3,
.h3,
.h3 p {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 780px) {
  h3,
.h3,
.h3 p {
    font-size: 27px;
    line-height: 34px;
  }
}

h4,
.h4,
.banner_priority__title,
.h4 p,
.banner_priority__title p {
  font-size: 32px;
  font-weight: 300;
  font-family: "Canela", sans-serif;
  line-height: 42px;
}
@media only screen and (max-width: 993px) {
  h4,
.h4,
.banner_priority__title,
.h4 p,
.banner_priority__title p {
    font-size: 27px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 780px) {
  h4,
.h4,
.banner_priority__title,
.h4 p,
.banner_priority__title p {
    font-size: 27px;
    line-height: 31px;
  }
}

h5,
.h5,
.h5 p {
  font-size: 22px;
  font-weight: 300;
  font-family: "Canela", sans-serif;
  line-height: 31px;
}
@media only screen and (max-width: 993px) {
  h5,
.h5,
.h5 p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 780px) {
  h5,
.h5,
.h5 p {
    font-size: 15px;
    line-height: 22px;
  }
}

h6,
.h6,
.h6 p {
  font-size: 19px;
  font-weight: 300;
  font-family: "Canela", sans-serif;
  line-height: 25px;
}
@media only screen and (max-width: 993px) {
  h6,
.h6,
.h6 p {
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 780px) {
  h6,
.h6,
.h6 p {
    font-size: 14px;
    line-height: 18px;
  }
}

a {
  color: #141C27;
  text-decoration: underline;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
p,
.p {
  font-family: "Chivo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 993px) {
  p,
.p {
    font-size: 16px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 780px) {
  p,
.p {
    font-size: 14px;
    line-height: 28px;
  }
}

b,
strong,
strong * {
  font-weight: 700;
}

ul,
ol {
  margin-bottom: 1.5rem;
}
ul li,
ol li {
  font-family: "Chivo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  list-style: inside;
}
@media only screen and (max-width: 993px) {
  ul li,
ol li {
    font-size: 16px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 780px) {
  ul li,
ol li {
    font-size: 14px;
    line-height: 28px;
  }
}

*:focus {
  outline: none;
}

@media only screen and (max-width: 1100px) {
  .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media only screen and (max-width: 1100px) {
  .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.container {
  width: 100%;
  max-width: 1270px;
  padding: 0 15px;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .container {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 993px) {
  [class^=col-md] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 993px) {
  [class^=col-xs] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 993px) {
  [class^=col-xs-offset] {
    margin-left: 0;
    margin-right: 0;
  }
}

.no--margin {
  margin: 0 !important;
}

.no--margin--top {
  margin-top: 0 !important;
}

.no--margin--left {
  margin-left: 0 !important;
}

.no--margin--right {
  margin-right: 0 !important;
}

.no--margin--bottom {
  margin-bottom: 0 !important;
}

.no--padding {
  padding: 0 !important;
}

.no--padding--top {
  padding-top: 0 !important;
}

.no--padding--left {
  padding-left: 0 !important;
}

.no--padding--right {
  padding-right: 0 !important;
}

.no--padding--bottom {
  padding-bottom: 0 !important;
}

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

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

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

.img--responsive {
  display: block;
  width: 100%;
}

.show--device {
  display: none !important;
}
@media only screen and (max-width: 993px) {
  .show--device {
    display: block !important;
  }
}

.hidde--device {
  display: block !important;
}
@media only screen and (max-width: 1100px) {
  .hidde--device {
    display: none !important;
  }
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.pull--left {
  float: left;
}

.pull--right {
  float: right;
}

.clear {
  float: left;
  clear: both;
  width: 100%;
}

.alignleft {
  float: left;
  margin: 0 30px 20px 0;
  max-width: 50%;
}

.alignright {
  float: right;
  margin: 0 0 20px 30px;
  max-width: 50%;
}

.alignnone, .aligncenter {
  clear: both;
  display: block;
  margin: 30px auto;
}

@media only screen and (max-width: 550px) {
  .alignleft, .alignright {
    max-width: 100%;
  }
}
.header {
  width: 100%;
  z-index: 4;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1100px) {
  .header {
    border-bottom: 1px solid rgba(226, 208, 186, 0.25);
  }
}
@media only screen and (max-width: 1100px) {
  .header {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 480px) {
  .header {
    padding: 15px 0;
  }
}
.header__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.header__logo {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
      align-self: auto;
  z-index: 3;
  position: relative;
}
.header__logo img {
  float: left;
}
@media only screen and (max-width: 480px) {
  .header__logo img {
    width: 200px;
  }
}

.header__content-menu {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
      align-self: auto;
}

.header__menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.header__menu-navigation {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
      align-self: auto;
}
.header__menu-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 1100px) {
  .header__menu-navigation ul {
    display: inline-block;
    margin: auto;
  }
}
.header__menu-navigation ul li {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .header__menu-navigation ul li {
    display: block;
    text-align: center;
  }
}
.header__menu-navigation ul li a {
  color: #E2D0BA;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  font-family: "Chivo", sans-serif;
  text-decoration: none;
  position: relative;
  padding: 24px 20px;
  font-weight: 400;
  display: inline-block;
}
.header__menu-navigation ul li .menu-icon {
  position: absolute;
  right: 0;
  top: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #E2D0BA;
}
@media only screen and (max-width: 1100px) {
  .header__menu-navigation ul li .menu-icon {
    top: 31px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    cursor: pointer;
  }
}
@media only screen and (max-width: 1100px) {
  .header__menu-navigation ul li .menu-icon.active {
    -webkit-transform: translateX(-50%) rotateX(180deg) !important;
            transform: translateX(-50%) rotateX(180deg) !important;
    right: -5px;
  }
}
.header__menu-navigation ul li .sub-menu {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.27);
  border-radius: 0px 0px 15px 15px;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  .header__menu-navigation ul li .sub-menu {
    position: relative;
    background: transparent !important;
  }
}
.header__menu-navigation ul li .sub-menu li {
  display: block;
  text-align: center;
}
.header__menu-navigation ul li .sub-menu li a {
  padding: 10px 0;
  display: block;
}
.header__menu-navigation ul li .sub-menu li a:hover {
  background: rgba(0, 0, 0, 0.26);
}
@media only screen and (max-width: 1100px) {
  .header__menu-navigation ul li .sub-menu li a:hover {
    background: transparent !important;
  }
}
.header__menu-navigation ul li .sub-menu li:after {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .header__menu-navigation ul li .sub-menu.active {
    display: block;
  }
}
@media only screen and (min-width: 1100px) {
  .header__menu-navigation ul li:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #E2D0BA;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .header__menu-navigation ul li:hover:after {
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .header__menu-navigation ul li:hover .sub-menu {
    display: block;
  }
}
@media only screen and (min-width: 1100px) {
  .header__menu-navigation ul li:hover .menu-icon {
    -webkit-transform: translateX(-50%) rotateX(180deg);
            transform: translateX(-50%) rotateX(180deg);
  }
}
.header__menu-navigation ul li.current-menu-item a {
  font-weight: 700;
}
.header__menu-navigation ul li.current-menu-item:after {
  width: 100%;
  left: 0;
}
.header__menu-navigation ul li.current-menu-parent > a {
  font-weight: 700;
}
.header__menu-navigation ul li.menu-item-has-children a {
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  .header__menu-navigation ul li.menu-item-has-children a::focus .sub-menu {
    display: block;
  }
  .header__menu-navigation ul li.menu-item-has-children a::focus .menu-icon {
    -webkit-transform: translateX(-50%) rotateX(180deg);
            transform: translateX(-50%) rotateX(180deg);
  }
}
@media only screen and (max-width: 1100px) {
  .header__menu-navigation .menu-primary-menu-container {
    margin-top: 100px;
    text-align: center;
  }
}
@media only screen and (max-width: 1100px) {
  .header__menu-navigation {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #444444;
    height: 100vh;
  }
}

.header__search-button {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
      align-self: auto;
  margin-left: 5px;
}
.header__search-button .search--toggle {
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.header__search-button .search--toggle i {
  color: #E2D0BA;
  font-size: 15px;
}
.header__search-button .search--toggle:hover {
  background: #E2D0BA;
}
.header__search-button .search--toggle:hover i {
  color: #000000;
}
@media only screen and (max-width: 1100px) {
  .header__search-button {
    display: none;
  }
}

.header__trigger-donate {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
      align-self: auto;
  margin-left: 25px;
}
.header__trigger-donate a {
  padding: 13px 25px;
  letter-spacing: 0.2em;
}
.header__trigger-donate.current_page_item a {
  color: #E2D0BA !important;
  background: #1A5960 !important;
  border-color: #1A5960 !important;
}
@media only screen and (max-width: 1100px) {
  .header__trigger-donate {
    text-align: center;
    margin-top: 25px;
    margin-left: 0;
  }
}

.header__hamburger {
  z-index: 4;
  display: none;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  float: right;
  width: 40px;
  height: 40px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.header__hamburger.is-active:hover {
  color: #103354;
}
.header__hamburger.is-active:visited, .header__hamburger.is-active:focus {
  color: #FFFFFF;
}
.header__hamburger.is-active.hamburger-inner, .header__hamburger.is-active.hamburger-inner::before, .header__hamburger.is-active.hamburger-inner::after {
  background-color: #E2D0BA;
}
.header__hamburger .hamburger-box {
  display: block;
  top: 50%;
  position: relative;
}
.header__hamburger .hamburger-inner,
.header__hamburger .hamburger-inner::before,
.header__hamburger .hamburger-inner::after {
  width: 40px;
  height: 1px;
  background-color: #E2D0BA;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.header__hamburger .hamburger-inner::after {
  width: 40px;
}
.header__hamburger .is-active .hamburger-inner::after {
  width: 40px;
}
.header__hamburger .hamburger-inner::before,
.header__hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.header__hamburger .hamburger-inner::before {
  top: -10px;
}
.header__hamburger .hamburger-inner::after {
  bottom: -10px;
}
.header__hamburger.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.header__hamburger.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.header__hamburger.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.header__hamburger.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header__hamburger.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.header__hamburger.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 1100px) {
  .header__hamburger {
    display: block;
  }
}

@media only screen and (min-width: 1100px) {
  .header.dark {
    border-bottom: 1px solid rgba(68, 68, 68, 0.25);
  }
}
.header.dark .header__menu-navigation ul li a {
  color: #444444;
}
.header.dark .header__menu-navigation ul li .menu-icon {
  border-top: 5px solid #444444;
}
.header.dark .header__menu-navigation ul li .sub-menu {
  background: #FFFFFF;
}
@media only screen and (max-width: 1100px) {
  .header.dark .header__menu-navigation ul li .sub-menu {
    background: transparent !important;
  }
}
.header.dark .header__menu-navigation ul li .sub-menu li {
  display: block;
  text-align: center;
}
.header.dark .header__menu-navigation ul li .sub-menu li a {
  color: #1A5960;
}
.header.dark .header__menu-navigation ul li .sub-menu li a:hover {
  background: rgba(226, 208, 186, 0.37);
}
@media only screen and (max-width: 1100px) {
  .header.dark .header__menu-navigation ul li .sub-menu li a:hover {
    background: transparent !important;
  }
}
.header.dark .header__menu-navigation ul li .sub-menu li:after {
  display: none;
}
.header.dark .header__menu-navigation ul li:after {
  background: #1A5960;
}
.header.dark .header__menu-navigation ul li:hover:after {
  width: 100%;
  left: 0;
}
@media only screen and (min-width: 1100px) {
  .header.dark .header__menu-navigation ul li:hover .sub-menu {
    display: block;
  }
}
@media only screen and (min-width: 1100px) {
  .header.dark .header__menu-navigation ul li:hover .menu-icon {
    -webkit-transform: translateX(-50%) rotateX(180deg);
            transform: translateX(-50%) rotateX(180deg);
  }
}
@media only screen and (max-width: 1100px) {
  .header.dark .header__menu-navigation {
    background: #E2D0BA;
  }
}
.header.dark .header__search-button .search--toggle i {
  color: #444444;
}
.header.dark .header__search-button .search--toggle:hover {
  background: #1A5960;
}
.header.dark .header__search-button .search--toggle:hover i {
  color: #E2D0BA;
}
.header.dark .header__trigger-donate a {
  border-color: #444444 !important;
  color: #444444 !important;
}
.header.dark .header__trigger-donate a:hover {
  background: #1A5960 !important;
  border-color: #1A5960 !important;
  color: #E2D0BA !important;
}
.header.dark .header__hamburger.is-active.hamburger-inner, .header.dark .header__hamburger.is-active.hamburger-inner::before, .header.dark .header__hamburger.is-active.hamburger-inner::after {
  background-color: #444444;
}
.header.dark .header__hamburger .hamburger-inner,
.header.dark .header__hamburger .hamburger-inner::before,
.header.dark .header__hamburger .hamburger-inner::after {
  background-color: #444444;
}

.footer {
  background: #141C27;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 993px) {
  .footer {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 1320px) {
  .footer .row {
    margin-right: 0;
  }
}
@media only screen and (min-width: 993px) {
  .footer__logo-footer {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 993px) {
  .footer__logo-footer {
    text-align: center;
  }
}

@media only screen and (min-width: 993px) {
  .footer__menu-footer ul {
    margin-left: auto;
    max-width: 140px;
  }
}
@media only screen and (max-width: 993px) {
  .footer__menu-footer ul {
    text-align: center;
    margin-top: 25px;
  }
}
.footer__menu-footer ul li {
  list-style: none;
}
.footer__menu-footer ul li a {
  color: rgba(226, 208, 186, 0.85);
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  text-decoration: none;
}
.footer__menu-footer ul li a:hover {
  text-decoration: underline;
}
.footer__menu-footer ul li.current-menu-item a {
  text-decoration: underline;
}

.footer__copyright--text {
  margin-top: 65px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  max-width: 445px;
}
@media only screen and (max-width: 480px) {
  .footer__copyright--text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 993px) {
  .footer__copyright--text {
    margin: auto;
    margin-top: 25px;
  }
}
.footer__copyright--text p {
  color: rgba(226, 208, 186, 0.66);
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
@media only screen and (min-width: 480px) {
  .footer__copyright--text p {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media only screen and (max-width: 480px) {
  .footer__copyright--text p {
    width: auto;
    float: none;
    text-align: center;
    margin-top: 15px;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
    -ms-flex: 1 1 100%;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
        align-self: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer__copyright--text a {
  color: rgba(226, 208, 186, 0.66);
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}
@media only screen and (min-width: 480px) {
  .footer__copyright--text a {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
        align-self: auto;
  }
}
.footer__copyright--text a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .footer__copyright--text a {
    margin-bottom: 5px;
    text-align: center;
    clear: right;
    float: none;
    width: auto;
    display: block;
    text-align: center;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
    -ms-flex: 1 1 100%;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
        align-self: auto;
    order: 0;
  }
  .footer__copyright--text a:last-child {
    margin-bottom: 0;
  }
}

.footer__social {
  text-align: right;
  margin-top: 45px;
}
@media only screen and (max-width: 993px) {
  .footer__social {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 993px) {
  .footer__social ul {
    text-align: center;
  }
}
.footer__social ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  line-height: 31px;
}
.footer__social ul li a {
  border: 1px solid rgba(226, 208, 186, 0.25);
  background: transparent;
  text-align: center;
  display: block;
  width: 35px;
  border-radius: 50%;
}
.footer__social ul li a i {
  color: #E2D0BA;
}
.footer__social ul li a:hover {
  background: #1A5960;
  border-color: #1A5960;
}
@media only screen and (max-width: 480px) {
  .footer__social ul li {
    line-height: 38px;
    font-size: 20px;
  }
  .footer__social ul li a {
    width: 40px;
  }
}

@media only screen and (max-width: 993px) {
  .footer__order--first {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (max-width: 993px) {
  .footer__order--second {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.button {
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  text-transform: none;
  text-decoration: none;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
  color: #141C27;
  background: transparent;
  text-transform: uppercase;
  padding: 16px 25px;
  min-width: 130px;
  border-radius: 6px;
  text-align: center;
  font-family: "Chivo", sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  letter-spacing: 0.1em;
}
.button.button--outline {
  border-color: #E2D0BA !important;
  color: #E2D0BA !important;
}
.button.button--outline:hover {
  color: #000000 !important;
  background: #E2D0BA !important;
  text-decoration: none !important;
}
.button.button--teal {
  background: #1A5960 !important;
  border-color: #1A5960 !important;
  color: #E2D0BA !important;
  min-width: 210px;
}
.button.button--teal:hover {
  background: #0F3438 !important;
  border-color: #0F3438 !important;
  text-decoration: none !important;
}
.button.button--black {
  background: transparent !important;
  border-color: #000000 !important;
  color: #000000 !important;
  min-width: 210px;
}
.button.button--black:hover {
  background: #0F3438 !important;
  border-color: #0F3438 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.button.button--teal--outline {
  background: transparent !important;
  border-color: #1A5960 !important;
  color: #1A5960 !important;
  min-width: 210px;
}
.button.button--teal--outline:hover {
  background: #1A5960 !important;
  border-color: #1A5960 !important;
  color: #E2D0BA !important;
  text-decoration: none !important;
}
.button.button--beige {
  background: #E2D0BA !important;
  border-color: #E2D0BA !important;
  color: #000000 !important;
  min-width: 210px;
}
.button.button--beige:hover {
  background: #D3B896 !important;
  border-color: #D3B896 !important;
  text-decoration: none !important;
}
.button.button--beige--outline {
  background: transparent !important;
  border-color: #E2D0BA !important;
  color: #E2D0BA !important;
  min-width: 210px;
}
.button.button--beige--outline:hover {
  background: #E2D0BA !important;
  border-color: #E2D0BA !important;
  color: #000000 !important;
  text-decoration: none !important;
}
.button.button--yellow {
  background: transparent !important;
  border-color: #EDBA69 !important;
  color: #EDBA69 !important;
  min-width: 210px;
}
.button.button--yellow:hover {
  background: #EDBA69 !important;
  border-color: #EDBA69 !important;
  color: #000000 !important;
  text-decoration: none !important;
}
.button.button--large {
  font-size: 15px;
  width: 100%;
  max-width: 300px;
}
.button:focus, .button:visited {
  outline: 0 none;
}

.gform_wrapper div.validation_error {
  color: #EDBA69 !important;
  font-size: 13px !important;
  border-top: 2px solid #EDBA69 !important;
  border-bottom: 2px solid #EDBA69 !important;
  margin-bottom: 35px;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border-top: 0 none !important;
  border-bottom: 0 none !important;
}

.gform_wrapper .validation_message {
  color: #EDBA69 !important;
  text-align: left;
  font-size: 12px;
}

.gform_wrapper .gform_ajax_spinner_1.gform_ajax_spinner {
  width: 100%;
  float: left;
  display: block;
}

.resources-section {
  overflow: visible;
}

.container--filters > .row {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 993px) {
  .container--filters > .row {
    float: none;
    width: auto;
  }
}

.filters--content {
  width: 100%;
  float: left;
  border-bottom: 1px solid #E2D0BA;
}
@media only screen and (max-width: 1024px) {
  .filters--content {
    display: none;
    padding: 0;
    border: 0;
    text-align: center;
  }
}
.filters--content .filter-label {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-right: 20px;
  font-weight: 300;
  color: #808080;
  float: left;
  line-height: 60px;
  font-size: 13px;
}
@media only screen and (max-width: 1024px) {
  .filters--content .filter-label {
    display: none;
  }
}
.filters--content form {
  float: left;
  width: calc(100% - 104px);
}
@media only screen and (max-width: 1024px) {
  .filters--content form {
    width: 100%;
  }
}
.filters--content form .filtersbox {
  float: left;
}
@media only screen and (max-width: 1024px) {
  .filters--content form .filtersbox {
    width: 100%;
  }
}

.filtersbox .filters {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .filtersbox .filters {
    display: block;
  }
}
.filtersbox .filters .filter {
  margin: 0;
  margin-right: 25px;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.96px;
  color: #000000;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .filtersbox .filters .filter {
    margin-right: 0;
    height: auto;
  }
}
.filtersbox .filters .filter .checkbox {
  margin-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .filtersbox .filters .filter .checkbox {
    margin-left: 0;
  }
}
.filtersbox .filters .filter .checkbox label {
  font-size: 16px;
  cursor: pointer;
}
.filtersbox .filters .filter .checkbox input {
  display: none;
}
.filtersbox .filters .filter .checkbox.active label {
  text-decoration: underline;
  font-weight: 700;
}
.filtersbox .filters .filter .option.selected {
  height: 60px;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .filtersbox .filters .filter .option.selected {
    padding: 0;
  }
}
.filtersbox .filters .filter .option.selected:after {
  position: absolute;
  top: 0;
  height: 60px;
  line-height: 60px;
  right: 0;
  width: 15px;
  background-image: url(images/filtersArrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
}
@media only screen and (max-width: 1024px) {
  .filtersbox .filters .filter .option.selected:after {
    background-position: center center;
  }
}
.filtersbox .filters .filter.open > .option.selected:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filtersbox .filters .filter .options {
  position: absolute;
  top: 58px;
  left: -1px;
  z-index: 2;
  min-width: calc(100% + 2px);
  width: auto;
  max-width: calc(100vw - 2rem);
  border: 1px solid #000000;
  background: #FFFFFF;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .filtersbox .filters .filter .options {
    text-align: center;
    max-width: 100%;
  }
}
.filtersbox .filters .filter .options .option.selected:after {
  display: none;
}
.filtersbox .filters .filter .options input[type=month] {
  padding: 0 20px;
  font-size: 16px;
}
.filtersbox .filters .filter .options .option {
  height: 47px;
  line-height: 47px;
  cursor: pointer;
  padding: 0 20px;
  text-align: left;
  font-size: 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .filtersbox .filters .filter .options .option {
    white-space: break-spaces;
    line-height: normal;
    padding: 10px 20px;
    height: auto;
  }
}
.filtersbox .filters .filter .options .option:hover, .filtersbox .filters .filter .options .option.selected {
  background: #000000;
  color: #FFFFFF;
}

.current-filters {
  width: 100%;
  float: left;
}
.current-filters .current-filter {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
}
@media only screen and (max-width: 1024px) {
  .current-filters .current-filter {
    margin: 0 10px;
  }
}
.current-filters .current-filter span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.96px;
  color: #000000;
  text-transform: uppercase;
}
.current-filters .current-filter span.delete-filter {
  color: red;
  cursor: pointer;
}

.no-result {
  float: left;
  width: 100%;
  padding: 40px 0;
  font-size: 40px;
}

.loading {
  width: 100%;
  text-align: center;
  background-image: url(images/loading.svg);
  background-position: center;
  background-size: auto 70px;
  background-repeat: no-repeat;
  float: left;
  min-height: 500px;
}

.open_filters {
  display: none;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .open_filters {
    font-size: 13px;
    display: block;
    margin-top: 50px;
    text-decoration: none;
    color: grey;
    letter-spacing: 2px;
    border-bottom: 1px solid #E2D0BA;
    text-transform: uppercase;
    font-weight: 600;
  }
}
.open_filters::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
@media only screen and (max-width: 993px) {
  .open_filters::after {
    top: 5px;
  }
}
.open_filters.active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media only screen and (max-width: 993px) {
  .open_filters.active::after {
    top: 10px;
  }
}

#dateFilter .filters .filter {
  height: 47px;
  line-height: 47px;
  margin-right: 10px;
}
@media only screen and (max-width: 1100px) {
  #dateFilter .filters .filter {
    margin-right: 0;
  }
}
#dateFilter .filters .filter .option.selected {
  background: none;
  color: #000;
}
#dateFilter .filters .filter .option.selected::after {
  position: absolute;
  top: 0;
  height: 47px;
  line-height: 47px;
  right: 0;
  width: 15px;
  background-image: url(images/filtersArrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
}
#dateFilter .filters .filter .options {
  height: 300px;
  overflow-y: scroll;
  top: 47px;
}
#dateFilter .filters .filter .options .option.selected::after {
  display: none;
}

.date-filter__container .options {
  width: 200px !important;
}
.date-filter__container .options input {
  float: left;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}
.date-filter__container .options input:hover {
  background: #000;
  color: #FFFFFF;
}

.carousel--content {
  float: left;
  width: 100%;
}
.carousel--content .title--section {
  padding-bottom: 70px;
}
@media only screen and (max-width: 993px) {
  .carousel--content .title--section {
    padding-bottom: 35px;
  }
}
.carousel--content .title--section img {
  float: left;
  margin-right: 15px;
}
.carousel--content .carousel--split {
  float: left;
  width: 100%;
  position: relative;
}
.carousel--content .carousel--split .img--carousel--content {
  float: left;
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
}
.carousel--content .carousel--split .img--carousel--content.fixed {
  position: fixed;
}
.carousel--content .carousel--split .img--carousel--content.bottomfixed {
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 1100px) {
  .carousel--content .carousel--split .img--carousel--content {
    display: none;
  }
}
.carousel--content .carousel--split .img--carousel--content .img--content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carousel--content .carousel--split .img--carousel--content .img--content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel--content .carousel--split .img--carousel--content .img--content--top img {
  -o-object-position: top;
     object-position: top;
}
.carousel--content .carousel--split .img--carousel--content .img--content--bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}
.carousel--content .carousel--split .img--carousel--content .img--content.active {
  opacity: 1;
}
.carousel--content .carousel--split .text--carousel--content {
  float: left;
  width: 100%;
  min-height: 100vh;
  height: auto;
  padding-left: 50%;
}
@media only screen and (max-width: 1100px) {
  .carousel--content .carousel--split .text--carousel--content {
    padding-left: 0;
    min-height: 0;
  }
}
.carousel--content .carousel--split .text--carousel--content .text--content {
  padding: 50px 140px 50px 40px;
  min-height: 100vh;
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
  /*&.active {
    &:nth-child(1) {
      background: radial-gradient(70.57% 131.86% at -20.57% 116.72%, rgba(237, 186, 105, 0.5) 0%, rgba(237, 186, 105, 0) 100%);
    }
    &:nth-child(2) {
      background: radial-gradient(175.31% 333.68% at 231.22% 154.35%, rgba(46, 134, 77, 0.7) 2%, rgba(46, 134, 77, 0) 100%);
    }
    &:nth-child(4) {
      background: radial-gradient(98.19% 182.7% at 107.71% 110.12%, rgba(198, 211, 214, 0) 2%, rgba(217, 223, 225, 0.7) 100%);
    }
  }*/
}
@media only screen and (max-width: 1100px) {
  .carousel--content .carousel--split .text--carousel--content .text--content {
    padding: 50px 25px 30px;
  }
}
@media only screen and (max-width: 700px) {
  .carousel--content .carousel--split .text--carousel--content .text--content {
    padding: 50px 25px 30px;
  }
}
.carousel--content .carousel--split .text--carousel--content .text--content .img--content {
  display: none;
  margin-bottom: 40px;
}
.carousel--content .carousel--split .text--carousel--content .text--content .img--content img {
  width: 100%;
  height: calc(80vw );
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel--content .carousel--split .text--carousel--content .text--content .img--content--top img {
  -o-object-position: top;
     object-position: top;
}
.carousel--content .carousel--split .text--carousel--content .text--content .img--content--bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}
@media only screen and (max-width: 1100px) {
  .carousel--content .carousel--split .text--carousel--content .text--content .img--content {
    display: block;
  }
}
.carousel--content .carousel--split .text--carousel--content .text--content h4 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1100px) {
  .carousel--content .carousel--split .text--carousel--content .text--content h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 993px) {
  .carousel--content .carousel--split .text--carousel--content .text--content .reduced--text {
    max-width: 580px;
  }
}

/* HERO CONTENT */
.hero--homepage {
  height: 70vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero--homepage .container {
  height: 100%;
}
.hero--homepage .container .col-xs-12 {
  height: 100%;
}
.hero--homepage .hero_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero--homepage .hero_video:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  content: "";
}
.hero--homepage .hero_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero--homepage__copy-text {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  width: 100%;
  max-width: 870px;
  z-index: 1;
}
@media only screen and (max-width: 993px) {
  .hero--homepage__copy-text {
    padding: 0 25px;
  }
}
.hero--homepage__copy-text h1, .hero--homepage__copy-text .home .featured--content .text-box span, .home .featured--content .text-box .hero--homepage__copy-text span {
  color: #E2D0BA;
  margin-bottom: 50px;
}

.hero--page {
  height: 543px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 993px) {
  .hero--page {
    height: auto;
  }
}
.hero--page.small {
  height: 480px;
  padding-bottom: 0;
}
@media only screen and (max-width: 993px) {
  .hero--page.small {
    height: auto;
  }
}
.hero--page .container {
  height: 100%;
}
.hero--page .container .col-xs-12 {
  height: 100%;
}
.hero--page.red {
  background: transparent url("images/red-gradient.jpg") no-repeat scroll center center;
  background-size: cover;
}
.hero--page.orange {
  background: transparent url("images/orange-gradient.jpg") no-repeat scroll center center;
  background-size: cover;
}
.hero--page.blue {
  background: transparent url("images/blue-gradient.jpg") no-repeat scroll center center;
  background-size: cover;
}
.hero--page__copy-text {
  text-align: left;
  position: absolute;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  max-width: 1270px;
  padding: 0 15px;
}
@media only screen and (max-width: 993px) {
  .hero--page__copy-text {
    padding: 0;
  }
}
.hero--page__copy-text h3 {
  font-family: "GT Walsheim", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 31px;
  color: #F8F3EE;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
.hero--page__copy-text h2 {
  color: #E2D0BA;
  position: relative;
}
.hero--page__copy-text h2 .arrow--hero {
  background: #E2D0BA;
  height: 2px;
  width: 55px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 55%;
}
@media only screen and (max-width: 700px) {
  .hero--page__copy-text h2 .arrow--hero {
    right: -20px;
    top: 70%;
    display: none;
  }
}
.hero--page__copy-text h2 .arrow--hero:before, .hero--page__copy-text h2 .arrow--hero:after {
  content: "";
  background: #E2D0BA;
  position: absolute;
  height: 2px;
  width: 20px;
}
.hero--page__copy-text h2 .arrow--hero:before {
  right: -2px;
  bottom: -7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hero--page__copy-text h2 .arrow--hero:after {
  right: -2px;
  top: -7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hero--page__copy-text h1, .hero--page__copy-text .home .featured--content .text-box span, .home .featured--content .text-box .hero--page__copy-text span {
  margin-bottom: 20px;
}
.hero--page__copy-text.dark h3 {
  color: #1A5960;
}
.hero--page__copy-text.dark h2 {
  color: #000000;
}
.hero--page__copy-text.dark h2 .arrow--hero {
  background: #000000;
}
.hero--page__copy-text.dark h2 .arrow--hero:before, .hero--page__copy-text.dark h2 .arrow--hero:after {
  background: #000000;
}
.hero--page__copy-text.small {
  max-width: 820px;
  padding: 0;
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 1100px) {
  .hero--page__copy-text.small {
    position: absolute;
  }
}
@media only screen and (max-width: 993px) {
  .hero--page__copy-text.small {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding-top: 300px;
  }
}
.hero--page__copy-text.small h3 {
  color: #1A5960;
}
.hero--page__copy-text.small h2 {
  color: #000000;
}
.hero--page__copy-text.small h2 .arrow--hero {
  background: #000000;
}
.hero--page__copy-text.small h2 .arrow--hero:before, .hero--page__copy-text.small h2 .arrow--hero:after {
  background: #000000;
}
.hero--page__copy-text.overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 25px;
}
.hero--page__copy-text.overlay p {
  color: #E2D0BA;
}
.hero--page__copy-text .author--text {
  display: block;
  font-family: "Chivo", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
@media only screen and (max-width: 700px) {
  .hero--page__copy-text .author--text {
    margin-right: 20px;
  }
}
.hero--page__copy-text .author--text a {
  text-decoration: none;
  color: #000000;
}
.hero--page__copy-text .author--text a:hover {
  text-decoration: underline;
}
.hero--page__copy-text .date--text {
  display: block;
  font-family: "GT Walsheim", sans-serif;
  letter-spacing: 0.2em;
  font-size: 11px;
  line-height: 31px;
  color: #7C7A77;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: right;
  border-bottom: 1px solid #E2D0BA;
  padding-bottom: 10px;
  margin-top: 5px;
}
@media only screen and (max-width: 700px) {
  .hero--page__copy-text .date--text {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.hero--page__copy-text .date--text a {
  text-decoration: none;
  color: #7C7A77;
}
.hero--page__copy-text .date--text a:hover {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: underline;
}
.hero--page__copy-text .category--list {
  font-family: "GT Walsheim", sans-serif;
  font-size: 11px;
  line-height: 31px;
  color: #141C27;
}
@media only screen and (max-width: 700px) {
  .hero--page__copy-text .category--list {
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.hero--page__copy-text .category--list a {
  font-family: "GT Walsheim", sans-serif;
  letter-spacing: 0.2em;
  font-size: 11px;
  line-height: 31px;
  color: #141C27;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .hero--page__copy-text .category--list a {
    line-height: 1.5;
    display: inline;
  }
}
.hero--page__copy-text .category--list a:first-child {
  margin-left: 0;
}
.hero--page__copy-text .category--list a:last-child {
  margin-right: 0;
}
.hero--page__copy-text .category--list a:hover {
  color: #1A5960;
  opacity: 1;
  text-decoration: none;
}
.hero--page__copy-text .category--list .separator {
  margin-right: 5px;
}
.hero--page__copy-text .filters--content {
  border-bottom: 1px solid #E2D0BA;
  padding-bottom: 10px;
  margin-top: 45px;
}
.hero--page__copy-text .filters--content ul {
  margin: 0;
  padding: 0;
}
.hero--page__copy-text .filters--content ul li {
  display: inline-block;
  margin-right: 15px;
}
.hero--page__copy-text .filters--content ul li:last-child {
  margin-right: 0;
}
.hero--page__copy-text .filters--content ul li .filter-label {
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.hero--page__copy-text .filters--content ul li .select-content {
  display: inline-block;
  position: relative;
}
.hero--page__copy-text .filters--content ul li .select-content .select {
  border: 0 none;
  background: transparent;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  font-family: "Chivo", sans-serif;
  -webkit-appearance: none;
  -moz-text-align-last: center;
       text-align-last: center;
  padding-right: 15px;
}
.hero--page__copy-text .filters--content ul li .select-content .select.large {
  max-width: 120px;
}
.hero--page__copy-text .filters--content ul li .select-content .select.small {
  max-width: 90px;
}
.hero--page__copy-text .filters--content ul li .select-content:after {
  content: "";
  position: absolute;
  background: transparent url("images/icon-select.png") no-repeat scroll left top;
  width: 8px;
  height: 6px;
  top: 50%;
  right: 0;
}
.hero--page__copy-text .filters--content ul li .checkbox {
  display: block;
}
.hero--page__copy-text .filters--content ul li .checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.hero--page__copy-text .filters--content ul li .checkbox label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  font-family: "Chivo", sans-serif;
}
.hero--page__copy-text .filters--content ul li .checkbox input:checked + label {
  font-weight: 700;
  text-decoration: underline;
}
.hero--page__copy-text .filters--content ul li .filter--button {
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  background: transparent;
  cursor: pointer;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.hero--page__copy-text .filters--content ul li .filter--button i {
  color: #000000;
  font-size: 15px;
}
.hero--page__copy-text .filters--content ul li .filter--button:hover i {
  color: #000000;
}
@media only screen and (max-width: 993px) {
  .hero--page__copy-text {
    position: relative;
    padding-top: 300px;
  }
}

.hero--page.single {
  height: auto;
  padding-top: 240px;
  padding-bottom: 70px;
  /*.hero--page__copy-text{
      position: relative;
      padding: 0;
  }*/
}
@media only screen and (max-width: 993px) {
  .hero--page.single {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 1100px) {
  .hero--page.single {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 700px) {
  .hero--page .list--content {
    padding-top: 77px;
  }
  .hero--page .list--content h2 {
    font-size: 50px;
    line-height: 59px;
    margin-bottom: 50px;
  }
}

.gradient--page {
  float: left;
  width: 100%;
  background: radial-gradient(70.57% 131.86% at -20.57% 116.72%, rgba(237, 186, 105, 0.6) 0%, rgba(237, 186, 105, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(rgba(160, 55, 35, 0)), color-stop(162.96%, rgba(160, 55, 35, 0.25)));
  background: radial-gradient(70.57% 131.86% at -20.57% 116.72%, rgba(237, 186, 105, 0.6) 0%, rgba(237, 186, 105, 0) 100%), linear-gradient(180deg, rgba(160, 55, 35, 0) 0%, rgba(160, 55, 35, 0.25) 162.96%);
}

/* COLUMNS CONTENT */
.page--content {
  background: #F8F3EE;
}
@media only screen and (min-width: 993px) {
  .page--content__position-image.right .img-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page--content__position-image.right .img-col .image-box {
    width: 50vw;
    margin-bottom: -10px;
  }
  .page--content__position-image.right .img-col .img-content-inner {
    right: 0;
  }
  .page--content__position-image.right .text-col {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .page--content__position-image.right .text-col .text-box {
    max-width: 530px;
  }
}
@media only screen and (max-width: 1320px) {
  .page--content__position-image.right .text-col .text-box {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 993px) {
  .page--content__position-image.right .text-col .text-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 993px) {
  .page--content__position-image.left .img-col .image-box {
    width: 50vw;
    margin-bottom: -10px;
  }
  .page--content__position-image.left .img-col .img-content-inner {
    left: 0;
  }
  .page--content__position-image.left .text-col .text-box {
    max-width: 530px;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1320px) {
  .page--content__position-image.left .text-col .text-box {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 993px) {
  .page--content__position-image.left .text-col .text-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 993px) {
  .page--content__position-image .img-col,
.page--content__position-image .text-col {
    padding: 0;
  }
}
.page--content__position-image .img-col {
  padding: 0;
}
@media only screen and (min-width: 993px) {
  .page--content__position-image .img-col .hidde-img {
    opacity: 0;
    visibility: hidden;
  }
  .page--content__position-image .img-col .img-content-inner {
    position: absolute;
    width: 50%;
    display: block;
  }
}
@media only screen and (max-width: 993px) {
  .page--content__position-image .img-col .img-content-inner {
    display: none;
  }
}
.page--content__position-image .text-col .text-box {
  padding: 50px 0;
}
.page--content__position-image .text-col .text-box h2 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 700px) {
  .page--content__position-image .text-col .text-box h2 {
    line-height: 55px;
  }
}
.page--content__position-image .text-col .text-box p {
  margin-bottom: 30px;
}

/* FEATURED CONTENT */
.featured--content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
@media only screen and (min-width: 993px) {
  .featured--content {
    height: 80vh;
  }
}
@media only screen and (max-height: 650px) {
  .featured--content {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .featured--content {
    height: auto;
    padding: 0;
  }
  .featured--content:not(.image-on-mobile) {
    background-position: center top;
    padding-top: 330px;
    padding-bottom: 0;
    background-size: auto 330px;
  }
}
.featured--content .container,
.featured--content .row {
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .featured--content .container {
    padding: 0;
  }
}
.featured--content .text-box {
  max-width: 835px;
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .featured--content .text-box {
    padding: 120px 25px;
    background-image: url(images/green-brackground.jpg);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
  }
}
.featured--content .text-box span {
  color: #EDBA69;
  font-family: "GT Walsheim", sans-serif;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
  font-size: 15px;
  line-height: 31px;
}
.featured--content .text-box h3 {
  color: #E2D0BA;
  margin-bottom: 25px;
}
.featured--content .text-box p {
  color: #E2D0BA;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 993px) {
  .featured--content .text-box p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 780px) {
  .featured--content .text-box p {
    font-size: 25px;
  }
}
.featured--content .text-box .form--newsletter {
  margin: auto;
  margin-top: 25px;
  overflow: hidden;
  max-width: 700px;
}
@media only screen and (max-width: 480px) {
  .featured--content .text-box .form--newsletter {
    margin-top: 0;
  }
}
.featured--content .text-box .form--newsletter .subtitle {
  color: #E2D0BA;
  font-family: "GT Walsheim", sans-serif;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
  font-size: 15px;
  line-height: 31px;
}
.featured--content .text-box .form--newsletter h3 {
  text-align: center;
  margin-bottom: 56px;
}
.featured--content .text-box .form--newsletter .gform_body {
  width: calc(100% - 155px);
  float: left;
  margin-right: 15px;
}
.featured--content .text-box .form--newsletter .gform_body li,
.featured--content .text-box .form--newsletter .gform_body .ginput_container {
  margin: 0;
  padding: 0;
  list-style: none;
}
.featured--content .text-box .form--newsletter .gform_body .gfield_label {
  display: none;
}
.featured--content .text-box .form--newsletter .gform_body input[type=text] {
  font-family: "Chivo", sans-serif !important;
  -webkit-appearance: none !important;
  border-radius: 6px;
  background: #FFFFFF;
  color: #141C27;
  font-weight: 500;
  font-size: 13px !important;
  line-height: 18px;
  padding: 16px !important;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 550px) {
  .featured--content .text-box .form--newsletter .gform_body {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.featured--content .text-box .form--newsletter .gform_footer {
  float: left;
  clear: none;
  padding: 0;
  margin: 0;
}
.featured--content .text-box .form--newsletter .gform_footer input[type=submit] {
  font-family: "Chivo", sans-serif !important;
  -webkit-appearance: none !important;
  background: #E2D0BA;
  border-color: #E2D0BA;
  color: #000000 !important;
  min-width: 210px;
  font-size: 13px !important;
  min-width: 120px;
  margin-top: 0;
}
.featured--content .text-box .form--newsletter .gform_footer input[type=submit]:hover {
  background: #D3B896;
  border-color: #D3B896;
}
@media only screen and (max-width: 550px) {
  .featured--content .text-box .form--newsletter .gform_footer {
    clear: both;
    text-align: center;
    float: none;
    margin: auto;
  }
}
.featured--content .text-box .form--newsletter .gform_footer .gform_ajax_spinner {
  display: none;
}
@media only screen and (max-width: 700px) {
  .featured--content + .carousel--content {
    padding-top: 100px;
  }
  .featured--content + .carousel--content .title--section {
    padding-bottom: 0;
  }
}

.home .featured--content {
  height: auto;
  background: #141C27;
}
@media only screen and (max-width: 480px) {
  .home .featured--content {
    padding-top: 0;
  }
}
.home .featured--content:not(.image-on-mobile) .text-box {
  background: none !important;
}
.home .featured--content .text-box span {
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0.25rem;
  font-size: 40px;
}

/* LIST CONTENT */
.list--content {
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #E5E5E5), color-stop(60%, rgba(26, 89, 96, 0)), to(rgba(26, 89, 96, 0.45)));
  background: linear-gradient(180deg, #E5E5E5 30%, rgba(26, 89, 96, 0) 60%, rgba(26, 89, 96, 0.45) 100%);
  padding-top: 130px;
}
@media only screen and (max-width: 993px) {
  .list--content {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 780px) {
  .list--content {
    padding-top: 25px;
  }
}
.list--content .title--section {
  margin-bottom: 50px;
}
@media only screen and (max-width: 700px) {
  .list--content .title--section {
    padding-top: 77px;
  }
  .list--content .title--section h2 {
    font-size: 50px;
    line-height: 59px;
  }
}
.list--content .title--section h2 img {
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 993px) {
  .list--content .title--section h2 img {
    display: none;
  }
}
.list--content .list--items {
  padding-bottom: 60px;
}
@media only screen and (max-width: 993px) {
  .list--content .list--items {
    height: 100%;
    margin-bottom: 5px;
    padding-right: 15px;
  }
}
.list--content .list--items .icon-list {
  float: left;
  margin-right: 15px;
}
@media only screen and (max-width: 993px) {
  .list--content .list--items .icon-list {
    height: 100%;
    width: 30px;
  }
}
.list--content .list--items a {
  text-decoration: none;
  color: #000000;
}
.list--content .list--items a:hover {
  color: #1A5960;
  text-decoration: underline;
}
@media only screen and (min-width: 993px) {
  .list--content .list--items p {
    max-width: 550px;
  }
}
.list--content .list--items p:nth-last-child(1) {
  margin-bottom: 0;
}
@media only screen and (min-width: 993px) {
  .list--content.blocks .list--items {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 993px) {
  .list--content.blocks .list--items h4 {
    max-width: 495px;
  }
}
.list--content.blocks .list--items p {
  margin-bottom: 15px;
}
@media only screen and (min-width: 993px) {
  .list--content.blocks .list--items p {
    max-width: 475px;
  }
}
.list--content.blocks .list--items ul {
  margin: 0;
}
.list--content.blocks .list--items ul li {
  list-style: none;
  margin-bottom: 10px;
}
.list--content.blocks .list--items ul li:before {
  content: "—";
  margin-right: 5px;
}
@media only screen and (min-width: 993px) {
  .list--content.blocks .list--items ul li {
    max-width: 475px;
  }
}

.text-box ol li {
  list-style-type: decimal;
}
.text-box ul li {
  list-style-type: initial;
}
.text-box ul, .text-box ol {
  padding-left: 25px;
}

/* TEXT CONTENT */
.text--content .text-box.small {
  max-width: 820px;
  margin: auto;
}
.text--content .text-box.small ul li {
  list-style: inside;
}
.text--content .text-box .buttons-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 700px) {
  .text--content .text-box .buttons-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.text--content .text-box h2 {
  margin-bottom: 1.5rem;
}
.text--content .text-box h3 {
  font-family: "Canela", sans-serif;
  font-size: 22px;
  line-height: 33px;
}
@media only screen and (min-width: 993px) {
  .text--content .text-box h3 {
    max-width: 330px;
  }
}
.text--content .text-box a {
  margin-top: 1.5rem;
  color: #1A5960;
  text-decoration: none;
}
.text--content .text-box a:hover {
  text-decoration: underline;
}
.text--content .text-box .small--title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 30px;
}
.text--content .text-box.quote p {
  font-size: 26px;
  line-height: 40px;
  font-style: italic;
  font-weight: 500;
}
@media only screen and (max-width: 993px) {
  .text--content .text-box.quote p {
    font-size: 20px;
    line-height: 32px;
  }
}
.text--content .text-box.quote_image p {
  font-family: "Canela", sans-serif;
  font-size: 35px;
  line-height: 50px;
  font-style: italic;
  font-weight: 300;
}
@media only screen and (max-width: 993px) {
  .text--content .text-box.quote_image p {
    font-size: 25px;
    line-height: 40px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 993px) {
  .text--content .text-box.quote_image {
    margin-top: 25px;
  }
}
.text--content .text-box.subindice {
  border-top: 1px solid #E2D0BA;
  border-bottom: 1px solid #E2D0BA;
  padding: 30px 0;
}
.text--content .text-box.subindice p {
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  color: #000000;
  padding-bottom: 0 !important;
}
.text--content .text-box.reduced {
  max-width: 1090px;
}
.text--content .text-box.reduced p {
  font-size: 27px;
  line-height: 48px;
}
@media only screen and (max-width: 993px) {
  .text--content .text-box.reduced p {
    font-size: 22px;
    line-height: 34px;
  }
}
.text--content .menu--content .open_filters {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #E2D0BA;
}
.text--content .menu--content .open_filters:after {
  top: 10px;
}
.text--content .menu--content .label {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 45px;
  white-space: nowrap;
}
@media only screen and (max-width: 993px) {
  .text--content .menu--content .label {
    display: none;
  }
}
.text--content .menu--content ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 993px) {
  .text--content .menu--content ul {
    padding: 10px;
  }
}
.text--content .menu--content ul li {
  display: inline-block;
  margin-right: 60px;
}
@media only screen and (max-width: 993px) {
  .text--content .menu--content ul li {
    display: block;
    margin-right: 0;
    text-align: left;
  }
}
.text--content .menu--content ul li a {
  text-decoration: none;
  font-size: 16px;
}
.text--content .menu--content ul li a:hover {
  text-decoration: underline;
}
.text--content .menu--content ul li.current_page_item a {
  font-weight: 700;
}
.text--content .menu--content ul li.current_page_item a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .text--content .menu--content ul {
    font-size: 22px;
    line-height: 34px;
  }
}
.text--content .menu--content .filters--content {
  padding-top: 0;
  border-bottom: 0 none;
  border-bottom: 1px solid #E2D0BA;
  padding-bottom: 10px;
}
@media only screen and (max-width: 993px) {
  .text--content .menu--content .filters--content {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1100px) {
  .text--content .menu--content .filters--content {
    display: block !important;
  }
}
.text--content .image--quote {
  margin-top: 45px;
}
@media only screen and (max-width: 993px) {
  .text--content .image--quote {
    margin-top: 0;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-bottom: 10px;
  }
}
.text--content .links-summary {
  margin-top: 60px;
}
@media only screen and (max-width: 993px) {
  .text--content .links-summary {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 993px) {
  .text--content .links-summary .box--button {
    width: 100%;
    margin-bottom: 25px;
  }
}
.text--content .links-summary .box--button .button {
  font-weight: 700;
}
@media only screen and (max-width: 700px) {
  .text--content .links-summary .box--button .button {
    width: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .text--content .links-summary .social--links {
    margin-left: 25px;
  }
}
.text--content .links-summary .social--links a {
  display: inline-block;
  margin-right: 15px;
  color: #E2D0BA;
  padding: 9px 0;
}
.text--content .links-summary .social--links a:hover {
  color: #FFFFFF;
}
.text--content .links-summary .link--button .paginate--content {
  border: 0 none;
  margin-top: 15px;
}
.text--content .links-summary .link--button .paginate--content a {
  color: #E2D0BA !important;
}
@media only screen and (max-width: 993px) {
  .text--content .links-summary .link--button .paginate--content a {
    font-size: 13px !important;
  }
}
.text--content .links-summary .link--button .paginate--content a .arrow {
  background: #E2D0BA !important;
}
.text--content .links-summary .link--button .paginate--content a .arrow:after, .text--content .links-summary .link--button .paginate--content a .arrow:before {
  background: #E2D0BA !important;
}
.text--content.quoted {
  padding-bottom: 70px !important;
}
@media only screen and (max-width: 993px) {
  .text--content.quoted {
    padding-bottom: 0 !important;
  }
}
.text--content.quoted .container {
  max-width: 1010px;
}
.text--content.gradient {
  background: #C47444;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 116, 68, 0)), color-stop(88.55%, rgba(194, 113, 66, 0.2)));
  background: linear-gradient(180deg, rgba(196, 116, 68, 0) 0%, rgba(194, 113, 66, 0.2) 88.55%);
}
@media only screen and (max-width: 700px) {
  .text--content.gradient {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #E5E5E5), color-stop(60%, rgba(237, 186, 105, 0)), to(rgba(237, 186, 105, 0.45)));
    background: linear-gradient(180deg, #E5E5E5 30%, rgba(237, 186, 105, 0) 60%, rgba(237, 186, 105, 0.45) 100%);
  }
}
.text--content.colored {
  background: #1A5960;
  position: relative;
  color: #E2D0BA;
}
.text--content.colored:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 39, 49, 0)), color-stop(180.11%, rgba(21, 39, 49, 0.25)));
  background: linear-gradient(180deg, rgba(21, 39, 49, 0) 0%, rgba(21, 39, 49, 0.25) 180.11%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  pointer-events: none;
}
.text--content.colored .text-box p a {
  color: #FFFFFF;
  text-decoration: none;
}
.text--content.colored .text-box p a:hover {
  text-decoration: underline;
}
.text--content.full--height {
  min-height: calc(100vh - 414px);
  height: 100%;
}
.text--content.full--height .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 70px;
}
@media only screen and (max-width: 993px) {
  .text--content.full--height .text-box {
    margin-top: 35px;
  }
}

.leadership--boxs {
  padding-top: 70px;
  padding-bottom: 35px;
  float: left;
  width: 100%;
}
.leadership--boxs .leadership--lined:last-child {
  margin-bottom: 0;
}
.leadership--boxs .leadership--lined:last-child:after {
  display: none;
}

/* COLUMN TEXT CONTENT */
.column-text--content {
  position: relative;
}
@media only screen and (max-width: 1320px) {
  .column-text--content .text--right {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 993px) {
  .column-text--content {
    padding: 105px 0 95px;
  }
}
@media only screen and (max-width: 993px) {
  .column-text--content .col-xs-offset-1 {
    margin-left: 0;
  }
}
.column-text--content:after {
  content: "";
  position: absolute;
  width: 100%;
  margin: auto;
  height: 1px;
  max-width: 1240px;
  border-bottom: 1px solid #E2D0BA;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1100px) {
  .column-text--content:after {
    width: calc(100% - 40px);
  }
}
.column-text--content .text-box.small {
  max-width: 820px;
  margin: auto;
}
.column-text--content .text-box h2 {
  margin-bottom: 1.5rem;
}
.column-text--content .text-box h3 {
  font-family: "Canela", sans-serif;
  font-size: 22px;
  line-height: 33px;
}
@media only screen and (min-width: 993px) {
  .column-text--content .text-box h3 {
    max-width: 330px;
  }
}
.column-text--content .text-box h3 a {
  text-decoration: none;
}
.column-text--content .text-box h3 a:hover {
  color: #1A5960;
}
@media only screen and (min-width: 993px) {
  .column-text--content .text-box p {
    font-size: 16px;
    line-height: 28px;
  }
}
.column-text--content .text-box p:last-child {
  margin-bottom: 0;
}
.column-text--content .text-box ol {
  list-style-type: decimal;
  margin-left: 15px;
}
.column-text--content .text-box ol li {
  list-style-type: decimal;
  margin-bottom: 1.2rem;
  padding-left: 5px;
}
@media only screen and (min-width: 993px) {
  .column-text--content .text-box ol li {
    font-size: 16px;
    line-height: 28px;
  }
}
.column-text--content .text-box ul {
  list-style-type: disc;
  margin-left: 15px;
}
.column-text--content .text-box ul li {
  list-style-type: disc;
  margin-bottom: 1.2rem;
  padding-left: 5px;
}
@media only screen and (min-width: 993px) {
  .column-text--content .text-box ul li {
    font-size: 16px;
    line-height: 28px;
  }
}
.column-text--content .text-box .quote p {
  font-size: 22px;
  line-height: 40px;
  font-style: italic;
  margin-bottom: 10px;
}
@media only screen and (max-width: 993px) {
  .column-text--content .text-box .quote p {
    font-size: 22px;
    line-height: 34px;
  }
}
.column-text--content .text-box .link--arrow {
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 35px;
  color: #1A5960;
  position: relative;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}
.column-text--content .text-box .link--arrow .arrow {
  background: #1A5960;
  height: 2px;
  width: 23px;
  margin: 0 auto;
  position: absolute;
  top: 8px;
  right: 0;
}
.column-text--content .text-box .link--arrow .arrow:before, .column-text--content .text-box .link--arrow .arrow:after {
  content: "";
  background: #1A5960;
  position: absolute;
  height: 2px;
  width: 13px;
}
.column-text--content .text-box .link--arrow .arrow:before {
  right: -2px;
  bottom: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.column-text--content .text-box .link--arrow .arrow:after {
  right: -2px;
  top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.column-text--content .text-box .link--arrow .arrow:hover {
  background: #1A5960;
}
.column-text--content .text-box .circe--arrow {
  position: relative;
  background: #FFFFFF;
  width: 65px;
  height: 65px;
  display: block;
  text-align: center;
  border-radius: 50%;
  margin: auto;
  margin-right: 0;
}
@media only screen and (max-width: 993px) {
  .column-text--content .text-box .circe--arrow {
    display: none;
  }
}
.column-text--content .text-box .circe--arrow .arrow {
  background: #1A5960;
  height: 2px;
  width: 35px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.column-text--content .text-box .circe--arrow .arrow:before, .column-text--content .text-box .circe--arrow .arrow:after {
  content: "";
  background: #1A5960;
  position: absolute;
  height: 2px;
  width: 16px;
}
.column-text--content .text-box .circe--arrow .arrow:before {
  right: -3px;
  bottom: -5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.column-text--content .text-box .circe--arrow .arrow:after {
  right: -3px;
  top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.column-text--content .text-box .circe--arrow .arrow:hover {
  background: #1A5960;
}
.column-text--content .text-box .circe--arrow:hover {
  background: #1A5960;
}
.column-text--content .text-box .circe--arrow:hover .arrow {
  background: #FFFFFF;
}
.column-text--content .text-box .circe--arrow:hover .arrow:before, .column-text--content .text-box .circe--arrow:hover .arrow:after {
  background: #FFFFFF;
}
.column-text--content .text-box .box--member {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 993px) {
  .column-text--content .text-box .box--member {
    margin-bottom: 30px;
  }
}
.column-text--content .text-box .box--member .box--member-img {
  float: left;
  margin-right: 50px;
  max-width: 150px;
  overflow: hidden;
}
.column-text--content .text-box .box--member .box--member-img img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 993px) {
  .column-text--content .text-box .box--member .box--member-img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 993px) {
  .column-text--content .text-box .box--member .box--member--text {
    float: left;
    width: 100%;
  }
}
.column-text--content .text-box .box--member .box--member--text h5 {
  margin-bottom: 10px;
}
.column-text--content .text-box .box--member .box--member--text h5 a {
  text-decoration: none;
}
.column-text--content .text-box .box--member .box--member--text h5 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 993px) {
  .column-text--content .text-box .box--member .box--member--text h5 {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 15px;
  }
}
.column-text--content .text-box .box--member .box--member--text p {
  margin: 0 0 10px 0;
}
.column-text--content .text-box .box--lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 60px;
}
@media only screen and (max-width: 993px) {
  .column-text--content .text-box .box--lists {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}
.column-text--content .text-box .box--lists .box--member-img {
  margin-bottom: 20px;
}
.column-text--content .text-box .box--lists .box--member--text {
  float: left;
  width: 100%;
}
.column-text--content .text-box-block h3 {
  margin-bottom: 5px;
}
.column-text--content .text-box-block h3 a {
  text-decoration: none;
}
.column-text--content .text-box-block h3 a:hover {
  color: #1A5960;
  text-decoration: underline;
}
.column-text--content .text-box-block p {
  margin-bottom: 0;
}
@media only screen and (min-width: 993px) {
  .column-text--content .text-box-block .reduced--text {
    max-width: 595px;
  }
}
.column-text--content .img-margin {
  margin-bottom: 45px;
}
@media only screen and (max-width: 993px) {
  .column-text--content .img-margin {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 993px) {
  .column-text--content .img-box {
    margin-bottom: 25px;
  }
}
.column-text--content .post-text-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  height: 100%;
}
.column-text--content .post-text-box .date--text {
  display: block;
  font-family: "GT Walsheim", sans-serif;
  letter-spacing: 0.2em;
  font-size: 11px;
  line-height: 31px;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  margin-bottom: 5px;
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  -ms-flex: 0 1 100%;
  -webkit-box-flex: 0;
          flex: 0 1 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.column-text--content .post-text-box .text--box {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  -ms-flex: 1 1 100%;
  -webkit-box-flex: 1;
          flex: 1 1 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media only screen and (min-width: 993px) {
  .column-text--content .post-text-box .text--box {
    height: calc(100% - 62px);
  }
}
.column-text--content .post-text-box .text--box h3 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 993px) {
  .column-text--content .post-text-box .text--box h3 {
    margin-bottom: 10px;
  }
}
.column-text--content .post-text-box .text--box h3 a {
  text-decoration: none;
}
.column-text--content .post-text-box .text--box h3 a:hover {
  color: #1A5960;
  text-decoration: underline;
}
.column-text--content .post-text-box .category--list {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  -ms-flex: 0 1 100%;
  -webkit-box-flex: 0;
          flex: 0 1 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: "GT Walsheim", sans-serif;
  font-size: 11px;
  line-height: 31px;
  color: #141C27;
}
.column-text--content .post-text-box .category--list a {
  font-family: "GT Walsheim", sans-serif;
  letter-spacing: 0.2em;
  font-size: 11px;
  line-height: 31px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 700px) {
  .column-text--content .post-text-box .category--list a {
    margin-left: 0;
  }
}
.column-text--content .post-text-box .category--list a:first-child {
  margin-left: 0;
}
.column-text--content .post-text-box .category--list a:hover {
  color: #1A5960;
  opacity: 1;
}
.column-text--content .post-text-box .category--list .name--term {
  display: inline-block;
  font-family: "GT Walsheim", sans-serif;
  letter-spacing: 0.2em;
  font-size: 11px;
  line-height: 31px;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  margin-right: 5px;
}
.column-text--content .post-text-box .category--list .name--term:last-child {
  margin-right: 0;
}
.column-text--content .title-column {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 30px;
}
.column-text--content .title-column.list {
  padding-top: 70px;
}
@media only screen and (max-width: 993px) {
  .column-text--content .title-column.list {
    padding-top: 35px;
  }
}
.column-text--content .list-items {
  margin-bottom: 70px;
  margin-left: 0 !important;
}
@media only screen and (max-width: 993px) {
  .column-text--content .list-items {
    margin-bottom: 35px;
  }
}
.column-text--content .list-items li {
  display: block;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 1.2rem !important;
}
.column-text--content .list-items li .name-list {
  font-size: 22px;
  line-height: 43px;
  display: inline;
  vertical-align: middle;
}
.column-text--content .list-items li .name-list .description {
  font-style: italic;
  opacity: 0.5;
}
.column-text--content .list-items li .name-list a {
  font-size: 22px;
  line-height: 43px;
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .column-text--content .list-items li .name-list a {
    font-size: 22px;
    line-height: 1;
  }
}
.column-text--content .list-items li .name-list a:hover {
  color: #1A5960;
  text-decoration: underline;
}
.column-text--content .list-items li .social-box-content {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 993px) {
  .column-text--content .list-items li .social-box-content {
    line-height: 48px;
  }
}
.column-text--content .list-items li .social-box-content .social-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.column-text--content .list-items li .social-box-content .social-box .separator {
  background: rgba(0, 0, 0, 0.29);
  margin: 0 20px;
  height: 25px;
  width: 2px;
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .column-text--content .list-items li .social-box-content .social-box .separator {
    height: 20px;
    margin: 0 10px;
  }
}
.column-text--content .list-items li .social-box-content .social-box a {
  color: #B0ADA9;
  font-size: 20px;
  margin-right: 20px;
  line-height: 27px;
}
@media only screen and (max-width: 780px) {
  .column-text--content .list-items li .social-box-content .social-box a {
    font-size: 18px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .column-text--content .list-items li .social-box-content .social-box a {
    font-size: 13px;
    margin-right: 5px;
  }
}
.column-text--content .list-items li .social-box-content .social-box a:hover {
  color: #1A5960;
}
.column-text--content .list-items li .social-box-content .social-box a:last-child {
  margin-right: 0;
}
.column-text--content .list-items li:first-child {
  margin-top: 0 !important;
}
.column-text--content .list-items.double {
  margin-bottom: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-bottom: -15px;
}
@media only screen and (max-width: 780px) {
  .column-text--content .list-items.double {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.column-text--content .box--items {
  margin-bottom: 40px;
}
@media only screen and (max-width: 993px) {
  .column-text--content .box--items {
    margin-bottom: 25px;
  }
}
.column-text--content.leadership--single {
  padding: 0 !important;
}
.column-text--content.leadership--single:after {
  display: none;
}
@media only screen and (min-width: 993px) {
  .column-text--content.leadership--single .col-xs-3 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 993px) {
  .column-text--content.leadership--single h4 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 42px;
  }
}
.column-text--content.leadership--lined {
  margin-top: 55px;
  padding-bottom: 35px;
  margin-bottom: 105px;
}
.column-text--content.leadership--lined:before {
  content: "";
  position: absolute;
  width: 100%;
  margin: auto;
  height: 1px;
  max-width: 1240px;
  border-bottom: 1px solid #E2D0BA;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 993px) {
  .column-text--content.leadership--lined:before {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 993px) {
  .column-text--content.leadership--lined .col-xs-3 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 993px) {
  .column-text--content.leadership--lined h4 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 42px;
  }
}
.column-text--content .list-box ul li {
  display: block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 993px) {
  .column-text--content .list-box ul li {
    margin-bottom: 15px;
  }
}
.column-text--content .list-box ul li a {
  text-decoration: none;
  color: #000000;
}
.column-text--content .list-box ul li a:hover {
  text-decoration: underline;
  color: #1A5960;
}
.column-text--content .list-box ul li:last-child {
  margin-bottom: 0;
}
.column-text--content .list-box ul li .expand {
  font-size: 27px;
}
.column-text--content .list-box ul li .expand:hover {
  text-decoration: underline;
  border-bottom: 1px solid #1A5960;
}
.column-text--content .list-box ul li .expand.active {
  font-weight: 700;
}
.column-text--content .list-box.collpsable > .expand-collapse {
  background: -webkit-linear-gradient(#1C3B66, #2A8690);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.column-text--content .list-box.collpsable .hidden-list {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
}
.column-text--content .list-box.collpsable .hidden-list.active {
  height: 100%;
}
.column-text--content .list-box.collpsable .inner-list {
  margin-bottom: 0;
  margin-top: 30px;
  background: -webkit-linear-gradient(#000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.column-text--content .list-box.collpsable .inner-list li a {
  color: #000000;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.column-text--content .list-box.collpsable .inner-list li a:hover {
  text-decoration: underline !important;
  color: #1A5960 !important;
  background: -webkit-linear-gradient(#1A5960, #1A5960);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #1A5960;
}

.column-text.latest-box {
  margin-top: -1px;
  background: #F8F3EE;
}

/* COLUMN LIST CONTENT */
@media only screen and (min-width: 993px) {
  .column-list--content .title--section h2 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 993px) {
  .column-list--content .title--section h2 {
    margin-bottom: 30px;
  }
}
.column-list--content .title--section h3 {
  font-family: "GT Walsheim", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 31px;
  color: #1A5960;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
.column-list--content ol {
  list-style-type: none;
  counter-reset: li;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media only screen and (max-width: 993px) {
  .column-list--content ol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding-right: 15px;
  }
}
.column-list--content ol li {
  margin-bottom: 45px;
  padding-right: 60px;
  padding-left: 5px;
  position: relative;
  padding-left: 50px;
}
@media only screen and (min-width: 993px) {
  .column-list--content ol li {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 993px) {
  .column-list--content ol li {
    margin-bottom: 25px;
    padding-right: 0;
    padding-left: 35px;
  }
}
.column-list--content ol li:before {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 22px;
  line-height: 31px;
  font-family: "Canela", sans-serif;
  counter-increment: li;
  content: counter(li, decimal-leading-zero);
  margin-right: 0.25em;
}
@media only screen and (max-width: 993px) {
  .column-list--content ol li:before {
    font-size: 19px;
    line-height: 28px;
  }
}
.column-list--content ol li a {
  text-decoration: none;
}
@media only screen and (min-width: 993px) {
  .column-list--content ol li a {
    font-size: 16px;
    line-height: 28px;
  }
}
.column-list--content ol li a:hover {
  color: #1A5960;
  text-decoration: underline;
}

/* BANNER CONTENT */
.banner--content {
  padding: 0;
}
@media only screen and (max-width: 700px) {
  .banner--content {
    padding: 75px 0;
  }
}
.banner--content .banner--box {
  position: relative;
}
.banner--content .caption--content-big {
  max-width: 1270px;
  margin: auto;
}
.banner--content .caption--content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  max-width: calc(100% - 50px);
}
@media only screen and (max-width: 550px) {
  .banner--content .caption--content {
    bottom: auto;
    left: 1rem;
    max-width: calc(100% - 2rem);
    padding: 0;
    position: relative;
    margin-top: 1.2rem;
  }
}
.banner--content .caption {
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  font-weight: 400;
  color: #000000;
  background: #F8F3EE;
  padding: 3px 7px;
  display: inline-block;
}
@media only screen and (max-width: 550px) {
  .banner--content .caption {
    display: block;
    line-height: 15px;
    font-size: 12px;
    padding: 0;
  }
}
@media only screen and (max-width: 700px) {
  .banner--content + .column-text--content {
    padding-top: 100px;
  }
  .banner--content + .column-text--content h3 {
    margin-bottom: 20px;
    font-style: Italic;
  }
}
@media only screen and (max-width: 700px) {
  .banner--content .img--responsive {
    height: 335px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* BANNER TEXT CONTENT */
.banner--text--content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
@media only screen and (min-width: 993px) {
  .banner--text--content {
    height: 80vh;
  }
}
.banner--text--content .container,
.banner--text--content .row {
  height: 100%;
}
.banner--text--content .text-box {
  max-width: 475px;
}
.banner--text--content .text-box h3 {
  color: #E2D0BA;
}
.banner--text--content .text-box p {
  color: #E2D0BA;
  margin-top: 30px;
}
.banner--text--content .text-box .button {
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .banner--text--content {
    background-position: center top;
    padding-top: 390px;
    padding-bottom: 70px;
    background-size: auto 330px;
    background-color: #1A5960;
  }
}

/* PAGINATE CONTENT */
.paginate--content {
  text-align: right;
  margin-top: -1px;
  border-top: 1px solid #F8F3EE;
}
@media only screen and (max-width: 700px) {
  .paginate--content .prev {
    float: left;
  }
  .paginate--content .next {
    float: right;
  }
}
.paginate--content .page-numbers {
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-decoration: none;
  width: 31px;
  line-height: 31px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
@media only screen and (max-width: 700px) {
  .paginate--content .page-numbers {
    display: none;
  }
}
.paginate--content .page-numbers.current, .paginate--content .page-numbers:hover {
  background: #FFFFFF;
  color: #1A5960;
}
.paginate--content .page-numbers.current .arrow, .paginate--content .page-numbers:hover .arrow {
  background: #1A5960;
}
.paginate--content .page-numbers.prev, .paginate--content .page-numbers.next {
  height: 20px;
  line-height: 1;
  position: relative;
}
.paginate--content .page-numbers.prev:hover, .paginate--content .page-numbers.next:hover {
  background: transparent;
}
@media only screen and (max-width: 700px) {
  .paginate--content .page-numbers.prev, .paginate--content .page-numbers.next {
    display: block;
  }
}
.paginate--content .page-numbers .next {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.paginate--content .page-numbers .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.paginate--content .page-numbers.text {
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
}
.paginate--content .arrow {
  background: #1A5960;
  height: 2px;
  width: 23px;
  margin: 0 auto;
  position: absolute;
  top: 14px;
  left: 0;
}
.paginate--content .arrow:before, .paginate--content .arrow:after {
  content: "";
  background: #1A5960;
  position: absolute;
  height: 2px;
  width: 13px;
}
.paginate--content .arrow:before {
  right: -2px;
  bottom: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.paginate--content .arrow:after {
  right: -2px;
  top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.paginate--content .arrow:hover {
  background: #1A5960;
}
.paginate--content.text {
  margin-top: 25px;
  padding-bottom: 70px !important;
}
@media only screen and (max-width: 993px) {
  .paginate--content.text {
    padding-bottom: 35px !important;
  }
}
.paginate--content.text .pagi-content {
  max-width: 820px;
  margin: auto;
}
.paginate--content.text .page-numbers.next.text {
  float: right;
  width: auto;
}
.paginate--content.text .page-numbers.next.text a {
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 35px;
  color: #1A5960;
}
@media only screen and (max-width: 700px) {
  .paginate--content.text .page-numbers.next.text a {
    font-size: 0;
  }
}
.paginate--content.text .page-numbers.next.text a .arrow {
  top: 8px;
  right: 0;
  left: auto;
}
.paginate--content.text .page-numbers.prev.text {
  float: left;
  width: auto;
}
.paginate--content.text .page-numbers.prev.text a {
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 35px;
  color: #1A5960;
}
@media only screen and (max-width: 700px) {
  .paginate--content.text .page-numbers.prev.text a {
    font-size: 0;
  }
}
.paginate--content.text .page-numbers.prev.text a .arrow {
  top: 8px;
}
.paginate--content.no--padding--bottom {
  padding-bottom: 0 !important;
}

/* SINGLE POST */
.single-post section:not(.hero--page) {
  padding-top: 0;
  padding-bottom: 0;
}
.single-post section:not(.hero--page) p {
  padding-bottom: 70px !important;
  margin-bottom: 0;
}
@media only screen and (max-width: 993px) {
  .single-post section:not(.hero--page) p {
    padding-bottom: 35px !important;
  }
}
.single-post .banner--content {
  padding-bottom: 70px !important;
}
@media only screen and (max-width: 993px) {
  .single-post .banner--content {
    padding-bottom: 35px !important;
  }
}
.single-post .banner--content .banner--box {
  max-width: 960px;
  margin: auto;
}
@media only screen and (max-width: 550px) {
  .single-post .banner--content .banner--box {
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
}

/* RELATED POSTS */
.related--posts {
  background: #1A5960;
  padding: 70px 0 !important;
}
@media only screen and (max-width: 993px) {
  .related--posts {
    padding: 35px 0 !important;
  }
}
@media only screen and (max-width: 700px) {
  .related--posts {
    padding: 80px 0 !important;
  }
}
.related--posts .section--title {
  margin-bottom: 35px;
}
.related--posts .section--title h3 {
  color: #E2D0BA;
}
.related--posts .related--posts--content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 1fr 100px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px;
}
@media only screen and (max-width: 993px) {
  .related--posts .related--posts--content {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 35px;
  }
}
.related--posts .related--posts--content .related-posts-box {
  color: #E2D0BA;
  text-decoration: none;
}
.related--posts .related--posts--content .related-posts-box .related--post--img {
  padding-top: 56.9%;
  position: relative;
  overflow: hidden;
}
.related--posts .related--posts--content .related-posts-box .related--post--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.related--posts .related--posts--content .related-posts-box .related--post--title {
  margin-top: 25px;
}
.related--posts .related--posts--content .related-posts-box .related--post--title .h5 {
  color: #E2D0BA;
}
.related--posts .related--posts--content .related-posts-box .related--post--title .h5 span {
  color: #E2D0BA;
  text-decoration: none;
}
.related--posts .related--posts--content .related-posts-box:hover {
  text-decoration: underline;
}
.related--posts .related--posts--content .related-posts-box:hover .related--post--img img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
}
.related--posts .related--posts--content .related-posts-box:hover .h5 span {
  color: #FFFFFF;
  text-decoration: underline;
}

/* FORM CONTENT */
.form--content {
  background: transparent;
}
.form--content .box--rounded {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  max-width: 925px;
  margin: auto;
  padding: 30px;
}
.form--content .box--rounded .title--box {
  display: block;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 70px;
}
@media only screen and (max-width: 993px) {
  .form--content .box--rounded .title--box {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

.page-template-template-news .hero--page__copy-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 1024px) {
  .page-template-template-news .hero--page__copy-text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .page-template-template-news .arrow--hero {
    display: none;
  }
}
@media only screen and (max-width: 1320px) {
  .page-template-template-news .column-text--content {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.page-template-template-news #dateFilter .ui-datepicker-calendar {
  display: none;
}

.page-template-template-donate {
  background: #F8F3EE;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #F8F3EE), color-stop(60%, rgba(237, 186, 105, 0)), to(rgba(237, 186, 105, 0.45)));
  background: linear-gradient(180deg, #F8F3EE 30%, rgba(237, 186, 105, 0) 60%, rgba(237, 186, 105, 0.45) 100%);
}
@media only screen and (min-width: 993px) {
  .page-template-template-donate .hero--page__copy-text {
    text-align: center;
  }
}

.page-template-template-leadership :not(.column-text--content) + .column-text--content {
  padding-top: 70px !important;
}
@media only screen and (max-width: 993px) {
  .page-template-template-leadership :not(.column-text--content) + .column-text--content {
    padding-top: 35px;
  }
}
.page-template-template-leadership .column-text--content:last-child, .page-template-template-leadership :not(.column-text--content) + .column-text--content {
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 993px) {
  .page-template-template-leadership .column-text--content:last-child, .page-template-template-leadership :not(.column-text--content) + .column-text--content {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 700px) {
  .page-template-template-leadership .hero--page__copy-text h2 {
    font-size: 43px;
    line-height: 56px;
  }
  .page-template-template-leadership .text--content {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .page-template-template-leadership .column-text--content {
    padding: 25px 0;
  }
  .page-template-template-leadership .leadership--lined {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 700px) {
  .page-template-template-region .column-text--content {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 700px) {
  .page-template-template-region-inner .banner--content + .column-text--content {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1320px) {
  .page-template-template-covid .column-text--content {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 993px) {
  .page-template-template-covid .column-text--content .title-box h3 {
    font-size: 38px;
    margin-bottom: 10px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 993px) {
  .page-template-template-covid .column-text--content .list-box ul li .expand {
    font-size: 22px;
  }
}
@media only screen and (max-width: 993px) {
  .page-template-template-covid .column-text .title--section {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 993px) {
  .page-template-template-covid .list--content .title--section h2 {
    font-size: 43px;
  }
}
@media only screen and (max-width: 993px) {
  .page-template-template-covid .list--content .list--items h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.page-template-template-region .text-box.reduced p,
.page-template-template-region-inner .text-box.reduced p {
  font-size: 22px;
  line-height: 43px;
}

@media only screen and (max-width: 700px) {
  .page-template-default .banner--content + .column-text--content {
    padding-top: 0;
  }
}

@media only screen and (min-width: 993px) {
  .page-template-template-region .column-text--content .text-box h2 {
    font-size: 60px;
  }
}

.page-template-template-leadership .text--content + .leadership--boxs .leadership--lined {
  margin-top: 0;
  padding-top: 35px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-template-template-leadership .text--content + .leadership--boxs .leadership--lined:before, .page-template-template-leadership .text--content + .leadership--boxs .leadership--lined:after {
  display: none;
}

@media only screen and (max-width: 700px) {
  .page-id-44 .column-text--content .text-box h3 {
    margin-bottom: 20px;
    font-style: italic;
  }
}

.page-template-template-faqs .hero--page__copy-text {
  top: auto;
  bottom: 0;
}

.faqs {
  float: left;
  width: 100%;
  border-top: 1px solid #E2D0BA;
  margin-top: 69px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 780px) {
  .faqs {
    padding-top: 40px;
  }
}
.faqs__item {
  float: left;
  width: 930px;
  max-width: 100%;
  padding-top: 120px;
}
.faqs__item__question {
  float: left;
  width: 100%;
  font-family: "Canela", sans-serif;
  font-size: 32px;
  line-height: 42px;
}
.faqs__item__answer {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.faqs__item__answer p:nth-last-child(1) {
  margin-bottom: 0;
}

.testimonials-cont {
  float: left;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(160, 55, 35, 0)), color-stop(162.96%, rgba(160, 55, 35, 0.25)));
  background: linear-gradient(180deg, rgba(160, 55, 35, 0) 0%, rgba(160, 55, 35, 0.25) 162.96%);
}

.testimonials {
  float: left;
  width: 100%;
}
.testimonials__item {
  float: left;
  width: 100%;
  padding: 140px 0;
  border-bottom: 1px solid #E2D0BA;
}
@media only screen and (max-width: 780px) {
  .testimonials__item {
    padding: 70px 0;
  }
}
.testimonials__item:nth-last-child(1) {
  border: none;
}
.testimonials__item__column--left {
  float: left;
  width: 30%;
}
@media only screen and (max-width: 780px) {
  .testimonials__item__column--left {
    width: 100%;
  }
}
.testimonials__item__column--right {
  float: right;
  width: 60%;
}
@media only screen and (max-width: 780px) {
  .testimonials__item__column--right {
    width: 100%;
    margin-top: 30px;
  }
}
.testimonials__item__photo {
  float: left;
  width: 170px;
  height: 170px;
  margin-bottom: 20px;
  position: relative;
}
.testimonials__item__photo div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonials__item__photo div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials__item__name {
  float: left;
  width: 100%;
  font-family: "Canela", sans-serif;
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 780px) {
  .testimonials__item__name {
    font-size: 30px;
    line-height: 36px;
  }
}
.testimonials__item__message {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
}
.testimonials__item__heading {
  float: left;
  width: 100%;
  font-size: 26px;
  line-height: 40px;
  font-style: italic;
  margin-bottom: 20px;
}
@media only screen and (max-width: 780px) {
  .testimonials__item__heading {
    font-size: 22px;
    line-height: 34px;
  }
}
.testimonials__item__body {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .testimonials__item__body p {
    font-size: 15px;
    line-height: 29px;
  }
}
.testimonials__item__body p:nth-last-child(1) {
  margin-bottom: 0;
}

.search-btn {
  float: left;
  width: auto;
  padding: 0 15px 0 20px;
}
@media only screen and (max-width: 1100px) {
  .search-btn {
    position: absolute;
    top: 30px;
    right: 70px;
    padding: 0;
    height: 30px;
    width: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .search-btn {
    top: 20px;
    height: 15px;
    width: 15px;
  }
}
.search-btn svg g {
  fill: #E2D0BA;
}

.header.dark .search-btn svg g {
  fill: #444444;
}

.searchBar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #F8F3EE;
  text-align: center;
  display: none;
}
.searchBar .close_search {
  position: absolute;
  top: 70px;
  right: 70px;
  width: 30px;
  height: 30px;
  background-image: url(images/close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media only screen and (max-width: 993px) {
  .searchBar .close_search {
    top: 20px;
    right: 20px;
  }
}
.searchBar .widget_search {
  display: inline-block;
  width: 940px;
  max-width: 100%;
  float: none;
  padding: 0 20px;
  padding-top: 113px;
  text-align: left;
}
@media only screen and (max-width: 993px) {
  .searchBar .widget_search {
    padding-top: 60px;
  }
}
.searchBar .widget_search .screen-reader-text {
  font-family: "GT Walsheim", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 31px;
  color: #1A5960;
  font-weight: 500;
  letter-spacing: 0.2em;
  float: left;
  width: 100%;
}
.searchBar .widget_search label {
  float: right;
  width: calc(100% - 85px);
}
@media only screen and (max-width: 993px) {
  .searchBar .widget_search label {
    width: calc(100% - 50px);
  }
}
.searchBar .widget_search label input {
  float: left;
  width: 100%;
  background: none;
  border-bottom: 1px solid #CCB69C;
  font-weight: 300;
  font-size: 60px;
  height: 74px;
  line-height: 74px;
  font-family: "Canela", sans-serif;
  color: #CCB69C;
  padding: 0;
  border-radius: 0;
  text-transform: none;
  outline: none;
}
@media only screen and (max-width: 993px) {
  .searchBar .widget_search label input {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
  }
}
.searchBar .widget_search label input::-webkit-input-placeholder {
  /* Edge */
  font-family: "Canela", sans-serif;
  color: #CCB69C;
  text-transform: none;
}
.searchBar .widget_search label input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Canela", sans-serif;
  color: #CCB69C;
  text-transform: none;
}
.searchBar .widget_search label input::-moz-placeholder {
  font-family: "Canela", sans-serif;
  color: #CCB69C;
  text-transform: none;
}
.searchBar .widget_search label input::-ms-input-placeholder {
  font-family: "Canela", sans-serif;
  color: #CCB69C;
  text-transform: none;
}
.searchBar .widget_search label input::placeholder {
  font-family: "Canela", sans-serif;
  color: #CCB69C;
  text-transform: none;
}
.searchBar .widget_search .search-submit {
  float: left;
  width: 85px;
  height: 50px;
  background: none;
  background-image: url(images/search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 5000px;
  padding: 0;
  margin-top: 37px;
  cursor: pointer;
}
@media only screen and (max-width: 993px) {
  .searchBar .widget_search .search-submit {
    margin-top: 50px;
    width: 50px;
    zoom: 0.7;
  }
}

.search__resutls {
  float: left;
  width: 100%;
  border-top: 1px solid #E2D0BA;
  padding-bottom: 50px;
}

.result__box {
  float: left;
  width: 930px;
  max-width: 100%;
  padding-top: 120px;
}
@media only screen and (max-width: 780px) {
  .result__box {
    padding-top: 100px;
  }
}
.result__box__categories {
  float: left;
  width: auto;
}
.result__box__location {
  float: left;
  width: auto;
}
.result__box__categories, .result__box__location {
  font-family: "GT Walsheim", sans-serif;
  letter-spacing: 0.2em;
  font-size: 11px;
  line-height: 31px;
}
@media only screen and (max-width: 780px) {
  .result__box__categories, .result__box__location {
    line-height: 1.5;
  }
}
.result__box__categories a, .result__box__location a {
  font-family: "GT Walsheim", sans-serif;
  letter-spacing: 0.2em;
  font-size: 11px;
  line-height: 31px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .result__box__categories a, .result__box__location a {
    line-height: 1;
  }
}
.result__box__categories a:hover, .result__box__location a:hover {
  text-decoration: underline;
}
.result__box__categories a strong, .result__box__location a strong {
  text-transform: uppercase;
}
.result__box__title {
  float: left;
  width: 100%;
  font-size: 32px;
  font-weight: 300;
  font-family: "Canela", sans-serif;
  line-height: 42px;
  text-decoration: none;
  margin-bottom: 30px;
}
@media only screen and (max-width: 780px) {
  .result__box__title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.result__box__title:hover {
  text-decoration: underline;
}
.result__box__text {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .result__box__text p {
    font-size: 15px;
    line-height: 29px;
  }
}
.result__box__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.result__box__img-result {
  float: left;
  width: 150px;
  margin-right: 15px;
}
@media only screen and (max-width: 550px) {
  .result__box__img-result {
    width: 100%;
  }
}
.result__box__text-result {
  float: left;
  width: 100%;
}
.result__box__text-result.short {
  width: calc(100% - 165px);
}
@media only screen and (max-width: 550px) {
  .result__box__text-result.short {
    width: 100%;
  }
}
.result__box__text-result a {
  text-transform: none;
  line-height: 1.5;
}

.timeline--content {
  padding-top: 70px;
  position: relative;
  -webkit-transition: background-position linear 0.7s;
  transition: background-position linear 0.7s;
}
@media only screen and (max-width: 993px) {
  .timeline--content .text-timeline-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.timeline--content .timeline-bg {
  background: url("images/timeline.jpg") repeat-x scroll left top;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-size: auto 100%;
  transition: all 2500ms ease;
  -moz-transition: all 2500ms ease;
  -webkit-transition: all 2500ms ease;
  -ms-transition: all 2500ms ease;
  -o-transition: all 2500ms ease;
}
.timeline--content .timeline-circle {
  position: absolute;
  right: -20%;
  bottom: -50%;
  max-width: 1130px;
  width: 100%;
  height: 100%;
  max-height: 1130px;
}
.timeline--content .timeline-circle .circle {
  border: 1px solid #E2D0BA;
  opacity: 0.3;
  border-radius: 50%;
  width: 100%;
  height: 0;
  padding: calc(50% - 1px) 0;
  position: absolute;
}
@media only screen and (max-width: 993px) {
  .timeline--content .img-timeline {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 30px;
  }
}
.timeline--content .title--section {
  float: left;
  padding-bottom: 30px;
  width: 100%;
}
@media only screen and (max-width: 993px) {
  .timeline--content .title--section {
    padding-bottom: 35px;
  }
}
.timeline--content .title--section h2 {
  color: #E2D0BA;
}
.timeline--content .title--section .slider-action {
  position: relative;
  width: 65px;
  height: 65px;
  display: block;
  text-align: center;
  margin: auto;
  margin-right: 0;
  cursor: pointer;
}
.timeline--content .title--section .slider-action.prev-slide {
  float: right;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 780px) {
  .timeline--content .title--section .slider-action.prev-slide {
    float: left;
  }
}
.timeline--content .title--section .slider-action.next-slide {
  float: right;
}
.timeline--content .title--section .slider-action.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (max-width: 993px) {
  .timeline--content .title--section .slider-action {
    display: none;
  }
}
.timeline--content .title--section .slider-action .arrow {
  background: #E2D0BA;
  height: 2px;
  width: 35px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.timeline--content .title--section .slider-action .arrow:before, .timeline--content .title--section .slider-action .arrow:after {
  content: "";
  background: #E2D0BA;
  position: absolute;
  height: 2px;
  width: 16px;
}
.timeline--content .title--section .slider-action .arrow:before {
  right: -3px;
  bottom: -5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.timeline--content .title--section .slider-action .arrow:after {
  right: -3px;
  top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.timeline--content .title--section .slider-action .arrow:hover {
  background: #1A5960;
}
.timeline--content .title--section .slider-action:hover .arrow {
  background: #FFFFFF;
}
.timeline--content .title--section .slider-action:hover .arrow:before, .timeline--content .title--section .slider-action:hover .arrow:after {
  background: #FFFFFF;
}
.timeline--content .timeline--date {
  border-top: 1px solid rgba(248, 243, 238, 0.25);
  padding-bottom: 100px;
  position: relative;
  /*.slick-dotted.slick-slider{
      width: 100%;
  }
  .slick-dots-container {
      width: 1245px;
      overflow: hidden;
      display: block;
      padding: 0;
      margin: auto;
      position: relative;
      margin-top: -15px;
  }*/
}
@media only screen and (max-width: 993px) {
  .timeline--content .timeline--date {
    display: none;
  }
}
.timeline--content .timeline--date .slides {
  margin-top: -9px;
}
.timeline--content .timeline--date .slick-slide .date {
  cursor: pointer;
  position: relative;
  border: 0;
  min-width: 100px;
  height: 60px;
  padding-top: 25px;
  -webkit-box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
          box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #51797D;
  font-weight: 400;
  text-align: center;
  display: block;
}
.timeline--content .timeline--date .slick-slide .date:before {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0D474E;
  border: 1px solid #497172;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "";
  font-weight: 400;
}
.timeline--content .timeline--date .slick-slide:hover .date, .timeline--content .timeline--date .slick-slide.slick-current .date {
  color: #E2D0BA;
}
.timeline--content .timeline--date .slick-slide:hover .date:before, .timeline--content .timeline--date .slick-slide.slick-current .date:before {
  background-color: #E2D0BA;
  border-color: #FFFFFF;
}
.timeline--content .timeline--date .slick-dots {
  /*padding: 0;
  display: flex;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  transform: translateX(0);
  align-items: center;
  bottom: unset;*/
}
.timeline--content .timeline--date .slick-dots li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  white-space: nowrap;
  border: 0;
  width: 100px;
  height: 60px;
  padding-top: 15px;
  margin: 0 5%;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
          box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
}
.timeline--content .timeline--date .slick-dots li button {
  display: block;
  width: 100%;
  height: 52px;
  border: 0;
  background-color: transparent;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #51797D;
  font-weight: 400;
  text-align: center;
  outline: none;
  position: relative;
}
.timeline--content .timeline--date .slick-dots li button:before {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0D474E;
  border: 1px solid #497172;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "";
  font-weight: 400;
}
.timeline--content .timeline--date .slick-dots li button:hover {
  color: #E2D0BA;
}
.timeline--content .timeline--date .slick-dots li.slick-active {
  display: inline-block;
}
.timeline--content .timeline--date .slick-dots li.slick-active button {
  color: #E2D0BA;
}
.timeline--content .timeline--date .slick-dots li.slick-active button .dot {
  background: #E2D0BA;
  border-color: #E2D0BA;
}
.timeline--content .timeline--content--box .slides .slick-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 890px) {
  .timeline--content .timeline--content--box .slides .slick-slide .img-timeline-content .img-timeline .img--responsive {
    height: 336px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.timeline--content .timeline--content--box .slides .text-timeline .date--timeline {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #E2D0BA;
  font-weight: 400;
  margin-bottom: 10px;
}
.timeline--content .timeline--content--box .slides .text-timeline h4 {
  color: #E2D0BA;
  margin-bottom: 45px;
}
@media only screen and (max-width: 993px) {
  .timeline--content .timeline--content--box .slides .text-timeline h4 {
    margin-bottom: 30px;
  }
}
.timeline--content .timeline--content--box .slides .text-timeline p {
  font-size: 16px;
  line-height: 28px;
  color: #E2D0BA;
  font-weight: 400;
}
@media only screen and (max-width: 993px) {
  .timeline--content .timeline--content--box .slides .text-timeline p {
    font-size: 13px;
    line-height: 31px;
  }
}
.timeline--content .timeline--content--box .slides .text-timeline p a {
  color: #FFFFFF;
  text-decoration: none;
}
.timeline--content .timeline--content--box .slides .text-timeline p a:hover {
  text-decoration: underline;
}
.timeline--content .timeline--content--box .slides .text-timeline ul {
  list-style: none;
  margin-left: 15px;
}
.timeline--content .timeline--content--box .slides .text-timeline ul li {
  font-size: 16px;
  line-height: 28px;
  color: #E2D0BA;
  font-weight: 400;
}
@media only screen and (max-width: 993px) {
  .timeline--content .timeline--content--box .slides .text-timeline ul li {
    font-size: 13px;
    line-height: 31px;
  }
}
.timeline--content .timeline--content--box .slides .text-timeline ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
.timeline--content .timeline--content--box .slides .text-timeline ul li a:hover {
  text-decoration: underline;
}
.timeline--content .timeline--content--box .slides .text-timeline ul li::before {
  content: "•";
  color: #E2D0BA;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.timeline--content .timeline--content--box .slides .video-timeline .video-cont {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 56.3%;
}
.timeline--content .timeline--content--box .slides .video-timeline .video-cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1320px) {
  .page-template-template-legacy .column-text--content {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 993px) {
  .page-template-template-legacy .column-text--content .text-box-block h3 a {
    font-size: 43px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 993px) {
  .page-template-template-legacy .column-text--content .img-margin .img--responsive {
    height: 293px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-template-template-contact .hero--page__copy-text {
  text-align: center;
}
.page-template-template-contact .form--content {
  padding-bottom: 162px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(160, 55, 35, 0)), color-stop(162.96%, rgba(160, 55, 35, 0.25)));
  background: linear-gradient(180deg, rgba(160, 55, 35, 0) 0%, rgba(160, 55, 35, 0.25) 162.96%);
}
@media only screen and (max-width: 700px) {
  .page-template-template-contact .form--content .container {
    padding: 0;
  }
}
@media only screen and (max-width: 700px) {
  .page-template-template-contact .box--rounded {
    border-radius: 0;
  }
}
.page-template-template-contact .box--rounded .gfield {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.page-template-template-contact .box--rounded .gfield label {
  display: none;
}
.page-template-template-contact .box--rounded .gfield input,
.page-template-template-contact .box--rounded .gfield textarea {
  float: left;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  outline: none;
}
.page-template-template-contact .box--rounded .gfield input::-webkit-input-placeholder,
.page-template-template-contact .box--rounded .gfield textarea::-webkit-input-placeholder {
  /* Edge */
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
}
.page-template-template-contact .box--rounded .gfield input:-ms-input-placeholder,
.page-template-template-contact .box--rounded .gfield textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
}
.page-template-template-contact .box--rounded .gfield input::-webkit-input-placeholder, .page-template-template-contact .box--rounded .gfield textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
}
.page-template-template-contact .box--rounded .gfield input::-moz-placeholder, .page-template-template-contact .box--rounded .gfield textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
}
.page-template-template-contact .box--rounded .gfield input:-ms-input-placeholder, .page-template-template-contact .box--rounded .gfield textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
}
.page-template-template-contact .box--rounded .gfield input::-ms-input-placeholder, .page-template-template-contact .box--rounded .gfield textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
}
.page-template-template-contact .box--rounded .gfield input::placeholder,
.page-template-template-contact .box--rounded .gfield textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
}
.page-template-template-contact .box--rounded .gfield textarea {
  height: 270px;
}
.page-template-template-contact .box--rounded .gf_left_half {
  float: left;
  width: 50%;
  padding-right: 8px;
}
@media only screen and (max-width: 700px) {
  .page-template-template-contact .box--rounded .gf_left_half {
    width: 100%;
    padding-right: 0;
  }
}
.page-template-template-contact .box--rounded .gf_right_half {
  float: left;
  width: 50%;
  padding-left: 8px;
}
@media only screen and (max-width: 700px) {
  .page-template-template-contact .box--rounded .gf_right_half {
    width: 100%;
    padding-left: 0;
  }
}
.page-template-template-contact .box--rounded input[type=submit] {
  background: #1A5960;
  border-color: #1A5960;
  color: #E2D0BA;
  margin-right: 10px;
}
.page-template-template-contact .box--rounded input[type=submit]:hover {
  background: #0F3438;
  border-color: #0F3438;
}

.page-template-template-thank-you .text--content.full--height {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #F8F3EE), color-stop(60%, rgba(237, 186, 105, 0)), to(rgba(237, 186, 105, 0.45)));
  background: linear-gradient(180deg, #F8F3EE 30%, rgba(237, 186, 105, 0) 60%, rgba(237, 186, 105, 0.45) 100%);
}
.page-template-template-thank-you .text--content.full--height .text-box {
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-top: 0;
  padding: 340px 0 300px 0;
}
@media only screen and (max-width: 780px) {
  .page-template-template-thank-you .text--content.full--height .text-box h2 {
    font-size: 30px;
    line-height: 32px;
  }
}

.priority__summary {
  float: left;
  width: 100%;
  padding: 104px 0;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .priority__summary {
    padding: 89px 0;
  }
}
.priority__summary:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 39, 49, 0)), color-stop(180.11%, rgba(21, 39, 49, 0.25)), color-stop(180.11%, rgba(21, 39, 49, 0.25)));
  background: linear-gradient(180deg, rgba(21, 39, 49, 0) 0%, rgba(21, 39, 49, 0.25) 180.11%, rgba(21, 39, 49, 0.25) 180.11%);
}
.priority__summary .container {
  position: relative;
  z-index: 2;
}
.priority__summary__title {
  float: left;
  width: 100%;
  font-family: "GT Walsheim", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 31px;
  color: #E2D0BA;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
.priority__summary__text {
  float: left;
  clear: both;
  width: 1083px;
  max-width: 100%;
}
.priority__summary__text p {
  font-size: 27px;
  line-height: 48px;
  font-weight: 300;
  color: #E2D0BA;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
  .priority__summary__text p {
    font-size: 22px;
    line-height: 34px;
  }
}
.priority__summary__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.priority__summary__bottom {
  float: left;
  width: 100%;
  margin-top: 70px;
}
@media only screen and (max-width: 1100px) {
  .priority__summary__bottom {
    margin-top: 0;
  }
}
.priority__summary__subtext {
  float: left;
  width: calc(100% - 358px);
}
@media only screen and (max-width: 1100px) {
  .priority__summary__subtext {
    width: 100%;
    margin-bottom: 20px;
  }
}
.priority__summary__subtext p,
.priority__summary__subtext a {
  font-size: 16px;
  line-height: 28px;
  color: #E2D0BA;
}
@media only screen and (max-width: 780px) {
  .priority__summary__subtext p,
.priority__summary__subtext a {
    font-size: 13px;
    line-height: 31px;
  }
}
.priority__summary__subtext p:nth-last-child(1),
.priority__summary__subtext a:nth-last-child(1) {
  margin-bottom: 0;
}
.priority__summary__link {
  float: right;
  width: auto;
  max-width: 358px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 28px;
  color: #E2D0BA;
  text-transform: uppercase;
  text-decoration: underline;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .priority__summary__link {
    float: left;
  }
}
@media only screen and (max-width: 780px) {
  .priority__summary__link {
    font-size: 15px;
    line-height: 29px;
  }
}
.priority__summary__link .arrow {
  background: #E2D0BA;
  height: 2px;
  width: 23px;
  margin: 0 auto;
  position: absolute;
  top: 14px;
  right: 0;
}
.priority__summary__link .arrow::after, .priority__summary__link .arrow::before {
  content: "";
  background: #E2D0BA;
  position: absolute;
  height: 2px;
  width: 13px;
}
.priority__summary__link .arrow::after {
  right: -2px;
  top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.priority__summary__link .arrow::before {
  right: -2px;
  bottom: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.priority__summary + .carousel--content {
  padding-top: 0;
}

.banner_priority {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner_priority .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: 590px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1100px) {
  .banner_priority .container {
    min-height: auto;
  }
}
.banner_priority__cont {
  float: left;
  width: 100%;
}
.banner_priority__title {
  color: #E2D0BA;
  margin-bottom: 30px;
}

.lightblue_priority_back .hero--page {
  background: radial-gradient(50.12% 93.65% at 102.89% 102.32%, #093c42 0%, #1a5956 100%);
}
.lightblue_priority_back .priority__summary {
  background: #093C42;
}
.lightblue_priority_back .carousel--content .carousel--split .text--carousel--content .text--content:nth-child(2n) {
  background: radial-gradient(168.68% 320.13% at 231.22% 154.35%, rgba(26, 89, 96, 0.7) 2%, rgba(26, 89, 96, 0) 100%);
}
.lightblue_priority_back .carousel--content .carousel--split .text--carousel--content .text--content:nth-child(4n) {
  background: radial-gradient(197.95% 220.21% at 23.82% -170.21%, rgba(26, 89, 96, 0.7) 2%, rgba(26, 89, 96, 0) 100%);
}
.lightblue_priority_back .carousel--content .carousel--split .text--carousel--content .text--content:nth-child(8n) {
  background: radial-gradient(190.47% 205.89% at 58.47% 255.96%, rgba(26, 89, 96, 0.7) 2%, rgba(26, 89, 96, 0) 100%);
}

.yellow_priority_back {
  /*.carousel--content .carousel--split .text--carousel--content .text--content {
    &:nth-child(2n) {
      background: radial-gradient(168.68% 320.13% at 231.22% 154.35%, rgba(237, 186, 105, 0.7) 2%, rgba(237, 186, 105, 0) 100%);
    }

    &:nth-child(4n) {
      background: radial-gradient(197.95% 220.21% at 23.82% -170.21%, rgba(237, 186, 105, 0.7) 2%, rgba(237, 186, 105, 0) 100%);
    }

    &:nth-child(8n) {
      background: radial-gradient(190.47% 205.89% at 58.47% 255.96%, rgba(237, 186, 105, 0.7) 2%, rgba(237, 186, 105, 0) 100%);
    }
  }*/
}
.yellow_priority_back .hero--page {
  background: radial-gradient(50.12% 93.65% at 102.89% 102.32%, #daab47 0%, #b7740a 100%);
}
.yellow_priority_back .priority__summary {
  background: #A96500;
}

.green_priority_back {
  /*.carousel--content .carousel--split .text--carousel--content .text--content {
    &:nth-child(2n) {
      background: radial-gradient(168.68% 320.13% at 231.22% 154.35%, rgba(46, 134, 77, 0.7) 2%, rgba(46, 134, 77, 0) 100%);
    }

    &:nth-child(4n) {
      background: radial-gradient(197.95% 220.21% at 23.82% -170.21%, rgba(46, 134, 77, 0.7) 2%, rgba(46, 134, 77, 0) 100%);
    }

    &:nth-child(8n) {
      background: radial-gradient(190.47% 205.89% at 58.47% 255.96%, rgba(46, 134, 77, 0.7) 2%, rgba(46, 134, 77, 0) 100%);
    }
  }*/
}
.green_priority_back .hero--page {
  background: radial-gradient(47.6% 88.89% at 5.17% 84.34%, #184427 0%, #235133 100%);
}
.green_priority_back .priority__summary {
  background: #0F351C;
}

.red_priority_back {
  /*.carousel--content .carousel--split .text--carousel--content .text--content {
    &:nth-child(2n) {
      background: radial-gradient(168.68% 320.13% at 231.22% 154.35%, rgba(119, 23, 4, 0.7) 2%, rgba(119, 23, 4, 0) 100%);
    }

    &:nth-child(4n) {
      background: radial-gradient(197.95% 220.21% at 23.82% -170.21%, rgba(119, 23, 4, 0.7) 2%, rgba(119, 23, 4, 0) 100%);
    }

    &:nth-child(8n) {
      background: radial-gradient(190.47% 205.89% at 58.47% 255.96%, rgba(119, 23, 4, 0.7) 2%, rgba(119, 23, 4, 0) 100%);
    }
  }*/
}
.red_priority_back .hero--page {
  background: radial-gradient(57.81% 107.67% at 5.53% 31.75%, #9f230b 0%, #771704 100%);
}
.red_priority_back .priority__summary {
  background: #631000;
}

.pink_priority_back {
  /*.carousel--content .carousel--split .text--carousel--content .text--content {
    &:nth-child(2n) {
      background: radial-gradient(168.68% 320.13% at 231.22% 154.35%, rgba(159, 19, 58, 0.7) 2%, rgba(159, 19, 58, 0) 100%);
    }

    &:nth-child(4n) {
      background: radial-gradient(197.95% 220.21% at 23.82% -170.21%, rgba(159, 19, 58, 0.7) 2%, rgba(159, 19, 58, 0) 100%);
    }

    &:nth-child(8n) {
      background: radial-gradient(190.47% 205.89% at 58.47% 255.96%, rgba(159, 19, 58, 0.7) 2%, rgba(159, 19, 58, 0) 100%);
    }
  }*/
}
.pink_priority_back .hero--page {
  background: radial-gradient(79.37% 148.19% at 139.22% 39.77%, #b22b51 0%, #9f133a 100%);
}
.pink_priority_back .priority__summary {
  background: #811032;
}

.blue_priority_back {
  /*.carousel--content .carousel--split .text--carousel--content .text--content {
    &:nth-child(2n) {
      background: radial-gradient(168.68% 320.13% at 231.22% 154.35%, rgba(16, 56, 84, 0.7) 2%, rgba(16, 56, 84, 0) 100%);
    }

    &:nth-child(4n) {
      background: radial-gradient(197.95% 220.21% at 23.82% -170.21%, rgba(16, 56, 84, 0.7) 2%, rgba(16, 56, 84, 0) 100%);
    }

    &:nth-child(8n) {
      background: radial-gradient(190.47% 205.89% at 58.47% 255.96%, rgba(16, 56, 84, 0.7) 2%, rgba(16, 56, 84, 0) 100%);
    }
  }*/
}
.blue_priority_back .hero--page {
  background: radial-gradient(79.37% 148.19% at 139.22% 39.77%, #0c314c 0%, #103854 100%);
}
.blue_priority_back .priority__summary {
  background: #04253C;
}

.priority-page .hero--page__copy-text h3 {
  color: #E2D0BA;
}
.priority-page .carousel--content .carousel--split .text--carousel--content .text--content.active:nth-child(1) {
  background: none;
}
.priority-page .text--content__box {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .priority-page .text--content__box {
    padding: 40px 25px 0 25px;
  }
}
.priority-page .carousel--content .carousel--split .text--carousel--content .text--content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 50px 140px;
}
@media only screen and (max-width: 1100px) {
  .priority-page .carousel--content .carousel--split .text--carousel--content .text--content {
    padding: 0;
    display: block;
    min-height: auto;
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .priority-page .carousel--content .carousel--split .text--carousel--content .text--content .img--content {
    margin-bottom: 0;
  }
}
.priority-page .carousel--content .carousel--split .text--carousel--content .text--content .img--content img {
  float: left;
}
@media only screen and (max-width: 1100px) {
  .priority-page .carousel--content .carousel--split .text--carousel--content .text--content .img--content img {
    height: 650px;
  }
}
@media only screen and (max-width: 700px) {
  .priority-page .carousel--content .carousel--split .text--carousel--content .text--content .img--content img {
    height: 336px;
  }
}
.priority-page .carousel--content .carousel--split .text--carousel--content .text--content .reduced--text p {
  margin-bottom: 40px;
}

.page-template-template-resources .hero--page__copy-text {
  bottom: 0;
  top: auto;
}

.hero--page.yellow {
  background: #B7740B radial-gradient(50.12% 93.65% at 102.89% 102.32%, rgba(237, 186, 105, 0.7) 0%, rgba(237, 186, 105, 0) 100%);
}

.hero--page.small.bottom-line .hero--page__copy-text.small {
  padding-bottom: 60px;
  border-bottom: 1px solid #E2D0BA;
}

.resources {
  float: left;
  width: 100%;
}
.resources__column--left {
  float: left;
  width: 27%;
}
@media only screen and (max-width: 780px) {
  .resources__column--left {
    width: 100%;
  }
}
.resources__column--right {
  float: right;
  width: 65%;
}
@media only screen and (max-width: 780px) {
  .resources__column--right {
    width: 100%;
    padding-top: 70px;
  }
}
.resources__item {
  float: left;
  width: 100%;
  padding: 120px 0;
  border-bottom: 1px solid #E2D0BA;
}
@media only screen and (max-width: 780px) {
  .resources__item {
    padding: 96px 0;
  }
}
.resources__item:nth-last-child(1) {
  border-bottom: none;
}
.resources__item:nth-child(3n+1) .resources__column--right {
  background: -moz-linear-gradient(top, #103060, #1A5960);
  background: -webkit-gradient(linear, left top, left bottom, from(#103060), to(#1A5960));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#103060", endColorstr="#1A5960");
  background: -o-linear-gradient(#103060, #1a5960);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.resources__item:nth-child(3n+1) .read-more__btn {
  border-bottom: 1px solid #1A5960;
}
.resources__item:nth-child(3n+2) .resources__column--right {
  background: -webkit-linear-gradient(#5B0F00, #CC8B24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.resources__item:nth-child(3n+2) .read-more__btn {
  border-bottom: 1px solid #CC8B24;
}
.resources__item:nth-child(3n+3) .resources__column--right {
  background: -webkit-linear-gradient(#103060, #1A5960);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.resources__item:nth-child(3n+3) .read-more__btn {
  border-bottom: 1px solid #1A5960;
}
.resources__item:nth-child(3n+4) .resources__column--right {
  background: -webkit-linear-gradient(#246D75, #34909B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.resources__item:nth-child(3n+4) .read-more__btn {
  border-bottom: 1px solid #34909B;
}
.resources__item:nth-child(3n+5) .resources__column--right {
  background: -webkit-linear-gradient(#5B0F00, #881B05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.resources__item:nth-child(3n+5) .read-more__btn {
  border-bottom: 1px solid #881B05;
}
@-moz-document url-prefix() {
  .resources__item .resources__column--right {
    -webkit-text-fill-color: inherit !important;
  }
  .resources__item .read-more__btn {
    border-bottom: 0 none !important;
  }
}
.resources__item .read-more__btn:hover {
  border-bottom: 0 none;
}
.resources__item__title {
  float: left;
  width: 100%;
  font-family: "Canela", sans-serif;
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 780px) {
  .resources__item__title {
    font-size: 30px;
    line-height: 37px;
  }
}
.resources__item__text {
  float: left;
  width: 100%;
}
.resources__item__text p {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 780px) {
  .resources__item__text p {
    font-size: 15px;
    line-height: 29px;
  }
}
.resources__item__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.resources__item__list {
  float: left;
  width: 100%;
}
.resources__item__list ul {
  padding: 0;
  margin: 0;
}
.resources__item__list ul li {
  display: block;
  margin-bottom: 30px;
}
.resources__item__list ul li:nth-child(n+5) {
  display: none;
}
.resources__item__list__link {
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 780px) {
  .resources__item__list__link {
    line-height: 29px;
  }
}
.resources__item__list__link:hover {
  text-decoration: underline;
  border-bottom: 1px solid;
}
@-moz-document url-prefix() {
  .resources__item__list__link:hover {
    border-bottom: 0 none !important;
  }
}
.resources__item__list.open ul li:nth-child(n+5) {
  display: block;
}

.button__block {
  padding-top: 0;
}
.button__block a.button {
  margin-top: 0;
  padding: 20px 40px;
}
@media only screen and (max-width: 380px) {
  .button__block a.button {
    min-width: 1px;
    width: 100%;
    margin-right: 0;
  }
}

.hero--page.single .hero--page__copy-text.small {
  position: relative;
}
@media only screen and (max-width: 993px) {
  .hero--page.single .hero--page__copy-text.small {
    padding-top: 0;
    position: static;
  }
}

.leadership-single__cont {
  max-width: 820px;
  margin: auto;
}
.leadership-single__column--left {
  float: right;
  width: 196px;
  padding-left: 33px;
  border-left: 1px solid #E2D0BA;
  margin-left: -1px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 780px) {
  .leadership-single__column--left {
    float: left;
    width: 100%;
    padding-left: 0;
    margin: 45px 0 70px 0;
    border: none;
  }
}
.leadership-single__column--right {
  float: left;
  width: calc(100% - 196px);
  padding-right: 77px;
  border-right: 1px solid #E2D0BA;
  margin-bottom: 50px;
}
@media only screen and (max-width: 780px) {
  .leadership-single__column--right {
    float: left;
    width: 100%;
    padding-right: 0;
    padding-top: 70px;
    border: none;
    border-top: 1px solid #E2D0BA;
  }
}
.leadership-single .socials {
  float: left;
  width: 100%;
}
.leadership-single .socials a {
  float: left;
  margin-right: 20px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.29);
  font-size: 24px;
}
.leadership-single .socials a:hover {
  color: #1A5960;
}
.leadership-single__image {
  float: left;
  width: 163px;
  height: 163px;
  position: relative;
  margin-bottom: 25px;
}
.leadership-single__image div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.leadership-single__image div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leadership-single__titles {
  float: left;
  width: 100%;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0.2em;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.leadership-single__title {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 30px;
}
.leadership-single__heading {
  float: left;
  width: 100%;
  font-size: 26px;
  line-height: 40px;
  font-style: italic;
  margin-bottom: 30px;
}
@media only screen and (max-width: 780px) {
  .leadership-single__heading {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.leadership-single__body {
  float: left;
  width: 100%;
}
.leadership-single__body p {
  margin-bottom: 20px;
}
.leadership-single__body p:nth-last-child(1) {
  margin-bottom: 0;
}
.leadership-single__bottom {
  float: left;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #E2D0BA;
}
.leadership-single__bottom a {
  float: left;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0.2em;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.leadership-single__bottom a:hover {
  text-decoration: underline;
}

.events--content {
  float: left;
  width: 100%;
  padding: 70px 0;
  background: linear-gradient(180.44deg, rgba(26, 89, 96, 0.1275) 6.38%, rgba(248, 243, 238, 0.25) 15.94%, rgba(237, 186, 105, 0.0725) 29.12%);
}
@media only screen and (max-width: 993px) {
  .events--content {
    padding: 35px 0;
  }
}
.events--content.no-background {
  background: transparent;
  max-width: 850px;
  margin: auto;
  float: none;
  overflow: hidden;
  position: relative;
}
.events--content.no-background:before {
  content: "";
  position: absolute;
  width: 100%;
  margin: auto;
  height: 1px;
  max-width: 1240px;
  border-bottom: 1px solid #E2D0BA;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 993px) {
  .events--content.no-background:before {
    width: calc(100% - 40px);
  }
}
.events--content.no-background .column-text--content:after {
  display: none;
}
.events--content .section--title {
  margin-bottom: 45px;
}
@media only screen and (max-width: 993px) {
  .events--content .section--title {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 993px) {
  .events--content .column-text--content:after {
    display: none;
  }
}
.events--content .title-box h3 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 993px) {
  .events--content .title-box h3 {
    font-size: 43px;
    margin-top: 45px;
  }
}
.events--content .box-events {
  margin-bottom: 55px;
  float: left;
  width: 100%;
}
.events--content .box-events .date--box {
  background: linear-gradient(40.43deg, rgba(26, 89, 96, 0.6) -128.91%, rgba(26, 89, 96, 0.066) 55.34%, rgba(255, 255, 255, 0.066) 121.66%);
  border-radius: 19px;
  max-width: 173px;
  text-align: center;
  padding: 35px 0;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 993px) {
  .events--content .box-events .date--box {
    margin-bottom: 35px;
    max-width: 119px;
    padding: 25px 0;
  }
}
.events--content .box-events .date--box .month {
  font-size: 11px;
  line-height: 19px;
  display: block;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 993px) {
  .events--content .box-events .date--box .month {
    margin-bottom: 5px;
  }
}
.events--content .box-events .date--box .day {
  font-size: 70px;
  line-height: 74px;
  font-family: "Canela", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  display: block;
}
@media only screen and (max-width: 993px) {
  .events--content .box-events .date--box .day {
    font-size: 45px;
    line-height: 1;
  }
}
.events--content .box-events .info--box {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 993px) {
  .events--content .box-events .info--box {
    margin-left: 80px;
    width: calc(100% - 255px);
    max-width: 595px;
  }
}
.events--content .box-events .info--box .date--time {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1;
}
.events--content .box-events .info--box .date--time .date--event {
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-right: 7px;
}
@media only screen and (max-width: 380px) {
  .events--content .box-events .info--box .date--time .date--event {
    display: inline;
  }
}
.events--content .box-events .info--box .date--time .date--event strong {
  text-transform: uppercase;
}
.events--content .box-events .info--box .date--time .separator {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin-right: 7px;
  line-height: 1;
  font-size: 12px;
}
.events--content .box-events .info--box h5 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 993px) {
  .events--content .box-events .info--box h5 {
    max-width: 475px;
  }
}
@media only screen and (max-width: 993px) {
  .events--content .box-events .info--box h5 {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 15px;
  }
}
.events--content .box-events .info--box h5 a {
  text-decoration: none;
}
.events--content .box-events .info--box h5 a:hover {
  text-decoration: underline;
  color: #1A5960;
}
.events--content .box-events .info--box p {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
@media only screen and (max-width: 993px) {
  .events--content .events-list__container {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 993px) {
  .events--content .read-more__btn {
    margin-bottom: 55px;
    display: inline-block;
  }
}

.news__list__cont .column-text--content:nth-child(3n+1) .date--box {
  background: linear-gradient(40.43deg, rgba(26, 89, 96, 0.6) -128.91%, rgba(26, 89, 96, 0.066) 55.34%, rgba(255, 255, 255, 0.066) 121.66%);
}
.news__list__cont .column-text--content:nth-child(3n+2) .date--box {
  background: linear-gradient(345.9deg, rgba(160, 55, 35, 0.6) -97.47%, rgba(160, 55, 35, 0.048) 56.55%, rgba(255, 255, 255, 0.066) 111.99%);
}
.news__list__cont .column-text--content:nth-child(3n+3) .date--box {
  background: linear-gradient(273.4deg, rgba(237, 186, 105, 0.39) 3.87%, rgba(237, 186, 105, 0) 133.56%);
}

.news__list__cont .events-list__container .box-events:nth-child(n+5) {
  display: none;
}
.news__list__cont .events-list__container.open .box-events:nth-child(n+5) {
  display: block;
}

.single-event:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 89, 96, 0)), color-stop(162.96%, rgba(26, 89, 96, 0.25)));
  background: linear-gradient(180deg, rgba(26, 89, 96, 0) 0%, rgba(26, 89, 96, 0.25) 162.96%);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.single-event .text--content .container {
  max-width: 850px;
}
@media only screen and (max-width: 993px) {
  .single-event .text--content .img-box-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 993px) {
  .single-event .text--content .text-box-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 993px) {
  .single-event .text--content .info-box-content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.single-event .text--content .img-box {
  padding-bottom: 70px;
}
@media only screen and (max-width: 993px) {
  .single-event .text--content .img-box {
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 993px) {
  .single-event .text--content .text-box {
    border-right: 1px solid #E2D0BA;
    padding-right: 100px;
  }
}
.single-event .text--content .info-box {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 993px) {
  .single-event .text--content .info-box {
    border-top: 1px solid #E2D0BA;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.single-event .text--content .info-box li {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000000;
}
.single-event .text--content .info-box li .title--section {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
.single-event .text--content .info-box li a {
  text-decoration: none;
}
.single-event .text--content .info-box li a:hover {
  text-decoration: underline;
  color: #1A5960;
}
.single-event .text--content .social-box {
  float: left;
  width: 100%;
  margin-top: 25px;
}
@media only screen and (max-width: 993px) {
  .single-event .text--content .social-box {
    margin-top: -35px;
    padding-bottom: 35px;
  }
}
.single-event .text--content .social-box a {
  color: rgba(0, 0, 0, 0.29);
  display: inline-block;
  margin-right: 10px;
}
.single-event .text--content .social-box a:hover {
  color: #1A5960;
}

.page-template-template-partners .text-box {
  padding-top: 70px;
}
.page-template-template-partners #search-form-partners {
  position: relative;
  margin-bottom: 30px;
}
.page-template-template-partners #search-form-partners .input-group {
  position: relative;
  width: 100%;
}
.page-template-template-partners #search-form-partners .input-group .form-control {
  width: 100%;
  border-radius: 20px;
  position: relative;
  padding-right: 40px;
}
.page-template-template-partners #search-form-partners .input-group-append {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  overflow: hidden;
}
.page-template-template-partners #search-form-partners .input-group-append button {
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 48px;
  margin: 0;
  border: none;
  border-radius: 0 20px 20px 0;
  font-size: 20px;
  line-height: 48px;
}

.logotype-project {
  margin-bottom: 60px;
}
@media only screen and (max-width: 993px) {
  .logotype-project {
    margin-bottom: 30px;
  }
}
.logotype-project img {
  max-width: 200px;
}

.read-project {
  margin-top: 60px;
}
@media only screen and (max-width: 993px) {
  .read-project {
    margin-bottom: 30px;
  }
}

.project-box {
  position: relative;
}
.project-box:after {
  content: "";
  position: absolute;
  width: 100%;
  margin: auto;
  height: 1px;
  max-width: 1240px;
  border-bottom: 1px solid #E2D0BA;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.project-box:last-of-type:after {
  display: none;
}
.project-box .project-heading {
  text-align: center;
  margin-bottom: 40px;
}
.project-box .project-heading p {
  font-size: 24px;
  margin: 10px 0;
}
.project-box .project-year {
  text-align: center;
  font-size: 22px;
}
.project-box .links-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 10px auto;
}
.project-box .link {
  text-align: center;
}
.project-box .link a {
  font-size: 16px;
  text-decoration: underline;
}
.project-box .link a:hover {
  color: #1A5960;
}
@media only screen and (min-width: 993px) {
  .project-box .partner-row .col-xs-6:nth-child(odd) {
    padding-right: 50px;
  }
  .project-box .partner-row .col-xs-6:nth-child(even) {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 993px) {
  .project-box .partner-row .img-project {
    margin-bottom: 30px;
  }
}

.read-project {
  margin-top: 30px;
}

.projects--content {
  position: relative;
  background: #FFFFFF;
}
.projects--content:before {
  content: "";
  position: absolute;
  width: 100%;
  margin: auto;
  height: 1px;
  border-bottom: 1px solid #E2D0BA;
  top: 0;
  left: 0;
}
.projects--content .video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.projects--content .video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.projects--content .project-title {
  margin-top: 30px;
  padding-bottom: 30px;
}
.projects--content .project-details .info-project {
  display: block;
  margin-top: 7px;
}
.projects--content .project-details .info-project .download {
  display: inline-block;
  text-decoration: none;
}
.projects--content .project-details .info-project .download:hover {
  text-decoration: underline;
}
.projects--content .project-details .info-project .comma {
  display: inline-block;
}
.projects--content .project-details .view-more {
  margin-top: 30px;
}
.projects--content .project-description {
  margin-top: 30px;
  display: none;
}
.projects--content .project-description h4 {
  font-family: "GT Walsheim", sans-serif;
  text-align: center;
  margin-bottom: 15px;
}
.projects--content .separator {
  width: 100%;
  height: 1px;
  background: #E2D0BA;
  margin-top: 30px;
}
.projects--content .separator:last-of-type {
  display: none;
}
/*# sourceMappingURL=style.css.map */