@charset "UTF-8";
/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Fonts
********************/
/********************
** Colors
********************/
/********************
** Paths
********************/
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:after, *:before {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

html {
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "europa", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  color: #2D2D2C;
  background: #B4A698; }

.page-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column; }

#header,
#site-footer {
  flex-shrink: 0; }

#content {
  flex-grow: 1; }

.page-container {
  min-width: 320px;
  position: relative; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  user-drag: none; }
  img.aligncenter {
    margin: 0 auto 0; }

a {
  color: #E3001B;
  text-decoration: underline; }
  a:hover {
    color: #E3001B;
    text-decoration: none; }
  a:visited {
    color: #E3001B; }

figure {
  position: relative;
  margin: 0 0; }

p {
  margin: 0 0 15px; }
  @media only screen and (min-width: 992px) {
    p {
      margin: 0 0 25px; } }

dl, ol, ul {
  margin-bottom: 24; }

ul, ol {
  margin: 0 0;
  padding: 0 0; }

li ul, li ol {
  margin: 0; }

select, textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type="submit"] {
  display: block;
  border-radius: 0;
  border: 1px solid #1c1c1c;
  font-family: "europa", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #2D2D2C; }

/********************
** Typography
********************/
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

h1 {
  margin: 0;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  letter-spacing: 0.5px; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 44px;
      font-size: 2.75rem;
      line-height: 46px;
      line-height: 2.875rem; } }
  @media only screen and (min-width: 992px) {
    h1 {
      font-size: 56px;
      font-size: 3.5rem;
      line-height: 58px;
      line-height: 3.625rem; } }
  @media only screen and (min-width: 1450px) {
    h1 {
      font-size: 64px;
      font-size: 4rem;
      line-height: 66px;
      line-height: 4.125rem; } }

h2 {
  margin: 0;
  font-size: 48px;
  font-size: 3rem;
  line-height: 54px;
  line-height: 3.375rem;
  letter-spacing: 0.3px; }

h3 {
  margin: 0 0 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem; }
  @media only screen and (min-width: 992px) {
    h3 {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 26px;
      line-height: 1.625rem; } }

h4 {
  margin: 0 0 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem; }

h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: initial; }
  @media only screen and (min-width: 992px) {
    h5 {
      font-size: 20px;
      font-size: 1.25rem; } }

.whole-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 99;
  text-align: left; }

