/*!
Theme Name: Thoresby Vale 2018
Author: Chris Allen (Reach Marketing)
Description: 
Version: 1.0
!*/
/**

/* simple reset */
* {
  margin: 0;
  padding: 0; }

/* screen full size - 1200px content width */
body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

img {
  display: block;
  border: 0px; }

.clear {
  clear: both; }

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

a, ul, ol {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

/* import styles here */
/* Header Styles */
.menu-toggle {
  display: none; }

.menu-main-menu-container {
  display: block; }

.outer-nav {
  max-width: 1300px;
  width: 96%;
  margin: 0 auto;
  min-height: 50px;
  background: #ffffff;
  position: relative; }
  .outer-nav .inner-nav {
    position: absolute;
    right: 0px;
    top: 0px; }
    .outer-nav .inner-nav .project-by {
      float: right;
      width: 135px;
      padding: 22px 15px 18px 15px;
      -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.4);
      -webkit-border-radius: 0px 0px 15px 0px;
      -moz-border-radius: 0px 0px 15px 0px;
      border-radius: 0px 0px 15px 0px;
      border: 1px solid rgba(6, 52, 98, 0.3);
      border-top-width: 0px;
      text-align: center; }
      .outer-nav .inner-nav .project-by .text {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 11px;
        margin-bottom: 12px;
        border-bottom: 2px solid #2bcea3;
        display: inline-block;
        padding: 0px 5px 10px 5px; }
      .outer-nav .inner-nav .project-by.harworth-white {
        background: #ffffff; }
        .outer-nav .inner-nav .project-by.harworth-white .text {
          color: #063462; }
      .outer-nav .inner-nav .project-by.harworth-blue {
        background: #063462; }
        .outer-nav .inner-nav .project-by.harworth-blue .text {
          color: #ffffff; }
    .outer-nav .inner-nav .nav {
      float: right; }
      .outer-nav .inner-nav .nav ul {
        list-style-type: none; }
        .outer-nav .inner-nav .nav ul li {
          float: left;
          padding: 0px 10px; }
          .outer-nav .inner-nav .nav ul li a {
            display: block;
            font-size: 13px;
            text-transform: uppercase;
            border-top: 8px solid #ffffff;
            padding: 14px 3px 12px 3px;
            color: #000;
            font-weight: 200; }
            .outer-nav .inner-nav .nav ul li a:hover {
              border-top: 8px solid #6d7d3b; }
          .outer-nav .inner-nav .nav ul li.current_page_item a {
            border-top: 8px solid #6d7d3b; }

.header {
  max-width: 1300px;
  width: 96%;
  margin: 0 auto; }
  .header .logo {
    width: 280px;
    padding-top: 20px;
    padding-bottom: 20px; }

.header-image-container.page .header-image {
  height: 600px; }

.header-image-container.page #acf-map {
  width: 100% !important;
  height: 600px !important; }
  .header-image-container.page #acf-map .gmnoprint, .header-image-container.page #acf-map .gm-style-cc {
    display: none; }

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .menu-toggle {
    display: none; }
  .menu-main-menu-container {
    display: block; }
  .header-image-container.page #acf-map {
    height: 500px !important; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .menu-toggle {
    display: block;
    height: 30px;
    position: absolute;
    left: 0px;
    top: -3px; }
  .menu-main-menu-container {
    display: none; }
  .header {
    width: 90%; }
    .header .logo {
      width: 155px;
      padding-top: 10px;
      padding-bottom: 10px; }
  .header-image-container.page #acf-map {
    height: 400px !important; }
  #nav-icon {
    position: relative;
    margin: 0px 0px 0px 0px;
    width: 20px;
    height: 16px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 55000;
    right: 0;
    top: 11px; }
    #nav-icon span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #000000;
      border-radius: 2px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
    #nav-icon span:nth-child(1) {
      top: 0px; }
    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
      top: 6px; }
    #nav-icon span:nth-child(4) {
      top: 12px; }
    #nav-icon.open span {
      background: #ff0000; }
    #nav-icon.open span:nth-child(1) {
      top: 8px;
      width: 0%;
      left: 50%; }
    #nav-icon.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    #nav-icon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #nav-icon.open span:nth-child(4) {
      top: 8px;
      width: 0%;
      left: 50%; }
  .outer-nav {
    width: 90%;
    min-height: 30px; }
    .outer-nav .inner-nav {
      width: 100%; }
      .outer-nav .inner-nav .project-by {
        width: 100px;
        z-index: 100;
        position: relative;
        padding-top: 15px;
        padding-bottom: 10px; }
        .outer-nav .inner-nav .project-by .text {
          font-size: 10px;
          margin-bottom: 12px;
          border-bottom: 2px solid #2bcea3;
          display: inline-block;
          padding: 0px 5px 10px 5px; }
      .outer-nav .inner-nav .nav {
        float: left; }
        .outer-nav .inner-nav .nav ul {
          list-style-type: none;
          position: absolute;
          top: 31px;
          left: 0px;
          background: #ffffff;
          z-index: 500;
          width: 200px; }
          .outer-nav .inner-nav .nav ul li {
            float: none;
            display: block;
            padding: 0px; }
            .outer-nav .inner-nav .nav ul li a {
              display: block;
              font-size: 13px;
              text-transform: uppercase;
              border-top: 0px;
              padding: 0px 10px;
              line-height: 30px;
              color: #000;
              font-weight: 200; }
              .outer-nav .inner-nav .nav ul li a:hover {
                border-top: 0px;
                background: #6d7d3b;
                color: #ffffff; }
            .outer-nav .inner-nav .nav ul li.current_page_item a {
              border-top: 0px; } }

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .menu-toggle {
    display: block;
    height: 26px; }
  .menu-main-menu-container {
    display: none; }
  .header {
    width: 90%; }
    .header .logo {
      width: 105px;
      padding-top: 10px;
      padding-bottom: 10px; }
  .header-image-container.page #acf-map {
    height: 300px !important; }
  #nav-icon {
    position: relative;
    margin: 0px 0px 0px 0px;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 55000;
    right: 0;
    top: 11px; }
    #nav-icon span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #000000;
      border-radius: 2px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -moz-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
    #nav-icon span:nth-child(1) {
      top: 0px; }
    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
      top: 5px; }
    #nav-icon span:nth-child(4) {
      top: 10px; }
    #nav-icon.open span {
      background: #ff0000; }
    #nav-icon.open span:nth-child(1) {
      top: 8px;
      width: 0%;
      left: 50%; }
    #nav-icon.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    #nav-icon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #nav-icon.open span:nth-child(4) {
      top: 8px;
      width: 0%;
      left: 50%; }
  .outer-nav {
    min-height: 30px;
    width: 90%; }
    .outer-nav .inner-nav {
      width: 100%; }
      .outer-nav .inner-nav .project-by {
        width: 70px;
        z-index: 100;
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px; }
        .outer-nav .inner-nav .project-by .text {
          font-size: 8px;
          margin-bottom: 9px;
          border-bottom: 2px solid #2bcea3;
          display: inline-block;
          padding: 0px 5px 7px 5px; }
      .outer-nav .inner-nav .nav {
        float: left; }
        .outer-nav .inner-nav .nav ul {
          list-style-type: none;
          position: absolute;
          top: 31px;
          left: 0px;
          background: #ffffff;
          z-index: 500;
          width: 200px; }
          .outer-nav .inner-nav .nav ul li {
            float: none;
            display: block;
            padding: 0px; }
            .outer-nav .inner-nav .nav ul li a {
              display: block;
              font-size: 13px;
              text-transform: uppercase;
              border-top: 0px;
              padding: 0px 10px;
              line-height: 30px;
              color: #000;
              font-weight: 200; }
              .outer-nav .inner-nav .nav ul li a:hover {
                border-top: 0px;
                background: #6d7d3b;
                color: #ffffff; }
            .outer-nav .inner-nav .nav ul li.current_page_item a {
              border-top: 0px; } }

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

