@charset "utf-8";

/* 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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
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;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


/* apply a natural box layout model to all elements, but allowing components to change */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

i {
    font-style: italic;
}

b,
strong {
    font-style: bold;
}

.clr {
    clear: both;
}

.pad15 {
    padding: 15px;
}

.fl_right {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

.fl_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.mobShow {
    display: none;
}

#container {
    max-width: 1175px;
    margin: auto;
}

#content,
#footer {
    width: 100%;
    height: auto;
    text-align: left;
}

@font-face {
    font-family: 'gothambold1';
    src: url('./gothambold1.eot');
    src: local('gothambold1'), url('./gothambold1.woff') format('woff'), url('./gothambold1.ttf') format('truetype');
}

@font-face {
    font-family: 'MYRIADPROREGULAR';
    src: url('./MYRIADPROREGULAR.eot');
    src: local('MYRIADPROREGULAR'), url('./MYRIADPROREGULAR.woff') format('woff'), url('./MYRIADPROREGULAR.ttf') format('truetype');
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    background-image: url(../../global_graphics/mainbg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

#content,
#footer,
#copy {
    background-color: #fff;
}

a {
    color: #05245f;
}

a:hover {
    color: #3b517b;
}

.myriad,
body {
    font-family: 'MYRIADPROREGULAR';
}

body,
body p {
    font-family: 'PT Sans', sans-serif !important;
}

body p strong {
    font-weight: bold !important;
}

.gothamBold {
    font-family: 'gothambold1' !important;
}

.keepit100 {
    max-width: 100%;
}

#header {}

#header_col_1 {
    width: 17.02127659574468%;
    margin-top: 50px;
    text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
}

#header_col_1 img {
    padding-bottom: 10px;
    max-width: 100%;
}

#header_col_2 {
    width: 46.808510638297873%;
    font-size: 2.5em;
    font-family: Georgia, serif;
    text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
    color: #41506d;
    text-align: center;
    font-style: italic;
    padding-top: 100px;
}

#header_col_2 span {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 14pt!important;
    display: block;
    color: #001d53;
    font-style: normal;
    padding-top: 10px;
}

#header_col_3 {
    width: 35.74468085106383%;
}

#header_col_3 a {
    color: red;
}

#header_col_1,
#header_col_2 {
    float: left;
}

#header_col_3 {
    float: right;
    font-size: 2em;
    text-transform: uppercase;
    color: #001d53;
    text-align: right;
    padding-top: 100px;
    text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
}

#header_col_3 span {
    color: #ff0000;
}

#main_nav {
    background-color: #001d53;
}

#main_nav ul,
#submenu ul {
    max-width: 1175px;
    text-align: center;
}

#main_nav ul li,
#submenu ul li {
    display: inline-block;
    font-size: 1.5em;
}

#main_nav li a,
#submenu li a {
    color: #fff;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
}

#main_nav li a:hover {
    color: #3d81ff;
}

#submenu li a:hover {
    color: #ff0000;
}

#submenu {
    background-color: #000;
}

#submenu ul li {
    font-size: 1.2em !important;
}

#banner img {
    max-width: 100%;
}

#home_mods b {
    font-weight: bold;
}

#mod_1 {
    background-color: #001d53;
    float: left;
    width: 33.333%;
    color: #fff;
}

#mod_2 {
    background-color: #05245f;
    float: left;
    width: 33.333%;
    color: #fff;
}

#mod_1 a, #mod_2 a, #mod_3 a{
    color: #fff;
}

#mod_3 {
    background-color: #13387b;
    background-image: url(../../global_graphics/bg_quote.png);
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    width: 33.333%;
    color: #fff;
}

#mod_4 {
    background-color: #000;
    float: left;
    width: 25%;
    color: #fff;
}

#mod_1,
#mod_2,
#mod_3,
#mod_4 {
    min-height: 450px;
    font-size: 12pt;
}

#mod_1 b,
#mod_2 b,
#mod_3 b,
#mod_4 b {
    font-size: 1em;
    display: block;
    padding-bottom: 20px;
    font-family: 'gothambold1' !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal !important;
}

#home_mods a {
    color: #fff;
    text-decoration: none;
}

#home_mods img {
    display: block;
    margin: auto;
}

#mod_2 img {
    padding-bottom: 20px;
}

#home_mods ul {
    padding-left: 25px;
    list-style-type: square;
    color: #5b96ff;
    margin-top: 25px;
}