/********************
** Reponsive Container
********************/
.wow {
  visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.container-fluid {
  max-width: 1600px;
  padding: 0 15px; }
  @media only screen and (min-width: 768px) {
    .container-fluid {
      padding: 0 20px; } }
  @media only screen and (min-width: 992px) {
    .container-fluid {
      padding: 0 30px; } }
  @media only screen and (min-width: 1450px) {
    .container-fluid {
      padding: 0 50px; } }

#main .post, #main .page {
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 100;
  background: #B4A698; }
  @media only screen and (min-width: 768px) {
    #header {
      position: absolute;
      background: transparent;
      overflow: hidden;
      min-height: 102px; } }
  @media only screen and (min-width: 992px) {
    #header {
      min-height: 105px; } }
  @media only screen and (min-width: 1450px) {
    #header {
      min-height: 160px; } }
  #header .site-title-heading {
    margin: 0;
    font-weight: 400;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    line-height: 2.125rem;
    text-transform: uppercase;
    white-space: nowrap; }
    @media only screen and (min-width: 768px) {
      #header .site-title-heading {
        margin: 10px 0 0;
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 34px;
        line-height: 2.125rem; } }
    @media only screen and (min-width: 992px) {
      #header .site-title-heading {
        margin-top: 15px;
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 44px;
        line-height: 2.75rem;
        letter-spacing: 0.015em; } }
    @media only screen and (min-width: 1210px) {
      #header .site-title-heading {
        margin-top: 18px;
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 48px;
        line-height: 3rem;
        letter-spacing: 0.015em; } }
    @media only screen and (min-width: 1450px) {
      #header .site-title-heading {
        margin-top: 28px;
        font-size: 48px;
        font-size: 3rem;
        line-height: 58px;
        line-height: 3.625rem;
        letter-spacing: 0.010em; } }
    #header .site-title-heading:before {
      content: "—";
      display: block;
      color: #E3001B;
      height: 20px;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 16px;
      line-height: 1rem; }
      @media only screen and (min-width: 992px) {
        #header .site-title-heading:before {
          height: 30px;
          font-size: 15px;
          font-size: 0.9375rem;
          line-height: 17px;
          line-height: 1.0625rem;
          letter-spacing: 0.028em; } }
      @media only screen and (min-width: 1210px) {
        #header .site-title-heading:before {
          height: 30px;
          font-size: 16px;
          font-size: 1rem;
          line-height: 18px;
          line-height: 1.125rem;
          letter-spacing: 0.026em; } }
      @media only screen and (min-width: 1450px) {
        #header .site-title-heading:before {
          height: 40px;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 21px;
          line-height: 1.3125rem;
          letter-spacing: 0.028em; } }
    #header .site-title-heading strong {
      font-weight: 700;
      display: block; }
    #header .site-title-heading a {
      display: block;
      font-size: inherit;
      line-height: inherit;
      text-decoration: none;
      color: #FFFFFF; }
  #header .spd-container {
    display: none;
    position: static; }
    @media only screen and (min-width: 992px) {
      #header .spd-container {
        position: relative; } }
  #header .spd-logo {
    position: absolute;
    top: 0;
    left: 15px;
    width: 90px;
    height: 90px;
    background: url("../images/spd-logo.png") no-repeat 0 0;
    background-size: 100% auto; }
    @media only screen and (min-width: 768px) {
      #header .spd-logo {
        top: 12px;
        right: 0;
        left: auto; } }
    @media only screen and (min-width: 992px) {
      #header .spd-logo {
        width: 93px;
        height: 93px;
        top: 12px;
        right: 0; } }
    @media only screen and (min-width: 1210px) {
      #header .spd-logo {
        top: 12px;
        left: 15px;
        right: auto; } }
    @media only screen and (min-width: 1450px) {
      #header .spd-logo {
        width: 140px;
        height: 140px;
        top: 20px;
        left: 15px; } }
    #header .spd-logo a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -9999px; }
  #header .main-navigation {
    position: static; }
  #header .navbar {
    transition: all 0.3s ease;
    position: relative;
    padding: 0;
    width: 100%;
    z-index: 100;
    min-height: 56px; }
    @media only screen and (min-width: 768px) {
      #header .navbar {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        min-height: auto; } }
    #header .navbar .navbar-toggler {
      border: 0;
      padding: 18px 15px 19px;
      position: absolute;
      top: 0;
      right: 0;
      outline: none;
      z-index: 30;
      border-radius: 0; }
      #header .navbar .navbar-toggler .icon-bar {
        background: #FFFFFF;
        transition: all 0.2s;
        width: 35px;
        height: 3px;
        display: block; }
        #header .navbar .navbar-toggler .icon-bar + .icon-bar {
          margin-top: 5px; }
      #header .navbar .navbar-toggler .top-bar {
        transform: rotate(45deg);
        transform-origin: 10px 9px; }
      #header .navbar .navbar-toggler .middle-bar {
        opacity: 0; }
      #header .navbar .navbar-toggler .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 7px -6px; }
      #header .navbar .navbar-toggler.collapsed .icon-bar {
        background: #FFFFFF; }
      #header .navbar .navbar-toggler.collapsed .top-bar {
        transform: rotate(0); }
      #header .navbar .navbar-toggler.collapsed .middle-bar {
        opacity: 1; }
      #header .navbar .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0); }
    #header .navbar #main-menu {
      position: absolute;
      z-index: 20;
      top: 0;
      left: -15px;
      background: #1916D9;
      height: 100vh;
      width: calc(100% + 30px);
      transition: all 0.2s;
      opacity: 0;
      padding: 100px 15px 0;
      justify-content: flex-end !important; }
      @media only screen and (min-width: 768px) {
        #header .navbar #main-menu {
          position: relative;
          top: 0;
          left: 0;
          height: auto;
          padding: 0;
          opacity: 1;
          background: transparent; } }
      #header .navbar #main-menu.show {
        opacity: 1; }
      #header .navbar #main-menu .navbar-nav {
        width: 100%; }
        @media only screen and (min-width: 768px) {
          #header .navbar #main-menu .navbar-nav {
            width: auto;
            margin-top: 10px; } }
        @media only screen and (min-width: 992px) {
          #header .navbar #main-menu .navbar-nav {
            margin-top: 15px; } }
        @media only screen and (min-width: 1210px) {
          #header .navbar #main-menu .navbar-nav {
            margin-top: 18px; } }
        @media only screen and (min-width: 1450px) {
          #header .navbar #main-menu .navbar-nav {
            margin-top: 28px; } }
        #header .navbar #main-menu .navbar-nav li {
          font-size: 30px;
          font-size: 1.875rem;
          line-height: 48px;
          line-height: 3rem;
          padding: 0 15px;
          font-weight: 400;
          text-align: right; }
          @media only screen and (min-width: 768px) {
            #header .navbar #main-menu .navbar-nav li {
              text-transform: uppercase;
              font-weight: 700;
              padding: 0 20px;
              text-align: left;
              font-size: 15px;
              font-size: 0.9375rem;
              line-height: 18px;
              line-height: 1.125rem;
              letter-spacing: 0.028em; } }
          @media only screen and (min-width: 992px) {
            #header .navbar #main-menu .navbar-nav li {
              font-size: 15px;
              font-size: 0.9375rem;
              line-height: 18px;
              line-height: 1.125rem; } }
          @media only screen and (min-width: 1210px) {
            #header .navbar #main-menu .navbar-nav li {
              font-size: 16px;
              font-size: 1rem;
              line-height: 18px;
              line-height: 1.125rem;
              letter-spacing: 0.028em; } }
          @media only screen and (min-width: 1450px) {
            #header .navbar #main-menu .navbar-nav li {
              padding: 0 25px;
              font-size: 18px;
              font-size: 1.125rem;
              line-height: 21px;
              line-height: 1.3125rem;
              letter-spacing: 0.028em; } }
          @media only screen and (min-width: 768px) {
            #header .navbar #main-menu .navbar-nav li:first-child {
              padding-left: 0; } }
          #header .navbar #main-menu .navbar-nav li.email {
            padding-top: 48px; }
            @media only screen and (min-width: 768px) {
              #header .navbar #main-menu .navbar-nav li.email {
                display: none;
                padding-top: 0; } }
            #header .navbar #main-menu .navbar-nav li.email a:before {
              content: "";
              display: inline-block;
              width: 17px;
              height: 15px;
              background: url("../images/icon-arrow.svg") no-repeat 0 0;
              background-size: 100% auto;
              margin-right: 10px; }
          #header .navbar #main-menu .navbar-nav li.active a {
            text-decoration: underline; }
            @media only screen and (min-width: 768px) {
              #header .navbar #main-menu .navbar-nav li.active a {
                text-decoration: none;
                color: #1916D9; } }
          #header .navbar #main-menu .navbar-nav li a {
            display: inline;
            padding: 0;
            color: #FFFFFF;
            text-decoration: none; }
            @media only screen and (min-width: 768px) {
              #header .navbar #main-menu .navbar-nav li a {
                color: #E3001B; } }
            #header .navbar #main-menu .navbar-nav li a:hover {
              text-decoration: underline; }
              @media only screen and (min-width: 768px) {
                #header .navbar #main-menu .navbar-nav li a:hover {
                  text-decoration: none;
                  color: #1916D9; } }

.admin-bar #header {
  top: 46px; }
  @media only screen and (min-width: 992px) {
    .admin-bar #header {
      top: 32px; } }

