@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700");
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers (opinionated).
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Add the correct display in IE 9-.
   */
  
  article,
  aside,
  footer,
  header,
  nav,
  section {
    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
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
  
  figcaption,
  figure,
  main { /* 1 */
    display: block;
  }
  
  /**
   * Add the correct margin in IE 8.
   */
  
  figure {
    margin: 1em 40px;
  }
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 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
     ========================================================================== */
  
  /**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
  
  a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
  
  b,
  strong {
    font-weight: inherit;
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font style in Android 4.3-.
   */
  
  dfn {
    font-style: italic;
  }
  
  /**
   * Add the correct background and color in IE 9-.
   */
  
  mark {
    background-color: #ff0;
    color: #000;
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  audio,
  video {
    display: inline-block;
  }
  
  /**
   * Add the correct display in iOS 4-7.
   */
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  /**
   * Remove the border on images inside links in IE 10-.
   */
  
  img {
    border-style: none;
  }
  
  /**
   * Hide the overflow in IE.
   */
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: sans-serif; /* 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;
  }
  
  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  html [type="button"], /* 1 */
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button; /* 2 */
  }
  
  /**
   * 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 */
  }
  
  /**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
  }
  
  /**
   * Remove the default vertical scrollbar in IE.
   */
  
  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 and cancel buttons in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-cancel-button,
  [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 IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
  
  details, /* 1 */
  menu {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Scripting
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  canvas {
    display: inline-block;
  }
  
  /**
   * Add the correct display in IE.
   */
  
  template {
    display: none;
  }
  
  /* Hidden
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10-.
   */
  
  [hidden] {
    display: none;
  }

  /*!
   * animate.css -http://daneden.me/animate
   * Version - 3.7.0
   * Licensed under the MIT license - http://opensource.org/licenses/MIT
   *
   * Copyright (c) 2018 Daniel Eden
   */
  
  @-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}
.black {
  color: #000;
}

.white {
  color: #fff;
}

.grey {
  color: #3b3d3f;
}

.yellow {
  color: yellow;
}

.blue {
  color: #41aedf;
}

.ltblue {
  color: #e4f2f7;
}

/* USAGE
@include breakpoint(xlg) { // XLARGE =================================

}//xlarge

@include breakpoint(lg) { // LARGE =================================

}//large

@include breakpoint(med) { // MEDIUM =================================

}//medium

@include breakpoint(small) { // SMALL ================================

}//small

@include breakpoint(xsmall) { // XSMALL ================================

}//xsmall
*/
.fll {
  float: left;
}

.flr {
  float: right;
}

.clear {
  clear: both;
}

.dn {
  display: none;
}

.df {
  display: flex;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.valt {
  vertical-align: top;
}

.valm {
  vertical-align: middle;
}

.valb {
  vertical-align: bottom;
}

.center {
  text-align: center;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50, .text-title-section .intro-text {
  width: 50%;
}

.w90, .w80, .w70, .w60, .w50, .text-title-section .intro-text {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 767px) {
  .w90, .w80, .w70, .w60, .w50, .text-title-section .intro-text {
    width: 100%;
  }
}

.bgimg,
.bgimg-video {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.bgimg.bgh100,
.bgimg-video.bgh100 {
  background-size: auto 100%;
}

.bg-grey {
  background-color: #f5f5f5;
}

.bg-dkgrey {
  background-color: #3b3d3f;
}
.bg-dkgrey * {
  color: #fff !important;
}

#comments-list ul, .layout-sidebar-right .right ul, footer#footer .col.col-02 ul#menu-main-menu-1 > li ul, footer#footer .col.col-02 ul#menu-main-menu-1, #mobile-menu ul, header#header ul, .ul-zero {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.list-3-col {
  column-count: 3;
  column-gap: 30px;
}
.list-2-col {
  column-count: 2;
  column-gap: 30px;
}
@media (max-width: 768px) {
  .list-3-col {
    column-count: 2;
  }
}
.institute-landing .query_result .item img, .layout-news .news-reference-section ul.news-reference .image img, .layout-leadership .leadership-section ul.leadership-list .headshot img, .layout-resource .hero .inner-wrap img, .layout-page .content-main .inner-wrap .item .image img,
.archive .content-main .inner-wrap .item .image img,
.search-results .content-main .inner-wrap .item .image img,
.search-no-results .content-main .inner-wrap .item .image img,
.layout-resource .content-main .inner-wrap .item .image img, .home.page .resources-section .featured .image img, ul.logos-partners li img, .fluid-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.overlay, #mobile-menu {
  transition: all 0.15s ease-in-out;
}

.layout-news .news-reference-section ul.news-reference, .layout-about-us .accreditations-section ul.accreditations, .layout-about-us .recognition-section ul.recognition, .layout-about-us .recognition-section ul.accreditations, .layout-about-us .locations-section .locations, .home.page .resources-section .featured .inside, .home.page .resources-section .inner-wrap, .icon-title-text-section ul.itt-rows, .text-title-section ul.tt-rows, .flex-defaults {
  display: flex;
  justify-content: space-between;
}
.layout-news .news-reference-section ul.aic.news-reference, .layout-about-us .accreditations-section ul.aic.accreditations, .layout-about-us .recognition-section ul.aic.recognition, .layout-about-us .recognition-section ul.aic.accreditations, .layout-about-us .locations-section .aic.locations, .home.page .resources-section .featured .aic.inside, .home.page .resources-section .aic.inner-wrap, .icon-title-text-section ul.aic.itt-rows, .text-title-section ul.aic.tt-rows, .aic.flex-defaults {
  align-items: center;
}

.heateor_sss_horizontal_sharing {
  margin-top: 30px;
}
.heateor_sss_horizontal_sharing li {
  list-style: none;
}
.heateor_sss_horizontal_sharing .heateorSssSharing {
  padding: 3px;
}

ol.wp-paginate {
  display: block;
  width: 100%;
  text-align: center;
}

.trans-stp {
  transition: none !important;
  -webkit-transition: none !important;
}

@media (min-width: 768px) {
  .dt-hide, .desktop-hide {
    display: none !important;
  }
}

@media (max-width: 667px) {
  .hide-667 {
    display: none;
  }
}

[data-bg-color=grey] {
  background-color: #f5f5f5 !important;
}

[data-bg-color=white] {
  background-color: #fff !important;
}

[data-layout=reverse]:nth-child(even) {
  background-position: 100% 50% !important;
}

[data-layout=reverse]:nth-child(odd) {
  background-position: 0% 50% !important;
}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "";
}

.ion-alert-circled:before {
  content: "";
}

.ion-android-add:before {
  content: "";
}

.ion-android-add-circle:before {
  content: "";
}

.ion-android-alarm-clock:before {
  content: "";
}

.ion-android-alert:before {
  content: "";
}

.ion-android-apps:before {
  content: "";
}

.ion-android-archive:before {
  content: "";
}

.ion-android-arrow-back:before {
  content: "";
}

.ion-android-arrow-down:before {
  content: "";
}

.ion-android-arrow-dropdown:before {
  content: "";
}

.ion-android-arrow-dropdown-circle:before {
  content: "";
}

.ion-android-arrow-dropleft:before {
  content: "";
}

.ion-android-arrow-dropleft-circle:before {
  content: "";
}

.ion-android-arrow-dropright:before {
  content: "";
}

.ion-android-arrow-dropright-circle:before {
  content: "";
}

.ion-android-arrow-dropup:before {
  content: "";
}

.ion-android-arrow-dropup-circle:before {
  content: "";
}

.ion-android-arrow-forward:before {
  content: "";
}

.ion-android-arrow-up:before {
  content: "";
}

.ion-android-attach:before {
  content: "";
}

.ion-android-bar:before {
  content: "";
}

.ion-android-bicycle:before {
  content: "";
}

.ion-android-boat:before {
  content: "";
}

.ion-android-bookmark:before {
  content: "";
}

.ion-android-bulb:before {
  content: "";
}

.ion-android-bus:before {
  content: "";
}

.ion-android-calendar:before {
  content: "";
}

.ion-android-call:before {
  content: "";
}

.ion-android-camera:before {
  content: "";
}

.ion-android-cancel:before {
  content: "";
}

.ion-android-car:before {
  content: "";
}

.ion-android-cart:before {
  content: "";
}

.ion-android-chat:before {
  content: "";
}

.ion-android-checkbox:before {
  content: "";
}

.ion-android-checkbox-blank:before {
  content: "";
}

.ion-android-checkbox-outline:before {
  content: "";
}

.ion-android-checkbox-outline-blank:before {
  content: "";
}

.ion-android-checkmark-circle:before {
  content: "";
}

.ion-android-clipboard:before {
  content: "";
}

.ion-android-close:before {
  content: "";
}

.ion-android-cloud:before {
  content: "";
}

.ion-android-cloud-circle:before {
  content: "";
}

.ion-android-cloud-done:before {
  content: "";
}

.ion-android-cloud-outline:before {
  content: "";
}

.ion-android-color-palette:before {
  content: "";
}

.ion-android-compass:before {
  content: "";
}

.ion-android-contact:before {
  content: "";
}

.ion-android-contacts:before {
  content: "";
}

.ion-android-contract:before {
  content: "";
}

.ion-android-create:before {
  content: "";
}

.ion-android-delete:before {
  content: "";
}

.ion-android-desktop:before {
  content: "";
}

.ion-android-document:before {
  content: "";
}

.ion-android-done:before {
  content: "";
}

.ion-android-done-all:before {
  content: "";
}

.ion-android-download:before {
  content: "";
}

.ion-android-drafts:before {
  content: "";
}

.ion-android-exit:before {
  content: "";
}

.ion-android-expand:before {
  content: "";
}

.ion-android-favorite:before {
  content: "";
}

.ion-android-favorite-outline:before {
  content: "";
}

.ion-android-film:before {
  content: "";
}

.ion-android-folder:before {
  content: "";
}

.ion-android-folder-open:before {
  content: "";
}

.ion-android-funnel:before {
  content: "";
}

.ion-android-globe:before {
  content: "";
}

.ion-android-hand:before {
  content: "";
}

.ion-android-hangout:before {
  content: "";
}

.ion-android-happy:before {
  content: "";
}

.ion-android-home:before {
  content: "";
}

.ion-android-image:before {
  content: "";
}

.ion-android-laptop:before {
  content: "";
}

.ion-android-list:before {
  content: "";
}

.ion-android-locate:before {
  content: "";
}

.ion-android-lock:before {
  content: "";
}

.ion-android-mail:before {
  content: "";
}

.ion-android-map:before {
  content: "";
}

.ion-android-menu:before {
  content: "";
}

.ion-android-microphone:before {
  content: "";
}

.ion-android-microphone-off:before {
  content: "";
}

.ion-android-more-horizontal:before {
  content: "";
}

.ion-android-more-vertical:before {
  content: "";
}

.ion-android-navigate:before {
  content: "";
}

.ion-android-notifications:before {
  content: "";
}

.ion-android-notifications-none:before {
  content: "";
}

.ion-android-notifications-off:before {
  content: "";
}

.ion-android-open:before {
  content: "";
}

.ion-android-options:before {
  content: "";
}

.ion-android-people:before {
  content: "";
}

.ion-android-person:before {
  content: "";
}

.ion-android-person-add:before {
  content: "";
}

.ion-android-phone-landscape:before {
  content: "";
}

.ion-android-phone-portrait:before {
  content: "";
}

.ion-android-pin:before {
  content: "";
}

.ion-android-plane:before {
  content: "";
}

.ion-android-playstore:before {
  content: "";
}

.ion-android-print:before {
  content: "";
}

.ion-android-radio-button-off:before {
  content: "";
}

.ion-android-radio-button-on:before {
  content: "";
}

.ion-android-refresh:before {
  content: "";
}

.ion-android-remove:before {
  content: "";
}

.ion-android-remove-circle:before {
  content: "";
}

.ion-android-restaurant:before {
  content: "";
}

.ion-android-sad:before {
  content: "";
}

.ion-android-search:before {
  content: "";
}

.ion-android-send:before {
  content: "";
}

.ion-android-settings:before {
  content: "";
}

.ion-android-share:before {
  content: "";
}

.ion-android-share-alt:before {
  content: "";
}

.ion-android-star:before {
  content: "";
}

.ion-android-star-half:before {
  content: "";
}

.ion-android-star-outline:before {
  content: "";
}

.ion-android-stopwatch:before {
  content: "";
}

.ion-android-subway:before {
  content: "";
}

.ion-android-sunny:before {
  content: "";
}

.ion-android-sync:before {
  content: "";
}

.ion-android-textsms:before {
  content: "";
}

.ion-android-time:before {
  content: "";
}

.ion-android-train:before {
  content: "";
}

.ion-android-unlock:before {
  content: "";
}

.ion-android-upload:before {
  content: "";
}

.ion-android-volume-down:before {
  content: "";
}

.ion-android-volume-mute:before {
  content: "";
}

.ion-android-volume-off:before {
  content: "";
}

.ion-android-volume-up:before {
  content: "";
}

.ion-android-walk:before {
  content: "";
}

.ion-android-warning:before {
  content: "";
}

.ion-android-watch:before {
  content: "";
}

.ion-android-wifi:before {
  content: "";
}

.ion-aperture:before {
  content: "";
}

.ion-archive:before {
  content: "";
}

.ion-arrow-down-a:before {
  content: "";
}

.ion-arrow-down-b:before {
  content: "";
}

.ion-arrow-down-c:before {
  content: "";
}

.ion-arrow-expand:before {
  content: "";
}

.ion-arrow-graph-down-left:before {
  content: "";
}

.ion-arrow-graph-down-right:before {
  content: "";
}

.ion-arrow-graph-up-left:before {
  content: "";
}

.ion-arrow-graph-up-right:before {
  content: "";
}

.ion-arrow-left-a:before {
  content: "";
}

.ion-arrow-left-b:before {
  content: "";
}

.ion-arrow-left-c:before {
  content: "";
}

.ion-arrow-move:before {
  content: "";
}

.ion-arrow-resize:before {
  content: "";
}

.ion-arrow-return-left:before {
  content: "";
}

.ion-arrow-return-right:before {
  content: "";
}

.ion-arrow-right-a:before {
  content: "";
}

.ion-arrow-right-b:before {
  content: "";
}

.ion-arrow-right-c:before {
  content: "";
}

.ion-arrow-shrink:before {
  content: "";
}

.ion-arrow-swap:before {
  content: "";
}

.ion-arrow-up-a:before {
  content: "";
}

.ion-arrow-up-b:before {
  content: "";
}

.ion-arrow-up-c:before {
  content: "";
}

.ion-asterisk:before {
  content: "";
}

.ion-at:before {
  content: "";
}

.ion-backspace:before {
  content: "";
}

.ion-backspace-outline:before {
  content: "";
}

.ion-bag:before {
  content: "";
}

.ion-battery-charging:before {
  content: "";
}

.ion-battery-empty:before {
  content: "";
}

.ion-battery-full:before {
  content: "";
}

.ion-battery-half:before {
  content: "";
}

.ion-battery-low:before {
  content: "";
}

.ion-beaker:before {
  content: "";
}

.ion-beer:before {
  content: "";
}

.ion-bluetooth:before {
  content: "";
}

.ion-bonfire:before {
  content: "";
}

.ion-bookmark:before {
  content: "";
}

.ion-bowtie:before {
  content: "";
}

.ion-briefcase:before {
  content: "";
}

.ion-bug:before {
  content: "";
}

.ion-calculator:before {
  content: "";
}

.ion-calendar:before {
  content: "";
}

.ion-camera:before {
  content: "";
}

.ion-card:before {
  content: "";
}

.ion-cash:before {
  content: "";
}

.ion-chatbox:before {
  content: "";
}

.ion-chatbox-working:before {
  content: "";
}

.ion-chatboxes:before {
  content: "";
}

.ion-chatbubble:before {
  content: "";
}

.ion-chatbubble-working:before {
  content: "";
}

.ion-chatbubbles:before {
  content: "";
}

.ion-checkmark:before {
  content: "";
}

.ion-checkmark-circled:before {
  content: "";
}

.ion-checkmark-round:before {
  content: "";
}

.ion-chevron-down:before {
  content: "";
}

.ion-chevron-left:before {
  content: "";
}

.ion-chevron-right:before {
  content: "";
}

.ion-chevron-up:before {
  content: "";
}

.ion-clipboard:before {
  content: "";
}

.ion-clock:before {
  content: "";
}

.ion-close:before {
  content: "";
}

.ion-close-circled:before {
  content: "";
}

.ion-close-round:before {
  content: "";
}

.ion-closed-captioning:before {
  content: "";
}

.ion-cloud:before {
  content: "";
}

.ion-code:before {
  content: "";
}

.ion-code-download:before {
  content: "";
}

.ion-code-working:before {
  content: "";
}

.ion-coffee:before {
  content: "";
}

.ion-compass:before {
  content: "";
}

.ion-compose:before {
  content: "";
}

.ion-connection-bars:before {
  content: "";
}

.ion-contrast:before {
  content: "";
}

.ion-crop:before {
  content: "";
}

.ion-cube:before {
  content: "";
}

.ion-disc:before {
  content: "";
}

.ion-document:before {
  content: "";
}

.ion-document-text:before {
  content: "";
}

.ion-drag:before {
  content: "";
}

.ion-earth:before {
  content: "";
}

.ion-easel:before {
  content: "";
}

.ion-edit:before {
  content: "";
}

.ion-egg:before {
  content: "";
}

.ion-eject:before {
  content: "";
}

.ion-email:before {
  content: "";
}

.ion-email-unread:before {
  content: "";
}

.ion-erlenmeyer-flask:before {
  content: "";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "";
}

.ion-eye:before {
  content: "";
}

.ion-eye-disabled:before {
  content: "";
}

.ion-female:before {
  content: "";
}

.ion-filing:before {
  content: "";
}

.ion-film-marker:before {
  content: "";
}

.ion-fireball:before {
  content: "";
}

.ion-flag:before {
  content: "";
}

.ion-flame:before {
  content: "";
}

.ion-flash:before {
  content: "";
}

.ion-flash-off:before {
  content: "";
}

.ion-folder:before {
  content: "";
}

.ion-fork:before {
  content: "";
}

.ion-fork-repo:before {
  content: "";
}

.ion-forward:before {
  content: "";
}

.ion-funnel:before {
  content: "";
}

.ion-gear-a:before {
  content: "";
}

.ion-gear-b:before {
  content: "";
}

.ion-grid:before {
  content: "";
}

.ion-hammer:before {
  content: "";
}

.ion-happy:before {
  content: "";
}

.ion-happy-outline:before {
  content: "";
}

.ion-headphone:before {
  content: "";
}

.ion-heart:before {
  content: "";
}

.ion-heart-broken:before {
  content: "";
}

.ion-help:before {
  content: "";
}

.ion-help-buoy:before {
  content: "";
}

.ion-help-circled:before {
  content: "";
}

.ion-home:before {
  content: "";
}

.ion-icecream:before {
  content: "";
}

.ion-image:before {
  content: "";
}

.ion-images:before {
  content: "";
}

.ion-information:before {
  content: "";
}

.ion-information-circled:before {
  content: "";
}

.ion-ionic:before {
  content: "";
}

.ion-ios-alarm:before {
  content: "";
}

.ion-ios-alarm-outline:before {
  content: "";
}

.ion-ios-albums:before {
  content: "";
}

.ion-ios-albums-outline:before {
  content: "";
}

.ion-ios-americanfootball:before {
  content: "";
}

.ion-ios-americanfootball-outline:before {
  content: "";
}

.ion-ios-analytics:before {
  content: "";
}

.ion-ios-analytics-outline:before {
  content: "";
}

.ion-ios-arrow-back:before {
  content: "";
}

.ion-ios-arrow-down:before {
  content: "";
}

.ion-ios-arrow-forward:before {
  content: "";
}

.ion-ios-arrow-left:before {
  content: "";
}

.ion-ios-arrow-right:before {
  content: "";
}

.ion-ios-arrow-thin-down:before {
  content: "";
}

.ion-ios-arrow-thin-left:before {
  content: "";
}

.ion-ios-arrow-thin-right:before {
  content: "";
}

.ion-ios-arrow-thin-up:before {
  content: "";
}

.ion-ios-arrow-up:before {
  content: "";
}

.ion-ios-at:before {
  content: "";
}

.ion-ios-at-outline:before {
  content: "";
}

.ion-ios-barcode:before {
  content: "";
}

.ion-ios-barcode-outline:before {
  content: "";
}

.ion-ios-baseball:before {
  content: "";
}

.ion-ios-baseball-outline:before {
  content: "";
}

.ion-ios-basketball:before {
  content: "";
}

.ion-ios-basketball-outline:before {
  content: "";
}

.ion-ios-bell:before {
  content: "";
}

.ion-ios-bell-outline:before {
  content: "";
}

.ion-ios-body:before {
  content: "";
}

.ion-ios-body-outline:before {
  content: "";
}

.ion-ios-bolt:before {
  content: "";
}

.ion-ios-bolt-outline:before {
  content: "";
}

.ion-ios-book:before {
  content: "";
}

.ion-ios-book-outline:before {
  content: "";
}

.ion-ios-bookmarks:before {
  content: "";
}

.ion-ios-bookmarks-outline:before {
  content: "";
}

.ion-ios-box:before {
  content: "";
}

.ion-ios-box-outline:before {
  content: "";
}

.ion-ios-briefcase:before {
  content: "";
}

.ion-ios-briefcase-outline:before {
  content: "";
}

.ion-ios-browsers:before {
  content: "";
}

.ion-ios-browsers-outline:before {
  content: "";
}

.ion-ios-calculator:before {
  content: "";
}

.ion-ios-calculator-outline:before {
  content: "";
}

.ion-ios-calendar:before {
  content: "";
}

.ion-ios-calendar-outline:before {
  content: "";
}

.ion-ios-camera:before {
  content: "";
}

.ion-ios-camera-outline:before {
  content: "";
}

.ion-ios-cart:before {
  content: "";
}

.ion-ios-cart-outline:before {
  content: "";
}

.ion-ios-chatboxes:before {
  content: "";
}

.ion-ios-chatboxes-outline:before {
  content: "";
}

.ion-ios-chatbubble:before {
  content: "";
}

.ion-ios-chatbubble-outline:before {
  content: "";
}

.ion-ios-checkmark:before {
  content: "";
}

.ion-ios-checkmark-empty:before {
  content: "";
}

.ion-ios-checkmark-outline:before {
  content: "";
}

.ion-ios-circle-filled:before {
  content: "";
}

.ion-ios-circle-outline:before {
  content: "";
}

.ion-ios-clock:before {
  content: "";
}

.ion-ios-clock-outline:before {
  content: "";
}

.ion-ios-close:before {
  content: "";
}

.ion-ios-close-empty:before {
  content: "";
}

.ion-ios-close-outline:before {
  content: "";
}

.ion-ios-cloud:before {
  content: "";
}

.ion-ios-cloud-download:before {
  content: "";
}

.ion-ios-cloud-download-outline:before {
  content: "";
}

.ion-ios-cloud-outline:before {
  content: "";
}

.ion-ios-cloud-upload:before {
  content: "";
}

.ion-ios-cloud-upload-outline:before {
  content: "";
}

.ion-ios-cloudy:before {
  content: "";
}

.ion-ios-cloudy-night:before {
  content: "";
}

.ion-ios-cloudy-night-outline:before {
  content: "";
}

.ion-ios-cloudy-outline:before {
  content: "";
}

.ion-ios-cog:before {
  content: "";
}

.ion-ios-cog-outline:before {
  content: "";
}

.ion-ios-color-filter:before {
  content: "";
}

.ion-ios-color-filter-outline:before {
  content: "";
}

.ion-ios-color-wand:before {
  content: "";
}

.ion-ios-color-wand-outline:before {
  content: "";
}

.ion-ios-compose:before {
  content: "";
}

.ion-ios-compose-outline:before {
  content: "";
}

.ion-ios-contact:before {
  content: "";
}

.ion-ios-contact-outline:before {
  content: "";
}

.ion-ios-copy:before {
  content: "";
}

.ion-ios-copy-outline:before {
  content: "";
}

.ion-ios-crop:before {
  content: "";
}

.ion-ios-crop-strong:before {
  content: "";
}

.ion-ios-download:before {
  content: "";
}

.ion-ios-download-outline:before {
  content: "";
}

.ion-ios-drag:before {
  content: "";
}

.ion-ios-email:before {
  content: "";
}

.ion-ios-email-outline:before {
  content: "";
}

.ion-ios-eye:before {
  content: "";
}

.ion-ios-eye-outline:before {
  content: "";
}

.ion-ios-fastforward:before {
  content: "";
}

.ion-ios-fastforward-outline:before {
  content: "";
}

.ion-ios-filing:before {
  content: "";
}

.ion-ios-filing-outline:before {
  content: "";
}

.ion-ios-film:before {
  content: "";
}

.ion-ios-film-outline:before {
  content: "";
}

.ion-ios-flag:before {
  content: "";
}

.ion-ios-flag-outline:before {
  content: "";
}

.ion-ios-flame:before {
  content: "";
}

.ion-ios-flame-outline:before {
  content: "";
}

.ion-ios-flask:before {
  content: "";
}

.ion-ios-flask-outline:before {
  content: "";
}

.ion-ios-flower:before {
  content: "";
}

.ion-ios-flower-outline:before {
  content: "";
}

.ion-ios-folder:before {
  content: "";
}

.ion-ios-folder-outline:before {
  content: "";
}

.ion-ios-football:before {
  content: "";
}

.ion-ios-football-outline:before {
  content: "";
}

.ion-ios-game-controller-a:before {
  content: "";
}

.ion-ios-game-controller-a-outline:before {
  content: "";
}

.ion-ios-game-controller-b:before {
  content: "";
}

.ion-ios-game-controller-b-outline:before {
  content: "";
}

.ion-ios-gear:before {
  content: "";
}

.ion-ios-gear-outline:before {
  content: "";
}

.ion-ios-glasses:before {
  content: "";
}

.ion-ios-glasses-outline:before {
  content: "";
}

.ion-ios-grid-view:before {
  content: "";
}

.ion-ios-grid-view-outline:before {
  content: "";
}

.ion-ios-heart:before {
  content: "";
}

.ion-ios-heart-outline:before {
  content: "";
}

.ion-ios-help:before {
  content: "";
}

.ion-ios-help-empty:before {
  content: "";
}

.ion-ios-help-outline:before {
  content: "";
}

.ion-ios-home:before {
  content: "";
}

.ion-ios-home-outline:before {
  content: "";
}

.ion-ios-infinite:before {
  content: "";
}

.ion-ios-infinite-outline:before {
  content: "";
}

.ion-ios-information:before {
  content: "";
}

.ion-ios-information-empty:before {
  content: "";
}

.ion-ios-information-outline:before {
  content: "";
}

.ion-ios-ionic-outline:before {
  content: "";
}

.ion-ios-keypad:before {
  content: "";
}

.ion-ios-keypad-outline:before {
  content: "";
}

.ion-ios-lightbulb:before {
  content: "";
}

.ion-ios-lightbulb-outline:before {
  content: "";
}

.ion-ios-list:before {
  content: "";
}

.ion-ios-list-outline:before {
  content: "";
}

.ion-ios-location:before {
  content: "";
}

.ion-ios-location-outline:before {
  content: "";
}

.ion-ios-locked:before {
  content: "";
}

.ion-ios-locked-outline:before {
  content: "";
}

.ion-ios-loop:before {
  content: "";
}

.ion-ios-loop-strong:before {
  content: "";
}

.ion-ios-medical:before {
  content: "";
}

.ion-ios-medical-outline:before {
  content: "";
}

.ion-ios-medkit:before {
  content: "";
}

.ion-ios-medkit-outline:before {
  content: "";
}

.ion-ios-mic:before {
  content: "";
}

.ion-ios-mic-off:before {
  content: "";
}

.ion-ios-mic-outline:before {
  content: "";
}

.ion-ios-minus:before {
  content: "";
}

.ion-ios-minus-empty:before {
  content: "";
}

.ion-ios-minus-outline:before {
  content: "";
}

.ion-ios-monitor:before {
  content: "";
}

.ion-ios-monitor-outline:before {
  content: "";
}

.ion-ios-moon:before {
  content: "";
}

.ion-ios-moon-outline:before {
  content: "";
}

.ion-ios-more:before {
  content: "";
}

.ion-ios-more-outline:before {
  content: "";
}

.ion-ios-musical-note:before {
  content: "";
}

.ion-ios-musical-notes:before {
  content: "";
}

.ion-ios-navigate:before {
  content: "";
}

.ion-ios-navigate-outline:before {
  content: "";
}

.ion-ios-nutrition:before {
  content: "";
}

.ion-ios-nutrition-outline:before {
  content: "";
}

.ion-ios-paper:before {
  content: "";
}

.ion-ios-paper-outline:before {
  content: "";
}

.ion-ios-paperplane:before {
  content: "";
}

.ion-ios-paperplane-outline:before {
  content: "";
}

.ion-ios-partlysunny:before {
  content: "";
}

.ion-ios-partlysunny-outline:before {
  content: "";
}

.ion-ios-pause:before {
  content: "";
}

.ion-ios-pause-outline:before {
  content: "";
}

.ion-ios-paw:before {
  content: "";
}

.ion-ios-paw-outline:before {
  content: "";
}

.ion-ios-people:before {
  content: "";
}

.ion-ios-people-outline:before {
  content: "";
}

.ion-ios-person:before {
  content: "";
}

.ion-ios-person-outline:before {
  content: "";
}

.ion-ios-personadd:before {
  content: "";
}

.ion-ios-personadd-outline:before {
  content: "";
}

.ion-ios-photos:before {
  content: "";
}

.ion-ios-photos-outline:before {
  content: "";
}

.ion-ios-pie:before {
  content: "";
}

.ion-ios-pie-outline:before {
  content: "";
}

.ion-ios-pint:before {
  content: "";
}

.ion-ios-pint-outline:before {
  content: "";
}

.ion-ios-play:before {
  content: "";
}

.ion-ios-play-outline:before {
  content: "";
}

.ion-ios-plus:before {
  content: "";
}

.ion-ios-plus-empty:before {
  content: "";
}

.ion-ios-plus-outline:before {
  content: "";
}

.ion-ios-pricetag:before {
  content: "";
}

.ion-ios-pricetag-outline:before {
  content: "";
}

.ion-ios-pricetags:before {
  content: "";
}

.ion-ios-pricetags-outline:before {
  content: "";
}

.ion-ios-printer:before {
  content: "";
}

.ion-ios-printer-outline:before {
  content: "";
}

.ion-ios-pulse:before {
  content: "";
}

.ion-ios-pulse-strong:before {
  content: "";
}

.ion-ios-rainy:before {
  content: "";
}

.ion-ios-rainy-outline:before {
  content: "";
}

.ion-ios-recording:before {
  content: "";
}

.ion-ios-recording-outline:before {
  content: "";
}

.ion-ios-redo:before {
  content: "";
}

.ion-ios-redo-outline:before {
  content: "";
}

.ion-ios-refresh:before {
  content: "";
}

.ion-ios-refresh-empty:before {
  content: "";
}

.ion-ios-refresh-outline:before {
  content: "";
}

.ion-ios-reload:before {
  content: "";
}

.ion-ios-reverse-camera:before {
  content: "";
}

.ion-ios-reverse-camera-outline:before {
  content: "";
}

.ion-ios-rewind:before {
  content: "";
}

.ion-ios-rewind-outline:before {
  content: "";
}

.ion-ios-rose:before {
  content: "";
}

.ion-ios-rose-outline:before {
  content: "";
}

.ion-ios-search:before {
  content: "";
}

.ion-ios-search-strong:before {
  content: "";
}

.ion-ios-settings:before {
  content: "";
}

.ion-ios-settings-strong:before {
  content: "";
}

.ion-ios-shuffle:before {
  content: "";
}

.ion-ios-shuffle-strong:before {
  content: "";
}

.ion-ios-skipbackward:before {
  content: "";
}

.ion-ios-skipbackward-outline:before {
  content: "";
}

.ion-ios-skipforward:before {
  content: "";
}

.ion-ios-skipforward-outline:before {
  content: "";
}

.ion-ios-snowy:before {
  content: "";
}

.ion-ios-speedometer:before {
  content: "";
}

.ion-ios-speedometer-outline:before {
  content: "";
}

.ion-ios-star:before {
  content: "";
}

.ion-ios-star-half:before {
  content: "";
}

.ion-ios-star-outline:before {
  content: "";
}

.ion-ios-stopwatch:before {
  content: "";
}

.ion-ios-stopwatch-outline:before {
  content: "";
}

.ion-ios-sunny:before {
  content: "";
}

.ion-ios-sunny-outline:before {
  content: "";
}

.ion-ios-telephone:before {
  content: "";
}

.ion-ios-telephone-outline:before {
  content: "";
}

.ion-ios-tennisball:before {
  content: "";
}

.ion-ios-tennisball-outline:before {
  content: "";
}

.ion-ios-thunderstorm:before {
  content: "";
}

.ion-ios-thunderstorm-outline:before {
  content: "";
}

.ion-ios-time:before {
  content: "";
}

.ion-ios-time-outline:before {
  content: "";
}

.ion-ios-timer:before {
  content: "";
}

.ion-ios-timer-outline:before {
  content: "";
}

.ion-ios-toggle:before {
  content: "";
}

.ion-ios-toggle-outline:before {
  content: "";
}

.ion-ios-trash:before {
  content: "";
}

.ion-ios-trash-outline:before {
  content: "";
}

.ion-ios-undo:before {
  content: "";
}

.ion-ios-undo-outline:before {
  content: "";
}

.ion-ios-unlocked:before {
  content: "";
}

.ion-ios-unlocked-outline:before {
  content: "";
}

.ion-ios-upload:before {
  content: "";
}

.ion-ios-upload-outline:before {
  content: "";
}

.ion-ios-videocam:before {
  content: "";
}

.ion-ios-videocam-outline:before {
  content: "";
}

.ion-ios-volume-high:before {
  content: "";
}

.ion-ios-volume-low:before {
  content: "";
}

.ion-ios-wineglass:before {
  content: "";
}

.ion-ios-wineglass-outline:before {
  content: "";
}

.ion-ios-world:before {
  content: "";
}

.ion-ios-world-outline:before {
  content: "";
}

.ion-ipad:before {
  content: "";
}

.ion-iphone:before {
  content: "";
}

.ion-ipod:before {
  content: "";
}

.ion-jet:before {
  content: "";
}

.ion-key:before {
  content: "";
}

.ion-knife:before {
  content: "";
}

.ion-laptop:before {
  content: "";
}

.ion-leaf:before {
  content: "";
}

.ion-levels:before {
  content: "";
}

.ion-lightbulb:before {
  content: "";
}

.ion-link:before {
  content: "";
}

.ion-load-a:before {
  content: "";
}

.ion-load-b:before {
  content: "";
}

.ion-load-c:before {
  content: "";
}

.ion-load-d:before {
  content: "";
}

.ion-location:before {
  content: "";
}

.ion-lock-combination:before {
  content: "";
}

.ion-locked:before {
  content: "";
}

.ion-log-in:before {
  content: "";
}

.ion-log-out:before {
  content: "";
}

.ion-loop:before {
  content: "";
}

.ion-magnet:before {
  content: "";
}

.ion-male:before {
  content: "";
}

.ion-man:before {
  content: "";
}

.ion-map:before {
  content: "";
}

.ion-medkit:before {
  content: "";
}

.ion-merge:before {
  content: "";
}

.ion-mic-a:before {
  content: "";
}

.ion-mic-b:before {
  content: "";
}

.ion-mic-c:before {
  content: "";
}

.ion-minus:before {
  content: "";
}

.ion-minus-circled:before {
  content: "";
}

.ion-minus-round:before {
  content: "";
}

.ion-model-s:before {
  content: "";
}

.ion-monitor:before {
  content: "";
}

.ion-more:before {
  content: "";
}

.ion-mouse:before {
  content: "";
}

.ion-music-note:before {
  content: "";
}

.ion-navicon:before {
  content: "";
}

.ion-navicon-round:before {
  content: "";
}

.ion-navigate:before {
  content: "";
}

.ion-network:before {
  content: "";
}

.ion-no-smoking:before {
  content: "";
}

.ion-nuclear:before {
  content: "";
}

.ion-outlet:before {
  content: "";
}

.ion-paintbrush:before {
  content: "";
}

.ion-paintbucket:before {
  content: "";
}

.ion-paper-airplane:before {
  content: "";
}

.ion-paperclip:before {
  content: "";
}

.ion-pause:before {
  content: "";
}

.ion-person:before {
  content: "";
}

.ion-person-add:before {
  content: "";
}

.ion-person-stalker:before {
  content: "";
}

.ion-pie-graph:before {
  content: "";
}

.ion-pin:before {
  content: "";
}

.ion-pinpoint:before {
  content: "";
}

.ion-pizza:before {
  content: "";
}

.ion-plane:before {
  content: "";
}

.ion-planet:before {
  content: "";
}

.ion-play:before {
  content: "";
}

.ion-playstation:before {
  content: "";
}

.ion-plus:before {
  content: "";
}

.ion-plus-circled:before {
  content: "";
}

.ion-plus-round:before {
  content: "";
}

.ion-podium:before {
  content: "";
}

.ion-pound:before {
  content: "";
}

.ion-power:before {
  content: "";
}

.ion-pricetag:before {
  content: "";
}

.ion-pricetags:before {
  content: "";
}

.ion-printer:before {
  content: "";
}

.ion-pull-request:before {
  content: "";
}

.ion-qr-scanner:before {
  content: "";
}

.ion-quote:before {
  content: "";
}

.ion-radio-waves:before {
  content: "";
}

.ion-record:before {
  content: "";
}

.ion-refresh:before {
  content: "";
}

.ion-reply:before {
  content: "";
}

.ion-reply-all:before {
  content: "";
}

.ion-ribbon-a:before {
  content: "";
}

.ion-ribbon-b:before {
  content: "";
}

.ion-sad:before {
  content: "";
}

.ion-sad-outline:before {
  content: "";
}

.ion-scissors:before {
  content: "";
}

.ion-search:before {
  content: "";
}

.ion-settings:before {
  content: "";
}

.ion-share:before {
  content: "";
}

.ion-shuffle:before {
  content: "";
}

.ion-skip-backward:before {
  content: "";
}

.ion-skip-forward:before {
  content: "";
}

.ion-social-android:before {
  content: "";
}

.ion-social-android-outline:before {
  content: "";
}

.ion-social-angular:before {
  content: "";
}

.ion-social-angular-outline:before {
  content: "";
}

.ion-social-apple:before {
  content: "";
}

.ion-social-apple-outline:before {
  content: "";
}

.ion-social-bitcoin:before {
  content: "";
}

.ion-social-bitcoin-outline:before {
  content: "";
}

.ion-social-buffer:before {
  content: "";
}

.ion-social-buffer-outline:before {
  content: "";
}

.ion-social-chrome:before {
  content: "";
}

.ion-social-chrome-outline:before {
  content: "";
}

.ion-social-codepen:before {
  content: "";
}

.ion-social-codepen-outline:before {
  content: "";
}

.ion-social-css3:before {
  content: "";
}

.ion-social-css3-outline:before {
  content: "";
}

.ion-social-designernews:before {
  content: "";
}

.ion-social-designernews-outline:before {
  content: "";
}

.ion-social-dribbble:before {
  content: "";
}

.ion-social-dribbble-outline:before {
  content: "";
}

.ion-social-dropbox:before {
  content: "";
}

.ion-social-dropbox-outline:before {
  content: "";
}

.ion-social-euro:before {
  content: "";
}

.ion-social-euro-outline:before {
  content: "";
}

.ion-social-facebook:before {
  content: "";
}

.ion-social-facebook-outline:before {
  content: "";
}

.ion-social-foursquare:before {
  content: "";
}

.ion-social-foursquare-outline:before {
  content: "";
}

.ion-social-freebsd-devil:before {
  content: "";
}

.ion-social-github:before {
  content: "";
}

.ion-social-github-outline:before {
  content: "";
}

.ion-social-google:before {
  content: "";
}

.ion-social-google-outline:before {
  content: "";
}

.ion-social-googleplus:before {
  content: "";
}

.ion-social-googleplus-outline:before {
  content: "";
}

.ion-social-hackernews:before {
  content: "";
}

.ion-social-hackernews-outline:before {
  content: "";
}

.ion-social-html5:before {
  content: "";
}

.ion-social-html5-outline:before {
  content: "";
}

.ion-social-instagram:before {
  content: "";
}

.ion-social-instagram-outline:before {
  content: "";
}

.ion-social-javascript:before {
  content: "";
}

.ion-social-javascript-outline:before {
  content: "";
}

.ion-social-linkedin:before {
  content: "";
}

.ion-social-linkedin-outline:before {
  content: "";
}

.ion-social-markdown:before {
  content: "";
}

.ion-social-nodejs:before {
  content: "";
}

.ion-social-octocat:before {
  content: "";
}

.ion-social-pinterest:before {
  content: "";
}

.ion-social-pinterest-outline:before {
  content: "";
}

.ion-social-python:before {
  content: "";
}

.ion-social-reddit:before {
  content: "";
}

.ion-social-reddit-outline:before {
  content: "";
}

.ion-social-rss:before {
  content: "";
}

.ion-social-rss-outline:before {
  content: "";
}

.ion-social-sass:before {
  content: "";
}

.ion-social-skype:before {
  content: "";
}

.ion-social-skype-outline:before {
  content: "";
}

.ion-social-snapchat:before {
  content: "";
}

.ion-social-snapchat-outline:before {
  content: "";
}

.ion-social-tumblr:before {
  content: "";
}

.ion-social-tumblr-outline:before {
  content: "";
}

.ion-social-tux:before {
  content: "";
}

.ion-social-twitch:before {
  content: "";
}

.ion-social-twitch-outline:before {
  content: "";
}

.ion-social-twitter:before {
  content: "";
}

.ion-social-twitter-outline:before {
  content: "";
}

.ion-social-usd:before {
  content: "";
}

.ion-social-usd-outline:before {
  content: "";
}

.ion-social-vimeo:before {
  content: "";
}

.ion-social-vimeo-outline:before {
  content: "";
}

.ion-social-whatsapp:before {
  content: "";
}

.ion-social-whatsapp-outline:before {
  content: "";
}

.ion-social-windows:before {
  content: "";
}

.ion-social-windows-outline:before {
  content: "";
}

.ion-social-wordpress:before {
  content: "";
}

.ion-social-wordpress-outline:before {
  content: "";
}

.ion-social-yahoo:before {
  content: "";
}

.ion-social-yahoo-outline:before {
  content: "";
}

.ion-social-yen:before {
  content: "";
}

.ion-social-yen-outline:before {
  content: "";
}

.ion-social-youtube:before {
  content: "";
}

.ion-social-youtube-outline:before {
  content: "";
}

.ion-soup-can:before {
  content: "";
}

.ion-soup-can-outline:before {
  content: "";
}

.ion-speakerphone:before {
  content: "";
}

.ion-speedometer:before {
  content: "";
}

.ion-spoon:before {
  content: "";
}

.ion-star:before {
  content: "";
}

.ion-stats-bars:before {
  content: "";
}

.ion-steam:before {
  content: "";
}

.ion-stop:before {
  content: "";
}

.ion-thermometer:before {
  content: "";
}

.ion-thumbsdown:before {
  content: "";
}

.ion-thumbsup:before {
  content: "";
}

.ion-toggle:before {
  content: "";
}

.ion-toggle-filled:before {
  content: "";
}

.ion-transgender:before {
  content: "";
}

.ion-trash-a:before {
  content: "";
}

.ion-trash-b:before {
  content: "";
}

.ion-trophy:before {
  content: "";
}

.ion-tshirt:before {
  content: "";
}

.ion-tshirt-outline:before {
  content: "";
}

.ion-umbrella:before {
  content: "";
}

.ion-university:before {
  content: "";
}

.ion-unlocked:before {
  content: "";
}

.ion-upload:before {
  content: "";
}

.ion-usb:before {
  content: "";
}

.ion-videocamera:before {
  content: "";
}

.ion-volume-high:before {
  content: "";
}

.ion-volume-low:before {
  content: "";
}

.ion-volume-medium:before {
  content: "";
}

.ion-volume-mute:before {
  content: "";
}

.ion-wand:before {
  content: "";
}

.ion-waterdrop:before {
  content: "";
}

.ion-wifi:before {
  content: "";
}

.ion-wineglass:before {
  content: "";
}

.ion-woman:before {
  content: "";
}

.ion-wrench:before {
  content: "";
}

.ion-xbox:before {
  content: "";
}

.ion:before {
  font-family: "Ionicons" !important;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

body {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #3b3d40;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

input, select, textarea {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.h1, .home.page .hero .cd-headline.slide, h1, .h2, .subhero .text-main, h2, .h3, h3, .h4, h4, .h5, .text-title-img-section li .text-sec .heading, .blue-promo .text-section .title, h5, .h6, h6 {
  margin: 0;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #3b3d3f;
  line-height: 1.2;
}

.h1, .home.page .hero .cd-headline.slide, h1 {
  color: #fff;
  font-size: 5.7rem;
  line-height: 0.9;
  position: relative;
}
@media (max-width: 1024px) {
  .h1, .home.page .hero .cd-headline.slide, h1 {
    font-size: 4rem;
  }
}
@media (max-width: 890px) {
  .h1, .home.page .hero .cd-headline.slide, h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .h1, .home.page .hero .cd-headline.slide, h1 {
    font-size: 2.66rem;
    left: 0;
  }
}

.h2, .subhero .text-main, h2 {
  margin-bottom: 15px;
  font-size: 3rem;
  line-height: 1.15;
}
@media (max-width: 1024px) {
  .h2, .subhero .text-main, h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 890px) {
  .h2, .subhero .text-main, h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .h2, .subhero .text-main, h2 {
    font-size: 1.4rem;
    font-weight: 300;
  }
}
@media (max-width: 480px) {
  .h2, .subhero .text-main, h2 {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  h2, .h2, .subhero .text-main {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .subhero h2, .subhero .h2, .subhero .text-main {
    font-size: 1.4rem;
    line-height: 1.15;
  }
}
.h3, h3 {
  font-size: 2rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .h3, h3 {
    font-size: 1.7rem;
  }
}
@media (max-width: 480px) {
  .h3, h3 {
    font-size: 1.6rem;
  }
}

.h5, .text-title-img-section li .text-sec .heading, .blue-promo .text-section .title, h5 {
  margin-bottom: 24px;
  font-size: 0.98rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.date-meta.h5, .text-title-img-section li .text-sec .date-meta.heading, .blue-promo .text-section .date-meta.title, .date-meta {
  font-size: 0.875rem;
}

h1.h2, .subhero h1.text-main {
  margin-bottom: 30px;
}

h2 > a {
  border-bottom: none !important;
}

.subtitle {
  margin: 18px 0 25px;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 600;
  max-width: 690px;
  opacity: 0.95;
}
@media (max-width: 767px) {
  .subtitle {
    margin-bottom: 10px;
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 400;
    max-width: 280px;
    margin: 10px auto 25px auto;
    margin-left: 0;
  }
}

article {
  letter-spacing: 0.4px;
}

a {
  color: #3b3d3f;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
a.bb, .layout-news .news-reference-section ul.news-reference .cont .cta a, .resource-reference-section ul.resources .cont .cta a, .home.page .resources-section .featured .text .cta a, .et-careers-grid > li a.bb, .et-careers-grid > li p a, p .et-careers-grid > li a, .text-title-img-section li .text-sec .cta-section a, p a {
  position: relative;
}
a.bb .cta-the-text, .layout-news .news-reference-section ul.news-reference .cont .cta a .cta-the-text, .resource-reference-section ul.resources .cont .cta a .cta-the-text, .home.page .resources-section .featured .text .cta a .cta-the-text, .et-careers-grid > li p a .cta-the-text, p .et-careers-grid > li a .cta-the-text, .text-title-img-section li .text-sec .cta-section a .cta-the-text, p a .cta-the-text {
  position: relative;
  z-index: 3;
}

p {
  margin: 0 0 30px;
}
p.h5, .text-title-img-section li .text-sec p.heading, .blue-promo .text-section p.title {
  margin: 0 0 24px;
}
p a {
  font-weight: 300;
}
p a:not(.btn) {
  font-weight: 600;
}
p a:not(.btn):hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  p {
    font-size: 90%;
  }
}
em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

small,
.small {
  font-size: 0.8rem;
}

.ttu {
  text-transform: uppercase;
}

#content div.text, .hentry, .text-tile-section p, .single .cont,
.single .cont p, .body-copy, .text-title-section p.text,
.text-title-section .intro-text p:not(.h5):not(h5), .subhero-text p:not(:first-child), .address-phone p,
input, select, textarea, .blurb, .leadership-section .full .cont p,
.testimonial-section .bottom-text, .news-list .text {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5;
  color: #75777a;
}
@media (max-width: 600px) {
  #content div.text, .hentry, .text-tile-section p, .single .cont,
.single .cont p, .body-copy, .text-title-section p.text,
.text-title-section .intro-text p:not(.h5):not(h5), .subhero-text p:not(:first-child), .address-phone p,
input, select, textarea, .blurb, .leadership-section .full .cont p,
.testimonial-section .bottom-text, .news-list .text {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
    color: #222;
  }
}

.hentry .h3, .hentry h3 {
  margin-bottom: 15px;
}

.blurb a {
  font-size: 0.95em;
  font-weight: 400;
  line-height: 1.33;
  color: #75777a;
}

a.yes, .categories a, .home.page .resources-section .featured .text .cont .cta a,
.cli-plugin-main-link, .text-title-img-section .text a.bb, .text-title-img-section .text .layout-news .news-reference-section ul.news-reference .cont .cta a, .layout-news .news-reference-section ul.news-reference .cont .cta .text-title-img-section .text a, .text-title-img-section .text .resource-reference-section ul.resources .cont .cta a, .resource-reference-section ul.resources .cont .cta .text-title-img-section .text a, .text-title-img-section .home.page .resources-section .featured .text .cta a, .home.page .resources-section .featured .text-title-img-section .text .cta a, .text-title-img-section .text li .text-sec .cta-section a, .text-title-img-section li .text-sec .cta-section .text a, .text-title-img-section .text p a, p .text-title-img-section .text a,
.resource-reference-section .text .cont a, .text-title-img-section .cta-section a,
#query_results .meta a, .hentry a, .et-career-item .bb, .et-career-item .layout-news .news-reference-section ul.news-reference .cont .cta a, .layout-news .news-reference-section ul.news-reference .cont .cta .et-career-item a, .et-career-item .resource-reference-section ul.resources .cont .cta a, .resource-reference-section ul.resources .cont .cta .et-career-item a, .et-career-item .home.page .resources-section .featured .text .cta a, .home.page .resources-section .featured .text .cta .et-career-item a, .et-career-item .et-careers-grid > li .bb, .et-careers-grid > li .et-career-item .bb, .et-career-item .et-careers-grid > li p a, .et-careers-grid > li p .et-career-item a, .et-career-item p .et-careers-grid > li a, p .et-careers-grid > li .et-career-item a, .et-career-item .text-title-img-section li .text-sec .cta-section a, .text-title-img-section li .text-sec .cta-section .et-career-item a, .et-career-item p a, p .et-career-item a, .et-accordion a {
  box-shadow: inset 0px -2px 0px 0px #ffbf3d;
  -webkit-box-shadow: inset 0px -2px 0px 0px #ffbf3d;
  transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  white-space: nowrap;
}
a.yes:hover, .categories a:hover, .home.page .resources-section .featured .text .cont .cta a:hover,
.cli-plugin-main-link:hover, .text-title-img-section .text a.bb:hover, .text-title-img-section .text .layout-news .news-reference-section ul.news-reference .cont .cta a:hover, .layout-news .news-reference-section ul.news-reference .cont .cta .text-title-img-section .text a:hover, .text-title-img-section .text .resource-reference-section ul.resources .cont .cta a:hover, .resource-reference-section ul.resources .cont .cta .text-title-img-section .text a:hover, .text-title-img-section .home.page .resources-section .featured .text .cta a:hover, .home.page .resources-section .featured .text-title-img-section .text .cta a:hover, .text-title-img-section .text li .text-sec .cta-section a:hover, .text-title-img-section li .text-sec .cta-section .text a:hover, .text-title-img-section .text p a:hover, p .text-title-img-section .text a:hover,
.resource-reference-section .text .cont a:hover, .text-title-img-section .cta-section a:hover,
#query_results .meta a:hover, .hentry a:hover, .et-career-item .bb:hover, .et-career-item .layout-news .news-reference-section ul.news-reference .cont .cta a:hover, .layout-news .news-reference-section ul.news-reference .cont .cta .et-career-item a:hover, .et-career-item .resource-reference-section ul.resources .cont .cta a:hover, .resource-reference-section ul.resources .cont .cta .et-career-item a:hover, .et-career-item .home.page .resources-section .featured .text .cta a:hover, .home.page .resources-section .featured .text .cta .et-career-item a:hover, .et-career-item .text-title-img-section li .text-sec .cta-section a:hover, .text-title-img-section li .text-sec .cta-section .et-career-item a:hover, .et-career-item p a:hover, p .et-career-item a:hover, .et-accordion a:hover {
  text-decoration: none !important;
  box-shadow: inset 0px -1.2em 0px 0px #ffbf3d;
  -webkit-box-shadow: inset 0px -1.2em 0px 0px #ffbf3d;
}

.meta, .date-meta {
  margin-bottom: 12px !important;
}

span.cta, .cta-section a, .tti-rows .text a.bb, .tti-rows .text .layout-news .news-reference-section ul.news-reference .cont .cta a, .layout-news .news-reference-section ul.news-reference .cont .cta .tti-rows .text a, .tti-rows .text .resource-reference-section ul.resources .cont .cta a, .resource-reference-section ul.resources .cont .cta .tti-rows .text a, .tti-rows .home.page .resources-section .featured .text .cta a, .home.page .resources-section .featured .tti-rows .text .cta a, .tti-rows .text .text-title-img-section li .text-sec .cta-section a, .text-title-img-section li .text-sec .cta-section .tti-rows .text a, .tti-rows .text p a, p .tti-rows .text a {
  font-size: 0.99rem;
  line-height: 1.4;
  font-weight: 400 !important;
}

.text .cta-section {
  display: inline-block;
}

.et-accordion a {
  font-weight: normal !important;
}

.btn, .single .cta-bottom a,
.page .cta-bottom a,
.archive .cta-bottom a,
.search-results .cta-bottom a,
.search-no-results .cta-bottom a, .single .hero .hero-cta a,
.page .hero .hero-cta a,
.archive .hero .hero-cta a,
.search-results .hero .hero-cta a,
.search-no-results .hero .hero-cta a, .home.page .hero .cta a, form input[type=submit], .blue-promo .cta-section a, .button a, #cookie-law-info-bar a.cli-plugin-button, .malinky-load-more a {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 8px 20px;
  background: #ffbf3d;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #3b3d3f !important;
  border-radius: 3px;
  transition: all 125ms ease-out;
  -webkit-transition: all 125ms ease-out;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: 500;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  cursor: pointer;
}
.btn:hover, .single .cta-bottom a:hover,
.page .cta-bottom a:hover,
.archive .cta-bottom a:hover,
.search-results .cta-bottom a:hover,
.search-no-results .cta-bottom a:hover, .single .hero .hero-cta a:hover,
.page .hero .hero-cta a:hover,
.archive .hero .hero-cta a:hover,
.search-results .hero .hero-cta a:hover,
.search-no-results .hero .hero-cta a:hover, .home.page .hero .cta a:hover, form input[type=submit]:hover, .blue-promo .cta-section a:hover, .button a:hover, #cookie-law-info-bar a.cli-plugin-button:hover, .malinky-load-more a:hover {
  transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0px 4px 14px -5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 14px -5px rgba(0, 0, 0, 0.25);
}
.btn.wht.wht, .single .cta-bottom a.wht.wht,
.page .cta-bottom a.wht.wht,
.archive .cta-bottom a.wht.wht,
.search-results .cta-bottom a.wht.wht,
.search-no-results .cta-bottom a.wht.wht, .single .hero .hero-cta a.wht.wht,
.page .hero .hero-cta a.wht.wht,
.archive .hero .hero-cta a.wht.wht,
.search-results .hero .hero-cta a.wht.wht,
.search-no-results .hero .hero-cta a.wht.wht, .home.page .hero .cta a.wht.wht, form input.wht.wht[type=submit], .blue-promo .cta-section a.wht.wht, .button a.wht.wht, .btn.wht, .btn.cookie_action_close_header_reject.wht, .btn.cookie_action_close_header_reject, .single .cta-bottom a.cookie_action_close_header_reject,
.page .cta-bottom a.cookie_action_close_header_reject,
.archive .cta-bottom a.cookie_action_close_header_reject,
.search-results .cta-bottom a.cookie_action_close_header_reject,
.search-no-results .cta-bottom a.cookie_action_close_header_reject, .single .hero .hero-cta a.cookie_action_close_header_reject,
.page .hero .hero-cta a.cookie_action_close_header_reject,
.archive .hero .hero-cta a.cookie_action_close_header_reject,
.search-results .hero .hero-cta a.cookie_action_close_header_reject,
.search-no-results .hero .hero-cta a.cookie_action_close_header_reject, .home.page .hero .cta a.cookie_action_close_header_reject, form input.cookie_action_close_header_reject[type=submit], .blue-promo .cta-section a.cookie_action_close_header_reject, .button a.cookie_action_close_header_reject, #cookie-law-info-bar a.cli-plugin-button.wht.wht, #cookie-law-info-bar a.cli-plugin-button.wht, #cookie-law-info-bar a.cli-plugin-button.cookie_action_close_header_reject.wht, #cookie-law-info-bar a.cli-plugin-button.cookie_action_close_header_reject, .malinky-load-more a.wht.wht, .malinky-load-more a.wht, .malinky-load-more a.cookie_action_close_header_reject.wht, .malinky-load-more a.cookie_action_close_header_reject {
  border: 2px solid #ffbf3d;
  background: transparent;
}
.btn.transparent, .single .cta-bottom a.transparent,
.page .cta-bottom a.transparent,
.archive .cta-bottom a.transparent,
.search-results .cta-bottom a.transparent,
.search-no-results .cta-bottom a.transparent, .single .hero .hero-cta a.transparent,
.page .hero .hero-cta a.transparent,
.archive .hero .hero-cta a.transparent,
.search-results .hero .hero-cta a.transparent,
.search-no-results .hero .hero-cta a.transparent, .home.page .hero .cta a.transparent, form input.transparent[type=submit], .blue-promo .cta-section a.transparent, .button a.transparent, #cookie-law-info-bar a.cli-plugin-button.transparent, .malinky-load-more a.transparent {
  border: 1px solid #fff;
  background: transparent;
  color: #fff !important;
}

.malinky-load-more {
  margin: 0 auto;
  margin-top: 20px;
  clear: both;
  display: block;
}

.cli-plugin-button.cli-plugin-main-button {
  background: #ffbf3d !important;
}

.cli-plugin-button.cli-plugin-main-button.cookie_action_close_header_reject {
  background: transparent !important;
}

.blue-promo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background: #e4f2f7;
  border-radius: 7px;
}
@media (max-width: 480px) {
  .blue-promo {
    margin-left: -24px;
    margin-right: -24px;
    padding: 30px 24px;
    border-radius: 0;
    -webkit-border-radius: 0;
    width: auto;
  }
}
.blue-promo .text-section .title {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  margin-bottom: -1px;
}
@media (max-width: 480px) {
  .blue-promo {
    display: block;
  }
  .blue-promo .text-section {
    margin-bottom: 10px;
  }
}

