﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);


/*--------------------- CSS RESET -------------------- 
http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;

    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
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;
}

/*----------------- // CSS RESET -------------------- */

*:before, *:after {
    -moz-box-sizing: border-box;
}

.clearfix:before, .clearfix:after, .container:before, .container:after {
    clear: both;
    content: " ";
    display: table;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*----------------- TYPOGRAPHY -------------------- */
body {
    text-align: center;
    background: #e8e9e8;
    font-family: 'Open Sans',Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0;
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    font-size: 2em;
    margin-bottom: .5em;
}

h2, .xlarge {font-size: 1.75em;}
h3, .larger {font-size: 1.5em;}
h4, .large {font-size: 1.25em;}
h5, .medium {font-size: 1.1em;}
h6, .baseline {font-size: 1em;}

.small {font-size: .85em;}
.xsmall {font-size: .75em;}

p {
    line-height: 2;
    margin-bottom: 1.25em;
}

ul.bullets.bullets2 li
 {
    margin-left: 1em;
    line-height: 1.75;
}

ul.bullets2 li {
    list-style-type: none;
}

ol {
    margin: 0 0 1em 2em;
}

i, em {
    font-style: italic;
}

b, strong {
    font-weight: 600;
}
/*
i, em {
    font-style: normal;
    font-weight: 300italic;
}

    i b, em strong, b i, strong em {
        font-style: normal;
        font-weight: 600italic;
    }
*/
a, a:active {
    color: #1C488F /*#1c488f*/;
    text-decoration: none;
}

a:hover {
    color: #ed1c24;
}

a:visited {
    color: #4a6cb9;
}

.attention {
    color: #ed1c24;
    font-weight: 600;
}

.red-text {
    color: #ed1c24;
}

sup {
    font-size: 65%;
}


/*----------------- // TYPE -------------------- */
/*----------------- FORMATTING -------------------- */

.container {
    width: 1012px;
    margin: 0 auto;
    text-align: left;
}

.row {
    padding: 0 0 1em;
    display: table;
}

.card {
    background: #fff;
    box-shadow: 0 3px 0px 0 #c2c3c4;
    margin-bottom: 1em;
    border-radius: 4px;
}


.col70l {
    float: left;
    width: 700px;
}

.col30r {
    float: right;
    width:300px;
    margin-left: 12px;
}

/*----------------- // FORMATTING -------------------- */
/*--------------------- FORMS -------------------- */

/* forms with labels to left of inputs */
.wide-forms {
    width: 100%;
}

/* forms with labels above inputs */
.long-forms {
}

.formrow {
    clear: both;
    content: " ";
    display: table;
    width: 100%; 
    margin-bottom: .5em; 
}

    .wide-forms label {
        width: 23%;
        float: left;
        line-height: 2;
        text-align: right;
        padding-right: 2%;
    }

    .wide-forms input,
    .wide-forms select,
    .wide-forms textarea {
        width: 40%;
        float: left;
    }

    .wide-forms select {
        width: 42%;
    }

    .wide-forms textarea {
        width: 41%;
    }

    .wide-forms textarea {
        font-style: italic;
        color: #aaa;
    }

    .wide-forms .form-error {
        float: left;
        width: 30%;
        padding-left: 1%;
    }


.form-error {
    color: #BB1F17;
    font-style: italic;
    display: block;
    padding: 1em 0 0;
}

input[type=email], input[type=password], input[type=text], select {
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: .5em;
    font-weight: 300italic;
}

.watermark-color {
    color: #aaa;
}

.form-box {
    background: #eee;
    border: 1px solid #ccc;
    padding: 1em;
    border-radius: 4px;
    text-align: center;
}

    .form-box input[type=email],
    .form-box input[type=password],
    .form-box input[type=text] {
        border: 1px solid #b4b2b2;
        width: 300px;
    }

.radio input,
.radio label {
    float: left;
}

.radio label {
    width: auto;
    padding-left: .5em;
}

.other-search-box {
    width: 80%;
}

    .other-search-box .form-box {
        text-align: left;
        overflow: auto;
    }

        .other-search-box .form-box h6 {
            float: left;
            font-size: 1.25em;
            font-weight: 400;
            margin-right: 2em;
            padding-top: .5em;
        }

        .other-search-box .form-box select,
        .other-search-box .form-box input {
            float: left;
            margin-right: 1em;
            padding-top: .5em;
        }



/*----------------- // FORMS -------------------- */
/*----------------- BUTTONS -------------------- */
input[type=submit] {
    border: none;
}

.btm-buttons {
    margin: 1em 0 1em 23%;
}

.btn {
    border-radius: 4px;
    border: none;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

input.submit {
    background: #84a7da;
    border-bottom: 2px solid #708cb6;
    color: #FFFFFF;
    font-size: 1.5em;
    width: auto;
    padding: .2em 1.25em;
}

input.secondary {
    background: #b4b2b2;
    border-bottom: 2px solid #a5a3a3;
    color: #FFFFFF;
    font-size: 1.5em;
    width: auto;
    padding: .2em 1.25em;
    margin-left: .5em;
}

/*----------------- // BUTTONS -------------------- */

.bsp-news-content {
    font-size: 11pt;
    line-height: 2;
}

.bsp-news-content p {
    font-size: 11pt;
}

.surround-table .bsp-news-content p {
    font-size: 11pt;
}