/*
/*
 * HTML5 ✰ Boilerplate v3.0.2
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: serif;
    color: #222;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */
/*
a { color: #00e; }
a:visited { color: #3c81cf; }
a:hover { color: #3c81cf; }
a:focus { outline: thin dotted; }*/

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
/*label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: .9em;
    vertical-align: baseline;
    *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input {
    line-height: normal;
    line-height: normal;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
}


    /*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
        *overflow: visible;
        padding: 5px;
        padding-left: 12px;
        padding-right: 12px;
    }

        /*
 * Re-set default cursor for disabled elements
 */

        button[disabled], input[disabled] {
            cursor: default;
        }

    /*
 * Consistent box sizing and appearance
 */

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        *width: 13px;
        *height: 13px;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    /*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    /* Colors for form validity */
    input:valid, textarea:valid {
    }

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }


/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * 'border-collapse: collapse;' needs to be overridden in designs having tables with rounded corners and drop shadows.
*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: black;
    border-width: thin;
    border-style: solid;
    border-color: #aeaeaf
}
/*td { vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

    .ir br {
        display: none;
    }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

body {
    background: #FFF;
    color: white;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div.well {
    height: 250px;
}

.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .Absolute-Center.is-Responsive {
        width: 50%;
        height: 50%;
        min-width: 200px;
        max-width: 400px;
        padding: 40px;
    }

#logo-container {
    margin: auto;
    margin-bottom: 0px;
    width: 50%;
    height: 40px;
    text-align: center;
}

.text1 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #333;
    text-align: left;
    padding-top: 5px;
}

.text-small {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #8B8B8B;
    text-align: center;
}

.text-grey {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    color: #8B8B8B;
    text-align: left;
}

.text-title {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #2358B1 text-align: left;
    margin-bottom: 5px;
    /*width:700px;*/
    height: auto;
}

.text-title1 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #044f86;
    text-align: left;
    font-style: italic;
}

.text-black1 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #202020;
    text-align: left;
    font-weight: 600;
    vertical-align: middle;
}

.radio {
    margin: 0.5rem;
}

    .radio input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

        .radio input[type="radio"] + .radio-label:before {
            content: '';
            background: #f4f4f4;
            border-radius: 100%;
            border: 1px solid #b4b4b4;
            display: inline-block;
            width: 1.4em;
            height: 1.4em;
            position: relative;
            top: -0.2em;
            margin-right: 1em;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
        }

        .radio input[type="radio"]:checked + .radio-label:before {
            background-color: #3197EE;
            box-shadow: inset 0 0 0 4px #f4f4f4;
        }

        .radio input[type="radio"]:focus + .radio-label:before {
            outline: none;
            border-color: #3197EE;
        }

        .radio input[type="radio"]:disabled + .radio-label:before {
            box-shadow: inset 0 0 0 4px #f4f4f4;
            border-color: #b4b4b4;
            background: #b4b4b4;
        }

        .radio input[type="radio"] + .radio-label:empty:before {
            margin-right: 0;
        }

.circle {
    width: 50px;
    hight: 50px;
    background-color: #57c4f5;
    /*border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	border-top-left-radius:25px;
	border-top-right-radius:25px;*/
}