#content {
  overflow: hidden; }
  #content #main .page {
    position: relative;
    padding-top: 100px; }
    @media only screen and (min-width: 768px) {
      #content #main .page {
        padding-top: 200px; } }
    @media only screen and (min-width: 992px) {
      #content #main .page {
        padding-top: 270px; } }
    @media only screen and (min-width: 1450px) {
      #content #main .page {
        padding-top: 300px; } }
    #content #main .page.landing-page {
      padding-top: 0; }

.page-title-heading {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 20;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 34px;
  line-height: 2.125rem;
  text-transform: uppercase;
  white-space: nowrap; }
  @media only screen and (min-width: 768px) {
    .page-title-heading {
      margin: 10px 0 0;
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 34px;
      line-height: 2.125rem; } }
  @media only screen and (min-width: 992px) {
    .page-title-heading {
      margin-top: 15px;
      font-size: 38px;
      font-size: 2.375rem;
      line-height: 44px;
      line-height: 2.75rem;
      letter-spacing: 0.015em; } }
  @media only screen and (min-width: 1210px) {
    .page-title-heading {
      margin-top: 18px;
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 48px;
      line-height: 3rem;
      letter-spacing: 0.015em; } }
  @media only screen and (min-width: 1450px) {
    .page-title-heading {
      margin-top: 28px;
      font-size: 48px;
      font-size: 3rem;
      line-height: 58px;
      line-height: 3.625rem;
      letter-spacing: 0.010em; } }
  .page-title-heading:before {
    content: "—";
    display: block;
    color: #E3001B;
    height: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem; }
    @media only screen and (min-width: 992px) {
      .page-title-heading:before {
        height: 30px;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 17px;
        line-height: 1.0625rem;
        letter-spacing: 0.028em; } }
    @media only screen and (min-width: 1210px) {
      .page-title-heading:before {
        height: 30px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 18px;
        line-height: 1.125rem;
        letter-spacing: 0.026em; } }
    @media only screen and (min-width: 1450px) {
      .page-title-heading:before {
        height: 40px;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 21px;
        line-height: 1.3125rem;
        letter-spacing: 0.028em; } }
  .page-title-heading strong {
    font-weight: 700;
    display: block; }

.parrallax-content {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll; }
  @media only screen and (min-width: 768px) {
    .parrallax-content {
      background-attachment: fixed; } }

.parrallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

.parrallax:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 120% auto; }

.hero-section {
  position: relative; }
  .hero-section .video-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-indent: -9999px;
    overflow: hidden;
    cursor: url("../images/icon-play.svg"), auto; }

.image-section {
  position: relative; }
  .image-section .parrallax-content {
    height: 70vh; }
  .image-section .image-title {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .image-section .image-title {
        display: block;
        top: 40px; } }
    @media only screen and (min-width: 992px) {
      .image-section .image-title {
        top: 75px; } }
    @media only screen and (min-width: 1450px) {
      .image-section .image-title {
        top: 100px; } }
    .image-section .image-title h2 {
      font-weight: 700;
      color: #FFFFFF;
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 60px;
      line-height: 3.75rem; }
      @media only screen and (min-width: 992px) {
        .image-section .image-title h2 {
          font-size: 60px;
          font-size: 3.75rem;
          line-height: 70px;
          line-height: 4.375rem; } }
      @media only screen and (min-width: 1210px) {
        .image-section .image-title h2 {
          font-size: 70px;
          font-size: 4.375rem;
          line-height: 80px;
          line-height: 5rem; } }
      @media only screen and (min-width: 1450px) {
        .image-section .image-title h2 {
          font-size: 90px;
          font-size: 5.625rem;
          line-height: 90px;
          line-height: 5.625rem; } }
    .image-section .image-title.black h2 {
      color: #2D2D2C; }

.page-section .section-title {
  text-align: right;
  padding: 20px 0; }
  @media only screen and (min-width: 768px) {
    .page-section .section-title {
      padding: 30px 0;
      text-align: left; } }
  @media only screen and (min-width: 992px) {
    .page-section .section-title {
      padding: 40px 0; } }
  @media only screen and (min-width: 1450px) {
    .page-section .section-title {
      padding: 60px 0; } }
  .page-section .section-title h3 {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: 0.028em; }
    @media only screen and (min-width: 992px) {
      .page-section .section-title h3 {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 20px;
        line-height: 1.25rem; } }
    @media only screen and (min-width: 1210px) {
      .page-section .section-title h3 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 23px;
        line-height: 1.4375rem; } }
    @media only screen and (min-width: 1450px) {
      .page-section .section-title h3 {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 26px;
        line-height: 1.625rem; } }
    .page-section .section-title h3:after {
      content: "—";
      display: block;
      font-size: inherit;
      line-height: inherit;
      color: #1916D9; }
  .page-section .section-title h2 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem; }
    @media only screen and (min-width: 768px) {
      .page-section .section-title h2 {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 30px;
        line-height: 1.875rem; } }
    @media only screen and (min-width: 992px) {
      .page-section .section-title h2 {
        text-transform: uppercase;
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 34px;
        line-height: 2.125rem; } }
    @media only screen and (min-width: 1210px) {
      .page-section .section-title h2 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 36px;
        line-height: 2.25rem; } }
    @media only screen and (min-width: 1450px) {
      .page-section .section-title h2 {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 46px;
        line-height: 2.875rem; } }
    .page-section .section-title h2 br {
      display: none; }
      @media only screen and (min-width: 992px) {
        .page-section .section-title h2 br {
          display: block; } }
