
h1 {
    color: #0083aa;
}

h2 {
}

h3 {
}

h4 {
}

p {
    margin: 1rem 0rem;
}

/*h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child {
    margin-top: 0px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
p:last-child {
    margin-bottom: 0px;
}*/

a:link,
a:active,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0px;
}

a.pdf {
    display: inline-block;
    padding-left: 22px;
    background: url('../../images/pdf.png') left 2px no-repeat;
}

a.word {
    display: inline-block;
    padding-left: 22px;
    background: url('../../images/doc.png') left 2px no-repeat;
}

p.small {
    line-height: 20px;
}

.btn_border {
    padding: 5px 15px;
    border: 1px solid #0083aa;
    color: #0083aa !important;
    border-radius: 0;
}

    .btn_border:hover {
        background: #0083aa !important;
        color: #fff !important;
    }

.btn_full {
    padding: 8px 16px;
    color: #fff !important;
    background: #056986;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

    .btn_full:hover {
        background: #00566f;
    }

    .btn_full.disabled {
        background: #aaa !important;
    }

    .btn_full.danger {
        background: #da0000;
    }

        .btn_full.danger:hover,
        .btn_full.danger:focus,
        .btn_full.danger:active {
            background: #be0000;
        }

ul {
    margin-top: 10px;
}

a.disabled {
    cursor: not-allowed;
}

/*-----------------------------------------------------------------------------------------------*/

.clearer {
    clear: both;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.clear:after {
    content: " ";
    clear: both;
    display: block;
}

hr {
    height: 1px;
    overflow: hidden;
    color: #666666;
    border: none;
    background-color: #666666;
}

.spacer {
    margin-top: 15px;
    margin-bottom: 15px;
}

.spacer_top {
    margin-top: 15px;
}

.spacer_bottom {
    margin-bottom: 15px;
}

.padder {
    padding-left: 15px;
    padding-right: 15px;
}

.padder_left {
    padding-left: 15px;
}

.padder_right {
    padding-right: 15px;
}

.nopadding {
    padding: 0px !important;
}

.nopadding_right {
    padding-right: 0px !important;
}

.nopadding_left {
    padding-left: 0px !important;
}

.push_right {
    float: right;
}

.push_left {
    float: left;
}

img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 4px;
    display: block;
}

img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 4px;
    display: block;
}

img.aligncenter {
    text-align: center;
    margin: 1em auto 5px auto;
    clear: both;
    display: block;
}

img.fullwidth {
    margin: 0px;
    display: block;
}

/*-----------------------------------------------------------------------------------------------*/

html {
    font-size: 16px;
}

body {
    margin: 0px;
    color: #222;
    font-size: 1rem;
    line-height: 1.5em;
    font-family: Arial, Helvetica, Tahoma, Geneva, Verdana, Sans-Serif;
}

    body > form {
        margin: 0px;
    }

.blur {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    filter: blur(7px);
}

#page_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 3000;
    text-align: center;
    color: #fff;
    font-size: 25px;
    display: none;
}

    #page_overlay.active {
        display: block;
    }

    #page_overlay i {
        margin-top: 40vh;
    }

/*-----------------------------------------------------------------------------------------------*/

#header {
}

    #header .container {
    }

    #header .logo {
        position: absolute;
        top: 0;
        left: 0;
    }

#content {
}

/*-----------------------------------------------------------------------------------------------*/

.lower_banner {
    height: 250px;
    overflow: hidden;
}

    .lower_banner .container {
        position: relative;
        text-align: center;
    }

    .lower_banner img {
        width: auto !important;
        height: 100% !important;
        max-width: none !important;
    }

    .lower_banner .container h1,
    .lower_banner .container p {
        position: absolute;
        left: 15px;
        bottom: 15px;
        margin: 0px;
        padding: 15px;
        color: #FFFFFF;
        font-weight: normal;
        font-size: 2.6em;
        line-height: 1.05em;
        background-color: #4C61BB;
    }

/*-----------------------------------------------------------------------------------------------*/

.breadcrumb {
    padding: 0px;
    background-color: transparent;
}

    .breadcrumb > li + li:before {
        color: #000000;
    }

    .breadcrumb > .active {
        color: #000000;
    }


/*-----------------------------------------------------------------------------------------------*/

.page_container {
    display: table;
    table-layout: fixed;
    width: 100%;
    min-height: 78vh;
}

    .page_container .menu_first {
        display: table-cell;
        width: 200px;
        vertical-align: top;
        border-right: solid 4px #fff;
        background: #f0f0f0;
        position: relative;
        z-index: 20;
    }

    .page_container .menu_second {
        display: table-cell;
        width: 250px;
        vertical-align: top;
        border-right: solid 4px #fff;
        background: #f0f0f0;
        position: relative;
        z-index: 20;
    }

    .page_container .right_container {
        display: table-cell;
        width: 100%;
        vertical-align: top;
        padding: 25px 0 120px 35px;
    }
