

#header .mobile-nav {
    display: none;
    padding-top: 10px;
    padding-left: 10px;
}

.iframecontainer {
    position: relative;
    padding-bottom: 76.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.iframecontainer iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Header Nav Main Mobile */
@media (max-width: 991px) {


    #header .header-btn-collapse-nav {
        outline: 0;
        display: none;
    }

    #header .mobile-nav {
        display: block;
        float: right;
    }
}

/* General */

body {
    color: #111111;
    line-height: 24px;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 300;
}

p {
    color: #111111;
    line-height: 24px;
    margin: 0 0 20px;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 300;
}



h1 {
    font-size: 60px;
    line-height: 66px;
    margin: 0 0 20px 0;
    color: #254580;
    font-family: "Lato";
    font-weight: 900;
    text-transform: none;
}

h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 20px 0;
    color: #254580;
    font-family: "Lato";
    font-weight: 900;
    text-transform: none;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 20px;
    color: #254580;
    font-family: "Lato";
    text-transform: none;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    color: #254580;
    font-family: "Lato";
    text-transform: none;
}

h5 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #254580;
    font-family: "Lato";
    font-weight: 700;
}

ol, ul {
    margin-bottom: 25px;
    margin-top: 0;
}

li {
    line-height: 24px;
}


a, a:hover, a:focus {
    color: #f04f30;
}

a {
    color: #254580;
    text-decoration: none;
}

.white {
    color: #fff !important;
}

.red {
    color: #f04f30 !important;
}

.autowidth {
    width: auto !important;
}

.btn-group-lg > .btn, .btn-lg {
    border-radius: 1px;
    text-transform: none;
    font-weight: 600;
    border: 2px solid #fff;
}





html .btn-primary {
    color: #fff;
    background-color: #f04f30;
    border-color: #fff;
}

html .btn-secondary {
    color: #fff;
    background-color: #254580;
    border-color: #fff;
}

    html .btn-primary:hover, html .btn-secondary:hover {
        color: #fff;
        background-color: #333;
        border-color: #fff;
    }

.table {
    display: table;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
}

.more {
    text-transform: none;
    font-weight: 400;
}

.block {
    display: block;
}

/* Header */

#header .header-body {
    border-top: 0px solid transparent;
}

#header .header-body {
    background: #e7e9ed;
    border-top: 0px solid #e7e9ed;
    border-bottom: 0px solid #e7e9ed;
}

#header .header-logo img {
    margin-right: 15px;
    margin-left: 0;
}

/* Top Nav */

#header .header-nav-main nav > ul > li > a {
    border-radius: 0px;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    text-transform: none;
    font-family: "Lato";
    color: #254580;
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 20px;
    text-transform: uppercase;
}

    #header .header-nav-main nav > ul > li > a:hover {
        background-color: transparent;
        color: #f04f30;
    }

#header .header-btn-collapse-nav {
    background: #254580 none repeat scroll 0 0;
    margin-top: 25px;
}

.nav-pills > li > a {
    border-radius: 0px;
}

.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

/* Search */


*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.expSearchBox {
    float: right;
    margin-top: 9px;
    margin-right: 0px;
    margin-bottom: 9px;
    margin-left: 17px;
}

.expSearchFrom {
    border: 3px solid #254580;
    border-radius: 20px;
    display: inline-block;
    height: 34px;
    position: relative;
}

input#field {
    cursor: pointer;
    border: none;
    background: transparent;
    height: 30px;
    width: 0px;
    line-height: 0px;
    vertical-align: top;
    padding: 0px 15px;
    -webkit-transition: width .5s; /* Safari */
    transition: width .5s;
    position: relative;
    z-index: 2;
    color: #000;
}

    input#field:focus {
        width: 200px;
        outline: none;
        margin-right: 30px;
    }

