/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("//hello.myfonts.net/count/26e835");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.content {
  max-width: 970px;
  margin: 0 auto;
}

#ourWebsites .col_1 {
  width: 24.948%;
  /*242/970*/
}

.mainContent .moreInfo .col_1 {
  width: 29.733%;
  /*223/750*/
  float: left;
  margin: 0 0 0 2.667%;
  /*20/750*/
  margin-bottom: 20px;
}

/*subpage grids*/
.mainContent.article {
  position: relative;
}

.mainContent.article .box {
  margin: 0 10px 20px 10px;
  position: relative;
  z-index: 100;
}

.mainContent .col_1,
.mainContent .col_2,
.mainContent .col_3 {
  margin: 0 1.333%;
  /*10/750*/
}

.mainContent .col_3 {
  width: 97.333%;
  /*730/750*/
}

.col_2 .col_1 {
  width: 46.875%;
  /*225/480*/
  margin-left: 3.125%;
  /*15/480*/
  margin-right: 0;
}

.col_2 .col_2 {
  width: 93.75%;
  /*450/480*/
  margin: 3.125%;
  /*15/480*/
}

.contact .col_1 {
  width: 50%;
  margin: 0;
}

@media screen and (min-width: 370px) {
  .col_1 {
    width: 47.333%;
    /*355/750*/
    float: left;
  }
}
@media screen and (min-width: 480px) {
  .floatLeft {
    float: left;
  }

  .floatRight {
    float: right;
  }

  .mainContent .col_2 .col_1 {
    width: 46.875%;
    /*225/480*/
    margin-left: 3.125%;
    /*15/480*/
    margin-right: 0;
  }

  .mainContent .col_2 .col_2 {
    width: 93.75%;
    /*450/480*/
    margin: 3.125%;
    /*15/480*/
    float: left;
  }

  .mainContent.article .extraInfo {
    width: 100%;
    float: left;
    position: relative;
    z-index: 100;
  }

  .mainContent.article .extraInfo .box {
    width: 47.333%;
    margin: 0 1.33333% 20px 1.33333%;
    float: left;
  }
}
@media screen and (min-width: 490px) {
  .leftCol,
  .midCol,
  .rightCol {
    margin: 0 2.0833%;
    /*10/480*/
    float: left;
    display: inline;
  }

  .leftCol {
    width: 43.75%;
    /*210/480*/
    margin-left: 4.167%;
    /*20/480*/
  }

  .midCol {
    width: 43.75%;
    /*210/970*/
  }

  .rightCol {
    width: 91.667%;
    /*440/480*/
    margin-left: 4.167%;
    /*20/480*/
  }

  .leftCol .box, .rightCol .box, .midCol .box {
    margin-left: 0;
    margin-right: 0;
  }

  .mainContent.article .related .box {
    width: 47.333%;
    /*355/750*/
    float: none;
    clear: left;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .mainContent .col_1 {
    width: 30.667%;
    /*230/750*/
    float: left;
    margin: 0 1.33333%;
  }
}
@media all and (max-width: 767px) {
  .content {
    width: auto;
    margin: 0 auto;
  }

  footer .leftCol,
  footer .rightCol,
  footer .midCol {
    width: 43.75%;
    /*140/320*/
    margin: 0 3.125% 3.125% 3.125%;
    /*10/320*/
    float: left;
  }

  #mobileNav {
    width: 56.666%;
    /*170/300*/
    margin-left: 6.333%;
    /*19/300*/
    float: left;
  }

  .mainContent .col_2 .col_1,
  .mainContent .col_2 .col_2 {
    margin: 0 10px;
  }

  .mainContent {
    width: auto;
  }

  .equalBox.cta {
    padding: 0;
  }
  .equalBox.cta a {
    height: 38px;
    display: block;
    padding: 12px 28px 12px 12px;
  }
}
@media all and (min-width: 768px) {
  .mainContent .col_1 {
    width: 30.619%;
    /*230/750*/
  }

  .mainContent .col_2 {
    width: 64%;
    /*480/750*/
  }

  .sideNav,
  .filter {
    width: 19.588%;
    /*190/970*/
    margin-left: 1.031%;
    /*10/970*/
    float: left;
  }

  .leftCol,
  .midCol,
  .rightCol {
    margin: 0 1.031%;
    /*10/970*/
    float: left;
  }

  .leftCol {
    width: 46.907%;
    /*455/970*/
    margin-left: 2.062%;
    /*20/970*/
  }

  .midCol {
    width: 46.907%;
    /*455/970*/
  }

  .rightCol {
    width: 95.87628%;
    /*930/970*/
    margin: 0 2.062%;
    /*20/970*/
  }

  .fullCol {
    clear: both;
    margin: 0 2.062%;
    /*20/970*/
    width: 95.876%;
    /*930/970*/
  }

  .mainContent {
    width: 78.351%;
    /*760/970*/
    float: right;
    margin: 0 0 0 1.031%;
    /*10/970*/
  }

  footer .leftCol,
  footer .midCol,
  footer .rightCol {
    margin: 0 1.031%;
    /*10/970*/
    float: left;
  }

  footer .leftCol {
    width: 25.773%;
    /*250/970*/
    margin-left: 2.062%;
    /*20/970*/
  }

  footer .midCol,
  footer .rightCol {
    width: 32.99%;
    /*320/970*/
  }

  footer .rightCol {
    margin-right: 2.062%;
    /*20/970*/
  }

  .col_1,
  .col_2,
  .col_3 {
    float: left;
  }

  .col_1.floatRight,
  .col_2.floatRight,
  .col_3.floatRight {
    float: right;
  }
}
@media all and (min-width: 900px) {
  .leftCol {
    width: 25.773%;
    /*250/970*/
    margin-left: 2.062%;
    /*20/970*/
  }

  .midCol,
  .rightCol {
    width: 32.99%;
    /*320/970*/
  }

  .rightCol {
    margin-right: 2.062%;
    /*20/970*/
    margin-left: 0;
    float: right;
  }

  .mainContent.article .box {
    width: 74.533%;
    /*559/750*/
    margin-left: 1.33333%;
    /*10/750*/
    margin-right: 0;
    float: left;
  }

  .mainContent.article .extraInfo {
    width: 74.533%;
    /*559/750*/
    float: left;
    margin-left: 1.33333%;
    margin-right: 0;
  }

  .mainContent.article .extraInfo .box {
    width: 48%;
    margin: 0 0 20px 4%;
    float: left;
  }

  .mainContent.article .extraInfo .box:first-child {
    margin-left: 0;
  }

  .related {
    width: 26.666%;
    /*200/750*/
    position: absolute;
    right: -18px;
    top: 0;
    margin: 0;
    z-index: 99;
  }

  .sideNav,
  .filter {
    width: 18.557%;
    /*180/970*/
    margin-left: 2.062%;
    /*20/970*/
    float: left;
  }

  .mainContent {
    width: 77.32%;
    /*750/970*/
    float: right;
    margin: 0 1.031%;
    /*10/970*/
  }
}
@font-face {
  font-family: 'humanist-light';
  src: url("../type/humanist-light.eot");
  src: url("../type/humanist-light.eot?#iefix") format("embedded-opentype"), url("../type/humanist-light.woff") format("woff"), url("../type/humanist-light.ttf") format("truetype"), url("../type/humanist-light.svg#wf") format("svg");
}

@font-face {
  font-family: 'humanist-regular';
  font-weight: normal;
  font-style: normal;
  src: url("../type/humanist-regular.eot");
  src: url("../type/humanist-regular.eot?#iefix") format("embedded-opentype"), url("../type/humanist-regular.woff") format("woff"), url("../type/humanist-regular.ttf") format("truetype"), url("../type/humanist-regular.svg#wf") format("svg");
}

@font-face {
  font-family: 'humanist-bold';
  font-weight: bold;
  font-style: normal;
  src: url("../type/humanist-bold.eot");
  src: url("../type/humanist-bold.eot?#iefix") format("embedded-opentype"), url("../type/humanist-bold.woff") format("woff"), url("../type/humanist-bold.ttf") format("truetype"), url("../type/humanist-bold.svg#wf") format("svg");
}

body {
  background: #eaeaea url(../img/bodybg.png) 0 0 repeat-x;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}

body.body-font-13 {
  font-size: 13px !important;
}

body.body-font-17 {
  font-size: 17px !important;
}

body.body-font-21 {
  font-size: 21px !important;
}

#main {
  position: relative;
}

.homePage #main {
  margin-top: -102px;
}

h1 {
  font-size: 22px;
}

.container {
  z-index: 1;
  position: relative;
}

.container.main {
  min-height: 600px;
}

.box h2 {
  color: #272b3c;
  border-bottom: 1px solid #c8c3d3;
  font-size: 1.38462em;
  line-height: 1.2em;
  margin: 0;
  font-family: 'humanist-bold', arial, helvetica;
  padding: 12px 15px 10px 15px;
  /*15/480*/
  /*width: 93.75%;*/
}

div.blue {
  background: #b6d9df;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 15px;
  width: 100%;
}

.box > p {
  margin: 15px;
}

.box > ul {
  list-style: disc;
  padding: 0 15px 0 32px;
}

.box > ol {
  list-style: decimal;
  padding: 0 15px 0 34px;
}

.box > ul li,
.box > ol li {
  margin-bottom: 12px;
  font-size: 1em;
  line-height: 1.462em;
}

.box img {
  display: block;
}

h3 {
  font-size: 1.38462em;
  color: #1d3b5e;
  font-weight: normal;
}

a {
  color: #00638e;
  font-size: 1.07692em;
  text-decoration: none;
}

a:hover {
  color: #1f2a44;
}

p,
label {
  font-size: 1em;
  line-height: 1.462em;
  margin: 0;
}

p a {
  font-weight: bold;
  font-size: 1em;
}

.error {
  color: #ff0000;
}

#inline-messages.error {
  background: none;
  border: none;
  font-size: 1em;
  padding: 0;
  color: #ff0000;
}

