* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    line-height: 1.7em;
    color: #111;
    font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #000;
}
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}
.l-box {
    padding: 1em 0px 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: 1px solid #ccc;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}
.pure-button {
    background-color: #127bc1;
    color: white;
    padding: 0.7em 2em;
    border-radius: 5px;
}
a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}
.home-menu {
    text-align: center;
}
.menu-header {
    opacity: 0.9;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.main_banner {
    margin-top: 100px;
}
.reduces { margin-bottom: 0;
    margin-top: 15px;}
.less-height {
    margin: 0;
}

@media (max-width:78em) {
    .main_banner {
        margin-top: 123px;
    }
}
@media (min-width: 110em) {
    .menu-header {
        width: 100%;
        max-width: 1362px;
        margin: 0 auto;
    } 

}
.pure-menu.pure-menu-fixed {
    border-bottom: none;
    z-index: 4;
}
.home-menu .pure-menu-heading {
    float:left;
    color: #000;
    font-weight: 400;
    padding:0px;
}
.home-menu a {
    color: #fff;
    font-weight: bold;
    padding: 2em 1em;
    font-style: italic;
}
.home-menu a.active-page, .home-menu a.active-page:hover {
    color: #127bc1;
    border-bottom: 3px solid #127bc1;
    padding: 0.5em;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #fff;
}
.home-menu .pure-menu-selected a {
    color: #fff !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 {
    width: 100%;
    background: white;
}
.pure-menu-fixed {
    background-color: #BFD9F2;
    border-bottom:3px solid #127bc1 !important;
}
.content-data {
    margin:0px auto;
    padding: 1em;
    max-width: 1140px;
    width: 100%;
    margin:0px auto;
}
@media (min-width: 110em) {
    .pure-menu-fixed {
        background-color: #e05d5f;
        left: 50%;
        margin-left: -680px;
        position: fixed;
        width: 1360px;
    }
    .content {
        margin:0px auto;
        padding: 1em;
        max-width: 1362px;
        width: 100%;
        margin:0px auto;
    }
    .content-wrapper {
        width: 100%;
        max-width: 1362px;
        margin: 0 auto;
    }

}
.header {
    background-color: #e05d5f;
}
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
    font-style: italic;
}
.content-head-ribbon {
    color: white;
}
.content-subhead {
    color: #1f8dd6;
}
.content-subhead i {
    margin-right: 7px;
}
.ribbon {
    background: #2d3e50;
    color: #aaa;
}
.footer {
    background:#BFD9F2;
    bottom: 0;
    width: 100%;
    color:#127bc1;
    font-weight: bold;
    border-top: 3px solid;

}
.pure-mobile-menu{
    display: none;
}
@media (min-width: 48em) {
    body {
        font-size: 16px;
    }
    .home-menu {
        text-align: left;
    }
    .home-menu ul {
        float: right;
    }
    .splash {
        width: 50%;
        height: 50%;
    }
    .splash-head {
        font-size: 250%;
    }
    .l-box-lrg {
        border: none;
    }
}
@media (min-width: 78em) {
    .splash-head {
        font-size: 300%;
    }

}
@media (max-width: 78em) {
    .home-menu a {
        padding: 2em 0.2em;
    }
    .pure-mobile-menu{
        display: block;
    }

}

.quick_links a{ text-decoration:none; color: #000; }
.pure-g { letter-spacing: 0; }
.copy_right_txt { border-top:1px solid #fff;  font-size: 14px;}
.main_banner img { max-width:1920px; width:100%;}

.main {
    padding: 2em;
    color: black;
}
.custom-wrapper {
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}
.home-menu .pure-menu-heading img {
    position: absolute;
    top: 10px;
}
@media (min-width: 110em) {
    .home-menu .pure-menu-heading img {
        top: 35px;
    }
}
@media (max-width: 78em) {
    .home-menu .pure-menu-heading img {
        top: 52px;
    }
}
@media (max-width: 76em) {
    .home-menu .pure-menu-heading img {
        top: 30px;
    }
}

.custom-wrapper.open {
    height: 270px;
}

.custom-menu-3 {
    text-align: right;
}
.custom-toggle {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0px;
    right: 10px;
    display: none;
}
.custom-toggle .bar {
    background-color: #FFF;
    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; margin-top:0px; text-align:left; }
    .home-menu .custom-brand { padding-left: 13px; }
    .home-menu .pure-menu-heading { float:none; }
    .home-menu .pure-menu-heading img{position: relative;}
    .home-menu a{ padding: 0.5em 1em;}
    .custom-wrapper {height: 2em;}
    .custom-menu-3 {
        text-align: left;
    }
    .custom-toggle {
        display: block;
    }
    .home-menu {
        text-align: left;
    }
    #menu {
        bottom: 30px;
        text-align: center;
        margin-top: 10px;
    }
    .pure-menu-list {
        margin: 10px 0 0;
    }
    .pure-menu-horizontal .pure-menu-heading, .pure-menu-horizontal .pure-menu-item, .pure-menu-horizontal .pure-menu-separator { display:block;}
    .content-wrapper { top: 182px; }
    .pure-menu-fixed {top: 0px;}
}


