﻿/***** 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;
    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;
}

.clear {
    clear: both;
}


body {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    -webkit-text-size-adjust: none;
    background: url(../siteart/white.png) repeat !important;
    background-attachment: fixed !important;
}

h1 {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 800;
    line-height: normal;
}

h2 {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 800;
    line-height: normal;
}

h3 {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 800;
    line-height: normal;
}

strong {
    font-weight: 800;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #3366cc;
}

a:hover {
    text-decoration: underline;
    color: #cc9933;
}

/******** Basic Styles ********/

.show-menu-for-mobile {
    display: none;
}

/* At most larger screen widths, the burger icon for the mobile menu won't be displayed. */

header {
    max-width: 100%;
    height: auto;
}

.logo {
    max-width: 100%;
    height: auto;
    text-align: center;
    padding: 30px 0px;
}

.logo img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.wrapper {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 4% 0px;
}

.invCTAwrapper {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.main {
    background: url(../siteart/main.jpg) no-repeat;
    margin: 0px auto;
    height: auto;
    width: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.two-cols {
    width: 50%;
    display: inline-block;
    height: auto;
    vertical-align: top;
    box-sizing: border-box;
}

.two-cols span {
    display: inline-block;
}

.two-cols:nth-child(2) {
    padding-left: 10px;
}

.right {
    float: right;
    text-align: right;
}

.invCTA {
    display: inline-block;
    max-width: 100%;
    padding: 1%;
    box-sizing: border-box;
    position: relative;
}

.invCTA p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.invCTA img {
    max-width: 100%;
    height: auto;
}

.invCTA a:link,
.invCTA a:visited,
.invCTA a:active {
    text-decoration: none;
    color: #fff;
}

.invCTA a:hover {
    text-decoration: none;
    color: #fff;
}

.button {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 400;
    border-radius: 4px;
    background-color: #FCB026;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    max-width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    color: #262626;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

.manulogos {
    background: rgba(255, 255, 255, 0.5);
    max-width: 100%;
    text-align: center;
}

.manulogos img {
    display: inline-block;
    width: 6%;
    max-width: 100%;
    height: auto;
    padding: 0px .5%;
}

footer {
    background: url(../siteart/wood.png) repeat;
    max-width: 100%;
    color: #fff;
}

.four-cols a:link,
.four-cols a:visited,
.four-cols a:active {
    text-decoration: none;
    color: #fff;
}

.four-cols a:hover {
    text-decoration: underline;
    color: #fff;
}

.four-cols {
    width: 25%;
    display: inline-block;
    height: auto;
    vertical-align: top;
    box-sizing: border-box;
    font-family: 'Fira Sans Condensed', sans-serif;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    color: #fff;
    font-size: 13px;
}

a.footerlink:hover {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.footertext {
    font-size: 13px;
    color: #fff;
}

.smallfootertext {
    font-size: 10px;
    color: #fff;
}

.divfooter {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/************************************************ Responsive Styles **/

@media screen and (max-width: 1280px) {}



@media screen and (max-width: 1023px) {}



@media screen and (max-width: 767px) {
    .two-cols {
        width: 100%;
    }

    .two-cols:nth-child(2) {
        padding-left: 0px;
    }

    .right {
        float: none;
        text-align: left;
    }

    .button {
        width: 100%;
    }

    .four-cols {
        width: 50%;
    }

}



@media screen and (max-width: 320px) {
    .four-cols {
        width: 100%;
    }

}
