.container-sm {
  max-width: 720px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
}
.container {
  max-width: 1008px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .container {
    padding-left: 3.11111111rem;
    padding-right: 3.11111111rem;
  }
}
@media screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .hidden-xxs {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .hidden-xl {
    display: none;
  }
}
.row {
  padding: 0;
  margin: 0;
}
div.t3-wrapper {
  overflow: hidden;
}
.t3-module {
  color: #989c9b;
}
.t3-content div.itemIsFeatured,
.t3-content div.catItemIsFeatured,
.t3-content div.userItemIsFeatured {
  background: transparent;
}
.poweredby {
  display: none;
}
table {
  background: transparent;
  border-radius: 0;
}
table.table-condensed tr td {
  padding: 0rem;
}
table.table-hover tr:hover {
  color: rgba(52, 51, 57, 0.6);
  background: transparent;
}
table.table-hover tr.active {
  color: rgba(52, 51, 57, 0.6);
  background: transparent;
}
table tr td {
  color: rgba(52, 51, 57, 0.6);
  border: transparent;
  padding: 1.55555556rem;
}
table tr td:hover {
  color: rgba(52, 51, 57, 0.6);
  background: transparent;
}
table tr td.active {
  color: rgba(52, 51, 57, 0.6);
  background: transparent;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.tooltip .tooltip-inner {
  max-width: 350px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
}
.tooltip.top .tooltip-arrow {
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  background: #ffffff;
  max-width: 300px;
  border: #000000;
  border-radius: 0;
}
.popover .popover-title {
  background: #000000;
  color: #ffffff;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
}
.popover.top .arrow {
  margin-left: -11px;
  border-top-color: #000000;
  bottom: -11px;
}
.popover.top .arrow:after {
  margin-left: -10px;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  left: -11px;
  margin-top: -11px;
  border-right-color: #000000;
}
.popover.right .arrow:after {
  bottom: -10px;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  margin-left: -11px;
  border-bottom-color: #000000;
  top: -11px;
}
.popover.bottom .arrow:after {
  margin-left: -10px;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  right: -11px;
  margin-top: -11px;
  border-left-color: #000000;
}
.popover.left .arrow:after {
  border-left-color: #ffffff;
  bottom: -10px;
}
.modal-backdrop {
  background: #989c9b;
}
.modal {
  background: #343339;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.4rem;
  display: inline-block;
  position: relative;
}
.modal .modal-header {
  padding: 1.55555556rem;
  background: #000000;
  border-bottom: 0;
}
.modal .modal-header h3 {
  line-height: 1.55555556;
}
.modal .modal-body {
  padding: 3.11111111rem;
}
.modal .modal-footer {
  padding: 3.11111111rem;
  background: transparent;
  border-top: #c5c5c5;
}
.alert {
  padding: 1.55555556rem;
  border-radius: 0;
  font-weight: 400;
}
.alert-success {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning h4 {
  color: #c09853;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.progress {
  background: #c5c5c5;
  box-shadow: none;
  height: 2px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  padding: 0;
}
.progress .bar,
.progress .progress-bar {
  background: #000000;
}
.progress .bar.progress-bar-success,
.progress .progress-bar.progress-bar-success {
  background: #000000;
}
.progress .bar.progress-bar-info,
.progress .progress-bar.progress-bar-info {
  background: #000000;
}
.progress .bar.progress-bar-warning,
.progress .progress-bar.progress-bar-warning {
  background: #ffd67e;
}
.progress .bar.progress-bar-danger,
.progress .progress-bar.progress-bar-danger {
  background: #a45557;
}
.panel {
  background: #ffffff;
  border: #c5c5c5;
  border-radius: 0;
}
.panel .panel-heading {
  border-bottom: #c5c5c5;
  background: #c5c5c5;
}
.panel .panel-body {
  color: #676c6e;
}
.panel .panel-footer {
  border-top: #c5c5c5;
  background: #ffffff;
}
.panel.panel-primary {
  border: #000000;
}
.panel.panel-primary .panel-heading {
  border-bottom: #000000;
  background: #000000;
  color: #ffffff;
}
.panel.panel-primary .panel-footer {
  border-top: #000000;
}
.panel.panel-success {
  border: #d6e9c6;
}
.panel.panel-success .panel-heading {
  background: #dff0d8;
  color: #468847;
}
.panel.panel-info {
  border: #bce8f1;
}
.panel.panel-info .panel-heading {
  background: #d9edf7;
  color: #3a87ad;
}
.panel.panel-warning {
  border: #faebcc;
}
.panel.panel-warning .panel-heading {
  background: #fcf8e3;
  color: #c09853;
}
.panel.panel-danger {
  border: #ebccd1;
}
.panel.panel-danger .panel-heading {
  background: #f2dede;
  color: #b94a48;
}
blockquote {
  background: transparent;
  border: 0;
  border-radius: 0;
}
blockquote cite,
blockquote small {
  color: #c5c5c5;
}
.list-group {
  background: transparent;
  border: transparent;
  border-radius: 0;
}
.list-group .list-group-item {
  border: transparent;
  color: rgba(52, 51, 57, 0.6);
}
.list-group .list-group-item a {
  color: rgba(52, 51, 57, 0.6);
}
.list-group .list-group-item a:hover {
  color: #343339;
}
.list-group .list-group-item:hover {
  background: #000000;
}
.list-group .list-group-item.active {
  color: #000000;
  background: transparent;
  border: transparent;
}
.list-group .list-group-item.disabled {
  color: #c5c5c5;
  background: transparent;
  border: transparent;
}
.label {
  background: transparent;
  color: #ffffff;
}
.label a:hover {
  color: #ffffff;
}
.label.label-primary {
  background: #000000;
}
.label.label-success {
  background: #000000;
}
.label.label-info {
  background: #000000;
}
.label.label-warning {
  background: #ffd67e;
}
.label.label-danger {
  background: #a45557;
}
.nofloat,
.clr {
  float: none;
  clear: both;
}
@media screen and (max-width: 992px) {
  .nofloat-mob {
    float: none;
    clear: both;
    position: absolute;
  }
}
.sections-wrap .section {
  padding: 0;
}
@media screen and (min-width: 1056px) {
  .sections-wrap .section {
    padding: 0;
  }
}
.sections-wrap .section .t3-module {
  background: inherit !important;
}
.sections-wrap .section .section-inner .module-ct {
  padding: 0;
}
@media screen and (min-width: 1056px) {
  .sections-wrap .section .section-inner .module-ct {
    padding: 0;
  }
}
.module-ct {
  padding: 0;
}
@media screen and (min-width: 1056px) {
  .module-ct {
    padding: 0;
  }
}
.angles {
  position: relative;
  z-index: 6;
}
.angles-pseudo {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 50%;
  background: inherit;
  transform-origin: 100%;
  z-index: -1;
}
.angle-left {
  position: relative;
  z-index: 6;
}
.angle-left:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 50%;
  background: inherit;
  transform-origin: 100%;
  z-index: -1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  left: -6.22222222rem;
  transform: skewX(5deg);
}
.angle-right {
  position: relative;
  z-index: 6;
}
.angle-right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 50%;
  background: inherit;
  transform-origin: 100%;
  z-index: -1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  right: -6.22222222rem;
  transform: skewX(-5deg);
}
.bs-pad-left {
  padding-top: 1.55555556rem;
}
@media screen and (min-width: 768px) {
  .bs-pad-left {
    padding-top: 0;
    padding-left: 1.55555556rem;
  }
}
.bs-pad-right {
  padding-bottom: 1.55555556rem;
}
@media screen and (min-width: 768px) {
  .bs-pad-right {
    padding-bottom: 0;
    padding-right: 1.55555556rem;
  }
}
.hovershadow {
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  box-shadow: 0 3px 5px 5px rgba(68, 72, 77, 0.1);
}
.hovernoshadow {
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}
.depressedshadow {
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  box-shadow: 0 0 1px 1px rgba(68, 72, 77, 0.4);
}
.containerpadding {
  width: auto;
}
@media screen and (min-width: 992px) {
  .containerpadding {
    width: 434px;
  }
}
.overlay-before {
  position: relative;
}
.overlay-before:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("../../templates/uber/local/images/backgrounds/treebark_1x.svg");
  background-size: 500px 500px;
  background-repeat: repeat;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .overlay-before:before {
    background-image: ;
    background-size: inerit;
  }
}
.sections-wrap .section {
  background: transparent;
}
.background-primary {
  background: #fbfaf7;
}
.background-dark {
  background: #000000;
}
.basicborder {
  border: 0;
  border-radius: 0;
  padding: 1.55555556rem;
}
.ghostborder {
  border: 6px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
  background: #ffffff;
  background-clip: padding-box;
  padding: 1.55555556rem;
}
.shadow {
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
}
.even,
.odd {
  padding: 0;
  background: transparent;
  border: none;
}
div.clr,
br.clr {
  height: 0;
}
.caret,
.nav-pills a:before,
.nav-pills a:after {
  display: none !important;
}
.module-ct ul li {
  border: 0;
}
.earhart {
  display: none;
}
@media screen and (min-width: 768px) {
  .earhart {
    display: block;
  }
}
.houdini {
  display: block;
}
@media screen and (min-width: 768px) {
  .houdini {
    display: none;
  }
}
.col-center-block {
  float: none;
  display: block;
  margin: 0 auto;
}
.btn-primary {
  color: #ffffff;
  background: #000000;
  border: 0.1rem solid #000000;
}
.btn-primary i {
  color: #ffffff;
}
.btn-secondary {
  color: #000000;
  background: transparent;
  border: 0.1rem solid #000000;
}
.btn-secondary i {
  color: #000000;
}
.btn-tertiary {
  color: #000000;
  background: transparent;
  border: 0.1rem solid #000000;
}
.btn-tertiary i {
  color: #000000;
}
.polaroid {
  background-color: #989c9b;
  border: 0.4rem solid #ffffff;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
}
.null {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (min-width: 480px) {
  .free-size {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .outofbounds {
    margin-left: -6.22222222rem;
    margin-right: -6.22222222rem;
  }
}
.outofbounds-like-really {
  margin-left: -3.11111111rem;
  margin-right: -3.11111111rem;
  
}
@media screen and (min-width: 992px) {
  .outofbounds-like-really {
    margin-left: -50%;
    margin-right: -50%;
  }
}
.exempt-image {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.oval {
  border-radius: 50%;
  border: 8px solid #ffffff;
  background: #989c9b;
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
}
.circle {
  border-radius: 50%;
  border: 8px solid #ffffff;
  background: #989c9b;
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
  overflow: hidden;
}
.cover-parent {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.cover-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  overflow-x: hidden;
}
.card-main .card-image-block,
.card-main .articles-category-image-block {
  position: relative;
  z-index: 12;
}
.card-main .card-header {
  display: block;
  background: #000000;
  margin: 0;
  border-bottom: 1px solid rgba(52, 51, 57, 0.2);
}
.card-main .card-header .card-image-block img,
.card-main .card-header .articles-category-image-block img {
  width: 100%;
  display: block;
  float: none;
}
.card-main .card-header .header-information-block {
  clear: both;
  padding: 3.11111111rem;
}
.card-main .card-header .category-title,
.card-main .card-header .category-heading,
.card-main .card-header .category-heading span {
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 0;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .card-main .card-header .category-title,
  .card-main .card-header .category-heading,
  .card-main .card-header .category-heading span {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.card-main .card-body {
  display: block;
  background: transparent;
  padding: 3.11111111rem;
  margin: 0;
}
.card-main .card-body h1,
.card-main .card-body h2,
.card-main .card-body h3,
.card-main .card-body h4,
.card-main .card-body h5,
.card-main .card-body h6,
.card-main .card-body h1 span,
.card-main .card-body h2 span,
.card-main .card-body h3 span,
.card-main .card-body h4 span,
.card-main .card-body h5 span,
.card-main .card-body h6 span {
  color: rgba(52, 51, 57, 0.8);
}
.card-main .card-body,
.card-main .card-body p,
.card-main .card-body li,
.card-main .card-body blockquote {
  color: rgba(52, 51, 57, 0.6);
}
.card-main .card-footer {
  display: block;
  background: #ffffff;
  padding: 3.11111111rem;
  margin: 0;
  border-top: 1px solid rgba(52, 51, 57, 0.2);
  position: relative;
  z-index: 7;
  width: 100%;
  bottom: 0;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55555556;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-main .card-footer,
.card-main .card-footer p,
.card-main .card-footer li,
.card-main .card-footer blockquote {
  color: rgba(52, 51, 57, 0.6);
}
.card-main .card-footer .category-readmore,
.card-main .card-footer .articles-category-readmore {
  position: relative;
  color: rgba(52, 51, 57, 0.6);
  text-transform: uppercase;
  line-height: 1.55555556rem;
  margin-left: 3.11111111rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-main .card-footer .category-readmore:before,
.card-main .card-footer .articles-category-readmore:before {
  font-family: "FontAwesome";
  content: "\f101";
  display: inline-block;
  position: absolute;
  color: rgba(52, 51, 57, 0.6);
  text-indent: 0;
  left: -3.11111111rem;
  z-index: 0;
  font-style: normal;
  font-size: 29px;
  font-size: 2.9rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.55555556rem;
}
.card-main .card-footer a {
  color: rgba(52, 51, 57, 0.6);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-main .card-footer span.articles-category-date {
  color: rgba(52, 51, 57, 0.6);
}
.card-main {
  display: block;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}
.card-main:before {
  content: "";
  
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 12.44444444rem;
  background: -moz-linear-gradient(bottom, #ffffff 75%, #ffffff 70%, rgba(255, 255, 255, 0.98) 65%, rgba(255, 255, 255, 0.87) 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(bottom, #ffffff 75%, #ffffff 70%, rgba(255, 255, 255, 0.98) 65%, rgba(255, 255, 255, 0.87) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #ffffff 75%, #ffffff 70%, rgba(255, 255, 255, 0.98) 65%, rgba(255, 255, 255, 0.87) 60%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
}
.card-main:hover {
  box-shadow: 0 3px 5px 5px rgba(68, 72, 77, 0.1);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.card-main:hover .card-footer {
  background: #979797;
  color: #ffffff;
}
.card-main:hover .card-footer a,
.card-main:hover .card-footer .category-readmore,
.card-main:hover .card-footer .articles-category-readmore {
  color: #ffffff;
}
.card-main:hover .card-footer a:before,
.card-main:hover .card-footer .category-readmore:before,
.card-main:hover .card-footer .articles-category-readmore:before {
  color: #ffffff;
}
.card-main.card-main-no-link {
  pointer-events: none;
}
.card-main.card-main-specials {
  display: block;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0.1rem;
}
.card-main.card-main-specials:hover {
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
  -webkit-transform: none;
  transform: none;
}
.card-main.card-main-specials:hover .card-footer {
  background: #000000;
  color: #ffffff;
}
.card-main.card-main-specials:before {
  display: none;
}
.card-main.card-main-specials .card-inner {
  overflow: hidden;
  position: relative;
  padding-bottom: 8.6rem;
  height: 45rem;
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
}
.card-main.card-main-specials .card-inner:before {
  content: "";
  
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 12.44444444rem;
  background: -moz-linear-gradient(bottom, #ffffff 75%, #ffffff 70%, rgba(255, 255, 255, 0.98) 65%, rgba(255, 255, 255, 0.87) 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(bottom, #ffffff 75%, #ffffff 70%, rgba(255, 255, 255, 0.98) 65%, rgba(255, 255, 255, 0.87) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #ffffff 75%, #ffffff 70%, rgba(255, 255, 255, 0.98) 65%, rgba(255, 255, 255, 0.87) 60%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
}
.card-main.card-main-specials .card-inner .card-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 12;
}
.card-main.card-main-specials p:nth-child(n + 2) {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(52, 51, 57, 0.4);
}
.card-main.card-main-specials .specials-disclaimer {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(52, 51, 57, 0.4);
}
.card-nohover {
  display: block;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-nohover:hover {
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
  -webkit-transform: none;
  transform: none;
}
.card-nohover:hover .card-footer {
  background: #000000;
  color: #ffffff;
}
.card-nohover:before {
  display: none;
}
.card-main.accordion:before {
  display: none;
}
.card-main.accordion .card-header .header-information-block {
  padding: 0;
}
.card-main.accordion .card-header .category-heading {
  padding: 0;
  margin: 0;
}
.card-main.accordion .card-header .accordion-heading {
  overflow: hidden;
  position: relative;
  padding: 3.11111111rem 6.22222222rem 3.11111111rem 3.11111111rem;
}
.card-main.accordion .card-header .accordion-heading:after {
  position: absolute;
  display: inline-block;
  content: "\f102";
  top: 0;
  right: 0;
  padding: 3.11111111rem;
  font-size: 29px;
  font-size: 2.9rem;
  font-family: "FontAwesome";
  color: #ffffff;
  line-height: 1.55555556;
}
.card-main.accordion .card-header .accordion-heading.collapsed:after {
  content: "\f103";
}
.card-main.accordion.accordion-open:hover {
  display: block;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-main.accordion.accordion-open:hover:hover {
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
  -webkit-transform: none;
  transform: none;
}
.card-main.accordion.accordion-open:hover:hover .card-footer {
  background: #000000;
  color: #ffffff;
}
.card-main.accordion.accordion-open:hover:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .card-main.accordion .card-inner .card-right {
    height: auto;
    padding-bottom: 0;
  }
}
.sections-wrap .section .card-main .card-header .mod-articles-category-heading,
* .card-main .card-header .mod-articles-category-heading,
.sections-wrap .section .card-main .card-header .articles-category-heading,
* .card-main .card-header .articles-category-heading {
  color: #ffffff;
}
.sections-wrap .section .card-main .card-body,
* .card-main .card-body,
.sections-wrap .section .card-main .card-body p,
* .card-main .card-body p,
.sections-wrap .section .card-main .card-body li,
* .card-main .card-body li,
.sections-wrap .section .card-main .card-body blockquote,
* .card-main .card-body blockquote {
  color: rgba(52, 51, 57, 0.6);
}
.sections-wrap .section .card-main .card-footer a,
* .card-main .card-footer a,
.sections-wrap .section .card-main .card-footer .category-readmore,
* .card-main .card-footer .category-readmore,
.sections-wrap .section .card-main .card-footer .articles-category-readmore,
* .card-main .card-footer .articles-category-readmore {
  color: #343339;
}
.sections-wrap .section .card-main .card-footer i,
* .card-main .card-footer i {
  color: #343339;
}
.sections-wrap .section .card-main:hover .card-footer a,
* .card-main:hover .card-footer a,
.sections-wrap .section .card-main:hover .card-footer .category-readmore,
* .card-main:hover .card-footer .category-readmore,
.sections-wrap .section .card-main:hover .card-footer .articles-category-readmore,
* .card-main:hover .card-footer .articles-category-readmore {
  color: #ffffff;
}
.sections-wrap .section .card-main:hover .card-footer a i,
* .card-main:hover .card-footer a i,
.sections-wrap .section .card-main:hover .card-footer .category-readmore i,
* .card-main:hover .card-footer .category-readmore i,
.sections-wrap .section .card-main:hover .card-footer .articles-category-readmore i,
* .card-main:hover .card-footer .articles-category-readmore i {
  color: #ffffff;
}
.sections-wrap .section .card-main:hover .card-footer i,
* .card-main:hover .card-footer i {
  color: #ffffff;
}
.article-content ul,
.mod-articles-category-main-block ul,
.articles-category-introtext ul,
.article-content ol:not(.flickity-page-dots),
.mod-articles-category-main-block ol:not(.flickity-page-dots),
.articles-category-introtext ol:not(.flickity-page-dots) {
  margin: 0 0 1.55555556rem;
}
.article-content ul > li,
.mod-articles-category-main-block ul > li,
.articles-category-introtext ul > li,
.article-content ol:not(.flickity-page-dots) > li,
.mod-articles-category-main-block ol:not(.flickity-page-dots) > li,
.articles-category-introtext ol:not(.flickity-page-dots) > li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0.77777778rem 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55555556;
  font-weight: 400;
}
.article-content ul > li h2,
.mod-articles-category-main-block ul > li h2,
.articles-category-introtext ul > li h2,
.article-content ol:not(.flickity-page-dots) > li h2,
.mod-articles-category-main-block ol:not(.flickity-page-dots) > li h2,
.articles-category-introtext ol:not(.flickity-page-dots) > li h2,
.article-content ul > li h3,
.mod-articles-category-main-block ul > li h3,
.articles-category-introtext ul > li h3,
.article-content ol:not(.flickity-page-dots) > li h3,
.mod-articles-category-main-block ol:not(.flickity-page-dots) > li h3,
.articles-category-introtext ol:not(.flickity-page-dots) > li h3,
.article-content ul > li h4,
.mod-articles-category-main-block ul > li h4,
.articles-category-introtext ul > li h4,
.article-content ol:not(.flickity-page-dots) > li h4,
.mod-articles-category-main-block ol:not(.flickity-page-dots) > li h4,
.articles-category-introtext ol:not(.flickity-page-dots) > li h4,
.article-content ul > li h5,
.mod-articles-category-main-block ul > li h5,
.articles-category-introtext ul > li h5,
.article-content ol:not(.flickity-page-dots) > li h5,
.mod-articles-category-main-block ol:not(.flickity-page-dots) > li h5,
.articles-category-introtext ol:not(.flickity-page-dots) > li h5,
.article-content ul > li p,
.mod-articles-category-main-block ul > li p,
.articles-category-introtext ul > li p,
.article-content ol:not(.flickity-page-dots) > li p,
.mod-articles-category-main-block ol:not(.flickity-page-dots) > li p,
.articles-category-introtext ol:not(.flickity-page-dots) > li p {
  padding: 0;
  margin: 0;
}
.article-content ul > li a,
.mod-articles-category-main-block ul > li a,
.articles-category-introtext ul > li a,
.article-content ol:not(.flickity-page-dots) > li a,
.mod-articles-category-main-block ol:not(.flickity-page-dots) > li a,
.articles-category-introtext ol:not(.flickity-page-dots) > li a {
  display: inline;
}
.article-content ul li,
.mod-articles-category-main-block ul li,
.articles-category-introtext ul li {
  padding-left: 3.11111111rem;
}
.article-content ul li:before,
.mod-articles-category-main-block ul li:before,
.articles-category-introtext ul li:before {
  content: "\f101";
  color: #000000;
  font-family: "FontAwesome";
  line-height: 1.55555556;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  margin-top: 0.3rem;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.article-content ul.carousel-inner li,
.mod-articles-category-main-block ul.carousel-inner li,
.articles-category-introtext ul.carousel-inner li {
  list-style: none;
  padding-left: 0;
}
.article-content ol:not(.flickity-page-dots),
.mod-articles-category-main-block ol:not(.flickity-page-dots),
.articles-category-introtext ol:not(.flickity-page-dots) {
  counter-reset: li;
  list-style: none;
}
.article-content ol:not(.flickity-page-dots) li,
.mod-articles-category-main-block ol:not(.flickity-page-dots) li,
.articles-category-introtext ol:not(.flickity-page-dots) li {
  position: relative;
  padding: 0 0 1.55555556rem 3.11111111rem;
  list-style: none;
}
.article-content ol:not(.flickity-page-dots) li:before,
.mod-articles-category-main-block ol:not(.flickity-page-dots) li:before,
.articles-category-introtext ol:not(.flickity-page-dots) li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.33333333rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  color: rgba(52, 51, 57, 0.4);
  border-right: 1px solid rgba(52, 51, 57, 0.2);
}
.h1 {
  font-family: "Arimo", Futura, "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #343339;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
}
.acm-spotlight .t3-module .module-title,
.sections-wrap .section .t3-module .module-title {
  border-bottom: 1px solid rgba(52, 51, 57, 0.2);
  padding-bottom: 3.11111111rem;
  margin-bottom: 3.11111111rem;
  font-size: 29px;
  font-size: 2.9rem;
  text-transform: uppercase;
}
.acm-spotlight .t3-module .module-title span,
.sections-wrap .section .t3-module .module-title span {
  font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(52, 51, 57, 0.8);
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.55555556;
  font-family: "Arimo", Futura, "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 29px;
  font-size: 2.9rem;
  text-transform: uppercase;
  display: block;
  border: 0;
  padding: 0;
  color: #343339;
  background: transparent;
}
input[type="submit"],
button {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.RSformResponsive .module-title {
  font-family: "Arimo", Futura, "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #343339;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 29px;
  font-size: 2.9rem;
}
.rsform .formResponsive,
.formResponsive {
  margin: 0;
}
.rsform .formResponsive .formRed,
.formResponsive .formRed,
.rsform .formResponsive .formError,
.formResponsive .formError {
  color: #000000;
}
.rsform .formResponsive .formContainer .formBody,
.formResponsive .formContainer .formBody {
  font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  color: rgba(52, 51, 57, 0.6);
  line-height: 1.55555556;
  padding: 0 0 1.55555556rem 0;
  margin: 0 0 1.55555556rem;
  font-variant-numeric: oldstyle-nums;
  -webkit-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum" 1;
  -o-font-feature-settings: "onum" 1;
  font-feature-settings: "onum" 1;
  padding: 0;
}
.rsform .formResponsive .formContainer .rsform-block,
.formResponsive .formContainer .rsform-block {
  float: left;
  width: 100%;
  margin-bottom: 0.77777778rem !important;
}
@media screen and (max-width: 767px) {
  .rsform .formResponsive .formContainer .rsform-block,
  .formResponsive .formContainer .rsform-block {
    width: 100%;
  }
}
.rsform .formResponsive .formContainer .rsform-block p.formDescription,
.formResponsive .formContainer .rsform-block p.formDescription {
  margin: 0;
  padding: 0;
}
.rsform .formResponsive .formContainer .rsform-block .formControlLabel,
.formResponsive .formContainer .rsform-block .formControlLabel {
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.rsform .formResponsive .formContainer .rsform-block .formControls,
.formResponsive .formContainer .rsform-block .formControls {
  position: relative;
  margin-left: 0;
  margin-top: 2.17777778rem;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formControlLabel,
.formResponsive .formContainer .rsform-block .formControls .formControlLabel {
  position: absolute;
  top: -1.4rem;
  left: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  transition: all 0.1s linear;
  opacity: 0;
  font-weight: 400;
  width: 100%;
  text-transform: uppercase;
  
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formControlLabel.show,
.formResponsive .formContainer .rsform-block .formControls .formControlLabel.show {
  top: -2.17777778rem;
  opacity: 1;
}
.rsform .formResponsive .formContainer .rsform-block.rsform-block-description,
.formResponsive .formContainer .rsform-block.rsform-block-description {
  width: 100%;
  margin: 0;
}
.rsform .formResponsive .formContainer .rsform-block.rsform-block-dont-delete-this,
.formResponsive .formContainer .rsform-block.rsform-block-dont-delete-this {
  display: none;
}
.rsform .formResponsive .formContainer .rsform-block.rsform-block-antispam,
.formResponsive .formContainer .rsform-block.rsform-block-antispam {
  padding: 0;
  margin: 0;
  border-bottom: 0;
  height: 0.01rem;
}
.rsform .formResponsive .formContainer .rsform-block .formControls,
.formResponsive .formContainer .rsform-block .formControls {
  margin-left: 0;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody,
.formResponsive .formContainer .rsform-block .formControls .formBody {
  width: 100%;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody span.formNoError,
.formResponsive .formContainer .rsform-block .formControls .formBody span.formNoError {
  display: none;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input,
.formResponsive .formContainer .rsform-block .formControls .formBody input {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent;
  color: rgba(52, 51, 57, 0.8);
  line-height: 1;
  height: 3.11111111rem;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 0 3.11111111rem;
  position: relative;
  text-transform: none;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input:focus,
.formResponsive .formContainer .rsform-block .formControls .formBody input:focus {
  outline: #66afe9;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"],
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"] {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Arimo", Futura, "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.18rem;
  border-radius: 0;
  min-height: 4.2rem;
  text-shadow: none;
  padding: 0 1.55555556rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0;
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  line-height: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  white-space: normal;
  text-align: center;
  color: #ffffff;
  background: #000000;
  border: 0.1rem solid #000000;
}
@media screen and (min-width: 480px) {
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
  .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"],
  .formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"] {
    max-width: 33rem;
  }
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:active,
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:active,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"]:active,
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"]:active,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:focus,
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:focus,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"]:focus,
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"]:focus {
  color: #343339 !important;
  background: #979797;
  outline: none !important;
  border-color: #979797 !important;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:active:after,
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:active:after,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"]:active:after,
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"]:active:after,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:focus:after,
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:focus:after,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"]:focus:after,
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"]:focus:after {
  background: #000000;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:hover,
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:hover,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"]:hover,
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"]:hover {
  color: #ffffff;
  background: #979797;
  border: 0.1rem solid #979797;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:hover i,
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:hover i,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"]:hover i,
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"]:hover i {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
  .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"],
  .formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"] {
    margin-left: 0;
    margin-right: 0;
  }
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"] i,
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"] i,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"] i,
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"] i {
  color: #ffffff;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"] i,
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"] i,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"] i,
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="submit"] i {
  color: #ffffff;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="radio"],
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="radio"],
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="checkbox"],
.formResponsive .formContainer .rsform-block .formControls .formBody input[type="checkbox"] {
  width: 10%;
  height: 1.55555556rem;
  margin: 1.55555556rem 0;
  padding: 0;
  padding-right: calc(-15%);
  line-height: 1.55555556rem;
}
@media screen and (min-width: 480px) {
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="radio"],
  .formResponsive .formContainer .rsform-block .formControls .formBody input[type="radio"],
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="checkbox"],
  .formResponsive .formContainer .rsform-block .formControls .formBody input[type="checkbox"] {
    width: 5%;
  }
}
@media screen and (min-width: 768px) {
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="radio"],
  .formResponsive .formContainer .rsform-block .formControls .formBody input[type="radio"],
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="checkbox"],
  .formResponsive .formContainer .rsform-block .formControls .formBody input[type="checkbox"] {
    height: 1.55555556rem;
    margin: 1.55555556rem 0;
    width: 5%;
    padding-right: calc(-15%);
  }
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"],
.formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"] {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Arimo", Futura, "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.18rem;
  border-radius: 0;
  min-height: 4.2rem;
  text-shadow: none;
  padding: 0 1.55555556rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0;
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  line-height: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  white-space: normal;
  text-align: center;
  color: #ffffff;
  background: #000000;
  border: 0.1rem solid #000000;
}
@media screen and (min-width: 480px) {
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"],
  .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"] {
    max-width: 33rem;
  }
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:active,
.formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:active,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:focus,
.formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:focus {
  color: #343339 !important;
  background: #979797;
  outline: none !important;
  border-color: #979797 !important;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:active:after,
.formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:active:after,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:focus:after,
.formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:focus:after {
  background: #000000;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:hover,
.formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:hover {
  color: #ffffff;
  background: #979797;
  border: 0.1rem solid #979797;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:hover i,
.formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:hover i {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"],
  .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"] {
    margin-left: 0;
    margin-right: 0;
  }
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"] i,
.formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"] i {
  color: #ffffff;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"] i,
.formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"] i {
  color: #ffffff;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody label,
.formResponsive .formContainer .rsform-block .formControls .formBody label {
  width: 90%;
  height: 3.11111111rem;
  line-height: 1.55555556rem;
  margin: 1.55555556rem 0 0;
  padding: 0;
  padding-left: 5%;
  font-weight: inherit;
}
@media screen and (min-width: 480px) {
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody label,
  .formResponsive .formContainer .rsform-block .formControls .formBody label {
    width: 45%;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody label,
  .formResponsive .formContainer .rsform-block .formControls .formBody label {
    width: 20%;
  }
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody textarea,
.formResponsive .formContainer .rsform-block .formControls .formBody textarea {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent;
  color: rgba(52, 51, 57, 0.8);
  line-height: 1;
  height: 3.11111111rem;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 0 3.11111111rem;
  position: relative;
  text-transform: none;
  padding-top: 0.77777778rem;
  min-width: 100%;
  max-width: 100%;
  height: 12.44444444rem;
  min-height: 12.44444444rem;
  max-height: 21.77777778rem;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody textarea:focus,
.formResponsive .formContainer .rsform-block .formControls .formBody textarea:focus {
  outline: #66afe9;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody select,
.formResponsive .formContainer .rsform-block .formControls .formBody select {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent;
  color: rgba(52, 51, 57, 0.8);
  line-height: 1;
  height: 3.11111111rem;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 0 3.11111111rem;
  position: relative;
  text-transform: none;
  -webkit-appearance: inherit;
}
.formResponsive h2 {
  font-family: "Arimo", Futura, "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #343339;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 29px;
  font-size: 2.9rem;
}
.rsform .formResponsive .formError,
* .formResponsive .formError,
.rsform .formResponsive .formRed,
* .formResponsive .formRed {
  padding-left: 3.11111111rem;
}
.rsform .formResponsive .formContainer,
* .formResponsive .formContainer {
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
  overflow: hidden;
}
.rsform .formResponsive .formContainer .rsform-block,
* .formResponsive .formContainer .rsform-block {
  background: #ffffff;
  border-bottom: 1px solid rgba(52, 51, 57, 0.2);
  margin: 0 !important;
  padding: 1.55555556rem 0 0.77777778rem;
}
.rsform .formResponsive .formContainer .rsform-block .formControls,
* .formResponsive .formContainer .rsform-block .formControls {
  
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
* .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"],
* .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"],
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button,
* .formResponsive .formContainer .rsform-block .formControls .formBody button {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Arimo", Futura, "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.18rem;
  border: 0.1rem solid #000000;
  border-radius: 0;
  min-height: 4.2rem;
  text-shadow: none;
  padding: 0 1.55555556rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0;
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  line-height: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  white-space: normal;
  text-align: center;
  height: 8rem;
}
@media screen and (min-width: 480px) {
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
  * .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"],
  * .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"],
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody button,
  * .formResponsive .formContainer .rsform-block .formControls .formBody button {
    max-width: 33rem;
  }
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:active,
* .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:active,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:active,
* .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:active,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button:active,
* .formResponsive .formContainer .rsform-block .formControls .formBody button:active,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:focus,
* .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:focus,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:focus,
* .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:focus,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button:focus,
* .formResponsive .formContainer .rsform-block .formControls .formBody button:focus {
  color: #343339 !important;
  background: #979797;
  outline: none !important;
  border-color: #979797 !important;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:active:after,
* .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:active:after,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:active:after,
* .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:active:after,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button:active:after,
* .formResponsive .formContainer .rsform-block .formControls .formBody button:active:after,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:focus:after,
* .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:focus:after,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:focus:after,
* .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:focus:after,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button:focus:after,
* .formResponsive .formContainer .rsform-block .formControls .formBody button:focus:after {
  background: #000000;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:hover,
* .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:hover,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:hover,
* .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:hover,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button:hover,
* .formResponsive .formContainer .rsform-block .formControls .formBody button:hover {
  color: #ffffff;
  background: #979797;
  border: 0.1rem solid #979797;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:hover i,
* .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"]:hover i,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:hover i,
* .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"]:hover i,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button:hover i,
* .formResponsive .formContainer .rsform-block .formControls .formBody button:hover i {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
  * .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"],
  * .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"],
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody button,
  * .formResponsive .formContainer .rsform-block .formControls .formBody button {
    margin-left: 0;
    margin-right: 0;
  }
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"] i,
* .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"] i,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"] i,
* .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"] i,
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody button i,
* .formResponsive .formContainer .rsform-block .formControls .formBody button i {
  color: #ffffff;
}
@media screen and (min-width: 480px) {
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
  * .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"],
  * .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"],
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody button,
  * .formResponsive .formContainer .rsform-block .formControls .formBody button {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
  * .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"],
  * .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"],
  .rsform .formResponsive .formContainer .rsform-block .formControls .formBody button,
  * .formResponsive .formContainer .rsform-block .formControls .formBody button {
    font-size: 20px;
    font-size: 2rem;
  }
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="file"],
* .formResponsive .formContainer .rsform-block .formControls .formBody input[type="file"] {
  padding-top: 0.77777778rem;
  padding-bottom: 0.77777778rem;
  font-size: 18px;
  font-size: 1.8rem;
  color: rgba(52, 51, 57, 0.4);
  font-weight: 600;
  font-style: italic;
  overflow: visible;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="file"] input[type="button"],
* .formResponsive .formContainer .rsform-block .formControls .formBody input[type="file"] input[type="button"],
.rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="file"] button,
* .formResponsive .formContainer .rsform-block .formControls .formBody input[type="file"] button {
  background: transparent;
  border: 1px solid #000000;
}
.rsform .formResponsive .formContainer .rsform-block .formControls .formControlLabel,
* .formResponsive .formContainer .rsform-block .formControls .formControlLabel {
  left: 3.11111111rem;
  letter-spacing: 0.18rem;
}
.rsform .formResponsive .formContainer .rsform-block.rsform-block-upload-photo,
* .formResponsive .formContainer .rsform-block.rsform-block-upload-photo {
  border: 0;
}
.rsform .formResponsive .formContainer .rsform-block.rsform-block-upload-photo .formControls,
* .formResponsive .formContainer .rsform-block.rsform-block-upload-photo .formControls {
  border: 0;
}
.rsform .formResponsive .formContainer .rsform-block.rsform-block-upload-photo .formBody,
* .formResponsive .formContainer .rsform-block.rsform-block-upload-photo .formBody {
  margin-bottom: 0;
}
.rsform .formResponsive .formContainer .rsform-block.rsform-block-upload-photo .formControlLabel,
* .formResponsive .formContainer .rsform-block.rsform-block-upload-photo .formControlLabel {
  filter: alpha(opacity=100);
  opacity: 1;
  top: -2.17777778rem;
}
.rsform .formResponsive .formContainer .rsform-block.rsform-block-upload-photo .formDescription,
* .formResponsive .formContainer .rsform-block.rsform-block-upload-photo .formDescription {
  color: rgba(52, 51, 57, 0.4);
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
  padding: 0.77777778rem 3.11111111rem;
}
.rsform .formResponsive .formContainer .rsform-block.rsform-block-intro,
* .formResponsive .formContainer .rsform-block.rsform-block-intro {
  padding: 0 3.11111111rem 3.11111111rem;
  background: transparent;
}
.rsform .formResponsive .formContainer .rsform-block.rsform-block-intro p,
* .formResponsive .formContainer .rsform-block.rsform-block-intro p {
  margin: 0;
}
.rsform .formResponsive .formContainer .rsform-block.rsform-block-get-started,
* .formResponsive .formContainer .rsform-block.rsform-block-get-started,
.rsform .formResponsive .formContainer .rsform-block.rsform-block-submit-button,
* .formResponsive .formContainer .rsform-block.rsform-block-submit-button,
.rsform .formResponsive .formContainer .rsform-block.rsform-block-sign-up,
* .formResponsive .formContainer .rsform-block.rsform-block-sign-up,
.rsform .formResponsive .formContainer .rsform-block.rsform-block-sign-up-today,
* .formResponsive .formContainer .rsform-block.rsform-block-sign-up-today {
  padding: 0;
  margin: 0;
  border: 0;
}
.rsform .formResponsive .formContainer .rsform-block.rsform-block-get-started .formControls,
* .formResponsive .formContainer .rsform-block.rsform-block-get-started .formControls,
.rsform .formResponsive .formContainer .rsform-block.rsform-block-submit-button .formControls,
* .formResponsive .formContainer .rsform-block.rsform-block-submit-button .formControls,
.rsform .formResponsive .formContainer .rsform-block.rsform-block-sign-up .formControls,
* .formResponsive .formContainer .rsform-block.rsform-block-sign-up .formControls,
.rsform .formResponsive .formContainer .rsform-block.rsform-block-sign-up-today .formControls,
* .formResponsive .formContainer .rsform-block.rsform-block-sign-up-today .formControls {
  margin-top: 0;
  border: 0 !important;
}
.rsform .formResponsive .formContainer .rsform-block.rsform-block-get-started .formControls .formBody,
* .formResponsive .formContainer .rsform-block.rsform-block-get-started .formControls .formBody,
.rsform .formResponsive .formContainer .rsform-block.rsform-block-submit-button .formControls .formBody,
* .formResponsive .formContainer .rsform-block.rsform-block-submit-button .formControls .formBody,
.rsform .formResponsive .formContainer .rsform-block.rsform-block-sign-up .formControls .formBody,
* .formResponsive .formContainer .rsform-block.rsform-block-sign-up .formControls .formBody,
.rsform .formResponsive .formContainer .rsform-block.rsform-block-sign-up-today .formControls .formBody,
* .formResponsive .formContainer .rsform-block.rsform-block-sign-up-today .formControls .formBody {
  padding: 0;
  margin: 0;
}
.rsform .formResponsive .formContainer .rsform-block.rsform-block-get-started .formValidation,
* .formResponsive .formContainer .rsform-block.rsform-block-get-started .formValidation,
.rsform .formResponsive .formContainer .rsform-block.rsform-block-submit-button .formValidation,
* .formResponsive .formContainer .rsform-block.rsform-block-submit-button .formValidation,
.rsform .formResponsive .formContainer .rsform-block.rsform-block-sign-up .formValidation,
* .formResponsive .formContainer .rsform-block.rsform-block-sign-up .formValidation,
.rsform .formResponsive .formContainer .rsform-block.rsform-block-sign-up-today .formValidation,
* .formResponsive .formContainer .rsform-block.rsform-block-sign-up-today .formValidation {
  display: block;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formError,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formError,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formRed,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formRed {
  padding-left: 0;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formContainer,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formContainer {
  box-shadow: none;
  overflow: visible;
  border-radius: 0;
  margin-right: -3.11111111rem;
  background: transparent !important;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formContainer .rsform-block,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formContainer .rsform-block {
  border: 0;
  padding-right: 3.11111111rem;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formContainer .rsform-block .formControls,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formContainer .rsform-block .formControls {
  border-bottom: 1px solid rgba(52, 51, 57, 0.2);
  border-radius: 0;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formContainer .rsform-block .formControls .formControlLabel,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formContainer .rsform-block .formControls .formControlLabel {
  left: 0;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formContainer .rsform-block .formControls .formControlLabel.show,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formContainer .rsform-block .formControls .formControlLabel.show {
  left: 0;
  top: -3.11111111rem;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formContainer .rsform-block .formControls .formBody,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formContainer .rsform-block .formControls .formBody {
  margin: 1.55555556rem 0;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formContainer .rsform-block .formControls .formBody label,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formContainer .rsform-block .formControls .formBody label {
  line-height: inherit;
  font-size: 29px;
  font-size: 2.9rem;
  width: 100%;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formContainer .rsform-block .formControls .formBody label input[type="checkbox"],
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formContainer .rsform-block .formControls .formBody label input[type="checkbox"] {
  margin: 0;
  margin-right: 1.55555556rem;
  margin-top: 1.55555556rem;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formContainer .rsform-block .formControls .formBody label input.rsform-calendar-button,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formContainer .rsform-block .formControls .formBody label input.rsform-calendar-button {
  display: none;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formContainer .rsform-block .formControls .formBody input[type="button"],
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"],
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formContainer .rsform-block .formControls .formBody button[type="submit"],
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formContainer .rsform-block .formControls .formBody button,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formContainer .rsform-block .formControls .formBody button {
  margin-top: 6.22222222rem;
  max-width: 33rem;
  height: 4rem;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formContainer .rsform-block-get-started,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formContainer .rsform-block-get-started,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formContainer .rsform-block-antispam,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formContainer .rsform-block-antispam {
  border: 0;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formContainer .rsform-block-get-started .formControls,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formContainer .rsform-block-get-started .formControls,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formResponsive .formContainer .rsform-block-antispam .formControls,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formResponsive .formContainer .rsform-block-antispam .formControls {
  border: 0 !important;
}
.rsform .formResponsive .formRed,
.formResponsive .formRed,
.rsform .formResponsive .formError,
.formResponsive .formError {
  color: #a45557;
}
img {
  text-decoration: none;
}
img img[src$=".gif"],
img img[src$=".png"] {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
svg {
  width: 100%;
}
.content-video-sm {
  display: inline;
  max-width: 100%;
  width: 460px;
  margin: 0 0 0.77777778rem;
}
@media screen and (min-width: 480px) {
  .content-video-sm.pull-left {
    margin-right: 1.55555556rem;
  }
  .content-video-sm.pull-right {
    margin-left: 1.55555556rem;
  }
}
.content-video-sm .avPlayerWrapper {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}
.avVideo .avPlayerContainer .avPlayerBlock iframe,
.avVideo .avPlayerContainer .avPlayerBlock object,
.avVideo .avPlayerContainer .avPlayerBlock embed,
.avVideo .avPlayerContainer .avPlayerBlock video,
.avVideo .avPlayerContainer .avPlayerBlock > div {
  min-width: 100% !important;
}
div.headers {
  position: relative;
  background-position: center;
  background-size: auto 100% !important;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 369px;
}
@media screen and (min-width: 992px) {
  div.headers {
    height: 289.4px;
  }
}
@media screen and (min-width: 1800px) {
  div.headers {
    background-size: 100% !important;
  }
}
div.headers:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
}
figure {
  margin-bottom: 3.11111111rem;
}
figure img {
  margin-top: 3px;
}
figure figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(52, 51, 57, 0.4);
  margin: 0.77777778rem 0;
  text-align: right;
  text-transform: uppercase;
}
figure figcaption .category-heading,
figure figcaption .mod-articles-category-heading {
  text-align: right;
}
figure figcaption .category-heading span,
figure figcaption .mod-articles-category-heading span {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(52, 51, 57, 0.4);
}
blockquote {
  display: inline-block;
}
blockquote:before {
  content: "\f10d";
  font-family: "FontAwesome";
  position: relative;
  display: block;
  z-index: 1;
  text-transform: none;
  margin-bottom: 1.55555556rem;
  color: rgba(52, 51, 57, 0.2);
  line-height: 1;
  font-size: 36px;
  font-size: 3.6rem;
}
.caption {
  font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000000;
  font-style: italic;
}
.caption:before {
  font-family: "FontAwesome";
  content: "\f103";
  display: inline-block;
  position: absolute;
  color: #000000;
  text-indent: 0;
  left: 0;
  z-index: 0;
  font-style: normal;
}
.caption.point-up {
  text-align: left;
  padding-left: 3.11111111rem;
}
.caption.point-up:before {
  content: "\f102";
}
@media screen and (min-width: 768px) {
  .caption.point-up {
    padding-left: 0;
  }
  .caption.point-up:before {
    left: -3.11111111rem;
  }
}
.caption.point-left {
  text-align: left;
  padding-left: 3.11111111rem;
}
@media screen and (min-width: 768px) {
  .caption.point-left {
    text-align: left;
    padding-left: 0;
  }
  .caption.point-left:before {
    content: "\f100";
    left: -3.11111111rem;
  }
}
.caption.point-right {
  text-align: left;
  padding-left: 3.11111111rem;
}
@media screen and (min-width: 768px) {
  .caption.point-right {
    text-align: right;
    padding-left: 0;
  }
  .caption.point-right:before {
    content: "\f101";
    right: -3.11111111rem;
  }
}
.img_caption p.img_caption {
  background: transparent;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(52, 51, 57, 0.4);
  margin: 0.77777778rem 0;
  text-align: right;
  text-transform: uppercase;
  display: none;
}
.t3-wrapper {
  padding: 0;
}
header.uber-header {
  background-color: #ffffff;
  height: 13.2rem;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
  z-index: 5000;
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
  border: 0;
  border-bottom: 1px solid rgba(52, 51, 57, 0.2);
  
}
@media screen and (min-width: 992px) {
  header.uber-header {
    height: 9.800000000000001rem;
    border-top: 0.4rem solid #000000;
  }
}
@media screen and (min-width: 992px) {
  header.uber-header.header-full,
  header.uber-header .fullheader-no-container {
    padding-left: 3.11111111rem;
    padding-right: 3.11111111rem;
    
  }
}
.header-topbar {
  padding-left: 3.11111111rem;
  padding-right: 3.11111111rem;
  
  height: 0;
  background-color: #e5e5e5;
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
}
.header-topbar h1,
.header-topbar h2,
.header-topbar h3,
.header-topbar h4,
.header-topbar h5,
.header-topbar h6,
.header-topbar p {
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: rgba(52, 51, 57, 0.6);
}
.header-topbar.header-full-topbar-ecommerce {
  padding: 0 0.77777778rem;
}
.header-logo {
  height: 0;
  position: relative;
  overflow: visible;
}
.header-logo .logo-img {
  margin-left: 3.11111111rem;
  position: relative;
  height: 9rem;
}
@media screen and (min-width: 992px) {
  .header-logo .logo-img {
    margin-left: 0;
    height: 9.4rem;
  }
}
.header-logo .logo {
  border: none !important;
}
.header-logo a {
  position: absolute;
  padding-bottom: 9rem;
  max-width: 160px;
  width: 100%;
  display: block;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  color: #676c6e;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .header-logo a {
    max-width: 170px;
    padding-bottom: 9.4rem;
  }
}
.header-logo a svg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header-phone-number .header-phone-number-inner {
  text-align: right;
  padding-right: 1.55555556rem;
}
.header-phone-number a {
  font-size: 23px;
  font-size: 2.3rem;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-phone-number a i {
  padding-right: 0.77777778rem;
}
.header-phone-number a:hover {
  color: #343339;
}
.header-topbar .header-phone-number {
  height: 0;
}
.header-topbar .header-phone-number .header-phone-number-inner {
  padding-left: 1.55555556rem;
  border-left: 1px solid rgba(52, 51, 57, 0.2);
  float: right;
}
.header-topbar .header-phone-number .header-phone-number-inner a {
  line-height: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.6);
  height: 0;
}
.header-topbar .header-phone-number .header-phone-number-inner a:hover {
  color: #343339;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .phone-location {
    display: none;
  }
}
.header-phone-icon,
.header-phone-dropdown-toggle {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  display: block;
  position: absolute;
  top: 4.2rem;
  right: 6.1rem;
  padding: 3rem 1.5rem;
  border-left: 1px solid rgba(52, 51, 57, 0.2);
  border-right: 0;
  height: 9rem;
  width: 6rem;
  color: #000000;
  background-color: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.header-phone-icon:hover,
.header-phone-dropdown-toggle:hover {
  background: #000000;
  color: #ffffff;
}
.header-phone-icon i,
.header-phone-dropdown-toggle i {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  height: 3rem;
  width: 100%;
  text-align: center;
  color: #000000;
}
.header-phone-icon:hover,
.header-phone-dropdown-toggle:hover {
  color: #ffffff;
  background-color: #979797;
  border-bottom: 0;
}
.header-phone-icon:hover i,
.header-phone-dropdown-toggle:hover i {
  color: #ffffff;
}
@media screen and (min-width: 480px) {
  .header-phone-icon,
  .header-phone-dropdown-toggle {
    padding: 3rem;
    width: 9rem;
    right: 9.1rem;
  }
}
@media screen and (min-width: 992px) {
  .header-phone-icon,
  .header-phone-dropdown-toggle {
    display: none;
    height: 9.4rem;
    top: 4.2rem;
  }
}
.header-phone-dropdown-toggle:before {
  content: "\f095";
  font-family: "FontAwesome";
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  height: 3rem;
  width: 100%;
  text-align: center;
  line-height: 3rem;
  color: #000000;
}
.header-phone-dropdown-toggle .dropdown.parent {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.header-phone-dropdown-toggle .dropdown.parent .nav-header {
  display: none;
}
.header-phone-dropdown-toggle .dropdown.parent .dropdown-menu {
  position: absolute;
  display: none;
  filter: alpha(opacity=0);
  opacity: 0;
  top: 9rem;
  right: 0;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-phone-dropdown-toggle .dropdown.parent .dropdown-menu > li > a {
  display: inline-block;
  width: 100%;
  padding: 0 1.55555556rem;
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  line-height: 3.11111111;
  border-bottom: 0;
  text-transform: uppercase;
}
.header-phone-dropdown-toggle .dropdown.parent .dropdown-menu > li > a.dropdown-header {
  border-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.header-phone-dropdown-toggle .dropdown.parent .dropdown-menu > li > a:hover {
  color: #ffffff;
  background: #000000;
}
.header-phone-dropdown-toggle .dropdown.parent .dropdown-menu > li ul > li {
  color: rgba(255, 255, 255, 0.6);
  text-transform: none;
}
.header-phone-dropdown-toggle:hover:before {
  color: #ffffff;
}
.header-phone-dropdown-toggle:hover .dropdown.parent .dropdown-menu {
  display: block;
  filter: alpha(opacity=100);
  opacity: 1;
}
.header-mobile-topbar-cta {
  width: 100%;
  color: #ffffff;
  background: #000000;
  height: 4.2rem;
  line-height: 4.2rem;
  font-family: "Arimo", Futura, "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
}
.header-mobile-topbar-cta a,
.header-cta a {
  max-width: 100%;
  width: 100%;
  min-height: 4.2rem;
  line-height: 1.55555556rem;
  color: #ffffff;
  background: #000000;
  border-color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  white-space: normal;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .header-mobile-topbar-cta a,
  .header-cta a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.header-mobile-topbar-cta a:hover,
.header-cta a:hover {
  color: #ffffff;
  background: #979797;
  border-color: #979797;
}
.header-topbar .phone-cta-inner {
  height: 0;
}
.header-social-link {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  max-width: 0;
  max-height: 0;
  margin-top: -1.2rem;
  margin-right: -1.2rem;
  color: rgba(52, 51, 57, 0.6);
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-social-link i {
  color: rgba(52, 51, 57, 0.6);
  height: 2.4rem;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.4rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-social-link:hover {
  color: #343339;
  background-color: transparent;
}
.header-social-link:hover i {
  color: #343339;
}
.header-cart-login-container {
  display: block;
  text-align: center;
}
.header-cart-login-container .header-log-in,
.header-cart-login-container .header-cart {
  height: 0;
  width: auto;
  display: inline-block;
}
.header-cart-login-container .header-log-in .header-log-in-inner p,
.header-cart-login-container .header-cart .header-log-in-inner p,
.header-cart-login-container .header-log-in .header-cart-inner p,
.header-cart-login-container .header-cart .header-cart-inner p,
.header-cart-login-container .header-log-in .header-log-in-inner a,
.header-cart-login-container .header-cart .header-log-in-inner a,
.header-cart-login-container .header-log-in .header-cart-inner a,
.header-cart-login-container .header-cart .header-cart-inner a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 0;
  color: rgba(52, 51, 57, 0.6);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header-cart-login-container .header-log-in .header-log-in-inner p:hover,
.header-cart-login-container .header-cart .header-log-in-inner p:hover,
.header-cart-login-container .header-log-in .header-cart-inner p:hover,
.header-cart-login-container .header-cart .header-cart-inner p:hover,
.header-cart-login-container .header-log-in .header-log-in-inner a:hover,
.header-cart-login-container .header-cart .header-log-in-inner a:hover,
.header-cart-login-container .header-log-in .header-cart-inner a:hover,
.header-cart-login-container .header-cart .header-cart-inner a:hover {
  color: #343339;
}
@media screen and (min-width: 768px) {
  .header-cart-login-container .header-log-in .header-log-in-inner p,
  .header-cart-login-container .header-cart .header-log-in-inner p,
  .header-cart-login-container .header-log-in .header-cart-inner p,
  .header-cart-login-container .header-cart .header-cart-inner p,
  .header-cart-login-container .header-log-in .header-log-in-inner a,
  .header-cart-login-container .header-cart .header-log-in-inner a,
  .header-cart-login-container .header-log-in .header-cart-inner a,
  .header-cart-login-container .header-cart .header-cart-inner a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.header-log-in .header-log-in-inner .nav > li {
  display: inline;
}
.header-log-in .header-log-in-inner ul.nav.menu > li > a {
  line-height: 0;
  display: inline;
  padding-right: 1.55555556rem;
  border-right: 1px solid rgba(52, 51, 57, 0.2);
  margin-right: 1.55555556rem;
  text-transform: none;
  color: rgba(52, 51, 57, 0.6);
}
.header-log-in .header-log-in-inner ul.nav.menu > li > a:hover {
  color: #343339;
}
.header-cart .header-cart-inner a {
  line-height: 0;
}
html.scrollDown header.uber-header {
  top: -13.2rem;
}
@media screen and (min-width: 992px) {
  html.scrollDown header.uber-header {
    top: -9.800000000000001rem;
  }
}
html.scrollUp header.uber-header {
  top: 0;
}
html.scrollUp header.uber-header .fullheader:after,
html.scrollDown header.uber-header .fullheader:after,
html.scrollUp .sticky-phone,
html.scrollDown .sticky-phone {
  filter: alpha(opacity=100);
  opacity: 1;
}
header.uber-header.affix-top {
  top: 0;
}
html.home header.uber-header.affix-top:after {
  filter: alpha(opacity=0);
  opacity: 0;
}
.header-container .header-phone-number-inner,
.header-container-topbar-ecommerce .header-phone-number-inner,
.header-container .header-cta-inner,
.header-container-topbar-ecommerce .header-cta-inner {
  margin-top: 0.77777778rem;
}
@media screen and (min-width: 992px) {
  .header-container .header-logo .logo-img,
  .header-container-topbar-ecommerce .header-logo .logo-img {
    height: 3.42222222rem;
    margin-top: 1.55555556rem;
  }
}
header.uber-header.header-container-topbar-ecommerce,
header.uber-header.header-full-topbar-ecommerce {
  height: 13.2rem;
}
header.uber-header.header-container-topbar-ecommerce .header-shadow,
header.uber-header.header-full-topbar-ecommerce .header-shadow {
  height: 100%;
}
@media screen and (min-width: 992px) {
  header.uber-header.header-container-topbar-ecommerce,
  header.uber-header.header-full-topbar-ecommerce {
    height: 9.800000000000001rem;
  }
  header.uber-header.header-container-topbar-ecommerce .header-shadow,
  header.uber-header.header-full-topbar-ecommerce .header-shadow {
    height: 100%;
  }
}
html.scrollDown header.uber-header.header-container-topbar-ecommerce,
html.scrollDown header.uber-header.header-full-topbar-ecommerce {
  top: -13.2rem;
}
@media screen and (min-width: 992px) {
  html.scrollDown header.uber-header.header-container-topbar-ecommerce,
  html.scrollDown header.uber-header.header-full-topbar-ecommerce {
    top: -9.800000000000001rem;
  }
}
.header-container-topbar-ecommerce .site-navigation-right.pull-right,
.header-full-topbar-ecommerce .site-navigation-right.pull-right,
.header-container-topbar-ecommerce .header-phone-icon,
.header-full-topbar-ecommerce .header-phone-icon,
.header-container-topbar-ecommerce .header-phone-dropdown-toggle,
.header-full-topbar-ecommerce .header-phone-dropdown-toggle {
  top: 4.2rem;
  overflow: hidden;
  width: auto;
}
@media screen and (min-width: 992px) {
  .header-container-topbar-ecommerce .site-navigation-right.pull-right,
  .header-full-topbar-ecommerce .site-navigation-right.pull-right,
  .header-container-topbar-ecommerce .header-phone-icon,
  .header-full-topbar-ecommerce .header-phone-icon,
  .header-container-topbar-ecommerce .header-phone-dropdown-toggle,
  .header-full-topbar-ecommerce .header-phone-dropdown-toggle {
    top: 4.2rem;
  }
}
header.uber-header.header-full-topbar-ecommerce .header-topbar .header-phone-number .header-phone-number-inner {
  float: left;
  padding-left: 0;
  border-left: 0;
  padding-right: 1.55555556rem;
  padding-left: 3.11111111rem;
}
header.uber-header.header-full-topbar-ecommerce .header-topbar .header-phone-number .header-phone-number-inner a {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  header.uber-header.header-full-topbar-ecommerce .header-cart-login-container .header-cart-login-container-inner {
    padding-right: 1.55555556rem;
  }
}
header.uber-header.header-full-topbar .header-topbar .header-phone-number {
  float: right;
}
nav.navbar {
  float: right;
}
.t3-mainnav .t3-navbar .open .dropdown-menu ul > li img {
  display: block;
}
* nav.navbar ul.navbar-nav > li,
.uber-header nav.navbar ul.navbar-nav > li,
.uber-header.dark-color nav.navbar ul.navbar-nav > li {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  * nav.navbar ul.navbar-nav > li,
  .uber-header nav.navbar ul.navbar-nav > li,
  .uber-header.dark-color nav.navbar ul.navbar-nav > li {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1920px) {
  * nav.navbar ul.navbar-nav > li,
  .uber-header nav.navbar ul.navbar-nav > li,
  .uber-header.dark-color nav.navbar ul.navbar-nav > li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.pagination {
  padding-left: 3.11111111rem;
  padding-right: 3.11111111rem;
  
  padding-bottom: 12.44444444rem;
  text-align: left;
  background-color: #fbfaf7;
}
.pagination .counter {
  max-width: 1008px;
  margin: 0 auto;
  padding: 0 3.11111111rem;
  border: 0;
  display: block;
  width: 100%;
  margin: auto !important;
  padding: 1.55555556rem;
  float: none !important;
}
.pagination ul {
  max-width: 1008px;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 3.11111111rem;
  display: block;
  border-top: 1px solid rgba(52, 51, 57, 0.2);
  border-bottom: 1px solid rgba(52, 51, 57, 0.2);
}
.pagination > li {
  float: left;
}
.pagination > li > a,
.pagination > li > span {
  font-weight: 400;
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: rgba(52, 51, 57, 0.6);
  font-size: 20;
  min-width: 40px;
  text-align: center;
  line-height: 1.55555556rem;
  padding: 1.55555556rem;
  margin: 0.77777778rem;
}
.pagination > li > a,
.pagination > li > span {
  border: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  border: 0;
  color: #343339;
  font-weight: 400;
  background: transparent;
}
.pagination > .active > a,
.pagination > .active > span {
  background: transparent;
  border: 0;
  color: #343339;
  font-weight: 400;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background: transparent;
  color: rgba(52, 51, 57, 0.2);
  border: 0;
  line-height: 1.55555556rem;
  padding: 1.55555556rem;
}
.pagination ul > li:first-child a,
.pagination li:nth-child(2) a {
  background: transparent;
  border: 0;
}
.pagination ul > li:first-child a:hover,
.pagination li:nth-child(2) a:hover {
  background: none;
  border: 0;
  color: #000000;
}
.pagination ul > li:nth-last-of-type(-n+2) a {
  background: transparent;
  border: 1px solid transparent;
}
.pagination ul > li:nth-last-of-type(-n+2) a:hover {
  background: none;
  color: #000000;
}
div.rsseo_title {
  display: none;
  font-family: "Arimo", Futura, "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #343339;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 3.6rem;
  border-bottom: 1px solid rgba(52, 51, 57, 0.2);
  margin-bottom: 3.11111111rem;
  padding-bottom: 1.55555556rem;
  text-transform: none;
}
ul.rsseo_links li:before {
  content: none !important;
}
ul.rsseo_links > li {
  padding-left: 0 !important;
}
ul.rsseo_links > li > a,
ul.rsseo_links > li > span.separator,
ul.rsseo_links > li > span.nav-header {
  color: rgba(52, 51, 57, 0.8);
  background: transparent;
}
ul.rsseo_links > li > a:hover {
  color: #343339;
  background: transparent;
}
ul.rsseo_links > li.deeper.parent > a {
  border-bottom: 1px solid rgba(52, 51, 57, 0.2);
  padding-bottom: 0.77777778rem;
  margin-bottom: 1.55555556rem;
}
ul.rsseo_links > li ul.dropdown-menu > li > a,
ul.rsseo_links > li ul.rsseo_links_small > li > a {
  color: rgba(52, 51, 57, 0.6);
  background: transparent;
  border-bottom: none;
}
ul.rsseo_links > li ul.dropdown-menu > li > a:hover,
ul.rsseo_links > li ul.rsseo_links_small > li > a:hover {
  color: #343339;
  background: transparent;
}
ul.rsseo_links > li ul.dropdown-menu > li ul > li > a,
ul.rsseo_links > li ul.rsseo_links_small > li ul > li > a {
  color: rgba(52, 51, 57, 0.4);
  background: transparent;
  border-bottom: none;
}
ul.rsseo_links > li ul.dropdown-menu > li ul > li > a:hover,
ul.rsseo_links > li ul.rsseo_links_small > li ul > li > a:hover {
  color: #343339;
  background: transparent;
}
.t3-footer,
footer.uber-footer,
footer.uber-footer.light-color {
  padding: 12.44444444rem 3.11111111rem;
  background: #000000;
  position: relative;
  z-index: 200;
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
  color: rgba(255, 255, 255, 0.8);
  float: none;
  clear: both;
  border-top: 1px solid rgba(52, 51, 57, 0.2);
}
@media screen and (min-width: 1056px) {
  .t3-footer,
  footer.uber-footer,
  footer.uber-footer.light-color {
    padding: 12.44444444rem 0;
  }
}
.t3-footer h1,
footer.uber-footer h1,
footer.uber-footer.light-color h1,
.t3-footer h2,
footer.uber-footer h2,
footer.uber-footer.light-color h2,
.t3-footer h3,
footer.uber-footer h3,
footer.uber-footer.light-color h3,
.t3-footer h4,
footer.uber-footer h4,
footer.uber-footer.light-color h4,
.t3-footer h5,
footer.uber-footer h5,
footer.uber-footer.light-color h5,
.t3-footer h6,
footer.uber-footer h6,
footer.uber-footer.light-color h6,
.t3-footer .rsform .formResponsive .formContainer .formBody,
footer.uber-footer .rsform .formResponsive .formContainer .formBody,
footer.uber-footer.light-color .rsform .formResponsive .formContainer .formBody,
.t3-footer .module-title span,
footer.uber-footer .module-title span,
footer.uber-footer.light-color .module-title span,
.t3-footer .section-title span,
footer.uber-footer .section-title span,
footer.uber-footer.light-color .section-title span {
  color: #ffffff;
}
.t3-footer .lede,
footer.uber-footer .lede,
footer.uber-footer.light-color .lede {
  color: rgba(255, 255, 255, 0.8);
}
.t3-footer p,
footer.uber-footer p,
footer.uber-footer.light-color p,
.t3-footer .rsform .formResponsive .formContainer .formBody p,
footer.uber-footer .rsform .formResponsive .formContainer .formBody p,
footer.uber-footer.light-color .rsform .formResponsive .formContainer .formBody p {
  color: rgba(255, 255, 255, 0.6);
}
.t3-footer i,
footer.uber-footer i,
footer.uber-footer.light-color i {
  color: rgba(255, 255, 255, 0.4);
}
.t3-footer .figcaption,
footer.uber-footer .figcaption,
footer.uber-footer.light-color .figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0.77777778rem 0;
  text-align: right;
}
.t3-footer figure figcaption,
footer.uber-footer figure figcaption,
footer.uber-footer.light-color figure figcaption {
  color: rgba(255, 255, 255, 0.8);
}
.t3-footer figure figcaption .category-heading span,
footer.uber-footer figure figcaption .category-heading span,
footer.uber-footer.light-color figure figcaption .category-heading span,
.t3-footer figure figcaption .mod-articles-category-heading span,
footer.uber-footer figure figcaption .mod-articles-category-heading span,
footer.uber-footer.light-color figure figcaption .mod-articles-category-heading span {
  color: rgba(255, 255, 255, 0.4) !important;
}
.t3-footer blockquote:before,
footer.uber-footer blockquote:before,
footer.uber-footer.light-color blockquote:before {
  color: rgba(255, 255, 255, 0.2);
}
.t3-footer .acm-spotlight .t3-module .module-title,
footer.uber-footer .acm-spotlight .t3-module .module-title,
footer.uber-footer.light-color .acm-spotlight .t3-module .module-title,
.t3-footer .sections-wrap .section .t3-module .module-title,
footer.uber-footer .sections-wrap .section .t3-module .module-title,
footer.uber-footer.light-color .sections-wrap .section .t3-module .module-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.t3-footer .acm-spotlight .t3-module .module-title span,
footer.uber-footer .acm-spotlight .t3-module .module-title span,
footer.uber-footer.light-color .acm-spotlight .t3-module .module-title span,
.t3-footer .sections-wrap .section .t3-module .module-title span,
footer.uber-footer .sections-wrap .section .t3-module .module-title span,
footer.uber-footer.light-color .sections-wrap .section .t3-module .module-title span {
  color: #ffffff;
}
.t3-footer .acm-spotlight .t3-module .module-title span,
footer.uber-footer .acm-spotlight .t3-module .module-title span,
footer.uber-footer.light-color .acm-spotlight .t3-module .module-title span,
.t3-footer .sections-wrap .section .t3-module .module-title span,
footer.uber-footer .sections-wrap .section .t3-module .module-title span,
footer.uber-footer.light-color .sections-wrap .section .t3-module .module-title span {
  color: #ffffff;
}
.t3-footer .headingborder,
footer.uber-footer .headingborder,
footer.uber-footer.light-color .headingborder,
.t3-footer .items-leading .category-container .category-name,
footer.uber-footer .items-leading .category-container .category-name,
footer.uber-footer.light-color .items-leading .category-container .category-name {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.t3-footer .articles-category-date span,
footer.uber-footer .articles-category-date span,
footer.uber-footer.light-color .articles-category-date span,
.t3-footer .photogalleryfull .category-heading span,
footer.uber-footer .photogalleryfull .category-heading span,
footer.uber-footer.light-color .photogalleryfull .category-heading span {
  color: rgba(255, 255, 255, 0.6);
}
.t3-footer .tags span a,
footer.uber-footer .tags span a,
footer.uber-footer.light-color .tags span a,
.t3-footer .tags span a.label,
footer.uber-footer .tags span a.label,
footer.uber-footer.light-color .tags span a.label {
  color: rgba(255, 255, 255, 0.6);
}
.t3-footer .tags span a:hover,
footer.uber-footer .tags span a:hover,
footer.uber-footer.light-color .tags span a:hover,
.t3-footer .tags span a.label:hover,
footer.uber-footer .tags span a.label:hover,
footer.uber-footer.light-color .tags span a.label:hover,
.t3-footer .tags span a:focus,
footer.uber-footer .tags span a:focus,
footer.uber-footer.light-color .tags span a:focus,
.t3-footer .tags span a.label:focus,
footer.uber-footer .tags span a.label:focus,
footer.uber-footer.light-color .tags span a.label:focus {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.t3-footer .pagination ul,
footer.uber-footer .pagination ul,
footer.uber-footer.light-color .pagination ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.t3-footer .pagination ul li a,
footer.uber-footer .pagination ul li a,
footer.uber-footer.light-color .pagination ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.t3-footer .pagination ul li a:hover,
footer.uber-footer .pagination ul li a:hover,
footer.uber-footer.light-color .pagination ul li a:hover,
.t3-footer .pagination ul li a:focus,
footer.uber-footer .pagination ul li a:focus,
footer.uber-footer.light-color .pagination ul li a:focus {
  color: #343339;
}
.t3-footer .pagination ul li.active a,
footer.uber-footer .pagination ul li.active a,
footer.uber-footer.light-color .pagination ul li.active a {
  color: #343339;
}
.t3-footer .pagination ul li.disabled a,
footer.uber-footer .pagination ul li.disabled a,
footer.uber-footer.light-color .pagination ul li.disabled a {
  color: rgba(255, 255, 255, 0.4);
}
.t3-footer .uber-footer-inner,
footer.uber-footer .uber-footer-inner,
footer.uber-footer.light-color .uber-footer-inner {
  overflow-x: hidden;
  background: transparent;
}
.t3-footer .footer-left,
footer.uber-footer .footer-left,
footer.uber-footer.light-color .footer-left,
.t3-footer .footer-right,
footer.uber-footer .footer-right,
footer.uber-footer.light-color .footer-right {
  padding: 0;
  margin: 0;
  background: transparent;
}
.t3-footer .footer-left a,
footer.uber-footer .footer-left a,
footer.uber-footer.light-color .footer-left a,
.t3-footer .footer-right a,
footer.uber-footer .footer-right a,
footer.uber-footer.light-color .footer-right a {
  padding: 1.55555556rem 0;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .t3-footer .footer-left-inner,
  footer.uber-footer .footer-left-inner,
  footer.uber-footer.light-color .footer-left-inner {
    padding-right: 6.22222222rem;
  }
}
.t3-footer .footer-right-inner,
footer.uber-footer .footer-right-inner,
footer.uber-footer.light-color .footer-right-inner {
  margin-top: 6.22222222rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 6.22222222rem;
}
@media screen and (min-width: 992px) {
  .t3-footer .footer-right-inner,
  footer.uber-footer .footer-right-inner,
  footer.uber-footer.light-color .footer-right-inner {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }
}
.t3-footer * a,
footer.uber-footer * a,
footer.uber-footer.light-color * a,
.t3-footer .footer-left a,
footer.uber-footer .footer-left a,
footer.uber-footer.light-color .footer-left a {
  display: inline;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 0;
}
.t3-footer * a:hover,
footer.uber-footer * a:hover,
footer.uber-footer.light-color * a:hover,
.t3-footer .footer-left a:hover,
footer.uber-footer .footer-left a:hover,
footer.uber-footer.light-color .footer-left a:hover {
  color: #ffffff;
  border-bottom: 0;
}
.t3-footer * a:active,
footer.uber-footer * a:active,
footer.uber-footer.light-color * a:active,
.t3-footer .footer-left a:active,
footer.uber-footer .footer-left a:active,
footer.uber-footer.light-color .footer-left a:active,
.t3-footer * a:focus,
footer.uber-footer * a:focus,
footer.uber-footer.light-color * a:focus,
.t3-footer .footer-left a:focus,
footer.uber-footer .footer-left a:focus,
footer.uber-footer.light-color .footer-left a:focus {
  border-bottom: 0;
}
.footer-site-name .footer-site-name-heading {
  font-size: 29px;
  font-size: 2.9rem;
  color: #ffffff;
  text-transform: uppercase;
}
.footer-social {
  display: inline-block;
  margin: 0 0.77777778rem 3.11111111rem 0;
}
.footer-social .footer-social-link {
  width: 2.4rem;
  height: 2.4rem;
  color: rgba(52, 51, 57, 0.6);
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-social .footer-social-link i {
  color: rgba(255, 255, 255, 0.6);
  height: 2.4rem;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.4rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-social .footer-social-link:hover {
  color: #343339;
  background-color: #ffffff;
}
.footer-social .footer-social-link:hover i {
  color: #ffffff;
}
.footer-address,
.footer-phone-number,
.footer-fax-number,
.footer-hours {
  font-size: 18px;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  display: block;
  margin: 0 0 3.11111111rem;
  padding: 0 0 0 3.11111111rem;
}
.footer-address:before,
.footer-phone-number:before,
.footer-fax-number:before,
.footer-hours:before {
  color: rgba(255, 255, 255, 0.4);
  font-family: "FontAwesome";
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 0;
}
@media (min-width: 992px) {
  .footer-address:before,
  .footer-phone-number:before,
  .footer-fax-number:before,
  .footer-hours:before {
    left: 0;
  }
}
.footer-address p,
.footer-phone-number p,
.footer-fax-number p,
.footer-hours p,
.footer-address a,
.footer-phone-number a,
.footer-fax-number a,
.footer-hours a {
  display: inline-block;
}
.footer-address i,
.footer-phone-number i,
.footer-fax-number i,
.footer-hours i {
  display: none;
}
.footer-address:before {
  content: "\f0f7";
}
.footer-phone-number:before {
  content: "\f095";
}
.footer-phone-number a {
  display: block !important;
  padding: 0 !important;
}
.footer-fax-number:before {
  content: "\f1ac";
}
.footer-hours {
  margin-bottom: 0;
}
.footer-hours-monday:before {
  content: "\f017";
}
.footer-hours time[itemprop="openingHours"],
.footer-hours time {
  text-align: right;
  float: right;
}
.footer-hours:last-child {
  margin-bottom: 3.11111111rem;
}
.footer-hours.footer-hours-comment {
  margin-top: 1.55555556rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer-mutiple-addresses i {
  color: rgba(255, 255, 255, 0.4);
  padding-right: 1.55555556rem;
}
.footer-mutiple-addresses .footer-site-name-heading {
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
}
footer.uber-footer .uber-footer-inner ul.nav.menu > li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0;
  
}
footer.uber-footer .uber-footer-inner ul.nav.menu,
footer.uber-footer .uber-footer-inner ul.rsseo_links {
  display: block;
  
}
@media screen and (min-width: 768px) {
  footer.uber-footer .uber-footer-inner ul.nav.menu,
  footer.uber-footer .uber-footer-inner ul.rsseo_links {
    margin-top: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3.11111111rem;
    -moz-column-gap: 3.11111111rem;
    column-gap: 3.11111111rem;
  }
  footer.uber-footer .uber-footer-inner ul.nav.menu > li,
  footer.uber-footer .uber-footer-inner ul.rsseo_links > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.footer-bottom {
  margin-top: 6.22222222rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 6.22222222rem;
}
.footer-bottom .footer-site-links,
.footer-bottom .footer-sitename,
.footer-bottom .footer-colophon,
.footer-bottom .footer-disclaimer,
.footer-bottom small {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
}
.footer-bottom .footer-site-links {
  margin-bottom: 3.11111111rem;
}
@media screen and (min-width: 768px) {
  .footer-bottom .footer-site-links {
    text-align: right;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-bottom .footer-colophon {
    text-align: right;
  }
}
.footer-bottom .footer-disclaimer {
  padding-top: 3.11111111rem;
  font-size: 12px;
  font-size: 1.2rem;
  float: none;
  clear: both;
}
.footer-bottom a {
  color: #ffffff;
}
.footer-bottom a:hover {
  color: #343339;
}
.footer-bottom hr {
  display: none;
}
nav.breadcrumb {
  padding: 1.55555556rem 3.11111111rem;
}
@media (min-width: 992px) {
  nav.breadcrumb {
    padding: 1.55555556rem 0;
  }
}
nav.breadcrumb .breadcrumb > li {
  background-color: transparent;
  color: rgba(52, 51, 57, 0.6);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
nav.breadcrumb .breadcrumb > li + li:before {
  content: "\f101";
  font-family: "FontAwesome";
  padding: 0 1.55555556rem;
}
nav.breadcrumb .breadcrumb > li a {
  color: rgba(52, 51, 57, 0.6);
  display: inline-block;
}
nav.breadcrumb .breadcrumb > li a:hover {
  color: #343339;
}
nav.breadcrumb .breadcrumb > li.active,
nav.breadcrumb .breadcrumb > li.active:hover {
  color: #343339;
}
nav.breadcrumb .breadcrumb > li.active + li:before {
  content: "";
  padding: 0;
}
div.back-to-top {
  position: fixed;
  right: 12px;
  top: auto;
  z-index: 9999;
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -61.55555556rem;
}
@media (min-width: 768px) {
  div.back-to-top {
    display: block;
  }
}
div.back-to-top .btn {
  background: #000000;
  border: #000000;
  color: #000000;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  line-height: 1;
  padding: 0 !important;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.back-to-top .btn:hover,
div.back-to-top .btn:active,
div.back-to-top .btn:focus {
  background: #000000;
  color: #000000;
  border-color: #000000;
  outline: none;
}
div.back-to-top.affix-top {
  bottom: -61.55555556rem;
}
div.back-to-top.affix {
  bottom: 52px;
}
div.back-to-top a {
  outline: 0;
}
div.back-to-top i {
  line-height: 16px;
}
div.page-header {
  margin: 0;
  border-bottom: none;
}
div.page-header .header-img > div {
  overflow: hidden;
  background-position: top center;
  background-attachment: fixed;
  background-size: 220%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  div.page-header .header-img > div {
    background-size: 150%;
    max-height: 60rem;
  }
}
@media screen and (min-width: 992px) {
  div.page-header .header-img > div {
    background-size: 100%;
    max-height: 60rem;
  }
}
div.page-header .header-img .header-img-inner {
  padding-bottom: 80%;
}
@media screen and (min-width: 480px) {
  div.page-header .header-img .header-img-inner {
    padding-bottom: 60%;
  }
}
@media screen and (min-width: 992px) {
  div.page-header .header-img .header-img-inner {
    padding-bottom: 30%;
  }
}
div.page-header .header-img .header-img-inner img {
  display: none;
}
div.blog .header-img .header-img-inner {
  padding-bottom: 70%;
}
@media screen and (min-width: 480px) {
  div.blog .header-img .header-img-inner {
    padding-bottom: 40%;
  }
}
@media screen and (min-width: 992px) {
  div.blog .header-img .header-img-inner {
    padding-bottom: 20%;
  }
}
.page-header-information-block {
  padding: 6.22222222rem 3.11111111rem;
  background: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 1056px) {
  .page-header-information-block {
    padding: 6.22222222rem 0;
  }
}
.page-header-information-block h1,
.page-header-information-block h2,
.page-header-information-block h3,
.page-header-information-block h4,
.page-header-information-block h5,
.page-header-information-block h6,
.page-header-information-block .rsform .formResponsive .formContainer .formBody,
.page-header-information-block .module-title span,
.page-header-information-block .section-title span {
  color: #ffffff;
}
.page-header-information-block .lede {
  color: rgba(255, 255, 255, 0.8);
}
.page-header-information-block p,
.page-header-information-block .rsform .formResponsive .formContainer .formBody p {
  color: rgba(255, 255, 255, 0.6);
}
.page-header-information-block i {
  color: rgba(255, 255, 255, 0.4);
}
.page-header-information-block .figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0.77777778rem 0;
  text-align: right;
}
.page-header-information-block figure figcaption {
  color: rgba(255, 255, 255, 0.8);
}
.page-header-information-block figure figcaption .category-heading span,
.page-header-information-block figure figcaption .mod-articles-category-heading span {
  color: rgba(255, 255, 255, 0.4) !important;
}
.page-header-information-block blockquote:before {
  color: rgba(255, 255, 255, 0.2);
}
.page-header-information-block .acm-spotlight .t3-module .module-title,
.page-header-information-block .sections-wrap .section .t3-module .module-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.page-header-information-block .acm-spotlight .t3-module .module-title span,
.page-header-information-block .sections-wrap .section .t3-module .module-title span {
  color: #ffffff;
}
.page-header-information-block .acm-spotlight .t3-module .module-title span,
.page-header-information-block .sections-wrap .section .t3-module .module-title span {
  color: #ffffff;
}
.page-header-information-block .headingborder,
.page-header-information-block .items-leading .category-container .category-name {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page-header-information-block .articles-category-date span,
.page-header-information-block .photogalleryfull .category-heading span {
  color: rgba(255, 255, 255, 0.6);
}
.page-header-information-block .tags span a,
.page-header-information-block .tags span a.label {
  color: rgba(255, 255, 255, 0.6);
}
.page-header-information-block .tags span a:hover,
.page-header-information-block .tags span a.label:hover,
.page-header-information-block .tags span a:focus,
.page-header-information-block .tags span a.label:focus {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.page-header-information-block .pagination ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page-header-information-block .pagination ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.page-header-information-block .pagination ul li a:hover,
.page-header-information-block .pagination ul li a:focus {
  color: #343339;
}
.page-header-information-block .pagination ul li.active a {
  color: #343339;
}
.page-header-information-block .pagination ul li.disabled a {
  color: rgba(255, 255, 255, 0.4);
}
.page-header-information-block .article-title h1,
.page-header-information-block .article-title h2,
.page-header-information-block .article-title .headline {
  color: #343339;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Arimo", Futura, "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  background: transparent;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .page-header-information-block .article-title h1,
  .page-header-information-block .article-title h2,
  .page-header-information-block .article-title .headline {
    font-size: 47px;
    font-size: 4.7rem;
  }
}
.article-content {
  background: #fbfaf7;
}
.article-content .article-content-inner {
  padding: 12.44444444rem 3.11111111rem;
}
@media screen and (min-width: 1056px) {
  .article-content .article-content-inner {
    padding: 12.44444444rem 0;
  }
}
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5 {
  font-family: "Arimo", Futura, "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #343339;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: uppercase;
}
.article-content h2.subheading,
.article-content h3.subheading,
.article-content h4.subheading,
.article-content h5.subheading,
.article-content h6.subheading {
  font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(52, 51, 57, 0.8);
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.55555556;
  text-transform: uppercase;
}
.article-content h2 {
  font-size: 29px;
  font-size: 2.9rem;
  margin-bottom: 3.11111111rem;
  text-transform: none;
}
.article-content h2:first-of-type {
  
}
.article-content .category-module h2 {
  border-bottom: 0;
  padding-bottom: 0;
}
.article-content h3 {
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 1.55555556rem;
}
.article-content h4 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.article-content h5 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.article-content a {
  display: inline;
}
.article-content img {
  max-width: 30rem;
  background-color: #989c9b;
  border: 0.4rem solid #ffffff;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(68, 72, 77, 0.3);
  width: 100%;
  height: auto;
}
@media screen and (min-width: 520px) {
  .article-content img {
    width: auto;
    max-width: 300px;
    height: inherit;
  }
}
.article-content img[src$=".gif"],
.article-content img[src$=".png"],
.article-content img[src$=".svg"] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .article-content .special-inline-img img {
    display: inline;
    float: left;
    margin: 0 3.11111111rem 1.55555556rem 0;
  }
}
@media screen and (min-width: 768px) {
  .article-content .special-inline-img-right img {
    display: inline;
    float: right;
    margin: 0 0 1.55555556rem 3.11111111rem;
  }
}
.article-content .rl_modals_element[data-modal-video="true"] {
  display: block;
  margin-bottom: 3.11111111rem;
  position: relative;
}
.article-content .rl_modals_element[data-modal-video="true"]:before {
  content: "\f04b";
  font-family: "FontAwesome";
  font-size: 36px;
  font-size: 3.6rem;
  color: #ffffff;
  text-align: center;
  position: absolute;
  z-index: 6;
  top: 50%;
  right: 0;
  left: 0;
  padding: 0 0 0 3px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-content .rl_modals_element[data-modal-video="true"]:after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-content .rl_modals_element[data-modal-video="true"]:hover {
  -ms-transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
  animation: pulse 2s infinite;
}
.article-content .rl_modals_element[data-modal-video="true"]:hover:before,
.article-content .rl_modals_element[data-modal-video="true"]:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.article-content .rl_modals_element[data-modal-video="true"] img {
  max-width: 100%;
  width: 100%;
}
.article-content table td {
  display: block;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .article-content table td {
    display: table-cell;
    width: 50%;
  }
}
.article-content .formResponsive .formContainer .rsform-block {
  background: #ffffff;
}
.article-content .articles-category-back-no-button {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 3.11111111rem;
}
.article-content .articles-category-back-no-button:before {
  font-family: "FontAwesome";
  content: "\f101";
  display: inline-block;
  position: absolute;
  color: rgba(52, 51, 57, 0.6);
  text-indent: 0;
  left: -3.11111111rem;
  z-index: 0;
  font-style: normal;
  font-size: 29px;
  font-size: 2.9rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.55555556rem;
  top: 25%;
}
.article-content .articles-category-back-no-button:hover {
  color: #343339;
}
.article-content .articles-category-back-no-button:hover:before {
  color: #343339;
}
.article-content-inner ul.sigProContainer.sigProResponsive {
  display: block;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1.55555556rem;
}
.article-content-inner ul.sigProContainer.sigProResponsive::before,
.article-content-inner ul.sigProContainer.sigProResponsive::after {
  display: none;
}
.article-content-inner ul.sigProContainer.sigProResponsive li {
  padding: 0;
  margin: 0;
  position: relative;
  background: none;
  flex: 1 0 auto;
  height: auto;
  width: 100%;
  margin: 0px !important;
  overflow: hidden;
}
.article-content-inner ul.sigProContainer.sigProResponsive li .sigProLinkOuterWrapper {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.article-content-inner ul.sigProContainer.sigProResponsive li a {
  background: transparent;
  border: 0 !important;
  color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-content-inner ul.sigProContainer.sigProResponsive li a .sigProPseudoCaption,
.article-content-inner ul.sigProContainer.sigProResponsive li a .sigProCaption {
  display: none;
}
.article-content-inner ul.sigProContainer.sigProResponsive li a img {
  background-position: center top !important;
}
.article-content-inner ul.sigProContainer.sigProResponsive li a:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  background-color: transparent;
  color: transparent;
  border: 0 !important;
}
@media screen and (max-width: 768px) {
  div.hero-style-encompass .container {
    background: linear-gradient(to right, #ffffff, rgba(0, 0, 0, 0));
  }
}
.mod-hero-slideshow .flickity-viewport,
.mod-hero-slideshow .acm-hero {
  background: linear-gradient(to right, #ffffff, rgba(0, 0, 0, 0));
}
.mod-hero-slideshow .flickity-viewport .container,
.mod-hero-slideshow .acm-hero .container {
  background: none;
}
.services-navigation-block .services-navigation-block-inner a {
  background-color: transparent;
}
.acm-spotlight .t3-module .mod-featured-intro .mod-articles-category-content-block .module-title {
  border-bottom: 1px solid rgba(52, 51, 57, 0.2);
}
.acm-spotlight .t3-module .mod-featured-intro .mod-articles-category-content-block .module-title span {
  color: #343339;
}

.blog-top ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
div.item-page.blog.blog-alt .tags span a,
div.item-page.blog .tags span a.label {
  color: rgba(255, 255, 255, 0.6) !important;
}
div.item-page.blog .tags {
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
}
div.item-page.blog.blog-alt .item-page-inner .page-header-information-block .header-information {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
div.item-page.blog.blog-alt .articles-category-date span,
div.item-page.blog .article-info span,
div.item-page.blog .tags span {
  color: rgba(255, 255, 255, 0.6);
}
div.item-page.blog.blog-alt .item-page-inner .page-header-information-block .page-heading .article-title h1 {
  color: #ffffff;
}
.sidebar {
  padding: 12.44444444rem 3.11111111rem;
}
@media screen and (min-width: 1056px) {
  .sidebar {
    padding: 12.44444444rem 0;
  }
}
@media screen and (max-width: 991px) {
  .sidebar {
    padding-top: 6.22222222rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.item-page .sidebar,
.shop .sidebar,
.login .sidebar {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .item-page .sidebar,
  .shop .sidebar,
  .login .sidebar {
    padding-top: 6.22222222rem;
  }
}
@media screen and (max-width: 991px) {
  .blog .sidebar {
    padding-top: 6.22222222rem;
  }
}
.blog-alt .sidebar h1,
.blog-alt .sidebar h2,
.blog-alt .sidebar h3,
.blog-alt .sidebar h4,
.blog-alt .sidebar h5,
.blog-alt .sidebar h6,
.blog-alt .sidebar .rsform .formResponsive .formContainer .formBody,
.blog-alt .sidebar .module-title span,
.blog-alt .sidebar .section-title span {
  color: #ffffff;
}
.blog-alt .sidebar .lede {
  color: rgba(255, 255, 255, 0.8);
}
.blog-alt .sidebar p,
.blog-alt .sidebar .rsform .formResponsive .formContainer .formBody p {
  color: rgba(255, 255, 255, 0.6);
}
.blog-alt .sidebar i {
  color: rgba(255, 255, 255, 0.4);
}
.blog-alt .sidebar .figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0.77777778rem 0;
  text-align: right;
}
.blog-alt .sidebar figure figcaption {
  color: rgba(255, 255, 255, 0.8);
}
.blog-alt .sidebar figure figcaption .category-heading span,
.blog-alt .sidebar figure figcaption .mod-articles-category-heading span {
  color: rgba(255, 255, 255, 0.4) !important;
}
.blog-alt .sidebar blockquote:before {
  color: rgba(255, 255, 255, 0.2);
}
.blog-alt .sidebar .acm-spotlight .t3-module .module-title,
.blog-alt .sidebar .sections-wrap .section .t3-module .module-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.blog-alt .sidebar .acm-spotlight .t3-module .module-title span,
.blog-alt .sidebar .sections-wrap .section .t3-module .module-title span {
  color: #ffffff;
}
.blog-alt .sidebar .acm-spotlight .t3-module .module-title span,
.blog-alt .sidebar .sections-wrap .section .t3-module .module-title span {
  color: #ffffff;
}
.blog-alt .sidebar .headingborder,
.blog-alt .sidebar .items-leading .category-container .category-name {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.blog-alt .sidebar .articles-category-date span,
.blog-alt .sidebar .photogalleryfull .category-heading span {
  color: rgba(255, 255, 255, 0.6);
}
.blog-alt .sidebar .tags span a,
.blog-alt .sidebar .tags span a.label {
  color: rgba(255, 255, 255, 0.6);
}
.blog-alt .sidebar .tags span a:hover,
.blog-alt .sidebar .tags span a.label:hover,
.blog-alt .sidebar .tags span a:focus,
.blog-alt .sidebar .tags span a.label:focus {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.blog-alt .sidebar .pagination ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.blog-alt .sidebar .pagination ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.blog-alt .sidebar .pagination ul li a:hover,
.blog-alt .sidebar .pagination ul li a:focus {
  color: #343339;
}
.blog-alt .sidebar .pagination ul li.active a {
  color: #343339;
}
.blog-alt .sidebar .pagination ul li.disabled a {
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 991px) {
  .blog-alt .sidebar {
    padding: 12.44444444rem 3.11111111rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) and screen and (min-width: 1056px) {
  .blog-alt .sidebar {
    padding: 12.44444444rem 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1055px) {
  .blog-alt .sidebar {
    padding-top: 6.22222222rem;
  }
}
.item-listing-page .sidebar h1,
.item-listing-page .sidebar h2,
.item-listing-page .sidebar h3,
.item-listing-page .sidebar h4,
.item-listing-page .sidebar h5,
.item-listing-page .sidebar h6,
.item-listing-page .sidebar .rsform .formResponsive .formContainer .formBody,
.item-listing-page .sidebar .module-title span,
.item-listing-page .sidebar .section-title span {
  color: #ffffff;
}
.item-listing-page .sidebar .lede {
  color: rgba(255, 255, 255, 0.8);
}
.item-listing-page .sidebar p,
.item-listing-page .sidebar .rsform .formResponsive .formContainer .formBody p {
  color: rgba(255, 255, 255, 0.6);
}
.item-listing-page .sidebar i {
  color: rgba(255, 255, 255, 0.4);
}
.item-listing-page .sidebar .figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0.77777778rem 0;
  text-align: right;
}
.item-listing-page .sidebar figure figcaption {
  color: rgba(255, 255, 255, 0.8);
}
.item-listing-page .sidebar figure figcaption .category-heading span,
.item-listing-page .sidebar figure figcaption .mod-articles-category-heading span {
  color: rgba(255, 255, 255, 0.4) !important;
}
.item-listing-page .sidebar blockquote:before {
  color: rgba(255, 255, 255, 0.2);
}
.item-listing-page .sidebar .acm-spotlight .t3-module .module-title,
.item-listing-page .sidebar .sections-wrap .section .t3-module .module-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.item-listing-page .sidebar .acm-spotlight .t3-module .module-title span,
.item-listing-page .sidebar .sections-wrap .section .t3-module .module-title span {
  color: #ffffff;
}
.item-listing-page .sidebar .acm-spotlight .t3-module .module-title span,
.item-listing-page .sidebar .sections-wrap .section .t3-module .module-title span {
  color: #ffffff;
}
.item-listing-page .sidebar .headingborder,
.item-listing-page .sidebar .items-leading .category-container .category-name {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.item-listing-page .sidebar .articles-category-date span,
.item-listing-page .sidebar .photogalleryfull .category-heading span {
  color: rgba(255, 255, 255, 0.6);
}
.item-listing-page .sidebar .tags span a,
.item-listing-page .sidebar .tags span a.label {
  color: rgba(255, 255, 255, 0.6);
}
.item-listing-page .sidebar .tags span a:hover,
.item-listing-page .sidebar .tags span a.label:hover,
.item-listing-page .sidebar .tags span a:focus,
.item-listing-page .sidebar .tags span a.label:focus {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.item-listing-page .sidebar .pagination ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.item-listing-page .sidebar .pagination ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.item-listing-page .sidebar .pagination ul li a:hover,
.item-listing-page .sidebar .pagination ul li a:focus {
  color: #343339;
}
.item-listing-page .sidebar .pagination ul li.active a {
  color: #343339;
}
.item-listing-page .sidebar .pagination ul li.disabled a {
  color: rgba(255, 255, 255, 0.4);
}
.item-listing-page .sidebar .t3-module .module-title {
  border: none;
}
@media screen and (max-width: 991px) {
  .item-listing-page .sidebar {
    padding-top: 0;
  }
}
.item-listing-page.photogalleryfull .sidebar,
.item-listing-page.videogalleryfull .sidebar {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .item-listing-page.testimonials .sidebar,
  .item-listing-page.orderedlistlayout .sidebar {
    padding: 12.44444444rem 3.11111111rem;
  }
}
@media screen and (max-width: 991px) and screen and (min-width: 1056px) {
  .item-listing-page.testimonials .sidebar,
  .item-listing-page.orderedlistlayout .sidebar {
    padding: 12.44444444rem 0;
  }
}
.item-listing-page-sidebar .card-main.column-1 .card-inner {
  overflow: hidden;
}
.sidebar .mod-solutions-nav {
  background: #000000;
}
.sidebar .mod-solutions-nav h1,
.sidebar .mod-solutions-nav h2,
.sidebar .mod-solutions-nav h3,
.sidebar .mod-solutions-nav h4,
.sidebar .mod-solutions-nav h5,
.sidebar .mod-solutions-nav h6,
.sidebar .mod-solutions-nav .rsform .formResponsive .formContainer .formBody,
.sidebar .mod-solutions-nav .module-title span,
.sidebar .mod-solutions-nav .section-title span {
  color: #ffffff;
}
.sidebar .mod-solutions-nav .lede {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar .mod-solutions-nav p,
.sidebar .mod-solutions-nav .rsform .formResponsive .formContainer .formBody p {
  color: rgba(255, 255, 255, 0.6);
}
.sidebar .mod-solutions-nav i {
  color: rgba(255, 255, 255, 0.4);
}
.sidebar .mod-solutions-nav .figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0.77777778rem 0;
  text-align: right;
}
.sidebar .mod-solutions-nav figure figcaption {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar .mod-solutions-nav figure figcaption .category-heading span,
.sidebar .mod-solutions-nav figure figcaption .mod-articles-category-heading span {
  color: rgba(255, 255, 255, 0.4) !important;
}
.sidebar .mod-solutions-nav blockquote:before {
  color: rgba(255, 255, 255, 0.2);
}
.sidebar .mod-solutions-nav .acm-spotlight .t3-module .module-title,
.sidebar .mod-solutions-nav .sections-wrap .section .t3-module .module-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.sidebar .mod-solutions-nav .acm-spotlight .t3-module .module-title span,
.sidebar .mod-solutions-nav .sections-wrap .section .t3-module .module-title span {
  color: #ffffff;
}
.sidebar .mod-solutions-nav .acm-spotlight .t3-module .module-title span,
.sidebar .mod-solutions-nav .sections-wrap .section .t3-module .module-title span {
  color: #ffffff;
}
.sidebar .mod-solutions-nav .headingborder,
.sidebar .mod-solutions-nav .items-leading .category-container .category-name {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sidebar .mod-solutions-nav .articles-category-date span,
.sidebar .mod-solutions-nav .photogalleryfull .category-heading span {
  color: rgba(255, 255, 255, 0.6);
}
.sidebar .mod-solutions-nav .tags span a,
.sidebar .mod-solutions-nav .tags span a.label {
  color: rgba(255, 255, 255, 0.6);
}
.sidebar .mod-solutions-nav .tags span a:hover,
.sidebar .mod-solutions-nav .tags span a.label:hover,
.sidebar .mod-solutions-nav .tags span a:focus,
.sidebar .mod-solutions-nav .tags span a.label:focus {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.sidebar .mod-solutions-nav .pagination ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sidebar .mod-solutions-nav .pagination ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar .mod-solutions-nav .pagination ul li a:hover,
.sidebar .mod-solutions-nav .pagination ul li a:focus {
  color: #343339;
}
.sidebar .mod-solutions-nav .pagination ul li.active a {
  color: #343339;
}
.sidebar .mod-solutions-nav .pagination ul li.disabled a {
  color: rgba(255, 255, 255, 0.4);
}
.sidebar .mod-solutions-nav .module-inner {
  padding: 1.55555556rem;
}
.sidebar .mod-solutions-nav ul li:before {
  content: "";
}
.sidebar .mod-solutions-nav ul li a {
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  line-height: 3.11111111rem;
  text-transform: none;
}
.sidebar .mod-solutions-nav ul li a:before {
  content: "";
  padding-right: 0;
}
.sidebar .mod-solutions-nav ul li a:hover {
  color: #ffffff;
  background: transparent;
}
.sidebar .mod-solutions-nav ul li.current a {
  color: #ffffff;
  background: transparent;
  font-weight: 400;
}
div.sections-wrap .section-promo-file-download-inner {
  background: #000000 !important;
}
div.sections-wrap .section-promo-file-download-inner img {
  margin-bottom: 3.11111111rem;
  max-width: 300px;
}
.solutions .mod-promo-file-download .mod-articles-category-image-block-inner {
  margin-bottom: 0;
}
.carousel,
.carousel-fade {
  position: relative;
  z-index: 0;
  line-height: 1;
}
.carousel .carousel-inner,
.carousel-fade .carousel-inner {
  height: auto !important;
  position: relative;
  overflow: hidden;
}
.carousel .carousel-inner .item,
.carousel-fade .carousel-inner .item {
  width: 100% !important;
  position: relative;
  filter: alpha(opacity=0);
  opacity: 0;
}
.carousel .carousel-inner p,
.carousel-fade .carousel-inner p {
  margin: 0;
}
.carousel .carousel-inner > img,
.carousel-fade .carousel-inner > img,
.carousel .carousel-inner > a > img,
.carousel-fade .carousel-inner > a > img {
  width: 100%;
  display: block;
  line-height: 1;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.carousel .carousel-inner > .active,
.carousel-fade .carousel-inner > .active,
.carousel .carousel-inner > .next,
.carousel-fade .carousel-inner > .next,
.carousel .carousel-inner > .prev,
.carousel-fade .carousel-inner > .prev {
  display: block;
}
.carousel .carousel-inner > .active,
.carousel-fade .carousel-inner > .active {
  filter: alpha(opacity=100);
  opacity: 1;
  left: 0;
}
.carousel .carousel-inner > .active.left,
.carousel-fade .carousel-inner > .active.left,
.carousel .carousel-inner > .active.right,
.carousel-fade .carousel-inner > .active.right {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 1;
}
.carousel .carousel-inner > .active.left,
.carousel-fade .carousel-inner > .active.left {
  left: -100%;
}
.carousel .carousel-inner > .active.right,
.carousel-fade .carousel-inner > .active.right {
  left: 100%;
}
.carousel .carousel-inner > .next,
.carousel-fade .carousel-inner > .next,
.carousel .carousel-inner > .prev,
.carousel-fade .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .carousel-inner > .next,
.carousel-fade .carousel-inner > .next {
  left: 100%;
}
.carousel .carousel-inner > .prev,
.carousel-fade .carousel-inner > .prev {
  left: -100%;
}
.carousel .carousel-inner > .next.left,
.carousel-fade .carousel-inner > .next.left,
.carousel .carousel-inner > .prev.right,
.carousel-fade .carousel-inner > .prev.right {
  filter: alpha(opacity=100);
  opacity: 1;
  left: 0;
}
.carousel .carousel-inner > .carousel-caption,
.carousel-fade .carousel-inner > .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: transparent;
  background: rgba(0, 0, 0, 0.75);
}
.carousel .carousel-control,
.carousel-fade .carousel-control {
  display: none;
  z-index: 50;
  font-size: 29px;
  font-size: 2.9rem;
  position: absolute;
  top: 30%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: transparent;
  border: 0;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media screen and (min-width: 992px) {
  .carousel .carousel-control,
  .carousel-fade .carousel-control {
    display: inherit;
  }
}
.carousel .carousel-control.right,
.carousel-fade .carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel .carousel-control:hover,
.carousel-fade .carousel-control:hover,
.carousel .carousel-control:focus,
.carousel-fade .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel ol.carousel-indicators,
.carousel-fade ol.carousel-indicators {
  display: none;
  position: absolute;
  bottom: 4.66666667rem;
  width: 100%;
  z-index: 70;
  left: 0;
  margin: 0;
  
  
  
}
@media screen and (min-width: 768px) {
  .carousel ol.carousel-indicators,
  .carousel-fade ol.carousel-indicators {
    display: block;
  }
}
.carousel ol.carousel-indicators li,
.carousel-fade ol.carousel-indicators li {
  border-color: #000000;
  width: 1.6rem;
  height: 1.6rem;
  border-width: 0.2rem;
  margin: 5px;
}
.carousel ol.carousel-indicators li.active,
.carousel-fade ol.carousel-indicators li.active {
  background-color: #000000;
  width: 1.6rem;
  height: 1.6rem;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .item {
  height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: none !important;
}
@media screen and (min-width: 768px) {
  .carousel-inner > .item {
    background-position: 50% 0;
  }
}
.carousel-inner > .item.active,
.carousel-inner > .item .slideimg {
  display: block !important;
}
@media screen and (max-width: 992px) {
  .carousel ol.carousel-indicators {
    width: auto;
    margin: 0;
  }
}
.carousel-cell {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .acm-slideshow a.carousel-control {
    display: none !important;
  }
}
.section .acm-slideshow .transition-timer-carousel-progress-bar {
  background: #c5c5c5;
  box-shadow: none;
  height: 2px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  padding: 0;
  background-color: #000000;
}
.section .acm-slideshow .transition-timer-carousel-progress-bar .bar,
.section .acm-slideshow .transition-timer-carousel-progress-bar .progress-bar {
  background: #000000;
}
.section .acm-slideshow .transition-timer-carousel-progress-bar .bar.progress-bar-success,
.section .acm-slideshow .transition-timer-carousel-progress-bar .progress-bar.progress-bar-success {
  background: #000000;
}
.section .acm-slideshow .transition-timer-carousel-progress-bar .bar.progress-bar-info,
.section .acm-slideshow .transition-timer-carousel-progress-bar .progress-bar.progress-bar-info {
  background: #000000;
}
.section .acm-slideshow .transition-timer-carousel-progress-bar .bar.progress-bar-warning,
.section .acm-slideshow .transition-timer-carousel-progress-bar .progress-bar.progress-bar-warning {
  background: #ffd67e;
}
.section .acm-slideshow .transition-timer-carousel-progress-bar .bar.progress-bar-danger,
.section .acm-slideshow .transition-timer-carousel-progress-bar .progress-bar.progress-bar-danger {
  background: #a45557;
}
p.itemShare {
  font-size: 85%;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
  padding: 0;
  margin-top: 6.22222222rem;
}
div[id^="ampz_inline"] li:first-child {
  margin: 0 1.55555556rem 1.55555556rem 0 !important;
}
div.ampz_container {
  margin-top: 3.11111111rem;
}
div.ampz_container ul > li {
  display: inline-block !important;
  margin: 0 1.55555556rem 1.55555556rem 0 !important;
  width: 32px !important;
  height: 32px !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 0 !important;
}
div.ampz_container ul > li.shortened,
div.ampz_container ul > li.expanded-btn {
  width: 32px !important;
  height: 32px !important;
}
div.ampz_container ul > li:before {
  content: none !important;
}
div.ampz_container ul > li a {
  display: block;
  width: 32px;
  height: 32px;
  background: #000000 !important;
  border-radius: 50%;
  box-shadow: none;
  border: 0;
}
div.ampz_container ul > li a.ampz_colorbg {
  background: #000000 !important;
}
div.ampz_container ul > li a i {
  color: #ffffff;
  margin: 0 8px !important;
}
div.ampz_container ul > li a span {
  display: none;
}
div.ampz_container ul > li:hover a,
div.ampz_container ul > li:hover a.ampz_colorbg {
  background: #343339 !important;
}
#colorbox,
#rl_modals {
  background: #343339;
  border: 1px solid 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.4rem;
}
#cboxTitle,
#rl_modals_title {
  border-bottom: none;
}
#cboxLoadedContent,
#rl_modals_loaded_content {
  padding: 3.11111111rem;
}
#window-mainbody.window-mainbody {
  padding: 0;
}
body.contentpane {
  background: transparent;
}
#cboxClose,
#rl_modals_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999999;
  background: none;
  cursor: pointer !important;
  height: 3.11111111rem;
  width: 3.11111111rem;
  padding: 0;
}
#cboxClose:before,
#rl_modals_close:before {
  position: relative;
  display: block;
  top: 3px;
  font-family: "FontAwesome";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3.11111111rem;
  content: "\f00d";
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 1px;
}
.no_title #cboxClose,
.no_title #rl_modals_close {
  top: 0;
  right: 0;
}
.item-page.special-offers {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.4rem;
  margin: 0 auto;
  max-width: 1008px;
}
.item-page.special-offers .specials-logo {
  max-width: 20rem;
  display: none;
}
.item-page.special-offers .specials-logo img,
.item-page.special-offers .specials-logo svg {
  width: 100%;
}
.item-page.special-offers .specials-phone-number,
.item-page.special-offers .specials-address {
  display: none;
}
@media screen and (max-width: 768px) {
  .item-page.special-offers .page-header-information-block .header,
  .item-page.special-offers .page-header-information-block h1,
  .item-page.special-offers .page-header-information-block h2,
  .item-page.special-offers .page-header-information-block h3,
  .item-page.special-offers .page-header-information-block h4,
  .item-page.special-offers .page-header-information-block h5,
  .item-page.special-offers .page-header-information-block h6 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.item-page.special-offers .article-content-inner {
  padding: 6.22222222rem 3.11111111rem;
}
@media screen and (min-width: 1056px) {
  .item-page.special-offers .article-content-inner {
    padding: 6.22222222rem 0;
  }
}
.item-page.special-offers .article-footer {
  overflow: hidden;
}
.item-page.special-offers .article-footer .container {
  padding: 0;
}
@media screen and (min-width: 1056px) {
  .item-page.special-offers .article-footer .container {
    padding: 0;
  }
}
.item-page.special-offers .article-footer #pop-print {
  max-width: 100%;
  height: auto;
  padding: 0 !important;
  background: #000000;
  border-color: #000000;
  color: rgba(255, 255, 255, 0.8);
}
.item-page.special-offers .article-footer #pop-print a {
  color: rgba(255, 255, 255, 0.8);
  padding: 3.11111111rem;
  display: block;
  width: 100%;
}
.item-page.special-offers .article-footer #pop-print:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  background-color: #000000;
}
.item-page.special-offers .article-footer #pop-print:hover a {
  color: #ffffff;
}
.item-page.special-offers .disclaimer {
  color: rgba(52, 51, 57, 0.4);
}
img {
  color: transparent;
  text-indent: -10000px;
}
.mod-articles-category-photo-gallery.flickity-enabled img {
  position: relative;
  filter: alpha(opacity=0);
  opacity: 0;
  top: 3.11111111rem;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  top: 0;
}
.mod-articles-category-photo-gallery.flickity-enabled img.flickity-lazyloaded {
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0;
}
.flickity-enabled .flickity-page-dots {
  bottom: -4.66666667rem;
  z-index: 12;
}
.flickity-enabled .flickity-page-dots .dot {
  padding: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  width: 1.6rem;
  height: 1.6rem;
  background: rgba(0, 0, 0, 0.25);
  border: 0.2rem solid #000000 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flickity-enabled .flickity-page-dots .dot.is-selected {
  background: #000000;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes kairo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes kairo {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes nudge {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes nudge {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: #000000;
  }
}
@keyframes blink {
  50% {
    border-color: #000000;
  }
}
@keyframes wiggle {
  0% {
    transform: rotate(-3deg);
  }
  20% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0);
  }
}
@media print {
  .dont-print,
  .dont-print * {
    display: none !important;
  }
  .item-page.special-offers .specials-logo {
    display: block;
  }
  .item-page.special-offers .specials-phone-number,
  .item-page.special-offers .specials-address {
    font-family: "Open Sans", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: none;
    color: rgba(52, 51, 57, 0.6);
    line-height: 1.55555556;
    padding: 0 0 1.55555556rem 0;
    margin: 0 0 1.55555556rem;
    font-variant-numeric: oldstyle-nums;
    -webkit-font-feature-settings: "onum" 1;
    -moz-font-feature-settings: "onum" 1;
    -moz-font-feature-settings: "onum=1";
    -ms-font-feature-settings: "onum" 1;
    -o-font-feature-settings: "onum" 1;
    font-feature-settings: "onum" 1;
    display: block;
    padding-left: 3.11111111rem;
  }
  .item-page.special-offers .page-header {
    border-top: 2px dashed rgba(52, 51, 57, 0.4);
    border-left: 2px dashed rgba(52, 51, 57, 0.4);
    border-right: 2px dashed rgba(52, 51, 57, 0.4);
  }
  .item-page.special-offers .page-header .page-header-information-block {
    padding: 6.22222222rem 3.11111111rem 3.11111111rem;
    border-bottom: 1px solid rgba(52, 51, 57, 0.2);
  }
  .item-page.special-offers .page-header .page-header-information-block .article-title h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .item-page.special-offers .article-content {
    border-left: 2px dashed rgba(52, 51, 57, 0.4);
    border-right: 2px dashed rgba(52, 51, 57, 0.4);
  }
  .item-page.special-offers .article-content .article-content-inner {
    padding: 3.11111111rem 3.11111111rem 6.22222222rem !important;
  }
  .item-page.special-offers .article-content .article-content-inner .container {
    padding: 0;
    margin: 0;
  }
  .item-page.special-offers .article-footer {
    border-left: 2px dashed rgba(52, 51, 57, 0.4);
    border-right: 2px dashed rgba(52, 51, 57, 0.4);
    border-bottom: 2px dashed rgba(52, 51, 57, 0.4);
  }
}
div.photogalleryfull .items-leading .category-heading span {
  color: rgba(52, 51, 57, 0.8);
}

p a,
article ul li a,
.main-content a {
  text-decoration: none;
  color: rgba(52, 51, 57, 0.6);
}
p a:hover,
article ul li a:hover,
.main-content a:hover {
  color: #343339;
}
p a:active,
article ul li a:active,
.main-content a:active {
  color: #343339;
}
p a:visted,
article ul li a:visted,
.main-content a:visted {
  color: #343339;
}
p a:focus,
article ul li a:focus,
.main-content a:focus {
  outline: 0;
}
.header-phone-number a:hover {
  color: #343339;
}
.card-main.card-main-specials:hover .card-footer {
  background: #979797;
}
.section-inner .mod-promo-file-download .btn-secondary {
  border: 0.1rem solid #ffffff;
  color: #ffffff;
}
.section-inner .mod-promo-file-download .btn-secondary:hover,
.section-inner .mod-promo-file-download .btn-secondary:active {
  border-color: #979797;
}