@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url("Open Sans.woff") format("woff");
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
    margin: 0;
}

h1, .h1 {
    color: #72b220;
    font-size: 44px;
    margin: 56px 0 28px 0;
}

.wrap {
    word-wrap: break-word;
}

a {
    color: #238981;
    text-decoration: none;
    width: 100%;
}

    a:hover {
        color: #238981;
        text-decoration: underline;
    }

p {
    color: #404040;
    font-size: 1em;
    margin: 0 0 20px;
    line-height: 1.56;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

.container {
    width: 740px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -10px;
    margin-right: -10px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.header-logo {
    position: absolute;
    top: 20px;
}

.image-bg-top, .lead-image-top {
    background-size: cover;
    background-repeat: no-repeat;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-basic {
    background-color: #238981;
    color: white;
    font-size: 1em;
    padding: 0.8em;
    text-decoration: none;
}

    .btn-basic:hover, .btn-basic:active, .btn-basic:focus {
        background-color: #2aa298;
        color: white;
        background-image: none;
        outline: 0;
        box-shadow: none;
    }

.heading-margin {
    margin-top: 10px;
}

.marginBottom {
    margin-bottom: 37px;
}

.text-center {
    text-align: center;
}

.primer {
    color: #000;
    fill: #000;
}

.secondary {
    color: #46156b;
    fill: #46156b;
}

.footer-menu {
    padding-top: 14px;
    padding-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
    background: #edece8;
    color: #555;
    border-top: 3px solid #34a00a;
}

img.margin {
    margin-left: 60%;
    margin-top: 5%;
}

.nav-wrapper {
    min-height: 140px;
    margin-bottom: 0px;
    background-color: white;
    border-bottom: 5px solid #eeeeee;
}

nav.navbar.navbar-default.navbar-fixed-top {
    min-height: 40px;
    margin-bottom: 0px;
    background-color: #f7f7f7;
    border-bottom: none;
}

.navbar-fixed-top {
    top: 0;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar {
    border: 1px solid transparent;
}

nav {
    display: block;
}

.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

.subnav {
    position: absolute;
    height: 0px;
}

.subnav {
    width: 100%;
    margin-top: 40px;
    z-index: 1000;
    font-size: 13px;
    background-color: white;
}

    .subnav a {
        font-size: 18px;
        margin-left: 15px;
        padding-bottom: 5px;
        color: #404040;
        text-decoration: none;
        transition: all 0.3s;
    }

.align-center {
    margin: auto;
    width: 45%;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default {
    margin-top: 50px;
    border-color: #ddd;
}

.panel-login {
    padding: 0px 56px 44px 56px;
}

.col-xs-12 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 2px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }

    .container {
        width: 740px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1160px;
    }
}
