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
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.template-2 .microContentWrap .overlay {
	background-color: transparent !important;
}
.cottage-wrap .microContentWrap .overlay {
	background-color: transparent !important;
}

html {
    overflow: scroll !important
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

.button,
#hero .headerCTA a,
.microContentContainer .microContent .microContentWrap .overlay span {
    display: inline-block;
    padding: 9px;
    border: 2px solid #002B49;
    border-radius: 0px;
    cursor: pointer;
    text-transform: uppercase;
    color: inherit;
    font-family: "merriweather", "Gotham SSm A", "Gotham SSm B"
}

.button:hover,
#hero .headerCTA a:hover,
.microContentContainer .microContent .microContentWrap .overlay span:hover {
    background-color: rgba(255, 255, 255, .9)
}

.dotLine,
.microContentContainer .microContent .microContentWrap .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.microContentOverlay-content .mc-header h4,
.microContentOverlay-content .mc-header ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

hr.rope {
    background-image: url(../images/rope.svg);
    height: 1px;
    background-size: 1px 1px;
    background-repeat: repeat-x;
    border: none!important
}

hr.small.rope {
    background-size: 1px 1px
}

@-webkit-keyframes down-arrow {
    0% {
        height: 90%
    }
    80% {
        height: 120%
    }
    100% {
        height: 90%
    }
}

@keyframes down-arrow {
    0% {
        height: 90%
    }
    80% {
        height: 120%
    }
    100% {
        height: 90%
    }
}

html,
body {
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    font-size: 16px;
    line-height: 20px;
    color: #464d67;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

strong {
    font-weight: 700
}

a {
    text-decoration: none;
    color: inherit
}

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

form label {
    width: 100%;
    text-transform: uppercase;
    color: #f9f9f9;
    text-align: left;
    display: none
}

form input[type="text"],
form input[type="email"],
form input[type="submit"] select,
form textarea,
form a {
    width: 100%;
    border: none;
    padding: 9px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 14px;
    color: #9C8F69;
    font-family: "Gotham SSm A", "Gotham SSm B"
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="submit"] select:focus,
form textarea:focus,
form a:focus {
    outline: none;
    background-color: #9C8F69;
    color: #f9f9f9
}

form input[type="submit"],
form a {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 4px solid #4492C6;
    outline: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    padding: 14px;
    color: #4492C6;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    width: 100%;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

form input[type="submit"]:hover,
form a:hover {
    border: 4px solid #9C8F69;
    background-color: #f9f9f9;
    color: #9C8F69
}

form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 23px 16px;
    background-position: right center;
    background-repeat: no-repeat
}

form textarea {
    min-height: 165px
}

.homeAddress,
.workEmail {
    display: none
}

h1,
.h1Style {
    font-size: 46px;
    line-height: 1.1em;
    font-style: normal;
    margin-bottom: 20px;
    font-family: "merriweather", "Didot 11 A", "Didot 11 B";
    font-weight: 700;
    color: #002B49
}

@media (min-width:800px) {
    h1,
    .h1Style {
        font-size: 68px
    }
}

h2,
.h2Style {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 14px;
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    font-weight: 700;
    text-transform: uppercase;
    color: #4492C6
}

@media (min-width:800px) {
    h2,
    .h2Style {
        font-size: 20px
    }
}

@media (min-width:1100px) {
    h2,
    .h2Style {
        margin-bottom: 20px
    }
}

h3,
.h3Style {
    font-size: 14px;
    margin-bottom: 14px;
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    font-weight: 700;
    color: #002B49
}

h4,
.h4Style {
    font-size: 14px;
    font-weight: 800;
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    color: #9C8F69
}

@media (min-width:1200px) {
    h4,
    .h4Style {
        font-size: 20px;
        padding-bottom: 9px
    }
}

h5,
.h5Style {
    font-size: 20px;
    font-weight: 800;
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    color: #b4bbc5;
    padding: 9px 0
}

h6,
.h6Style {
    font-size: 9px;
    font-weight: 100
}

h1+h1,
h1+h2,
h1+h3,
h1+h4,
h1+h5,
h1+h6,
h2+h1,
h2+h2,
h2+h3,
h2+h4,
h2+h5,
h2+h6,
h3+h1,
h3+h2,
h3+h3,
h3+h4,
h3+h5,
h3+h6,
h4+h1,
h4+h2,
h4+h3,
h4+h4,
h4+h5,
h4+h6,
h5+h1,
h5+h2,
h5+h3,
h5+h4,
h5+h5,
h5+h6,
h6+h1,
h6+h6,
h6+h3,
h6+h6,
h6+h6,
h6+h6 {
    margin-top: -9px
}

hr.rope {
    clear: both;
    padding: 14px 0;
    background-position: center center
}

hr.rope.whiter {
    background-image: url(../images/rope-white.svg)
}

@media (min-width:900px) {
    hr.rope {
        padding: 30px 0
    }
    hr.rope.small {
        padding: 20px 0
    }
}

p {
    font-family: "Sentinel A", "Sentinel B";
    font-size: 15px;
    line-height: 23px;
    color: #6d6e71;
    font-weight: 300;
    margin-bottom: 14px
}

@media (min-width:800px) {
    p {
        font-size: 18px;
        line-height: 28px
    }
}

.editable ul,
.editable ol {
    width: 100%;
    float: left
}

.editable li {
    font-family: "Sentinel A", "Sentinel B";
    font-size: 17px;
    line-height: 23px;
    color:#6d6e71;
    font-weight: 200;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    position: relative;
    padding-left: 14px
}

.editable li:before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 0;
    background-color: #9C8F69;
    border-radius: 9px;
    margin-bottom: 20px
}

.editable img[style="float: left;"] {
    display: none
}

@media (min-width:800px) {
    .editable img[style="float: left;"] {
        display: inline-block;
        margin: 14px 14px 0 0
    }
}

.editable img[style="float: right;"] {
    display: none
}

@media (min-width:800px) {
    .editable img[style="float: right;"] {
        display: inline-block;
        margin: 14px 0 0 14px
    }
}

.microContentOverlay-content .editable li {
    float: none
}

.buckets li p {
    line-height: 20px;
    font-size: 14px
}

aside {
    float: right;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left
}

aside .asideTitle {
    font-size: 14px;
    font-weight: 800;
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    color: #9C8F69;
    margin-bottom: 14px
}

@media (min-width:1200px) {
    aside .asideTitle {
        font-size: 20px;
        padding-bottom: 9px
    }
}

@media (min-width:900px) {
    aside .asideTitle {
        padding-top: 20px;
        border-bottom: 1px solid rgba(180, 187, 197, .3)
    }
}

aside li {
    margin-bottom: 6px
}

@media (min-width:900px) {
    aside li:last-of-type {
        padding-bottom: 20px
    }
}

.navy p {
    color: #f9f9f9;
    font-weight: 500
}

.button {
    color: #4492C6;
    border-color: #4492C6;
    margin: 14px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.button:hover {
    color: #ffffff;
    border-color: #4492C6;
    background: #4492C6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width:700px) {
    .button {
        margin: 20px auto
    }
}

html,
body {
    width: 100%!important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    padding-bottom: 100px
}

body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100%!important;
    min-height: 100%
}

body:after {
    content: " ";
    display: block;
    clear: both
}

head {
    display: block;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 999;
    color: #333;
    background: rgba(255, 255, 255, .25)
}

head:hover {
    background: rgba(255, 255, 255, .5);
    color: red
}

head:hover~body,
head:hover~body body {
    position: relative
}

head:hover~body:before,
head:hover~body body:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: " ";
    z-index: 998;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(102, 102, 255, .25)), to(rgba(179, 179, 255, .25)));
    background-image: linear-gradient(to right, rgba(102, 102, 255, .25), rgba(179, 179, 255, .25));
    background-size: 8.3333333333%;
    background-origin: content-box;
    background-clip: content-box;
    background-position: left top
}

body.template-2 {
    padding-bottom: 0
}

section {
    position: relative;
    clear: both;
    z-index: 0
}

.extraPadding-top {
    padding-top: 4.1666666667%
}

@media (min-width:1100px) {
    .extraPadding-top {
        padding-top: 8.3333333333%
    }
}

.extraPadding-bottom {
    padding-bottom: 4.1666666667%
}

@media (min-width:1100px) {
    .extraPadding-bottom {
        padding-bottom: 8.3333333333%
    }
}

.anchor {
    width: 40px
}

.wheel {
    background-image: url(../images/wheel.svg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%;
    margin: 9px 0 20px 0;
    height: 43px;
    background-size: 753px 43px;
    background-position: center center
}

@media (min-width:900px) {
    .wheel {
        height: 87px;
        background-size: 1507px 87px
    }
}

.myArrow {
    float: right;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #4492C6;
    font-size: 20px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    padding: 3px 1px 3px 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -5px;
    border-radius: 100px;
    overflow: hidden;
    background-color: white;
    border: #b4bbc5 1px solid;
    text-align: center;
    -webkit-box-shadow: 0 0 3px #fff;
    box-shadow: 0 0 3px #fff
}

@media (min-width:700px) {
    .myArrow {
        display: none
    }
}

.myArrow.open {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border: #fff 2px solid;
    background-color: transparent;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .32);
    box-shadow: 0 0 2px rgba(0, 0, 0, .32)
}

.myArrow.reverse {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: #fff 2px solid;
    background-color: transparent;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .32);
    box-shadow: 0 0 2px rgba(0, 0, 0, .32)
}

#mobileMenu {
    background-color: #002B49;
    position: fixed;
    top: 100%;
    right: 0%;
    z-index: 2000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .2);
    overflow: scroll;
    padding-bottom: 46px
}

#mobileMenu #mobileMenuLogo {
    width: 60%;
    margin-left: 20%;
    margin-top: 20px;
    margin-bottom: 14px;
    display: block
}

#mobileMenu .spacer {
    display: block;
    height: 20px
}

#mobileMenu li {
    text-align: center;
    font-family: "Sentinel A", "Sentinel B";
    font-size: 20px;
    color: #f9f9f9
}

#mobileMenu li a {
    text-shadow: 1px 1px 1px black;
    display: inline-block
}

#mobileMenu li.major a, #mobileMenu li a {
    padding: 14px 30px;
    border-bottom: 2px solid #3277a5
}

#mobileMenu li.minor {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%;
	border: none;
}

#mobileMenu li.minor.last {
    margin-bottom: 20px
}

#mobileMenu li.minor a {
    padding: 9px 9px;
    font-size: 20px;
    color: #f9f9f9;
	border: none;
}

#mobileMenu li.socialMedia {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%;
    text-align: right;
    margin-top: 20px
}

#mobileMenu li.socialMedia.last {
    text-align: left
}

#mobileMenu li.socialMedia a {
    padding: 0;
    border-bottom: none;
    text-shadow: none;
    color: #4492C6
}

#mobileMenu li#goBack {
    font-style: italic;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%;
    margin-top: 20px;
    font-size: 20px;
    opacity: 1;
    color: #4492C6
}

nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%;
    position: fixed;
    z-index: 1000;
    color: #4492C6;
    text-shadow: 1px 1px 1px black;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 20px;
    background-color: #002B49;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .8);
        box-shadow: 0 0 6px rgba(0, 0, 0, .8);
        top: 0
}
nav::after {
    content: " "!important;
    height: 225px !important;
    background: #002B49 !important;
    width: 225px !important;
    margin: 0 auto !important;
    position: absolute !important;
    display: block !important;
    align-content: center !important;
    z-index: -1 !important;
    border-radius: 172px !important;
    left: 50% !important;
    top: -82px !important;
        margin-left: -112px !important;
    transition: all ease .5s !important;
}

nav li.first:hover + .dropdown {
    display:block;
    transition: all ease .5s !important;
}
.dropdown {
    display:none;
    background-color: #002B49;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .8);
    box-shadow: 0 0 6px rgba(0, 0, 0, .8);
    position:fixed;
    top: 92px;
    margin-left: 15.575121%;
    z-index: 998;
    padding: 40px;
    width: 250px;
    transition: all ease .5s !important;
}

@media (min-width:700px) {
    nav {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #f9f9f9;
        top: 0
    }
    nav.stay {
        background-color: #002B49;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .8);
        box-shadow: 0 0 6px rgba(0, 0, 0, .8);
        top: 0
    }
    nav.stay #mainMenu li a {
        color: #4492C6
    }
    nav.stay #mainMenu li a:hover {
        color: #f9f9f9
    }
}

@media (min-width:700px) and (min-width:700px) {
    nav.stay #bookNow a {
        border: 2px solid #4492C6;
        padding: 9px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #4492C6;
        background-color: rgba(249, 249, 249, 0);
        text-shadow: 1px 1px 0 rgba(249, 249, 249, 0)
    }
    nav.stay #bookNow:hover a {
        border: 2px solid #f9f9f9
    }
}

@media (min-width:800px) {
    nav #mobileTrigger {
        display: none
    }
}

nav #bookNow a,
nav #mobileTrigger i {
    display: block;
    padding: 14px;
    font-size: 20px;
    border: none;
    text-transform: uppercase
}

nav #bookNow {
    float: right
}

@media (min-width:700px) {
    nav #bookNow a {
        border: 2px solid #f9f9f9;
        padding: 9px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #4492C6;
        background-color: rgba(249, 249, 249, .8);
        font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
        text-shadow: 1px 1px 1px #f9f9f9;
        font-size: 20px;
        transition: all 0.3s ease-in-out;
        text-transform: capitalize;
        font-weight: 300
    }
    nav #bookNow:hover a {
        border: 2px solid #4492C6;
        background-color: rgba(249, 249, 249, .8)
    }
}

nav #mainMenu {
    float: left
}

nav #mainMenu li {
    float: left;
    padding: 9px;
    display: none;
    margin-top: 2px
}



@media (min-width:700px) {
    nav #mainMenu li {
        display: block;
        float: left
    }
}

@media (min-width:800px) {
    nav #mainMenu li {
        margin-top: -2px;
        padding: 14px
    }
}

nav #mainMenu li a {
    color: #f9f9f9;
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .45);
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (min-width:800px) {
    nav #mainMenu li a {
        font-size: 20px
    }
}

nav #mainMenu li a:hover {
    text-shadow: -1px -1px 1px rgba(0, 0, 0, .75)
}

.template-4 nav,
.template-5 nav,
.menuSolid nav {
    background-color: #002B49;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .8);
    box-shadow: 0 0 6px rgba(0, 0, 0, .8);
    position: fixed
}