#home_mods ul span {
    color: #fff;
}

#home_mods ul li {
    padding-bottom: 10px;
}

#home_mods p {
    font-size: .8em;
    line-height: 1.3em;
    text-align: justify;
}

#home_mods p span {
    display: block;
    padding-top: 10px;
    text-align: right;
}

#mod_3 p {
    line-height: 1.8em;
    padding: 30px;
}

#home_mods b {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #red;
    margin-bottom: 30px;
    border-color: #000;
    padding-top: 25px;
}

.bigBold {
    font-family: 'gothambold1' !important;
    font-size: 3.5em;
    color: #13387b;
    text-transform: uppercase;
    text-align: center;
    padding-top: 50px;
}

.bigBold span {
    color: #587816;
}

.bigBold i {
    font-size: 17pt;
    font-family: Georgia, serif;
    '
 color: #646464 !important;
    text-align: center;
    font-style: italic;
    text-transform: none;
    display: block;
    padding-top: 20px;
}

#footer #icons {
    text-align: center;
    margin-top: 50px;
    padding-top: 25px;
    border-top-width: 3px;
    border-top-color: #3b517b;
    border-top-style: solid;
    padding-bottom: 25px;
    border-bottom-width: 3px;
    border-bottom-color: forestgreen;
    border-bottom-style: solid;
}

#footer #icons img {
    float: left;
    max-width: 20%;
}

#copy {
    padding: 20px;
    margin-bottom: 100px;
    color: #4d4d4d;
}

#copy_1,
#copy_2 {
    float: left;
}

#copy_2 {
    padding-left: 20px;
}

#copy_2 address {
    float: left;
}

#copy_3 {
    float: right;
    color: #777;
}

#copy_3 a {
    color: #777;
    text-decoration: none;
}


/*CONTENT*/

#content_left {
    float: left;
    width: 76%;
}

#content_left {
    padding-left: 25px;
}

#content_right {
    float: right;
    width: 20%;
}

h1 {
    font-size: 2.3em;
    color: #000;
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: 'gothambold1' !important;
    border-bottom-width: 4px;
    border-bottom-color: red;
    border-bottom-style: solid;
    margin-bottom: 25px;
}

h2 {
    font-size: 1.5em;
    color: #111;
    padding-top: 25px;
    padding-bottom: 17px;
    font-family: 'gothambold1' !important;
}

h1 span {
    display: none;
}

#content_left p,
#content_left ul {
    font-size: 1.2em;
    line-height: 1.4em;
}

.pageBanner {
    padding-top: 25px;
}

#content_left strong {
    font-weight: bold;
    font-size: inherit;
}

#content_left ul {
    padding-top: 25px;
    padding-left: 20px;
    list-style-type: square;
}

#content_left ul li {
    padding-bottom: 8px;
}

#content_right ul {
    font-size: 1em;
    padding-top: 0px;
}

#content_right h2 {
    margin-bottom: 25x;
    font-size: 1em;
}

#content_right ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url(../../global_graphics/li.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
}

.btn_contact {
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 1.3em;
}

.btn_contact a {
    color: #fff;
    text-decoration: none;
}

.redBG {
    background-color: red;
    font-family: 'gothambold1' !important;
    font-size: 1.4em;
}

.flexHeightMods {
    height: 560px;
}

@media all and (max-width:1150px) {
    body {
        margin: 25px;
    }
    #header_col_1 {
        width: 100px;
        padding-top: 0px;
        margin-top: 0px;
    }
    #header_col_2 {
        font-size: 1.8em;
        padding-top: 20px;
        padding-left: 10px;
    }
    #header_col_2 span {
        font-size: .48em !important;
    }
    #header_col_3 {
        font-size: 1.6em;
        padding-top: 20px;
    }
    #main_nav {
        font-size: .75em;
    }
    .bigBold {
        font-size: 3em;
    }
}

@media all and (max-width:1000px) {
    #copy_1, #copy_2, #copy_2 span, address #copy_3{
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 25px;
    }
    
}

@media all and (max-width:950px) {
    #header_col_1 {
        width: 100px;
        padding-top: 0px;
        margin-top: 0px;
    }
    #header_col_2 {
        font-size: 1.7em;
        padding-top: 20px;
        padding-left: 10px;
    }
    #header_col_2 span {
        font-size: .5em !important;
    }
    #header_col_3 {
        font-size: 1.4em;
        padding-top: 20px;
    }
    #main_nav {
        font-size: .75em;
    }
    #copy div {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
}

