@charset "utf-8";
/* CSS Document */

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,
li,
ul,
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,
option {
    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 {
    background-color: #ffffff;
    font: 400 16px/22px Arial, Helvetica, sans-serif;
    color: #404040;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

em {
    font-style: italic !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
object,
embed,
video {
    max-width: 100%;
    display: block;
}

/* IE 6 does not support max-width so default to width 100% */

.ie6 img {
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

a {
    color: #272727;
    text-decoration: none !important;
}

a.italic {
    font-style: italic;
}

a.undeline {
    text-decoration: underline;
}

.show {
    display: block;
}

::-webkit-input-placeholder {
    color: #757575;
    font: 16px/22px Arial, Helvetica, sans-serif;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #757575;
    font: 16px/22px Arial, Helvetica, sans-serif;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #757575;
    font: 16px/22px Arial, Helvetica, sans-serif;
}

:-ms-input-placeholder {
    color: #757575;
    font: 16px/22px Arial, Helvetica, sans-serif;
}

@-ms-viewport {
    width: device-width;
}

@font-face {
    font-family: 'trade_gothic';
    src: url('../font/trade_gothic.woff2') format('woff2'),
    url('../font/trade_gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.container {
    float: left;
    background-color: #ffffff;
    width: 100%;
}

.inner-container {
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
}

.wrapper {
    padding: 0px 6% !important;
}

.row_column {
    display: block;
    float: left;
    width: 100%;
    padding-top: 6%;
    position: relative;
}

.first_col {
    display: inline-block;
    float: left;
    width: 75%;
}

.second_col {
    display: inline-block;
    float: left;
    width: 22%;
    margin-left: 3%;
}

.second_col .hero_text h1 {
    font-family: trade_gothic, Arial, Helvetica, sans-serif;
    color: #231f20;
    text-align: left;
    padding-top: 44%;
    line-height: 100%;
}

.altTxt {
    font: 50px/55px trade_gothic, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #231f20;
}

.footer_addr {
    display: block;
    float: left;
    width: auto;
    position: absolute;
    bottom: 0;
}

.footer_addr p {
    font: 20px/24px trade_gothic, Arial, Helvetica, sans-serif;
    color: #231f20;
    text-align: left;
}

.footer_addr p a {
    color: #231f20;
    text-decoration: none;
}

.desktopHide {
    display: none;
}

.pad_t_5 {
    padding-top: 5px;
}

@media only screen and (max-width: 480px) {
    .wrapper {
        padding: 0px 25px !important;
    }
    .first_col {
        display: block !important;
        width: 100% !important;
    }
    .second_col {
        display: block !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 25px;
    }
    .row_column {
        padding-top: 20px !important;
    }
    .second_col .hero_text h1 {
        font-size: 50px !important;
        padding-top: 0px !important;
    }
    .footer_addr {
        position: relative !important;
        padding-top: 60px !important;
        padding-bottom: 30px !important;
    }
    .footer_addr p {
        font: 15px/19px trade_gothic, Arial, Helvetica, sans-serif !important;
    }
    .desktopHide {
        display: block !important;
    }
    .MobiHide {
        display: none !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .wrapper {
        padding: 0px 30px !important;
    }
    .first_col {
        display: block !important;
        width: 100% !important;
    }
    .second_col {
        display: block !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 25px;
    }
    .row_column {
        padding-top: 20px !important;
    }
    .second_col .hero_text h1 {
        font-size: 60px !important;
        padding-top: 0px !important;
    }
    .footer_addr {
        position: relative !important;
        padding-top: 60px !important;
        padding-bottom: 30px !important;
    }
    .footer_addr p {
        font: 15px/19px trade_gothic, Arial, Helvetica, sans-serif !important;
    }
    .desktopHide {
        display: block !important;
    }
    .MobiHide {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .second_col {
        width: 22% !important;
        margin-left: 3% !important;
    }
    .footer_addr p {
        font: 15px/19px trade_gothic, Arial, Helvetica, sans-serif !important;
    }
}
