﻿/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address,
section {
    display: block;
}

/***** 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;
}

/***** END RESET *****/

body {
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
	overflow-x: hidden;
	line-height: 1.4;
}


.body-content {
    height: auto !important;

}

.gray {color: #707070;}

h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000f60;
    margin-bottom: 15px;
}

p {
    font-size: 13px;
    color: #000b46;
    line-height: 20px;
}

p span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

a img {
    border: 0;
}

a {
    color: #eb001f;
    text-decoration: none;
    outline: none;
}

.clear {
    clear: both;
}

#wrapper {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
}

.shadow {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .4);
}

.text-area {
    background: #fff;
    padding: 25px 25px;
    max-width: 1050px;
    width: 95%;
}

#btm-shadow {
    background: url(../siteart/slide-shadow.png) no-repeat center top;
    height: 30px;
    max-width: 1050px;
    width: 100%;
    margin: 0px auto;
}



.pic-left {
    float: left;
    position: relative;
    border: 1px solid #707070;
    margin-right: 30px;
    margin-bottom: 20px;
}

#form h1, #content h1 {
	font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000f60;
    margin-bottom: 15px;text-shadow:none;}

#topline h1 {    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 800;
    font-size: 45px;
    text-shadow: 2px 2px 5px #000;}

/*HEADER
---------------------------------------------------*/
header {
    padding: 0;
    height: 126px;
    /*For IE7*/
    background: #201750;
    width: 100%;
    position: relative;
    z-index: 900;
}

.logo {
    float: left;
    margin-top: 33px;
    position: relative;
}

.go-right-logos {
    float: right;
    position: relative;
    margin: 30px 0 0 0;
    display: inline !important;
    width: 30%;
}

.go-right-logos img {
    padding: 0 2%;
    height: 50px;
    text-align: right;
    display: inline;
}

.clear {
    clear: both;
}

.head-logo {
    max-height: 65px;
    width: auto;
}

/*===================== 
	nav styles 
=======================*/
/* see menumaker.css for additional nav styles */

.hide {
    display: none !important;
}

#parallelogram {
    width: 300px;
    height: 45px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    background-color: #000;
    margin: 0 10px 0 0;

}

#secondary_nav {
    padding: 0;
    margin: 0 0 -32px 0;
    display: block;
    z-index: 100;
    position: relative;
}

#secondary_nav ul {
    margin: 0;
    padding: 0;
}

#secondary_nav ul li {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    list-style-type: none;
    border-left: #fff solid 1px;

}

#secondary_nav ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 5px 18px;
}

#secondary_nav ul li a:hover {
    color: #6dc6e7;
}

#secondary_nav ul li:first-child {
    border-left: none;
}




/*CONTENT
---------------------------------------------------*/
#content {
    background: #fff url(../siteart/pattern.jpg) repeat-x top;
    padding: 30px 0;
}

#content2 {
    background: #fff url(../siteart/pattern.jpg);
    padding: 30px 0;
    max--width: 1100px;
}


#headline {
    text-align: center;
    color: #000f60;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    background: url(../siteart/slide-shadow.png) no-repeat top center;
    padding-top: 10px;
    position: relative;
    z-index: 0;
}

#topline {
    max-width: 1100px;
    text-align: center;
    position: absolute;
    z-index: 200;
    top: -70px;
    left: 0px;
    width: 100%;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 800;
    font-size: 45px;
    text-shadow: 2px 2px 5px #000;
}

/*3 BOXES ON HOME PAGE*/


#boxes {
    margin-top: 30px;
}

#box1,
#box2,
#box3 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    background: #707070 url(../siteart/box1.jpg) no-repeat bottom;
    width: 276px;
    padding: 14px 14px 25px 14px;
}

#box1,
#box2 {
    float: left;
    position: relative;
    margin-right: 94px;
}

#box3 {
    float: right;
    position: relative;
}

#box1 a,
#box2 a,
#box3 a {
    color: #fff;
}

#box1 a #link,
#box2 a #link,
#box3 a #link {
    background: url(../siteart/arrow-off.png) no-repeat right center;
}

#box1 a:hover #link,
#box2 a:hover #link,
#box3 a:hover #link {
    background: url(../siteart/arrow-on.png) no-repeat right center;
}

#box1 a #photo {
    background: url(../siteart/service-box.jpg) no-repeat top;
    width: 276px;
    height: 132px;
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
}