#inline-messages.status {
  display: none;
  /*quick fix for training*/
}

.form-item:before,
.form-item:after,
.content:before,
.content:after,
.horizontal:before,
.horizontal:after,
.box:before,
.box:after,
article:before,
article:after,
.clearSelf:before,
.clearSelf:after,
.webform-component:before,
.webform-component:after,
.block:before,
.block:after,
.mainContent:before,
.mainContent:after,
#searchSite:before,
#searchSite:after {
  content: "";
  display: table;
}

.form-item:after,
.clearSelf:after,
.content:after,
.horizontal:after,
.box:after,
article:after,
.webform-component:after,
.block:after,
.mainContent:after,
#searchSite:after {
  clear: both;
}

/*list resets*/
ol,
ul {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}

ol li,
ul li {
  margin-bottom: 12px;
}

.hero ul,
nav ul,
footer ul,
.faq,
#ourWebsites ul,
.quickLinks {
  padding: 0;
  margin: 0;
}

.hero ul li,
nav ul li,
footer ul li,
.faq li,
#ourWebsites li,
.quickLinks li {
  list-style-type: none;
  margin: 0;
}

.horizontal li {
  display: inline;
  float: left;
}

.content.noPadding {
  padding: 0;
}

.extras {
  background: #1d3b5e;
  position: relative;
  z-index: 10;
}

.extras > .content:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

*:first-child + html .extras > .content {
  zoom: 1;
}

/* IE7 */
.extras > .content nav {
  float: left;
}

.extras > .content nav + nav {
  float: right;
}

#donateLink,
#ourWebToggle {
  background: #b90069;
  color: white;
  display: block;
  float: right;
  padding: 8px 18px;
  font-size: 0.92308em;
  font-weight: bold;
}

.extras a:hover {
  text-decoration: underline;
}

.extras .content {
  padding: 0;
}

#ourWebToggle {
  background: whitesmoke url(../img/arrows.png) no-repeat;
  /*background: #f5f5f5 url(../img/sprite.png) no-repeat;*/
  background-position: 91% 11px;
  color: #b90069;
  float: left;
  padding-right: 30px;
}

#ourWebToggle.open {
  background-position: 91% -9px;
}

#ourWebsites {
  background: #F5F5F5;
  padding: 0;
  display: none;
  border-bottom: 2px solid #e1e1e1;
  width: 100%;
  z-index: 10;
}

.no-js #ourWebsites {
  display: block;
}

#ourWebsites a,
.listHeadings p {
  color: #333;
}

#ourWebsites p {
  font-size: 1.38462em;
  font-weight: bold;
  padding: 13px 4.132%;
  border-bottom: 1px solid #c8c3d3;
  font-family: 'humanist-bold', arial, helvetica;
}

#ourWebsites a {
  border-top: 1px solid #c8c3d3;
  display: block;
}

#ourWebsites .websiteList {
  padding: 0;
}

#ourWebsites a {
  font-size: 1em;
  display: block;
  padding-top: 13px;
  margin: 0 4.132% 13px 4.132%;
  /*10/242*/
}

#ourWebsites a:hover {
  text-decoration: underline;
}

#ourWebsites ul li:first-child a {
  border-top: 0;
}

.mobile .mobileLogo {
  float: right;
  display: block;
}

.contactNo {
  font-weight: bold;
  font-size: 1em;
  background: url(../img/sprite.png) -230px -88px no-repeat;
  padding-left: 22px;
  float: left;
}

.secondaryNav {
  margin: 10px 0;
  overflow: hidden;
}

.secondaryNav li {
  /*margin: 10px 0;
  font-size: 1em;
  border-left: 1px solid #333333;
  padding-left: 10px;
  margin-left: 10px;*/
  margin: 10px 0;
  font-size: 1em;
  border-right: 1px solid #333333;
  padding-right: 10px;
  margin-right: 10px;
  /*border-left: 1px solid #333;*/
  /*padding-left: 10px;*/
}

.secondaryNav a {
  color: #333333;
  font-size: 1em;
}

.secondaryNav a:hover {
  text-decoration: underline;
}

.secondaryNav li:first-child {
  /*border-left: 0;
  padding-left: 0;
  margin-left: 0;*/
  border-left: 0;
  padding-left: 0;
  /*margin-left: 0;*/
  /*border-right: 0;*/
  /*margin-right: 0;*/
}

a.typeSize {
  /*background: url(../img/typeSize.png) 0 50% no-repeat;*/
  border: 0;
  margin: 0;
  padding: 1px;
}

a.typeSize.small {
  font-size: 0.615em;
}

a.typeSize.medium {
  font-size: 0.769em;
}

a.typeSize.large {
  font-size: 0.923em;
}

.hidden {
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  float: left;
}

.hidden-label {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.search input[type=text],
.search-form input[type=text] {
  padding: 8px 0 8px 10px;
  font-size: 1.07692em;
  float: left;
  border: 2px solid #cccccc;
  border-right: 0;
  margin: 10px 0;
  -moz-border-bottom-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.search div {
  float: left;
  margin: 0;
}

.search input[type=text].placeholder {
  color: #333333;
  /*font-size: em(14px);*/
}

.search input[type=submit],
.search-form input[type=submit] {
  padding: 0 10px;
  font-size: 1.07692em;
  float: left;
  margin: 10px 20px 10px 0;
  width: 40px;
  height: 36px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../img/magnify.gif) 0 0 no-repeat;
}

.search input[type=submit]:hover {
  background: url(../img/magnify.gif) -40px 0 no-repeat;
}

.banner {
  background: #FFF;
  padding: 6px 10px 0 10px;
  z-index: 3;
}

#headerSearch + div {
  width: 110px;
  float: left;
  clear: both;
}

#headerSearch {
  display: none;
}

header figure {
  float: right;
  width: 165px;
  margin-top: 15px;
}
header figure img {
  max-width: 100%;
}

.banner .content {
  padding-bottom: 15px;
}

.siteNavigation {
  background: #006665;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 10px 0 0 0;
  z-index: 2;
}

#mainNavToggle {
  color: #FFF;
  padding-bottom: 10px;
  font-weight: bold;
  margin: 0 auto;
  width: 63px;
  padding-left: 24px;
  font-size: 1.07692em;
  line-height: 1.786em;
  border: 0;
  display: block;
  /*background: url(../img/mobileMenu.png) 0 50% no-repeat;*/
  background: url(../img/sprite.png) -75px -152px no-repeat;
}

.mainNav {
  border-top: 1px solid #FFF;
  /*display: none;*/
}

.mainNav > ul > li {
  /*text-align: center;*/
  position: relative;
}

.mainNav a {
  color: #FFF;
  font-size: 1.07692em;
  display: block;
  padding: 10px 20px 10px 20px;
  font-weight: bold;
  border-bottom: 1px solid #006665;
}

.mainNav li.open > a {
  border-bottom: 1px solid #FFF;
}

.mainNav li:last-child a {
  border-right: 0;
}

.mainNav li ul {
  display: none;
}
.mainNav li ul a {
  font-weight: normal;
  line-height: 1.3;
  padding: 10px 20px;
}

.homePage footer {
  position: relative;
  z-index: 2;
}

footer a {
  font-weight: bold;
}

footer a:hover {
  text-decoration: underline;
}

footer h2 {
  font-size: 1.23077em;
  line-height: 2.133em;
  border-top: 1px solid #c8c3d3;
  border-bottom: 1px solid #c8c3d3;
  padding: 8px 0;
  font-family: 'humanist-light', arial, helvetica;
  font-weight: normal;
}

footer h2 a {
  font-size: 1em;
  font-weight: normal;
  color: #333;
}

footer .quickLinks li {
  margin-bottom: 8px;
}

footer .legal {
  background: #1d3b5e;
  color: #FFF;
  font-weight: bold;
}

footer .copyright {
  font-weight: bold;
}

footer .copyright li {
  margin-left: 10px;
}

footer .legal a {
  color: #FFF;
  font-size: 1.07692em;
}

footer .legal li a {
  margin-left: 10px;
}

footer .copyright a,
footer .copyright span {
  color: #333;
  font-size: 1.1em;
}

footer .copyright li a {
  /*font-size: 1.1em;*/
  display: block;
  border-right: 1px solid #333333;
  padding-right: 10px;
}

footer .legal li a {
  font-size: 1em;
  display: block;
  border-right: 1px solid #FFF;
  padding-right: 10px;
}

footer .legal li.last a {
  border-right: 0;
}

footer .legal li.desktop a {
  border: 0;
}

