@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: 'Lato', sans-serif, Arial, Helvetica, sans-serif, Verdana, Geneva, Tahoma, sans-serif;
    font-style: 16px;
    background-color: #f2f2f2;
    font-weight: 400;
}

a:hover {
    text-decoration: none !important;
}

ul {
    padding: 0;
    margin: 0 0 0 30px;
}

.header-btm p {
    color: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
    background-color: #000;
}

.mainInner-banner-content a {
    font-weight: bold !important;
    color: #ffffff !important;
    text-decoration: underline;
}

.mainInner-banner-content {
    background-color: #1F5B92;
    padding: 30px 30px 10px 30px;
    text-align: center;
    margin: 0 0 30px 0;
}

.mainInner-banner-content h2 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 10px 0;
}

.mainInner-banner-content p {
    color: #fff;
    margin: 0 0 30px 0;
}

.info {
    color: #f20f0f;
    font-size: 12px;
    position: absolute;
    right: 24px;
    top: 2px;
}

.errorMessage {
    color: #f20f0f;
}

.successMessage {
    color: #15bf00;
}

.grey-box {
    background-color: #f0f0f0;
    padding: 10px;
}

.right-section ul {
    margin: 0;
    padding: 0;
}

.right-section ul li {
    list-style: none;
    background-color: #ededed;
    margin: 0 0 20px 0;
    padding: 5px 15px 5px 15px;
}

.right-section h2 {
    margin: 0 0 20px 0;
}

.right-section ul li a {
    color: #000;
}

.right-section ul li:hover {
    background-color: #1F5B92;
}

.right-section ul li:hover a {
    color: #fff;
}

.form-group {
    margin-bottom: 0;
}

.form-group .col-md-6 {
    margin-bottom: 10px;
}

.form-group .btn-danger {
    margin-top: 10px;
}


/* .homefont-change h1 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 3px 0;
}

.homefont-change p {
    margin-bottom: 5px;
    line-height: 21px;
    font-size: 16px;
}

.homefont-change h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 3px 0;
}

.homefont-change h2 span {
    font-size: 16px;
    display: block;
}

.homefont-change h3 {
    font-size: 18px;
    font-weight: 700;
}

.homefont-change br {
    content: "A" !important;
    display: block !important;
    margin-bottom: 8px !important;
} */

h1 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

h1 span {
    display: block;
    font-size: 14px;
}

h2 {
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

h2 span {
    font-size: 16px;
    display: block;
}

h3 {
    font-size: 18px;
    font-weight: 700;
}

p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}

p b {
    font-size: 18px;
}


/* 
h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 3px 0;
}

h2 span {
    font-size: 16px;
    display: block;
}

h3 {
    font-size: 18px;
    font-weight: 700;
} */

.pre-load-img {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
}

.spinners {
    position: fixed;
    z-index: 1031;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.parallax-window.home-banner {
    min-height: 450px;
}

.parallax-window {
    min-height: 450px;
    background: transparent;
    background-position: bottom center;
}

header {
    background-color: #1f5b92;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 9;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

header.sticky {
    background-color: rgba(31, 91, 146, 0.8);
}

header.sticky .header-btm ul li a {
    font-size: 15px;
}

.logo {
    text-align: center;
    padding: 120px 0 0 0;
}

.logo img {
    display: inline-block;
    width: 110px;
}

.logo p {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 50px;
    color: #fff;
    line-height: 45px;
    margin: 0 0 0 0;
    text-shadow: 1px 1px #000;
}

.logo p span {
    display: block;
    font-size: 25px;
}

.logo a {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.font-blue-color {
    color: #1974a1;
    font-size: 18px;
    font-weight: bold;
}

.header-btm {
    padding: 0 0 5px 0;
    position: relative;
}

.header-btm ul {
    text-align: center;
    margin: 5px 0 0 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.header-btm ul li {
    display: inline-block;
}

.header-btm ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.header-btm ul li a:hover,
.header-btm ul li.active a {
    color: #94c83d;
}

.white-box {
    background-color: #fff;
    padding: 15px 25px 15px 25px;
    margin: 0 0 20px 0;
}

.white-box p img {
    margin: 0 0 10px 10px;
}

.white-box p a {
    color: #961300;
}

.white-box p a:hover {
    text-decoration: underline;
}

footer {
    background-color: #000000;
    padding: 15px 0 15px 0;
    text-align: center;
    min-height: 136px;
}

footer.withcookies {
    padding: 15px 0 83px 0 !important;
    min-height: 200px;
}

.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;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}


/* General styles for all menus */

.cbp-spmenu {
    background: #fff;
    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: #94c83d;
    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: #0c4376;
    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 #94c83d;
    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);
}

.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;
}

.modal-title {
    font-weight: 700;
    color: #000000;
    font-size: 20px;
}

#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;
}