.close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    right: 0px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    z-index: 1;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

    .close span {
        background: #254580 none repeat scroll 0 0;
        border-radius: 3px;
        display: block;
        height: 4px;
        position: absolute;
        right: -7px;
        top: 29px;
        width: 14px;
        -webkit-transition: .2s .5s ease-in-out;
        -moz-transition: .2s .5s ease-in-out;
        -o-transition: .2s .5s ease-in-out;
        transition: .2s .5s ease-in-out;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }


        .close span.back {
            top: 12px;
            right: 5px;
            opacity: 0;
        }

input#field:focus + .close span {
    top: 12px;
    right: 5px;
}

    input#field:focus + .close span.back {
        -webkit-transition: .5s .7s ease-in-out;
        -moz-transition: .5s .7s ease-in-out;
        -o-transition: .5s .7s ease-in-out;
        transition: .5s .7s ease-in-out;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 1;
    }



/* Buckets */

#buckets {
    padding-top: 100px;
    padding-bottom: 90px;
    background-attachment: fixed;
    background-color: #c4c4c4;
    background-image: url(../images/aboutusbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

/* services */

#services {
    padding-top: 110px;
    padding-bottom: 90px;
    background-attachment: fixed;
    background-color: #192e55;
    background-image: url(../images/servicesbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
    background-size: cover;
}

    #services p, #services h1, #services h2, #services h3, #services a, #services .fa {
        color: #fff;
    }

    #services h1 {
        margin-bottom: 60px;
    }

    #services .feature-box {
        margin-bottom: 60px !important;
    }

/* News */

#news {
    padding-top: 80px;
    padding-bottom: 70px;
    background-attachment: fixed;
    background-color: #dddddd;
    background-image: url(../images/news.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#news h3 {font-size:20px;}

    #news h1 {
        margin-bottom: 70px;
    }

.postdate {
    font-style: italic;
}

.owl-theme .owl-dots {
    text-align: left;
}

    .owl-theme .owl-dots .owl-dot span {
        background: #999;
    }

/* footer */

#footer {
    background: #192d53;
    border-top: 0px solid #192d53;
    font-size: 14px;
    margin-top: 0px;
    position: relative;
    clear: both;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 55px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

    #footer .footer-copyright {
        background: #16223a;
        border-top: 0px solid #16223a;
        margin-top: 10px;
        font-size: 11px;
        text-transform: uppercase;
        padding-top: 15px;
        padding-right: 0;
        padding-bottom: 15px;
        padding-left: 0;
        color: #fff;
        line-height: 17px;
    }


    #footer nav {
        float: right;
    }

        #footer nav ul {
            list-style: outside none none;
            padding: 0;
            text-align: right;
            margin-top: 0;
            margin-right: 0;
            margin-bottom: 25px;
            margin-left: 0;
        }

#sub-menu1 {
    float: left !important;
}

    #sub-menu1 ul {
        text-align: left;
    }

#footer nav ul li {
    display: inline-block;
    line-height: 18px;
    margin: 0;
    padding: 0 8px;
}


#sub-menu2 ul li {
    padding: 0 3px !important;
    font-size: 16px;
    line-height: 18px;
}

#footersocial .fa {
    font-size: 30px;
    color: #fff;
}

    #footersocial .fa:hover {
        color: #c52033;
    }


/* Interior */

.feature-box.feature-box-style-5 .feature-box-icon {
   
    height: 150px;
}

.banner-image {
    max-height: 350px;
    max-width: none;
    width: 100%;
    min-height: 120px;
}

.page-header h1 {
    border-bottom: 0px solid #ccc;
    color: #fff;
    display: inline-block;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 -25px;
    padding: 0 0 17px;
    position: relative;
    letter-spacing: 1px;
    font-size: 48px;
}

.bannertext {
    position: absolute;
    color: #fff;
    bottom: 47%;
}


.page-header {
    background-color: #0f5793;
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #384045;
    min-height: 120px;
    position: relative;
    text-align: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
}

.breadcrumb a {
    color: #fff !important;
}

.breadcrumb {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.breadcrumbs {
    position: absolute;
    color: #fff;
    bottom: 30%;
}

#mainContent {
    padding-bottom: 50px;
}

.list.list-icons li .fa, .list.list-icons li .icons {
    border-color: #254580;
    color: #254580;
}