.box,
.sideNav {
  margin-bottom: 20px;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.sideNav {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.box img {
  max-width: 100%;
}

.block {
  margin: 0 18px;
  clear: both;
}

.newsFeed .block,
.contact .block,
.searchResults .block {
  border-bottom: 1px solid #c8c3d3;
}

.searchResults .node-news.block,
.searchResults .node-events.block {
  border-bottom: none;
}

.col_2 .contact.box .block {
  border-bottom: 0;
}

.newsFeed .block:last-of-type,
.newsFeed .block.views-row-last {
  border-bottom: 0;
}

.cta,
form input[type=submit] {
  background: #b90069 url(../img/ctaCorner.gif) 100% 100% no-repeat;
  font-size: 1.23077em;
  font-weight: bold;
  display: block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: white;
  line-height: 1em;
  padding: 12px 28px 12px 12px;
}

.cta a {
  font-size: inherit;
  font-weight: bold;
  color: white;
  line-height: 1em;
}

.cta:hover,
.box.imageBox a:hover {
  color: #FFF;
  background: #72246c url(../img/ctaCornerHover.gif) 100% 100% no-repeat;
}

.cta.minor:hover {
  color: #1f2a44;
}

.nextSteps .cta {
  float: right;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  padding-left: 18px;
}

.view-services-menu input[type=submit],
.view-conditions-menu input[type=submit] {
  display: none;
}

.view-services-menu input[type=submit]:hover,
.view-conditions-menu input[type=submit]:hover {
  background: #72246c url(../img/ctaCornerHover.gif) 100% 100% no-repeat;
}

.view-services-menu .form-item,
.view-conditions-menu .form-item {
  margin: 15px;
  margin-bottom: 5px;
  height: 32px;
  border: 2px solid #CCC;
  background: white url("../img/dd-white.gif") 100% 0 no-repeat;
  border-radius: 2px;
  overflow: hidden;
}
.view-services-menu .form-item select,
.view-conditions-menu .form-item select {
  line-height: 13px;
  padding: 8px 10px 8px 0;
  -webkit-appearance: none;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  border: 0;
  width: 110%;
  padding-left: 10px;
}

.view-services-menu:hover .form-item,
.view-conditions-menu:hover .form-item {
  background: white url("../img/dd-white-hover.gif") 100% 0 no-repeat;
}

.no-js .view-audience-menu {
  width: 100px;
  position: relative;
}
.no-js .view-audience-menu .form-item {
  float: left;
}
.no-js .view-audience-menu select {
  float: left;
}
.no-js .view-audience-menu input[type='submit'] {
  margin: 0;
  position: absolute;
  right: -70px;
  top: 10px;
  padding: 10px 20px 10px 10px;
  float: left;
  margin: 0px 0 12px 10px;
}
.no-js .view-audience-menu input[type='submit']:focus {
  position: static;
  top: 0;
  left: 0;
}

.no-js .view-conditions-menu,
.no-js .view-services-menu {
  position: relative;
}
.no-js .view-conditions-menu input[type='submit'],
.no-js .view-services-menu input[type='submit'] {
  display: block;
  position: absolute;
  right: 0px;
  bottom: -52px;
}

.cta.wide {
  float: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  clear: both;
}

.nextSteps .cta.minor {
  float: left;
  clear: both;
}

.cta.minor {
  display: block;
  background: none;
  color: #00638e;
  font-size: 1.07692em;
  line-height: 1em;
  padding-right: 0;
}

.block a {
  margin-bottom: 10px;
  display: block;
  line-height: 1.462em;
}

.block h2 a {
  margin-bottom: 0;
}

.entity-field-collection-item a:first-child {
  margin-top: 10px;
}

.entity-field-collection-item a.cta {
  margin-bottom: 0;
}

.field-collection-item-field-information-box-list.entity-field-collection-item a {
  margin-top: 10px;
  margin-bottom: 0px;
}

.field-collection-item-field-information-box-list.entity-field-collection-item {
  padding-bottom: 10px;
}

.box.imageBox {
  position: relative;
  overflow: hidden;
}

.box.imageBox img {
  margin-bottom: 37px;
}

.box.imageBox div {
  width: 100%;
}

.box.imageBox a.pageLink,
.box.imageBox .pageLink a {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  display: block;
  padding: 12px 0;
  width: 82%;
  padding: 13px 13.453% 12px 5.381%;
  /*12/223 30/223*/
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;
  background: #b90069 url(../img/ctaCorner.gif) 100% 100% no-repeat;
  font-size: 1.23077em;
  line-height: 1.2;
}

.box.imageBox a.pageLink:hover,
.box.imageBox .pageLink a:hover,
.entity-field-collection-item a:first-child:hover + .pageLink a {
  background: #72246c url(../img/ctaCornerHover.gif) 100% 100% no-repeat;
}

.newsFeed h3,
.box article h2.resultTitle {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.571em;
  /*margin: 13px 0 0 0;*/
  border-top: 1px solid #c8c3d3;
  padding-top: 14px;
  margin-bottom: 0;
}

.newsFeed h3 {
  border-top: 0;
}

.newsFeed p,
.searchResults .read-more {
  margin-bottom: 13px;
}

.featureText p {
  margin-bottom: 0;
}

.read-more a {
  font-size: 1em;
  line-height: 1.462em;
  font-weight: bold;
}

.featuredArticles {
  background: #f4f4f4;
  padding: 15px;
  margin: 0 -15px 30px -15px;
}
.featuredArticles .views-row {
  padding-top: 15px;
  border-top: 1px solid #c6c4d2;
  margin-top: 15px;
}
.featuredArticles .views-row-first {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}

.newsFeed .featuredArticles {
  background: none;
  padding: 0;
  margin: 0;
}
.newsFeed .featuredArticles .views-row {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}

.box article h2.featureTitle {
  font-family: 'humanist-light', arial, helvetica;
  font-size: 1.38462em;
  line-height: 1.2em;
  margin-bottom: 5px;
  border: 0;
  padding: 0;
}

.featureTitle a {
  font-size: 1em;
}

p.postDate {
  color: #999999;
}

.related h2 {
  -moz-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  margin-bottom: 15px;
  font-size: 1.07692em;
  font-weight: bold;
}

.related a {
  font-weight: bold;
  display: block;
  margin-left: 20px;
  margin-bottom: 12px;
  font-size: 1em;
  line-height: 1.4;
}

/*.related ul{
	padding: 0;
	margin-left: 0;
}*/
/*.relatedDocs li{
	padding-left: 20px;
	background: url(../img/document.png) 0 2px no-repeat;
	background: url(../img/sprite.png) -232px -62px no-repeat;
}*/
.related li {
  list-style-type: none;
  margin-left: 20px;
}

.related .file a {
  padding-left: 20px;
  background: url(../img/document.png) 0 5px no-repeat;
  word-break: break-word;
}

.related .file a.mime-application-msword {
  background: url(../img/document.png) 0 5px no-repeat;
}

.related .file a.mime-application-pdf,
.block .file a.mime-application-pdf {
  background: url(../img/document.png) 0 5px no-repeat;
}

.contactInfo {
  padding: 14px;
  padding-left: 40px;
  /*margin: 0 15px;*/
  /*Check if this affects another page contact info*/
  /*background-image: url(../img/contact.png);*/
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
}

.col_1 .contactInfo {
  margin: 0;
}

.contactInfo.number.small {
  font-size: 1.38462em;
  line-height: 1em;
}

.contactInfo.number.small .numberType {
  font-size: 0.666em;
  font-weight: normal;
  display: block;
}

.contactInfo.number.small .phoneNumber {
  display: block;
  margin-bottom: 10px;
}

.contactInfo.number {
  background-image: url(../img/sprite.png);
  background-position: -219px -342px;
  font-size: 1.53846em;
  font-weight: bold;
  padding: 14px 0px 0px 40px;
}

.homePage .contactInfo.number {
  padding-bottom: 10px;
  background-position: -219px -338px;
}

.col_1 .contactInfo.number {
  background-image: none;
}

.col_1 .contactInfo.number:first-child {
  background-image: url(../img/sprite.png);
  background-position: -219px -342px;
  padding-bottom: 0;
}

.col_1 .contactInfo.number:first-child span.phoneNumber {
  margin-bottom: 0;
  margin-top: 5px;
}

.contactInfo.email {
  background-position: -171px -382px;
  font-weight: bold;
}

.homePage .contactInfo.email {
  padding-bottom: 2px;
}

.contactInfo.email a {
  display: block;
  overflow: hidden;
  word-wrap: break-word;
}

.contactInfo.address {
  background-position: -119px -429px;
  font-size: 1em;
  line-height: 1.462em;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

.col_1.contact,
.contact .col_1 {
  margin-top: 5px;
}

/*breadcrumbs*/
.breadcrumbs.content {
  margin-top: 5px;
}

.breadcrumbs div {
  padding-left: 20px;
}

.breadcrumbs ul {
  margin: 0;
}

.breadcrumbs li,
.breadcrumbs span {
  margin: 0;
  font-size: 1em;
}

.breadcrumbs img {
  margin: 0 6px;
}

.breadcrumbs a {
  font-size: 1em;
  /*padding-right: 12px;
  background: url(../img/breadcrumb.png) 100% 50% no-repeat;
  margin-right: 6px;*/
}

/*Side navigation*/
.sideNav {
  overflow: hidden;
}

.sideNav li.active {
  background: #1d3b5e;
}

.sideNav a:hover {
  text-decoration: underline;
}

.sideNav li.active > a {
  color: white;
  border-top: 1px solid #1d3b5e;
}

.sideNav li ul li ul {
  background: #eaf5f7;
}

.sideNav li ul li.active {
  background: #55b9cb;
}

.sideNav li ul li.active > a {
  color: #272B3C;
  border-top: 1px solid #55b9cb;
}

.sideNav a {
  padding: 14px 5px;
  margin: 0 10px;
  display: block;
  font-weight: bold;
  border-top: 1px solid #C8C3D3;
  color: #272b3c;
  font-size: 1em;
}

.sideNav a.all {
  border-top: 0;
}

.sideNav li:first-child > a {
  border-top: 0;
}

.sideNav li ul {
  background: #bddfe6;
}

/*Listing */
.filter form {
  margin: 15px;
}

.filter h2 {
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 10px;
}

.filter .webform-component {
  padding: 0;
  vertical-align: middle;
}

.filter .webform-component > label {
  width: auto;
  padding-left: 10px;
  float: left;
}

.filter ul {
  list-style: none;
}

.filter .item-list ul li {
  margin: 0;
  clear: both;
  font-size: 1.07692em;
}

.filter .item-list ul li + li {
  margin-top: 8px;
}

.filter .item-list ul li a {
  font-size: 1em;
}

.filter .item-list ul li input[type=checkbox] {
  margin: 0 5px 0 0;
}

.searchResults .block {
  margin: 0;
}

.searchResults .postDate {
  margin-bottom: 0;
  color: #333;
  font-weight: bold;
}

.searchResults .form-wrapper {
  position: relative;
}

.searchResults .form-type-textfield {
  width: auto;
  display: block;
  margin: 0 40px 0 0;
}

.searchResults .form-wrapper input[type="text"] {
  width: 100%;
  text-indent: 10px;
  float: none;
}

.searchResults .form-wrapper input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
}

.moreResults {
  margin: 15px auto 0 auto;
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 10px 10px 0 10px;
}

.paging {
  text-align: center;
  padding-top: 10px;
  margin-top: 15px;
}

.paging a {
  display: inline-block;
  width: 20px;
  font-weight: bold;
  padding: 8px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  font-size: 0.92308em;
}

.paging a.prev,
.paging a.next {
  width: auto;
  margin: 0 5px;
}

.paging a.current {
  background: #1d3b5e;
  color: white;
}

.pager {
  position: relative;
  left: 50%;
  list-style-type: none;
  float: left;
  margin-top: 20px;
  padding-left: 0;
}

.pager li,
.pager .last.current,
.pager .first.current {
  float: left;
  width: 20px;
  font-weight: bold;
  padding: 8px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  font-size: 0.92308em;
  right: 50%;
  position: relative;
}

.pager .first,
.pager .last,
.pager .next,
.pager .previous {
  width: auto;
  margin: 0 5px;
}

.pager .current {
  background: #1d3b5e;
  color: white;
}

/*Articles*/
article {
  margin: 0 30px 22px 27px;
}

article header {
  padding: 24px 0 0 0;
}

article p {
  margin-bottom: 15px;
}

/**
 * NSi: Fix image styling when images are added using the WYSIWYG editor
 *
 * To use the user must set the <p> tag to either Align Left, Align Right, or No wrap (clear float)
 */
article p img.float-left,
article p.float-left {
  float: left;
  margin-right: 10px;
}

article p img.float-right,
article p.float-right {
  float: right;
  margin-left: 10px;
}

article p img.float-none,
article p.float-none {
  float: none;
  clear: both;
}

article .siteAddress p,
article p.addressList {
  margin-bottom: 0;
}

p.last-updated {
  clear: both;
  display: block;
  margin-top: 20px;
}

.leaflet-popup h3,
.leaflet-popup p {
  margin: 0;
}

.leaflet-popup p {
  font-size: 1.1em;
}

.leaflet-popup-content {
  margin: 14px 25px 0px 14px;
}

.leaflet-container a.leaflet-popup-close-button {
  top: 5px;
  right: 2px;
}

article h1 {
  font-family: 'humanist-light', arial, helvetica;
  color: #1d3b5e;
  font-weight: normal;
  font-size: 1.76923em;
}

article header p,
article p {
  color: #333333;
  font-size: 1em;
}

article table p {
  font-size: 1em;
}

article .search-form {
  margin-bottom: 20px;
}

article .search-form input[type=text],
article .search-form input[type=submit] {
  margin: 0;
}

article .search-form label {
  display: none;
}

.search-results {
  clear: both;
}

.shareLinks {
  float: right;
  padding-top: 5px;
}

.box.share .shareLinks {
  float: none;
  padding: 15px;
}

.service-links {
  overflow: hidden;
  float: left;
}

.box .makeHomepage {
  clear: both;
  background: #b6d9df;
  border-top: 1px solid #C8C3D3;
  font-weight: bold;
  padding: 15px;
  overflow: hidden;
}

.makeHomepage label {
  line-height: 1.2em;
  margin-right: 5px;
  width: 180px;
  cursor: pointer;
}

.makeHomepage input[type=checkbox] {
  margin: 0 0 0 5px;
  float: right;
  cursor: pointer;
}

.makeHomepage input[type=submit] {
  margin: 10px 0 0 0;
  float: right;
}

.shareLinks a {
  width: 26px;
  height: 26px;
  margin-left: 6px;
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  /*background: #67b7ca;*/
}

.shareLinks .sharePrint {
  background: url(../img/sprite.png) -2px -115px no-repeat;
}

.shareLinks .shareEmail {
  background: url(../img/sprite.png) -28px -115px no-repeat;
}

.shareLinks .shareFacebook {
  background: url(../img/sprite.png) -55px -115px no-repeat;
}

.shareLinks .shareTwitter {
  background: url(../img/sprite.png) -81px -115px no-repeat;
}

.quickLinks {
  padding: 10px 0 0 0;
}

footer .quickLinks {
  padding: 0;
}

.quickLinks li a {
  font-size: 1.1em;
}

article figure.wide {
  margin-right: 0;
  position: relative;
  border: 1px solid #ededed;
  width: auto;
}

figure.wide figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F5F5F5;
  background: rgba(255, 255, 255, 0.75);
  margin: 0;
  width: 94.4%;
  padding: 2.8%;
}

article figure img {
  display: block;
  max-width: 100%;
}

article figure figcaption {
  font-weight: bold;
  font-size: 0.92308em;
  margin-top: 5px;
}

article .full-width {
  margin-top: 20px;
}

article blockquote,
article .stats {
  font-family: 'Frutiger Light', Arial, sans-serif;
}

article blockquote p {
  font-size: 1.23077em;
  margin: 0 15px;
}

article .attribution,
article blockquote .attribution {
  font-size: 0.650em;
  font-weight: bold;
  margin-top: 15px;
  display: block;
}

article blockquote .stat-text {
  margin: 0 15px;
  font-size: 1.53846em;
  line-height: 1.25em;
  display: block;
}

article .stat,
article blockquote .stat {
  font-size: 2.75em;
  line-height: 1em;
  color: #1d3b5e;
  display: block;
}

.box article h2 {
  font-family: 'Frutiger Light', Arial, Helvetica;
  font-size: 1.38462em;
  padding: 5px 0 5px 0;
  clear: both;
  border-bottom: 0;
  color: #1D3B5E;
  font-weight: normal;
  margin-bottom: 10px;
}

.box article h3 {
  font-family: 'Frutiger Light', Arial, Helvetica;
  font-size: 1.61538em;
  padding: 5px 0 5px 0;
  clear: both;
  border-bottom: 0;
  color: #000;
  font-weight: normal;
  margin-bottom: 10px;
}

.box article.locationDetails h2 {
  padding-top: 20px;
  padding-bottom: 10px;
  margin: 0;
  width: 100%;
}

.box article.locationDetails h3 {
  margin-bottom: 4px;
}

.locationDetails .group-site-contact p {
  margin-bottom: 0;
}

.locationDetails span {
  font-size: 1em;
  line-height: 1.462em;
  font-weight: bold;
  float: left;
  clear: right;
  margin-right: 5px;
}

.siteAddress {
  margin-bottom: 12px;
}

.journeyPlanner p {
  margin: 0;
}

.ourLocations #leaflet-map {
  margin-bottom: 20px;
}

