@charset "UTF-8";
/* LAYOUT WIDTHS */
/* TYPOGRAPHY */
/* FONTS */
/* COLORS: text */
/* comps says #666 but it seems too light for this web font */
/* comps says #666 but it seems too light for this web font */
/* comps says #999 */
/* COLORS: backgrounds */
/* COLORS: borders */
/* Basic font styles defined in the design toolkit */
.base-font {
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 40em) {
  .base-font {
    font-size: 14px;
    line-height: 26px;
  }
}

.bold-subheading {
  color: #444;
  font-family: "Open Sans", open_sansbold;
  font-weight: 700;
  font-weight: 800;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.opensans-light {
  font-family: "Open Sans Light", open_sanslight, sans-serif;
  font-weight: 300;
}

.opensans {
  font-family: "Open Sans", open_sansregular, sans-serif;
  font-weight: 500;
}

.opensans-semibold {
  font-family: "Open Sans", open_sanssemibold, sans-serif;
  font-weight: 600;
}

.opensans-bold {
  font-family: "Open Sans", open_sansbold;
  font-weight: 700;
}

.opensans-extrabold {
  font-family: "Open Sans", open_sansextrabold;
  font-weight: 800;
}

.merriweather-light {
  font-family: "Merriweather", merriweatherlight, Georgia, serif;
  font-weight: 300;
}

.merriweather-italic {
  font-family: "Merriweather", merriweatheritalic, Georgia, serif;
  font-style: italic;
  font-weight: 500;
}

.merriweather-light-italic {
  font-family: "Merriweather", merriweatherlight_italic, Georgia, serif;
  font-style: italic;
  font-weight: 300;
}

.merriweather {
  font-family: "Merriweather", merriweatherregular, Georgia, serif;
  font-weight: 500;
}

.merriweather-bold {
  font-family: "Merriweather", merriweatherbold, Georgia, serif;
  font-weight: 700;
}

.merriweather-extrabold {
  font-family: "Merriweather", merriweatherheavy, Georgia, serif;
  font-weight: 800;
}

/*  This override styles the dk-select menu as text links. Rghe rest of this element is declared in global.scss */
/* BUTTONS */
/* the theme was created with manually selected layouts, and has been retrofitted with some ability to adapt to whether a page has a sidebar */
.no-sidebars .field-name-field-image-caption {
  margin-right: 33% !important;
}

.grid {
  padding: 0 10px;
}
@media screen and (max-width: 40em) {
  .grid {
    width: 100%;
    padding: 0 20px;
  }
}
.grid .col-max {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%;
}
.grid .col-max:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid .col-max {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.grid .col-full {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 82.97872%;
}
.grid .col-full:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid .col-full {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.grid .col-main {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 57.44681%;
}
.grid .col-main:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid .col-main {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.grid .col-aside {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 31.91489%;
  margin-left: 8.51064%;
}
.grid .col-aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid .col-aside {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%;
  }
}
.grid .col-half {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 48.93617%;
  margin-left: 0%;
  padding-right: 8.51064%;
}
.grid .col-half:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid .col-half {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }
}
.grid .col-third {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 31.91489%;
}
.grid .col-third:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid .col-third {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.grid .col-thin-aside {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 14.89362%;
  padding-right: 8.51064%;
}
.grid .col-thin-aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid .col-thin-aside {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }
}

.grid-narrow {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 82.97872%;
  margin-left: 8.51064%;
}
.grid-narrow:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow {
    width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%;
    padding: 0 20px;
  }
}
.grid-narrow .col-max {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 100%;
}
.grid-narrow .col-max:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow .col-max {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.grid-narrow .col-full {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 79.48718%;
}
.grid-narrow .col-full:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow .col-full {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.grid-narrow .col-main {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 58.97436%;
}
.grid-narrow .col-main:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow .col-main {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.grid-narrow .col-aside {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 38.46154%;
  padding-right: 10px;
}
.grid-narrow .col-aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow .col-aside {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }
}
.grid-narrow .col-half {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 48.71795%;
  padding-right: 8.51064%;
  margin-bottom: 20px;
}
.grid-narrow .col-half:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow .col-half {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }
}
.grid-narrow .col-third {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 31.42857%;
  padding-right: 8.51064%;
}
.grid-narrow .col-third:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow .col-third {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }
}
.grid-narrow .col-thin-aside {
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 28.20513%;
  padding-right: 10px;
}
.grid-narrow .col-thin-aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow .col-thin-aside {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }
}