.user {
    width: 190px;
    background-color: #f2f2f2;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 5px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.circle li a:hover,
.circle li:hover > a {
    color: #fff;
    background: #000;
}

.text-box {
    background-image: url(images/form_bg.jpg);
    background-repeat: repeat-x;
    border: 1px solid #c6c6c6;
    width: 100%;
    color: #333333;
    margin-right: 4px;
    font-family: tahoma, arial, sans-serif;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #000;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.text-black {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #202020;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.text-label {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #000;
    text-align: left;
}


.btn-blue {
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0aadde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
}
.btn-PurpleLink {
    -moz-box-shadow: inset 0px 1px 0px 0px #663399;
    -webkit-box-shadow: inset 0px 1px 0px 0px #663399;
    box-shadow: inset 0px 1px 0px 0px #410140c4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #663399), color-stop(1, #462b54));
    background: -moz-linear-gradient(top, #7000ab80 5%, #462b54 100%);
    background: -webkit-linear-gradient(top, #663399 5%, #462b54 100%);
    background: -o-linear-gradient(top, #663399 5%, #462b54 100%);
    background: -ms-linear-gradient(top, #663399 5%, #462b54 100%);
    background: linear-gradient(to bottom, #663399 5%, #462b54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#663399', endColorstr='#663399',GradientType=0);
    background-color: #793a89;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /* border: 1px solid #124d77; */
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    padding: 7px 18px;
    text-decoration: none;
    /*text-shadow: 0px 1px 0px #3c1d48fa;*/
}

    .btn-blue:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

    .btn-blue:active {
        position: relative;
        top: 1px;
    }

.btn-gray {
    -moz-box-shadow: inset 0px 1px 0px 0px #c9c9c9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #c9c9c9;
    box-shadow: inset 0px 1px 0px 0px #c9c9c9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #abb2b3), color-stop(1, #686b67));
    background: -moz-linear-gradient(top, #c9c9c9 5%, #686b67 100%);
    background: -webkit-linear-gradient(top, #c9c9c9 5%, #686b67 100%);
    background: -o-linear-gradient(top, #c9c9c9 5%, #686b67 100%);
    background: -ms-linear-gradient(top,#c9c9c9 5%, #686b67 100%);
    background: linear-gradient(to bottom, #c9c9c9 5%,#686b67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#686b67',GradientType=0);
    background-color: #c9c9c9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c4c2c3;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #c9c9c9;
}

    .btn-gray:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #686b67), color-stop(1, #898b8c));
        background: -moz-linear-gradient(top, #686b67 5%, #c9c9c9 100%);
        background: -webkit-linear-gradient(top, #686b67 5%, #c9c9c9 100%);
        background: -o-linear-gradient(top,#686b67 5%, #c9c9c9 100%);
        background: -ms-linear-gradient(top, #686b67 5%, #c9c9c9 100%);
        background: linear-gradient(to bottom, #686b67 5%, #c9c9c9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#686b67', endColorstr='#abb2b3',GradientType=0);
        background-color: #686b67;
    }

    .btn-gray:active {
        position: relative;
        top: 1px;
    }

.btn-red {
    -moz-box-shadow: inset 0px 1px 0px 0px #e8371b;
    -webkit-box-shadow: inset 0px 1px 0px 0px #e8371b;
    box-shadow: inset 0px 1px 0px 0px #e8371b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF0000), color-stop(1, #cc0606));
    background: -moz-linear-gradient(top, #FF0000 5%, #cc0606 100%);
    background: -webkit-linear-gradient(top, #FF0000 5%, #cc0606 100%);
    background: -o-linear-gradient(top, #FF0000 5%, #cc0606 100%);
    background: -ms-linear-gradient(top, #FF0000 5%, #cc0606 100%);
    background: linear-gradient(to bottom, #FF0000 5%, #cc0606 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#cc0606',GradientType=0);
    background-color: #FF0000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d3102e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #d1191c;
}

    .btn-red:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cc0606), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #cc0606 5%, #FF0000 100%);
        background: -webkit-linear-gradient(top, #cc0606 5%, #FF0000 100%);
        background: -o-linear-gradient(top, #cc0606 5%, #FF0000 100%);
        background: -ms-linear-gradient(top, #cc0606 5%, #FF0000 100%);
        background: linear-gradient(to bottom, #cc0606 5%, #FF0000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0606', endColorstr='#FF0000',GradientType=0);
        background-color: #cc0606;
    }

    .btn-red:active {
        position: relative;
        top: 1px;
    }

.btn-purple {
    -moz-box-shadow: inset 0px 1px 0px 0px #591a78;
    -webkit-box-shadow: inset 0px 1px 0px 0px #591a78;
    box-shadow: inset 0px 1px 0px 0px #591a78;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #800080), color-stop(1, ##663399));
    background: -moz-linear-gradient(top, #800080 5%, #663399 100%);
    background: -webkit-linear-gradient(top, #800080 5%, #663399 100%);
    background: -o-linear-gradient(top, #800080 5%,#663399 100%);
    background: -ms-linear-gradient(top, #800080 5%, #663399 100%);
    background: linear-gradient(to bottom, #800080 5%, #663399 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800080', endColorstr='#663399',GradientType=0);
    background-color: #00ff95;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #591a78;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #6c14c4;
}

    .btn-purple:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #663399), color-stop(1, #7d00c1));
        background: -moz-linear-gradient(top, #663399 5%, #800080 100%);
        background: -webkit-linear-gradient(top, #663399 5%, #800080 100%);
        background: -o-linear-gradient(top, #663399 5%, #800080 100%);
        background: -ms-linear-gradient(top, #663399 5%, #800080 100%);
        background: linear-gradient(to bottom, #663399 5%, #800080 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#663399', endColorstr='#800080',GradientType=0);
        background-color: #663399;
    }

    .btn-purple:active {
        position: relative;
        top: 1px;
    }
/* General Blueprint Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);


*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    font-size: 100%;
    padding: 0;
    margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}



.container > header {
    width: 90%;
    max-width: 69em;
    margin: 0 auto;
    padding: 2.875em 1.875em 1.875em;
}

    .container > header h1 {
        font-size: 1.5em;
        line-height: 1.3;
        margin: 0 0 0.6em 0;
        float: left;
        font-weight: 400;
    }

    .container > header > span {
        display: block;
        position: relative;
        z-index: 9999;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5em;
        padding: 0 0 0.6em 0.1em;
    }

        .container > header > span span:after {
            width: 30px;
            height: 30px;
            left: -12px;
            font-size: 50%;
            top: -8px;
            font-size: 75%;
            position: relative;
        }

        .container > header > span span:hover:before {
            content: attr(data-content);
            text-transform: none;
            text-indent: 0;
            letter-spacing: 0;
            font-weight: 300;
            font-size: 110%;
            padding: 0.8em 1em;
            line-height: 1.2;
            text-align: left;
            left: auto;
            margin-left: 4px;
            position: absolute;
            color: #47a3da;
            background: #fff;
        }

    .container > header nav {
        float: right;
        text-align: center;
    }

        .container > header nav a {
            display: inline-block;
            position: relative;
            text-align: left;
            width: 2.5em;
            height: 2.5em;
            background: #47a3da;
            border-radius: 50%;
            margin: 0 0.1em;
            border: 4px solid #fff;
        }

            .container > header nav a > span {
                display: none;
            }

            .container > header nav a:hover:before {
                content: attr(data-info);
                color: #fff;
                position: absolute;
                width: 600%;
                top: 120%;
                text-align: right;
                right: 0;
                pointer-events: none;
            }

            .container > header nav a:hover {
                background: #fff;
            }

.bp-icon:after {
    font-family: 'bpicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.container > header nav .bp-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 2;
    text-indent: 0;
}

.container > header nav a:hover:after {
    color: #47a3da;
}

.bp-icon-next:after {
    content: "\e000";
}

.bp-icon-drop:after {
    content: "\e001";
}

.bp-icon-archive:after {
    content: "\e002";
}

.bp-icon-about:after {
    content: "\e003";
}

.bp-icon-prev:after {
    content: "\e004";
}

.main {
    width: 100%;
    padding: 0 2em 3em;
    max-width: 100em;
}

@media screen and (max-width: 55em) {

    .container > header h1,
    .container > header nav {
        float: none;
    }

    .container > header > span,
    .container > header h1 {
        text-align: center;
    }

    .container > header nav {
        margin: 0 auto;
    }

    .container > header > span {
        text-indent: 30px;
    }
}




.label-text {
    position: relative;
}

    /* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
    .label-text:before,
    .label-text:after {
        content: " ";
        display: table;
    }

    .label-text:after {
        clear: both;
    }

.column {
    width: 33%;
    padding: 10px 30px;
    float: left;
}

.form01 {
    width: 33%;
    padding: 10px 30px;
    float: left;
}

.form02 {
    width: 45%;
    padding: 10px 10px;
    float: left;
    clear: none;
    margin-left: 20px;
}

.form03 {
    width: 48%;
    padding: 10px 10px;
    float: right;
}

.form-box {
    width: 700px;
    padding: 2px 2px;
    float: left;
    background-color: #ffffff;
    box-shadow: initial;
    border: #d4d8d8;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-style: solid;
    border-width: thin;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.form-box1 {
    width: 1000px;
    padding: 2px 2px;
    float: left;
    background-color: #ffffff;
    box-shadow: initial;
    border: #a7c8e8;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-style: solid;
    border-width: thin;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}

.form-box2 {
    width: 800px;
    padding: 2px 2px;
    float: left;
    background-color: #ffffff;
    box-shadow: initial;
    border: #a7c8e8;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-style: solid;
    border-width: thin;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}

.form-box3 {
    width: 1070px;
    padding: 2px 2px;
    float: left;
    background-color: #ffffff;
    box-shadow: initial;
    border: #a7c8e8;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-style: solid;
    border-width: thin;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}

.label-text label {
    display: block;
    padding: 30px 5px 5px 2px;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.label-text input,
.label-text textarea,
.label-text select {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    line-height: 1.5;
    font-size: 1em;
    padding: 5px 10px;
    color: #1d1d1d;
    display: block;
    width: 100%;
    background: transparent;
}

.label-text input,
.label-text textarea {
    border: 1px solid #57a4ff;
}

.label-text textarea {
    min-height: 200px;
}

    .label-text input:focus,
    .label-text textarea:focus,
    .label-text label:active + input,
    .label-text label:active + textarea {
        outline: none;
        border: 1px solid #0053b5;
    }

.label-text select:focus {
    outline: none;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #10689a;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #10689a;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #828686;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #10689a;
    font-style: italic;
}

.cbp-mc-submit-wrap {
    text-align: center;
    padding-top: 40px;
    clear: both;
}

.label-text input.cbp-mc-submit {
    background: #10689a;
    border: none;
    color: #fff;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    border-radius: 2px;
    letter-spacing: 1px;
}

    .label-text input.cbp-mc-submit:hover {
        background: #1478b1;
    }

.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

@media screen and (max-width: 70em) {
    .column {
        width: 50%;
    }

        .column:nth-child(3) {
            width: 100%;
        }

    .popup {
        width: 90%;
    }

    .modal-footer {
        padding: 15px;
        text-align: center;
        border-top: 1px solid #e5e5e5
    }

        .modal-footer .btn + .btn {
            margin-bottom: 0;
            margin-left: 5px
        }

        .modal-footer .btn-group .btn + .btn {
            margin-left: -1px
        }

        .modal-footer .btn-block + .btn-block {
            margin-left: 0
        }

    .form01 {
        width: 100%;
        padding: 10px 10px;
        float: left;
    }

    .form02 {
        width: 100%;
        padding: 10px 10px;
        float: right;
    }

    .form-box {
        width: 350px;
        padding: 10px 10px;
        float: left;
    }

    .form-box1 {
        width: 350px;
        padding: 10px 10px;
        float: left;
    }

    .form-box2 {
        width: 350px;
        padding: 10px 10px;
        float: left;
    }

    .form-box3 {
        width: 350px;
        padding: 10px 10px;
        float: left;
    }
}

@media screen and (max-width: 48em) {
    .column {
        width: 100%;
        padding: 10px;
    }

    .popup {
        width: 90%;
    }

    .modal-footer {
        padding: 15px;
        text-align: center;
        border-top: 1px solid #e5e5e5
    }

        .modal-footer .btn + .btn {
            margin-bottom: 0;
            margin-left: 5px
        }

        .modal-footer .btn-group .btn + .btn {
            margin-left: -1px
        }

        .modal-footer .btn-block + .btn-block {
            margin-left: 0
        }

    .form01 {
        width: 100%;
        padding: 10px 10px;
        float: left;
    }

    .form02 {
        width: 100%;
        padding: 10px 10px;
        float: right;
    }

    .form-box {
        width: 350px;
        padding: 10px 10px;
        float: left;
    }

    .form-box1 {
        width: 350px;
        padding: 10px 10px;
        float: left;
    }

    .form-box2 {
        width: 350px;
        padding: 10px 10px;
        float: left;
    }
}
