@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-size: 100%;
  line-height: 1.75em;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE <10.
 * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
 * Add the correct display in IE for `main`.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * Add the correct display in IE <10.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display and remove excess height in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE <11, Safari <8, and Firefox <22.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox <40.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android <4.4.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2rem;
  line-height: 3.5rem;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 1.75rem 0; }

h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin: 1.75rem 0; }

h3 {
  font-size: 1.17rem;
  line-height: 1.75rem;
  margin: 1.75rem 0; }

h4 {
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 1.75rem 0; }

h5 {
  font-size: 0.83rem;
  line-height: 1.75rem;
  margin: 1.75rem 0; }

h6 {
  font-size: 0.67rem;
  line-height: 1.75rem;
  margin: 1.75rem 0; }

/**
 * Add the correct background and color in IE <10.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE <11.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
   * Set 1 unit of vertical rhythm on the top and bottom margin.
   */
blockquote {
  margin: 1.75rem 40px; }

/**
   * Address margins set differently in IE 6/7.
   */
dl,
menu,
ol,
ul {
  margin: 1.75rem 0; }

/**
     * Turn off margins on nested lists.
     */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

dd {
  margin: 0 0 0 40px; }

/**
   * Address paddings set differently in IE 6/7.
   */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.75rem 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * Set 1 unit of vertical rhythm on the top and bottom margin.
   */
p,
pre {
  margin: 1.75rem 0; }
  p:first-child,
  pre:first-child {
    margin-top: 0; }
  p:last-child,
  pre:last-child {
    margin-bottom: 0; }

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from default to text.
 * - The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control font, padding, border, or background. In Chrome
 *   and Safari on Windows you can't control border properly. It will apply
 *   border-width but will only show a border color (which cannot be controlled)
 *   for the outer 1px of that border. Applying -webkit-appearance: textfield
 *   addresses these issues without removing the benefits of search inputs (e.g.
 *   showing past searches). Safari (but not Chrome) will clip the cancel button
 *   on when it has padding (and textfield appearance).
 */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

/**
 * 1. Add the correct box sizing in IE <11.
 * 2. Remove the padding in IE <11.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 * 4. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */ }

/**
 * Restore the font weight unset by a previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
* Animation Mixins
*/
@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes search-open {
  from {
    opacity: 0;
    height: 0; }
  to {
    opacity: 1;
    height: 104px; } }

@keyframes sub-menu-down {
  from {
    opacity: 0;
    top: 0; }
  to {
    opacity: 1;
    top: 60px; } }

.clearfix::after {
  display: block;
  clear: both;
  content: "" !important; }

/**
 * Returns a percentage width based on the number and total number of columns
 *
 * @param   int     $num    Number of columns (e.g. 4)
 * @param   int     $total  Total number of columns (e.g. 24)
 * @return  float            Total width (%)
 */
/*  Unitless line-height
*
*   @param {Font Size} $fontSize - Unitless font size
*   @param {Leading}   $leading  - Unitless leading from photoshop or sketch
*
*   Example Usage:
*
*     @include line-height(16, 20);
*
*/
/*  Remove List Styles
*
*   No Params
*
*   Example Usage:
*
*     ul {
*       @include no-bullet;
*     }
*
*/
/*  Media Query Mixin
*
*   @param {Media Query} $mq - Media query in single quotes: eg. 'screen and (min-width: 480px)'
*
*   Example Usage:
*
*     .selector {
*       property: value;
*
*       @include mq($bp768) {
*         property: value;
*       }
*     }
*
*/
/*  Placeholder Mixin
*
*   No Params
*
*   Example Usage:
*
*     input[placeholder] {
*       @include placeholder {
*         color: red;
*       }
*     }
*
*/
/*  PX to REM Conversion
*
*   @param {Pixel} $px - Unitless pixel value to be converted into rems.
*
*   Example Usage:
*
*     margin-bottom: rem(20);
*
*/
/**
 * Hide an element, whilst making its content available to screen readers
 * and meeting WCAG AA guidelines
 */
/**
* Fonts
*/
.visually-hidden,
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