.text-sec .cta-section a {
  display: inline-block;
  font-size: 0.99rem;
  font-weight: 400 !important;
}

#cookie-law-info-bar {
  padding: 0 24px;
  box-shadow: 0px 0px 37px 0 rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 0px 37px 0 rgba(0, 0, 0, 0.17);
}
#cookie-law-info-bar a.cli-plugin-button {
  padding: 8px 20px !important;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-top: 22px;
}
#cookie-law-info-bar a.cli-plugin-button.cookie_action_close_header_reject {
  border-width: 1px;
}
#cookie-law-info-bar .cli_messagebar_head {
  font-size: 0.9em;
  padding-top: 26px;
  margin-bottom: 13px;
}
#cookie-law-info-bar span {
  font-size: 1.2em;
}
@media (max-width: 767px) {
  #cookie-law-info-bar {
    text-align: left;
  }
  #cookie-law-info-bar a.cli-plugin-button {
    margin-right: 3px;
  }
}

@keyframes fadeInUpCentro {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*
.fadeInUp{
  -webkit-animation: fadeInUpCentro !important;
  -moz-animation: fadeInUpCentro !important;
  -o-animation: fadeInUpCentro !important;
  -ms-animation: fadeInUpCentro !important;
  animation: fadeInUpCentro !important;
}
*/
.fadeInUp {
  -webkit-animation-name: fadeInUpCentro;
  animation-name: fadeInUpCentro;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) 0.55s;
}

