@charset "UTF-8";
body.fancybox-active {
  overflow: hidden;
}
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #cccccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: black;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: white;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(0%);
  max-height: calc(12%);
  overflow: visible;
  background: white;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: white;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: white;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444444;
  font-size: 16px;
  line-height: 20px;
}
/* Buttons */

.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #cccccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: white;
}
.fancybox-button[disabled] {
  color: #cccccc;
  cursor: default;
  opacity: 0.6;
}
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--zoom svg path {
  fill: transparent;
}
/* Navigation arrows */

.fancybox-navigation {
  display: none;
}
.fancybox-show-nav .fancybox-navigation {
  display: block;
}
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888888;
}
.fancybox-close-small:hover:after {
  color: #555555;
  background: #eeeeee;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}
.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaaaaa;
}
.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: white;
  background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
/* Caption */

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: white;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */

}
.fancybox-caption a {
  color: white;
  text-decoration: underline;
}
/* Loading indicator */

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Share */

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}
.fancybox-share h1 {
  color: #222222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
p.fancybox-share__links {
  margin-right: -10px;
}
.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: white;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
  transition: all 0.2s;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}
.fancybox-share__button svg path {
  fill: white;
}
.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}
/* Thumbs */

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: white;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: white;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(46%);
  max-height: calc(92%);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */

@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(90%);
  }
}
.fancybox-slide--iframe .fancybox-content {
  width: 1960px;
  height: 1200px;
  max-width: 90%;
  max-height: 80%;
  margin: 0;
}
/*!
 *  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 PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('/ConsumerContent/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/ConsumerContent/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/ConsumerContent/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/ConsumerContent/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/ConsumerContent/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/ConsumerContent/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: white;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* ============================================================================= 
   Reset
   ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* apply a natural box layout model to all elements, but allowing components to change */

