* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    line-height: 1.7em;
    color: #28687a;
    font-size: 13px;
}
.footer  {
    line-height: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #34495e;
}
.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: #28687A;
    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: 381px auto 0;
    text-align: center;
}
.home-menu {
    background:#8d7065 none repeat scroll 0 0;
    opacity: 0.8;
}
.home-menu .pure-menu-heading {
    float:left;
    color: #000;
    font-weight: bold;
    padding:0px;
}
.pure-menu-fixed {
   position: relative;
	max-width: 1366px;
}
.home-menu-2 {
  display: none;  
}
.home-menu-2-active {
    margin: 0 auto;
    position: relative;
    text-align: center;
	display:none!important;
}
.home-menu a {
    color: #fff;
    padding: 20px 10px 0;
    font-weight: bold;
}
.pure-menu-item .pure-menu-selected {
	color: #000;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #000;
}
.home-menu .pure-menu-selected a {
    color: #17657D !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;
    /*    top: 70px;*/
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;
}
.content {
    margin:0px auto;
    max-width:1140px;
    padding: 1em;
}
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    /*    margin: 2em 0 1em;*/
    color: #28687a;
}
.content-head-ribbon {
    color: white;
}
.content-subhead {
    color: #1f8dd6;
}
.content-subhead i {
    margin-right: 7px;
}
.ribbon {
    background: #2d3e50;
    color: #aaa;
}
.footer {
    background: #262161;
    bottom: 0;
    width: 100%;
    color:#F5941E;
	  margin: 0 auto;
    max-width: 1366px;
    width: 100%;
}
@media (max-width: 1024px)  {
    .home-menu {
        background: #8D7268 none repeat scroll 0 0;
        opacity: 0.8;
    }
    .custom-wrapper{
        width: 80%;
    }
    .content-wrapper {
        margin-top: 105px;
    }
    .home-menu .pure-menu-heading {
        width: 20%; 
    }

    .home-menu a {
        font-weight: bold;
        padding: 20px 3px 0;
        font-size: 12px;
    }
    .pure-menu-fixed {
        top:0;
    }
    .home-menu {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-top:0;
    }
}
@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%;
    }
}
.quick_links a{ text-decoration:none; color: #F5941E; }
.pure-g { letter-spacing: 0; }
.copy_right_txt { border-top:1px solid #28687a; background-color: #28687a; color: #fff;}  
.main_banner { text-align:center;}
.main_banner img { max-width:1366px; width:100%;}	
/*Responsive Menu*/
.main {
    padding: 2em;
    color: black;
}
.custom-wrapper {
    margin-bottom: 1em;
    -webkit-font-smoothing: antialiased;
    height: 3em;
    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: 240px;
}
.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: #28687a;
    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:10px; 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: 162px; }
    .home-menu {
        background:#96796C none repeat scroll 0 0;
        opacity: 0.8;
        margin-top: 0px;
    }
    .home-menu .content {
        padding-bottom: 0px;
    }
    .home-menu .pure-menu-heading {
        width:100%;
    }    
    .custom-wrapper{
        width:100%;
    }    
    .text-center {
        text-align: center;
    }
    .pure-menu-fixed {
        top: 0px;
    }
}

/*Close Responsive Menu*/