/*
Theme Name: KP Rototuna
Author: Steve Turner Design
Author URI: https://steveturnerdesign.com/

Based on BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

@font-face {
    font-family: "Futura-Boo";
    src:url("fonts/Futura-Boo.eot");
    src:url("fonts/Futura-Boo.eot?#iefix") format("embedded-opentype"),
    url("fonts/Futura-Boo.woff") format("woff"),
    url("fonts/Futura-Boo.ttf") format("truetype"),
    url("fonts/Futura-Boo.svg#Futura-Boo") format("svg");
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: "Futura-Dem";
    src:url("fonts/Futura-Dem.eot");
    src:url("fonts/Futura-Dem.eot?#iefix") format("embedded-opentype"),
    url("fonts/Futura-Dem.woff") format("woff"),
    url("fonts/Futura-Dem.ttf") format("truetype"),
    url("fonts/Futura-Dem.svg#Futura-Dem") format("svg");
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

html,body { -webkit-text-size-adjust: 100%; }
html { -webkit-font-smoothing: antialiased; }

body {
	min-width: 320px;
	font-family: 'Futura-Boo', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #496B80;
	text-decoration: none;
	background-color: #FFF;
	text-align: left;
	height: 100%;
}

a:link {
    color: #496B80;
	text-decoration: none;
}
a:visited {
    color: #496B80;
	text-decoration: none;
}

h1, h2, h3, h4 {
    display: block;
    text-align: center;
}
h1 {
    font-family: 'Futura-Dem', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 25px;
	line-height: 30px;
    color: #496B80;
}
h2 {
    font-size: 19px;
	line-height: 24px;
    text-transform: uppercase;
    color: #A7A09A;
    margin-top: 6px;
}
h3 {
    font-family: 'Futura-Dem', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 21px;
	line-height: 26px;
}
.text-columns h3 {
    text-align: left;
}
h4 {
    font-family: 'Futura-Dem', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 19px;
	line-height: 24px;
    color: #496B80;
}
h5 {
    font-family: 'Futura-Dem', sans-serif;
    font-weight: normal;
    font-style: normal;
}

p {
    padding: 0;
    margin: 0 0 24px 0;
}
p a:link {
    color: #496B80;
    border-bottom: 1px solid #CDCEAF;
}
p a:visited {
    color: #496B80;
    border-bottom: 1px solid #CDCEAF;
}

strong {
    font-family: 'Futura-Dem', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.author {
    font-size: 18px;
    color: #A7A09A;
}

.text-columns ul {
    list-style: disc outside none;
    margin: 0 0 24px 18px;
    padding: 0;
}

.clear {
    display: block;
    clear: both;
    height: 0px;
}

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
#branding {
    display: block;
    width: 100%;
    margin: 0;
    padding: 18px 0 24px 0;
    text-align: center;
    z-index: 1;
}
#site-title {
    display: block;
    width: 40%;
    max-width: 200px;
    margin: 0 auto;
}
#site-title img {
    width: 100%;
    height: auto;
}

nav#menu {
    position: absolute;
    top: 12px;
    z-index: 0;
}
span.mega-toggle-label-closed, span.mega-toggle-label-open {
    padding-top: 2px;
}

#container {
    display: block;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

#featured-image {
    display: block;
    clear: both;
    width: 100%;
    padding-bottom: 66.667%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.entry-title, .entry-content {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
.entry-title {
    margin-top: 21px;
}
.entry-content p:first-of-type {
    font-size: 19px;
    line-height: 27px;
    text-align: center;
    margin: 24px 0 0 0;
}
.entry-meta {
    text-align: center;
    padding-top: 6px;
}
.entry-date {
    font-size: 13px;
    text-transform: uppercase;
    color: #A7A09A;
}

/* –––––––––– Home – Property Types –––––––––– */

#property-types {
    display: block;
    clear: both;
    width: 100%;
    margin: 60px 0 0 0;
    padding: 24px 0;
    border: 0;
    background-color: #B6C3CC;
}
#property-types h3 {
    color: #FFF;
    padding: 0 5% 12px 5%;
}
ul.property-type-list {
    display: block;
    width: 90%;
    max-width: 1200px;
    padding: 12px 0 24px 0;
    margin: 0 auto;
    text-align: center;
}
ul.property-type-list li {
    display: block;
    width: 100%;
    padding: 0 0 6px 0;
    margin: 0 0 24px 0;
    text-align: center;
    background-color: #FFF;
}
ul.property-type-list li img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
}
ul.property-type-list li figure {
    display: block;
    width: 100%;
}
ul.property-type-list li div {
    display: block;
    width: 100%;
    padding: 0 12px;
}
ul.property-type-list li div h4 {
    padding: 12px 0 8px 0;
}

