/** RESET AND CLEARFIX
================================================**/

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,
ul,
li,
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 {
    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;
    color: #000000;
    font-family: sans-serif;
    background: #fff;
    margin-top: 0px;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/** CAROUSEL DEMYSTIFIED
================================================**/

.carousel-demystified aside {
    display: none;
}

.carousel-demystified #primary {
    margin: 0;
}

.carousel-demystified h2 {
    font-size: 1.75em;
    margin-bottom: 30px;
}

.carousel-demystified ol li {
    list-style: decimal;
    margin: 0 0 5px 50px;
    line-height: 1.35em;
    color: #555;
}


/** font smoothing ie **/

body.ie6 #goodAntiAliasing,
body.ie7 #goodAntiAliasing,
body.ie8 #goodAntiAliasing {
    background-color: white;
}

#goodAntiAliasing {
    opacity: 0.5;
    /* IE 8: yes, it is ugly but it has to be on one line. :-( */
    -ms-filter: "progid:DXImageTransform.Microsoft.Chroma(color='white') progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    /* IE 6,7 is more flexible: it can be on multiple lines. */
    filter: progid: DXImageTransform.Microsoft.Chroma(color='white') progid: DXImageTransform.Microsoft.Alpha(opacity=50);
}


/* PS Banner */

button,
a.btn-01 {
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #3d5971;
    text-decoration: none;
    text-align: left;
    padding: 7px 14px 7px 16px;
    cursor: pointer;
    border-radius: 1px;
    /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); */
    background: #ffffff;
    margin-top: 8px;
}

a.btn-02 {
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    padding: 7px 14px 7px 16px;
    cursor: pointer;
    border-radius: 1px;
    background: #001d26;
    margin-top: 8px;
}

button .wb,
a.btn-01.wb {
    color: #000 !important;
    background: #fff !important;
}

a.btn-01:hover,
a.btn-01:focus {
    color: #fff !important;
    background: #e9041e !important;
}

a.btn-02:hover,
a.btn-02:focus {
    color: #fff !important;
    background: #e9041e !important;
}

.h-03-sg {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
}

.h-04-sg {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 31px;
    line-height: 28px;
}

.p-01-sg {
    font-size: 28px;
    line-height: 25px;
}

.pt{
	padding-top: 10px;
}

.pb{
	padding-bottom: 10px;
}

.fbl-01 {
    color: #071e30;
    font-weight: normal !important;
    text-shadow: 1px 1px 2px #071E30;
}

.fbl-02 {
    color: #071e30;
}

.fw-01 {
    color: #fff;
    font-weight: normal !important;
    text-shadow: 1px 1px 2px #071E30;
}

@media only screen and (max-width: 700px) {
    button,
    a.btn-01, a.btn-02 {
        display: inline-block;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        background: #001d26;
        text-decoration: none;
        text-align: left;
        padding: 7px 14px 7px 16px;
        cursor: pointer;
        border-radius: 1px;
        color: #ffffff;
        margin-top: 8px;
    }
    button .wb,
    a.btn-01.wb, a.btn-02.wb {
        color: #000 !important;
        background: #fff !important;
    }
    a.btn-01:hover,
    a.btn-01:focus,a.btn-02:hover,a.btn-02:focus {
        color: #fff !important;
        background: #e9041e !important;
    }
}

@media only screen and (min-width: 701px) {
    .bg-07 {
        background-color: rgba(230, 230, 230, 0.4);
        filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7fe6e6e6', endColorstr='#7fe6e6e6');
        /* IE */
    }
    .bg-08 {
        background-color: rgba(249, 205, 27, 0.2);
        filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7fe6e6e6', endColorstr='#7fe6e6e6');
        /* IE */
    }
    .bg-09 {
        background-color: rgba(7, 30, 48, 0.8);
        filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7fe6e6e6', endColorstr='#7fe6e6e6');
        /* IE */
    }
    .bg-10 {
        background-color: rgba(40, 40, 42, 0.8);
        filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7fe6e6e6', endColorstr='#7fe6e6e6');
        /* IE */
    }
}