.template-4 nav #mainMenu li a,
.template-5 nav #mainMenu li a,
.menuSolid nav #mainMenu li a {
    color: #4492C6
}

.template-4 nav #mainMenu li a:hover,
.template-5 nav #mainMenu li a:hover,
.menuSolid nav #mainMenu li a:hover {
    color: #f9f9f9
}


nav #mainMenu ul ul {
    display: none;    
}

nav #mainMenu ul li:hover ul,
nav #mainMenu ul li:focus ul,
nav #mainMenu ul li:focus ul:focus{
    display: block;
    position: absolute;
    width: 250px;
    height: 275px;
    background: #002B49;
    top: 75px;
    text-align: left;
    padding-top: 45px;
}
nav #mainMenu ul ul li{
    display: block;
    float: none;
    text-align: left;
    margin: 0 !important;
     padding: 10px 26px 12px !important;
}
nav #mainMenu ul ul li:hover {
    background:#003d67    
}
nav #mainMenu ul ul li a {
    font-size:14px !important;
    line-height: 15px !important;
    text-shadow: none;
}


.template-4 .ajaxContent,
.template-5 .ajaxContent,
.menuSolid .ajaxContent {
    margin-top: 75px
}

.template-4 .content,
.template-5 .content,
.menuSolid .content {
    margin-top: 50px
}

.template-5,
.menuSolid {
    background: #f9f9f9
}

.template-5 .twoColumn .parent,
.menuSolid .twoColumn .parent {
    padding-top: 46px;
    padding-bottom: 46px;
    width: 100%
}

.template-5 .twoColumn .parent figure,
.menuSolid .twoColumn .parent figure {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left
}

@media (min-width:600px) {
    .template-5 .twoColumn .parent figure,
    .menuSolid .twoColumn .parent figure {
        position: relative;
        background-size: cover;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        background-position: center center
    }
}

@media (min-width:600px) {
    .template-5 .twoColumn .parent .column,
    .menuSolid .twoColumn .parent .column {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 83.3333333333%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%;
        padding-left: 5.1502419149%
    }
}

#hero {
    height: 100vh;
    width: 100%;
    background-attachment: fixed;
    background-color: #002B49;
    background-position: center center;
    clear: none!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:700px) {
    #hero {
        background-size: cover
    }
}

#hero .photoText {
    display: none
}

@media (min-width:900px) {
    #hero .photoText {
        position: absolute;
        right: 46px;
        bottom: 68px;
        font-size: 20px;
        line-height: 1.2em;
        margin-bottom: 14px;
        font-family: "Sentinel A", "Sentinel B";
        font-weight: 400;
        color: #f9f9f9;
        text-shadow: 1px 1px 5px black;
        width: 80%;
        display: block;
        text-align: right;
        text-transform: capitalize
    }
}

#hero .headerCTA {
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    padding: 68px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#hero .headerCTA .headerCTAWrapper {
    width: 100%
}

#hero .headerCTA .altCTA {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    height: 100%;
    width: 100%;
    padding-right: 50%;
    padding-top: 50%
}

#hero .headerCTA p.heroHeader {
    font-family: "Sentinel A", "Sentinel B";
    font-size: 15px;
    line-height: 23px;
    color: #464d67;
    font-weight: 300;
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #f9f9f9
}

@media (min-width:800px) {
    #hero .headerCTA p.heroHeader {
        font-size: 17px;
        line-height: 26px
    }
}

#hero .headerCTA p.heroSubhead {
    font-family: "Sentinel A", "Sentinel B";
    font-size: 15px;
    line-height: 23px;
    color: #464d67;
    font-weight: 300;
    margin-bottom: 14px;
    color: #f9f9f9;
    font-weight: 400;
    font-family: "Sentinel A", "Sentinel B"
}

@media (min-width:800px) {
    #hero .headerCTA p.heroSubhead {
        font-size: 17px;
        line-height: 26px
    }
}

#hero .headerCTA a {
    color: #f9f9f9;
    border-color: #f9f9f9
}

#hero .headerCTA a:hover {
    color: #C26E60
}

#hero .headerCTA .rope {
    padding: 0;
    margin-bottom: 14px
}

@-webkit-keyframes drop {
    0% {
        padding-top: 0;
        opacity: .1
    }
    50% {
        padding-top: 20px;
        opacity: .8
    }
    100% {
        padding-top: 0;
        opacity: .1
    }
}

@keyframes drop {
    0% {
        padding-top: 0;
        opacity: .1
    }
    50% {
        padding-top: 20px;
        opacity: .8
    }
    100% {
        padding-top: 0;
        opacity: .1
    }
}

#hero .headerCTA .carrot {
    display: block;
    height: 20px;
    margin-top: 20px
}

#hero .headerCTA .carrot i {
    color: #f9f9f9;
    font-size: 46px
}

footer {
    width: 100%;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .8);
    box-shadow: 0 0 6px rgba(0, 0, 0, .8);
    float: left;
    position: fixed;
    bottom: 0%;
    left: 0%;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../images/wood.jpg);
    background-size: auto;
    height: 100px;
    display: block
}

footer #upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%
}

footer #upper ul {
    display: none
}

@media (min-width:700px) {
    footer #upper ul {
        display: inline-block;
        width: calc(100% - 356px);
        margin-top: 12px;
        float: right;
        text-align: right
    }
}

footer #upper ul li {
    width: 49%;
    float: left;
    height: 10vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:600px) {
    footer #upper ul li {
        float: right;
        width: auto;
        height: auto;
        padding-left: 20px
    }
}

footer #upper ul li a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 14px;
    font-size: 20px;
    color: #464d67;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #fff;
    display: inline-block
}

@media (min-width:600px) {
    footer #upper ul li a {
        padding: 6px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
    footer #upper ul li a:hover {
        color: #4492C6;
        text-shadow: -1px 1px 0 #fff
    }
}

footer #upper #logo {
    display: block;
    margin: 20px auto;
    background-image: url(../images/logo-stacked.png);
    width: 356px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
    height: 100px;
    background-position: 0 0;
    background-size: 355px 100px;
    background-image: url(../images/logo-lockup.png)
}

@media (min-width:700px) {
    footer #upper #logo {
        margin: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

footer #upper #logo a {
    width: 50%;
    display: inline-block;
    height: 100px
}

.diagonalPhoto {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left
}

.diagonalPhoto .diagonal {
    position: absolute;
    background-position: center center;
    overflow: hidden;
    background-size: cover
}

@media (min-width:700px) {
    .diagonalPhoto .diagonal {
        background-size: cover
    }
}

.styleOne .main {
    height: 450px;
    width: 100%;
    z-index: 10;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 78%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 78%, 0% 100%)
}

@media (min-width:700px) {
    .styleOne .main {
        height: 550px
    }
}

@media (min-width:1100px) {
    .styleOne .main {
        height: 650px
    }
}

@media (min-width:1400px) {
    .styleOne .main {
        height: 750px
    }
}

@media (min-width:900px) {
    .styleOne .main {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 95%);
        clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 95%)
    }
}

.styleOne .accent {
    width: 100%;
    height: 450px;
    right: 0;
    background-color: #002B49;
    z-index: 5;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
    background-image: none!important
}

@media (min-width:700px) {
    .styleOne .accent {
        height: 550px
    }
}

@media (min-width:1100px) {
    .styleOne .accent {
        height: 650px
    }
}

@media (min-width:1400px) {
    .styleOne .accent {
        height: 750px
    }
}

@media (min-width:800px) {
    .styleOne .accent {
        width: 65%;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 48%);
        clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 48%)
    }
}

.styleOne .stripe {
    display: none
}

@media (min-width:800px) {
    .styleOne .stripe {
        display: block;
        background-color: #f9f9f9;
        background-image: url(../images/pattern.jpg)!important;
        background-size: inherit;
        z-index: 4;
        width: 65%;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%)
    }
}

.styleOnealt .main {
    height: 450px;
    width: 100%;
    z-index: 10;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 78%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 78%, 0% 100%)
}

@media (min-width:700px) {
    .styleOnealt .main {
        height: 550px
    }
}

@media (min-width:1100px) {
    .styleOnealt .main {
        height: 650px
    }
}

@media (min-width:1400px) {
    .styleOnealt .main {
        height: 750px
    }
}

@media (min-width:900px) {
    .styleOnealt .main {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 95%);
        clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 95%)
    }
}

.styleOnealt .accent {
    width: 100%;
    height: 450px;
    right: 0;
    background-color: #002B49;
    z-index: 5;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
    background-image: none!important
}

@media (min-width:700px) {
    .styleOnealt .accent {
        height: 550px
    }
}

@media (min-width:1100px) {
    .styleOnealt .accent {
        height: 650px
    }
}

@media (min-width:1400px) {
    .styleOnealt .accent {
        height: 750px
    }
}

@media (min-width:800px) {
    .styleOnealt .accent {
        width: 65%;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 48%);
        clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 48%)
    }
}

.styleOnealt .stripe {
    display: none
}

.styleOneGold .main {
    height: 450px;
    width: 100%;
    z-index: 10;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 78%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 78%, 0% 100%)
}

@media (min-width:700px) {
    .styleOneGold .main {
        height: 550px
    }
}

@media (min-width:1100px) {
    .styleOneGold .main {
        height: 650px
    }
}

@media (min-width:1400px) {
    .styleOneGold .main {
        height: 750px
    }
}

@media (min-width:900px) {
    .styleOneGold .main {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 95%);
        clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 95%)
    }
}

.styleOneGold .accent {
    width: 100%;
    height: 450px;
    right: 0;
    background-color: #9C8F69;
    z-index: 5;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
    background-image: none!important
}

@media (min-width:700px) {
    .styleOneGold .accent {
        height: 550px
    }
}

@media (min-width:1100px) {
    .styleOneGold .accent {
        height: 650px
    }
}

@media (min-width:1400px) {
    .styleOneGold .accent {
        height: 750px
    }
}

@media (min-width:800px) {
    .styleOneGold .accent {
        width: 65%;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 48%);
        clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 48%)
    }
}

.styleOneGold .stripe {
    display: none
}

.styleOneRed .main {
    height: 450px;
    width: 100%;
    z-index: 10;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 78%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 78%, 0% 100%)
}

@media (min-width:700px) {
    .styleOneRed .main {
        height: 550px
    }
}

@media (min-width:1100px) {
    .styleOneRed .main {
        height: 650px
    }
}

@media (min-width:1400px) {
    .styleOneRed .main {
        height: 750px
    }
}

@media (min-width:900px) {
    .styleOneRed .main {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 95%);
        clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 95%)
    }
}

.styleOneRed .accent {
    width: 100%;
    height: 450px;
    right: 0;
    background-color: #C26E60;
    z-index: 5;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
    background-image: none!important
}

@media (min-width:700px) {
    .styleOneRed .accent {
        height: 550px
    }
}

@media (min-width:1100px) {
    .styleOneRed .accent {
        height: 650px
    }
}

@media (min-width:1400px) {
    .styleOneRed .accent {
        height: 750px
    }
}

@media (min-width:800px) {
    .styleOneRed .accent {
        width: 65%;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 48%);
        clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 48%)
    }
}

.styleOneRed .stripe {
    display: none
}

.styleOneLtBlue .main {
    height: 450px;
    width: 100%;
    z-index: 10;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 78%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 78%, 0% 100%)
}

@media (min-width:700px) {
    .styleOneLtBlue .main {
        height: 550px
    }
}

@media (min-width:1100px) {
    .styleOneLtBlue .main {
        height: 650px
    }
}

@media (min-width:1400px) {
    .styleOneLtBlue .main {
        height: 750px
    }
}

@media (min-width:900px) {
    .styleOneLtBlue .main {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 95%);
        clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 95%)
    }
}

.styleOneLtBlue .accent {
    width: 100%;
    height: 450px;
    right: 0;
    background-color: #4492C6;
    z-index: 5;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
    background-image: none!important
}

@media (min-width:700px) {
    .styleOneLtBlue .accent {
        height: 550px
    }
}

@media (min-width:1100px) {
    .styleOneLtBlue .accent {
        height: 650px
    }
}

@media (min-width:1400px) {
    .styleOneLtBlue .accent {
        height: 750px
    }
}

@media (min-width:800px) {
    .styleOneLtBlue .accent {
        width: 65%;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 48%);
        clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 48%)
    }
}

.styleOneLtBlue .stripe {
    display: none
}

.styleTwo .main {
    height: 450px;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (min-width:700px) {
    .styleTwo .main {
        height: 550px
    }
}

@media (min-width:1100px) {
    .styleTwo .main {
        height: 650px
    }
}

@media (min-width:1400px) {
    .styleTwo .main {
        height: 750px
    }
}

@media (min-width:1100px) {
    .styleTwo .main {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 40%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 40%, 0% 100%)
    }
}

.styleTwo .accent {
    width: 100%;
    height: 450px;
    background-image: none!important;
    right: 0;
    background-color: #C26E60;
    z-index: 5;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 45%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 45%)
}

@media (min-width:700px) {
    .styleTwo .accent {
        height: 550px
    }
}

@media (min-width:1100px) {
    .styleTwo .accent {
        height: 650px
    }
}

@media (min-width:1400px) {
    .styleTwo .accent {
        height: 750px
    }
}

@media (min-width:1100px) {
    .styleTwo .accent {
        -webkit-clip-path: polygon(50% 50%, 100% 0%, 100% 100%, 60% 45%);
        clip-path: polygon(50% 50%, 100% 0%, 100% 100%, 60% 45%)
    }
}

.styleThree {
    width: 120%
}

.styleThree .main {
    height: 400px;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 100%);
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: none!important;
    background-color: #C26E60
}

@media (min-width:700px) {
    .styleThree .main {
        height: 500px
    }
}

@media (min-width:1100px) {
    .styleThree .main {
        height: 700px
    }
}

@media (min-width:1400px) {
    .styleThree .main {
        height: 800px
    }
}

@media (min-width:700px) {
    .styleThree .main {
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 20%, 0 80%);
        clip-path: polygon(0 0, 100% 0%, 100% 20%, 0 80%)
    }
    .styleThree .main #map {
        width: 100%;
        height: 100%
    }
}

.styleThree .accent {
    display: none
}

