.predefined-widget--header {
  position: relative;
  overflow: hidden;
}
.predefined-widget--header .links-wrapper {
  padding: 1em 0;
}
.predefined-widget--header .links {
  margin: 0 auto;
  padding: 0;
}
.predefined-widget--header .links li {
  display: inline-block;
  line-height: 2em;
}
.predefined-widget--header .links .link {
  font-weight: normal;
  text-transform: uppercase;
}
.predefined-widget--header .two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.predefined-widget--header .two-column .column-right {
  min-width: 31rem;
  background-position: center;
  background-size: cover;
  margin-right: -6rem;
}
.predefined-widget--header .two-column .column-left {
  background: linear-gradient(277.4deg, rgba(255, 255, 255, 0) 0%, #eeeef0 100%);
  margin-left: -6rem;
  padding: 5rem 6rem 4rem;
}
.predefined-widget--header .two-column .column-left .title {
  font-size: 3rem;
  line-height: 3.75rem;
  font-weight: 300;
  color: #132856;
  margin-top: 0;
  margin-bottom: 2.25rem;
}
.predefined-widget--header .two-column .column-left .subtitle {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: bold;
  color: #188fbb;
  margin: 2rem 0;
}
.predefined-widget--header .two-column .column-left .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.predefined-widget--header .two-column .column-left .links li {
  margin-right: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0 1 auto;
}
.predefined-widget--header .two-column .column-left .links .link {
  font-weight: bold;
  text-transform: none;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #188fbb;
  white-space: nowrap;
}
.predefined-widget--header .two-column .column-left .links .link svg {
  vertical-align: baseline;
  margin-right: .5rem;
}
.predefined-widget--header .two-column .column-left .links .link svg path {
  -webkit-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
}
.predefined-widget--header .two-column .column-left .links .link:focus,
.predefined-widget--header .two-column .column-left .links .link:hover,
.predefined-widget--header .two-column .column-left .links .link.active,
.predefined-widget--header .two-column .column-left .links .link:active {
  color: #f6a70a;
}
.predefined-widget--header .two-column .column-left .links .link:focus svg path,
.predefined-widget--header .two-column .column-left .links .link:hover svg path,
.predefined-widget--header .two-column .column-left .links .link.active svg path,
.predefined-widget--header .two-column .column-left .links .link:active svg path {
  stroke: #f6a70a;
}
.predefined-widget--header .no-background-image {
  color: #188fbb;
}
.predefined-widget--header .no-background-image .links-wrapper {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  background-color: #FAFAFA;
  padding: 1em 0;
}
.predefined-widget--header .no-background-image .link {
  color: #188fbb;
}
.predefined-widget--header .no-background-image .link.active,
.predefined-widget--header .no-background-image .link:active {
  color: #f6a70a;
}
.predefined-widget--header .no-background-image .link:focus,
.predefined-widget--header .no-background-image .link:hover {
  color: #de9708;
}
.predefined-widget--header .no-background-image .link .icon {
  margin-right: 0.5em;
  fill: #2b8636;
}
.predefined-widget--header .no-background-image .link:hover .icon {
  fill: #f6a70a;
}
.predefined-widget--header .with-background-image,
.predefined-widget--header .with-background-video {
  color: #ffffff;
}
.predefined-widget--header .with-background-image .title,
.predefined-widget--header .with-background-video .title {
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 0;
}
.predefined-widget--header .with-background-image .subtitle,
.predefined-widget--header .with-background-video .subtitle {
  color: #1bc2ee;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
}
.predefined-widget--header .with-background-image .links-wrapper,
.predefined-widget--header .with-background-video .links-wrapper {
  border-top: 1px solid rgba(221, 221, 221, 0.6);
  margin: 1em 0;
}
.predefined-widget--header .with-background-image .link,
.predefined-widget--header .with-background-video .link {
  color: #ffffff;
}
.predefined-widget--header .with-background-image .link.active,
.predefined-widget--header .with-background-video .link.active,
.predefined-widget--header .with-background-image .link:active,
.predefined-widget--header .with-background-video .link:active {
  color: #f6a70a;
}
.predefined-widget--header .with-background-image .link:focus,
.predefined-widget--header .with-background-video .link:focus,
.predefined-widget--header .with-background-image .link:hover,
.predefined-widget--header .with-background-video .link:hover {
  color: #de9708;
}
.predefined-widget--header .with-background-image .link .icon,
.predefined-widget--header .with-background-video .link .icon {
  margin-right: 0.5em;
  fill: #1bc2ee;
}
.predefined-widget--header .with-background-image .link:hover .icon,
.predefined-widget--header .with-background-video .link:hover .icon {
  fill: #f6a70a;
}
.predefined-widget--header .with-background-video {
  background-size: cover;
  background-position: center center;
  background-color: #132856;
  color: #ffffff;
  text-shadow: 0 0 0.25em rgba(19, 40, 86, 0.9);
}
.predefined-widget--header .with-background-video a {
  color: #ffffff;
}
.predefined-widget--header .with-background-video a.active,
.predefined-widget--header .with-background-video a:active {
  color: #f6a70a;
}
.predefined-widget--header .with-background-video a:focus,
.predefined-widget--header .with-background-video a:hover {
  color: #de9708;
}
.predefined-widget--header .with-background-video.with-overlay {
  position: relative;
  z-index: 0;
}
.predefined-widget--header .with-background-video.with-overlay::before {
  -webkit-transition: background-color 400ms ease-in;
  -o-transition: background-color 400ms ease-in;
  content: ' ';
  background-color: rgba(19, 40, 86, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.predefined-widget--header .with-background-video .video-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.predefined-widget--header .with-background-video .video-wrapper video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.predefined-widget--header .with-background-video .overlay-wrapper {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.predefined-widget--header .with-background-video.height-overlay .overlay-wrapper {
  position: relative;
  -webkit-transform: none;
  transform: none;
  top: auto;
  left: auto;
}
.predefined-widget--header .with-background-video.height-overlay .video-wrapper {
  position: absolute;
}
.predefined-widget--header .with-background-video.height-overlay .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.predefined-widget--header .with-background-video.height-overlay.overlay-padding-2 .overlay-wrapper {
  padding: 2em 0;
}
.predefined-widget--header .with-background-video.height-overlay.overlay-padding-4 .overlay-wrapper {
  padding: 4em 0;
}
.predefined-widget--header .with-background-video.height-overlay.overlay-padding-6 .overlay-wrapper {
  padding: 6em 0;
}
.predefined-widget--header .with-background-video.height-overlay.overlay-padding-8 .overlay-wrapper {
  padding: 8em 0;
}
.predefined-widget--header .with-background-video.height-overlay.overlay-padding-10 .overlay-wrapper {
  padding: 10em 0;
}
.predefined-widget--header .with-background-video .media-controllers {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 100;
}
.predefined-widget--header .with-background-video .media-controllers .controller {
  margin: 0.5em;
  text-align: center;
  display: none;
}
.predefined-widget--header .with-background-video .media-controllers .controller svg {
  display: inline-block;
  cursor: pointer;
  fill: #ffffff;
}
.predefined-widget--header .with-background-video .media-controllers .controller.icon--media-play {
  display: block;
}
.predefined-widget--header .with-background-video .media-controllers .controller.icon--media-unmute {
  display: block;
}
.predefined-widget--header .with-background-video .media-controllers.playing .icon--media-play {
  display: none;
}
.predefined-widget--header .with-background-video .media-controllers.playing .icon--media-pause {
  display: block;
}
.predefined-widget--header .with-background-video .media-controllers.muted .icon--media-mute {
  display: block;
}
.predefined-widget--header .with-background-video .media-controllers.muted .icon--media-unmute {
  display: none;
}
/**
 * @file
 * This file exposes responsive design mixins.
 *
 *@TODO: Allow nesting media queries in other blocks. For 'inline' object responsive behavior.
 */
/**
 * Initialize placeholder mixins.
 */
/**
 * Render/print the mixins for the current file. The current file is the file in
 * which these responsive behavior mixins are included.
 */
@media (max-width: 51em) {
  .predefined-widget--header .two-column {
    margin: 0;
    display: block;
  }
  .predefined-widget--header .two-column .column-right {
    display: none;
  }
  .predefined-widget--header .two-column .column-left {
    margin-left: 0;
    padding: 2.25rem 1.5rem 1.25rem !important;
  }
  .predefined-widget--header .two-column .column-left .links li {
    min-width: 100%;
  }
}
@media (max-width: 76em) {
  .predefined-widget--header .two-column {
    width: 100%;
    padding: 0;
  }
  .predefined-widget--header .two-column .column-right {
    min-width: 40%;
    background-position: center;
    background-size: cover;
    margin-right: 0;
  }
  .predefined-widget--header .two-column .column-left {
    margin-left: 0;
    padding: 2.5rem 3rem 2rem;
  }
  .predefined-widget--header .two-column .column-left .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .predefined-widget--header .two-column .column-left .subtitle {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin: 1rem 0;
  }
  .predefined-widget--header .two-column .column-left .links .link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .predefined-widget--header .two-column .column-left .links .link svg {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
  }
  .predefined-widget--header .links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .predefined-widget--header .links li {
    -ms-flex: 50%;
    -webkit-box-flex: 50%;
    flex: 50%;
    min-width: 19em;
    line-height: 3em;
  }
}
@media (min-width: 76em) {
  .predefined-widget--header .with-background-image .title {
    font-size: 2.5em;
  }
  .predefined-widget--header .with-background-image .overlay-wrapper {
    padding-bottom: 10%;
    padding-top: 10%;
  }
  .predefined-widget--header .links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .predefined-widget--header .links li {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}
/**
 * @file
 * Misc helpers and shortcuts
 */
/*
 * Border radius.
 *
 * @see: http://border-radius.com
 * @see: http://caniuse.com/#feat=border-radius
 * @see: http://www.w3.org/TR/css3-background/#corners
 */
/*
 * Box sizing.
 *
 * @see: http://caniuse.com/#feat=css3-boxsizing
 * @see: http://www.w3.org/TR/css3-ui/#box-sizing
 */
/*
 * User select.
 * @see: http://caniuse.com/#feat=user-select-none
 * @see: https://drafts.csswg.org/css-ui-4/#content-selection
 * @see: https://developer.mozilla.org/en-US/docs/Web/CSS/user-select
 *
 * NOTE: This feature is non-standard!
 */
/*
 * CSS Transitions.
 *
 * @see: http://caniuse.com/#feat=css-transitions
 * @see: https://drafts.csswg.org/css-transitions-1
 * @see: https://drafts.csswg.org/css-transitions-1/#animatable-css
 */
/*
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of 'table' rather than 'block' is only necessary if using
 *    ':before' to contain the top-margins of child elements.
 *
 * @see: http://www.paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither
 * @see: http://nicolasgallagher.com/micro-clearfix-hack
 * @see: http://www.satzansatz.de/cssd/onhavinglayout.html
 * @see: http://quirksmode.org/css/css2/display.html
 */
/*
 * Generates text-removing properties for use in image replacement. Does not
 * specify the background image (or it's positioning) itself - this needs to be
 * specified manually (or use one of the sprite mixins, if appropriate):
 *
 * 1. Opera requires some special treatment (!important) in order for the color to be overridden.
 * 2. Webkit seems not to respect width:0 on submit buttons, but font:0 does the trick.
 *
 * @TODO: Needs work!!!
 *
 * @see: http://css-tricks.com/examples/ImageReplacement
 * @see: http://www.ampsoft.net/webdesign-l/image-button.html
 * @see: https://github.com/h5bp/html5-boilerplate/issues/1108
 * @see: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
 */
/*
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 *
 * @see: DRUPAL .element-invisible {}
 */
/*
 * Apply single color to anchor tags.
 */
