﻿/*! {Project Title} - v0.1.0 - Brothers & Company
    [WARNING] This file is auto-generated.
    Do not edit this file. All changes will be lost on next compilation! */

@charset "UTF-8";
 
/*! *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/
 
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
  font-family: 'hanger-clinic';
  src: url("fonts/hanger-clinic/hanger-clinic.eot?48798134");
  src: url("fonts/hanger-clinic/hanger-clinic.eot?48798134#iefix") format("embedded-opentype"), url("fonts/hanger-clinic/hanger-clinic.woff2?48798134") format("woff2"), url("fonts/hanger-clinic/hanger-clinic.woff?48798134") format("woff"), url("fonts/hanger-clinic/hanger-clinic.ttf?48798134") format("truetype"), url("fonts/hanger-clinic/hanger-clinic.svg?48798134#hanger-clinic") format("svg");
  font-weight: normal;
  font-style: normal;
}*/

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'hanger-clinic';
    src: url('../fonts/hanger-clinic/hanger-clinic.svg?48798134#hanger-clinic') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  /*font-family: "hanger-clinic";*/
  font-family:"FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  vertical-align:middle;
  border-radius:50%;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 2em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
  /*content: '\e800';*/
  content:'\f002';
}

/* '' */
.icon-down-open-big:before {
  /*content: '\e801';*/
  content: '\f107';/*angle*/
  /*content: '\f078';*/ /*chevron */  
}

/* '' */
.icon-left-open-big:before {
  /*content: '\e802';*/
  content: '\f104';/*angle*/
  /*content: '\f053';*/ /*chevron */  

}

/* '' */
.icon-right-open-big:before {
 /* content: '\e803';*/
  content: '\f105';/*angle*/
  /*content: '\f054';*/ /*chevron */  
  }

/* '' */
.icon-up-open-big:before {
  /*content: '\e804';*/
    content: '\f106';/*angle*/
  /*content: '\f077';*/ /*chevron */  

}

/* '' */
.icon-twitter:before {
  content: '\f099';
 
}

/* '' */
.icon-facebook:before {
  content: '\f09a';
 
  

  
}
/* '.' */
.icon-instagram:before {
  content: '\f16d';


  

  
}

/* '' */
.icon-youtube-play:before {
  content: '\f16a';

  
}

/* '' */
.icon-file-pdf:before {
  content: '\f1c1';
}

/* '' */
.icon-pinterest:before {
  content: '\f231';
}

/* '' */
.icon-vimeo:before {
  content: '\f306';
}