@media (min-width:700px) {
    .styleThree .accent {
        display: block;
        width: 98%;
        height: 400px;
        right: 0;
        z-index: 5;
        -webkit-clip-path: polygon(100% 0, 30% 0, 100% 99%);
        clip-path: polygon(100% 0, 30% 0, 100% 99%)
    }
}

@media (min-width:700px) and (min-width:700px) {
    .styleThree .accent {
        height: 500px
    }
}

@media (min-width:700px) and (min-width:1100px) {
    .styleThree .accent {
        height: 700px
    }
}

@media (min-width:700px) and (min-width:1400px) {
    .styleThree .accent {
        height: 800px
    }
}

@media (min-width:1200px) {
    .styleThree .accent {
        height: 1400px!important
    }
}

.styleThree .stripe {
    display: none
}

@media (min-width:700px) {
    .styleThree .stripe {
        display: block;
        background-color: #f9f9f9;
        background-image: url(../images/pattern.jpg)!important;
        background-size: inherit;
        z-index: 4;
        width: 100%;
        -webkit-clip-path: polygon(100% 0, 30% 0, 100% 100%);
        clip-path: polygon(100% 0, 30% 0, 100% 100%)
    }
}

.styleFour {
    position: static!important
}

.styleFour .main {
    height: 800px;
    width: 110%;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: 10;
    margin-left: -46px;
    background-position: right center
}

.styleFourTwo .accent {
    display: none
}

.styleFourTwo .main {
    height: 580px;
    width: 100%;
    z-index: 10;
    background-position: center center
}

.styleFive {
    position: relative!important;
    left: 0
}

.styleFive .main {
    height: 150px;
    width: 115%;
    right: 0;
    bottom: 0;
    background-color: #C26E60;
    -webkit-clip-path: polygon(0 10%, 100% 83%, 100% 100%, 0% 100%);
    clip-path: polygon(0 10%, 100% 83%, 100% 100%, 0% 100%);
    z-index: 5;
    margin-left: -7.7253628724%;
    position: relative!important
}

.styleFive .main.blue {
    background-color: #4492C6
}

.styleFive .main.navy {
    background-color: #002B49
}

.styleFive .main.gold {
    background-color: #9C8F69
}

.styleFive .main.red {
    background-color: #C26E60
}

@media (min-width:700px) {
    .styleFive .main {
        height: 250px
    }
}

.styleFive .stripe {
    display: none;
    width: 120%;
    height: 600px;
    right: -5px;
    top: -ms(2);
    background-color: #f9f9f9;
    background-image: url(../images/pattern.jpg);
    background-size: inherit;
    z-index: 6;
    -webkit-clip-path: polygon(0 10%, 100% 83%, 100% 100%, 0% 100%);
    clip-path: polygon(0 10%, 100% 83%, 100% 100%, 0% 100%)
}

.whiteFloated {
    overflow: hidden
}

@media (min-width:1100px) {
    .whiteFloated header {
        padding-left: 4.1666666667%;
        padding-right: 4.1666666667%
    }
}

.whiteFloated .content {
    background-color: #f9f9f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.6666666667%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%;
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
    margin: 4.1666666667%;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .8);
    box-shadow: 0 0 6px rgba(0, 0, 0, .8)
}

@media (min-width:1100px) {
    .whiteFloated .content {
        padding-left: 8.3333333333%;
        padding-right: 8.3333333333%
    }
}

@media (min-width:1400px) {
    .whiteFloated .content {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 83.3333333333%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%;
        margin-left: 8.3333333333%;
        margin-right: 8.3333333333%;
        padding-left: 8.3333333333%;
        padding-right: 8.3333333333%
    }
}

.whiteFloated .diagonalPhoto.styleOne+.content {
    padding-top: 450px
}

@media (min-width:700px) {
    .whiteFloated .diagonalPhoto.styleOne+.content {
        padding-top: 550px
    }
}

@media (min-width:1100px) {
    .whiteFloated .diagonalPhoto.styleOne+.content {
        padding-top: 650px
    }
}

@media (min-width:1400px) {
    .whiteFloated .diagonalPhoto.styleOne+.content {
        padding-top: 750px
    }
}

.whiteFloated .diagonalPhoto.styleOnealt+.content {
    padding-top: 450px
}

@media (min-width:700px) {
    .whiteFloated .diagonalPhoto.styleOnealt+.content {
        padding-top: 550px
    }
}

@media (min-width:1100px) {
    .whiteFloated .diagonalPhoto.styleOnealt+.content {
        padding-top: 650px
    }
}

@media (min-width:1400px) {
    .whiteFloated .diagonalPhoto.styleOnealt+.content {
        padding-top: 750px
    }
}

.whiteFloated .diagonalPhoto.styleOneGold+.content {
    padding-top: 450px
}

@media (min-width:700px) {
    .whiteFloated .diagonalPhoto.styleOneGold+.content {
        padding-top: 550px
    }
}

@media (min-width:1100px) {
    .whiteFloated .diagonalPhoto.styleOneGold+.content {
        padding-top: 650px
    }
}

@media (min-width:1400px) {
    .whiteFloated .diagonalPhoto.styleOneGold+.content {
        padding-top: 750px
    }
}

.whiteFloated .diagonalPhoto.styleOneRed+.content {
    padding-top: 450px
}

@media (min-width:700px) {
    .whiteFloated .diagonalPhoto.styleOneRed+.content {
        padding-top: 550px
    }
}

@media (min-width:1100px) {
    .whiteFloated .diagonalPhoto.styleOneRed+.content {
        padding-top: 650px
    }
}

@media (min-width:1400px) {
    .whiteFloated .diagonalPhoto.styleOneRed+.content {
        padding-top: 750px
    }
}

.whiteFloated .diagonalPhoto.styleOneLtBlue+.content {
    padding-top: 450px
}

@media (min-width:700px) {
    .whiteFloated .diagonalPhoto.styleOneLtBlue+.content {
        padding-top: 550px
    }
}

@media (min-width:1100px) {
    .whiteFloated .diagonalPhoto.styleOneLtBlue+.content {
        padding-top: 650px
    }
}

@media (min-width:1400px) {
    .whiteFloated .diagonalPhoto.styleOneLtBlue+.content {
        padding-top: 750px
    }
}

.whiteFloated .diagonalPhoto.styleTwo+.content {
    padding-top: 450px
}

@media (min-width:700px) {
    .whiteFloated .diagonalPhoto.styleTwo+.content {
        padding-top: 550px
    }
}

@media (min-width:1100px) {
    .whiteFloated .diagonalPhoto.styleTwo+.content {
        padding-top: 650px
    }
}

@media (min-width:1400px) {
    .whiteFloated .diagonalPhoto.styleTwo+.content {
        padding-top: 750px
    }
}

.whiteFloated .diagonalPhoto.styleThree+.content {
    padding-top: 400px
}

@media (min-width:700px) {
    .whiteFloated .diagonalPhoto.styleThree+.content {
        padding-top: 500px
    }
}

@media (min-width:1100px) {
    .whiteFloated .diagonalPhoto.styleThree+.content {
        padding-top: 700px
    }
}

@media (min-width:1400px) {
    .whiteFloated .diagonalPhoto.styleThree+.content {
        padding-top: 800px
    }
}

.whiteFloated .diagonalPhoto.styleFourTwo+.content {
    padding-top: 450px
}

@media (min-width:700px) {
    .whiteFloated .diagonalPhoto.styleFourTwo+.content {
        padding-top: 550px
    }
}

@media (min-width:1100px) {
    .whiteFloated .diagonalPhoto.styleFourTwo+.content {
        padding-top: 650px
    }
}

@media (min-width:1400px) {
    .whiteFloated .diagonalPhoto.styleFourTwo+.content {
        padding-top: 750px
    }
}

.leftAlign {
    text-align: left
}

.centerAlign {
    text-align: center
}

.whiteFlush {
    overflow: hidden
}

.whiteFlush .content {
    background-color: #f9f9f9;
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%
}

@media (min-width:1100px) {
    .whiteFlush .content {
        padding-left: 8.3333333333%;
        padding-right: 8.3333333333%
    }
}

@media (min-width:1400px) {
    .whiteFlush .content {
            padding-left: 12.333333%;
            padding-right: 12.333333%;
    }
}

.whiteFlush .diagonalPhoto.styleOne+.content {
 }

@media (min-width:700px) {
    .whiteFlush .diagonalPhoto.styleOne+.content {
     }
}

@media (min-width:1100px) {
    .whiteFlush .diagonalPhoto.styleOne+.content {
        padding-top: 650px
    }
}

@media (min-width:1400px) {
    .whiteFlush .diagonalPhoto.styleOne+.content {
     }
}

.whiteFlush .diagonalPhoto.styleOnealt+.content {
 }

@media (min-width:700px) {
    .whiteFlush .diagonalPhoto.styleOnealt+.content {
     }
}

@media (min-width:1100px) {
    .whiteFlush .diagonalPhoto.styleOnealt+.content {
        padding-top: 650px
    }
}

@media (min-width:1400px) {
    .whiteFlush .diagonalPhoto.styleOnealt+.content {
     }
}

.whiteFlush .diagonalPhoto.styleOneGold+.content {
 }

@media (min-width:700px) {
    .whiteFlush .diagonalPhoto.styleOneGold+.content {
        padding-top: 550px
    }
}

@media (min-width:1100px) {
    .whiteFlush .diagonalPhoto.styleOneGold+.content {
     }
}

@media (min-width:1400px) {
    .whiteFlush .diagonalPhoto.styleOneGold+.content {
     }
}

.whiteFlush .diagonalPhoto.styleOneRed+.content {
 }

@media (min-width:700px) {
    .whiteFlush .diagonalPhoto.styleOneRed+.content {
     }
}

@media (min-width:1100px) {
    .whiteFlush .diagonalPhoto.styleOneRed+.content {
     }
}

@media (min-width:1400px) {
    .whiteFlush .diagonalPhoto.styleOneRed+.content {
     }
}

.whiteFlush .diagonalPhoto.styleOneLtBlue+.content {
 }

@media (min-width:700px) {
    .whiteFlush .diagonalPhoto.styleOneLtBlue+.content {
     }
}

@media (min-width:1100px) {
    .whiteFlush .diagonalPhoto.styleOneLtBlue+.content {
     }
}

@media (min-width:1400px) {
    .whiteFlush .diagonalPhoto.styleOneLtBlue+.content {
     }
}

.whiteFlush .diagonalPhoto.styleTwo+.content {
 }

@media (min-width:700px) {
    .whiteFlush .diagonalPhoto.styleTwo+.content {
     }
}

@media (min-width:1100px) {
    .whiteFlush .diagonalPhoto.styleTwo+.content {
     }
}

@media (min-width:1400px) {
    .whiteFlush .diagonalPhoto.styleTwo+.content {
     }
}

.whiteFlush .diagonalPhoto.styleThree+.content {
    padding-top: 400px
}

@media (min-width:700px) {
    .whiteFlush .diagonalPhoto.styleThree+.content {
        padding-top: 500px
    }
}

@media (min-width:1100px) {
    .whiteFlush .diagonalPhoto.styleThree+.content {
     }
}

@media (min-width:1400px) {
    .whiteFlush .diagonalPhoto.styleThree+.content {
     }
}

.whiteFlush .diagonalPhoto.styleFourTwo+.content {
 }

@media (min-width:700px) {
    .whiteFlush .diagonalPhoto.styleFourTwo+.content {
     }
}

@media (min-width:1100px) {
    .whiteFlush .diagonalPhoto.styleFourTwo+.content {
     }
}

@media (min-width:1400px) {
    .whiteFlush .diagonalPhoto.styleFourTwo+.content {
     }
}

/*---------------------------------------------------
                  CONTENT SECTION
----------------------------------------------------*/

header h2 {
    color: #002B49;
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 15px;
    font-family: linotype-didot, serif ;
    font-weight: 700;
    font-style: normal;
}

header h3 {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4492C6;
}


.content.interior {
    float: left;
    padding-top: 0 !important;
    margin-top: 35px
}
.content.interior header {
    width: 55%;
    float: left;
    padding: 25px 60px 25px 0;
    text-align: left;
}
.interior-right {
        width: 45%;
    float: left;
    height: 630px;
}
.interior-right div{
    width: 100%;
    height: 100%;
}

.content.interior h2 {
    color: #002B49;
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 15px;
    font-family: linotype-didot, serif !important;
    font-weight: 700;
    font-style: normal;
}

.content.interior ul {
    width: 47%;
    float: left;
    margin-right: 3%;
    margin-top: 15px;
}
.content.interior ul li {
    color: #6d6e71;
    margin-bottom: 12px;
    font-family: "Sentinel A", "Sentinel B";
    list-style: none;
}

.twoColumn .content.ddImage {
    padding-left: 0;
    padding-right: 0
}

.twoColumn .emptyLink {
    width: 100%;
    height: 100%;
    display: block
}

@media (min-width:600px) {
    .twoColumn .parent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        float: left
    }
}

.twoColumn .parent figure {
    display: none
}

@media (min-width:600px) {
    .twoColumn .parent figure {
        position: relative;
        background-size: cover;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%;
        float: left;
        background-position: center center
    }
}

@media (min-width:600px) {
    .twoColumn .parent .column {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 66.6666666667%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%;
        padding-left: 5.1502419149%
    }
}

.trigger {
    font-size: 20px;
    font-weight: 800;
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    color: #b4bbc5;
    padding: 9px 0;
    cursor: pointer
}

.trigger,
.triggerContent {
    padding-left: 20px
}

.trigger span,
.triggerContent span {
    width: 8.3333333333%;
    display: inline-block;
    margin-left: -20px;
    width: 20px;
    text-align: center
}

@media (min-width:1100px) {
    #intro .content .anchor {
        width: 68px;
        margin-bottom: 20px
    }
}

.dotLine {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left
}

.dotLine:first-of-type {
    margin: 20px 0 0 0
}

.dotLine:last-of-type {
    margin: 0 0 20px 0
}

.dotLine img {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8.3333333333%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%;
    height: 8.3333333333%
}

@media (min-width:900px) {
    .dotLine img {
        padding-right: 0;
        padding-left: 0;
        width: 20px;
        height: 20px
    }
}

.dotLine hr {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.3333333333%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%;
    border: none!important;
    height: 1px;
    background-color: #b4bbc5;
    margin: 0
}

@media (min-width:900px) {
    .dotLine hr {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%
    }
}

