/* Proxima Nova */
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot') format('embedded-opentype') font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.otf') format('opentype'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('../fonts/ProximaNova-Semibold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('../fonts/ProximaNova-Semibold.otf') format('opentype'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.otf') format('opentype'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.otf') format('opentype'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../fonts/ProximaNova-Light.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../fonts/ProximaNova-Light.otf') format('opentype'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham HTF';
    src: url('../fonts/GothamHTF-Thin.woff2') format('woff2'),
        url('../fonts/GothamHTF-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham HTF';
    src: url('../fonts/GothamHTF-XLight.woff2') format('woff2'),
        url('../fonts/GothamHTF-XLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham HTF';
    src: url('../fonts/GothamHTF-Light.woff2') format('woff2'),
        url('../fonts/GothamHTF-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham HTF';
    src: url('../fonts/GothamHTF-Book.woff2') format('woff2'),
        url('../fonts/GothamHTF-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham HTF';
    src: url('../fonts/GothamHTF-Medium.woff2') format('woff2'),
        url('../fonts/GothamHTF-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Gotham HTF';
    src: url('../fonts/GothamHTF-Bold.woff2') format('woff2'),
        url('../fonts/GothamHTF-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}



@font-face {
    font-family: 'Gotham HTF';
    src: url('../fonts/GothamHTF-Black.woff2') format('woff2'),
        url('../fonts/GothamHTF-Black.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}



@font-face {
    font-family: 'Gotham HTF';
    src: url('../fonts/GothamHTF-Ultra.woff2') format('woff2'),
        url('../fonts/GothamHTF-Ultra.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}


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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


body {
    font-family: 'ProximaNova-Regular', 'Segoe UI', 'Proxima Nova', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #4c575e;
}

p {
    padding-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5 {
    color: #0d151a;
    font-family: "ProximaNova-Bold", "Proxima Nova", sans-serif;
}

h1 {
    font-size: 30px;
    line-height: 36px;
}

h2 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 6px;
    font-family: "ProximaNova-SemiBold", sans-serif;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    font-family: "ProximaNova-SemiBold", sans-serif;
}

h4 {
    font-size: 20px;
    line-height: 28px;
    font-family: "ProximaNova-SemiBold", sans-serif;
}

h5 {
    font-size: 16px;
    line-height: 28px;
    font-family: "ProximaNova-SemiBold", sans-serif;
}

a {
    color: #c01414;
    text-decoration: none;
    font-family: "ProximaNova-Semibold", sans-serif;
}

a:hover,
a:active {
    color: #d31717;
    text-decoration: underline;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after,
.container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

strong {
    color: #353c41;
    font-family: "ProximaNova-Semibold", sans-serif;
}

*:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.flex-grid {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.flex-grid .col {
    padding: 0px 20px;
}

.flex-grid.one .col {
    width: 100%;
}

.flex-grid.two .col {
    width: 50%;
}

.flex-grid.three .col {
    width: 33.3333%;
}

.flex-grid.four .col {
    width: 25%;
}

.flex-grid.five .col {
    width: 20%;
}

.flex-grid.six .col {
    width: 16.6667%;
}

.flex-grid.seven .col {
    width: 14.2857%;
}


.flex-grid.twothirds .colfirst {
    width: 66.6666%;
}

.flex-grid.twothirds .colsecond {
    width: 33.3333%;
}

.leftauto {
    margin-left: auto;
}



.flex-grid .title {
    padding-left: 0px;
    padding-right: 0px;
}

.button {
    padding: 0px 24px;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    color: #fff;
    background: #c01414;
    font-size: 16px;
    font-family: "ProximaNova-Bold", sans-serif;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.16);
}

#banner .button {
    font-size: 15px !important;
}

.button:hover {
    background: #d31717;
    color: #fff;
    text-decoration: none;
}

.button:focus {
    transform: scale(0.97);
}

.button.tiny {
    height: 26px;
    line-height: 26px;
    padding: 1px 14px 0px 14px;
    font-family: "ProximaNova-SemiBold", sans-serif;
    box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.24), 0px 2px rgba(0, 0, 0, 0.12);
}

.button.small {
    height: 30px;
    line-height: 30px;
    padding: 1px 20px 0px 20px;
}

.button.outline {
    background: #fff;
    border: 1px solid #dddfe1;
    line-height: 42px;
    color: #0d151a;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.02);
}

.button.outline:hover {
    box-shadow: none;
    color: #c01414;
    border: 1px solid #d4d7d9;
    background:#fafcff;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.03);
}

.button.green {
    background-color: #00b67a;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1);
}
.button.green:hover {
    background-color:#02c081;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.14);
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

#header {
    padding: 20px 0px;
}


.logo {
    display: block;
    margin-top: 1px;
    height: 42px;
}

.logo img {
    margin-bottom: 0px;
}

.sh-nav li {
    display: inline-block;
    padding: 0px 12px;
    line-height: 44px;
}

.sh-nav li a {
    color: #0d151a;
    display: block;
}

.sh-nav li a:hover {
    color: #c01414;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    text-decoration: none;
}

.sh-nav li .button:hover {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#locations-nav li a span {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.sh-nav li a.button {
    color: #fff;
    width: 128px;
    padding: 0px;
    text-align: center;
}

.sh-nav li a.button.outline {
    color: #0d151a !important;
}

.sh-nav li a.button.outline:hover {
    color: #c01414 !important;
}

#sh-btns .sh-nav li:nth-last-child(2) {
    padding-right: 0px;
}

#main-nav {
    padding: 0px;
}

.button_container {
    position: absolute;
    top: 32px;
    right: 20px;
    height: 20px;
    width: 28px;
    cursor: pointer;
    z-index: 1008;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.button_container.active {
    height: 22px;
    z-index: 2147483641 !important;
}

.button_container.active span:nth-of-type(3) {
    top: 20px !important
}

.button_container.active span {
    top: -2px !important
}

.button_container:hover span {
    background: #c01414
}

.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #c01414
}

.button_container.active .middle {
    opacity: 0;
    background: #c01414
}

.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #c01414
}

.fixed {
    position: fixed;
}

.button_container span {
    background: #0d151a;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
    z-index: 1008
}

.button_container span:nth-of-type(2) {
    top: 8px
}

.button_container span:nth-of-type(3) {
    top: 16px
}

ol, ul {
    list-style: none;
    /* padding-inline-start: 26px; */
}

.overlay {
    position: fixed;
    padding: 2px 20px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 1005
}

.header {
    z-index: 1002
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s
}

.overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.overlay.open li.active {
    text-decoration: line-through
}

.overlay.open li.active a:after {
    width: 0% !important
}

.overlay nav {
    position: relative;
    margin-top: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    top: 33%
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%
}

.overlay ul li {
    width: 100%;
    display: block;
    line-height: 34px;
    position: relative;
    opacity: 0;
    font-size: 18px;
    padding: 0;
    margin: 10px 0
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #0d151a;
    text-decoration: none;
    overflow: hidden;
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 20px;
    line-height: 38px
}

.overlay ul li a:hover {
    opacity: 1;
    color: #c01414
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 40px
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    background: #c01414;
    -webkit-transition: .35s;
    transition: .35s
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

.overlay .logo {
    margin-top: 19px;
}

.bottomoverlay {
    position: absolute;
    padding: 0 20px;
    bottom: 28px;
    text-align: center;
    left: 0;
    right: 0
}

.bottomoverlay h3 small {
    color: #00c1ff;
    font-family: proximanova-semibold, sans-serif;
    font-size: 16px;
    display: block
}

.bottomoverlay h3 {
    color: #fff;
    padding-bottom: 40px;
    line-height: 24px;
    font-size: 24px;
    font-weight: 500
}

.bottomoverlay .button {
    width: 48%;
    float: right;
    padding: 0
}

.bottomoverlay .outline {
    float: left
}




#footer {
    clear: both;
    background: #161e27;
}

#footer h5 {
    color: #fff;
}

#footer ul li {
    padding: 5px 0px;
}

#footer ul li a {
    color: #9da7b0;
    display: block;
    font-family: "ProximaNova-Regular", sans-serif;
}

#footer ul li a:hover {
    color: #c01414;
    background: url('../images/footer-hover.png') 0px 7px no-repeat;
    padding-left: 12px;
    text-decoration: none;
    transition: none;
    margin-left:-12px;
}


.footer-top {
    padding: 80px 0px;
}

.footer-bottom {
    border-top: 3px solid #d9242a;
    background: #10171e;
    padding: 48px 0px 20px 0px;
    color: #9da7b0;
}

.footer-bottom a {
    color: #fff !important;
}

.footer-bottom a:hover {
    color: #d92329 !important;
    background: none !important;
    padding-left: 0px !important;
    text-decoration: underline !important;
    margin-left:0px !important;
}

.footer-bottom ul li {
    display: inline-block;
    color: #fff;
}


.footer-logo {
    display: inline-block;
    height: 32px;
    margin-right: 24px;
    float: left;
}

#slogan {
    display: inline-block;
    height: 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    padding-left: 24px;
    color: #fff;
    font-size: 18px;
    font-family: "ProximaNova-Semibold", sans-serif;
    float: left;
    line-height: 32px;
}

.footer-bottom ul {
    padding-top: 24px;
}

.footer-bottom strong {
    color: #fff;
}

.footer-bottom .tp-stars {
    margin-bottom: 8px;
}

.social {
    float: right;
    display: inline-block;
    margin-left: 24px;
    width: 24px;
    height: 24px;
}

.social.facebook {
    background: url('../images/facebook.png') center center no-repeat;
}

.social.twitter {
    width: 28px;
    background: url('../images/twitter.png') center center no-repeat
}

.social.instagram {
    background: url('../images/instagram.png') center center no-repeat;
}

.social.facebook:hover {
    background: url('../images/facebook-hover.png') center center no-repeat !important;
}

.social.twitter:hover {
    width: 28px;
    background: url('../images/twitter-hover.png') center center no-repeat !important;
}

.social.instagram:hover {
    background: url('../images/instagram-hover.png') center center no-repeat !important;
}
#sh-btns .sh-nav li:nth-last-child(1) {
    display: none;
}


#sh-btns li:nth-child(1) {
    padding: 0px;
}

#sh-btns .sh-nav li:nth-last-child(1) {
    display: none;
}


.banner {
    padding: 0px;
    background: #171f29;
    color: #c5cdd4;
}

.hero-about {
    background: url(../images/bg-about.png) center center no-repeat;
    background-size: cover;
    padding: 92px 0px 80px 0px;
    height: auto;
}

.subpage h1 {
    font-size: 40px;
}
.banner h1 {
    padding-top: 0px;
}
.banner h1, .banner h4, .banner h3 {
    color: #fff;
    text-transform: uppercase;
}


.footer-bottom .social, .footer-bottom .social:hover {
    margin-left: 24px !important;
}

.social img:nth-child(2) {
    display:none;
}
.social:hover img:nth-child(1) {
    display:none;
}
.social:hover img:nth-child(2) {
    display:inline-block;
}
 
section#main-menu {
    background:#fff !important;
}


.tp-stars {
    height: 18px;
    width: auto;
}

.cr-div {
    color: rgba(255, 255, 255, 0.26) !important;
}