#box1 a:hover #photo {
    background: url(../siteart/service-box.jpg) no-repeat bottom;
}

#box2 a #photo {
    background: url(../siteart/finance-box.jpg) no-repeat top;
    width: 276px;
    height: 132px;
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
}

#box2 a:hover #photo {
    background: url(../siteart/finance-box.jpg) no-repeat bottom;
}

#box3 a #photo {
    background: url(../siteart/about-box.jpg) no-repeat top;
    width: 276px;
    height: 132px;
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
}

#box3 a:hover #photo {
    background: url(../siteart/about-box.jpg) no-repeat bottom;
}

/*TEXT AREA ON HOME PAGE*/
#text {
    padding: 30px 0px 40px 0px;
}

/* NEWSLETTER AREA */

.news-wrap {
    padding-top: 65px;
    padding-bottom: 20px;
}

.btn-wrap {
    padding-top: 20px;
}

.gen-btn {
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    padding: 5px 30px;
    border: 1px solid #333333;
    font-size: 14px;
    color: #333333;
    background-color: #ebebeb;
    cursor: pointer;
}

.gen-btn:hover {
    background-color: #333333;
    color: #fff;
	transition: .3s eaae-in-out all;
}

.news-btn {
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    padding: 17px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #eb001f;
    display: inline;
    position: absolute;
    cursor: pointer;
	border: 1px solid transparent;
}

.news-btn:hover {
    background-color: transparent;
	border: 1px solid #fff;
    color: #fff;
	transition: .3s ease-in-out all;
}

.head-btn-wrap {
    padding: 0 2%;
    display: inline;
}

.sub-btn {
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    padding: 8px 30px;
    border: 1px solid #333333;
    font-size: 14px;
    color: #333333;
    background-color: #ebebeb;
    cursor: pointer;
}

.sub-btn:hover {
    background-color: #333333;
    color: #fff;
}

/*===================== 
	slideshow styles 
=======================*/


#slideshow {
    height: auto;
    /* height of container is slide height plus applied border width */
    /* width of image */
    width: 100%;
    /* width of container is slide width plus applied border width */
    overflow: hidden;
    /* Hides all other images within slideshow container while loading */
    margin: 0 auto;
    position: relative;
}


#slideshow img {
    padding: 0;
    border: 0;
    top: 0;
    left: 0;
    height: auto;
    /* height of image */
    width: 100%;
}



/*===================== 
 scrolling inventory
=======================*/

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}




/***** FORM STYLES *****/

#form {
    margin-bottom: 50px;

}

#form-title {
    padding-top: 15px;
}


.form-container {
    font-weight: 400;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 15px;
}


#form input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #999999;
    height: 30px;
    border-radius: 5px;
    box-sizing: border-box;
}

#form textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #999999;
    margin: 5px 0 15px;
    height: 90px;
    border-radius: 5px;
    box-sizing: border-box;
}


#form input.send-button,
#form input.send-button:focus {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    color: #000f60;
    font-size: 20px;
    line-height: 23px;
    padding: 10px 0;
    margin: 10px 0;
    border-radius: 5px;
    border: solid 1px #000f60;
    cursor: pointer;
}

#form input.send-button:hover {
    background: #fff;
    color: #000f60;
    border: solid 1px #000f60;
    cursor: pointer;
}

#form input[type="submit"] {cursor: pointer;}




/*CAPCHA*/

.CaptchaPanel {
    margin: 0 auto !important;
    padding: 0 0 0 0 !important;
    line-height: normal !important;
    float: left;
    text-align: center !important;
    width: 100%;
}


.CaptchaPanel input {
    width: 200px !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 14px;
    line-height: 14px;
    color: #707070;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 30px 0 !important;
    font-size: 14px;
}

.CaptchaWhatsThisPanel a {
    color: #707070;
    font-weight: light;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}




/*FOOTER
---------------------------------------------------*/
footer {
    background: #000b46;
    padding: 40px 0px;
    max--width: 1100px;
    width: 100%;
}

.column2 {
    width: 50%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
    color: #fff;
}

.column2 p {
    color: #fff;
}

.column2 iframe {
    width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
}

.divfooter {
    width: 550px;
    text-align: left;
    margin: 0px auto;
    line-height: 13px;
    float: right;
    position: relative;
}

