* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    line-height: 1.5em;
    color: #262161;
    font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong{
    color: #262161;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 0;
    margin-top: 15px;
}
.footer strong,.footer p, .footer a { color: #fff; text-decoration: none;text-align: center;width: 100%;}
.footer ul li a { padding: 0;}
.footer ul li{ list-style-type: disc;}
.footer .pure-menu-active > .pure-menu-link, .footer .pure-menu-link:focus, .footer .pure-menu-link:hover {background-color: transparent;}
p {
    margin-bottom: 5px;
    margin-top: 5px;
}
a{
    color: #262161;
    font-weight: bold;
    text-decoration: none;
}
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}
.l-box {
    padding: 1em 0px;
}
.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.is-center {
    text-align: center;
}
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}
.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}
.pure-button {
    background-color: #262161;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}
a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}
.home-menu {
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
    margin-top: 35px;
}
.header .content{
    padding: 0px;
}
.home-menu {
    background: #fff none repeat scroll 0 0;
    opacity: 1;
}
.home-menu .pure-menu-heading {
    float:none;
    color: #262161;
    font-weight: bold;
    padding:0px;
}
.pure-menu-fixed {
    position: absolute;
}
.home-menu a {
    color: #262161;
    font-weight: bold;
}
.pure-menu-item .pure-menu-selected {
    color: #262161;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #262161;
    text-decoration: none;

}
.home-menu  a.active {
    color: #f26529 !important;
    text-decoration: none;
}
.logo-mobile {display: none !important;}
.logo {
    padding: 0 10px !important;
}
.splash-container {
    background: #1f8dd6;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 88%;
    top: 0;
    left: 0;
    position: fixed !important;
}
.splash {
    width: 80%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 100px; left: 0; bottom: 0; right: 0;
    text-align: center;
    text-transform: uppercase;
}
.splash-head {
    font-size: 20px;
    font-weight: bold;
    color: white;
    border: 3px solid white;
    padding: 1em 1.6em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
}
.splash-subhead {
    color: white;
    letter-spacing: 0.05em;
    opacity: 0.8;
}
.content-wrapper {
    position: absolute;
    top: 0px;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;
}
.content {
    margin:0px auto;
    max-width:1140px;
    padding: 10px 1em 0;
}
.content-head {
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #262161;
    font-family: inherit;
    font-weight: bold;
}
.content-head-ribbon {
    color: white;
}
.content-subhead {
    color: #1f8dd6;
}
.content-subhead i {
    margin-right: 7px;
}
.ribbon {
    background: #2d3e50;
    color: #aaa;
}
.footer {
    background: #72AFEC;
    bottom: 0;
    width: 100%;
    color:#F5941E;
}
.footer .content { padding: 10px 0px;}
.custom-toggle {display: none;}
.pure-form input:focus:invalid, .pure-form select:focus:invalid, .pure-form textarea:focus:invalid{
    color: #262161;
    border-color: #262161;
}
@media (max-width: 980px)  {
    .home-menu {
        background: #fff none repeat scroll 0 0;
        opacity: 1;
    }
    .custom-wrapper{
        width: 100%;
    }
    .custom-wrapper.open {
        height: auto !important;
    }
    .home-menu ul {
        padding-top: 0px;
        border-top: 2px solid;
    }
    .home-menu .pure-menu-heading {
        width: 20%; 
        margin-left: 55px;
        margin-top: 10px;
    }
    .custom-toggle {
        display: block !important;
        height: 34px;
        position: absolute;
        right: 55px;
        top: 35px;
        width: 34px;
    }
    .home-menu a {
        font-weight: bold;
        padding: 0 23px 0;
        font-size: 12px;
    }
    .logo-mobile {
        display: block !important;
    }
    .logo{
        display: none !important;
    }
}
@media (min-width: 48em) {
    body {
        font-size: 16px;
    }
    .home-menu {
        text-align: left;
    }
    .home-menu ul {
        float: none;
        padding-top: 7px;
    }
    .splash {
        width: 50%;
        height: 50%;
    }
    .splash-head {
        font-size: 250%;
    }
    .l-box-lrg {
        border: none;
    }
}

@media (max-width: 767px) {
    .splash-head {
        font-size: 300%;
    }
    .home-menu .pure-menu-heading {
        width: 20%; 
        margin-left:0px;
        margin-top:0px;
    }
    .custom-toggle {
        top: 15px;
        right: 15px;
    }
    .header .content{
        padding: 10px 1em 0;
    }
}
.quick_links a{ text-decoration:none; color: #F5941E; }
.pure-g { letter-spacing: 0; }
.copy_right_txt { border-top:1px solid #F5941E; background-color: #f5941e; color: #fff;}  
.main_banner img { max-width:1920px; width:100%;}
.main {
    padding: 2em;
    color: black;
}

.custom-wrapper {
    -webkit-font-smoothing: antialiased;
    height:95px;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}
.custom-wrapper.open {
    height:370px;
}
.custom-menu-3 {
    text-align: right;
}
.custom-toggle .bar {
    background-color: #262161;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (min-width: 47.999em) {
    .pure-menu .custom-brand { display:none; }
}
@media (max-width: 47.999em) {
    #menu { position:relative;text-align:left; }
    .home-menu .custom-brand { padding-left: 13px; }
    .home-menu .pure-menu-heading { float:none; }
    .custom-menu-3 {
        text-align: left;
    }
    .custom-toggle {
        display: block;
    }
    .pure-menu-horizontal .pure-menu-heading, .pure-menu-horizontal .pure-menu-item, .pure-menu-horizontal .pure-menu-separator { display:block;}
    .content-wrapper { top: 105px; }
    .home-menu {
        background:#d78500 none repeat scroll 0 0;
        opacity: 0.8;
        margin-top: 0px;
        background: #fff none repeat scroll 0 0;
        opacity: 1;
    }
    .home-menu .content {
        padding-bottom: 0px;
    }
    .home-menu .pure-menu-heading {
        width:100%;
    }    
    .custom-wrapper{
        width:100%;
    }    
    .text-center {
        text-align: center;
    }
    #menu .pure-menu.custom-can-transform .pure-menu-list {
        border-top: 2px solid #262161;
        width: 100%;
        margin-top: 10px;
    }
}