@font-face {
    font-family: wf_03793f8a641f4671848c84482;
    src: url(../fonts/wf_03793f8a641f4671848c84482.woff2) format("woff2"),
        url(../fonts/wf_03793f8a641f4671848c84482.woff) format("woff"),
        url(../fonts/wf_03793f8a641f4671848c84482.ttf) format("ttf");
}

@font-face {
    font-family: wf_c7aedf19783c49ba938178286;
    src: url(../fonts/wf_c7aedf19783c49ba938178286.woff2) format("woff2"),
        url(../fonts/wf_c7aedf19783c49ba938178286.woff) format("woff"),
        url(../fonts/wf_c7aedf19783c49ba938178286.ttf) format("ttf");
}

@font-face {
    font-family: wf_19106b9fe971477fb8348cbe0;
    src: url(../fonts/wf_19106b9fe971477fb8348cbe0.woff2) format("woff2"),
        url(../fonts/wf_19106b9fe971477fb8348cbe0.woff) format("woff"),
        url(../fonts/wf_19106b9fe971477fb8348cbe0.ttf) format("ttf");
}

.agl-navigation-user,
.agl-navigation-cart {
    display: none;
    visibility: hidden;
}

#nav {
    font-family: wf_19106b9fe971477fb8348cbe0;
}

#nav ul,
#nav ol,
#nav li{
    margin: 0;
    padding: 0;
    font-size: 100%
}

.agl-navigation > ul > li.agl-clicked > ul > li > a {
    margin: 0 auto;
}

.FooterText {
    font-family: wf_c7aedf19783c49ba938178286;
    color: #4B5B75 !important;
    font-size: 14px;
    line-height: 21px;
}

.FooterText a {
    color: #4B5B75;
}

.blueBtn{
    display:inline-block;
    margin-top:10px;
    padding:5px;
    font-family: wf_19106b9fe971477fb8348cbe0;
    font-size:15px;
    color:#fff !important;
    background-color:#006783;
    border:2px #006783 solid;
    transition: all 0.5s ease;
}

.blueBtn:hover{
    color:#006783 !important;
    background-color:transparent;
}

.FooterText hr{
    width:142px;
    margin:19px auto 19px auto;
}


.FooterText .blueBtn{
    width:242px !important;
    margin-top:0;
    margin-bottom:24px;
    padding:7px;
}

.FooterText .blueBtn:hover{
    background-color:#fff;
}

.front-masthead {
    display: table;
    width: 100%;
    height: 596px;
}

.front-masthead-image {
    display: table-cell;
    width: 50%;
    background-image: url(../images/front-masthead.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.front-masthead-image img {
    width: 100%;
    height: auto;
}

.front-masthead-text {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    color: #4b5b75;
    background-color: #f2eebb;
}

.front-masthead-text-wrapper {
    margin:0 auto;
    width:100%;
    max-width:300px;
}

.front-masthead-text-wrapper h1{
    margin-bottom:44px;
    font-family: wf_19106b9fe971477fb8348cbe0;
    font-size:55px;
    font-weight: 400;
}

.subpage-masthead{
    width:100%;
    height:200px;
    background-image: url(../images/subpage-masthead.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.front-masthead-text-wrapper p{
    margin-bottom:15px;
    font-family: wf_03793f8a641f4671848c84482;
    font-size:17px;
    line-height: 1.5em;
}

.columnSet1-23{
    padding-top:30px;
    font-family: wf_03793f8a641f4671848c84482;
    color: #4B5B75;
    font-size:17px;
}

.columnSet1-23 h1{
    margin-bottom:30px;
    font-family: wf_19106b9fe971477fb8348cbe0;
    font-size:50px;
    font-weight: 400;
    color:rgb(97, 131, 181);
}

.columnSet1-23 h2{
    font-family: wf_19106b9fe971477fb8348cbe0;
    font-size:40px;
    font-weight: 400;
    color:rgb(97, 131, 181);
}

.columnSet1-23 h3{
    font-family: wf_19106b9fe971477fb8348cbe0;
    font-size:30px;
    font-weight: 400;
    color:rgb(97, 131, 181);
}



@media all and (max-width:950px) {
    .front-masthead-image{
        display:block;
        width:100%;
        height:400px;
    }

    .front-masthead-text{
        display:block;
        width:100%;
    }

    .front-masthead-text-wrapper{
        padding:2%;
        max-width: 96%;
    }
}