/* --------------------------------

Primary style

-------------------------------- */
.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}

.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }

  .cd-title h1 {
    font-size: 3rem;
  }
}
.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}
.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* --------------------------------

xrotate-1

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* --------------------------------

xtype

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* --------------------------------

xrotate-2

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
  opacity: 0;
}

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* --------------------------------

xloading-bar

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0096a7;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}

.cd-headline.loading-bar b {
  top: 0.2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* --------------------------------

xslide

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* --------------------------------

xclip

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* --------------------------------

xzoom

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.zoom b {
  opacity: 0;
}

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* --------------------------------

xrotate-3

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-3 b {
  opacity: 0;
}

.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* --------------------------------

xscale

-------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* --------------------------------

xpush

-------------------------------- */
.cd-headline.push b {
  opacity: 0;
}

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
header#header nav {
  align-self: flex-end;
  padding: 8px 0;
}
header#header ul {
  display: flex;
  align-items: center;
}
header#header ul li a {
  font-size: 1.1em;
  font-weight: 500;
  color: #fff;
}
header#header nav#menu {
  margin-left: 71px;
}
@media (max-width: 1024px) {
  header#header nav#menu {
    margin-left: 40px;
  }
}
header#header nav#menu li {
  position: relative;
  margin-right: 20px;
  transition: all 0.3s;
}
header#header nav#menu li.arrow > a {
  position: relative;
  padding-right: 61px;
}
@media (max-width: 840px) {
  header#header nav#menu li.arrow > a {
    padding-right: 44px;
  }
}
header#header nav#menu li.arrow > a:after {
  position: absolute;
  top: 0px;
  margin-left: 10px;
  content: url(../images/institute-downarrow-2x.svg);
}
header#header nav#menu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: opacity 250ms ease 10ms, transform 250ms ease 10ms, visibility 0ms linear 0ms;
  -webkit-transition: opacity 250ms ease 10ms, transform 250ms ease 10ms, visibility 0ms linear 0ms;
  pointer-events: all;
}
header#header nav#menu li ul.sub-menu {
  display: block;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 95%;
  left: -95px;
  width: 231px;
  margin-top: 1px;
  background: #fcfcfc;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.15);
  transition: opacity 250ms ease 0ms, transform 250ms ease 0ms, visibility 0ms linear 251ms;
  -webkit-transition: opacity 250ms ease 0ms, transform 250ms ease 0ms, visibility 0ms linear 251ms;
}
header#header nav#menu li ul.sub-menu li {
  display: block;
  margin: 0 0 1px;
}
header#header nav#menu li ul.sub-menu li.current-menu-item > a {
  background: #eee;
}
header#header nav#menu li ul.sub-menu li a {
  display: block;
  padding: 11px 20px;
  color: #3b3d3f;
  font-size: 0.95em;
  border-radius: 0px;
  transition: all 250ms ease-out;
  font-weight: normal;
}
header#header nav#menu li ul.sub-menu li a:hover {
  background: #efefef;
}
header#header nav#menu li ul.sub-menu li ul.sub-menu {
  position: relative;
  top: auto;
  left: 0;
  width: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
header#header nav#menu li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
header#header nav#menu li ul.sub-menu li ul.sub-menu li {
  display: block;
}
header#header nav#menu li ul.sub-menu li ul.sub-menu li a {
  padding: 10px 10px 10px 35px;
}
header#header nav#menu li ul.sub-menu li:first-child a {
  border-radius: 0 0 4px 4px;
}
header#header nav#menu li ul.sub-menu li:first-child a {
  border-radius: 4px 4px 0 0;
}
header#header .menu-main-menu-container {
  position: relative;
  top: -8px;
}
header#header.scrolled .menu-main-menu-container {
  position: relative;
  top: -12px;
}
header#header nav#utility-menu {
  flex-basis: 1;
}
header#header nav#utility-menu ul#menu-utility-menu > li > a {
  white-space: nowrap;
}
header#header nav#utility-menu ul li.button {
  margin-right: 37px;
}
@media (max-width: 840px) {
  header#header nav#utility-menu ul li.button {
    margin-right: 14px;
  }
}
header#header.scrolled ul li a {
  color: #3b3d3f;
}
header#header.scrolled nav#utility-menu ul li a {
  color: #3b3d3f;
}
@media (max-width: 890px) {
  header#header nav#menu {
    margin-left: 50px;
  }
  header#header nav#menu li {
    margin-right: 0;
  }
}
@media (max-width: 840px) {
  header#header nav#menu {
    margin-left: 22px;
  }
}
@media (max-width: 768px) {
  header#header ul li a {
    color: #3b3d3f;
  }
  header#header nav#utility-menu ul li a {
    color: #3b3d3f;
  }
}
.fa-chevron-down:before, .fa-chevron-up:before {
  position: absolute;
  top: -5px;
  margin-left: 10px;
  content: url(../images/institute-downarrow-2x.svg) !important;
}

.fa-chevron-up:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

body .bellows .bellows-nav .bellows-subtoggle {
  display: inline-block;
  position: relative;
  right: 0;
  top: 0;
  width: 8px;
}

li.bellows-menu-item.bellows-active {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

#mobile-menu li.bellows-active > ul > li:last-child {
  padding-bottom: 10px;
}

#menu-main-menu > li {
  padding-bottom: 16px;
  position: relative;
  top: 16px;
}

#mobile-menu .bellows-nav > li {
  margin-bottom: 10px;
  display: block;
  padding-top: 7px !important;
}
#mobile-menu .bellows-nav li:first-child {
  padding-top: 7px !important;
}

#mobile-menu .bellows_navigation_widget-class {
  padding: 0 !important;
}

@media (max-width: 767px) {
  #utility-menu li.button {
    margin-bottom: 14px !important;
  }
}
#menu-main-menu > .menu-item-has-children {
  cursor: default;
}

#menu-main-menu > li > ul.sub-menu:after, #menu-main-menu > li > ul.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  margin-left: -3px;
}
#menu-main-menu > li > ul.sub-menu:after {
  top: -22px;
  border-color: transparent transparent #fcfcfc transparent;
  border-width: 11px;
}
#menu-main-menu > li > ul.sub-menu:before {
  top: -23px;
  border-color: transparent transparent #D3D3D3 transparent;
  border-width: 11px 10px 11px 11px;
}