article h3 {
  margin: 0;
  color: #1D3B5E;
  font-size: 1em;
  font-weight: bold;
}

article > ul li {
  font-size: 1em;
}

.sideNav li {
  font-size: 1em;
}

article ul {
  list-style: disc inside none;
}
article ol {
  list-style: decimal inside none;
}
article li {
  line-height: 1.462em;
}

article li a {
  font-size: 1em;
}

article hr {
  height: 0px;
  border-style: solid;
  border-bottom: 1px solid white;
  border-top: 1px solid #c8c3d3;
  border-left: 1px solid white;
  margin: 0;
  margin-bottom: 20px;
}

.page-list article .field-type-text-with-summary {
  font-size: 1em;
  margin-bottom: 20px;
  line-height: 1.462em;
}

.page-list article .field-type-text-with-summary p {
  font-size: inherit;
}

/*Biographies*/
article.bioPage .field-type-image {
  float: right;
  width: 29.88%;
  margin: 0 0 24px 20px;
}

article.bioPage .consultant-text-field {
  margin-bottom: 15px;
  /*float: left;*/
  clear: left;
}

article.bioPage p {
  margin-bottom: 5px;
}

article.bioPage ul,
article.bioPage ol {
  clear: none;
}

article.bioPage li {
  margin-bottom: 5px;
}

body.node-type-consultants .bioPage ul li {
  list-style: disc;
}

body.node-type-consultants .bioPage ol li {
  list-style: decimal;
}

/*forms*/
input[type=checkbox] {
  border: 0;
  margin: 3px 0;
  margin-right: 5px;
}

input[type=radio] {
  border: 0;
  margin-right: 5px;
}

.form-managed-file .form-file {
  margin-right: 5px;
}

form p {
  margin-bottom: 12px;
}

.webform-component {
  margin-bottom: 4px;
  padding: 6px 0;
  margin-top: 0px;
}

.webform-component > label,
.webform-component fieldset legend {
  display: block;
  margin: 5px 0;
}

fieldset label {
  width: 40%;
  padding: 0 0.996%;
  /*5/502*/
  display: block;
  float: left;
}

.form-radios,
.form-checkboxes {
  float: left;
  width: 75%;
}

.form-radios .form-type-radio,
.form-checkboxes .form-type-checkbox {
  width: 33.3%;
  overflow: hidden;
  float: left;
  margin-bottom: 10px;
}

.form-radios .form-type-radio .form-radio,
.form-checkboxes .form-type-checkbox .form-checkbox {
  margin-right: 5px;
}

.form-radios .form-type-radio .form-radio {
  margin-top: 2px;
}

.form-radios label,
.form-checkboxes label {
  font-weight: normal;
  /*width: 40%;*/
  /*padding: 0 0.996%; /*5/502*/
  display: inline;
  /*float: left;*/
}

.webform-component fieldset legend {
  font-size: 1em;
}

.webform-component input[type=submit] {
  padding: 8px 20px 8px 10px;
  background: #b90069 url(../img/ctaCorner.gif) 167% 100% no-repeat;
}

.webform-component input[type=submit]:hover {
  background: #72246c url(../img/ctaCornerHover.gif) 167% 100% no-repeat;
}

form input,
form .form-textarea-wrapper textarea {
  background: none;
  border: 1px solid #aeaeae;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  font-size: 0.92308em;
  padding: 2px;
}

form .form-textarea-wrapper {
  float: left;
  width: 76%;
}

.webform-client-form input[type=text],
.webform-client-form input[type=email] {
  width: 60%;
}