@media all and (max-width:890px) {
    
    #banner{
        height: 350px;
        overflow: hidden;
    }
    
    #mod_1,
    #mod_2,
    #mod_3 {
        width: 50%;
    }
}

@media all and (max-width:850px) {
    #header_col_1 {
        width: 75px;
        padding-top: 0px;
        margin-top: 0px;
    }
    #header_col_2 {
        font-size: 1.5em;
        padding-top: 10px;
        padding-left: 10px;
    }
    #header_col_2 span {
        font-size: .5em !important;
        padding-top: 5px;
    }
    #header_col_3 {
        font-size: 1.2em;
        padding-top: 10px;
    }
    #main_nav {
        font-size: .65em;
    }
    #submenu ul li a {
        font-size: .7em;
    }
}

@media all and (max-width:750px) {
    #header_col_1 {
        width: 50px;
        padding-top: 0px;
        margin-top: 0px;
    }
    #header_col_2 {
        font-size: 1em;
        padding-top: 10px;
        padding-left: 10px;
    }
    #header_col_2 span {
        font-size: .5em !important;
        padding-top: 5px;
    }
    #header_col_3 {
        font-size: .75em;
        padding-top: 10px;
    }
    #main_nav {
        font-size: .5em;
    }
    #submenu ul li a {
        font-size: .6em;
    }
    .bigBold {
        font-size: 2em;
    }
}


/* MOBILE */

@media all and (max-width:650px) {
    #banner{
        height: 250px;
        overflow: hidden;
    }
    #menuJump {
        position: fixed;
        left: 5px;
        top: 5px;
        background-color: #000;
        color: #fff;
        padding: 10px;
    }
    #menuJump a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
    }
    h1 {
        font-size: 1.1em;
        padding-bottom: 10px;
    }
    #content_left p {
        font-size: .9em;
    }
    #content_left ul li {
        font-size: .8em;
    }
    #mod_1,
    #mod_2,
    #mod_3 {
        width: 100%;
        height: auto !important;
        margin-bottom: 25px;
    }
    #home_mods img {
        width: 70%;
    }
    #home_mods p {
        padding: 10px;
        text-align: left;
    }
    #content_right {
        display: none;
    }
    #content_left {
        width: 100%;
    }
    #header_col_1 {
        width: 20%;
        padding-top: 0px;
        margin-top: 0px;
        float: left;
    }
    #header_col_2 {
        width: 75%;
        font-size: 1.5em;
        padding-top: 10px;
        padding-left: 10px;
        float: right;
        padding: 0px;
    }
    #header_col_2 span {
        font-size: .5em !important;
        padding-top: 5px;
    }
    #header_col_3 {
        font-size: 1.5em;
        padding-top: 10px;
        float: right;
        width: auto !important;
        font-size: 1.3em;
        padding: 20px;
    }
    #main_nav {
        font-size: .5em;
    }
    #main_nav li a {
        padding: 10px;
    }
    #submenu ul li a {
        padding: 10px;
    }
    .bigBold {
        font-size: 1.5em;
    }
    #content_left {
        padding: 0px;
    }
    #content_left .fl_right {
        max-width: 50% !important;
    }
}

@media all and (max-width:500px) {
    
     #banner{
        height: 150px;
        overflow: hidden;
    }
    .mobShow {
        display: inline-block;
    }
    #copy_2 address {
        display: block;
        float: none;
        margin-bottom: 20px;
    }
}

@media all and (max-width:375px) {
    #content_left p {
        padding: 0px !important;
    }
    #content_left h2 {
        font-size: .9em;
    }
    #content_left p span {
        font-size: 1em !important;
    }
    #header_col_1 {
        width: 50%;
        float: none;
        margin: auto;
        text-align: center;
    }
    #header_col_2 {
        width: auto !important;
        font-size: 1.2em;
        padding: 0px;
    }
    #header_col_2 span {
        font-size: .8em !important;
        padding-top: 5px;
        line-height: 1.3em;
        color: #000;
        margin-bottom: 20px;
    }
    #header_col_3 {
        font-size: 1em;
        padding: 15px;
        text-align: center !important;
        width: 100%;
        float: none;
    }
    iframe{
        height: 200px;
    }
}