html {
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.rich-text ul,
.rich-text ol,
.rich-text dl {
  list-style-position: outside;
  padding-left: 24px;
  margin: 24px 0;
}
.rich-text ul {
  list-style-type: disc;
}
.rich-text ol {
  list-style-type: decimal;
}
.rich-text dl {
  padding: 0;
}
.rich-text dt,
.rich-text dd {
  display: block;
  margin: 0;
}
.rich-text dt {
  font-weight: bold;
  font-size: 110%;
}
.rich-text dd {
  margin-bottom: 12px;
}
.rich-text .table-wrapper {
  margin: 24px 0;
  overflow-x: auto;
}
.rich-text .table-wrapper table {
  font-size: 0.8em;
  line-height: 1.5;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.rich-text .table-wrapper caption {
  text-align: left;
}
.rich-text .table-wrapper td,
.rich-text .table-wrapper th {
  padding: 24px;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
}
.rich-text .table-wrapper th {
  background: #fcfcfc;
  font-weight: bold;
}
.rich-text legend {
  font-weight: bold;
}
.rich-text sup {
  vertical-align: super;
  font-size: 50%;
}
.rich-text sub {
  vertical-align: sub;
  font-size: 50%;
}
.rich-text pre {
  font-family: monospace;
  clear: left;
  border: 1px solid #e6e6e6;
  padding: 24px;
  font-size: 80%;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */

}
small {
  font-size: 60%;
}
.hover a:hover {
  opacity: 0.7;
}
/*====================
    Flex
================*/

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-fill {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-grow-0 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.flex-grow-1 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}
.align-items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.align-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.align-content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.align-self-auto {
  -ms-flex-item-align: auto;
  align-self: auto;
}
.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
/* ============================================================================= 
   Videos
   ========================================================================== */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.orange-block {
  background: #f26f21;
  color: white;
}
.orange-block svg {
  fill: white;
}
.orange-block a {
  color: white;
}
.orange-block a:not(.btn) {
  border-bottom: 2px dotted white;
}
.orange-block a:hover {
  opacity: 0.7;
}
.orange-border-block {
  background: none;
  color: #f26f21;
}
.orange-border-block svg {
  fill: #f26f21;
}
.orange-border-block a {
  color: #f26f21;
}
.orange-border-block a:not(.btn) {
  border-bottom: 2px dotted #f26f21;
}
.orange-border-block a:hover {
  opacity: 0.7;
}
.grey-block {
  background: #333333;
  color: white;
}
.grey-block svg {
  fill: white;
}
.grey-block a {
  color: white;
}
.grey-block a:not(.btn) {
  border-bottom: 2px dotted white;
}
/* ==================================================================================================================== 
  Phosphor Grid
  ==================================================================================================================== */

.container {
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
  max-width: 800px;
}
.container.full-width {
  padding: 0;
  max-width: 100%;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
/* =============================================================================
   Media Queries large screen devices e.g landscape tablets, small desktop monitors
   ========================================================================== */

@media handheld, only screen and (min-width: 600px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media handheld, only screen and (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media handheld, only screen and (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media handheld, only screen and (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
img,
object,
embed {
  max-width: 100%;
}
img {
  height: auto;
}
img[alt] {
  font-size: 0.7em;
}
.js .js-fancybox-content {
  display: none;
}
.u-txt-left {
  text-align: left;
}
.u-txt-right {
  text-align: right;
}
.u-txt-center {
  text-align: center;
}
.u-txt-center ul,
.u-txt-center li {
  list-style-position: inside;
}
.u-more {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #333333;
}
.u-more:after {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 3px;
  border: 2px solid #333333;
  border-left: 0;
  border-bottom: 0;
  display: inline-block;
  position: relative;
}
.hover a:hover {
  opacity: 0.8;
}
.no-touch .u-img-grey {
  /*transition-duration: .1s;*/
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.no-touch .u-img-grey:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.u-list-inline-block li {
  display: inline-block;
}
.u-hidden-visually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.u-hidden {
  display: none;
}
.u-flex {
  display: flex;
  flex-wrap: wrap;
}
.u-float-right {
  float: right;
}
.u-table {
  display: table;
  width: 100%;
}
.u-tr {
  display: table-row;
}
.u-td {
  display: table-cell;
  vertical-align: middle;
}
.u-uppercase {
  text-transform: uppercase;
}
.u-lowercase {
  text-transform: lowercase;
}
.u-title-case {
  text-transform: none;
}
.u-small {
  font-size: 0.9em;
}
img:not([src]) {
  visibility: hidden;
}
.image-wrapper img {
  width: 100%;
}
.u-table-md {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media handheld, only screen and (max-width: 1024px) {
  .u-table-md {
    display: block;
  }
}
.u-table-md .th,
.u-table-md .td {
  display: table-cell;
  vertical-align: middle;
}
@media handheld, only screen and (max-width: 1024px) {
  .u-table-md .th,
  .u-table-md .td {
    display: block;
  }
}
/* OpenSans */

@font-face {
  font-family: 'OpenSans';
  src: url('/ConsumerContent/fonts/OpenSans-Light-webfont.woff') format('woff');
  font-weight: 20;
  font-style: normal;
}
/* OpenSans */

@font-face {
  font-family: 'OpenSans';
  src: url('/ConsumerContent/fonts/OpenSans-LightItalic-webfont.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/ConsumerContent/fonts/OpenSans-Regular-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
/* OpenSans */

@font-face {
  font-family: 'OpenSans';
  src: url('/ConsumerContent/fonts/OpenSans-Italic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/ConsumerContent/fonts/OpenSans-Semibold-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/ConsumerContent/fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/ConsumerContent/fonts/OpenSans-Bold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/ConsumerContent/fonts/OpenSans-BoldItalic-webfont.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/ConsumerContent/fonts/OpenSans-ExtraBold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/ConsumerContent/fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}
h1,
.h1 {
  font-size: 1.4rem;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  h1,
  .h1 {
    font-size: 1.8rem;
  }
}
@media handheld, only screen and (min-width: 1024px) and (min-height: 750px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}
h2,
.h2 {
  font-size: 1.3rem;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  h2,
  .h2 {
    font-size: 1.6rem;
  }
}
@media handheld, only screen and (min-width: 1024px) and (min-height: 750px) {
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}
h3,
.h3 {
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 1.25rem;
}
h5,
.h5,
h6,
.h6 {
  font-size: 1rem;
}
hr {
  border: none;
  background: rgba(77, 77, 77, 0.1);
  height: 1px;
}
p {
  margin-bottom: 12px;
}
a {
  color: #255a9b;
  text-decoration: none;
}
strong,
b {
  font-weight: 600;
}
em,
i {
  font-style: italic;
}
sup,
sub {
  font-size: 50%;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: super;
}
nav ul {
  padding: 0;
}
nav ul li a {
  display: block;
  color: #4d4d4d;
  text-decoration: none;
}
.hgroup {
  margin-bottom: 48px;
}
.hgroup > * {
  margin: 8px 0;
}
.hgroup:first-child {
  margin-top: 0;
}
.rich-text {
  overflow: hidden;
}
.rich-text * {
  margin-bottom: 24px;
}
.rich-text *:last-child {
  margin-bottom: 0;
}
.rich-text *:first-child {
  margin-top: 0;
}
.rich-text ul li,
.rich-text ol li {
  margin-bottom: 8px;
}
.rich-text table td,
.rich-text table th {
  background: none;
  border: 1px solid #cccccc;
}
.rich-text a {
  color: #255a9b;
}
.rich-text label {
  margin-bottom: 6px;
}
.rich-text .lead {
  font-size: 1.1rem;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .rich-text .lead {
    font-size: 1.4rem;
  }
}
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin-bottom: 12px;
}
.main-nav {
  position: fixed;
  opacity: 1;
  top: 0;
  right: -50%;
  width: 50%;
  bottom: 0;
  background: white;
  z-index: 1999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
@media handheld, only screen and (max-width: 600px) {
  .main-nav {
    width: calc(100% - 80px);
    right: -100%;
  }
}
.main-nav .nav-wrap {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}
.main-nav ul {
  text-align: center;
  font-size: 1.3rem;
}
.main-nav ul.primary {
  font-weight: 500;
}
.main-nav ul.secondary {
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 6px;
  margin-top: 24px;
}
.main-nav ul.secondary li a {
  padding: 6px;
}
.main-nav ul li {
  text-align: left;
  align-items: center;
}
.main-nav ul li a {
  display: block;
  padding: 12px;
}
html.ios.menu-open {
  height: 100%;
}
html.ios.menu-open body {
  height: 100%;
}
.menu-open {
  overflow: hidden;
}
.menu-open body {
  overflow: hidden;
}
.menu-open .main-nav {
  right: 0;
}
.menu-open .js-close {
  opacity: 0.3;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #333333;
  content: "";
  display: block;
  z-index: 1998;
}
.btn,
a.btn,
button,
input[type="submit"] {
  font-family: 'OpenSans', helvetica, arial, sans-serif;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  background: rgba(10, 10, 10, 0.06);
  color: #333333;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1.2;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
  outline: none;
  position: relative;
  max-width: 100%;
  text-transform: uppercase;
  border: 0;
}
.btn:hover,
a.btn:hover,
button:hover,
input[type="submit"]:hover {
  opacity: 0.8;
}
.btn:disabled,
a.btn:disabled,
button:disabled,
input[type="submit"]:disabled {
  opacity: 0.2;
  cursor: default;
}
.btn:disabled:hover,
a.btn:disabled:hover,
button:disabled:hover,
input[type="submit"]:disabled:hover {
  opacity: 0.2;
}
.btn.submitting,
a.btn.submitting,
button.submitting,
input[type="submit"].submitting {
  background-color: #d4570c !important;
  color: rgba(242, 111, 33, 0) !important;
  background-image: url(/consumercontent/images/spinner.svg) !important;
  background-position: center !important;
  background-size: 28px !important;
  background-repeat: no-repeat !important;
}
.btn.prom,
a.btn.prom,
button.prom,
input[type="submit"].prom {
  background: #f26f21;
  color: white;
}
.btn-primary {
  background: #f26f21;
  color: white;
}
.btn-primary.btn-o {
  background: white;
  border: 2px solid #f26f21;
  color: #f26f21;
}
.btn-large {
  text-transform: none;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.btn-full-width {
  width: 100%;
  display: block;
}
.btn-right-arr:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  border: solid currentColor;
  border-width: 2px 2px 0 0;
  width: 6px;
  height: 6px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .btn-right-arr:after {
    width: 10px;
    height: 10px;
  }
}
.btn-left-arr:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  border: solid currentColor;
  border-width: 0 0 2px 2px;
  width: 6px;
  height: 6px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .btn-left-arr:before {
    width: 10px;
    height: 10px;
    top: -2px;
  }
}
html {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  font-family: 'OpenSans', helvetica, arial, sans-serif;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html {
    font-size: 15px;
  }
}
body {
  color: #4d4d4d;
  background: #333333;
  overflow-y: scroll;
}
.no-js body {
  display: block;
}
header.container.full-width {
  z-index: 2000;
  position: fixed;
  width: 100%;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  header.container.full-width {
    padding: 24px;
  }
}
header.container.full-width svg {
  fill: white;
  width: 100%;
  display: block;
  height: auto;
}
header.container.full-width .logo {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding-top: 8px;
  padding-left: 8px;
}
header.container.full-width .logo svg {
  max-width: 100px;
  height: 33px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  header.container.full-width .logo svg {
    max-width: 200px;
    height: 66px;
  }
}
header.container.full-width .btn {
  display: table;
}
header.container.full-width .save.btn {
  padding-left: 46px;
  position: relative;
}
header.container.full-width .save.btn svg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 22px;
  fill: #333333;
}
header.container.full-width .save.btn span {
  display: none;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  header.container.full-width .save.btn span {
    display: inline;
  }
}
header.container.full-width .menu-trigger,
header.container.full-width .login-trigger {
  display: table;
  color: white;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  height: 30px;
  font-size: 10px;
  padding: 8px;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
}
@media handheld, only screen and (min-height: 400px) {
  header.container.full-width .menu-trigger,
  header.container.full-width .login-trigger {
    height: 50px;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  header.container.full-width .menu-trigger,
  header.container.full-width .login-trigger {
    height: 70px;
    font-size: 12px;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  header.container.full-width .menu-trigger,
  header.container.full-width .login-trigger {
    padding: 12px;
  }
}
header.container.full-width .menu-trigger div,
header.container.full-width .login-trigger div {
  display: table-cell;
  vertical-align: middle;
}
header.container.full-width .menu-trigger .menu-text,
header.container.full-width .login-trigger .menu-text {
  padding-left: 4px;
}
@media handheld, only screen and (max-width: 350px) {
  header.container.full-width .menu-trigger .menu-text,
  header.container.full-width .login-trigger .menu-text {
    display: none;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  header.container.full-width .menu-trigger .menu-text,
  header.container.full-width .login-trigger .menu-text {
    padding-left: 8px;
  }
}
header.container.full-width .menu-trigger .icon,
header.container.full-width .login-trigger .icon {
  width: 18px;
  position: relative;
  padding-right: 6px;
}
header.container.full-width .menu-trigger .icon svg,
header.container.full-width .login-trigger .icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  header.container.full-width .menu-trigger .icon,
  header.container.full-width .login-trigger .icon {
    width: 24px;
    padding-right: 8px;
  }
  header.container.full-width .menu-trigger .icon svg,
  header.container.full-width .login-trigger .icon svg {
    width: 24px;
    height: 24px;
  }
}
header.container.full-width .menu-trigger.save .text span.nm,
header.container.full-width .login-trigger.save .text span.nm {
  display: none;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  header.container.full-width .menu-trigger.save .text span.nm,
  header.container.full-width .login-trigger.save .text span.nm {
    display: inline;
    vertical-align: baseline;
  }
}
header.container.full-width .menu-trigger.save .icon,
header.container.full-width .login-trigger.save .icon {
  -webkit-transform: scale(0.8 x);
  -moz-transform: scale(0.8 x);
  -ms-transform: scale(0.8 x);
  -o-transform: scale(0.8 x);
  transform: scale(0.8 x);
  width: 20px;
}
header.container.full-width .menu-trigger.save .icon svg,
header.container.full-width .login-trigger.save .icon svg {
  width: 20px;
  height: 20px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  header.container.full-width .menu-trigger.save .icon,
  header.container.full-width .login-trigger.save .icon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
header.container.full-width .menu-trigger .menu-icon span,
header.container.full-width .login-trigger .menu-icon span {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  display: block;
  height: 20px;
  width: 30px;
  position: relative;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  header.container.full-width .menu-trigger .menu-icon span,
  header.container.full-width .login-trigger .menu-icon span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
header.container.full-width .menu-trigger .menu-icon span:after,
header.container.full-width .login-trigger .menu-icon span:after,
header.container.full-width .menu-trigger .menu-icon span:before,
header.container.full-width .login-trigger .menu-icon span:before,
header.container.full-width .menu-trigger .menu-icon span i,
header.container.full-width .login-trigger .menu-icon span i {
  width: 28px;
  background: white;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: block;
  position: absolute;
  content: "";
}
header.container.full-width .menu-trigger .menu-icon span:before,
header.container.full-width .login-trigger .menu-icon span:before {
  top: 2px;
}
header.container.full-width .menu-trigger .menu-icon span i,
header.container.full-width .login-trigger .menu-icon span i {
  opacity: 1;
  top: 9px;
  width: 22px;
}
header.container.full-width .menu-trigger .menu-icon span:after,
header.container.full-width .login-trigger .menu-icon span:after {
  top: 16px;
}
header.container.full-width .menu-trigger .menu-icon span:hover i,
header.container.full-width .login-trigger .menu-icon span:hover i {
  width: 28px;
}
html.js-scrolled header.container.full-width,
html.account-page header.container.full-width,
html.dashboard header.container.full-width,
html.report-page header.container.full-width,
html.property-details header.container.full-width,
html.text-page:not(.has-banner) header.container.full-width {
  background: white;
  padding: 0;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.js-scrolled header.container.full-width,
  html.account-page header.container.full-width,
  html.dashboard header.container.full-width,
  html.report-page header.container.full-width,
  html.property-details header.container.full-width,
  html.text-page:not(.has-banner) header.container.full-width {
    padding: 6px;
  }
}
html.js-scrolled header.container.full-width .menu-icon span:after,
html.account-page header.container.full-width .menu-icon span:after,
html.dashboard header.container.full-width .menu-icon span:after,
html.report-page header.container.full-width .menu-icon span:after,
html.property-details header.container.full-width .menu-icon span:after,
html.text-page:not(.has-banner) header.container.full-width .menu-icon span:after,
html.js-scrolled header.container.full-width .menu-icon span:before,
html.account-page header.container.full-width .menu-icon span:before,
html.dashboard header.container.full-width .menu-icon span:before,
html.report-page header.container.full-width .menu-icon span:before,
html.property-details header.container.full-width .menu-icon span:before,
html.text-page:not(.has-banner) header.container.full-width .menu-icon span:before,
html.js-scrolled header.container.full-width .menu-icon span i,
html.account-page header.container.full-width .menu-icon span i,
html.dashboard header.container.full-width .menu-icon span i,
html.report-page header.container.full-width .menu-icon span i,
html.property-details header.container.full-width .menu-icon span i,
html.text-page:not(.has-banner) header.container.full-width .menu-icon span i {
  background: #333333;
}
html.js-scrolled header.container.full-width svg,
html.account-page header.container.full-width svg,
html.dashboard header.container.full-width svg,
html.report-page header.container.full-width svg,
html.property-details header.container.full-width svg,
html.text-page:not(.has-banner) header.container.full-width svg {
  fill: #333333;
}
html.js-scrolled header.container.full-width a,
html.account-page header.container.full-width a,
html.dashboard header.container.full-width a,
html.report-page header.container.full-width a,
html.property-details header.container.full-width a,
html.text-page:not(.has-banner) header.container.full-width a {
  color: #333333;
}
html.js-scrolled header.container.full-width .logo,
html.account-page header.container.full-width .logo,
html.dashboard header.container.full-width .logo,
html.report-page header.container.full-width .logo,
html.property-details header.container.full-width .logo,
html.text-page:not(.has-banner) header.container.full-width .logo {
  padding-top: 8px;
  padding-left: 8px;
}
html.js-scrolled header.container.full-width .logo svg,
html.account-page header.container.full-width .logo svg,
html.dashboard header.container.full-width .logo svg,
html.report-page header.container.full-width .logo svg,
html.property-details header.container.full-width .logo svg,
html.text-page:not(.has-banner) header.container.full-width .logo svg {
  max-width: 80px;
  display: block;
  fill: #f26f21;
}
@media handheld, only screen and (min-height: 400px) {
  html.js-scrolled header.container.full-width .logo svg,
  html.account-page header.container.full-width .logo svg,
  html.dashboard header.container.full-width .logo svg,
  html.report-page header.container.full-width .logo svg,
  html.property-details header.container.full-width .logo svg,
  html.text-page:not(.has-banner) header.container.full-width .logo svg {
    max-width: 100px;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.js-scrolled header.container.full-width .logo svg,
  html.account-page header.container.full-width .logo svg,
  html.dashboard header.container.full-width .logo svg,
  html.report-page header.container.full-width .logo svg,
  html.property-details header.container.full-width .logo svg,
  html.text-page:not(.has-banner) header.container.full-width .logo svg {
    max-width: 140px;
  }
}
html.js-scrolled.dashboard header.container.full-width,
html.account-page.dashboard header.container.full-width,
html.dashboard.dashboard header.container.full-width,
html.report-page.dashboard header.container.full-width,
html.property-details.dashboard header.container.full-width,
html.text-page:not(.has-banner).dashboard header.container.full-width {
  background: none;
}
html.menu-open header .menu-trigger,
html.js-at-top.menu-open header .menu-trigger,
html.js-scrolled.menu-open header .menu-trigger,
html.menu-open header .login-trigger,
html.js-at-top.menu-open header .login-trigger,
html.js-scrolled.menu-open header .login-trigger {
  color: #333333;
}
html.menu-open header .menu-trigger svg,
html.js-at-top.menu-open header .menu-trigger svg,
html.js-scrolled.menu-open header .menu-trigger svg,
html.menu-open header .login-trigger svg,
html.js-at-top.menu-open header .login-trigger svg,
html.js-scrolled.menu-open header .login-trigger svg {
  fill: #333333;
}
html.menu-open header .menu-trigger .menu-icon span:after,
html.js-at-top.menu-open header .menu-trigger .menu-icon span:after,
html.js-scrolled.menu-open header .menu-trigger .menu-icon span:after,
html.menu-open header .login-trigger .menu-icon span:after,
html.js-at-top.menu-open header .login-trigger .menu-icon span:after,
html.js-scrolled.menu-open header .login-trigger .menu-icon span:after,
html.menu-open header .menu-trigger .menu-icon span:before,
html.js-at-top.menu-open header .menu-trigger .menu-icon span:before,
html.js-scrolled.menu-open header .menu-trigger .menu-icon span:before,
html.menu-open header .login-trigger .menu-icon span:before,
html.js-at-top.menu-open header .login-trigger .menu-icon span:before,
html.js-scrolled.menu-open header .login-trigger .menu-icon span:before,
html.menu-open header .menu-trigger .menu-icon span i,
html.js-at-top.menu-open header .menu-trigger .menu-icon span i,
html.js-scrolled.menu-open header .menu-trigger .menu-icon span i,
html.menu-open header .login-trigger .menu-icon span i,
html.js-at-top.menu-open header .login-trigger .menu-icon span i,
html.js-scrolled.menu-open header .login-trigger .menu-icon span i {
  background: #333333;
}
html.menu-open header .menu-trigger .menu-icon span i,
html.js-at-top.menu-open header .menu-trigger .menu-icon span i,
html.js-scrolled.menu-open header .menu-trigger .menu-icon span i,
html.menu-open header .login-trigger .menu-icon span i,
html.js-at-top.menu-open header .login-trigger .menu-icon span i,
html.js-scrolled.menu-open header .login-trigger .menu-icon span i {
  opacity: 0;
}
html.menu-open header .menu-trigger .menu-icon span:before,
html.js-at-top.menu-open header .menu-trigger .menu-icon span:before,
html.js-scrolled.menu-open header .menu-trigger .menu-icon span:before,
html.menu-open header .login-trigger .menu-icon span:before,
html.js-at-top.menu-open header .login-trigger .menu-icon span:before,
html.js-scrolled.menu-open header .login-trigger .menu-icon span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
html.menu-open header .menu-trigger .menu-icon span:after,
html.js-at-top.menu-open header .menu-trigger .menu-icon span:after,
html.js-scrolled.menu-open header .menu-trigger .menu-icon span:after,
html.menu-open header .login-trigger .menu-icon span:after,
html.js-at-top.menu-open header .login-trigger .menu-icon span:after,
html.js-scrolled.menu-open header .login-trigger .menu-icon span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}
#js-login-register-continue,
#js-login-register,
#edit-title-promt {
  display: none;
  width: 100%;
  max-width: 400px;
}
#js-login-register-continue .title,
#js-login-register .title,
#edit-title-promt .title {
  text-align: center;
  font-size: 1rem;
}
#js-login-register-continue .cta-choice-wrapper,
#js-login-register .cta-choice-wrapper,
#edit-title-promt .cta-choice-wrapper {
  text-align: center;
  margin-top: 24px;
}
#js-login-register-continue .cta-choice-wrapper .btn,
#js-login-register .cta-choice-wrapper .btn,
#edit-title-promt .cta-choice-wrapper .btn {
  display: block;
}
#js-login-register-continue .cta-choice-wrapper span,
#js-login-register .cta-choice-wrapper span,
#edit-title-promt .cta-choice-wrapper span {
  display: inline-block;
  padding: 12px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  #js-login-register-continue .cta-choice-wrapper,
  #js-login-register .cta-choice-wrapper,
  #edit-title-promt .cta-choice-wrapper {
    display: table;
    margin: 24px auto 0 auto;
  }
  #js-login-register-continue .cta-choice-wrapper .btn,
  #js-login-register .cta-choice-wrapper .btn,
  #edit-title-promt .cta-choice-wrapper .btn {
    text-transform: none;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0;
    display: table-cell;
  }
  #js-login-register-continue .cta-choice-wrapper span,
  #js-login-register .cta-choice-wrapper span,
  #edit-title-promt .cta-choice-wrapper span {
    display: table-cell;
    text-decoration: italic;
    padding: 0 24px;
  }
}
#js-login-register-continue .login-wrapper,
#js-login-register .login-wrapper,
#edit-title-promt .login-wrapper,
#js-login-register-continue .register-wrapper,
#js-login-register .register-wrapper,
#edit-title-promt .register-wrapper {
  display: none;
}
#js-login-register-continue .login-wrapper .form-field,
#js-login-register .login-wrapper .form-field,
#edit-title-promt .login-wrapper .form-field,
#js-login-register-continue .register-wrapper .form-field,
#js-login-register .register-wrapper .form-field,
#edit-title-promt .register-wrapper .form-field {
  margin-bottom: 24px;
}
#js-login-register-continue .login-wrapper h4,
#js-login-register .login-wrapper h4,
#edit-title-promt .login-wrapper h4,
#js-login-register-continue .register-wrapper h4,
#js-login-register .register-wrapper h4,
#edit-title-promt .register-wrapper h4 {
  color: #f26f21;
  font-weight: 200;
  font-size: 2.2rem;
}
#js-login-register-continue .login-wrapper form input[type="submit"],
#js-login-register .login-wrapper form input[type="submit"],
#edit-title-promt .login-wrapper form input[type="submit"],
#js-login-register-continue .register-wrapper form input[type="submit"],
#js-login-register .register-wrapper form input[type="submit"],
#edit-title-promt .register-wrapper form input[type="submit"] {
  background: #f26f21;
  color: white;
  width: 100%;
  display: block;
  text-transform: none;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0;
}
#js-login-register-continue .login-wrapper form input[type="submit"].btn-o,
#js-login-register .login-wrapper form input[type="submit"].btn-o,
#edit-title-promt .login-wrapper form input[type="submit"].btn-o,
#js-login-register-continue .register-wrapper form input[type="submit"].btn-o,
#js-login-register .register-wrapper form input[type="submit"].btn-o,
#edit-title-promt .register-wrapper form input[type="submit"].btn-o {
  background: white;
  border: 2px solid #f26f21;
  color: #f26f21;
}
#js-login-register-continue .login-wrapper .link-wrapper,
#js-login-register .login-wrapper .link-wrapper,
#edit-title-promt .login-wrapper .link-wrapper,
#js-login-register-continue .register-wrapper .link-wrapper,
#js-login-register .register-wrapper .link-wrapper,
#edit-title-promt .register-wrapper .link-wrapper {
  margin-top: 24px;
  font-size: 0.8rem;
}
#js-login-register-continue .login-wrapper .link-wrapper a,
#js-login-register .login-wrapper .link-wrapper a,
#edit-title-promt .login-wrapper .link-wrapper a,
#js-login-register-continue .register-wrapper .link-wrapper a,
#js-login-register .register-wrapper .link-wrapper a,
#edit-title-promt .register-wrapper .link-wrapper a {
  margin-top: 6px;
  display: block;
}
#js-login-register-continue.login-open .cta-choice-wrapper,
#js-login-register.login-open .cta-choice-wrapper,
#edit-title-promt.login-open .cta-choice-wrapper {
  display: none;
}
#js-login-register-continue.login-open .login-wrapper,
#js-login-register.login-open .login-wrapper,
#edit-title-promt.login-open .login-wrapper {
  display: block;
}
#js-login-register-continue.register-open .cta-choice-wrapper,
#js-login-register.register-open .cta-choice-wrapper,
#edit-title-promt.register-open .cta-choice-wrapper {
  display: none;
}
#js-login-register-continue.register-open .register-wrapper,
#js-login-register.register-open .register-wrapper,
#edit-title-promt.register-open .register-wrapper {
  display: block;
}
#js-login-register-continue {
  max-width: 520px;
}
#edit-title-promt .title {
  font-size: 1.3rem;
  color: #f26f21;
}
#edit-title-promt form .form-field {
  margin: 12px 0 !important;
}
#edit-title-promt form .form-field input {
  text-align: center;
}
#edit-title-promt .btn {
  background: #f26f21;
  color: white;
  width: 100%;
  display: block;
}
#edit-title-promt .btn.btn-o {
  background: white;
  border: 2px solid #f26f21;
  color: #f26f21;
}
main {
  background: #f4f4f4;
  padding-bottom: 48px;
}
.sponsors,
.sharelinks {
  z-index: 1000;
  color: #cccccc;
  background: white;
  font-size: 1.6rem;
  font-weight: 300;
  width: 100%;
  margin-bottom: 24px;
  color: #f26f21;
  padding: 12px 24px;
  padding: 24px 48px;
}
.sponsors .col-label,
.sharelinks .col-label {
  text-align: center;
  color: #333333;
  font-size: 0.9rem;
}
.sponsors .wrapper,
.sharelinks .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.sponsors .wrapper:first-child,
.sharelinks .wrapper:first-child {
  margin-bottom: 2rem;
}
.sponsors a,
.sharelinks a {
  color: #cccccc;
}
.sponsors ul,
.sharelinks ul {
  margin: 0 auto;
  text-align: center;
}
.sponsors ul li,
.sharelinks ul li {
  flex-basis: auto;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .sponsors ul li,
  .sharelinks ul li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .sponsors ul li + li,
  .sharelinks ul li + li {
    margin-left: 5px;
  }
}
.sponsors ul a,
.sharelinks ul a {
  display: block;
  opacity: 0.8;
}
.sponsors ul a:hover,
.sharelinks ul a:hover {
  opacity: 1;
}
.sponsors ul a svg,
.sharelinks ul a svg {
  display: block;
  fill: #333333;
  width: 100%;
  height: auto;
  max-width: 130px;
  margin: 10px auto;
}
.sponsors ul a svg.anz-logo,
.sharelinks ul a svg.anz-logo {
  max-width: 100%;
  width: 160px;
  position: relative;
  top: -7px;
}
.sponsors ul a svg.asb-logo,
.sharelinks ul a svg.asb-logo {
  width: 100px;
}
.sponsors ul a svg path,
.sharelinks ul a svg path {
  fill: #333333;
}
.sharelinks {
  z-index: 900;
}
.sharelinks ul a {
  color: #333333;
  padding: 0 12px 0 0;
}
.sharelinks ul a i {
  font-size: 1.4em;
}
.sharelinks ul li .fb-like {
  margin-top: 3px;
}
.sharelinks ul li .fb-like span {
  vertical-align: top !important;
}
@media handheld, only screen and (min-width: 1024px) and (min-height: 750px) {
  .home-page .sponsors ul a svg.anz-logo {
    top: 0;
  }
  .home-page .sponsors {
    color: white;
    position: fixed;
    bottom: 0;
    padding: 0;
    margin-bottom: 0;
    background: none;
    left: 0;
    font-size: 0.7rem;
    font-weight: 300;
    width: 100%;
  }
  .home-page .sponsors .outer-wrapper {
    background: #333333;
    padding: 0 1rem;
  }
  .home-page .sponsors .inner-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: auto;
    max-width: 1600px;
  }
  .home-page .sponsors .col-label {
    color: white;
  }
  .home-page .sponsors .title {
    display: inline-block;
    background: #333333;
    padding: 4.8px 12px;
    position: relative;
  }
  .home-page .sponsors .title:after {
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -29px;
    border-bottom: 29px solid #333333;
    border-right: 29px solid transparent;
  }
  .home-page .sponsors .wrapper {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-page .sponsors .wrapper:first-child {
    flex: 1;
    margin-right: 2rem;
  }
  .home-page .sponsors .wrapper:first-child .flex {
    flex: 1;
  }
  .home-page .sponsors .wrapper:last-child {
    margin-left: 2rem;
  }
  .home-page .sponsors ul {
    margin-left: 0;
  }
  .home-page .sponsors ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    flex-basis: 0;
  }
  .home-page .sponsors ul li a {
    padding: 0 12px;
  }
  .home-page .sponsors ul li a svg {
    fill: white;
  }
  .home-page .sponsors ul li a svg path {
    fill: white;
  }
}
/* ============================================================================= 
   Forms
   ========================================================================== */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #f6f2ee inset !important;
}
.field-validation-valid {
  display: none;
}
form:not(#propertydetailsform) .field-validation-error,
form:not(#propertydetailsform) .error {
  background: #2b292b;
  color: white;
  display: inline-block;
  padding: 6px;
  font-size: 0.8rem;
  line-height: 1.5;
  position: relative;
  font-weight: 500;
}
form:not(#propertydetailsform) .field-validation-error:before,
form:not(#propertydetailsform) .error:before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #2b292b;
  border-width: 10px;
  margin-left: -10px;
}
form:not(#propertydetailsform) .field-validation-valid {
  display: none;
}
form:not(#propertydetailsform) input[type="text"],
form:not(#propertydetailsform) input[type="tel"],
form:not(#propertydetailsform) input[type="number"],
form:not(#propertydetailsform) input[type="password"],
form:not(#propertydetailsform) input[type="email"],
form:not(#propertydetailsform) input[type="search"],
form:not(#propertydetailsform) input[type="date"],
form:not(#propertydetailsform) textarea {
  border: 1px solid #f6f2ee;
  outline: none;
  color: #333333;
  margin: 0;
  width: 100%;
  padding: 20px;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  background: #f6f2ee;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: helvetica, arial, sans-serif;
  font-weight: 400;
}
form:not(#propertydetailsform) input[type="text"]:focus,
form:not(#propertydetailsform) input[type="tel"]:focus,
form:not(#propertydetailsform) input[type="number"]:focus,
form:not(#propertydetailsform) input[type="password"]:focus,
form:not(#propertydetailsform) input[type="email"]:focus,
form:not(#propertydetailsform) input[type="search"]:focus,
form:not(#propertydetailsform) input[type="date"]:focus,
form:not(#propertydetailsform) textarea:focus {
  border: 1px solid black;
  background: white;
  color: #444444;
}
@media handheld, only screen and (max-width: 600px) {
  form:not(#propertydetailsform) input[type="text"],
  form:not(#propertydetailsform) input[type="tel"],
  form:not(#propertydetailsform) input[type="number"],
  form:not(#propertydetailsform) input[type="password"],
  form:not(#propertydetailsform) input[type="email"],
  form:not(#propertydetailsform) input[type="search"],
  form:not(#propertydetailsform) input[type="date"],
  form:not(#propertydetailsform) textarea {
    padding: 13px;
  }
}
form:not(#propertydetailsform) fieldset {
  margin: 0;
  padding: 0;
}
form:not(#propertydetailsform) fieldset > *:last-child:not(.form-field-radio) {
  margin-bottom: 0;
}
form:not(#propertydetailsform) textarea {
  height: auto;
  min-height: 234px;
  font-family: sans-serif;
  -webkit-appearance: none;
  line-height: 1.4;
  resize: vertical;
}
form:not(#propertydetailsform) textarea.contact-address {
  min-height: 128px;
}
form:not(#propertydetailsform) textarea.contact-message {
  min-height: 176px;
}
form:not(#propertydetailsform) input[type="submit"],
form:not(#propertydetailsform) button {
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
}
form:not(#propertydetailsform) input[type="submit"]:hover,
form:not(#propertydetailsform) button:hover {
  opacity: 0.8;
}
form:not(#propertydetailsform) legend,
form:not(#propertydetailsform) h3.legend {
  font-size: 1rem;
  line-height: 1.3;
  display: block;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
form:not(#propertydetailsform) label,
form:not(#propertydetailsform) .label {
  font-weight: 600;
  display: block;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
form:not(#propertydetailsform) .radio-wrapper label,
form:not(#propertydetailsform) .form-field-checkbox label {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.6;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 12px 12px 12px 68px;
  background: white;
  border-bottom: 1px solid #e6dac9;
}
@media handheld, only screen and (max-width: 600px) {
  form:not(#propertydetailsform) .radio-wrapper label,
  form:not(#propertydetailsform) .form-field-checkbox label {
    line-height: 1.4;
  }
}
form:not(#propertydetailsform) .radio-wrapper label input,
form:not(#propertydetailsform) .form-field-checkbox label input {
  position: absolute;
  left: 16px;
  top: 14px;
}
form:not(#propertydetailsform) .radio-wrapper label:before,
form:not(#propertydetailsform) .form-field-checkbox label:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  background: #ffbe8e;
}
form:not(#propertydetailsform) .form-field {
  margin-bottom: 36px;
}
@media handheld, only screen and (max-width: 600px) {
  form:not(#propertydetailsform) .form-field {
    margin-bottom: 24px;
  }
}
#propertydetailsform input[type="text"],
.property-details-form input[type="text"],
#propertydetailsform input[type="tel"],
.property-details-form input[type="tel"],
#propertydetailsform input[type="number"],
.property-details-form input[type="number"],
#propertydetailsform input[type="password"],
.property-details-form input[type="password"],
#propertydetailsform input[type="email"],
.property-details-form input[type="email"],
#propertydetailsform input[type="search"],
.property-details-form input[type="search"],
#propertydetailsform input[type="date"],
.property-details-form input[type="date"],
#propertydetailsform textarea,
.property-details-form textarea {
  border: 1px solid #f6f2ee;
  outline: none;
  color: #333333;
  margin: 0;
  width: 100%;
  padding: 20px;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  background: #f6f2ee;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: helvetica, arial, sans-serif;
  font-weight: 400;
}
.select-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 61px;
  line-height: 3;
  background: #f6f2ee;
  overflow: hidden;
}
.select-wrapper:after {
  content: '';
  width: 9px;
  height: 9px;
  border: 3px solid #cccccc;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 22px;
  pointer-events: none;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  border: 0 !important;
  background: #f6f2ee;
  background-image: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 0.5em;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.select-wrapper select::-ms-expand {
  display: none;
}
@media handheld, only screen and (max-width: 600px) {
  .select-wrapper {
    height: 47px;
  }
  .select-wrapper:after {
    top: 17px;
  }
}
.account-form form .form-field {
  position: relative;
  margin-bottom: 24px !important;
}
.account-form form .form-field label {
  position: absolute;
  top: -10px;
  left: 8px;
  background: white;
  padding: 0 8px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .account-form form .form-field label {
    top: -8px;
    left: 12px;
  }
}
.account-form form .form-field label.join-lbl {
  top: 0;
  left: 16px;
  display: inline !important;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .account-form form .form-field input[type="text"],
  .account-form form .form-field input[type="tel"],
  .account-form form .form-field input[type="number"],
  .account-form form .form-field input[type="password"],
  .account-form form .form-field input[type="email"],
  .account-form form .form-field input[type="search"],
  .account-form form .form-field input[type="date"],
  .account-form form .form-field textarea {
    padding: 24px !important;
  }
}
.loaded .cta-footer {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.loaded .cta-footer .open-close {
  display: block;
}
html.assessor-link-closed main {
  padding-bottom: 20px;
}
html.assessor-link-closed.dashboard main {
  padding-bottom: 0;
}
html.assessor-link-closed .cta-footer {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
html.assessor-link-closed .cta-footer .open-close {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: auto;
  padding: 0 48px 0 24px;
}
@media handheld, only screen and (max-width: 600px) {
  html.assessor-link-closed .cta-footer .open-close {
    width: 98%;
    left: 1%;
    right: 1%;
  }
}
html.assessor-link-closed .cta-footer .open-close span {
  display: block;
  padding-top: 3px;
}
html.assessor-link-closed .cta-footer .open-close:after {
  display: none;
}
html.assessor-link-closed .cta-footer .open-close:before {
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: auto;
  right: 17px;
  top: 12px;
  background: none;
  border: 3px solid white;
  border-right: 0;
  border-bottom: 0;
}
.report-page .cta-footer {
  background: #f26f21;
  color: white;
}
.report-page .cta-footer svg {
  fill: white;
}
.report-page .cta-footer a {
  color: white;
}
.report-page .cta-footer a:not(.btn) {
  border-bottom: 2px dotted white;
}
.report-page .cta-footer a:hover {
  opacity: 0.7;
}
.report-page .cta-footer .open-close {
  background: #f26f21;
}
.report-page .cta-footer .btn {
  font-weight: 600;
  color: #333333;
}
.dashboard .cta-footer {
  background: #333333;
  color: white;
}
.dashboard .cta-footer svg {
  fill: white;
}
.dashboard .cta-footer .open-close {
  background: #333333;
}
.dashboard .cta-footer .btn {
  font-weight: 600;
  color: #333333;
}
.dashboard.assessment-complete .cta-footer {
  background: #f26f21;
  color: white;
}
.dashboard.assessment-complete .cta-footer svg {
  fill: white;
}
.dashboard.assessment-complete .cta-footer a {
  color: white;
}
.dashboard.assessment-complete .cta-footer a:not(.btn) {
  border-bottom: 2px dotted white;
}
.dashboard.assessment-complete .cta-footer a:hover {
  opacity: 0.7;
}
.dashboard.assessment-complete .cta-footer .open-close {
  background: #f26f21;
}
.dashboard.assessment-complete .cta-footer .btn {
  font-weight: 600;
  color: #333333;
}
.cta-footer {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  position: fixed;
  padding: 12px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  bottom: 0;
  z-index: 1001;
}
.cta-footer h2 {
  font-size: 1rem;
  margin-bottom: 8px;
}
@media handheld, only screen and (min-height: 400px) {
  .cta-footer h2 {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .cta-footer h2 {
    font-size: 1.4rem;
  }
}
.cta-footer .lead {
  font-size: 0.9rem;
  margin-bottom: 8px;
}
@media handheld, only screen and (min-height: 400px) {
  .cta-footer .lead {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .cta-footer .lead {
    margin-bottom: 24px;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .cta-footer {
    padding: 24px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .cta-footer {
    text-align: center;
  }
}
.cta-footer .logo-wrapper.col-12 {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media handheld, only screen and (max-width: 600px) {
  .cta-footer .logo-wrapper.col-12 {
    display: none;
  }
}
.cta-footer svg {
  width: 100%;
  max-width: 60px;
  height: auto;
  display: block;
  margin: 0 48px 0 auto;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .cta-footer svg {
    width: 100%;
    max-width: 130px;
  }
}
.cta-footer .btn {
  background: white;
  color: #f26f21;
  display: block;
  width: 100%;
}
@media handheld, only screen and (min-width: 600px) {
  .cta-footer .btn {
    display: inline-block;
    width: auto;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .cta-footer .btn {
    text-transform: none;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.cta-footer .open-close {
  display: none;
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #f26f21;
  top: -30px;
  right: 10vw;
}
.cta-footer .open-close:after,
.cta-footer .open-close:before {
  width: 26px;
  height: 3px;
  background: white;
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  left: 2px;
}
.cta-footer .open-close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cta-footer .open-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cta-footer .open-close span {
  display: none;
}
.text-page.has-banner .banner {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 1;
  background-color: #333333;
  height: 30vh;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media handheld, only screen and (min-width: 600px) {
  .text-page.has-banner .banner {
    min-height: 300px;
    height: 50vh;
  }
}
.text-page.has-banner .banner:after {
  background: -webkit-linear-gradient(bottom, transparent 30%, rgba(0, 0, 0, 0.6) 100%);
  background: -moz-linear-gradient(bottom, transparent 30%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(bottom, transparent 30%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(bottom, transparent 30%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(bottom, transparent 30%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  content: "";
  display: block;
}
.text-page.has-banner .banner img {
  display: none;
}
.text-page.has-banner.js-scrolled .banner {
  opacity: 0.5;
}
.text-page.has-banner .content {
  padding-top: 25vh;
  position: relative;
  z-index: 100;
}
@media handheld, only screen and (min-width: 600px) {
  .text-page.has-banner .content {
    padding-top: 40vh;
  }
}
.text-page .content {
  padding-top: 80px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .text-page .content {
    padding-top: 130px;
  }
}
.text-page section:not(.intro) {
  background: white;
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}
.text-page section:not(.intro) .title {
  font-weight: 400;
  color: #f26f21;
}
.text-page section:not(.intro) .hgroup:after {
  background: #f26f21;
}
.text-page section:not(.intro) svg {
  fill: #f26f21;
}
.text-page section:not(.intro) img {
  display: block;
}
.text-page section:not(.intro) .text-wrapper {
  padding: 4vw;
}
.text-page section.intro {
  background: #f26f21;
  color: white;
  margin-bottom: 0;
  width: 100%;
}
.text-page section.intro svg {
  fill: white;
}
.text-page section.intro a {
  color: white;
}
.text-page section.intro a:not(.btn) {
  border-bottom: 2px dotted white;
}
.text-page section.intro a:hover {
  opacity: 0.7;
}
.text-page section.intro .col-9 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 24px;
  -ms-flex-align: center;
  align-items: center;
}
.text-page section.intro .hgroup {
  font-weight: 300;
  margin-bottom: 0;
}
.text-page section.intro .hgroup:after {
  background: white;
}
.text-page section.intro .hgroup strong {
  font-weight: 600;
}
.text-page section.intro svg {
  width: 100%;
  height: auto;
  max-width: 130px;
  margin-left: auto;
  display: none;
}
@media handheld, only screen and (min-width: 1024px) and (min-height: 750px) {
  .text-page section.intro svg {
    display: block;
  }
}
.text-page section.bodytext .hgroup svg {
  max-width: 130px;
  position: relative;
  top: 1px;
  margin: 0 8px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .text-page section.bodytext .hgroup svg {
    max-width: 180px;
  }
}
.text-page .section-pad {
  padding: 1rem 1.5rem;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .text-page .section-pad {
    padding: 2rem 3rem;
  }
}
.text-page .hgroup:after {
  content: "";
  height: 5px;
  background: #333333;
  width: 40%;
  display: block;
  margin: 12px 0 0 0;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .text-page .hgroup:after {
    height: 10px;
    width: 60%;
    margin-top: 36px;
    margin-bottom: 12px;
  }
}
section.rich-text {
  background: white;
  padding: 24px;
  margin: 24px 0;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  section.rich-text {
    padding: 48px;
  }
}
section.rich-text .title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
  font-size: 1.5rem;
  color: #f26f21;
  font-weight: 300;
  margin: 48px 0 24px 0;
}
section.rich-text *:first-child {
  margin-top: 0;
}
.rich-text-gallery a {
  display: block;
  position: relative;
  margin: 0;
}
.rich-text-gallery a img {
  width: 100%;
  display: block;
  margin: 0;
}
.rich-text-gallery a .icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 24px 8px 40px;
  z-index: 100;
  display: block;
  margin: 0;
  background: rgba(248, 248, 248, 0.3) url(/consumercontent/images/icons/gallery-icon.svg) no-repeat 12px center;
  background-size: 16px;
  font-size: 0.8rem;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-weight: 500;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.rich-text-gallery a:hover .icon {
  background-color: rgba(248, 248, 248, 0.8);
}
.rich-text-gallery .gallery-item {
  border: 1px solid #dedede;
  background: #f8f8f8;
}
.rich-text-gallery .gallery-item .caption {
  position: relative;
  padding: 12px 24px;
  font-size: 0.8rem;
  color: #333333;
  font-weight: 500;
}
.rich-text-gallery .gallery-item .caption:after {
  position: absolute;
  top: -10px;
  content: "";
  width: 0;
  display: block;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f8f8f8;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .home-page .content {
    max-width: 920px;
  }
  .home-page .content > .row {
    margin-left: 60px;
    margin-right: 60px;
  }
}
.home-page section.numbered-section {
  border-top: 3px solid #f26f21;
  width: 100%;
}
@media handheld, only screen and (max-width: 600px) {
  .home-page section.numbered-section {
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    border-color: gray;
  }
}
.home-page section.numbered-section h2.title {
  color: #f26f21;
  padding-right: 40px;
  font-weight: 600;
}
.home-page section.numbered-section h2.title a {
  color: #333333;
}
@media handheld, only screen and (max-width: 600px) {
  .home-page section.numbered-section h2.title {
    font-size: 1.4rem;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .home-page section.numbered-section h2.title {
    padding-right: 0;
    font-weight: 200;
  }
  .home-page section.numbered-section h2.title a {
    color: #f26f21;
  }
}
.home-page section.numbered-section .js-read-more-sm {
  margin-bottom: 12px;
}
@media handheld, only screen and (min-width: 600px) {
  .home-page section.numbered-section .js-read-more-sm .u-more {
    display: none;
  }
}
.home-page section.numbered-section .u-more {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  text-transform: uppercase;
  color: #333333;
}
.home-page section.numbered-section .u-more:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #333333;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  border-top: 0;
  border-left: 0;
  top: 2px;
}
.home-page section.numbered-section .number {
  width: 40px;
  min-height: 40px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: -3px;
  font-weight: 600;
  z-index: 1000;
  background: gray;
  color: white;
  -webkit-border-radius: 0 0 0 50%;
  -moz-border-radius: 0 0 0 50%;
  border-radius: 0 0 0 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.home-page section.numbered-section .number ul,
.home-page section.numbered-section .number li {
  list-style-position: inside;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .home-page section.numbered-section .number {
    left: -70px;
    background: white;
    top: -3px;
    color: #f26f21;
    border: 3px solid #f26f21;
    border-right: 0;
    right: auto;
    -webkit-border-radius: 50% 0 0 50%;
    -moz-border-radius: 50% 0 0 50%;
    border-radius: 50% 0 0 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 70px;
    min-height: 70px;
    line-height: 70px;
    font-size: 2rem;
  }
}
.home-page section.numbered-section .u-img-link {
  display: none;
}
@media handheld, only screen and (min-width: 600px) {
  .home-page section.numbered-section .u-img-link {
    display: block;
  }
}
.home-page section.numbered-section .u-img-link img {
  width: 100%;
  height: auto;
}
.home-page section.numbered-section .js-more {
  display: none;
}
@media handheld, only screen and (min-width: 600px) {
  .home-page section.numbered-section .js-more {
    display: block;
  }
  .home-page section.numbered-section .js-more .js-more-trigger {
    display: none;
  }
}
.home-page section.numbered-section .js-open .js-more {
  display: block;
}
.home-page section.numbered-section .js-open .u-more {
  display: none !important;
}
.home-page section.numbered-section .btn {
  width: 100%;
  display: block;
  text-transform: none;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0;
  background: #f26f21;
  color: white;
}
.home-page section.numbered-section .btn.btn-o {
  background: white;
  border: 2px solid #f26f21;
  color: #f26f21;
}
.home-page section.numbered-section .btn:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  border: solid currentColor;
  border-width: 2px 2px 0 0;
  width: 6px;
  height: 6px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .home-page section.numbered-section .btn:after {
    width: 10px;
    height: 10px;
  }
}
.home-page main {
  padding-bottom: 60px;
}
@media handheld, only screen and (min-width: 1024px) and (min-height: 750px) {
  .home-page main {
    padding-bottom: 120px;
  }
}
html.assessor-directory .assessor-intro {
  margin-bottom: 0;
}
html.assessor-directory .select-wrapper {
  background: white;
  border: 1px solid #e6e6e6;
  margin-bottom: 12px;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
html.assessor-directory .select-wrapper:after {
  border-color: #333333;
}
html.assessor-directory .select-wrapper select {
  font-weight: bold;
  background: #fbfbfb;
  padding-left: 48px;
}
html.assessor-directory .paging {
  padding: 48px 0;
}
.container.assessor-list {
  max-width: calc( 800px  + 10px);
}
.assessor {
  border-top: 3px solid #f26f21;
  background: white;
  margin-bottom: 12px;
}
@media handheld, only screen and (min-width: 600px) {
  .assessor {
    flex-direction: column;
    display: flex;
    -ms-flex: 0 0 calc( 33.333%  - 12px);
    flex: 0 0 calc( 33.333%  - 12px);
    max-width: calc( 33.333%  - 12px);
    margin: 6px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .assessor .img-wrapper {
    max-width: 30%;
    float: left;
  }
}
.assessor img {
  border: 1px solid #ebebeb;
}
.assessor .title {
  color: #f26f21;
}
.assessor a h4 {
  color: #333333;
}
.assessor .item-hgroup {
  width: 100%;
  padding: 12px 12px 0 12px;
  overflow: hidden;
}
@media handheld, only screen and (max-width: 600px) {
  .assessor .item-hgroup {
    float: right;
    width: 70%;
  }
}
@media handheld, only screen and (min-width: 600px) {
  .assessor .item-hgroup {
    padding: 24px 24px 12px 24px;
    flex: 1 0 auto;
  }
}
.assessor .foot {
  font-size: 0.8rem;
  padding: 0 12px 12px 12px;
  overflow: hidden;
}
@media handheld, only screen and (max-width: 600px) {
  .assessor .foot {
    float: right;
    width: 70%;
  }
}
@media handheld, only screen and (min-width: 600px) {
  .assessor .foot {
    padding: 0 24px 24px 24px;
  }
}
.assessor .foot a:not(.btn),
.assessor .foot .address {
  display: block;
  padding: 4px 0;
  color: #333333;
}
.assessor .foot a:not(.btn) {
  font-weight: 500;
}
.assessor .foot a:not(.btn):hover {
  opacity: 0.7;
}
.assessor .foot a.btn {
  margin-top: 12px;
  display: block;
  padding: 12px;
}
#js-contact-assessor-form {
  max-width: 500px;
  width: 100%;
}
#js-contact-assessor-form .form-field {
  margin-bottom: 24px !important;
}
#js-contact-assessor-form input[type="submit"] {
  background: #f26f21;
  color: white;
}
#js-contact-assessor-form input[type="submit"].btn-o {
  background: white;
  border: 2px solid #f26f21;
  color: #f26f21;
}
#js-contact-assessor-form .js-assessor-details {
  border-top: 3px solid #f26f21;
  margin-bottom: 24px;
  background: #f8f8f8;
  padding: 20px;
}
#js-contact-assessor-form .js-assessor-details .assessor-label {
  display: block;
  color: #f26f21;
  margin-bottom: 8px;
}
#js-contact-assessor-form .js-assessor-details p {
  font-weight: 500;
  font-size: 0.9rem;
  margin: 0;
}
.property-details .question {
  min-height: calc(100vh - 120px);
  padding-top: 90px;
  padding-bottom: 60px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .property-details .question {
    padding-top: 120px;
  }
}
.property-details .progress > * {
  margin-bottom: 8px;
}
.property-details .progress h3 {
  color: #f26f21;
  font-weight: 600;
}
@media handheld, only screen and (max-width: 600px) {
  .property-details .progress h3 {
    font-size: 1rem;
  }
}
.property-details .progress .heading {
  text-transform: uppercase;
  font-weight: 200;
}
.property-details .progress .steps {
  font-weight: 400;
}
.property-details .progress .steps i {
  display: inline-block;
  padding: 0 8px;
}
.property-details h1 {
  font-size: 1.6rem;
  position: relative;
  margin: 0 auto;
  max-width: 600px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .property-details h1 {
    font-weight: 200;
    font-size: 2.6rem;
    padding: 24px 0 72px 0;
  }
  .property-details h1:after,
  .property-details h1:before {
    content: "";
    display: block;
    position: absolute;
  }
  .property-details h1:after {
    width: 2px;
    height: 40px;
    left: 50%;
    bottom: 0;
    background: #333333;
    -webkit-transform: translateX(-1px);
    -moz-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    -o-transform: translateX(-1px);
    transform: translateX(-1px);
  }
  .property-details h1:before {
    width: 12px;
    height: 12px;
    left: 50%;
    position: absolute;
    bottom: 0;
    border: 2px solid #333333;
    border-left: 0;
    border-top: 0;
    -webkit-transform: translate(-50%, -1px) rotate(45deg);
    -moz-transform: translate(-50%, -1px) rotate(45deg);
    -ms-transform: translate(-50%, -1px) rotate(45deg);
    -o-transform: translate(-50%, -1px) rotate(45deg);
  }
}
.property-details fieldset {
  margin: 12px auto;
  max-width: 280px;
}
@media handheld, only screen and (min-width: 600px) {
  .property-details fieldset {
    margin: 24px 0 48px 0;
    max-width: 100%;
  }
}
.property-details .field-validation-error {
  display: block;
  background: #fdece2;
  border: 1px solid #f26f21;
  color: white;
  font-weight: 600;
  margin: 6px;
  color: #f26f21;
  padding: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.property-details .radio-image-list-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.property-details .radio-image-list-wrapper li {
  list-style: none;
  flex-grow: 1;
  text-align: center;
  width: calc(50% - 15px);
  background: white;
  margin: 5px;
  border: 5px solid transparent;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
@media handheld, only screen and (max-width: 600px) {
  .property-details .radio-image-list-wrapper li:last-child {
    flex: 0 1 calc(50% - 10px);
  }
}
@media handheld, only screen and (min-width: 600px) {
  .property-details .radio-image-list-wrapper li {
    width: calc(20% - 15px);
  }
}
.property-details .radio-image-list-wrapper li.selected {
  border: 5px solid #f26f21;
}
.property-details .radio-image-list-wrapper li label {
  padding: 4.8px;
  font-weight: 500;
  display: block;
  font-size: 0.9rem;
  line-height: 1.3;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .property-details .radio-image-list-wrapper li label {
    padding: 12px;
  }
}
.property-details .radio-image-list-wrapper li label img {
  max-width: 60%;
  display: block;
  pointer-events: none;
  margin: 0 auto 8px auto;
}
.property-details .radio-image-list-wrapper li label input {
  display: none;
}
.property-details .radio-list-wrapper {
  text-align: left;
}
.property-details .radio-list-wrapper li {
  display: block;
  background: white;
  margin: 6px;
  font-size: 0.9rem;
}
.property-details .radio-list-wrapper li label {
  position: relative;
  padding: 24px 24px 24px 48px;
  display: block;
  font-weight: 500;
}
.property-details .radio-list-wrapper li label input {
  position: absolute;
  left: 12px;
}
.property-details .radio-list-wrapper li.selected {
  background: #f26f21;
  color: white;
}
@media handheld, only screen and (max-width: 600px) {
  .property-details .form-nav {
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 24px;
  }
}
.property-details .form-nav .next {
  background: #f26f21;
  color: white;
}
.property-details .form-nav .next.btn-o {
  background: white;
  border: 2px solid #f26f21;
  color: #f26f21;
}
.property-details .form-nav .next:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  border: solid currentColor;
  border-width: 2px 2px 0 0;
  width: 6px;
  height: 6px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .property-details .form-nav .next:after {
    width: 10px;
    height: 10px;
  }
}
.property-details .form-nav .back:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  border: solid currentColor;
  border-width: 0 0 2px 2px;
  width: 6px;
  height: 6px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .property-details .form-nav .back:before {
    width: 10px;
    height: 10px;
    top: -2px;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .property-details .form-nav .next {
    text-transform: none;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .property-details .form-nav .back {
    text-transform: none;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.js.dashboard {
  overflow: hidden;
}
.js.dashboard:after {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  background-image: url(/consumercontent/images/spinner.svg);
  background-position: center;
  background-size: 70px;
  background-color: #cfcfce;
  background-repeat: no-repeat;
  z-index: 3000;
}
.js.dashboard.loaded {
  overflow: auto;
}
.js.dashboard.loaded:after {
  display: none;
}
.dashboard {
  position: relative;
}
.dashboard:not(.js-tips-visible) .tips-overlay,
.dashboard:not(.js-tips-visible) .hse-tip-wrapper {
  display: none;
}
.dashboard.loaded.js-tips-visible .hse-tip-wrapper {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.dashboard.loaded.js-tips-visible .hse-nav-wrapper {
  opacity: 0;
}
.dashboard.no-js.js-tips-visible .hse-tip-wrapper {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.dashboard.js-tips-visible .house-wrapper {
  padding-top: 0;
}
.dashboard.js-tips-visible .house {
  display: none;
}
.dashboard.js-tips-visible .tips-overlay {
  position: fixed;
  opacity: 1;
  top: 0;
  width: 100%;
  background: white;
  opacity: 0.5;
  bottom: 0;
  z-index: 100;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.dashboard.js-tips-visible .dashboard-wrapper {
  position: relative;
  z-index: 101;
}
.dashboard.js-tips-visible .dashboard-wrapper h2.instruction {
  opacity: 0;
}
.dashboard.js-tips-visible .dashboard-wrapper .chk-list {
  display: none;
}
.dashboard.js-tips-visible .hse-tip-wrapper {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  max-width: 400px;
  position: relative;
  z-index: 102;
  margin: 0 auto;
  padding: 0 24px 24px 24px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard.js-tips-visible .hse-tip-wrapper {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.dashboard.js-tips-visible .hse-tip-wrapper .heading {
  color: #f26f21;
  font-style: italic;
  font-size: 1rem;
}
.dashboard.js-tips-visible .hse-tip-wrapper svg {
  fill: #f26f21;
  max-width: 150px;
  display: block;
  margin: -5px auto 0 auto;
  height: auto;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard.js-tips-visible .hse-tip-wrapper svg {
    max-width: 238px;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard.js-tips-visible .hse-tip-wrapper .hse-header {
    display: block;
    content: "";
    height: 110px;
    position: relative;
    top: 0;
    background-image: url(/consumercontent/images/sponsor-logos/roof.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .dashboard.js-tips-visible .hse-tip-wrapper .hse-header:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/consumercontent/images/sponsor-logos/roof-inner.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: -3px;
  }
}
.dashboard.js-tips-visible .hse-tip-wrapper .hse-tip {
  font-size: 0.9rem;
  background: white;
  padding: 12px;
  border: 5px solid #f26f21;
  font-weight: 200;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard.js-tips-visible .hse-tip-wrapper .hse-tip {
    padding: 0 30px 30px 30px;
    border: 10px solid #f26f21;
    border-top: 0;
    -webkit-border-radius: 0 0 14px 14px;
    -moz-border-radius: 0 0 14px 14px;
    border-radius: 0 0 14px 14px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.dashboard.js-tips-visible .hse-tip-wrapper .not-again {
  text-align: center;
}
.dashboard.js-tips-visible .hse-tip-wrapper .not-again label {
  position: relative;
  margin-top: 12px;
  font-weight: 500;
  padding: 0 24px;
  display: inline-block;
  font-size: 0.8rem;
}
.dashboard.js-tips-visible .hse-tip-wrapper .not-again label input {
  left: 0;
  top: 0;
  position: absolute;
}
.dashboard.js-tips-visible .hse-tip-wrapper .btn {
  background: #f26f21;
  color: white;
  min-width: 180px;
  margin: 12px auto 0 auto;
}
.dashboard.js-tips-visible .hse-tip-wrapper .btn.btn-o {
  background: white;
  border: 2px solid #f26f21;
  color: #f26f21;
}
.dashboard body {
  background-image: url(/ConsumerContent/Images/bg-page.png);
}
.dashboard main {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
  background: #bbbbbb;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(209, 209, 209, 0.5) 63%, rgba(255, 255, 255, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(209, 209, 209, 0.5) 63%, rgba(255, 255, 255, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(209, 209, 209, 0.5) 63%, rgba(255, 255, 255, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.dashboard .aligner {
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.dashboard .aligner:before {
  background: #eaeaea;
  position: absolute;
  top: 0;
  bottom: 70%;
  width: 100%;
  content: "";
  display: block;
}
.dashboard .hse-nav-wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.dashboard .aligner-inner {
  width: 100%;
}
.dashboard .house-wrapper {
  position: relative;
  background-position: bottom 35% center;
  padding-top: 37px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 400px) {
  .dashboard .house-wrapper {
    padding-top: 65px;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard .house-wrapper {
    padding-top: 85px;
  }
}
.dashboard .house-wrapper .spacer {
  width: 83px;
  height: 10px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard .house-wrapper .spacer {
    width: 130px;
  }
}
.dashboard .house-wrapper .address.nli {
  opacity: 0;
}
.dashboard .house-wrapper .address.editing-house-name .edit-wrapper {
  opacity: 0;
}
.dashboard .house-wrapper input.assessment-title {
  background: none;
  display: block;
  width: auto;
  align-self: center;
  padding: 0 8px;
  border: 1px solid transparent;
  text-align: center;
  color: #333333;
  font-family: 'OpenSans', sans-serif;
  font-weight: 300;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard .house-wrapper input.assessment-title:focus {
  border: 1px dotted white;
  outline: 0;
  color: #f26f21;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard .house-wrapper input.assessment-title {
    font-size: 1rem;
    font-weight: 200;
  }
}
@media handheld, only screen and (min-width: 1024px) and (min-height: 750px) {
  .dashboard .house-wrapper input.assessment-title {
    font-size: 2.2rem;
  }
}
.dashboard .house-wrapper a.edit-name {
  line-height: 1;
  text-transform: uppercase;
  color: #333333;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px dotted #333333;
}
.dashboard .house-wrapper a.edit-name:hover {
  opacity: 0.8;
}
.dashboard .house-wrapper .edit-wrapper {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-align: center;
  font-size: 0.7rem;
}
.dashboard .house-wrapper .new-property a {
  color: #f26f21;
  padding: 0 12px 0 24px;
  position: relative;
  display: block;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard .house-wrapper .new-property a {
    padding: 0 24px 0 40px;
  }
}
.dashboard .house-wrapper .new-property a span {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #333333;
}
.dashboard .house-wrapper .new-property a span i {
  font-style: normal;
  display: none;
}
@media handheld, only screen and (min-width: 420px) {
  .dashboard .house-wrapper .new-property a span {
    text-transform: none;
  }
  .dashboard .house-wrapper .new-property a span i {
    display: inline;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard .house-wrapper .new-property a span {
    top: 3px;
  }
}
.dashboard .house-wrapper .new-property a:before {
  content: "";
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f26f21;
  background-image: url(/ConsumerContent/Images/plus.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard .house-wrapper .new-property a:before {
    width: 30px;
    height: 30px;
  }
}
.dashboard.no-js img:not(.main-house):not(.main-house-shadow) {
  transform: scale(1);
  opacity: 1;
}
.dashboard.no-js .house .hotspots {
  transform: scale(1);
  opacity: 1;
}
.dashboard.js.loaded img:not(.main-house):not(.main-house-shadow) {
  transform: scale(1);
  opacity: 1;
}
.dashboard.js.loaded .house .hotspots {
  transform: scale(1);
  opacity: 1;
}
.dashboard .house {
  position: relative;
  margin: 0 auto;
}
.dashboard .house img {
  display: block;
  max-height: 43vh;
  max-width: 100%;
  height: auto;
  width: auto;
  z-index: 10;
}
.dashboard .house img.main-house {
  position: relative;
  z-index: 2;
}
.dashboard .house img.main-house-shadow {
  z-index: 1;
}
.dashboard .house img:not(.main-house):not(.main-house-shadow) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.dashboard .house img:not(.main-house) {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  transform: scale(1.2);
}
.dashboard .house img:not(.main-house).main-house-shadow {
  opacity: 1;
  transform: scale(1);
}
.dashboard .house .hotspots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 100;
}
.dashboard .house .hotspots span.hotspot {
  position: absolute;
  background: white;
  width: 20px;
  height: 20px;
  padding: 2px;
  display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 1000;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) and (min-height: 800px) {
  .dashboard .house .hotspots span.hotspot {
    width: 30px;
    height: 30px;
    padding: 3px;
  }
}
.dashboard .house .hotspots span.hotspot:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid white;
  left: 50%;
  top: 50%;
  opacity: 0;
  -moz-transform: scale(1) translate(-50%, -50%);
  -webkit-transform: scale(1) translate(-50%, -50%);
  -o-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  -webkit-animation: growUp 3s 3.5s infinite;
  /* You can remove 1.5s if you don't want delay */
  -moz-animation: growUp 3s 3.5s infinite;
  -ms-animation: growUp 3s 3.5s infinite;
  -o-animation: growUp 3s 3.5s infinite;
  animation: growUp 3s 3.5s infinite;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) and (min-height: 800px) {
  .dashboard .house .hotspots span.hotspot:before {
    width: 40px;
    height: 40px;
  }
}
.dashboard .house .hotspots span.hotspot a {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  font-size: 15px;
  line-height: 18px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f26f21;
  font-family: serif;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  color: white;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) and (min-height: 800px) {
  .dashboard .house .hotspots span.hotspot a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 19px;
  }
}
.dashboard .house .hotspots span.hotspot a:after {
  content: "i";
  cursor: pointer;
}
.dashboard .content {
  width: 100%;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.dashboard h2.instruction {
  position: relative;
  width: 100%;
  text-align: center;
}
.dashboard h2.instruction:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dashboard h2.instruction span {
  position: relative;
  background: white;
  font-size: 0.8rem;
  display: inline-block;
  padding: 3px 4px;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
@media handheld, only screen and (min-height: 400px) {
  .dashboard h2.instruction span {
    font-size: 1rem;
    padding: 6px 8px;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard h2.instruction span {
    padding: 12px 24px;
    font-size: 1.1rem;
  }
  .dashboard h2.instruction span:before {
    position: absolute;
    left: -10px;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    display: block;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
  }
  .dashboard h2.instruction span:after {
    position: absolute;
    right: -10px;
    content: "";
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
  }
}
.dashboard .section-links {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.dashboard .section-links a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0.5%;
  background: #f26f21;
  color: white;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dashboard .section-links a.animate-this:not(.edit) {
  animation: scaleCta 1s 0.2s 1;
}
.dashboard .section-links a.hover:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  background: #ec610e;
}
.dashboard .section-links a.edit {
  background: #333333;
}
.dashboard .section-links a.edit .percent-wrapper {
  display: none;
}
.dashboard .section-links a.edit .cta {
  border-color: #333333;
}
.dashboard .section-links a.edit .hgroup-upper {
  position: relative;
}
.dashboard .section-links a.edit .hgroup-upper:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  bottom: -9px;
  background: #90d066 url(/consumercontent/images/tick.svg) center center no-repeat;
  background-size: 60%;
  border-radius: 100%;
  position: absolute;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard .section-links a.edit .hgroup-upper:after {
    width: 28px;
    height: 28px;
    bottom: -9px;
  }
}
.dashboard .section-links a .hgroup-upper {
  flex: 1 0 auto;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard .section-links a {
    margin: 12px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.dashboard .section-links a svg {
  fill: white;
  max-width: 36px;
  padding: 4.8px;
  margin: 0 auto;
  height: auto;
  display: block;
}
@media handheld, only screen and (min-height: 400px) {
  .dashboard .section-links a svg {
    max-width: 76px;
    padding: 12px;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard .section-links a svg {
    max-width: 100px;
    max-height: 100px;
    padding: 12px;
    margin: 24px auto 0 auto;
  }
}
.dashboard .section-links a h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
  margin: 0;
}
@media handheld, only screen and (min-height: 400px) {
  .dashboard .section-links a h3 {
    margin-bottom: 6px;
    font-size: 0.9rem;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard .section-links a h3 {
    font-size: 1.1rem;
    margin-bottom: 24px;
  }
}
.dashboard .section-links a.start .percent-wrapper {
  display: none;
}
.dashboard .section-links a .percent-wrapper {
  display: block;
  background: #333333;
  width: 90%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
  padding: 3px;
}
.dashboard .section-links a .percent-wrapper .inner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dashboard .section-links a .percent-wrapper .bar {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #4d4d4d;
  position: relative;
}
.dashboard .section-links a .percent-wrapper .bar .inner-bar {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  background: #1dbb4e;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dashboard .section-links a .percent-wrapper .number {
  line-height: 1;
  font-size: 0.7rem;
  width: 34px;
  font-weight: 500;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard .section-links a .percent-wrapper .number {
    line-height: 1.4;
    width: 40px;
  }
}
.dashboard .section-links a .cta {
  background: white;
  color: #333333;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: 600;
  border: 1px solid #f26f21;
  border-top: 0;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 4px;
}
@media handheld, only screen and (min-height: 400px) {
  .dashboard .section-links a .cta {
    padding: 8px;
    font-size: 0.8rem;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard .section-links a .cta {
    -webkit-border-radius: 0 0 14px 14px;
    -moz-border-radius: 0 0 14px 14px;
    border-radius: 0 0 14px 14px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 12px;
  }
}
.dashboard .section-links a .cta span {
  position: relative;
  display: inline-block;
  padding-right: 8px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard .section-links a .cta span {
    padding-right: 12px;
  }
}
.dashboard .section-links a .cta span i {
  width: 5px;
  height: 5px;
  border: 1px solid #333333;
  position: absolute;
  top: 0.38rem;
  right: 0;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard .section-links a .cta span i {
    width: 8px;
    height: 8px;
    border: 2px solid #333333;
    border-left: 0;
    border-bottom: 0;
  }
}
.dashboard .btn.chk-list {
  width: 100%;
  display: block;
  text-transform: none;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0;
  background: white;
  font-size: 1rem;
  margin: 12px 0;
  font-weight: 300;
  padding: 12px 8px;
}
.dashboard .btn.chk-list:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  border: solid currentColor;
  border-width: 2px 2px 0 0;
  width: 6px;
  height: 6px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard .btn.chk-list:after {
    width: 10px;
    height: 10px;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard .btn.chk-list {
    margin: 24px 0;
  }
}
.dashboard .btn.chk-list:after {
  width: 7px;
  height: 7px;
}
.dashboard .btn.chk-list b {
  color: #f26f21;
  font-weight: 600;
}
.dashboard .btn.chk-list:after {
  border-color: #333333;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .dashboard .btn.chk-list {
    padding: 18px;
    font-size: 1.3rem;
  }
  .dashboard .btn.chk-list:after {
    width: 12px;
    height: 12px;
  }
}
.fancybox-hotspot-pop .fancybox-slide > * {
  max-width: 600px;
  margin: 12px;
}
.fancybox-hotspot-pop > * section.rich-text {
  padding: 0;
  margin: 0;
}
@-webkit-keyframes growUp {
  0% {
    -moz-transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.8) translate(-25%, -25%);
    -webkit-transform: scale(1.8) translate(-25%, -25%);
    -o-transform: scale(1.8) translate(-25%, -25%);
    -ms-transform: scale(1.8) translate(-25%, -25%);
    transform: scale(1.8) translate(-25%, -25%);
    opacity: 0;
  }
}
@-moz-keyframes growUp {
  0% {
    -moz-transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.8) translate(-25%, -25%);
    -webkit-transform: scale(1.8) translate(-25%, -25%);
    -o-transform: scale(1.8) translate(-25%, -25%);
    -ms-transform: scale(1.8) translate(-25%, -25%);
    transform: scale(1.8) translate(-25%, -25%);
    opacity: 0;
  }
}
@-o-keyframes growUp {
  0% {
    -moz-transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.8) translate(-25%, -25%);
    -webkit-transform: scale(1.8) translate(-25%, -25%);
    -o-transform: scale(1.8) translate(-25%, -25%);
    -ms-transform: scale(1.8) translate(-25%, -25%);
    transform: scale(1.8) translate(-25%, -25%);
    opacity: 0;
  }
}
@-ms-keyframes growUp {
  0% {
    -moz-transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.8) translate(-25%, -25%);
    -webkit-transform: scale(1.8) translate(-25%, -25%);
    -o-transform: scale(1.8) translate(-25%, -25%);
    -ms-transform: scale(1.8) translate(-25%, -25%);
    transform: scale(1.8) translate(-25%, -25%);
    opacity: 0;
  }
}
@keyframes growUp {
  0% {
    -moz-transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.3;
  }
  100% {
    -moz-transform: scale(1.8) translate(-25%, -25%);
    -webkit-transform: scale(1.8) translate(-25%, -25%);
    -o-transform: scale(1.8) translate(-25%, -25%);
    -ms-transform: scale(1.8) translate(-25%, -25%);
    transform: scale(1.8) translate(-25%, -25%);
    opacity: 0;
  }
}
@keyframes scaleCta {
  0% {
    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
  }
}
html.question-page.js-at-top header.container.full-width a.login-trigger {
  color: #333333;
}
html.question-page.js-at-top header.container.full-width a.login-trigger svg {
  fill: #333333;
}
html.question-page header.container.full-width {
  background: #f4f4f4;
  padding: 8px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page header.container.full-width {
    padding: 12px 0 0 0;
  }
}
html.question-page header.container.full-width .row {
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
}
html.question-page header.container.full-width .back-wrap,
html.question-page header.container.full-width .title,
html.question-page header.container.full-width .util-wrap {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page header.container.full-width .util-wrap {
    padding-right: 24px;
  }
}
html.question-page header.container.full-width .dash-back {
  display: table;
  padding-left: 12px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page header.container.full-width .dash-back {
    padding-left: 0;
    background: white;
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  }
}
html.question-page header.container.full-width .dash-back div {
  display: table-cell;
  vertical-align: middle;
}
html.question-page header.container.full-width .dash-back i {
  display: none;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page header.container.full-width .dash-back i {
    display: table-cell;
  }
}
html.question-page header.container.full-width .dash-back div {
  text-transform: uppercase;
  color: #333333;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page header.container.full-width .dash-back div {
    padding: 12px 12px 12px 24px;
  }
}
html.question-page header.container.full-width .dash-back div span:first-child {
  color: #8b8b8b;
  font-size: 0.7rem;
  position: relative;
  display: block;
}
html.question-page header.container.full-width .dash-back div span:first-child:before,
html.question-page header.container.full-width .dash-back div span:first-child:after {
  display: block;
  content: "";
  position: absolute;
}
html.question-page header.container.full-width .dash-back div span:first-child:before {
  background: #f26f21;
  left: -40px;
  height: 3px;
  width: 35px;
  top: 5px;
  display: none;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page header.container.full-width .dash-back div span:first-child:before {
    display: block;
  }
}
html.question-page header.container.full-width .dash-back div span:first-child:after {
  border: 2px solid #f26f21;
  border-top: 0;
  border-right: 0;
  left: -10px;
  top: 2px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page header.container.full-width .dash-back div span:first-child:after {
    left: -40px;
    top: -1px;
    width: 14px;
    height: 14px;
    border: 3px solid #f26f21;
    border-top: 0;
    border-right: 0;
  }
}
html.question-page header.container.full-width .dash-back div span:last-child {
  font-size: 1rem;
  font-weight: 400;
}
html.question-page header.container.full-width .dash-back i {
  width: 80px;
  padding-top: 80px;
  background-size: cover;
  background-position: center;
}
html.question-page header.container.full-width .dash-back svg {
  fill: #f26f21;
  width: 100%;
  max-width: 90px;
  display: none;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page header.container.full-width .dash-back svg {
    display: block;
  }
}
html.question-page header.container.full-width .title {
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
html.question-page header.container.full-width h1 {
  text-align: center;
  color: #333333;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
html.question-page header.container.full-width h1 span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 30vw;
}
html.question-page header.container.full-width h1 svg {
  max-height: 20px;
  max-width: 20px;
  margin-right: 6px;
  width: auto;
  height: auto;
  fill: #f26f21;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page header.container.full-width h1 svg {
    max-height: 50px;
    max-width: 50px;
    margin-right: 12px;
  }
}
html.question-page header.container.full-width .util-wrap a {
  margin-left: auto;
}
html.question-page .progress {
  width: 100%;
  margin: 10px auto 5px auto;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page .progress {
    margin: 20px auto;
  }
}
html.question-page .progress a.circle {
  position: relative;
  flex: 1;
  overflow: hidden;
}
html.question-page .progress a.circle:after,
html.question-page .progress a.circle:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: white;
  position: absolute;
  top: 18px;
  z-index: 99;
  border: 1px solid #eeeeee;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page .progress a.circle:after,
  html.question-page .progress a.circle:before {
    height: 12px;
  }
}
html.question-page .progress a.circle:after {
  left: 50%;
}
html.question-page .progress a.circle:before {
  right: 50%;
}
html.question-page .progress a.circle:last-child:after {
  display: none;
}
html.question-page .progress a.circle:first-child:before {
  display: none;
}
html.question-page .progress a.circle.active .label-wrapper {
  background: #f26f21;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page .progress a.circle.active .label-wrapper {
    background: none;
  }
}
html.question-page .progress a.circle.active .label {
  background: white;
  color: #f26f21;
  position: relative;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page .progress a.circle.active .label:before {
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    left: -9px;
    top: -9px;
    display: block;
    position: absolute;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    border: 3px solid #f26f21;
  }
}
html.question-page .progress a.circle.active .title {
  color: #f26f21;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page .progress a.circle.active .title {
    padding-top: 5px;
  }
}
html.question-page .progress a.circle.visited .label {
  background: #f26f21;
  color: white;
}
html.question-page .progress a.circle.done .label-wrapper:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #acdc8d url(/consumercontent/images/tick.svg) center center no-repeat;
  background-size: 50%;
  border-radius: 16px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page .progress a.circle.done .label-wrapper:after {
    width: 18px;
    height: 18px;
  }
}
html.question-page .progress .label-wrapper {
  z-index: 100;
  position: relative;
  background: white;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 23px;
  border-radius: 38px;
  margin: 4px auto;
  color: #9b9b9b;
  font-weight: 600;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page .progress .label-wrapper {
    width: 42px;
    height: 42px;
    line-height: 32px;
    font-size: 18px;
  }
}
html.question-page .progress .label {
  width: 24px;
  height: 24px;
  -webkit-transform: translateX(3px) translateY(3px);
  -moz-transform: translateX(3px) translateY(3px);
  -ms-transform: translateX(3px) translateY(3px);
  -o-transform: translateX(3px) translateY(3px);
  transform: translateX(3px) translateY(3px);
  display: block;
  border-radius: 30px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page .progress .label {
    width: 32px;
    height: 32px;
    -webkit-transform: translateX(5px) translateY(5px);
    -moz-transform: translateX(5px) translateY(5px);
    -ms-transform: translateX(5px) translateY(5px);
    -o-transform: translateX(5px) translateY(5px);
    transform: translateX(5px) translateY(5px);
  }
}
html.question-page .progress .title {
  display: block;
  font-weight: 600;
  color: #333333;
  font-size: 0.8rem;
  text-align: center;
}
html.question-page main {
  padding-top: 110px;
  padding-bottom: 100px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page main {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
html.question-page .radio-image-wrapper,
html.question-page .checkbox-image-wrapper {
  text-align: center;
}
html.question-page .radio-image-wrapper label,
html.question-page .checkbox-image-wrapper label {
  position: relative;
  outline: 2px solid #eeeeee;
  margin: 0 !important;
  top: 2px;
}
html.question-page .radio-image-wrapper label:before,
html.question-page .checkbox-image-wrapper label:before {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: #f8ae81;
  content: "";
  left: 0;
  top: 0;
}
html.question-page .radio-image-wrapper label span,
html.question-page .checkbox-image-wrapper label span {
  display: block;
  padding: 12px;
  position: relative;
}
html.question-page .radio-image-wrapper label span:after,
html.question-page .checkbox-image-wrapper label span:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}
html.question-page .radio-image-wrapper label input,
html.question-page .checkbox-image-wrapper label input {
  padding: 12px;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 1;
}
html.question-page .radio-image-wrapper label img,
html.question-page .checkbox-image-wrapper label img {
  display: block;
  background: #f8f8f8;
}
html.question-page .question-wrapper {
  margin: 24px 0;
  background: white;
}
html.question-page .question-wrapper .question {
  background-color: #f26f21;
  border: 1px solid #f26f21;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-weight: 500;
  padding: 12px 48px 12px 12px;
  color: white;
  position: relative;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page .question-wrapper .question {
    padding: 24px 48px 24px 24px;
  }
}
html.question-page .question-wrapper .question.question-bg {
  font-size: 2rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
html.question-page .question-wrapper .question.question-bg .question-span {
  max-width: 400px;
  display: inline-block;
  font-weight: 600;
  padding-top: 10rem;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
html.question-page .question-wrapper .question.question-bg span[class^="overlay-"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
html.question-page .question-wrapper .question.question-bg span[class^="overlay-"].overlay-0 {
  background: none;
}
html.question-page .question-wrapper .question.question-bg span[class^="overlay-"].overlay-1 {
  background: rgba(0, 0, 0, 0.1);
}
html.question-page .question-wrapper .question.question-bg span[class^="overlay-"].overlay-2 {
  background: rgba(0, 0, 0, 0.2);
}
html.question-page .question-wrapper .question.question-bg span[class^="overlay-"].overlay-3 {
  background: rgba(0, 0, 0, 0.3);
}
html.question-page .question-wrapper .question.question-bg span[class^="overlay-"].overlay-4 {
  background: rgba(0, 0, 0, 0.4);
}
html.question-page .question-wrapper .question.question-bg span[class^="overlay-"].overlay-5 {
  background: rgba(0, 0, 0, 0.5);
}
html.question-page .question-wrapper .question .morphing-btn-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  display: block;
}
html.question-page .question-wrapper .question a.help {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
}
html.question-page .question-wrapper .question a.help:before,
html.question-page .question-wrapper .question a.help:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
html.question-page .question-wrapper .question a.help > span {
  z-index: 3;
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page .question-wrapper .question a.help > span {
    top: 0px;
    left: 0px;
  }
}
html.question-page .question-wrapper .question a.help > span svg {
  fill: #f26f21;
  width: 7px;
  height: auto;
  position: absolute;
  left: 44px;
  top: 7px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page .question-wrapper .question a.help > span svg {
    width: 10px;
    left: 34px;
    top: 7px;
  }
}
html.question-page .question-wrapper .question a.help:before {
  border-top: 40px solid #f26f21;
  border-left: 40px solid transparent;
  z-index: 1;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page .question-wrapper .question a.help:before {
    border-top: 60px solid #f26f21;
    border-left: 60px solid transparent;
  }
}
html.question-page .question-wrapper .question a.help:after {
  z-index: 2;
  right: 1px;
  top: 1px;
  border-top: 40px solid white;
  border-left: 40px solid transparent;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page .question-wrapper .question a.help:after {
    border-top: 57px solid white;
    border-left: 57px solid transparent;
  }
}
html.question-page .question-wrapper.answered .question {
  background-color: rgba(242, 111, 33, 0.1);
  color: #f26f21;
  border: 1px solid #f26f21;
}
html.question-page .question-wrapper.answered .question.question-bg {
  color: white;
}
html.question-page .question-wrapper.answered .question .help span {
  color: white;
}
html.question-page .question-wrapper.answered .question .help:before {
  border-top-color: #facdb2;
}
html.question-page .question-wrapper.answered .question .help svg {
  fill: #f58e51;
}
html.question-page .question-wrapper.answered .question label:before {
  background: #f8ae81;
}
html.question-page .question-wrapper.answered .form-field-checkbox label:before,
html.question-page .question-wrapper.answered .radio-wrapper label:before {
  background: #f8ae81 !important;
}
html.question-page .question-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: white;
  border-top: 4px solid #f8f8f8;
  padding: 8px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  html.question-page .question-footer {
    padding: 12px 24px;
  }
}
html.question-page.js-scrolled header.container.full-width {
  border-bottom: 1px solid #cccccc;
}
nav.paging {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
nav.paging button,
nav.paging .btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  nav.paging button,
  nav.paging .btn {
    text-transform: none;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0;
    min-width: 150px;
  }
}
nav.paging button.next,
nav.paging .btn.next {
  background: #f26f21;
  color: white;
  animation: pulse 1s 1;
}
nav.paging span {
  font-weight: 600;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
nav.paging span i {
  font-weight: 300;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 111, 33, 0.4);
    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 10px rgba(242, 111, 33, 0);
  }
  100% {
    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(242, 111, 33, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(242, 111, 33, 0.4);
    box-shadow: 0 0 0 0 rgba(242, 111, 33, 0.4);
    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(242, 111, 33, 0);
    box-shadow: 0 0 0 10px rgba(242, 111, 33, 0);
    -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(242, 111, 33, 0);
    box-shadow: 0 0 0 0 rgba(242, 111, 33, 0);
    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
  }
}
/*

Advanced example - Morphing modal window

https://codepen.io/fancyapps/pen/rmwyXN

*/

.morphing-btn-wrap {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.morphing-btn {
  box-sizing: border-box;
  -webkit-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  -moz-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  -o-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  transition: color 0.3s 0.2s, width 0.2s 0s;
  white-space: nowrap;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.morphing-btn_circle {
  color: transparent !important;
  padding-left: 0;
  padding-right: 0;
  /* Override inline style rule */
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  -o-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
  width: 35.6px !important;
  opacity: 0;
}
.morphing-btn-clone {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(242, 111, 33, 0.8);
  border-radius: 50%;
  position: fixed;
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  z-index: 10001;
}
.morphing-btn-clone_visible {
  display: block;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.fancybox-morphing .fancybox-bg {
  background: rgba(242, 111, 33, 0.7);
  opacity: 0;
}
.fancybox-morphing .fancybox-toolbar {
  right: 40px;
  top: 20px;
}
.fancybox-morphing .fancybox-button--close {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: white;
}
.fancybox-morphing .fancybox-button--close:hover {
  background: rgba(0, 0, 0, 0.25);
}
/* Styling for element used in example */

#morphing-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  line-height: 2;
  margin: 0;
  padding: 6em 10vw;
  position: relative;
  z-index: 3;
}
#morphing-content * {
  color: white;
}
.fancybox-morphing .fancybox-slide > * {
  max-width: 600px;
  margin: 12px;
}
html.question-page .fancybox-slide > * section.rich-text {
  padding: 0;
  margin: 0;
}
html.question-page.loaded .progress a.circle.active .label:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.report-page .report-navigation {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page .report-navigation {
    margin-bottom: 48px;
  }
  .report-page .report-navigation .btn {
    margin-left: 6px;
  }
}
.report-page .report-navigation .print-checklist {
  display: none;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page .report-navigation .print-checklist {
    display: inline-block;
  }
}
.report-page .back-wrapper {
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 500;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page .back-wrapper {
    font-size: 1.3rem;
    margin: 0;
    font-weight: 200;
  }
}
.report-page .back-wrapper h6 {
  margin-bottom: 4.8px;
}
.report-page .back-wrapper a {
  position: relative;
  display: inline-block;
  color: #333333;
  padding: 8px 0;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page .back-wrapper a {
    padding: 0;
  }
}
.report-page .back-wrapper a:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #333333;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 0;
  border-right: 0;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page .back-wrapper a:before {
    width: 16px;
    height: 16px;
  }
}
.report-page section.intro {
  padding: 0;
  margin-bottom: 24px;
  background: none;
  color: #f26f21;
}
.report-page section.intro svg {
  fill: #f26f21;
}
.report-page section.intro a {
  color: #f26f21;
}
.report-page section.intro a:not(.btn) {
  border-bottom: 2px dotted #f26f21;
}
.report-page section.intro a:hover {
  opacity: 0.7;
}
.report-page section.intro p,
.report-page section.intro a {
  color: #333333;
}
@media handheld, only screen and (max-width: 600px) {
  .report-page section:not(.intro) {
    margin: 12px 0;
  }
}
.report-page section:not(.intro) svg {
  width: 100%;
}
.report-page table.report-overview {
  width: 100%;
  margin-bottom: 48px;
  text-transform: none;
}
.report-page table.report-overview th {
  background-color: #f26f21;
  color: white;
  font-weight: 500;
}
.report-page table.report-overview th svg {
  fill: white;
  width: 20px;
  height: 20px;
  margin: 0;
}
.report-page table.report-overview th span {
  display: block;
}
.report-page table.report-overview td,
.report-page table.report-overview th {
  padding: 4.8px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page table.report-overview td,
  .report-page table.report-overview th {
    padding: 8px;
  }
}
.report-page table.report-overview td:first-child {
  text-align: left;
}
.report-page table.report-overview td svg {
  width: 12px;
  height: 12px;
  fill: #f26f21;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page table.report-overview td svg {
    width: 24px;
    height: 24px;
  }
}
.report-page table.report-overview tr:nth-child(odd) {
  background: white;
}
.report-page table.report-overview .hd td:first-child {
  background: #fdece2;
  text-transform: uppercase;
  font-weight: 600;
}
.report-page table.report-overview td:first-child {
  font-weight: 500;
}
.report-page table.report-overview td:not(:first-child) {
  font-size: 2rem;
  line-height: 0;
}
.report-page section.installers-section {
  background: #f26f21;
  color: white;
  background: #d4570c;
  padding: 24px;
}
.report-page section.installers-section svg {
  fill: white;
}
.report-page section.installers-section a {
  color: white;
}
.report-page section.installers-section a:not(.btn) {
  border-bottom: 2px dotted white;
}
.report-page section.installers-section a:hover {
  opacity: 0.7;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page section.installers-section {
    padding: 48px;
  }
}
.report-page section.installers-section .rich-text {
  margin-bottom: 24px;
}
.report-page section.installers-section ul.installers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.report-page section.installers-section ul.installers li {
  width: 100%;
  padding: 12px;
  border: 2px solid #f26f21;
  background: white;
  color: #f26f21;
}
@media handheld, only screen and (min-width: 400px) {
  .report-page section.installers-section ul.installers li {
    width: 50%;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page section.installers-section ul.installers li {
    width: 33.33333%;
    padding: 24px;
  }
}
.report-page section.installers-section ul.installers li h3 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
  font-size: 1.25rem;
}
.report-page section.installers-section ul.installers li a:not(.btn) {
  color: #333333;
}
.report-page section.installers-section ul.installers li .u-more {
  margin-bottom: 12px;
  display: inline-block;
}
.report-page section.installers-section ul.installers li .btn {
  width: 100%;
  display: block;
  color: #333333;
}
.report-page section.installers-section ul.otherProducts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.report-page section.installers-section ul.otherProducts li {
  width: 100%;
  padding: 12px;
  border: 2px solid #f26f21;
  background: white;
  color: #f26f21;
}
@media handheld, only screen and (min-width: 400px) {
  .report-page section.installers-section ul.otherProducts li {
    width: 50%;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page section.installers-section ul.otherProducts li {
    width: 33.33333%;
    padding: 24px;
  }
}
.report-page section.installers-section ul.otherProducts li h3 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
  font-size: 1.25rem;
}
.report-page section.installers-section ul.otherProducts li a:not(.btn) {
  color: #333333;
}
.report-page section.installers-section ul.otherProducts li .u-more {
  margin-bottom: 12px;
  display: inline-block;
}
.report-page section.installers-section ul.otherProducts li .btn {
  width: 100%;
  display: block;
  color: #333333;
}
.report-page section.externalLink-section {
  background: #f26f21;
  color: white;
  background: #d4570c;
  padding: 24px;
}
.report-page section.externalLink-section svg {
  fill: white;
}
.report-page section.externalLink-section a {
  color: white;
}
.report-page section.externalLink-section a:not(.btn) {
  border-bottom: 2px dotted white;
}
.report-page section.externalLink-section a:hover {
  opacity: 0.7;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page section.externalLink-section {
    padding: 48px;
  }
}
.report-page section.externalLink-section .rich-text {
  margin-bottom: 24px;
}
.report-page section.externalLink-section ul.externalLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.report-page section.externalLink-section ul.externalLink li {
  width: 100%;
  padding: 12px;
  border: 2px solid #f26f21;
  background: white;
  color: #f26f21;
}
@media handheld, only screen and (min-width: 400px) {
  .report-page section.externalLink-section ul.externalLink li {
    width: 50%;
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page section.externalLink-section ul.externalLink li {
    width: 33.33333%;
    padding: 24px;
  }
}
.report-page section.externalLink-section ul.externalLink li h3 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
  font-size: 1.25rem;
}
.report-page section.externalLink-section ul.externalLink li a:not(.btn) {
  color: #333333;
}
.report-page section.externalLink-section ul.externalLink li .u-more {
  margin-bottom: 12px;
  display: inline-block;
}
.report-page section.externalLink-section ul.externalLink li .btn {
  width: 100%;
  display: block;
  color: #333333;
}
.report-page section.externalLink-section .logos-block {
  padding: 0;
}
.report-page section.externalLink-section .logos-block .wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.report-page section.externalLink-section .logos-block .wrapper > .anchorExternalLink {
  height: 90px;
  border: 4px solid white;
  width: 100%;
  padding: 26px;
}
.report-page section.externalLink-section .logos-block a {
  border-bottom: none;
}
.report-page section.externalLink-section .logos-block .js-externalLink {
  padding: 0;
  background: #d4570c;
  border: 2px solid transparent;
}
.report-page section.externalLink-section .logos-block .js-externalLink .externalLink-text-wrapper {
  background: white;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 12px;
  flex: 2;
}
.report-page section.externalLink-section .logos-block .js-externalLink .externalLink-text-wrapper h3 {
  font-size: 1.3rem;
  color: #f26f22;
  font-weight: 400;
  margin-bottom: 12px;
}
.report-page section.externalLink-section .logos-block .js-externalLink .externalLink-text-wrapper a {
  font-size: 0.85rem;
  color: #606060;
  margin-bottom: 0px;
  font-weight: 400;
}
.report-page section.externalLink-section .logos-block .js-externalLink img {
  height: 100%;
  width: 112px;
  margin: 0 auto;
}
.report-page .section-title {
  position: sticky;
  position: -webkit-sticky;
  background: #f4f4f4;
  padding: 18px 0;
  z-index: 1000;
  color: #f26f21;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 200;
  font-size: 1.7rem;
  margin-bottom: 0;
  text-align: center;
  top: 48px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page .section-title {
    top: 80px;
    font-size: 2rem;
  }
}
.report-page .section-title div {
  background: #f4f4f4;
  display: inline-block;
  padding: 0 24px;
  position: relative;
  padding-left: 55px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page .section-title div {
    padding-left: 65px;
  }
}
.report-page .section-title svg {
  width: 30px;
  height: 30px;
  left: 12px;
  fill: #f26f21;
  position: absolute;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page .section-title svg {
    width: 40px;
    height: 40px;
  }
}
.report-page .section-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  top: 50%;
  position: absolute;
}
.report-page .good-results,
.report-page .bad-results {
  margin-bottom: 48px;
}
.report-page .articles .article-item {
  display: block;
  position: relative;
  background: #f2f2f2;
}
.report-page .articles .article-item .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 70%;
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-color: #e6e6e6;
}
.report-page .articles .article-item .text-wrapper {
  padding: 24px 24px 24px 35%;
  color: #333333;
  font-size: 0.9rem;
}
.report-page .articles .article-item .text-wrapper h4 {
  color: #f26f21;
}
.report-page .articles .article-item:hover {
  opacity: 0.8;
}
.report-page .main-heading .heading-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media handheld, only screen and (max-width: 600px) {
  .report-page .main-heading .heading-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .report-page .main-heading .heading-wrap .btn-wrapper {
    width: 100%;
  }
  .report-page .main-heading .heading-wrap .btn-wrapper .btn {
    margin-top: 12px;
    width: 100%;
  }
}
.report-page .main-heading h3 {
  margin: 0;
  font-weight: 400;
  padding-left: 24px;
}
@media handheld, only screen and (max-width: 600px) {
  .report-page .main-heading h3 {
    font-size: 1.1rem;
    width: calc(100% - 60px);
  }
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page .main-heading h3 {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.report-page .main-heading .icon-wrapper {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  width: 50px;
  height: 50px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page .main-heading .icon-wrapper {
    width: 80px;
    height: 80px;
  }
}
.report-page .main-heading .icon-wrapper svg {
  width: 50px;
  height: 50px;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .report-page .main-heading .icon-wrapper svg {
    width: 80px;
    height: 80px;
    padding: 12px;
  }
}
.report-page .main-heading .js-more-info {
  text-transform: uppercase;
  font-size: 0.8rem;
}
.report-page .main-heading .js-more-info:after {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 6px;
  border: 2px solid #333333;
  border-top: 0;
  border-left: 0;
  display: inline-block;
  position: relative;
  top: -2px;
}
.account-page main {
  background: #333333;
}
.account-page .form-wrapper {
  border-top: 5px solid #f26f21;
  background: white;
  padding: 24px;
  max-width: 600px;
  margin: 0 auto 48px auto;
}
@media handheld, only screen and (min-width: 600px) and (min-height: 750px) {
  .account-page .form-wrapper {
    padding: 48px;
  }
}
.account-page .form-wrapper a {
  display: block;
  margin-top: 12px;
  color: #f26f21;
}
.account-page .form-wrapper .rich-text a {
  display: inline;
}
.account-page .form-wrapper input[type="submit"] {
  background: #f26f21;
  color: white;
  text-transform: none;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.account-page .form-wrapper input[type="submit"].btn-o {
  background: white;
  border: 2px solid #f26f21;
  color: #f26f21;
}
.account-page .form-wrapper h1 {
  font-size: 2.4rem;
  font-weight: 200;
  margin-bottom: 24px;
  color: #f26f21;
}
.account-page .form-wrapper form {
  margin-top: 36px;
}
.account-page .form-wrapper .login-links {
  margin-top: 24px;
  font-size: 0.9rem;
}
html.user-account-page main {
  padding-bottom: 72px;
}
@media handheld, only screen and (max-width: 600px) {
  html.user-account-page .intro .section-pad {
    width: 100%;
  }
}
html.user-account-page .intro a.login-trigger {
  margin-top: 24px;
  display: inline-block;
  position: relative;
  border: 0;
  font-size: 0.8rem;
  margin-right: 12px;
}
html.user-account-page .intro a.login-trigger span {
  display: table-cell;
  text-transform: uppercase;
  vertical-align: middle;
}
html.user-account-page .intro a.login-trigger svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
html.user-account-page .intro .btn {
  display: block;
  color: #f26f21;
  background: white;
}
@media handheld, only screen and (max-width: 600px) {
  html.user-account-page .intro h1 {
    margin: 0;
  }
}
html.user-account-page .assessment-item h3 a {
  display: block;
  color: #f26f21;
}
html.user-account-page .assessment-item .date {
  margin: 12px 0;
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 0.8rem;
}
html.user-account-page .assessment-item .link-wrapper {
  display: table;
  text-align: center;
}
html.user-account-page .assessment-item .link-wrapper span {
  display: table-cell;
  padding-right: 24px;
}
html.user-account-page .assessment-item .link-wrapper a {
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px dotted orange;
}
html.user-account-page .assessment-item .link-wrapper a:hover {
  opacity: 0.7;
}
html.installer-directory .installer-intro {
  margin-bottom: 0;
}
html.installer-directory .select-wrapper {
  background: white;
  border: 1px solid #e6e6e6;
  margin-bottom: 12px;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
html.installer-directory .select-wrapper:after {
  border-color: #333333;
}
html.installer-directory .select-wrapper select {
  font-weight: bold;
  background: #fbfbfb;
  padding-left: 48px;
}
html.installer-directory .paging {
  padding: 48px 0;
}
.container.installer-list {
  max-width: calc( 800px  + 10px);
}
.installer {
  border-top: 3px solid #f26f21;
  background: white;
  margin-bottom: 12px;
  text-align: center;
}
@media handheld, only screen and (min-width: 600px) {
  .installer {
    flex-direction: column;
    display: flex;
    -ms-flex: 0 0 calc( 33.333%  - 12px);
    flex: 0 0 calc( 33.333%  - 12px);
    max-width: calc( 33.333%  - 12px);
    margin: 6px;
  }
}
.installer .title {
  color: #f26f21;
}
.installer a h3 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
  font-size: 1.25rem;
}
.installer a h4 {
  color: #333333;
}
.installer .item-hgroup {
  width: 100%;
  /*padding: @s/2 @s/2 0 @s/2;*/
  padding: 12px;
  overflow: hidden;
}
@media handheld, only screen and (max-width: 600px) {
  .installer .item-hgroup {
    float: right;
    width: 70%;
  }
}
@media handheld, only screen and (min-width: 600px) {
  .installer .item-hgroup {
    padding: 24px 24px 12px 24px;
    flex: 1 0 auto;
  }
}
.installer .u-more {
  margin-bottom: 12px;
  display: inline-block;
}
/*section.installers-section {
	.orange-block;
	background: darken(@color-orange,10%);
	padding: @s;

	@media handheld, only screen and (min-width: @small) and (min-height: @min-height) {
		padding: @s*2;
	}

	.rich-text {
		margin-bottom: @s;
	}

	ul.installers {
		.flex;
		text-align: center;

		li {
			width: 100%;
			padding: @s/2;

			@media handheld, only screen and (min-width: 400px) {
				width: 50%;
			}

			@media handheld, only screen and (min-width: @small) and (min-height: @min-height) {
				width: 33.33333%;
				padding: @s;
			}

			border: 2px solid @color-orange;
			background: white;
			color: @color-orange;

			h3 {
				.h4;
			}

			a:not(.btn) {
				color: #333;
			}

			.u-more {
				margin-bottom: @s/2;
				display: inline-block;
			}

			.btn {
				.btn-full-width;
				color: #333;
			}
		}
	}
}*/

@media print {
  header {
    display: none;
  }
  .report-navigation .back-wrapper a {
    display: none;
  }
  .report-navigation .btn-wrapper {
    display: none;
  }
  .cta-footer {
    display: none;
  }
  .section-title {
    position: relative !important;
    top: 0 !important;
  }
  section {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .report-page section.installers-section {
    background: white;
    color: #333333;
  }
  .report-page section.installers-section ul.installers li {
    border: 0;
    display: block;
    padding: 24px 0;
    border-bottom: 1px solid #cccccc;
  }
  .report-page section.installers-section ul.installers li:last-child {
    border-bottom: 0;
  }
}
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