.grid-narrow-11 {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 91.48936%;
  margin-left: 8.51064%;
}
.grid-narrow-11:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow-11 {
    width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0%;
    padding: 0 20px;
  }
}
.grid-narrow-11 .col-max {
  float: left;
  display: block;
  margin-right: 2.32558%;
  width: 100%;
}
.grid-narrow-11 .col-max:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow-11 .col-max {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.grid-narrow-11 .col-full {
  float: left;
  display: block;
  margin-right: 2.32558%;
  width: 72.09302%;
}
.grid-narrow-11 .col-full:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow-11 .col-full {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.grid-narrow-11 .col-main {
  float: left;
  display: block;
  margin-right: 2.32558%;
  width: 62.7907%;
}
.grid-narrow-11 .col-main:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow-11 .col-main {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.grid-narrow-11 .col-aside {
  float: left;
  display: block;
  margin-right: 2.32558%;
  width: 34.88372%;
  padding-right: 10px;
}
.grid-narrow-11 .col-aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow-11 .col-aside {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }
}
.grid-narrow-11 .col-half {
  float: left;
  display: block;
  margin-right: 2.32558%;
  width: 44.18605%;
  padding-right: 8.51064%;
}
.grid-narrow-11 .col-half:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow-11 .col-half {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }
}
.grid-narrow-11 .col-third {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 31.42857%;
  padding-right: 8.51064%;
}
.grid-narrow-11 .col-third:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow-11 .col-third {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }
}
.grid-narrow-11 .col-thin-aside {
  float: left;
  display: block;
  margin-right: 2.32558%;
  width: 25.5814%;
  padding-right: 10px;
}
.grid-narrow-11 .col-thin-aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 40em) {
  .grid-narrow-11 .col-thin-aside {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }
}

.row {
  clear: both;
}
.row::after {
  clear: both;
  content: "";
  display: table;
}

.column {
  padding: 50px 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  height: 100%;
  xoverflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  font-family: "Merriweather", merriweatherregular, Georgia, serif;
  font-size: 16px;
  line-height: 26px;
  color: #444;
  height: 100%;
  width: 100%;
  position: relative;
  /* messes up Drupal admin pages */
  overflow-x: hidden;
}

.blue {
  color: #77B9C0;
}

/* Remove browser field hilites, borders, and outlines */
input[type=text], input[type=password], input[type=submit], input[type=button], button, textarea, select {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-color: inherit;
}
input[type=text]:focus, input[type=text]:active, input[type=password]:focus, input[type=password]:active, input[type=submit]:focus, input[type=submit]:active, input[type=button]:focus, input[type=button]:active, button:focus, button:active, textarea:focus, textarea:active, select:focus, select:active {
  outline: 0;
}

body h1.black-heading, body h2.black-heading, body h3.black-heading, body h4.black-heading, body h5.black-heading, body h6.black-heading, body .nutshell {
  color: #444;
  margin: 0;
}
body h1 {
  color: #444;
  margin: 0;
  /* margin: .67em 0; */
  font-family: "Open Sans Light", open_sanslight, sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
}
body .h1 {
  font-size: 46px;
  line-height: 54px;
}
body h2.black-heading, body .h2.black-heading, body .nutshell {
  /* margin: .75em 0; */
  font-family: "Open Sans Light", open_sanslight, sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
}
body h3.black-heading, body .h3.black-heading {
  /* margin: .83em 0; */
  font-family: "Open Sans Light", open_sanslight, sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
}
body h4.black-heading, body .h4.black-heading {
  /* margin: 1.12em 0; */
  font-family: "Open Sans Light", open_sanslight, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
}
body h5.black-headng, body .h5.black-heading {
  /* margin: 1.5em 0; */
  font-family: "Open Sans", open_sansregular, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
body h6.black-heading, body .h6.black-heading {
  /* margin: 1.67em 0; */
  font-family: "Open Sans", open_sansregular, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  font-size: 11px;
  line-height: 16px;
}
body h2, body .h2 {
  color: #309BA6;
  font-family: "Open Sans Light", open_sanslight;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  margin: 30px 0 15px;
  position: relative;
}
body h3, body .h3 {
  color: #309BA6;
  font-family: "Open Sans Light", open_sanslight;
  font-size: 25px;
  line-height: 34px;
  font-weight: 500;
  margin: 30px 0 15px;
  position: relative;
}
body h4, body .h4 {
  color: #309BA6;
  font-family: "Open Sans Light", open_sanslight;
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  margin: 30px 0 15px;
  position: relative;
}
body h5, body .h5 {
  color: #309BA6;
  font-family: "Open Sans", open_sansregular;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  margin: 30px 0 15px;
  position: relative;
}
body h6, body .h6 {
  color: #309BA6;
  font-family: "Open Sans", open_sansregular;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin: 30px 0 15px;
  position: relative;
}
body hr {
  height: 1px;
  width: 100%;
  font-size: 1px;
  margin: 16px 0;
  border: none;
  border-bottom: 1px solid #EEE;
}
body a {
  color: #309BA6;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
body a:hover, body a:focus, body a:active {
  color: #517783;
}
body a:active, body a:focus {
  outline: none;
}
body img {
  max-width: 100%;
  height: auto;
}
body figure {
  margin: 0;
}
body figcaption {
  font-size: 14px;
  line-height: 26px;
  font-family: "Merriweather", merriweatherlight_italic, Georgia, serif;
  font-style: italic;
  font-weight: 300;
  font-family: "Merriweather", merriweatheritalic, Georgia, serif;
  font-style: italic;
  font-weight: 500;
  xfont-style: italic;
  color: #888;
  font-size: 12px;
  line-height: 20px;
  margin: 15px 0 25px;
  margin: 0;
}
@media screen and (max-width: 40em) {
  body figcaption {
    font-size: 14px;
    line-height: 26px;
  }
}
body form {
  margin: 20px 0;
}
body #content-area input[type=text], body #content-area input[type=email], body #content-area input[type=password], body #content-area textarea {
  font-family: "Open Sans Light", open_sanslight, sans-serif;
  font-weight: 300;
  color: #888;
  font-size: 14px;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #CCC;
}
body #content-area input[type=text]::-webkit-input-placeholder, body #content-area input[type=text]::-moz-placeholder, body #content-area input[type=text]:-moz-placeholder, body #content-area input[type=text]:-ms-input-placeholder, body #content-area input[type=email]::-webkit-input-placeholder, body #content-area input[type=email]::-moz-placeholder, body #content-area input[type=email]:-moz-placeholder, body #content-area input[type=email]:-ms-input-placeholder, body #content-area input[type=password]::-webkit-input-placeholder, body #content-area input[type=password]::-moz-placeholder, body #content-area input[type=password]:-moz-placeholder, body #content-area input[type=password]:-ms-input-placeholder, body #content-area textarea::-webkit-input-placeholder, body #content-area textarea::-moz-placeholder, body #content-area textarea:-moz-placeholder, body #content-area textarea:-ms-input-placeholder {
  font-style: italic;
}
body #content-area textarea {
  padding: 5px 10px;
}
body #content-area input[type=text], body #content-area input[type=email], body #content-area input[type=password] {
  height: 38px;
  line-height: 38px;
}
body #content-area input[type=text]:focus, body #content-area input[type=text].field-error, body #content-area input[type=email]:focus, body #content-area input[type=email].field-error, body #content-area input[type=password]:focus, body #content-area input[type=password].field-error {
  border: 2px solid #309BA6;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