form .form-textarea-wrapper textarea {
  padding: 0.996%;
  /*5/502*/
  float: none;
  width: 100%;
}

form input[type=submit] {
  border: 0;
  font-size: 1.23077em;
  font-weight: bold;
  display: block;
  color: white;
  line-height: 1em;
  padding: 8px 20px 8px 10px;
  float: none;
}

form select {
  font-size: 1em;
  outline: none;
}

.banner form input[type=submit] {
  border-radius: 0;
  -moz-border-bottom-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.webform-component.error {
  background: #ffdada;
  color: #333;
}

/*tables*/
table {
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  /*
  	border-top: 1px solid #cccccc;
  	border-bottom: 1px solid #cccccc;
  	border-left: 1px solid #cccccc;
  	border-right: 1px solid #cccccc;
  */
  width: 100%;
}

td,
th,
thead td {
  font-size: 0.92308em;
  border-right: 1px solid #cccccc;
  padding: 10px;
  text-align: left;
}
td a,
th a,
thead td a {
  font-size: 1em;
}

tr {
  background-color: #EAEAEA;
  /*
  	background-color: #e7f3f8;
  */
  border: 1px solid #cccccc;
}

tr.even {
  background-color: #ffffff;
}

/*
tr:nth-child(even){
	background: #e7f3f8;
}
*/
article td {
  vertical-align: top;
}

th,
thead td {
  color: #FFF;
  background-color: #1d3b5e;
  font-weight: bold;
}

thead td p {
  color: #FFF;
  margin-bottom: 0;
}

th:last-child,
td:last-child,
thead td:last-child {
  border-right: 0;
}

.form-item-time-date label {
  display: none;
}

#edit-time {
  padding: 0;
}

#forward-form div {
  font-size: 1em;
}

#forward-form div p,
#forward-form div a,
#forward-form div small,
#forward-form div input {
  font-size: inherit;
}

/*FAQ*/
.faqWrapper {
  margin-bottom: 20px;
}

.box article .faqWrapper h3 {
  margin-right: 0;
  background: #b6d9df url(../img/accordion_arrows.png) 98% 9px no-repeat;
  border-top: 0;
  color: #272b3c;
  font-weight: bold;
  font-size: 1.23077em;
  padding: 8px 40px 8px 15px;
  margin-bottom: 10px;
}

.box article .faqWrapper h3.open {
  background: #b6d9df url(../img/accordion_arrows.png) 98% -73px no-repeat;
}

.faqWrapper h3:hover {
  cursor: pointer;
}

.faqWrapper .node div {
  padding: 8px;
}

body.node-type-faq-page .faqWrapper ul li {
  list-style: disc;
}

body.node-type-faq-page .faqWrapper ol li {
  list-style: decimal;
}

/*ratings*/
.ratePage {
  background: #f4f4f4;
  padding-left: 5px;
  border-bottom-right-radius: 3px;
}

.ratePage legend,
.ratePage p {
  font-size: 1em;
  color: #00638e;
  float: left;
  line-height: 1.538em;
  padding: 5px;
  width: auto;
  margin: 0;
}

.ratePage legend {
  font-weight: bold;
}

.ratePage input[type=submit] {
  margin: 0;
  float: right;
  padding: 8px 20px 8px 10px;
  background: #b90069 url(../img/ctaCorner.gif) 167% 100% no-repeat;
}

.ratePage input[type=submit]:hover {
  background: #72246c url(../img/ctaCornerHover.gif) 167% 100% no-repeat;
}

.ratePage input[type=checkbox] {
  margin: 8px 4px;
  display: block;
  float: left;
  overflow: hidden;
  height: 13px;
  width: 13px;
}

.ratePage .star {
  margin: 8px 4px;
  display: block;
  float: left;
  overflow: hidden;
  height: 13px;
  width: 13px;
  padding: 0;
  text-indent: -9999px;
  white-space: nowrap;
}

.ratePage .star {
  background: url(../img/sprite.png) -21px -89px no-repeat;
}

.ratePage .star.rated {
  background: url(../img/sprite.png) -6px -89px no-repeat;
}

.ratePage small {
  font-size: 0.846em;
  color: #000000;
  float: left;
  line-height: inherit;
  padding: 5px;
  width: auto;
  margin: 0;
  padding-top: 0;
}

/*Drupal module stars*/
form.fivestar-widget {
  clear: none;
}

/*Google translate*/
#google_translate_element {
  float: left;
  margin-top: 6px;
}

#google_translate_element a {
  text-decoration: none;
}

#google_translate_element img {
  display: none;
}

.goog-te-menu-value {
  margin: 0;
}

.goog-te-menu-value span:first-child,
.goog-te-menu-value span:last-child {
  padding: 0 4px;
}

.box.hero {
  background: white url(../img/blueGraphic.png) 0 0 no-repeat;
  background-size: cover;
  background-position: 60% 50%;
  color: #FFF;
  position: relative;
  overflow: hidden;
  padding-top: 32.74%;
}

.box.hero.landing {
  background: none;
}

.box.landing.hero {
  color: #FFF;
}

.captionContent h1 {
  font-family: 'humanist-bold', arial, helvetica;
  font-size: 2em;
  margin: 0 0 15px 0;
}

.landing .captionContent h1 {
  font-size: 2.76923em;
}

.captionContent p {
  font-size: 1.15385em;
  line-height: 1.4em;
}

.landing .captionContent p {
  font-size: 1.38462em;
  line-height: 1.222em;
}

.box.hero .captionContent {
  width: 100%;
  float: left;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.hero .captionContent {
  padding-top: 32.74%;
}

.landing.hero .captionContent {
  background: url(../img/heroCaptionBG2.png) 100% 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 45.068%;
}

.hero .captionTextWrap {
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  left: 0;
}

.hero .captionText {
  display: table;
  height: 100%;
  padding: 0 272px 0 30px;
}

.landing.hero .captionText {
  padding: 0 30px;
}

.hero .captionText div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.box.landing.hero h1 {
  width: 74.941%;
  /*236/340*/
}

.box.landing.hero p {
  width: 64.941%;
  /*205/340*/
}

.box.hero .heroImage {
  float: right;
  padding: 6px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin: 11px;
  margin-top: -31.4%;
}

/*.box.hero > img{
	margin-top: -32.74%;
}*/
.box.hero .heroBG {
  margin-top: -32.74%;
}

.heroImage img {
  max-width: 100%;
}

.homePage .hero {
  position: relative;
  height: 419px;
  width: 100%;
  margin: 0 auto;
}

.homePage .hero.hide-while-loading {
  height: 419px;
}

.no-js .homePage .hero.hide-while-loading {
  overflow: visible;
  height: auto;
}

#backgroundSlides {
  position: absolute;
  top: 0;
  width: 100%;
}

.no-js #backgroundSlides img {
  display: none;
}
.no-js #backgroundSlides img:first-child {
  display: block;
}

.hide-while-loading #backgroundSlides img,
.no-js #backgroundSlides img {
  display: none;
  float: none;
  margin: 0 auto;
}
.hide-while-loading #backgroundSlides img:first-child,
.no-js #backgroundSlides img:first-child {
  display: block;
}

#backgroundSlides img {
  float: left;
}

#foregroundSlides {
  position: absolute;
  top: 0;
  width: 100%;
}

#foregroundSlides div {
  display: block;
  float: left;
}

.no-js #foregroundSlides div {
  display: none;
}
.no-js #foregroundSlides div:first-child {
  display: block;
}

.hide-while-loading #foregroundSlides,
.no-js #foregroundSlides {
  height: 419px;
  overflow: hidden;
}
.hide-while-loading #foregroundSlides div,
.no-js #foregroundSlides div {
  float: none;
}
.hide-while-loading #foregroundSlides div img,
.no-js #foregroundSlides div img {
  display: block;
  float: none;
  margin: 0 auto;
}

#textSlides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.no-js #textSlides div,
.hide-while-loading #textSlides div {
  display: none;
}
.no-js #textSlides div:first-child,
.hide-while-loading #textSlides div:first-child {
  display: block;
}

#textSlides .slide {
  height: 418px;
  float: left;
  width: 100%;
}

#textSlides img {
  max-width: 100%;
}

#textSlides .captionContent {
  clear: both;
  margin: 0 auto;
  width: 930px;
  padding: 20px;
}

#textSlides .captionContent a {
  float: left;
  margin-right: 20px;
  border: 5px solid #FFF;
  position: relative;
  display: block;
}

#textSlides .captionContent a img {
  display: block;
}

#textSlides .captionContent .videoLink {
  position: relative;
}

#textSlides .captionContent .videoLink:after {
  position: absolute;
  content: "";
  width: 57px;
  background: url(../img/play.gif) 0 0 no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
}

#textSlides .captionContent .videoLink:hover:after {
  background: url(../img/play.gif) -57px 0 no-repeat;
}

#textSlides h2 {
  color: #FFFFFF;
  font-family: 'humanist-regular', arial, helvetica;
  font-size: 2.92308em;
  margin-top: 30px;
}

#textSlides h2 + h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

#textSlides h2 span {
  display: block;
  font-weight: normal;
  font-family: 'humanist-light', arial, helvetica;
}

.captionContent h2.field {
  margin-bottom: 0;
}

.captionContent h2.field + h2 {
  margin-top: 0;
}

#viewpoint {
  position: absolute;
  top: -889px;
  left: -15px;
}

#carouselArrows {
  max-width: 1200px;
  display: none;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}

.no-js #carouselArrows {
  display: none;
}

#carouselArrows a {
  z-index: 900;
  position: absolute;
  display: block;
  top: 180px;
  left: 0;
  height: 57px;
  width: 62px;
  background: url(../img/carouselArrows.png) -23px -2px no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

#carouselArrows a:hover {
  background: url(../img/carouselArrows.png) -23px -73px no-repeat;
}