/* '' */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-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:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.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: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-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;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner:before, .hamburger--3dx .hamburger-inner:after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner:before, .hamburger--3dx-r .hamburger-inner:after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner:before, .hamburger--3dy .hamburger-inner:after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner:before, .hamburger--3dy-r .hamburger-inner:after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:before, .hamburger--boring .hamburger-inner:after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: top 0.2s cubic-bezier(0.333, 0, 0.667, 0.333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.333, 0, 0.667, 0.333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.333, 0, 0.667, 0.333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.333, 0, 0.667, 0.333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: top 0.2s cubic-bezier(0.333, 0, 0.667, 0.333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.333, 0, 0.667, 0.333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.333, 0, 0.667, 0.333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.333, 0, 0.667, 0.333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hamburger--elastic.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.714px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.714px, -6px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  -webkit-transform: rotate(45deg) translate3d(5.714px, -6px, 0);
          transform: rotate(45deg) translate3d(5.714px, -6px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.333, 0, 0.667, 0.333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.333, 0, 0.667, 0.333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.333, 0, 0.667, 0.333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.333, 0, 0.667, 0.333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.333, 0, 0.667, 0.333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.333, 0, 0.667, 0.333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.333, 0.667, 0.667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: top 0.2s cubic-bezier(0.333, 0, 0.667, 0.333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.333, 0, 0.667, 0.333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.333, 0, 0.667, 0.333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.333, 0, 0.667, 0.333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner:before {
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * 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, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner:before, .hamburger--vortex .hamburger-inner:after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner:before, .hamburger--vortex.is-active .hamburger-inner:after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner:before, .hamburger--vortex-r .hamburger-inner:after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner:before, .hamburger--vortex-r.is-active .hamburger-inner:after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

html {
  height: 100%;
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

body {
  margin: 0;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-bottom: 22px;
}

ul, ol,
dd {
  margin-left: 22px;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

::-webkit-search-cancel-button,
::-webkit-inner-spin-button,
::-webkit-outer-spin-button,
::-webkit-search-cancel-button,
::-webkit-search-results-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=search] {
  -webkit-appearance: none;
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px #51cbee;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #51cbee;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
    content: '';
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

p {
  margin: 0 0 rhythm();
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

dfn {
  font-style: italic;
  font-weight: bold;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
  vertical-align: sub;
}

sub {
  bottom: -0.25em;
  vertical-align: super;
}

abbr,
acronym {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

del {
  color: #aaa;
  text-decoration: line-through;
  vertical-align: baseline;
}

pre {
  background: #eee;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  margin: 1.5em 0;
  padding: rhythm(0.5) rhythm(0.3);
}

code {
  background: #eee;
  font-size: 11px;
  line-height: 1.2em;
  padding: rhythm(0.2);
}

pre,
code,
kbd,
samp,
tt {
  font-family: Consolas, Inconsolata, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

ins {
  text-decoration: underline;
}

mark {
  background: #999;
  font-size: 11px;
}

address {
  display: block;
  margin: 0 0 1.5em;
  font-style: italic;
}

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 rhythm(1.5);
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

ol > ol {
  list-style: upper-alpha;
}

ol > ol > ol {
  list-style: lower-roman;
}

li ul,
li ol {
  margin: 0;
}

dl {
  margin: 0 1.625em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.625em;
}

h1 {
  font-size: 32px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.375;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.3em;
}

h2 {
  font-size: 28px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.571;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.3em;
}

h3 {
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.833;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.5em;
}

h4 {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.5em;
}

h5 {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.222;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.5em;
}

h6 {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.5em;
}

h1, .section-title, .c-news h2, .c-innovations h2, .c-people-stories h2, .pageTitle {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  font-size: 2em !important;
  white-space: normal !important;
  line-height: 1.2em;
  color: #f15a22;
  padding: 0;
  margin: 10px 0 12px 0;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#FDB933), to(#F15A22));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  h1, .section-title, .c-news h2, .c-innovations h2, .c-people-stories h2, .pageTitle {
    font-size: 1.5rem;
  }
}

@media (max-width: 668px) {
  h1, .section-title, .c-news h2, .c-innovations h2, .c-people-stories h2, .pageTitle {
    font-size: 1.4rem;
  }
}

@media (max-width: 635px) {
  h1, .section-title, .c-news h2, .c-innovations h2, .c-people-stories h2, .pageTitle {
    font-size: 1.8rem;
    line-height: 1em;
  }
}

h1.successStories, .section-title.successStories, .c-news h2.successStories, .c-innovations h2.successStories, .c-people-stories h2.successStories, .pageTitle.successStories {
  text-transform: none;
}

@media (max-width: 540px) {
  h1.successStories, .section-title.successStories, .c-news h2.successStories, .c-innovations h2.successStories, .c-people-stories h2.successStories, .pageTitle.successStories {
    display: block;
  }
}

h1 .ms-formfieldvaluecontainer {
  -webkit-text-fill-color: #000;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  transition: all 0.35s ease;
  text-decoration: none;
  color: #f15a22;
  -webkit-tap-highlight-color: transparent;
}

a:hover, a:focus {
  transition: all 0.35s ease;
  color: #bb3b0c;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none !important;
}

.learn-more {
  transition: all 0.35s ease;
  color: #f15a22;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 19.2px;
  font-size: 1.2rem;
}

.learn-more:hover {
  transition: all 0.35s ease;
  color: #bb3b0c;
}

.learn-more.right {
  position: absolute;
  right: 0;
}

ul {
  list-style: square outside;
}

li > ul,
li > ol {
  margin-left: 44px;
  margin-bottom: 0;
}

input[type='text'], input[type='email'] {
  transition: background .5s ease;
  padding: 7px 10px 3px;
  font-size: 18px;
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  border-style: solid;
  border-width: 1px;
  border-color: #ff5f2f;
  border-radius: 4px;
  background-image: -ms-linear-gradient(0deg, #f58134 0%, #f2662c 100%);
}

@media (max-width: 1020px) {
  input[type='text'], input[type='email'] {
    display: block;
    width: 100%;
  }
}

input[type='text']:focus, input[type='email']:focus {
  transition: background .5s ease;
  outline: none;
}

.styled-select select {
  position: relative;
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 7px 10px 3px;
  background: #fff url("../img/dwn-arw.png") top right no-repeat;
  color: #333;
  line-height: 1;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: #ff5f2f;
  border-radius: 4px;
  background-image: -ms-linear-gradient(0deg, #f58134 0%, #f2662c 100%);
  margin-top: 4px;
}

.styled-select select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.styled-select select:focus {
  background: #fff url("../img/dwn-arw.png") top right no-repeat;
  outline: none;
}

@media (max-width: 1024px) {
  .styled-select select {
    width: 100%;
    margin: 6px 0 20px;
  }
}

textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #ff5f2f;
  border-radius: 4px;
  background-image: -ms-linear-gradient(0deg, #f58134 0%, #f2662c 100%);
}

textarea:focus {
  outline: none;
}

/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.o-wrapper {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.o-layout {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -22px;
}

.o-layout__item {
  display: inline-block;
  padding-left: 22px;
}

.o-layout__container, .full, .sp-sitemap {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}

@media (max-width: 1024px) {
  .full {
    padding: 0 20px;
  }
}

.o-layout__main-container {
  width: 100%;
  margin: 0 auto;
  margin-top: 157px;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.o-layout__main-container.homepage {
  background: none;'

}

@media (max-width: 1024px) {
  .o-layout__main-container {
    margin-top: 119px;

  }
}

.basic-row {
  display: table;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  padding: 0 20px;
}

.row {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-size: 0;
}

@media (max-width: 540px) {
  .row {
    margin-bottom: 0;
  }
}

.column50, .col-1-2 {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding: 0;
  font-size: 0 !important;
  vertical-align: top;
}

@media (min-width: 541px) {
  .column50:nth-child(odd), .col-1-2:nth-child(odd) {
    padding-right: 15px;
  }
  .column50:nth-child(even), .col-1-2:nth-child(even) {
    padding-left: 15px;
  }
}

@media (max-width: 540px) {
  .column50, .col-1-2 {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

.column50 div, .col-1-2 div {
  display: block;
}

.column50 img, .col-1-2 img {
  border: 1px solid #ccc;
}

@media (max-width: 540px) {
  .column50 img, .col-1-2 img {
    width: 100% !important;
  }
}

.column50 h2, .col-1-2 h2 {
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1em;
  margin-top: 15px;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.column50 .btnOrange, .column50 .findALocationWrapper #frm-submit, .findALocationWrapper .column50 #frm-submit, .column50 .searchResults .btnGrey, .searchResults .column50 .btnGrey, .col-1-2 .btnOrange, .col-1-2 .findALocationWrapper #frm-submit, .findALocationWrapper .col-1-2 #frm-submit, .col-1-2 .searchResults .btnGrey, .searchResults .col-1-2 .btnGrey {
  display: inline-block;
}

.column33, .column30 {
  width: 33.33%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 540px) {
  .column33, .column30 {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

.column33 img, .column30 img {
  vertical-align: auto;
  border: 1px solid #ccc;
}

@media (max-width: 540px) {
  .column33 img, .column30 img {
    width: 100% !important;
  }
}

.column33 h2, .column30 h2 {
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1em;
  margin-top: 15px;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.column33 .btnOrange, .column33 .findALocationWrapper #frm-submit, .findALocationWrapper .column33 #frm-submit, .column33 .searchResults .btnGrey, .searchResults .column33 .btnGrey, .column30 .btnOrange, .column30 .findALocationWrapper #frm-submit, .findALocationWrapper .column30 #frm-submit, .column30 .searchResults .btnGrey, .searchResults .column30 .btnGrey {
  display: inline-block;
}

.column25 {
  width: 25%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 540px) {
  .column25 {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

.column25 img {
  vertical-align: auto;
  border: 1px solid #ccc;
}

@media (max-width: 540px) {
  .column25 img {
    width: 100% !important;
  }
}

.column25 h2 {
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1em;
  margin-top: 15px;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.column25 .btnOrange, .column25 .findALocationWrapper #frm-submit, .findALocationWrapper .column25 #frm-submit, .column25 .searchResults .btnGrey, .searchResults .column25 .btnGrey {
  display: inline-block;
}

[data-name="ContentPlaceHolderMain"] {
  margin: 0 auto;
  max-width: 1024px;
}

.o-media {
  display: table;
  width: 100%;
}

.o-media__img,
.o-media__body {
  display: table-cell;
  vertical-align: top;
}

.o-media__img {
  padding-right: 22px;
}

.o-media__img img {
  display: block;
  max-width: none;
}

.o-media__body {
  width: 100%;
}

.btn, .findALocationWrapper #frm-submit {
  padding: 14px 30px 12px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 769px) {
  .btn, .findALocationWrapper #frm-submit {
    padding: 8px 30px 6px;
  }
}

@media (max-width: 768px) {
  .btn, .findALocationWrapper #frm-submit {
    position: relative;
    display: table;
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

@media (max-width: 414px) {
  .btn, .findALocationWrapper #frm-submit {
    display: block !important;
    margin: 0 auto;
  }
}

.btn.btnOrange, .findALocationWrapper #frm-submit, .searchResults .btn.btnGrey {
  color: #fff !important;
  text-transform: uppercase;
  background: -webkit-gradient(45deg, #f58134, #f2662c);
  background: linear-gradient(45deg, #f58134, #f2662c);
}

.c-site-header {
  transition: all 0.75s ease;
  position: absolute;
  display: block;
  z-index: 99;
  width: 100%;
  top: 0;
}

.c-site-header.open .c-site-header_top {
  transition: all 0.75s ease;
  height: 100%;
  width: 100%;
}

.c-site-header_top {
  position: relative;
  display: block;
  width: 100%;
  background: #333 url("../img/bkgHeaderSlice.gif") 50% bottom no-repeat;
  color: #fff;
  min-height: 120px;
  height: 120px;
}

.c-site-header_top .logo {
  position: absolute;
  display: block;
  left: 20px;
  top: 0;
  max-width: 310px;
  height: 100px;
  max-height: 100px;
}

.c-site-header_top .logo .logo-image {
  display: none;
}

.c-site-header_top .logo .logo-image.inline-svg {
  max-width: 240px;
}

@media (max-width: 510px) {
  .c-site-header_top .logo .logo-image {
    display: block;
    max-width: 190px;
    margin-top: 40px;
  }
}

@media (max-width: 350px) {
  .c-site-header_top .logo .logo-image {
    transition: all 0.35s ease;
    display: block;
    max-width: 170px;
    margin-top: 44px;
  }
}

.c-site-header_top .logo .logo-image.vert {
  transition: all 0.35s ease;
  display: block;
  max-width: 200px;
  margin-top: 19px;
}

@media (max-width: 510px) {
  .c-site-header_top .logo .logo-image.vert {
    display: none;
  }
}

.c-site-header_top .c-site-navigation_wrapper .mobile-nav {
  transition: all 0.35s ease;
  position: absolute;
  z-index: 99;
  top: 26px;
  right: 16px;
  text-transform: uppercase;
  font-size: 33.6px;
  font-size: 2.1rem;
  color: #fff;
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 769px) {
  .c-site-header_top .c-site-navigation_wrapper .mobile-nav {
    display: none;
  }
}

@media (max-width: 510px) {
  .c-site-header_top .c-site-navigation_wrapper .mobile-nav {
    transition: all 0.35s ease;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    right: -26px;
  }
}

@media (max-width: 350px) {
  .c-site-header_top .c-site-navigation_wrapper .mobile-nav {
    transition: all 0.35s ease;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    right: -20px;
  }
}

@media (max-width: 320px) {
  .c-site-header_top .c-site-navigation_wrapper .mobile-nav {
    right: -42px;
  }
}

.c-site-header_top .c-site-header__search {
  transition: height 0.65s ease;
  transition: opacity 0.35s ease-in-out;
  position: absolute;
  display: block;
  right: calc(0% + 20px);
  top: 30px;
  width: 350px;
  height: 55px;
}

@media (min-width: 769px) {
  .c-site-header_top .c-site-header__search {
    top: 14px;
  }
}

@media (max-width: 768px) {
  .c-site-header_top .c-site-header__search {
    top: 20px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@media (max-width: 420px) {
  .c-site-header_top .c-site-header__search {
    top: 30px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.c-site-header_top .c-site-header__search.open {
  transition: height 0.65s ease;
  transition: opacity 0.35s ease-in-out;
  position: relative;
  left: 24px;
  right: 0;
  height: 55px;
  width: calc(100% - 48px);
  padding-top: 70px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  overflow: visible;
}

.c-site-header_top .c-site-header__search .ms-srch-sb-borderFocused {
  border: 0 solid transparent !important;
}

.c-site-header_top .c-site-header__search input {
  position: relative;
  display: block;
}

.c-site-header_top .c-site-header__search input[type='text'] {
  border-radius: 4px;
  background: -webkit-gradient(45deg, #f58134, #f2662c);
  background: linear-gradient(45deg, #f58134, #f2662c);
  border: 0;
  position: absolute;
  width: 100%;
  height: 32px;
  color: #fff;
  padding: 8px 20px;
  font-size: 1em;
}

@media (max-width: 768px) {
  .c-site-header_top .c-site-header__search input[type='text'] {
    height: 42px;
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

@media (max-width: 475px) {
  .c-site-header_top .c-site-header__search input[type='text'] {
    height: 36px;
    margin-top: 6px;
    font-size: 1rem;
  }
}

.c-site-header_top .c-site-header__search input:focus {
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.c-site-header_top .c-site-header__search .ms-srch-sb-searchLink {
  position: absolute;
  display: block;
  right: 0;
  width: 40px;
  height: 32px;
  z-index: 999;
  border: 0;
}

.c-site-header_top .c-site-header__search .ms-srch-sb-searchLink:before {
  /*content: '\e800';*/
    content:'\f002';
  position: absolute;
  display: block;
  /*font-family: "hanger-clinic";*/
    font-family:"FontAwesome";
  font-size: 19.2px;
  font-size: 1.2rem;
  top: 10px;
  right: 10px;
  color: #333;
}

@media (max-width: 768px) {
  .c-site-header_top .c-site-header__search .ms-srch-sb-searchLink:before {
    top: 18px;
    font-size: 1.5rem;
  }
}

@media (max-width: 475px) {
  .c-site-header_top .c-site-header__search .ms-srch-sb-searchLink:before {
    top: 12px;
    font-size: 1.2rem;
  }
}

.c-site-header_top .c-site-header__search .ms-srch-sb-searchLink img {
  display: none;
}

.c-site-header_top .c-site-navigation {
  position: absolute;
  display: block;
  right: 20px;
  top: 72px;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0;
}

@media (max-width: 768px) {
  .c-site-header_top .c-site-navigation {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.c-site-header_top .c-site-navigation.open {
  transition: height 0.95s ease;
  transition: opacity 0.95s ease;
  position: relative;
  height: 20px;
  height: 1.25rem;
  left: 0;
  right: 0;
  top: auto;
  margin-top: 80px;
  margin-bottom: 12px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media (max-width: 475px) {
  .c-site-header_top .c-site-navigation.open {
    margin-top: 76px;
  }
}

.c-site-header_top .c-site-navigation.open a {
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  padding: 20px 24px 16px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  display: none;
}

.c-site-header_top .c-site-navigation.open a:after {
  content: '';
  position: absolute;
  left: 24px;
  bottom: 0;
  display: black;
  height: 1px;
  width: calc(100% - 48px);
  background: #ccc;
  display: none;
}

.c-site-header_top .c-site-navigation.open a:hover {
  background: transparent;
}

.c-site-header_top .c-site-navigation.open a:hover:before, .c-site-header_top .c-site-navigation.open a:hover:after {
  background: #ccc;
}

.c-site-header_top .c-site-navigation.open span {
  display: none;
}

.c-site-header_top .c-site-navigation a {
  transition: all 0.35s ease;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.c-site-header_top .c-site-navigation a:before {
  content: '';
  transition: all 0.35s ease;
  position: absolute;
  width: 4px;
  height: 100%;
  left: -4px;
  top: 0;
  background: transparent;
}

.c-site-header_top .c-site-navigation a:after {
  content: '';
  transition: all 0.35s ease;
  position: absolute;
  width: 4px;
  height: 100%;
  right: -4px;
  top: 0;
  background: transparent;
}

.c-site-header_top .c-site-navigation a:hover {
  transition: all 0.35s ease;
  background: #f15a22;
}

.c-site-header_top .c-site-navigation a:hover:before, .c-site-header_top .c-site-navigation a:hover:after {
  transition: all 0.35s ease;
  background: #f15a22;
}

.c-site-header_top .c-site-navigation span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.c-secondary-navigation {
  position: relative;
  margin-top: -1px;
}

@media (max-width: 768px) {
  .c-secondary-navigation {
    height: 0;
    overflow: hidden;
  }
}

.c-secondary-navigation.open {
  transition: height 0.35s ease-in-out;
  height: auto;
  background: #fff;
  box-shadow: 0 8px 6px -1px rgba(0, 0, 0, 0.28);
}

.c-secondary-navigation.open ul {
  display: block;
  transition: all 0.35s ease;
  margin: 0 0 30px 0;
  padding: 0 0 24px 0;
  text-align: left;
}

.c-secondary-navigation.open ul li {
  display: block;
  width: 100%;
  padding: 0;
}

.c-secondary-navigation.open ul li a {
  position: relative;
  display: block;
  text-transform: uppercase;
  padding: 20px 24px 16px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media (max-width: 475px) {
  .c-secondary-navigation.open ul li a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.c-secondary-navigation.open ul li a:after {
  content: '';
  position: absolute;
  left: 24px;
  bottom: 0;
  display: block;
  height: 1px;
  width: calc(100% - 48px);
  background: #333;
}

.c-secondary-navigation.open ul li ul {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.c-secondary-navigation.open ul li ul.open {
  height: auto;
}

.c-secondary-navigation.open ul li ul.open li.open a.has-submenu:before {
  transition: all 0.35s ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0.4em;
  left: calc(100% - 54px);
}

@media (max-width: 475px) {
  .c-secondary-navigation.open ul li ul.open li.open a.has-submenu:before {
    top: 0.8em;
  }
}

.c-secondary-navigation.open ul li ul.open li.open ul {
  height: auto;
}

.c-secondary-navigation.open ul li ul.open li.open ul li a.has-submenu:before {
  display: none;
}

.c-secondary-navigation.open ul li ul.open li a {
  position: relative;
  display: block;
  z-index: 0;
}

.c-secondary-navigation.open ul li ul.open li a.has-submenu:before {
  transition: all 0.35s ease;
  /*content: '\e803';*/
    content: '\f105';/*angle*/
  position: absolute;
  top: 0.4em;
  left: calc(100% - 49px);
  width: 30px;
  height: 30px;
  z-index: 1;
  color: #6c6e70;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
 font-family:"FontAwesome";
}

@media (max-width: 475px) {
  .c-secondary-navigation.open ul li ul.open li a.has-submenu:before {
    top: 0.8em;
    font-size: 1.5rem;
  }
}

.c-secondary-navigation.open ul li ul.open li a.has-submenu:before:hover {
  cursor: pointer;
}

.c-secondary-navigation.open ul li ul a {
  display: none;
}

.c-secondary-navigation.open ul li ul li {
  display: block;
  width: 100%;
}

.c-secondary-navigation.open ul li ul li a {
  display: block;
  text-transform: none;
  padding: 20px 26px 16px;
  color: #6c6e70;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.c-secondary-navigation.open ul li ul li:last-child a {
  border-bottom: 0px solid transparent;
}

.c-secondary-navigation.open ul li ul li ul {
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.c-secondary-navigation.open ul li ul li ul li a {
  padding-left: 34px;
}

.c-secondary-navigation.open ul li ul li ul li a:before {
  display: none;
}

.c-secondary-navigation.open ul li ul li ul.open {
  height: auto;
}

.c-secondary-navigation ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.c-secondary-navigation ul li {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #000;
  font-size: 1em;
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 769px) {
  .c-secondary-navigation ul li:hover ul {
    transition: all 0.35s ease;
    height: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.c-secondary-navigation ul li:hover ul li {
  background: #fff;
}

@media (min-width: 769px) {
  .c-secondary-navigation ul li:hover ul li a {
    color: #000;
  }
}

@media (min-width: 769px) {
  .c-secondary-navigation ul li:hover a {
    transition: all 0.35s ease;
    color: #000;
  }
}

@media (max-width: 768px) {
  .c-secondary-navigation ul li.dynamic-children.open:before {
    transition: all 0.35s ease;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 0.5em;
  }
}

@media (max-width: 475px) {
  .c-secondary-navigation ul li.dynamic-children.open:before {
    transition: all 0.35s ease;
    top: 0.5em;
    right: 24px;
  }
}

@media (max-width: 768px) {
  .c-secondary-navigation ul li.dynamic-children:before {
    transition: all 0.35s ease;
    /*content: '\e803';*/
      content: '\f105';/*angle*/
    position: absolute;
    top: 0.4em;
    right: 26px;
    width: 36px;
    height: 36px;
    z-index: 0;
    color: #f15a22;
    font-size: 2em;
    line-height: 1em;
    text-align: center;
    /*font-family: "hanger-clinic";*/
     font-family:"FontAwesome";
  }
  .c-secondary-navigation ul li.dynamic-children:before:hover {
    cursor: pointer;
  }
}

@media (max-width: 768px) and (max-width: 475px) {
  .c-secondary-navigation ul li.dynamic-children:before {
    font-size: 1.5rem;
    top: 0.8em;
    right: 16px;
  }
}

.c-secondary-navigation ul li a {
  transition: all 0.35s ease;
  display: block;
  color: #000;
  padding: 10px 16px;
  font-size: 1em;
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.c-secondary-navigation ul li a.ms-core-listMenu-selected {
  color: #f15a22 !important;
}

.c-secondary-navigation ul li a.selected {
  color: #f15a22 !important;
}

@media (max-width: 856px) {
  .c-secondary-navigation ul li a {
    transition: all 0.35s ease;
    padding: 10px 8px;
  }
}

@media (max-width: 774px) {
  .c-secondary-navigation ul li a {
    transition: all 0.35s ease;
    padding: 10px 6px;
    font-size: 0.9em;
  }
}

@media (min-width: 769px) {
  .c-secondary-navigation ul li a:hover {
    transition: all 0.35s ease;
    background: #f15a22;
    color: #fff;
  }
}

.c-secondary-navigation ul li a:before {
  content: "|";
  position: relative;
  top: 0;
  left: 0;
}

.c-secondary-navigation ul li a:first-child:before {
  content: " ";
}

@media (min-width: 769px) {
  .c-secondary-navigation ul li ul {
    transition: height 0.35s ease;
    transition: opacity 0.35s ease;
    position: absolute !important;
    left: auto !important;
    top: auto !important;
    z-index: 999;
    width: 250px !important;
    height: 0;
    overflow: hidden;
    background: #fff;
    text-align: left;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    padding: 0 10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@media (min-width: 769px) {
  .c-secondary-navigation ul li ul.static {
    display: none !important;
  }
}

.c-secondary-navigation ul li ul a {
  display: none;
}

.c-secondary-navigation ul li ul li {
  position: relative;
  text-align: left;
  display: block;
}

@media (min-width: 769px) {
  .c-secondary-navigation ul li ul li {
    border-left: 2px solid #ffb843;
    border-right: 2px solid #f11a3c;
  }
  .c-secondary-navigation ul li ul li:first-of-type {
    margin-top: 10px;
  }
  .c-secondary-navigation ul li ul li:first-of-type:before {
    content: '';
    position: absolute;
    height: 2px;
    width: calc(100% + 4px);
    left: -2px;
    /* fallback/image non-cover color */
    background-color: #ffb843;
    /* Firefox 3.6+ */
    /* Safari 4+, Chrome 1+ */
    /* Safari 5.1+, Chrome 10+ */
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, #ffb843 0%, #f11a3c 100%);
    /* IE10+ */
    /* Standard */
    background: linear-gradient(to right, #ffb843 0%, #f11a3c 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    border-radius: 0 0 4px 0px;
  }
  .c-secondary-navigation ul li ul li:last-child {
    margin-bottom: 14px;
  }
  .c-secondary-navigation ul li ul li:last-child:after {
    content: '';
    position: absolute;
    height: 2px;
    width: calc(100% + 4px);
    left: -2px;
    background: -webkit-gradient(90deg, #FDB933, #f11a3c);
    background: linear-gradient(0deg, #FDB933, #f11a3c);
    border-radius: 0 0 4px 0px;
  }
}

.c-secondary-navigation ul li ul li a {
  display: block;
  padding: 12px 10px 10px 12px;
}

.c-secondary-navigation ul li ul li img {
  display: none;
}

.c-secondary-navigation .c-site-navigation-mobile {
  position: relative;
  display: block;
  z-index: 999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 0;
  overflow: hidden;
}

.c-secondary-navigation .c-site-navigation-mobile.open {
  transition: all 0.75s ease-in-out;
  height: auto;
}

@media (max-width: 768px) {
  .c-secondary-navigation .c-site-navigation-mobile {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: #6c6e70;
    display: block;
    width: 100%;
    margin: -55px 0 0 0;
    padding: 0 0 0px;
    text-align: left;
  }
  .c-secondary-navigation .c-site-navigation-mobile a {
    display: block;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 24px 16px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 768px) and (max-width: 475px) {
  .c-secondary-navigation .c-site-navigation-mobile a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 768px) {
  .c-secondary-navigation .c-site-navigation-mobile a:after {
    content: '';
    position: absolute;
    left: 24px;
    bottom: 0;
    display: block;
    height: 1px;
    width: calc(100% - 48px);
    background: #fff;
  }
  .c-secondary-navigation .c-site-navigation-mobile a:last-child:after {
    display: none;
  }
}

.c-site-footer {
  position: relative;
  display: block;
  width: 100%;
}

.c-site-footer__scroll-up {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1024px;
  text-transform: uppercase;
  text-align: left;
  margin: 0 auto;
  color: #f15a22;
  padding: 50px 20px 26px;
  font-size: 19.2px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .c-site-footer__scroll-up {
    text-align: center;
  }
}

.c-site-footer__scroll-up:hover {
  cursor: pointer;
  text-decoration: none;
}

.c-site-footer_social {
  text-align: right;
  padding: 0 20px;
  background: #6f6f7f;
  background: rgba(111, 111, 127, 0.2);
}

@media (max-width: 701px) {
  .c-site-footer_social {
    text-align: center;
  }
}

.c-site-footer_social a {
  display: inline-block;
  background: #6c6e70;
  margin: 16px 7px;
  /*padding: 8px 8px 6px;*/
  color: #fff;
  /*border-radius: 2px;*/
  border-radius: 50%;
  height:50px;
  line-height:50px;
  width:50px;
  font-size: 22.4px;
  text-align:center;
  font-size: 1.4rem;
}

.c-site-footer_social a:visited {
  color: #fff;
}

.c-site-footer_footer-nav {
  position: relative;
  display: block;
  width: 100%;
  background: #333;
  bottom: 0;
  padding: 20px;
  color: #fff;
}

@media (max-width: 330px) {
  .c-site-footer_footer-nav {
    padding: 14px;
  }
}

.c-site-footer_footer-nav .o-layout__container, .c-site-footer_footer-nav .full, .c-site-footer_footer-nav .sp-sitemap {
  display: table;
}

@media (max-width: 350px) {
  .c-site-footer_footer-nav .o-layout__container, .c-site-footer_footer-nav .full, .c-site-footer_footer-nav .sp-sitemap {
    display: block;
  }
}

.c-site-footer_footer-nav .copy {
  display: table-cell;
  color: #ccc;
  font-size: 12.8px;
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .c-site-footer_footer-nav .copy {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .c-site-footer_footer-nav .copy {
    display: block;
    text-align: center;
    font-size: 0.75rem;
  }
}

.c-site-footer_footer-nav .c-site-footer_globalFooterLinks {
  display: table-cell;
  padding: 0;
  text-align: right;
  list-style-type: none;
  font-size: 0;
}

@media (max-width: 480px) {
  .c-site-footer_footer-nav .c-site-footer_globalFooterLinks {
    display: block;
    text-align: center;
    margin-top: 0.25rem;
    margin-bottom: 0;
  }
}

.c-site-footer_footer-nav .c-site-footer_globalFooterLinks li {
  display: inline-block;
  border-left: 1px solid #ccc;
  font-size: 0;
}

.c-site-footer_footer-nav .c-site-footer_globalFooterLinks li:first-child {
  border-left: none;
}

.c-site-footer_footer-nav a {
  color: #ccc;
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 0 6px;
}

.c-site-footer_footer-nav a:hover {
  color: #fff;
}

.c-site-footer_footer-nav a:visited {
  color: #ccc;
}

@media (max-width: 768px) {
  .c-site-footer_footer-nav a {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .c-site-footer_footer-nav a {
    font-size: 0.7rem;
  }
}

.aside-subnav {
  display: table-cell;
  width: 28%;
  padding-top: 2px;
  vertical-align: top;
}

@media (min-width: 769px) {
  .aside-subnav {
    max-width: 28%;
  }
}

@media (max-width: 768px) {
  .aside-subnav {
    display: table-footer-group;
    width: 100%;
    vertical-align: top;
  }
}

.basic-content-wrapper {
  display: table-cell;
  width: 72%;
  padding-left: 50px;
  padding-top: 2px;
  vertical-align: top;
}

@media (max-width: 768px) {
  .basic-content-wrapper {
    display: table-header-group;
    width: 100%;
    padding-left: 0;
  }
}

.ms-hidden {
  display: none;
}

.video-container {
  display: none;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.c-video-container.ms-clear {
  display: none;
}

.c-video-container iframe, .c-video-container object, .c-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-content {
  padding-top: 5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19.2px;
  line-height: 1.2rem;
}

.page-content h2 {
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1em;
  letter-spacing: 0px;
  margin-top: 20px;
  color: #000;
}

.page-content ul, .page-content ol {
  display: block;
  margin: 10px 10px 26px;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19.2px;
  line-height: 1.2rem;
}

.page-content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-content h1 {
  font-size: 2.4em;
}

.page-content a.btnOrange, .page-content .findALocationWrapper a#frm-submit, .findALocationWrapper .page-content a#frm-submit, .page-content .searchResults a.btnGrey, .searchResults .page-content a.btnGrey {
  color: #fff;
}

.page-content #fTabUl {
  display: block;
  width: 100%;
  margin: 20px 0;
  padding: 0 0 0 0;
  color: black !important;
  list-style-type: none;
  font-size: 0;
  border-bottom: solid 1px #f15a22;
}

@media (max-width: 768px) {
  .page-content #fTabUl {
    margin-top: 10px;
  }
}

.page-content #fTabUl li {
  position: relative;
  display: inline-block !important;
  list-style: none;
  max-width: 126px;
  padding: 10px 30px 5px 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px !important;
  font-style: italic;
  border-left: 0px solid #f15a22;
  vertical-align: top;
}

@media (max-width: 768px) {
  .page-content #fTabUl li {
    display: block !important;
    border-left: 0;
    padding: 10px 18px;
    max-width: 100%;
  }
}

.page-content #fTabUl li:first-child a {
  border-left: none;
}

.page-content #fTabUl li.tabOn {
  border-bottom: solid 0px #f15a22;
}

@media (max-width: 768px) {
  .page-content #fTabUl li.tabOn {
    position: relative;
    border-bottom: 0;
    border-bottom: solid 2px #f15a22;
  }
}

@media (max-width: 768px) {
  .page-content #fTabUl li.tabOn:before {
    /*content: '\e803';*/
      content: '\f105';/*angle*/
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
 font-family:"FontAwesome";
    color: #f15a22;
    font-size: 1rem;
  }
}

@media (min-width: 769px) {
  .page-content #fTabUl li.tabOn a:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    left: 5px;
    width: 100%;
    height: 4px;
    background: #f15a22;
  }
}

.page-content #fTabUl li.hideTab {
  display: none !important;
}

.page-content #fTabUl li a {
  color: #000;
}

@media (min-width: 769px) {
  .page-content #fTabUl li a {
    float: left;
    border-left: solid 1px #f15a22;
    padding-left: 8px;
  }
}

.page-content #fTabUl li a:visited {
  color: #000;
}

.sub-content-wrapper {
  margin-top: 40px;
}

.ms-rtePosition-1 {
  float: left;
  margin: 20px 20px 25px 0;
}

@media (max-width: 414px) {
  .ms-rtePosition-1 {
    display: block;
    float: none !important;
    margin: 20px 0 10px 0;
    max-width: 100%;
  }
}

.ms-rtePosition-2 {
  float: right;
  margin: 20px 0 25px 20px;
}

.ms-rtePosition-2.max-width {
  max-width: 230px;
}

@media (max-width: 414px) {
  .ms-rtePosition-2 {
    display: block;
    float: none !important;
    margin: 20px 0 10px 0;
    max-width: 100%;
  }
}

.ms-webpartzone-cell {
  margin-bottom: 0 !important;
}

.ms-webpart-chrome-title {
  vertical-align: middle;
  position: relative;
  margin-bottom: 2px;
}

.ms-webpart-chrome-title h2 {
  font-size: 14px !important;
  text-transform: uppercase;
  margin: 0;
  display: block;
  color: #f15a22 !important;
}

.tabLeftMorePhotos {
  display: block;
  float: none !important;
  margin-top: 30px;
}

.tabLeftMorePhotos .dfwp-item {
  width: auto !important;
  position: relative;
  float: none !important;
  display: inline-block;
}

.tabLeftMorePhotos .dfwp-item .popup {
  margin-right: 10px;
  cursor: pointer;
}

.breadcrumbs {
  border-top: solid 1px #f79d7c;
  color: #6b6b6b;
  font-style: italic;
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 10px 0 15px 0;
  margin-top: 40px;
}

.breadcrumbs a {
  color: #6b6b6b;
}

.breadcrumbs a:visited {
  color: #6b6b6b;
}

.breadcrumbs a img {
  display: none !important;
}

.breadcrumbs span a {
  color: #6b6b6b !important;
}

.aside-subnav h2 {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.6em;
  color: #f15a22 !important;
}

@media (max-width: 768px) {
  .leftNav {
    display: none;
  }
}

.leftNav ul {
  list-style: none;
  margin: 0;
  padding-bottom: 15px;
}

.leftNav ul.ms-core-listMenu-root {
  background: #333;
  margin-top:30px;
}

.leftNav ul li {
  font-size: 16px;
  font-size: 1rem;
}

.leftNav ul li.navOnH > a {
  background: #f15a22;
  color: #fff;
}

.leftNav ul li.navOnH > a:hover {
  color: #fff;
}

.leftNav ul li.navOnH a.ms-core-listMenu-selected {
  background: #f15a22;
  color: #fff;
}

.leftNav ul li.navOnH a.ms-core-listMenu-selected:hover {
  color: #000;
}

.leftNav ul li.open a.has-submenu:before {
  transition: all 0.35s ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.leftNav ul li a {
  position: relative;
  display: block;
  z-index: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  margin: 0;
  padding: 12px 22px 12px 16px;
}

.leftNav ul li a:hover {
  color: #f15a22;
}

.leftNav ul li a.has-submenu:before {
  transition: all 0.35s ease;
  /*content: '\e803';*/
    content: '\f105';/*angle*/
  position: absolute;
  display: block;
  z-index: 1;
  padding: 8px 12px;
  right: 0px;
  top: 4px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "FontAwesome";
  color: #f15a22;
  text-align: center;
}

.leftNav ul li ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.leftNav ul li ul li a {
  background: none;
}

.leftNav ul li ul li a.selected {
  color: #f15a22;
}

.leftNav ul li ul li ul {
  transition: all 0.35s ease;
  height: 0;
  overflow: hidden;
}

.leftNav ul li ul li ul.open {
  transition: height 0.35s ease;
  height: auto;
  border-top: 2px solid #f15a22;
  background: #6c6e70;
}

.leftNav ul li ul li ul li a {
  padding: 12px 24px;
  background: #464748;
}

.leftNav ul li ul li ul li a.has-submenu:before {
  display: none;
}

.c-additional-info {
  margin-top: 30px;
}

.c-additional-info h3 {
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 4px;
}

.c-additional-info h2 {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.6em;
  color: #f15a22 !important;
}

.utilityNavigation ul {
  list-style: none;
  /* Remove list bullets */
  margin: 0;
  padding-bottom: 15px;
}

.utilityNavigation ul li {
  font-size: 16px;
  font-size: 1rem;
}

.utilityNavigation ul li.open a.has-submenu:before {
  transition: all 0.35s ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.utilityNavigation ul li a {
  transition: all 0.35s ease;
  position: relative;
  display: block;
  z-index: 0;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  margin: 0;
  padding: 12px 16px;
  border-bottom: 1px solid #f15a22;
}

.utilityNavigation ul li a:hover {
  transition: all 0.35s ease;
  color: #f15a22;
}

.utilityNavigation ul li a.has-submenu:before {
  transition: all 0.35s ease;
    content: '\f105';/*angle*/
  /*content: '\e803';*/
  position: absolute;
  display: block;
  z-index: 1;
  padding: 8px 12px;
  right: -2px;
  top: 4px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "FontAwesome";
  color: #f15a22;
  text-align: center;
}

.utilityNavigation ul li ul {
  transition: all 0.35s ease;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}

.utilityNavigation ul li ul.open {
  transition: all 0.35s ease;
  height: auto;
}

.utilityNavigation ul li ul li:last-child a {
  border-bottom: 1px solid #f15a22 !important;
}

.utilityNavigation ul li ul li a {
  background: none;
  padding: 8px 24px;
  color: #000 !important;
  border-bottom: 1px solid transparent !important;
}

.utilityNavigation ul li ul li a.ms-core-listMenu-item {
  padding: 8px 24px !important;
  color: #000 !important;
}

.utilityNavigation ul li ul li a.has-submenu:before {
  display: none;
}

.utilityNavigation ul li ul li ul {
  height: 0;
  overflow: hidden;
}

.c-ampower {
  display: block;
  width: 100%;
  height: auto;
}

.c-ampower .o-layout__container, .c-ampower .full, .c-ampower .sp-sitemap {
  display: table;
}

@media (max-width: 635px) {
  .c-ampower .o-layout__container, .c-ampower .full, .c-ampower .sp-sitemap {
    display: block;
    width: 100%;
  }
}

.c-ampower__image {
  display: table-cell;
  width: 43%;
  vertical-align: top;
}

@media (max-width: 635px) {
  .c-ampower__image {
    display: block;
    width: 100%;
  }
}

.c-ampower__image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.c-ampower__copy {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background: #333 url("../img/aep_promo_background.jpg") right top no-repeat;
  background-size: cover;
}

@media (max-width: 635px) {
  .c-ampower__copy {
    display: block;
    width: 100%;
  }
}

.c-ampower__copy .c-ampower__copy_inner-wrapper {
  display: block;
  padding: 0 60px;
}

@media (max-width: 956px) {
  .c-ampower__copy .c-ampower__copy_inner-wrapper {
    padding: 0 36px;
  }
}

@media (max-width: 850px) {
  .c-ampower__copy .c-ampower__copy_inner-wrapper {
    padding: 0 20px;
  }
}

@media (max-width: 635px) {
  .c-ampower__copy .c-ampower__copy_inner-wrapper {
    padding: 30px 40px;
  }
}

@media (max-width: 668px) {
  .c-ampower__copy .section-title, .c-ampower__copy .c-news h2, .c-news .c-ampower__copy h2, .c-ampower__copy .c-innovations h2, .c-innovations .c-ampower__copy h2, .c-ampower__copy .c-people-stories h2, .c-people-stories .c-ampower__copy h2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 635px) {
  .c-ampower__copy .section-title, .c-ampower__copy .c-news h2, .c-news .c-ampower__copy h2, .c-ampower__copy .c-innovations h2, .c-innovations .c-ampower__copy h2, .c-ampower__copy .c-people-stories h2, .c-people-stories .c-ampower__copy h2 {
    font-size: 1.8rem;
    line-height: 1em;
  }
}

.c-ampower__copy p {
  color: #a5a5a5;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.c-news {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  padding: 0 20px 20px;
}

.c-news ul {
  width: 100%;
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
}

.c-news ul li {
  padding: 0 0 25px;
  border-bottom: 1px solid #f15a22;
  margin-top: 26px;
}

@media (min-width: 702px) {
  .c-news ul li {
    border-left: 4px solid #f15a22;
    padding-left: 20px;
  }
}

@media (max-width: 375px) {
  .c-news ul li {
    padding: 0 0 10px;
  }
}

@media (max-width: 320px) {
  .c-news ul li {
    padding: 0 0 6px;
  }
}

.c-news ul li p:first-child {
  color: #000;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px !important;
  margin-bottom: 8px;
}

.c-news ul li .newsBtm {
  color: #000;
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.c-news ul li .date {
  color: #000;
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.c-news ul li .learn-more {
  background: none !important;
  margin-right: 18px;
}

@media (max-width: 414px) {
  .c-news ul li .learn-more {
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
    margin: 8px 18px 8px -14px;
  }
}

@media (max-width: 320px) {
  .c-news ul li .learn-more {
    text-align: left;
    margin: 8px 0 0 0;
  }
}

@media (max-width: 414px) {
  .c-news .btnOrange, .c-news .findALocationWrapper #frm-submit, .findALocationWrapper .c-news #frm-submit, .c-news .searchResults .btnGrey, .searchResults .c-news .btnGrey {
    display: block;
    width: 100%;
  }
}

table.prListing {
  display: table;
  border-collapse: collapse;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  outline: none;
}

table.prListing th {
  background-color: #f15a22;
  padding: 5px;
  color: white;
  font-weight: bold;
}

table.prListing td {
  border: 1px solid #CCC;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

.locationsFull {
  min-height: 700px;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .locationsFull {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .locationsFull .searchResults {
    display: block;
    width: 100%;
    float: none !important;
  }
}

@media (max-width: 768px) {
  .locationsFull #searchMap {
    display: block;
    width: 100%;
    float: none !important;
  }
}

.locationsFull .intro {
  width: 100%;
  display: block;
}

.locationsFull .intro .mainImage {
  display: inline-block;
  float: right;
  max-width: 360px;
}

@media (max-width: 768px) {
  .locationsFull .intro .mainImage {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

.locationsFull .intro .mainImage img {
  width: 100%;
}

.locationsFull .intro .introLeft {
  display: inline-block;
}

@media (max-width: 768px) {
  .locationsFull .intro .introLeft {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none;
  }
}

.locationsFull .intro #locClinicInfo {
  display: block;
  width: 100%;
}

.locationsFull .intro #locClinicInfo #goBack.btn.btnOrange, .locationsFull .intro #locClinicInfo .searchResults #goBack.btn.btnGrey, .searchResults .locationsFull .intro #locClinicInfo #goBack.btn.btnGrey {
  display: block;
  max-width: 300px;
}

@media (max-width: 768px) {
  .locationsFull .intro #locClinicInfo #goBack.btn.btnOrange, .locationsFull .intro #locClinicInfo .searchResults #goBack.btn.btnGrey, .searchResults .locationsFull .intro #locClinicInfo #goBack.btn.btnGrey {
    max-width: 100%;
  }
}

.locationsFull .tabs #TabUl {
  display: block;
  width: 100%;
  border-bottom: solid 1px #f95d2a;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  color: black !important;
  list-style-type: none;
  font-size: 0;
}

.locationsFull .tabs #TabUl li {
  position: relative;
  display: inline-block !important;
  list-style: none;
  padding: 10px 30px 5px 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px !important;
  font-style: italic;
  border-left: 0px solid #f15a22;
  vertical-align: top;
}

@media (max-width: 768px) {
  .locationsFull .tabs #TabUl li {
    display: block !important;
    border-left: 0;
    padding: 10px 18px;
    max-width: 100%;
  }
}

.locationsFull .tabs #TabUl li.tabOn {
  border-bottom: solid 0px #f15a22;
}

@media (max-width: 768px) {
  .locationsFull .tabs #TabUl li.tabOn {
    position: relative;
    border-bottom: 0;
    border-bottom: solid 2px #f15a22;
  }
}

@media (max-width: 768px) {
  .locationsFull .tabs #TabUl li.tabOn:before {
    /*content: '\e803';*/
   content: '\f105';/*angle*/   
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
    font-family: "FontAwesome";
    color: #f15a22;
    font-size: 1rem;
  }
}

@media (min-width: 769px) {
  .locationsFull .tabs #TabUl li.tabOn a:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    left: 5px;
    width: 100%;
    height: 4px;
    background: #f15a22;
  }
}

.locationsFull .tabs #TabUl li.hideTab {
  display: none !important;
}

.locationsFull .tabs #TabUl li a {
  color: #000;
}

@media (min-width: 769px) {
  .locationsFull .tabs #TabUl li a {
    float: left;
    border-left: solid 1px #f15a22;
    padding-left: 8px;
  }
}

.locationsFull .tabs #TabUl li a:visited {
  color: #000;
}

.locationsFull .tabs #tabContent {
  clear: both #tabs-1;
  clear-display: block;
}

.locationsFull .tabs #tabContent #tabs-2, .locationsFull .tabs #tabContent #tabs-3, .locationsFull .tabs #tabContent #tabs-4, .locationsFull .tabs #tabContent #tabs-5 {
  display: none;
  clear: both;
}

.locationsFull .tabs #tabContent .locServices {
  padding: 20px 30px;
}

@media (max-width: 768px) {
  .locationsFull .tabs #tabContent .locServices .column50 {
    margin-bottom: 0;
  }
}

.locationsFull .tabs #tabContent .locServices li {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.locationsFull .tabs #tabContent #hgmap {
  width: 400px;
  height: 300px;
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .locationsFull .tabs #tabContent #hgmap {
    display: block;
    float: none;
    width: 100%;
    height: 300px;
  }
}

.locationsFull .tabs #tabContent #getDir {
  position: relative;
  display: inline-block;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .locationsFull .tabs #tabContent #getDir {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .locationsFull .tabs #tabContent #getDir table {
    display: block;
    width: 100%;
  }
}

.locationsFull .tabs #tabContent #getDir table tr {
  width: 100%;
}

@media (max-width: 768px) {
  .locationsFull .tabs #tabContent #getDir table tr:nth-child(5n+0) td, .locationsFull .tabs #tabContent #getDir table tr:nth-child(6n+0) td {
    display: inline-block;
    width: 50%;
  }
}

.locationsFull .tabs #tabContent #getDir table tr:nth-child(5n+0) td:last-child {
  padding-left: 20px;
}

@media (max-width: 768px) {
  .locationsFull .tabs #tabContent #getDir table tr td {
    display: block;
    width: 100%;
  }
}

.locationsFull .tabs #tabContent #getDir .btn.btnGrey, .locationsFull .tabs #tabContent #getDir .findALocationWrapper .btnGrey#frm-submit, .findALocationWrapper .locationsFull .tabs #tabContent #getDir .btnGrey#frm-submit {
  display: block !important;
  width: 100%;
}

.locationsFull .tabs h2 {
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1em;
  letter-spacing: 0px;
  margin-top: 20px;
  color: #000;
}

.locationsFull .tabs p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.locationsFull .tabs .getDirections input.locationInput, .locationsFull .tabs .getDirections input.locationRadius, .locationsFull .tabs .getDirections input.locationZip {
  transition: background .5s ease;
  font-size: 18px;
  padding: 7px 10px 3px;
  margin-top: 4px;
  color: #333;
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #ff5f2f;
  border-radius: 4px;
  background-image: -ms-linear-gradient(0deg, #f58134 0%, #f2662c 100%);
}

@media (max-width: 768px) {
  .locationsFull .tabs .getDirections input.locationInput, .locationsFull .tabs .getDirections input.locationRadius, .locationsFull .tabs .getDirections input.locationZip {
    display: block;
    width: 100%;
  }
}

.locationsFull .tabs .getDirections input.locationInput:focus, .locationsFull .tabs .getDirections input.locationRadius:focus, .locationsFull .tabs .getDirections input.locationZip:focus {
  outline: none;
}

.locationsFull .tabs .getDirections input.locationZip {
  max-width: 125px;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .locationsFull .tabs .getDirections input.locationZip {
    position: relative;
    margin-top: -13px;
  }
}

.locationsFull .tabs .getDirections .locationsByStateSelect {
  width: 214px;
}

@media (max-width: 768px) {
  .locationsFull .tabs .getDirections .locationsByStateSelect {
    width: 100%;
    padding: 8px 10px 4px;
  }
}

.findALocationWrapper .findALocation {
  width: 300px;
}

@media (max-width: 768px) {
  .findALocationWrapper .findALocation {
    width: 100%;
  }
}

.findALocationWrapper .tableTopPad {
  font-size: 14px;
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.findALocationWrapper .leftCap, .findALocationWrapper .rightCap {
  display: none;
}

.findALocationWrapper input.locationInput, .findALocationWrapper input.locationRadius {
  transition: background .5s ease;
  font-size: 18px;
  padding: 7px 10px 3px;
  margin-top: 4px;
  color: #333;
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #ff5f2f;
  border-radius: 4px;
  background-image: -ms-linear-gradient(0deg, #f58134 0%, #f2662c 100%);
}

@media (max-width: 768px) {
  .findALocationWrapper input.locationInput, .findALocationWrapper input.locationRadius {
    display: block;
    width: 100%;
  }
}

.findALocationWrapper input.locationInput:focus, .findALocationWrapper input.locationRadius:focus {
  outline: none;
}

.findALocationWrapper input.locationRadius {
  margin-bottom: 30px;
}

#fTabVal {
  display: none;
}

.locationsByStateTopBar {
  display: table;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  color: black;
}

@media (max-width: 768px) {
  .locationsByStateTopBar {
    display: none;
  }
}

.locationsByStateTopBar div {
  display: table-cell;
  width: 100%;
  padding: 5px;
  vertical-align: top;
}

.locationsByStateTopBar div.byStateLocation, .locationsByStateTopBar div.byStateAddress {
  width: 25%;
}

@media (max-width: 768px) {
  .locationsByStateTopBar div.byStateLocation, .locationsByStateTopBar div.byStateAddress {
    display: none;
  }
}

.locationsByStateTopBar div.byStateCity {
  width: 14%;
}

.locationsByStateTopBar div.byStateZip {
  width: 10%;
}

@media (max-width: 768px) {
  .locationsByStateTopBar div.byStateZip {
    width: 100%;
  }
}

.locationsByStateTopBar div.byStatePhone, .locationsByStateTopBar div.byStateFax {
  width: 13%;
}

@media (max-width: 768px) {
  .locationsByStateTopBar div.byStatePhone, .locationsByStateTopBar div.byStateFax {
    display: none;
  }
}

.locationsByStateContent {
  border: none !important;
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .locationsByStateContent {
    display: block;
    width: 100%;
  }
}

.locationsByStateContent td {
  padding: 5px;
  vertical-align: top;
}

.locationsByStateContent td.byStateLocation {
  width: 25%;
}

@media (max-width: 768px) {
  .locationsByStateContent td.byStateLocation {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 12px;
  }
}

.locationsByStateContent td.byStateAddress {
  width: 25%;
}

@media (max-width: 768px) {
  .locationsByStateContent td.byStateAddress {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.locationsByStateContent td.byStateCity {
  width: 14%;
}

@media (max-width: 768px) {
  .locationsByStateContent td.byStateCity {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.locationsByStateContent td.byStatePhone {
  width: 13%;
}

@media (max-width: 768px) {
  .locationsByStateContent td.byStatePhone {
    display: block;
    width: 100%;
    padding: 0 0 0 30px;
  }
  .locationsByStateContent td.byStatePhone:before {
    content: 'Tel:';
    position: absolute;
    left: 22px;
  }
}

.locationsByStateContent td.byStateFax {
  width: 13%;
}

@media (max-width: 768px) {
  .locationsByStateContent td.byStateFax {
    display: block;
    width: 100%;
    padding: 0 0 0 30px;
  }
  .locationsByStateContent td.byStateFax:before {
    content: 'Fax:';
    position: absolute;
    left: 22px;
  }
}

.locationsByStateContent td.byStateZip {
  width: 10%;
}

@media (max-width: 768px) {
  .locationsByStateContent td.byStateZip {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.locationsByStateContent .byStateSpacer, .locationsByStateContent .byStateSpacerRight {
  display: none !important;
}

.findALocationSearchResults {
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  margin-top: 30px;
  margin-bottom: 10px;
}

#searchResults {
  display: inline-block !important;
  padding: 0;
  margin: 0;
  width: 46%;
  position: relative;
  min-height: 400px;
}

@media (max-width: 768px) {
  #searchResults.findALocationSearchResultsList {
    width: 100%;
    display: block !important;
  }
}

#searchResults.findALocationSearchResultsList ul {
  position: relative;
  border-bottom: none !important;
  list-style-type: none;
  padding: 0;
  margin: 20px 30px 20px 0;
}

@media (max-width: 768px) {
  #searchResults.findALocationSearchResultsList ul {
    top: auto;
  }
}

@media (max-width: 768px) {
  #searchResults.findALocationSearchResultsList ul {
    margin: 20px 0 20px 0;
  }
}

#searchResults.findALocationSearchResultsList ul li {
  border-left: none !important;
  border-bottom: solid 1px #f15a22 !important;
  padding: 20px 20px 20px 30px;
}

#searchResults.findALocationSearchResultsList ul li:first-child {
  padding-top: 0;
}

#searchResults.findALocationSearchResultsList ul li .locationNumber {
  position: absolute;
  background: #f15a22 !important;
  padding: 4px 7px 2px !important;
  color: #fff;
  margin-left: -30px;
}

#searchResults.findALocationSearchResultsList ul li .locationInfo {
  padding-left: 10px;
}

#searchResults.findALocationSearchResultsList ul li .locationDistance {
  padding-left: 10px;
}

#searchMap {
  display: inline-block !important;
  padding: 0;
  margin: 0;
  width: 50%;
  float: right;
}

#searchMap.findALocationSearchMap {
  height: 425px;
}

@media (max-width: 768px) {
  #searchMap.findALocationSearchMap {
    width: 100%;
    display: block !important;
  }
}

.locationInfo span {
  display: block;
}

.locationInfo .locPh {
  display: block;
  width: 100%;
  padding: 0 0 0 30px;
}

.locationInfo .locPh:before {
  content: 'Tel:';
  position: absolute;
  left: 42px;
}

.locationInfo .locFax {
  display: block;
  width: 100%;
  padding: 0 0 0 40px;
}

.locationInfo .locFax:before {
  content: 'Fax:';
  position: absolute;
  left: 42px;
}

.locLabel {
  display: inline-block;
  margin-right: 5px;
}

#locLat, #locLong {
  display: none;
}

.locationName {
  margin-bottom: 12px;
}

.locActions {
  float: right !important;
  max-width: 50%;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  background: #f15a22;
  padding: 20px;
  color: #fff;
}

.locActions #edLatLong .ms-formfieldlabel {
  color: #fff !important;
}

.locActions #edLatLong .ms-formfieldcontainer {
  margin-top: 10px;
}

.locActions #updateMapquest {
  margin-top: 20px !important;
  padding-top: 10px;
}

.locActions #updateMapquest #mapquestInst {
  margin: 10px 0;
}

.locActions #updateMapquest #mapquestMsg {
  height: 30px;
  background: white;
  display: block;
}

.locActions #deleteFromMapquest {
  margin-top: 20px !important;
  padding-top: 10px;
}