@media (min-width:700px) {
    .buckets {
        float: left;
        width: 100%
    }
}

.buckets li {
    margin-bottom: 30px;
    text-align: left
}

.buckets li:first-of-type {
    border-top: none
}

@media (min-width:700px) {
    .buckets li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%
    }
}

.buckets li h3 {
    cursor: pointer;
    font-weight: 600;
    color: #4492C6;
    text-transform: uppercase;
    font-size: 14px
}

@media (min-width:700px) {
    .buckets li h3 {
        text-align: center
    }
}

.buckets li img {
    display: none
}

@media (min-width:700px) {
    .buckets li img {
        display: block;
        margin: auto;
        width: 100%
    }
}

.buckets li h3 {
    padding: 14px 9px;
    margin-bottom: 0
}

.buckets li h3 i {
    display: none
}

.buckets li p {
    padding: 14px 9px;
    padding-top: 0;
    display: none;
    overflow: hidden
}

@media (min-width:700px) {
    .buckets li p {
        display: block;
        padding: 14px 0
    }
}

.buckets li ul {
    padding-top: 0;
    padding-bottom: 14px;
    float: left;
    min-height: 145px
}

@media (max-width:780px) {
    .buckets li ul {
        min-height: 165px !important
    }
}

@media (max-width:700px) {
    .buckets li ul {
        min-height: 10px !important;
        width: 100%;
    }
}

.buckets li ul li {
    font-family: "Sentinel A", "Sentinel B";
    font-size: 17px;
    line-height: 23px;
    color: #464d67;
    font-weight: 200;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    position: relative;
    padding-left: 14px;
    width: 100%;
    line-height: 18px;
    margin-bottom: 9px
}

.buckets li ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 0;
    background-color: #9C8F69;
    border-radius: 9px;
    margin-bottom: 20px
}

.buckets li ul li:before {
    width: 5px;
    height: 5px;
    top: 5px;
    bottom: 0;
    border-radius: 9px
}

.sliderWrap {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 46px;
    padding: 0 8%;
    background-color: #f9f9f9;
}

.sliderWrap img {
    display: block;
    width: 100%;
    height: auto
}

.bx-controls-direction {
    bottom: 50%;
    position: absolute;
    z-index: 200;
    width: 100%;
    left: 0
}

.bx-next {
    position: absolute;
    right: 2.5751209575%;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid rgba(249, 249, 249, .8);
    text-indent: -10000px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.bx-next:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.bx-prev {
    position: absolute;
    left: 2.5751209575%;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid rgba(249, 249, 249, .8);
    text-indent: -10000px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.bx-prev:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.bx-pager {
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 200;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%
}

.bx-pager .bx-pager-item {
    display: inline-block
}

.bx-pager .bx-pager-item a {
    display: block;
    height: 9px;
    width: 9px;
    margin: 9px 6px;
    border-radius: 9px;
    background-color: rgba(0, 43, 73, .2);
    -webkit-box-shadow: 0 0 3px white;
    box-shadow: 0 0 3px white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-indent: -9000px;
    cursor: pointer
}

.bx-pager .bx-pager-item a.active {
    background-color: rgba(42, 49, 50, .4)
}

.bx-caption {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%;
    bottom: 30px;
    color: #f9f9f9;
    text-shadow: 0 0 2px black;
    font-size: 14px;
    font-style: italic;
    font-weight: 700
}

#whatWeDo .content header h2 {
    margin-bottom: 0
}

#whatWeDo .microContentContainer {
    margin-bottom: 14px;
    border-bottom: #002B49 30px solid
}






/*----------------------------------------------------------
            MICRO CONTENT OVERLAY
---------------------------------------------------------- */

.microContentContainer {
    width: 100%;
    overflow: scroll;
    float: left;
}

@media (min-width:600px) {
    .microContentContainer {
        overflow: hidden
    }
}

.microContentContainer .microContent {
    float: left;
    width: 100%
}

@media (min-width:600px) {
    .microContentContainer .microContent {
        padding-left: 0
    }
}

.microContentContainer .microContent .microContentWrap {
    width: 300px;
    float: left;
    height: 254px;
    position: relative;
    background-size: cover !important;
    background-position: center center;
    background-blend-mode: multiply;
    cursor: pointer
}

@media (min-width:600px) {
    .microContentContainer .microContent .microContentWrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%
    }
}

.microContentContainer .microContent .microContentWrap:nth-of-type(1),
.microContentContainer .microContent .microContentWrap:nth-of-type(4),
.microContentContainer .microContent .microContentWrap:nth-of-type(6),
.microContentContainer .microContent .microContentWrap:nth-of-type(9),
.microContentContainer .microContent .microContentWrap:nth-of-type(12) {
    background-color: #00aeef;
    -webkit-transition: all ease .6s;
    transition: all ease .6s
}

.microContentContainer .microContent .microContentWrap:nth-of-type(1):hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(4):hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(6):hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(9):hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(12):hover {
    background-color: #f9f9f9!important;
    background-blend-mode: screen
}

.microContentContainer .microContent .microContentWrap:nth-of-type(1) .overlay:hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(4) .overlay:hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(6) .overlay:hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(9) .overlay:hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(12) .overlay:hover {
    border: #C26E60 solid 9px;
    outline-offset: -9px
}

