/*#customFooter {
    display: block;
    width: 100%;
    background-color: #EAF4EF;
}

#customFooter p {
    color: #424242;
    font-family: wgzc, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.938rem;
    -webkit-font-smoothing: antialiased;
    padding-top: 0.875rem;
    line-height: 1.5em;
}

#customFooter a {
    color: #424242;
    text-decoration: none;
}

#customFooter h3 {
    color: #000000;
    font-family: kldz, sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    line-height: 1.2em;
    font-size: 1.125rem;
}

#customFooter #left h3 {
    margin-top: 2rem;
}

#customFooter-inner {
    margin-left: auto;
    margin-right: auto;
    width: 61.25rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
}

#customFooter .thirds {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

#customFooter #middle {
    width: 29%;
}

#customFooter #left {
    margin-left: 3.3%;
}

#customFooter #middle {
    margin-right: 3.4%;
}

#customFooter #left {
    margin-right: 2.4%;
}

#customFooter #left a#footerLogo {
    background: url("/site_files/16924/custom/587/images/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 68%;
    height: 4rem;
    background-position: center;
    display: block;
    position: relative;
    margin-left: 0;
}

#customFooter #left a#footerButton {
    display: block;
    padding: 1.25rem 0rem;
    font-size: 1.063rem;
    color: #000000;
    font-family: wgzc, sans-serif;
    font-weight: 400;
    font-style: normal;
    box-shadow: 0 0 0 0.125rem #f78e1e inset;
    background: #ffec64;
    border-radius: 21.875rem;
    text-align: center;
    margin-top: 2rem;
    -webkit-font-smoothing: antialiased;
    width: 97%;
    -webkit-transition: background 0.25s linear, color 0.25s linear, box-shadow 0.25s linear;
    transition: background 0.25s linear, color 0.25s linear, box-shadow 0.25s linear;
    transition-property: background, color, box-shadow;
    transition-duration: 0.25s, 0.25s, 0.25s;
    transition-timing-function: linear, linear, linear;
    transition-delay: initial, initial, initial;
}

#customFooter #left a#footerButton:hover {
    box-shadow: inset 0 0 0 2px #f78e1e;
    background: #f78e1e;
    color: #fff;
}

#customFooter #middle h3 {
    margin-bottom: 1.8rem;
}

#customFooter #middle ul li {
    display: list-item;
    margin-bottom: 0.47rem;
    color: #424242;
    font-family: wgzc, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.938rem;
    -webkit-font-smoothing: antialiased;
    list-style: disc;
    margin-left: 1.8rem;
}

#customFooter #right a {
    display: inline-block;
}

#customFooter #right strong {
    font-weight: 700;
}

#customFooter #right a {
    color: #0019E2;
    font-weight: 700;
}

#customFooter #right p {
    padding-top: 0.9rem;
}

#customFooter #right p:nth-child(3) {
    padding-top: 1.24rem;
}

#customFooter #right p:nth-child(4) {
    padding-top: 1.3rem;
}

#customFooter #middle p {
    padding-top: 0.4rem;
}*/

/* Campaign Monitor Form CSS Code */
#subForm legend{
    font-family: kldz,Arial !important;
    font-size: 1.25rem !important;
    margin-bottom: 0.875rem !important;
}

#subForm label {
    font-family: kldz,Arial;
    font-weight: 400;
    font-style: normal;
    color: #424242;
    line-height:0.875rem;
    font-size: .9375rem;
    margin-bottom: 0.3125rem;
    display: block;
    -webkit-font-smoothing:antialiased;
}

#subForm input[type='text'],#subForm input[type='email'] {
    font-family: kldz,Arial;
    font-weight: 400;
    color: #424242;
    font-size: 1rem;
    border-radius: 0.25rem;
    height: 2.5rem;
    padding: 0 .625rem;
    box-sizing: border-box;
    margin: 0;
    background-color: rgba(216,216,216,.17);
    border: 0;
    box-shadow: inset 0 0 0 0.0625rem rgba(32,32,32,.36);
    width: 100%;
    text-indent: .3125rem;
    -webkit-font-smoothing: antialiased;
    outline: 0;
    margin-bottom: 0.875rem;
}

#subForm p {
   	padding:0.3125rem 0;
  	margin-bottom: 0.3125rem;
}

/*
@media(max-width: 1440px) {
    #customFooter #left {
        margin-left: 3.3%;
    }
    #customFooter #middle {
        margin-right: 3%;
    }
}

@media(max-width: 1080px) {
    #customFooter #left {
        margin-left: 4.2%;
    }
    #customFooter #left {
        margin-right: 1.6%;
    }
    #customFooter #middle {
        margin-right: 2.6%;
    }
}

@media(max-width: 740px) {
    #customFooter .thirds {
        display: block;
        width: calc(100% - 4rem) !important;
        padding-top: 2rem;
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    #customFooter-inner {
        width: 100%;
        padding-top: 0;
    }
    #customFooter #left a#footerLogo {
        width: 100%;
        height: 7rem;
        background-position: left;
    }
}*/