@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: Arial, Helvetica, adobe-helvetica, Arial Narrow;
    font-style: 16px;
}

a:hover {
    text-decoration: none;
}

h3 {
    color: #243c4f;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin: 0 0 10px 0;
    position: relative;
}

h4 {
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.pre-load-img {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../images/loading.gif) center center no-repeat #e2e2e2;
    background-size: 20% !important;
}

.logo {
    position: relative;
    margin: 0;
}

.logo img {
    width: 50%;
}

header {
    position: relative;
    background: #313F49;
    padding: 20px 0 20px 0;
}

.main-menu ul {
    text-align: right;
    margin: 10px 0 0 0;
}

.main-menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 15px;
}

.main-menu ul li a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.main-menu ul li a:hover,
.main-menu ul li a.active {
    color: #7bc411;
}

.main_container {
    min-height: 500px;
}

.parallax-window {
    min-height: auto;
    background: #fefbec;
    background-position: center center;
    position: relative;
    text-align: center;
    background-size: contain;
}

.parallax-window img {
    width: 100%;
}

.parallax-window.inner-banner h1 {
    padding: 30px 0 10px 0;
}

.parallax-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.parallax-window h1 {
    color: #fff;
    font-size: 30px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    padding: 92px 0 10px 0;
}

.parallax-window p {
    color: #fff;
    font-size: 16px;
    position: relative;
    font-style: italic;
}

.content-area {
    padding: 40px 0 40px 0;
}

.content-area h2 {
    color: #243c4f;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    margin: 0 0 30px 0;
    position: relative;
}

.content-area h2::before {
    height: 3px;
    width: 45px;
    background-color: #7bc411;
    position: absolute;
    content: " ";
    bottom: -4px;
    left: 0;
}

.content-area .team_head h2::before {
    height: 0px;
}

.content-area p {
    font-size: 16px;
}

.content-area p img {
    margin: 0 0 10px 10px;
}

.hist-link {
    position: absolute;
    top: 205px;
    right: 30px;
}

.content-area p a {
    color: #961300;
    font-weight: bold;
}

.content-area p a:hover {
    text-decoration: underline;
}

.team-section {
    padding: 30px 0 0 0;
}

.team-section ul li {
    list-style: none;
    margin-bottom: 30px;
    text-align: center;
}

.team-section ul li a {
    display: block;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    color: #000000;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #edffd0;
    padding: 30px 20px 15px 20px;
}

.team-section ul li a:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(148, 200, 61, 0.6);
    -moz-box-shadow: 0px 0px 5px 0px rgba(148, 200, 61, 0.6);
    box-shadow: 0px 0px 5px 0px rgba(148, 200, 61, 0.6);
}

.team_head {
    height: 60px;
}

.team_head h2 {
    padding: 5px 0 0 10px;
    font-size: 16px;
    margin: 0;
}

.team_head p {
    padding: 5px 0 10px 10px;
    margin: 0;
}

.hist-link a {
    text-decoration: underline;
    color: #000;
    font-weight: bold;
}

.right-section {
    background-color: #f1f1f1;
    padding: 15px;
}

.right-section h2 {
    font-size: 20px;
}

.img-left {
    float: left;
    margin: 0 10px 0 0;
}

.righ-desc {
    float: left;
    width: 76%;
}

.right-section p {
    font-size: 14px;
}

.right-section ul {
    margin: 0;
    padding: 0;
}

.right-section ul li {
    list-style: none;
    border-bottom: 1px solid #d9d8d8ee;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

.right-section ul li p {
    font-size: 14px;
    margin: 0;
}

.modal-title {
    font-weight: 700;
    color: #000000;
    font-size: 20px;
}

footer {
    background: #162055;
    padding: 20px 0 10px 0;
    text-align: center;
}

footer.withcookies {
    padding: 15px 0 83px 0 !important;
    min-height: 130px;
}

.footer-logo {
    margin: 0 0 15px 0;
}

footer p {
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 16px;
}

footer p a {
    color: #fff;
    text-decoration: underline
}

footer p a:hover,
footer p a.active {
    color: #94c83d;
    text-decoration: underline !important;
}

.footer-logo p {
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.footer-logo img {
    display: inline-block;
}


/* General styles for all menus */

.cbp-spmenu {
    background: #243c4f;
    position: fixed;
    -webkit-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.cbp-spmenu a.btn-blue {
    color: #fff;
    margin: 10px;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.cbp-spmenu ul {
    margin: 0;
    padding: 0;
}

.cbp-spmenu ul li {
    list-style: none;
}

.cbp-spmenu a:hover,
.cbp-spmenu ul li.active a {
    background: #B9C705;
    color: #fff;
}


/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #fff;
    padding: 1em;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}


/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}


/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}


/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#showLeftPush {
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0 6px 6px;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -5px);
    transform: rotate(45deg) translate(-6px, -5px);
}