.microContentContainer .microContent .microContentWrap:nth-of-type(1) .overlay:hover span,
.microContentContainer .microContent .microContentWrap:nth-of-type(4) .overlay:hover span,
.microContentContainer .microContent .microContentWrap:nth-of-type(6) .overlay:hover span,
.microContentContainer .microContent .microContentWrap:nth-of-type(9) .overlay:hover span,
.microContentContainer .microContent .microContentWrap:nth-of-type(12) .overlay:hover span {
    border-color: rgba(249, 249, 249, .5);
    color: #00aeef;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.microContentContainer .microContent .microContentWrap:nth-of-type(2),
.microContentContainer .microContent .microContentWrap:nth-of-type(7),
.microContentContainer .microContent .microContentWrap:nth-of-type(11) {
    background-color: #002B49;
    -webkit-transition: all ease .6s;
    transition: all ease .6s
}

.microContentContainer .microContent .microContentWrap:nth-of-type(2):hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(7):hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(11):hover {
    background-color: #f9f9f9!important;
    background-blend-mode: screen
}

.microContentContainer .microContent .microContentWrap:nth-of-type(2) .overlay:hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(7) .overlay:hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(11) .overlay:hover {
    border: #00aeef solid 9px;
    outline-offset: -9px
}

.microContentContainer .microContent .microContentWrap:nth-of-type(2) .overlay:hover span,
.microContentContainer .microContent .microContentWrap:nth-of-type(7) .overlay:hover span,
.microContentContainer .microContent .microContentWrap:nth-of-type(11) .overlay:hover span {
    border-color: rgba(249, 249, 249, .5);
    color: #002B49;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.microContentContainer .microContent .microContentWrap:nth-of-type(3),
.microContentContainer .microContent .microContentWrap:nth-of-type(5),
.microContentContainer .microContent .microContentWrap:nth-of-type(8),
.microContentContainer .microContent .microContentWrap:nth-of-type(10) {
    background-color: #C26E60;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
}

.microContentContainer .microContent .microContentWrap:nth-of-type(3):hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(5):hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(8):hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(10):hover {
    background-color: #f9f9f9!important;
    background-blend-mode: screen
}

.microContentContainer .microContent .microContentWrap:nth-of-type(3) .overlay:hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(5) .overlay:hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(8) .overlay:hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(10) .overlay:hover {
    border: #002B49 solid 9px;
    outline-offset: -9px
}

.microContentContainer .microContent .microContentWrap:nth-of-type(3) .overlay:hover span,
.microContentContainer .microContent .microContentWrap:nth-of-type(5) .overlay:hover span,
.microContentContainer .microContent .microContentWrap:nth-of-type(8) .overlay:hover span,
.microContentContainer .microContent .microContentWrap:nth-of-type(10) .overlay:hover span {
    border-color: rgba(249, 249, 249, .5);
    color: #C26E60;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.microContentContainer .microContent .microContentWrap .overlay {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.microContentContainer .microContent .microContentWrap .overlay span {
    color: #f9f9f9;
    border-color: rgba(255, 255, 255, .9);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px
}

@media (min-width:700px) {
    .microContentContainer .microContent .microContentWrap .overlay:hover a {
        background-color: transparent
    }
}

.microContentOverlay {
    position: static;
    z-index: 600
}

.microContentOverlay-content {
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    left: 0;
     top: 0;
    bottom: 0;
     right: 0;
    -webkit-box-shadow: 0 0 100px #000;
    box-shadow: 0 0 100px #000;
    border: 4px solid #f9f9f9;
    padding: 2.5751209575%;
    padding-bottom: 0;
    display: none;
    z-index: 6500;
    width: 70%;
    margin: 0 auto;
}

@media (min-width:600px) {
    .microContentOverlay-content {
        top: 30px;
        bottom: 30px;
        left: 30px;
        right: 46px
    }
}

.microContentOverlay-content .editable ul {
    width: auto;
    float: none;
}

.microContentOverlay-content .editable ul li {
}

.microContentOverlay-content .scrollableMicroContent {
    float: left;
    height: 100%;
    overflow: scroll;
    padding-bottom: 2.5751209575%;
    text-align: left
}

.template-4 .microContentOverlay-content .scrollableMicroContent {
	float: none;
}

.microContentOverlay-content.active {
    z-index: 700
}

.microContentOverlay-content .mc-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px
}

.microContentOverlay-content .mc-header h4,
.microContentOverlay-content .mc-header ul {
    display: block
}

.microContentOverlay-content h1, .microContentOverlay-content .h1Style {
    font-family: "Didot 11 A","Didot 11 B" !important;
    text-transform: uppercase;
}

.microContentOverlay-content .mc-header h4 {
    font-size: 46px;
    line-height: 1.1em;
    font-style: normal;
    margin-bottom: 20px;
    font-family: "merriweather", "Didot 11 A", "Didot 11 B";
    font-weight: 700;
    color: #002B49;
    padding-top: 46px;
    padding-bottom: 20px;
    padding-left: 2.5751209575%
}

@media (min-width:800px) {
    .microContentOverlay-content .mc-header h4 {
        font-size: 68px
    }
}

.microContentOverlay-content .mc-header ul {
    position: absolute;
    right: 2.5751209575%;
    z-index: 1000;
    width: 100%;
}

.microContentOverlay-content .mc-header ul li {
    float: right
}

.microContentOverlay-content .mc-header ul li a span {
    display: none
}

.microContentOverlay-content .mc-header ul li a i {
    display: inline-block;
    padding-right: 6px;
    padding-left: 6px;
    color: #9C8F69;
    opacity: .6;
    font-size: 30px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    cursor: pointer
}

@media (min-width:800px) {
    .microContentOverlay-content .mc-header ul li a i:hover {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.microContentOverlay-content .mc-header ul li .close-mc i {
    color: #C26E60;
    opacity: 1
}

.microContentOverlay-content section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%
}

@media (min-width:900px) {
    .microContentOverlay-content section article {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 66.6666666667%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%;
        padding-left: 0
    }
    .microContentOverlay-content section aside {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%;
        background-color: #fff;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
        box-shadow: 0 0 6px rgba(0, 0, 0, .2)
    }
}

.microContentOverlay-content section.single article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%;
    padding-left: 0
}

.microContentOverlay-content .ctaArea {
    text-align: center
}

.microContentOverlay-content .ctaArea p {
    font-size: 14px;
    margin-bottom: 14px;
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    font-weight: 700;
    color: #002B49
}





/*----------------------------------------------------------
            COTTAGE BANNER WRAP
----------------------------------------------------------*/
@media (min-width: 600px) {
.cottage-wrap .microContentContainer .microContent {
    padding-left: 0;
}
}
.cottage-wrap .microContentContainer .microContent {
    float: left;
    width: 100%;
    margin: 0px 0 35px 0;
}

.cottage-wrap .microContentContainer .microContent .microContentWrap {
    width: 300px;
    float: left;
    height: 165px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    cursor: pointer;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
}


.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(2), 
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(7), 
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(11) {
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
}
 
        @media (min-width: 600px) {
                .cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(2) {
                    margin: 0 .5% 0 0;
                }
                }

 
        @media (min-width: 600px) {
            .cottage-wrap .microContentContainer .microContent .microContentWrap:first-child {
                margin: 0 .5% 0 0;
                display: none;
            }
            }

           @media (min-width: 600px) {
                .cottage-wrap .microContentContainer .microContent .microContentWrap {
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    width: 19.2% !important;
                    float: left;
                    padding-left: 2.5751209575%;
                    padding-right: 2.5751209575%;
                    margin: 0 .5%;
                }
                }   

.cottage-wrap .microContentContainer .microContent .microContentWrap:last-child {
        margin: 0 0 0 .5%;
}

.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(1),
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(4),
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(6),
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(9),
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(12) {
    background: none;
    -webkit-transition: all ease .6s;
    transition: all ease .6s
}

.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(2),
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(7),
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(11) {
     -webkit-transition: all ease .6s;
    transition: all ease .6s;
    background: none;
}

.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(2):hover,
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(7):hover,
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(11):hover {
     background-blend-mode: screen
}

.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(2) .overlay:hover span,
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(7) .overlay:hover span,
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(11) .overlay:hover span {
    color: #4492C6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(3),
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(5),
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(8),
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(10) {
     -webkit-transition: all ease .6s;
    transition: all ease .6s;
    background: none;
}

.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(3) .overlay:hover span,
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(5) .overlay:hover span,
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(8) .overlay:hover span,
.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(10) .overlay:hover span { 
    color: #002B49;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}


.cottage-wrap .microContentContainer .microContent .microContentWrap .overlay {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cottage-wrap .microContentContainer .microContent .microContentWrap .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cottage-wrap .microContentContainer .microContent .microContentWrap .overlay span {
    color: #f9f9f9;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 100px;
    display: inline-block;
    padding: 9px;
    border-radius: 0px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "merriweather", "Gotham SSm A", "Gotham SSm B";
}

.cottage-wrap .microContentContainer .microContent .microContentWrap .overlay span {
    font-family: "montserrat","Gotham SSm A","Gotham SSm B" !important;
}
.cottage-wrap .microContentContainer .microContent .microContentWrap .overlay span img {
    height: 75px;
}
.cottage-wrap .microContentContainer .microContent .microContentWrap .overlay span:hover {
    background-color: rgba(255, 255, 255, .9);
}


/*----------------------------------------------------------
            HOME PAGE BANNER WRAP
----------------------------------------------------------*/
.template-2 .microContentOverlay-content .scrollableMicroContent {
	float: none!important;
	}
.template-2 .microContentOverlay-content {
  padding-bottom:0px !important;
  background-image:none !important;
  }
.template-2 .microContentOverlay-content h1, .template-2 .h1Style {
    font-size: 45px !important;
}

.template-2 .microContentOverlay-content h1, .h1Style {
	display:inline-block !important;
	}

.template-2 .microContentOverlay-content .button {
    color: #ffffff !important;
    background: #002B49 !important;
	border:none !important;
    margin: 14px auto !important;
	border-radius: 0!important; 
}

.template-2 .microContentOverlay-content .button:hover {
  bacground:#4492C6 !important;
  border-radius: 0 !important;
}

.template-2 .microContentOverlay-content .editable ul {
    width: auto !important;
    float: left !important;
    margin: 0 0 10px 0;
}

.template-2 .microContentContainer {
    width: 100%;
    overflow: scroll;
    float: left;
}

@media (min-width:600px) {
   .template-2 .microContentContainer {
        overflow: hidden
    }
}

.template-2 .microContentContainer .microContent {
    float: left;
    width: 100%;
    margin: 0px 0 35px 0
}

@media (min-width:600px) {
  .template-2  .microContentContainer .microContent {
        padding-left: 0
    }
}

 

 .template-2   .microContentContainer .microContent .microContentWrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 19.2%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%;
            margin: 0 .5%;
	 
	    height: 165px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    cursor: pointer
    }
   .template-2 .microContentContainer .microContent .microContentWrap:first-child {
         margin: 0 .5% 0 0;
        display: none
    }
  .template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(2) {
        margin: 0 .5% 0 0;
    }
    .template-2 .microContentContainer .microContent .microContentWrap:last-child {
         margin: 0 0 0 .5%;
    }

	#LidoHouseCottages .scrollableMicroContent .single .editable.main-section-left a img{

		width: 72px !important;

		height: auto;

		margin: 0 0 0 0;

	}



.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(1),
.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(4),
.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(6),
.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(9),
.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(12) {
    background: none;
    -webkit-transition: all ease .6s;
    transition: all ease .6s
}

.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(2),
.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(7),
.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(11) {
     -webkit-transition: all ease .6s;
    transition: all ease .6s;
    background: none;
}

.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(2):hover,
.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(7):hover,
.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(11):hover {
     background-blend-mode: screen
}

.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(2) .overlay:hover span,
.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(7) .overlay:hover span,
.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(11) .overlay:hover span {
    color: #4492C6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(3),
.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(5),
.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(8),
.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(10) {
     -webkit-transition: all ease .6s;
    transition: all ease .6s;
    background: none;
}

.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(3) .overlay:hover span,
.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(5) .overlay:hover span,
.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(8) .overlay:hover span,
.template-2 .microContentContainer .microContent .microContentWrap:nth-of-type(10) .overlay:hover span { 
    color: #002B49;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.template-2 .microContentContainer .microContent .microContentWrap .overlay {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.microContentContainer .microContent .microContentWrap:nth-of-type(1) .overlay:hover, 
.microContentContainer .microContent .microContentWrap:nth-of-type(2) .overlay:hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(3) .overlay:hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(4) .overlay:hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(5) .overlay:hover,
.microContentContainer .microContent .microContentWrap:nth-of-type(6) .overlay:hover {
    border: #00aeef solid 9px !important;
    outline-offset: -9px;
}

.template-2 .microContentContainer .microContent .microContentWrap .overlay span {
    color: #f9f9f9;
    border:none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 100px;
}
.template-2 .microContentContainer .microContent .microContentWrap .overlay span img {
    height:75px;
}
 

@media (min-width:700px) {
    .template-2 .microContentContainer .microContent .microContentWrap .overlay:hover a {
        background-color: transparent
    }
}

.template-2 .microContentOverlay {
    position: relative;
    z-index: 600;
    height: 885px;
    
    background-color: #fff;
    background-size:auto;
    overflow: hidden;
    left: 0;
    top: 0;
    position:relative;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:none;
    padding: 0;
    padding-bottom: 0;
}

.template-2 .microContentOverlay-content:first-child {
    display:block ;
}

.template-2 .microContentOverlay-content {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: none;
    padding: 45px 0 0;
    padding-bottom: 0;
    display: none;
    z-index: 6500;
        float:left;
    width:100%;
}

.template-2 .microContentOverlay-content section.single {
    margin-bottom:35px;
}

.template-2 .microContentOverlay-content section.single article.main-section-left {
    width: 50%;
    float: left;
    padding: 125px 150px 0;
    text-align: center;
}

@media (max-width:1250px) {
.template-2 .microContentOverlay-content section.single article.main-section-left {
    width: 50%;
    float: left;
    padding: 125px 100px 0;
    text-align: center;
}
}

@media (max-width:1050px) {
.template-2 .microContentOverlay-content section.single article.main-section-left {
    width: 50%;
    float: left;
    padding: 125px 90px 0;
    text-align: center;
}
  
}

.template-2 .microContentOverlay-content section.single article.main-section-left .cottage-logo {
    margin: 0 0 25px;
}

.template-2 .microContentOverlay-content section.single article.main-section-left p{
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    color: #6d6e71;
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    margin-bottom:10px;
}
@media (min-width:1800px) {
	.template-2 .microContentOverlay-content:nth-of-type(1) section.single article.main-section-left p {
		font-size: 22px;
		line-height: 35px;
		font-weight: 300;
		color: #6d6e71;
		font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
		margin-bottom:10px;
	}

}


.template-2 .microContentOverlay-content section.single article.main-section-left p strong {
	text-transform: uppercase;
	color:#002B49;
	font-weight: 500;
}

@media (max-width:1050px) {
  .template-2 .microContentOverlay-content section.single article.main-section-left p {
    font-size: 16px;
    line-height: 25px;
}
}
    
.template-2 .microContentOverlay-content section.single article.main-section-left .ctaArea {
    margin-top:22px;
	margin-left: -15px;
}


.template-2 .microContentOverlay-content .main-section-right {
    width:50%;
    float: left;
    display: block;
    height: 775px;
    background-size: cover;
	background-position:center center;
}




@media (min-width:600px) {
    .template-2 .microContentOverlay-content {
      
    }
}



.template-2 .microContentOverlay-content .editable ul {
    width: auto;
    float: left
}

.template-2 .microContentOverlay-content .editable ul li {
    width: auto
}

.template-2 .microContentOverlay-content .scrollableMicroContent {
    float: left;
    height: 100%;
    overflow: hidden;
    padding-bottom: 0;
    text-align: left
}

.template-2 .microContentOverlay-content.active {
    z-index: 700
}

.template-2 .microContentOverlay-content .mc-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px
}

.template-2 .microContentOverlay-content .mc-header h4,
.template-2 .microContentOverlay-content .mc-header ul {
    display: block
}

.template-2 .microContentOverlay-content .mc-header h4 {
    font-size: 46px;
    line-height: 1.1em;
    font-style: normal;
    margin-bottom: 20px;
    font-family: "merriweather", "Didot 11 A", "Didot 11 B";
    font-weight: 700;
    color: #002B49;
     padding-top: 46px;
    padding-bottom: 20px;
    padding-left: 2.5751209575%
}

@media (min-width:800px) {
    .template-2 .microContentOverlay-content .mc-header h4 {
        font-size: 68px
    }
}

.template-2 .microContentOverlay-content .mc-header ul {
    position: absolute;
    right: 2.5751209575%;
    z-index: 1000;
    width: 100%;
}

.template-2 .microContentOverlay-content .mc-header ul li {
    float: right
}

.template-2 .microContentOverlay-content .mc-header ul li a span {
    display: none
}

.template-2 .microContentOverlay-content .mc-header ul li a i {
    display: inline-block;
    padding-right: 6px;
    padding-left: 6px;
    color: #9C8F69;
    opacity: .6;
    font-size: 30px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    cursor: pointer
}

@media (min-width:800px) {
    .template-2 .microContentOverlay-content .mc-header ul li a i:hover {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.template-2 .microContentOverlay-content .mc-header ul li .close-mc i {
    color: #C26E60;
    opacity: 1
}

.template-2 .microContentOverlay-content section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 8%;
    padding-right: 8%
}

@media (max-width:1550px) {
.template-2 .microContentOverlay-content section {
    padding-left: 0%;
    padding-right: 0%;
}  
    
}
    
@media (min-width:900px) {
    .template-2 .microContentOverlay-content section article {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 66.6666666667%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%;
        padding-left: 0
    }
.template-2    .microContentOverlay-content section aside {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%;
        background-color: #fff;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
        box-shadow: 0 0 6px rgba(0, 0, 0, .2)
    }
}

.template-2 .microContentOverlay-content section.single article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%;
    padding-left: 0
}

.template-2 .microContentOverlay-content .ctaArea {
    text-align: center
}

.template-2 .microContentOverlay-content .ctaArea p {
    font-size: 14px;
    margin-bottom: 14px;
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    font-weight: 700;
    color: #002B49
}

.template-2 .microContentOverlay-content .ctaArea p a img {
    margin: 0 0 0 0;
}



/*----------------------------------------------------------
            COTTAGE PAGE SLIDER
----------------------------------------------------------*/


.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0 10px !important;
}

.slidez .microContentOverlay-content .scrollableMicroContent {
	float: none!important;
	}
.slidez .microContentOverlay-content {
  padding-bottom:0px !important;
  background-image:none !important;
  }
.slidez .microContentOverlay-content h1, .template-2 .h1Style {
    font-size: 45px !important;
}

.slidez .microContentOverlay-content h1, .h1Style {
	display:inline-block !important;
	}

.slidez .microContentOverlay-content .button {
    color: #ffffff !important;
    background: #002B49 !important;
	border:none !important;
    margin: 14px auto !important;
	border-radius: 0!important; 
}
.slidez .microContentOverlay-content .button:hover {
  bacground:#4492C6 !important;
  border-radius: 0 !important;
}

.slidez .microContentOverlay-content .editable ul {
    width: auto !important;
    float: left !important;
    margin: 0 0 10px 0;
}

.slidez .microContentContainer {
    width: 100%;
    overflow: scroll;
    float: left;
}


@media (min-width:600px) {
   .slidez .microContentContainer {
        overflow: hidden
    }
}

.slidez .main-wrapper {
    padding: 25px 0 !important;
    background: #042b48;
}

.slidez .microContentContainer .microContent {
    float: left;
    width: 100%;
   
}

#slick-images {
    margin: 0 8%;
}

@media (min-width:600px) {
  .slidez  .microContentContainer .microContent {
        padding-left: 0
    }
}

.slidez .microContentContainer .microContent .microContentWrap {
    width: 300px;
    float: left;
    height: 165px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    cursor: pointer
}

@media (min-width:600px) {
.slidez   .microContentContainer .microContent .microContentWrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%;
            margin: 0 .5%;
    }
   .slidez .microContentContainer .microContent .microContentWrap:first-child {
         margin: 0 .5% 0 0;
    }
  .slidez .microContentContainer .microContent .microContentWrap:nth-of-type(2) {
        margin: 0 .5% 0 0;
    }
  .slidez .microContentContainer .microContent .microContentWrap:last-child {
         margin: 0 0 0 .5%;
    }
}

.slidez .microContentContainer .microContent .microContentWrap:hover {
    background-color:transparent !important;
}


.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(1),
.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(4),
.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(6),
.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(9),
.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(12) {
    background: none;
    -webkit-transition: all ease .6s;
    transition: all ease .6s
}

.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(2),
 .slidez .microContentContainer .microContent .microContentWrap:nth-of-type(7),
.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(11) {
     -webkit-transition: all ease .6s;
    transition: all ease .6s;
    background: none;
}

.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(2):hover,
.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(7):hover,
.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(11):hover {
     background-blend-mode: screen
}

.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(2) .overlay:hover span,
.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(7) .overlay:hover span,
.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(11) .overlay:hover span {
    color: #4492C6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(3),
.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(5),
.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(8),
.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(10) {
     -webkit-transition: all ease .6s;
    transition: all ease .6s;
    background: none;
}

.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(3) .overlay:hover span,
.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(5) .overlay:hover span,
.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(8) .overlay:hover span,
.slidez .microContentContainer .microContent .microContentWrap:nth-of-type(10) .overlay:hover span { 
    color: #002B49;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.slidez .microContentContainer .microContent .microContentWrap .overlay {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.slidez .microContentContainer .microContent .microContentWrap .overlay span {
    color: #f9f9f9;
    border:none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 100px;
}
.slidez .microContentContainer .microContent .microContentWrap .overlay span img {
    height:75px;
}

@media (min-width:700px) {
.slidez .microContentContainer .microContent .microContentWrap .overlay:hover a {
        background-color: transparent
    }
}

.slidez .microContentOverlay {
    position: relative;
    z-index: 600;
    height: 665px;
    background-color: #fff;
    background-size:auto;
    overflow: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:none;
    padding: 0;
    padding-bottom: 0;
	margin-bottom:40px
}

.slidez .microContentOverlay-content:first-child {
    display:block ;
}

.slidez .microContentOverlay-content {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: none;
    padding: 45px 0 0;
    padding-bottom: 0;
    display: none;
    z-index: 6500;
        float:left;
    width:100%;
}

.slidez .microContentOverlay-content section.single {
    margin-bottom:35px;
}

.slidez .microContentOverlay-content section.single article.main-section-left {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}
.slidez .microContentOverlay-content section.single article.main-section-left .cottage-logo {
    margin: 0 0 25px;
}

.slidez .microContentOverlay-content section.single article.main-section-left p{
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    color: #6d6e71;
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    margin-bottom:10px;
}
.slidez .microContentOverlay-content section.single article.main-section-left .ctaArea {
    margin-top:22px;
}

.slidez .microContentOverlay-content .main-section-right {
    width:50%;
    float: left;
    display: block;
    height: 775px;
    background-size: cover;
}

@media (min-width:600px) {
    .slidez .microContentOverlay-content {
      
    }
}



.slidez .microContentOverlay-content .editable ul {
    width: auto;
    float: left
}

.slidez .microContentOverlay-content .editable ul li {
    width: auto
}

.slidez .microContentOverlay-content .scrollableMicroContent {
    float: left;
    height: 100%;
    overflow: hidden;
    padding-bottom: 0;
    text-align: left
}

.slidez .microContentOverlay-content.active {
    z-index: 700
}

.slidez .microContentOverlay-content .mc-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px
}

