@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Permanent+Marker);
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;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**********************
Variables & Mixins
AUTHOR: Bobby Donathan - BigRedRooster
_variables.scss
***********************/
/*GENERAL COLORS*/
/*RIBBON BANNERS*/
/*FONT WEIGHT*/
/*PANELS & CARDS*/
/*MIXINS*/
/**********************
Font Styles
AUTHOR: Bobby Donathan - BigRedRooster
_fonts.scss
***********************/
@font-face {
  font-family: 'RheemSansLight';
  src: url("../fonts/RheemSans-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/RheemSans-Light?#iefix") format("embedded-opentype"), url("../fonts/RheemSans-Light.woff2") format("woff2"), url("../fonts/RheemSans-Light.woff") format("woff"), url("../fonts/RheemSans-Light.ttf") format("truetype"), url("../fonts/RheemSans-Light.svg#RheemSans-Light") format("svg");
  /* Legacy iOS */
  font-display: swap; }
@font-face {
  font-family: 'RheemSansRoman';
  src: url("../fonts/RheemSans-Roman.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/RheemSans-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/RheemSans-Roman.woff2") format("woff2"), url("../fonts/RheemSans-Roman.woff") format("woff"), url("../fonts/RheemSans-Roman.ttf") format("truetype"), url("../fonts/RheemSans-Roman.svg#RheemSans-Roman") format("svg");
  /* Legacy iOS */
  font-display: swap; }
@font-face {
  font-family: 'RheemSansBold';
  src: url("../fonts/RheemSans-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/RheemSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RheemSans-Bold.woff2") format("woff2"), url("../fonts/RheemSans-Bold.woff") format("woff"), url("../fonts/RheemSans-Bold.ttf") format("truetype"), url("../fonts/RheemSans-Bold.svg#RheemSans-Bold") format("svg");
  /* Legacy iOS */
  font-display: swap; }
@font-face {
  font-family: 'RheemSansLightItalic';
  src: url("../fonts/RheemSans-LightItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/RheemSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RheemSans-LightItalic.woff2") format("woff2"), url("../fonts/RheemSans-LightItalic.woff") format("woff"), url("../fonts/RheemSans-LightItalic.ttf") format("truetype"), url("../fonts/RheemSans-LightItalic.svg#RheemSans-LightItalic") format("svg");
  /* Legacy iOS */
  font-display: swap; }
@font-face {
  font-family: 'RheemSansRomanItalic';
  src: url("../fonts/RheemSans-RomanItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/RheemSans-RomanItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RheemSans-RomanItalic.woff2") format("woff2"), url("../fonts/RheemSans-RomanItalic.woff") format("woff"), url("../fonts/RheemSans-RomanItalic.ttf") format("truetype"), url("../fonts/RheemSans-RomanItalic.svg#RheemSans-RomanItalic") format("svg");
  /* Legacy iOS */
  font-display: swap; }