#carouselArrows a.next {
  right: 0;
  left: auto;
  background: url(../img/carouselArrows.png) -111px -2px no-repeat;
}

#carouselArrows a.next:hover {
  right: 0;
  left: auto;
  background: url(../img/carouselArrows.png) -111px -73px no-repeat;
}

#carouselControl {
  margin: 0 auto 10px auto;
  width: 120px;
  height: 19px;
}

#carouselControl a {
  display: block;
  background: url(../img/controls.png) -19px 0 no-repeat;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  float: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

#carouselControl a.selected {
  background: url(../img/controls.png) 0 0 no-repeat;
}

span.overlay {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  height: 100%;
  width: 50%;
  top: 0;
  position: absolute;
}

.no-js span.overlay,
.hide-while-loading span.overlay {
  display: none;
}

span.overlay.left {
  left: -600px;
}

span.overlay.right {
  right: -600px;
}

.faq ul {
  margin: 0;
  padding: 0;
}

.faq ul li {
  margin: 10px 15px;
}

.faq a {
  font-size: 1.07692em;
  font-weight: bold;
}

.moreInfo .col_1 {
  margin-bottom: 24px;
}

.moreInfo .col_1 img {
  width: 100%;
}

.moreInfo h4,
h4.moreInfo {
  color: #000000;
  font-size: 1.07692em;
  line-height: 1.3;
}

h4.moreInfo.mobIntro {
  color: #000000;
}

h4.moreInfo {
  margin: 20px 1.333% 20px 1.333%;
}

.filterAZ {
  border-bottom: 1px solid #1d3b5e;
  margin-bottom: 20px;
}

.no-js .filterAZ {
  display: none;
}

#filterListAZ {
  margin: 0;
  padding: 0;
}

#filterListAZ {
  float: left;
  width: 100%;
}

#filterListAZ li {
  color: #00638e;
  width: 3.7%;
  margin: 0;
  font-size: 1em;
  display: block;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  text-align: center;
  font-size: 1.30769em;
  font-weight: bold;
  padding: 8px 0;
  cursor: pointer;
}

#filterListAZ li:first-child {
  font-size: 11px;
  padding: 12px 0 12px 0;
}

#filterListAZ li:hover {
  color: #1F2A44;
}

#filterListAZ li.disabled {
  color: #ccc;
  cursor: default;
}

/*#filterListAZ li a
{
	
}*/
/*#filterListAll li a{
	display: block;
	padding: 8px 0 0 0;
	font-weight: bold;

}*/
#filterListAZ li.active {
  background: #1d3b5e;
  color: white;
}

#filterAZMobile {
  margin-bottom: 20px;
}

.view-listing-pages #grid > div {
  display: none;
}

.view-filters.date-filter {
  margin-bottom: 25px;
}

.views-widget-filter-field_news_published_date_value,
.views-widget-filter-field_news_published_date_value_1,
.views-widget-filter-field_event_date_and_time_value {
  padding: 0 !important;
}

.date-filter .views-submit-button {
  padding: 0 !important;
  font-weight: normal;
  margin: 0 14px 11px 0;
}

.date-filter .views-reset-button {
  padding: 0 !important;
  margin: 0 0 11px 0;
}

.date-month,
.date-year {
  background: white url("../img/dd-white-1px.gif") 100% 0 no-repeat;
  height: 31px;
  width: 100px;
  border: 1px solid #CCC;
  overflow: hidden;
  margin: 0 14px 10px 0;
}
.date-month select,
.date-year select {
  background: transparent;
  background: rgba(0, 0, 0, 0);
  width: 130px;
  border: 0;
  padding: 9px 0 9px 10px;
  height: auto;
  line-height: 13px;
  -webkit-appearance: none;
}

div.date-month:hover,
div.date-year:hover {
  background: white url("../img/dd-white-1px-hover.gif") 100% 0 no-repeat;
}

span.date-all-day-label {
  display: none;
}

#grid .mix {
  opacity: 0;
  display: none;
}

.no-js #grid .mix {
  opacity: 1;
  display: block;
}

.hoverBox {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 38px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}

.hoverBox .cta {
  width: auto;
  float: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
}

.hoverBox .cta.popOut div .popOutSub {
  font-size: 0.813em;
  font-weight: normal;
  padding-top: 5px;
  display: block;
}

.hoverBox .cta.popOut .popOutDetails {
  padding: 12px 8px;
  /*8/206*/
}

.equalBox.cta {
  margin-bottom: 20px;
  height: auto;
}

/*Dropdown CSS*/
.view-services-menu .chzn-container,
.view-conditions-menu .chzn-container {
  margin: 18px;
}

.view-audience-menu {
  width: 110px;
}
.view-audience-menu .form-item {
  height: 36px;
  border-left: 2px solid #CCC;
  background: transparent url("../img/dd-pink.gif") 100% 0 no-repeat;
  width: 110px;
  overflow: hidden;
  border-radius: 2px;
  margin: 10px 0;
}
.view-audience-menu select {
  -webkit-appearance: none;
  padding: 10px 0 10px 10px;
  line-height: 14px;
  width: 140px;
  border: 0;
  background: transparent;
  background: rgba(0, 0, 0, 0);
}

.js .view-audience-menu input[type='submit'] {
  display: none;
}

.view-audience-menu:hover {
  width: 110px;
}
.view-audience-menu:hover .form-item {
  background: transparent url("../img/dd-purple.gif") 100% 0 no-repeat;
}

.view-services-menu,
.view-conditions-menu {
  clear: both;
}

.view-services-menu .container-inline div,
.view-conditions-menu .container-inline div,
.view-audience-menu .container-inline div {
  display: block;
}

.view-audience-menu .select2-container {
  margin: 10px 0;
}

.col_2.map {
  margin-bottom: 20px;
}

.col_2.map iframe,
.field iframe {
  width: 100%;
  border: 0;
  margin: 0;
}

.field iframe {
  width: 100%;
  height: 300px;
  margin-top: 10px;
}

/*Fancybox styling*/
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("../img/fancybox/fancybox.png");
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
  background: #000;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  bottom: -21px;
  right: -21px;
  width: 43px;
  height: 43px;
  background: transparent url("../img/fancybox/fancybox.png") -45px -232px;
  cursor: pointer;
  z-index: 9999;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url("../img/fancybox/blank.gif");
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url("../img/fancybox/fancybox.png");
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url("../img/fancybox/fancybox.png");
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("../img/fancybox/fancybox-x.png");
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("../img/fancybox/fancybox.png");
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("../img/fancybox/fancybox-y.png");
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url("../img/fancybox/fancybox.png");
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("../img/fancybox/fancybox-x.png");
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("../img/fancybox/fancybox.png");
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("../img/fancybox/fancybox-y.png");
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("../img/fancybox/fancybox.png");
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url("../img/fancybox/fancy_title_over.png");
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url("../img/fancybox/fancybox.png") -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url("../img/fancybox/fancybox-x.png") 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("../img/fancybox/fancybox.png") -55px -90px no-repeat;
}

/*Drupal admin theme front-end styles*/
.primary {
  padding: 3px 0;
  margin: 4px 0;
}

.tabs li {
  display: inline;
  padding: 0 10px;
}

.page-user .form-required {
  margin: 10px 0;
  color: black;
}

.page-user .form-required small {
  display: block;
  margin-top: 5px;
  font-size: 1em;
  margin-top: 24px;
  clear: both;
}

div.workbench-info-block {
  font-size: 1em;
}

div.workbench-info-block a {
  font-size: 1em;
  font-weight: bold;
}

div.workbench-info-block form input[type=submit] {
  font-size: 1em;
  margin-left: 0;
}

div.workbench-info-block form select {
  font-size: 1em;
}

.ajax-progress-throbber {
  display: none;
}

.drupal-messages {
  clear: both;
}

/*Drupal forward page*/
.forward form {
  padding: 24px 0 0 0;
}

.forward .form-required,
.forward .form-type-item {
  clear: both;
  margin-bottom: 20px;
}

.forward .form-required label,
.forward small {
  color: #1D3B5E;
}

.forward form input,
.forward .form-textarea-wrapper textarea {
  float: none;
}

.forward .grippie {
  display: none;
}

.forward small {
  clear: both;
  display: block;
}

/*Drupal exposed filter work*/
.hidden-filter {
  display: none;
}

.date-filter .views-exposed-widget .form-submit {
  margin: 0;
}

/*Drupal form submission page*/
article.form-done {
  margin-top: 30px;
}

/*Carousel fixes*/
.hide {
  display: none;
}

.view-services-menu label,
.view-conditions-menu label,
.view-audience-menu label {
  position: absolute;
  left: -9999px;
  top: -99999px;
}

/* IE6 */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale');
  zoom: 1;
}

.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression((-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale');
}

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}

.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}

/* @group Base */
.chzn-container {
  position: relative;
  display: block;
  margin: 17px 0;
}

header .chzn-container {
  margin: 10px 0;
}

.chzn-container .chzn-drop {
  background: #fff;
  border-top: 0;
  position: absolute;
  top: 34px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  line-height: 32px;
  color: #444444;
  text-decoration: none;
  -moz-border-top-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 1.07692em;
}

.chzn-container-single .chzn-single span {
  margin-right: 39px;
  padding: 0 0 0 10px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 2px solid #CCCCCC;
}

.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
}

.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}

.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}

.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 32px;
  width: 39px;
  border: 2px solid #B90069;
  background: #b90069 url(../img/ddArrows.png) 50% 9px no-repeat;
  -moz-border-bottom-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.box .chzn-container-single .chzn-single div {
  border: 2px solid #CCCCCC;
  background: white url(../img/ddArrowsPink.png) 50% 9px no-repeat;
}

.chzn-container-single .chzn-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

/* @end */
.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Results */
.chzn-container .chzn-results {
  margin: 0;
  max-height: 240px;
  padding: 0;
  border: 2px solid #CCC;
  border-top: 1px solid #CCC;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}

.chzn-container .chzn-results li {
  display: none;
  line-height: 32px;
  font-size: 1em;
  padding: 0 10px;
  margin: 0;
  list-style: none;
}

.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}