.slidez .microContentOverlay-content .mc-header h4,
.slidez .microContentOverlay-content .mc-header ul {
    display: block
}

.slidez .microContentOverlay-content .mc-header h4 {
    font-size: 46px;
    line-height: 1.1em;
    font-style: normal;
    margin-bottom: 20px;
    font-family: "merriweather", "Didot 11 A", "Didot 11 B";
    font-weight: 700;
    color: #002B49;
    margin-bottom: 0;
    padding-top: 46px;
    padding-bottom: 20px;
    padding-left: 2.5751209575%
}

@media (min-width:800px) {
    .slidez .microContentOverlay-content .mc-header h4 {
        font-size: 68px
    }
}

.slidez .microContentOverlay-content .mc-header ul {
    position: absolute;
    right: 2.5751209575%;
    z-index: 1000;
    width: 100%;
}

.slidez .microContentOverlay-content .mc-header ul li {
    float: right
}

.slidez .microContentOverlay-content .mc-header ul li a span {
    display: none
}

.slidez .microContentOverlay-content .mc-header ul li a i {
    display: inline-block;
    padding-right: 6px;
    padding-left: 6px;
    color: #9C8F69;
    opacity: .6;
    font-size: 30px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    cursor: pointer
}

@media (min-width:800px) {
    .slidez .microContentOverlay-content .mc-header ul li a i:hover {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.slidez .microContentOverlay-content .mc-header ul li .close-mc i {
    color: #C26E60;
    opacity: 1
}

.slidez .microContentOverlay-content section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%
}

@media (min-width:900px) {
    .slidez .microContentOverlay-content section article {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 66.6666666667%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%;
        padding-left: 0
    }
.slidez  .microContentOverlay-content section aside {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%;
        background-color: #fff;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
        box-shadow: 0 0 6px rgba(0, 0, 0, .2)
    }
}

.slidez .microContentOverlay-content section.single article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%;
    padding-left: 0
}

.slidez .microContentOverlay-content .ctaArea {
    text-align: center
}

.slidez .microContentOverlay-content .ctaArea p {
    font-size: 14px;
    margin-bottom: 14px;
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    font-weight: 700;
    color: #002B49
}

.slidez .microContentOverlay-content .ctaArea p a img {
    margin: 0 0 0 -30px;
}


 
 
.slick-dots {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.slick-dots li.slick-active button {
  background-color: black;
}
.slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #999;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-dots li :hover {
  background-color: black;
}

/* Custom Arrow */
.prev {
  color: #999;
  position: absolute;
  top: 38%;
  left: -2em;
  font-size: 1.5em;
}
.prev :hover {
  cursor: pointer;
  color: black;
}

.next {
  color: #999;
  position: absolute;
  top: 38%;
  right: -2em;
  font-size: 1.5em;
}
.next :hover {
  cursor: pointer;
  color: black;
}

@media screen and (max-width: 800px) {
  .next {
    display: none !important;
  }
}







/*--------------------------------------------------------------------
--------------------------------MASONARY--------------------------------
--------------------------------------------------------------------*/

.masonaryWrap {
    display: block;
    padding-left: 8%;
    padding-right: 8%;
}

@media (max-width:1500px) {
.masonaryWrap {
    display: block;
    padding-left: 0%;
    padding-right: 0%;
}
}

.masonaryWrap-left,
.masonaryWrap-right{
    float:left;
    width:50%;
}
.masonaryleft-1,
.masonaryright-2{
    width:100%;
    background-size:cover;
    height: 500px;
	background-position: center;
}

@media (min-width:1600px) {
.masonaryleft-1,
.masonaryright-2{
    width:100%;
    background-size:cover;
    height: 700px;
	background-position: center;
}
}
@media (min-width:1800px) {
.masonaryleft-1,
.masonaryright-2{
    width:100%;
    background-size:cover;
    height: 800px
}
}

.masonaryleft-2,
.masonaryright-1{
    width:100%;
    background-size:cover;
	background-position: center center;
    height: 255px
}



.masonaryleft-3,
.masonaryright-4{
    width:100%;
    background-size:cover;
    height: 500px;
	background-position: center;
}

@media (min-width:1600px) {
.masonaryleft-3,
.masonaryright-4{
    height: 700px
}
}
@media (min-width:1800px) {
.masonaryleft-3,
.masonaryright-4{
    height: 800px
}
.masonaryWrap .button {
    color: #4492C6;
    border: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: block;
    padding: 40% 0 0;
    height: 100%;
}
}

.masonaryleft-4,
.masonaryright-3{
    width:100%;
    background-size:cover;
	background-position: center center;
    height: 255px
}

.masonaryWrap .button {
    color: #4492C6;
    border: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: block;
    padding: 36% 10% 0 ;
	height: 100%;
}
@media (min-width:1800px) {

.masonaryWrap .button {
    color: #4492C6;
    border: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: block;
    padding: 43% 10% 0;
    height: 100%;
}
}

.masonaryWrap img {
	display: block;
    margin: 0 auto;
}

.masonaryleft-1:hover,
.masonaryleft-3:hover,
.masonaryright-2:hover,
.masonaryright-4:hover {
    border: #4492C6 solid 14px;
    outline-offset: -14px;
    -webkit-transition: all ease .8s;
    transition: all ease .8s;
}

.masonaryleft-1:hover span,
.masonaryleft-3:hover span,
.masonaryright-2:hover span,
.masonaryright-4:hover  span{
}

.masonaryWrap .button:hover {
    background:none;
}

/*--------------------------------------------------------------------
 ----------------------------COTTAGES PAGES--------------------------
--------------------------------------------------------------------*/
.template-12 .whiteFlush .diagonalPhoto.styleOnealt+.content {
    padding-top: 750px;
}

.template-12 .whiteFlush .content,
.template-12 .buckets {
    padding-left: 16.6666666667%;
    padding-right: 16.6666666667%;
}

.template-12 .buckets {
	background: #f9f9f9;
}

.template-12  header {
    padding-top: 50px;
}

.template-12  h1, .template-12 .h1Style {
    font-size: 55px !important;
    line-height: 1.1em;
    margin-bottom: 20px;
       font-family: linotype-didot, serif !important;
font-weight: 700;
font-style: normal;
    text-transform: uppercase;
    color: #002B49;
    
}


h2, .h2Style {
    margin-bottom: 20px;
}


.template-12 h2, .template-12 .h2Style {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 14px;
    font-family: "montserrat","Gotham SSm A","Gotham SSm B";
    font-weight: 700;
    text-transform: uppercase;
    color: #4492C6;
}



/*--------------------------------------------------------------------
 ----------------------------COTTAGES PAGES--------------------------
--------------------------------------------------------------------*/
.template-11 .main-wrapper {
    padding-top: 80px; 
}

.main.seal{  
    position: absolute;
    z-index: 100;
    right: 19.5%;
    top: 325px;
}

@media (min-width:1300px) {
		.main.seal{    
			right: 21%;

		}
		}

@media (min-width:1800px) {
		.main.seal{    
			right: 23%;

		}
		}


.cottages.styleFourTwo .main.left {
    height: 580px;
    width: 74.5%;
    z-index: 10;
    float: left;
    margin-right:.5%;
    position: relative;
    background-repeat: no-repeat
}

.cottages.styleFourTwo .rightTop {
    height: 290px;
    width: 25%;
    z-index: 10;
    float: left;
    margin-bottom:.5%;
    position: relative;
    background-repeat: no-repeat
}

.cottages.styleFourTwo .rightBottom {
    height: 290px;
    width: 25%;
    z-index: 10;
    float: left;
    margin-bottom:0;
    position: relative;
    background-repeat: no-repeat
}
header.cottages {
    float: left;
    margin-top: 35px;
}
.cottage-full {
     margin:0 0 45px;   
}
.cottage-content {
    width:55%;
    float:left;
    padding: 25px 60px 25px 0;
    text-align: left;
}

.cottage-content ul{
    width: 45%;
    float: left;
    margin-right: 5%;
    margin-top: 15px;
}

.cottage-content ul li strong {
    color: #4598cc;
    text-transform: uppercase;
        font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    list-style: none
}

.cottage-content ul li {
    color: #6d6e71;
    margin-bottom: 12px;
    font-family: "Sentinel A", "Sentinel B";
    list-style: none;
    padding: 0 0 0 1em;
}
.cottage-content ul li.no-d {
    padding: 0 0 0 0 !important;
}
.cottage-content ul li.no-d:before {
    content: "0";
    font-size: 0;
    color: #6d6e71;
}

.cottage-content ul li:before {
    content: "•";
    font-size: 13px;
    color: #042b48;
    
    display: inline-block; width: 1em;
    margin-left: -1em
}

.cottage-side {
    width:45%;
    float:left;
}

.cottage-side iframe {
    height:350px;
    width:100%;
}

.cottage-meet {
    width:100%;
    float:left;
    height: 200px
}
.meet-1 {
    width:30%;
    float:left;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}
.meet-2 {
    width:30%;
    float:left;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}
.meet-3 {
    width:40%;
    float:left;
    height: 100%;
    background:#042b48;
    padding: 9% 0 0;
    text-align: center;
}

@media (min-width:2000px) {
	.meet-3 {
		width:40%;
		float:left;
		height: 100%;
		background:#042b48;
		padding: 7% 0 0;
		text-align: center;
	}
}

.cottage-book {
	 width:100%;
    float:left;
	margin-top:0px;
	margin-bottom: 5px;
	display: block;
}
.cottage-book a {
	background: #4598cc;
    font-size: 15px;
    padding: 15px;
    width: 100%;
    display: block;
	color:#ffffff;
	text-transform: uppercase;
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    list-style: none;
	font-weight: 700;
	    text-align: center;
}
.cottage-book a:hover {
	background:#042b48;
}

.whiteFlush.main-wrapper.cottage-wrap {
    margin-top: 0;
    padding-top: 0;
}

.mtd-wrap {
	width:100%;
	float:left;
}

.mtd-wrap .mtd-left {
	width:50%;
	float:left;
	text-align: center;
	padding: 5% 5%
}

.mtd-wrap .mtd-left img {
	margin-bottom:20px;
}
 .mtd-wrap .mtd-left p{
	 font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    color: #6d6e71;
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    margin-bottom: 10px;
}

.podcast {
	padding: 20px 0 0 0;
	border-top: 1px solid #cccccc;
	 margin: 20px 6% 0px;
}
.mtd-wrap .mtd-left .podcast p{
	 font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    color: #6d6e71;
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    margin: 0 0 10px;
	font-style: italic;
	
}

.podcast a {
	background: #4492C6;
	color: #fff;
	padding: 10px 20px;
	display:block;
	margin: 20px auto 0;
	width: 80%
}
.podcast a:hover {
	background: #002B49;
}

.mtd-wrap .mtd-right {
	width: 50%;
    float: left;
    height: 625px;
	background-size: cover;
}

.fancybox-content {
	padding:0px !important;
	max-width:95% !important;
}

@media (min-width:1200px) {
	.fancybox-content {
		padding:0px !important;
		max-width:1200px !important;
	}
}

.fancybox-close-small {
	    background: #C26E60 !important;
    padding: 6px !important;
    color: #fff !important;
    border-radius: 27px !important;
    font-weight: bold !important;
	margin: 11px 20px !important;

}

.fancybox-bg {
    background: none !important;
	}
.fancybox-content {
	-webkit-box-shadow: 0 0 100px #000 !important;
    box-shadow: 0 0 100px #000 !important;
}
 
.template-2 .mtd-wrap:nth-of-type(2) .mtd-left,
.template-2 .mtd-wrap:nth-of-type(2) .mtd-right,
.template-2 .mtd-wrap:nth-of-type(4) .mtd-left,
.template-2 .mtd-wrap:nth-of-type(4) .mtd-right{
	float:right
}




 


.contact-page {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 43, 73, .95);
    border: 4px solid #6ba9d2;
    width: 100%;
    min-height: 100%;
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .3);
    z-index: 7550;
    display: none;
    text-align: center
}

.contact-page .cp-allPage {
    padding: 5.1502419149%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll
}

.contact-page .cp-pageWrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 46px
}




@media (min-width:900px) {
    .contact-page .cp-pageWrap {
        padding-top: 103px
    }
}

.contact-page ul {
    position: absolute;
    right: 2.5751209575%;
    top: 2.5751209575%
}

.contact-page i {
    display: inline-block;
    padding-right: 6px;
    padding-left: 6px;
    color: #9C8F69;
    opacity: .6;
    font-size: 30px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    cursor: pointer
}