/* –––––––––– Home – Google Map –––––––––– */

.google-map {
    position: relative;
    width: 100%;
    padding-bottom: 75%; // aspect ratio
    height: 0px;
    overflow: hidden;
    z-index: 1;
    border: 0;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* –––––––––– Home – Latest News –––––––––– */

#latest-news {
    display: block;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 24px 0;
    border: 0;
    background-color: #FFF;
    text-align: center;
}
#latest-news h3 {
    padding: 0 5% 12px 5%;
    color: #496B80;
}
li#rpwe_widget-2 {
    list-style: none;
}
.rpwe-block {
    display: block;
    clear: both;
    width: 90%;
    max-width: 1200px;
    padding: 12px 0 24px 0;
    margin: 0 auto;
    text-align: center;
}
.rpwe-title {
    padding: 0 12px;
}
h3.rpwe-title > a {
    color: #FFF;
}
.rpwe-time {
    font-size: 13px;
    text-transform: uppercase;
    color: #EBEFF1;
}
ul.rpwe-ul {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
ul.rpwe-ul li {
    display: block;
    width: 100%;
    padding: 0 0 12px 0;
    margin: 0 0 24px 0;
    text-align: center;
    background-color: #B6C3CC;
}
ul.rpwe-img {
    padding: 0;
    margin: 0;
}
ul.rpwe-ul li img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

/* –––––––––– Text Columns –––––––––– */

.text-columns, .three-text-columns {
    width: 90%;
    padding: 40px 0px 60px 0px;
    margin-right: auto;
    margin-left: auto;
}
.text-columns-community {
    width: 90%;
    max-width: 900px;
    padding: 40px 0px 40px 0px;
    margin-right: auto;
    margin-left: auto;
}
.text-columns {
    max-width: 900px;
}
.three-text-columns {
    max-width: 1200px;
}
.three-text-columns h3 {
    text-align: left;
}
.three-columns-one, .three-columns-two {
    padding-bottom: 42px;
}

.wpforms-field:first-of-type {
    padding-top: 0!important;
}

/* –––––––––– Community – Video –––––––––– */

#video {
    display: block;
    width: 90%;
    max-width: 900px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 66px;
}
.video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; // aspect ratio
    height: 0px;
    overflow: hidden;
    z-index: 1;
    border: 0;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* –––––––––– Comparison Calculator –––––––––– */

#village-comparison {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #EBEFF1;
}
.comparison-calculator {
    display: block;
    width: 90%;
    max-width: 1200px;
    padding: 30px 0 60px 0;
    margin-right: auto;
    margin-left: auto;
}
.calculated-fields-wrapper {
    border-bottom: 1px solid #FFF;
}
.cff-button-field input[type="button"].field.calculate-button {
    display: inline-block;
    font-family: 'Futura-Boo', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
	line-height: 24px;
    letter-spacing: 0px;
    color: #FFF;
    padding: 6px 30px;
    border: 0;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    resize: none;
    background-color: #496B80;
}

/* –––––––––– The Team –––––––––– */

.team-member {
    margin: 0 0 42px 0;
}
.team-member figure {
    width: 66.667%;
    margin: 0 0 19px 0;
    padding: 0;
}
.team-member figure img {
    display: block;
    width: 100%;
    height: auto;
}
.team-member div {
    width: 100%;
}

/* –––––––––– Property Icons –––––––––– */

#property-features {
    display: block;
    clear: both;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    border: 0;
}
#property-features header h4 {
    width: 100%;
    padding: 9px 0;
    margin-bottom: 21px;
    color: #FFF;
    background-color: #496B80;
}
ul.property-icons {
    display: block;
    clear: both;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}
ul.property-icons li {
    display: inline-block;
    width: calc(20% - 6px);
    margin: 0;
    padding: 0;
}
ul.property-icons li figure {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
ul.property-icons li figure img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 12px;
}
ul.property-icons li figcaption {
    display: block;
    width: 100%;
    font-size: 16px;
}