footer a {
	color: #fff!important;
	font-size: 13px;
}

footer a:hover {
	color: #707070!important;
    cursor: pointer!important;
}




@media screen and (max-width: 1201px) and (min-width:1101px) {

    #wrapper {
        padding: 0 25px;
        width: 92%;
    }

    #boxes {
        margin-top: 30px;
        width: 100%;
        display: block;
    }

    .news-wrap {
        padding-top: 65px !important;
        padding-bottom: 20px;
    }

}

@media screen and (max-width: 1200px) {
    #box1 {
        float: left;
        position: relative;
        margin: 0 2%;
    }

    #box2 {
        float: left;
        position: relative;
        margin: 0 2%;
    }

    #box3 {
        float: left;
        margin: 0 2%;
    }


}

@media screen and (max-width: 1160px) {

    .divfooter {
        width: 100%;
        margin: 35px auto 15px;
        float: left;
    }

    #box1 {
        float: left;
        position: relative;
        margin: 0 1%;
    }

    #box2 {
        float: left;
        position: relative;
        margin: 0 1%;
    }

    #box3 {
        float: left;
        position: relative;
        margin: 0 1%;
    }




}

@media screen and (max-width: 1100px) and (min-width:1023px) {

    #wrapper {
        padding: 0 25px;
        width: 92%;
    }

    #box1 {
        float: left;
        position: relative;
        margin: 0 5px;
    }

    #box2 {
        float: left;
        position: relative;
        margin: 0 5px;
    }

    #box3 {
        float: left;
        position: relative;
        margin: 0 5px;
    }

    .news-wrap {
        padding-top: 65px !important;
        padding-bottom: 20px;
    }

}

@media screen and (max-width: 1095px) {

    .go-right-logos {
        width: 32%;
    }


}

@media screen and (max-width: 1023px) and (min-width:876px) {

    #wrapper {
        padding: 0 25px;
        width: 92%;
    }

    #box1 img {
        width: 100%;
        max-width: 279px;
    }

    #box2 img {
        width: 100%;
        max-width: 279px;
    }

    #box3 img {
        width: 100%;
        max-width: 279px;
    }

    .news-wrap {
        padding-top: 30px !important;
        padding-bottom: 20px;
    }

}

@media screen and (max-width: 890px) {

    .go-right-logos {
        width: 50%;
    }
	
	#topline {display: none;}



}

@media screen and (max-width: 875px) and (min-width:768px) {

    #wrapper {
        padding: 0 25px;
        width: 92%;
    }

    .logo {
        float: left;
        padding-top: 33px;
        margin: 0;
    }

    header {
        text-align: center;
        height: auto;
        padding-bottom: 20px;
    }

    .text-area {
        background: #fff;
        padding: 25px 25px;
        max-width: 1050px;
        width: 92%;
    }

    #btm-shadow {
        width: 95%;
    }

    .news-wrap {
        padding-top: 30px !important;
        padding-bottom: 20px;
    }

}

@media screen and (max-width: 776px) {

    .mobile-wrap {
        padding-top: 40px;
    }


}

@media screen and (max-width: 775px) {

    .go-right-logos {
        float: none;
        display: inline !important;
        text-align: center;
        width: 100%;
    }

    .go-right-logos img {
        text-align: center !important;
    }


}

@media screen and (max-width: 767px) and (min-width:501px) {

    #wrapper {
        padding: 0;
        width: 92%;
    }

    .logo {
        float: none;
        padding-top: 33px;
        margin: 0;
    }

    header {
        text-align: center;
        height: 190px;
    }

    h1 {
        font-size: 35px;
        text-shadow: 2px 2px 5px #000;
    }

    #headline {
        font-size: 19px;
    }

    #topline {
        top: -54px;
    }

    .text-area {
        background: #fff;
        padding: 25px 25px;
        max-width: 1050px;
        width: 90%;
    }

    #btm-shadow {
        width: 93%;
    }

    .news-wrap {
        padding-top: 30px !important;
        padding-bottom: 20px;
    }

    .mobile-wrap {
        padding: 10px 0;
        margin-left: -12%;
    }

}

@media screen and (max-width: 704px) {


    #box1 {
        float: none;
        position: relative;
        margin: 0 22%;
    }

    #box2 {
        float: none;
        position: relative;
        margin: 0 22%;
    }

    #box3 {
        float: none;
        position: relative;
        margin: 0 22%;
    }


}