#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;
}

.george.float-right {
    margin: 0 0 60px 10px;
}

.insp-name {
    position: absolute;
    top: 337px;
    right: 38px;
    text-align: center;
}

.insp-name h2 {
    font-size: 18px;
    margin: 0;
}

.hist_img img {
    width: 100%;
}

.hist-link a {
    text-decoration: underline;
    color: #000;
    font-weight: bold;
}

.hist-link {
    position: absolute;
    top: 205px;
    right: 30px;
}

.footer-logo p {
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.footer-logo img {
    display: inline-block;
}

.team_img {
    overflow: hidden;
}

.team_img img {
    height: 180px;
    width: auto;
}

.red-text {
    color: #940000;
    font-style: italic;
    font-weight: 700;
}


/* 
.fixedmenu {
    overflow: hidden;
}

.fixedmenu a {
    display: inline-block;
    color: #fff;
    background: url(../images/White_pointer.png) no-repeat 90% 12px #E37E28;
    padding: 10px 50px 10px 10px;
    background-size: 20px;
    font-size: 16px;
    font-weight: bold;
}

.fixedmenu a:hover {
    color: #fff;
    background-color: #2667A5;
} 

.pkilogo {
    position: absolute;
    left: 0;
    top: 58%;
}

.pkilogo img {
    width: 150px;
}

*/

.mid-head {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #940000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    padding: 10px 0 3px 0;
}

.btn-link {
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    text-align: left;
}

.member-font p a {
    color: #ff2607;
    font-family: 'latobold';
    text-decoration: underline;
}

.member-font h3 {
    font-size: 18px;
    font-weight: 700;
}

.modal-body p a {
    font-family: 'latobold';
    text-decoration: underline;
}

.modal-body p {
    padding-right: 20px;
}

@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: 1199px) {
    .header-btm ul li a {
        padding: 5px 8px 5px 8px;
    }
    #cookie_box p span {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    #showLeftPush {
        display: block;
        position: absolute;
        right: 13px;
        z-index: 1;
        bottom: 10px;
        cursor: pointer;
        background-color: #1f5b92;
        border: 1px solid #1f5b92;
        width: 50px;
        text-align: center;
    }
    .header-btm {
        display: none;
    }
    header {
        padding: 0 0 10px 0;
        -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);
    }
    .header-top .btn-blue {
        margin-top: 0;
    }
    .header-top {
        height: 40px;
    }
    .team-section .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .white-box .col-md-9 {
        margin-bottom: 20px;
    }
    .white-box p img {
        width: 100%;
    }
    .insp-name {
        position: static;
        border: 1px solid #f2f2f2;
        padding: 5px 0 5px 0;
    }
    .insp-name p {
        margin: 0;
    }
    .george.float-right {
        margin: 0 0 10px 0;
    }
    .hist-link {
        position: static;
    }
    .logo img {
        width: 60px;
    }
    .logo p {
        font-size: 22px;
        line-height: 25px;
        margin: 6px 0 0 0;
    }
    .logo {
        padding: 160px 0 0 0;
    }
    .logo p span {
        font-size: 13px;
    }
}

@media only screen and (max-width:575px) {
    .modal-open .modal {
        padding-right: 0 !important;
    }
    #cookie_box {
        width: 100%;
    }
    .team-section .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .team_img img {
        height: auto;
        width: 100%;
    }
    .team_head {
        height: auto;
    }
    a.whynot {
        left: 0;
        width: 100%;
        text-align: center;
    }
    #cookie_box .btn {
        width: 100%;
        margin-bottom: 5px;
    }
}