html {
  font-size: 10px; }

body {
  font-family: helvetica-neue-lt-pro, sans-serif; 
  font-size: 1.4rem; }

.width-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2%; }

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  html {
    font-size: 9px; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  html {
    font-size: 7.5px; } }

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  html {
    font-size: 6.5px; } }

.header-image-container {
  position: relative; }
  .header-image-container .header-image {
    height: calc(100vh - 177px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative; }
  .header-image-container .header-video {
    position: absolute;
    z-index: 0;
    background-size: 100% 100%;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; }
  .header-image-container .header-image-text {
    position: absolute;
    bottom: 90px;
    color: #ffffff;
    font-size: 5rem; }

.link {
  font-size: 2rem;
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-weight: bold; }
  .link a {
    color: #ffffff; }
  .link::after {
    content: "";
    background-image: url(images/arrow-right.png);
    width: 22px;
    height: 22px;
    background-size: 22px;
    display: inline-block;
    margin-left: 7px;
    position: relative;
    bottom: -4px; }

.hp-blocks-row, .full-feature-block {
  display: flex;
  min-height: 50vh; }
  .hp-blocks-row .textbox, .full-feature-block .textbox {
    margin-left: calc(50% - 650px);
    width: 650px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 70px 20% 70px 0;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 3.2rem;
    position: relative; }
  .hp-blocks-row .imagebox, .full-feature-block .imagebox {
    width: 50%;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 50vh; }
    .hp-blocks-row .imagebox .image-arrow, .full-feature-block .imagebox .image-arrow {
      width: 100px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
  .hp-blocks-row .imagebox.overlay, .full-feature-block .imagebox.overlay {
    position: relative; }
    .hp-blocks-row .imagebox.overlay .overlay-text, .full-feature-block .imagebox.overlay .overlay-text {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      color: #ffffff;
      text-align: center;
      font-size: 3.6rem;
      text-shadow: 2px 2px 2px #000; }
      .hp-blocks-row .imagebox.overlay .overlay-text span, .full-feature-block .imagebox.overlay .overlay-text span {
        position: absolute;
        left: 50%;
        top: 79%;
        transform: translateX(-50%) translateY(-50%);
        padding: 10px 20px;
        font-weight: 200;
        width: 100%; }

.hp-blocks-row:nth-child(2n) .imagebox {
  order: 1; }

.hp-blocks-row:nth-child(2n) .textbox {
  order: 2;
  margin-right: calc(50% - 650px);
  margin-left: 0;
  padding-left: 40px;
  padding-right: 16%; }
  .hp-blocks-row:nth-child(2n) .textbox .link {
    left: 40px;
    right: auto; }
    .hp-blocks-row:nth-child(2n) .textbox .link::after {
      content: none; }
    .hp-blocks-row:nth-child(2n) .textbox .link::before {
      content: "";
      background-image: url(images/arrow-right.png);
      transform: rotate(180deg);
      width: 22px;
      height: 22px;
      background-size: 22px;
      display: inline-block;
      margin-right: 7px;
      position: relative;
      bottom: -4px; }

.hp-blocks-row-container .hp-blocks-row.column3 {
  min-height: calc(100vh - 261px); }
  .hp-blocks-row-container .hp-blocks-row.column3 .imagebox {
    min-height: calc(100vh - 261px);
    width: 100%; }

@media only screen and (min-width: 1041px) and (max-width: 1340px) {
  .hp-blocks-row .textbox, .full-feature-block .textbox {
    width: 50%;
    margin-left: 0;
    padding-left: 2%; }
  .hp-blocks-row:nth-child(2n) .textbox {
    margin-right: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .header-image-container .header-image-text {
    bottom: 50px; }
  .hp-blocks-row, .full-feature-block {
    min-height: 345px; }
    .hp-blocks-row .textbox, .full-feature-block .textbox {
      width: 50%;
      margin-left: 0;
      padding: 40px 2%;
      background-size: 60%; }
    .hp-blocks-row .imagebox, .full-feature-block .imagebox {
      min-height: 345px; }
      .hp-blocks-row .imagebox .image-arrow, .full-feature-block .imagebox .image-arrow {
        width: 80px; }
      .hp-blocks-row .imagebox.overlay .overlay-text, .full-feature-block .imagebox.overlay .overlay-text {
        font-size: 3rem; }
  .hp-blocks-row:nth-child(2n) .textbox {
    margin-right: 0;
    padding: 40px 2%; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .header-image-container .header-image {
    height: 350px; }
  .header-image-container .header-image-text {
    bottom: 35px; }
  .hp-blocks-row, .full-feature-block {
    min-height: 245px; }
    .hp-blocks-row .textbox, .full-feature-block .textbox {
      width: 50%;
      margin-left: 0;
      padding: 30px 2%;
      font-size: 2.75rem;
      background-size: 70%; }
      .hp-blocks-row .textbox .link, .full-feature-block .textbox .link {
        bottom: 30px;
        right: 4%; }
    .hp-blocks-row .imagebox, .full-feature-block .imagebox {
      min-height: 245px; }
      .hp-blocks-row .imagebox .image-arrow, .full-feature-block .imagebox .image-arrow {
        width: 65px; }
      .hp-blocks-row .imagebox.overlay .overlay-text, .full-feature-block .imagebox.overlay .overlay-text {
        font-size: 2.5rem; }
        .hp-blocks-row .imagebox.overlay .overlay-text span, .full-feature-block .imagebox.overlay .overlay-text span {
          top: 86%; }
  .hp-blocks-row:nth-child(2n) .textbox {
    margin-right: 0;
    padding: 30px 2%; }
    .hp-blocks-row:nth-child(2n) .textbox .link {
      left: 4%;
      right: auto; }
  .hp-blocks-row-container .hp-blocks-row.column3 {
    min-height: calc(100vh - 224px); }
    .hp-blocks-row-container .hp-blocks-row.column3 .imagebox {
      min-height: calc(100vh - 224px); } }

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .header-image-container .header-image {
    height: 250px; }
  .header-image-container .header-image-text {
    bottom: 30px;
    font-size: 2.8rem; }
  .hp-blocks-row, .full-feature-block {
    min-height: 225px; }
    .hp-blocks-row .textbox, .full-feature-block .textbox {
      width: 50%;
      margin-left: 0;
      padding: 20px 2%;
      font-size: 2.75rem;
      background-size: 70%; }
      .hp-blocks-row .textbox .link, .full-feature-block .textbox .link {
        bottom: 20px;
        right: 4%; }
    .hp-blocks-row .imagebox, .full-feature-block .imagebox {
      min-height: 225px; }
      .hp-blocks-row .imagebox .image-arrow, .full-feature-block .imagebox .image-arrow {
        width: 50px; }
      .hp-blocks-row .imagebox.overlay .overlay-text, .full-feature-block .imagebox.overlay .overlay-text {
        font-size: 2rem; }
        .hp-blocks-row .imagebox.overlay .overlay-text span, .full-feature-block .imagebox.overlay .overlay-text span {
          top: 90%; }
  .hp-blocks-row:nth-child(2n) .textbox {
    margin-right: 0;
    padding: 20px 2%; }
    .hp-blocks-row:nth-child(2n) .textbox .link {
      left: 4%;
      right: auto; }
  .hp-blocks-row-container .hp-blocks-row.column3 {
    min-height: calc(100vh - 195px); }
    .hp-blocks-row-container .hp-blocks-row.column3 .imagebox {
      min-height: calc(100vh - 195px); } }

.intro-block {
  max-width: 1300px;
  margin: 0 auto;
  padding: 58px 2% 27px; }
  .intro-block .heading {
    color: #6d7d3b;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 5px; }
  .intro-block .content {
    font-size: 2.4rem;
    max-width: 850px; }
  .intro-block .intro-block-box {
    padding-bottom: 31px; }
    .intro-block .intro-block-box.leaf {
      background-image: url(images/leaf-green.png);
      background-repeat: no-repeat;
      background-position: bottom right; }
    .intro-block .intro-block-box.border {
      border-bottom: 1px solid #000000;
      padding-bottom: 58px; }

.full-feature-block {
  min-height: auto; }
  .full-feature-block .textbox {
    padding-bottom: 110px; }
  .full-feature-block .imagebox {
    min-height: auto; }
  .full-feature-block.left .imagebox {
    order: 1; }
  .full-feature-block.left .textbox {
    order: 2;
    margin-right: calc(50% - 650px);
    margin-left: 0;
    padding-left: 40px;
    padding-right: 16%; }
    .full-feature-block.left .textbox .link {
      left: 40px;
      right: auto; }
      .full-feature-block.left .textbox .link::after {
        content: none; }
      .full-feature-block.left .textbox .link::before {
        content: "";
        background-image: url(images/arrow-right.png);
        transform: rotate(180deg);
        width: 22px;
        height: 22px;
        background-size: 22px;
        display: inline-block;
        margin-right: 7px;
        position: relative;
        bottom: -4px; }
  .full-feature-block.white .textbox {
    color: #222; }
  .full-feature-block.white .link a {
    color: #222; }
  .full-feature-block.white .link::after {
    background-image: url(images/arrow-right-black.png); }

.full-width-content-block .image-col {
  width: 50%; }
  .full-width-content-block .image-col img {
    margin: 20px 0; }

.full-width-content-block .content-col {
  width: 50%;
  padding: 15px 10% 40px 20px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.8rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom right; }
  .full-width-content-block .content-col p {
    margin-bottom: 10px; }

.full-width-content-block .link {
  right: 20px; }

.full-width-content-block .left .link {
  right: auto; }
  .full-width-content-block .left .link::after {
    content: none; }
  .full-width-content-block .left .link::before {
    content: "";
    background-image: url(images/arrow-right.png);
    transform: rotate(180deg);
    width: 22px;
    height: 22px;
    background-size: 22px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    bottom: -4px; }

.full-width-content-block .right .content-col {
  order: 1;
  padding: 40px 10% 40px 0px; }

.full-width-content-block .right .image-col {
  order: 2; }

.full-width-content-block .white .content-col {
  color: #222; }

.full-width-content-block .white .link a {
  color: #222; }

.full-width-content-block .white .link::after {
  background-image: url(images/arrow-right-black.png); }

.two-column-content-block {
  padding-bottom: 27px; }
  .two-column-content-block .two-column-container {
    justify-content: space-between; }
    .two-column-content-block .two-column-container.border {
      padding-bottom: 27px;
      border-bottom: 1px solid; }
  .two-column-content-block .image-col {
    width: 31.5%; }
    .two-column-content-block .image-col a {
      display: block;
      margin-bottom: 20px; }
      .two-column-content-block .image-col a:last-child {
        margin-bottom: 0; }
    .two-column-content-block .image-col .image {
      height: 350px;
      background-size: cover;
      background-position: center;
      position: relative; }
      .two-column-content-block .image-col .image .image-arrow {
        width: 25%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        position: absolute; }
  .two-column-content-block .content-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65.7%;
    position: relative;
    align-content: flex-start; }
    .two-column-content-block .content-col h3 {
      width: 100%;
      font-size: 3.6rem;
      margin-top: -0.25em;
      margin-bottom: 0.5em; }
    .two-column-content-block .content-col p {
      font-size: 1.6rem;
      margin-bottom: 10px;
      font-weight: 300; }
    .two-column-content-block .content-col .col1, .two-column-content-block .content-col .col2 {
      width: 48%; }
    .two-column-content-block .content-col .link {
      left: 0;
      bottom: 0;
      right: auto; }
      .two-column-content-block .content-col .link a {
        color: inherit; }
      .two-column-content-block .content-col .link .arrow {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 2px solid;
        border-radius: 50%;
        margin-right: 10px;
        position: relative;
        vertical-align: bottom; }
        .two-column-content-block .content-col .link .arrow::after {
          content: '>';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          height: 30px;
          width: 10px;
          font-size: 19px; }
      .two-column-content-block .content-col .link::after {
        content: none; }
  .two-column-content-block .right .image-col {
    order: 2; }
  .two-column-content-block .right .content-col {
    order: 1; }
  .two-column-content-block.image .image-col {
    width: 65.7%; }
  .two-column-content-block.image .content-col {
    width: 31.5%; }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .full-width-content-block .image-col {
    width: 100%;
    order: 2; }
  .full-width-content-block .content-col {
    width: 100%;
    order: 1;
    padding: 30px 0 0px; }
  .two-column-content-block .image-col {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .two-column-content-block .image-col a {
      width: auto;
      flex-grow: 1;
      margin-right: 20px; }
      .two-column-content-block .image-col a:last-child {
        margin-right: 0;
        margin-bottom: 20px; }
    .two-column-content-block .image-col .image {
      height: 265px; }
  .two-column-content-block .content-col {
    width: 100%; }
    .two-column-content-block .content-col .link {
      position: initial; }
  .two-column-content-block .right .image-col {
    order: 1; }
  .two-column-content-block .right .content-col {
    order: 2; }
  .two-column-content-block.image .image-col {
    width: 100%; }
  .two-column-content-block.image .content-col {
    width: 100%; } }

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .full-width-content-block .image-col {
    width: 100%;
    order: 2; }
  .full-width-content-block .content-col {
    width: 100%;
    order: 1;
    padding: 30px 0 0px; }
  .two-column-content-block .image-col {
    width: 100%; }
    .two-column-content-block .image-col .image {
      height: 265px; }
    .two-column-content-block .image-col a:last-child {
      margin-bottom: 20px; }
  .two-column-content-block .content-col {
    width: 100%; }
    .two-column-content-block .content-col .col1, .two-column-content-block .content-col .col2 {
      width: 100%; }
    .two-column-content-block .content-col .link {
      position: initial; }
  .two-column-content-block .right .image-col {
    order: 1; }
  .two-column-content-block .right .content-col {
    order: 2; }
  .two-column-content-block.image .image-col {
    width: 100%; }
  .two-column-content-block.image .content-col {
    width: 100%; } }

.outer-footer {
  background-color: #002D61;
  height: 261px;
  border-top: 5px solid #ffffff;
  box-sizing: border-box;
  position: relative; }
  .outer-footer::before {
    content: "";
    background-image: url(images/footer-curve.png);
    position: absolute;
    width: 98px;
    height: 75px;
    right: 0;
    top: -75px; }
  .outer-footer footer {
    max-width: 1300px;
    margin: 0 auto;
    padding: 58px 2% 58px;
    position: relative;
    background-image: url(images/footer-leaf.png);
    background-repeat: no-repeat;
    background-position: bottom right; }
  .outer-footer .footer-left {
    float: right;
    font-size: 2.4rem;
    color: #ffffff;
    margin-top: 40px;
    text-align: right; }
    .outer-footer .footer-left strong {
      font-weight: 200; }
    .outer-footer .footer-left span {
      display: block;
      font-size: 2.8rem; }
  .outer-footer .more-info {
    font-size: 3.25rem;
    color: #ffffff;
    font-weight: 300; }
    .outer-footer .more-info a {
      color: #ffffff; }
      .outer-footer .more-info a:hover {
        color: #6d7d3b; }
  .outer-footer .footer-right {
    float: left;
    margin-top: 50px; }
  .outer-footer .footer-logo-box {
    width: 240px;
    box-sizing: border-box;
    border-bottom-right-radius: 15px; }

.mobile {
  display: none; }

.desktop {
  display: block; }

@media only screen and (min-width: 1041px) and (max-width: 1240px) {
  .outer-footer .more-info {
    font-size: 2.5rem; } }

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .outer-footer footer {
    padding: 50px 2% 50px; }
  .outer-footer .more-info {
    font-size: 2.5rem; }
  .outer-footer .footer-left {
    font-size: 2rem; }
  .outer-footer .footer-right {
    margin-top: 52px; }
  .outer-footer .footer-logo-box {
    width: 180px; }
  .mobile {
    display: none; }
  .desktop {
    display: block; } }

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .outer-footer {
    height: auto; }
    .outer-footer footer {
      padding: 50px 2% 50px; }
    .outer-footer .more-info {
      font-size: 2.5rem; }
    .outer-footer .footer-left {
      font-size: 2rem;
      margin-top: 30px;
      width: calc(100% - 150px); }
    .outer-footer .footer-right {
      margin-top: 32px; }
  .outer-footer .footer-logo-box {
    width: 150px; }
  .mobile {
    display: block; }
  .desktop {
    display: none; } }

@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
  .outer-footer {
    height: auto; }
    .outer-footer footer {
      padding: 50px 2% 50px; }
    .outer-footer .more-info {
      font-size: 2.5rem; }
    .outer-footer .footer-left {
      font-size: 2rem;
      margin-top: 10px; }
    .outer-footer .footer-right {
      margin-top: 10px; }
  .outer-footer .footer-logo-box {
    width: 120px;
    padding: 12px; }
  .mobile {
    display: block; }
  .desktop {
    display: none; } }