.page-section .description {
  position: relative;
  background: #E3001B;
  padding: 20px 15px;
  margin: 0 -15px; }
  @media only screen and (min-width: 768px) {
    .page-section .description {
      padding: 30px 0;
      text-align: left;
      margin-left: 0;
      padding-left: 20px;
      padding-right: 30px;
      margin-right: -30px; } }
  @media only screen and (min-width: 992px) {
    .page-section .description {
      padding: 40px 0;
      padding-left: 30px;
      padding-right: 9999px;
      margin-right: -9999px; } }
  @media only screen and (min-width: 1450px) {
    .page-section .description {
      padding: 60px 0;
      padding-left: 45px;
      padding-right: 9999px;
      margin-right: -9999px; } }
  .page-section .description:before {
    content: "";
    display: block;
    bottom: 100%;
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 68px 0 0 58px;
    border-color: transparent transparent transparent #E3001B; }
    @media only screen and (min-width: 768px) {
      .page-section .description:before {
        border-width: 90px 0 0 72px; } }
    @media only screen and (min-width: 992px) {
      .page-section .description:before {
        border-width: 112px 0 0 90px; } }
    @media only screen and (min-width: 1450px) {
      .page-section .description:before {
        border-width: 150px 0 0 120px; } }
  .page-section .description.blue {
    background: #1916D9; }
    .page-section .description.blue:before {
      border-color: transparent transparent transparent #1916D9; }
  .page-section .description.orange {
    background: #D67D2E; }
    .page-section .description.orange:before {
      border-color: transparent transparent transparent #D67D2E; }
  .page-section .description p {
    margin: 0;
    color: #FFFFFF;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 20px;
    line-height: 1.25rem; }
    @media only screen and (min-width: 768px) {
      .page-section .description p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.5rem; } }
    @media only screen and (min-width: 992px) {
      .page-section .description p {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 26px;
        line-height: 1.625rem; } }
    @media only screen and (min-width: 1210px) {
      .page-section .description p {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 30px;
        line-height: 1.875rem; } }
    @media only screen and (min-width: 1450px) {
      .page-section .description p {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 34px;
        line-height: 2.125rem; } }
    .page-section .description p + p {
      margin-top: 20px; }
      @media only screen and (min-width: 992px) {
        .page-section .description p + p {
          margin-top: 24px; } }
      @media only screen and (min-width: 1450px) {
        .page-section .description p + p {
          margin-top: 30px; } }
    .page-section .description p em {
      font-size: 13px;
      font-size: 0.8125rem; }
      @media only screen and (min-width: 992px) {
        .page-section .description p em {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media only screen and (min-width: 1210px) {
        .page-section .description p em {
          font-size: 16px;
          font-size: 1rem; } }
      @media only screen and (min-width: 1450px) {
        .page-section .description p em {
          font-size: 18px;
          font-size: 1.125rem; } }
.page-section.news .section-title {
  padding: 0 0 25px; }
  .page-section.news .section-title h3 {
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem; }
    @media only screen and (min-width: 992px) {
      .page-section.news .section-title h3 {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 24px;
        line-height: 1.5rem;
        letter-spacing: 0.028em; } }
    @media only screen and (min-width: 1210px) {
      .page-section.news .section-title h3 {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.5rem;
        letter-spacing: 0.025em; } }
    @media only screen and (min-width: 1450px) {
      .page-section.news .section-title h3 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 28px;
        line-height: 1.75rem;
        letter-spacing: 0.025em; } }
.page-section.team .section-title {
  padding: 25px 0; }
  @media only screen and (min-width: 768px) {
    .page-section.team .section-title {
      padding: 30px 0; } }
  @media only screen and (min-width: 992px) {
    .page-section.team .section-title {
      padding: 40px 0; } }
  @media only screen and (min-width: 1450px) {
    .page-section.team .section-title {
      padding: 60px 0; } }
  .page-section.team .section-title h3 {
    margin: 0;
    color: #2D2D2C;
    letter-spacing: 0.02em;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem; }
    @media only screen and (min-width: 992px) {
      .page-section.team .section-title h3 {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 24px;
        line-height: 1.5rem;
        letter-spacing: 0.028em; } }
    @media only screen and (min-width: 1210px) {
      .page-section.team .section-title h3 {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.5rem;
        letter-spacing: 0.025em; } }
    @media only screen and (min-width: 1450px) {
      .page-section.team .section-title h3 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 28px;
        line-height: 1.75rem;
        letter-spacing: 0.025em; } }
    .page-section.team .section-title h3:after {
      color: #E3001B; }
  .page-section.team .section-title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
    letter-spacing: 0.016em; }
    @media only screen and (min-width: 768px) {
      .page-section.team .section-title h2 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 30px;
        line-height: 1.875rem; } }
    @media only screen and (min-width: 992px) {
      .page-section.team .section-title h2 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 36px;
        line-height: 2.25rem;
        letter-spacing: 0.014em; } }
    @media only screen and (min-width: 1210px) {
      .page-section.team .section-title h2 {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 40px;
        line-height: 2.5rem; } }
    @media only screen and (min-width: 1450px) {
      .page-section.team .section-title h2 {
        letter-spacing: 0.01em;
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 50px;
        line-height: 3.125rem; } }
.page-section.about .section-title {
  padding: 25px 0; }
  @media only screen and (min-width: 768px) {
    .page-section.about .section-title {
      padding: 30px 0; } }
  @media only screen and (min-width: 992px) {
    .page-section.about .section-title {
      padding: 40px 0; } }
  @media only screen and (min-width: 1450px) {
    .page-section.about .section-title {
      padding: 60px 0; } }
  .page-section.about .section-title h3 {
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem; }
    @media only screen and (min-width: 992px) {
      .page-section.about .section-title h3 {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 24px;
        line-height: 1.5rem;
        letter-spacing: 0.028em; } }
    @media only screen and (min-width: 1210px) {
      .page-section.about .section-title h3 {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.5rem;
        letter-spacing: 0.025em; } }
    @media only screen and (min-width: 1450px) {
      .page-section.about .section-title h3 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 28px;
        line-height: 1.75rem;
        letter-spacing: 0.025em; } }
    .page-section.about .section-title h3:after {
      color: #E3001B; }
  .page-section.about .section-title h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
    letter-spacing: 0.016em; }
    @media only screen and (min-width: 768px) {
      .page-section.about .section-title h2 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 30px;
        line-height: 1.875rem; } }
    @media only screen and (min-width: 992px) {
      .page-section.about .section-title h2 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 36px;
        line-height: 2.25rem;
        letter-spacing: 0.014em; } }
    @media only screen and (min-width: 1210px) {
      .page-section.about .section-title h2 {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 46px;
        line-height: 2.875rem; } }
    @media only screen and (min-width: 1450px) {
      .page-section.about .section-title h2 {
        letter-spacing: 0.01em;
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 50px;
        line-height: 3.125rem; } }
    .page-section.about .section-title h2 strong {
      font-weight: 700;
      display: block; }