@media screen and (max-width: 630px) {

    #box1 {
        float: none;
        position: relative;
        margin: 0 18%;
    }

    #box2 {
        float: none;
        position: relative;
        margin: 0 18%;
    }

    #box3 {
        float: none;
        position: relative;
        margin: 0 18%;
    }

    h1 {
        font-size: 29px;
    }

    #headline {
        font-size: 16px;
    }

    .column2 {
        width: 100%;
        padding-right: 0;
        margin: 2% 0;
    }
	
	.news-wrap {margin-top: 1.5em!important;}

}

@media screen and (max-width: 500px) and (min-width:381px) {

    #wrapper {
        padding: 0 25px;
        width: 86%;
    }

    .logo {
        float: none;
        padding-top: 33px;
        margin: 0;
    }

    header {
        text-align: center;
        height: 190px;
    }

    h1 {
        font-size: 35px;
        text-shadow: 2px 2px 5px #000;
    }

    #headline {
        font-size: 19px;
    }

    #box1 {
        float: none;
        position: relative;
        margin: 0 12%;
        background: #707070;
    }

    #box2 {
        float: none;
        position: relative;
        margin: 0 12%;
        background: #707070;
    }

    #box3 {
        float: none;
        position: relative;
        margin: 0 12%;
        background: #707070;
    }

    #topline {
        display: none;
    }

    #headline {
        display: none;
    }

    .text-area {
        background: #fff;
        padding: 25px 25px;
        max-width: 1050px;
        width: 90%;
    }

    #btm-shadow {
        width: 93%;
    }

    .pic-left {
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }

    .mobile-wrap {
        padding: 10px 0;
        margin-left: -20%;
    }

}

@media screen and (max-width: 450px) {

    #box1 {
        float: none;
        position: relative;
        margin: 0 7%;
        background: #707070;
    }

    #box2 {
        float: none;
        position: relative;
        margin: 0 7%;
        background: #707070;
    }

    #box3 {
        float: none;
        position: relative;
        margin: 0 7%;
        background: #707070;
    }

    #topline {
        display: none;
    }

    #headline {
        display: none;
    }


}

@media screen and (max-width: 420px) {

    #box1 {
        float: none;
        position: relative;
        margin: 0 0;
    }

    #box2 {
        float: none;
        position: relative;
        margin: 0 0;
    }

    #box3 {
        float: none;
        position: relative;
        margin: 0 0;
    }

    #topline {
        display: none;
    }

    #headline {
        display: none;
    }

    #wrapper {
        padding: 0 25px;
        width: 76%;
    }

    #content {
        padding-top: 3px;
    }

    .mobile-wrap {
        padding: 10px 0;
        margin-left: -28%;
    }

}

@media screen and (max-width: 380px) and (min-width:200px) {

    #wrapper {
        padding: 0 25px;
        width: 78%;
    }

    .logo {
        float: none;
        padding-top: 15px;
        margin: 0;
    }

    .logo img {
        width: 100%;
    }

    header {
        text-align: center;
        height: auto;
    }


    #topline {
        display: none;
    }

    #headline {
        display: none;
    }

    #box1 {
        float: none;
        position: relative;
        margin: 0 0;
        width: 95%;
    }

    #box2 {
        float: none;
        position: relative;
        margin: 0 0;
        width: 95%;
    }

    #box3 {
        float: none;
        position: relative;
        margin: 0 0;
        width: 95%;
    }

    #box1 a #photo {
        width: 95%;
        max-width: 276px;
    }

    #box2 a #photo {
        width: 95%;
        max-width: 276px;
    }

    #box3 a #photo {
        width: 95%;
        max-width: 276px;
    }

    .text-area {
        background: #fff;
        padding: 25px 25px;
        max-width: 1050px;
        width: 85%;
    }

    #btm-shadow {
        width: 93%;
    }

    .pic-left {
        float: none;
        margin: 0;
        width: 100%;
    }

    .news-btn {
        padding: 11px 10px;
    }
}

@media screen and (max-width: 355px) {


    .go-right-logos {
        width: 100%;
    }

    .go-right-logos img {
        margin: auto 0;
        text-align: center !important;
        height: 37px;

    }

    .news-btn {
        padding: 11px 10px;
    }


}