body.nav-reverse ul#menu-main-menu > li a, body.nav-reverse #menu-utility-menu > li a, body.archive ul#menu-main-menu > li a, body.archive #menu-utility-menu > li a, body.single:not(.single-solutions_child) ul#menu-main-menu > li a, body.single:not(.single-solutions_child) #menu-utility-menu > li a, body.postid-9921 ul#menu-main-menu > li a, body.postid-9921 #menu-utility-menu > li a, body.search ul#menu-main-menu > li a, body.search #menu-utility-menu > li a, body.error404 ul#menu-main-menu > li a, body.error404 #menu-utility-menu > li a {
  color: #3b3d3f;
}
body.nav-reverse header#header a.logo img.dk, body.archive header#header a.logo img.dk, body.single:not(.single-solutions_child) header#header a.logo img.dk, body.postid-9921 header#header a.logo img.dk, body.search header#header a.logo img.dk, body.error404 header#header a.logo img.dk {
  opacity: 1;
}
body.nav-reverse header#header a.logo img.lt, body.archive header#header a.logo img.lt, body.single:not(.single-solutions_child) header#header a.logo img.lt, body.postid-9921 header#header a.logo img.lt, body.search header#header a.logo img.lt, body.error404 header#header a.logo img.lt {
  opacity: 0;
}

#mobile-menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3b3d3f;
  overflow: auto;
  opacity: 0;
  z-index: -1;
}
#mobile-menu .custom-html-widget {
  padding-top: 10px;
}
#mobile-menu .custom-html-widget .inner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#mobile-menu .custom-html-widget section#branding {
  display: flex;
  align-items: center;
}
#mobile-menu .custom-html-widget a.logo {
  width: 90px;
  display: inline-block;
  position: relative;
}
#mobile-menu .custom-html-widget .mobile-trigger {
  justify-content: center;
  line-height: 2.3em;
  font-size: 1.55em;
  text-align: center;
  color: #9a9a97;
  cursor: pointer;
}
#mobile-menu .custom-html-widget .mobile-trigger > div {
  font-size: 1.1em;
  line-height: 2.3em;
  position: relative;
  top: -12px;
  left: -2px;
}
#mobile-menu .custom-html-widget .logo img {
  position: relative;
  top: -13px;
}
#mobile-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobile-menu > li {
  margin-bottom: 10px;
}
#mobile-menu a {
  color: #fff;
}
#mobile-menu.vis {
  opacity: 1;
  z-index: 2200;
}
#mobile-menu ul {
  text-align: center;
}
#mobile-menu li {
  margin-bottom: 0px;
}

#mobile-menu nav#utility-menu {
  position: absolute;
  bottom: 20px;
  left: 50%;
  padding: 0 !important;
  margin-left: -73px !important;
  z-index: 99999;
}
#mobile-menu nav#utility-menu .inner-wrap {
  padding: 0 !important;
}
#mobile-menu .mobile-trigger {
  opacity: 0;
}

.centro-slide-out-menu ul.menu li a {
  padding: 12px;
  display: block;
  cursor: pointer;
}
.centro-slide-out-menu ul.menu li .is-toggle {
  display: inline-block;
  width: 11px;
  height: 8px;
  background: url(../images/institute-downarrow-2x.svg) !important;
  background-repeat: no-repeat !important;
  transform: rotate(-90deg);
  margin-left: 13px;
  margin-right: -22px;
}
.centro-slide-out-menu ul.menu li:active {
  background: rgba(0, 0, 0, 0.33);
}
.centro-slide-out-menu ul.menu li i {
  color: #f4bd57;
}
.centro-slide-out-menu ul.menu li.prev-item {
  cursor: pointer;
  padding: 12px !important;
  color: #fff;
  text-indent: -10px;
}
.centro-slide-out-menu ul.menu li.prev-item .is-toggle {
  transform: rotate(90deg);
  margin-right: 9px;
  margin-left: -9px;
  position: relative;
  top: -1px;
}
.centro-slide-out-menu ul.menu > li .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  display: none;
  transform: translateX(100%);
  transition: all 250ms ease-out;
  z-index: 999;
  margin-top: 67px !important;
  background: #3b3d3f;
}
.centro-slide-out-menu ul.menu > li .sub-menu.display {
  display: block;
}
.centro-slide-out-menu ul.menu > li .sub-menu.active {
  transform: translateX(0%);
  opacity: 1;
}
.centro-slide-out-menu ul.menu > li .sub-menu .sub-menu {
  margin-top: 0 !important;
}

.mobile-trigger {
  position: fixed;
  right: 11px;
  top: -9px;
  z-index: 9999;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #3a3d40;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #3a3d40;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
  transform: scale(0.55);
  margin-top: 9px;
  padding-right: 3px;
}
.hamburger.is-active {
  opacity: 0.5;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #f9f9f9;
}
.hamburger.is-active .hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger.is-active .hamburger-inner::after {
  background-color: #f9f9f9;
}

@media (min-width: 768px) {
  #header.scrolled .hamburger {
    margin-top: 16px;
  }
}

.mobile-trigger {
  display: none;
}

@media (max-width: 768px) {
  .mobile-trigger {
    display: block;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  #header.scrolled #branding img.fluid-img.dk {
    margin-top: -4px;
  }
}
a.post-edit-link {
  display: none;
}

* {
  box-sizing: border-box;
}

body, div, p {
  widows: 3;
  orphans: 3;
}

html, body, #wrapper {
  width: 100%;
}

.inner-wrap {
  padding: 0 !important;
}
@media (max-width: 1285px) {
  .inner-wrap {
    padding: 0 30px !important;
  }
}
@media (max-width: 767px) {
  .inner-wrap {
    padding: 0 24px !important;
  }
}

#content {
  background: #fff;
}
.layout-page .category-name .inside,
.archive .category-name .inside,
.search-results .category-name .inside,
.search-no-results .category-name .inside,
.layout-resource .category-name .inside, .inner-wrap, #mobile-menu nav#utility-menu .inner-wrap {
  max-width: 1205px;
  margin: auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media (max-width: 768px) {
  .layout-page .category-name .inside,
.archive .category-name .inside,
.search-results .category-name .inside,
.search-no-results .category-name .inside,
.layout-resource .category-name .inside, .inner-wrap, #mobile-menu nav#utility-menu .inner-wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.layout-page .category-name .narrow.inside,
.archive .category-name .narrow.inside,
.search-results .category-name .narrow.inside,
.search-no-results .category-name .narrow.inside,
.layout-resource .category-name .narrow.inside, .narrow.inner-wrap, #mobile-menu nav#utility-menu .narrow.inner-wrap {
  max-width: 600px;
}

#branding {
  min-height: 57px !important;
}

header#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(0px);
  min-height: 57px;
  -webkit-transform: translateY(0px);
  padding-top: 67px;
  padding-bottom: 5px;
  z-index: 2000;
}
@media (max-width: 1024px) and (min-width: 769px) {
  header#header {
    padding-top: 37px;
    padding-bottom: 5px;
  }
}
header#header .outer-wrap {
  height: 100%;
}
header#header .inner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}
header#header .head-left {
  display: flex;
  align-items: stretch;
}
header#header section#branding {
  display: flex;
}
header#header a.logo {
  position: relative;
  width: 168px;
  align-self: center;
  display: inline-block;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 2.4em;
  color: #ffbf3d;
}
@media (max-width: 840px) {
  header#header a.logo {
    width: 157px;
  }
}
@media (max-width: 767px) {
  header#header a.logo {
    width: 90px;
  }
}
header#header a.logo img.lt {
  opacity: 1;
}
header#header a.logo img.dk {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
header#header .mobile-trigger {
  display: none;
  justify-content: center;
  line-height: 2.3em;
  font-size: 1.55em;
  text-align: center;
  color: #9a9a97;
  cursor: pointer;
}
header#header .mobile-trigger div {
  align-self: center;
}
header#header .mobile-trigger .close {
  display: none;
}
header#header.scrolled {
  position: fixed;
  padding-top: 10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(-90px);
  -webkit-transform: translateY(-90px);
  transition: transform 250ms ease-out;
  -webkit-transition: transform 250ms ease-out;
}
@media (max-width: 767px) {
  header#header.scrolled {
    padding-top: 0;
  }
}
header#header.scrolled.active {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: transform 250ms ease-out 0ms;
  -webkit-transition: transform 250ms ease-out 0ms;
}
header#header.scrolled a.logo img.lt {
  opacity: 0;
}
header#header.scrolled a.logo img.dk {
  opacity: 1;
}
@media (max-width: 768px) {
  header#header {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding-top: 0px;
    padding-bottom: 0px;
  }
  header#header a.logo img.lt {
    opacity: 0;
  }
  header#header a.logo img.dk {
    opacity: 1;
  }
  header#header section#branding {
    flex: 0 0 80%;
  }
  header#header nav {
    display: none;
  }
  header#header .mobile-trigger {
    display: flex;
  }
}
@media (max-width: 767px) {
  header#header a.logo {
    font-size: 1.6rem;
  }
}
@media (max-width: 680px) {
  .affiliations-footer br {
    display: none;
  }
}
footer#footer .col.col-03 .title, footer#footer .col.col-02 ul#menu-main-menu-1 > li {
  flex: 0 0 27%;
  margin-bottom: 15px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
footer#footer .col.col-03 .title > a, footer#footer .col.col-02 ul#menu-main-menu-1 > li > a {
  cursor: default;
}

footer#footer {
  padding: 73px 0 93px 0;
  margin-bottom: -21px;
  background: #3b3d3f;
  color: #ddd;
  position: relative;
}
footer#footer .title {
  font-size: 0.98rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
footer#footer .inner-wrap {
  display: flex;
  justify-content: space-between;
}
footer#footer a {
  color: #bcbaba;
  font-weight: 400;
}
footer#footer a:hover {
  color: #ffbf3d;
}
footer#footer section#copyright {
  position: absolute;
  bottom: 38px;
}
@media (max-width: 480px) {
  footer#footer section#copyright {
    bottom: 16px;
  }
}
footer#footer ul.menu > li > a {
  display: block;
  margin-bottom: 31px;
}
@media (max-width: 890px) {
  footer#footer ul.menu > li > a {
    margin-bottom: 15px;
  }
}
footer#footer ul.sub-menu ul.sub-menu {
  margin-top: 11px !important;
}
footer#footer .sub-menu a {
  line-height: 1.23;
  font-size: 1.1em;
}
footer#footer .sub-menu li {
  margin-bottom: 10px;
}
footer#footer .menu-main-menu-container {
  width: 100%;
}
footer#footer .col.col-02 {
  flex: 60%;
  padding: 0 10%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer#footer .col.col-02 {
    padding: 0 20px;
  }
}
footer#footer .col.col-02 #menu {
  display: flex;
  justify-content: space-between;
}
footer#footer .col.col-03 {
  flex: none;
}
footer#footer .col.col-01 a.logo {
  display: inline-block;
  max-width: 100px;
  margin-bottom: 66px;
}
footer#footer .col.col-01 #address {
  margin-bottom: 24px;
  font-size: 0.85rem;
  line-height: 1.4;
}
footer#footer .col.col-01 ul.sn-icons {
  margin-bottom: 30px;
  font-size: 1.4rem;
}
footer#footer .col.col-01 ul.sn-icons li {
  display: inline-block;
  margin-right: 8px;
}
footer#footer .col.col-01 ul.sn-icons a {
  color: #6a6c6d;
}
footer#footer .col.col-01 ul.sn-icons a:hover {
  color: #838687;
}
footer#footer .col.col-01 ul.sn-icons img {
  width: auto;
  max-height: 18px;
  opacity: 0.75;
  transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
}
footer#footer .col.col-01 ul.sn-icons img:hover {
  opacity: 1;
}
footer#footer .col.col-01 #copyright {
  font-size: 0.85rem;
}
footer#footer .col.col-02 ul#menu-main-menu-1 {
  display: flex;
  justify-content: space-between;
}
footer#footer .col.col-02 ul#menu-main-menu-1 > li {
  flex: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer#footer .col.col-02 ul#menu-main-menu-1 > li {
    padding-right: 20px;
  }
}
footer#footer .col.col-02 ul#menu-main-menu-1 > li > a {
  font-size: 0.98rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
footer#footer .col.col-02 ul#menu-main-menu-1 > li > a, footer#footer .col.col-02 ul#menu-main-menu-1 > li > a:hover {
  color: #ddd;
}
footer#footer .col.col-02 ul#menu-main-menu-1 > li ul {
  font-size: 1rem;
  text-transform: none;
  font-weight: 300;
}
footer#footer .col.col-03 .title {
  font-size: 0.98rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
footer#footer .col.col-03 ul.affiliations li {
  margin-bottom: 5px;
}
footer#footer .col.col-03 ul.affiliations li img {
  width: auto;
  height: 27px;
  opacity: 0.75;
  transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
}
footer#footer .col.col-03 ul.affiliations li img:hover {
  opacity: 1;
}
@media (max-width: 890px) {
  footer#footer .col.col-02 ul#menu-main-menu-1 {
    flex-wrap: wrap;
  }
  footer#footer .col.col-02 ul#menu-main-menu-1 > li {
    flex: 0 0 47%;
    margin-bottom: 31px;
  }
}
@media (max-width: 767px) {
  footer#footer .inner-wrap {
    display: block;
  }
  footer#footer .col.col-02 {
    width: 100%;
    padding: 0 !important;
    margin-left: 0 !important;
  }
  footer#footer .col.col-02 ul#menu-main-menu-1 {
    display: block;
  }
}
@media (max-width: 480px) {
  footer#footer {
    padding: 30px 0;
  }
  footer#footer .inner-wrap {
    display: block;
  }
  footer#footer .col {
    margin-bottom: 20px;
  }
  footer#footer .col.col-01 a.logo {
    margin-bottom: 10px;
  }
  footer#footer .col.col-01 ul.sn-icons {
    margin-bottom: 10px;
  }
  footer#footer .col.col-02 {
    max-width: 375px;
    margin: auto;
  }
}

.subhero {
  background: url(../images/lines-angled-02.png);
  border: 10px solid #fff;
}
.subhero p {
  line-height: 1.4;
}
.subhero .subhero-text {
  position: relative;
  padding: 60px 0;
  text-align: center;
  max-width: 970px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .subhero .subhero-text {
    padding: 35px 0 19px 0;
  }
}
.subhero .subhero-text p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.subhero.who-subhero .subhero-text {
  padding: 40px 0 18px 0;
}
@media (max-width: 600px) {
  .subhero.who-subhero .subhero-text {
    padding: 35px 0 35px 0;
  }
}
.subhero .text-main {
  padding: 0;
}
.subhero .text-main p {
  margin-top: 4%;
}
@media (max-width: 767px) {
  .subhero {
    border: none;
  }
}

.video-section {
  padding: 65px 0px;
  background: #f5f5f5;
}
.video-section .inner-wrap .video {
  flex: 0 0 58%;
  width: 100%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}
