@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(/fonts/cJZKeOuBrn4kERxqtaUH3SZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/fonts/k3k702ZOKiLJc3WVjuplzJS3E-kSBmtLoNJPDtbj2Pk.ttf) format('truetype');
}
@keyframes blink {
    to {
        visibility: hidden;
        }
    }
@-webkit-keyframes blink {
    to {
        visibility: hidden;
        }
    }
.alert h1 {
            -webkit-animation: blink 2s steps(5, start) infinite;
            animation: blink 2s steps(5, start) infinite;
	}


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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    position: relative;
    min-height: 100%;
}


body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

img { border: 0 }

h1 {
    font-size: 1.57em;
    font-weight: bold
}

p { margin: 0px 0px 20px }



/* HEADER */
#header {
    padding: 30px 64px 0px;
}

#header:after {
    clear:both;
    content: " ";
    display: table;
}

#header img, #header p { display: block }

#header #logo { float: left }

#header p { float: right }

#header p strong,
#header p span { font-size: 1.57em }





/* BODY */
#body-container {
    position: relative;
}

.text-blue { color: rgb(0, 118, 193) }

.media, .media-body {
    overflow: hidden;
}

.media-body,
.media-left {
    display: table-cell;
    vertical-align: top;
}
.media-left {
    padding-right: 10px;
}

.media-body {
    width: 10000px;
}

.alert {
    color: #f01101;
    margin: 20px auto 65px auto;
    max-width: 650px;
}



/* BLUE BLOCK */
.col1, .col2, .col3, .col1 .wrap, .col1 .wrap p {
    height: 200px;
}


.col1 {
    width: 60%;
    float: left;
    background: url("/img/left_st.gif") no-repeat right 150px top 0px rgb(0, 118, 193);
}

.col1 .wrap {
    margin-right: 180px;
    color: #fff;
    float: right;
}

.col1 .wrap p {
    display: table-cell;
    vertical-align: middle;
    max-width: 300px;
    font-size: 1.29em;
    margin: 0;
}


.col2 {
    background: #fff;
    width: 300px;
    float: left;
    margin-left: -150px;
}

.col3 {
    width: 40%;
    float: right;
    margin-left: -150px;
    background: url("/img/right_st.gif") no-repeat 150px 0px rgb(0, 118, 193);
}

.col2 .wrap {
    width: 200px;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #656565;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b7b7b7;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #4275bc;
    outline: 0;
}
.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #ccc;
}
.form-control::-webkit-input-placeholder {
    color: #ccc;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.btn {
    display: block;
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    background-color: rgb(0, 118, 193);
    color: #fefefe
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    background-color: #4275bc;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled], {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}



/* Medium size screen */
@media (max-width: 840px) {
    #header p, #header #logo { float: none }
    #header {
        padding: 20px;
    }
    #header p {
        margin-top: 20px;
        font-size: 0.8em;
    }

    #header #logo img {
        max-width: 100%;
        height: auto;
    }

    .media {
        padding-left: 10px;
        padding-right: 10px;
    }

    .alert {
        margin: 0px auto 20px;
    }

    .col1, .col2 {
        width: 50%;
        float: left;
        margin: 0;
    }

    .col1 {
        background-position: top right;
    }

    .col3 {
        display: none;
    }

    .col1 .wrap {
        margin: 0px 40px 20px 20px;
    }
}



/* small screens */
@media (max-width: 480px) {
    .col1, .col2, .col1 .wrap, .col1 .wrap p {
        height: auto;
    }

    .col1, .col1 .wrap, .col2 {
        float:none;
        width: 100%;
    }


    .col1 .wrap {
        padding: 10px;
        font-size: 0.8em;
        margin: 0px;
    }

    .col1 {
        background-image: none;
        margin-bottom: 20px;
    }

    .col2 .wrap {
        width: 100%;
        display: block;
    }
}


/*  tiny screens */
@media (max-width: 350px) {
    .media.alert .media-left {
        display: none;
    }
    .media {
        padding: 0 20px;
    }
}