@media (min-width:800px) {
    .contact-page i:hover {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.contact-page .close-mc i {
    color: #C26E60;
    opacity: 1
}

.contact-page .errorWrap {
    color: #C26E60
}

.contact-page .title-cp {
    font-size: 46px;
    line-height: 1.1em;
    font-style: normal;
    margin-bottom: 20px;
    font-family: "merriweather", "Didot 11 A", "Didot 11 B";
    font-weight: 700;
    color: #002B49;
    color: #f9f9f9;
    margin-bottom: 0
}

@media (min-width:800px) {
    .contact-page .title-cp {
        font-size: 68px
    }
}

.contact-page .body-cp {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 14px;
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    font-weight: 700;
    text-transform: uppercase;
    color: #4492C6
}

@media (min-width:800px) {
    .contact-page .body-cp {
        font-size: 20px
    }
}

@media (min-width:1100px) {
    .contact-page .body-cp {
        margin-bottom: 20px
    }
}

.contact-page .contactInfo-cp {
    margin-bottom: 30px;
    color: #f9f9f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%;
    font-size: 14px;
    line-height: 20px;
    font-family: "Gotham SSm A", "Gotham SSm B"
}

@media (min-width:600px) {
    .contact-page .contactInfo-cp {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%
    }
}

@media (min-width:700px) {
    .contact-page .contactInfo-cp {
        font-size: 20px;
        line-height: 30px
    }
}

.contact-page .contactInfo-cp strong {
    font-family: "Sentinel A", "Sentinel B";
    display: block;
    color: #9C8F69
}

@media (min-width:800px) {
    .contact-page .cp-row {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%
    }
    .contact-page .cp-row-full {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%
    }
}

section.tabsPresent {
    overflow: visible!important;
    z-index: auto!important
}

.tabContent {
    position: relative
}

.tabContent .sliderWrap {
    margin-bottom: 0
}

.tabsFeatured {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left
}

.tabsContentOverlay {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.6666666667%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%
}

.tabsContentOverlay ul {
    float: none!important;
    width: 100%!important
}

.tabs {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(99%, #f9f9f9), to(#dfe2e6));
    background: linear-gradient(#f9f9f9 99%, #dfe2e6)
}

.tabs.openTab {
    z-index: 30
}

.tabs figure.imageFrame {
    outline: none
}

.tabs .parent {
    text-align: left;
    margin-bottom: 0px!important
}

@media (min-width:600px) {
    .tabs .parent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        float: left
    }
}

.tabs .parent figure {
    display: none
}

@media (min-width:600px) {
    .tabs .parent figure {
        position: relative;
        background-size: cover;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%;
        float: left;
        background-position: center center
    }
}

@media (min-width:600px) {
    .tabs .parent .column {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 66.6666666667%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%;
        padding-left: 5.1502419149%
    }
}

.tabs .parent .editable {
    padding-bottom: 30px
}

.tabs .parent.imageOnly figure {
    width: 100%
}

.tabs .parent.imageOnly figure img {
    width: 100%;
    display: block
}

.tabButtonRow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    overflow: hidden
}

.tabButtonRow li {
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    position: relative;
    border-top: #fff solid 1px;
    border-bottom: #b4bbc5 solid 1px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center
}

.tabButtonRow li:first-of-type {
    border-top: none
}

@media (min-width:700px) {
    .tabButtonRow li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%;
        float: left;
        padding-left: 2.5751209575%;
        padding-right: 2.5751209575%;
        border: none!important;
        border-top: transparent solid 2px!important
    }
}

.tabButtonRow li .carrot {
    display: none
}

.tabButtonRow li .contentRow {
    background-color: #f9f9f9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background-color: transparent
}

.tabButtonRow li .contentRow.activeSlide {
    -webkit-box-shadow: 4px 0 5px rgba(0, 0, 0, .6);
    box-shadow: 4px 0 5px rgba(0, 0, 0, .6)
}

.tabButtonRow li .contentRow h4 {
    margin-top: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left
}

.tabButtonRow li .contentRow p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    color: #464d67;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 0
}

.tabButtonRow li .contentRow .myArrow {
    float: right;
    display: none
}

@media (min-width:700px) {
    .tabButtonRow li .contentRow {
        position: static
    }
}

.tabButtonRow li .bookingRow {
    background-color: transparent;
    position: static;
    padding: 0;
    text-align: center
}

@media (min-width:700px) {
    .tabButtonRow li .bookingRow {
        margin-bottom: 20px
    }
}

.tabButtonRow li .bookingRow span {
    display: inline-block;
    padding: 9px;
    color: #b4bbc5;
    font-weight: 800;
    text-transform: uppercase
}

.tabButtonRow li .bookingRow a {
    min-height: 100%;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float: none;
    font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";
    display: inline-block;
    height: auto;
    width: auto;
    font-style: normal;
    color: #2A3132;
    padding: 0
}

.triggerContent {
    display: none
}

.triggerContent:first-of-type {
    display: block
}

#southernCa {
    overflow: hidden
}

#southernCa .content {
    background-color: #f9f9f9;
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%
}

@media (min-width:1100px) {
    #southernCa .content {
        padding-left: 8.3333333333%;
        padding-right: 8.3333333333%
    }
}

@media (min-width:1400px) {
    #southernCa .content {
        padding-left: 16.6666666667%;
        padding-right: 16.6666666667%
    }
}

#southernCa .diagonalPhoto.styleOne+.content {
    padding-top: 450px
}

@media (min-width:700px) {
    #southernCa .diagonalPhoto.styleOne+.content {
        padding-top: 550px
    }
}

@media (min-width:1100px) {
    #southernCa .diagonalPhoto.styleOne+.content {
        padding-top: 650px
    }
}

@media (min-width:1400px) {
    #southernCa .diagonalPhoto.styleOne+.content {
        padding-top: 750px
    }
}

#southernCa .diagonalPhoto.styleOnealt+.content {
    padding-top: 450px
}

@media (min-width:700px) {
    #southernCa .diagonalPhoto.styleOnealt+.content {
        padding-top: 550px
    }
}

@media (min-width:1100px) {
    #southernCa .diagonalPhoto.styleOnealt+.content {
        padding-top: 650px
    }
}

@media (min-width:1400px) {
    #southernCa .diagonalPhoto.styleOnealt+.content {
        padding-top: 750px
    }
}

#southernCa .diagonalPhoto.styleOneGold+.content {
    padding-top: 450px
}

@media (min-width:700px) {
    #southernCa .diagonalPhoto.styleOneGold+.content {
        padding-top: 550px
    }
}

@media (min-width:1100px) {
    #southernCa .diagonalPhoto.styleOneGold+.content {
        padding-top: 650px
    }
}

@media (min-width:1400px) {
    #southernCa .diagonalPhoto.styleOneGold+.content {
        padding-top: 750px
    }
}

#southernCa .diagonalPhoto.styleOneRed+.content {
    padding-top: 450px
}

@media (min-width:700px) {
    #southernCa .diagonalPhoto.styleOneRed+.content {
        padding-top: 550px
    }
}

@media (min-width:1100px) {
    #southernCa .diagonalPhoto.styleOneRed+.content {
        padding-top: 650px
    }
}

@media (min-width:1400px) {
    #southernCa .diagonalPhoto.styleOneRed+.content {
        padding-top: 750px
    }
}

#southernCa .diagonalPhoto.styleOneLtBlue+.content {
    padding-top: 450px
}

@media (min-width:700px) {
    #southernCa .diagonalPhoto.styleOneLtBlue+.content {
        padding-top: 550px
    }
}

@media (min-width:1100px) {
    #southernCa .diagonalPhoto.styleOneLtBlue+.content {
        padding-top: 650px
    }
}

@media (min-width:1400px) {
    #southernCa .diagonalPhoto.styleOneLtBlue+.content {
        padding-top: 750px
    }
}

#southernCa .diagonalPhoto.styleTwo+.content {
    padding-top: 450px
}

@media (min-width:700px) {
    #southernCa .diagonalPhoto.styleTwo+.content {
        padding-top: 550px
    }
}

@media (min-width:1100px) {
    #southernCa .diagonalPhoto.styleTwo+.content {
        padding-top: 650px
    }
}

@media (min-width:1400px) {
    #southernCa .diagonalPhoto.styleTwo+.content {
        padding-top: 750px
    }
}

#southernCa .diagonalPhoto.styleThree+.content {
    padding-top: 400px
}

@media (min-width:700px) {
    #southernCa .diagonalPhoto.styleThree+.content {
        padding-top: 500px
    }
}

@media (min-width:1100px) {
    #southernCa .diagonalPhoto.styleThree+.content {
        padding-top: 700px
    }
}

@media (min-width:1400px) {
    #southernCa .diagonalPhoto.styleThree+.content {
        padding-top: 800px
    }
}

#southernCa .diagonalPhoto.styleFourTwo+.content {
    padding-top: 450px
}

@media (min-width:700px) {
    #southernCa .diagonalPhoto.styleFourTwo+.content {
        padding-top: 550px
    }
}

@media (min-width:1100px) {
    #southernCa .diagonalPhoto.styleFourTwo+.content {
        padding-top: 650px
    }
}

@media (min-width:1400px) {
    #southernCa .diagonalPhoto.styleFourTwo+.content {
        padding-top: 750px
    }
}

#southernCa .diagonalPhoto {
    width: 120%
}

#southernCa .content {
    padding-top: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%;
    margin-bottom: 30px
}

@media (min-width:700px) {
    #southernCa .content {
        padding-top: 500px
    }
}

@media (min-width:1100px) {
    #southernCa .content {
        padding-top: 700px
    }
}

@media (min-width:1400px) {
    #southernCa .content {
        padding-top: 800px
    }
}

#southernCa .content p {
    font-family: "Sentinel A", "Sentinel B";
    font-size: 15px;
    line-height: 23px;
    color: #464d67;
    font-weight: 300;
    margin-bottom: 14px
}

@media (min-width:800px) {
    #southernCa .content p {
        font-size: 17px;
        line-height: 26px
    }
}

#southernCa .content h1 .anchor {
    height: 46px;
    width: auto
}

@media (min-width:800px) {
    #southernCa .content h1 .anchor {
        font-size: 68px
    }
}

article:last-of-type #contentOne {
    padding-bottom: 103px
}

.ctaWrap .content {
    padding-top: 20px;
    padding-bottom: 20px
}

#preloader {
    background-color: #002B49;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5000
}

.ddImage .column {
    padding-left: 2.5751209575%;
    padding-right: 2.5751209575%
}

.logoPull {
    margin-top: -100px
}

@media (min-width:900px) {
    .logoPull {
        margin-top: -150px
    }
}

@media (min-width:1200px) {
    .logoPull {
        margin-top: -200px
    }
}

.no-background-blend-mode .microContentWrap {
    background-blend-mode: initial!important
}

.no-background-blend-mode .microContentWrap:nth-of-type(1) .overlay,
.no-background-blend-mode .microContentWrap:nth-of-type(4) .overlay,
.no-background-blend-mode .microContentWrap:nth-of-type(6) .overlay,
.no-background-blend-mode .microContentWrap:nth-of-type(9) .overlay,
.no-background-blend-mode .microContentWrap:nth-of-type(12) .overlay {
    background-color: rgba(194, 110, 96, .8)
}

.no-background-blend-mode .microContentWrap:nth-of-type(1) .overlay:hover,
.no-background-blend-mode .microContentWrap:nth-of-type(4) .overlay:hover,
.no-background-blend-mode .microContentWrap:nth-of-type(6) .overlay:hover,
.no-background-blend-mode .microContentWrap:nth-of-type(9) .overlay:hover,
.no-background-blend-mode .microContentWrap:nth-of-type(12) .overlay:hover {
    border: none!important
}

.no-background-blend-mode .microContentWrap:nth-of-type(1) .overlay:hover span,
.no-background-blend-mode .microContentWrap:nth-of-type(4) .overlay:hover span,
.no-background-blend-mode .microContentWrap:nth-of-type(6) .overlay:hover span,
.no-background-blend-mode .microContentWrap:nth-of-type(9) .overlay:hover span,
.no-background-blend-mode .microContentWrap:nth-of-type(12) .overlay:hover span {
    background-color: #f9f9f9;
    color: #C26E60
}

.no-background-blend-mode .microContentWrap:nth-of-type(2) .overlay,
.no-background-blend-mode .microContentWrap:nth-of-type(7) .overlay,
.no-background-blend-mode .microContentWrap:nth-of-type(11) .overlay {
    background-color: rgba(68, 146, 198, .8)
}

.no-background-blend-mode .microContentWrap:nth-of-type(2) .overlay:hover,
.no-background-blend-mode .microContentWrap:nth-of-type(7) .overlay:hover,
.no-background-blend-mode .microContentWrap:nth-of-type(11) .overlay:hover {
    border: none!important
}

.no-background-blend-mode .microContentWrap:nth-of-type(2) .overlay:hover span,
.no-background-blend-mode .microContentWrap:nth-of-type(7) .overlay:hover span,
.no-background-blend-mode .microContentWrap:nth-of-type(11) .overlay:hover span {
    background-color: #f9f9f9;
    color: #4492C6
}

.no-background-blend-mode .microContentWrap:nth-of-type(3) .overlay,
.no-background-blend-mode .microContentWrap:nth-of-type(5) .overlay,
.no-background-blend-mode .microContentWrap:nth-of-type(8) .overlay,
.no-background-blend-mode .microContentWrap:nth-of-type(10) .overlay {
    background-color: rgba(0, 43, 73, .8)
}

.no-background-blend-mode .microContentWrap:nth-of-type(3) .overlay:hover,
.no-background-blend-mode .microContentWrap:nth-of-type(5) .overlay:hover,
.no-background-blend-mode .microContentWrap:nth-of-type(8) .overlay:hover,
.no-background-blend-mode .microContentWrap:nth-of-type(10) .overlay:hover {
    border: none!important
}

.no-background-blend-mode .microContentWrap:nth-of-type(3) .overlay:hover span,
.no-background-blend-mode .microContentWrap:nth-of-type(5) .overlay:hover span,
.no-background-blend-mode .microContentWrap:nth-of-type(8) .overlay:hover span,
.no-background-blend-mode .microContentWrap:nth-of-type(10) .overlay:hover span {
    background-color: #f9f9f9;
    color: #002B49
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    footer #upper ul li {
        width: 220px
    }
    footer #upper ul li.first {
        width: 150px
    }
    footer #upper ul li a {
        display: block;
        width: 100%
    }
   
}

@media all and (-ms-high-contrast:none) and (min-width:700px),
(-ms-high-contrast:active) and (min-width:700px) {
    .
}

@media all and (-ms-high-contrast:none) and (min-width:1100px),
(-ms-high-contrast:active) and (min-width:1100px) {
  
}

@media all and (-ms-high-contrast:none) and (min-width:1400px),
(-ms-high-contrast:active) and (min-width:1400px) {
   
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .logoPull {
        margin-top: -50px
    }
}

@supports (-ms-ime-align:auto) {
    footer #upper ul li {
        width: 220px
    }
    footer #upper ul li.first {
        width: 150px
    }
    footer #upper ul li a {
        display: block;
        width: 100%
    }
    
    .logoPull {
        margin-top: -50px
    }
}

.hasError {
    display: block
}



/*-----------------------------------------------------
--------------  MOBILE --------------------------------
-------------------------------------------------------*/
@media (max-width:1100px) {
	
/*----------- COTTAGES PAGE MOBILE -----------*/
	.slidez .microContentOverlay {
		    height: 600px;
	}
}

