input, select, textarea, button {
    vertical-align: middle;
    border-radius: 3px;
    border: 1px solid #CCC;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    text-align: left;
    color: #333;
}

ul, ol, li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.module {
    width: 90%;
    max-width: 58em;
    margin: 0 auto;
}

.module .wrapper,
.module .wrapperInner {
    background: none;
}
.module .wrapperInner {
    padding: 1.4em 5.4em 0;
    margin: 1.6em 4.687% 0;
}

.pageHeader {
    padding: 3.0em 0;
}

.module.pageIntroduction {
    margin-top: 32px;
}

.pageIntroduction .wrapper {
    padding: 19px 0 0;
}

.pageIntroduction p {
    font-size: 2.4em;
    line-height: 1.1;
    padding: 0;
    letter-spacing: 0.018em;
    margin: 0;
}

.pageIntroduction p.intro {
    text-transform: uppercase;
    margin: -.3em 0 0.4em;
    line-height: .88em;
    padding: 0 .2em;
    letter-spacing: -0.018em;
    color: #DC182D;
    font-size: 5em;
}

.searchInputBox form {
    display: table;
    table-layout: auto;
    height: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}
.searchInputBox input,
.searchInputBox label {
    display: table-cell;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: none;
    clear: both;
}

.searchInputBox input {
    padding: .6em;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
    border: 1px solid #E6E6E6;
    border-radius: 0;
    vertical-align: top;
    width: 100%;
}
.searchInputBox label {
    position: relative;
    margin: 0;
    font-weight: normal;
    padding: 0;
    height: 50px;
    padding-left: 10px;
    width: 50px;;
}
.searchInputBox label:before {
    height: 40px;
    width: 40px;
    font-family: 'glyphs14';
    speak: none;
    line-height: 1;
    vertical-align: top;
    color: #FFF;
    background: #00803E;
    font-size: 2.8em;
    position: absolute;
    padding: 0.2em 0;
    content: "\e017";
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: normal;
    right: 0;
    top: 0;
}
.searchInputBox label:hover:before {
    background-color: #017D75;
}
.module.searchInputBox button {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin: 0;
    outline: none;
    padding: 0;
    width: 2.6em;
    height: 2.8em;
    overflow: hidden;
    text-indent: -9999em;
    font-size: 1em;
}

.recommendedLinks {
    columns: 2;
    -moz-columns: 2;
    -webkit-columns: 2;
    text-align: left;
}
.recommendedLinks:after {
    content: ' ';
    display: block;
    clear: both;
}

.recommendedLinks li {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 32px;
    min-width: 50%;
}
.recommendedLinks li:nth-child(even) {
}

.recommendedLinks li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.75em;
    letter-spacing: -0.002em;
    text-align: left;
    display: block;
    font-family: 'ProximaNovaExCnSReg';
    padding: .2em 0;
    margin-bottom: .2em;
    padding-left: 22px;
    line-height: 1.5em;
}
.recommendedLinks li a,
.recommendedLinks li a span,
.recommendedLinks li a:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #00803e;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
}
.recommendedLinks li a:before {
    content: "\e00a";
    font-family: 'glyphs14';
    font-size: 21px;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 3px;
}

.recommendedLinks li a:hover,
.recommendedLinks li a:hover:before,
.recommendedLinks li a:hover span {
    color: #017D75;
}

.recommendedLinks li a span {
    border-bottom: 1px solid transparent;
}
.recommendedLinks li a:hover span {
    border-bottom: 3px solid #017D75;
}

.module.landscapeImage {
    width: auto;
    max-width: initial;
    margin: 64px 0;
}

.module.landscapeImage p {
    background: #fff;
    padding: 32px 0 0;
    margin: 0;
    font-size: 1em;
    letter-spacing: 0.18em;
}


@media screen and (max-width: 620px) {

    .pageHeader {
        padding: 1.8em 0;
    }

    .module.pageIntroduction {
        margin-top: 0;
    }

    .pageIntroduction p.intro {
        line-height: .85em;
        margin-bottom: 8px;;
    }

    .module,
    .module .wrapper,
    .module .wrapperInner {
        margin-left: 0;
        margin-right: 0;
        width: auto;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .module .wrapperInner {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
    }

    .recommendedLinks {
        border-top: #00803e 2px solid;
        padding-top: 1px;
        margin-top: 8px;
        margin-left: -16px;
        margin-right: -16px;
        overflow: hidden;
        columns: 1;
        -moz-columns: 1;
        -webkit-columns: 1;
    }

    .recommendedLinks li,
    .recommendedLinks li:nth-child(even) {
        float: none;
        width: 100%;
        padding: 0;
    }

    .recommendedLinks li a {
        font-size: 1.75em;
        letter-spacing: 0;
        padding: 10px 16px;
        border-bottom: 1px solid #d3d3d3;
        margin: 0;
        position: relative;
    }

    .recommendedLinks li a:before {
        content: "\e00a";
        font-size: 31px;
        right: 16px;
        width: 18px;
        left: auto;
        top: 10px;
    }
    .recommendedLinks li a:hover{
        background: #01948B;
    }
    .recommendedLinks li a:hover:before,
    .recommendedLinks li a:hover span {
        color: #FFF;
    }
    .recommendedLinks li a span,
    .recommendedLinks li a:hover span {
        border: 0;
    }


}