@media only screen and (min-width: 992px) {
  .page-section.about .description {
    margin-left: -30px;
    padding-left: 30px; } }
@media only screen and (min-width: 1450px) {
  .page-section.about .description {
    margin-left: -45px;
    padding-left: 45px; } }
.page-section.about .description:before {
  display: none; }
  @media only screen and (min-width: 768px) {
    .page-section.about .description:before {
      display: block; } }
.page-section.about .description p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.4375rem; }
  @media only screen and (min-width: 768px) {
    .page-section.about .description p {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 24px;
      line-height: 1.5rem; } }
  @media only screen and (min-width: 992px) {
    .page-section.about .description p {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 30px;
      line-height: 1.875rem; } }
  @media only screen and (min-width: 1210px) {
    .page-section.about .description p {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 32px;
      line-height: 2rem; } }
  @media only screen and (min-width: 1450px) {
    .page-section.about .description p {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 36px;
      line-height: 2.25rem; } }
  .page-section.about .description p + .hidden-text, .page-section.about .description p + p {
    margin-top: 23px; }
    @media only screen and (min-width: 768px) {
      .page-section.about .description p + .hidden-text, .page-section.about .description p + p {
        margin-top: 24px; } }
    @media only screen and (min-width: 992px) {
      .page-section.about .description p + .hidden-text, .page-section.about .description p + p {
        margin-top: 30px; } }
    @media only screen and (min-width: 1210px) {
      .page-section.about .description p + .hidden-text, .page-section.about .description p + p {
        margin-top: 32px; } }
    @media only screen and (min-width: 1450px) {
      .page-section.about .description p + .hidden-text, .page-section.about .description p + p {
        margin-top: 36px; } }
.page-section.about .description .hidden-text {
  display: none; }
  @media only screen and (min-width: 768px) {
    .page-section.about .description .hidden-text {
      display: block !important; } }
