/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ button,hr{overflow:visible}img,legend{border:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{font:inherit;margin:0}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:ButtonText dotted 1px}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:0;margin:0;padding:0}legend{padding:0}optgroup{font-weight:700}
/* Base Styling */
* {box-sizing: border-box;}
body {
    font-size: 15px;
    color: #364e6c;
    font-family: 'Open Sans', sans-serif;
}
main {margin: 0 auto;}
.content {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
p {line-height: 1.8em;}
a {
    color: #2786df;
    text-decoration: none;
}
a:hover {color: #e83838 !important;}
h2, h4 {font-family: 'Libre Baskerville', serif;}
h2 {
    color: #49bafb;
    font-style: italic;
    font-weight: 400;
    font-size: 1.733em;
    margin-top: 0;
    margin-top: .5em;
}
h3 {
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-left: 1px solid #b6e3fd;
    padding: 5px 0 5px 15px;
}
h4 {margin-bottom: 0;}
h4 + p {margin-top: 0;}
ul {
    list-style: none;
    padding-left: 0;
}
main ul {
    list-style-type: disc; 
    margin-left: 1.2em;
}
main ol {
    margin-left: 1.2em;
    padding-left: 0;
}
main li {
    line-height: 1.8em;
    margin: .25em 0;
}
hr {
    display: block;
    width: 100%;
    height: 12px;
    border: none;
    background-image: url("../img/waves.png");
}
em {
    padding: .25em;
    color: #e83838;
    background: #ddeff6;
}
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.cf {
    content: "";
    display: table;
    clear: both;
}
.intro {
    margin-top: 0;
    font-size: 1.333em;
    font-family: 'Libre Baskerville', serif;
}
.more {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8em;
}
.more:after {
    content: ">";
    padding-left: 5px;
}
.more.img:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url("../img/arrow2.png") no-repeat;
    background-size: 16px;
}
.more.img:hover:after {background-position: left bottom;}
.resource:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 19px;
    height: 19px;
    background: url("../img/iconResource.png") no-repeat;
    background-size: 19px;
}
.file:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 16px;
    height: 20px;
    background: url("../img/iconFile.png") no-repeat;
    background-size: 16px;
}
.link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 17px;
    height: 17px;
    background: url("../img/iconLink.png") no-repeat;
    background-size: 17px;
}
.legend {
    display: inline-block;
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
    margin: 30px 0;
}
.legend li {
    display: inline-block;
    margin: 0 16px;
    font-size: 0.8em;
    color: #a1a0a0;
    text-transform: uppercase;
}
.waves {
    padding-top: 33px;
    padding-right: 20px;
    margin-right: -20px;
    background: url("../img/waves.png") repeat-x;
}
.blueBox h3 {
    margin: 0;
    padding: 21px 0 21px 15px;
    color: #fff;
    border: none;
    background: url("../img/blueWaves.png");
}
.blueBox h3 span {
    padding-left: 12px;
    border-left: 1px solid #b6e3fd;
}
.blueBox ul {
    display: inline-block;
    margin: 0;
    padding: 5px 30px;
    list-style: none;
    background-color: #ddeff6;
}
.blueBox li {margin: 12px 0;}
.blueBox li > a {color: #e83838;}
.blueBox p {margin: 0;}
.blueBox > a.more {
    display: block;
    padding: 20px 30px;
}
main fieldset {padding: 0 50px 0 20px;}
main fieldset label {
    display: block;
    color: #a1a0a0;
    font-style: italic;
    font-family: 'Libre Baskerville', serif;
}
input {
    border: none;
    -webkit-border-radius:0; 
    border-radius:0;
}
main fieldset select {
    border: none;
    width: 300px;
    max-width: 100%;
    margin: 11px 0;
    padding: 10px;
    color: #364e6c;
    background: #dceef9 url('../img/select.png') no-repeat center right;
    background-size: 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;   
    -webkit-border-radius: 0;
    -moz-border-radius: 0;  
    border-radius: 0;
}
main fieldset input[type=text] {
    margin: 11px 0;
    width: 300px;
    max-width: 100%;
    padding: 10px;
    background-color: #dceef9;
}
main fieldset input[type=submit] {
    display: block;
    margin-top: 20px;
    color: #fff;
    padding: 10px 40px 10px 20px;
    text-transform: uppercase;
    background: #5bb6e7 url('../img/arrow4.png') no-repeat 125px center;
    background-size: 17px;
}
form input[type=submit] {letter-spacing: 0.2em;}
form input[type=submit]:hover {background-color: #3980b6;}
/* Header Styling */
h1 {
    vertical-align: middle;
    margin: 0;
    padding-top: 24px;
    font-size: 1.267em;
    font-weight: 600;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}
#bgColors {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
#bgColors div {
    height: 156px;
    width: 50%;
    float: left;
}
#bgColors .left {background-color: #3980b6;}
#bgColors .right {background-color: #8ac4e2;}
header {
    margin-bottom: 6px;
    position: relative;
    z-index: 20;
}
header section {
    position: relative;
    max-width: 1366px;
    height: 156px;
    padding-top: 25px;
    margin: 0 auto;
    background: url("../img/headerBG.jpg") no-repeat center top;
}
header section div {
    max-width: 900px;
    margin: 0 auto;
}
header img {
    float: left;
    margin-right: 45px;
    max-width: 114px;
}
header nav {width: 100%;}
header nav > ul li {
    position: relative;
}
header nav > ul > li:hover > a {
    color: #e83838;
}
header nav li.subNav:hover > a {
    padding-bottom: 35px;
    background: url("../img/navArrow.png") no-repeat center 32px;
}
header nav ul li ul {
    display: none;
    width: 236px;
    top: 50px;
    z-index: 5;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 8.82px 0.18px rgba(0, 0, 0, 0.21);
}
header nav ul li ul li {border-top: 1px solid #ddeff6;}
header nav ul li ul li:first-child {border: none;}
header nav ul li ul li a {
    display: block;
    padding: 11px 0 14px 16px;
    font-size: 1em;
    color: #2667a4 !important;
}
header nav ul li ul li a:hover {
    color: #fff !important;
    background-color: #5bb6e7;
}
header nav > ul > li:hover ul {display: block;}
header nav > ul > li {
    display: inline-block;
    border-left: 2px solid #a8bfcb;
}
header nav ul li:first-child {border: none;}
header nav ul li a {
    color: #2667a4;
    font-size: 1.2em;
    padding: 0 14px;;
}
header nav > ul > li:first-child > a {padding-left: 0;}
header .form {
    margin-top: 6px;
    background: url("../img/waves.png")
}
header .form fieldset {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align:  right;
}
header .form fieldset div {
    display: inline-block;
    padding: 0 4px;
    background-color: #fff;
}
header .form input[type=search] {
    display: inline-block;
    width: 364px;
    color: #484545;
    font-size: 1.133em;
    font-style: italic;
    font-family:  'Libre Baskerville', serif;
    background-color: #dceef9;
    padding: 9px 0 10px 40px;
    vertical-align: top;
    -webkit-border-radius:0; 
    border-radius:0;
    -webkit-appearance: none;
}
header .form input[type=submit] {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 10px 22px;
    background-color: #5bb6e7;
    text-transform: uppercase;
}
/* Homepage Styling */
.home .slides li {
    display: table;
    background-color: #ddeff6;
}
.home .slides img {
    float: right;
    width: 49%;
}
.home .slides li > div {
    display: table;
    width: 49%;
    height: 376px;
    padding-left: 44px;
    padding-right: 22px;
    padding-bottom: 55px;
}
.home .slides div div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.home .slides h3 {
    color: #5bb6e7;
    border-left: 1px solid #fff;
}
.home .slides p,
.home .slides div > a {margin-left: 18px;}
.home .slides p em {
    color: #e83838;
    line-height: 1.5em;
    font-size: 2em;
    font-style: normal;
    font-family:  'Libre Baskerville', serif;
}
.home .slides div > a {
    position: absolute;
    display: block;
    padding: 15px 30px;
    bottom: 15px;
    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background-color: #5bb6e7;
}
.home .slides div > a:hover {
    color: #fff !important;
    background-color: #3980b6;
}
.home .mobileLinks {display: none;}
.home .hotLinks {
    padding-left: 20px;
    margin-left: -20px;
    display: inline-block;
    background: url("../img/waves.png") repeat-x center 116px;
}
.home .hotLinks > div {
    float: left;
    max-width: 210px;
}
.home .hotLinks img {display: block;}
.home .hotLinks h2 {
    color: #fff;
    font-style: normal;
    font-size: 1.4em;
    margin: 0;
    padding: 14px 0 15px 20px;
    background-color: #e83838;
    border-right: 1px solid #fff;
}
.home .hotLinks div p {margin: 0.5em 0;}
.home .hotLinks div p em {
    display: block;
    color: #fff;
    font-size: 1.125em;
    font-style: normal;
    font-family: 'Libre Baskerville', serif;
    background-color: transparent;
}

.home .hotLinks div#claimants em,
.home .hotLinks div#jobSeekers em {
    padding-right: 33%;
}
.home .hotLinks div div {
    display: inline-block;
    position: relative;
    min-height: 240px;
    padding-left: 20px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}
.home .hotLinks div#claimants div {background-color: #99cae4;}
.home .hotLinks div#jobSeekers div {background-color: #7dbddf;}
.home .hotLinks div#employers div {background-color: #66b0d8;}

.home .hotLinks div div a {
    position: absolute;
    bottom: 0;
    display: inline-block;
    padding: 14px 22px;
    font-size: 0.75em;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background-color: #ddeff6;
}
.home .hotLinks div div a:hover {
    color: #fff !important;
    background-color: #3980b6;
}
.home .hotLinks ul {
    display: block;
    margin-top: 15px;
    line-height: 2em;
    list-style: none;
    padding-left: 20px;
    border-left: 1px solid #6eb6dc;
}
.home .needToKnow, .home .blueBox, .home main .bx-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-top: 0;
}
.home .jobFairs {
    width: 32%;
    margin-top: 50px;
    margin-left: 15px;
}
.home .jobFairs .percent {
    padding-top: 24px;
    padding-left: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #d9d9d9;
}
.home .jobFairs .percent img {
    float: right;
    margin-top: 12px;
}
.home .percent.mobile {display: none;}
.home .needToKnow {background: url("../img/redWaves.png");}
.home .needToKnow li * {color: #fff !important;}
.home .needToKnow li {padding: 0 30px 35px 15px;}
.home .needToKnow h3 {border-left: 1px solid #e78888;}
.home .needToKnow p {padding-left: 15px;}
.home .needToKnow p em {
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-size: 1.2em;
    background-color: transparent;
}
.home .needToKnow li > a {
    position: absolute;
    padding: 10px 22px;
    bottom: 0;
    left: 30px;
    color: #e83838 !important;
    background-color: #f2f2f2;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75em;
    letter-spacing: 0.1em;
}
.home .needToKnow li > a:hover {
    color: #fff !important;
    background-color: #3980b6;
}
main .bx-wrapper .bx-pager.bx-default-pager a:hover, main .bx-wrapper .bx-pager.bx-default-pager a.active {background: #e83838;}
.home .latestNews {margin: 0 15px;}
.fb_iframe_widget_fluid span {vertical-align: top !important;}
/* Interior Styling */
.breadcrumbs {padding-left: 20px;}
.breadcrumbs li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
}
.breadcrumbs li:after {
    content: ">";
    display: inline-block;
    color: #ced8e2;
    padding: 0 12px 0 14px;
}
.breadcrumbs li a {color: #364e6c;}
.breadcrumbs li.here:after {content: "";}
.breadcrumbs li:first-child a {color: #2786df;}
.interior .content {
    max-width: 960px;
    margin: 0 auto;
}
.interior main {
    display: inline-block;
    max-width: 690px;
    width: 100%;
    padding-bottom: 2em;
}
.interior main section {
    padding: 0 50px 0 20px;
}
.interior aside {
    display: inline-block;
    vertical-align: top;
    max-width: 210px;
    margin-left: 50px;
    padding-top: 15px;
    border-left: 1px solid #ddeff6;
}
.interior aside img {display: block;}
.interior aside div {margin: 40px 0;}
.interior aside h2 {
    color: #fff;
    font-style: normal;
    font-size: 1.4em;
    margin: 0;
    padding: 14px 0 15px 20px;
    background-color: #e83838;
}
.interior aside a {
    display: block;
    max-width: 188px;
    color: #2786df;
    font-size: 0.8em;
    font-weight: 600;
    background-color: #ddeff6;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 14px 0 12px 20px;
}
.interior aside a span:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    margin-left: 8px;
    background: url("../img/arrow.png") no-repeat;
    background-size: 17px;
}
.interior aside a:hover span:after {background-position: center bottom;}
.interior aside .percent {
    max-width: 200px;
    padding-left: 20px;
    background: none;
}
.interior aside .percent img {
    display: block;
    margin: 0 auto;
}
.interior aside .percent a {
    background: none;
    padding: 0;
}
/* Landing Styling */
.landing main section {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.landing main section:first-child,
.landing main section:last-of-type {border: none}
.landing main section:first-child {
    padding-top: 0;
    padding-bottom: 0;
}
.landing main section.intro-box:first-child {
    padding-bottom: 20px;
}
.landing main section:first-child p {width: 100%;}
.landing main section div {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
.landing main section p {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    margin: 0 0 0 2%; /* spt */
}

.landing main section.intro-box p {
    width: 100%;
    margin: .5em 0;
}
.landing main section h4 {
    padding-bottom: 5px;
    font-size: 1.333em;
    margin: 0; /* spt */
}
.landing main section h4 a {color: #e83838;}
.landing main section h4 a:hover {color: #2786df !important;}

/* Landing page content after the landing page nav */
.landing main article section {
    padding-top: 0;
}
.landing main article section:last-of-type {
    margin-bottom: 0;
}
.landing main article section h4 {
    margin-top: .5em;
}
.landing main article section p {
    width: 100%;
    margin: .75em 0;
}
.landing main article section {
    margin-bottom: 2em; 
}
.landing main article hr {
    margin: 10px 0 30px;
}

.float-left {
    float: left;
    margin: 6px 10px 6px 0;
}

/* Footer Styling */
footer {
    padding-bottom: 80px;
    text-align: center;
    color: #9b9a9a;
    background-color: #364e6c;
}
footer:before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
    border-bottom: 6px solid #fff;
    background: url("../img/waves.png");
}
footer nav {
    display: inline-block;
    text-align: left;
}
footer nav ul {
    line-height: 2em;
    display: inline-block;
    padding-left: 16px;
    border-left: 1px solid #6eb6dc;
}
footer nav ul + ul {margin-left: 80px;}
footer nav a {color: #5bb6e7;}
footer div {
    display: inline-block;
    text-align: left;
    margin-left: 120px;
}
footer p {
    font-size: 1.067em;
    font-style: italic;
    font-family: 'Libre Baskerville', serif; 
}
footer p a {
    display: inline-block;
    vertical-align: middle;
    height: 29px;
    margin: 0 8px;
}
footer p a:hover {
    background-position: center bottom;
}
footer .facebook {
    width: 30px;
    background: url("../img/facebook.png") no-repeat;
    background-size: 30px;
}
footer .twitter {
    width: 35px;
    background: url("../img/twitter.png") no-repeat;
    background-size: 35px;
}
footer small {
    font-size: 0.733em;
    text-transform: uppercase;
    letter-spacing: 0.2em
}

/* Table Styling */
article section table {
    font-size: .9em;
    border-spacing: 0;
    margin: 2em 0;
}
article section th, article section td {
    font-weight: normal;
    text-align: center;
    border-top: 1px solid #d9d9d9;
    padding: .5em .25em .5em 0;
    vertical-align: top;
}
article section th {
    text-transform: uppercase;
}
article section th, article section td:first-of-type {
    text-align: left;
}
/* End Table Styling */

@media (max-width: 999px) {
    .bx-controls {
        position: relative;
        width: 200px;
        margin: 0 auto;
        text-align: center;
        padding-top: 10px;
    }
    .bx-wrapper .bx-pager {
        position: relative;
        display: inline-block;
        padding-top: 11px;
        padding-right: 0;
        width: auto;
    }
    .bx-wrapper .bx-controls-direction a {
        display: inline-block;
        margin-top: auto;
        top: 10px;
    }
    .bx-wrapper .bx-prev {left: 0;}
    .bx-wrapper .bx-next {right: 0;}
}
@media (max-width: 960px) {
    h1 {
        display: inline-block;
        vertical-align: middle;
        padding-top: 0;
        text-align: left;
    }
    header section {height: auto;}
    header section div {
        max-width: none;
        text-align: center;
    }
    header img {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: 35px;
    }
    header nav {
        margin-top: 10px;
        padding: 12px 0;
        background-color: #5bb6e7;
    }
    header nav ul {margin: 0;}
    header nav ul li a {
        color: #fff;
        font-size: 1em;
    }
    header nav > ul > li {border-left: 2px solid #fff;}
    header .form fieldset {text-align: center;}
    .bx-wrapper .bx-viewport {left: auto;}
    .home .slides li p em {font-size: 1.667em;}
    .home main {max-width: 630px;}
    .home .hotLinks {
        display: table;
        margin: 0 auto;
        padding: 0;
    }
    .home .waves {
        display: inline;
        background: none;
        padding: 0;
        g-left: 20px;
 ft: 20pxing-left: 20px;
   
    }
    .home main .bx-wrapper, .home .blueBox, .fb-page {
        width: 48%;
        margin: 0;
    }
    .home .blueBox {margin-right: 20px;}
    .home .blueBox ul {display: block;}
    .home .jobFairs .percent {display: none;}
    .home .percent.mobile,
    .interior .percent {
        display: table;
        width: 100%;
        clear: both;
        border-top: 1px solid #d9d9d9;
        padding-top: 20px;
        padding-left: 5%;
        padding-right: 10%;
        margin: 10px 0 30px 0;
    }
    .percent img,
    .interior aside .percent img {
        float: right;
        margin-top: 20px;
        margin-left: 20px;
    }
    .percent p {font-size: 1.467em;}
    .interior .content {max-width: 690px;}
    .interior main {display: block;}
    .interior main section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .interior aside {
        display: block;
        max-width: 690px;
        margin: 0 auto;
        border: none;
        background: url("../img/waves.png") repeat-x center 132px;
    }
    .interior aside div {
        float: left;
        width: 33.33%;
        margin-top: 0;
    }
    .interior aside img {
        max-width: 100%;
        height: auto;
    }
    .interior aside h2 {border-right: 1px solid #fff;}
    .interior aside a {
        max-width: none;
        border-right: 1px solid #fff;
    }
    .interior aside div:last-child h2,
    .interior aside div:last-child a {border: none;}
    .interior aside .percent {
        display: block;
        float: none;
        clear: both;
        width: 100%;
        max-width: none;
    }
    footer nav {
        display: block;
        text-align: center;
    }
    footer nav ul {
        display: block;
        border-left: none;
        margin-left: 0;
    }
    footer nav ul + ul {margin-left: 0;}
    footer nav ul li {display: inline-block;}
    footer nav ul li a {
        padding: 0 15px;
        border-left: 2px solid #2786df;
    }
    footer nav ul li:first-child a {border-left: none;}
    footer div {
        margin-left: 0;
        text-align: center;
        border-top: 1px solid #6eb6dc;
    }
}
@media (max-width: 690px) {
    h1 {max-width: 360px;}
    header img {
        max-width: 90px;
        height: auto;
    }
    header section {background-position: -180px top;}
    header nav {
        padding: 0;
        content: "";
        display: table;
        clear: both;
    }
    header nav ul li a {padding: 0;}
    header nav > ul > li, header nav ul li:first-child {
        float: left;
        width: 33.33%;
        padding: 10px 0;
        border-bottom: 1px solid #89caed;
        border-left:  1px solid #89caed;
    }
    header nav li ul {display: none !important;}
    header nav li.subNav:hover > a {background-image: none;}
    .home .hotLinks {
        width: 100%;
        background: none;
    }
    .home .hotLinks img {display: none;}
    .home .mobileLinks {
        display: table;
        list-style: none;
        margin: 4px 0;
        background: url("../img/waves.png") repeat-x center 66%;
    }
    .home .mobileLinks li {
        float: left;
        width: 33.33%;
        line-height: 0;
        text-align: center;
    }
    .home .mobileLinks img {
        max-width: 100%;
        height: auto;
    }
    .home .mobileLinks a {
        display: inline-block;
        padding: 10% 0 20% 0;
        min-height: 42px;
        width: 100%;
        color: #fff !important;
        font-family: 'Libre Baskerville', serif;
        background: #e83838 url("../img/arrow3.png") no-repeat center 82%;
        background-size: 17px;
        border-left: 1px solid #fff;
    }
    .home .mobileLinks li:first-child a {border: none;}
    .home .hotLinks > div {
        float: none;
        max-width: none;
        width: 100%;
    }
    .home .hotLinks div h2 {
        color: #484545;
        background-color: #7dbddf;
    }
    .home .hotLinks div:first-child h2 {background-color: #99cae4;}
    .home .hotLinks div:last-child h2 {background-color: #66b0d8;}
    .home .hotLinks div div {
        width: 100%;
        min-height: inherit;
    }
    .home .hotLinks div div a {
        position: relative;
    }
    .home .hotLinks ul {margin-left: 20px;}
    .home main .bx-wrapper, .home .blueBox {
        width: 100%;
        margin: 0;
    }
    .fb-page {
        display: block !important;
        max-width: 100%;
        width: 340px;
        margin: 0 auto 20px;
    }
    .intro {font-size: 1.1em;}
    .landing main section div,
    .landing main section p {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 550px) {
    h1 {
        font-size: 1em;
        max-width: 290px;
    }
    header img {
        max-width: 60px;
        margin-right: 11px;
    }
    header nav ul li a {font-size: 0.8em;}
    header .form input[type=search] {width: auto;}
    
   
    .home .slides img {
        float: none;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
    .home .slides li > div {
        display: block;
        width: 100%;
        height: auto;
        padding-left: 5%;
        padding-right: 5%;
    }
    .interior aside {background: none;}
    .interior aside div {
        float: none;
        width: 100%;
        background: url("../img/waves.png") repeat-x center 116px;
    }
    .interior aside img {
        margin: 0 auto;
    }
}
@media (max-width: 400px) {
    h1 {
        font-size: 0.8em;
        max-width: 230px;
    }
    header .form input {font-size: 0.867em !important;}
    header .form input[type=search] {
        width: 135px;
        padding-left: 10px;
    }
    header .form input[type=submit] {padding: 9px;}
    .percent img,
    .interior aside .percent img{
        display: block;
        float: none;
        margin: 0 auto;
    }
    .intro {font-size: 1em;}
    footer nav ul {margin: 0;}
    footer nav ul li {display: block;}
    footer nav ul li a {border: none;}
    footer div {
        max-width: 222px;
        margin-top: 30px;
    }
}