.chzn-container .chzn-results .highlighted {
  background-color: #F5F5F5;
}

.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}

.chzn-container .chzn-results .highlighted em {
  background: transparent;
}

.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}

.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}

.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}

.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}

.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 9999;
}

.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}

.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}

.chzn-container .chzn-results-scroll-down span {
  background: url("chosen-sprite.png") no-repeat -4px -3px;
}

.chzn-container .chzn-results-scroll-up span {
  background: url("chosen-sprite.png") no-repeat -22px -3px;
}

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chzn-container-active .chzn-single-with-drop {
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.chzn-container-active .chzn-single-with-drop div {
  background: #b90069 url(../img/ddArrows.png) 50% -36px no-repeat;
}

.box .chzn-container-active .chzn-single-with-drop div {
  background: white url(../img/ddArrowsPink.png) 50% -36px no-repeat;
}

.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}

.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.chzn-disabled .chzn-single {
  cursor: default;
}

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}

.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible;
}

.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}

.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto;
}

.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}

.chzn-rtl .chzn-choices .search-field input {
  direction: rtl;
}

.chzn-rtl .chzn-choices li {
  float: right;
}

.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0;
}

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
}

.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none;
}

.chzn-rtl .chzn-search input {
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background: url("chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}

.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}

.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }
}
/* @end */
ul.facebook-feed .facebook-feed-time {
  color: #999;
}

.spelling-suggestions {
  float: left;
  width: 100%;
}

.spelling-suggestions dl {
  margin: 0 0 15px 0;
}

.spelling-suggestions dt {
  float: left;
  font-size: 1.07692em;
  margin-right: 5px;
}

.mainContent div.messages.error ul {
  margin: 0;
}

#user-login {
  padding: 20px;
  margin-bottom: 20px;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#user-login .form-item {
  clear: both;
}

#user-login label {
  display: block;
  float: left;
  width: 100px;
}

#user-login input[type=text],
#user-login input[type=password] {
  display: block;
  float: left;
  width: 100%;
  max-width: 200px;
}

#user-login input[type=submit] {
  margin-left: 100px;
}

#user-login input + .description {
  margin-left: 10px;
  line-height: 21px;
  float: left;
  font-size: 0.92308em;
}

#user-login b {
  display: block;
  clear: both;
}

.no-gtranslate #toolbar-link-admin-settings-gtranslate {
  display: none;
}

#outerImageContainer {
  overflow: visible;
}

#bottomNavClose {
  position: absolute;
  bottom: -23px;
  right: -23px;
  width: 43px;
  height: 43px;
  background: transparent url("../img/fancybox/fancybox.png") -45px -230px !important;
  cursor: pointer;
  z-index: 9999;
  top: auto;
}

.mainContent .col_1.group-site-contact {
  margin-bottom: 20px;
}

.clickable {
  cursor: pointer;
}

.body-font-17 .search input[type=text],
.body-font-17 .search-form input[type=text] {
  padding: 5px 0 5px 10px;
}
.body-font-17 .search input[type="submit"],
.body-font-17 .search-form input[type="submit"] {
  height: 36px;
}
.body-font-17 .view-audience-menu,
.body-font-17 .view-audience-menu:hover {
  width: 134px;
}
.body-font-17 .view-audience-menu .form-item,
.body-font-17 .view-audience-menu:hover .form-item {
  width: 134px;
}
.body-font-17 .view-audience-menu select,
.body-font-17 .view-audience-menu:hover select {
  width: 164px;
  padding: 10px 0 10px 10px;
}
.body-font-17 #filterListAZ li:first-child {
  font-size: 11px;
  padding: 16px 0 16px 0;
}
.body-font-17 .date-month,
.body-font-17 .date-year {
  width: 130px;
}
.body-font-17 .date-month select,
.body-font-17 .date-year select {
  width: 160px;
}

.body-font-21 .mainNav a {
  font-size: 1em !important;
}
.body-font-21 .view-audience-menu,
.body-font-21 .view-audience-menu:hover {
  width: 144px;
}
.body-font-21 .view-audience-menu .form-item,
.body-font-21 .view-audience-menu:hover .form-item {
  width: 144px;
}
.body-font-21 .view-audience-menu select,
.body-font-21 .view-audience-menu:hover select {
  width: 174px;
  padding: 10px 0 10px 10px;
}
.body-font-21 .view-services-menu select,
.body-font-21 .view-conditions-menu select {
  line-height: 16px;
  padding: 7px 10px 8px 10px;
}
.body-font-21 .search input[type=text],
.body-font-21 .search-form input[type=text] {
  padding: 3px 0 2px 10px;
}
.body-font-21 #ourWebToggle {
  background-position: 91% 14px;
}
.body-font-21 .homePage .contactInfo.number {
  font-size: 1em;
}
.body-font-21 .contactInfo.number.small {
  font-size: 1.125em;
  font-weight: bold;
}
.body-font-21 .contactInfo.number.small .numberType {
  font-size: 0.875em;
}
.body-font-21 .cta,
.body-font-21 form input[type=submit],
.body-font-21 #filterListAZ li {
  font-size: 1em;
}
.body-font-21 #filterListAZ li:first-child {
  font-size: 11px;
  padding: 16px 0 16px 0;
}
.body-font-21 .date-month,
.body-font-21 .date-year {
  width: 130px;
}
.body-font-21 .date-month select,
.body-font-21 .date-year select {
  width: 160px;
}

/*Placeholder styles*/
input::-webkit-input-placeholder {
  color: #000;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

input:-ms-input-placeholder {
  color: #000;
}

.error-page .mainContent {
  margin-top: 40px;
}
.error-page .mainContent article {
  margin-top: 22px;
}
.error-page .mainContent.article .box {
  width: 98%;
}
.error-page .mainContent h1 {
  border-bottom: 1px solid #c8c3d3;
  padding-bottom: 25px;
}
.error-page .mainContent h2 {
  font-size: 2.92308em;
  color: #006665;
  font-weight: normal;
  width: 80%;
  margin-bottom: 20px;
}

article .search-form .form-item-retain-filters label {
  display: block;
}

#foregroundSlides img {
  visibility: hidden !important;
}

.mainContent .drupal-messages {
  line-height: 1.4;
  margin-left: 10px;
}

.mainContent nav.tabs a {
  line-height: 1.4;
}

.featuredArticles img {
  float: left;
  padding-right: 3px;
  margin-bottom: 10px;
}

.node-type-services .mainContent table {
  margin: 15px;
  width: calc(100% - 30px);
}