#floor-plan {
    display: block;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 21px 0;
    border: 0;
    text-align: center;
}
#floor-plan div {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 27px;
    text-align: center;
}
#floor-plan figure {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 18px 0 36px 0;
}
#floor-plan figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

figcaption.disclaimer {
    font-style: normal;
    font-size: 15px;
	line-height: 21px;
    text-align: center;
    color: #A7A09A;
}

a.specs {
    display: inline-block;
    clear: both;
    background-color: #9C9E60;
	border: 0;
	color: #FFF;
	padding: 10px 15px;
    margin-top: 9px;
    margin-right: auto;
    margin-bottom: 27px;
    margin-left: auto;
    text-align: center;
}

/* –––––––––– Stage One –––––––––– */

.stage-one-details {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 24px 0 48px 0;
}
.stage-one-details img {
    display: block;
    width: 100%;
    height: auto;
}

/* –––––––––– Master Plan –––––––––– */

#master-plan {
    width: 90%;
    max-width: 910px;
    margin: 0 auto;
    padding: 24px 0 24px 0;
}
#master-plan img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
}
.master-plan-key {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 24px;
    padding-top: 0;
}
.master-plan-key h4 {
    display: block;
    text-align: left;
    margin-left: 21px;
}
.master-plan-key img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 600px;
    float: left;
}

/* –––––––––– Latest News pages –––––––––– */

.entry-content.news {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
}
.entry-content.news p:first-of-type {
    margin: 24px 0;
}
.entry-content.news p {
    text-align: center;
}
.post-navigation {
    display: block;
    clear: both;
    width: 90%;
    margin: 24px auto;
}
div.nav-links {
    max-width: 1200px;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.nav-previous, .nav-next {
    margin: 0 auto;
    padding: 6px 0;
}


/* –––––––––– Footer –––––––––– */

#footer {
    display: block;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 30px 0 45px 0;
    font-style: normal;
    font-size: 15px;
	line-height: 21px;
    text-align: center;
    background: #EBEFF1;
    color: #496B80;
    border-top: 1px solid #FFF;
}
#footer a:link {
    color: #496B80;
    text-decoration: none;
}
#footer a:visited {
    color: #496B80;
    text-decoration: none;
}
#footer-menu {
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-menu {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0 0 14px 0;
    text-align: center;
}
#copyright {
    display: block;
    clear: both;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 14px;
    font-size: 12px;
    text-align: center;
}

/* ––––––– Breakpoint -- 600px min content width ––––––– */

@media screen and (min-width: 600px) {
    
    #featured-image {
        padding-bottom: 50%;
    }
    .google-map {
        padding-bottom: 66.667%;
    }
    
    ul.rpwe-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    ul.rpwe-ul li {
        position: relative;
        display: inline-block;
        width: calc(50% - 9px);
        margin-right: 18px;
        padding: 0 0 9px 0;
    }
    ul.rpwe-ul li:nth-of-type(even) {
        margin-right: 0;
    }
    ul.rpwe-ul li img {
        display: block;
        width: 100%;
        height: auto;
        padding: 0 0 9px 0;
    }
    
    .entry-title, .entry-content, .text-columns, .three-text-columns, .text-columns-community, #video, .comparison-calculator, #floor-plan div, #floor-plan figure, ul.property-type-list, .rpwe-block, .entry-content.news, .post-navigation, #footer-menu, #copyright {
        width: 85%;
    }
    
    ul.property-icons li figure img {
        width: 88%;
    }
    ul.property-icons li figcaption {
        font-size: 17px;
    }
    
    .team-member {
        display: flex;
        margin-bottom: 12px;
    }
    .team-member figure {
        width: 50%;
        padding-right: 9px;
        margin-bottom: 24px;
    }
    .team-member figcaption {
        width: 50%;
        padding-left: 9px;
        align-self: flex-end;
    }
    ul#menu-footer-menu li.menu-item {
        display: inline-block;
    }
    ul#menu-footer-menu li.menu-item::before {
        content: " ";
    }
    ul#menu-footer-menu li.menu-item::after {
        content: " |";
        color: #A4B5BF;
    }
    ul#menu-footer-menu li.menu-item:last-of-type::after {
        content: " ";
    }
}


/* ––––––– Breakpoint -- 768px min content width ––––––– */