@font-face {
  font-family: 'RheemSansBoldItalic';
  src: url("../fonts/RheemSans-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/RheemSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/RheemSans-BoldItalic.woff2") format("woff2"), url("../fonts/RheemSans-BoldItalic.woff") format("woff"), url("../fonts/RheemSans-BoldItalic.ttf") format("truetype"), url("../fonts/RheemSans-BoldItalic.svg#RheemSans-BoldItalic") format("svg");
  /* Legacy iOS */
  font-display: swap; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 20px;
  font-family: "RheemSansLight", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: #4a4a4a; }
  h1 span, h1 strong, h2 span, h2 strong, h3 span, h3 strong, h4 span, h4 strong, h5 span, h5 strong, h6 span, h6 strong,
  .h1 span,
  .h1 strong, .h2 span, .h2 strong, .h3 span, .h3 strong, .h4 span, .h4 strong, .h5 span, .h5 strong, .h6 span, .h6 strong {
    font-family: inherit;
    font-weight: inherit; }

h1, .h1 {
  font-size: 43px; }

h2, .h2 {
  font-size: 32px; }

h3, .h3 {
  font-size: 26px;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif; }

h4, .h4 {
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  font-size: 21px; }

h5, .h5 {
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  font-size: 18px; }

h6, .h6 {
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  font-size: 16px; }

/**********************
Global Styles
AUTHOR: Bobby Donathan - BigRedRooster
_globalclasses.scss
***********************/
html, body {
  max-width: 100%;
  overflow-x: hidden; }
  html.noScroll, body.noScroll {
    overflow: hidden; }

body {
  color: #63666a;
  font-size: 14px;
  font-family: "RheemSansRoman", Helvetica, Arial, sans-serif;
  line-height: 21px;
  background-color: #fff; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

a {
  color: #e70033; }
  a:hover {
    text-decoration: underline;
    color: #b80023; }
    a:hover:after {
      margin-left: 15px; }
  a.redarrow:after {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: FontAwesome;
    margin-left: 10px;
    content: '\f105'; }
  a.enlarge {
    cursor: zoom-in; }
    a.enlarge img {
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
    a.enlarge:hover img {
      -ms-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }

p {
  margin-bottom: 20px; }

strong {
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif; }

.containerwrapper {
  position: relative !important;
  margin-bottom: 30px; }

.btnholder p {
  margin-bottom: 0; }
.btnholder.right {
  text-align: right; }
.btnholder.left {
  text-align: left; }
.btnholder.center {
  text-align: center; }

.btn {
  border-radius: 0px; }

.Explorer .btn-primary, .Edge .btn-primary {
  line-height: 29px; }

.btn-primary {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: none !important;
  padding: 0px 15px;
  min-width: 111px;
  background: #e70033;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #e70033;
  font-size: 13px;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  height: 33px;
  line-height: 33px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .btn-primary:focus, .btn-primary:active, .btn-primary:visited {
    color: #fff;
    background-color: #e70033;
    border-color: #e70033; }
  .btn-primary.disabled {
    background: #97999b;
    color: white;
    border: 2px solid #97999b;
    pointer-events: none; }
  .btn-primary.inverted {
    color: #e70033;
    background: transparent; }
    .btn-primary.inverted.disabled {
      color: #97999b; }
    .btn-primary.inverted:hover {
      background: transparent;
      color: #b80023;
      border-color: #b80023; }
  .btn-primary.knockout {
    color: #fff;
    border-color: #fff;
    background: transparent; }
    .btn-primary.knockout.disabled {
      color: #97999b; }
    .btn-primary.knockout:focus, .btn-primary.knockout:active, .btn-primary.knockout:visited {
      border-color: #fff; }
    .btn-primary.knockout:hover {
      color: #fff;
      border-color: #b80023; }
  .btn-primary.block {
    display: block;
    width: 100%;
    box-sizing: border-box; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active {
    cursor: pointer;
    color: #fff;
    background-color: #b80023;
    border-color: #b80023; }
  .btn-primary.btn-arrow {
    padding: 10px 20px; }
    .btn-primary.btn-arrow:after {
      content: '';
      width: 12px;
      height: 21px;
      display: inline-block;
      margin: 0 0 0 10px;
      background: url(images/btnarrow.png) no-repeat;
      vertical-align: middle; }

.hasdropdown:after {
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "\f107";
  font-family: FontAwesome;
  color: #e70033;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  margin-left: 15px; }
.hasdropdown.default:after, .hasdropdown.knockout:after {
  color: #fff; }
.hasdropdown.active {
  color: #fff;
  background-color: #b80023;
  border-color: #b80023; }
  .hasdropdown.active:after {
    transform: rotate(180deg); }
  .hasdropdown.active.inverted:after {
    color: #fff; }

.droplinks {
  display: none;
  border: 1px solid #7a99ac;
  position: relative; }
  .droplinks a {
    display: block;
    color: #999999;
    padding: 10px 20px; }
    .droplinks a:hover {
      background-color: #E8E8E8;
      color: #4a4a4a;
      text-decoration: none; }

.dropshadow {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08); }

.radiusallcorners {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.contentslides img {
  max-width: 100%;
  height: auto; }

.contentwrapper {
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #f5f5f5;
  width: 100%;
  display: flex; }
  .contentwrapper.paddedcontent {
    padding: 20px; }
    @media only screen and (min-width: 992px) {
      .contentwrapper.paddedcontent {
        padding: 50px; } }

.accordion .panetitle {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 1px solid lightgray;
  margin: 0 0 10px 0;
  padding: 10px 40px 10px 0;
  position: relative; }
  .accordion .panetitle h4 {
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 0px; }
  .accordion .panetitle:hover {
    cursor: pointer; }
    .accordion .panetitle:hover:after {
      -ms-transform: translateY(10px);
      -webkit-transform: translateY(10px);
      transform: translateY(10px); }
  .accordion .panetitle:after {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "\f107";
    font-family: FontAwesome;
    color: #e70033;
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 30px;
    line-height: 60px; }
  .accordion .panetitle.active:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
.accordion .panecontent {
  display: none;
  padding: 20px; }

.imagewrapper {
  display: inline-block;
  margin: 0 auto;
  width: intrinsic; }
  @media only screen and (min-width: 768px) {
    .imagewrapper {
      padding-bottom: 0px; } }
  .imagewrapper a::after {
    display: none; }
  .imagewrapper img {
    max-width: 100%;
    height: auto; }
  .imagewrapper.degree {
    border-radius: 100%;
    overflow: hidden;
    background-color: red;
    border: 5px solid #fff;
    box-shadow: 0 0 0 5px #ebebec; }
  .imagewrapper.flood {
    display: block;
    width: 100%; }
    .imagewrapper.flood img {
      max-width: none;
      width: 100%;
      height: auto; }

.adminjunk {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #f00;
  color: #fff;
  padding: 20px; }
  .adminjunk a {
    color: #fff; }

.submenu.btn {
  display: block;
  width: 100%; }
  .submenu.btn:after {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 40px;
    font-size: 30px;
    line-height: 33px; }
  @media only screen and (min-width: 768px) {
    .submenu.btn {
      display: none; } }
  .submenu.btn.opened.btn-primary {
    background-color: #97999b !important;
    border-color: #97999b !important; }
    .submenu.btn.opened.btn-primary:after {
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.submenuholder {
  display: none;
  margin-bottom: 40px; }
  .submenuholder ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .submenuholder ul li {
      line-height: 1.2;
      padding-bottom: 0px;
      border-bottom: 1px solid #fff; }
      .submenuholder ul li a {
        display: block;
        text-align: center;
        background-color: #e70033;
        color: #fff;
        padding: 10px 0; }
  @media only screen and (min-width: 768px) {
    .submenuholder {
      display: block !important; }
      .submenuholder ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .submenuholder ul li {
          line-height: 1.2;
          padding-bottom: 20px; }
          .submenuholder ul li a {
            text-align: left;
            background-color: transparent;
            color: #e70033;
            padding: 0; } }

.sidebarcontainer .sidebartitling {
  display: none; }
  @media only screen and (min-width: 768px) {
    .sidebarcontainer .sidebartitling {
      display: block;
      text-align: center;
      margin-bottom: 20px; } }

.maincontentside {
  padding-top: 40px; }
  @media only screen and (min-width: 768px) {
    .maincontentside {
      padding-top: 0px; } }
  .maincontentside .container {
    margin-bottom: 30px; }

/***********HEADROOM.JS CSS************/
@media only screen and (min-width: 768px) {
  .desktop-headroom.headroom {
    position: fixed;
    top: 0;
    transition: transform .25s ease-in-out; }
  .desktop-headroom.headroom--pinned {
    transform: translateY(0); }
  .desktop-headroom.headroom--unpinned {
    transform: translateY(-100%); } }

/***********************************/
.ribbon-container {
  position: absolute;
  white-space: nowrap;
  height: 60px;
  z-index: 5; }
  .ribbon-container .ribbon-header {
    font-size: 12px;
    position: absolute;
    display: inline-block;
    padding: 8px 15px;
    color: #fff !important;
    z-index: 1;
    line-height: 1.5;
    margin-bottom: 0px;
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
    letter-spacing: .15em;
    text-transform: uppercase; }
    .ribbon-container .ribbon-header a {
      color: #fff !important; }
    .ribbon-container .ribbon-header:before {
      content: "";
      width: 0px;
      height: 0px;
      left: 0px;
      bottom: -10px;
      z-index: 1;
      display: block;
      position: absolute;
      opacity: 1;
      border-bottom: solid 10px transparent; }
    .ribbon-container .ribbon-header:after {
      content: "";
      width: 0px;
      height: 0px;
      right: -12px;
      bottom: 0;
      z-index: 1;
      display: block;
      position: absolute;
      border-right: solid 12px transparent; }
    .ribbon-container .ribbon-header.lightteal {
      background-color: #6BBBAE; }
      .ribbon-container .ribbon-header.lightteal:before {
        border-right: solid 15px #4F868E; }
      .ribbon-container .ribbon-header.lightteal:after {
        border-top: solid 17px #6BBBAE;
        border-bottom: solid 17px #6BBBAE; }
    .ribbon-container .ribbon-header.darkteal {
      background-color: #4F868E; }
      .ribbon-container .ribbon-header.darkteal:before {
        border-right: solid 15px #6BBBAE; }
      .ribbon-container .ribbon-header.darkteal:after {
        border-top: solid 17px #4F868E;
        border-bottom: solid 17px #4F868E; }
    .ribbon-container .ribbon-header.orange {
      background-color: #ED8B00; }
      .ribbon-container .ribbon-header.orange:before {
        border-right: solid 15px #F1BE48; }
      .ribbon-container .ribbon-header.orange:after {
        border-top: solid 17px #ED8B00;
        border-bottom: solid 17px #ED8B00; }
    .ribbon-container .ribbon-header.lightblue {
      background-color: #7A99AC; }
      .ribbon-container .ribbon-header.lightblue:before {
        border-right: solid 15px #264072; }
      .ribbon-container .ribbon-header.lightblue:after {
        border-top: solid 17px #7A99AC;
        border-bottom: solid 17px #7A99AC; }
    .ribbon-container .ribbon-header.darkblue {
      background-color: #264072; }
      .ribbon-container .ribbon-header.darkblue:before {
        border-right: solid 15px #7A99AC; }
      .ribbon-container .ribbon-header.darkblue:after {
        border-top: solid 17px #264072;
        border-bottom: solid 17px #264072; }
    .ribbon-container .ribbon-header.green {
      background-color: #A9C47F; }
      .ribbon-container .ribbon-header.green:before {
        border-right: solid 15px #789D4A; }
      .ribbon-container .ribbon-header.green:after {
        border-top: solid 17px #A9C47F;
        border-bottom: solid 17px #A9C47F; }
    .ribbon-container .ribbon-header.red {
      background-color: #E4002B; }
      .ribbon-container .ribbon-header.red:before {
        border-right: solid 15px #BD2036; }
      .ribbon-container .ribbon-header.red:after {
        border-top: solid 17px #E4002B;
        border-bottom: solid 17px #E4002B; }
    .ribbon-container .ribbon-header.beige {
      background-color: #A09074; }
      .ribbon-container .ribbon-header.beige:before {
        border-right: solid 15px #DFD1A7; }
      .ribbon-container .ribbon-header.beige:after {
        border-top: solid 17px #A09074;
        border-bottom: solid 17px #A09074; }
    .ribbon-container .ribbon-header.gray {
      background-color: #63666a; }
      .ribbon-container .ribbon-header.gray:before {
        border-right: solid 15px #97999b; }
      .ribbon-container .ribbon-header.gray:after {
        border-top: solid 17px #63666a;
        border-bottom: solid 17px #63666a; }

/*      BREADCRUMBS CSS      */
.breadcrumbcontainer {
  padding: 20px 0 0 0;
  font-size: 12px;
  display: none; }
  @media only screen and (min-width: 768px) {
    .breadcrumbcontainer {
      display: block; } }
  .breadcrumbcontainer .breadcrumbs {
    font-size: 12px;
    padding: 15px 0; }
    .breadcrumbcontainer .breadcrumbs li {
      list-style: none;
      display: inline-block;
      vertical-align: middle; }
      .breadcrumbcontainer .breadcrumbs li.current_item {
        font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
        color: #97999b; }
    .breadcrumbcontainer .breadcrumbs a {
      font-weight: 300;
      text-decoration: none;
      color: #97999b;
      display: inline-block;
      vertical-align: middle; }
      .breadcrumbcontainer .breadcrumbs a:hover {
        text-decoration: none;
        color: #e70033; }
        .breadcrumbcontainer .breadcrumbs a:hover:after {
          margin: 0px; }
      .breadcrumbcontainer .breadcrumbs a:after {
        content: '\203A';
        display: inline-block;
        vertical-align: middle;
        color: #97999b;
        padding: 0 7px; }
      .breadcrumbcontainer .breadcrumbs a:last-child {
        font-family: "RheemSansBold", Helvetica, Arial, sans-serif; }
        .breadcrumbcontainer .breadcrumbs a:last-child:after {
          display: none; }

/*      PANELS & CARDS CSS      */
.panel {
  position: relative;
  margin-bottom: 30px; }
  .panel.defaultpad {
    padding: 90px 40px 20px 40px; }
  @media only screen and (min-width: 1200px) {
    .panel {
      margin-bottom: 0px; } }
  .panel ol {
    list-style: none;
    counter-reset: li;
    padding-left: 10px; }
    .panel ol li {
      counter-increment: li;
      padding-bottom: 24px; }
      .panel ol li:before {
        content: "." counter(li);
        color: #e70033;
        display: inline-block;
        width: 1em;
        margin-left: -1.5em;
        margin-right: 0.5em;
        text-align: right;
        direction: rtl; }
      .panel ol li ol li {
        padding-bottom: 0px; }
        .panel ol li ol li:before {
          content: "." counter(li,lower-roman);
          margin-left: -1em; }
  .panel ul {
    list-style: none;
    padding-left: 10px; }
    .panel ul li {
      padding-bottom: 24px; }
      .panel ul li:before {
        content: '\2022';
        color: #e70033;
        display: inline-block;
        width: 1em;
        margin-left: -1em; }
      .panel ul li ul li {
        padding-bottom: 0px; }
        .panel ul li ul li:before {
          content: ' \25E6';
          color: #e70033;
          font-size: 23px;
          display: inline-block;
          vertical-align: bottom;
          width: 12px;
          margin-left: -10px;
          line-height: 18px; }
    .panel ul.list {
      list-style: none; }
      .panel ul.list li {
        padding-bottom: 0px; }
        .panel ul.list li:before {
          display: none; }

.panellist {
  padding-left: 0px;
  counter-reset: section;
  list-style-type: none; }
  .panellist .panel {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #ebebec;
    padding: 20px 15px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08); }
    .panellist .panel:before {
      content: none; }
    .panellist .panel p {
      margin-bottom: 0px; }
    .panellist .panel .panelcontent {
      display: table-cell;
      vertical-align: middle;
      padding-left: 20px; }
      .panellist .panel .panelcontent h5 {
        margin-bottom: 8px; }
    .panellist .panel .panelicon {
      width: 50px;
      display: table-cell;
      vertical-align: middle; }
      .panellist .panel .panelicon .iconholder {
        width: 50px;
        height: 50px;
        text-align: center; }
  .panellist.clickable .panel {
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; }
    .panellist.clickable .panel:hover {
      -ms-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
    .panellist.clickable .panel .panelcontentholder {
      -webkit-transition: opacity 300ms ease;
      -moz-transition: opacity 300ms ease;
      transition: opacity 300ms ease;
      -moz-transition-delay: 100ms;
      -webkit-transition-delay: 100ms;
      transition-delay: 100ms;
      opacity: 0; }
      .panellist.clickable .panel .panelcontentholder span {
        display: none; }
    .panellist.clickable .panel.active {
      box-shadow: none; }
      .panellist.clickable .panel.active:hover {
        cursor: default;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1); }
      .panellist.clickable .panel.active .panelcontentholder {
        opacity: 1; }
        .panellist.clickable .panel.active .panelcontentholder span {
          display: block; }
  .panellist.clickable.lightteal .panel.active {
    border-color: #6BBBAE; }
  .panellist.clickable.darkteal .panel.active {
    border-color: #4F868E; }
  .panellist.clickable.orange .panel.active {
    border-color: #ED8B00; }
  .panellist.clickable.lightblue .panel.active {
    border-color: #7A99AC; }
  .panellist.clickable.darkblue .panel.active {
    border-color: #264072; }
  .panellist.clickable.green .panel.active {
    border-color: #A9C47F; }
  .panellist.clickable.red .panel.active {
    border-color: #E4002B; }
  .panellist.clickable.beige .panel.active {
    border-color: #A09074; }
  .panellist.numbered .iconholder {
    background-color: #e70033;
    border-radius: 100%;
    overflow: hidden; }
    .panellist.numbered .iconholder:before {
      counter-increment: section;
      content: counters(section,".") " ";
      display: block;
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 26px;
      line-height: 57px;
      font-family: "RheemSansBold", Helvetica, Arial, sans-serif; }
    .panellist.numbered .iconholder.lightteal {
      background-color: #6BBBAE; }
    .panellist.numbered .iconholder.darkteal {
      background-color: #4F868E; }
    .panellist.numbered .iconholder.orange {
      background-color: #ED8B00; }
    .panellist.numbered .iconholder.lightblue {
      background-color: #7A99AC; }
    .panellist.numbered .iconholder.darkblue {
      background-color: #264072; }
    .panellist.numbered .iconholder.green {
      background-color: #A9C47F; }
    .panellist.numbered .iconholder.red {
      background-color: #E4002B; }
    .panellist.numbered .iconholder.beige {
      background-color: #A09074; }
  .panellist.checkmarks.lightteal svg {
    fill: #6BBBAE; }
  .panellist.checkmarks.darkteal svg {
    fill: #4F868E; }
  .panellist.checkmarks.orange svg {
    fill: #ED8B00; }
  .panellist.checkmarks.lightblue svg {
    fill: #7A99AC; }
  .panellist.checkmarks.darkblue svg {
    fill: #264072; }
  .panellist.checkmarks.green svg {
    fill: #A9C47F; }
  .panellist.checkmarks.red svg {
    fill: #E4002B; }
  .panellist.checkmarks.beige svg {
    fill: #A09074; }

.backgroundcolorlayer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  padding: inherit; }

/*      FORM ELEMENTS CSS      */
.checkboxgroup, .radiogroup {
  display: inline-block; }
  .checkboxgroup label, .radiogroup label {
    margin-left: 8px; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="date"], textarea {
  margin-bottom: 20px;
  padding: 15px;
  color: #97999b;
  border-radius: 5px;
  border: 1px solid;
  width: 100%; }
  input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="tel"]:active, input[type="tel"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="date"]:active, input[type="date"]:focus, textarea:active, textarea:focus {
    outline: 0;
    color: black; }

select {
  width: 100%;
  background-color: #fff;
  height: 55px;
  color: #97999b; }
  select:focus {
    color: black;
    outline: none; }

input[type="radio"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #97999b;
  border-radius: 50%;
  outline: none;
  color: red;
  vertical-align: middle;
  display: inline-block; }
  input[type="radio"]:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%; }
  input[type="radio"]:checked:before {
    background: black; }
  input[type="radio"]:checked {
    border: 1px solid black; }

input[type="checkbox"] {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  width: 13px;
  height: 13px;
  margin: 0;
  margin-right: 10px;
  display: block;
  float: left;
  position: relative;
  cursor: pointer; }
  input[type="checkbox"]:after {
    content: "";
    vertical-align: middle;
    text-align: center;
    line-height: 13px;
    position: absolute;
    cursor: pointer;
    height: 17px;
    width: 17px;
    left: 0;
    top: -1px;
    font-size: 10px;
    -webkit-box-shadow: inset 0 1px 1px white, 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 1px white, 0 1px 0 white;
    box-shadow: inset 0 1px 1px white, 0 1px 0 white;
    background: white;
    box-shadow: none !important;
    border: 1px solid #97999b;
    border-radius: 3px; }
  input[type="checkbox"]:checked:after {
    background: white;
    content: '\f00c';
    font-family: FontAwesome;
    color: black;
    border: 1px solid black; }

/*
<input type="text" value="Select a Date" class="input-type-date datepicker-here" data-language="en">
DATE PICKER MUST USE THE TWO FOLLOWING CLASSES AND THE DATA LANGUAGE IN ORDER TO WORK.
*/
.input-type-date {
  padding: 15px;
  color: #97999b;
  border-radius: 5px;
  border: 1px solid;
  width: 100%; }
  .input-type-date:active, .input-type-date:focus {
    outline: 0;
    color: black; }
  .input-type-date:after {
    content: '\f073';
    font-family: FontAwesome;
    padding-right: 10px; }

.datepicker {
  width: 315px !important; }
  .datepicker .datepicker--pointer {
    left: 275px !important; }
  .datepicker .datepicker--nav {
    border-bottom: none !important; }
  .datepicker .datepicker--days-names {
    border-bottom: 1px solid #efefef; }
  .datepicker .datepicker--day-name {
    color: black !important; }
  .datepicker .datepicker--cell.-current- {
    color: black;
    font-weight: bold; }
  .datepicker .datepicker--cell.-selected- {
    background: #e70033 !important;
    border-radius: 50% !important; }
  .datepicker .datepicker--cell.-selected-.-focus- {
    background: #e70033 !important; }
  .datepicker .datepicker--cell.-focus- {
    border-radius: 50% !important; }

/*      ARROWS CSS      */
.gray-default-arrow i {
  color: #97999b;
  font-size: 36pt; }
  .gray-default-arrow i:hover, .gray-default-arrow i:focus {
    color: #000; }

.red-default-arrow i {
  color: #e70033;
  font-size: 36pt; }
  .red-default-arrow i:hover, .red-default-arrow i:focus {
    color: #b80023; }

/*      TAB SELECTOR CSS      */
.tabsection .mobiletitle {
  display: block;
  margin: 0px;
  padding: 20px 15px 0px 15px;
  border-bottom: 1px solid #ccc; }
  @media only screen and (min-width: 768px) {
    .tabsection .mobiletitle {
      display: none !important; } }

.rheem-tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  text-align: center;
  display: none; }
  @media only screen and (min-width: 768px) {
    .rheem-tab {
      display: block !important; } }
  .rheem-tab button {
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
    color: #97999b;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid transparent;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-radius: 0;
    display: block;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .rheem-tab button {
        display: inline-block;
        width: auto; } }
    .rheem-tab button.active {
      color: #e70033;
      border-bottom: 2px solid #e70033; }
    .rheem-tab button:hover, .rheem-tab button:focus {
      outline: none; }
  .rheem-tab.navversion {
    text-align: left;
    margin-top: 20px;
    margin-left: 15px;
    border-bottom: none;
    display: table !important; }
    .rheem-tab.navversion button {
      font-size: 13px;
      font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
      color: #e70033;
      width: 178px;
      border-bottom: none;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-left: 1px solid #ccc;
      display: table-cell;
      position: relative; }
      .rheem-tab.navversion button span {
        background-color: #e70033;
        width: 100%;
        height: 2px;
        display: none;
        position: absolute;
        top: 0px;
        left: 0px; }
      .rheem-tab.navversion button.active {
        border-top: 1px solid #e70033;
        background-color: #fff;
        border-bottom: none; }
        .rheem-tab.navversion button.active span {
          display: block; }
      .rheem-tab.navversion button.resbtn {
        border-right: none; }

.rheemtabcontents .rheemtabcontentpane {
  display: none;
  padding: 20px 15px;
  border: none; }
  .rheemtabcontents .rheemtabcontentpane.active {
    display: block; }
  .rheemtabcontents .rheemtabcontentpane .nav-column .navtitlewrapper h6 {
    margin: 0 auto; }
  .rheemtabcontents .rheemtabcontentpane .nav-column ul li a {
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #63666a; }
  .rheemtabcontents .rheemtabcontentpane .nav-column ul li a:hover {
    color: #e70033; }
.rheemtabcontents.navversion {
  background-color: #fff;
  border-top: 1px solid #ccc;
  margin-top: -1px; }
  .rheemtabcontents.navversion .col-2 {
    padding-right: 7px;
    padding-left: 7px; }
  .rheemtabcontents.navversion .navtitlewrapper svg, .rheemtabcontents.navversion .navtitlewrapper h6 {
    display: block; }
    @media only screen and (min-width: 992px) {
      .rheemtabcontents.navversion .navtitlewrapper svg, .rheemtabcontents.navversion .navtitlewrapper h6 {
        display: inline-block;
        vertical-align: middle; } }
  .rheemtabcontents.navversion .navtitlewrapper svg {
    margin-right: 10px; }
  .rheemtabcontents.navversion .navtitlewrapper h6 {
    white-space: nowrap;
    line-height: 1.1;
    margin-top: 10px;
    font-size: 12px;
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
    color: #4a4a4a;
    padding-top: 10px; }
    @media only screen and (min-width: 1200px) {
      .rheemtabcontents.navversion .navtitlewrapper h6 {
        margin-top: 5px;
        font-size: 16px;
        padding-top: 5px; } }
  .rheemtabcontents.navversion .navtitlewrapper a:hover h6 {
    color: #e70033; }
  .rheemtabcontents.navversion .rheemtabcontentpane {
    padding: 0px; }
    .rheemtabcontents.navversion .rheemtabcontentpane .menucolumns {
      padding: 20px 15px; }

/* sitewide module stuff */
#kwikcomfortoffer, #rheemcareers {
  padding: 90px 40px 20px 40px;
  width: 100%;
  background-color: #f8f8f8; }
  #kwikcomfortoffer p, #rheemcareers p {
    color: #97999b; }
  #kwikcomfortoffer h4, #rheemcareers h4 {
    margin-bottom: 20px; }
  #kwikcomfortoffer.commercialoffer, #rheemcareers.commercialoffer {
    background: url(../images/commercialKwikComfortPromoBack.jpg) no-repeat bottom right;
    background-size: contain;
    height: 540px;
    padding-right: 50px;
    color: #63666a;
    background-color: #F8F8F8; }

#rheemcareers {
  display: table; }
  #rheemcareers .helper {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 0px; }
  #rheemcareers .contentholder {
    display: table-cell;
    vertical-align: middle; }
  #rheemcareers .explorecta {
    width: 165px;
    height: 165px;
    display: block;
    background-color: #e70033;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2; }
    #rheemcareers .explorecta span {
      display: inline-block;
      vertical-align: middle; }
      #rheemcareers .explorecta span.alignmenthelper {
        height: 100%;
        width: 0; }
  #rheemcareers a {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; }
    #rheemcareers a:hover {
      -ms-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }

#findapropanel, .findapropanel {
  background-color: #f8f8f8;
  padding: 55px 20px 15px;
  width: 100%;
  border-radius: 6px; }
  #findapropanel .header, .findapropanel .header {
    width: 100%;
    display: table;
    text-align: right; }
    #findapropanel .header span, #findapropanel .header img, .findapropanel .header span, .findapropanel .header img {
      display: table-cell;
      vertical-align: middle; }
    #findapropanel .header span, .findapropanel .header span {
      font-size: 20px;
      text-align: left; }
  #findapropanel hr, .findapropanel hr {
    margin: 0; }
  #findapropanel .row, .findapropanel .row {
    padding: 15px 10px;
    border-bottom: 1px solid #E8E8E8;
    vertical-align: middle; }
    #findapropanel .row p, .findapropanel .row p {
      color: #97999b;
      font-size: 14px;
      margin-bottom: 0px; }
      #findapropanel .row p.contractorname, .findapropanel .row p.contractorname {
        font-size: 16px;
        color: #63666a; }
    #findapropanel .row .fa, .findapropanel .row .fa {
      color: #97999b; }
    #findapropanel .row.red, .findapropanel .row.red {
      color: #e70033;
      text-align: center; }
      #findapropanel .row.red a, .findapropanel .row.red a {
        display: block; }
  #findapropanel .middle-align, .findapropanel .middle-align {
    text-align: center; }
  #findapropanel button, .findapropanel button {
    background-color: transparent;
    color: #e70033;
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid #e70033;
    font-weight: 600;
    font-size: 10px;
    margin-top: 3px; }
    #findapropanel button:focus, .findapropanel button:focus {
      outline: 0; }
    @media only screen and (min-width: 1200px) {
      #findapropanel button, .findapropanel button {
        margin-bottom: 14px;
        margin-top: 10px; } }

.video-container {
  position: relative; }
  .video-container .layover {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; }
    .video-container .layover img {
      width: 100%;
      height: auto;
      box-shadow: 0px 55px 50px #d3d3d3; }
  .video-container .videoholder {
    position: relative;
    padding: 0 5px;
    z-index: 0; }

/* background treatment options */
.tile {
  background-repeat: repeat; }

.repeat-x {
  background-repeat: repeat-x; }

.repeat-y {
  background-repeat: repeat-y; }

.no-repeat {
  background-repeat: no-repeat; }

.cover {
  background-size: cover; }

.contain {
  background-size: contain; }

.parallax {
  background-size: cover; }

.fullwidthrow.rightbleed {
  background-repeat: no-repeat;
  background-size: 0 0; }
  @media only screen and (min-width: 992px) {
    .fullwidthrow.rightbleed {
      background-size: auto; } }

/* default image alignments */
img {
  max-width: 100%;
  height: auto; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }

.share-this.right .sharethis-inline-share-buttons {
  text-align: right !important; }

.force-col-stacked .col-12 {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important; }
.force-col-stacked .text-center {
  text-align: left !important; }

/**********************
Header Styles
AUTHOR: Bobby Donathan - BigRedRooster
_headerstyles.scss
***********************/
#modularHeader {
  margin-bottom: 40px;
  position: relative;
  z-index: 0; }
  @media only screen and (min-width: 768px) {
    #modularHeader {
      margin-top: 166px; } }
  @media screen and (max-width: 576px) {
    #modularHeader {
      padding-top: 110px; } }

#headersmile {
  width: 100%;
  height: 500px;
  display: block;
  background: url(../images/Page_Title_Curve-mobile.svg) no-repeat center bottom;
  position: absolute;
  bottom: -1px;
  left: 0px;
  pointer-events: none;
  background-size: cover !important; }
  @media only screen and (min-width: 768px) {
    #headersmile {
      background: url(../images/Page_Title_Curve.svg) no-repeat center bottom; } }

.desktopbackground {
  position: absolute;
  width: 50%;
  top: 0px;
  left: 50%;
  background-repeat: no-repeat;
  background-position: left bottom;
  display: none; }
  @media only screen and (min-width: 768px) {
    .desktopbackground {
      display: block; } }

.mobileimage {
  width: 100%;
  height: 225px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .mobileimage {
      display: none; } }

.desktopheader {
  display: none; }
  @media only screen and (min-width: 768px) {
    .desktopheader {
      display: block; } }

.headercontent .titledesktop {
  display: none; }
  @media only screen and (min-width: 768px) {
    .headercontent .titledesktop {
      display: block; } }
.headercontent .titlemobile {
  display: block; }
  @media only screen and (min-width: 768px) {
    .headercontent .titlemobile {
      display: none; } }
.headercontent.desktop {
  padding-right: 0px;
  text-align: right; }
  .headercontent.desktop img {
    max-width: 100%;
    height: auto; }
  .headercontent.desktop.textonly {
    text-align: left; }
  @media only screen and (min-width: 992px) {
    .headercontent.desktop {
      padding-right: 90px; }
      .headercontent.desktop.textonly {
        padding-right: 0px; } }
.headercontent.mobile {
  padding-top: 20px;
  text-align: left;
  display: block; }
  @media only screen and (min-width: 768px) {
    .headercontent.mobile {
      display: none; } }

.tierheader {
  margin-top: -1px; }
  .tierheader h1 {
    color: #fff; }
  .tierheader.default {
    background-color: #e70033;
    color: #fff; }
  .tierheader.lightgray {
    background-color: #bbbbbb;
    color: #fff; }
  .tierheader.commercial {
    background-color: #63666a;
    color: #fff; }
  .tierheader.residential {
    background-color: #dfd1a7;
    color: #fff; }

#tier1header {
  position: relative; }
  #tier1header .row, #tier1header .desktopbackground {
    min-height: 225px; }
    @media only screen and (min-width: 768px) {
      #tier1header .row, #tier1header .desktopbackground {
        min-height: 410px; } }

#tier2header {
  position: relative; }
  #tier2header .row, #tier2header .desktopbackground {
    min-height: 225px; }
    @media only screen and (min-width: 768px) {
      #tier2header .row, #tier2header .desktopbackground {
        min-height: 260px; } }

#tier3header {
  position: relative;
  text-align: center; }
  #tier3header .row {
    min-height: 260px; }

.headroom--not-top #alertbanner {
  max-height: 0px;
  padding: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

#alertbanner {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  box-sizing: border-box;
  max-height: 300px;
  background-color: #e70033;
  color: #fff;
  padding: 15px 0 0 0; }
  #alertbanner p {
    margin-bottom: 0px; }
  #alertbanner .alertwrapper {
    display: inline-block; }
  #alertbanner .alerticon {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px; }
    #alertbanner .alerticon img {
      max-height: 100%;
      width: auto; }
  #alertbanner .alertmessage {
    display: table-cell;
    vertical-align: middle;
    text-align: left; }
    #alertbanner .alertmessage a {
      color: #fff !important;
      text-decoration: underline; }
      #alertbanner .alertmessage a:hover {
        text-decoration: none; }

#country-selector {
  color: #97999b;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  text-decoration: none;
  padding: 20px 5px 0 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  #country-selector select.form-control {
    padding: .375rem 1.7rem .375rem .6rem;
    border: #97999b 1px solid;
    outline: none;
    color: #97999b;
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    white-space: nowrap; }
    #country-selector select.form-control::-ms-expand {
      display: none; }
    #country-selector select.form-control:hover {
      cursor: pointer; }
    #country-selector select.form-control:not(:focus) {
      border: none; }
    #country-selector select.form-control:focus {
      background-color: #FFF;
      outline: none;
      box-shadow: none; }
  #country-selector:after {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "\f107";
    font-family: FontAwesome;
    color: #e70033;
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 30px;
    line-height: 78px; }

#resource-selector {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  cursor: pointer !important;
  appearance: none;
  background-color: #fff !important;
  color: #616265;
  display: inline-block;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  outline: none;
  padding: 0;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap; }

#resource-selector #dropdown-item a:hover {
  cursor: pointer !important; }

#resource-selector #dropdown-item a:hover {
  cursor: pointer !important;
  background-color: #ccc !important; }

#resource-selector select.form-control::-ms-expand {
  cursor: pointer !important;
  display: none; }

#resource-selector select.form-control:hover {
  cursor: pointer !important;
  background-color: #fff; }

#resource-selector select.form-control:not(:focus) {
  cursor: pointer !important;
  border: none;
  background-color: #fff; }

#resource-selector select.form-control:focus {
  cursor: pointer !important;
  outline: none;
  box-shadow: none;
  background-color: #fff; }

#resource-selector:after {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "\f107";
  font-family: FontAwesome;
  color: #e70033;
  position: absolute;
  top: -2px;
  right: -24px;
  font-size: 30px;
  background-color: #fff; }

#resource-selector .dropdown-item:before {
  content: "\f105";
  color: #e70033;
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  font-family: FontAwesome;
  left: 10px; }

#parts-selector {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  cursor: pointer !important;
  appearance: none;
  background-color: #fff !important;
  color: #616265;
  display: inline-block;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  outline: none;
  padding: 0;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap; }

#parts-selector #dropdown-item a:hover {
  cursor: pointer !important; }

#parts-selector #dropdown-item a:hover {
  cursor: pointer !important;
  background-color: #ccc !important; }

#parts-selector select.form-control::-ms-expand {
  cursor: pointer !important;
  display: none; }

#parts-selector select.form-control:hover {
  cursor: pointer !important;
  background-color: #fff; }

#parts-selector select.form-control:not(:focus) {
  cursor: pointer !important;
  border: none;
  background-color: #fff; }

#parts-selector select.form-control:focus {
  cursor: pointer !important;
  outline: none;
  box-shadow: none;
  background-color: #fff; }

#parts-selector:after {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "\f107";
  font-family: FontAwesome;
  color: #e70033;
  position: absolute;
  top: -2px;
  right: -24px;
  font-size: 30px;
  background-color: #fff; }

#parts-selector .dropdown-item:before {
  content: "\f105";
  color: #e70033;
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  font-family: FontAwesome;
  left: 10px; }

.Explorer #tier1header .row, .Explorer #tier1header .desktopbackground {
  height: 225px; }
  @media only screen and (min-width: 768px) {
    .Explorer #tier1header .row, .Explorer #tier1header .desktopbackground {
      height: 410px; } }

.Explorer #tier2header .row, .Explorer #tier2header .desktopbackground {
  height: 410px; }
  @media only screen and (min-width: 768px) {
    .Explorer #tier2header .row, .Explorer #tier2header .desktopbackground {
      height: 410px; } }

.Explorer #tier3header .row {
  height: 260px; }

/**********************
Main Navigation Styles
AUTHOR: Sabrina Azad - BigRedRooster
_MegaNav.scss
***********************/
.navigation-wrapper {
  z-index: 12;
  position: relative; }

.desktop-headroom {
  z-index: 2000;
  width: 100%;
  position: relative;
  background-color: white; }

.hidden {
  display: none !important; }

.desktop {
  display: none; }

.mobile {
  display: block !important; }

/** MAIN NAV**/
@media screen and (max-width: 576px) {
  .mainnav {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0; } }

/** LOGO **/
.logowrapper {
  display: table;
  width: 100%; }
  @media screen and (max-width: 576px) {
    .logowrapper {
      padding-top: 5px;
      border: none !important;
      margin-bottom: 0 !important; } }

.logo-icon, .search-bar {
  display: table-cell;
  vertical-align: middle; }

.logo-icon {
  width: 50px; }
  .logo-icon svg {
    width: 100%;
    height: auto; }
  @media only screen and (min-width: 768px) {
    .logo-icon {
      width: 140px;
      padding-right: 35px; } }

.Explorer .logo-icon a svg {
  width: 110px;
  height: 110px; }

/** SEARCH BAR **/
.searchbarwrapper {
  position: relative;
  margin-left: 30px;
  text-align: right; }
  @media only screen and (min-width: 768px) {
    .searchbarwrapper {
      margin-left: 0px; } }
  .searchbarwrapper:after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 14px;
    color: #97999b;
    top: 15%;
    right: 0px;
    z-index: 1; }

input[type="text"].main-nav-search-box {
  text-transform: capitalize;
  border-radius: 0px;
  border: none;
  padding: 0px 0;
  font-size: 1.5em;
  line-height: 1.5em;
  border-bottom: 1px solid #616265;
  margin-bottom: 0px !important;
  color: #616265;
  width: 100%;
  position: relative;
  z-index: 5;
  background: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }
  input[type="text"].main-nav-search-box:focus {
    outline: none;
    -webkit-appearance: none;
    width: 100%; }
  input[type="text"].main-nav-search-box::placeholder {
    color: #97999b;
    opacity: 0; }
    @media only screen and (min-width: 768px) {
      input[type="text"].main-nav-search-box::placeholder {
        opacity: 1; } }
  @media only screen and (min-width: 768px) {
    input[type="text"].main-nav-search-box {
      width: 100%; } }

.main-nav-search-icon {
  position: absolute;
  right: 0px;
  top: 20%; }

/** MOBILE HAMBURGER **/
.mobile-hamburger {
  font-size: 24pt !important; }

/** MOBILE MENU EXPAND **/
.mobile-menu-wrapper {
  width: 100%;
  position: fixed;
  overflow-y: scroll;
  height: 100vh;
  opacity: 0;
  transition: all .3s ease;
  display: none;
  left: 0px; }
  @media screen and (max-width: 576px) {
    .mobile-menu-wrapper {
      padding-top: 55px; } }

.mobile-menu-top-wrap {
  position: relative; }

.mobile-menu-wrapper.show {
  opacity: 1;
  display: block; }

.mobile-menu-expand {
  width: 100%;
  background-color: #e70033;
  min-height: 100vh;
  position: relative;
  z-index: 1000;
  top: -100vh; }
  .mobile-menu-expand ul {
    padding: 0;
    margin: 0; }
    .mobile-menu-expand ul li {
      list-style-type: none;
      width: 100%;
      height: auto;
      text-transform: uppercase;
      padding-bottom: 0px; }
      .mobile-menu-expand ul li:last-child {
        clear: right; }
      .mobile-menu-expand ul li:active {
        background-color: #e70033; }

.mob-menu-non-expand {
  clear: left; }

.mobile-megamenu .fa-angle-up, .mobile-megamenu .fa-angle-down {
  position: absolute;
  top: 1.5vh;
  right: 20px;
  font-weight: bold;
  font-size: 10vw; }
.mobile-megamenu li {
  position: relative; }
  .mobile-megamenu li a {
    text-decoration: none;
    color: white;
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
    font-size: 5vw;
    text-transform: none;
    padding: 5% 20px;
    display: block;
    border-bottom: 1px solid #ee667f; }
    .mobile-megamenu li a:after {
      display: none; }
.mobile-megamenu .mo-switch-tab {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #cccccc; }
  .mobile-megamenu .mo-switch-tab a {
    color: #e70033;
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 2vh 0;
    display: block;
    text-decoration: none; }
  .mobile-megamenu .mo-switch-tab > div {
    display: table-cell;
    vertical-align: middle; }
  .mobile-megamenu .mo-switch-tab #mo-switch-tab-residential {
    border-right: 1px solid #ccc; }
  .mobile-megamenu .mo-switch-tab .active-tab-mo {
    background-color: #fff; }
  .mobile-megamenu .mo-switch-tab .non-active-tab-mo {
    background-color: #f5f5f5; }
.mobile-megamenu .mo-resources-menu {
  display: none;
  background-color: #FFF;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 1; }
.mobile-megamenu .mo-resources-item:after {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "\f105";
  font-family: FontAwesome;
  color: #e70033;
  position: absolute;
  top: 14px;
  left: -6px;
  font-size: 24px;
  background-color: #fff;
  border-bottom: none !important; }
.mobile-megamenu .mo-resources-item {
  color: #63666a !important;
  left: 20px;
  border-bottom: none !important; }
.mobile-megamenu .mo-resources-item {
  border-bottom: none !important; }
.mobile-megamenu .mo-parts-menu {
  display: none;
  background-color: #FFF;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 1; }
.mobile-megamenu .mo-parts-item:after {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "\f105";
  font-family: FontAwesome;
  color: #e70033;
  position: absolute;
  top: 14px;
  left: -6px;
  font-size: 24px;
  background-color: #fff;
  border-bottom: none !important; }
.mobile-megamenu .mo-parts-item {
  color: #63666a !important;
  left: 20px;
  border-bottom: none !important; }
.mobile-megamenu .mo-parts-item {
  border-bottom: none !important; }
.mobile-megamenu .mo-products-menu {
  display: none;
  background-color: #FFF; }
  .mobile-megamenu .mo-products-menu .mo-section-header {
    position: relative;
    color: #4a4a4a;
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
    text-transform: none;
    display: block;
    clear: left;
    padding: 5% 20px; }
    .mobile-megamenu .mo-products-menu .mo-section-header .fa {
      color: #e70033; }
  .mobile-megamenu .mo-products-menu .mobile-menu-sections li {
    display: table;
    width: 100%;
    table-layout: auto;
    padding: 0 20px; }
    .mobile-megamenu .mo-products-menu .mobile-menu-sections li .fa {
      display: table-cell;
      vertical-align: top;
      color: #e70033;
      font-weight: bold;
      padding-top: 4%;
      width: 20px; }
    .mobile-megamenu .mo-products-menu .mobile-menu-sections li a {
      display: table-cell;
      vertical-align: top;
      padding-left: 0px;
      font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 1;
      color: #63666a;
      border-bottom: none; }
.mobile-megamenu .rh-country-list {
  display: none; }
  .mobile-megamenu .rh-country-list .fa-angle-right {
    color: #e70033; }
  .mobile-megamenu .rh-country-list a {
    color: #63666a;
    border-bottom: none;
    display: inline-block;
    padding: 5% 20px 5% 10px; }

.mo-sub-text {
  color: white;
  text-transform: lowercase !important;
  font-size: 9pt; }

.mo-right {
  color: white; }

.mobile-menu-sections {
  display: none; }

.mo-sec-fa-down {
  display: inline-block !important; }

.horizontalRule {
  clear: both;
  width: 100%;
  background-color: #d1d1d1;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px; }

.mobile-top-menu {
  white-space: nowrap; }

.mobile-flex-ad {
  color: white;
  padding: 10% 10% 0 0;
  position: absolute;
  bottom: 0;
  width: 100%; }

.mob-ad-left {
  float: left;
  width: 60%;
  padding-left: 3%; }

.mob-ad-right {
  float: left;
  width: 40%; }

.mo-flex-ad-btn {
  background-color: transparent;
  color: white;
  border: 2px solid !important;
  padding: 3% 20% !important;
  font-size: small !important;
  margin-top: 10%; }

.btn-long,
.btn-short {
  display: none; }

.nav-column {
  margin-bottom: 5%; }
  .nav-column ul {
    list-style: none;
    padding: 0; }
    .nav-column ul li {
      padding: 2% 0;
      font-size: small;
      display: table;
      margin-bottom: 10px; }
      .nav-column ul li:hover .fa-angle-right {
        transform: translateX(5px); }
      .nav-column ul li .fa-angle-right {
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        color: #e70033;
        padding-right: 5px;
        font-weight: bold;
        display: table-cell;
        vertical-align: top;
        height: 100%; }
      .nav-column ul li a {
        display: table-cell;
        vertical-align: top;
        color: black;
        text-decoration: none;
        line-height: 1;
        padding-top: 3px; }
        .nav-column ul li a:active, .nav-column ul li a:visited, .nav-column ul li a:link, .nav-column ul li a:focus {
          color: black;
          text-decoration: none; }
        .nav-column ul li a:after {
          display: none; }
        .nav-column ul li a:hover {
          color: #e70033;
          text-decoration: none; }

.nav-column-button {
  background-color: white;
  border: 2px solid !important;
  border-color: #e70033 !important;
  color: #e70033;
  padding: 2% 15% !important; }
  .nav-column-button:hover {
    background-color: #e70033;
    color: white; }

.navholder .closebtn {
  width: 28px;
  height: 28px; }

@media only screen and (min-width: 768px) {
  .desktop {
    display: block; }

  .mobile {
    display: none !important; }

  /************ TOP NAV CSS *************/
  .top-nav {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: -8px; }
    .top-nav a {
      color: #97999b;
      font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
      text-decoration: none;
      padding: 20px 25px 0 25px;
      display: inline-block;
      vertical-align: middle; }
      .top-nav a:hover {
        color: #e70033 !important; }
      .top-nav a:active, .top-nav a:visited, .top-nav a:link, .top-nav a:focus {
        color: #97999b;
        text-decoration: none; }
      .top-nav a:after {
        display: none; }
      .top-nav a:last-child {
        padding-right: 0px; }

  /************ MAIN NAV CSS *************/
  .desknav {
    display: table;
    width: 100%; }

  #meganavcontainer {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; }
    #meganavcontainer.active {
      top: 0vh; }
      #meganavcontainer.active .navholder {
        top: 60px; }
    #meganavcontainer .navholder {
      background: #f5f5f5;
      width: 100%;
      position: absolute;
      top: -100vh;
      left: 0;
      z-index: 1;
      -webkit-transition: all 300ms cubic-bezier(0, 0, 0.08, 1);
      -moz-transition: all 300ms cubic-bezier(0, 0, 0.08, 1);
      transition: all 300ms cubic-bezier(0, 0, 0.08, 1);
      -moz-transition-delay: 200ms;
      -webkit-transition-delay: 200ms;
      transition-delay: 200ms; }
      #meganavcontainer .navholder .closebtn {
        position: absolute;
        top: 25px;
        right: 30px; }
        #meganavcontainer .navholder .closebtn svg {
          fill: #e70033; }
    #meganavcontainer .navoverlay {
      background: rgba(193, 196, 199, 0.95);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }

  .main-nav-items {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .main-nav-items .itemwrapper {
      display: table;
      table-layout: fixed;
      width: 100%; }
      .main-nav-items .itemwrapper > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
      .main-nav-items .itemwrapper a {
        color: #616265;
        text-decoration: none;
        font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
        font-size: 14px; }
        .main-nav-items .itemwrapper a:hover {
          color: #e70033 !important;
          text-decoration: none; }
        .main-nav-items .itemwrapper a:active, .main-nav-items .itemwrapper a:visited, .main-nav-items .itemwrapper a:link, .main-nav-items .itemwrapper a:focus {
          text-decoration: none; }
        .main-nav-items .itemwrapper a:after {
          display: none; }

  .urgent-button {
    display: none; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .urgent-button {
      display: table-cell;
      vertical-align: middle;
      width: 163px; } }
@media only screen and (min-width: 768px) {
    .urgent-button a.btn-primary {
      color: #fff;
      background: #e70033;
      font-size: 12px;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
      .urgent-button a.btn-primary:hover {
        color: #97999b !important;
        transform: scale(1.1); }

  .active-hover {
    color: #e70033 !important;
    text-decoration: none; }

  /** HELP BUTTON **/
  #main-nav-help-button-short {
    background-color: #e70033;
    color: white;
    text-transform: uppercase;
    font-size: 0.75em;
    padding: 12% 10%; }

  .btn-long {
    display: none; }

  .btn-short {
    display: block;
    padding: 0; }

  /************ SWITCH TAB CSS *************/
  .active-tab {
    background-color: #e70033 !important;
    color: white !important;
    border-color: #e70033 !important; }
    .active-tab a {
      color: white !important; }

  .non-active-tab {
    background-color: white !important;
    color: #e70033 !important;
    border-color: #e70033 !important; }
    .non-active-tab a {
      color: #e70033 !important; }

  .switch-tab {
    padding-bottom: 4%; }

  .switch-tab-title {
    font-size: 20px;
    padding: 0 40px; }

  .residential-tab,
  .commercial-tab {
    margin-right: 0px !important;
    margin-left: 1% !important;
    max-height: 50vh;
    overflow: auto; } }
  @media only screen and (min-width: 768px) and (min-width: 1200px) {
    .residential-tab,
    .commercial-tab {
      max-height: none; } }

@media only screen and (min-width: 768px) {
  #switch-tab-residential {
    background-color: #e70033;
    color: white;
    font-size: 0.75em;
    padding: 5px 15px;
    border-bottom-left-radius: .5em;
    border-top-left-radius: .5em;
    border: 2px solid;
    border-color: #e70033;
    text-transform: capitalize; }
    #switch-tab-residential a {
      text-decoration: none;
      color: white;
      display: inline-block; }
      #switch-tab-residential a:hover, #switch-tab-residential a:active, #switch-tab-residential a:visited, #switch-tab-residential a:link, #switch-tab-residential a:focus {
        text-decoration: none;
        color: white; }
      #switch-tab-residential a:after {
        display: none; }

  #switch-tab-commercial {
    background-color: white;
    color: #e70033;
    font-size: 0.75em;
    padding: 5px 15px;
    border-bottom-right-radius: .5em;
    border-top-right-radius: .5em;
    border: 2px solid;
    text-transform: capitalize; }
    #switch-tab-commercial a {
      text-decoration: none;
      color: #e70033;
      display: inline-block; }
      #switch-tab-commercial a:hover, #switch-tab-commercial a:active, #switch-tab-commercial a:visited, #switch-tab-commercial a:link, #switch-tab-commercial a:focus {
        text-decoration: none;
        color: #e70033; }
      #switch-tab-commercial a:after {
        display: none; }

  /************ MEGA MENU TAB CSS *************/
  #tab-no-padding {
    padding: 0 !important; }

  /************ FLEXIBLE AD CSS *************/
  .flexible-ad {
    margin-left: 0px !important;
    color: white;
    background-color: #ec0928;
    padding: 0px; }
    .flexible-ad .ad {
      padding: 15px; }
      .flexible-ad .ad .flexible-ad-title {
        font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
        margin-bottom: 5px;
        display: block; }
      .flexible-ad .ad:nth-child(2) {
        border-left: 1px solid white;
        border-right: 1px solid white; }
      .flexible-ad .ad .adcontent {
        display: table;
        width: 100%; }
        .flexible-ad .ad .adcontent span, .flexible-ad .ad .adcontent button {
          display: table-cell;
          vertical-align: top; }
        .flexible-ad .ad .adcontent span {
          font-family: "RheemSansLight", Helvetica, Arial, sans-serif;
          padding-right: 10px;
          font-size: 14px; } }
/**********************
Footer Styles
AUTHOR: Sabrina Azad - BigRedRooster
_footer.scss
***********************/
#shybar {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 11;
  will-change: transform;
  transition: transform 200ms linear; }
  #shybar.aboveoffset, #shybar.scrollin-up {
    transform: translateY(100%); }
  #shybar #shybarholder {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    background-color: #e70033;
    width: 100%;
    table-layout: fixed;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px; }
    #shybar #shybarholder li {
      display: inline-block;
      padding: 5px 0;
      width: 49%; }
      @media only screen and (min-width: 768px) {
        #shybar #shybarholder li {
          display: table-cell;
          width: auto; } }
      #shybar #shybarholder li:last-child a {
        border-right: none; }
      #shybar #shybarholder li a {
        color: #fff;
        display: block;
        text-align: center;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        font-size: 13px;
        padding: 18px 0;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
        #shybar #shybarholder li a:hover {
          text-decoration: none;
          background-color: #b80023; }

#footer {
  margin-top: 100px;
  position: relative;
  z-index: 10;
  /**************** MEDIA QUERIES *****************/ }
  #footer ul {
    list-style-type: none;
    padding: 0 0 40px 0; }
    #footer ul li {
      padding: 0.25rem 0; }
      #footer ul li.bold a {
        color: #63666a;
        font-family: "RheemSansBold", Helvetica, Arial, sans-serif; }
    #footer ul a {
      text-decoration: none;
      color: #999;
      font-size: 16px; }
      #footer ul a:after {
        display: none; }
      #footer ul a:hover {
        text-decoration: none;
        opacity: .5; }
      @media only screen and (min-width: 768px) {
        #footer ul a {
          font-size: 14px; } }
  #footer ul.subNested {
    padding: 0.25rem 0;
    margin-top: 40px; }
    #footer ul.subNested a {
      color: #63666a;
      font-family: "RheemSansBold", Helvetica, Arial, sans-serif; }
  #footer .footertop {
    background-color: #fff;
    padding-top: 60px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2; }
  #footer .footerbottom {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding-bottom: 100px; }
  #footer .scrolltopholder {
    z-index: 10;
    position: absolute;
    top: -45px;
    width: 100%; }
    #footer .scrolltopholder #scrolltopbtn {
      width: 41px;
      height: 41px;
      border: 2px solid #e70033;
      border-radius: 100%;
      background-color: #fff;
      display: inline-block;
      text-align: center;
      line-height: 40px; }
      #footer .scrolltopholder #scrolltopbtn img {
        width: 19px;
        height: auto;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
      #footer .scrolltopholder #scrolltopbtn:hover img {
        -ms-transform: translateY(-5px);
        /* IE 9 */
        -webkit-transform: translateY(-5px);
        /* Safari */
        transform: translateY(-5px); }
  #footer .footer-smile {
    background-image: url(../images/Page_Title_Curve.svg);
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    pointer-events: none;
    position: absolute;
    bottom: 99.9%;
    background-position: center bottom;
    background-size: cover; }
  #footer .footer-header {
    border-bottom: 1px solid lightgray;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 0;
    position: relative;
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif; }
    @media only screen and (min-width: 768px) {
      #footer .footer-header {
        border-bottom: none;
        padding: 0 0 40px 0; } }
  #footer .footer-sub-header {
    color: #63666a;
    display: block;
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif; }
  #footer .social-icons {
    margin-top: 40px;
    display: block;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      #footer .social-icons {
        margin-top: 0px; } }
    #footer .social-icons ul {
      display: inline-block; }
      @media only screen and (min-width: 992px) {
        #footer .social-icons ul {
          float: right; } }
      #footer .social-icons ul li {
        display: inline-block;
        vertical-align: middle;
        line-height: 45px; }
        #footer .social-icons ul li:last-child a {
          margin-right: 0; }
        #footer .social-icons ul li a {
          font-size: 25px;
          color: #b3b3b3;
          margin: 0 8px; }
          #footer .social-icons ul li a:after {
            display: none; }
        #footer .social-icons ul li img {
          width: auto;
          height: 28px;
          display: inline-block;
          vertical-align: top;
          margin-top: 5px; }
  #footer .mobile-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #e70033;
    font-size: 30px;
    margin-top: -16px; }
    @media only screen and (min-width: 768px) {
      #footer .mobile-arrow {
        display: none; } }
  #footer .footer-first-bottom-row, #footer .footer-second-bottom-row {
    text-align: center;
    margin: auto;
    padding: 1rem 0;
    color: #999; }
    #footer .footer-first-bottom-row a, #footer .footer-second-bottom-row a {
      font-weight: bold;
      color: #999;
      font-size: 12px;
      text-decoration: none; }
      #footer .footer-first-bottom-row a:after, #footer .footer-second-bottom-row a:after {
        display: none; }
      #footer .footer-first-bottom-row a:hover, #footer .footer-second-bottom-row a:hover {
        text-decoration: none;
        opacity: .5; }
  #footer .footer-copyright {
    color: #999;
    font-size: 12px;
    margin: auto;
    text-align: center;
    padding: 1rem 0; }
  #footer .mobile-extend {
    display: none; }
    @media only screen and (min-width: 768px) {
      #footer .mobile-extend {
        display: block !important; } }
  #footer #legal_footer {
    font-size: 12px;
    font-style: italic;
    color: #63666a; }
    #footer #legal_footer em, #footer #legal_footer sup {
      font-style: normal; }
  @media only screen and (min-width: 992px) {
    #footer .footer-first-bottom-row, #footer .footer-copyright {
      margin-left: 0;
      text-align: left; }
    #footer .footer-second-bottom-row {
      margin-right: 0;
      margin-top: 0; } }

