body {
    background: #9eaec2;
    margin: 0;
    padding: 0
}

.bgWrap {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff
}

strong{
    font-weight:700;
}

.showOnLarge {
    display: none
}

.innerWidthWrap {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative
}

.innerWidthPadded {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    width: 100%
}

.topBdr {
    display: block;
    width: 100%;
    height: 25px;
    background: #24292e
}

img {
    width: 100%;
    height: auto;
    display: block
}

img.actualSize {
    width: auto;
    height: auto
}

.burger {
    color: #000;
    font-size: 28px
}

.alignCenter {
    text-align: center!important
}

ul.copyList,ol.copyList {
    list-style-type: disc;
    list-style-position: outside;
    text-align: left;
    padding: 10px 0 0 0
}

ul.copyList li,ol.copyList li {
    padding-bottom: 10px;
    text-align: left;
    margin-left: 20px;
    line-height: 1.75
}

ul.copyList.whiteCopy li {
    color: #fff!important
}
ol.copyList li{
    list-style-type: decimal;
}
.btn {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    font-weight: 600;
    background: #386092;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 18px;
    border:0;
}

b {
    font-weight: 600
}

.whiteCopy,
ul.whiteCopy li {
    color: #fff!important
}

.loadingFormField {
    background: url(/images/loading.gif) center center no-repeat
}

.padTop {
    padding-top: 20px
}

a {
    color: #386092;
    font-weight:400;
}

@media only screen and (min-width:1224px) {
    .hideOnLarge {
        display: none!important
    }
    .showOnLarge {
        display: block
    }
    .innerWidthPadded {
        width: 90%
    }
    .padTop {
        padding-top: 50px
    }
}

body,
p,
td {
    font-size: 16px;
    font-weight: 300;
    color: #24292e;
    line-height: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    font-display: swap;
    text-align: center
}

h1 {
    font-weight: 200;
    color: #fff;
    font-size: 64px;
    line-height: normal
}

.oneColWrap h1 {
    color: #525c67!important;
    margin-top: 58px!important;
    padding-bottom: 30px!important
}

h1.likeH2,
h2 {
    font-weight: 600;
    color: #386092;
    font-size: 24px;
    line-height: 28px
}

h1.vertPad {
    padding-top: 20px
}

.dividerH2 {
    font-weight: 600;
    color: #386092;
    font-size: 24px;
    line-height: 28px;
    width: 90%;
    margin: 0 auto;
    height: 16px;
    border-bottom: 1px solid #ccc;
    position: relative;
    text-align: center
}

.dividerH2InnerWrap {
    padding: 0 10px;
    background: #fff;
    display: inline-block;
    margin: 0 auto
}

h3 {
    font-weight: 600;
    padding-bottom: 10px
}

.alignLeft {
    text-align: left!important
}

.alignLeft p {
    text-align: left!important
}

.oneColWrap {
    padding-bottom: 50px
}

@media only screen and (min-width:1224px) {
    h1.likeH2,
    h2 {
        font-size: 35px;
        line-height: normal
    }
    .dividerH2 {
        width: 60%;
        height: 24px
    }
    h1.vertPad {
        padding-top: 66px
    }
}

@media only screen and (min-width:1280px) {
    .innerWidthWrap {
        width: 100%
    }
}

.footerWrap {
    background: #182739;
    width: 100%;
    padding: 40px 0
}

.socialWrap {
    display: inline-block;
    margin: 0 auto;
    text-align: center
}

.social {
    display: inline-block;
    margin: 0 3px
}

.socialIcon {
    font-size: 30px;
    color: #c4ccd6
}

.footerBottomWrap {
    font-size: 12px;
    padding: 5px 0
}

.footerNav {
    padding-top: 10px;
    color: #fff!important
}

ul.footerNav {
    line-height: 16px
}

ul.footerNav li {
    display: inline-block;
    text-align: center;
    padding: 0 6px;
    border-right: 1px solid #fff
}

ul.footerNav li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px
}

ul.footerNav li:last-child {
    border: 0
}

.mapOuterWrap {
    background: #c4ccd6;
    padding: 60px
}

@media only screen and (min-width:700px) {
    ul.footerNav li {
        padding: 0 10px
    }
    ul.footerNav li a {
        font-size: 16px
    }
}

 .emailForm{
    display:inline-block;
    width:90%;
    max-width:400px;
    margin:40px auto 0 auto;
    color:#ffffff;
}

.map {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.privacy {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    padding: 20px 2%;
    color: #fff;
    display: none;
    text-align: left;
    box-sizing: border-box;
    z-index: 9999
}

.privacy a {
    color: #fff;
    text-decoration: underline
}

.pCloseWrap {
    float: right
}

.pClose {
    background-color: #ccc;
    border: 1px solid #666;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 25px;
    cursor: pointer;
    color: #000;
    line-height: 25px;
    text-align: center;
    font-weight: 700
}

.CTAImgWrap {
    width: 100%;
    text-align: center;
    padding-bottom: 25px
}

.CTAImgWrap img {
    width: 80%;
    height: auto;
    margin: 0 auto
}

.ctaBtnWrap {
    /*width: 100%;
    text-align: center;*/
    padding: 80px 0
}

.updateCTAButtonWrap{
    padding:40px 0;
}

a.landingThankYouDownloadBtn {
    margin: 0 auto;
    background-color: #386092;
    color: #fff!important;
    padding: 0 30px;
    text-transform: uppercase;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-decoration: none
}

@media only screen and (min-width:700px) {
    .CTAImgWrap {
        padding-bottom: 50px
    }
}


.certs{
    margin:30px 0;
    width:100%;
    text-align:center;
    
}

.certs .cert{
    display:inline-block;
    margin:0 2px;
    vertical-align: middle;
    width:77px;
}

.certs .cert:first-child{
    width:77px;
}

.filterBarCopy{
    display:inline-block;
    margin:0 auto;
    padding:10px 0;
    color:#ffffff;
}

.filterBarCopy a{
    text-decoration:underline;
    color:#ffffff;
}

/* Cat/Product Improvements - 7/2024 */

.tagLine{
    font-weight:600;
    color:#386092;
}


.catCopyBlock a{
    color:#ffffff;
    text-decoration:underline;
}

.catBottomCopy{
    padding-bottom:50px;
}

.catBottomCopy strong{
    font-weight: 500;
}

.catBottomCopy ul.copyList{
    padding-top: 0;
}

.catBottomCopy p,.catBottomCopy h3{
    text-align:left;
}