@media screen and (min-width: 768px) {
    
    body {
        font-size: 18px;
        line-height: 25px;
    }
    p {
        margin: 0 0 25px 0;
    }
    h1 {
        font-size: 31px;
        line-height: 36px;
    }
    h2 {
        font-size: 22px;
        line-height: 30px;
    }
    h3 {
        font-size: 24px;
        line-height: 30px;
    }
    h4 {
        font-size: 22px;
        line-height: 26px;
    }
    .author {
        font-size: 20px;
    }
    .text-columns ul {
        margin: 0 0 25px 18px;
    }
    
    .entry-title {
        margin-top: 24px;
    }
    .entry-content p:first-of-type {
        font-size: 23px;
        line-height: 33px;
        margin: 25px 0 0 0;
    }
    .entry-date {
        font-size: 16px;
    }
    .entry-content.news p {
        font-size: 19px;
        line-height: 26px;
    }
    .entry-content.news p:first-of-type {
        font-size: 23px;
        line-height: 33px;
        margin: 25px 0;
    }
    
    ul.property-type-list li {
        display: flex;
        padding: 0;
    }
    ul.property-type-list li figure {
        width: 50%;
    }
    ul.property-type-list li div {
        width: 50%;
        padding: 0 12px;
        background-color: #FFF;
    }
    ul.property-type-list li div h4 {
        padding: 12px 0 9px 0;
    }
    ul.property-type-list li div p {
        margin-bottom: 12px;
    }
    
    ul.property-icons li figcaption {
        font-size: 18px;
    }
    ul.property-icons li figure img {
        width: 80%;
    }
    
    #floor-plan div {
        font-size: 23px;
        line-height: 33px;
    }
    
    .three-text-columns figure {
        width: calc(33.333% - 9px);
    }
    .three-text-columns figcaption {
        width: calc(66.667% - 9px);
    }
    
    #featured-image {
        padding-bottom: 50%;
    }
    .google-map {
        padding-bottom: 50%;
    }
    .rpwe-title {
        padding: 0 15px;
    }
    .rpwe-time {
        font-size: 16px;
    }
    
    #master-plan {
        padding-top: 36px;
    }
    
    .nav-previous, .nav-next {
        display: inline-block;
        margin: 0;
        padding-bottom: 24px;
    }
    .nav-previous {
        float: left;
    }
    .nav-next {
        float: right;
    }
}

/* ––––––– Breakpoint -- 900px min content width ––––––– */

@media screen and (min-width: 900px) {
    
    nav#menu {
        position: relative;
        top: auto;
    }
}

/* ––––––– Breakpoint -- 1024px min content width ––––––– */

@media screen and (min-width: 1024px) {
    
    #branding {
        padding: 21px 0 30px 0;
    }
    .entry-title {
        margin-top: 30px;
    }
    
    ul.property-type-list {
        display: flex;
        flex-wrap: wrap;
    }
    ul.property-type-list li {
        display: inline-block;
        width: calc(33.333% - 12px);
        margin-right: 18px;
    }
    ul.property-type-list li:nth-of-type(even) {
        margin-right: 18px;
    }
    ul.property-type-list li:nth-of-type(3) {
        margin-right: 0;
    }
    ul.property-type-list li figure {
        display: block;
        width: 100%;
    }
    ul.property-type-list li div {
        display: block;
        width: 100%;
        padding: 0 12px;
    }
    ul.property-type-list li div p {
        margin-bottom: 24px;
    }
    
    ul.rpwe-ul li {
        width: calc(33.333% - 12px);
        margin-right: 18px;
        padding: 0 0 12px 0;
    }
    ul.rpwe-ul li:nth-of-type(even) {
        margin-right: 18px;
    }
    ul.rpwe-ul li:nth-of-type(3) {
        margin-right: 0;
    }
    
    #featured-image {
        padding-bottom: 45%;
    }
    .google-map {
        padding-bottom: 45%;
    }
    
    .property-block div h4 {
        margin-top: 24px;
        margin-bottom: 18px;
    }
    
    .text-columns, .three-text-columns {
        padding: 48px 0px 72px 0px;
    }
    .text-columns-community {
        padding: 48px 0px 48px 0px;
    }
    .two-columns-one, .two-columns-two {
        display: inline-block;
        float: left;
        width: calc(50% - 15px);
    }
    .two-columns-one {
        margin-right: 30px;
    }
    .three-columns-one, .three-columns-two, .three-columns-three {
        display: inline-block;
        float: left;
        width: calc(33.333% - 20px);
    }
    .three-columns-one, .three-columns-two {
        margin-right: 30px;
    }
    #video {
        margin-bottom: 84px;
    }
    .team-member {
        display: block;
        padding-bottom: 12px;
    }
    .team-member figure {
        width: 100%;
        padding-right: 0;
        margin-bottom: 24px;
    }
    .team-member figcaption {
        width: 100%;
        padding-left: 0;
        align-self: auto;
    }
    
}