.page-section.about .description .read-more {
  display: block;
  position: relative;
  width: 100%;
  margin: 23px 0 0;
  border-top: 2px solid #FFFFFF;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 10px 0; }
  @media only screen and (min-width: 768px) {
    .page-section.about .description .read-more {
      display: none; } }
  .page-section.about .description .read-more:before {
    content: "";
    width: 15px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
    background: url("../images/arrow-down.svg") no-repeat 0 0;
    background-size: 100% auto; }
  .page-section.about .description .read-more.open:before {
    transform: rotate(180deg); }
.page-section.news-listing .section-title {
  padding: 0; }
  .page-section.news-listing .section-title h2 {
    text-transform: none; }
    .page-section.news-listing .section-title h2 br {
      display: block; }

.team-wrapper {
  background: #E3001B; }
  .team-wrapper .team-content {
    display: flex;
    flex-wrap: wrap; }
    .team-wrapper .team-content .team {
      position: relative;
      width: 100%;
      flex: 0 0 50%;
      max-width: 50%; }
      @media only screen and (min-width: 768px) {
        .team-wrapper .team-content .team {
          flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      @media only screen and (min-width: 992px) {
        .team-wrapper .team-content .team {
          flex: 0 0 25%;
          max-width: 25%; } }
      @media only screen and (min-width: 1450px) {
        .team-wrapper .team-content .team {
          flex: 0 0 20%;
          max-width: 20%; } }
      .team-wrapper .team-content .team .title {
        transition: all 0.5s ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(227, 0, 27, 0.6);
        text-align: center;
        color: #FFFFFF; }
        .team-wrapper .team-content .team .title .inner {
          width: 100%;
          height: auto;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .team-wrapper .team-content .team .title h3 {
          margin: 0;
          color: #FFFFFF;
          font-size: 16px;
          font-size: 1rem;
          line-height: 20px;
          line-height: 1.25rem;
          text-transform: capitalize; }
          @media only screen and (min-width: 992px) {
            .team-wrapper .team-content .team .title h3 {
              font-size: 17px;
              font-size: 1.0625rem;
              line-height: 24px;
              line-height: 1.5rem; } }
          @media only screen and (min-width: 1450px) {
            .team-wrapper .team-content .team .title h3 {
              font-size: 19px;
              font-size: 1.1875rem;
              line-height: 28px;
              line-height: 1.75rem; } }
        .team-wrapper .team-content .team .title h2 {
          margin: 0;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 32px;
          font-size: 2rem;
          line-height: 36px;
          line-height: 2.25rem; }
          @media only screen and (min-width: 768px) {
            .team-wrapper .team-content .team .title h2 {
              font-size: 26px;
              font-size: 1.625rem;
              line-height: 30px;
              line-height: 1.875rem; } }
          @media only screen and (min-width: 992px) {
            .team-wrapper .team-content .team .title h2 {
              font-size: 28px;
              font-size: 1.75rem;
              line-height: 34px;
              line-height: 2.125rem; } }
          @media only screen and (min-width: 1210px) {
            .team-wrapper .team-content .team .title h2 {
              font-size: 30px;
              font-size: 1.875rem;
              line-height: 36px;
              line-height: 2.25rem; } }
          @media only screen and (min-width: 1450px) {
            .team-wrapper .team-content .team .title h2 {
              font-size: 34px;
              font-size: 2.125rem;
              line-height: 46px;
              line-height: 2.875rem; } }
      .team-wrapper .team-content .team .image img {
        width: 100%;
        height: auto; }
      .team-wrapper .team-content .team:hover .title {
        opacity: 1; }

.news-section {
  padding-bottom: 30px; }
  @media only screen and (min-width: 992px) {
    .news-section {
      padding-bottom: 40px;
      margin-bottom: 31px; } }
  @media only screen and (min-width: 1450px) {
    .news-section {
      padding-bottom: 60px;
      margin-bottom: 45px; } }
  .news-section .twitter-container {
    background: #fff;
    position: relative;
    height: 100%;
    /*&:after{
    	content: "";
    	top: 100%;
    	left: 0;
    	position: absolute;
    	width: 0;
    	height: 0;
    	border-style: solid;
    	border-width: 20px 22px 0 0;
    	border-color: $c-white transparent transparent transparent;
    	@include bp(medium){
    		border-width: 28px 31px 0 0;
    	}
    	@include bp(large){
    		border-width: 40px 45px 0 0;
    	}
    }*/ }
    .news-section .twitter-container .twitter-container-inline {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      left: 0;
      top: 0; }
      @media only screen and (min-width: 992px) {
        .news-section .twitter-container .twitter-container-inline {
          padding: 13px; } }
      @media only screen and (min-width: 1450px) {
        .news-section .twitter-container .twitter-container-inline {
          padding: 18px; } }
    .news-section .twitter-container .more {
      position: absolute;
      background: #1916D9;
      width: 100%;
      display: block;
      bottom: 0;
      left: 0;
      color: #FFFFFF;
      padding: 0 0 0 40px;
      font-weight: 700;
      text-decoration: none;
      font-size: 16px;
      font-size: 1rem;
      line-height: 30px;
      line-height: 1.875rem; }
      @media only screen and (min-width: 992px) {
        .news-section .twitter-container .more {
          font-size: 15px;
          font-size: 0.9375rem;
          line-height: 42px;
          line-height: 2.625rem;
          padding: 0 0 0 47px; } }
      @media only screen and (min-width: 1210px) {
        .news-section .twitter-container .more {
          font-size: 16px;
          font-size: 1rem; } }
      @media only screen and (min-width: 1450px) {
        .news-section .twitter-container .more {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 50px;
          line-height: 3.125rem;
          padding: 0 0 0 60px; } }
      .news-section .twitter-container .more:before {
        content: "";
        display: block;
        width: 15px;
        height: 13px;
        background: url("../images/icon-arrow.svg") no-repeat 0 0;
        background-size: 100% auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 15px;
        position: absolute; }
        @media only screen and (min-width: 992px) {
          .news-section .twitter-container .more:before {
            width: 17px;
            height: 15px;
            left: 20px; } }
        @media only screen and (min-width: 1450px) {
          .news-section .twitter-container .more:before {
            width: 24px;
            height: 20px;
            left: 25px; } }
      .news-section .twitter-container .more:after {
        content: "";
        top: 100%;
        left: 0;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 22px 0 0;
        border-color: #1916D9 transparent transparent transparent; }
        @media only screen and (min-width: 992px) {
          .news-section .twitter-container .more:after {
            border-width: 28px 31px 0 0; } }
        @media only screen and (min-width: 1450px) {
          .news-section .twitter-container .more:after {
            border-width: 40px 45px 0 0; } }
  .news-section .twitter-timeline-profile {
    position: relative; }
    .news-section .twitter-timeline-profile iframe {
      vertical-align: top;
      width: calc(100% - 20px) !important;
      position: absolute !important; }

.post-teaser {
  position: relative;
  height: 100%;
  background: #fff;
  padding: 0 15px; }
  @media only screen and (min-width: 992px) {
    .post-teaser {
      padding: 0 20px; } }
  @media only screen and (min-width: 1450px) {
    .post-teaser {
      padding: 0 25px; } }
  .post-teaser .inner {
    padding-bottom: 30px; }
    @media only screen and (min-width: 992px) {
      .post-teaser .inner {
        padding-bottom: 42px; } }
    @media only screen and (min-width: 1450px) {
      .post-teaser .inner {
        padding-bottom: 50px; } }
  .post-teaser .title {
    padding: 15px 0 15px; }
    @media only screen and (min-width: 992px) {
      .post-teaser .title {
        padding: 20px 0 20px; } }
    @media only screen and (min-width: 1450px) {
      .post-teaser .title {
        padding: 25px 0 25px; } }
    .post-teaser .title h3 {
      margin: 0;
      font-weight: 400;
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem; }
      @media only screen and (min-width: 992px) {
        .post-teaser .title h3 {
          letter-spacing: 0.031em;
          font-size: 15px;
          font-size: 0.9375rem;
          line-height: 21px;
          line-height: 1.3125rem; } }
      @media only screen and (min-width: 1210px) {
        .post-teaser .title h3 {
          letter-spacing: 0.03em;
          font-size: 16px;
          font-size: 1rem;
          line-height: 23px;
          line-height: 1.4375rem; } }
      @media only screen and (min-width: 1450px) {
        .post-teaser .title h3 {
          letter-spacing: 0.025em;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 26px;
          line-height: 1.625rem; } }
      .post-teaser .title h3:after {
        content: "—";
        display: block;
        font-size: inherit;
        line-height: inherit;
        color: #1916D9; }
    .post-teaser .title h2 {
      margin: 0;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.025em;
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 24px;
      line-height: 1.5rem; }
      @media only screen and (min-width: 992px) {
        .post-teaser .title h2 {
          font-size: 19px;
          font-size: 1.1875rem;
          line-height: 21px;
          line-height: 1.3125rem; } }
      @media only screen and (min-width: 1210px) {
        .post-teaser .title h2 {
          font-size: 19px;
          font-size: 1.1875rem;
          line-height: 26px;
          line-height: 1.625rem; } }
      @media only screen and (min-width: 1450px) {
        .post-teaser .title h2 {
          font-size: 23px;
          font-size: 1.4375rem;
          line-height: 30px;
          line-height: 1.875rem; } }
  .post-teaser .excerpt {
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: 0.025em; }
    @media only screen and (min-width: 992px) {
      .post-teaser .excerpt {
        letter-spacing: 0.03em;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 20px;
        line-height: 1.25rem; } }
    @media only screen and (min-width: 1210px) {
      .post-teaser .excerpt {
        letter-spacing: 0.027em;
        font-size: 16px;
        font-size: 1rem;
        line-height: 23px;
        line-height: 1.4375rem; } }
    @media only screen and (min-width: 1450px) {
      .post-teaser .excerpt {
        letter-spacing: 0.025em;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem; } }
  .post-teaser .video {
    position: relative;
    width: auto;
    margin: 0 -15px; }
    @media only screen and (min-width: 992px) {
      .post-teaser .video {
        margin: 0 -20px; } }
    @media only screen and (min-width: 1450px) {
      .post-teaser .video {
        margin: 0 -25px; } }
    .post-teaser .video img {
      width: 100%; }
  .post-teaser .video-btn {
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    background: url("../images/btn-play.svg") no-repeat 0 0;
    background-size: 100% auto; }
    @media only screen and (min-width: 992px) {
      .post-teaser .video-btn {
        width: 56px;
        height: 56px; } }
    @media only screen and (min-width: 1450px) {
      .post-teaser .video-btn {
        width: 66px;
        height: 66px; } }
  .post-teaser .more {
    position: absolute;
    background: #1916D9;
    width: 100%;
    display: block;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
    padding: 0 0 0 40px;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem; }
    @media only screen and (min-width: 992px) {
      .post-teaser .more {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 42px;
        line-height: 2.625rem;
        padding: 0 0 0 47px; } }
    @media only screen and (min-width: 1210px) {
      .post-teaser .more {
        font-size: 16px;
        font-size: 1rem; } }
    @media only screen and (min-width: 1450px) {
      .post-teaser .more {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 50px;
        line-height: 3.125rem;
        padding: 0 0 0 60px; } }
    .post-teaser .more:before {
      content: "";
      display: block;
      width: 15px;
      height: 13px;
      background: url("../images/icon-arrow.svg") no-repeat 0 0;
      background-size: 100% auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 15px;
      position: absolute; }
      @media only screen and (min-width: 992px) {
        .post-teaser .more:before {
          width: 17px;
          height: 15px;
          left: 20px; } }
      @media only screen and (min-width: 1450px) {
        .post-teaser .more:before {
          width: 24px;
          height: 20px;
          left: 25px; } }
    .post-teaser .more:after {
      content: "";
      top: 100%;
      left: 0;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 22px 0 0;
      border-color: #1916D9 transparent transparent transparent; }
      @media only screen and (min-width: 992px) {
        .post-teaser .more:after {
          border-width: 28px 31px 0 0; } }
      @media only screen and (min-width: 1450px) {
        .post-teaser .more:after {
          border-width: 40px 45px 0 0; } }
  .post-teaser.post-preview {
    position: relative; }
    .post-teaser.post-preview:before {
      content: "";
      display: block;
      bottom: 100%;
      position: absolute;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 22px 0 0 20px;
      border-color: transparent transparent transparent #FFFFFF; }
      @media only screen and (min-width: 768px) {
        .post-teaser.post-preview:before {
          border-width: 28px 0 0 24px; } }
      @media only screen and (min-width: 992px) {
        .post-teaser.post-preview:before {
          border-width: 36px 0 0 32px; } }
      @media only screen and (min-width: 1450px) {
        .post-teaser.post-preview:before {
          border-width: 45px 0 0 40px; } }
    .post-teaser.post-preview .inner {
      padding-bottom: 0; }
    .post-teaser.post-preview .body {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem;
      letter-spacing: 0.025em; }
      @media only screen and (min-width: 992px) {
        .post-teaser.post-preview .body {
          letter-spacing: 0.03em;
          font-size: 17px;
          font-size: 1.0625rem;
          line-height: 24px;
          line-height: 1.5rem; } }
      @media only screen and (min-width: 1210px) {
        .post-teaser.post-preview .body {
          letter-spacing: 0.027em;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 26px;
          line-height: 1.625rem; } }
      @media only screen and (min-width: 1450px) {
        .post-teaser.post-preview .body {
          letter-spacing: 0.025em;
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 30px;
          line-height: 1.875rem; } }
    .post-teaser.post-preview .hidden-text {
      display: none; }
    .post-teaser.post-preview .gallery .gallery-item {
      padding-bottom: 30px; }
    .post-teaser.post-preview .read-more {
      background: #1916D9;
      position: relative;
      display: block;
      margin: 0 -20px;
      color: #FFFFFF;
      padding: 0 0 0 40px;
      font-weight: 700;
      text-decoration: none;
      font-size: 16px;
      font-size: 1rem;
      line-height: 30px;
      line-height: 1.875rem;
      margin: 0 -15px;
      width: calc(100% + 30px); }
      @media only screen and (min-width: 992px) {
        .post-teaser.post-preview .read-more {
          margin: 0 -20px;
          width: calc(100% + 40px);
          font-size: 15px;
          font-size: 0.9375rem;
          line-height: 42px;
          line-height: 2.625rem;
          padding: 0 0 0 47px; } }
      @media only screen and (min-width: 1210px) {
        .post-teaser.post-preview .read-more {
          font-size: 16px;
          font-size: 1rem; } }
      @media only screen and (min-width: 1450px) {
        .post-teaser.post-preview .read-more {
          margin: 0 -25px;
          width: calc(100% + 50px);
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 50px;
          line-height: 3.125rem;
          padding: 0 0 0 60px; } }
      .post-teaser.post-preview .read-more:before {
        content: "";
        display: block;
        width: 13px;
        height: 15px;
        background: url("../images/icon-arrow-down.svg") no-repeat 0 0;
        background-size: 100% auto;
        top: 50%;
        margin-top: -8px;
        left: 15px;
        position: absolute; }
        @media only screen and (min-width: 992px) {
          .post-teaser.post-preview .read-more:before {
            width: 15px;
            height: 17px;
            margin-top: -9px;
            left: 20px; } }
        @media only screen and (min-width: 1450px) {
          .post-teaser.post-preview .read-more:before {
            width: 20px;
            height: 24px;
            left: 25px;
            margin-top: -12px; } }
      .post-teaser.post-preview .read-more.open:before {
        transform: rotate(180deg); }

.blog-container {
  margin-top: 22px; }
  @media only screen and (min-width: 768px) {
    .blog-container {
      margin-top: 28px; } }
  @media only screen and (min-width: 992px) {
    .blog-container {
      margin-top: 36px; } }
  @media only screen and (min-width: 1450px) {
    .blog-container {
      margin-top: 45px; } }
  .blog-container .col-md-6,
  .blog-container .col-md-12 {
    margin-bottom: 45px; }
    @media only screen and (min-width: 768px) {
      .blog-container .col-md-6,
      .blog-container .col-md-12 {
        margin-bottom: 50px; } }
    @media only screen and (min-width: 992px) {
      .blog-container .col-md-6,
      .blog-container .col-md-12 {
        margin-bottom: 60px; } }
    @media only screen and (min-width: 1450px) {
      .blog-container .col-md-6,
      .blog-container .col-md-12 {
        margin-bottom: 70px; } }

.topic-section.first {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .topic-section.first {
      height: 100vh;
      width: 100%; } }
  .topic-section.first .image-section .parrallax-content {
    height: 80vh; }
  @media only screen and (min-width: 768px) {
    .topic-section.first .page-section {
      width: 100%;
      position: absolute;
      bottom: 0;
      right: 0; } }
  @media only screen and (min-width: 768px) {
    .topic-section.first .page-section .section-title {
      height: 100%;
      background: #B4A698;
      margin-right: -9999px;
      margin-left: -9999px;
      padding-left: 9999px;
      padding-right: 9999px; } }

#site-footer {
  background: #E3001B;
  border: 0;
  text-transform: uppercase;
  padding: 30px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 21px;
  line-height: 1.3125rem; }
  @media only screen and (min-width: 992px) {
    #site-footer {
      padding: 50px 0;
      font-size: 14px;
      font-size: 0.875rem; } }
  @media only screen and (min-width: 1210px) {
    #site-footer {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 24px;
      line-height: 1.5rem; } }
  @media only screen and (min-width: 1450px) {
    #site-footer {
      padding: 60px 0;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 24px;
      line-height: 1.5rem; } }
  #site-footer p {
    margin: 0;
    color: #FFFFFF; }
    #site-footer p a {
      color: #FFFFFF; }
    #site-footer p + p {
      margin-top: 21px; }
  #site-footer .widget + .widget {
    margin-top: 30px; }
    @media only screen and (min-width: 768px) {
      #site-footer .widget + .widget {
        margin-top: 0; } }
  #site-footer .footer-inner {
    position: relative; }
  #site-footer .spd-logo {
    display: none;
    width: 90px;
    height: 90px;
    background: url("../images/spd-logo-footer.png") no-repeat 0 0;
    background-size: 100% auto;
    margin: 30px 15px 0; }
    @media only screen and (min-width: 768px) {
      #site-footer .spd-logo {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0; } }
    @media only screen and (min-width: 992px) {
      #site-footer .spd-logo {
        width: 162px;
        height: 162px;
        bottom: 0;
        right: 15px; } }
    @media only screen and (min-width: 1450px) {
      #site-footer .spd-logo {
        width: 162px;
        height: 162px; } }
    #site-footer .spd-logo a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -9999px; }

.btn-scroll {
  display: none;
  background: url("../images/btn-scrolltop.svg") no-repeat 0 0;
  background-size: 100% auto;
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: all ease .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-indent: -9999px; }
  @media only screen and (min-width: 768px) {
    .btn-scroll {
      display: block; } }
  .btn-scroll.show {
    opacity: 1;
    visibility: visible; }

/*# sourceMappingURL=style.css.map */