@media (max-width:1100px) {
	.template-2 .microContentContainer .microContent .microContentWrap {
		height:115px ;
	}
	.template-2 .microContentContainer .microContent .microContentWrap .overlay span img {
    	height: 50px;
		}
	.microContentContainer .microContent .microContentWrap .overlay span {
 		padding: 22px 0 0;
	}
	.footer-nav .content {
		padding: 0 0% !important;
	}
	
/*----------- COTTAGES PAGE MOBILE -----------*/
	
	.slidez .microContentOverlay {
		    height: 555px;
	}
	
	.whiteFlush.main-wrapper.cottage-wrap .microContentWrap {
		height:115px ;
	}
	.whiteFlush.main-wrapper.cottage-wrap .microContentWrap .overlay span img {
    	height: 50px;
		}
	.whiteFlush.main-wrapper.cottage-wrap .microContentWrap .overlay span {
 		padding: 22px 0 0;
	}

/*----------- AMENTIES PAGE MOBILE -----------*/
	
	.template-4 .microContentContainer .microContent .microContentWrap {
		width:33.33% !important;
	}
	.template-4 .microContentContainer .microContent .microContentWrap .overlay span {
		padding: 9px;
	}
	.template-4 .whiteFlush.main-wrapper.cottage-wrap {
		display:none	
	}
}

@media (max-width: 950px) {

/*----------- COTTAGES PAGE MOBILE -----------*/
	
	.slidez .microContentOverlay {
		    height: 450px;
	}
}

@media (max-width: 900px) {
	.template-2 .microContentContainer .microContent .microContentWrap {
		height: 115px ;
	}
	

/*----------- COTTAGES PAGE MOBILE -----------*/
	
	.mtd-wrap .mtd-right {
		width: 50%;
		float: left;
		height: 760px;
		background-size: cover;
	}

/*----------- SERVICES PAGE MOBILE -----------*/
	
	.content.interior header {
		width: 100%;
		float: left;
		padding: 25px 0px 25px ;
		text-align: center;
	}
	
	@media (max-width: 900px) {
		padding: 25px 30px 25px ;
	
	}
	.interior-right {
		display: none;
	}

}

@media (max-width: 800px) {
	.template-2 .microContentContainer .microContent {
		    width: 1200px !important;
	}
	
	/*----------- COTTAGES PAGE MOBILE -----------*/
	
	.slidez .microContentOverlay {
		    height: 400px;
	}
	.whiteFlush.main-wrapper.cottage-wrap .microContentContainer {
		overflow: scroll;
	}
	.whiteFlush.main-wrapper.cottage-wrap .microContent {
		    width: 1200px !important;
	}
	.cottages.styleFourTwo .main.left {
		height: 580px;
		width: 65%;
	}
	.cottages.styleFourTwo .rightTop, .cottages.styleFourTwo .rightBottom {
		height: 50%;
		width: 34.5%;
	}
	.main.seal {
		right: 19.5%;
		top: 11%;
	}
}

@media (max-width: 796px) {
	ul#mainMenu.small ul {
		width: 100% !important;
	}

/*----------- HOME PAGE MOBILE -----------*/
	
	.template-2 .microContentOverlay-content section.single article.main-section-left {
		width: 50%;
		float: left;
		padding: 50px 50px 0;
		text-align: center;
	}
	.template-2 .microContentOverlay-content .main-section-right {
		height: 670px;
	}
	.template-2 .microContentOverlay {
		height: 775px;
		}
	.template-2 .microContentContainer.mason .microContent {
		width:100% !important;
	}
	.masonaryWrap .button {
		padding: 46% 10% 0;
		}

/*----------- COTTAGES PAGE MOBILE -----------*/	
	.cottage-full {
		margin: 0 0 10px;
	}
	.cottage-content {
			width: 100%;
			float: left;
			padding: 25px 40px 25px;
			text-align: left;
		}
	.cottage-content p {
		text-align:center ;
	}
	.cottage-side {
			width: 100%;
			float: left;
			padding: 25px 10px 25px;
			text-align: left;
		}
	.mtd-wrap .mtd-right {
		width: 50%;
		float: left;
		height: 760px;
		background-size: cover;
		display: none;
	}
	.mtd-wrap .mtd-left {
		width: 100%;
		float: left;
		text-align: center;
		padding: 5% 5%;
	}
	
}

@media (max-width: 750px) {
	
/*----------- HOME PAGE MOBILE -----------*/
	.template-2 .microContentOverlay-content section.single article.main-section-left {
		width: 60%;
		float: left;
		padding: 50px 50px 0;
	}
	.template-2 .microContentOverlay-content .main-section-right {
		height: 670px;
		width:40%
	}
	
	.template-2 .microContentOverlay-content .single .editable img {
		float: none !important;
		margin: inherit !important;
		width: auto !important;
	}	
	.template-2 .microContentOverlay-content section.single article.main-section-left {
		width: 60%;
		float: left;
		padding: 50px 50px 0;
	}
	.template-2 .microContentOverlay-content .single .editable img {
		padding:0 0 20px;
	}
	.template-2 .microContentOverlay-content .main-section-right {
		height: 630px;
		width:40%
	}
	.template-2 .microContentOverlay {
		height: 745px;
		}
	.masonaryleft-1, .masonaryright-2, .masonaryleft-3, .masonaryright-4 {
		height: 379px;
		background-position: center;
	}
	
/*----------- COTTAGES PAGE MOBILE -----------*/
	.slidez .microContentOverlay {
		    height: 375px;
	}
	.slick-prev {
		left: -6% !important;
		z-index: 100
	}
	.slick-next {
		right: -6% !important;
		z-index: 100
	}

/*----------- INTERIOR PAGE MOBILE -----------*/
	
	.template-4 .microContentOverlay-content {
		width:90%;
	}
	
}

@media (max-width: 650px) {
	.template-2 .microContentOverlay {
		height: 695px;
		}
	.template-2 .microContentOverlay-content section.single article.main-section-left {
		width: 100%;
		float: left;
		padding: 50px 50px 0;
	}
	.template-2 .microContentOverlay-content .main-section-right {
		height: 0px;
		width:40%;
		display: none;
	}
	.template-2 .microContentOverlay-content:nth-of-type(1) section.single article.main-section-left {
			width: 100%;
			float: left;
			padding: 50px 85px 0;
		}
	
	.template-2 .microContentOverlay-content:nth-of-type(1) section.single article.main-section-left p {
				font-size: 18px;
				line-height: 30px;
			}
/*----------- COTTAGES PAGE MOBILE -----------*/	
	.cottage-wrap .microContentContainer .microContent .microContentWrap {
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			width: 19.2% !important;
	}
	.cottage-wrap .microContentContainer .microContent .microContentWrap:nth-of-type(1) {
		display: none;
		
	}
}

@media (max-width: 600px) {

/*----------- AMENTIES PAGE MOBILE -----------*/
	
	.template-4 .microContentContainer .microContent .microContentWrap {
		width:300px!important;
	}
}

@media (max-width: 550px) {
	.template-2 .microContentOverlay-content:nth-of-type(1) section.single article.main-section-left {
			width: 100%;
			float: left;
			padding: 50px 30px 0;
		}
	.template-2 .microContentOverlay-content:nth-of-type(1) section.single article.main-section-left p {
				font-size: 16px;
				line-height: 28px;
			}
/*----------- COTTAGES PAGE MOBILE -----------*/
	.slidez .microContentOverlay {
		    height: 350px;
	}
	.cottage-content ul {
		width: 100%;
		float: left;
		margin-right: 5%;
		margin-top: 15px;
		text-align: center;
	}
	
}



@media (max-width: 500px) {
	.masonaryleft-1, .masonaryright-2, .masonaryleft-3, .masonaryright-4 {
		height: 305px;
		background-position: center;
	}
	.masonaryleft-2, .masonaryright-1, .masonaryleft-4, .masonaryright-3 {
		height: 155px;
	}
	.masonaryWrap .button {
		padding: 46% 10% 0;
		}
/*----------- COTTAGES PAGE MOBILE -----------*/
	.slidez .microContentOverlay {
		    height: 305px;
	}
	.content.interior h2 {
		color: #002B49;
		font-size: 45px;
		line-height: 47px;
	}
	
}

@media (max-width: 450px) {
	.masonaryleft-1, .masonaryright-2, .masonaryleft-3, .masonaryright-4 {
		height: 250px;
		background-position: center;
	}
	.masonaryleft-2, .masonaryright-1, .masonaryleft-4, .masonaryright-3 {
		height: 100px;
	}
	.masonaryWrap .button {
		padding: 46% 10% 0;
		}
	.template-2 .microContentOverlay-content:nth-of-type(1) section.single article.main-section-left {
			width: 100%;
			float: left;
			padding: 50px 25px 0;
		}
	.template-2 .microContentOverlay-content:nth-of-type(1) section.single article.main-section-left p {
			font-size: 14px;
			line-height: 26px;
			}
	.template-2 .microContentOverlay-content section.single article.main-section-left p {
		font-size: 13px;
		line-height: 22px;
	}
	.content.interior h2 {
		color: #002B49;
		font-size: 40px;
		line-height: 42px;
	}
	
/*----------- COTTAGES PAGE MOBILE -----------*/
	.slidez .microContentOverlay {
		    height: 290px;
	}
	.cottages.styleFourTwo .main.left {
		height: 580px;
		width: 100%;
	}
	.cottages.styleFourTwo .rightTop, .cottages.styleFourTwo .rightBottom {
		height: 50%;
		width: 34.5%;
		display: none
	}
	.main.seal {
		right: 10%;
		top: 5%;
	}
	
}

@media (max-width: 350px) {
	.template-2 .microContentOverlay-content section.single article.main-section-left {
		width: 100%;
		float: left;
		padding: 50px 25px 0;
	}
	.template-2 .microContentOverlay-content .single .editable img {
		padding:0 25px 20px;
	}
	.masonaryWrap-left, .masonaryWrap-right {
		float: left;
		width: 100%;
	}
	.masonaryleft-1, .masonaryright-2, .masonaryleft-3, .masonaryright-4 {
		height: 250px;
		background-position: center;
		width:100%
	}
	.masonaryleft-2, .masonaryright-1, .masonaryleft-4, .masonaryright-3 {
		height: 0px;
		display: none
	}
	.masonaryWrap .button {
		padding: 19% 18% 0;
	}
	.masonaryleft-3 .button {
		padding: 26% 18% 0;
	}
	.masonaryright-2  .button {
		padding: 30% 10% 0;
	}
}

/*----------- Edits made by RS on 2/10 -----------*/

@media (max-width:700px) {
	

	.template-2 .microContentOverlay .scrollableMicroContent .single .editable.main-section-left img{

		width: auto !important;

		margin-left: 0px !important;

		margin-bottom: 25px;
	}

	.microContentOverlay .scrollableMicroContent .single .editable.main-section-left img{

		width: 100% !important;

		margin-left: 0px !important;

		margin-bottom: 25px;
	}
	
	.microContentOverlay .scrollableMicroContent .single .editable.main-section-left a {

		float:left;
		
		
	}	
	.template-2 .microContentOverlay .scrollableMicroContent .single .editable.main-section-left a {
		
		float: none;
		
		}

	
	.microContentOverlay .scrollableMicroContent .single .editable.main-section-left a img{
		
		width: 150px !important;
		
		height: auto;
		
		float: left;
		
		
	}

	.template-4 .microContentOverlay .scrollableMicroContent .single .editable.main-section-left .ctaArea a img{
		
		width: 43px !important;

		height: auto;

		margin: 0 0 0 0;

	}

	.template-4 .microContentOverlay .scrollableMicroContent .single .editable.main-section-left a.cta-text {
		position: relative;

		top: 15px;

		font-size: 19px;

		line-height: 30px;

		font-weight: 300;

		color: #6d6e71;

		font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";

		margin-bottom: 10px;

	}

	.microContentOverlay .scrollableMicroContent .single .editable.main-section-left a.cta-text {

		position: relative;

		top: -30px;

		}

	
	
	
}


@media (max-width:800px) {
	
	.content header{
		
		padding: 10px 0px 25px !important;
		
	}


	.content header h2{
		
		font-size: 35px !important;
		
		line-height: 40px !important;
		
		text-transform: capitalize !important;
		
	}
	
	.whiteFlush .content{
		
		padding: 10px 30px 25px !important;
		
	}
	
	.template-4 .content{
		
		margin-top:0px;
	}	
	
	
	.twoColumn .column h1{
		
		font-size: 30px;
		
		line-height: 35px;
		
	}
	
	.template-12 .content header h1, .template-4 .content header h2, .template-12 h1, .template-12 .h1Style{
		
		font-size: 35px !important;
		
		line-height: 40px !important;
		
		margin-bottom: 20px !important;
		
		text-transform: uppercase !important;
		
	}
	
	.template-12 .content header h2, .template-4 .content header h3{
		
		
		font-size: 18px !important;
		
		line-height: 1.4em !important;
		
		text-transform: uppercase !important;

	}

	.template-12 .buckets {

		float: left;

		padding-bottom: 55px;

	}
	

}




@media (min-width:700px) {
	
	.microContentOverlay .scrollableMicroContent .single .editable.main-section-left img{

		margin-bottom: 25px;
				
	}

	.template-4  .microContentOverlay .scrollableMicroContent .single .editable.main-section-left img{

		margin-bottom: 25px;

		width:50% !important;

	}

	
	.microContentOverlay .scrollableMicroContent .single .editable.main-section-left a{
		
		float:left;

		display: inline-flex;
		
	}
	.microContentOverlay .scrollableMicroContent .single .editable.main-section-left .ctaArea a img{
		
		width: 43px !important;

		height: auto;

		margin: 0 0 0 0;

	}
	
	.template-2 .microContentOverlay .scrollableMicroContent .single .editable.main-section-left a {
		
		float: none;

		}

	.microContentOverlay .scrollableMicroContent .single .editable.main-section-left a.cta-text {

		position: relative;

		top: -10px;

		}

	.template-4 .microContentOverlay .scrollableMicroContent .single .editable.main-section-left a.cta-text {

		position: relative;

		top: 3px;

		font-size: 19px;

		line-height: 30px;

		font-weight: 300;

		color: #6d6e71;

		font-family: "montserrat", "Gotham SSm A", "Gotham SSm B";

		margin-bottom: 10px;

		}	

	.slidez .scrollableMicroContent .single .editable.main-section-left  img{
		
		width: 100% !important;
	}
	
}



@media (min-width: 600px){
	
	.microContentOverlay-content{
		width: 90% ;
		left:5% ;
		right:5%;
		
	} 

}

@media (min-width: 1300px){
	
	.microContentOverlay-content{
		width: 70% ;
		left:15% ;
		right:15%;
		
	} 

}




.button{
	
	border-radius: 0px !important;
}




