/* ––––––– Breakpoint -- 1280px min content width ––––––– */

@media screen and (min-width: 1280px) {
    
    body {
        font-size: 19px;
        line-height: 26px;
    }
    h1 {
        font-size: 39px;
        line-height: 45px;
    }
    h2, h3 {
        font-size: 26px;
        line-height: 36px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 26px;
        line-height: 30px;
    }
    p {
        margin: 0 0 26px 0;
    }
    p a {
        transition: all 0.4s ease-out;
        -webkit-transition: all 0.4s ease-out;
    }
    p a:hover {
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        color: #9C9E60;
        border-bottom: 1px solid #9C9E60;
    }
    p a:active {
        color: #9C9E60;
        border-bottom: 1px solid #9C9E60;
    }
    .author {
        font-size: 22px;
    }
    
    #branding {
        padding: 23px 0 32px 0;
    }
    #site-title {
        max-width: 210px;
    }
    .entry-title {
        margin-top: 39px;
    }
    .entry-content p:first-of-type {
        font-size: 27px;
        line-height: 36px;
        margin: 26px 0 0 0;
    }
    .entry-content.news p {
        font-size: 20px;
        line-height: 27px;
    }
    .entry-content.news p:first-of-type {
        font-size: 27px;
        line-height: 36px;
        margin: 27px 0;
    }
    
    #featured-image {
        padding-bottom: 40%;
    }
    
    #master-plan {
        padding-top: 48px;
    }
    
    ul.property-type-list {
        padding: 21px 0 24px 0;
    }
    #property-types {
        padding: 33px 0 20px 0;
        margin-top: 69px;
    }
    #property-types h3 {
        font-size: 28px;
    }
    .google-map {
        padding-bottom: 40%;
    }
    
    #property-features {
        padding: 60px 0;
    }
    #floor-plan div {
        font-size: 26px;
        line-height: 36px;
    }
    
    #latest-news {
        padding: 33px 0 20px 0;
    }
    .rpwe-block {
        padding: 21px 0 24px 0;
    }
    ul.rpwe-ul li.rpwe-li h3.rpwe-title {
        font-size: 23px;
        line-height: 28px;
    }
    .rpwe-title {
        padding: 0 18px;
    }
    ul.rpwe-ul li img {
        padding: 0 0 14px 0;
    }
    
    .text-columns {
        padding: 48px 0px 72px 0px;
    }
    .two-columns-one, .two-columns-two {
        width: calc(50% - 18px);
    }
    .two-columns-one {
        margin-right: 36px;
    }
    #video {
        margin-bottom: 96px;
    }
    a.specs {
        transition: all 0.4s ease-out;
        -webkit-transition: color 0.4s ease-out;
    }
    a.specs:hover {
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        background-color: #496B80;
    }
    a.specs:active {
        background-color: #496B80;
    }
    
    .nav-previous a {
        transition: all 0.4s ease-out;
        -webkit-transition: color 0.4s ease-out;
    }
    .nav-previous a:hover {
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        color: #9C9E60;
    }
    .nav-previous a:active {
        color: #9C9E60;
    }
    .nav-next a {
        transition: all 0.4s ease-out;
        -webkit-transition: color 0.4s ease-out;
    }
    .nav-next a:hover {
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        color: #9C9E60;
    }
    .nav-next a:active {
        color: #9C9E60;
    }
    
    #footer a {
        transition: all 0.4s ease-out;
        -webkit-transition: all 0.4s ease-out;
        border-bottom: 1px solid #E9EDF0;
    }
    #footer a:hover {
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        border-bottom: 1px solid #496B80;
    }
    #footer a:active {
        border-bottom: 1px solid #496B80;
    }
    
}

/* ––––––– Breakpoint -- 1800px min content width ––––––– */

@media screen and (min-width: 1800px) {
    
    #featured-image {
        height: 720px;
        padding-bottom: 0;
    }
}