.info {
    color: #f20f0f;
    font-size: 12px;
    position: absolute;
    right: 24px;
    top: 2px;
}

.errorMessage {
    color: #f20f0f;
}

.successMessage {
    color: #15bf00;
}

#cookie_box {
    position: fixed;
    display: none;
    bottom: 20px;
    font-size: 16px;
    z-index: 1000;
    text-align: center;
    width: 100%;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
}

.cookie_boxinner {
    background: rgba(0, 0, 0, 0.8);
    width: 90%;
    width: auto;
    padding: 10px 10px 10px 10px;
}

#cookie_box p {
    font-size: 15px;
    margin: 0 0 5px 0;
}

footer.withcookies {
    padding: 15px 0 83px 0 !important;
    min-height: 170px;
}


/*iframe {*/


/*    width: 100% !important;*/


/*    height: 400px !important;*/


/*}*/

#cookie_box p span {
    font-weight: bold;
    font-size: 18px;
    color: #f73649;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

#cookie_box p b {
    font-size: 18px;
}

#cookie_box .btn {
    padding: 4px 10px 4px 10px;
}

.cookie_third_msg input {
    display: inline-block;
}

.cookie_second_msg,
.cookie_third_msg {
    display: none;
}

a.whynot {
    color: #fde910;
    font-size: 16px;
    position: absolute;
    left: 81px;
    top: 35px;
    font-weight: 700;
    text-decoration: underline;
}

a.whynot:hover {
    color: #fff;
    text-decoration: underline !important;
}

.modal-open {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-body iframe {
    width: 100%;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

.member-font p a {
    color: #ff2607;
    font-family: 'latobold';
    text-decoration: underline;
}

.contact-form form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
}

.contact-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.contact-form span {
    color: red;
    font-size: 0.875em;
}

.contact-form button {
    width: 100%;
    background-color: #52a93e;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 45px;
}

.contact-form button:hover {
    background-color: #157347;
}

#captcha_refresh {
    background: url(../images/refresh.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: none;
    background-size: 100%;
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }
    .cbp-spmenu-top {
        top: -110px;
    }
    .cbp-spmenu-bottom {
        bottom: -110px;
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }
    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }
    .cbp-spmenu-right {
        right: -190px;
    }
    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

@media only screen and (max-width: 1023px) {
    #showLeftPush {
        display: block;
        position: absolute;
        right: 0;
        z-index: 1;
        bottom: 4px;
        cursor: pointer;
        background-color: #b9c705;
        border: 1px solid #b9c705;
        width: 50px;
        text-align: center;
    }
    .main-menu {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    #cookie_box p span {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width:991px) {}

@media only screen and (max-width:767px) {
    .contact-form .col-md-6 {
        margin: 0 0 20px 0;
    }
    .contact-form .form-group {
        margin: 0;
    }
    .contact-form .btn.btn-danger {
        margin: 10px 0 0 0;
    }
    .right-section {
        margin: 30px 0 0 0;
    }
    .logo {
        position: relative;
        margin: 9px 0 0 0;
        width: 207px;
        margin: 0 auto;
    }
    header .text-right {
        text-align: center!important;
    }
    .parallax-window h1 {
        font-size: 22px;
    }
    .parallax-window p {
        font-size: 14px;
    }
    .content-area h2 {
        font-size: 22px;
    }
    .content-area p {
        font-size: 14px;
    }
}

@media only screen and (max-width:575px) {
    .modal-open .modal {
        padding-right: 0 !important;
    }
    #cookie_box {
        width: 100%;
    }
    a.whynot {
        left: 0;
        width: 100%;
        text-align: center;
    }
    #cookie_box .btn {
        width: 100%;
        margin-bottom: 5px;
    }
}