/*
Theme Name: Sharp Words
Theme URI:
Description: Sharp Words WordPress Themes
Author: Jen Clark Design
Author URI: http://jenclarkdesign.com.au
Version: 1.0
*/

/* ===================================================================
  GLOBAL
=================================================================== */
html {
  font-size: 100%; /* 16px */
}

body {
  color: #555;
  background: #fff;
  font-weight: 300;
  line-height: 1.5em; /* 26/16 */
  font-family: 'HK Grotesk', sans-serif;
}

a {
  color: #0070BA;
}

a:hover {
  color: #005994;
}

@media (max-width: 768px) {
  .main-content {
    margin-bottom: 50px;
  }
}


/* Helper
------------------------------------------------------------------- */
.text-uppercase {
  text-transform: uppercase;
}

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

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

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

.vertical-center {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

.vertical-center__inner {
  display: table-cell;
  vertical-align: middle;
}

.clear {
  clear: both;
}


/* Custom Font
------------------------------------------------------------------- */
@font-face {
  font-family: 'HK Grotesk';
  src: url('fonts/hk-grotesk/hkgrotesk-bold-webfont.eot');
  src: url('fonts/hk-grotesk/hkgrotesk-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/hk-grotesk/hkgrotesk-bold-webfont.woff2') format('woff2'),
       url('fonts/hk-grotesk/hkgrotesk-bold-webfont.woff') format('woff'),
       url('fonts/hk-grotesk/hkgrotesk-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('fonts/hk-grotesk/hkgrotesk-light-webfont.eot');
  src: url('fonts/hk-grotesk/hkgrotesk-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/hk-grotesk/hkgrotesk-light-webfont.woff2') format('woff2'),
       url('fonts/hk-grotesk/hkgrotesk-light-webfont.woff') format('woff'),
       url('fonts/hk-grotesk/hkgrotesk-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('fonts/hk-grotesk/hkgrotesk-medium-webfont.eot');
  src: url('fonts/hk-grotesk/hkgrotesk-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/hk-grotesk/hkgrotesk-medium-webfont.woff2') format('woff2'),
       url('fonts/hk-grotesk/hkgrotesk-medium-webfont.woff') format('woff'),
       url('fonts/hk-grotesk/hkgrotesk-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('fonts/hk-grotesk/hkgrotesk-regular-webfont.eot');
  src: url('fonts/hk-grotesk/hkgrotesk-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/hk-grotesk/hkgrotesk-regular-webfont.woff2') format('woff2'),
       url('fonts/hk-grotesk/hkgrotesk-regular-webfont.woff') format('woff'),
       url('fonts/hk-grotesk/hkgrotesk-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



/* ===================================================================
  COMPONENTS: BLOCK
=================================================================== */
.block-section {
  padding-top: 3.75em; /* 60/16 */
  padding-bottom: 3.75em; /* 60/16 */
}

.block-section--medium {
  padding-top: 3.13em; /* 50/16 */
  padding-bottom: 3.13em; /* 50/16 */
}

.block-title {
  font-weight: 300;
  font-size: 1.75em; /* 26/16 */
  line-height: 1.27em; /* 33/26 */
  margin-bottom: 1.42em; /* 37/26 */
}

.block-heading {
  margin-bottom: 2.31em; /* 37/16 */
}

.block-heading .block-title {
  margin-bottom: 0;
}


/* ===================================================================
  COMPONENTS: BUTTONS
=================================================================== */
.button,
.button[disabled] {
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  padding: 5px 15px;
  border: 2px solid transparent;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}


/* Button Modifier
------------------------------------------------------------------- */
.button--uppercase {
  font-size: 90%;
  text-transform: uppercase;
}

.button--italic {
  font-style: italic;
}

.button--block {
  display: block;
}

.button--small {
  padding-top: 6px;
  padding-bottom: 5px;
}

.button--mini {
  font-size: 90%;
  padding: 3px 10px;
}

.button--wide {
  padding-left: 2.19em; /* 36/16 */
  padding-right: 2.19em; /* 36/16 */
}

.button--medium {
  font-weight: 600;
}

.button--bold {
  font-weight: 700;
}

.button--rounded {
  border-radius: 5px;
}


/* Button Color
------------------------------------------------------------------- */
.button,
.button--primary,
.button[disabled] {
  color: #fff;
  background: #0070BA;
}

.button:hover,
.button--primary:hover,
.button[disabled]:hover {
  color: #fff;
  background: #005994;
}

.button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}



/* ===================================================================
  COMPONENTS: NAVIGATION
=================================================================== */
.navigation ul {
  list-style: none;
  margin: 0;
}

.navigation ul ul {
  display: none;
}

.navigation li {
  display: inline-block;
  margin-right: 1.88em; /* 30/16 */
}

.navigation li:last-child {
  margin-right: 0;
}

.navigation a {
  display: block;
  padding: 0.31em 0;
  border-bottom: 1px solid transparent;
}

.navigation a:hover,
.navigation .current_page_item > a,
.navigation .current-menu-item > a {
  border-bottom-color: inherit;
}

.navigation--header li {
  margin-right: 0;
  margin-left: 1.88em; /* 30/16 */
}

.navigation--header li:first-child {
  margin-left: 0;
}


/* ===================================================================
  COMPONENTS: PAGE HEADING
=================================================================== */
.page-heading {
  background: #f5f5f5;
  position: relative;
}

.page-heading .grid .page-heading__item {
  text-align: left;
}

.page-heading__title {
  font-weight: 300;
  font-size: 2.25em; /* 36/16 */
  color: #0070BA;
  line-height: 1.19em; /* 43/36 */
  letter-spacing: 8px;
  text-transform: uppercase;
  margin: 0;
}

.page-heading__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
}

.page-heading__overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(90deg, #f5f5f5 0%, rgba(255,255,255,0) 48%, #f5f5f5 100%);
  background-image:    -moz-linear-gradient(90deg, #f5f5f5 0%, rgba(255,255,255,0) 48%, #f5f5f5 100%);
  background-image:     -ms-linear-gradient(90deg, #f5f5f5 0%, rgba(255,255,255,0) 48%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(90deg, #f5f5f5 0%, rgba(255,255,255,0) 48%, #f5f5f5 100%);
  background-image:         linear-gradient(90deg, #f5f5f5 0%, rgba(255,255,255,0) 48%, #f5f5f5 100%);
}

.page-heading__overlay img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center right;
  object-position: center right;
}

.objectfit .page-heading__overlay {
  width: 40%;
}

.objectfit .page-heading__overlay img {
  width: 100%;
}

.page-heading .wrapper {
  position: relative;
  z-index: 10;
}

.page-heading__text {
  font-weight: 300;
  margin-top: 1.46em; /* 35/24 */
  font-size: 1.5em; /* 24/16 */
  color: #27363F;
  line-height: 1.25em; /* 30/24 */
}

.page-heading__text li {
  margin-bottom: 5px;
}

.page-heading__text p:last-child {
  margin-bottom: 0;
}



/* ===================================================================
  SECTION: TOPBAR
=================================================================== */
.topbar-section {
  background: #2773A5;
  color: #fff;
  padding-top: 2.5em; /* 40/16 */
  padding-bottom: 2.5em; /* 40/16 */
  position: relative;
  z-index: 20;
}

.topbar-section a {
  color: #fff;
}

@media (max-width: 767px) {
  .topbar-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


/* Logo
------------------------------------------------------------------- */
.logo-block__link {
  display: block;
}

.logo-block__image {
  max-width: 294px;
}


/* Navigation
------------------------------------------------------------------- */
.topbar-section .navigation a:hover {
  color: #CEBF9D;
  border-bottom-color: transparent;
}

.topbar-section .navigation ul ul {
  background: #2773A5;
  text-align: left;
  width: 170px;
  padding: 10px;
  margin-left: -10px;
}

.topbar-section .navigation ul ul li {
  margin: 0;
}


/* Sticky Menu
------------------------------------------------------------------- */
@media (min-width: 1025px) {
  .js-sticky-bar .sticky-bar__inner {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    height: auto;
    /* overflow: auto; */
    z-index: 1000;
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  .js-sticky-bar--open .sticky-bar__inner {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); */
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
  }

  .admin-bar.js-sticky-bar--open .sticky-bar__inner {
    top: 32px;
  }
}


/* Mobile Menu
------------------------------------------------------------------- */
.mobile-menu-trigger {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.mobile-menu-trigger span {
  display: block;
  height: 3px;
  width: 30px;
  background: #fff;
  position: relative;
}

.mobile-menu-trigger span + span {
  margin-top: 7px;
}

@media (max-width: 767px) {
  .mobile-menu-trigger {
    padding: 0;
    top: -5px;
  }

  .mobile-menu-trigger span {
    height: 2px;
    width: 26px;
  }
}

.side-panel {
  display: none;
  background: #444;
  color: #fff;
  border-color: rgba(255,255,255,.25);
}

.mm-menu .mm-listview>li
.mm-arrow:after,
.mm-menu .mm-listview>li
.mm-next:after {
  border-color: rgba(255,255,255,.3);
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after,
.mm-listview>li:not(.mm-divider):after,
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(255,255,255,.25);
}

.mm-listview>li:not(.mm-divider):after {
  left: 0;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
  color: rgba(255,255,255,.3);
}


@media (max-width: 1024px) {
  .topbar-section .tablet-down--show {
    display: inline-block !important;
  }

  .topbar-section .medium-down--hide {
    display: none !important;
  }
}



/* ===================================================================
  SECTION: FOOTER
=================================================================== */
.footer-section,
.contact-section {
  background: #27363F;
  color: #fff;
}

.footer-section a,
.contact-section a {
  color: #fff;
}

.footer-section {
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.footer-section .grid {
  font-size: 14px;
}

@media (max-width: 767px) {
  .copyrights {
    margin-top: 20px;
    text-align: left;
  }

  .footer-menu li {
    display: block;
    margin-right: 0;
  }

  .footer-menu li a {
    border-bottom-color: transparent !important;
  }
}


/* ===================================================================
  SECTION: CONTACT
=================================================================== */

/* Forms
------------------------------------------------------------------- */
.form-row {
  margin-bottom: 30px;
  position: relative;
}

.form-row--nomargin {
  margin-bottom: 0;
}

.input-transparent,
input.input-transparent {
  padding: 10px 0 5px 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #ececec;
}

.input-transparent:focus,
input.input-transparent:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom-color: #0070BA;
}

.contact-section .input-transparent {
  color: #CEBF9D;
}

.contact-section .input-transparent::-webkit-input-placeholder {
  color: #CEBF9D;
}

.contact-section .input-transparent:-moz-placeholder { /* Firefox 18- */
  color: #CEBF9D;
}

.contact-section .input-transparent::-moz-placeholder {  /* Firefox 19+ */
  color: #CEBF9D;
}

.contact-section .input-transparent:-ms-input-placeholder {
  color: #CEBF9D;
}

.form-row span.wpcf7-not-valid-tip {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 5px 10px;
}

.alert,
div.wpcf7-response-output {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-danger,
div.wpcf7-validation-errors {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.contact-form .ajax-loader {
  background: #fff;
  vertical-align: middle;
  padding: 4px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .contact-form {
    margin-bottom: 30px;
  }

  .contact-form input[type="submit"] {
    display: block;
    width: 100%;
  }

  div.wpcf7 img.ajax-loader {
    position: absolute;
    top: 8px;
    right: 10px;
  }

  .form-row > .grid__item {
    margin-bottom: 30px;
  }

  .form-row > .grid__item:last-child {
    margin-bottom: 0;
  }
}


/* Contact Info
------------------------------------------------------------------- */
.contact-info {
  margin-bottom: 1.5em;
}

.contact-info__item {
  font-weight: 300;
}

.contact-info__item--address {
  margin-top: 1.5em; /* 24/16 */
}


/* Social Links
------------------------------------------------------------------- */
.social-links a {
  font-size: 1.5em;
  display: inline-block;
  line-height: 1em;
  padding: .1em;
  min-width: 1em;
}

.social-links a:hover {
  opacity: 0.7;
}



/* ===================================================================
  POSTS
=================================================================== */

/* Post List
------------------------------------------------------------------- */
.post-item {
  margin-bottom: 3.13em; /* 50/16 */
}

.post-item__title {
  font-weight: 300;
  color: #0070BA;
  font-size: 1.5em; /* 24/16 */
  line-height: 1.21em; /* 29/24 */
}

.post-item__meta {
  font-size: 0.81em; /* 13/16 */
  color: #999999;
  letter-spacing: 0px;
  line-height: 1.23em; /* 16/13 */
  margin-bottom: 0.85em; /* 11/13 */
}

.post-item__meta a {
  color: #999;
  display: inline-block;
  border-bottom: 1px solid;
}

.post-item__meta .separator {
  display: inline-block;
  margin: 0 5px;
}

.entry-content {
  color: #27363F;
}


/* Pagination
------------------------------------------------------------------- */
.pagination {
  padding-top: 20px;
  margin-bottom: 30px;
  font-weight: normal;
}

.pagination .page-numbers {
  min-width: 1em;
  text-align: center;
  line-height: 1em;
  padding: 0.6em 0.8em;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.pagination .current,
.pagination .page-numbers:hover {
  color: #999;
}

.pagination .prev,
.pagination .next {
  position: relative;
  top: 2px;
}

.pagination .prev {
  margin-right: 1em;
}

.pagination .next {
  margin-left: 1em;
}

@media (max-width: 768px) {
  .pagination {
    font-size: 16px;
  }
}


/* Post Single
------------------------------------------------------------------- */
.single .post-item__meta {
  margin-bottom: 30px;
}


/* Typography
------------------------------------------------------------------- */
.high {
  font-weight: normal;
  font-size: 1.5em; /* 24/16 */
  margin-bottom: 1.13em; /* 27/24 */
}

.entry-content a {
  text-decoration: underline;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-bottom: 1.1em;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content ol ul {
  margin-bottom: 0;
}

.entry-content blockquote p {
  font-weight: bold;
  font-size: 1.5em; /* 24/16 */
  line-height: 1.5em;
  padding-left: 1em;
}

.entry__image img {
  width: 100%;
}

.entry-content hr {
  border-top: 0;
  border-bottom: 0;
  position: relative;
  margin-top: 2.5em; /* 40/16 */
  margin-bottom: 2.5em; /* 40/16 */
  display: block;
  height: 1px;
}

blockquote+h2,
blockquote+h3,
blockquote+h4,
blockquote+header h2,
form+h2,
form+h3,
form+h4,
form+header h2,
ol+h2,
ol+h3,
ol+h4,
ol+header h2,
p+h2,
p+h3,
p+h4,
p+header h2,
table+h2,
table+h3,
table+h4,
table+header h2,
ul+h2,
ul+h3,
ul+h4,
ul+header h2 {
    margin-top: 2em;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.aligncenter,
img.aligncenter {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  display: block;
}

p .alignnone {
  margin-bottom: 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  width: auto;
  max-width: 100%;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 12px;
  /*margin: 0;*/
  margin-top: 10px;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  display: inline;
  float: left;
  margin-right: 1.5em;
  text-align: right;
  margin-left: 0;
  width: 33%;
}

blockquote.right {
  display: inline;
  float: right;
  margin-left: 1.5em;
  text-align: left;
  margin-right: 0;
  width: 33%;
}

.gallery-caption {
  margin: -1.5em 0 0 0;
}

.fit-vids-style {
  display: none;
}

.entry-content li {
  line-height: 1.63em; /* 26/16 */
  margin-bottom: 0.3em;
}

@media (max-width: 414px) {
  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.gallery-item img {
  border: 0 !important;
}

@media (max-width: 767px) {
  .gallery-item {
    width: 33.3% !important;
  }
}

@media (max-width: 414px) {
  .gallery-item {
    width: 50% !important;
  }
}

@media (max-width: 320px) {
  .gallery-item {
    width: 100% !important;
  }
}


/* Breadcrumbs
------------------------------------------------------------------- */
.breadcrumbs {
  font-size: 0.81em; /* 13/16 */
  color: #0070BA;
  letter-spacing: 0px;
  line-height: 22px;
}

.breadcrumbs a
.breadcrumbs .sep {
  vertical-align: middle;
  display: inline-block;
}

.breadcrumbs .sep {
  color: #999;
  position: relative;
  top: 2px;
  margin: 0 3px;
}

@media (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 20px;
    text-align: left;
  }
}


/* ===================================================================
  WIDGETS
=================================================================== */
.widget {
  margin-bottom: 3em;
  font-size: 14px;
}

.widget-title {
  font-weight: 300;
  font-size: 1.14em; /* 16/14 */
  color: #333;
  line-height: 1.19em; /* 19/16 */
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.widget-title:before,
.entry-content hr:before,
.readmore-link:before,
.link-item__link-inner:before {
  content: '';
  width: 50px;
  position: absolute;
  height: 1px;
  background: #80C1DC;
  bottom: 0;
  left: 0;
}

.widget ul {
  list-style: none;
  margin-left: 0;
}

.widget li {
  margin-bottom: 0.57em; /* 8/14 */
}

.widget ul ul {
  margin-bottom: 0;
}

.widget li > a {
  display: block;
  color: #27363F;
}

@media (max-width: 767px) {
  .widget-title:before,
  .entry-content hr:before,
  .readmore-link:before,
  .link-item__link-inner:before {
    width: 40px;
  }
}



/* ===================================================================
  TRACK RECORDS
=================================================================== */
.post-item.trackrecord .post-item__image {
  text-align: center;
}

.post-item.trackrecord .post-item__image img {
  padding: 10px;
}



/* ===================================================================
  TEMPLATE ABOUT
=================================================================== */
.objectfit .page-template-template-about .page-heading__overlay,
.objectfit .page-template-template-services .page-heading__overlay {
  width: 60%;
}

@media (max-width: 767px) {
  .page-heading__overlay {
    opacity: 0.1;
  }

  .objectfit .page-heading__overlay,
  .objectfit .page-template-template-about .page-heading__overlay,
  .objectfit .page-template-template-services .page-heading__overlay {
    width: 100%;
  }

  .page-heading__overlay img {
    -o-object-position: center;
    object-position: center;
  }
}

.columned-content,
.service-item {
  margin-bottom: 1.88em; /* 30/16 */
}

.columned-content__title,
.service-item__title {
  font-weight: 300;
  font-size: 1.5em; /* 24/16 */
  color: #0070BA;
  line-height: 1.21em; /* 29/24 */
  margin-bottom: 0.75em; /* 18/24 */
}



/* ===================================================================
  TEMPLATE SERVICE
=================================================================== */
.service-item__title {
  margin-bottom: 0.54em; /* 13/24 */
}



/* ===================================================================
  TEMPLATE HOME
=================================================================== */

/* Topbar
------------------------------------------------------------------- */
.home .logo-block__image {
  max-width: 440px;
}

@media (max-width: 767px) {
  .logo-block__image,
  .home .logo-block__image {
    max-width: 100%;
  }
}

.home .topbar-section {
  background: none;
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.js-sticky-bar--open .topbar-section {
  background: #2773A5;
}

.js-sticky-bar--open.home .logo-block__image {
  max-width: 294px;
}


/* Hero Section
------------------------------------------------------------------- */
.hero-section {
  background: #2773A5;
  color: #fff;
  position: relative;
  margin-top: -141px;
}

.hero-section,
.hero-section .wrapper {
  height: 480px;
}

.cssvhunit .hero-section,
.cssvhunit .hero-section .wrapper {
  height: 100vh;
}

.hero-section .wrapper {
  position: relative;
  z-index: 10;
}

.hero-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (max-width: 768px) {
  .hero-section__image {
    position: absolute;
    background-position: 30% 0;
    -webkit-background-size: 190%;
    background-size: 190%;
  }
}

@media (max-width: 767px) {
  .hero-section__image {
    -webkit-background-size: cover;
    background-size: cover;
  }

  .hero-section .vertical-center,
  .hero-section .vertical-center__inner {
    display: block;
  }
}

.hero-section .vertical-center__inner {
  vertical-align: bottom;
}

.hero-block {
  float: right;
  width: 470px;
  margin-bottom: 10%;
}

.hero-block__text {
  font-size: 1.75em; /* 28/16 */
  line-height: 1.21em; /* 34/28 */
}

.hero-block__link {
  font-size: 1.13em; /* 18/16 */
  color: #fff;
}

.hero-block__link:hover {
  color: #fff;
  opacity: 0.7;
}

.readmore-link:before {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.78em; /* 14/18 */
}

@media (max-width: 768px) {
  .hero-block {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-block {
    margin-bottom: 10%;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    box-sizing: border-box;
    width: auto;
  }

  .hero-block__text {
    font-size: 1.25em; /* 20/16 */
  }
}


/* Blog Section
------------------------------------------------------------------- */
.blog-section .post-item {
  margin-bottom: 0;
}

.blog-section .post-item__title {
  font-size: 1.38em; /* 22/16 */
}

.blog-section .post-item__link {
  color: #555;
}

.blog-section .post-item__link:hover {
  color: #0070BA;
}

@media (max-width: 768px) {
  .blog-section .post-item {
    margin-bottom: 3.13em; /* 50/16 */
  }
}


/* Links Section
------------------------------------------------------------------- */
.link-item {
  background: #9E9370;
}

.link-item > .grid {
  display: block;
  position: relative;
}

.link-item.even {
  background: #80C1DC;
}

.link-item .grid .link-item__link {
  color: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-item__link-inner {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  font-size: 2.25em; /* 36/16 */
  line-height: 1.2em;
}

.link-item__link-inner:before {
  left: 10%;
  right: 10%;
  width: auto;
  background: #fff;
}

.link-item__image {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.link-item__image img {
  opacity: 0;
}

@media (max-width: 767px) {
  .link-item__image {
    opacity: 0.2;
  }

  .link-item__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }

  .link-item__link .wrapper {
    height: 100%;
  }
}