.feature-box.feature-box-style-5 .feature-box-icon i.fa, .feature-box.feature-box-style-5 .feature-box-icon i.icons {
    color: #254580;
}

.feature-box.feature-box-style-5 .feature-box-icon em.fa {
    font-size:44px
}
#mainContent .feature-box {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}


/* Sidebar */


.sidebarnews a, .sidebarnews {
    color: #254580 !important;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.sidebar {
    margin-bottom: 20px;
}



ul.nav-list li a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #254580;
    position: absolute;
    margin-top: 7px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -14px;
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .page-header h1 {
        font-size: 38px;
        font-weight: 900;
    }

    .bannertext {
        position: absolute;
        color: #fff;
        bottom: 47%;
    }

    .breadcrumbs {
        position: absolute;
        color: #fff;
        bottom: 30%;
    }
}

@media screen and (min-width: 430px) and (max-width: 767px) {
    .page-header h1 {
        font-size: 30px;
        font-weight: 900;
    }

    .bannertext {
        position: absolute;
        color: #fff;
        bottom: 33%;
    }

    .breadcrumbs {
        position: absolute;
        color: #fff;
        bottom: 25%;
    }
}

@media screen and (min-width: 0px) and (max-width: 429px) {
    .page-header h1 {
        font-size: 30px;
        font-weight: 900;
    }

    .bannertext {
        position: absolute;
        color: #fff;
        bottom: 25%;
    }

    .breadcrumbs {
        position: absolute;
        color: #fff;
        bottom: 20%;
    }
}

@media (min-width: 992px) {
    .rightColumn {
        float: right !important;
    }
}



/* Responsive */




@media (min-width: 992px) {
    .rightColumn {
        float: left !important;
    }

    .xpadding {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {

    #newsletter .form-control {
        margin-top: 7px;
        margin-bottom: 7px;
    }
}

@media (min-width: 1201px) {
    #header .header-logo {
        width: 455px;
    }
}


@media screen and (min-width: 361px) and (max-width: 1200px) {
    #header .header-logo {
        width: 300px;
    }

    .resourcelabel {
        font-size: 20px;
    }

    #resources h2 {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
    }

}

@media screen and (min-width: 361px) and (max-width: 700px) {

	.feature-box.feature-box-style-5 .feature-box-icon {
   
    height: 290px;
}}



@media (max-width: 360px) {

    #header .header-logo {
        width: 200px;
    }

    .resourcelabel {
        font-size: 17px;
    }

    #resources h2 {
        color: #fff;
        font-size: 17px;
        line-height: 21px;
    }
	
	.feature-box.feature-box-style-5 .feature-box-icon {
   
    height: 360px;
}
}



/* Search Style */

#search-icon {
    float: right;
    display: block;
    padding-top: 5px;
    padding-left: 10px;
}


    #search-icon i {
        color: #254580;
        font-size: 24px;
    }

    #search-icon:hover i {
        color: #f04f30;
    }






#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
        z-index: 106;
        display: block;
    }

    #search input[type="search"] {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -51px;
        width: 60%;
        margin-left: 20%;
        color: rgb(255, 255, 255);
        background: transparent;
        border-top: 1px solid rgba(255, 255, 255, .8);
        border-bottom: 2px solid rgba(255, 255, 255, .5);
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        font-size: 40px;
        font-family: Roboto;
        font-weight: 300;
        text-align: center;
        outline: none;
        padding: 10px;
    }

    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        opacity: 1;
        font-size: 27px;
        color: #fff;
    }

        #search .close:hover {
            color: #f04f30;
            cursor: pointer;
        }

.search-button {
    display: block;
    height: 1px !important;
    width: 0 !important;
    position: relative;
    top: -10px !important;
}

.google-maps {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.error, .error-message {
    color: #c52033;
    padding-right: 5px;
}


.feature-box .feature-box-icon {
	
	color: #254580;
	
}

#event-image{max-height:200px !important;
             overflow:hidden !important;
             width:100%!important;
             vertical-align:middle

}