body #content-area input[type=submit], body #content-area input[type=button], body #content-area input[type=reset] {
  margin: 30px auto 10px;
  background-color: transparent;
}
body #content-area select, body #content-area option {
  height: 40px;
  position: relative;
}
body #content-area option {
  padding: 10px 10px 0;
}
body #content-area select > option:hover {
  color: #FFF;
  background-color: #F2C959 !important;
}
body #content-area label {
  font-family: "Open Sans", open_sansbold;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
body ul {
  xmargin: 20px 0;
  margin: 12px 0;
  margin: 6px 0;
  padding: 0;
  list-style: none;
}
body ul li {
  padding: 0;
  xmargin: 0 0 6px 20px;
  margin: 0 0 0 20px;
  position: relative;
}
body ul li:before {
  /* small round bullet */
  top: 12px;
  left: -10px;
  width: 3px;
  height: 3px;
  content: '';
  background-color: #888;
  -webkit-border-top-left-radius: 50%;
  /* explicit here for Android */
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}
body ul li ul ul,
body ul li ul ol {
  margin: 12px 0;
  margin: 6px 0;
  padding: 0 0 0 12px;
}
body ul li li li:before {
  -webkit-border-top-left-radius: 0;
  /* explicit here for Android */
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body ul li li li li:before {
  background-color: transparent;
  border: 1px solid #888;
}
body ol li:before {
  display: none;
}
body .breakout {
  background-color: #F1F1F1;
  padding: 28px 36px;
  margin: 20px 0;
  font-weight: normal;
  position: relative;
}
body blockquote {
  background-color: #F1F1F1;
  padding: 28px 36px;
  margin: 20px;
  font-weight: normal;
  position: relative;
  /*
          &:before, &:after {
              position: relative;
          }
          &:before {
              content: '"';
              margin-left: -0.5em;
          }
          &:after {
              content: '"';
              margin-right: -0.5em;
          }
  */
}
body blockquote.plain {
  background-color: transparent;
}
body blockquote > p {
  /*  display: inline; */
}
body blockquote blockquote {
  font-style: italic;
  margin: 0;
  /*
              &:before {
                  content: '\201C';
                  margin-left: -0.5em;
              }
              &:after {
                  content: '\201D';
                  margin-right: -0.5em;
              }
  */
}

@media screen and (max-width: 40em) {
  body {
    font-size: 18px;
  }
  body h1 {
    font-size: 34px;
    line-height: 38px;
  }
  body h2, body .nutshell {
    font-size: 34px;
    line-height: 38px;
  }
  body h3, body h4, body h5, body h6 {
    font-size: 24px;
    line-height: 32px;
  }
  body input[type=text], body input[type=email], body input[type=password], body textarea, body select, body option {
    height: 28px;
    line-height: 28px;
  }
  body select, body option {
    width: 100%;
  }
  body input[type=submit], body input[type=button], body input[type=reset] {
    text-align: center;
  }
  body input[type=submit] .button, body input[type=button] .button, body input[type=reset] .button {
    margin: 10px auto 0;
  }
}
