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
}

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: 3px;
    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 #075a91;
    outline: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    padding: 14px;
    color: #075a91;
    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: #075a91
}

@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: #464d67;
    font-weight: 300;
    margin-bottom: 14px
}

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

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

.editable 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
}

.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: #002B49;
    border-color: #002B49;
    margin: 14px auto;
    font-weight: 700;
 }

@media (min-width:700px) {
    .button {
        margin: 46px 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: #075a91;
    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 {
    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%
}

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

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

#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: #075a91
}

#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: #075a91
}

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;
    background: #002B49;
    color: #075a91;
    text-shadow: 1px 1px 1px black;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .8);
    box-shadow: 0 0 6px rgba(0, 0, 0, .8);
    font-size: 20px
}

@media (min-width:700px) {
    nav {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #f9f9f9;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
        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,
	 nav.stay .mainMenu li a{
        color: #075a91
    }
    nav.stay #mainMenu li a:hover ,
	nav.stay .mainMenu li a:hover {
        color: #f9f9f9
    }
}

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

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

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

nav #bookNow,
nav .bookNow{
    float: right
}

@media (min-width:700px) {
    nav #bookNow a,
	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: #075a91;
        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;
        text-transform: capitalize;
        font-weight: 300
    }
    nav #bookNow:hover a,
	nav .bookNow:hover a{
        border: 2px solid #075a91;
        background-color: rgba(249, 249, 249, .8)
    }
}

nav #mainMenu,
nav .mainMenu{
    float: left
}

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

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

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

nav #mainMenu li a,
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,
	nav .mainMenu li a{
        font-size: 20px
    }
}

nav #mainMenu li a:hover,
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,
.template-4 nav .mainMenu li a,
.template-5 nav .mainMenu li a,
.menuSolid nav .mainMenu li a{
    color: #075a91
}

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

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

.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: #9b200b
}

#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: #075a91;
        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: #9b200b;
    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: #075a91;
    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: #9b200b;
    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: #9b200b
}

@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: 700px;
    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: #9b200b;
    -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: #075a91
}

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

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

.styleFive .main.red {
    background-color: #9b200b
}

@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: 16.6666666667%;
        padding-right: 16.6666666667%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
        padding-top: 700px
    }
}

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

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

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

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

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

.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: #075a91;
    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
}

.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
}

.microContentContainer {
    width: 100%;
    overflow: scroll;
    float: left;
    -webkit-box-shadow: inset 0 0 3px #2A3132;
    box-shadow: inset 0 0 3px #2A3132
}

@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;
    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: #9b200b;
    -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: #9b200b 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: #9b200b;
    -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: #075a91;
    -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: #075a91 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: #075a91;
    -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: #002B49;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
    background-color: rgba(0, 43, 73, .9)
}

.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: #002B49;
    -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;
    background-image: url(../images/paper-2.jpg);
    background-size: 393px 261px;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 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
}

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

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

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

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

.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 .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) {
    .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: #9b200b;
    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
}

.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: #9b200b;
    opacity: 1
}

.contact-page .errorWrap {
    color: #9b200b
}

.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: #075a91
}

@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,
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: #9b200b
}

.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: #075a91
}

.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%
    }
    .diagonalPhoto.styleOnealt+.content,
    .diagonalPhoto.styleOne+.content,
    .diagonalPhoto.styleOneGold+.content,
    .diagonalPhoto.styleOneRed+.content,
    .diagonalPhoto.styleOneLtBlue+.content,
    .diagonalPhoto.styleTwo+.content,
    .diagonalPhoto.styleThree+.content,
    .diagonalPhoto.styleFourTwo+.content {
        padding-top: 475px!important
    }
}

@media all and (-ms-high-contrast:none) and (min-width:700px),
(-ms-high-contrast:active) and (min-width:700px) {
    .diagonalPhoto.styleOnealt+.content,
    .diagonalPhoto.styleOne+.content,
    .diagonalPhoto.styleOneGold+.content,
    .diagonalPhoto.styleOneRed+.content,
    .diagonalPhoto.styleOneLtBlue+.content,
    .diagonalPhoto.styleTwo+.content,
    .diagonalPhoto.styleThree+.content,
    .diagonalPhoto.styleFourTwo+.content {
        padding-top: 570px!important
    }
}

@media all and (-ms-high-contrast:none) and (min-width:1100px),
(-ms-high-contrast:active) and (min-width:1100px) {
    .diagonalPhoto.styleOnealt+.content,
    .diagonalPhoto.styleOne+.content,
    .diagonalPhoto.styleOneGold+.content,
    .diagonalPhoto.styleOneRed+.content,
    .diagonalPhoto.styleOneLtBlue+.content,
    .diagonalPhoto.styleTwo+.content,
    .diagonalPhoto.styleThree+.content,
    .diagonalPhoto.styleFourTwo+.content {
        padding-top: 675px!important
    }
}

@media all and (-ms-high-contrast:none) and (min-width:1400px),
(-ms-high-contrast:active) and (min-width:1400px) {
    .diagonalPhoto.styleOnealt+.content,
    .diagonalPhoto.styleOne+.content,
    .diagonalPhoto.styleOneGold+.content,
    .diagonalPhoto.styleOneRed+.content,
    .diagonalPhoto.styleOneLtBlue+.content,
    .diagonalPhoto.styleTwo+.content,
    .diagonalPhoto.styleThree+.content,
    .diagonalPhoto.styleFourTwo+.content {
        padding-top: 800px!important
    }
}

@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%
    }
    .diagonalPhoto.styleOnealt+.content,
    .diagonalPhoto.styleOne+.content,
    .diagonalPhoto.styleOneGold+.content,
    .diagonalPhoto.styleOneRed+.content,
    .diagonalPhoto.styleOneLtBlue+.content,
    .diagonalPhoto.styleTwo+.content,
    .diagonalPhoto.styleThree+.content,
    .diagonalPhoto.styleFourTwo+.content {
        padding-top: 475px!important
    }
    @media (min-width:700px) {
        .diagonalPhoto.styleOnealt+.content,
        .diagonalPhoto.styleOne+.content,
        .diagonalPhoto.styleOneGold+.content,
        .diagonalPhoto.styleOneRed+.content,
        .diagonalPhoto.styleOneLtBlue+.content,
        .diagonalPhoto.styleTwo+.content,
        .diagonalPhoto.styleThree+.content,
        .diagonalPhoto.styleFourTwo+.content {
            padding-top: 570px!important
        }
    }
    @media (min-width:1100px) {
        .diagonalPhoto.styleOnealt+.content,
        .diagonalPhoto.styleOne+.content,
        .diagonalPhoto.styleOneGold+.content,
        .diagonalPhoto.styleOneRed+.content,
        .diagonalPhoto.styleOneLtBlue+.content,
        .diagonalPhoto.styleTwo+.content,
        .diagonalPhoto.styleThree+.content,
        .diagonalPhoto.styleFourTwo+.content {
            padding-top: 675px!important
        }
    }
    @media (min-width:1400px) {
        .diagonalPhoto.styleOnealt+.content,
        .diagonalPhoto.styleOne+.content,
        .diagonalPhoto.styleOneGold+.content,
        .diagonalPhoto.styleOneRed+.content,
        .diagonalPhoto.styleOneLtBlue+.content,
        .diagonalPhoto.styleTwo+.content,
        .diagonalPhoto.styleThree+.content,
        .diagonalPhoto.styleFourTwo+.content {
            padding-top: 800px!important
        }
    }
    .logoPull {
        margin-top: -50px
    }
}

.hasError {
    display: block
}