@media screen and (max-width: 767px) {
  .desktop {
    display: none;
  }

  header figure img,
  header figure {
    max-width: 100%;
  }

  .dropSearch {
    clear: both;
  }

  .naviContainer {
    display: none;
  }

  #menuSearch {
    padding: 0 10px;
  }

  #menuSearch form {
    position: relative;
  }

  #menuSearch .form-type-textfield {
    float: none;
    margin-right: 52px;
  }

  #menuSearch input[type=text] {
    background: #FFFFFF;
    color: #333;
    /*width: auto;
    max-width: 210px;*/
    width: 100%;
    margin-right: 40px;
  }

  #menuSearch input[type=submit] {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  #searchSite {
    margin: 0 auto;
    /*width: 219px;*/
    float: none;
    padding-left: 10px;
  }

  .mobileHero img {
    width: 100%;
    height: auto;
  }

  .mobileHero .captionContent {
    position: absolute;
    width: 50%;
  }

  .mobileHero h2 {
    color: #FFF;
    font-size: 1.38462em;
    /*padding: 20px 0;*/
    line-height: 1.2em;
  }

  .mobileHero h2.field {
    padding-top: 40px;
    font-weight: bold;
  }

  .mobileHero h2 span {
    font-weight: normal;
    display: block;
  }

  .mainContent .box:first-of-type {
    border-radius: 0 0 2px 2px;
  }

  .box,
  .outsideText {
    margin: 0 10px 20px 10px;
  }

  .sideNav {
    margin: 10px;
  }

  .sideNav a {
    font-weight: normal;
  }

  article header {
    padding-top: 10px;
  }

  .related .heading {
    background: #b6d9df;
    width: 100%;
  }

  .featureImg {
    margin-bottom: 10px;
  }

  footer h2 {
    padding-left: 12px;
    font-size: 1.07692em;
    margin: 8px 0;
  }

  footer .quickLinks a {
    margin-left: 12px;
  }

  .smallSocial {
    width: 31px;
    height: 31px;
    display: block;
    float: left;
    margin-left: 15px;
    text-indent: -999px;
    overflow: hidden;
    white-space: nowrap;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -219px -238px;
  }

  .smallSocial.twitter {
    background-position: -219px -301px;
  }

  .box.hero {
    margin: 0 0 20px 0;
    border-radius: 0;
  }

  .box.hero .heroImage {
    float: right;
    max-width: 43.75%;
    /*140/320*/
  }

  .box.landing.hero {
    margin: 0;
    border-radius: 0;
  }

  .box.landing.hero .captionContent {
    width: 62%;
  }

  .captionContent h1,
  .landing .captionContent h1 {
    font-size: 1.38462em;
    margin-bottom: 5px;
    font-weight: normal;
  }

  .captionContent p,
  .landing .captionContent p {
    font-size: 1em;
  }

  .captionContent {
    width: 58.575%;
    padding-left: 25px;
  }

  h4.moreInfo {
    font-size: 1em;
    font-weight: normal;
    margin: 20px;
  }

  article figure,
  article blockquote,
  article div.caption {
    margin: 0 auto 24px auto;
  }

  article figure img {
    margin: 0 auto;
  }

  article figure {
    width: 100px;
  }

  article figcaption {
    text-align: center;
  }

  footer .legal li.tnc a {
    border: 0;
  }

  footer .legal li.desktop {
    display: none;
  }

  .legal .content,
  .content.copyright {
    padding: 10px 0;
  }

  .content.copyright span.floatLeft {
    margin-left: 10px;
  }

  .error-page .mainContent {
    width: 100%;
  }

  .mainContent .drupal-messages {
    width: auto;
    margin-right: 10px;
  }

  .mainContent nav.tabs {
    width: auto;
  }
}
@media screen and (min-width: 480px) {
  article h2 {
    font-size: 1.8em;
    padding: 10px 0;
  }

  article h3 {
    font-size: 1.3em;
  }

  article header p {
    font-size: 1.154em;
    margin-bottom: 30px;
  }

  article p {
    margin-bottom: 20px;
  }

  div.caption-inner {
    font-size: 0.923em;
  }

  .search,
  .dropSearch,
  #headerSearch {
    float: left;
  }

  #headerSearch {
    display: block;
  }

  article .search-form {
    float: right;
  }

  article.searchResults h1 {
    float: left;
  }

  article figure,
  article blockquote {
    margin: 0 20px 24px 0;
    clear: left;
  }

  article figure {
    margin: 0;
  }

  article table figure {
    margin: 0;
  }

  article blockquote,
  article .stats {
    width: 210px;
    background: #f5f5f5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 15px 0;
  }

  article table figure {
    width: 100px;
  }

  article blockquote p {
    font-size: 2em;
  }

  article blockquote,
  article .stats,
  article figure,
  article div.caption {
    float: left;
    margin: 4px 20px 10px 0;
  }

  .featureImg {
    margin-right: 3.984%;
    /*20/502*/
    width: 28.884%;
    /*145/502*/
    float: left;
  }

  .featureText {
    overflow: hidden;
  }

  .mainContent.article .related.box {
    margin-top: 20px;
  }

  .box.landing.hero .captionContent {
    width: 46%;
  }

  footer .legal {
    font-size: 1.1em;
  }

  .mainContent .col_2 .col_1 {
    width: 46.875%;
    margin-left: 3.125%;
    margin-right: 0;
  }

  .mainContent .col_1 .contact {
    width: auto;
  }

  .featuredArticles {
    margin: 0 0 30px 0;
  }

  .body-font-21 article blockquote,
  .body-font-21 article .stats {
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .mainContent .col_2 .col_1, .mainContent .col_2 .col_2 {
    width: 96.875%;
  }

  .table-wrapper {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .homePage #main {
    margin-top: -178px;
  }

  .mobileHero h2 {
    font-size: 1.38462em;
  }

  .captionContent h1,
  .landing .captionContent h1 {
    font-size: 1.84615em;
  }

  .filterList {
    padding: 0 7px;
  }

  h4.moreInfo {
    margin: 15px;
  }

  .moreInfo .col_1 div {
    padding: 0 7px;
  }

  .equalBox.cta {
    padding: 0;
  }
  .equalBox.cta a {
    height: 40px;
    display: block;
    padding: 12px 28px 12px 12px;
  }

  .mainContent .col_2.map {
    clear: both;
  }

  .mainContent.article .related .box {
    float: none;
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }

  .desktop {
    display: block;
  }

  .content {
    padding: 10px 0;
  }

  .dropSearch {
    clear: none;
  }

  #headerSearch + div {
    clear: none;
  }

  header figure {
    float: right;
    width: auto;
    margin-top: 0;
  }

  .noBreadcrumbs .mainContent {
    margin-top: 25px;
  }

  .container.banner {
    padding: 0 10px 0 10px;
    z-index: 4;
  }

  .naviContainer {
    display: block;
  }

  .siteNavigation {
    display: block;
    padding: 0;
  }

  .mainNav {
    margin: 0;
    border: 0;
    display: block !important;
  }

  .mainNav > ul > li {
    float: left;
    text-align: left;
    padding: 4px 0;
  }

  .mainNav > ul > li:hover ul {
    display: block;
  }

  .mainNav > ul > li > a {
    border-left: 1px solid #FFF;
  }

  .mainNav a {
    font-size: 1.23077em;
    border-bottom: 0;
    padding: 12px 20px 12px 20px;
    line-height: 1em;
  }

  .mainNav a.homeLink {
    width: 65px;
    padding: 12px 0;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    background: url(../img/home.png) 50% 49% no-repeat;
    border-left: 1px solid #006665;
  }

  .mainNav li ul li:hover {
    background: #1d3b5e;
  }

  .mainNav > ul > li.active,
  .mainNav > ul > li:hover {
    background: #1d3b5e;
    color: #FFFFFF;
  }

  .mainNav > ul > li:hover {
    background: #005554;
  }

  .mainNav > ul > li.active > a,
  .mainNav > ul > li:hover > a {
    border-left: 1px solid #1d3b5e;
  }

  .mainNav > ul > li:hover > a {
    border-left: 1px solid #005554;
  }

  .mainNav > ul > li.nextActive > a,
  .mainNav > ul > li:hover + li > a {
    border-left: 1px solid #006665;
  }

  .mainNav > ul > li.nextActive.hover > a {
    border-left: 1px solid #005554;
  }

  .mainNav > ul > li.nextHover.active > a {
    border-left: 1px solid #1d3b5e;
  }

  .mainNav li ul {
    position: absolute;
    top: 47px;
    left: 0;
    background: #006665;
    background: #005554;
    z-index: 300;
    width: 200px;
    display: none;
    z-index: 100;
  }

  .mainNav li ul li a {
    font-size: 1.15385em;
  }

  .no-js .mainNav li:hover {
    background: #1d3b5e;
  }
  .no-js .mainNav li:hover ul {
    display: block;
  }

  .sideNav {
    /*position: absolute;
    top: 10px;
    left: 0;*/
    margin-top: 0px;
  }

  .filter .webform-component > label {
    width: 90px;
  }

  .noBreadcrumbs .sideNav {
    top: 35px;
  }

  .box.hero {
    background-position: 0 50%;
  }

  .box.imageBox img {
    margin-bottom: 40px;
  }

  .homePage #main {
    margin-top: -102px;
  }

  .homepageWrapper {
    overflow: hidden;
    position: relative;
  }

  .container.homePage {
    position: relative;
    padding: 0;
  }

  .homePage .heroContainer {
    min-height: 419px;
  }

  h4.moreInfo {
    margin: 0 0 20px 0;
  }

  .webform-component > label,
  .webform-component fieldset legend {
    width: 21.315%;
    /*107/502*/
    padding: 0 0.996%;
    /*5/502*/
    margin: 0;
    float: left;
  }

  .box.landing.hero .captionContent {
    width: 46%;
    width: 25.76923em;
  }

  form input[type=submit] {
    margin-left: 23.307%;
    /*177/520*/
  }

  fieldset label {
    width: 33.3%;
  }

  .paging a.prev,
  .paging a.next {
    margin: 0 20px;
  }

  .hoverBox {
    padding-bottom: 40px;
  }

  article header {
    padding: 24px 0 0 0;
  }

  article h1 {
    font-size: 1.76923em;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 5px;
  }

  .locationDetails header p {
    max-width: 430px;
    margin-bottom: 20px;
  }

  .locationDetails .col_2 {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 2.668%;
  }

  footer {
    background: #FFF;
  }

  footer a {
    font-weight: bold;
  }

  footer h2 {
    background-image: url(../img/footerIcons.png);
    background-repeat: no-repeat;
    background-position: -85px 6px;
    padding: 12px 0 12px 60px;
    line-height: 1.2em;
  }

  footer .footLink {
    padding: 8px 0 8px 60px;
  }

  footer .footFB {
    background-position: -33px -51px;
    /*padding-left: 0;*/
  }

  footer .footFB .facebook-feed-message a,
  article table a {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }

  footer h2 {
    margin: 10px 0;
  }

  footer .footTwitter h2 {
    background-position: 15px -114px;
    /*padding-left: 0;*/
  }

  footer .quickLinks a,
  footer p {
    margin: 0 15px 3px;
  }

  footer .legal {
    background: #1d3b5e;
    color: #FFF;
    margin-top: 15px;
  }

  footer .legal li:first-child a {
    margin-left: 0;
  }

  .equalBox.cta {
    padding: 0;
  }
  .equalBox.cta a {
    height: 3.69231em;
    display: block;
    padding: 12px 28px 12px 12px;
    line-height: 1.2;
  }

  .body-font-21 footer h2 {
    padding: 7px 0 12px 60px;
  }

  .mainContent .drupal-messages {
    width: auto;
    margin-right: 10px;
  }

  .mainContent nav.tabs {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 920px) {
  .related .heading {
    background: #b6d9df;
    width: 100%;
  }

  .search input[type=text] {
    width: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  #textSlides .caption {
    padding: 20px 70px;
  }

  .equalBox.cta {
    padding: 0;
  }
  .equalBox.cta a {
    height: 48px;
    display: block;
    padding: 12px 28px 12px 12px;
  }
}
@media screen and (min-width: 900px) {
  .box.hero {
    background-position: 0 50%;
  }

  .mainContent.article .related .box {
    background: none;
    box-shadow: none;
    margin: 0;
    width: 100%;
  }

  .related h2 {
    background: none;
    padding: 0 0 0 10.753%;
    font-size: 1.07692em;
    line-height: 1em;
    font-weight: bold;
    border: 0;
    margin-top: 8px;
  }

  .related .box .heading h2 {
    background: transparent url(../img/sprite.png) -49px 1px no-repeat;
    margin: 10px 0 15px 0;
    padding: 20px 15% 20px 10%;
    height: 14px;
  }

  .body-font-21 .related .box .heading h2 {
    background: none;
    margin: 10px 0 15px 20px;
    padding: 0;
    height: auto;
  }

  .mainContent .drupal-messages {
    width: 74.533%;
  }

  .mainContent nav.tabs {
    width: 74.533%;
  }
}
@media screen and (min-width: 1020px) {
  .filter .webform-component > label {
    width: auto;
  }
}