.video-section .text-sec {
  flex: 0 0 36%;
}
@media (max-width: 767px) {
  .video-section {
    padding: 30px 24px;
  }
  .video-section .inner-wrap {
    display: block;
  }
  .video-section .text-sec {
    padding: 20px 20px 0;
  }
}
@media (max-width: 480px) {
  .video-section {
    text-align: center;
  }
  .video-section .text-sec {
    padding: 30px 0 0 0;
  }
  .video-section .inner-wrap {
    padding: 0 !important;
  }
  .video-section .inner-wrap .video {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
  .video-section h2, .video-section .h2, .video-section .subhero .text-main, .subhero .video-section .text-main {
    line-height: 1.26;
  }
}

.text-title-img-section li {
  position: relative;
  padding: 75px 0;
  background-position: 100% 50%;
  background-size: 50% auto !important;
}
.text-title-img-section li.drop-margins-no {
  padding: 0;
}
.text-title-img-section li.drop-margins-notop {
  padding-top: 0;
}
.text-title-img-section li.drop-margins-nobottom {
  padding-bottom: 0;
}
.text-title-img-section li[data-layout=reverse] .inner-wrap.flex-defaults.aic {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .text-title-img-section li {
    padding: 24px 0 !important;
  }
}
.text-title-img-section li .text-sec {
  flex: 0 0 36%;
}
.text-title-img-section li .text-sec .heading {
  margin-bottom: 31px;
}
.text-title-img-section li .text-sec .btn, .text-title-img-section li .text-sec .single .cta-bottom a, .single .cta-bottom .text-title-img-section li .text-sec a,
.text-title-img-section li .text-sec .page .cta-bottom a,
.page .cta-bottom .text-title-img-section li .text-sec a,
.text-title-img-section li .text-sec .archive .cta-bottom a,
.archive .cta-bottom .text-title-img-section li .text-sec a,
.text-title-img-section li .text-sec .search-results .cta-bottom a,
.search-results .cta-bottom .text-title-img-section li .text-sec a,
.text-title-img-section li .text-sec .search-no-results .cta-bottom a,
.search-no-results .cta-bottom .text-title-img-section li .text-sec a, .text-title-img-section li .text-sec .single .hero .hero-cta a, .single .hero .hero-cta .text-title-img-section li .text-sec a,
.text-title-img-section li .text-sec .page .hero .hero-cta a,
.page .hero .hero-cta .text-title-img-section li .text-sec a,
.text-title-img-section li .text-sec .archive .hero .hero-cta a,
.archive .hero .hero-cta .text-title-img-section li .text-sec a,
.text-title-img-section li .text-sec .search-results .hero .hero-cta a,
.search-results .hero .hero-cta .text-title-img-section li .text-sec a,
.text-title-img-section li .text-sec .search-no-results .hero .hero-cta a,
.search-no-results .hero .hero-cta .text-title-img-section li .text-sec a, .text-title-img-section li .text-sec .home.page .hero .cta a, .home.page .hero .cta .text-title-img-section li .text-sec a, .text-title-img-section li .text-sec form input[type=submit], form .text-title-img-section li .text-sec input[type=submit], .text-title-img-section li .text-sec .button a, .button .text-title-img-section li .text-sec a, .text-title-img-section li .text-sec .blue-promo .cta-section a, .blue-promo .cta-section .text-title-img-section li .text-sec a {
  margin-top: 15px;
}
.text-title-img-section li .text-sec .text-item:nth-child(even) {
  margin-top: 15%;
}
.text-title-img-section li .image-sec {
  flex: 0 0 55%;
  text-align: right;
}
.text-title-img-section li .image-sec img {
  display: inline-block;
}
.text-title-img-section li:nth-child(even) {
  background-color: #f5f5f5;
  background-position: 0 50%;
}
.text-title-img-section li:nth-child(even) .text-sec {
  order: 1;
}
.text-title-img-section li:nth-child(even) .image-sec {
  text-align: left;
}
.text-title-img-section li[data-crop-img=yes] {
  overflow: hidden;
  max-width: 100%;
}
.text-title-img-section li[data-crop-img=yes] .image-sec img {
  max-width: none;
}
.text-title-img-section li[data-crop-img=yes] .image-sec {
  max-width: 55%;
}
@media (max-width: 1024px) {
  .text-title-img-section li[data-crop-img=yes] .image-sec {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .text-title-img-section li[data-crop-img=yes] .image-sec {
    max-width: 100%;
  }
}
.text-title-img-section li[data-crop-img=yes]:nth-child(odd) .image-sec img, .text-title-img-section li[data-crop-img=yes][data-layout=reverse]:nth-child(odd) .image-sec img {
  margin-right: auto;
  margin-left: -20px;
}
@media (max-width: 767px) {
  .text-title-img-section li[data-crop-img=yes]:nth-child(odd) .image-sec img, .text-title-img-section li[data-crop-img=yes][data-layout=reverse]:nth-child(odd) .image-sec img {
    margin-left: 0px;
  }
}
.text-title-img-section li[data-crop-img=yes]:nth-child(even) .image-sec img, .text-title-img-section li[data-crop-img=yes][data-layout=reverse]:nth-child(even) .image-sec img {
  margin-left: auto;
  margin-right: 14.5%;
}
@media (max-width: 1600px) {
  .text-title-img-section li[data-crop-img=yes]:nth-child(even) .image-sec img, .text-title-img-section li[data-crop-img=yes][data-layout=reverse]:nth-child(even) .image-sec img {
    margin-right: 7%;
  }
}
@media (max-width: 1200px) {
  .text-title-img-section li[data-crop-img=yes]:nth-child(even) .image-sec img, .text-title-img-section li[data-crop-img=yes][data-layout=reverse]:nth-child(even) .image-sec img {
    margin-right: 3%;
  }
}
@media (max-width: 667px) {
  .text-title-img-section li[data-crop-img=yes] .image-sec img {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
  }
}
.text-title-img-section li[data-crop-img=bottom] .image-sec {
  position: absolute;
  left: 50%;
  max-width: 55%;
  top: 30px;
}
@media (max-width: 667px) {
  .text-title-img-section li[data-crop-img=bottom] .image-sec {
    display: block;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0;
    margin-top: 0;
    bottom: -90%;
    top: auto;
  }
}
@media (max-width: 405px) {
  .text-title-img-section li[data-crop-img=bottom] .image-sec {
    bottom: -70%;
  }
}
@media (max-width: 667px) {
  .text-title-img-section li[data-crop-img=bottom] {
    padding-bottom: 50% !important;
  }
}
.text-title-img-section li .mob-bg-img {
  display: none;
}
@media (max-width: 1024px) {
  .text-title-img-section li {
    background-size: contain !important;
  }
}
@media (max-width: 767px) {
  .text-title-img-section li {
    background-image: none !important;
  }
  .text-title-img-section li .cycle-style-right-overlay {
    display: none;
  }
  .text-title-img-section li .mob-bg-img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .text-title-img-section li .text-sec {
    flex: 0 0 47%;
  }
  .text-title-img-section li .image-sec {
    flex: 0 0 47%;
  }
}
@media (max-width: 767px) {
  .text-title-img-section li {
    padding: 40px 0;
  }
  .text-title-img-section li .inner-wrap {
    display: block;
  }
  .text-title-img-section li .text-sec {
    width: 100%;
  }
  .text-title-img-section li .image-sec {
    margin-top: 20px;
  }
  .text-title-img-section li .image-sec img {
    max-width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 667px) {
  .text-title-img-section li .image-sec img {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 480px) {
  .text-title-img-section li .text-sec {
    width: 100%;
  }
}

.text-title-section {
  padding: 5% 0;
}
@media (max-width: 767px) {
  .text-title-section {
    padding: 36px 0 0;
  }
}
.text-title-section .intro-text {
  margin-bottom: 7%;
  text-align: center;
}
.text-title-section ul.tt-rows {
  flex-wrap: wrap;
}
.text-title-section ul.tt-rows li {
  flex: 0 0 29%;
  margin: 0 0 4%;
}
@media (max-width: 768px) {
  .text-title-section ul.tt-rows li {
    flex: 0 0 45%;
  }
}
@media (max-width: 767px) {
  .text-title-section ul.tt-rows {
    display: block;
  }
}

.text-title-section + .blue-promo-section {
  padding-top: 0;
}

.custom-html-section {
  padding: 5% 0;
}
@media (max-width: 767px) {
  .custom-html-section {
    padding-top: 36px;
  }
}

.icon-title-text-section {
  padding: 75px 0;
}
@media (max-width: 767px) {
  .icon-title-text-section {
    padding: 40px 0;
  }
}
.icon-title-text-section .intro-text {
  margin-bottom: 3%;
  text-align: center;
}
.icon-title-text-section ul.itt-rows {
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.icon-title-text-section ul.itt-rows li {
  flex: 0 0 30%;
  margin: 0 1.5% 3%;
}
.icon-title-text-section ul.itt-rows .icon {
  margin-bottom: 18px;
}
@media (max-width: 480px) {
  .icon-title-text-section ul.itt-rows .icon {
    margin-bottom: 3px;
  }
}
@media (max-width: 1024px) {
  .icon-title-text-section ul.itt-rows {
    justify-content: space-between;
  }
  .icon-title-text-section ul.itt-rows li {
    flex: 0 0 46%;
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .icon-title-text-section ul.itt-rows {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .icon-title-text-section ul.itt-rows {
    display: block;
  }
  .icon-title-text-section ul.itt-rows li h2.title {
    margin-bottom: 12px;
  }
  .icon-title-text-section ul.itt-rows li h2.title div {
    display: inline-block;
  }
}

ul.promos-duo li {
  flex: 0 0 50%;
}
ul.promos-duo li .cont {
  padding: 12%;
}
ul.promos-duo li .title,
ul.promos-duo li .text {
  color: #fff;
}
ul.promos-duo li .text {
  margin-bottom: 20px;
  line-height: 1.33;
}
@media (max-width: 767px) {
  ul.promos-duo li .text {
    font-weight: 400;
  }
}
ul.promos-duo li .title {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  ul.promos-duo {
    display: block;
  }
}
ul.logos-partners {
  text-align: center;
}
ul.logos-partners li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 9%;
  margin: 0 3% 2%;
}
ul.logos-partners li img {
  display: inline-block;
}
@media (max-width: 890px) {
  ul.logos-partners li {
    width: 20%;
  }
}
@media (max-width: 480px) {
  ul.logos-partners li {
    width: 30%;
  }
}

.featured-black-section {
  padding: 5% 0;
  background: #3b3d3f;
  text-align: center;
}
.featured-black-section .h5, .featured-black-section h5, .featured-black-section .blue-promo .text-section .title, .blue-promo .text-section .featured-black-section .title, .featured-black-section .text-title-img-section li .text-sec .heading, .text-title-img-section li .text-sec .featured-black-section .heading, .featured-black-section .h2, .featured-black-section h2, .featured-black-section .subhero .text-main, .subhero .featured-black-section .text-main {
  color: #fff;
}
@media (max-width: 767px) {
  .featured-black-section {
    padding: 36px 24px;
  }
}

.testimonial-section {
  padding: 60px 0;
  background: #3b3d3f;
  color: #fff;
  text-align: center;
}
.testimonial-section .testimonial {
  max-width: 1137px;
  margin: -19px auto 0 auto;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial {
    margin: 0px auto 0 auto;
  }
}
.testimonial-section .text {
  position: relative;
  padding: 3% 0 1%;
  width: 90%;
  margin: auto;
  background: url(../images/homepage-sec6-left-2x.png) no-repeat 0 0;
  background-size: 68px auto;
  background-position-y: 4px;
  font-size: 2.15rem !important;
  line-height: 1.1 !important;
  font-weight: 300 !important;
  color: #fff !important;
}
@media (max-width: 600px) {
  .testimonial-section .text {
    font-size: 1.3rem !important;
    line-height: 1.5 !important;
  }
}
.testimonial-section .attrib {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.testimonial-section .h5, .testimonial-section h5, .testimonial-section .blue-promo .text-section .title, .blue-promo .text-section .testimonial-section .title, .testimonial-section .text-title-img-section li .text-sec .heading, .text-title-img-section li .text-sec .testimonial-section .heading, .testimonial-section .h2, .testimonial-section h2, .testimonial-section .subhero .text-main, .subhero .testimonial-section .text-main {
  color: #fff;
}
.testimonial-section .bottom-text {
  width: 50%;
  margin: 2% auto 0;
}
.testimonial-section.testimonial-style-light {
  background: #ffffff;
  padding: 0;
}
.testimonial-section.testimonial-style-light, .testimonial-section.testimonial-style-light .h2.text, .testimonial-section.testimonial-style-light h2.text, .testimonial-section.testimonial-style-light .subhero .text.text-main, .subhero .testimonial-section.testimonial-style-light .text.text-main, .testimonial-section.testimonial-style-light .h5, .testimonial-section.testimonial-style-light h5, .testimonial-section.testimonial-style-light .blue-promo .text-section .title, .blue-promo .text-section .testimonial-section.testimonial-style-light .title, .testimonial-section.testimonial-style-light .text-title-img-section li .text-sec .heading, .text-title-img-section li .text-sec .testimonial-section.testimonial-style-light .heading {
  color: #3b3d3f !important;
}
.testimonial-section.testimonial-style-light .inner-wrap {
  border-top: 1px solid #e0e0e0;
  padding-top: 36px !important;
}
.testimonial-section.testimonial-style-light .text {
  background: url(../images/quote-light.png) no-repeat 9px 2px;
  padding: 17px 40px;
}
.testimonial-section.testimonial-style-light .text .attrib {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .testimonial-section.testimonial-style-light .text {
    background: url(../images/quote-light.png) no-repeat 9px 2px;
    padding: 25px 0 0 0;
  }
}
@media (max-width: 890px) {
  .testimonial-section .bottom-text {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .testimonial-section .bottom-text {
    width: 80%;
  }
}
.icon-title-text-section + .testimonial-style-light {
  margin-top: -41px;
  margin-bottom: -7px;
}
@media (max-width: 860px) {
  .icon-title-text-section + .testimonial-style-light {
    margin-bottom: 60px;
  }
}

.blue-promo-section {
  padding: 4% 0;
}
@media (max-width: 480px) {
  .blue-promo-section {
    padding: 0;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  z-index: -1;
}
.overlay.vis {
  opacity: 1;
  z-index: 1000;
}

.bg-overlay-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(171deg, #191414 14%, rgba(0, 0, 0, 0) 108%);
  background: -webkit-linear-gradient(171deg, #191414 14%, rgba(0, 0, 0, 0) 108%);
  background: linear-gradient(171deg, #191414 14%, rgba(0, 0, 0, 0) 108%);
  top: 0;
  left: 0;
  z-index: 0;
}

.blue-text-cycle {
  font-weight: 300;
  font-size: 80px;
  color: #2CADDB;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  white-space: nowrap;
}
.blue-text-cycle span {
  opacity: 0;
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  transition: all 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
}
.blue-text-cycle span.show {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.cycle-description {
  margin-top: 5px;
  font-size: 16px;
  color: #3B3D40;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
}

.cycle-style-right-overlay {
  position: absolute;
  left: 25%;
  top: 50%;
  margin-left: -80px;
  margin-top: -45px;
}
@media (max-width: 678px) {
  .cycle-style-right-overlay {
    margin: 0;
    display: block;
    top: 65%;
  }
}

.dot {
  opacity: 0.4;
  font-size: 17px;
  line-height: 0;
  position: relative;
  top: 0px;
}

body span.YouTubePopUp-Close {
  background: url(/wp-content/uploads/2018/10/leadership-profile-topright-2x.svg) !important;
  bottom: auto !important;
  top: 7% !important;
  right: 7% !important;
  left: auto !important;
  position: fixed !important;
}

body .YouTubePopUp-Content {
  max-width: 80% !important;
}

body .YouTubePopUp-Content iframe {
  height: 80% !important;
}

body.logged-in .YouTubePopUp-Wrap {
  top: 0 !important;
}

.quote-slider .subhero-text, .two-nine-section .subhero-text {
  position: relative;
  padding: 60px 0;
  text-align: center;
  max-width: 970px;
  margin: 0 auto;
}

.quote-slider .subhero-text > p {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 767px) {
  .quote-slider {
    padding: 0 24px !important;
  }
}

.quote-slider > .h2, .quote-slider > h2, .subhero .quote-slider > .text-main, .two-nine-section .subhero-text > .h2, .two-nine-section .subhero-text > h2, .two-nine-section .subhero .subhero-text > .text-main, .subhero .two-nine-section .subhero-text > .text-main {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .quote-slider > .h2, .quote-slider > h2, .subhero .quote-slider > .text-main, .two-nine-section .subhero-text > .h2, .two-nine-section .subhero-text > h2, .two-nine-section .subhero .subhero-text > .text-main, .subhero .two-nine-section .subhero-text > .text-main {
    max-width: 100%;
  }
}
.quote-slider > p, .two-nine-section .subhero-text > p {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .quote-slider > p, .two-nine-section .subhero-text > p {
    max-width: 100%;
  }
}

.et-slider {
  width: 100%;
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 109px;
}
.et-slider button {
  outline: none !important;
  border: none;
}
.et-slider .et-bg-1 {
  width: 374px;
  height: 519px;
  position: absolute;
  left: -64px;
  top: -64px;
  background: url(../images/lines-3.png);
  z-index: -1;
}
.et-slider .et-bg-2 {
  width: 40%;
  height: 240px;
  position: absolute;
  bottom: -70px;
  right: 5%;
  background: url(../images/lines-2.png);
  z-index: -1;
  display: none;
}
.et-slider .et-quote {
  background: url(../images/quote.png) no-repeat;
  font-size: 24px;
  color: #3A3D40;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 300;
  float: right;
  width: 589px;
  padding-left: 18px;
  padding-top: 25px;
  margin-top: 141px;
  padding-bottom: 51px;
}
.et-slider .et-quote p {
  opacity: 1;
  transform: translateY(0px);
  transition: all 250ms ease-out;
}
.et-slider .et-quote p.fade-down {
  opacity: 0;
  transform: translateY(10px);
}
.et-slider .et-media {
  position: absolute;
  left: 0;
  top: 0;
  background: #f9f9f9;
  z-index: 3;
  overflow: hidden;
}
.et-slider .et-media, .et-slider .et-media a {
  width: 710px;
  height: 399px;
}
.et-slider .et-media a {
  display: block;
}
.et-slider .et-media img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .et-slider .et-media {
    box-shadow: 14px 14px 52px 2px rgba(0, 0, 0, 0.12);
  }
}
.et-slider .et-tool {
  background: #fff;
  border: 1px solid #D3D3D3;
  height: 180px;
  margin-top: 122px;
  float: right;
  padding: 0px 0px 0px 60px;
  clear: both;
  z-index: 2;
  width: 72%;
}
.et-slider .et-attribution {
  background: #FDBF4C;
  padding: 15px 20px;
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  min-height: 82px;
  width: 48%;
  margin-top: 42px;
  margin-left: -20px;
  margin-right: 24px;
}
.et-slider .et-attribution p {
  margin: 0;
}
.et-slider .et-attribution p:first-child {
  font-weight: bold;
}
@media (max-width: 767px) {
  .et-slider .et-attribution {
    padding: 20px 20px;
  }
  .et-slider .et-attribution p {
    font-size: 100% !important;
  }
}
.et-slider .et-attribution p {
  opacity: 1;
  transform: translateY(0px);
  transition: all 250ms ease-out;
}
.et-slider .et-attribution p.fade-down {
  opacity: 0;
  transform: translateY(10px);
}
.et-slider .et-arrow {
  background: url(../images/arrow.svg) no-repeat;
  height: 60px;
  width: 93px;
  padding-top: 60px;
  padding-right: 37px;
  background-position: center;
  padding-bottom: 120px;
  transition: all 250ms ease-out;
  transform: translateX(0px);
  cursor: pointer;
}
.et-slider .et-arrow:hover {
  transform: translateX(5px);
}
.et-slider .et-attribution, .et-slider .et-arrow {
  float: right;
}
.et-slider .et-nav {
  position: absolute;
  width: 49%;
  left: 100%;
  top: 0;
  margin-left: -218px !important;
  margin-top: 262px !important;
  padding-left: 22px !important;
}
.et-slider .et-nav, .et-slider .et-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.et-slider .et-nav li {
  display: inline-block;
}
.et-slider .et-nav button {
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #D3D3D3;
  background: #fff;
  transition: all 150ms ease;
  display: block;
  margin-left: 3px;
  width: 11px;
  height: 11px;
  padding: 0;
}
.et-slider .et-nav .active button {
  border-color: #FDBF4C;
  background: #FDBF4C;
}
@media (max-width: 1180px) {
  .et-slider {
    width: 710px;
    left: -20px !important;
    margin-top: 0;
  }
  .et-slider .et-tool {
    margin-top: 414px;
    width: 605px;
    float: left;
    margin-left: 84px;
  }
  .et-slider .et-attribution {
    float: left;
    margin-top: 0;
    width: 340px;
  }
  .et-slider .et-bg-1 {
    height: 540px;
    left: 0px;
    top: 0px;
  }
  .et-slider .et-media {
    margin: 40px 0 0 40px;
  }
  .et-slider .et-nav {
    margin-top: 120px !important;
    margin-left: -20px !important;
    left: 0 !important;
    position: static !important;
    padding-left: 0 !important;
  }
  .et-slider .et-quote {
    margin-top: 34px;
  }
}
@media (max-width: 840px) {
  .et-slider {
    left: -40px !important;
  }
}
@media (max-width: 767px) {
  .et-slider {
    width: 490px;
    left: -20px !important;
  }
  .et-slider .et-media {
    width: 490px;
    height: 278px;
    margin: 0;
  }
  .et-slider .video-img-btn img {
    min-width: 0;
    max-width: 490px;
  }
  .et-slider .et-bg-1 {
    height: 490px;
    width: 450px;
    left: 20px;
    top: -20px;
  }
  .et-slider .et-tool {
    margin-top: 246px;
    width: 490px;
    margin-left: 0;
  }
  .et-slider .et-attribution {
    position: absolute;
    left: 40px;
    width: 90%;
    width: calc(100% - 40px);
  }
  .et-slider .et-arrow {
    height: 30px !important;
    width: 44px;
    padding: 0;
    top: auto;
    margin-top: 118px;
    margin-right: 20px;
  }
  .et-slider .et-nav {
    margin-top: 126px !important;
    margin-left: -40px !important;
    left: 0 !important;
    position: static !important;
    padding-left: 0 !important;
  }
  .et-slider .video-img-btn:after, .et-slider .video-img-btn:before {
    left: 245px;
    top: 129px;
  }
  .et-slider .et-quote {
    width: 502px;
    margin: 75px 0 0 0;
  }
}
@media (max-width: 560px) {
  .et-slider {
    width: 315px;
    left: 0px !important;
    margin: 0 auto;
  }
  .et-slider .et-media {
    width: 315px;
    height: 178px;
    margin: 0;
  }
  .et-slider .video-img-btn img {
    min-width: 0;
    max-width: 315px;
  }
  .et-slider .et-bg-1 {
    height: 399px;
    width: 277px;
    left: 20px;
    top: -20px;
  }
  .et-slider .et-tool {
    margin-top: 157px;
    width: 315px;
    margin-left: 0;
  }
  .et-slider .et-attribution {
    position: absolute;
    left: 40px;
    width: 90%;
    width: calc(100% - 40px);
  }
  .et-slider .et-arrow {
    height: 30px !important;
    width: 44px;
    padding: 0;
    top: auto;
    margin-top: 118px;
    margin-right: 20px;
  }
  .et-slider .et-nav {
    margin-top: 126px !important;
    margin-left: -40px !important;
    left: 0 !important;
    position: static !important;
    padding-left: 0 !important;
  }
  .et-slider .video-img-btn:after, .et-slider .video-img-btn:before {
    left: 157px;
    top: 85px;
  }
  .et-slider .et-quote {
    width: 322px;
    margin: 75px 0 0 0;
  }
}
@media (max-width: 420px) {
  .et-slider .et-quote {
    width: 100%;
    padding-right: 20px;
  }
}

.centro-benefits {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.centro-benefits .h2, .centro-benefits h2, .centro-benefits .subhero .text-main, .subhero .centro-benefits .text-main {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .centro-benefits .h2, .centro-benefits h2, .centro-benefits .subhero .text-main, .subhero .centro-benefits .text-main {
    max-width: 100%;
  }
}
.centro-benefits .subhero-text p {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .centro-benefits .subhero-text p {
    max-width: 100%;
  }
}
.centro-benefits .benefits-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.centro-benefits .benefits-blocks .block {
  width: 46%;
  display: flex;
  box-shadow: 0 20px 40px 0 rgba(59, 61, 63, 0.12);
  margin-bottom: 40px;
  text-align: left;
}
.centro-benefits .benefits-blocks .block:last-child {
  margin-bottom: 72px;
}
.centro-benefits .benefits-blocks .block .img {
  width: 145px;
  background: #FDBF4C;
}
.centro-benefits .benefits-blocks .block .img img {
  position: relative;
  top: 20px;
  left: 3px;
}
@media (max-width: 600px) {
  .centro-benefits .benefits-blocks .block {
    width: 100%;
    max-width: 465px;
    margin: 0 auto;
    margin-bottom: 31px;
  }
}
.centro-benefits .benefits-blocks .block .content {
  padding: 14px 18px 18px 18px;
}
.centro-benefits .benefits-blocks .block h3 {
  font-size: 18px;
  color: #0A0D10;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: normal;
}
.centro-benefits .benefits-blocks .block ul {
  color: #656565;
  padding-left: 19px;
  margin: 4px 0 0 0;
}
@media (max-width: 1000px) {
  .centro-benefits .benefits-blocks {
    display: block;
    margin: 0 auto;
  }
  .centro-benefits .benefits-blocks .block {
    width: 100%;
    max-width: 465px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .centro-benefits .benefits-blocks + a {
    margin-bottom: 80px;
  }
}
@media (max-width: 560px) {
  .centro-benefits .benefits-blocks .block .content {
    padding: 16px 18px 23px 18px;
  }
  .centro-benefits .benefits-blocks .block .img {
    width: 5px;
    overflow: hidden;
  }
  .centro-benefits .benefits-blocks .block .img img {
    display: none;
  }
}

.et-hr {
  border: none;
  height: 1px;
  width: 100%;
  background: #e2e2e2;
  margin: 0;
  padding: 0;
  margin-top: 60px;
  padding: 0 !important;
}

.recruiting-subhead {
  padding-top: 0 !important;
}

.et-careers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1080px;
  margin-bottom: 30px !important;
  margin-left: -20px !important;
  margin-right: -20px !important;
  width: calc(100% + 40px) !important;
}
.et-careers-grid, .et-careers-grid > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1110px) {
  .et-careers-grid {
    justify-content: center;
  }
}
.et-careers-grid > li {
  box-shadow: 0 20px 40px 0 rgba(59, 61, 63, 0.12);
  margin-bottom: 40px;
  text-align: left;
  position: relative;
  color: #656565;
  overflow: hidden;
  width: 320px;
  margin-left: 20px;
  margin-right: 20px;
}
.et-careers-grid > li .content {
  padding: 19px 24px 42px 24px;
}
.et-careers-grid > li h6 {
  font-size: 18px;
  color: #0A0D10;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 3px;
  white-space: nowrap;
}
.et-careers-grid > li img {
  width: 100%;
  height: 160px;
}
.et-careers-grid > li p {
  margin-bottom: 5px;
  line-height: 1.17;
  height: 57px;
  overflow: hidden;
  font-size: 100% !important;
}
.et-careers-grid > li .bb, .et-careers-grid > li .layout-news .news-reference-section ul.news-reference .cont .cta a, .layout-news .news-reference-section ul.news-reference .cont .cta .et-careers-grid > li a, .et-careers-grid > li .resource-reference-section ul.resources .cont .cta a, .resource-reference-section ul.resources .cont .cta .et-careers-grid > li a, .et-careers-grid > li .home.page .resources-section .featured .text .cta a, .home.page .resources-section .featured .text .cta .et-careers-grid > li a, .et-careers-grid > li p a, p .et-careers-grid > li a, .text-title-img-section .et-careers-grid > li .text-sec .cta-section a, .et-careers-grid > li p a, p .et-careers-grid > li a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 85%;
  position: absolute !important;
  bottom: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.875rem;
}
.et-careers-grid > li .content {
  height: 132px;
}

.et-icon-grid {
  margin-top: 70px !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  width: calc(100% + 200px);
  margin-left: -100px !important;
  margin-bottom: 0px !important;
}
.et-icon-grid, .et-icon-grid > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1323px) {
  .et-icon-grid {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.et-icon-grid > li {
  width: 22%;
  position: relative;
}
.et-icon-grid > li:last-child:after, .et-icon-grid > li:last-child .dotted-line {
  display: none !important;
}
.et-icon-grid p {
  margin-bottom: 0;
}
.et-icon-grid img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.et-icon-grid .dotted-line {
  height: 15px;
  top: 19px;
  position: absolute;
  width: 135px;
  left: 100%;
  margin-left: -66px;
}
@media (max-width: 1023px) {
  .et-icon-grid {
    max-width: 483px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .et-icon-grid .dotted-line {
    transform: rotate(90deg);
    left: 22px;
    top: 86px;
  }
  .et-icon-grid > li {
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: flex-start;
    min-height: 154px;
  }
  .et-icon-grid img {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-right: 30px;
    margin-left: 0;
    margin-top: -6px;
  }
  .et-icon-grid .the-text {
    max-width: 397px;
  }
}
@media (max-width: 660px) {
  .et-icon-grid {
    max-width: 320px;
  }
  .et-icon-grid > li {
    width: 100%;
  }
}

.et-accordion {
  max-width: 608px;
  margin: 0 auto !important;
  margin-top: 30px !important;
  text-align: left;
}
.et-accordion, .et-accordion > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.et-accordion h2 {
  cursor: pointer;
  margin: 0;
  padding: 27px 77px;
  font-size: 1.4rem;
  width: calc(100% + 154px);
  margin-left: -77px;
}
.et-accordion p {
  overflow: hidden;
  color: #fff !important;
  margin: 0;
  height: 0px;
  transition: all 500ms ease;
}
.et-accordion > li {
  padding: 0px 77px 0px 77px;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}
.et-accordion > li:after {
  content: "";
  position: absolute;
  pointer-events: none;
  height: 20px;
  width: 20px;
  left: 43px;
  background: url(../images/plus-2.svg);
  background-repeat: no-repeat;
  top: 34px;
}
@media (max-width: 767px) {
  .et-accordion > li:after {
    left: 0;
  }
}
.et-accordion > li.active p {
  color: #75777a !important;
}
.et-accordion > li.active:after {
  background: url(../images/minus-2.svg);
  background-repeat: no-repeat;
  top: 45px;
}
@media (max-width: 767px) {
  .et-accordion {
    max-width: none;
  }
  .et-accordion > li {
    padding: 0px 0px 0px 37px;
  }
  .et-accordion h2 {
    width: calc(100% + 37px);
    margin-left: -37px;
    padding: 32px 0 32px 37px;
  }
  .et-accordion.active p {
    color: #333 !important;
  }
}

@media (min-width: 1025px) {
  .layout-careers .video-section .text-sec .text {
    width: 104%;
  }
}

.layout-leadership .leadership-section ul.leadership-list.board-of-directors li .full .headshot {
  background: transparent !important;
  padding: 0 !important;
}

@media (min-width: 1025px) {
  .layout-careers .hero.bgimg {
    background-size: 115%;
    background-position: 0% 0%;
    background-repeat: no-repeat;
  }
}

.layout-sidebar-right .inner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.layout-sidebar-right .content-main {
  flex: 0 0 65%;
}
.layout-sidebar-right .right {
  flex: 0 0 30%;
}
.layout-sidebar-right .right ul li.widget-container {
  margin-bottom: 20px;
  background: #f5f5f5;
}
.layout-sidebar-right .right ul li.widget-container h3.widget-title {
  padding: 4px 15px;
  background: #eee;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  color: #ffbf3d;
}
.layout-sidebar-right .right ul li ul {
  padding: 5px 15px;
}
.layout-sidebar-right .right ul li ul li {
  margin: 7px 0;
  line-height: 1.3;
}
.layout-sidebar-right .right ul li ul a {
  font-size: 0.85rem;
}
.layout-sidebar-right .right ul li ul a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .layout-sidebar-right .inner-wrap {
    display: block;
  }
  .layout-sidebar-right .content-main {
    max-width: 100%;
  }
  .layout-sidebar-right .right {
    display: none;
  }
}
.layout-one-col .narrow {
  width: 60%;
  margin: auto;
}
@media (max-width: 1200px) {
  .layout-one-col .narrow {
    width: 70%;
  }
}
@media (max-width: 890px) {
  .layout-one-col .narrow {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .layout-one-col .narrow {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .layout-one-col .narrow {
    width: 100%;
  }
}
#comments-list li {
  margin-bottom: 10px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.025);
  font-size: 0.95rem;
}
#comments-list li li {
  padding: 14px;
}

* {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-item {
  margin-bottom: 1%;
}

label,
.label {
  display: block;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #3b3d3f;
}

form input[type=text],
form input[type=email],
form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  color: #999;
}
form input[type=text]:focus,
form input[type=email]:focus,
form textarea:focus {
  border-color: #868a8d;
  background: white;
  outline: none;
}

form select {
  padding: 0 40px 0 20px;
  border-radius: 0;
  background: url(../images/icon-nav-arrow-dn-01.png) no-repeat 95% 50%;
  background-color: transparent;
  outline: none;
}
form select::-ms-expand {
  display: none;
}

.form-item + p {
  margin: 0;
}

form input[type=submit] {
  outline: none;
  border: none;
}
form.wpcf7-form > p {
  margin-bottom: 15px;
}
form.wpcf7-form select {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  background-position: 98% 50%;
}

.right .map {
  height: 375px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  margin-top: 87px;
}
.resources-search {
  flex: 0 0 80%;
}
.resources-search li {
  list-style: none;
}
.resources-search form#super_searchform .input-group {
  display: flex;
  justify-content: space-between;
}
.resources-search form#super_searchform .input-group input {
  height: 63px;
  border: none;
  border-radius: 0;
}
.resources-search form#super_searchform .input-group input[type=text] {
  padding: 0 20px;
  background: #fff;
}
.resources-search form#super_searchform .input-group input#searchsubmit {
  width: 100%;
}
.resources-search form#super_searchform .input-group .input-group-btn {
  flex: 0 0 100px;
}
.resources-search input#searchsubmit {
  border-radius: 0 4px 4px 0px !important;
  padding: 0px 40px;
}
.resources-search input#searchsubmit:hover {
  transform: none !important;
  -webkit-transform: none !important;
}

.home.page .hero {
  padding: 229px 0 196px;
}
.home.page .hero .outer-wrap {
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  .home.page .hero {
    padding: 229px 0 187px;
  }
}
.home.page .hero .cd-headline.slide {
  position: relative;
  left: -5px;
}
@media (max-width: 767px) {
  .home.page .hero .cd-headline.slide {
    left: -3px;
  }
}
.home.page .hero .cd-headline.slide span {
  padding: 10px 0;
  font-weight: 300 !important;
  line-height: 1.2em !important;
}
@media (max-width: 600px) {
  .home.page .hero .cd-headline.slide span {
    line-height: 1em !important;
  }
}
.home.page .hero .cd-headline.slide span b {
  font-weight: 300;
}
.home.page .hero .video {
  position: relative;
  min-height: 100%;
}
.home.page .hero .video:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  width: 100%;
  height: 110%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.home.page .hero video {
  position: relative;
  width: 254%;
  left: -30%;
}
@media (min-width: 630px) {
  .home.page .hero video {
    width: 142%;
    left: -19%;
  }
}
@media (min-width: 1029px) {
  .home.page .hero video {
    width: 150%;
    left: -24%;
  }
}
@media (min-width: 1129px) {
  .home.page .hero video {
    width: 129%;
    left: -14%;
  }
}
@media (min-width: 1480px) {
  .home.page .hero video {
    top: 50px;
    width: 100%;
    left: 0;
  }
}
@media (min-width: 1774px) {
  .home.page .hero video {
    top: 223px;
    width: 100%;
    left: 0;
  }
}
@media (max-width: 1024px) {
  .home.page .hero {
    padding: 160px 0 100px;
    text-align: left;
  }
  .home.page .hero .subtitle {
    margin-bottom: 28px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .home.page .hero {
    padding: 140px 0 133px;
  }
  .home.page .hero .cd-headline.slide {
    font-size: 2.6em;
  }
  .home.page .hero .cd-words-wrapper {
    clear: both;
    display: block;
    margin-top: -2px;
  }
}
@media (max-width: 767px) {
  .home.page .hero .cd-words-wrapper, .home.page .hero .cd-words-wrapper b {
    padding-top: 0 !important;
  }
}
.home.page .subhero .the-latest {
  position: absolute;
  top: -35px;
  width: 88%;
  margin-left: 7%;
  padding: 16px 30px;
  background: #ffbf3d;
  font-size: 1em;
  line-height: 1.1;
}
@media (max-width: 1140px) {
  .home.page .subhero .the-latest {
    width: 95%;
    margin-left: 2.5%;
  }
}
@media (max-width: 1080px) {
  .home.page .subhero .the-latest {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .home.page .subhero .the-latest {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .home.page .subhero .the-latest {
    top: -2px;
    margin-left: -24px;
    margin-right: -24px;
    width: auto;
    padding: 30px;
  }
}
.home.page .subhero span.white {
  display: inline-block;
  margin-right: 12px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 0;
  position: relative;
  top: 4px;
}
.home.page .subhero strong.ttu {
  display: inline-block;
  font-size: 0.9em;
  display: inline-block;
  font-size: 0.9em;
  margin-right: 21px;
  letter-spacing: 0.05em;
  margin-left: -7px;
}
@media (max-width: 1024px) {
  .home.page .subhero strong.ttu {
    margin-right: 15px;
  }
}
.home.page .subhero .subhero-text {
  padding-top: 87px;
}
.home.page .subhero .subhero-text h2 {
  font-size: 2em;
  line-height: 0.9;
}
@media (max-width: 600px) {
  .home.page .subhero .subhero-text {
    padding: 124px 0 41px 0;
  }
}
@media (max-width: 1024px) {
  .home.page .subhero .the-latest {
    top: -45px;
    line-height: 1.4;
  }
}
.home.page .resources-section {
  padding: 8% 0 0;
}
@media (max-width: 767px) {
  .home.page .resources-section {
    margin-bottom: 40px;
  }
}
.home.page .resources-section .featured {
  flex: 0 0 65%;
}
.home.page .resources-section .featured li {
  margin-bottom: 72px;
}
@media (max-width: 480px) {
  .home.page .resources-section .featured li {
    margin-bottom: 53px;
  }
}
.home.page .resources-section .featured .image {
  flex: 0 0 47%;
}
.home.page .resources-section .featured .text {
  flex: 0 0 55%;
}
.home.page .resources-section .featured .text .content-link {
  font-weight: 600;
}
.home.page .resources-section .featured .image + .text {
  padding-left: 32px;
}
@media (max-width: 480px) {
  .home.page .resources-section .featured .image + .text {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .home.page .resources-section .featured .image {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
    max-width: none;
  }
}
.home.page .resources-section .secondary {
  flex: 0 0 31%;
  padding-left: 20px;
}
@media (max-width: 890px) {
  .home.page .resources-section .secondary {
    padding-left: 0;
  }
}
.home.page .resources-section .secondary li {
  padding: 47px 0;
  border-top: 1px solid #e2e2e2;
}
.home.page .resources-section .secondary li:first-child {
  padding-top: 0;
  border-top: none;
}
.home.page .resources-section .secondary li .title {
  margin-bottom: 15px;
  font-size: 1.33rem;
  line-height: 1.15;
  font-weight: 300;
}
@media (max-width: 890px) {
  .home.page .resources-section .inner-wrap {
    display: block;
  }
  .home.page .resources-section .secondary li {
    padding: 6% 0;
  }
}
@media (max-width: 480px) {
  .home.page .resources-section .featured .inside {
    display: block;
  }
  .home.page .resources-section .featured .image {
    margin-bottom: 15px;
  }
}

.single .hero,
.page .hero,
.archive .hero,
.search-results .hero,
.search-no-results .hero {
  position: relative;
  padding: 200px 0 142px;
  overflow: hidden;
}
.single .hero .inner-wrap > *:last-child,
.page .hero .inner-wrap > *:last-child,
.archive .hero .inner-wrap > *:last-child,
.search-results .hero .inner-wrap > *:last-child,
.search-no-results .hero .inner-wrap > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.single .hero .inner-wrap > *:last-child.hero-cta,
.page .hero .inner-wrap > *:last-child.hero-cta,
.archive .hero .inner-wrap > *:last-child.hero-cta,
.search-results .hero .inner-wrap > *:last-child.hero-cta,
.search-no-results .hero .inner-wrap > *:last-child.hero-cta {
  margin-bottom: 10px !important;
}
.single .hero .inner-wrap > h1:last-child,
.page .hero .inner-wrap > h1:last-child,
.archive .hero .inner-wrap > h1:last-child,
.search-results .hero .inner-wrap > h1:last-child,
.search-no-results .hero .inner-wrap > h1:last-child {
  margin-bottom: 6px !important;
}
.single .hero .inner-wrap,
.page .hero .inner-wrap,
.archive .hero .inner-wrap,
.search-results .hero .inner-wrap,
.search-no-results .hero .inner-wrap {
  position: relative;
  z-index: 2;
}
.single .hero .ovrly,
.page .hero .ovrly,
.archive .hero .ovrly,
.search-results .hero .ovrly,
.search-no-results .hero .ovrly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.single .hero.bgvideo.ios .video, .single .hero.bgimg-video.ios .video,
.page .hero.bgvideo.ios .video,
.page .hero.bgimg-video.ios .video,
.archive .hero.bgvideo.ios .video,
.archive .hero.bgimg-video.ios .video,
.search-results .hero.bgvideo.ios .video,
.search-results .hero.bgimg-video.ios .video,
.search-no-results .hero.bgvideo.ios .video,
.search-no-results .hero.bgimg-video.ios .video {
  display: none;
}
.single .hero.bgvideo.not-ios, .single .hero.bgimg-video.not-ios,
.page .hero.bgvideo.not-ios,
.page .hero.bgimg-video.not-ios,
.archive .hero.bgvideo.not-ios,
.archive .hero.bgimg-video.not-ios,
.search-results .hero.bgvideo.not-ios,
.search-results .hero.bgimg-video.not-ios,
.search-no-results .hero.bgvideo.not-ios,
.search-no-results .hero.bgimg-video.not-ios {
  background-color: #f0f0f0;
}
.single .hero.bgvideo .video, .single .hero.bgimg-video .video,
.page .hero.bgvideo .video,
.page .hero.bgimg-video .video,
.archive .hero.bgvideo .video,
.archive .hero.bgimg-video .video,
.search-results .hero.bgvideo .video,
.search-results .hero.bgimg-video .video,
.search-no-results .hero.bgvideo .video,
.search-no-results .hero.bgimg-video .video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.single .hero.bgvideo .video video, .single .hero.bgimg-video .video video,
.page .hero.bgvideo .video video,
.page .hero.bgimg-video .video video,
.archive .hero.bgvideo .video video,
.archive .hero.bgimg-video .video video,
.search-results .hero.bgvideo .video video,
.search-results .hero.bgimg-video .video video,
.search-no-results .hero.bgvideo .video video,
.search-no-results .hero.bgimg-video .video video {
  display: block;
}
@media (max-width: 1338px) {
  .single .hero.bgvideo .video, .single .hero.bgimg-video .video,
.page .hero.bgvideo .video,
.page .hero.bgimg-video .video,
.archive .hero.bgvideo .video,
.archive .hero.bgimg-video .video,
.search-results .hero.bgvideo .video,
.search-results .hero.bgimg-video .video,
.search-no-results .hero.bgvideo .video,
.search-no-results .hero.bgimg-video .video {
    width: 130%;
    left: -15%;
  }
}
@media (max-width: 600px) {
  .single .hero.bgvideo .video, .single .hero.bgimg-video .video,
.page .hero.bgvideo .video,
.page .hero.bgimg-video .video,
.archive .hero.bgvideo .video,
.archive .hero.bgimg-video .video,
.search-results .hero.bgvideo .video,
.search-results .hero.bgimg-video .video,
.search-no-results .hero.bgvideo .video,
.search-no-results .hero.bgimg-video .video {
    width: 160%;
    left: -30%;
  }
}
.single .hero .inner-wrap,
.page .hero .inner-wrap,
.archive .hero .inner-wrap,
.search-results .hero .inner-wrap,
.search-no-results .hero .inner-wrap {
  position: relative;
}
.single .hero .inner-wrap .ct-logo,
.page .hero .inner-wrap .ct-logo,
.archive .hero .inner-wrap .ct-logo,
.search-results .hero .inner-wrap .ct-logo,
.search-no-results .hero .inner-wrap .ct-logo {
  width: 340px;
  max-width: 50%;
  margin-bottom: 10px;
}
.single .hero .inner-wrap h1,
.page .hero .inner-wrap h1,
.archive .hero .inner-wrap h1,
.search-results .hero .inner-wrap h1,
.search-no-results .hero .inner-wrap h1 {
  width: 80%;
  position: relative;
  left: -7px;
}
@media (max-width: 767px) {
  .single .hero .inner-wrap h1,
.page .hero .inner-wrap h1,
.archive .hero .inner-wrap h1,
.search-results .hero .inner-wrap h1,
.search-no-results .hero .inner-wrap h1 {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .single .hero .inner-wrap h1,
.page .hero .inner-wrap h1,
.archive .hero .inner-wrap h1,
.search-results .hero .inner-wrap h1,
.search-no-results .hero .inner-wrap h1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single .hero .inner-wrap h1,
.page .hero .inner-wrap h1,
.archive .hero .inner-wrap h1,
.search-results .hero .inner-wrap h1,
.search-no-results .hero .inner-wrap h1 {
    left: 0;
  }
}
.single .hero .inner-wrap.basis,
.page .hero .inner-wrap.basis,
.archive .hero .inner-wrap.basis,
.search-results .hero .inner-wrap.basis,
.search-no-results .hero .inner-wrap.basis {
  text-align: center;
}
.single .hero .inner-wrap.basis h1,
.page .hero .inner-wrap.basis h1,
.archive .hero .inner-wrap.basis h1,
.search-results .hero .inner-wrap.basis h1,
.search-no-results .hero .inner-wrap.basis h1 {
  margin: 0 auto 30px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  color: #3b3d3f;
}
.single .hero .hero-cta,
.page .hero .hero-cta,
.archive .hero .hero-cta,
.search-results .hero .hero-cta,
.search-no-results .hero .hero-cta {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .single .hero .hero-cta,
.page .hero .hero-cta,
.archive .hero .hero-cta,
.search-results .hero .hero-cta,
.search-no-results .hero .hero-cta {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .single .hero,
.page .hero,
.archive .hero,
.search-results .hero,
.search-no-results .hero {
    padding: 162px 0 108px;
  }
  .single .hero.basis-hero,
.page .hero.basis-hero,
.archive .hero.basis-hero,
.search-results .hero.basis-hero,
.search-no-results .hero.basis-hero {
    padding: 192px 0 86px;
  }
}
.single .subhero ul.subhero-trio,
.page .subhero ul.subhero-trio,
.archive .subhero ul.subhero-trio,
.search-results .subhero ul.subhero-trio,
.search-no-results .subhero ul.subhero-trio {
  display: flex;
  justify-content: space-between;
}
.single .subhero ul.subhero-trio li,
.page .subhero ul.subhero-trio li,
.archive .subhero ul.subhero-trio li,
.search-results .subhero ul.subhero-trio li,
.search-no-results .subhero ul.subhero-trio li {
  flex: 0 0 30%;
  line-height: 1;
}
.single .subhero ul.subhero-trio li div,
.page .subhero ul.subhero-trio li div,
.archive .subhero ul.subhero-trio li div,
.search-results .subhero ul.subhero-trio li div,
.search-no-results .subhero ul.subhero-trio li div {
  font-size: 3.4rem;
  font-weight: 300;
  color: #41aedf;
}
@media (max-width: 890px) {
  .single .subhero ul.subhero-trio li div,
.page .subhero ul.subhero-trio li div,
.archive .subhero ul.subhero-trio li div,
.search-results .subhero ul.subhero-trio li div,
.search-no-results .subhero ul.subhero-trio li div {
    font-size: 2.4em;
  }
}
@media (max-width: 768px) {
  .single .subhero ul.subhero-trio li div,
.page .subhero ul.subhero-trio li div,
.archive .subhero ul.subhero-trio li div,
.search-results .subhero ul.subhero-trio li div,
.search-no-results .subhero ul.subhero-trio li div {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .single .subhero ul.subhero-trio,
.page .subhero ul.subhero-trio,
.archive .subhero ul.subhero-trio,
.search-results .subhero ul.subhero-trio,
.search-no-results .subhero ul.subhero-trio {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .single .subhero ul.subhero-trio li,
.page .subhero ul.subhero-trio li,
.archive .subhero ul.subhero-trio li,
.search-results .subhero ul.subhero-trio li,
.search-no-results .subhero ul.subhero-trio li {
    flex: none;
    margin-bottom: 20px;
  }
  .single .subhero ul.subhero-trio li div,
.page .subhero ul.subhero-trio li div,
.archive .subhero ul.subhero-trio li div,
.search-results .subhero ul.subhero-trio li div,
.search-no-results .subhero ul.subhero-trio li div {
    font-size: 1.8em;
  }
}
.single .cont h1,
.page .cont h1,
.archive .cont h1,
.search-results .cont h1,
.search-no-results .cont h1 {
  font-size: 2.4rem;
  color: #3b3d3f;
}
.layout-page .hero,
.archive .hero,
.search-results .hero,
.search-no-results .hero,
.layout-resource .hero {
  height: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .layout-page .hero,
.archive .hero,
.search-results .hero,
.search-no-results .hero,
.layout-resource .hero {
    margin-bottom: 80px;
  }
}
.layout-page .resources-search,
.archive .resources-search,
.search-results .resources-search,
.search-no-results .resources-search,
.layout-resource .resources-search {
  width: 80%;
  margin: auto;
  border: 1px solid #ccc;
}
.layout-page .content-main,
.archive .content-main,
.search-results .content-main,
.search-no-results .content-main,
.layout-resource .content-main {
  padding: 5% 0;
}
.layout-page .content-main .inner-wrap,
.archive .content-main .inner-wrap,
.search-results .content-main .inner-wrap,
.search-no-results .content-main .inner-wrap,
.layout-resource .content-main .inner-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.layout-page .content-main .inner-wrap .item,
.archive .content-main .inner-wrap .item,
.search-results .content-main .inner-wrap .item,
.search-no-results .content-main .inner-wrap .item,
.layout-resource .content-main .inner-wrap .item {
  flex: 0 0 47%;
  margin-bottom: 3%;
  display: flex;
  justify-content: space-between;
}
.layout-page .content-main .inner-wrap .item .image,
.archive .content-main .inner-wrap .item .image,
.search-results .content-main .inner-wrap .item .image,
.search-no-results .content-main .inner-wrap .item .image,
.layout-resource .content-main .inner-wrap .item .image {
  flex: 0 0 27%;
}
.layout-page .content-main .inner-wrap .item .text,
.archive .content-main .inner-wrap .item .text,
.search-results .content-main .inner-wrap .item .text,
.search-no-results .content-main .inner-wrap .item .text,
.layout-resource .content-main .inner-wrap .item .text {
  flex: 0 0 70%;
}
.layout-page .content-main .inner-wrap .item .text div + a,
.archive .content-main .inner-wrap .item .text div + a,
.search-results .content-main .inner-wrap .item .text div + a,
.search-no-results .content-main .inner-wrap .item .text div + a,
.layout-resource .content-main .inner-wrap .item .text div + a {
  margin-bottom: 15px;
  font-size: 1.33rem;
  line-height: 1.15;
  font-weight: 300;
}
@media (max-width: 890px) {
  .layout-page .hero,
.archive .hero,
.search-results .hero,
.search-no-results .hero,
.layout-resource .hero {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .layout-page .hero,
.archive .hero,
.search-results .hero,
.search-no-results .hero,
.layout-resource .hero {
    padding: 30px 0;
    border-top-width: 72px;
  }
  .layout-page .resources-search form#super_searchform .input-group input,
.archive .resources-search form#super_searchform .input-group input,
.search-results .resources-search form#super_searchform .input-group input,
.search-no-results .resources-search form#super_searchform .input-group input,
.layout-resource .resources-search form#super_searchform .input-group input {
    height: 34px;
  }
}
@media (max-width: 767px) {
  .layout-page .content-main .inner-wrap,
.archive .content-main .inner-wrap,
.search-results .content-main .inner-wrap,
.search-no-results .content-main .inner-wrap,
.layout-resource .content-main .inner-wrap {
    display: block;
  }
  .layout-page .content-main .inner-wrap .item,
.archive .content-main .inner-wrap .item,
.search-results .content-main .inner-wrap .item,
.search-no-results .content-main .inner-wrap .item,
.layout-resource .content-main .inner-wrap .item {
    margin-bottom: 5%;
  }
  .layout-page .content-main .inner-wrap .item .text,
.archive .content-main .inner-wrap .item .text,
.search-results .content-main .inner-wrap .item .text,
.search-no-results .content-main .inner-wrap .item .text,
.layout-resource .content-main .inner-wrap .item .text {
    flex: 0 0 67%;
  }
}
@media (max-width: 480px) {
  .layout-page .resources-search,
.archive .resources-search,
.search-results .resources-search,
.search-no-results .resources-search,
.layout-resource .resources-search {
    width: 100%;
  }
}

.layout-page .hero {
  padding: 0 0 140px 0;
}
@media (max-width: 767px) {
  .layout-page .hero {
    padding: 0;
  }
}
.layout-page.sidebar-right .content-sec {
  padding: 3% 0;
}
.layout-page.sidebar-right .content-sec .inner-wrap {
  display: flex;
  justify-content: space-between;
}
.layout-page.sidebar-right .content-main {
  flex: 0 0 65%;
  padding: 0;
}
.layout-page.sidebar-right .right {
  flex: 0 0 30%;
}
@media (max-width: 1024px) {
  .layout-page.sidebar-right .content-sec {
    padding: 5% 0;
  }
  .layout-page.sidebar-right .content-main {
    flex: 0 0 55%;
    padding: 0;
  }
  .layout-page.sidebar-right .right {
    flex: 0 0 40%;
  }
}
@media (max-width: 768px) {
  .layout-page.sidebar-right .content-sec .inner-wrap {
    display: block;
  }
  .layout-page.sidebar-right .content-sec .content-main {
    margin-bottom: 30px;
  }
}
.layout-resource .hero {
  padding-bottom: 0;
}
.layout-resource .hero .inner-wrap {
  max-width: 850px;
  margin: auto;
}
.layout-resource .cont img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}
.layout-resource .content-main .title {
  margin-bottom: 40px;
}
.layout-resource .dpsp-content-wrapper ul.dpsp-networks-btns-wrapper li a span.dpsp-network-icon {
  border: none !important;
  background: #bebfc0 !important;
}
.layout-resource .dpsp-content-wrapper ul.dpsp-networks-btns-wrapper li a span.dpsp-network-icon:hover {
  background: #ccc !important;
}
.layout-resource .dpsp-content-wrapper.dpsp-hide-on-mobile {
  display: block !important;
}

.search-results .content-main .inner-wrap, .search-no-results .content-main .inner-wrap {
  display: block;
}
.search-results .content-main .inner-wrap .item .image, .search-no-results .content-main .inner-wrap .item .image {
  flex: 0 0 18%;
}
.search-results .content-main .inner-wrap .item .text, .search-no-results .content-main .inner-wrap .item .text {
  flex: 0 0 80%;
}

.custom-html-section + .resource-reference-section {
  padding-top: 0 !important;
}

.resource-reference-section {
  background: #fff !important;
  padding: 70px 0 0 0;
}
@media (max-width: 767px) {
  .resource-reference-section {
    padding: 40px 0 0 0;
  }
}
.resource-reference-section .intro-text {
  max-width: 812px;
  margin: 0 auto 4%;
  text-align: center;
}
.resource-reference-section ul.resources {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.resource-reference-section ul.resources:after {
  height: 0;
  width: 28%;
  content: "";
}
.resource-reference-section ul.resources li {
  flex: 0 0 28%;
  margin-bottom: 4%;
}
.resource-reference-section .bottom-cta {
  text-align: center;
}
@media (max-width: 890px) {
  .resource-reference-section .intro-text {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .resource-reference-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .resource-reference-section ul.resources li {
    flex: 0 0 47%;
  }
}
@media (max-width: 767px) {
  .resource-reference-section .intro-text {
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }
  .resource-reference-section ul.resources {
    display: block;
  }
  .resource-reference-section ul.resources li {
    margin-bottom: 30px;
  }
}
.layout-careers .text-title-section {
  padding: 5% 0 0;
}
.layout-careers .text-title-section ul.tt-rows {
  justify-content: center;
}
.layout-careers .text-title-section ul.tt-rows li {
  padding: 0 20px;
  margin: 0 0 20px 0;
}
.layout-careers .text-title-section ul.tt-rows .title {
  margin-bottom: 7px;
  line-height: 1;
}
.layout-careers .text-title-section ul.tt-rows .title i {
  display: inline-block;
  vertical-align: top;
  max-height: 59px;
  margin-right: -15px;
  line-height: 0.5;
}
.layout-careers .text-title-section ul.tt-rows .title i img {
  width: auto;
  max-height: 59px;
}

.layout-about-us .locations-section .location {
  font-size: 0.9rem;
  line-height: 1.3;
}
.layout-about-us .locations-section .location a {
  display: block;
  padding: 12px 14px 14px 14px;
  text-decoration: none;
  transition: all 0.2s;
  text-align: left;
  font-size: 14px;
  color: #54575A;
  letter-spacing: 0;
  line-height: 18px;
}
.layout-about-us .locations-section .location a:hover {
  background: rgba(0, 0, 0, 0.04);
}
.layout-about-us .locations-section .location a .title {
  font-weight: normal;
  margin-bottom: 7px;
  color: #3b3d3f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 15px;
}

img.location-bg {
  position: absolute;
  left: -10%;
  width: 160%;
  opacity: 0.19;
  bottom: 0;
}
@media (max-width: 500px) {
  img.location-bg {
    left: -100%;
    width: 350%;
    bottom: auto;
    top: 0;
  }
}

.recognition-row {
  width: 100%;
  display: flex;
}
.recognition-row .title.h2, .recognition-row h2.title, .recognition-row .subhero .title.text-main, .subhero .recognition-row .title.text-main {
  font-size: 1.1rem;
  margin-top: 10px;
  font-weight: normal;
  color: #6c6e70;
}
.recognition-row > .left {
  width: 46%;
  margin-right: 7%;
  margin-left: 9%;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .recognition-row > .left {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
}
.recognition-row > .right {
  width: 28%;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .recognition-row > .right {
    width: 25%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .recognition-row {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .recognition-row {
    display: block;
  }
  .recognition-row > .left {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .recognition-row > .right {
    width: 100%;
    margin: 0;
    margin-top: 40px;
  }
}

.locations-row {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  position: relative;
  left: 3%;
}
@media (max-width: 1096px) {
  .locations-row {
    left: 1.5%;
  }
}
@media (max-width: 767px) {
  .locations-row {
    display: block;
    margin-top: 30px;
  }
}
.locations-row > .left {
  width: 320px;
}
@media (max-width: 850px) {
  .locations-row > .left {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.locations-row > .right {
  width: 60%;
}
@media (max-width: 980px) and (min-width: 851px) {
  .locations-row > .right {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .locations-row > .right {
    width: 100%;
    margin: 0 auto;
  }
}

.location-lg > a {
  display: block;
  background: #fff;
  box-shadow: 14px 14px 52px 2px rgba(0, 0, 0, 0.12);
  transition: all 150ms ease;
  margin-top: 11px;
}
.location-lg > a:hover {
  box-shadow: 24px 14px 74px 2px rgba(0, 0, 0, 0.16);
}
.location-lg > a .img {
  overflow: hidden;
  height: 160px;
}
.location-lg > a .img img {
  width: 320px;
  height: 160px;
}
.location-lg > a .title {
  font-weight: normal;
  margin-bottom: 10px;
  color: #3b3d3f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 15px;
}
.location-lg > a .contents {
  padding: 33px 28px;
  height: 160px;
  text-align: left;
  color: #757575;
}

@media (max-width: 767px) {
  .locations-section div.h2 br, .locations-section .subhero div.text-main br, .subhero .locations-section div.text-main br {
    display: none;
  }
}

.layout-who-we-are .subhero-text > .h2, .layout-who-we-are .subhero-text > h2, .layout-who-we-are .subhero .subhero-text > .text-main, .subhero .layout-who-we-are .subhero-text > .text-main, .layout-careers .subhero-text > .h2, .layout-careers .subhero-text > h2, .layout-careers .subhero .subhero-text > .text-main, .subhero .layout-careers .subhero-text > .text-main {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .layout-who-we-are .subhero-text > .h2, .layout-who-we-are .subhero-text > h2, .layout-who-we-are .subhero .subhero-text > .text-main, .subhero .layout-who-we-are .subhero-text > .text-main, .layout-careers .subhero-text > .h2, .layout-careers .subhero-text > h2, .layout-careers .subhero .subhero-text > .text-main, .subhero .layout-careers .subhero-text > .text-main {
    max-width: 100%;
  }
}
.layout-who-we-are .subhero-text > p, .layout-careers .subhero-text > p {
  max-width: 65%;
}
@media (max-width: 767px) {
  .layout-who-we-are .subhero-text > p, .layout-careers .subhero-text > p {
    max-width: 100%;
  }
}
.layout-who-we-are .subhero-text .video-section .h2, .layout-who-we-are .subhero-text .video-section h2, .layout-who-we-are .subhero-text .video-section .subhero .text-main, .subhero .layout-who-we-are .subhero-text .video-section .text-main, .layout-who-we-are .subhero-text .video-section p, .layout-careers .subhero-text .video-section .h2, .layout-careers .subhero-text .video-section h2, .layout-careers .subhero-text .video-section .subhero .text-main, .subhero .layout-careers .subhero-text .video-section .text-main, .layout-careers .subhero-text .video-section p {
  margin-left: 0 !important;
}

.layout-careers .careers-grid-sect {
  text-align: center;
}

@media (max-width: 767px) {
  .layout-who-we-are .video-section {
    padding: 60px 24px;
  }
}

.et-careers-grid-container {
  max-width: 1044px;
  margin: 0 auto;
  text-align: center;
}
.et-careers-grid-container .h5, .et-careers-grid-container h5, .et-careers-grid-container .blue-promo .text-section .title, .blue-promo .text-section .et-careers-grid-container .title, .et-careers-grid-container .text-title-img-section li .text-sec .heading, .text-title-img-section li .text-sec .et-careers-grid-container .heading {
  text-align: center;
  margin-top: -20px;
}
.et-careers-grid-container .btn.wht, .et-careers-grid-container .button a.wht, .button .et-careers-grid-container a.wht, .et-careers-grid-container .blue-promo .cta-section a.wht, .blue-promo .cta-section .et-careers-grid-container a.wht, .et-careers-grid-container form input.wht[type=submit], form .et-careers-grid-container input.wht[type=submit], .et-careers-grid-container .home.page .hero .cta a.wht, .home.page .hero .cta .et-careers-grid-container a.wht, .et-careers-grid-container .single .hero .hero-cta a.wht, .single .hero .hero-cta .et-careers-grid-container a.wht,
.et-careers-grid-container .page .hero .hero-cta a.wht,
.page .hero .hero-cta .et-careers-grid-container a.wht,
.et-careers-grid-container .archive .hero .hero-cta a.wht,
.archive .hero .hero-cta .et-careers-grid-container a.wht,
.et-careers-grid-container .search-results .hero .hero-cta a.wht,
.search-results .hero .hero-cta .et-careers-grid-container a.wht,
.et-careers-grid-container .search-no-results .hero .hero-cta a.wht,
.search-no-results .hero .hero-cta .et-careers-grid-container a.wht, .et-careers-grid-container .single .cta-bottom a.wht, .single .cta-bottom .et-careers-grid-container a.wht,
.et-careers-grid-container .page .cta-bottom a.wht,
.page .cta-bottom .et-careers-grid-container a.wht,
.et-careers-grid-container .archive .cta-bottom a.wht,
.archive .cta-bottom .et-careers-grid-container a.wht,
.et-careers-grid-container .search-results .cta-bottom a.wht,
.search-results .cta-bottom .et-careers-grid-container a.wht,
.et-careers-grid-container .search-no-results .cta-bottom a.wht,
.search-no-results .cta-bottom .et-careers-grid-container a.wht {
  margin-left: auto;
  margin-right: auto;
}
.et-careers-grid-container hr {
  margin-bottom: 60px;
}

.layout-about-us .custom-html-section {
  padding: 50px 0;
}
.layout-about-us .subhero {
  border: none;
  border-top: 3px solid #ffbe00;
  padding-top: 48px;
  padding-bottom: 0;
  position: relative;
  background: #fff;
}
.layout-about-us .subhero:before {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../images/lines-2x.png);
  background-size: 1200px 161px;
  filter: brightness(0.89);
}
@media (max-width: 767px) {
  .layout-about-us .subhero:before {
    height: 45px;
  }
}
.layout-about-us .subhero .h2, .layout-about-us .subhero h2, .layout-about-us .subhero .text-main {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .layout-about-us .subhero .h2, .layout-about-us .subhero h2, .layout-about-us .subhero .text-main {
    max-width: 100%;
  }
}
.layout-about-us .subhero .subhero-text p {
  max-width: 65%;
}
@media (max-width: 767px) {
  .layout-about-us .subhero .subhero-text p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .layout-about-us .hero + .subhero .subhero-text {
    padding: 37px 0 39px 0;
  }
}
.layout-about-us .custom-html-section {
  text-align: center;
}
.layout-about-us .locations-section {
  background-position: 50% 50%;
  background-size: 94% auto;
  overflow: hidden;
  position: relative;
  /*
  @include breakpoint(lg) { // 890 - LARGE =================================
    .locations {
      .location { flex: 0 0 21%; }
    }//locations
  }//large

  @include breakpoint(med) { // 768 - MEDIUM =================================
    .locations {
      .location { flex: 0 0 29%; }
    }//locations
  }//medium

  @include breakpoint(small) { // 667 - SMALL ================================
    .locations {
      .location { flex: 0 0 45%; }
    }//locations
  }//small

  @include breakpoint(xsmall) { // 480 - XSMALL ================================

  }//xsmall
  */
}
.layout-about-us .locations-section .h2, .layout-about-us .locations-section h2, .layout-about-us .locations-section .subhero .text-main, .subhero .layout-about-us .locations-section .text-main {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .layout-about-us .locations-section .h2, .layout-about-us .locations-section h2, .layout-about-us .locations-section .subhero .text-main, .subhero .layout-about-us .locations-section .text-main {
    max-width: 100%;
  }
}
.layout-about-us .locations-section .top {
  margin-bottom: 4%;
}
.layout-about-us .locations-section .locations {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.layout-about-us .locations-section .locations .location {
  flex: 0 0 30%;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 767px) {
  .layout-about-us .locations-section .locations {
    justify-content: space-evenly;
  }
}
@media (max-width: 1125px) {
  .layout-about-us .locations-section .locations .location {
    flex: 0 0 45%;
  }
}
@media (max-width: 850px) {
  .layout-about-us .locations-section .locations .location {
    flex: 0 0 33%;
  }
}
@media (max-width: 600px) {
  .layout-about-us .locations-section .locations .location {
    flex: 0 0 50%;
  }
}
@media (max-width: 850px) {
  .layout-about-us .locations-section .locations {
    max-width: 100%;
  }
}
@media (max-width: 850px) {
  .layout-about-us .locations-section .locations-row {
    left: 0;
    display: block;
  }
  .layout-about-us .locations-section .locations-row .right {
    width: 100%;
  }
}
.layout-about-us .recognition-section {
  padding-bottom: 1%;
  background: #F7F7F7;
  margin-top: 79px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .layout-about-us .recognition-section {
    padding: 40px 0 35px 0;
    background: #F7F7F7;
    margin-top: 79px;
  }
}
@media (max-width: 767px) {
  .layout-about-us .recognition-section {
    margin-top: 19px;
    padding-top: 60px;
  }
}
.layout-about-us .recognition-section p.h5, .layout-about-us .recognition-section .blue-promo .text-section p.title, .blue-promo .text-section .layout-about-us .recognition-section p.title, .layout-about-us .recognition-section .text-title-img-section li .text-sec p.heading, .text-title-img-section li .text-sec .layout-about-us .recognition-section p.heading {
  margin-bottom: 42px;
}
.layout-about-us .recognition-section ul.recognition, .layout-about-us .recognition-section ul.accreditations {
  flex-wrap: wrap;
  align-items: center;
}
.layout-about-us .recognition-section ul.recognition li, .layout-about-us .recognition-section ul.accreditations li {
  flex: 0 0 44%;
  margin: 0;
  padding: 0;
  min-height: 107px;
}
@media (max-width: 600px) {
  .layout-about-us .recognition-section ul.recognition li, .layout-about-us .recognition-section ul.accreditations li {
    min-height: 84px;
  }
}
.layout-about-us .recognition-section ul.recognition li a, .layout-about-us .recognition-section ul.accreditations li a {
  display: inline-block;
  border-bottom: none !important;
}
.layout-about-us .recognition-section ul.recognition img, .layout-about-us .recognition-section ul.accreditations img {
  max-width: 100%;
  transition: 0.2s;
  opacity: 0.45;
}
.layout-about-us .recognition-section ul.recognition img:hover, .layout-about-us .recognition-section ul.accreditations img:hover {
  opacity: 0.7;
}
.layout-about-us .recognition-section ul.accreditations {
  max-width: 76%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .layout-about-us .recognition-section ul.accreditations {
    max-width: 100%;
  }
}
.layout-about-us .recognition-section ul.accreditations > li {
  min-height: 100px;
}
.layout-about-us .recognition-section ul.accreditations > li img {
  opacity: 1;
  filter: brightness(0.7);
}
.layout-about-us .recognition-section ul.accreditations > li img.lnkd {
  filter: brightness(1);
  margin-top: -33px;
  width: 43px;
}
.layout-about-us .recognition-section ul.accreditations > li img:hover {
  opacity: 1;
  filter: brightness(0.45);
}
.layout-about-us .recognition-section ul.accreditations > li img.lnkd:hover {
  opacity: 1;
  filter: brightness(0.7);
}
@media (max-width: 767px) {
  .layout-about-us .recognition-section ul.accreditations > li img {
    max-width: 77%;
  }
}
@media (max-width: 767px) {
  .layout-about-us .recognition-section ul.accreditations > li ul.ul-zero.accreditations {
    max-width: 325px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .layout-about-us .recognition-section ul.recognition {
    display: block;
  }
  .layout-about-us .recognition-section ul.recognition li {
    margin: 8% 12.99%;
    max-width: 74%;
  }
}
.layout-about-us .accreditations-section ul.accreditations {
  justify-content: center;
  align-items: center;
  padding: 4% 0 0;
}
.layout-about-us .accreditations-section ul.accreditations li {
  flex: 0 0 12%;
  margin: 0 3%;
  text-align: center;
}
.layout-about-us .accreditations-section ul.accreditations li a {
  border-bottom: none !important;
}
.layout-about-us .accreditations-section ul.accreditations li a:hover {
  opacity: 0.6;
}
.layout-about-us .accreditations-section ul.accreditations li img {
  display: inline-block;
  width: auto;
  max-width: 160px;
  max-height: 46px;
}
@media (max-width: 890px) {
  .layout-about-us .accreditations-section ul.accreditations li {
    flex: 0 0 17%;
  }
}
@media (max-width: 767px) {
  .layout-about-us .accreditations-section ul.accreditations {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .layout-about-us .accreditations-section ul.accreditations li {
    flex: 0 0 35%;
    margin: 0 5% 5%;
  }
}
.leader-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #000;
  opacity: 0;
  transition: opacity 0.1s;
}
.leader-overlay.active {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.layout-leadership .leadership-section {
  padding: 5% 10%;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .layout-leadership .leadership-section {
    padding: 20px 0;
  }
}
.layout-leadership .leadership-section.board {
  padding-top: 0;
}
.layout-leadership .leadership-section hr {
  margin-bottom: 48px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .layout-leadership .leadership-section hr {
    margin-top: 18px;
  }
}
@media (max-width: 600px) {
  .layout-leadership .leadership-section hr {
    padding: 5% 0%;
  }
  .layout-leadership .leadership-section hr li:first-child p.h5, .layout-leadership .leadership-section hr li:first-child .blue-promo .text-section p.title, .blue-promo .text-section .layout-leadership .leadership-section hr li:first-child p.title, .layout-leadership .leadership-section hr .text-title-img-section li:first-child .text-sec p.heading, .text-title-img-section .layout-leadership .leadership-section hr li:first-child .text-sec p.heading {
    whitespace: nowrap;
  }
}
.layout-leadership .leadership-section ul.leadership-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 932px;
  margin: 0 auto;
}
.layout-leadership .leadership-section ul.leadership-list li {
  flex: 0 0 27%;
  margin-bottom: 4%;
  text-align: center;
}
.layout-leadership .leadership-section ul.leadership-list li .preview {
  cursor: pointer;
}
.layout-leadership .leadership-section ul.leadership-list li .preview:hover {
  opacity: 0.8;
}
.layout-leadership .leadership-section ul.leadership-list li .full {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 600px;
  max-height: 90%;
  margin-left: -300px;
  padding: 35px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s;
  z-index: 3000;
  pointer-events: none;
  overflow: auto;
}
.layout-leadership .leadership-section ul.leadership-list li .full.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.layout-leadership .leadership-section ul.leadership-list li .full .lead-trigger-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  cursor: pointer;
  color: #ccc;
}
.layout-leadership .leadership-section ul.leadership-list li .full .cont {
  padding: 30px 0;
  text-align: left;
}
.layout-leadership .leadership-section ul.leadership-list li .full ul.sn-links li {
  display: inline-block;
  margin: 0 15px;
}
.layout-leadership .leadership-section ul.leadership-list li .full ul.sn-links a {
  display: block;
  font-size: 1.4rem;
}
.layout-leadership .leadership-section ul.leadership-list .headshot {
  max-width: 180px;
  margin: 0 auto 15px;
}
.layout-leadership .leadership-section ul.leadership-list .headshot img {
  display: inline-block;
  margin: 0;
}
.layout-leadership .leadership-section ul.leadership-list .meta {
  line-height: 1;
}
.layout-leadership .leadership-section ul.leadership-list .meta .h5, .layout-leadership .leadership-section ul.leadership-list .meta h5, .layout-leadership .leadership-section ul.leadership-list .meta .blue-promo .text-section .title, .blue-promo .text-section .layout-leadership .leadership-section ul.leadership-list .meta .title, .layout-leadership .leadership-section ul.leadership-list .meta .text-title-img-section li .text-sec .heading, .text-title-img-section li .text-sec .layout-leadership .leadership-section ul.leadership-list .meta .heading {
  margin-bottom: 5px;
  font-size: 18px;
  color: #3A3D40;
  letter-spacing: 0;
  text-align: center;
  line-height: 15px;
  text-transform: none;
  font-weight: 500;
}
.layout-leadership .leadership-section ul.leadership-list .meta .title {
  font-size: 14px;
  color: #757575;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
}
.layout-leadership .leadership-section ul.leadership-list.board-of-directors {
  align-items: flex-end;
}
.layout-leadership .leadership-section ul.leadership-list.board-of-directors li .headshot img {
  border: none;
  border-radius: 0;
}
.layout-leadership .leadership-section ul.leadership-list.board-of-directors li .full .headshot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .layout-leadership .leadership-section ul.leadership-list li {
    flex: 0 0 40%;
  }
  .layout-leadership .leadership-section ul.leadership-list li .full {
    width: 90%;
    height: calc(100% - 90px);
    top: 80px;
    left: 5%;
    margin-left: 0;
    overflow: auto;
  }
}
@media (max-width: 480px) {
  .layout-leadership .leadership-section ul.leadership-list li .full {
    width: 96%;
    left: 2%;
    margin-left: 0;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .layout-leadership .leadership-section p.h5, .layout-leadership .leadership-section .blue-promo .text-section p.title, .blue-promo .text-section .layout-leadership .leadership-section p.title, .layout-leadership .leadership-section .text-title-img-section li .text-sec p.heading, .text-title-img-section li .text-sec .layout-leadership .leadership-section p.heading {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.layout-news .news-reference-section {
  padding: 5% 0;
}
.layout-news .news-reference-section .intro-text {
  text-align: center;
}
.layout-news .news-reference-section ul.news-reference li {
  flex: 0 0 32%;
  margin-bottom: 3%;
}
.layout-news .news-reference-section ul.news-reference .image {
  margin-bottom: 15px;
}
.layout-news .news-section {
  padding: 5% 0;
}
.layout-news .news-section ul.news-list li {
  padding: 2% 0;
}
.layout-news .news-section ul.news-list.news-highlight {
  display: flex;
  max-width: none;
  width: auto;
}
.layout-news .news-section ul.news-list.news-highlight .image {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 209px;
  margin-bottom: 38px;
}
.layout-news .news-section ul.news-list.news-highlight img {
  position: absolute;
  min-height: 100%;
  height: 234px;
  margin-left: -19%;
}
.layout-news .news-section ul.news-list.news-highlight > li {
  flex: 0 0 30%;
  margin: 0 1.5% 3%;
}
@media (max-width: 767px) {
  .layout-news .news-section ul.news-list.news-highlight {
    display: block;
    margin-top: 17px;
  }
  .layout-news .news-section ul.news-list.news-highlight .image {
    height: auto;
  }
  .layout-news .news-section ul.news-list.news-highlight img {
    position: static;
    margin: 0;
    height: auto;
    width: 100%;
  }
}
.layout-news .follow-us {
  padding: 5% 0 2%;
  text-align: center;
}
.layout-news .follow-us ul.sn-icons {
  display: flex;
  justify-content: center;
}
.layout-news .follow-us ul.sn-icons li {
  margin: 0 3%;
}
.layout-news .follow-us ul.sn-icons a {
  font-size: 2.6rem;
  color: #acacac;
  border-bottom: none !important;
}
.layout-news .follow-us ul.sn-icons a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .layout-news .news-reference-section ul.news-reference {
    flex-wrap: wrap;
  }
  .layout-news .news-reference-section ul.news-reference li {
    flex: 0 0 48%;
    margin-bottom: 4%;
  }
}
@media (max-width: 480px) {
  .layout-news .news-reference-section ul.news-reference {
    display: block;
  }
  .layout-news .follow-us ul.sn-icons a {
    font-size: 2rem;
  }
}

.layout-partners p.h5, .layout-partners .blue-promo .text-section p.title, .blue-promo .text-section .layout-partners p.title, .layout-partners .text-title-img-section li .text-sec p.heading, .text-title-img-section li .text-sec .layout-partners p.heading {
  text-align: center;
}
.layout-partners ul.list-3-col li,
.layout-partners ul.list-2-col li {
  font-size: 1.2rem;
  margin-bottom: 0.65em;
}

.layout-giving-back .hero {
  position: relative;
  margin-bottom: 80px;
  padding: 25% 0 0;
  text-align: center;
  overflow: visible;
  background-position: 50% 100%;
  padding-top: 535px;
}
@media (max-width: 1450px) {
  .layout-giving-back .hero {
    padding-top: 435px;
  }
}
@media (max-width: 767px) {
  .layout-giving-back .hero {
    padding-top: 265px;
  }
}
.layout-giving-back .hero .outer-wrap {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 81px;
  padding: 24px 0;
  background: #0c6335;
}
.layout-giving-back .hero h1 {
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 2px;
}
.layout-giving-back .text-title-img-section:before {
  display: block;
  height: 45px;
  content: "";
  background: url(../images/ct-btm-giving-back-01.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.layout-giving-back .text-title-img-section li {
  background-position: 100% 48% !important;
  background-size: 52% auto !important;
}
.layout-giving-back .text-title-img-section li .text-sec {
  order: 0 !important;
}
.layout-giving-back .text-title-img-section li .text-sec .text-item {
  margin: 6% 0 !important;
}
.layout-giving-back .text-title-img-section li:first-child .text-sec {
  flex: 0 0 50%;
}
.layout-giving-back .text-title-img-section li:first-child .image-sec {
  flex: 0 0 35%;
}
.layout-giving-back .text-title-img-section li:nth-child(even) {
  background-color: #3b4739;
}
.layout-giving-back .text-title-img-section li:nth-child(even) * {
  color: #fff !important;
}
.layout-giving-back ul.ul-zero.tti-rows li.row.bgimg.bgh100.drop-margins-default .image-sec.wow.fadeInUp img {
  width: 70%;
  margin: 0 auto;
  float: none;
  display: block;
}
@media (max-width: 1024px) {
  .layout-giving-back .hero {
    margin-bottom: 60px;
  }
  .layout-giving-back .hero .outer-wrap {
    bottom: -60px;
    height: 60px;
    padding: 15px 0;
  }
  .layout-giving-back .hero h1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .layout-giving-back .hero {
    margin-bottom: 60px;
  }
  .layout-giving-back .hero .outer-wrap {
    bottom: -60px;
    height: 60px;
    padding: 18px 0;
  }
  .layout-giving-back .hero h1 {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .layout-giving-back .text-title-img-section:before {
    height: 20px;
  }
  .layout-giving-back .text-title-img-section li {
    margin-bottom: 30px;
    background-size: contain !important;
    background-position: bottom !important;
  }
}
@media (max-width: 767px) {
  .layout-giving-back .hero {
    margin-bottom: 80px;
  }
  .layout-giving-back .hero .outer-wrap {
    bottom: -80px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .layout-giving-back .blue-promo-section .blue-promo .text-section .title {
    font-size: 1.8rem;
  }
}

.layout-about-institute .cont.subtitle {
  margin-left: 0 !important;
}
.layout-about-institute .institute-landing {
  padding: 6% 0;
}
.layout-about-institute .hero .date-meta,
.layout-about-institute .hero h3,
.layout-about-institute .hero .cont {
  color: #fff;
}
.layout-about-institute .hero .date-meta a,
.layout-about-institute .hero h3 a,
.layout-about-institute .hero .cont a {
  color: #fff;
}
.layout-about-institute .text-title-section ul.tt-rows {
  width: 70%;
  margin: auto;
}
.layout-about-institute .text-title-section ul.tt-rows li {
  flex: 0 0 47%;
  text-align: center;
}
@media (max-width: 1024px) {
  .layout-about-institute .text-title-section ul.tt-rows {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .layout-about-institute .text-title-section ul.tt-rows {
    width: 100%;
  }
}
.institute-landing .query_result {
  column-count: 3;
  column-gap: 50px;
}
.institute-landing .query_result .item {
  display: inline-block;
  margin-bottom: 50px;
}
.institute-landing .query_result .item a.image {
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 890px) {
  .institute-landing .query_result {
    column-count: 2;
  }
  .institute-landing .query_result .item {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .institute-landing .query_result {
    column-count: 1;
  }
  .institute-landing .query_result .item {
    margin-bottom: 30px;
  }
}

.searchform .input-group input[type=text] {
  padding-left: 51px !important;
  background: url(../images/search.svg) no-repeat 17px 50% !important;
  background-size: 3% !important;
}

.search-fom-elements {
  display: flex;
  justify-content: space-between;
  width: 90%;
  height: 65px;
  margin: 0 auto 30px;
  border: none;
}
@media (max-width: 767px) {
  .search-fom-elements {
    width: 100%;
    display: block;
    height: auto;
  }
  .search-fom-elements .select-container {
    border-radius: 4px;
    -webkit-border-radius: 4px;
  }
  .search-fom-elements input#searchsubmit {
    display: none;
  }
  .search-fom-elements input[type=text] {
    width: 100%;
    display: block;
    flex: none;
    border-left: 1px solid #ccc !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
  }
  .search-fom-elements .resources-search {
    border-right: 1px solid #ccc;
    margin-top: 15px;
  }
}
.search-fom-elements .select-container {
  flex: 0 0 20%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  padding: 0 21px 0 11px;
}
.search-fom-elements .select-container select {
  width: 100%;
  height: 65px;
  border: none;
}
@media (max-width: 767px) {
  .search-fom-elements .select-container {
    padding: 0 10px 0 0;
  }
}
.search-fom-elements .resources-search {
  flex: 0 0 80%;
}
.search-fom-elements .resources-search li {
  list-style: none;
}
.search-fom-elements .resources-search form#super_searchform .input-group {
  display: flex;
  justify-content: space-between;
}
.search-fom-elements .resources-search form#super_searchform .input-group input {
  height: 65px;
  border: none;
  border-radius: 0;
}
.search-fom-elements .resources-search form#super_searchform .input-group input[type=text] {
  padding: 0 20px;
  padding-left: 51px;
  background-color: #fff;
  background: url(../images/search.svg) no-repeat 17px 50%;
  background-size: 3%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.search-fom-elements .resources-search form#super_searchform .input-group input#searchsubmit {
  width: 100%;
}
.search-fom-elements .resources-search form#super_searchform .input-group .input-group-btn {
  flex: 0 0 100px;
}
@media (max-width: 890px) {
  .search-fom-elements .select-container {
    flex: 0 0 30%;
  }
  .search-fom-elements .resources-search {
    flex: 0 0 70%;
  }
}
@media (max-width: 767px) {
  .search-fom-elements {
    /*
    display: block;
    height: 70px;
    .select-container {
      height: 34px;
      border-right: none;
      border-bottom: 1px solid #ccc;
      select { height: 34px; }
    }//select-container
    .resources-search {
      form#super_searchform {
        .input-group {
          input { height: 34px; }
          .input-group-btn { flex: 0 0 100px; }
        }//input-group
      }//form#super_searchform
    }//resources-search
    */
  }
}
@media (max-width: 480px) {
  .search-fom-elements {
    width: 100%;
  }
}

.address-phone {
  padding: 15px;
}
.address-phone p {
  margin-bottom: 10px;
  line-height: 1.33;
}
.address-phone h5, .address-phone p {
  margin-bottom: 2px;
}

.page-id-25196 #content .inner-wrap {
  max-width: 900px;
  margin: 0 auto;
}
.page-id-25196 #content .content-main {
  flex: 0 0 50%;
}
.page-id-25196 #content .right {
  flex: 0 0 50%;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .page-id-25196 #content .right {
    padding-left: 0;
  }
}
.page-id-25196 .entry-content iframe {
  margin-left: -8px;
}
@media (max-width: 767px) {
  .page-id-25196 .entry-content iframe {
    width: calc(100% + 22px);
    margin-left: -8px;
  }
}
@media (max-width: 847px) {
  .page-id-25196 .entry-content iframe {
    min-height: 900px;
    overflow-y: scroll;
  }
}
@media (max-width: 767px) {
  .page-id-25196 #content .address-phone {
    display: none;
  }
}

.page-id-3 .content-sec {
  max-width: 650px;
  margin: auto;
}
.page-id-3 .hero {
  /* margin-bottom: 160px; -- IT */
}
@media (max-width: 767px) {
  .page-id-3 .hero {
    margin-bottom: 80px;
  }
}

.partners-list {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 960px) {
  .partners-list {
    padding-left: 0;
  }
}
@media (max-width: 680px) {
  .partners-list {
    text-align: left;
  }
}

.wp-post-image {
  width: 140%;
  height: auto;
  margin: 0 0 18px -20%;
  position: relative;
}
@media (max-width: 900px) {
  .wp-post-image {
    max-width: 100%;
    margin: 0 0 40px 0;
  }
}

.single.single-resource .hero, .single.single-news .hero {
  padding: 8px 0 100px;
}
@media (max-width: 767px) {
  .single.single-resource .hero, .single.single-news .hero {
    padding: 0;
  }
}

.page-id-25236 h3, .page-id-25236 .h3 {
  font-size: 3rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .page-id-25236 h3, .page-id-25236 .h3 {
    font-size: 2rem;
  }
}
.page-id-25236 .query_result .dot {
  font-size: 30px;
  line-height: 0;
  position: relative;
  top: 4px;
  letter-spacing: 0;
}
.page-id-25236 .meta.h5, .page-id-25236 h5.meta, .page-id-25236 .blue-promo .text-section .meta.title, .blue-promo .text-section .page-id-25236 .meta.title, .page-id-25236 .text-title-img-section li .text-sec .meta.heading, .text-title-img-section li .text-sec .page-id-25236 .meta.heading {
  font-size: 0.895rem;
}

body.error404 #container {
  min-height: 518px;
  padding-top: 121px;
}

body.archive.term-press-release .image, body.archive.term-press-releases .image {
  display: none;
}
body.archive.term-press-release .text, body.archive.term-press-releases .text {
  flex: 100% !important;
}

ul.logos-partners li img {
  position: relative;
}

.words-list {
  margin: 0 0 30px 0 !important;
}
.words-list, .words-list > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.words-list > li {
  font-size: 32px;
  color: rgba(253, 191, 76, 0.9);
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  display: inline-block;
}
.words-list > li:nth-child(even) {
  color: rgba(253, 191, 76, 0.7);
}
.words-list > li:after {
  content: "/";
  margin-left: 6px;
  margin-top: 13px;
  color: rgba(253, 191, 76, 0.9);
}
.words-list > li:last-child:after {
  display: none;
}

.words-list-banner {
  background: url(../images/lines-2x.png);
  width: 100%;
  width: calc(100% + 20px);
  margin-left: -10px;
  height: 70px;
  background-size: 1200px 161px;
  margin-bottom: -12px;
  margin-top: 5px;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .words-list-banner {
    height: 45px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.careers-grid-section {
  position: relative;
  padding-top: 75px;
}
@media (max-width: 767px) {
  .careers-grid-section .subhero-text {
    padding-top: 10px !important;
  }
}
.careers-grid-section:before {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url(../images/lines-2x.png);
  background-size: 1200px 161px;
  filter: brightness(0.89);
}
@media (max-width: 767px) {
  .careers-grid-section:before {
    height: 45px;
  }
}

@media (max-width: 767px) {
  .layout-about-us .locations-section .locations {
    justify-content: flex-start;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  ul.ul-zero.leadership-list.board-of-directors li {
    margin-bottom: -25px;
  }
}
.layout-about-us .recognition-section p.h5, .layout-about-us .recognition-section .blue-promo .text-section p.title, .blue-promo .text-section .layout-about-us .recognition-section p.title, .layout-about-us .recognition-section .text-title-img-section li .text-sec p.heading, .text-title-img-section li .text-sec .layout-about-us .recognition-section p.heading {
  margin-top: 15px;
}

.centro-benefits .subhero-text {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .layout-about-us .recognition-section ul.accreditations > li:first-child, .layout-about-us .recognition-section ul.accreditations > li:nth-child(3) {
    position: relative;
    left: 20px;
  }
  .layout-about-us .recognition-section ul.accreditations > li:nth-child(2), .layout-about-us .recognition-section ul.accreditations > li:nth-child(4) {
    position: relative;
    left: -20px;
  }
}
.subhero p.et-title {
  font-size: 16px !important;
}

/*# sourceMappingURL=centro.css.map */

@media (max-width:600px){
    .words-list > li {
        font-size: 27px;
        line-height: 33px;
    }
}

/* ET Carousel Popup Styles */
.words-list > li button {
  font-size: 32px;
  color: rgba(253, 191, 76, 0.7);
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  cursor: pointer;
  }
  @media (max-width:600px){
    .words-list > li button{ 
      font-size: 27px;
      line-height: 33px;
    }
  }
  .words-list > li:nth-child(even) button{ color: rgba(253, 191, 76, 0.5); }
  .words-list > li button:hover, .words-list > li:nth-child(even) button:hover{ color: rgba(253, 191, 76, 1); }
  
  /* Styles */
  .et-popup-carousel .contents{ 
      display: none; 
  }
  .et-popup-carousel-countainer {
      position: fixed;
      top: 160px;
      left: 50%;
      background: #fff;
      border-radius: 5px;
      z-index: 99999;
      width: 600px;
      margin-left: -300px;
      box-shadow: 14px 14px 52px 2px rgba(0, 0, 0, 0.12);
  }
  body.fixed-position{ overflow:hidden; }
  #et-popup-carousel-html{
      display: none;
      opacity: 0;
      transition: all 250ms ease-out;
      transform: scale(0.5) translateY(150px);
      transform-origin: bottom;
      z-index: 99999;
      text-align: center;
  }
  #et-popup-carousel-html .contents *:last-child{ margin-bottom: 0; }
  #et-popup-carousel-html .contents{ 
      padding: 30px; 
      transition: all 200ms ease;
      transform: translateY(0px);
      opacity: 1;
  }
  #et-popup-carousel-html .et-nav li { display: inline-block; }
  #et-popup-carousel-html .et-nav button{
      border-radius: 50%;
      cursor: pointer;
      border: 2px solid #D3D3D3;
      background: #fff;
      transition: all 150ms ease;
      display: block;
      margin-left: 3px;
      width: 11px;
      height: 11px;
      padding: 0;
  }
  #et-popup-carousel-html .contents h3.yellow-heading{
      font-size: 32px;
      color: rgba(253, 191, 76, 1);
      letter-spacing: 0;
      text-align: center;
      line-height: 36px;
      font-weight: 700;
      margin-bottom:15px;
  }
  #et-popup-carousel-html .contents p{
      font-size: 1.1em;
      font-weight: 400;
      line-height: 1.5;
      color: #75777a;
  }
  #et-popup-carousel-html .contents{
      min-height: 251px;
  }
  #et-popup-carousel-html .et-nav .active button {
      border-color: #FDBF4C;
      background: #FDBF4C;
  }
  #et-popup-carousel-overlay{
      position: fixed;
      top: 0;
      width: 100%;
      height: 100%;
      left: 0;
      background: #000;
      opacity: 0;
  }
  #et-popup-carousel-overlay{
      z-index: 9999;
      transition: all 250ms ease-out;
      display: none;
      opacity: 0;
      z-index: 9999;
  }
  #et-popup-carousel-overlay.available, #et-popup-carousel-html.available{ display: block; }
  #et-popup-carousel-html.active{ 
      opacity: 1;
      transform: scale(1) translateY(0px);
  }
  #et-popup-carousel-overlay.active{ opacity: 0.5; }
  #et-popup-carousel-close {
      position: absolute;
      top: 14px;
      right: 20px;
      font-size: 2rem;
      cursor: pointer;
      color: #ccc;
      transition: all 150ms ease;
      z-index: 99999;
      opacity: 0.6;
  }
  #et-popup-carousel-close:hover{ opacity: 1; }
  #et-popup-carousel-close:hover{ color: #bbb; }
  #et-popup-carousel-html .et-tool {
      clear: both;
      border-top: 1px solid #eaeaea;
      padding: 30px;
      width: 100%;
  }
  #et-popup-carousel-html .et-arrow {
      background: url(/wp-content/themes/images/arrow.svg) no-repeat;
      position: absolute;
      height: 17px;
      width: 35px;
      background-position: center;
      transition: all 250ms ease-out;
      transform: translateX(0px);
      cursor: pointer;
      border:none;
      box-shadow: none !important; outline: none !important; 
  }
  #et-popup-carousel-html .et-arrow.arrow-next {
      right: 20px;
  }
  #et-popup-carousel-html .et-arrow.arrow-prev {
      left: 20px;
      transform: rotate(180deg) translateX(0px);
  }
  #et-popup-carousel-html .et-arrow.arrow-next:hover {
      transform: translateX(5px);
  }
  #et-popup-carousel-html .et-arrow.arrow-prev:hover {
      transform: rotate(180deg) translateX(5px);
  }
  ul#popup-carousel-nav {
      text-align: center;
  }
  #et-popup-carousel-html .et-nav{
      list-style: none;
      margin: 0;
      padding: 0;
  }
  #et-popup-carousel-html .et-nav button,
  #et-popup-carousel-html .et-nav button:focus{ box-shadow: none !important; outline: none !important; }
  #et-popup-carousel-html .et-nav .active button{
      border-color: #FDBF4C;
      background: #FDBF4C;
  }
  #et-popup-carousel-html .et-fade-out-down{
      transform:translateY(5px);
      opacity: 0;
  }
  @media (max-width:767px){
      #et-popup-carousel-html,
      #et-popup-carousel-html .contents h3.yellow-heading{ text-align: left; }
      .et-popup-carousel-countainer {
          top: 35px;
          width: 90%;
          margin-left: 5%;
          left: 0;
      }
      #et-popup-carousel-html .contents {
          min-height: 251px;
          height: 70%;
          height: 70vh;
          height: calc(100vh - 144px);
          overflow: auto;
          padding-top: 60px;
      }
  }
/* ET Carousel Popup Styles End */

td {
  padding: 10px 0;
}
