﻿/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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 {
    background: transparent;
    font-family: 'Roboto Condensed', sans-serif;
    border: 0;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address,
img {
    display: block;
}

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

body {
    font-size: 18px;
    line-height: 26px;
    background: #f7f7f7 !important;
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    line-height: normal;
    color: #3e619f;
    margin-bottom: 10px;
}

h1,
h2,
h3 {
    border-left: 8px solid #3e619f;
    padding-left: 10px;
}

strong {
    font-weight: 700;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #3e619f;
}

a:hover {
    text-decoration: underline;
    color: #3e619f;
}

.wrapper {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 3% 0px;
}

.onecols,
.twocols,
.threecols,
.logo,
.hdcontact {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.onecols {
    max-width: 25%;
}

.twocols {
    max-width: 50%;
}

.threecols {
    max-width: 75%;
}

.slideshow-footer {
    font-size: 28px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 400;
}

.slideshow-footer .threecols {
    background: #2a2929;
    color: #838383;
    padding: 20px 0;
    max-width: 70%;
}

.slideshow-footer .onecols {
    background: #3e619f;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    max-width: 30%;
}

.slideshow-footer .onecols:hover {
    background: #555;
    color: #ccc;
}

.slideshow-footer .wrapper {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 0;
}

.logo {
    max-width: 50%;
}

.hdcontact {
    max-width: 50%;
    text-align: right;
    color: #868686;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #868686;
}

.contact-options a {
    background: #3e619f !important;
}

a:hover {
    text-decoration: underline;
    color: #868686;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden !important;
}

.scrolling {
    width: 100%;
    height: 92px;
    overflow: hidden !important;
}

.ctabg {
    background-color: #3e619f;
    text-align: center;
    box-sizing: border-box;
}

.cta img {
    width: 100%;
}

.cta {
    position: relative;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 20%;
    display: inline-block;
    margin: 1%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-shadow: 0 0 20px #282828;
    -webkit-box-shadow: 0 0 20px #282828;
    box-shadow: 0 0 20px #282828;
}

.cta .title {
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #3e619f;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    max-width: 80%;
}

.cta .title:hover {
    background: #444;
    color: #ccc;
}

footer {
    color: #868686;
    text-align: center;
    font-weight: 700;
    padding: 3% 0;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

/** Responsive Styles **/
@media screen and (max-width: 1280px) {}



@media screen and (max-width: 1024px) {

    .onecols,
    .threecols {
        max-width: 100%;
    }

    .slideshow-footer .threecols {
        max-width: 50%;
    }

    .slideshow-footer .onecols {
        max-width: 50%;
    }

    .slideshow-footer {
        font-size: 20px;
    }

    h1 {
        font-size: 26px;
    }
}



@media screen and (max-width: 767px) {
    .cta {
        max-width: 47%;
    }

    .cta .title {
        font-size: 16px;
    }

    .logo {
        max-width: 100%;
        text-align: center;
    }

    .logo img {
        display: inline-block;
    }

    .hdcontact {
        max-width: 100%;
        text-align: center;
    }

    .slideshow-footer .threecols,
    .slideshow-footer .onecols {
        max-width: 100%;
        text-align: center;
    }

    .slideshow-footer {
        font-size: 18px;
    }

    h1 {
        font-size: 20px;
    }
}



@media screen and (max-width: 420px) {
    .cta {
        max-width: 100%;
        margin: 1% 0;
    }
}

.contact-options a {
    background: #3e619f !important;
}