.locActions #deleteFromMapquest #mapquestdMsg {
  height: 30px;
  background: white;
  display: block;
}

@media (max-width: 768px) {
  .byStateCity {
    position: relative;
    display: inline-block !important;
    width: auto !important;
    margin-right: 3px;
  }
}

@media (max-width: 768px) {
  .byStateCity:after {
    content: ',';
    display: inline-block !important;
    position: absolute;
  }
}

@media (max-width: 768px) {
  .byStateState {
    display: inline-block !important;
    width: auto !important;
    padding: 0 5px !important;
  }
}

@media (max-width: 768px) {
  .byStateZip {
    display: inline-block !important;
    width: auto !important;
    padding: none;
  }
}

.c-main-rotator {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100px;
  margin-bottom: 80px;
  padding: 0;
  max-height: 600px;
  overflow: hidden;
}

.c-main-rotator .c-main-rotator__wrapper {
  display: block;
  position: relative;
  background: -webkit-gradient(90deg, #f8a542, #f15a22);
  background: linear-gradient(0deg, #f8a542, #f15a22);
}

.c-main-rotator .c-main-rotator__wrapper:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.featured-slide {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .featured-slide {
    height: 600px;
  }
}

@media (min-width: 769px) {
  .featured-slide {
    height: 527px;
  }
}

@media (max-width: 768px) {
  .featured-slide {
    height: 527px;
    background-position: right !important;
  }
}

@media (max-width: 736px) {
  .featured-slide {
    height: 500px;
  }
}

@media (max-width: 420px) {
  .featured-slide {
    background-position: right !important;
    background-size: cover  !important;
    height: 500px;
  }
}

.featured-slide .slide-image {
  position: relative;
  display: block;
  top: 0;
  left: 60px;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .featured-slide .slide-image {
    left: -20px;
  }
}

@media (max-width: 420px) {
  .featured-slide .slide-image {
    left: -95px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

.featured-slide .slide-image-2 {
  position: relative;
  display: block;
  top: -60px;
  left: 60px;
}

@media (max-width: 701px) {
  .featured-slide .slide-image-2 {
    left: -60px;
  }
}

@media (max-width: 414px) {
  .featured-slide .slide-image-2 {
    top: -40px;
    left: -90px;
  }
}

.featured-slide .overlay {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.featured-slide .title-graphic {
  position: relative;
  display: block;
  float: right;
  margin: 80px 120px 60px 0;
  max-width: 370px;
}

@media (max-width: 768px) {
  .featured-slide .title-graphic {
    max-width: 63%;
    margin: 80px 130px 0 0;
  }
}

@media (max-width: 701px) {
  .featured-slide .title-graphic {
    max-width: 63%;
    margin: 60px 60px;
  }
}

@media (max-width: 587px) {
  .featured-slide .title-graphic {
    max-width: 53%;
    margin: 60px 20px;
  }
}

@media (max-width: 507px) {
  .featured-slide .title-graphic {
    max-width: 72%;
    margin: 34px 14%;
  }
}

@media (max-width: 414px) {
  .featured-slide .title-graphic {
    max-width: 70%;
    margin: 34px 15%;
  }
}

@media (max-width: 375px) {
  .featured-slide .title-graphic {
    max-width: 74%;
    margin: 36px 13%;
  }
}

@media (max-width: 320px) {
  .featured-slide .title-graphic {
    max-width: 70%;
    margin: 30px 15% 0 !important;
  }
}

.featured-slide .rotator-text {
  position: absolute;
  display: block;
  right: 0;
  top: 210px;
  width: 28%;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 40px 120px;
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .featured-slide .rotator-text {
    top: 210px;
    width: 43%;
    font-size: 1.3rem;
    line-height: 1.4rem;
    margin: 40px 70px;
  }
}

@media (max-width: 736px) {
  .featured-slide .rotator-text {
    top: 210px;
    width: 42%;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

@media (max-width: 667px) {
  .featured-slide .rotator-text {
    top: 210px;
    width: 44%;
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 40px 90px;
  }
}

@media (max-width: 587px) {
  .featured-slide .rotator-text {
    top: 210px;
    width: 46%;
    margin: 10px 30px;
  }
}

@media (max-width: 507px) {
  .featured-slide .rotator-text {
    top: 190px;
    width: 42%;
    margin: 10px 20px;
  }
}

@media (max-width: 414px) {
  .featured-slide .rotator-text {
    top: 170px;
    width: 52%;
    margin: 10px 20px;
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 320px) {
  .featured-slide .rotator-text {
    top: 150px;
    width: 46%;
    margin: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }
}

.featured-slide .rotator-text a {
  color: #fff;
  text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.3);
}

.featured-slide .rotator-text a i {
  display: none !important;
}

.flickity-viewport {
  display: block;
  position: relative;
  overflow: hidden;
}

.flickity-page-dots {
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 20px;
  bottom: 40px;
  color: #fff;
  text-align: center;
  background: transparent;
}

@media (max-width: 414px) {
  .flickity-page-dots {
    bottom: 60px;
  }
}

.flickity-page-dots .dot {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: transparent;
}

.flickity-page-dots .dot.is-selected {
  background: #fff;
}

.c-innovations {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  padding: 20px;
}

@media (max-width: 414px) {
  .c-innovations {
    margin-bottom: 60px;
  }
}

.c-innovations .c-innovations__intro {
  width: 100%;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1em;
  padding-right: 29%;
}

@media (max-width: 768px) {
  .c-innovations .c-innovations__intro {
    padding-right: 35%;
  }
}

@media (max-width: 500px) {
  .c-innovations .c-innovations__intro {
    padding-right: 0;
  }
}

.c-innovations .tabs ul {
  display: block;
  width: 100%;
  border-bottom: solid 1px #f95d2a;
  margin: 0 0 15px 0;
  color: black !important;
  list-style-type: none;
  font-size: 0;
}

.c-innovations .tabs ul li {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 10px 14px;
  font-size: 16px;
  font-size: 1rem;
  border-left: 1px solid #f15a22;
}

.c-innovations .tabs ul li:first-child {
  border-left: none;
}

@media (max-width: 320px) {
  .c-innovations .tabs ul li {
    padding: 10px 7px;
  }
}

.c-innovations .tabs ul li.tabOn:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #f15a22;
}

.c-innovations .tabs ul li a {
  color: #000;
}

.c-innovations .tabs .homeTab {
  position: relative;
  display: none;
}

.c-innovations .tabs .homeTab:first-of-type {
  display: block;
}

.c-innovations .tabs .homeTab p {
  padding-right: 32%;
}

.c-innovations .tabs .homeTab p:first-child {
  font-size: 18px;
}

@media (min-width: 1024px) {
  .c-innovations .tabs .homeTab p {
    padding-right: 28%;
  }
}

@media (max-width: 768px) {
  .c-innovations .tabs .homeTab p {
    padding-right: 35%;
  }
}

@media (max-width: 701px) {
  .c-innovations .tabs .homeTab p {
    padding-right: 35%;
  }
}

@media (max-width: 500px) {
  .c-innovations .tabs .homeTab p {
    padding-right: 0;
  }
}

.c-innovations .tabs .homeTab img {
  position: absolute;
  top: -120px;
  right: 10px;
}

@media (max-width: 768px) {
  .c-innovations .tabs .homeTab img {
    top: -160px;
  }
}

@media (max-width: 701px) {
  .c-innovations .tabs .homeTab img {
    top: -160px;
    width: 35%;
    height: auto;
  }
}

@media (max-width: 500px) {
  .c-innovations .tabs .homeTab img {
    position: relative;
    margin: 0 auto 16px;
    display: block;
    border: 0px;
    width: 70%;
    height: auto;
    top: auto;
  }
}

.c-innovations .tabs .btn, .c-innovations .tabs .findALocationWrapper #frm-submit, .findALocationWrapper .c-innovations .tabs #frm-submit {
  margin-top: 30px;
  display: inline-block;
}

@media (max-width: 414px) {
  .c-innovations .tabs .btn, .c-innovations .tabs .findALocationWrapper #frm-submit, .findALocationWrapper .c-innovations .tabs #frm-submit {
    display: block;
    font-size: 0.9rem;
  }
}

.c-people-stories {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  color: #fff;
}

@media (max-width: 414px) {
  .c-people-stories {
    margin-bottom: 0;
  }
}

.c-people-stories a {
  font-size: 1.4em;
}

.c-people-stories .o-layout__container, .c-people-stories .full, .c-people-stories .sp-sitemap {
  overflow: hidden;
  padding-top: 30px;
}

.c-people-stories .c-people-stories__wrapper {
  position: relative;
  display: block;
  width: 100%;
  min-height: 700px;
  background: #333;
  padding-top: 30px;
  overflow: visible;
}

@media (max-width: 560px) {
  .c-people-stories .c-people-stories__wrapper {
    min-height: auto;
  }
}

.c-people-stories .c-people-stories__wrapper-inner {
  position: relative;
  width: 100%;
  z-index: 0;
}

.c-people-stories .c-people-stories__wrapper-inner:after {
  transition: all 0.35s ease;
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  top: -50px;
  left: 62%;
  background: -webkit-gradient(90deg, #FDB933, #f15a22);
  background: linear-gradient(0deg, #FDB933, #f15a22);
  border-radius: 14px 0 0 0;
  height: 1200px;
  width: 500px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

@media (max-width: 1024px) {
  .c-people-stories .c-people-stories__wrapper-inner:after {
    left: 58%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .c-people-stories .c-people-stories__wrapper-inner:after {
    left: calc(58% + strip-unit(4%) * (100vw - 769px) / strip-unit(255px));
  }
}

@media screen and (max-width: 1024px) and (min-width: 1024px) {
  .c-people-stories .c-people-stories__wrapper-inner:after {
    left: 62%;
  }
}

@media (max-width: 768px) {
  .c-people-stories .c-people-stories__wrapper-inner:after {
    left: 55%;
  }
}

@media screen and (max-width: 768px) and (min-width: 702px) {
  .c-people-stories .c-people-stories__wrapper-inner:after {
    left: calc(55% + strip-unit(3%) * (100vw - 702px) / strip-unit(66px));
  }
}

@media screen and (max-width: 768px) and (min-width: 768px) {
  .c-people-stories .c-people-stories__wrapper-inner:after {
    left: 58%;
  }
}

@media (max-width: 701px) {
  .c-people-stories .c-people-stories__wrapper-inner:after {
    left: 60%;
  }
}

@media screen and (max-width: 701px) and (min-width: 680px) {
  .c-people-stories .c-people-stories__wrapper-inner:after {
    left: calc(60% + strip-unit(4%) * (100vw - 680px) / strip-unit(21px));
  }
}

@media screen and (max-width: 701px) and (min-width: 701px) {
  .c-people-stories .c-people-stories__wrapper-inner:after {
    left: 64%;
  }
}

.c-people-stories .c-people-stories__copy {
  position: relative;
  z-index: 0;
  top: 0;
  width: 46.5%;
  padding: 10px 40px;
}

@media (max-width: 701px) {
  .c-people-stories .c-people-stories__copy {
    width: 58%;
  }
}

@media (max-width: 465px) {
  .c-people-stories .c-people-stories__copy {
    width: 68%;
  }
}

@media (max-width: 375px) {
  .c-people-stories .c-people-stories__copy {
    width: 73%;
    padding: 10px 20px 10px;
  }
}

.c-people-stories .c-people-stories__copy p {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.2em;
}

@media (max-width: 560px) {
  .c-people-stories .c-people-stories__copy p {
    font-size: 1rem;
    line-height: 1em;
    display: none;
  }
  .c-people-stories .c-people-stories__copy p:first-of-type {
    display: block;
  }
}

.c-people-stories .c-people-stories__copy h4 {
  display: none;
  color: #fff;
}

@media (max-width: 701px) {
  .c-people-stories .c-people-stories__copy h4 {
    display: block;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    margin-bottom: 12px;
    color: #fff;
  }
}

@media (max-width: 375px) {
  .c-people-stories .c-people-stories__copy h4 {
    font-size: 1.2rem;
    color: #fff;
  }
}

.c-people-stories .c-people-stories__copy .ms-rtestate-field {
  display: inline-block !important;
  font-size: 14px;
}

.c-people-stories .c-people-stories__copy .icon-right-open-big {
  font-size: 0;
}

.c-people-stories .c-people-stories__copy .icon-right-open-big:before {
  font-size: 16px;
  font-size: 1rem;
  color: #f15a22 !important;
  margin-left: 0;
}

.c-people-stories .c-people-stories__main-image {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 46.5%;
}

@media (max-width: 701px) {
  .c-people-stories .c-people-stories__main-image {
    left: 58%;
  }
}

@media (max-width: 560px) {
  .c-people-stories .c-people-stories__main-image {
    bottom: -78px;
    margin-top: 40px;
  }
}

@media (max-width: 540px) {
  .c-people-stories .c-people-stories__main-image {
    margin-top: 20px;
    bottom: -30px;
  }
}

@media (max-width: 520px) {
  .c-people-stories .c-people-stories__main-image {
    bottom: 0;
  }
}

@media (max-width: 465px) {
  .c-people-stories .c-people-stories__main-image {
    left: 62%;
    width: 40%;
  }
}

@media (max-width: 375px) {
  .c-people-stories .c-people-stories__main-image {
    left: 68%;
    width: 45%;
  }
}

.c-people-stories .c-people-stories__alt-images {
  transition: all 0.35s ease;
  position: absolute;
  display: block;
  top: 34%;
  left: 74.5%;
}

@media (max-width: 905px) {
  .c-people-stories .c-people-stories__alt-images {
    transition: all 0.35s ease;
    left: 76.5%;
  }
}

@media (max-width: 701px) {
  .c-people-stories .c-people-stories__alt-images {
    display: none;
  }
}

.c-people-stories .c-people-stories__alt-images img {
  display: block;
  max-width: 125px;
  outline: 3px solid #fff;
  outline-offset: -3px;
  margin-bottom: 4px;
}

.c-people-stories .c-people-stories__Desc {
  position: absolute;
  top: 28px;
  left: 74.5%;
  width: 20%;
  text-align: right;
}

@media (max-width: 905px) {
  .c-people-stories .c-people-stories__Desc {
    transition: all 0.35s ease;
    left: 76.5%;
  }
}

.c-people-stories .c-people-stories__Desc h4 {
  display: block;
  color: #fff;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .c-people-stories .c-people-stories__Desc h4 {
    font-size: 1.2rem;
  }
}

@media (max-width: 701px) {
  .c-people-stories .c-people-stories__Desc h4 {
    display: none;
    text-transform: uppercase;
  }
}

.c-people-stories .c-people-stories__Desc p {
  line-height: 1.15;
  font-size: 1.2em;
  color: #000;
}

@media (max-width: 701px) {
  .c-people-stories .c-people-stories__Desc p {
    display: none;
  }
}

.c-people-stories .additional-stories {
  margin-top: 30px;
  margin-bottom: 30px;
}

.c-people-stories .additional-stories .dfwp-item {
  display: inline-block;
}

.c-people-stories .additional-stories a {
  display: inline-block;
}

.c-people-stories .additional-stories a img {
  margin-right: 20px;
  border-bottom: 3px solid transparent;
}

.c-people-stories .additional-stories a:hover img {
  border-bottom: 3px solid #f15a22;
}

.c-people-stories .additional-stories .see-more {
  display: block;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 1em;
  color: #fdb933;
}

.c-people-stories .additional-stories .see-more:hover {
  text-decoration: underline;
}

.c-people-stories h2 {
  text-transform: none;
}

@media (max-width: 615px) {
  .c-people-stories h2 {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
}

@media (max-width: 560px) {
  .c-people-stories h2 {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}

@media (max-width: 375px) {
  .c-people-stories h2 {
    font-size: 1.2rem;
  }
}

.featured-stories {
  clear: both;
}

.successFeature {
  position: relative;
  display: table;
  width: 100%;
  margin: 30px 0;
  clear: both;
  border-bottom: 1px solid #f15a22;
  font-size: 0;
}

.successFeature .featured-image {
  display: table-cell;
  width: 20%;
  vertical-align: top;
}

@media (max-width: 414px) {
  .successFeature .featured-image {
    display: block;
    width: 100%;
  }
}

.successFeature .featured-image img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.successFeature .featured-content {
  display: table-cell;
  width: 80%;
  padding: 0 0 60px 30px;
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 540px) {
  .successFeature .featured-content {
    display: block;
    width: 100%;
    padding: 0 0 80px 0;
  }
  .successFeature .featured-content h2 {
    font-size: 1.7rem;
  }
  .successFeature .featured-content p {
    font-size: 1.2rem;
  }
  .successFeature .featured-content .btnOrange, .successFeature .featured-content .findALocationWrapper #frm-submit, .findALocationWrapper .successFeature .featured-content #frm-submit, .successFeature .featured-content .searchResults .btnGrey, .searchResults .successFeature .featured-content .btnGrey {
    width: 100%;
    display: block;
    float: none;
  }
}

.additional-stories {
  margin-top: 80px;
}

.additional-stories h1 {
  margin-bottom: 20px;
}

.additional-stories .row {
  vertical-align: top;
  margin-bottom: 0;
}

@media (max-width: 540px) {
  .additional-stories .row {
    display: block;
    width: 100%;
  }
}

.additional-stories .additional-story {
  display: block;
  padding-bottom: 40px;
}

@media (max-width: 540px) {
  .additional-stories .additional-story {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #f15a22;
    margin-bottom: 30px;
  }
  .additional-stories .additional-story img {
    float: left;
    max-width: 25%;
    margin-right: 20px;
  }
  .additional-stories .additional-story h2 {
    padding-top: 30px;
    padding-right: 30px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .additional-stories .additional-story .btnOrange, .additional-stories .additional-story .findALocationWrapper #frm-submit, .findALocationWrapper .additional-stories .additional-story #frm-submit, .additional-stories .additional-story .searchResults .btnGrey, .searchResults .additional-stories .additional-story .btnGrey {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: #f15a22;
    background: transparent;
    padding: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .additional-stories .additional-story .btnOrange:before, .additional-stories .additional-story .findALocationWrapper #frm-submit:before, .findALocationWrapper .additional-stories .additional-story #frm-submit:before, .additional-stories .additional-story .searchResults .btnGrey:before, .searchResults .additional-stories .additional-story .btnGrey:before {
    /*content: '\e803';*/
      content: '\f105';/*angle*/
    position: absolute;
    z-index: 99;
    display: block;
    right: 0;
    top: 50%;
    width: 30px;
    height: 70px;
    font-size: 3.5rem;
    margin-top: -15px;
    font-family: "FontAwesome";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.more-empowered-stories {
  position: relative;
  z-index: 2;
  display: inline-block;
  float: right;
}

@media (max-width: 540px) {
  .more-empowered-stories {
    display: block;
    float: none;
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .c-empowered-stories-links {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .c-empowered-stories-links tbody {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .c-empowered-stories-links tbody tr {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .c-empowered-stories-links tbody tr td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .c-empowered-image {
    display: block;
    margin: 10 auto !important;
  }
}

@media (max-width: 768px) {
  .additional-stories .row {
    padding-bottom: 0 !important;
  }
}

.c-sub-modules {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 30px;
  margin-top: -120px !important;
  margin-bottom: 80px !important;
  padding: 0;
}

@media (max-width: 880px) {
  .c-sub-modules {
    margin-bottom: 30px;
  }
}

@media (max-width: 414px) {
  .c-sub-modules {
    margin-bottom: 10px !important;
  }
}

.c-sub-modules .c-sub-modules__wrapper {
  position: relative;
}

.c-sub-module {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 92px;
  margin: 20px;
  border-radius: 4px;
  background: #f15a22;
  padding: 8px;
  color: #fff;
  box-shadow: 0px 5px 9.7px 0.3px rgba(0, 0, 0, 0.2);
}

@media (min-width: 919px) {
  .c-sub-module {
    max-width: 436px;
  }
}

@media (max-width: 918px) {
  .c-sub-module {
    max-width: calc(100% - 40px);
    display: block;
  }
}

@media (max-width: 768px) {
  .c-sub-module {
    max-width: calc(100% - 40px);
  }
}

@media (max-width: 476px) {
  .c-sub-module {
    max-width: calc(100% - 40px);
  }
}

@media (max-width: 320px) {
  .c-sub-module {
    max-width: 100%;
  }
}

.c-locations-module.home-page {
  float: left;
  margin: 20px 0 20px 20px;
}

@media (max-width: 918px) {
  .c-locations-module.home-page {
    float: none;
    margin: 20px auto;
  }
}

.c-locations-module.subpage {
  position: relative;
  display: block;
  height: auto;
  max-width: 100%;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .c-locations-module.subpage {
    margin: 20px auto;
  }
}

.c-locations-module.subpage .c-locations-module__inner {
  display: block;
  height: auto;
  max-height: auto;
}

@media (max-width: 768px) {
  .c-locations-module.subpage .c-locations-module__inner {
    display: table;
  }
}

@media (max-width: 375px) {
  .c-locations-module.subpage .c-locations-module__inner {
    display: block;
  }
}

.c-locations-module.subpage .c-locations-module__inner div {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 375px) {
  .c-locations-module.subpage .c-locations-module__inner div:first-of-type {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .c-locations-module.subpage .c-locations-module__inner div {
    display: table-cell;
    width: 50%;
  }
}

@media (max-width: 375px) {
  .c-locations-module.subpage .c-locations-module__inner div {
    display: block;
    width: 100%;
  }
}

.c-locations-module.subpage .c-locations-module__inner h3 {
  display: block;
}

.c-locations-module.subpage .c-locations-module__inner span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .c-locations-module.subpage .c-locations-module__inner span {
    margin-right: 20%;
  }
}

@media (max-width: 502px) {
  .c-locations-module.subpage .c-locations-module__inner span {
    margin-right: 10%;
  }
}

@media (max-width: 414px) {
  .c-locations-module.subpage .c-locations-module__inner span {
    margin: 0;
  }
}

@media (max-width: 375px) {
  .c-locations-module.subpage .c-locations-module__inner span {
    display: block;
    width: 100%;
  }
}

.c-locations-module.subpage .c-locations-module__inner input {
  position: relative;
  top: auto;
  margin: 10px 0 0 0;
  -webkit-transform: none;
          transform: none;
}

@media (max-width: 768px) {
  .c-locations-module.subpage .c-locations-module__inner input {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    top: 50%;
  }
}

@media (max-width: 375px) {
  .c-locations-module.subpage .c-locations-module__inner input {
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin: 10px 0 0 0;
    top: auto;
  }
}

.c-locations-module.subpage .c-locations-module__inner .search-btn {
  position: absolute;
  display: block;
  z-index: 2;
  top: 6px;
  right: 3px;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #6c6e70;
}

@media (max-width: 768px) {
  .c-locations-module.subpage .c-locations-module__inner .search-btn {
    top: 17px;
  }
}

@media (max-width: 453px) {
  .c-locations-module.subpage .c-locations-module__inner .search-btn {
    top: 28px;
  }
}

@media (max-width: 375px) {
  .c-locations-module.subpage .c-locations-module__inner .search-btn {
    top: 6px;
  }
}

.c-locations-module .c-locations-module__inner {
  display: table;
  width: 100%;
  height: 74px;
  border-radius: 4px;
  border: 2px solid white;
  padding: 10px 16px;
  font-size: 0;
}

@media (max-width: 375px) {
  .c-locations-module .c-locations-module__inner {
    padding: 10px 10px;
  }
}

.c-locations-module .c-locations-module__inner div {
  position: relative;
  display: table-cell;
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}

@media (max-width: 375px) {
  .c-locations-module .c-locations-module__inner div {
    width: 45%;
  }
  .c-locations-module .c-locations-module__inner div:first-of-type {
    width: 55%;
  }
}

.c-locations-module .c-locations-module__inner h3 {
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0px;
  margin-top: 0px;
}

@media (max-width: 414px) {
  .c-locations-module .c-locations-module__inner h3 {
    font-size: 0.9rem;
  }
}

.c-locations-module .c-locations-module__inner span {
  font-family: "DINNextW01-CondensedReg", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
}

@media (max-width: 414px) {
  .c-locations-module .c-locations-module__inner span {
    font-size: 0.8rem;
  }
}

@media (max-width: 320px) {
  .c-locations-module .c-locations-module__inner span {
    font-size: 0.75rem;
  }
}

.c-locations-module .c-locations-module__inner input {
  position: absolute;
  display: block;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 100%;
  height: 32px;
  background: #fff;
  border: 0;
  color: #000;
  font-size: 14.4px;
  font-size: 0.9rem;
  padding: 0 24px 0 8px;
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 4px;
}

.c-locations-module .c-locations-module__inner input:focus {
  outline-width: 0;
}

.c-locations-module .c-locations-module__inner .search-btn {
  position: absolute;
  display: block;
  z-index: 2;
  top: 10px;
  right: 1px;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #6c6e70;
}

.c-more-info-module {
  background: #6c6e70;
}

.c-more-info-module.home-page {
  float: right;
  margin: 20px 20px 20px 0;
}

@media (max-width: 918px) {
  .c-more-info-module.home-page {
    float: none;
    margin: 20px auto;
  }
}

.c-more-info-module.subpage {
  position: relative;
  display: block;
  height: auto;
  max-height: auto;
  max-width: 100%;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .c-more-info-module.subpage {
    margin: 20px auto;
  }
}

.c-more-info-module.subpage .c-more-info-module__inner {
  position: relative;
  display: block;
  height: auto;
  max-height: auto;
}

.c-more-info-module.subpage .c-more-info-module__inner div {
  display: block;
  width: 100%;
}

.c-more-info-module.subpage .c-more-info-module__inner h3 {
  display: block;
}

.c-more-info-module.subpage .c-more-info-module__inner span {
  display: block;
  padding: 8px 0 0;
  font-size: 16px;
  font-size: 1rem;
}

.c-more-info-module .c-more-info-module__inner {
  height: 76px;
  border-radius: 4px;
  border: 2px solid #fff;
  padding: 10px 16px;
  background: url("../img/watermark-logo-sm.png") top right no-repeat/contain;
}

@media (max-width: 360px) {
  .c-more-info-module .c-more-info-module__inner {
    font-size: 14px;
  }
}

.c-more-info-module .c-more-info-module__inner h3 {
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15.2px;
  font-size: 0.95rem;
  margin-bottom: 8px;
}

@media (max-width: 414px) {
  .c-more-info-module .c-more-info-module__inner h3 {
    font-size: 0.8rem;
    letter-spacing: 0px;
  }
}

@media (max-width: 320px) {
  .c-more-info-module .c-more-info-module__inner h3 {
    font-size: 0.8rem;
  }
}

.c-more-info-module .c-more-info-module__inner .more-info {
  display: inline-block;
  border-radius: 4px;
  padding: 8px 14px 6px;
  margin-right: 10px;
  background: #333;
  color: #fff;
  font-size: 12.8px;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.c-more-info-module .c-more-info-module__inner .phone {
  color: #f9ad4a;
  text-transform: uppercase;
}

@media (max-width: 320px) {
  .c-more-info-module .c-more-info-module__inner .phone {
    font-size: 14px;
  }
}

.c-ampower-module {
  background: #008acf url("../img/squares.png") 180% 20% no-repeat/contain;
}

.c-ampower-module.subpage {
  position: relative;
  display: block;
  height: auto;
  max-height: auto;
  max-width: 100%;
  margin: 20px 0;
}

.c-ampower-module.subpage .c-ampower-module__inner {
  position: relative;
  display: block;
  height: auto;
  max-height: auto;
}

.c-ampower-module.subpage .c-ampower-module__inner div {
  display: block;
  width: 100%;
}

.c-ampower-module.subpage .c-ampower-module__inner h3 {
  display: block;
}

.c-ampower-module.subpage .c-ampower-module__inner span {
  display: block;
  padding: 8px 0 0;
  font-size: 16px;
  font-size: 1rem;
}

.c-ampower-module .c-ampower-module__inner {
  height: 76px;
  border-radius: 4px;
  border: 2px solid #fff;
  padding: 10px 16px;
}

.c-ampower-module .c-ampower-module__inner h3 {
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15.2px;
  font-size: 0.95rem;
  margin-bottom: 8px;
  color: #fff;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 414px) {
  .c-ampower-module .c-ampower-module__inner h3 {
    font-size: 0.8rem;
    letter-spacing: 0px;
  }
}

@media (max-width: 320px) {
  .c-ampower-module .c-ampower-module__inner h3 {
    font-size: 0.65rem;
  }
}

.c-ampower-module .c-ampower-module__inner .more-info {
  display: inline-block;
  border-radius: 4px;
  padding: 8px 14px 6px;
  margin: 16px 10px 0 0;
  background: #66cd72;
  color: #fff;
  font-size: 12.8px;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.c-ampower-module .c-ampower-module__inner span {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.c-ampower-module .c-ampower-module__inner .phone {
  color: #fff;
  text-transform: uppercase;
}

.c-first-step-module {
  position: relative;
  overflow: hidden;
  background: #1eb4ed;
}

.c-first-step-module:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -3%;
  left: 68.5%;
  z-index: 0;
  background: url("../img/firstStep.png") no-repeat;
  background-size: 20%;
  -webkit-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.c-first-step-module.subpage {
  position: relative;
  display: block;
  height: auto;
  max-height: auto;
  max-width: 100%;
  margin: 20px 0;
}

.c-first-step-module.subpage .c-first-step-module__inner {
  position: relative;
  display: block;
  height: auto;
  max-height: auto;
}

.c-first-step-module.subpage .c-first-step-module__inner div {
  display: block;
  width: 100%;
}

.c-first-step-module.subpage .c-first-step-module__inner h3 {
  display: block;
}

.c-first-step-module.subpage .c-first-step-module__inner span {
  display: block;
  padding: 8px 0 0;
  font-size: 16px;
  font-size: 1rem;
}

.c-first-step-module .c-first-step-module__inner {
  height: 76px;
  border-radius: 4px;
  border: 2px solid #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 10px 16px;
}

.c-first-step-module .c-first-step-module__inner h3 {
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15.2px;
  font-size: 0.95rem;
  margin-bottom: 8px;
  color: #fff;
}

@media (max-width: 414px) {
  .c-first-step-module .c-first-step-module__inner h3 {
    font-size: 0.8rem;
    letter-spacing: 0px;
  }
}

@media (max-width: 320px) {
  .c-first-step-module .c-first-step-module__inner h3 {
    font-size: 0.65rem;
  }
}

.c-first-step-module .c-first-step-module__inner .more-info {
  display: inline-block;
  border-radius: 4px;
  padding: 8px 14px 6px;
  margin-right: 10px;
  background: #333;
  color: #fff;
  font-size: 12.8px;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.c-first-step-module .c-first-step-module__inner .phone {
  color: #f9ad4a;
  text-transform: uppercase;
}

.sp-sitemap {
  padding: 40px 20px  !important;
}

@media (max-width: 694px) {
  .sp-sitemap table {
    display: block;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .sp-sitemap table td {
    display: block;
    padding: 0 20px;
    width: 100% !important;
    height: auto;
  }
}

.sp-sitemap td.ms-rteTableEvenCol-0, .sp-sitemap td.ms-rteTableOddCol-0 {
  height: auto !important;
}

@media (max-width: 500px) {
  .sp-sitemap td.ms-rteTableEvenCol-0, .sp-sitemap td.ms-rteTableOddCol-0 {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
}

.sp-sitemap .toc-layout-main {
  padding: 0;
}

.sp-sitemap .toc-layout-main ul {
  display: block;
  width: 100%;
  list-style-type: none !important;
}

.sp-sitemap .toc-layout-main ul li {
  display: block;
  width: 100%;
  list-style-type: none !important;
}

.sp-sitemap .toc-layout-main ul li ul {
  display: block;
  width: 100%;
  list-style-type: none !important;
}

.sp-sitemap .toc-layout-main ul li ul li {
  display: block;
  width: 100%;
  list-style-type: none !important;
}

@media (max-width: 694px) {
  .sp-sitemap .toc-layout-main {
    width: 100%;
    height: auto;
  }
}

.sp-sitemap h2.ms-webpart-titleText {
  white-space: normal !important;
  text-align: left !important;
}

@media (max-width: 500px) {
  .sp-sitemap h2.ms-webpart-titleText {
    font-size: 1.2rem;
  }
}

.sp-sitemap h2.ms-webpart-titleText nobr {
  white-space: normal !important;
}

.sp-sitemap h2.ms-webpart-titleText nobr span {
  white-space: normal !important;
}

.sp-sitemap .level-section > ul > li {
  margin-left: 0;
  margin-right: 0 !important;
  padding-left: 0;
}

.sp-sitemap .level-bullet {
  background-image: none !important;
}

@media (max-width: 768px) {
  .searchResults {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .searchResults input[type='text'] {
    display: inline-block;
    width: calc(100% - 54px);
    margin-right: 10px;
  }
}

.searchResults .btnGrey {
  padding: 12px 10px 10px;
}

@media (max-width: 768px) {
  .searchResults .btnGrey {
    padding: 9px 9px 8px;
    line-height: 1;
    display: inline-block;
    top: 1px;
  }
}

.searchResults .btnGrey .leftCap, .searchResults .btnGrey .rightCap {
  display: none !important;
}

.searchResultsList .ms-srch-ellipsis {
  overflow: visible !important;
  margin-bottom: 12px !important;
  white-space: normal !important;
}

.ms-srch-item {
  width: 100%;
  padding: 5px 20px;
  margin: 10px 0px 20px;
}

@media (max-width: 768px) {
  .ms-srch-item {
    width: 100%;
  }
}

.ms-srch-item-summary {
  font-size: 16px !important;
}

.ms-srch-group-content {
  overflow: hidden;
}

.searchResultsItemDesc {
  font-size: 16px !important;
}

.searchResultsFtr {
  font-size: 16px !important;
}

@media (max-width: 768px) {
  .searchResultsFtr {
    padding: 20px !important;
  }
}

@media (max-width: 768px) {
  .searchResultsHdr {
    padding: 0 20px !important;
  }
}

@media (max-width: 768px) {
  .searchResultsHdr img {
    display: none !important;
  }
}

.searchResultsHdr .results {
  padding: 10px 0;
}

@media (max-width: 768px) {
  .ms-srch-hover-outerContainer {
    display: none !important;
  }
}

.ms-srch-item-path {
  display: none !important;
}

@media (max-width: 768px) {
  .ms-srch-item-path {
    display: none !important;
  }
}

#img-modal {
  display: none;
  padding: 30px;
  background-color: #333333;
}

#modal-overlay {
  background-color: #000;
}

a.modalCloseImg {
  background: url(../img/btnJumpClose.png) no-repeat;
  width: 23px;
  height: 23px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}

.u-1\/1 {
  width: 100% !important;
}

.u-1\/2 {
  width: 50% !important;
}

.u-1\/3 {
  width: 33.333333333% !important;
}

.u-2\/3 {
  width: 66.666666666% !important;
}

/* SharePoint Overrides */
.c-secondary-navigation .ms-core-navigation {
  display: block !important;
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.c-secondary-navigation .ms-core-listMenu-horizontalBox {
  display: block !important;
  color: #333 !important;
  font-size: 1em;
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.c-secondary-navigation .ms-core-listMenu-horizontalBox ul {
  display: block !important;
}

.c-secondary-navigation.open ul li ul {
  width: 100% !important;
  top: 0 !important;
}

/* Hide down arrow for top navigation dynamic children*/
.dynamic-children.additional-background {
  background-image: none !important;
  padding-right: 0px !important;
}

.c-secondary-navigation .static .dynamic-children:hover {
  transition: all 0.35s ease;
  /*background: #f15a22;*/
  color: #fff;
}

.c-secondary-navigation .static .menu-item:hover {
  transition: all 0.35s ease;
  background: #f15a22;
  color: #fff;
}

.c-secondary-navigation .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
  margin-right: 0px !important;
  color: #000;
}

.ms-srch-sb > .ms-srch-sb-searchLink:hover {
  background-color: transparent;
}

.ms-srch-sb-border {
  border: none !important;
}

img {
  max-width: none;
}

.c-secondary-navigation ul li a {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.aside-subnav .ms-core-listMenu-item {
  position: relative;
  display: block;
  z-index: 0;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  line-height: 1em;
  margin: 0;
  padding: 12px 22px 12px 16px !important;
}

.aside-subnav .ms-core-listMenu-item a:hover {
  color: #f15a22;
}

.leftNav ul li ul li a {
  background: none !important;
}

.utilityNavigation ul li a {
  background: none !important;
}

.utilityNavigation .ms-core-listMenu-item {
  transition: all 0.35s ease;
  position: relative;
  display: block;
  z-index: 0;
  color: #000;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  margin: 0;
  padding: 12px 16px;
  border-bottom: 1px solid #f15a22;
}

.utilityNavigation .ms-core-listMenu-item a:hover {
  transition: all 0.35s ease;
  color: #f15a22;
  background: none !important;
}

.c-more-info-module .c-more-info-module__inner h3, .c-locations-module .c-locations-module__inner h3 {
  color: white !important;
}

.leftNav ul li ul li a.selected {
  color: #f15a22 !important;
}

.c-people-stories h3 {
  display: block;
  text-transform: uppercase;
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.6em;
  height: 50px;
  line-height: 1.2em;
  color: #f15a22;
  background: linear-gradient(45deg, #FDB933, #f15a22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0;
  margin: 0 0 12px 0;
  white-space: pre-wrap;
  word-break: keep-all;
}

.c-people-stories img, .c-innovations img {
  max-width: 100% !important;
}

.c-people-stories .c-people-stories__copy p {
  margin-bottom: 24px !important;
}

.arrowRight {
  position: absolute;
  right: 0;
}

.newsBtm {
  color: #000;
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.newsBtm b {
  font-weight: normal !important;
}

.c-news {
  margin-bottom: 58px !important;
}

.right {
  position: absolute;
  right: 0;
}

.successFeatureContent {
  display: table-cell;
  width: 75%;
  padding: 0 0 60px 30px;
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
}

.successFeatureContent .btn.btnOrange, .successFeatureContent .findALocationWrapper #frm-submit, .findALocationWrapper .successFeatureContent #frm-submit, .successFeatureContent .searchResults .btn.btnGrey, .searchResults .successFeatureContent .btn.btnGrey {
  right: 0 !important;
  position: absolute !important;
}

.successFeatureContent h4 {
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1em;
  letter-spacing: 0px;
  margin-top: 20px;
}

.additional-stories .row {
  padding-bottom: 40px;
}

.column30 .btn, .column30 .findALocationWrapper #frm-submit, .findALocationWrapper .column30 #frm-submit {
  padding: 14px 30px 12px;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
}

.successFeature img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 30px;
}

@media (max-width: 414px) {
  .successFeature .image-area-left {
    display: block;
    width: 100%;
  }
}

.successFeature .image-area-left img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

a:visited {
  color: #f15a22;
}

@media (max-width: 540px) {
  .additional-stories .column30 {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #f15a22;
    margin-bottom: 30px;
  }
  .additional-stories .column30 img {
    float: left;
    max-width: 25%;
    margin-right: 20px;
  }
  .additional-stories .additional-story h2 {
    padding-top: 30px;
    padding-right: 30px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .additional-stories .btnOrange, .additional-stories .findALocationWrapper #frm-submit, .findALocationWrapper .additional-stories #frm-submit, .additional-stories .searchResults .btnGrey, .searchResults .additional-stories .btnGrey {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: #f15a22;
    background: transparent;
    padding: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .additional-stories .btnOrange:before, .additional-stories .findALocationWrapper #frm-submit:before, .findALocationWrapper .additional-stories #frm-submit:before, .additional-stories .searchResults .btnGrey:before, .searchResults .additional-stories .btnGrey:before {
    /*content: '\e803';*/
      content: '\f105';/*angle*/
    position: absolute;
    z-index: 99;
    display: block;
    right: 0;
    top: 50%;
    width: 30px;
    height: 70px;
    font-size: 3.5rem;
    margin-top: -15px;
    font-family: "FontAwesome";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .successFeatureContent {
    display: block;
    width: 100%;
    padding: 0 0 80px 0;
  }
  .successFeatureContent h2 {
    font-size: 1.7rem;
  }
  .successFeatureContent p {
    font-size: 1.2rem;
  }
  .successFeatureContent .btnOrange, .successFeatureContent .findALocationWrapper #frm-submit, .findALocationWrapper .successFeatureContent #frm-submit, .successFeatureContent .searchResults .btnGrey, .searchResults .successFeatureContent .btnGrey {
    width: 100%;
    display: block;
    float: none;
  }
  .successFeature .image-area-left {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    /*display: table-cell;
      width: 25%;
      vertical-align: top;*/
  }
  .successFeatures .image-area-left img {
    float: left;
    max-width: 25%;
    margin-right: 20px;
    vertical-align: middle;
  }
}

.btnGrey {
  background-color: #333333 !important;
  color: white !important;
}

td.tableTopPad {
  padding-top: 20px;
}

@media (max-width: 768px) {
  .ms-rteTableEvenCol-0, .ms-rteTableOddCol-0 {
    display: block;
    width: 100%;
  }
}

.ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a {
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
  #s4-bodyContainer {
    padding-bottom: 0 !important;
  }
}

.edit-mode-panel #editAddress {
  padding: 10px;
}

.edit-mode-panel #editClinicStaff {
  padding: 10px;
}

.edit-mode-panel #editClinicInfo {
  padding: 10px;
}

.edit-mode-panel #editClinicInfo table.ms-long {
  width: 100%;
}

.edit-mode-panel #editClinicInfo table.ms-long .ms-input {
  width: 35%;
}

.edit-mode-panel #editClinicInfo table.ms-long .ms-input select {
  width: 100% !important;
}

.edit-mode-panel #editAdmin {
  padding: 10px;
}

html.ie input[type='text'], html.ie input[type='email'], html.ie textarea, html.ie select {
  background-image: none !important;
}

html.ie .c-site-header__search input[type='text'] {
  background: #f15a22 !important;
}

/* End SharePoint Overrides */
