﻿@import url(//hello.myfonts.net/count/394710);@import url(https://p.typekit.net/p.css?s=1&k=hdh2ycs&ht=tk&f=31720.31721.31724.31725.31729.31730&a=11498870&app=typekit&e=css);@charset "UTF-8";
/*
 * Neutral Colors
 * 1) Neutral color variables use a numbered system to define variables for better maintainability.
 *    "$color-gray-10" means "10% gray", which is a gray closer to white than to black. For more info
 *    read https://medium.com/eightshapes-llc/color-in-design-systems-a1c80f65fa3#.brevrq67p
 */
/**
 * Utility Colors
 * 1) Utility colors are colors used to provide feedback, such as alert messages,
 * form validation, etc.
 */
/*
 * Text Colors
 * 1) These are non-linked text colors, such as body copy.
 */
/*
 * Heading Colors
 * 1) These are non-linked heading colors, such as h2, h3, etc.
 */
/*
 * Text Link Colors
 * 1) These are for linked text, such as a link found within an article,
 *    navigation link, footer link, etc.
 */
/*
 * Border Colors
 * 1) Border colors are used as decoration or dividers, such as as a seperator
 *    for navigation items, block borders, etc.
 */
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
 * Spacing Defaults
 */
/*------------------------------------*\
    #BORDERS
\*------------------------------------*/
/**
 * Border Width
 */
/**
 * Border Radius
 */
/*------------------------------------*\
    #ANIMATION
\*------------------------------------*/
/**
 * Animation Duration
 */
/**
 * Animation Easing
 */
/*------------------------------------*\
    #BREAKPOINTS
\*------------------------------------*/
/**
 * Breakpoints
 */
/**
Breakpoints for dynamic text scaling (see mixin fluid-font-size)
*/
/*------------------------------------*\
    #MIXINS
\*------------------------------------*/
/** CSS Transition
 *	Usage: @include transition(width,0.3s,ease-out);
 */
/** Rem Unit font sizes with relative fallback http:/seesparkbox.com/foundry/scss_rem_mixin_now_with_a_better_fallback  
 *	Usage: @include font-size(1, large);
 */
/*
CONTENT WIDTHS
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 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 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

/**
 * @license
 * MyFonts Webfont Build ID 3753744, 2019-04-29T15:40:53-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: AvenirLTPro-Light by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-35-light/
 * 
 * Webfont: AvenirLTPro-LightOblique by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-35-light-oblique/
 * 
 * Webfont: AvenirLTPro-Book by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-45-book/
 * 
 * Webfont: AvenirLTPro-BookOblique by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-45-book-oblique/
 * 
 * Webfont: AvenirLTPro-Roman by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-55-roman/
 * 
 * Webfont: AvenirLTPro-Oblique by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-55-oblique/
 * 
 * Webfont: AvenirLTPro-Medium by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-65-medium/
 * 
 * Webfont: AvenirLTPro-MediumOblique by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-65-medium-oblique/
 * 
 * Webfont: AvenirLTPro-Heavy by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-85-heavy/
 * 
 * Webfont: AvenirLTPro-HeavyOblique by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-85-heavy-oblique/
 * 
 * Webfont: AvenirLTPro-Black by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-95-black/
 * 
 * Webfont: AvenirLTPro-BlackOblique by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-95-black-oblique/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3753744
 * Licensed pageviews: 2,500,000
 * Webfonts copyright: Copyright &#x00A9; 2014 Monotype GmbH. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "AvenirLTPro-Light";
  src: url("../fonts/webfonts/394710_0_0.eot");
  src: url("../fonts/webfonts/394710_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/394710_0_0.woff2") format("woff2"), url("../fonts/webfonts/394710_0_0.woff") format("woff"), url("../fonts/webfonts/394710_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "AvenirLTPro-Roman";
  src: url("../fonts/webfonts/394710_4_0.eot");
  src: url("../fonts/webfonts/394710_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/394710_4_0.woff2") format("woff2"), url("../fonts/webfonts/394710_4_0.woff") format("woff"), url("../fonts/webfonts/394710_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "AvenirLTPro-Oblique";
  src: url("../fonts/webfonts/394710_5_0.eot");
  src: url("../fonts/webfonts/394710_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/394710_5_0.woff2") format("woff2"), url("../fonts/webfonts/394710_5_0.woff") format("woff"), url("../fonts/webfonts/394710_5_0.ttf") format("truetype");
}
@font-face {
  font-family: "AvenirLTPro-Medium";
  src: url("../fonts/webfonts/394710_6_0.eot");
  src: url("../fonts/webfonts/394710_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/394710_6_0.woff2") format("woff2"), url("../fonts/webfonts/394710_6_0.woff") format("woff"), url("../fonts/webfonts/394710_6_0.ttf") format("truetype");
}
@font-face {
  font-family: "AvenirLTPro-Heavy";
  src: url("../fonts/webfonts/394710_8_0.eot");
  src: url("../fonts/webfonts/394710_8_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/394710_8_0.woff2") format("woff2"), url("../fonts/webfonts/394710_8_0.woff") format("woff"), url("../fonts/webfonts/394710_8_0.ttf") format("truetype");
}
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * portada:
 *   - http://typekit.com/eulas/00000000000000003b9aea7a
 *   - http://typekit.com/eulas/00000000000000003b9aea7b
 *   - http://typekit.com/eulas/00000000000000003b9aea7e
 *   - http://typekit.com/eulas/00000000000000003b9aea7f
 * portada-text:
 *   - http://typekit.com/eulas/00000000000000003b9aea83
 *   - http://typekit.com/eulas/00000000000000003b9aea84
 *
 * © 2009-2019 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2019-04-29 19:58:54 UTC"}*/
@font-face {
  font-family: "portada";
  src: url("https://use.typekit.net/af/d9f927/00000000000000003b9aea7a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/d9f927/00000000000000003b9aea7a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/d9f927/00000000000000003b9aea7a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "portada";
  src: url("https://use.typekit.net/af/e14e13/00000000000000003b9aea7b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/e14e13/00000000000000003b9aea7b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/e14e13/00000000000000003b9aea7b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "portada";
  src: url("https://use.typekit.net/af/880788/00000000000000003b9aea7e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/880788/00000000000000003b9aea7e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/880788/00000000000000003b9aea7e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "portada";
  src: url("https://use.typekit.net/af/411fb3/00000000000000003b9aea7f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/411fb3/00000000000000003b9aea7f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/411fb3/00000000000000003b9aea7f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "portada-text";
  src: url("https://use.typekit.net/af/3daacb/00000000000000003b9aea83/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/3daacb/00000000000000003b9aea83/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/3daacb/00000000000000003b9aea83/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "portada-text";
  src: url("https://use.typekit.net/af/e3ffbe/00000000000000003b9aea84/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/e3ffbe/00000000000000003b9aea84/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/e3ffbe/00000000000000003b9aea84/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-style: italic;
  font-weight: 300;
}
.tk-portada {
  font-family: "portada", serif;
}

.tk-portada-text {
  font-family: "portada-text", serif;
}

/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #101C4E;
  font-size: 1em;
  line-height: 1.4;
}

body {
  font-family: "AvenirLTPro-Roman";
}
body.-nav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
@media all and (min-width: 66em) {
  body.-nav-open {
    overflow: auto;
    position: static;
  }
}
body.-mobile-overlay {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*------------------------------------*\
    #LINKS
\*------------------------------------*/
/**
 * Links
 */
a {
  color: #0070CD;
  text-decoration: none;
  outline: 0;
  transition: all 0.2s ease;
}
a:hover, a:focus {
  color: #0070CD;
}

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
/**
 * Ordered/Unordered list base styles
 */
ol, ul {
  margin: 1rem 0;
  padding: 0 0 0 3rem;
}

/**
 * Definition list base styles
 */
dl {
  overflow: hidden;
  margin: 0 0 1rem;
}

/**
 * Terms/Names base styles
 */
dt {
  font-weight: bold;
}

/**
 * Definition list description base styles
 */
dd {
  margin-left: 0;
}

/*------------------------------------*\
    #MEDIA ELEMENTS
\*------------------------------------*/
/**
 * Make media elements responsive
 */
img, video, object {
  max-width: 100%;
  height: auto;
}

/**
 * Iframe base styles
 */
iframe {
  margin-bottom: 1rem;
}

/**
 * Figure base styles
 */
figure {
  margin-bottom: 1rem;
  /**
   * Figure image base styles
   */
}
figure img {
  margin-bottom: 0;
}

/**
 * Figure caption base styles
 */
/*------------------------------------*\
    #FORMS
\*------------------------------------*/
/**
 * Fieldset base styles
 */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/**
 * Label base styles
 */
label {
  color: #101C4E;
  display: block;
  padding-bottom: 0.2rem;
  font-family: "AvenirLTPro-Roman";
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  label {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
label p {
  text-transform: none;
  font-family: "AvenirLTPro-Roman";
  padding-left: 1.5rem;
  letter-spacing: 0px;
}

/**
 * Form button, input, select, and text area base styles
 * 1) Zero out margin and inherit font styles
 */
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/**
 * Input and text area base styles
 * 1) Width entire container, gray border, padding
 */
input, textarea {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 24px;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  input, textarea {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
.ValidationFail > input, input.input-validation-error, .ValidationFail > textarea, textarea.input-validation-error {
  border: 1px solid #FFD000;
}
.ValidationFail > input:focus, input.input-validation-error:focus, .ValidationFail > textarea:focus, textarea.input-validation-error:focus {
  border: 1px solid #FFD000;
}
input:focus, textarea:focus {
  outline: none;
  border: 1px solid #5F5A53;
}
input.valid, textarea.valid {
  color: #737373;
}

select {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 24px;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  select {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
select.input-validation-error {
  border: 1px solid #FFD000;
}
select.input-validation-error:focus {
  border: 1px solid #FFD000;
}
select.valid {
  color: #737373;
}
select:focus {
  outline: none;
  border: 1px solid #5F5A53;
}

.field-validation-error {
  display: block;
  background-color: #FFD000;
  color: #fff;
  font-family: "AvenirLTPro-Roman";
  padding: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
}
@media all and (min-width: 66em) {
  .field-validation-error {
    font-size: 12px;
    font-size: calc(11px + (14 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
input[type=submit] + .field-validation-error {
  display: inline-block;
  background-color: transparent;
  color: #FFD000;
}

.form-alert {
  display: block;
  color: #fff;
  font-family: "AvenirLTPro-Roman";
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
}
@media all and (min-width: 66em) {
  .form-alert {
    font-size: 12px;
    font-size: calc(11px + (14 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
.form-alert.-alert-warning {
  background-color: #a59b15;
}
.form-alert.-alert-danger {
  background-color: #c90000;
}
.form-alert.-alert-info {
  color: #56514A;
  background-color: #E5E5E5;
}
.form-alert.-alert-success {
  color: #fff;
  background-color: #03804d;
}

/**
 * Input areas base styles
 * 1) Get rid of webkit appearance of these areas
 */
input[type=text], input[type=search], input[type=url], input[type=number], textarea {
  -webkit-appearance: none;
}

/**
 * Button/Submit button base styles
 */
button, input[type=submit] {
  padding: 0.75rem 1.125rem;
  background: #0070CD;
  border: none;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
}
button:focus, input[type=submit]:focus {
  outline: 1px dotted #5F5A53;
}

input[type=submit] {
  display: inline-block;
  width: auto;
}

/**
 * Checkboxes/Radio button base styles
 */
input[type=checkbox],
input[type=radio] {
  width: auto;
  margin-right: 0.3em;
}

/**
 * Search cancel button and search decoration webkit appearance none
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * VALIDATION REQUIRED
 */
.validationRequired label:after,
.ValidationRequired label:after {
  color: #c90000;
  content: "*";
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #737373;
  font-style: italic;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #737373;
  font-style: italic;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #737373;
  font-style: italic;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #737373;
  font-style: italic;
}

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
h2,
h3,
h4,
h5,
h6 {
  color: #101C4E;
  font-family: "AvenirLTPro-Light";
  font-weight: 300;
  margin: 1rem 0;
}

h1 {
  color: #101C4E;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "portada";
  font-weight: 700;
  font-style: italic;
}
@media all and (min-width: 66em) {
  h1 {
    font-size: 40px;
    font-size: calc(36px + (46 - 36) * (100vw - 1056px) / (1900 - 1056));
  }
}

/**
 * Heading 2
 */
h2 {
  font-size: 26px;
  line-height: 1.2;
}
@media all and (min-width: 66em) {
  h2 {
    font-size: 30px;
    font-size: calc(26px + (36 - 26) * (100vw - 1056px) / (1900 - 1056));
  }
}

/**
 * Heading 3
 */
h3 {
  font-size: 20px;
  line-height: 1.2;
}
@media all and (min-width: 66em) {
  h3 {
    font-size: 25px;
    font-size: calc(20px + (30 - 20) * (100vw - 1056px) / (1900 - 1056));
  }
}

/**
 * Heading 4
 */
h4 {
  font-size: 18px;
}
@media all and (min-width: 66em) {
  h4 {
    font-size: 20px;
    font-size: calc(18px + (24 - 18) * (100vw - 1056px) / (1900 - 1056));
  }
}

/**
 * Heading 5
 */
h5 {
  font-size: 16px;
}
@media all and (min-width: 66em) {
  h5 {
    font-size: 18px;
    font-size: calc(16px + (20 - 16) * (100vw - 1056px) / (1900 - 1056));
  }
}

/**
 * Heading 6
 */
h6 {
  font-size: 16px;
}
@media all and (min-width: 66em) {
  h6 {
    font-size: 18px;
    font-size: calc(16px + (20 - 16) * (100vw - 1056px) / (1900 - 1056));
  }
}

/**
 * Subheading
 */
.subheading {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
}

/*------------------------------------*\
    #TEXT
\*------------------------------------*/
/**
 * Paragraph base styles
 */
p {
  margin-bottom: 1rem;
  line-height: 1.68;
}

/**
 * Blockquote base styles
 */
blockquote {
  font-style: italic;
  border-left: 1px solid #737373;
  color: #737373;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

/**
 * Horizontal rule base styles
 */
hr {
  border: 0;
  height: 1px;
  background: #E5E5E5;
  margin: 2rem 0;
}

/**
 * Abbreviation base styles
 */
abbr {
  border-bottom: 1px dotted #737373;
  cursor: help;
}

/*------------------------------------*\
    #TABLE
\*------------------------------------*/
/**
 * Table base styles
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  width: 100%;
}

/**
 * Table header base styles
 */
th {
  text-align: left;
  border: none;
  padding: 1rem 0.5rem;
  color: #0070CD;
  font-family: "AvenirLTPro-Roman";
  font-weight: normal;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media all and (min-width: 66em) {
  th {
    font-size: 12px;
    font-size: calc(11px + (14 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

tr:nth-child(even) {
  background-color: #E5E5E5;
}
/**
 * Table cell base styles
 */
td {
  border: none;
  padding: 1rem;
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  td {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

thead td {
  padding: 1rem 0.5rem;
  color: #0070CD;
  font-family: "AvenirLTPro-Roman";
  font-weight: normal;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media all and (min-width: 66em) {
  thead td {
    font-size: 12px;
    font-size: calc(11px + (14 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

/*------------------------------------*\
    #HELPER CLASSES
\*------------------------------------*/
/**
 * Clearfix
 */
.cf {
  *zoom: 1;
}

/**
 * Clearfix pseudo-elements
 */
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * Completely remove from the flow and screen readers.
 */
.is-hidden {
  display: none !important;
  visibility: hidden !important;
}

/**
 * Completely remove from the flow but leave available to screen readers.
 */
.is-vishidden, .form .sr-only,
.visuallyhidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * Text align right
 */
.align-right {
  text-align: right;
}

/**
 * Text align center
 */
.align-center {
  text-align: center;
}

/**
 * Text Align left
 */
.align-left {
  text-align: left;
}

/**
 * Hide on small screens
 */
@media all and (max-width: 46.8em) {
  .hide-small {
    display: none;
  }
}

/**
 * Hide on medium screens
 */
@media all and (min-width: 46.8em) and (max-width: 50em) {
  .hide-med {
    display: none;
  }
}

/**
 * Hide on large screens
 */
@media all and (min-width: 50em) {
  .hide-large {
    display: none;
  }
}

/**
 * Show valid text color
 */
.valid {
  color: #03804d;
}

/**
 * Show error text color
 */
.error {
  color: #c90000;
}

/**
 * Show warning text color
 */
.warning {
  color: #a59b15;
}

/**
 * Show informational text color
 */
.information {
  color: #0192d0;
}

/**
 * Display secondary font family
 */
.font-secondary {
  font-family: Georgia, Times, "Times New Roman", serif;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    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) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/*------------------------------------*\
    #GLOBAL HEADER
\*------------------------------------*/
.header {
  position: relative;
  padding-top: 1px;
  background: left top no-repeat #fff url("../imgs/svgs/header__color-detail.svg");
  transition: background-color 0.5s;
  min-height: 100px;
}
@media all and (min-width: 66em) {
  .header {
    background: left top no-repeat #fff url("../imgs/svgs/header__color-detail.png");
    min-height: 172px;
    background-size: contain;
  }
}
.-menu-open .header, .-nav-open .header {
  background-color: #F3F3F6;
}
@media all and (min-width: 66em) {
  .-subnav-open .header {
    background-color: #F3F3F6;
  }
}

.header__brand {
  position: relative;
}
@media all and (min-width: 66em) {
  .header__brand {
    border-bottom: none;
  }
}

.header__brand-wrapper {
  position: relative;
  min-height: 100%;
  padding: 0 3rem;
}

.header__site-logo {
  position: absolute;
  top: 0;
  width: 207px;
}
.header__site-logo.-desktop {
  display: none;
}
@media all and (min-width: 66em) {
  .header__site-logo.-desktop {
    display: block;
    padding-top: 5rem;
    width: 261px;
    z-index: 10;
  }
}
.header__site-logo.-mobile {
  display: block;
  right: 16px;
  top: 48px;
  left: auto;
}
@media all and (min-width: 66em) {
  .header__site-logo.-mobile {
    display: none;
  }
}

.header__site-logo-img {
  width: 100%;
}

.header__site-logo-img--mobile {
  width: 100%;
}

.header__user {
  position: absolute;
  right: 18px;
  top: 18px;
}
@media all and (min-width: 66em) {
  .header__user {
    display: none;
  }
}
.header__user .btn {
  color: #fff;
  background-color: #1125AA;
  border-radius: 20px;
  border: none;
  line-height: 0;
  height: 25px;
  padding: 0.5rem;
}

.header__menu-btn {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 16px;
  width: 44px;
  height: 44px;
  border: none;
  padding: 0;
  background-color: transparent;
  z-index: 40;
}
@media all and (min-width: 66em) {
  .header__menu-btn {
    display: none;
  }
}
@media all and (min-width: 48em) {
  .-dark .header__menu-btn {
    background-color: #fff;
  }
}
.header__menu-btn:focus {
  outline: 1px dotted #E5E5E5;
}
.header__menu-btn.-close-menu {
  left: auto;
  right: 13px;
  z-index: 4;
}

.header__hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 30px;
  height: 3px;
  background-color: #101C4E;
  transition: all 0.4s;
}
.header__hamburger:before, .header__hamburger:after {
  content: "";
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  transition: all 0.4s;
}
.header__hamburger:before {
  top: -9px;
  width: 100%;
}
.header__hamburger:after {
  width: 100%;
  top: 9px;
}
.-active .header__hamburger {
  background-color: rgba(255, 255, 255, 0);
}
.-active .header__hamburger:after {
  background-color: #101C4E;
  top: 0;
  transform: rotate(-45deg);
}
.-active .header__hamburger:before {
  background-color: #101C4E;
  top: 0;
  width: 100%;
  transform: rotate(45deg);
}
.-dark .clicked .header__hamburger:after, .-dark .clicked .header__hamburger:before {
  background-color: #fff;
}
.-close-menu .header__hamburger:after, .-close-menu .header__hamburger:before {
  background-color: #1125AA;
}
/*------------------------------------*\
    #GLOBAL FOOTER
\*------------------------------------*/
.footer {
  margin: 0;
  padding: 1rem 0;
}
@media all and (min-width: 29.75em) {
  .footer {
    margin: 1rem 0 0;
    padding: 1rem 0 1rem;
  }
}

.footer__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (min-width: 93em) {
  .footer__wrapper {
    max-width: 89%;
  }
}
@media all and (min-width: 66em) {
  .footer__wrapper {
    flex-direction: row-reverse;
  }
}

.footer__brand {
  flex-basis: 100%;
}
@media all and (min-width: 29.75em) {
  .footer__brand {
    max-width: 200px;
    margin: 0 auto;
  }
}
@media all and (min-width: 66em) {
  .footer__brand {
    text-align: left;
    flex-basis: 20%;
  }
}

.footer__brand-logo-link {
  display: inline-block;
  margin-bottom: 2rem;
}

.footer__brand-logo-img {
  width: 196px;
}
@media all and (min-width: 66em) {
  .footer__brand-logo-img {
    width: 220px;
  }
}

.footer__nav {
  flex-basis: 100%;
}
@media all and (min-width: 29.75em) {
  .footer__nav {
    display: block;
    flex-basis: 100%;
  }
}
@media all and (min-width: 66em) {
  .footer__nav {
    flex-basis: 70%;
  }
}

.footer__nav-group {
  margin: 0 0;
  padding-left: 0;
  list-style-type: none;
  font-size: 1rem;
}
@media all and (min-width: 29.75em) {
  .footer__nav-group {
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
  }
}

.footer__subnav-list {
  margin: 0 0;
  padding-left: 0;
  list-style-type: none;
}

.footer__nav-column {
  border-top: 5px solid #FFD000;
  flex: 0 1 28%;
  margin-bottom: 2rem;
  padding: 1rem 0;
  max-width: 200px;
}

.footer__nav-column-heading {
  color: #101C4E;
  display: block;
  font-family: "AvenirLTPro-Heavy";
  font-weight: bold;
  padding: 0.5rem 0;
  text-decoration: none;
}
.footer__nav-column-heading:hover, .footer__nav-column-heading:focus {
  text-decoration: none;
}

.footer__subnav-list-item-link {
  color: #101C4E;
  display: block;
  font-family: "AvenirLTPro-Roman";
  padding: 0.5rem 0;
  text-decoration: none;
}
.-bold .footer__subnav-list-item-link {
  font-weight: bold;
}
.footer__subnav-list-item-link:hover, .footer__subnav-list-item-link:focus {
  text-decoration: none;
}

.footer__contact {
  font-family: "AvenirLTPro-Roman";
}

.footer__contact-address {
  color: #101C4E;
  margin: 0;
}

.footer__contact-phone {
  margin: 1rem 0 2rem;
}
.footer__contact-phone a {
  color: #101C4E;
}
.footer__contact-phone a:focus, .footer__contact-phone a:hover {
  text-decoration: none;
}

.footer__social {
  align-self: flex-start;
  margin-top: 1rem;
  margin-bottom: 2rem;
  order: -1;
  flex-basis: 100%;
  text-align: left;
}
@media all and (min-width: 29.75em) {
  .footer__social {
    margin-bottom: 0;
  }
}
@media all and (min-width: 66em) {
  .footer__social {
    text-align: left;
    flex-basis: auto;
    order: 0;
  }
}

.footer__social-link {
  display: inline-block;
  width: 44px;
  height: 44px;
}
.footer__social-link i {
  display: block;
  width: 18px;
  height: 18px;
}
.footer__social-link i.-fa-facebook {
  background: left center no-repeat url("../imgs/svgs/icon-social-facebook.svg");
}
.footer__social-link i.-fa-twitter {
  background: left center no-repeat url("../imgs/svgs/icon-social-twitter.svg");
}
.footer__social-link i.-fa-linkedin {
  background: left center no-repeat url("../imgs/svgs/icon-social-linkedin.svg");
}
.footer__social-link i.-fa-instagram {
  background: left center no-repeat url("../imgs/svgs/icon-social-instagram.svg");
}

.footer__copyright {
  flex-basis: 100%;
  color: #101C4E;
  font-size: 0.75rem;
  font-family: "AvenirLTPro-Roman";
}
@media all and (min-width: 29.75em) {
  .footer__copyright {
    margin-top: 45px;
    text-align: center;
  }
}
.footer__copyright a {
  color: #101C4E;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.cta-link {
  display: inline-block;
  background-color: #0070CD;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 24px;
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  .cta-link {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
.cta-link:hover, .cta-link:focus {
  background-color: #018cff;
  color: #fff;
  text-decoration: none;
}
.cta-link-group .cta-link {
  margin-right: 1rem;
}

.load-more__btn {
  display: block;
  background-color: #0070CD;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 24px;
  margin: 0 auto;
  max-width: 150px;
  text-align: center;
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  .load-more__btn {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
.load-more__btn:hover, .load-more__btn:focus {
  background-color: #018cff;
  color: #fff;
  text-decoration: none;
}

.cta-outline-link {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #0070CD;
  color: #0070CD;
  padding: 0.5rem 1.5rem;
  border-radius: 24px;
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  .cta-outline-link {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
.cta-outline-link:hover, .cta-outline-link:focus {
  background-color: rgba(1, 140, 255, 0.25);
  text-decoration: none;
}
.cta-link-group .cta-outline-link {
  margin-right: 1rem;
}

.cta-link-rev {
  display: inline-block;
  background-color: #fff;
  color: #0070CD;
  padding: 0.5rem 1rem;
  border-radius: 24px;
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  .cta-link-rev {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
.cta-link-rev:hover, .cta-link-rev:focus {
  color: #1125AA;
  text-decoration: none;
}

.cta-caret {
  font-weight: bold;
  color: #0070CD;
  display: inline-block;
  position: relative;
  padding-right: 1rem;
  text-decoration: none;
}
.cta-caret:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #0070CD;
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
.cta-caret:hover, .cta-caret:focus {
  text-decoration: none;
}

.cta-caret--blue {
  font-weight: bold;
  color: #0070CD;
  display: inline-block;
  position: relative;
  padding-right: 1rem;
  text-decoration: none;
}
.cta-caret--blue:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #0070CD;
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
.cta-caret--blue:hover, .cta-caret--blue:focus {
  text-decoration: none;
}

/*------------------------------------*\
    #GLOBAL MAIN NAV
\*------------------------------------*/
@media all and (min-width: 66em) {
  .main-nav {
    margin: 0 1rem;
    padding-top: 0;
  }
}

.main-nav__list {
  margin: 2rem 0;
  margin: 0 0;
  padding-left: 0;
  list-style-type: none;
}
@media all and (min-width: 66em) {
  .main-nav__list {
    display: flex;
    justify-content: flex-end;
  }
}

.main-nav__dropdown {
  height: 0;
  overflow: hidden;
}
@media all and (min-width: 66em) {
  .main-nav__dropdown {
    background-color: #F3F3F6;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 20;
  }
}
.main-nav__dropdown.-visible {
  height: auto;
}
.main-nav__dropdown.-no-promo:before {
  display: none;
}
@media all and (min-width: 66em) {
  .-action-nav .main-nav__dropdown {
    background-color: #0070CD;
    border-radius: 0 0 24px 24px;
    display: block;
    position: absolute;
    z-index: 20;
    left: auto;
  }
}
@media all and (min-width: 66em) {
  .-action-nav .main-nav__dropdown.-visible {
    border-top: 1px solid #0070CD;
  }
}
.main-nav__dropdown-wrapper {
  position: relative;
  z-index: 2;
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
}
@media all and (min-width: 93em) {
  .main-nav__dropdown-wrapper {
    max-width: 89%;
  }
}
.-no-promo .main-nav__dropdown-wrapper {
  justify-content: center;
}
@media all and (min-width: 66em) {
  .main-nav__dropdown-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 3rem;
  }
}

.main-nav__list-item-group {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.main-nav__list-item {
  border-top: 1px solid #fff;
}
@media all and (min-width: 66em) {
  .main-nav__list-item {
    border-top: none;
    margin: 0 0.5rem;
  }
}
@media all and (min-width: 93em) {
  .main-nav__list-item {
    margin: 0 2rem;
  }
}
.main-nav__list-item.-action-nav {
  background-color: #0070CD;
  border-radius: 24px;
  margin: 1rem;
}
@media all and (min-width: 66em) {
  .main-nav__list-item.-action-nav {
    background-color: transparent;
    border-radius: 0px;
    order: 5;
    margin: 0 1rem;
    position: relative;
  }
}
@media all and (min-width: 93em) {
  .main-nav__list-item.-action-nav {
    margin: 0 2rem;
  }
}

.main-nav__icon-list {
  margin: 0 0;
  padding-left: 0;
  list-style-type: none;
  padding: 0.5rem 0;
}

.main-nav__icon-list-link {
  display: flex;
  color: #fff;
  text-decoration: none;
  padding: 1rem 1.5rem;
}
.main-nav__icon-list-link:hover, .main-nav__icon-list-link:focus {
  text-decoration: none;
  color: #fff;
}

.main-nav__icon-list-img {
  margin-right: 1rem;
}

.main-nav__list-item-link {
  color: #101C4E;
  display: block;
  font-size: 1.25rem;
  margin: 0;
  padding: 1rem 2rem;
  font-family: "AvenirLTPro-Light";
  text-decoration: none;
}
@media all and (min-width: 66em) {
  .main-nav__list-item-link {
    font-size: 20px;
    font-size: calc(16px + (22 - 16) * (100vw - 1056px) / (1900 - 1056));
    padding: 0.5rem 1rem;
  }
}
@media all and (min-width: 87em) {
  .main-nav__list-item-link {
    padding: 0.5rem 1.5rem;
  }
}
.main-nav__list-item-link:hover {
  text-decoration: none;
}
@media all and (min-width: 66em) {
  .-active .main-nav__list-item-link {
    position: relative;
  }
  .-active .main-nav__list-item-link:after {
    content: "";
    width: calc(100% - 32px);
    position: absolute;
    left: 16px;
    bottom: 8px;
    height: 1px;
    background-color: #0070CD;
  }
}
@media all and (min-width: 66em) {
  .-current .main-nav__list-item-link, .main-nav__list-item-link.-current {
    position: relative;
  }
  .-current .main-nav__list-item-link:after, .main-nav__list-item-link.-current:after {
    content: "";
    width: calc(100% - 32px);
    position: absolute;
    left: 16px;
    bottom: 8px;
    height: 1px;
    background-color: #0070CD;
  }
}
.-action-nav .main-nav__list-item-link {
  color: #fff;
  padding: 0.5rem 1.5rem;
  position: relative;
}
@media all and (min-width: 66em) {
  .-action-nav .main-nav__list-item-link {
    background-color: #0070CD;
    border-radius: 24px;
    transition: border-radius 0.25s;
    padding: 0.5rem 2rem 0.5rem 1.5rem;
    width: 220px;
  }
}
@media all and (min-width: 87em) {
  .-action-nav .main-nav__list-item-link {
    width: 260px;
  }
}
.-action-nav .main-nav__list-item-link.-active {
  border-radius: 24px 24px 0 0;
}
.-action-nav .main-nav__list-item-link:before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.-action-nav .main-nav__list-item-link:after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.-action-nav .main-nav__list-item-link.-active:after {
  transform: rotate(0deg);
}

.main-nav__list-item-mobile-trigger {
  cursor: pointer;
  position: relative;
  width: 50px;
  border: none;
  background-color: transparent;
  color: #0070CD;
  margin-right: 1rem;
}
.main-nav__list-item-mobile-trigger:focus {
  outline: none;
}
.main-nav__list-item-mobile-trigger:before, .main-nav__list-item-mobile-trigger:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.5s;
  width: 20px;
  height: 2px;
  background-color: #0070CD;
}
.main-nav__list-item-mobile-trigger:before {
  transform: translate(-50%, -50%);
}
.main-nav__list-item-mobile-trigger:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media all and (min-width: 66em) {
  .main-nav__list-item-mobile-trigger {
    display: none;
  }
}
.main-nav__list-item-mobile-trigger.-active:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.main-nav__dropdown-left {
  padding: 0 3rem;
}
@media all and (min-width: 66em) {
  .main-nav__dropdown-left {
    flex-basis: 70%;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.main-nav__dropdown-right {
  padding: 1rem 1.5rem;
  flex-basis: 30%;
}

.main-nav__dropdown-col {
  flex: 0 1 33%;
  margin-bottom: 1rem;
}

.main-nav__dropdown-2col {
  flex: 0 1 48%;
  margin-bottom: 1rem;
}

.main-nav__dropdown-col-list {
  margin: 0 0;
  padding-left: 0;
  list-style-type: none;
}

.main-nav__dropdown-col-list-item-link {
  color: #101C4E;
  font-size: 0.875rem;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0;
}
.main-nav__dropdown-col-list-item-link:hover, .main-nav__dropdown-col-list-item-link:focus {
  text-decoration: none;
}
.-bold .main-nav__dropdown-col-list-item-link {
  font-size: 1rem;
  font-weight: bold;
  padding: 12px 0;
}
.main-nav__dropdown-col-list-item-link.-has-desc {
  padding-bottom: 0;
}

.main-nav__dropdown-col-list-item-desc {
  margin: 0 0 1rem;
  font-size: 0.875rem;
}

.main-nav__dropdown-utility {
  flex: 0 1 100%;
  border-top: 1px solid #0070CD;
}

.main-nav__dropdown-utility-list {
  margin: 0 0;
  padding-left: 0;
  list-style-type: none;
}
@media all and (min-width: 66em) {
  .main-nav__dropdown-utility-list {
    padding: 1rem 0;
  }
}

@media all and (min-width: 66em) {
  .main-nav__dropdown-utility-list-item {
    display: inline-block;
    margin-right: 2rem;
  }
}
.main-nav__dropdown-utility-list-item:last-child {
  margin-right: 0;
}

.main-nav__dropdown-utility-list-item-link {
  display: block;
  padding: 0.5rem 0;
  color: #101C4E;
  text-decoration: none;
}
@media all and (min-width: 66em) {
  .main-nav__dropdown-utility-list-item-link {
    padding: 0;
    font-size: 0.875rem;
  }
}
.main-nav__dropdown-utility-list-item-link:hover, .main-nav__dropdown-utility-list-item-link:focus {
  color: #101C4E;
}

@media all and (min-width: 66em) {
  .main-nav__primary-links li {
    flex-basis: 50%;
  }
}
@media all and (min-width: 66em) {
  .main-nav__primary-links ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.main-nav__promo-img img {
  width: 100%;
}

.main-nav__promo-content {
  background-color: #fff;
  padding: 1rem;
}

.main-nav__promo-text {
  font-size: 14px;
}
@media all and (min-width: 66em) {
  .main-nav__promo-text {
    font-size: 12px;
    font-size: calc(11px + (14 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

.main-nav__promo-heading {
  color: #101C4E;
  font-weight: bold;
}
@media all and (min-width: 66em) {
  .main-nav__promo-heading {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

.main-nav__promo-cta {
  margin-top: 1rem;
}
.main-nav__promo-cta a {
  font-weight: bold;
  color: #0070CD;
  display: inline-block;
  position: relative;
  padding-right: 1rem;
  text-decoration: none;
}
.main-nav__promo-cta a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #0070CD;
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
.main-nav__promo-cta a:hover, .main-nav__promo-cta a:focus {
  text-decoration: none;
}

/*------------------------------------*\
    #MOBILE NAV
\*------------------------------------*/
.mobile-nav {
  background-color: #F3F3F6;
  height: 0px;
  overflow: hidden;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
}
.mobile-nav.-visible {
  height: calc(100% - 100px);
  z-index: 30;
}
@media all and (min-width: 66em) {
  .mobile-nav {
    background-color: transparent;
    overflow: visible;
    position: static;
    margin-top: 80px;
    height: auto;
  }
}

.mobile-nav__wrapper {
  padding: 2rem 0;
  position: relative;
  height: 100%;
  overflow-y: auto;
}
@media all and (min-width: 66em) {
  .mobile-nav__wrapper {
    padding: 0;
    position: static;
    overflow-y: visible;
  }
}

.mobile-nav__search {
  padding: 1rem;
}
@media all and (min-width: 66em) {
  .mobile-nav__search {
    display: none;
  }
}

.mobile-nav__search-form-input {
  margin-bottom: 1rem;
}

/*------------------------------------*\
    #GLOBAL UTILITY
\*------------------------------------*/
@media all and (min-width: 66em) {
  .utility-nav {
    position: absolute;
    right: 44px;
    top: 8px;
  }
}

.utility-nav__list {
  margin: 0 0;
  padding-left: 0;
  list-style-type: none;
  border-top: 1px solid #fff;
  padding: 1rem 0;
}
@media all and (min-width: 66em) {
  .utility-nav__list {
    border-top: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
    display: flex;
    align-items: center;
  }
}

.utility-nav__list-item.-search {
  display: none;
}
@media all and (min-width: 66em) {
  .utility-nav__list-item.-search {
    display: block;
  }
}

.utility-nav__list-item-link {
  color: #101C4E;
  display: block;
  padding: 0.5rem 2rem;
  font-family: "AvenirLTPro-Roman";
  text-decoration: none;
}
@media all and (min-width: 66em) {
  .utility-nav__list-item-link {
    color: #101C4E;
    padding: 1rem 2rem;
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
    display: flex;
    letter-spacing: 0;
    text-transform: none;
  }
}
.utility-nav__list-item-link:hover {
  text-decoration: none;
}

.utility-nav__seach-toggle {
  display: none;
}
@media all and (min-width: 66em) {
  .utility-nav__seach-toggle {
    display: block;
    cursor: pointer;
    background: center center no-repeat url("../imgs/svgs/icon-header-search.svg");
    border: none;
    padding: 1rem;
  }
}

/*------------------------------------*\
    #SEARCH
\*------------------------------------*/
.search-screen {
  background-color: rgba(16, 28, 78, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  overflow: hidden;
  z-index: 100;
  transition: height 0.5s;
}
.search-screen.-active {
  height: 100%;
}

.search-screen__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  padding: 2rem 1rem;
}
@media all and (min-width: 93em) {
  .search-screen__wrapper {
    max-width: 89%;
  }
}

.search-screen__heading {
  color: #fff;
  font-family: "AvenirLTPro-Light";
  font-weight: 300;
  margin: 1rem 0;
  font-size: 26px;
  line-height: 1.2;
}
@media all and (min-width: 66em) {
  .search-screen__heading {
    font-size: 30px;
    font-size: calc(26px + (36 - 26) * (100vw - 1056px) / (1900 - 1056));
  }
}

.search-screen__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.search-screen__input {
  border: none;
  padding: 0.5rem;
  flex: 0 1 82%;
}
.search-screen__input:focus {
  outline: none;
}
@media all and (min-width: 66em) {
  .search-screen__input:focus {
    border-bottom: 1px solid #E5E5E5;
  }
}
.search-screen__input:-ms-input-placeholder {
  color: #BBBBBB;
}
.search-screen__input::placeholder {
  color: #BBBBBB;
}
.search-screen__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #BBBBBB;
}
.search-screen__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBBBBB;
}
.search-screen__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #BBBBBB;
}
.search-screen__input:-moz-placeholder {
  /* Firefox 18- */
  color: #BBBBBB;
}

.search-screen__btn {
  border: none;
  display: block;
  cursor: pointer;
  background: center center no-repeat url("../imgs/svgs/icon-header-search.svg");
  flex: 0 1 15%;
  padding: 1rem 1.5rem;
}

.search-screen__results {
  flex: 0 1 100%;
  padding: 1rem;
}
.search-screen__results .nonSelectable {
  color: #0070CD;
}
.search-screen__results a {
  display: block;
  margin: 0.5rem 0;
  color: #fff;
}

.search-screen__close-btn {
  background-color: transparent;
  border: none;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 44px;
  height: 44px;
}
.search-screen__close-btn:focus {
  outline: none;
}
.search-screen__close-btn:before, .search-screen__close-btn:after {
  background-color: #0070CD;
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.search-screen__close-btn.-active:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search-screen__close-btn.-active:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*------------------------------------*\
    #GLOBAL BREADCRUMBS
\*------------------------------------*/
.breadcrumbs {
  margin: 0;
  padding: 1rem 0 1rem;
}
@media all and (min-width: 66em) {
  .breadcrumbs {
    margin: 1rem 0;
  }
}

.breadcrumbs__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  padding: 0 1.5rem;
}
@media all and (min-width: 93em) {
  .breadcrumbs__wrapper {
    max-width: 89%;
  }
}

.breadcrumbs__link {
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 1rem;
  color: #101C4E;
}

.breadcrumbs__divider {
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 1rem;
  color: #101C4E;
}

.rte__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 50em;
  padding: 1rem 1.5rem;
}
@media all and (min-width: 93em) {
  .rte__wrapper {
    max-width: 55.5%;
  }
}
.rte__wrapper a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*------------------------------------*\
    #MOBILE NAV
\*------------------------------------*/
.local-nav {
  background-color: #F3F3F6;
}
.local-nav__mobile-toggle {
  display: block;
  background-color: #F3F3F6;
  border: none;
  color: #101C4E;
  outline: none;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 1rem 1.5rem;
  cursor: pointer;
}
@media all and (min-width: 66em) {
  .local-nav__mobile-toggle {
    display: none;
  }
}

.local-nav__mobile-toggle-indicator {
  cursor: pointer;
  position: relative;
  width: 50px;
  border: none;
  background-color: transparent;
  color: #0070CD;
  margin-right: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.local-nav__mobile-toggle-indicator:focus {
  outline: none;
}
.local-nav__mobile-toggle-indicator:before, .local-nav__mobile-toggle-indicator:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.5s;
  width: 20px;
  height: 2px;
  background-color: #0070CD;
}
.local-nav__mobile-toggle-indicator:before {
  transform: translate(-50%, -50%);
}
.local-nav__mobile-toggle-indicator:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media all and (min-width: 66em) {
  .local-nav__mobile-toggle-indicator {
    display: none;
  }
}
.local-nav__mobile-toggle-indicator.-active:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.-active .local-nav__mobile-toggle-indicator:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.local-nav__wrapper {
  overflow: hidden;
  height: 0;
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  padding: 0;
}
@media all and (min-width: 93em) {
  .local-nav__wrapper {
    max-width: 89%;
  }
}
@media all and (min-width: 66em) {
  .local-nav__wrapper {
    overflow: visible;
    height: auto;
  }
}
.local-nav__wrapper.-visible {
  height: auto;
}

.local-nav__list {
  margin: 0 0;
  padding-left: 0;
  list-style-type: none;
}
@media all and (min-width: 66em) {
  .local-nav__list {
    display: flex;
    justify-content: center;
  }
}

.local-nav__item {
  position: relative;
  border-top: 1px solid #fff;
}
@media all and (min-width: 66em) {
  .local-nav__item {
    border-top: none;
    margin: 0 1rem;
  }
}

.local-nav__item-group {
  display: flex;
  justify-content: space-between;
}

.local-nav__link {
  display: block;
  padding: 1rem 1.5rem 1rem 1.5rem;
  position: relative;
  color: #101C4E;
}
@media all and (min-width: 66em) {
  .local-nav__link {
    padding: 1rem 2rem 1rem 1.5rem;
  }
}
@media all and (min-width: 66em) {
  .local-nav__link:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #0070CD transparent transparent transparent;
    position: absolute;
    right: 16px;
    top: calc(50% + 1px);
    transform: translateY(-50%);
  }
}
.-no-subnav .local-nav__link:after {
  display: none;
}

.local-nav__trigger {
  cursor: pointer;
  position: relative;
  width: 50px;
  border: none;
  background-color: transparent;
  color: #0070CD;
  margin-right: 1rem;
}
.local-nav__trigger:focus {
  outline: none;
}
.local-nav__trigger:before, .local-nav__trigger:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.5s;
  width: 20px;
  height: 2px;
  background-color: #0070CD;
}
.local-nav__trigger:before {
  transform: translate(-50%, -50%);
}
.local-nav__trigger:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media all and (min-width: 66em) {
  .local-nav__trigger {
    display: none;
  }
}
.local-nav__trigger.-active:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
@media all and (min-width: 66em) {
  .local-nav__trigger {
    display: none;
  }
}
.-no-subnav .local-nav__trigger {
  display: none;
}

.local-nav__subnav {
  height: 0;
  overflow: hidden;
}
@media all and (min-width: 66em) {
  .local-nav__subnav {
    background-color: #F3F3F6;
    position: absolute;
    width: 250px;
    z-index: 4;
  }
}
.local-nav__subnav.-visible {
  height: auto;
}
.local-nav__subnav-list {
  margin: 0 0;
  padding-left: 0;
  list-style-type: none;
}

.local-nav__subnav-link {
  color: #101C4E;
  display: block;
  padding: 1rem 2rem 1rem 2rem;
}

.content-slider {
  margin: 1rem 0;
  padding: 2rem 0;
  overflow: hidden;
}
.content-slider .slick-slide {
  padding: 0 1rem;
}

.content-slider__header {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
}
@media all and (min-width: 93em) {
  .content-slider__header {
    max-width: 89%;
  }
}
.content-slider__slide-group {
  align-items: stretch;
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  padding: 1rem 0;
}
@media all and (min-width: 93em) {
  .content-slider__slide-group {
    max-width: 89%;
  }
}
.content-slider__slide-group .slick-list {
  overflow: visible;
}

.content-slider__slide {
  background-color: #F3F3F6;
}

.content-slider__slide-media img {
  width: 100%;
}

.content-slider__slide-content {
  padding: 1rem 1.5rem;
}

.content-slider__slide-heading {
  font-family: "AvenirLTPro-Medium";
  font-style: normal;
  font-weight: normal;
}

.content-slider__slide-meta {
  font-size: 0.8rem;
  color: rgba(16, 28, 78, 0.5);
}
@media all and (min-width: 66em) {
  .content-slider__slide-meta {
    font-size: 12px;
    font-size: calc(11px + (14 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

.content-slider__slide-text {
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  .content-slider__slide-text {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

.content-slider__controls {
  display: none;
}
@media all and (min-width: 66em) {
  .content-slider__controls {
    display: flex;
    margin: 1.5rem 0;
    justify-content: center;
  }
}
.content-slider__controls .slick-prev,
.content-slider__controls .slick-next {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 1rem;
  position: relative;
}
.content-slider__controls .slick-prev:after,
.content-slider__controls .slick-next:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.content-slider__controls .slick-prev:focus,
.content-slider__controls .slick-next:focus {
  outline: none;
}
.content-slider__controls .slick-next:after {
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #FFD000;
}
.content-slider__controls .slick-prev:after {
  border-width: 4px 6px 4px 0;
  border-color: transparent #FFD000 transparent transparent;
}

.content__slider__count .slick-dots {
  margin: 0 0;
  padding-left: 0;
  list-style-type: none;
  cursor: pointer;
}
.content__slider__count .slick-dots li {
  display: inline-block;
  margin: 4px;
}
.content__slider__count .slick-dots li button {
  background-color: transparent;
  border: 1px solid #FFD000;
  border-radius: 0;
  color: #101C4E;
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem;
  line-height: 1;
  outline: none;
}
.content__slider__count .slick-dots li.slick-active button {
  background-color: #FFD000;
}

.notification {
  background-color: #0070CD;
  position: relative;
  padding: 1rem 3rem 1rem 1.5rem;
  transition: all 0.5s;
}
.notification.-red {
  background-color: #c90000;
}
.notification.-gold {
  background-color: #FFD000;
}
.notification.-noshow, .-hideNotification .notification {
  display: none;
}
.notification.-hidden {
  padding: 0 3rem 0 1.5rem;
  height: 0;
  overflow: hidden;
}

.notification__wrapper {
  font-size: 0.875rem;
  color: #fff;
}
@media all and (min-width: 66em) {
  .notification__wrapper {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
.notification__wrapper p {
  margin: 0;
  font-size: 0.875rem;
  color: #fff;
}
@media all and (min-width: 66em) {
  .notification__wrapper p {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
.notification__wrapper a {
  color: #fff;
  text-decoration: underline;
}
.notification__wrapper a:focus, .notification__wrapper a:visited, .notification__wrapper a:hover {
  color: #fff;
}

.notification__cancel {
  background-color: transparent;
  position: absolute;
  right: 8px;
  top: 8px;
  transform: rotate(45deg);
}
.notification__cancel:focus {
  outline: none;
}
.notification__cancel:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.notification__cancel:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.5s;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.form {
  background-color: #F3F3F6;
  margin: 0;
  padding: 2rem 0;
}
.form .form-group {
  margin-top: 1rem;
}
.form tr:nth-child(even) {
  background-color: transparent;
}
.form .editing-form-control-nested-control {
  display: flex;
  align-items: center;
}
.form .editing-form-control-nested-control .checkbox-list-vertical {
  flex: 0 1 100%;
}
.form__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 50em;
  padding: 1rem 1.5rem;
}
@media all and (min-width: 93em) {
  .form__wrapper {
    max-width: 55.5%;
  }
}
.form__wrapper .centerbox {
  margin: 0;
  padding: 0;
  width: 100%;
}

.cta-header {
  margin: 1rem 0 0;
  padding: 2rem 0 0;
  overflow: hidden;
}

.cta-header__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
}
@media all and (min-width: 93em) {
  .cta-header__wrapper {
    max-width: 89%;
  }
}
.loading-screen {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0%;
  overflow: hidden;
  z-index: 100;
  transition: height 0.5s;
}
.loading-screen.-active {
  height: 100%;
  transform: translateZ(0) translateY(-50%);
}

.loading-screen__spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #101C4E;
  margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.article-header__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  padding: 0;
}
@media all and (min-width: 93em) {
  .article-header__wrapper {
    max-width: 89%;
  }
}
@media all and (min-width: 66em) {
  .article-header__wrapper {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
}

.article-header__content {
  padding: 1rem 1.5rem;
}
@media all and (min-width: 66em) {
  .article-header__content {
    background-color: #fff;
    padding: 3rem 1.5rem;
    position: absolute;
    left: 0;
    top: 50%;
    width: 40%;
    transform: translateY(-50%);
  }
}

.article-header__heading {
  color: #101C4E;
  margin-top: 0;
}

.article-header__meta {
  display: flex;
  justify-content: space-between;
}

.article-header__meta-lcol {
  flex: 0 1 55%;
}

.article-header__meta-auth {
  color: #0070CD;
  font-family: "portada";
  font-weight: 700;
  font-style: italic;
  margin: 0;
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  .article-header__meta-auth {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

.article-header__meta-date {
  margin: 0;
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  .article-header__meta-date {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

.article-header__meta-rcol {
  flex: 0 1 45%;
  text-align: right;
}
.article-header__meta-rcol .st-inline-share-buttons#st-1 {
  text-align: right;
}

.article-header__media {
  flex: 0 1 65%;
}

.article-header__img {
  max-width: 100%;
}

.footer__social {
  align-self: flex-start;
  margin-top: 1rem;
  margin-bottom: 2rem;
  order: -1;
  flex-basis: 100%;
  text-align: left;
}
@media all and (min-width: 29.75em) {
  .footer__social {
    margin-bottom: 0;
  }
}
@media all and (min-width: 66em) {
  .footer__social {
    text-align: left;
    flex-basis: auto;
    order: 0;
  }
}

.article-header__social-link {
  display: inline-block;
  width: 30px;
  height: 44px;
  position: relative;
}
@media all and (min-width: 66em) {
  .article-header__social-link {
    width: 44px;
  }
}
.article-header__social-link i {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translate(-50%, 0);
}
.article-header__social-link i.-fa-facebook {
  background: center center no-repeat url("../imgs/svgs/icon-share-facebook.svg");
}
.article-header__social-link i.-fa-twitter {
  background: center center no-repeat url("../imgs/svgs/icon-share-twitter.svg");
}
.article-header__social-link i.-fa-share {
  background: center center no-repeat url("../imgs/svgs/icon-share-other.svg");
}

.article-img__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 66em;
  padding: 0;
}
@media all and (min-width: 93em) {
  .article-img__wrapper {
    max-width: 73%;
  }
}

.article-img__group {
  margin: 1rem 0;
}
.article-img__group.-right, .article-img__group.-left {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-end;
}
.article-img__group.-right {
  flex-direction: row-reverse;
}
.article-img__group.-center {
  text-align: center;
  margin: 2rem 0;
}

.article-img__img {
  display: block;
  flex: 0 1 65%;
}
@media all and (min-width: 66em) {
  .article-img__img {
    flex: 0 1 75%;
  }
}
.-center .article-img__img {
  margin: 0 auto 1rem;
}
.-left .article-img__img, .-right .article-img__img {
  max-width: 65%;
}
@media all and (min-width: 66em) {
  .-left .article-img__img, .-right .article-img__img {
    max-width: 75%;
  }
}
.-left .article-img__img {
  margin-right: 1rem;
}
.-right .article-img__img {
  margin-left: 1rem;
}

.article-image__caption {
  flex: 0 1 35%;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.8rem;
}
@media all and (min-width: 66em) {
  .article-image__caption {
    font-size: 12px;
    font-size: calc(11px + (14 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
@media all and (min-width: 66em) {
  .article-image__caption {
    flex: 0 1 25%;
  }
}
.-left .article-image__caption {
  margin-right: 1.5rem;
}
.-right .article-image__caption {
  margin-left: 1.5rem;
}
.-left .article-image__caption, .-right .article-image__caption {
  text-align: left;
  padding: 0;
  max-width: 35%;
}
@media all and (min-width: 66em) {
  .-left .article-image__caption, .-right .article-image__caption {
    max-width: 25%;
  }
}

.article-meta__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 50em;
}
@media all and (min-width: 93em) {
  .article-meta__wrapper {
    max-width: 55.5%;
  }
}

.article-meta__cta {
  margin: 1rem 0 2rem;
}

.article-meta__cta-text {
  font-size: 1.5rem;
  line-height: 1.2;
}

.article-meta__cta-text-link {
  color: #0070CD;
  text-decoration: underline;
}

.article-meta__author {
  display: flex;
  justify-content: flex-start;
  position: relative;
  align-items: center;
  margin: 1rem 0;
}

.article-meta__author-media {
  flex: 0 1 35%;
  max-width: 150px;
  padding: 0.5rem;
}
@media all and (min-width: 66em) {
  .article-meta__author-media {
    flex: 0 1 35%;
  }
}

.article-meta__author-img {
  display: block;
  border-radius: 75px;
}

.article-meta__author-content {
  flex: 0 1 65%;
  padding-left: 1.5rem;
}

.article-meta__author-subheading {
  color: #101C4E;
  font-size: 0.875rem;
  margin-bottom: 0;
}
@media all and (min-width: 66em) {
  .article-meta__author-subheading {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

.article-meta__author-text {
  margin-top: 0;
}

.article-meta__author-heading {
  font-size: 1.5rem;
  color: #0070CD;
  margin: 1rem 0;
  line-height: 1;
}

.article-image__caption {
  flex: 0 1 35%;
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  .article-image__caption {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
@media all and (min-width: 66em) {
  .article-image__caption {
    flex: 0 1 25%;
  }
}

.event-header__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  padding: 0;
}
@media all and (min-width: 93em) {
  .event-header__wrapper {
    max-width: 89%;
  }
}
@media all and (min-width: 66em) {
  .event-header__wrapper {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
}

.event-header__content {
  padding: 1rem 1.5rem;
}
@media all and (min-width: 66em) {
  .event-header__content {
    background-color: #fff;
    padding: 3rem 1.5rem;
    position: absolute;
    left: 0;
    top: 50%;
    width: 40%;
    transform: translateY(-50%);
  }
}

.event-header__heading {
  color: #101C4E;
  margin-top: 0;
}

.event-header__meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.event-header__meta-lcol {
  flex: 0 1 55%;
}

.event-header__meta-date {
  color: #0070CD;
  font-family: "portada";
  font-weight: 700;
  font-style: italic;
  margin: 0;
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  .event-header__meta-date {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

.event-header__meta-time {
  margin: 0;
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  .event-header__meta-time {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

.event-header__meta-rcol {
  flex: 0 1 45%;
  text-align: right;
}

.event-header__meta-cta {
  flex: 0 1 100%;
  margin: 1rem 0 0;
}
@media all and (min-width: 66em) {
  .event-header__meta-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.event-header__media {
  flex: 0 1 65%;
}

.event-header__img {
  max-width: 100%;
}

.footer__social {
  align-self: flex-start;
  margin-top: 1rem;
  margin-bottom: 2rem;
  order: -1;
  flex-basis: 100%;
  text-align: left;
}
@media all and (min-width: 29.75em) {
  .footer__social {
    margin-bottom: 0;
  }
}
@media all and (min-width: 66em) {
  .footer__social {
    text-align: left;
    flex-basis: auto;
    order: 0;
  }
}

.event-header__social-link {
  display: inline-block;
  width: 30px;
  height: 44px;
  position: relative;
}
@media all and (min-width: 66em) {
  .event-header__social-link {
    width: 44px;
  }
}
.event-header__social-link i {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translate(-50%, 0);
}
.event-header__social-link i.-fa-facebook {
  background: center center no-repeat url("../imgs/svgs/icon-share-facebook.svg");
}
.event-header__social-link i.-fa-twitter {
  background: center center no-repeat url("../imgs/svgs/icon-share-twitter.svg");
}
.event-header__social-link i.-fa-share {
  background: center center no-repeat url("../imgs/svgs/icon-share-other.svg");
}

.event-meta__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 50em;
}
@media all and (min-width: 93em) {
  .event-meta__wrapper {
    max-width: 55.5%;
  }
}

.event-meta__cta {
  margin: 1rem 0 2rem;
}

#FilterNotice {
  text-transform: capitalize;
}

.filter-disclaimer {
  display: none;
}

.row {
  max-width: 80em !important;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.row .col-md-8, .row .col-md-4 {
  width: 100% !important;
}

.upcoming-events {
  padding: 1rem;
  margin: auto;
}

.upcoming-events .upcoming-events-group {
  width: 100%;
}

.upcoming-events .upcoming-events-group .content-slider__slide {
  display: flex;
  width: 100%;
  margin: 0 0 3rem;
  padding: 0 0 3rem;
  background: #fff;
}

.upcoming-events .upcoming-events-group .content-slider__slide:not(:last-child) {
  border-bottom: solid 2px #F3F3F6;
}

.upcoming-events .upcoming-events-group .content-slider__slide a img {
  width: 150px;
  max-width: none;
  display: block;
}

.upcoming-events .upcoming-events-group .content-slider__slide .content-slider__slide-content {
  padding: 0 0 0 1.5rem;
  font-size: 1rem;
}

.upcoming-events .upcoming-events-group .content-slider__slide .content-slider__slide-content .content-slider__slide-cta-link, .upcoming-events .upcoming-events-group .content-slider__slide .content-slider__slide-content p {
  font-size: 1rem;
}

.upcoming-events .upcoming-events-group .content-slider__slide .content-slider__slide-content p, .upcoming-events .upcoming-events-group .content-slider__slide .content-slider__slide-content h4 {
  margin: 0 0 1rem;
}

.upcoming-events .upcoming-events-group .content-slider__slide .content-slider__slide-content h4 a {
  color: #000;
}

.upcoming-events .upcoming-events-group .content-slider__slide .content-slider__slide-content span {
  font-size: 0.9rem;
}

.upcoming-events .upcoming-events-group .content-slider__slide .content-slider__slide-content .nav-pills {
  flex-wrap: wrap;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.upcoming-events .upcoming-events-group .content-slider__slide .content-slider__slide-content .nav-pills li {
  margin: 0 0.5rem 0.5rem 0;
  color: #fff;
  border-radius: 24px;
  background-color: #337ab7;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 0.5rem 0.75rem;
}

.upcoming-events .upcoming-events-group .content-slider__slide .content-slider__slide-content .nav-pills li.maternity-birthing {
  background: #FFD000;
  color: #101C4E;
}

.upcoming-events .upcoming-events-group .content-slider__slide .content-slider__slide-content .nav-pills li.weight-loss {
  background: #CC369B;
  color: #FFF;
}

.upcoming-events .upcoming-events-group .content-slider__slide .content-slider__slide-content .nav-pills li.health-screenings {
  background: #101C4E;
  color: #FFF;
}

.upcoming-events .upcoming-events-group .content-slider__slide .content-slider__slide-content .nav-pills li.parent--and--child-center {
  background: #0070CD;
  color: #FFF;
}

.upcoming-events .upcoming-events-group .content-slider__slide .content-slider__slide-content .nav-pills li.all-events, .upcoming-events .upcoming-events-group .content-slider__slide .content-slider__slide-content .nav-pills li.featured-event {
  display: none;
}

@media (max-width: 640px) {
  .upcoming-events .upcoming-events-group .content-slider__slide .content-slider__slide-content {
    padding: 0 0 0 1rem;
  }
}
@media (min-width: 1024px) {
  .row {
    flex-direction: row;
  }

  .row .col-md-8 {
    width: 66.666% !important;
  }

  .row .col-md-4 {
    width: 33.333% !important;
  }

  .upcoming-events .upcoming-events-group .content-slider__slide a img {
    width: 300px;
  }
}
.d-flex {
  display: flex;
}

.d-flex > * {
  flex: 1 !important;
}

.ResetFilters {
  float: right;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  /* display: block; */
  /* padding: 1rem 1rem; */
  height: 67px;
}

.ResetFilters.hide {
  display: none;
}

.calendarToggle, .mobileCalendarToggle {
  margin: 0 0.5rem 0.2rem 0;
  color: #fff !important;
  border-radius: 24px;
  background-color: #337ab7;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 0.5rem 0.75rem;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 0;
  font-size: 1rem;
}

.calendarToggle.gray, .mobileCalendarToggle.gray {
  background: #E5E5E5 !important;
  color: #101C4E !important;
}

.applyFilter {
  margin: 2rem 0.5rem 0.2rem 0;
  color: #fff !important;
  border-radius: 24px;
  background-color: #337ab7;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 0.5rem 0.75rem;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 0;
  font-size: 1rem;
}

.applyFilter.gray {
  background: #E5E5E5 !important;
  color: #101C4E !important;
}

.upcoming-events .js-loadmore.hide {
  display: none;
}

#NoEventsMessage {
  display: none;
}

#NoEventsMessage.show {
  display: block !important;
}

.filter-disclaimer.show {
  display: block !important;
}

.js-search {
  padding-left: 3rem;
}

.js-search-wrapper input {
  margin: 0;
}

.js-search-wrapper {
  position: relative;
}

.js-search-wrapper:before {
  content: url("/bristol/assets/imgs/svgs/search.svg");
  margin: 0 0.5rem 0 0;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%) scale(0.6);
  opacity: 0.6;
}

.CategoryTabs {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}

.CategoryTabs > li {
  float: left;
  margin: 0 0.25rem 0.5rem;
  display: inline-flex;
}

.CategoryTabs > li a {
  padding: 0.5rem 1.5rem;
  background: #A2A0A2;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 24px;
  width: auto;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5px;
  transition: 300ms;
  font-size: 0.9rem;
}

.CategoryTabs > li a:hover {
  opacity: 0.8;
}

.CategoryTabs > li a.active {
  background: #337ab7;
}

.CategoryTabs > li.maternity-birthing a.active {
  background: #FFD000;
  color: #101C4E;
}

.CategoryTabs > li.weight-loss a.active {
  background: #CC369B;
  color: #FFF;
}

.CategoryTabs > li.health-screenings a.active {
  background: #101C4E;
  color: #FFF;
}

.CategoryTabs > li.parent--and--child-center a.active {
  background: #0070CD;
  color: #FFF;
}

.CategoryTabs > li.all-events, .CategoryTabs > li.featured-event {
  display: block;
}

#FeaturedEventsFilters {
  margin-bottom: 2rem;
}

#FeaturedEventsFilters h1 {
  margin: 1.5rem 0 0;
}

#FeaturedEventsFilters h4 {
  margin: 0.5rem 0;
}

.filter-bottom {
  background: #F3F3F6;
  padding: 0;
}

.filter-bottom > div:first-child {
  padding: 1rem;
}

.filter-bottom > div:last-child {
  background: #fff;
  padding: 1rem;
}

.search-header__form {
  max-width: none;
  margin: 1.5rem 0;
  justify-content: end;
}

.search-header__field {
  margin-bottom: 0;
}

.upcoming-events {
  clear: both;
}

.upcoming-events .upcoming-events-group .content-slider__slide {
  display: none !important;
  transition: 300ms;
}

.upcoming-events .upcoming-events-group .content-slider__slide.show {
  display: flex !important;
  opacity: 1;
}

.d-none {
  display: none;
}

@media (max-width: 640px) {
  .d-sm-block {
    display: block;
  }

  body.open-menu #filters-menu {
    transform: translate(0) !important;
  }

  .mobile_button_wrapper {
    display: flex;
    width: 100%;
    align-items: center;
  }

  .mobile_button_wrapper .applyFilter {
    margin: 0 !important;
  }

  .mobile_button_wrapper > a {
    flex: 1 0 0;
  }

  .applyFilter {
    margin: 1rem 0.5rem 0.2rem 0;
  }

  .CategoryTabs > li, .CategoryTabs > li > a {
    width: 100% !important;
  }

  .ResetFilters {
    float: none;
    margin: 1rem auto !important;
    height: 1rem;
    width: 100%;
    text-align: center;
  }

  #filters-menu {
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #F3F3F6;
    padding: 2rem 1rem 6rem;
    display: flex;
    flex-direction: column;
    transition: 600ms;
    transform: translate(100%, 0);
  }

  #filters-menu div {
    background: transparent !important;
    margin: 0;
  }

  #filters-menu > div:last-child {
    order: -1;
  }

  .filter-bottom > div:nth-child(2) {
    order: 0;
  }

  .filter-bottom > div:nth-child(1) {
    order: 1;
  }

  .filter-bottom > div:nth-child(0) {
    order: 3;
  }

  .filter-bottom > div:nth-child(3), .filter-bottom > div:nth-child(4) {
    display: none;
  }

  .CategoryTabs {
    margin: 0;
  }

  .CategoryTabs > li {
    margin: 0 0.25rem 0.25rem;
  }

  .CategoryTabs > li a {
    width: 275px;
    display: block;
    font-size: 0.8rem;
  }
}
@media (min-width: 1024px) {
  .search-header__field {
    margin-bottom: 1rem;
  }

  .filter-bottom {
    padding: 1rem 0;
    align-items: end;
    margin-top: 1rem !important;
  }

  .filter-bottom > div {
    background: transparent !important;
    padding: 0 1rem !important;
  }

  .CategoryTabs {
    display: block;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.calendar-wrapper, .mobile-calendar-wrapper {
  padding: 1rem;
  position: absolute;
  display: none;
  opacity: 0;
  width: 350px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 6px 10px 3px #ccc;
  border-radius: 24px;
  z-index: 9;
}

#calendar, #mobileCalendar {
  transform: translate3d(0, 0, 0);
  width: 100%;
  max-width: 350px;
  border: solid 1px #ccc;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  border-radius: 24px;
}

.calendar-wrapper.show, .mobile-calendar-wrapper.show {
  display: block;
  opacity: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body.open-menu {
  position: fixed;
  overflow: hidden;
}

#calendar .header, #mobileCalendar .header {
  height: 50px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 100;
  background-size: contain;
  min-height: auto;
}

#calendar .header h1, #mobileCalendar .header h1 {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  line-height: 50px;
  font-weight: 100;
  letter-spacing: 1px;
  font-style: normal;
}

#calendar .left, #calendar .right, #mobileCalendar .left, #mobileCalendar .right {
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  top: 50%;
  margin-top: -7.5px;
  cursor: pointer;
}

#calendar .left, #mobileCalendar .left {
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #a09fa0 transparent transparent;
  left: 20px;
}

#calendar .right, #mobileCalendar .right {
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #a09fa0;
  right: 20px;
}

.month {
  /*overflow: hidden;*/
  opacity: 0;
}

.month.new {
  -webkit-animation: fadeIn 0.4s ease-out;
  opacity: 1;
}

.month.in.next {
  animation: moveFromTopFadeMonth 0.4s ease-out;
  opacity: 1;
}

.month.out.next {
  animation: moveToTopFadeMonth 0.4s ease-in;
  opacity: 1;
}

.month.in.prev {
  animation: moveFromBottomFadeMonth 0.4s ease-out;
  opacity: 1;
}

.month.out.prev {
  animation: moveToBottomFadeMonth 0.4s ease-in;
  opacity: 1;
}

.week {
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
}

.day {
  display: inline-block;
  flex: 1 0 0;
  width: 40px;
  padding: 5px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  background: #FFFFFF;
  position: relative;
  z-index: 100;
}

.day.other {
  color: rgba(255, 255, 255, 0.3);
}

.day:hover {
  color: #000;
  background: #FFD000;
  border-radius: 8px;
  opacity: 0.5;
}

.day.today {
  color: #000;
  background: rgba(255, 208, 0, 0.5);
  border-radius: 8px;
}

.day.active {
  color: #000;
  background: rgba(51, 122, 183, 0.5);
  border-radius: 8px;
}

.day-name {
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.7px;
}

.day-number {
  font-size: 1.25rem;
  letter-spacing: 1.5px;
}

.day .day-events {
  list-style: none;
  margin-top: 3px;
  text-align: center;
  height: 12px;
  line-height: 6px;
  overflow: hidden;
}

.day .day-events span {
  vertical-align: top;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 5px;
  height: 5px;
  line-height: 5px;
  border-radius: 50%;
  margin: 0 1px;
}

.blue {
  background: #101C4E;
}

.blue2 {
  background: #0070CD;
}

.pink {
  background: #CC369B;
}

.yellow {
  background: #FFD000;
}

.default {
  background: #337ab7;
}

.event-category {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 6px 0 0;
  vertical-align: top;
}

.event span {
  display: inline-block;
  padding: 0 0 0 7px;
}

.entry {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 13px;
  display: inline-block;
  line-height: 30px;
  background: transparent;
}

.entry:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  top: 12px;
  left: 14px;
}

.entry.blue:after {
  background: #9ccaeb;
}

.entry.orange:after {
  background: #f7a700;
}

.entry.green:after {
  background: #99c66d;
}

.entry.yellow:after {
  background: #f9e900;
}

/* Animations are cool!  */
@keyframes moveFromTopFade {
  from {
    height: 0px;
    margin-top: 0px;
    transform: translateY(-100%);
  }
}
@keyframes moveToTopFade {
  to {
    height: 0px;
    transform: translateY(-100%);
  }
}
@keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -moz-transform: translateY(-30%);
  }
}
@keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -moz-transform: translateY(30%);
  }
}
@keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%);
  }
}
@keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

.img-w-text {
  margin: 0;
  padding: 0;
}

.img-w-text__wrapper {
  padding: 0;
}
@media all and (min-width: 66em) {
  .img-w-text__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media all and (min-width: 66em) {
  .-reversed .img-w-text__wrapper {
    flex-direction: row-reverse;
  }
}

.img-w-text__content {
  padding: 2rem 1.5rem;
}
@media all and (min-width: 66em) {
  .img-w-text__content {
    flex: 0 1 50%;
    max-width: 50%;
    padding: 1rem 3rem;
  }
}
@media all and (min-width: 93em) {
  .img-w-text__content {
    padding: 1rem 110px;
  }
}

.img-w-text__heading {
  color: #101C4E;
  margin-top: 0;
}

.img-w-text__media {
  position: relative;
}
@media all and (min-width: 66em) {
  .img-w-text__media {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
.img-w-text__media:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #ffffff transparent;
}
@media all and (min-width: 66em) {
  .img-w-text__media:after {
    left: auto;
    right: 0;
    height: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 30px 0;
    border-color: transparent #ffffff transparent transparent;
  }
}
@media all and (min-width: 66em) {
  .-reversed .img-w-text__media:after {
    left: 0;
    right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #ffffff;
  }
}

.img-w-text__img {
  display: block;
}

.img-w-text__cta-link {
  display: block;
  text-align: center;
}
@media all and (min-width: 39.8em) {
  .img-w-text__cta-link {
    display: inline-block;
    text-align: left;
  }
}
.img-w-text__cta-link + .img-w-text__cta-link {
  margin-top: 1rem;
}
@media all and (min-width: 39.8em) {
  .img-w-text__cta-link + .img-w-text__cta-link {
    margin-top: 0;
  }
}

.card-link {
  margin: 1rem 0;
  padding: 1rem 0;
}
.card-link + .card-link {
  margin-top: 0;
  padding-top: 0;
}

.card-link__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  padding: 0 1rem;
}
@media all and (min-width: 93em) {
  .card-link__wrapper {
    max-width: 89%;
  }
}
@media all and (min-width: 46.8em) {
  .card-link__wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
}

.card-link__item {
  display: block;
  text-align: center;
  padding: 1rem 2rem;
  border: 1px solid rgba(255, 208, 0, 0);
}
@media all and (min-width: 46.8em) {
  .card-link__item {
    flex: 0 1 33%;
    max-width: 33%;
  }
}
@media all and (min-width: 87em) {
  .card-link__item {
    padding: 4rem 3rem;
  }
}
.card-link__item:hover, .card-link__item:focus {
  border: 1px solid #FFD000;
}

.card-link__item-heading {
  color: #0070CD;
  font-family: "AvenirLTPro-Medium";
  font-style: initial;
  font-weight: normal;
  margin: 0 0 1.5rem;
}

.card-link__item-text {
  color: #101C4E;
}

.card-link__img-frame {
  height: 110px;
  display: flex;
  align-items: center;
}

.card-link__item-img {
  display: block;
  margin: 0 auto;
}

.page-hero {
  margin: 0;
  padding: 0;
}
@media all and (min-width: 66em) {
  .page-hero {
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }
}

.page-hero__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  padding: 0;
  position: relative;
}
@media all and (min-width: 93em) {
  .page-hero__wrapper {
    max-width: 89%;
  }
}
@media all and (min-width: 66em) {
  .page-hero__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.page-hero.narrow-Yes .page-hero__content {
  min-height: auto;
}

.page-hero__content {
  background-color: #101C4E;
  padding: 2rem;
}
@media all and (min-width: 66em) {
  .page-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 40%;
    transform: translateY(-50%);
    padding: 2rem;
    min-height: 85%;
  }
}
@media all and (min-width: 93em) {
  .page-hero__content {
    padding: 4rem 3rem;
  }
}

.page-hero__meta {
  color: #FFD000;
  margin-top: 0;
  text-transform: uppercase;
}

.page-hero__heading {
  color: #fff;
  margin-bottom: 1.5rem;
  font-family: "portada";
  font-weight: bold;
  font-style: italic;
}

.page-hero__rte {
  color: #fff;
  margin-bottom: 1.5rem;
}

.page-hero__content-img {
  margin-bottom: 1rem;
  align-self: flex-start;
}

.page-hero__cta-link {
  display: block;
  text-align: center;
  margin-top: 0.5rem;
}
@media all and (min-width: 66em) {
  .page-hero__cta-link {
    display: inline-block;
  }
}

.page-hero__input-group {
  position: relative;
}
.page-hero__input-group:before {
  content: "";
  background: center center no-repeat url("../imgs/svgs/icon-header-search.svg");
  border: none;
  display: block;
  width: 18px;
  height: 18px;
  positioN: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.page-hero__input {
  border: none;
  display: block;
  border-radius: 24px;
  padding: 0.5rem 1rem 0.5rem 3rem;
  width: 100%;
}
.page-hero__input:focus {
  outline: none;
  border: 1px solid #FFD000;
}

.page-hero__media {
  position: relative;
}
@media all and (min-width: 66em) {
  .page-hero__media {
    flex: 1 0 75%;
    max-width: 75%;
  }
}

.page-hero__media-img {
  display: block;
  width: 100%;
}

.illo {
  position: relative;
  height: calc(100vh - 100px);
  height: calc((var(--vh, 1vh) * 100) - 100px);
}
@media all and (min-width: 66em) {
  .illo {
    height: calc(100vh - 100px);
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 66em) and (min-height: 650px) {
  .illo {
    height: calc(100vh - 148px);
  }
}

.illo__text-overlay {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.-inactive .illo__text-overlay {
  display: none;
}
@media all and (min-width: 66em) {
  .illo__text-overlay {
    background-color: transparent;
    z-index: 10;
  }
}

.illo__text-overlay-wrapper {
  padding: 1rem;
  position: absolute;
  bottom: 0;
}
@media all and (min-width: 66em) {
  .illo__text-overlay-wrapper {
    bottom: auto;
    padding: 2rem;
    top: 10%;
    left: 45%;
    width: 50%;
  }
}
@media all and (min-width: 87em) {
  .illo__text-overlay-wrapper {
    width: 45%;
    left: 50%;
  }
}

.illo__text-overlay-headline {
  margin: 0 0 1rem;
}

@media all and (min-width: 66em) {
  .illo__text-overlay-cta + .illo__text-overlay-cta {
    display: none;
  }
}

.illo__media {
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
  height: 100%;
}
@media all and (min-width: 66em) {
  .illo__media {
    padding-bottom: 0;
  }
}

.illo__media-timeline {
  width: 100%;
  height: 100%;
  position: relative;
}

.illo__media-svg-holder {
  position: absolute;
  left: 0;
  max-width: 100%;
  width: 100%;
}
@media all and (min-width: 66em) {
  .illo__media-svg-holder {
    max-width: 100%;
    width: 1900px;
    height: 650px;
  }
}
.illo__media-svg-holder svg {
  width: auto;
  height: auto;
}

.illo__media-svgline-holder {
  height: calc(100vh - 160px);
  width: 900px;
  max-width: 100%;
  max-height: 50vw;
}

.illo__mobile-slider {
  position: absolute;
  bottom: 16px;
  width: 100%;
  overflow: hidden;
  display: flex;
  transition: all 0.5s;
  transform: translateY(calc(100% + 16px));
}
.illo__mobile-slider.-active {
  transform: translateY(0%);
}
@media all and (min-width: 29.75em) {
  .illo__mobile-slider {
    display: none;
  }
}

.illo__mobile-list-window {
  flex: 0 1 45%;
  max-height: 58vw;
  overflow: hidden;
  position: relative;
}
.illo__mobile-list-window:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}

.illo__mobile-scroll-box {
  height: 100%;
  overflow-y: auto;
}

.illo__mobile-list {
  margin: 0;
  padding: 0 1rem;
  list-style-type: none;
}

.illo__mobile-list-item {
  padding: 0.5rem 0;
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  .illo__mobile-list-item {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
.illo__mobile-list-item.-active {
  opacity: 1;
  color: #0070CD;
  font-weight: bold;
  text-decoration: underline;
}

.illo__slider-list-item-cta,
.illo__mobile-cta-link {
  font-weight: bold;
  color: #0070CD;
  display: inline-block;
  position: relative;
  padding-right: 1rem;
  text-decoration: none;
}
.illo__slider-list-item-cta:after,
.illo__mobile-cta-link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #0070CD;
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
.illo__slider-list-item-cta:hover, .illo__slider-list-item-cta:focus,
.illo__mobile-cta-link:hover,
.illo__mobile-cta-link:focus {
  text-decoration: none;
}

.illo__mobile-content-item {
  padding-right: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.5s;
}
.illo__mobile-content-item.-active {
  opacity: 1;
  transform: translateX(0%);
}

.illo__mobile-cta {
  margin-bottom: 0;
}

.illo__mobile-content {
  flex: 0 1 55%;
  position: relative;
  overflow: hidden;
}

.illo__mobile-text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  .illo__mobile-text {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

.illo__slider {
  display: none;
}
@media all and (min-width: 29.75em) {
  .illo__slider {
    display: block;
    position: absolute;
    bottom: 16px;
    width: 100%;
    overflow: hidden;
    z-index: 11;
  }
}

.illo__slider-list {
  display: flex;
  list-style-type: none;
  align-items: stretch;
  justify-content: center;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(100%);
}
.illo__slider-list.slick-initialized {
  opacity: 1;
  transform: translateY(0%);
}
.illo__slider-list .slick-slide:focus {
  outline: none;
}
.illo__slider-list .slick-arrow {
  background-color: transparent;
  position: relative;
}
.illo__slider-list .slick-prev:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #101C4E transparent transparent;
  position: absolute;
  left: 50%;
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
}
.illo__slider-list .slick-prev:focus {
  outline: none;
}
.illo__slider-list .slick-next:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #101C4E;
  position: absolute;
  left: 50%;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
.illo__slider-list .slick-next:focus {
  outline: none;
}

.illo__slider-list-item:focus {
  outline: none;
}

.illo__slider-list-item-wrapper {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
}

.illo__slider-list-item-link {
  display: inline-block;
  position: relative;
  color: #101C4E;
  opacity: 0.5;
}
@media all and (min-width: 66em) {
  .illo__slider-list-item-link {
    font-weight: bold;
    font-size: 0.875rem;
    padding: 0 1rem;
  }
}
.slick-current .illo__slider-list-item-link {
  opacity: 1;
}
.slick-current .illo__slider-list-item-link:after {
  content: "";
  height: 1px;
  display: block;
  width: calc(100%);
  left: 0px;
  bottom: 0;
  background-color: #0070CD;
}

.illo__slider-list-item-desc {
  font-size: 0.875rem;
  overflow: hidden;
}
@media all and (min-width: 66em) {
  .illo__slider-list-item-desc {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
@media all and (min-width: 66em) {
  .illo__slider-list-item-desc {
    max-width: 350px;
    padding: 0 1rem;
  }
}
.illo__slider-list-item-desc-fade {
  display: block;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(100%);
}
.slick-current .illo__slider-list-item-desc-fade {
  opacity: 1;
  transform: translateY(0%);
}

.illo__slider-list-item-text {
  margin: 0;
  padding: 1rem 0;
  font-size: 0.8rem;
}
@media all and (min-width: 66em) {
  .illo__slider-list-item-text {
    font-size: 12px;
    font-size: calc(11px + (14 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

.in-page-nav {
  margin: 0;
  padding: 0;
}

.in-page-nav__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  padding: 0;
}
@media all and (min-width: 93em) {
  .in-page-nav__wrapper {
    max-width: 89%;
  }
}
@media all and (min-width: 66em) {
  .in-page-nav__wrapper {
    padding-bottom: 2rem;
  }
}

.in-page-nav__list {
  background-color: #FFD000;
  margin: 0 0;
  padding-left: 0;
  list-style-type: none;
}
@media all and (min-width: 66em) {
  .in-page-nav__list {
    display: flex;
    justify-content: space-between;
  }
}

.in-page-nav__list-item {
  border-top: 1px solid #fff;
}
@media all and (min-width: 66em) {
  .in-page-nav__list-item {
    border-left: 1px solid #fff;
    border-top: none;
    flex: 1 1 25%;
  }
}
.in-page-nav__list-item:first-child {
  border-left: none;
  border-top: none;
}

.in-page-nav__list-link {
  display: flex;
  padding: 1rem;
  color: #000;
  align-items: center;
  height: 100%;
}
.in-page-nav__list-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e6bb00;
}
.-alt-item .in-page-nav__list-link {
  background-color: #101C4E;
  color: #fff;
}

.in-page-nav__icon {
  display: block;
  margin-right: 1rem;
  max-width: 22px;
  height: 22px;
}

.three-quarter-img-w-text {
  margin: 0;
  padding: 0;
}
@media all and (min-width: 66em) {
  .three-quarter-img-w-text {
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }
}

.three-quarter-img-w-text__wrapper {
  padding: 0;
}
@media all and (min-width: 66em) {
  .three-quarter-img-w-text__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media all and (min-width: 66em) {
  .-reversed .three-quarter-img-w-text__wrapper {
    flex-direction: row-reverse;
  }
}

.three-quarter-img-w-text__content {
  padding: 2rem 1.5rem;
}
@media all and (min-width: 66em) {
  .three-quarter-img-w-text__content {
    flex: 0 1 40%;
    max-width: 40%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media all and (min-width: 73em) {
  .three-quarter-img-w-text__content {
    flex: 0 1 36%;
    max-width: 36%;
    padding: 1rem 3rem;
  }
}
@media all and (min-width: 93em) {
  .three-quarter-img-w-text__content {
    padding: 1rem 80px;
  }
}
.-yellow .three-quarter-img-w-text__content {
  background-color: #FFD000;
}
.-white .three-quarter-img-w-text__content {
  background-color: #fff;
}
.-gray .three-quarter-img-w-text__content {
  background-color: #F3F3F6;
}
.-blue .three-quarter-img-w-text__content {
  background-color: #101C4E;
}

.three-quarter-img-w-text__heading {
  color: #101C4E;
  margin-top: 0;
}
.-blue .three-quarter-img-w-text__heading {
  color: #fff;
}

.-blue .three-quarter-img-w-text__rte {
  color: #fff;
}
.-blue .three-quarter-img-w-text__rte * {
  color: #fff;
}

.three-quarter-img-w-text__alpha-list {
  list-style-type: upper-alpha;
  color: #0070CD;
  font-weight: bold;
  padding-left: 1rem;
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  .three-quarter-img-w-text__alpha-list {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

.three-quarter-img-w-text__alpha-list-item {
  margin: 1rem 0;
}

.three-quarter-img-w-text__alpha-list-heading {
  color: #101C4E;
  margin: 0;
}

.three-quarter-img-w-text__alpha-list-text {
  color: #101C4E;
  margin: 0;
  font-weight: normal;
}

.three-quarter-img-w-text__alpha-list-cta {
  margin: 0;
}

.three-quarter-img-w-text__media {
  position: relative;
}
@media all and (min-width: 66em) {
  .three-quarter-img-w-text__media {
    flex: 0 1 60%;
    max-width: 60%;
  }
}
@media all and (min-width: 73em) {
  .three-quarter-img-w-text__media {
    flex: 0 1 64%;
    max-width: 64%;
  }
}
.three-quarter-img-w-text__media #map {
  height: 100%;
  width: 100%;
  min-height: 300px;
}
@media all and (min-width: 66em) {
  .three-quarter-img-w-text__media #map {
    min-height: 500px;
  }
}

.three-quarter-img-w-text__img {
  display: block;
}

.three-quarter-img-w-text-img__media-img {
  display: block;
  width: 100%;
}

.-yellow .three-quarter-img-w-text__cta-link.cta-link {
  background-color: #fff;
  color: #0070CD;
}

.featured-quote {
  margin: 0;
  padding: 2rem 0;
}
.featured-quote.-yellow {
  background-color: #FFD000;
}
.featured-quote.-white {
  background-color: #fff;
}
.featured-quote.-gray {
  background-color: #F3F3F6;
}
.featured-quote.-blue {
  background-color: #101C4E;
}
.featured-quote .slick-next,
.featured-quote .slick-prev {
  background-color: transparent;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.featured-quote .slick-prev {
  left: 0;
}
.featured-quote .slick-prev:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #0070CD transparent transparent;
}
.featured-quote .slick-next {
  right: 0;
}
.featured-quote .slick-next:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #0070CD;
}
.featured-quote .slick-dots {
  margin: 0 0;
  padding-left: 0;
  list-style-type: none;
  text-align: center;
}
.featured-quote .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.featured-quote .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.featured-quote .slick-dots li button:hover, .featured-quote .slick-dots li button:focus {
  outline: none;
}
.featured-quote .slick-dots li button:hover:before, .featured-quote .slick-dots li button:focus:before {
  opacity: 1;
}
.featured-quote .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #0070CD;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
  color: #0070CD;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.featured-quote .slick-dots li.slick-active button:before {
  background-color: #0070CD;
  opacity: 1;
}

.featured-quote__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 66em;
  padding: 0;
}
@media all and (min-width: 93em) {
  .featured-quote__wrapper {
    max-width: 73%;
  }
}

@media all and (min-width: 66em) {
  .featured-quote__item {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row-reverse;
  }
}

.featured-quote__content {
  padding: 2rem;
  text-align: center;
}
@media all and (min-width: 66em) {
  .featured-quote__content {
    flex: 0 1 60%;
    max-width: 60%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media all and (min-width: 73em) {
  .featured-quote__content {
    padding: 1rem 3rem;
  }
}
@media all and (min-width: 93em) {
  .featured-quote__content {
    padding: 1rem 80px;
  }
}

.featured-quote__heading {
  color: #101C4E;
  font-family: "portada";
  font-weight: 700;
  font-style: italic;
  margin-top: 0;
}
.-blue .featured-quote__heading {
  color: #fff;
}

.featured-quote__author {
  color: #0070CD;
  font-family: "AvenirLTPro-Medium";
  font-size: 1.25rem;
  margin: 0;
}

.featured-quote__ref {
  color: #0070CD;
  font-family: "AvenirLTPro-Oblique";
  margin: 0;
}

.featured-quote__media {
  position: relative;
  text-align: center;
  padding: 1rem 3rem;
}
@media all and (min-width: 66em) {
  .featured-quote__media {
    flex: 0 1 40%;
    max-width: 40%;
  }
}
.featured-quote__img {
  display: inline-block;
}

.quad-column {
  margin: 0;
  padding: 2rem 0;
}
.quad-column.-gray {
  background-color: #F3F3F6;
}

.quad-column__intro {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  padding: 0 2rem;
}
@media all and (min-width: 93em) {
  .quad-column__intro {
    max-width: 89%;
  }
}
@media all and (min-width: 73em) {
  .quad-column__intro {
    padding: 0 3rem;
  }
}
@media all and (min-width: 93em) {
  .quad-column__intro {
    padding: 0 80px;
  }
}

.quad-column__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  padding: 0;
}
@media all and (min-width: 93em) {
  .quad-column__wrapper {
    max-width: 89%;
  }
}
@media all and (min-width: 66em) {
  .quad-column__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse;
  }
}

.quad-column__column {
  padding: 1rem 2rem;
}
@media all and (min-width: 66em) {
  .quad-column__column {
    flex: 0 1 25%;
    max-width: 25%;
    padding: 1rem;
  }
}
@media all and (min-width: 73em) {
  .quad-column__column {
    padding: 1rem 3rem;
  }
}
@media all and (min-width: 93em) {
  .quad-column__column {
    padding: 1rem 80px;
  }
}

.quad-column__heading {
  color: #0070CD;
  margin-top: 0;
  font-family: "AvenirLTPro-Medium";
  font-size: 1.25rem;
}

.profile-card {
  margin: 0;
  padding: 0 0 2rem 0;
}

.profile-card__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  padding: 0;
}
@media all and (min-width: 93em) {
  .profile-card__wrapper {
    max-width: 89%;
  }
}
@media all and (min-width: 39.8em) {
  .profile-card__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.profile-card__media {
  text-align: center;
  position: relative;
  padding: 1rem 0;
}
@media all and (min-width: 39.8em) {
  .profile-card__media {
    flex: 0 1 40%;
    max-width: 40%;
  }
}
@media all and (min-width: 66em) {
  .profile-card__media {
    flex: 0 1 30%;
    max-width: 384px;
  }
}
.profile-card__media.-med-group:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 55%;
  width: 100%;
  background-color: #F3F3F6;
}

.profile-card__intro {
  color: #0070CD;
  position: relative;
  z-index: 2;
  font-family: "portada";
  font-weight: 700;
  font-style: italic;
}

.profile-card-img__media-img {
  max-width: calc(100% - 32px);
  position: relative;
  z-index: 2;
  display: inline-block;
}
@media all and (min-width: 66em) {
  .profile-card-img__media-img {
    max-width: calc(100% - 64px);
  }
}

.profile-card__content {
  padding: 1rem 2rem;
}
@media all and (min-width: 39.8em) {
  .profile-card__content {
    flex: 0 1 60%;
    max-width: 800px;
  }
}
@media all and (min-width: 66em) {
  .profile-card__content {
    flex: 0 1 65%;
    padding: 1rem;
  }
}
@media all and (min-width: 73em) {
  .profile-card__content {
    padding: 1rem 3rem;
  }
}
@media all and (min-width: 93em) {
  .profile-card__content {
    padding: 1rem 80px;
  }
}

@media all and (min-width: 66em) {
  .profile-card__column-group {
    display: flex;
    justify-content: flex-start;
  }
}

@media all and (min-width: 66em) {
  .profile-card__detail-group {
    display: flex;
    justify-content: flex-start;
  }
}

.profile-card__list-group {
  padding: 0.5rem 0;
}
@media all and (min-width: 66em) {
  .profile-card__list-group {
    flex: 0 1 30%;
  }
}
.profile-card__list-group:first-child {
  padding-right: 1rem;
}
.profile-card__list-group:first-child .profile-card__list-item {
  font-style: italic;
}

.profile-card__heading {
  color: #0070CD;
  margin: 0;
}

.profile-card__subheading {
  margin-top: 0.5rem;
  font-family: "AvenirLTPro-Roman";
}

.profile-card__list-heading {
  margin-bottom: 0.5rem;
}

.profile-card__list {
  margin: 0 0;
  padding-left: 0;
  list-style-type: none;
  font-family: "AvenirLTPro-Light";
}

.profile-card__flag {
  position: relative;
  font-size: 0.8rem;
  padding-left: 20px;
}
@media all and (min-width: 66em) {
  .profile-card__flag {
    font-size: 12px;
    font-size: calc(11px + (14 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
.profile-card__flag:before {
  content: "";
  width: 13px;
  height: 17px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: center center no-repeat url("../imgs/svgs/patient-flag.svg");
}

.profile-card__desc {
  margin-bottom: 1.5rem;
}

.profile-card__cta {
  margin-top: 1.5rem;
}
@media all and (min-width: 66em) {
  .profile-card__cta {
    margin-top: 1rem;
  }
}

.profile-card__cta-link.cta-link {
  display: block;
  text-align: center;
}
@media all and (min-width: 39.8em) {
  .profile-card__cta-link.cta-link {
    display: inline-block;
    text-align: left;
  }
}

.full-video {
  position: relative;
  padding: 0;
  margin-bottom: 3rem;
}
.video-slider .full-video {
  max-width: 100%;
  margin-bottom: 0;
}

.full-video__container {
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}
.full-video__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-video__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-video__meta {
  padding: 1rem;
  margin-bottom: 2rem;
}
@media all and (min-width: 66em) {
  .full-video__meta {
    max-width: 300px;
    margin-bottom: 0;
    position: absolute;
    z-index: 2;
    top: 3%;
    left: 4%;
  }
}
@media all and (min-width: 66em) {
  .-hero .full-video__meta {
    max-width: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
}

.full-video__subheading {
  color: #0070CD;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media all and (min-width: 66em) {
  .-hero .full-video__subheading {
    color: #fff;
  }
}

.full-video__heading {
  font-family: "portada";
  font-weight: bold;
  font-style: italic;
  margin-top: 0.5rem;
}
@media all and (min-width: 66em) {
  .-hero .full-video__heading {
    color: #fff;
  }
}

@media all and (min-width: 66em) {
  .full-video__title {
    color: #fff;
  }
}
.slick-vertical .full-video__title {
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  .slick-vertical .full-video__title {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

.full-video__cta .cta-link {
  display: block;
  text-align: center;
}
@media all and (min-width: 29.75em) {
  .full-video__cta .cta-link {
    display: inline-block;
  }
}

.full-video__action {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 5%;
  right: 3%;
  color: #fff;
  padding: 30px 50px;
  cursor: pointer;
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
@media all and (min-width: 66em) {
  .full-video__action {
    width: 125px;
    height: 125px;
    border-radius: 70px;
  }
}

.full-video__action-symbol {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 32px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: calc(50% + 4px);
  top: 50%;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 66em) {
  .full-video__action-symbol {
    border-width: 24px 0 24px 48px;
    left: calc(50% + 6px);
  }
}

.video-slider__thumb-group {
  padding: 0 2rem;
}
@media all and (min-width: 66em) {
  .video-slider__thumb-group {
    margin-top: -5%;
  }
}
.video-slider__thumb-group.slick-vertical {
  padding: 0;
}
.video-slider__thumb-group .slick-next,
.video-slider__thumb-group .slick-prev {
  background-color: transparent;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.video-slider__thumb-group .slick-prev {
  left: 0;
}
.video-slider__thumb-group .slick-prev:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #0070CD transparent transparent;
}
.video-slider__thumb-group .slick-next {
  right: 0;
}
.video-slider__thumb-group .slick-next:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #0070CD;
}
.video-slider__thumb-group.slick-vertical .slick-next,
.video-slider__thumb-group.slick-vertical .slick-prev {
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
}
.video-slider__thumb-group.slick-vertical .slick-prev {
  top: -44px;
}
.video-slider__thumb-group.slick-vertical .slick-prev:before {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #0070CD transparent;
}
.video-slider__thumb-group.slick-vertical .slick-next {
  top: auto;
  bottom: -44px;
}
.video-slider__thumb-group.slick-vertical .slick-next:before {
  border-width: 10px 10px 0 10px;
  border-color: #0070CD transparent transparent transparent;
}

.video-slider {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  padding: 0;
  margin-bottom: 3rem;
}
@media all and (min-width: 93em) {
  .video-slider {
    max-width: 89%;
  }
}
@media all and (min-width: 66em) {
  .video-slider {
    margin-bottom: 0;
  }
}

.video-slider__thumb {
  padding: 1rem;
  cursor: pointer;
}
@media all and (min-width: 66em) {
  .video-slider__thumb {
    max-width: 300px;
  }
}
.slick-vertical .video-slider__thumb {
  padding: 0 1rem;
}

.slick-vertical .video-slider__thumb-item {
  display: flex;
  align-items: center;
}

.slick-vertical .video-slider__thumb-title {
  margin: 0;
  font-size: 0.875rem;
}
@media all and (min-width: 66em) {
  .slick-vertical .video-slider__thumb-title {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

.video-slider__thumb-media {
  position: relative;
}
.slick-vertical .video-slider__thumb-media {
  max-width: 40%;
}
.video-slider__thumb-media:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.slick-current .video-slider__thumb-media:after {
  background-color: transparent;
}

.slick-vertical .video-slider__thumb-content {
  margin-left: 1rem;
}

.centered-text {
  text-align: center;
}
@media all and (min-width: 66em) {
  .centered-text {
    padding: 2rem 0 2rem 0;
    margin-bottom: 1rem;
  }
}

.centered-text__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 39.8em;
  padding: 0 1.5rem;
}
@media all and (min-width: 93em) {
  .centered-text__wrapper {
    max-width: 45.5%;
  }
}
@media all and (min-width: 66em) {
  .centered-text__wrapper {
    padding: 1rem 1.5rem;
  }
}

.proof-point {
  margin: 0;
  padding: 6rem 0 6rem 0;
}
.proof-point.-blue {
  background-color: #101C4E;
}
.proof-point.-gray {
  background-color: #F3F3F6;
}

.proof-point__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  padding: 1rem;
}
@media all and (min-width: 93em) {
  .proof-point__wrapper {
    max-width: 89%;
  }
}
@media all and (min-width: 46.8em) {
  .proof-point__wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

.proof-point__item {
  padding: 0 1rem;
}
@media all and (min-width: 46.8em) {
  .proof-point__item {
    flex: 0 1 32%;
    max-width: 32%;
  }
}
@media all and (min-width: 66em) {
  .proof-point__item {
    display: flex;
    justify-content: center;
    margin: 0;
  }
}
.proof-point__item + .proof-point__item {
  margin-top: 3rem;
}
@media all and (min-width: 46.8em) {
  .proof-point__item + .proof-point__item {
    margin: 0;
  }
}

.proof-point__num {
  font-size: 4rem;
  font-family: "portada";
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}
.-blue .proof-point__num {
  color: #FFD000;
}

@media all and (min-width: 66em) {
  .proof-point__content {
    padding: 0 2rem;
  }
}

.proof-point__title {
  font-family: "AvenirLTPro-Light";
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.-blue .proof-point__title {
  color: #FFD000;
}

.proof-point__desc {
  font-family: "AvenirLTPro-Light";
}
.-blue .proof-point__desc {
  color: #fff;
}

.bg-img {
  background-color: #F3F3F6;
  padding: 1rem 0;
}
@media all and (min-width: 46.8em) {
  .bg-img {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
  }
}

.bg-img__media {
  text-align: center;
  position: relative;
  padding: 1rem 0;
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
@media all and (min-width: 39.8em) {
  .bg-img__media {
    min-height: 400px;
  }
}
@media all and (min-width: 46.8em) {
  .bg-img__media {
    flex: 0 1 50%;
    max-width: 50%;
    min-height: 500px;
  }
}
@media all and (min-width: 87em) {
  .bg-img__media {
    min-height: 600px;
  }
}

.bg-img__content {
  padding: 1rem;
}
@media all and (min-width: 46.8em) {
  .bg-img__content {
    flex: 0 1 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
}

@media all and (min-width: 66em) {
  .bg-img__content-wrapper {
    max-width: 80%;
  }
}
@media all and (min-width: 87em) {
  .bg-img__content-wrapper {
    max-width: 60%;
  }
}

.bg-img__heading {
  font-family: "portada";
  font-weight: bold;
  font-style: italic;
}

.calendar-list {
  margin: 0;
  padding: 6rem 0 6rem 0;
}

.calendar-list__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  padding: 1rem;
}
@media all and (min-width: 93em) {
  .calendar-list__wrapper {
    max-width: 89%;
  }
}
@media all and (min-width: 39.8em) {
  .calendar-list__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
}

.calendar-list__item {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  padding: 0 1rem;
}
@media all and (min-width: 39.8em) {
  .calendar-list__item {
    flex: 0 1 33%;
    max-width: 33%;
  }
}
.calendar-list__item.-cta {
  justify-content: center;
  align-self: center;
}

.calendar-list__item-icon {
  width: 42px;
  min-width: 42px;
  height: 42px;
  background: center center no-repeat url("../imgs/nav-icons/icon-cal--gold.svg");
}

.calendar-list__item-content {
  padding-left: 1rem;
  flex: 0 1 100%;
}

.calendar-list__date-heading {
  margin: 14px 0 0.5rem;
}

.calendar-list__title {
  font-family: "AvenirLTPro-Medium";
  color: #0070CD;
  margin: 0.5rem 0;
}

.calendar-list__desc {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
@media all and (min-width: 66em) {
  .calendar-list__desc {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

.email-signup {
  margin: 0;
  padding: 6rem 0 6rem 0;
  background-color: #101C4E;
}

.email-signup__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 50em;
  padding: 1rem;
}
@media all and (min-width: 93em) {
  .email-signup__wrapper {
    max-width: 55.5%;
  }
}
.email-signup__heading {
  color: #fff;
  margin-top: 0;
}

.email-signup__form {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.email-signup__form span {
  position: absolute;
  top: 100%;
  background-color: #FFD000;
  color: #fff !important;
  font-size: 0.8rem;
  padding: 0.5rem;
  left: 30px;
}
@media all and (min-width: 66em) {
  .email-signup__form span {
    font-size: 12px;
    font-size: calc(11px + (14 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

.email-signup__btn {
  margin-left: 1rem;
  min-width: 120px;
}

.awards {
  margin: 0;
  padding: 6rem 0 6rem 0;
  background-color: #F3F3F6;
}

.awards__group {
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.awards__group .slick-next,
.awards__group .slick-prev {
  background-color: transparent;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.awards__group .slick-next.slick-disabled,
.awards__group .slick-prev.slick-disabled {
  opacity: 0;
}
.awards__group .slick-prev {
  left: 0;
}
.awards__group .slick-prev:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #0070CD transparent transparent;
}
.awards__group .slick-next {
  right: 0;
}
.awards__group .slick-next:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #0070CD;
}

.awards__item {
  max-width: 240px;
  min-width: 220px;
  padding: 0 3rem;
  transform: translateY(25%);
  transition: transform 0.5s;
}
.awards__item.-active {
  transform: translateY(0);
}
.awards__item:hover {
  transform: translateY(0);
}

.awards__item-content {
  overflow: hidden;
  padding: 1rem 0;
  height: auto;
}
.awards__item-content-text {
  margin: 0;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.5s;
  font-size: 0.8rem;
}
@media all and (min-width: 66em) {
  .awards__item-content-text {
    font-size: 12px;
    font-size: calc(11px + (14 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
.-active .awards__item-content-text {
  opacity: 1;
  transform: translateY(0);
}
.awards__item:hover .awards__item-content-text {
  opacity: 1;
  transform: translateY(0);
}

.awards__item-media {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: all 0.5s;
}
.large-card-group {
  margin: 1rem 0;
  padding: 2rem 0;
}

.large-card-group__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  padding: 1rem;
}
@media all and (min-width: 93em) {
  .large-card-group__wrapper {
    max-width: 89%;
  }
}
@media all and (min-width: 39.8em) {
  .large-card-group__wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }
}

.large-card {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
  text-align: center;
}
@media all and (min-width: 39.8em) {
  .large-card {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 66em) {
  .large-card {
    flex: 0 1 33%;
    max-width: 33%;
    margin: 0;
  }
}
.large-card.-cta {
  justify-content: center;
  align-items: center;
}

.large-card__link {
  padding: 1rem 2rem;
  border: 1px solid transparent;
  transition: all 0.5s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.large-card__link:hover {
  border-color: #FFD000;
}
@media all and (min-width: 87em) {
  .large-card__link {
    padding: 4rem 3rem;
  }
}

.large-card__intro-wrapper {
  text-align: center;
  padding: 1rem;
  margin: 0 auto;
  max-width: 39.8em;
  padding: 0 1.5rem;
}
@media all and (min-width: 93em) {
  .large-card__intro-wrapper {
    max-width: 45.5%;
  }
}
@media all and (min-width: 66em) {
  .large-card__intro-wrapper {
    padding: 1rem 1.5rem;
  }
}

.large-card__media {
  margin-bottom: 2rem;
}

.-circle .large-card__img {
  border-radius: 120px;
}

.-cta .large-card__content {
  padding: 1rem 2rem;
}
@media all and (min-width: 87em) {
  .-cta .large-card__content {
    padding: 4rem 3rem;
  }
}

.large-card__heading {
  color: #0070CD;
  font-family: "AvenirLTPro-Medium";
  font-style: initial;
  font-weight: normal;
  margin: 0 0 1.5rem;
}

.large-card__desc {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  color: #101C4E;
}
@media all and (min-width: 66em) {
  .large-card__desc {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}
.large-card__desc p {
  color: #101C4E;
}

.paragraph-intro {
  text-align: center;
  padding: 2rem 0 2rem 0;
  margin-bottom: 1rem;
}

.paragraph-intro__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 39.8em;
  padding: 0 1.5rem;
}
@media all and (min-width: 93em) {
  .paragraph-intro__wrapper {
    max-width: 45.5%;
  }
}
@media all and (min-width: 66em) {
  .paragraph-intro__wrapper {
    padding: 1rem 1.5rem;
  }
}

.paragraph-intro__subheading {
  color: #0070CD;
  font-family: "portada";
  font-weight: 700;
  font-style: italic;
  font-size: 1rem;
}

.search-header__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
}
@media all and (min-width: 93em) {
  .search-header__wrapper {
    max-width: 89%;
  }
}
@media all and (min-width: 29.75em) {
  .search-header__form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 66em) {
  .search-header__form {
    max-width: 50%;
  }
}
.search-header__form .predictiveSearchHolder {
  flex: 0 1 100%;
}
.search-header__form .find-provider-screen__results {
  padding: 0 8px;
  position: realtive;
  flex: 0 1 100%;
}
.search-header__form .find-provider-screen__results .nonSelectable {
  color: #101C4E;
}
.search-header__form .find-provider-screen__results a {
  display: block;
  padding: 0.5rem 0;
  color: #101C4E;
}
.search-header__field {
  flex: 0 1 55%;
  margin-bottom: 1rem;
}
.search-header .search-screen__btn {
  margin-left: 5px;
  flex: 0 1 20%;
}

.search-body__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 80em;
  padding: 0;
}
@media all and (min-width: 93em) {
  .search-body__wrapper {
    max-width: 89%;
  }
}
@media all and (min-width: 66em) {
  .search-body__wrapper {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.search-body__lcol {
  flex: 0 1 30%;
  margin-bottom: 2rem;
}
.search-body__rcol {
  flex: 0 1 65%;
}

.search-filters {
  background-color: #F3F3F6;
}
.search-filters__list, .search-filters__subnav-list {
  margin: 0 0;
  padding-left: 0;
  list-style-type: none;
}
.search-filters__headline {
  display: none;
}
@media all and (min-width: 66em) {
  .search-filters__headline {
    display: block;
    padding: 1rem;
    margin: 0;
  }
}
.search-filters__toggle {
  display: block;
  background-color: #F3F3F6;
  border: none;
  color: #101C4E;
  outline: none;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 1rem;
  cursor: pointer;
}
.search-filters__toggle:focus {
  outline: none;
}
@media all and (min-width: 66em) {
  .search-filters__toggle {
    display: none;
  }
}
.search-filters__toggle-indicator {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}
.-active .search-filters__toggle-indicator:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.search-filters__toggle-indicator-top, .search-filters__toggle-indicator-btm {
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  background-color: #0070CD;
}
.search-filters__toggle-indicator-top:before, .search-filters__toggle-indicator-btm:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #0070CD;
  position: absolute;
  top: -3px;
  transition: all 0.5s;
}
.-active .search-filters__toggle-indicator-top:before, .-active .search-filters__toggle-indicator-btm:before {
  width: 0;
  height: 0;
  background-color: transparent;
  border: 2px solid transparent;
}
.search-filters__toggle-indicator-top {
  top: 21px;
}
.search-filters__toggle-indicator-top:before {
  right: 0;
}
.-active .search-filters__toggle-indicator-top {
  top: 24px;
  transform: translateX(-50%) rotate(45deg);
}
.search-filters__toggle-indicator-btm {
  top: 29px;
}
.-active .search-filters__toggle-indicator-btm {
  top: 24px;
  transform: translateX(-50%) rotate(-45deg);
}
.search-filters__wrapper {
  overflow: hidden;
  height: 0;
}
.search-filters__wrapper.-visible {
  height: auto;
}
@media all and (min-width: 66em) {
  .search-filters__wrapper {
    height: auto;
  }
}
.search-filters__control-group {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  position: relative;
}
.search-filters__item-trigger {
  cursor: pointer;
  position: relative;
  width: 50px;
  border: none;
  background-color: transparent;
  color: #0070CD;
  margin-right: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.search-filters__item-trigger:focus {
  outline: none;
}
.search-filters__item-trigger:before, .search-filters__item-trigger:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.5s;
  width: 20px;
  height: 2px;
  background-color: #0070CD;
}
.search-filters__item-trigger:before {
  transform: translate(-50%, -50%);
}
.search-filters__item-trigger:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.search-filters__item-trigger.-active:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.search-filters__dropdown {
  height: 0;
  overflow: hidden;
}
.search-filters__dropdown.-visible {
  height: auto;
}
.search-filters__subnav-list {
  padding: 1px 1rem;
}
.search-filters__list-item {
  border-top: 1px solid #fff;
}
.search-filters__filter-item {
  margin: 1rem 0;
  display: flex;
}
.search-filters__filter-item:first-child {
  margin-top: 0;
}
.search-filters__filter-item label {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 0;
}
.search-filters__filter-item input[type=checkbox] {
  margin-top: 3px;
}

.search-results__list {
  margin: 0 0;
  padding-left: 0;
  list-style-type: none;
}

.sr-profile {
  margin: 0 0 2rem 0;
  padding: 1rem;
}
.sr-profile.-bmgp {
  background-color: #F3F3F6;
}

.sr-profile__intro {
  color: #0070CD;
  position: relative;
  z-index: 2;
  font-family: "portada";
  font-weight: 700;
  font-style: italic;
  padding: 1rem;
  margin: 0;
  text-align: center;
}
@media all and (min-width: 66em) {
  .sr-profile__intro {
    text-align: left;
  }
}

.sr-profile__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 0 1rem 1rem;
  flex-wrap: wrap;
}

.sr-profile__media {
  text-align: center;
  position: relative;
  padding: 0;
  flex: 0 1 30%;
  max-width: 30%;
  border-radius: 50%;
  overflow: hidden;
}
.sr-profile-img__media-img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.sr-profile__content {
  padding: 0 1rem 0 0;
  flex: 0 1 66%;
  max-width: 66%;
}
@media all and (min-width: 39.8em) {
  .sr-profile__column-group {
    display: flex;
  }
}

@media all and (min-width: 39.8em) {
  .sr-profile__list-group {
    flex: 0 1 30%;
    max-width: 30%;
    padding-right: 2rem;
  }
}
.sr-profile__list-group:first-child .sr-profile__list {
  font-style: italic;
}
@media all and (min-width: 39.8em) {
  .sr-profile__list-group:last-child {
    padding-right: 0;
  }
}

.sr-profile__heading {
  color: #0070CD;
  margin: 0;
}

.sr-profile__subheading {
  margin-top: 0.5rem;
  font-family: "AvenirLTPro-Roman";
}

.sr-profile__list-heading {
  margin-bottom: 0.5rem;
}

.sr-profile__list {
  margin: 0 0;
  padding-left: 0;
  list-style-type: none;
  font-family: "AvenirLTPro-Light";
}

.sr-profile__cta-link.cta-link {
  display: block;
  text-align: center;
}
@media all and (min-width: 39.8em) {
  .sr-profile__cta-link.cta-link {
    display: inline-block;
    text-align: left;
  }
}

.sr-item {
  margin: 0 0 2rem 0;
  padding: 1rem;
}
.sr-item.-bmgp {
  background-color: #F3F3F6;
}

.-has-img .sr-item__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 0 1rem 1rem;
  flex-wrap: wrap;
}

.sr-item__media {
  text-align: center;
  position: relative;
  padding: 0;
  flex: 0 1 30%;
  max-width: 30%;
  overflow: hidden;
}

.sr-item-img__media-img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  display: inline-block;
}

.sr-item__content {
  padding: 0 1rem;
}
.-has-img .sr-item__content {
  padding: 0;
  flex: 0 1 67%;
}

@media all and (min-width: 39.8em) {
  .sr-item__column-group {
    display: flex;
  }
}

@media all and (min-width: 39.8em) {
  .sr-item__list-group {
    flex: 0 1 30%;
    max-width: 30%;
  }
}

.sr-item__heading {
  color: #0070CD;
  margin: 0;
}

.sr-item__subheading {
  margin-top: 0.5rem;
  font-family: "AvenirLTPro-Roman";
}

.sr-item__list-heading {
  margin-bottom: 0.5rem;
}

.sr-item__list {
  margin: 0 0;
  padding-left: 0;
  list-style-type: none;
  font-family: "AvenirLTPro-Light";
}

.sr-item__cta-link.cta-link {
  display: block;
  text-align: center;
}
@media all and (min-width: 39.8em) {
  .sr-item__cta-link.cta-link {
    display: inline-block;
    text-align: left;
  }
}
/*# sourceMappingURL=main.css.map*/