a[href],
button,
input,
select,
textarea,
object {
  outline-color: #1879CD; }
  .keyboard-user a[href]:focus, .keyboard-user
  button:focus, .keyboard-user
  input:focus, .keyboard-user
  select:focus, .keyboard-user
  textarea:focus, .keyboard-user
  object:focus {
    box-shadow: 0 0 0 0.375rem #1879cd;
    border-radius: 8px; }
  .keyboard-user.pointerevents a[href]:focus:hover, .keyboard-user.pointerevents
  button:focus:hover, .keyboard-user.pointerevents
  input:focus:hover, .keyboard-user.pointerevents
  select:focus:hover, .keyboard-user.pointerevents
  textarea:focus:hover, .keyboard-user.pointerevents
  object:focus:hover {
    box-shadow: none; }

.skip-link {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 15px;
  z-index: 9999;
  background: #F40606;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold; }
  html.pointerevents .skip-link:focus,
  html.pointerevents .skip-link:active,
  html.pointerevents .skip-link:hover {
    transition: 250ms ease-in-out;
    text-decoration: none; }
  .skip-link:not(:focus) {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }

.content label {
  display: block;
  color: #666666;
  margin-bottom: 0.1875rem; }
  .content label .form-required {
    color: #666666; }
  @media screen and (min-width: 620px) {
    .content label {
      font-size: 1.125rem; } }

.content select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: normal;
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(151, 151, 151, 0.34);
  padding: 15px 35px 15px 10px;
  font-weight: bold;
  font-size: 1rem;
  background: #efefef url("../images/icon-select.svg") no-repeat;
  background-position: right 10px top 50%;
  background-size: 10px; }
  @media screen and (max-width: 619px) {
    .content select {
      width: 100%; } }
  .content select::-ms-expand {
    display: none; }

.content input[type=text],
.content .date-input,
.content input[type=email],
.content input[type=phone],
.content input[type=password],
.content input[type=file],
.content textarea {
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid rgba(151, 151, 151, 0.34);
  padding: 9px 15px;
  font-size: 1.25rem;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 619px) {
    .content input[type=text],
    .content .date-input,
    .content input[type=email],
    .content input[type=phone],
    .content input[type=password],
    .content input[type=file],
    .content textarea {
      width: 100%; } }
  .content input[type=text]:-ms-input-placeholder,
  .content .date-input:-ms-input-placeholder,
  .content input[type=email]:-ms-input-placeholder,
  .content input[type=phone]:-ms-input-placeholder,
  .content input[type=password]:-ms-input-placeholder,
  .content input[type=file]:-ms-input-placeholder,
  .content textarea:-ms-input-placeholder {
    color: #767676; }
  .content input[type=text]::placeholder,
  .content .date-input::placeholder,
  .content input[type=email]::placeholder,
  .content input[type=phone]::placeholder,
  .content input[type=password]::placeholder,
  .content input[type=file]::placeholder,
  .content textarea::placeholder {
    color: #767676; }
  .sidebar .content input[type=text], .sidebar
  .content .date-input, .sidebar
  .content input[type=email], .sidebar
  .content input[type=phone], .sidebar
  .content input[type=password], .sidebar
  .content input[type=file], .sidebar
  .content textarea {
    width: 100%; }

.content input[type="submit"] {
  display: inline-block;
  height: auto;
  padding: 0.9375rem 20px;
  font-family: berthold_akzidenz_grotesk_bLt;
  font-weight: bold;
  text-transform: uppercase;
  background: #009C8A;
  color: #FFFFFF !important;
  border-radius: 8px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1;
  background-clip: padding-box;
  border: 0; }
  @media screen and (min-width: 620px) {
    .content input[type="submit"] {
      padding: 1.25rem 30px; } }
  .sidebar .content input[type="submit"] {
    width: 100%; }
  @media screen and (max-width: 619px) {
    .content input[type="submit"] {
      width: 100%; } }
  html.pointerevents .content input[type="submit"]:focus,
  html.pointerevents .content input[type="submit"]:active,
  html.pointerevents .content input[type="submit"]:hover {
    transition: 250ms ease-in-out;
    text-decoration: none;
    background-color: #1879CD;
    color: #FFFFFF !important; }

.content label {
  position: relative; }
  .content label input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    border: 2px solid #000000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 26px;
    height: 26px;
    background-color: #FFFFFF; }
    .content label input[type=checkbox]:checked {
      border-color: #767676; }
      .content label input[type=checkbox]:checked::after {
        content: '';
        width: 18px;
        height: 18px;
        background-color: #767676;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .content label input[type=checkbox]:hover {
      border-color: #000000; }

.content input[type="date"]::-webkit-inner-spin-button {
  display: none; }

.content .form-item,
.content .mc-field-group {
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 620px) {
    .content .form-item,
    .content .mc-field-group {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 1024px) {
    .content .form-item,
    .content .mc-field-group {
      margin-bottom: 2.5rem; }
      .sidebar-first .content .form-item,
      .sidebar-second .content .form-item, .sidebar-first
      .content .mc-field-group,
      .sidebar-second
      .content .mc-field-group {
        margin-bottom: 1.25rem; } }
  .content .form-item.form-type-checkbox, .content .form-item.form-type-radio,
  .content .form-item.input-group ul > li,
  .content .mc-field-group.form-type-checkbox,
  .content .mc-field-group.form-type-radio,
  .content .mc-field-group.input-group ul > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0.9375rem; }
    .content .form-item.form-type-checkbox > label, .content .form-item.form-type-radio > label,
    .content .form-item.input-group ul > li > label,
    .content .mc-field-group.form-type-checkbox > label,
    .content .mc-field-group.form-type-radio > label,
    .content .mc-field-group.input-group ul > li > label {
      margin: 0.125rem 0 0 0.9375rem; }
  .content .form-item .description,
  .content .mc-field-group .description {
    color: #767676;
    font-size: 0.875rem;
    line-height: 1.2858;
    margin-top: 5px;
    font-style: italic; }
    @media screen and (min-width: 620px) {
      .content .form-item .description,
      .content .mc-field-group .description {
        font-size: 0.9375rem;
        line-height: 1.3334; } }
    .sidebar-first .content .form-item .description,
    .sidebar-second .content .form-item .description, .sidebar-first
    .content .mc-field-group .description,
    .sidebar-second
    .content .mc-field-group .description {
      margin-bottom: 0.625rem; }

.content .form-actions {
  margin-top: 1.875rem; }
  @media screen and (min-width: 620px) {
    .content .form-actions {
      margin-top: 2.5rem; } }
  @media screen and (min-width: 1024px) {
    .content .form-actions {
      margin-top: 3.125rem; } }

html,
body {
  overflow-x: hidden; }

main#main {
  min-height: 500px; }
  main#main::after {
    display: block;
    clear: both;
    content: "" !important; }
  @media screen and (max-width: 619px) {
    main#main {
      margin-top: 30px; } }
  @media screen and (max-width: 1023px) {
    main#main {
      position: relative;
      z-index: 2;
      background: #FFFFFF;
      min-height: 300px; } }
  @media screen and (min-width: 1024px) {
    body.fixed-nav main#main {
      padding-top: 60px; } }

article {
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%; }
  article::after {
    display: block;
    clear: both;
    content: "" !important; }
  @media screen and (min-width: 620px) {
    article {
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (min-width: 1024px) {
    article {
      padding-right: 38px;
      padding-left: 38px; } }

.layout-container {
  position: relative;
  left: 0;
  margin: 0 auto;
  transition: 250ms ease-in-out; }
  @media screen and (max-width: 1023px) {
    body.mobile-nav-open .layout-container {
      position: fixed;
      width: 100%; } }

.layout-inner-container {
  position: relative;
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%; }
  .layout-inner-container::after {
    display: block;
    clear: both;
    content: "" !important; }
  @media screen and (min-width: 620px) {
    .layout-inner-container {
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (min-width: 1024px) {
    .layout-inner-container {
      padding-right: 38px;
      padding-left: 38px; } }

figure img,
.image img {
  display: block;
  width: 100%;
  height: auto; }

.breadcrumb {
  margin-top: 0;
  margin-bottom: 0.625rem; }

/* ==========================================================================
 Print styles.
 https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css
 ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .breadcrumb a[href]:after {
    content: none; } }

*,
*:before,
*:after {
  box-sizing: border-box; }

body {
  font-size: 100%;
  line-height: 1.5; }

.menu {
  list-style: none;
  padding: 0; }
  .menu li {
    padding: 0;
    margin: 0; }

.thumb-list ul,
.item-list ul {
  list-style: none;
  padding: 0; }

nav ul,
nav ol {
  list-style: none;
  padding: 0; }
  nav ul li,
  nav ol li {
    padding: 0;
    margin: 0; }

dl {
  margin-top: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

address {
  font-style: normal; }

form {
  margin: 0; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

textarea {
  resize: vertical; }

button {
  background-color: transparent;
  border: 0;
  padding: 0; }

[type="search"]::-ms-clear {
  display: none; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th,
td {
  padding: 0; }

th {
  font-weight: normal; }

[tabindex="-1"]:focus {
  outline: none !important; }

table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  /**
  * Captions
  */
  /**
	* Header Columns
  */
  /**
	* Body Cells
	*/
  /**
	* Mobile only
	*/ }
  @media screen and (min-width: 620px) {
    table {
      font-size: 1rem; } }
  @media screen and (min-width: 1350px) {
    table {
      font-size: 1.125rem; } }
  table p,
  table li {
    font-size: 0.9375rem;
    line-height: 1.4; }
    @media screen and (min-width: 620px) {
      table p,
      table li {
        font-size: 1rem; } }
    @media screen and (min-width: 1350px) {
      table p,
      table li {
        font-size: 1.125rem; } }
  @media screen and (min-width: 620px) {
    table tr:nth-child(even) {
      background-color: #efefef; }
      table tr:nth-child(even) td.active {
        background: #efefef; } }
  table caption {
    margin: 0;
    background: #FFFFFF;
    border-bottom: 0;
    padding: 20px 10px 15px;
    color: #767676;
    text-align: left;
    font-weight: bold; }
  table th {
    margin: 0;
    background: #efefef;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 0;
    padding: 15px;
    color: #212121;
    text-align: left;
    font-weight: bold; }
    table th a {
      color: #009C8A; }
      html.pointerevents table th a:focus,
      html.pointerevents table th a:active,
      html.pointerevents table th a:hover {
        transition: 250ms ease-in-out;
        text-decoration: none; }
    table th.active {
      background: #efefef; }
  table td {
    margin: 0;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 15px;
    border-bottom: 0; }
    table td.active {
      background: #FFFFFF; }
    table td p,
    table td li,
    table td ol,
    table td ul,
    table td h1,
    table td h2,
    table td h3,
    table td h4,
    table td h5 {
      line-height: 1.4; }
      table td p:first-of-type,
      table td li:first-of-type,
      table td ol:first-of-type,
      table td ul:first-of-type,
      table td h1:first-of-type,
      table td h2:first-of-type,
      table td h3:first-of-type,
      table td h4:first-of-type,
      table td h5:first-of-type {
        margin-top: 0; }
      table td p:last-child,
      table td li:last-child,
      table td ol:last-child,
      table td ul:last-child,
      table td h1:last-child,
      table td h2:last-child,
      table td h3:last-child,
      table td h4:last-child,
      table td h5:last-child {
        margin-bottom: 0; }
  @media screen and (max-width: 619px) {
    table {
      border: 0;
      border-top: 1px solid #ccc; }
      table tr {
        border-bottom: 1px solid #ddd;
        display: block; }
      table > tr:first-of-type {
        display: none; }
      table > thead > tr:first-of-type {
        display: none; }
      table > tbody:only-child > tr:first-of-type {
        display: none; }
      table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: left; }
        table td::before {
          content: attr(data-label) ": ";
          float: left; }
        table td:last-child {
          border-bottom: 0; }
        table td:first-child {
          background-color: #efefef;
          color: #212121;
          font-weight: bold; }
          table td:first-child::before {
            display: none; }
        table td:not(:first-child) p:only-child, table td:not(:first-child) p:first-child,
        table td:not(:first-child) ul:only-child,
        table td:not(:first-child) ul:first-child,
        table td:not(:first-child) ol:only-child,
        table td:not(:first-child) ol:first-child,
        table td:not(:first-child) h1:only-child,
        table td:not(:first-child) h1:first-child,
        table td:not(:first-child) h2:only-child,
        table td:not(:first-child) h2:first-child,
        table td:not(:first-child) h3:only-child,
        table td:not(:first-child) h3:first-child,
        table td:not(:first-child) h4:only-child,
        table td:not(:first-child) h4:first-child,
        table td:not(:first-child) h5:only-child,
        table td:not(:first-child) h5:first-child,
        table td:not(:first-child) h6:only-child,
        table td:not(:first-child) h6:first-child {
          margin-top: 1.875rem !important; }
        table td ul,
        table td ol {
          padding-left: 1.25rem; } }

.table > thead > tr > th {
  border-bottom: 0; }

.bold, strong, .field-label, .views-label {
  font-family: sans-serif; }

body {
  color: #212121;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-weight: normal;
  font-size: 1.625rem;
  line-height: 1.1539;
  margin-top: 0; }
  @media screen and (min-width: 620px) {
    h1 {
      font-size: 1.875rem;
      line-height: 1.1334; } }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 2.5rem;
      line-height: 1.1; }
      h1.page-header {
        margin-top: -6px; } }

a {
  color: #1879CD; }
  a:visited {
    color: #1879CD; }

.content a {
  cursor: pointer;
  color: #1879CD;
  text-decoration: none; }
  html.pointerevents .content a:focus,
  html.pointerevents .content a:active,
  html.pointerevents .content a:hover {
    transition: 250ms ease-in-out;
    text-decoration: underline; }

.content h2 {
  margin-top: 1.875rem;
  font-weight: normal;
  text-transform: none;
  font-size: 1.5rem;
  line-height: 1.1667; }
  @media screen and (min-width: 620px) {
    .content h2 {
      margin-top: 2.25rem;
      font-size: 1.75rem;
      line-height: 1.1429; } }
  @media screen and (min-width: 1024px) {
    .content h2 {
      font-size: 2.125rem;
      line-height: 1.1765; } }

.content h3 {
  margin: 1.5rem 0 0.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: #767676;
  font-size: 1.125rem;
  line-height: 1.4445; }
  @media screen and (min-width: 620px) {
    .content h3 {
      margin: 1.875rem 0 0.9375rem;
      font-size: 1.375rem;
      line-height: 1.3637; } }

.content h4 {
  font-weight: bold;
  margin: 1rem 0 0.5rem;
  font-size: 1.125rem;
  line-height: 1.3334; }
  @media screen and (min-width: 620px) {
    .content h4 {
      margin: 1.875rem 0 0.9375rem;
      font-size: 1.3125rem; } }

.content h5,
.content h6 {
  font-weight: bold;
  margin: 1rem 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4286; }
  @media screen and (min-width: 620px) {
    .content h5,
    .content h6 {
      margin: 1.875rem 0 0.9375rem;
      font-size: 1.25rem;
      line-height: 1.4; } }

.content p,
.content .field-name-field-guidelines-pub-date,
.content .disclaimer h2,
.disclaimer .content h2,
.content li,
.content ul,
.content ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6; }
  @media screen and (min-width: 620px) {
    .content p,
    .content .field-name-field-guidelines-pub-date,
    .content .disclaimer h2,
    .disclaimer .content h2,
    .content li,
    .content ul,
    .content ol {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
      font-size: 1rem;
      line-height: 1.75; } }
  .content p:first-child,
  .content .field-name-field-guidelines-pub-date:first-child,
  .content .disclaimer h2:first-child,
  .disclaimer .content h2:first-child,
  .content li:first-child,
  .content ul:first-child,
  .content ol:first-child {
    margin-top: 0 !important; }
  .content p:last-child,
  .content .field-name-field-guidelines-pub-date:last-child,
  .content .disclaimer h2:last-child,
  .disclaimer .content h2:last-child,
  .content li:last-child,
  .content ul:last-child,
  .content ol:last-child {
    margin-bottom: 0 !important; }

.content strong {
  font-weight: bold; }

.content blockquote {
  position: relative;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  margin-left: 0;
  margin-right: 0;
  padding: 1.875rem;
  font-size: 1.125rem;
  line-height: 1.3334;
  background: #FFE8CC;
  border-radius: 12px;
  border-left: 0; }
  @media screen and (min-width: 620px) {
    .content blockquote {
      margin-top: 3.75rem;
      margin-bottom: 3.75rem; } }
  .content blockquote h3 {
    margin: 0;
    color: #212121; }
  .content blockquote a {
    color: #1571A2; }

.content figcaption {
  font-size: 0.9375rem;
  line-height: 1.4667; }
  @media screen and (min-width: 620px) {
    .content figcaption {
      font-size: 1rem;
      line-height: 1.25; } }
  @media screen and (min-width: 1350px) {
    .content figcaption {
      font-size: 1.125rem;
      line-height: 1.3334; } }

.content h3.alt, .content h4.alt {
  font-size: 0.9375rem;
  line-height: 1.4667; }
  @media screen and (min-width: 620px) {
    .content h3.alt, .content h4.alt {
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .content h3.alt, .content h4.alt {
      font-size: 1.125rem; } }
  @media screen and (min-width: 1350px) {
    .content h3.alt, .content h4.alt {
      font-size: 1.25rem; } }

.field-name-field-guidelines-pub-date, .disclaimer h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6; }
  @media screen and (min-width: 620px) {
    .field-name-field-guidelines-pub-date, .disclaimer h2 {
      margin-top: 1.75rem;
      margin-bottom: 1.75rem;
      font-size: 1rem;
      line-height: 1.75; } }
  .field-name-field-guidelines-pub-date:first-child, .disclaimer h2:first-child {
    margin-top: 0 !important; }
  .field-name-field-guidelines-pub-date:last-child, .disclaimer h2:last-child {
    margin-bottom: 0 !important; }

aside h3 a {
  color: #1879CD; }

.toc li {
  margin: 0.25rem 0; }

.navbar-header .name.navbar-brand {
  font-size: 0 !important;
  line-height: 0 !important;
  text-shadow: unset !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0 !important;
  line-height: 0 !important;
  text-shadow: unset !important;
  transition: 250ms ease-in-out;
  display: block;
  background-image: url("../images/logo.svg");
  width: 220px;
  height: 70px;
  background-size: 220px auto;
  background-position: top left; }
  @media screen and (min-width: 620px) {
    .navbar-header .name.navbar-brand {
      width: 300px;
      height: 50px;
      background-size: 300px auto; } }
  @media screen and (min-width: 1212px) {
    .navbar-header .name.navbar-brand {
      width: 360px;
      background-size: 360px auto; } }

figure figcaption {
  margin: 0.75rem 0; }

@media screen and (min-width: 620px) {
  figure {
    margin: 1.5rem 0; } }

@media screen and (min-width: 1350px) {
  figure {
    margin: 2.125rem 0; } }

figure img {
  max-width: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-container.tv {
    padding-bottom: 75%; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.field-name-field-guidelines-pub-date div {
  display: inline-block;
  font-style: italic; }

.social-media-icons ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0; }
  .social-media-icons ul > li {
    margin: 0 0 0 1.25rem; }
    .social-media-icons ul > li:first-child {
      margin-left: 0; }
    .social-media-icons ul > li > a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 0 0.625rem 0 0;
      width: 40px;
      height: 40px; }
      .social-media-icons ul > li > a .name {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden; }
      html.pointerevents .social-media-icons ul > li > a:focus,
      html.pointerevents .social-media-icons ul > li > a:active,
      html.pointerevents .social-media-icons ul > li > a:hover {
        transition: 250ms ease-in-out;
        color: #1879CD;
        text-decoration: none; }
      .social-media-icons ul > li > a.fb {
        position: relative;
        width: 40px;
        height: 40px; }
        .social-media-icons ul > li > a.fb::before {
          width: 40px;
          height: 40px;
          content: '';
          display: block;
          z-index: 1;
          position: absolute;
          top: 50%;
          left: 50%;
          background-image: url("../images/social-fb-white.svg");
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          font-size: 0 !important;
          line-height: 0 !important;
          text-shadow: unset !important;
          transform-origin: center;
          transition: width 250ms ease-in-out, height 250ms ease-in-out, opacity 250ms ease-in-out, transform 250ms ease-in-out;
          transform: translate(-50%, -50%); }
        .social-media-icons ul > li > a.fb::after {
          width: 40px;
          height: 40px; }
      .social-media-icons ul > li > a.ig {
        position: relative;
        width: 40px;
        height: 40px; }
        .social-media-icons ul > li > a.ig::before {
          width: 40px;
          height: 40px;
          content: '';
          display: block;
          z-index: 1;
          position: absolute;
          top: 50%;
          left: 50%;
          background-image: url("../images/social-ig-white.svg");
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          font-size: 0 !important;
          line-height: 0 !important;
          text-shadow: unset !important;
          transform-origin: center;
          transition: width 250ms ease-in-out, height 250ms ease-in-out, opacity 250ms ease-in-out, transform 250ms ease-in-out;
          transform: translate(-50%, -50%); }
        .social-media-icons ul > li > a.ig::after {
          width: 40px;
          height: 40px; }
      .social-media-icons ul > li > a.yt {
        position: relative;
        width: 40px;
        height: 40px; }
        .social-media-icons ul > li > a.yt::before {
          width: 40px;
          height: 40px;
          content: '';
          display: block;
          z-index: 1;
          position: absolute;
          top: 50%;
          left: 50%;
          background-image: url("../images/social-yt-white.svg");
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          font-size: 0 !important;
          line-height: 0 !important;
          text-shadow: unset !important;
          transform-origin: center;
          transition: width 250ms ease-in-out, height 250ms ease-in-out, opacity 250ms ease-in-out, transform 250ms ease-in-out;
          transform: translate(-50%, -50%); }
        .social-media-icons ul > li > a.yt::after {
          width: 40px;
          height: 40px; }
    .social-media-icons ul > li:last-child a {
      padding-right: 0; }

.disclaimer {
  color: #767676;
  margin-top: 3.125rem; }
  @media screen and (min-width: 620px) {
    .disclaimer {
      margin-top: 3.75rem; } }
  @media screen and (min-width: 1024px) {
    .disclaimer {
      margin-top: 4.375rem; } }
  .disclaimer h2 {
    margin-bottom: 0.625rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: bold;
    color: #767676; }
  .disclaimer p {
    margin-top: 0.625rem; }

footer.footer {
  padding-top: 1.875rem; }
  @media screen and (min-width: 620px) {
    footer.footer {
      text-align: left; } }
  footer.footer .block {
    padding-left: 0; }

.logo.navbar-btn {
  display: none; }

@media screen and (min-width: 1212px) {
  .navbar-collapse .navbar-nav {
    padding-top: 9px; } }

.navbar-default .navbar-nav > li > a:hover {
  color: #147BB3; }

.navbar-default .navbar-nav > li.expanded > ul > li > a, .navbar-default .navbar-nav > li.open > ul > li > a {
  background: #FFFFFF;
  color: #052049; }
  .navbar-default .navbar-nav > li.expanded > ul > li > a:hover, .navbar-default .navbar-nav > li.open > ul > li > a:hover {
    color: #147BB3; }

.navbar-default .navbar-nav > li.expanded.open > a, .navbar-default .navbar-nav > li.open.open > a {
  background: #e7e7e7; }
  .navbar-default .navbar-nav > li.expanded.open > a:hover, .navbar-default .navbar-nav > li.open.open > a:hover {
    background: #e7e7e7; }

nav .dropdown-menu {
  width: 260px;
  padding: 8px; }

.partners {
  padding: 40px 0;
  background: #FFFFFF; }
  .partners h2 {
    text-align: center; }
  .partners .media-element-container {
    text-align: center;
    margin: 40px 0; }
  .partners img {
    max-width: 60%;
    display: inline-block;
    margin: 0 auto; }

.list-of-services h2 {
  text-align: center; }

.list-of-services h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.875rem;
  font-weight: bold; }
  .list-of-services h3 a {
    color: #1879CD; }

.list-of-services ul {
  margin-top: 14px; }

.menu.nav {
  margin: 0; }

.well.region-sidebar-first {
  padding: 0;
  background-color: #FFFFFF; }

.block-menu-block ul li a {
  border-left: 0;
  color: #1674A7;
  border-color: #ccc;
  background: #f1f1f1;
  transition: 250ms ease-in-out; }
  .block-menu-block ul li a:hover, .block-menu-block ul li a:active {
    background: #f1f1f1;
    color: #052049; }
  .block-menu-block ul li a.active, .block-menu-block ul li a.active-trail {
    background: #428bca;
    color: #FFFFFF; }
    .block-menu-block ul li a.active:hover, .block-menu-block ul li a.active:active, .block-menu-block ul li a.active-trail:hover, .block-menu-block ul li a.active-trail:active {
      background: #428bca; }
  .block-menu-block ul li a.active-trail ~ ul a {
    background: #FFFFFF; }
    .block-menu-block ul li a.active-trail ~ ul a.active-trail {
      color: #000; }
    .block-menu-block ul li a.active-trail ~ ul a:hover, .block-menu-block ul li a.active-trail ~ ul a:active {
      background: #FFFFFF; }

.block-menu-block ul li.expanded.active-trail ul {
  display: block; }

.block-menu-block ul ul {
  display: none; }

/*# sourceMappingURL=maps/styles.css.map */