.Explorer.version10 #footer .footer-smile {
  display: none; }
.Explorer.version10 #footer .footertop {
  border-top: 8px solid #E8E8E8; }

.Explorer #footer .scrolltopholder #scrolltopbtn {
  line-height: 36px; }

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);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.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: rgba(193, 196, 199, 0.95);
  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 .25s, visibility 0s linear .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 .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  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: #000; }

.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: #fff;
  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(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  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 .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  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: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.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: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  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: #fff;
  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: #fff;
  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 .8s infinite linear;
  animation: fancybox-rotate .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: #222;
  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: #fff;
  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: #fff;
  transition: all .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: #fff; }

.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: #fff;
  -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: #fff;
  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(50% - 4px);
  max-height: calc(100% - 8px);
  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(100% - 10px); } }
/*********************
Landing Page Template Styles
AUTHOR: Sabrina Azad & Bobby Donathan - BigRedRooster
************************/
@media only screen and (min-width: 768px) {
  .desktop-sidebar .exploregradient {
    padding-top: 30px;
    background-image: -moz-linear-gradient(90deg, rgba(245, 245, 246, 0) 0%, #f5f5f6 60%);
    background-image: -webkit-linear-gradient(90deg, rgba(245, 245, 246, 0) 0%, #f5f5f6 60%);
    background-image: -ms-linear-gradient(90deg, rgba(245, 245, 246, 0) 0%, #f5f5f6 60%); }
    .desktop-sidebar .exploregradient:after {
      content: '';
      display: block;
      height: 200px;
      width: 100%; } }
.desktop-sidebar .explore {
  text-align: center;
  margin-bottom: 10px; }
  .desktop-sidebar .explore img {
    max-width: 100%;
    height: auto; }
  .desktop-sidebar .explore a {
    text-decoration: none;
    display: block;
    color: #4a4a4a;
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif; }
    .desktop-sidebar .explore a:hover {
      text-decoration: none; }
.desktop-sidebar .explorelist {
  display: none;
  list-style-type: none;
  padding: 0;
  max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .desktop-sidebar .explorelist {
      display: block; } }
  .desktop-sidebar .explorelist li {
    text-align: center;
    padding-bottom: 0px; }
    .desktop-sidebar .explorelist li hr {
      margin-top: 10px;
      margin-bottom: 0px; }
      @media only screen and (min-width: 768px) {
        .desktop-sidebar .explorelist li hr {
          margin-top: 20px;
          margin-bottom: 0px; } }
      @media only screen and (min-width: 992px) {
        .desktop-sidebar .explorelist li hr {
          margin-top: 40px;
          margin-bottom: 0px; } }
    .desktop-sidebar .explorelist li a {
      text-decoration: none;
      font-size: 14px;
      color: #97999b;
      font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
      opacity: 1;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
      .desktop-sidebar .explorelist li a img {
        display: block;
        margin: 0 auto;
        max-width: 70%;
        padding: 24px 0px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        opacity: 1; }
      .desktop-sidebar .explorelist li a:hover {
        text-decoration: none;
        opacity: .8; }
        .desktop-sidebar .explorelist li a:hover img {
          opacity: .8; }
.desktop-sidebar .more-btn {
  display: none;
  color: #e70033;
  text-align: center;
  cursor: pointer;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 10px 0; }
  @media only screen and (min-width: 768px) {
    .desktop-sidebar .more-btn {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .desktop-sidebar .more-btn {
      padding-bottom: 20px 0; } }
  @media only screen and (min-width: 992px) {
    .desktop-sidebar .more-btn {
      padding-bottom: 40px 0; } }
  .desktop-sidebar .more-btn .fa {
    font-size: 20px;
    font-weight: bold;
    vertical-align: top;
    line-height: 16px; }
.desktop-sidebar .hid-col {
  display: none; }
.desktop-sidebar .owllistholder {
  margin-bottom: 40px;
  display: block; }
  @media only screen and (min-width: 768px) {
    .desktop-sidebar .owllistholder {
      display: none; } }
  .desktop-sidebar .owllistholder .owl-dots {
    bottom: -30px; }
  .desktop-sidebar .owllistholder .owl-item a {
    text-decoration: none;
    font-size: 15px;
    color: #97999b;
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
    text-align: center;
    display: block; }
    .desktop-sidebar .owllistholder .owl-item a img {
      padding-bottom: 20px;
      display: block;
      margin: 0 auto;
      max-height: 220px; }

@media only screen and (min-width: 768px) {
  .mobile-header {
    display: none; } }
.mobile-header .mobile-header-img {
  text-align: center;
  padding: 25px 0px; }
.mobile-header .icons {
  padding: 60px 0px; }
.mobile-header .explore {
  text-align: center;
  margin-bottom: 120px; }
  .mobile-header .explore a {
    text-decoration: none;
    color: #000;
    display: block; }
    .mobile-header .explore a:hover {
      text-decoration: none; }
.mobile-header .feature {
  text-align: center; }
  .mobile-header .feature a {
    color: #000;
    text-decoration: none; }
    .mobile-header .feature a:hover {
      text-decoration: none; }
  .mobile-header .feature span {
    display: block;
    padding: 50px 0px;
    width: 35%;
    margin: 0 auto; }

.desktop-header {
  display: none; }
  @media only screen and (min-width: 768px) {
    .desktop-header {
      display: block; }
      .desktop-header img {
        width: 100%; }
      .desktop-header .text {
        margin-bottom: 25px; } }

.panel-one {
  background-image: url("../images/Commercial_Air_Desktop.png");
  background-size: cover;
  padding: 0px 75px;
  margin: 15px 0px; }
  .panel-one .feature-img {
    padding: 150px 0px 25px 0px;
    text-align: center; }
    .panel-one .feature-img img {
      width: 100%; }
  .panel-one .desktop-right {
    padding-bottom: 115px; }
  .panel-one h4 {
    color: white; }
  .panel-one ul {
    color: white;
    padding-left: 15px;
    font-size: 12pt; }
    .panel-one ul li {
      padding: 10px 0px; }
  .panel-one button {
    background-color: #e70033;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-size: 10px; }
    .panel-one button:focus {
      outline: 0; }
  @media only screen and (min-width: 992px) {
    .panel-one .feature-img {
      float: left;
      width: 50%; }
    .panel-one .desktop-right {
      width: 50%;
      display: inline-block;
      padding: 75px 25px; } }

.panel-two {
  background-color: #093266;
  padding: 50px;
  width: 100%;
  margin: 15px 0px; }
  .panel-two .header {
    color: white; }
    .panel-two .header .big-font {
      font-size: 85px;
      font-weight: 100;
      margin: 0; }
      @media only screen and (min-width: 992px) {
        .panel-two .header .big-font {
          font-size: 55px; } }
  .panel-two ul {
    color: white;
    padding-left: 15px;
    font-weight: 100; }
    @media only screen and (min-width: 1200px) {
      .panel-two ul li {
        padding: 13px 0px; } }
  .panel-two button {
    background-color: #e70033;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-size: 10px;
    margin-left: 70%; }
    @media only screen and (min-width: 992px) {
      .panel-two button {
        margin-left: 50%; } }
    @media only screen and (min-width: 1200px) {
      .panel-two button {
        margin-left: 60%; } }
    .panel-two button:focus {
      outline: 0; }

.panel-three {
  background-color: #f8f8f8;
  padding: 50px;
  width: 100%;
  margin: 15px 0px; }
  .panel-three img {
    margin: auto;
    display: block;
    max-width: 100%; }
    @media only screen and (min-width: 1200px) {
      .panel-three img {
        margin-top: 42px; } }
  .panel-three button {
    background-color: transparent;
    color: #e70033;
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid #e70033;
    font-weight: 600;
    font-size: 10px; }
    .panel-three button:focus {
      outline: 0; }
  .panel-three span {
    font-size: 30px;
    display: block;
    margin: auto 0; }

.resource-center {
  display: none;
  text-align: center; }
  .resource-center .iconholder {
    height: 50px;
    display: block;
    margin: 0 auto;
    text-align: center; }
    .resource-center .iconholder span, .resource-center .iconholder img {
      display: inline-block;
      vertical-align: middle; }
    .resource-center .iconholder span {
      height: 100%; }
  .resource-center h5 {
    margin: 20px 0 10px 0; }
  .resource-center span {
    display: block;
    padding: 5px 0px; }
  .resource-center .desc {
    font-size: 12px; }
  .resource-center .header {
    text-align: left;
    padding-bottom: 40px;
    padding-top: 25px; }
    .resource-center .header .help {
      text-align: right; }
  @media only screen and (min-width: 768px) {
    .resource-center {
      display: block; } }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1; }
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }
    .owl-carousel .owl-item p {
      margin-bottom: 0px; }
    .owl-carousel .owl-item img {
      display: block; }
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel.owl-loaded {
  display: block; }
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }
.owl-carousel.owl-hidden {
  opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }
.owl-carousel.owl-rtl {
  direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**********************************************/
/**********************************************/
/*********** OWL CAROUSEL NAV STYLE ***********/
/**********************************************/
/**********************************************/
.owl-prev {
  width: 22px;
  height: 37px;
  position: absolute;
  overflow: hidden;
  text-indent: 999px;
  background: url(../images/owl-arrow-left.svg) no-repeat center center;
  top: 40%;
  left: 5%;
  display: block !important; }
  .owl-prev:hover {
    background: url(../images/owl-arrow-left-hover.svg) no-repeat center center; }

.owl-next {
  width: 22px;
  height: 37px;
  position: absolute;
  overflow: hidden;
  text-indent: 999px;
  background: url(../images/owl-arrow-right.svg) no-repeat center center;
  top: 40%;
  right: 5%;
  display: block !important; }
  .owl-next:hover {
    background: url(../images/owl-arrow-right-hover.svg) no-repeat center center; }

.owl-prev i,
.owl-next i {
  position: absolute;
  right: 0;
  color: #97999b;
  font-size: 50px; }

.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%; }

.owl-dot {
  width: 25px;
  height: 5px;
  background: #737474;
  margin-right: 5px;
  display: inline-block; }

.owl-dot.active {
  background: #e70033; }

/**********************************************/
/**********************************************/
/************ END OF OWL CAROUSEL *************/
/**********************************************/
/**********************************************/
.perm-mark-font {
  font-family: "Permanent Marker"; }

.red {
  color: #e70033; }

.section-1 {
  background: url("../images/careers-section-1-bg.png") no-repeat; }

.section-2 {
  padding: 30px; }
  .section-2 .card {
    margin: 15px; }
    @media only screen and (min-width: 992px) {
      .section-2 .card {
        margin: 0; } }
    .section-2 .card img {
      -webkit-transition: all 3s ease;
      -moz-transition: all 3s ease;
      transition: all 3s ease;
      -moz-transition-delay: 0;
      -webkit-transition-delay: 0;
      transition-delay: 0; }
    .section-2 .card:hover img {
      transform: scale(1.2); }
  .section-2 .box-1, .section-2 .box-2, .section-2 .box-3 {
    background: #6bbbae; }
    .section-2 .box-1 .wrapper, .section-2 .box-2 .wrapper, .section-2 .box-3 .wrapper {
      position: relative;
      height: 350px;
      padding: 15px;
      overflow: hidden; }
      .section-2 .box-1 .wrapper .btn, .section-2 .box-2 .wrapper .btn, .section-2 .box-3 .wrapper .btn {
        position: relative;
        z-index: 2; }
      .section-2 .box-1 .wrapper h2, .section-2 .box-2 .wrapper h2, .section-2 .box-3 .wrapper h2 {
        color: #fff;
        padding-top: 30px;
        margin-bottom: 0;
        position: relative;
        z-index: 1; }
      .section-2 .box-1 .wrapper img, .section-2 .box-2 .wrapper img, .section-2 .box-3 .wrapper img {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 0; }
  .section-2 .box-2 {
    background: #ed8b00; }
    .section-2 .box-2 img {
      height: 100%; }
  .section-2 .box-3 {
    background: #dfd1a7; }

.section-3 {
  background: #ececec; }
  .section-3 .bg-img {
    background: url("../images/careers-map.png") no-repeat right center/contain; }
  .section-3 .wrapper {
    padding: 250px 0; }

.team-page {
  margin: 50px auto; }
  .team-page .team-members {
    border: 1px solid #c4c4c3;
    display: block;
    position: relative;
    width: 100%;
    margin: 50px 0; }
    .team-page .team-members .wrapper {
      padding: 10px; }
      @media only screen and (min-width: 992px) {
        .team-page .team-members .wrapper {
          padding: 50px; } }
      .team-page .team-members .wrapper .member .expand-more.expandable {
        height: 285px;
        overflow: hidden;
        position: relative; }
      .team-page .team-members .wrapper .member .expandable:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        height: 100px;
        width: 100%;
        background: -webkit-linear-gradient(#fff, #fff);
        background: linear-gradient(rgba(255, 255, 255, 0), #fff); }
      .team-page .team-members .wrapper .member .expandable.open:after {
        background: none; }
      .team-page .team-members .wrapper .member #more,
      .team-page .team-members .wrapper .member #less {
        color: #e70033;
        cursor: pointer; }
      .team-page .team-members .wrapper .member #less {
        display: none; }
      .team-page .team-members .wrapper .member #more {
        padding: 25px 0; }
      .team-page .team-members .wrapper .member .hidden {
        display: none; }
      .team-page .team-members .wrapper .member .active {
        display: block; }
      .team-page .team-members .wrapper .all-members .active {
        opacity: 0.5; }
      .team-page .team-members .wrapper .all-members h5 {
        text-align: center;
        margin-bottom: 20px; }

.social-row {
  background: #f5f5f6;
  padding: 30px; }
  .social-row .tabular-content {
    margin-bottom: 20px; }
  .social-row .tab {
    overflow: hidden;
    background-color: #f5f5f6; }
    .social-row .tab .fa-twitter,
    .social-row .tab .fa-facebook,
    .social-row .tab .fa-youtube-play {
      font-size: 40px;
      color: #97999b; }
    .social-row .tab button {
      background-color: inherit;
      float: left;
      border-left: 1px solid #97999b;
      border-right: 1px solid #97999b;
      border-top: 1px solid #97999b;
      border-bottom: 3px solid #97999b;
      outline: none;
      cursor: pointer;
      padding: 14px 16px;
      transition: 0.3s;
      font-size: 17px;
      height: 75px;
      width: 75px; }
      .social-row .tab button:hover {
        background-color: #ddd; }
      .social-row .tab button.active {
        background-color: #fff;
        border-left: 1px solid #97999b;
        border-right: 1px solid #97999b;
        border-top: 3px solid #e70033;
        border-bottom: none; }
        .social-row .tab button.active .fa-twitter {
          color: #0084ff; }
        .social-row .tab button.active .fa-facebook {
          color: #3b549f; }
        .social-row .tab button.active .fa-youtube-play {
          color: #e70033; }
      .social-row .tab button.single {
        border: 1px solid #97999b; }
  .social-row .tabcontent-2 {
    display: none; }
    .social-row .tabcontent-2.active {
      display: block; }
  .social-row .tabcontent,
  .social-row .tabcontent-2 {
    background: #f5f5f6;
    padding: 0;
    border-top: 1px solid #ccc; }
    .social-row .tabcontent .social-feed-container,
    .social-row .tabcontent .social-feed-container-2,
    .social-row .tabcontent .social-feed-container-3,
    .social-row .tabcontent-2 .social-feed-container,
    .social-row .tabcontent-2 .social-feed-container-2,
    .social-row .tabcontent-2 .social-feed-container-3 {
      padding: 15px; }
      .social-row .tabcontent .social-feed-container .card,
      .social-row .tabcontent .social-feed-container-2 .card,
      .social-row .tabcontent .social-feed-container-3 .card,
      .social-row .tabcontent-2 .social-feed-container .card,
      .social-row .tabcontent-2 .social-feed-container-2 .card,
      .social-row .tabcontent-2 .social-feed-container-3 .card {
        border: 0; }
      .social-row .tabcontent .social-feed-container .card-block,
      .social-row .tabcontent .social-feed-container-2 .card-block,
      .social-row .tabcontent .social-feed-container-3 .card-block,
      .social-row .tabcontent-2 .social-feed-container .card-block,
      .social-row .tabcontent-2 .social-feed-container-2 .card-block,
      .social-row .tabcontent-2 .social-feed-container-3 .card-block {
        background: #f5f5f6; }
  .social-row .yt {
    padding-top: 15px; }

.careers_2 .sec-1 {
  background: url("../images/bg-1-careers.png") no-repeat center bottom/cover; }
  .careers_2 .sec-1 .wrapper {
    padding: 250px 0 525px 0;
    text-align: center; }
    .careers_2 .sec-1 .wrapper h4 {
      padding-bottom: 25px; }
    .careers_2 .sec-1 .wrapper h1 {
      font-size: 48pt;
      text-align: center;
      line-height: 1; }
.careers_2 .sec-2 {
  background: url("../images/bg-2-careers.png") no-repeat center bottom/cover; }
  .careers_2 .sec-2 .wrapper {
    padding: 125px 0;
    color: white; }
    @media only screen and (min-width: 992px) {
      .careers_2 .sec-2 .wrapper {
        padding: 125px 0 300px 0; } }
    .careers_2 .sec-2 .wrapper h1 {
      color: white; }
.careers_2 .sec-3 {
  background: url("../images/bg-3-careers.png") no-repeat center top/cover; }
  .careers_2 .sec-3 .empty {
    background: #6bb8ab;
    position: absolute;
    margin-top: 560px; }
  .careers_2 .sec-3 .wrapper {
    margin: 560px 0 100px 0;
    background: #6bb8ab;
    padding: 45px 20px 45px 0; }
    .careers_2 .sec-3 .wrapper h1 {
      color: white; }
      .careers_2 .sec-3 .wrapper h1:before {
        display: block;
        padding-left: 10px;
        content: "\201C";
        font-size: 120px;
        position: absolute;
        left: -45px;
        color: #b3efe5;
        top: 600px; }
    .careers_2 .sec-3 .wrapper p {
      color: #b3efe5;
      margin-bottom: 0;
      text-align: right; }
  .careers_2 .sec-3 .ribbon-corner {
    margin: 560px 0 100px 0; }
    .careers_2 .sec-3 .ribbon-corner img {
      max-width: 100%;
      width: auto;
      height: 100%; }
.careers_2 .sec-4 {
  background: url("../images/bg-4-careers.png") no-repeat center right/cover; }
  .careers_2 .sec-4 .wrapper {
    padding: 150px 0; }
    .careers_2 .sec-4 .wrapper p {
      line-height: 1.5;
      font-size: 20px; }
      .careers_2 .sec-4 .wrapper p:nth-child(odd) {
        margin-bottom: 0; }

#menu-why-rheem-sidemenu li.current_page_item a {
  color: #4a4a4a; }
#menu-why-rheem-sidemenu li:first-child {
  margin-top: 0px; }
#menu-why-rheem-sidemenu li.socialicon a:before {
  font-family: 'FontAwesome';
  color: #9D999B;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  font-size: 20px;
  width: 16px; }
  @media only screen and (min-width: 768px) {
    #menu-why-rheem-sidemenu li.socialicon a:before {
      color: #e70033; } }
#menu-why-rheem-sidemenu li.socialicon.twitter a:before {
  content: "\f099"; }
#menu-why-rheem-sidemenu li.socialicon.facebook a:before {
  content: "\f230"; }
#menu-why-rheem-sidemenu li.socialicon.instagram a:before {
  content: "\f16d"; }
#menu-why-rheem-sidemenu li.socialicon.youtube a:before {
  content: "\f16a"; }
#menu-why-rheem-sidemenu li.socialicon.current_page_item a:before {
  color: #4a4a4a; }
#menu-why-rheem-sidemenu .sidebartitle a {
  pointer-events: none;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  color: #e70033;
  font-size: 16px;
  padding-bottom: 16px;
  padding-top: 16px;
  background-color: #fff;
  border-bottom: 2px solid #e70033; }
@media only screen and (min-width: 768px) {
  #menu-why-rheem-sidemenu .sidebartitle a {
    padding-top: 20px;
    border-bottom: solid 1px #97999b;
    color: #616265; } }

.page-about #introcopy {
  margin-bottom: 50px; }

.page-events .eventblock {
  display: table;
  margin-bottom: 20px; }
  .page-events .eventblock .block {
    display: table-cell;
    vertical-align: top; }
    .page-events .eventblock .block.date {
      width: 115px;
      height: 115px;
      box-sizing: border-box;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid #ebebec;
      box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
      text-align: center;
      font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      padding: 15px 10px;
      color: #4a4a4a;
      font-size: 14px; }
      .page-events .eventblock .block.date span {
        display: block;
        font-size: 50px;
        line-height: 1; }
      .page-events .eventblock .block.date.hd {
        background-color: #ebebec; }
        .page-events .eventblock .block.date.hd span:after {
          content: '';
          display: block;
          margin: -5px auto;
          width: 22px;
          height: 22px;
          background: url(images/micro-hd.jpg) no-repeat center center; }
    .page-events .eventblock .block.description {
      padding-left: 20px;
      font-size: 14px; }
      .page-events .eventblock .block.description strong {
        font-size: 16px; }
      .page-events .eventblock .block.description a {
        margin-top: 16px;
        display: block; }

.testimonialblock {
  border-bottom: dashed 2px #97999b;
  margin-bottom: 50px;
  padding-bottom: 40px; }
  .testimonialblock .associatedtext {
    display: block;
    padding: 20px 20px 0px 20px; }
    .testimonialblock .associatedtext .associatedtitle {
      font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
      font-size: 16px;
      color: #4a4a4a;
      margin-bottom: 10px; }
  .testimonialblock .testimonialthumb {
    box-shadow: 0px 18px 54px 0px rgba(0, 0, 0, 0.4); }
  .testimonialblock h2 {
    margin-bottom: 10px; }
  .testimonialblock .qaholder {
    margin-top: 50px; }
    .testimonialblock .qaholder .question {
      font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
      font-size: 16px;
      color: #4a4a4a;
      margin-bottom: 10px; }
  .testimonialblock .more-btn {
    color: #e70033;
    text-align: left;
    cursor: pointer;
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 10px 0; }
    .testimonialblock .more-btn .fa {
      font-size: 20px;
      font-weight: bold;
      vertical-align: top;
      line-height: 16px; }
  .testimonialblock .hid-col {
    display: none; }

.mobile-feedback {
  display: none; }

@media screen and (max-width: 479px) {
  .submenuholder {
    width: 80%;
    margin: 0 auto; }

  .submenuholder ul li a {
    font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
    color: #97999b;
    background-color: #ffffff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid transparent;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-radius: 0;
    display: block;
    width: 100%; }

  #user-feedback-container {
    display: none; }

  .mobile-feedback {
    display: block;
    position: fixed;
    bottom: 0;
    left: 37%;
    background-color: #ffffff;
    z-index: 99; }

  .feedback-tab {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    border-radius: 2px;
    padding: 10px 15px;
    outline: 0;
    cursor: pointer;
    background-color: #e70033;
    color: #ffffff; } }
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #97999b;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  outline: none;
  padding: 15px 50px 15px 15px;
  color: #97999b;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 10px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px; }

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scaleX(1) translateY(0);
  -ms-transform: scaleX(1) translateY(0);
  transform: scaleX(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  height: 275px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  width: inherit;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #97999b;
  box-sizing: border-box;
  margin-top: 1px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/*****************************
404 Template Styles
AUTHOR: Emeka - BigRedRooster
*****************************/
.tier404 h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 150px;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif; }
  .tier404 h1 span {
    display: block;
    font-size: 30px;
    margin-top: -15px;
    margin-bottom: 0;
    font-family: "RheemSansRoman", Helvetica, Arial, sans-serif; }

.Explorer #footer .social-icons ul li img {
  height: auto !important; }

#bootstrap-default.bootstrap-default dl, #bootstrap-default.bootstrap-default ol, #bootstrap-default.bootstrap-default ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 40px; }
#bootstrap-default.bootstrap-default ul {
  list-style-type: disc; }
#bootstrap-default.bootstrap-default ol {
  list-style-type: decimal; }
#bootstrap-default.bootstrap-default .list-unstyled, #bootstrap-default.bootstrap-default .list-inline {
  padding-left: 0;
  list-style: none; }
#bootstrap-default.bootstrap-default .list-inline-item {
  display: inline-block; }
#bootstrap-default.bootstrap-default .list-inline-item:not(:last-child) {
  margin-right: .5rem; }
#bootstrap-default.bootstrap-default .h1, #bootstrap-default.bootstrap-default .h2, #bootstrap-default.bootstrap-default .h3, #bootstrap-default.bootstrap-default .h4, #bootstrap-default.bootstrap-default .h5, #bootstrap-default.bootstrap-default .h6,
#bootstrap-default.bootstrap-default h1, #bootstrap-default.bootstrap-default h2, #bootstrap-default.bootstrap-default h3, #bootstrap-default.bootstrap-default h4, #bootstrap-default.bootstrap-default h5, #bootstrap-default.bootstrap-default h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2; }
#bootstrap-default.bootstrap-default blockquote {
  margin: 0 0 1rem; }
#bootstrap-default.bootstrap-default .blockquote {
  font-size: 1.25rem;
  border-left: 3px solid #999;
  padding-left: 1rem; }

#ua-alert-box {
  background: #e70033; }

/*# sourceMappingURL=style.css.map */
