.container-sm {
  max-width: 720px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
}
.container {
  max-width: 960px;
  width: 100%;
}
@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;
  }
}
div.t3-wrapper {
  overflow: hidden;
}
.t3-module {
  color: #757377;
}
.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(17, 17, 17, 0.8);
  background: transparent;
}
table.table-hover tr.active {
  color: rgba(17, 17, 17, 0.8);
  background: transparent;
}
table tr td {
  color: rgba(17, 17, 17, 0.8);
  border: transparent;
  padding: 1.77777778rem;
}
table tr td:hover {
  color: rgba(17, 17, 17, 0.8);
  background: transparent;
}
table tr td.active {
  color: rgba(17, 17, 17, 0.8);
  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: #00c5cf;
  border-radius: 0;
}
.tooltip.top .tooltip-arrow {
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00c5cf;
}
.tooltip.right .tooltip-arrow {
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #00c5cf;
}
.tooltip.left .tooltip-arrow {
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #00c5cf;
}
.tooltip.bottom .tooltip-arrow {
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00c5cf;
}
.popover {
  background: #ffffff;
  max-width: 300px;
  border: #00c5cf;
  border-radius: 0;
}
.popover .popover-title {
  background: #00c5cf;
  color: #ffffff;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
}
.popover.top .arrow {
  margin-left: -11px;
  border-top-color: #00c5cf;
  bottom: -11px;
}
.popover.top .arrow:after {
  margin-left: -10px;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  left: -11px;
  margin-top: -11px;
  border-right-color: #00c5cf;
}
.popover.right .arrow:after {
  bottom: -10px;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  margin-left: -11px;
  border-bottom-color: #00c5cf;
  top: -11px;
}
.popover.bottom .arrow:after {
  margin-left: -10px;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  right: -11px;
  margin-top: -11px;
  border-left-color: #00c5cf;
}
.popover.left .arrow:after {
  border-left-color: #ffffff;
  bottom: -10px;
}
.modal-backdrop {
  background: #757377;
}
.modal {
  background: #111111;
  border: 0;
  border-radius: 0.4rem;
  display: inline-block;
  position: relative;
}
.modal .modal-header {
  padding: 1.77777778rem;
  background: #00c5cf;
  border-bottom: 0;
}
.modal .modal-header h3 {
  line-height: 1.77777778;
}
.modal .modal-body {
  padding: 3.55555556rem;
}
.modal .modal-footer {
  padding: 3.55555556rem;
  background: transparent;
  border-top: #c1bfc3;
}
.alert {
  padding: 1.77777778rem;
  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: #c1bfc3;
  box-shadow: none;
  height: 2px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  padding: 0;
}
.progress .bar,
.progress .progress-bar {
  background: #00c5cf;
}
.progress .bar.progress-bar-success,
.progress .progress-bar.progress-bar-success {
  background: #67c259;
}
.progress .bar.progress-bar-info,
.progress .progress-bar.progress-bar-info {
  background: #88cbcb;
}
.progress .bar.progress-bar-warning,
.progress .progress-bar.progress-bar-warning {
  background: #e3ab20;
}
.progress .bar.progress-bar-danger,
.progress .progress-bar.progress-bar-danger {
  background: #b52e45;
}
.panel {
  background: #ffffff;
  border: #c1bfc3;
  border-radius: 0;
}
.panel .panel-heading {
  border-bottom: #c1bfc3;
  background: #c1bfc3;
}
.panel .panel-body {
  color: #464349;
}
.panel .panel-footer {
  border-top: #c1bfc3;
  background: #ffffff;
}
.panel.panel-primary {
  border: #00c5cf;
}
.panel.panel-primary .panel-heading {
  border-bottom: #00c5cf;
  background: #00c5cf;
  color: #ffffff;
}
.panel.panel-primary .panel-footer {
  border-top: #00c5cf;
}
.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: #c1bfc3;
}
.list-group {
  background: transparent;
  border: transparent;
  border-radius: 0;
}
.list-group .list-group-item {
  border: transparent;
  color: rgba(17, 17, 17, 0.8);
}
.list-group .list-group-item a {
  color: rgba(17, 17, 17, 0.8);
}
.list-group .list-group-item a:hover {
  color: #00c5cf;
}
.list-group .list-group-item:hover {
  background: #ffffff;
}
.list-group .list-group-item.active {
  color: #00c5cf;
  background: transparent;
  border: transparent;
}
.list-group .list-group-item.disabled {
  color: #c1bfc3;
  background: transparent;
  border: transparent;
}
.label {
  background: transparent;
  color: #ffffff;
}
.label a:hover {
  color: #ffffff;
}
.label.label-primary {
  background: #00c5cf;
}
.label.label-success {
  background: #67c259;
}
.label.label-info {
  background: #88cbcb;
}
.label.label-warning {
  background: #e3ab20;
}
.label.label-danger {
  background: #b52e45;
}
.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;
  }
}
@-webkit-keyframes fade {
  from {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  to {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@keyframes fade {
  from {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  to {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes moveFromLeft {
  from {
    left: -120px;
  }
  to {
    left: 0;
  }
}
@keyframes moveFromLeft {
  from {
    left: -120px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes moveFromRight {
  from {
    right: -120px;
  }
  to {
    right: 0;
  }
}
@keyframes moveFromRight {
  from {
    right: -120px;
  }
  to {
    right: 0;
  }
}
@media (min-width: 992px) {
  .animate {
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  *[data-animation="moveFromBottom"] {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
  *[data-animation="fade"] {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .feature-animate {
    overflow: hidden;
  }
  .feature-animate > .img,
  .feature-animate > .content.pull-right {
    right: -120px;
    left: auto;
  }
  .feature-animate > .content,
  .feature-animate > .pull-right + .img {
    left: -120px;
    right: auto;
  }
  .inview *[data-animation="fade"] {
    -webkit-animation: fade 300ms ease-in-out forwards;
    -moz-animation: fade 300ms ease-in-out forwards;
    animation: fade 300ms ease-in-out forwards;
  }
  .inview *[data-animation="moveFromBottom"] {
    -webkit-animation: moveFromBottom 300ms ease 0.15s forwards;
    -moz-animation: moveFromBottom 300ms ease 0.15s forwards;
    animation: moveFromBottom 300ms ease 0.15s forwards;
  }
  .inview.feature-animate > .img,
  .inview.feature-animate > .content.pull-right {
    -webkit-animation: moveFromRight 1s ease 0.15s forwards;
    -moz-animation: moveFromRight 1s ease 0.15s forwards;
    animation: moveFromRight 1s ease 0.15s forwards;
  }
  .inview.feature-animate > .content,
  .inview.feature-animate > .pull-right + .img {
    -webkit-animation: moveFromLeft 1s ease 0.15s forwards;
    -moz-animation: moveFromLeft 1s ease 0.15s forwards;
    animation: moveFromLeft 1s ease 0.15s forwards;
  }
  .inview *[data-delay="200"] {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
  }
  .inview *[data-delay="300"] {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
  }
  .inview *[data-delay="400"] {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
  }
  .inview *[data-delay="500"] {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
  }
  .inview *[data-delay="600"] {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
  }
  .inview *[data-delay="1000"] {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes kairo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(17, 17, 17, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(17, 17, 17, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(17, 17, 17, 0);
  }
}
@keyframes kairo {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(17, 17, 17, 0.4);
    box-shadow: 0 0 0 0 rgba(17, 17, 17, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(17, 17, 17, 0);
    box-shadow: 0 0 0 10px rgba(17, 17, 17, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(17, 17, 17, 0);
    box-shadow: 0 0 0 0 rgba(17, 17, 17, 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: #00c5cf;
  }
}
@keyframes blink {
  50% {
    border-color: #00c5cf;
  }
}
@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);
  }
}
.containerpadding {
  width: auto;
}
@media screen and (min-width: 992px) {
  .containerpadding {
    width: 410px;
  }
}
.col-center-block {
  float: none;
  display: block;
  margin: 0 auto;
}
.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: 3px solid rgba(255, 255, 255, 0.4);
  left: -7.11111111rem;
  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: 3px solid rgba(255, 255, 255, 0.4);
  right: -7.11111111rem;
  transform: skewX(-5deg);
}
.bs-pad-left {
  padding-top: 1.77777778rem;
}
@media screen and (min-width: 768px) {
  .bs-pad-left {
    padding-top: 0;
    padding-left: 1.77777778rem;
  }
}
.bs-pad-right {
  padding-bottom: 1.77777778rem;
}
@media screen and (min-width: 768px) {
  .bs-pad-right {
    padding-bottom: 0;
    padding-right: 1.77777778rem;
  }
}
.btn-ctas-bottom .btn {
  margin-bottom: 0.88888889rem;
  margin-top: 0.88888889rem;
}
@media screen and (min-width: 768px) {
  .btn-ctas-bottom .mod-articles-category-link-block {
    display: inline-block;
  }
}
.hovershadow {
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  box-shadow: 0 3px 5px 5px rgba(45, 44, 46, 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(45, 44, 46, 0.4);
}
.links {
  color: inherit;
  border-bottom: 0.3rem solid #00c5cf;
  display: inline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.links:hover {
  color: #00c5cf;
}
.links:active,
.links:focus {
  color: #00c5cf;
}
.sections-wrap .section {
  background: transparent;
}
.basicborder {
  border: 0;
  border-radius: 0;
  padding: 1.77777778rem;
}
.ghostborder {
  border: 6px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
  background: #ffffff;
  background-clip: padding-box;
  padding: 1.77777778rem;
}
.shadow {
  box-shadow: 0 2px 5px rgba(45, 44, 46, 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;
  }
}
.fillfromcenter:before {
  content: "";
  position: absolute;
  z-index: -1;
  margin: -0.3rem;
  box-sizing: content-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111111;
  border: 0.3rem solid #111111;
  border-radius: inherit;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.fillfromcenter:hover {
  letter-spacing: 0.14rem;
}
.fillfromcenter:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  filter: alpha(opacity=100);
  opacity: 1;
}
.shadowoverflow {
  box-shadow: 0 0 0 2px transparent;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.shadowoverflow:hover {
  box-shadow: 0 0 0 2px #111111;
  -webkit-animation: anim-shadow 0.3s forwards;
  animation: anim-shadow 0.3s forwards;
}
@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 50px 25px transparent;
  }
}
@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 50px 25px transparent;
  }
}
.btn-primary {
  color: #ffffff;
  background: #00c5cf;
  border: 0.3rem solid #00c5cf;
}
.btn-primary i {
  color: #ffffff;
}
.btn-secondary {
  color: #111111;
  background: transparent;
}
.btn-secondary i {
  color: #111111;
}
.btn-tertiary {
  color: #111111;
  background: transparent;
  border: none;
  padding: 0;
  min-height: 0;
  padding-bottom: 0.2rem;
  border-bottom: 0.3rem solid #00c5cf;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  line-height: 1.45;
  letter-spacing: normal;
}
.btn-tertiary i {
  color: #111111;
}
.btn-tertiary:after {
  display: none;
}
.btn-tertiary:hover,
.btn-tertiary.active,
.btn-tertiary:focus {
  color: #00c5cf !important;
  border: none;
  border-bottom: 0.3rem solid #00c5cf;
  background: none !important;
}
.btn-tertiary:active,
.btn-tertiary:focus {
  border-bottom: 0.3rem solid #00c5cf;
}
.polaroid {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
}
.null {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.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: #ffffff;
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
}
.circle {
  border-radius: 50%;
  border: 8px solid #ffffff;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(45, 44, 46, 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;
}
.special-inline-img {
  padding: 0;
  margin: 0;
  margin-bottom: 1.77777778rem;
}
@media screen and (min-width: 768px) {
  .special-inline-img img {
    display: inline;
    float: left;
    margin: 0 3.55555556rem 1.77777778rem 0;
  }
}
.special-inline-img-right {
  padding: 0;
  margin: 0;
  margin-bottom: 1.77777778rem;
}
@media screen and (min-width: 768px) {
  .special-inline-img-right img {
    display: inline;
    float: right;
    margin: 0 0 1.77777778rem 3.55555556rem;
  }
}
@media screen and (min-width: 480px) {
  .free-size {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .outofbounds {
    margin-left: -7.11111111rem;
    margin-right: -7.11111111rem;
  }
}
.outofbounds-like-really {
  margin-left: -3.55555556rem;
  margin-right: -3.55555556rem;
  
}
@media screen and (min-width: 992px) {
  .outofbounds-like-really {
    margin-left: -50%;
    margin-right: -50%;
  }
}
.card-main .card-image-block,
.card-main .articles-category-image-block {
  position: relative;
  z-index: 12;
}
.card-main .card-header {
  display: block;
  background: #ffffff;
  margin: 0;
  border-bottom: 0;
}
.card-main .card-header .articles-category-date.dual-column-3-letter-date {
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  position: absolute;
  z-index: 13;
  line-height: 1.77777778;
  color: #111111;
  pointer-events: none;
  background: #00c5cf;
  height: 90px !important;
  width: 90px !important;
  left: 3.55555556rem;
  top: 3.55555556rem;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 !important;
}
.card-main .card-header .articles-category-date.dual-column-3-letter-date .day {
  padding-top: 2.4rem;
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  color: #ffffff;
}
.card-main .card-header .articles-category-date.dual-column-3-letter-date .month {
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.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: 7.11111111rem 3.55555556rem 0 3.55555556rem;
}
.card-main .card-header .category-title,
.card-main .card-header .category-heading,
.card-main .card-header .category-heading span {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 0;
  line-height: normal;
  display: inline !important;
  padding-bottom: 0;
  border-bottom: 0;
}
@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: 28px;
    font-size: 2.8rem;
  }
}
.card-main .card-header h2.category-heading {
  border-bottom: 0.3rem solid #00c5cf;
}
.card-main .card-body {
  display: block;
  background: transparent;
  padding: 1.77777778rem 3.55555556rem;
  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(17, 17, 17, 0.8);
}
.card-main .card-body,
.card-main .card-body p,
.card-main .card-body li,
.card-main .card-body blockquote {
  color: rgba(17, 17, 17, 0.8);
}
.card-main .card-body p a {
  color: inherit;
  border-bottom: 0.3rem solid #00c5cf;
  display: inline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-main .card-body p a:hover {
  color: #00c5cf;
}
.card-main .card-body p a:active,
.card-main .card-body p a:focus {
  color: #00c5cf;
}
.card-main .card-footer {
  display: block;
  background: #ffffff;
  padding: 3.55555556rem;
  margin: 0;
  border-top: 3px solid #e4e4e4;
  position: relative;
  z-index: 7;
  width: 100%;
  bottom: 0;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77777778;
  -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(17, 17, 17, 0.8);
}
.card-main .card-footer .category-readmore,
.card-main .card-footer .articles-category-readmore {
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.77777778rem;
  margin-left: 3.55555556rem;
  -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: #ffffff;
  text-indent: 0;
  left: -3.55555556rem;
  z-index: 0;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.77777778rem;
}
.card-main .card-footer a {
  color: #ffffff;
  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(17, 17, 17, 0.8);
}
.card-main {
  display: block;
  background: #ffffff;
  background-image: url("../../templates/uber/local/images/backgrounds/flecks-1x.png");
  background-size: 399px 399px;
  background-repeat: repeat;
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  box-shadow: none;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .card-main {
    background-image: url("../../templates/uber/local/images/backgrounds/flecks-2x.png");
  }
}
.card-main:before {
  content: "";
  
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 14.22222222rem;
  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 {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.card-main:hover .articles-category-heading span {
  color: #00c5cf;
}
.card-main:hover .card-footer {
  background: #111111;
  color: #111111;
}
.card-main:hover .card-footer a,
.card-main:hover .card-footer .category-readmore,
.card-main:hover .card-footer .articles-category-readmore {
  color: #111111;
}
.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: rgba(17, 17, 17, 0.6);
  z-index: 11111;
}
.card-main.card-main-full-width {
  display: block;
  background: #ffffff;
  background-image: url("../../templates/uber/local/images/backgrounds/flecks-1x.png");
  background-size: 399px 399px;
  background-repeat: repeat;
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .card-main.card-main-full-width {
    background-image: url("../../templates/uber/local/images/backgrounds/flecks-2x.png");
  }
}
.card-main.card-main-full-width:hover {
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
  -webkit-transform: none;
  transform: none;
}
.card-main.card-main-full-width:hover .card-footer {
  background: #111111;
  color: #111111;
}
.card-main.card-main-full-width:before {
  display: none;
}
.card-main.card-main-full-width .card-image-block img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-main.card-main-full-width .card-inner {
  overflow: hidden;
  position: relative;
}
.card-main.card-main-full-width .card-inner:before {
  content: "";
  
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 14.22222222rem;
  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-full-width .card-right {
  z-index: 12;
  overflow: hidden;
  position: relative;
}
.card-main.card-main-full-width .card-right:before {
  content: "";
  
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 14.22222222rem;
  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-full-width .card-right .category-heading,
.card-main.card-main-full-width .card-right .articles-category-heading {
  padding-bottom: 0;
}
.card-main.card-main-full-width:hover .card-image-block img {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.card-main.card-main-no-link {
  margin-bottom: 7.11111111rem !important;
}
.card-main.card-main-no-link .card-right {
  padding: 3.55555556rem 0 !important;
}
.card-main.card-main-no-link .card-header .articles-category-heading {
  padding-bottom: 3.55555556rem;
  margin-bottom: 3.55555556rem;
}
.card-main.card-main-no-link .card-body p:not(.disclaimer) {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #00c5cf;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: normal;
  font-weight: 700;
  line-height: 38px;
  text-transform: none;
}
.card-main.card-main-no-link .card-body p:not(.disclaimer) a {
  color: inherit;
  border-bottom: 0.3rem solid #00c5cf;
  display: inline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-main.card-main-no-link .card-body p:not(.disclaimer) a:hover {
  color: #00c5cf;
}
.card-main.card-main-no-link .card-body p:not(.disclaimer) a:active,
.card-main.card-main-no-link .card-body p:not(.disclaimer) a:focus {
  color: #00c5cf;
}
.card-main.card-main-specials {
  display: block;
  background: #ffffff;
  background-image: url("../../templates/uber/local/images/backgrounds/flecks-1x.png");
  background-size: 399px 399px;
  background-repeat: repeat;
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0.1rem;
  overflow: hidden;
  position: relative;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .card-main.card-main-specials {
    background-image: url("../../templates/uber/local/images/backgrounds/flecks-2x.png");
  }
}
.card-main.card-main-specials:hover {
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
  -webkit-transform: none;
  transform: none;
}
.card-main.card-main-specials:hover .card-footer {
  background: #111111;
  color: #111111;
}
.card-main.card-main-specials:before {
  display: none;
}
.card-main.card-main-specials:before {
  content: "";
  
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 14.22222222rem;
  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 {
  position: relative;
  padding-bottom: 8.6rem;
  height: 45rem;
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
}
.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(17, 17, 17, 0.4);
}
.card-main.card-main-specials .specials-disclaimer {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(17, 17, 17, 0.4);
}
.card-nohover {
  display: block;
  background: #ffffff;
  background-image: url("../../templates/uber/local/images/backgrounds/flecks-1x.png");
  background-size: 399px 399px;
  background-repeat: repeat;
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .card-nohover {
    background-image: url("../../templates/uber/local/images/backgrounds/flecks-2x.png");
  }
}
.card-nohover:hover {
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
  -webkit-transform: none;
  transform: none;
}
.card-nohover:hover .card-footer {
  background: #111111;
  color: #111111;
}
.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.55555556rem 7.11111111rem 3.55555556rem 3.55555556rem;
}
.card-main.accordion .card-header .accordion-heading:after {
  position: absolute;
  display: inline-block;
  content: "\f102";
  top: 0;
  right: 0;
  padding: 3.55555556rem;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "FontAwesome";
  color: #00c5cf;
  line-height: 1.77777778;
}
.card-main.accordion .card-header .accordion-heading.collapsed:after {
  content: "\f103";
}
.card-main.accordion.accordion-open:hover {
  display: block;
  background: #ffffff;
  background-image: url("../../templates/uber/local/images/backgrounds/flecks-1x.png");
  background-size: 399px 399px;
  background-repeat: repeat;
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .card-main.accordion.accordion-open:hover {
    background-image: url("../../templates/uber/local/images/backgrounds/flecks-2x.png");
  }
}
.card-main.accordion.accordion-open:hover:hover {
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
  -webkit-transform: none;
  transform: none;
}
.card-main.accordion.accordion-open:hover:hover .card-footer {
  background: #111111;
  color: #111111;
}
.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;
  }
}
.mod-faqs-accordion .category-module ul li {
  padding: 0;
  border-bottom: solid 3px rgba(255, 255, 255, 0.4);
  padding-top: 1.77777778rem;
  margin-top: 1.77777778rem;
}
.mod-faqs-accordion .category-module ul li::before {
  display: none;
}
.mod-faqs-accordion .category-module ul li:first-child {
  border-top: solid 3px rgba(255, 255, 255, 0.4);
  padding-top: 3.55555556rem;
}
.mod-faqs-accordion .category-module ul .card-main.accordion {
  box-shadow: none !important;
  background: none !important;
  border: 0;
  margin: 0 !important;
  display: block;
  background: #ffffff;
  background-image: url("../../templates/uber/local/images/backgrounds/flecks-1x.png");
  background-size: 399px 399px;
  background-repeat: repeat;
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .mod-faqs-accordion .category-module ul .card-main.accordion {
    background-image: url("../../templates/uber/local/images/backgrounds/flecks-2x.png");
  }
}
.mod-faqs-accordion .category-module ul .card-main.accordion:hover {
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
  -webkit-transform: none;
  transform: none;
}
.mod-faqs-accordion .category-module ul .card-main.accordion:hover .card-footer {
  background: #111111;
  color: #111111;
}
.mod-faqs-accordion .category-module ul .card-main.accordion:before {
  display: none;
}
.mod-faqs-accordion .category-module ul .card-main.accordion .card-header {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}
.mod-faqs-accordion .category-module ul .card-main.accordion .articles-category-introtext ul {
  margin-bottom: 0;
}
.mod-faqs-accordion .category-module ul .card-main.accordion .card-inner {
  padding-bottom: 0;
}
.mod-faqs-accordion .category-module ul .card-main.accordion .card-header .accordion-heading {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1.77777778;
  padding: 0 0 1.77777778rem 0;
  margin: 0 0 1.77777778rem;
  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;
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 3.55555556rem;
}
.mod-faqs-accordion .category-module ul .card-main.accordion .card-header .accordion-heading:after {
  position: absolute;
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f106";
  top: 8px;
  right: 0;
  padding: 0;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #00c5cf;
  line-height: 1.77777778;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  right: auto;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
.mod-faqs-accordion .category-module ul .card-main.accordion .card-header .accordion-heading.collapsed:after {
  font-weight: bold;
  font-family: "FontAwesome";
  content: "\f107";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
.mod-faqs-accordion .category-module ul .card-main.accordion .card-body {
  padding: 0 3.55555556rem;
}
.mod-faqs-accordion .category-module ul .card-main.accordion .card-body .articles-category-introtext ul li {
  padding: 0;
}
.mod-faqs-accordion .category-module ul .card-main.accordion .card-body .articles-category-introtext ul li::before {
  display: none;
}
.mod-faqs-accordion .category-module ul .card-main.accordion .card-body .articles-category-introtext ul li a::after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "FontAwesome";
  content: "\2192";
  padding-left: 0.88888889rem;
  color: #111111;
}
.mod-faqs-accordion .category-module ul .card-main.accordion .card-body .articles-category-introtext ul li a:hover::after {
  color: #00c5cf;
}
.mod-faqs-accordion .category-module ul .card-main.accordion .card-body p {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .mod-faqs-accordion .category-module .card-main.accordion .card-header .accordion-heading {
    margin-right: 1.77777778rem !important;
  }
}
@media screen and (min-width: 1056px) {
  .mod-faqs-accordion .category-module .container-inner {
    column-count: 3;
  }
}
.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: #111111;
}
.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(17, 17, 17, 0.8);
}
.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: #ffffff;
}
.sections-wrap .section .card-main .card-footer i,
* .card-main .card-footer i {
  color: #ffffff;
}
.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: #111111;
}
.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: rgba(17, 17, 17, 0.6);
}
.sections-wrap .section .card-main:hover .card-footer i,
* .card-main:hover .card-footer i {
  color: rgba(17, 17, 17, 0.6);
}
.h1 {
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  color: #00c5cf;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 42px;
  text-transform: uppercase;
  padding-bottom: 0.88888889rem;
  margin: 0;
  font-weight: 400;
}
input[type="submit"],
button {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.RSform .module-title {
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  color: #00c5cf;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 42px;
  text-transform: uppercase;
  padding-bottom: 0.88888889rem;
  font-size: 28px;
  font-size: 2.8rem;
}
.rsform {
  margin: 0;
}
.rsform .formRed,
.rsform .formError {
  color: #111111;
}
.rsform .formContainer .formBody {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1.77777778;
  padding: 0 0 1.77777778rem 0;
  margin: 0 0 1.77777778rem;
  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 .formContainer .rsform-block {
  float: left;
  width: 100%;
  margin-bottom: 0.88888889rem !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rsform .formContainer .rsform-block {
    width: 100%;
  }
}
.rsform .formContainer .rsform-block p.formDescription {
  margin: 0;
  padding: 0;
}
.rsform .formContainer .rsform-block-freetext {
  padding: 0;
  margin: 0;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1.77777778;
  padding: 0 0 1.77777778rem 0;
  margin: 0 0 1.77777778rem;
  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;
}
.rsform .formContainer .rsform-block .formControlLabel {
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #00c5cf;
  transition: all 0.1s linear;
  opacity: 1;
  font-weight: 700;
  width: 100%;
  text-transform: none;
  
}
.rsform .formContainer .rsform-block .formControls {
  position: relative;
  margin-left: 0;
}
.rsform .formContainer .rsform-block .formControls .form-control {
  border: 0;
  margin-bottom: 1.77777778rem;
}
.rsform .formContainer .rsform-block.rsform-block-description {
  width: 100%;
  margin: 0;
}
.rsform .formContainer .rsform-block.rsform-block-dont-delete-this {
  display: none;
}
.rsform .formContainer .rsform-block.rsform-block-antispam {
  padding: 0;
  margin: 0;
  border-bottom: 0;
  height: 0.01rem;
}
.rsform .formContainer .rsform-block .formControls {
  margin-left: 0;
  width: 100%;
}
.rsform .formContainer .rsform-block .formControls span.formNoError {
  display: none;
}
.rsform .formContainer .rsform-block .formControls input {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  background: transparent;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1;
  height: 5.33333333rem;
  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 1.77777778rem;
  position: relative;
  text-transform: none;
}
.rsform .formContainer .rsform-block .formControls input:focus {
  outline: #66afe9;
}
.rsform .formContainer .rsform-block .formControls input[type="button"],
.rsform .formContainer .rsform-block .formControls input[type="submit"] {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  border-radius: 0;
  min-height: 5.4rem;
  text-shadow: none;
  padding: 0.88888889rem 1.77777778rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0;
  text-transform: none;
  width: auto;
  max-width: 100%;
  line-height: 1.3;
  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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  display: inline-block;
  padding-right: 3.55555556rem;
  color: #ffffff;
  background: #00c5cf;
  border: 0.3rem solid #00c5cf;
}
.rsform .formContainer .rsform-block .formControls input[type="button"] i,
.rsform .formContainer .rsform-block .formControls input[type="submit"] i {
  color: #ffffff;
}
.rsform .formContainer .rsform-block .formControls input[type="button"]::after,
.rsform .formContainer .rsform-block .formControls input[type="submit"]::after {
  content: url("../../images/icons/arrow-black.svg");
  display: inline-block;
  font-family: "FontAwesome";
  color: #111111;
  margin-left: 0.88888889rem;
  width: 9px;
  position: absolute;
  margin-right: -1.77777778rem;
}
.rsform .formContainer .rsform-block .formControls input[type="button"]:hover,
.rsform .formContainer .rsform-block .formControls input[type="submit"]:hover {
  color: #ffffff;
  background: #111111;
  border: 0.3rem solid #111111;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.rsform .formContainer .rsform-block .formControls input[type="button"]:hover i,
.rsform .formContainer .rsform-block .formControls input[type="submit"]:hover i {
  color: #ffffff;
}
.rsform .formContainer .rsform-block .formControls input[type="button"]:hover::after,
.rsform .formContainer .rsform-block .formControls input[type="submit"]:hover::after {
  content: url("../../images/icons/arrow-teal.svg");
}
.rsform .formContainer .rsform-block .formControls input[type="button"]:active,
.rsform .formContainer .rsform-block .formControls input[type="submit"]:active,
.rsform .formContainer .rsform-block .formControls input[type="button"]:focus,
.rsform .formContainer .rsform-block .formControls input[type="submit"]:focus,
.rsform .formContainer .rsform-block .formControls input[type="button"]:active:focus,
.rsform .formContainer .rsform-block .formControls input[type="submit"]:active:focus {
  color: #00c5cf;
  background: #111111;
  border-color: #111111;
  outline: 0;
  outline-offset: 0;
}
.rsform .formContainer .rsform-block .formControls input[type="button"]:active:after,
.rsform .formContainer .rsform-block .formControls input[type="submit"]:active:after,
.rsform .formContainer .rsform-block .formControls input[type="button"]:focus:after,
.rsform .formContainer .rsform-block .formControls input[type="submit"]:focus:after,
.rsform .formContainer .rsform-block .formControls input[type="button"]:active:focus:after,
.rsform .formContainer .rsform-block .formControls input[type="submit"]:active:focus:after {
  content: url("../../images/icons/arrow-teal.svg");
}
@media screen and (max-width: 480px) {
  .rsform .formContainer .rsform-block .formControls input[type="button"],
  .rsform .formContainer .rsform-block .formControls input[type="submit"] {
    max-width: 33rem;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .rsform .formContainer .rsform-block .formControls input[type="button"],
  .rsform .formContainer .rsform-block .formControls input[type="submit"] {
    margin-left: 0;
    margin-right: 0;
  }
}
.rsform .formContainer .rsform-block .formControls input[type="button"] i,
.rsform .formContainer .rsform-block .formControls input[type="submit"] i {
  color: #ffffff;
}
.rsform .formContainer .rsform-block .formControls input[type="radio"],
.rsform .formContainer .rsform-block .formControls input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 1.77777778rem 0;
  padding: 0;
  line-height: 1.77777778rem;
  margin-right: 0.88888889rem;
  position: absolute;
  left: 0;
  margin-top: 0.88888889rem;
}
@media screen and (min-width: 480px) {
  .rsform .formContainer .rsform-block .formControls input[type="radio"],
  .rsform .formContainer .rsform-block .formControls input[type="checkbox"] {
    width: 16px;
  }
}
@media screen and (min-width: 768px) {
  .rsform .formContainer .rsform-block .formControls input[type="radio"],
  .rsform .formContainer .rsform-block .formControls input[type="checkbox"] {
    height: 16px;
  }
}
.rsform .formContainer .rsform-block .formControls input[type="radio"] {
  position: relative;
}
.rsform .formContainer .rsform-block .formControls button[type="submit"] {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  border-radius: 0;
  min-height: 5.4rem;
  text-shadow: none;
  padding: 0.88888889rem 1.77777778rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0;
  text-transform: none;
  width: auto;
  max-width: 100%;
  line-height: 1.3;
  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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  display: inline-block;
  padding-right: 3.55555556rem;
  color: #ffffff;
  background: #00c5cf;
  border: 0.3rem solid #00c5cf;
}
.rsform .formContainer .rsform-block .formControls button[type="submit"] i {
  color: #ffffff;
}
.rsform .formContainer .rsform-block .formControls button[type="submit"]::after {
  content: url("../../images/icons/arrow-black.svg");
  display: inline-block;
  font-family: "FontAwesome";
  color: #111111;
  margin-left: 0.88888889rem;
  width: 9px;
  position: absolute;
  margin-right: -1.77777778rem;
}
.rsform .formContainer .rsform-block .formControls button[type="submit"]:hover {
  color: #ffffff;
  background: #111111;
  border: 0.3rem solid #111111;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.rsform .formContainer .rsform-block .formControls button[type="submit"]:hover i {
  color: #ffffff;
}
.rsform .formContainer .rsform-block .formControls button[type="submit"]:hover::after {
  content: url("../../images/icons/arrow-teal.svg");
}
.rsform .formContainer .rsform-block .formControls button[type="submit"]:active,
.rsform .formContainer .rsform-block .formControls button[type="submit"]:focus,
.rsform .formContainer .rsform-block .formControls button[type="submit"]:active:focus {
  color: #00c5cf;
  background: #111111;
  border-color: #111111;
  outline: 0;
  outline-offset: 0;
}
.rsform .formContainer .rsform-block .formControls button[type="submit"]:active:after,
.rsform .formContainer .rsform-block .formControls button[type="submit"]:focus:after,
.rsform .formContainer .rsform-block .formControls button[type="submit"]:active:focus:after {
  content: url("../../images/icons/arrow-teal.svg");
}
@media screen and (max-width: 480px) {
  .rsform .formContainer .rsform-block .formControls button[type="submit"] {
    max-width: 33rem;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .rsform .formContainer .rsform-block .formControls button[type="submit"] {
    margin-left: 0;
    margin-right: 0;
  }
}
.rsform .formContainer .rsform-block .formControls button[type="submit"] i {
  color: #ffffff;
}
.rsform .formContainer .rsform-block .formControls label {
  width: 90%;
  height: 3.55555556rem;
  line-height: 1.77777778rem;
  margin: 1.77777778rem 0 0;
  padding: 0;
  padding-left: 5%;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 480px) {
  .rsform .formContainer .rsform-block .formControls label {
    width: 45%;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .rsform .formContainer .rsform-block .formControls label {
    width: 20%;
  }
}
.rsform .formContainer .rsform-block .formControls textarea {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  background: transparent;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1;
  height: 5.33333333rem;
  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 1.77777778rem;
  position: relative;
  text-transform: none;
  padding-top: 0.88888889rem;
  min-width: 100%;
  max-width: 100%;
  height: 10.66666667rem;
  min-height: 10.66666667rem;
  max-height: 18.66666667rem;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.rsform .formContainer .rsform-block .formControls textarea:focus {
  outline: #66afe9;
}
.rsform .formContainer .rsform-block .formControls select {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  background: transparent;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1;
  height: 5.33333333rem;
  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 1.77777778rem;
  position: relative;
  text-transform: none;
  -webkit-appearance: inherit;
}
.formResponsive h2 {
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  color: #00c5cf;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 42px;
  text-transform: uppercase;
  padding-bottom: 0.88888889rem;
  font-size: 28px;
  font-size: 2.8rem;
}
.rsform .formError,
* .formError,
.rsform .formRed,
* .formRed,
.rsform p.formRed,
* p.formRed,
.rsform p.formError,
* p.formError {
  padding-left: 0;
  color: #b52e45;
}
.rsform .formError,
* .formError {
  font-size: 14px;
  font-size: 1.4rem;
}
.rsform .formContainer,
* .formContainer {
  box-shadow: none;
  overflow: hidden;
}
.rsform .formContainer .rsform-type-checkboxgroup .formControls .checkbox-inline,
* .formContainer .rsform-type-checkboxgroup .formControls .checkbox-inline {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1.77777778;
  padding: 0 0 1.77777778rem 0;
  margin: 0 0 1.77777778rem;
  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;
  margin: 0;
  height: 100%;
  width: 100%;
  padding-left: 3.55555556rem;
  padding-bottom: 1.77777778rem;
}
@media screen and (min-width: 768px) {
  .rsform .formContainer .rsform-type-checkboxgroup .formControls,
  * .formContainer .rsform-type-checkboxgroup .formControls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .rsform .formContainer .rsform-type-checkboxgroup .formControls .checkbox-inline,
  * .formContainer .rsform-type-checkboxgroup .formControls .checkbox-inline {
    flex-basis: 33%;
  }
}
@media screen and (min-width: 768px) {
  .rsform .formContainer .col-sm-6:first-child .rsform-block,
  * .formContainer .col-sm-6:first-child .rsform-block {
    padding-right: 1.77777778rem;
  }
  .rsform .formContainer .col-sm-6:last-child .rsform-block,
  * .formContainer .col-sm-6:last-child .rsform-block {
    padding-left: 1.77777778rem;
  }
}
.rsform .formContainer .rsform-block,
* .formContainer .rsform-block {
  background: transparent;
  margin: 0 !important;
  padding: 0 0 1.77777778rem 0;
}
.rsform .formContainer .rsform-block .formControls,
* .formContainer .rsform-block .formControls {
  
}
.rsform .formContainer .rsform-block .formControls .formValidation,
* .formContainer .rsform-block .formControls .formValidation {
  padding: 0;
  margin: 0;
  display: inline;
}
.rsform .formContainer .rsform-block .formControls .form-control,
* .formContainer .rsform-block .formControls .form-control {
  border: 0.3rem solid #e4e4e4;
  background: #ffffff;
  margin-bottom: 0;
}
.rsform .formContainer .rsform-block .formControls textarea,
* .formContainer .rsform-block .formControls textarea {
  padding-top: 1.77777778rem !important;
}
.rsform .formContainer .rsform-block .formControls select,
* .formContainer .rsform-block .formControls select,
.rsform .formContainer .rsform-block .formControls select.form-control,
* .formContainer .rsform-block .formControls select.form-control {
  padding: 0 1.77777778rem;
  background: url("../../images/icons/chevron-down-solid.svg") no-repeat 98% 50%;
  background-size: 12px;
  height: 5.33333333rem;
}
.rsform .formContainer .rsform-block .formControls input[type="button"],
* .formContainer .rsform-block .formControls input[type="button"],
.rsform .formContainer .rsform-block .formControls button[type="submit"],
* .formContainer .rsform-block .formControls button[type="submit"],
.rsform .formContainer .rsform-block .formControls button,
* .formContainer .rsform-block .formControls button {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  border: 0.3rem solid #00c5cf;
  border-radius: 0;
  min-height: 5.4rem;
  text-shadow: none;
  padding: 0.88888889rem 1.77777778rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0;
  text-transform: none;
  width: auto;
  max-width: 100%;
  line-height: 1.3;
  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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  display: inline-block;
  padding-right: 3.55555556rem;
  border: 0;
  width: 100%;
  margin-top: 1.77777778rem;
}
.rsform .formContainer .rsform-block .formControls input[type="button"] i,
* .formContainer .rsform-block .formControls input[type="button"] i,
.rsform .formContainer .rsform-block .formControls button[type="submit"] i,
* .formContainer .rsform-block .formControls button[type="submit"] i,
.rsform .formContainer .rsform-block .formControls button i,
* .formContainer .rsform-block .formControls button i {
  color: #ffffff;
}
.rsform .formContainer .rsform-block .formControls input[type="button"]::after,
* .formContainer .rsform-block .formControls input[type="button"]::after,
.rsform .formContainer .rsform-block .formControls button[type="submit"]::after,
* .formContainer .rsform-block .formControls button[type="submit"]::after,
.rsform .formContainer .rsform-block .formControls button::after,
* .formContainer .rsform-block .formControls button::after {
  content: url("../../images/icons/arrow-black.svg");
  display: inline-block;
  font-family: "FontAwesome";
  color: #111111;
  margin-left: 0.88888889rem;
  width: 9px;
  position: absolute;
  margin-right: -1.77777778rem;
}
.rsform .formContainer .rsform-block .formControls input[type="button"]:hover,
* .formContainer .rsform-block .formControls input[type="button"]:hover,
.rsform .formContainer .rsform-block .formControls button[type="submit"]:hover,
* .formContainer .rsform-block .formControls button[type="submit"]:hover,
.rsform .formContainer .rsform-block .formControls button:hover,
* .formContainer .rsform-block .formControls button:hover {
  color: #ffffff;
  background: #111111;
  border: 0.3rem solid #111111;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.rsform .formContainer .rsform-block .formControls input[type="button"]:hover i,
* .formContainer .rsform-block .formControls input[type="button"]:hover i,
.rsform .formContainer .rsform-block .formControls button[type="submit"]:hover i,
* .formContainer .rsform-block .formControls button[type="submit"]:hover i,
.rsform .formContainer .rsform-block .formControls button:hover i,
* .formContainer .rsform-block .formControls button:hover i {
  color: #ffffff;
}
.rsform .formContainer .rsform-block .formControls input[type="button"]:hover::after,
* .formContainer .rsform-block .formControls input[type="button"]:hover::after,
.rsform .formContainer .rsform-block .formControls button[type="submit"]:hover::after,
* .formContainer .rsform-block .formControls button[type="submit"]:hover::after,
.rsform .formContainer .rsform-block .formControls button:hover::after,
* .formContainer .rsform-block .formControls button:hover::after {
  content: url("../../images/icons/arrow-teal.svg");
}
.rsform .formContainer .rsform-block .formControls input[type="button"]:active,
* .formContainer .rsform-block .formControls input[type="button"]:active,
.rsform .formContainer .rsform-block .formControls button[type="submit"]:active,
* .formContainer .rsform-block .formControls button[type="submit"]:active,
.rsform .formContainer .rsform-block .formControls button:active,
* .formContainer .rsform-block .formControls button:active,
.rsform .formContainer .rsform-block .formControls input[type="button"]:focus,
* .formContainer .rsform-block .formControls input[type="button"]:focus,
.rsform .formContainer .rsform-block .formControls button[type="submit"]:focus,
* .formContainer .rsform-block .formControls button[type="submit"]:focus,
.rsform .formContainer .rsform-block .formControls button:focus,
* .formContainer .rsform-block .formControls button:focus,
.rsform .formContainer .rsform-block .formControls input[type="button"]:active:focus,
* .formContainer .rsform-block .formControls input[type="button"]:active:focus,
.rsform .formContainer .rsform-block .formControls button[type="submit"]:active:focus,
* .formContainer .rsform-block .formControls button[type="submit"]:active:focus,
.rsform .formContainer .rsform-block .formControls button:active:focus,
* .formContainer .rsform-block .formControls button:active:focus {
  color: #00c5cf;
  background: #111111;
  border-color: #111111;
  outline: 0;
  outline-offset: 0;
}
.rsform .formContainer .rsform-block .formControls input[type="button"]:active:after,
* .formContainer .rsform-block .formControls input[type="button"]:active:after,
.rsform .formContainer .rsform-block .formControls button[type="submit"]:active:after,
* .formContainer .rsform-block .formControls button[type="submit"]:active:after,
.rsform .formContainer .rsform-block .formControls button:active:after,
* .formContainer .rsform-block .formControls button:active:after,
.rsform .formContainer .rsform-block .formControls input[type="button"]:focus:after,
* .formContainer .rsform-block .formControls input[type="button"]:focus:after,
.rsform .formContainer .rsform-block .formControls button[type="submit"]:focus:after,
* .formContainer .rsform-block .formControls button[type="submit"]:focus:after,
.rsform .formContainer .rsform-block .formControls button:focus:after,
* .formContainer .rsform-block .formControls button:focus:after,
.rsform .formContainer .rsform-block .formControls input[type="button"]:active:focus:after,
* .formContainer .rsform-block .formControls input[type="button"]:active:focus:after,
.rsform .formContainer .rsform-block .formControls button[type="submit"]:active:focus:after,
* .formContainer .rsform-block .formControls button[type="submit"]:active:focus:after,
.rsform .formContainer .rsform-block .formControls button:active:focus:after,
* .formContainer .rsform-block .formControls button:active:focus:after {
  content: url("../../images/icons/arrow-teal.svg");
}
@media screen and (max-width: 480px) {
  .rsform .formContainer .rsform-block .formControls input[type="button"],
  * .formContainer .rsform-block .formControls input[type="button"],
  .rsform .formContainer .rsform-block .formControls button[type="submit"],
  * .formContainer .rsform-block .formControls button[type="submit"],
  .rsform .formContainer .rsform-block .formControls button,
  * .formContainer .rsform-block .formControls button {
    max-width: 33rem;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .rsform .formContainer .rsform-block .formControls input[type="button"],
  * .formContainer .rsform-block .formControls input[type="button"],
  .rsform .formContainer .rsform-block .formControls button[type="submit"],
  * .formContainer .rsform-block .formControls button[type="submit"],
  .rsform .formContainer .rsform-block .formControls button,
  * .formContainer .rsform-block .formControls button {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .rsform .formContainer .rsform-block .formControls input[type="button"],
  * .formContainer .rsform-block .formControls input[type="button"],
  .rsform .formContainer .rsform-block .formControls button[type="submit"],
  * .formContainer .rsform-block .formControls button[type="submit"],
  .rsform .formContainer .rsform-block .formControls button,
  * .formContainer .rsform-block .formControls button {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.rsform .formContainer .rsform-block .formControls input[type="file"],
* .formContainer .rsform-block .formControls input[type="file"] {
  padding-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(17, 17, 17, 0.6);
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  overflow: visible;
}
.rsform .formContainer .rsform-block .formControls input[type="file"] input[type="button"],
* .formContainer .rsform-block .formControls input[type="file"] input[type="button"],
.rsform .formContainer .rsform-block .formControls input[type="file"] button,
* .formContainer .rsform-block .formControls input[type="file"] button {
  background: transparent;
  border: 1px solid #00c5cf;
}
.rsform .formContainer .rsform-block .formControls .formControlLabel,
* .formContainer .rsform-block .formControls .formControlLabel {
  left: 3.55555556rem;
  letter-spacing: normal;
}
.rsform .formContainer .rsform-block.rsform-block-birthmonth .formControlLabel,
* .formContainer .rsform-block.rsform-block-birthmonth .formControlLabel {
  display: inline;
}
.rsform .formContainer .rsform-block.rsform-block-birthmonth label::after,
* .formContainer .rsform-block.rsform-block-birthmonth label::after {
  content: "?";
  position: relative;
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  right: 0;
  background: #00c5cf;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  left: 0.5rem;
  padding-left: 0.6rem;
}
.rsform .formContainer .rsform-block.rsform-block-upload-photo,
* .formContainer .rsform-block.rsform-block-upload-photo {
  border: 0;
}
.rsform .formContainer .rsform-block.rsform-block-upload-photo .formControls,
* .formContainer .rsform-block.rsform-block-upload-photo .formControls {
  border: 0;
}
.rsform .formContainer .rsform-block.rsform-block-upload-photo .formBody,
* .formContainer .rsform-block.rsform-block-upload-photo .formBody {
  margin-bottom: 0;
}
.rsform .formContainer .rsform-block.rsform-block-upload-photo .formControlLabel,
* .formContainer .rsform-block.rsform-block-upload-photo .formControlLabel {
  filter: alpha(opacity=100);
  opacity: 1;
  top: 1.77777778rem;
}
.rsform .formContainer .rsform-block.rsform-block-upload-photo span.formNoError,
* .formContainer .rsform-block.rsform-block-upload-photo span.formNoError {
  display: block;
  color: rgba(17, 17, 17, 0.4);
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
  padding: 0.88888889rem 3.55555556rem;
}
.rsform .formContainer .rsform-block.rsform-block-intro,
* .formContainer .rsform-block.rsform-block-intro {
  padding: 0 3.55555556rem 3.55555556rem;
  background: transparent;
}
.rsform .formContainer .rsform-block.rsform-block-intro p,
* .formContainer .rsform-block.rsform-block-intro p {
  margin: 0;
}
.rsform .formContainer .rsform-block.rsform-block-yesiaminterestedinbeingcontactedforaconsultation .formControlLabel,
* .formContainer .rsform-block.rsform-block-yesiaminterestedinbeingcontactedforaconsultation .formControlLabel {
  display: none;
}
.rsform .formContainer .rsform-block.rsform-block-yesiaminterestedinbeingcontactedforaconsultation .formControls,
* .formContainer .rsform-block.rsform-block-yesiaminterestedinbeingcontactedforaconsultation .formControls {
  margin-bottom: 3.55555556rem;
}
.rsform .formContainer .rsform-block.rsform-block-yesiaminterestedinbeingcontactedforaconsultation label,
* .formContainer .rsform-block.rsform-block-yesiaminterestedinbeingcontactedforaconsultation label {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  background: transparent;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1;
  height: 5.33333333rem;
  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 1.77777778rem;
  position: relative;
  text-transform: none;
}
.rsform .formContainer .rsform-block.rsform-block-get-started,
* .formContainer .rsform-block.rsform-block-get-started,
.rsform .formContainer .rsform-block.rsform-block-submit-button,
* .formContainer .rsform-block.rsform-block-submit-button,
.rsform .formContainer .rsform-block.rsform-block-sign-up,
* .formContainer .rsform-block.rsform-block-sign-up,
.rsform .formContainer .rsform-block.rsform-block-sign-up-today,
* .formContainer .rsform-block.rsform-block-sign-up-today {
  padding: 0;
  margin: 0;
  border: 0;
}
.rsform .formContainer .rsform-block.rsform-block-get-started .formControls,
* .formContainer .rsform-block.rsform-block-get-started .formControls,
.rsform .formContainer .rsform-block.rsform-block-submit-button .formControls,
* .formContainer .rsform-block.rsform-block-submit-button .formControls,
.rsform .formContainer .rsform-block.rsform-block-sign-up .formControls,
* .formContainer .rsform-block.rsform-block-sign-up .formControls,
.rsform .formContainer .rsform-block.rsform-block-sign-up-today .formControls,
* .formContainer .rsform-block.rsform-block-sign-up-today .formControls {
  margin-top: 0;
  border: 0 !important;
}
.rsform .formContainer .rsform-block.rsform-block-get-started .formControls .formBody,
* .formContainer .rsform-block.rsform-block-get-started .formControls .formBody,
.rsform .formContainer .rsform-block.rsform-block-submit-button .formControls .formBody,
* .formContainer .rsform-block.rsform-block-submit-button .formControls .formBody,
.rsform .formContainer .rsform-block.rsform-block-sign-up .formControls .formBody,
* .formContainer .rsform-block.rsform-block-sign-up .formControls .formBody,
.rsform .formContainer .rsform-block.rsform-block-sign-up-today .formControls .formBody,
* .formContainer .rsform-block.rsform-block-sign-up-today .formControls .formBody {
  padding: 0;
  margin: 0;
}
div.sections-wrap .section-consultation-inner .formError,
div.sections-wrap .section-consultation-inner .formRed,
div.sections-wrap .section-consultation-inner p.formRed,
div.sections-wrap .section-consultation-inner p.formError {
  color: #b52e45;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formError,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formError,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formRed,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formRed,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform p.formRed,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * p.formRed,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform p.formError,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * p.formError {
  padding-left: 0;
  color: #b52e45;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer {
  box-shadow: none;
  overflow: visible;
  border-radius: 0;
  margin-right: -3.55555556rem;
  background: transparent !important;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer .rsform-block,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer .rsform-block {
  border: 0;
  padding-right: 3.55555556rem;
  
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer .rsform-block .formControls,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer .rsform-block .formControls {
  border-bottom: 3px solid #e4e4e4;
  border-radius: 0;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer .rsform-block .formControls .form-control,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer .rsform-block .formControls .form-control {
  margin-bottom: 0.88888889rem;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer .rsform-block .formControls label,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer .rsform-block .formControls label {
  line-height: inherit;
  font-size: 28px;
  font-size: 2.8rem;
  width: 100%;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer .rsform-block .formControls label input[type="checkbox"],
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer .rsform-block .formControls label input[type="checkbox"] {
  margin: 0;
  margin-right: 1.77777778rem;
  margin-top: 1.77777778rem;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer .rsform-block .formControls label input.rsform-calendar-button,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer .rsform-block .formControls label input.rsform-calendar-button {
  display: none;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer .rsform-block .formControls input[type="button"],
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer .rsform-block .formControls input[type="button"],
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer .rsform-block .formControls button[type="submit"],
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer .rsform-block .formControls button[type="submit"],
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer .rsform-block .formControls button,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer .rsform-block .formControls button {
  margin-top: 7.11111111rem;
  max-width: 33rem;
  height: 4.8rem;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer .rsform-block .formControls .formValidation,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer .rsform-block .formControls .formValidation {
  padding: 0 3.55555556rem;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer .rsform-block-get-started,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer .rsform-block-get-started,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer .rsform-block-antispam,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer .rsform-block-antispam {
  border: 0;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer .rsform-block-get-started .formControls,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer .rsform-block-get-started .formControls,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer .rsform-block-antispam .formControls,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer .rsform-block-antispam .formControls {
  border: 0 !important;
}
.rsform .formRed,
.formRed,
.rsform p.formRed {
  color: #b52e45;
}
#freeConsultationQuizForm .rsformProgress p,
#freeConsultationQuizForm .rsformProgress p em,
#freeConsultationQuizForm .rsformProgress p strong {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1.77777778;
  padding: 0 0 1.77777778rem 0;
  margin: 0 0 1.77777778rem;
  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;
  margin: 0;
  font-style: normal;
  text-align: left;
  color: rgba(17, 17, 17, 0.4);
}
#freeConsultationQuizForm .rsformProgress .rsformProgressContainer {
  display: none;
}
#freeConsultationQuizForm .btn-group button {
  color: #ffffff;
  background: #00c5cf;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  border: 0.3rem solid #00c5cf;
  border-radius: 0;
  min-height: 5.4rem;
  text-shadow: none;
  padding: 0.88888889rem 1.77777778rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0;
  text-transform: none;
  width: auto;
  max-width: 100%;
  line-height: 1.3;
  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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  display: inline-block;
  padding-right: 3.55555556rem;
  margin-top: 3.55555556rem;
}
#freeConsultationQuizForm .btn-group button i {
  color: #ffffff;
}
#freeConsultationQuizForm .btn-group button i {
  color: #ffffff;
}
#freeConsultationQuizForm .btn-group button::after {
  content: url("../../images/icons/arrow-black.svg");
  display: inline-block;
  font-family: "FontAwesome";
  color: #111111;
  margin-left: 0.88888889rem;
  width: 9px;
  position: absolute;
  margin-right: -1.77777778rem;
}
#freeConsultationQuizForm .btn-group button:hover {
  color: #ffffff;
  background: #111111;
  border: 0.3rem solid #111111;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
#freeConsultationQuizForm .btn-group button:hover i {
  color: #ffffff;
}
#freeConsultationQuizForm .btn-group button:hover::after {
  content: url("../../images/icons/arrow-teal.svg");
}
#freeConsultationQuizForm .btn-group button:active,
#freeConsultationQuizForm .btn-group button:focus,
#freeConsultationQuizForm .btn-group button:active:focus {
  color: #00c5cf;
  background: #111111;
  border-color: #111111;
  outline: 0;
  outline-offset: 0;
}
#freeConsultationQuizForm .btn-group button:active:after,
#freeConsultationQuizForm .btn-group button:focus:after,
#freeConsultationQuizForm .btn-group button:active:focus:after {
  content: url("../../images/icons/arrow-teal.svg");
}
@media screen and (max-width: 480px) {
  #freeConsultationQuizForm .btn-group button {
    max-width: 33rem;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #freeConsultationQuizForm .btn-group button {
    margin-left: 0;
    margin-right: 0;
  }
}
#freeConsultationQuizForm button.btn-warning {
  color: #111111;
  background: transparent;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  border: 0.3rem solid #00c5cf;
  border-radius: 0;
  min-height: 5.4rem;
  text-shadow: none;
  padding: 0.88888889rem 1.77777778rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0;
  text-transform: none;
  width: auto;
  max-width: 100%;
  line-height: 1.3;
  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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  display: inline-block;
  padding-right: 3.55555556rem;
  margin-right: 3.55555556rem;
}
#freeConsultationQuizForm button.btn-warning i {
  color: #111111;
}
#freeConsultationQuizForm button.btn-warning i {
  color: #ffffff;
}
#freeConsultationQuizForm button.btn-warning::after {
  content: url("../../images/icons/arrow-black.svg");
  display: inline-block;
  font-family: "FontAwesome";
  color: #111111;
  margin-left: 0.88888889rem;
  width: 9px;
  position: absolute;
  margin-right: -1.77777778rem;
}
#freeConsultationQuizForm button.btn-warning:hover {
  color: #ffffff;
  background: #111111;
  border: 0.3rem solid #111111;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
#freeConsultationQuizForm button.btn-warning:hover i {
  color: #ffffff;
}
#freeConsultationQuizForm button.btn-warning:hover::after {
  content: url("../../images/icons/arrow-teal.svg");
}
#freeConsultationQuizForm button.btn-warning:active,
#freeConsultationQuizForm button.btn-warning:focus,
#freeConsultationQuizForm button.btn-warning:active:focus {
  color: #00c5cf;
  background: #111111;
  border-color: #111111;
  outline: 0;
  outline-offset: 0;
}
#freeConsultationQuizForm button.btn-warning:active:after,
#freeConsultationQuizForm button.btn-warning:focus:after,
#freeConsultationQuizForm button.btn-warning:active:focus:after {
  content: url("../../images/icons/arrow-teal.svg");
}
@media screen and (max-width: 480px) {
  #freeConsultationQuizForm button.btn-warning {
    max-width: 33rem;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #freeConsultationQuizForm button.btn-warning {
    margin-left: 0;
    margin-right: 0;
  }
}
#freeConsultationQuizForm .btn-group,
#freeConsultationQuizForm .rsform-block-get-started {
  margin: 0 !important;
  display: block !important;
  margin-top: 3.55555556rem;
  border: 0 !important;
}
@media screen and (min-width: 768px) {
  #freeConsultationQuizForm .btn-group,
  #freeConsultationQuizForm .rsform-block-get-started {
    display: inline-block !important;
  }
  #freeConsultationQuizForm .btn-group button,
  #freeConsultationQuizForm .rsform-block-get-started button {
    display: inline-block !important;
    margin-right: 3.55555556rem;
  }
}
#freeConsultationQuizForm .freeconsultationbottomsubmit.rsform-button-prev {
  display: none !important;
}
#freeConsultationQuizForm .control-label.formControlLabel {
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  color: #00c5cf;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 42px;
  text-transform: uppercase;
  padding-bottom: 0.88888889rem;
}
#freeConsultationQuizForm .rsform-block .formControls {
  margin-left: -1.77777778rem;
  margin-right: -1.77777778rem;
}
#freeConsultationQuizForm .formControls > div {
  padding: 1.77777778rem;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
  display: grid;
  -ms-grid-template-columns: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.77777778rem;
}
@media screen and (min-width: 480px) {
  #freeConsultationQuizForm .formControls > div {
    -ms-grid-template-columns: repeat(auto-fit, minmax(246px, 246px));
    grid-template-columns: repeat(auto-fit, minmax(246px, 246px));
  }
}
#freeConsultationQuizForm .radio,
#freeConsultationQuizForm .radio-inline,
#freeConsultationQuizForm .checkbox-inline,
#freeConsultationQuizForm .checkbox {
  height: 246px;
  background: #ffffff;
  border: 0;
  width: 100%;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#freeConsultationQuizForm .radio::before,
#freeConsultationQuizForm .radio-inline::before,
#freeConsultationQuizForm .checkbox-inline::before,
#freeConsultationQuizForm .checkbox::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #ffffff;
  border: 0.3rem solid rgba(17, 17, 17, 0.2);
  border-radius: 50%;
  top: 1.77777778rem;
  left: 1.77777778rem;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: transparent;
}
#freeConsultationQuizForm .radio.active::before,
#freeConsultationQuizForm .radio-inline.active::before,
#freeConsultationQuizForm .checkbox-inline.active::before,
#freeConsultationQuizForm .checkbox.active::before {
  background: #111111;
  color: #ffffff;
}
#freeConsultationQuizForm .checkbox-inline {
  text-align: center;
  padding: 3.55555556rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#freeConsultationQuizForm .checkbox-inline::before {
  line-height: 1.2;
}
#freeConsultationQuizForm label {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: none;
  color: #111111;
  line-height: 42px;
  padding: 0 0 1.77777778rem 0;
  font-style: none;
  font-weight: 700;
  padding-bottom: 3.55555556rem;
  font-size: 17px;
  font-size: 1.7rem;
}
#freeConsultationQuizForm #rsform_20_page_5 .formControlLabel {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: none;
  color: #111111;
  line-height: 42px;
  padding: 0 0 1.77777778rem 0;
  font-style: none;
  color: #00c5cf;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
#freeConsultationQuizForm #rsform_20_page_5 .row {
  margin-right: -3.55555556rem;
}
#freeConsultationQuizForm #rsform_20_page_5 .rsform-block {
  padding-right: 3.55555556rem;
}
#freeConsultationQuizForm #rsform_20_page_5 .formControls {
  margin: 0;
}
#freeConsultationQuizForm #rsform_20_page_5 .formControls input {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  background: transparent;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1;
  height: 5.33333333rem;
  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 1.77777778rem;
  position: relative;
  text-transform: none;
  width: 100%;
}
#freeConsultationQuizForm .formValidation {
  display: block;
  margin-left: 1.77777778rem;
}
@media screen and (min-width: 768px) {
  .article-content .rsform .formContainer .rsform-block .formControls button {
    width: auto;
    float: none;
  }
}
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.88888889rem;
}
@media screen and (min-width: 480px) {
  .content-video-sm.pull-left {
    margin-right: 1.77777778rem;
  }
  .content-video-sm.pull-right {
    margin-left: 1.77777778rem;
  }
}
.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;
}

.t3-wrapper {
  padding: 0;
}
header.uber-header {
  background-color: #ffffff;
  background: overlay;
  height: 14.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(45, 44, 46, 0.3);
  border: 0;
  border-bottom: 0;
  
}
@media screen and (min-width: 1200px) {
  header.uber-header {
    height: 9.4rem;
    border-top: 0 solid #111111;
  }
}
header.uber-header.header-full-topbar {
  height: 14.2rem;
}
@media screen and (min-width: 1200px) {
  header.uber-header.header-full-topbar {
    height: 14.4rem;
  }
}
header.uber-header.header-full-dual-cta {
  height: 17.8rem;
}
@media screen and (min-width: 1200px) {
  header.uber-header.header-full-dual-cta {
    height: 9.4rem;
  }
}
@media screen and (min-width: 1200px) {
  header.uber-header.header-full,
  header.uber-header .fullheader-no-container {
    padding-left: 3.55555556rem;
    padding-right: 3.55555556rem;
    
  }
}
header.uber-header .header-google-translate {
  display: inline-block;
}
header.uber-header .header-google-translate-mobile {
  top: 7.4rem;
  display: inline-block;
  position: relative;
  position: absolute;
  right: 100px;
}
header.uber-header .header-google-translate-mobile a {
  display: block !important;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  line-height: 1.33;
  font-weight: 400;
  color: #00c5cf;
}
header.uber-header .header-google-translate-mobile a:hover {
  color: #111111;
}
@media screen and (min-width: 480px) {
  header.uber-header .header-google-translate-mobile {
    right: 163px;
  }
}
.header-topbar {
  padding-left: 3.55555556rem;
  padding-right: 3.55555556rem;
  
  height: 3.4rem;
  background-color: #e4e4e4;
  box-shadow: 0 2px 5px rgba(45, 44, 46, 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: 3.4rem;
  font-size: 18px;
  font-size: 1.8rem;
  color: rgba(17, 17, 17, 0.6);
}
.header-topbar.header-full-topbar-ecommerce {
  padding: 0 0.88888889rem;
}
.header-logo {
  height: 0;
  position: relative;
  overflow: visible;
}
.header-logo .logo-img {
  margin-left: 3.55555556rem;
  position: relative;
  height: 9.4rem;
}
@media screen and (min-width: 1200px) {
  .header-logo .logo-img {
    margin-left: 0;
    height: 9.4rem;
  }
}
.header-logo .logo {
  border: none !important;
}
.header-logo a {
  position: absolute;
  padding-bottom: 6rem;
  max-width: 260px;
  width: 100%;
  display: block;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  color: #464349;
  font-size: 22px;
  font-size: 2.2rem;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .header-logo a {
    max-width: 300px;
    padding-bottom: 6rem;
  }
}
.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%);
}
@media screen and (min-width: 1200px) {
  .header-full-topbar .logo .logo-img {
    margin-left: 0;
    height: 10.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .header-full-topbar .logo .logo-img a {
    padding-bottom: 7.2rem;
  }
}
.header-phone-number .header-phone-number-inner {
  text-align: right;
  padding-right: 1.77777778rem;
}
.header-phone-number a {
  font-size: 23px;
  font-size: 2.3rem;
  color: #00c5cf;
  -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.88888889rem;
}
.header-phone-number a:hover {
  color: #ffffff;
}
.header-topbar .header-phone-number {
  height: 3.4rem;
}
.header-topbar .header-phone-number .header-phone-number-inner {
  padding-left: 3.55555556rem;
  border-left: 3px solid #e4e4e4;
  float: right;
}
.header-topbar .header-phone-number .header-phone-number-inner a {
  line-height: 3.4rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(17, 17, 17, 0.6);
  height: 3.4rem;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .header-topbar .header-phone-number .header-phone-number-inner a .phone-number {
    display: none;
  }
  .header-topbar .header-phone-number .header-phone-number-inner a .phone-location {
    position: relative;
  }
  .header-topbar .header-phone-number .header-phone-number-inner a .phone-location::before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    text-align: left;
    content: "\f095";
    font-family: "FontAwesome";
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    color: rgba(17, 17, 17, 0.6);
    left: -1.77777778rem;
  }
}
.header-topbar .header-phone-number .header-phone-number-inner a:hover {
  color: #ffffff;
}
.header-topbar .header-phone-number .header-phone-number-inner a:hover .phone-location::before {
  color: #ffffff;
}

.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.8rem;
  right: 6.3rem;
  padding: 3.2rem 1.6rem;
  border-left: transparent;
  border-right: 0;
  height: 9.4rem;
  width: 6.2rem;
  color: #111111;
  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: #ffffff;
  color: #ffffff;
}
.header-phone-icon i,
.header-phone-dropdown-toggle i {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  height: 3rem;
  width: 100%;
  text-align: center;
  color: #111111;
  margin-top: 2px;
}
.header-phone-icon:hover,
.header-phone-dropdown-toggle:hover {
  color: #111111;
  background-color: transparent;
  border-bottom: 0;
}
.header-phone-icon:hover i,
.header-phone-dropdown-toggle:hover i {
  color: #111111;
}
@media screen and (min-width: 480px) {
  .header-phone-icon,
  .header-phone-dropdown-toggle {
    padding: 3.2rem;
    width: 9.4rem;
    right: 9.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .header-phone-icon,
  .header-phone-dropdown-toggle {
    display: none;
    height: 9.4rem;
    top: 8.199999999999999rem;
  }
}
.header-full-dual-cta .header-phone-icon,
.header-full-dual-cta .header-phone-dropdown-toggle {
  top: 8.4rem;
}
.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: #111111;
}
.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: 9.4rem;
  right: 0;
  background: #111111;
  -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.77777778rem;
  color: #ffffff;
  background: transparent;
  line-height: 2.66666667;
  border-bottom: 0;
  text-transform: none;
}
.header-phone-dropdown-toggle .dropdown.parent .dropdown-menu > li > a.dropdown-header {
  border-bottom: 0;
  font-weight: 400;
  text-transform: none;
}
.header-phone-dropdown-toggle .dropdown.parent .dropdown-menu > li > a:hover {
  color: #00c5cf;
  background: #111111;
}
.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: #111111;
}
.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: #00c5cf;
  height: 4.8rem;
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
.header-mobile-topbar-cta a,
.header-cta a {
  max-width: 100%;
  width: 100%;
  min-height: 4.8rem;
  line-height: 1.77777778rem;
  text-align: center;
  color: #ffffff;
  background: #00c5cf;
  border-color: #00c5cf;
  font-weight: 700;
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.7rem;
  text-transform: none;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .header-mobile-topbar-cta a,
  .header-cta a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.header-mobile-topbar-cta a:hover,
.header-cta a:hover {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}
.header-topbar .phone-cta-inner {
  height: 3.4rem;
}
.header-full-dual-cta .header-mobile-topbar-cta .btn {
  border-bottom: 1px solid #ffffff;
}
@media screen and (min-width: 1080px) {
  .header-full-dual-cta .header-cta .header-cta-inner-one {
    padding-right: 1.77777778rem;
  }
  .header-full-dual-cta .header-cta .header-cta-inner-two {
    padding-left: 1.77777778rem;
  }
}
.header-social-link {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  max-width: 3.4rem;
  max-height: 3.4rem;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  color: rgba(17, 17, 17, 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(17, 17, 17, 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: #111111;
  background-color: transparent;
}
.header-social-link:hover i {
  color: #111111;
}
.header-cart-login-container {
  display: block;
  text-align: center;
}
.header-cart-login-container .header-log-in,
.header-cart-login-container .header-cart {
  height: 3.4rem;
  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: 3.4rem;
  color: rgba(17, 17, 17, 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: #111111;
}
@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: 3.4rem;
  display: inline;
  padding-right: 1.77777778rem;
  border-right: 3px solid #e4e4e4;
  margin-right: 1.77777778rem;
  text-transform: none;
  color: rgba(17, 17, 17, 0.6);
}
.header-log-in .header-log-in-inner ul.nav.menu > li > a:hover {
  color: #111111;
}
.header-cart .header-cart-inner a {
  line-height: 3.4rem;
}
.scrollDown header.uber-header {
  top: 0;
  position: absolute;
  
}
html.scrollDown.header-height header.uber-header.affix {
  top: -14.2rem;
}
@media screen and (min-width: 1200px) {
  html.scrollDown.header-height header.uber-header.affix {
    top: -9.4rem;
  }
}
@media screen and (min-width: 1200px) {
  html.scrollDown.header-height header.uber-header.header-full-topbar.affix {
    top: -14.4rem;
  }
}
@media screen and (min-width: 1200px) {
  html.scrollDown.header-height header.uber-header.header-full-dual-cta.affix {
    top: -17.8rem;
  }
}
@media screen and (min-width: 768px) {
  html.scrollDown header.uber-header.affix {
    top: -14.2rem;
  }
}
@media screen and (min-width: 1200px) {
  html.scrollDown header.uber-header.affix {
    top: -9.4rem;
  }
}
@media screen and (min-width: 1200px) {
  html.scrollDown header.uber-header.header-full-topbar.affix {
    top: -14.4rem;
  }
}
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.88888889rem;
}
@media screen and (min-width: 1200px) {
  .header-container .header-logo .logo-img,
  .header-container-topbar-ecommerce .header-logo .logo-img {
    height: 3.71111111rem;
    margin-top: 1.77777778rem;
  }
}
header.uber-header.header-container-topbar-ecommerce,
header.uber-header.header-full-topbar-ecommerce {
  height: 17.4rem;
}
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: 1200px) {
  header.uber-header.header-container-topbar-ecommerce,
  header.uber-header.header-full-topbar-ecommerce {
    height: 9.4rem;
  }
  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: -17.4rem;
}
@media screen and (min-width: 1200px) {
  html.scrollDown header.uber-header.header-container-topbar-ecommerce,
  html.scrollDown header.uber-header.header-full-topbar-ecommerce {
    top: -9.4rem;
  }
}
.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: 8.199999999999999rem;
  overflow: hidden;
  width: auto;
}
@media screen and (min-width: 1200px) {
  .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: 8.199999999999999rem;
  }
}
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.77777778rem;
  padding-left: 3.55555556rem;
}
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: 1200px) {
  header.uber-header.header-full-topbar-ecommerce .header-cart-login-container .header-cart-login-container-inner {
    padding-right: 1.77777778rem;
  }
}
header.uber-header.header-full-topbar .header-topbar .header-phone-number {
  float: right;
}
.header-full-dual-cta .site-navigation-right.pull-right {
  top: 8.4rem;
}
header.uber-header.header-1 .header-cta-inner {
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  header.uber-header.header-1 .header-logo .col-xxs-6.col-xs-6.col-sm-3.col-md-3 {
    width: 100% !important;
  }
  header.uber-header.header-1 .header-logo div.logo-image a {
    max-width: 100%;
  }
  header.uber-header.header-1 .header-logo div.logo-image a div.logo-img {
    margin: 0 auto;
    max-width: 300px;
  }
}
.header-phase-2 header.uber-header.header-1 .header-cta-inner {
  margin-top: 1.5rem;
}
nav.navbar {
  float: right;
}
.t3-mainnav .t3-navbar .open .dropdown-menu ul > li img {
  display: block;
}
.pagination {
  padding-left: 3.55555556rem;
  padding-right: 3.55555556rem;
  
  padding-bottom: 14.22222222rem;
  text-align: left;
  background-color: #ffffff;
}
.pagination .counter {
  max-width: 1008px;
  margin: 0 auto;
  padding: 0 3.55555556rem;
  border: 0;
  display: block;
  width: 100%;
  margin: auto !important;
  padding: 1.77777778rem;
  float: none !important;
  display: none;
}
.pagination ul {
  max-width: 1008px;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 3.55555556rem;
  display: block;
}
.pagination > li {
  float: left;
}
.pagination > li > a,
.pagination > li > span {
  font-weight: 700 !important;
  font-size: 20px;
  font-size: 2rem;
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #111111;
  font-size: 20;
  min-width: 24px;
  text-align: center;
  line-height: 1.77777778rem;
  padding: 0;
  padding-bottom: 0.59259259rem;
  margin: 0;
  magrin-right: 0.88888889rem;
  margin-left: 0.88888889rem;
  border-bottom: 0.3rem solid #00c5cf !important;
}
.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: #00c5cf;
  font-weight: 400;
  background: transparent;
}
.pagination > .active > a,
.pagination > .active > span {
  background: transparent;
  border: 0;
  color: #00c5cf;
  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(17, 17, 17, 0.2);
  border: 0 !important;
  line-height: 1.77777778rem;
  padding: 0;
  padding-bottom: 0.59259259rem;
  margin: 0;
  margin-left: 1.77777778rem;
}
.pagination > .disabled:first-child a:hover {
  margin-left: 0;
}
.pagination ul > li:first-child a,
.pagination li:nth-child(2) a {
  background: transparent;
  border: 0;
  margin-left: 1.77777778rem;
}
.pagination ul > li:first-child a:hover,
.pagination li:nth-child(2) a:hover {
  background: none;
  border: 0;
  color: #00c5cf;
}
.pagination ul > li:nth-last-of-type(-n + 2) a {
  background: transparent;
  magrin-right: 1.77777778rem;
  margin-left: 1.77777778rem;
}
.pagination ul > li:nth-last-of-type(-n + 2) a:hover {
  background: none;
  color: #00c5cf;
}
.view-article .pagination {
  background: none;
}
.t3-footer,
footer.uber-footer,
footer.uber-footer.light-color {
  padding: 14.22222222rem 3.55555556rem;
  background: center / cover no-repeat url("../../images/backgrounds/the-serve-pickleball-kitchen.jpg"), #111111;
  position: relative;
  z-index: 200;
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
  color: #ffffff;
  float: none;
  clear: both;
  border-top: 0 solid #ffffff;
}
@media screen and (min-width: 1056px) {
  .t3-footer,
  footer.uber-footer,
  footer.uber-footer.light-color {
    padding: 14.22222222rem 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 .formContainer,
footer.uber-footer .rsform .formContainer,
footer.uber-footer.light-color .rsform .formContainer,
.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 .rsform .formcontainer .module-title,
footer.uber-footer .rsform .formcontainer .module-title,
footer.uber-footer.light-color .rsform .formcontainer .module-title {
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
}
.t3-footer .lede,
footer.uber-footer .lede,
footer.uber-footer.light-color .lede,
.t3-footer .module-title-subheading,
footer.uber-footer .module-title-subheading,
footer.uber-footer.light-color .module-title-subheading {
  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.88888889rem 0;
  text-align: left;
}
.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.t3-module.module div.module-inner .module-title,
footer.uber-footer.t3-module.module div.module-inner .module-title,
footer.uber-footer.light-color.t3-module.module div.module-inner .module-title,
.t3-footer.t3-module.module div.module-inner .mod-articles-category-title,
footer.uber-footer.t3-module.module div.module-inner .mod-articles-category-title,
footer.uber-footer.light-color.t3-module.module div.module-inner .mod-articles-category-title {
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.t3-footer.t3-module.module div.module-inner .module-title span,
footer.uber-footer.t3-module.module div.module-inner .module-title span,
footer.uber-footer.light-color.t3-module.module div.module-inner .module-title span,
.t3-footer.t3-module.module div.module-inner .mod-articles-category-title span,
footer.uber-footer.t3-module.module div.module-inner .mod-articles-category-title span,
footer.uber-footer.light-color.t3-module.module div.module-inner .mod-articles-category-title span {
  color: #ffffff;
}
.t3-footer.t3-module.module .mod-testimonials-additional-text,
footer.uber-footer.t3-module.module .mod-testimonials-additional-text,
footer.uber-footer.light-color.t3-module.module .mod-testimonials-additional-text {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1.77777778;
  padding: 0 0 1.77777778rem 0;
  margin: 0 0 1.77777778rem;
  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;
  font-size: 85%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: normal;
  color: rgba(17, 17, 17, 0.5);
  color: rgba(255, 255, 255, 0.4);
}
.t3-footer .category-heading span,
footer.uber-footer .category-heading span,
footer.uber-footer.light-color .category-heading span {
  color: rgba(255, 255, 255, 0.6);
}
.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-color: rgba(255, 255, 255, 0.2);
}
.t3-footer .acm-spotlight .t3-module .module-title:not(h2):not(.subheadings):not(h4) span,
footer.uber-footer .acm-spotlight .t3-module .module-title:not(h2):not(.subheadings):not(h4) span,
footer.uber-footer.light-color .acm-spotlight .t3-module .module-title:not(h2):not(.subheadings):not(h4) span,
.t3-footer .sections-wrap .section .t3-module .module-title:not(h2):not(.subheadings):not(h4) span,
footer.uber-footer .sections-wrap .section .t3-module .module-title:not(h2):not(.subheadings):not(h4) span,
footer.uber-footer.light-color .sections-wrap .section .t3-module .module-title:not(h2):not(.subheadings):not(h4) span {
  color: #ffffff;
}
.t3-footer .headingborder,
footer.uber-footer .headingborder,
footer.uber-footer.light-color .headingborder,
.t3-footer .items-leading .category-name,
footer.uber-footer .items-leading .category-name,
footer.uber-footer.light-color .items-leading .category-name {
  border-color: 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 {
  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 .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.77777778rem 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: 7.11111111rem;
  }
}
.t3-footer .footer-right-inner,
footer.uber-footer .footer-right-inner,
footer.uber-footer.light-color .footer-right-inner {
  margin-top: 7.11111111rem;
  border-top: 3px solid rgba(255, 255, 255, 0.4);
  padding-top: 7.11111111rem;
}
@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: #ffffff;
  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: #00c5cf;
  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: 28px;
  font-size: 2.8rem;
  color: #ffffff;
  text-transform: none;
  max-width: 368px;
}
.footer-social {
  display: inline-block;
  margin: 0 0.88888889rem 3.55555556rem 0;
  vertical-align: top;
}
.footer-social .footer-social-link {
  width: 2.4rem;
  height: 2.4rem;
  color: #00c5cf;
  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: #00c5cf;
  height: 2.4rem;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.4rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "FontAwesome";
}
.footer-social .footer-social-link.footer-social-link-tiktok {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-social .footer-social-link.footer-social-link-tiktok img {
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-social .footer-social-link.footer-social-link-tiktok img.hover {
  filter: alpha(opacity=0);
  opacity: 0;
}
.footer-social .footer-social-link:hover {
  color: #ffffff;
  background-color: transparent;
}
.footer-social .footer-social-link:hover i {
  color: #ffffff;
}
.footer-social .footer-social-link:hover.footer-social-link-tiktok img.no-hover {
  filter: alpha(opacity=0);
  opacity: 0;
}
.footer-social .footer-social-link:hover.footer-social-link-tiktok img.hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.footer-address,
.footer-phone-number,
.footer-fax-number,
.footer-hours-block {
  font-size: 17px;
  font-size: 1.7rem;
  color: #ffffff;
  position: relative;
  display: block;
  margin: 0 0 3.55555556rem;
  padding: 0 0 0 3.55555556rem;
}
.footer-address:before,
.footer-phone-number:before,
.footer-fax-number:before,
.footer-hours-block: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-block:before {
    left: 0;
  }
}
.footer-address p,
.footer-phone-number p,
.footer-fax-number p,
.footer-hours-block p,
.footer-address a,
.footer-phone-number a,
.footer-fax-number a,
.footer-hours-block a {
  display: inline-block;
}
.footer-address i,
.footer-phone-number i,
.footer-fax-number i,
.footer-hours-block 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-block {
  margin-bottom: 0;
}
.footer-hours-block:before {
  content: "\f017";
}
.footer-hours-block time[itemprop="openingHours"],
.footer-hours-block time {
  text-align: right;
  float: right;
}
.footer-hours-block:last-child {
  margin-bottom: 3.55555556rem;
}
.footer-hours-block .footer-hours-comment {
  margin-top: 3.55555556rem;
  font-size: 17px;
  font-size: 1.7rem;
  color: #ffffff;
}
.footer-mutiple-addresses i {
  color: rgba(255, 255, 255, 0.4);
  padding-right: 1.77777778rem;
}
.footer-mutiple-addresses .footer-site-name-heading {
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  color: #00c5cf;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 42px;
  text-transform: uppercase;
  padding-bottom: 0.88888889rem;
  margin: 0 0 1.77777778rem;
  font-size: 22px;
  font-size: 2.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.55555556rem;
    -moz-column-gap: 3.55555556rem;
    column-gap: 3.55555556rem;
  }
  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.uber-footer .mod-google-translate-footer:before {
  content: url("../../images/icons/language-globe.svg");
  display: block;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
}
footer.uber-footer a.nturl.notranslate {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: initial;
}
footer.uber-footer a.nturl.notranslate:first-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 1.77777778rem;
  margin-right: 1.77777778rem;
}
.footer-bottom {
  margin-top: 7.11111111rem;
  border-top: 3px solid rgba(255, 255, 255, 0.4);
  padding-top: 7.11111111rem;
}
.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.6);
}
.footer-bottom .footer-site-links {
  margin-bottom: 3.55555556rem;
}
@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.55555556rem;
  font-size: 12px;
  font-size: 1.2rem;
  float: none;
  clear: both;
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.8) !important;
}
.footer-bottom a:hover {
  color: #00c5cf !important;
}
.footer-bottom hr {
  display: none;
}
nav.breadcrumb {
  padding: 1.77777778rem 3.55555556rem;
}
@media (min-width: 992px) {
  nav.breadcrumb {
    padding: 1.77777778rem 0;
  }
}
nav.breadcrumb .breadcrumb > li {
  background-color: #00c5cf;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
nav.breadcrumb .breadcrumb > li + li:before {
  content: "\f101";
  font-family: "FontAwesome";
  padding: 0 1.77777778rem;
}
nav.breadcrumb .breadcrumb > li a {
  color: #ffffff;
  display: inline-block;
}
nav.breadcrumb .breadcrumb > li a:hover {
  color: #111111;
}
nav.breadcrumb .breadcrumb > li.active,
nav.breadcrumb .breadcrumb > li.active:hover {
  color: #ffffff;
}
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.77777778rem;
}
@media (min-width: 768px) {
  div.back-to-top {
    display: block;
  }
}
div.back-to-top .btn {
  background: #00c5cf;
  border: #464349;
  color: #464349;
  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(45, 44, 46, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
div.back-to-top .btn:hover,
div.back-to-top .btn:active,
div.back-to-top .btn:focus {
  background: #111111;
  color: #ffffff;
  border-color: #ffffff;
  outline: none;
}
div.back-to-top .btn:after {
  content: '' !important;
  margin-left: 0;
  width: auto;
}
div.back-to-top.affix-top {
  bottom: -61.77777778rem;
}
div.back-to-top.affix {
  bottom: 52px;
}
div.back-to-top a {
  outline: 0;
}
div.back-to-top i {
  line-height: 16px;
  font-size: 24px;
}
footer.uber-footer {
  position: relative;
}
footer.uber-footer::before {
  content: "";
  z-index: 10;
  position: absolute;
  width: 50%;
  height: 46px;
  top: 0;
  left: 0;
  margin-top: -46px;
  background: repeating-linear-gradient(90deg, #00c5cf, #00c5cf 5px, transparent 5px, transparent 25px);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: skew(316deg);
}
footer.uber-footer::after {
  content: "";
  z-index: 10;
  position: absolute;
  width: 50%;
  height: 46px;
  margin-top: 0px;
  top: 0;
  right: 0;
  background: repeating-linear-gradient(90deg, #00c5cf, #00c5cf 5px, transparent 5px, transparent 25px);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: skew(316deg);
}
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%;
  position: relative;
}
@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: 40%;
  }
}
div.page-header .header-img .header-img-inner img {
  display: none;
}
.page-header-information-block {
  position: relative;
  padding: 7.11111111rem 3.55555556rem;
  padding-bottom: 0 !important;
  background: #f7f7f7;
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
}
.page-header-information-block::before {
  content: "";
  z-index: 10;
  position: absolute;
  width: 50%;
  height: 46px;
  top: 0;
  left: 0;
  margin-top: -46px;
  background: repeating-linear-gradient(90deg, #00c5cf, #00c5cf 5px, transparent 5px, transparent 25px);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: skew(316deg);
}
.page-header-information-block::after {
  content: "";
  z-index: 10;
  position: absolute;
  width: 50%;
  height: 46px;
  margin-top: 0px;
  top: 0;
  right: 0;
  background: repeating-linear-gradient(90deg, #00c5cf, #00c5cf 5px, transparent 5px, transparent 25px);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: skew(316deg);
}
@media screen and (min-width: 1056px) {
  .page-header-information-block {
    padding: 7.11111111rem 0;
  }
}
.page-header-information-block .article-title h1,
.page-header-information-block .article-title h2,
.page-header-information-block .article-title .headline,
.page-header-information-block .article-title span {
  color: #00c5cf;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 42px;
  text-transform: uppercase;
  padding-bottom: 0.88888889rem;
  color: #111111;
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 700;
  display: block;
  line-height: 64px;
  background: transparent;
  font-size: 40px;
  font-size: 4rem;
  line-height: 54px;
  text-align: center;
  padding-bottom: 1.77777778rem;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
@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,
  .page-header-information-block .article-title span {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 64px;
  }
}
.page-header-information-block .article-title h1::after,
.page-header-information-block .article-title h2::after,
.page-header-information-block .article-title .headline::after,
.page-header-information-block .article-title span::after {
  color: #00c5cf;
  content: ".";
  position: absolute;
  transform: translate(0%, 0);
}
.page-header-information-block h1.category-name,
.page-header-information-block .accordion-heading h1 {
  color: #00c5cf;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 42px;
  text-transform: uppercase;
  padding-bottom: 0.88888889rem;
  color: #111111;
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 700;
  display: block;
  line-height: 64px;
  background: transparent;
  font-size: 40px;
  font-size: 4rem;
  line-height: 54px;
  text-align: center;
  padding-bottom: 1.77777778rem;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-header-information-block h1.category-name,
  .page-header-information-block .accordion-heading h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 64px;
  }
}
.page-header-information-block h1.category-name::after,
.page-header-information-block .accordion-heading h1::after {
  color: #00c5cf;
  content: ".";
  position: absolute;
  transform: translate(0%, 0);
}
.page-header-information-block .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
}
.page-header-information-block .container-inner {
  z-index: 11;
  position: relative;
}
.page-header-information-block .container-inner .custom-field-block {
  max-width: 960px;
  margin: 0 auto;
}
.page-header-information-block .container-inner .custom-field-block p {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: none;
  color: #111111;
  line-height: 42px;
  padding: 0 0 1.77777778rem 0;
  font-style: none;
}
.page-header-information-block .container-inner ul {
  position: relative;
}
.page-header-information-block .container-inner ul li {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: none;
  color: #111111;
  line-height: 42px;
  padding: 0 0 1.77777778rem 0;
  font-style: none;
  padding-left: 3.55555556rem;
}
.page-header-information-block .container-inner ul li:before {
  content: "\f00c";
  color: #00c5cf;
  font-family: "FontAwesome";
  line-height: 1.77777778;
  font-size: 25px;
  font-size: 2.5rem;
  position: absolute;
  left: 0;
  margin-top: -0.3rem;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.page-header-information-block .container-inner ul li:before {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .page-header-information-block {
    background: #ffffff;
  }
  .page-header-information-block .container-inner {
    margin: -28rem 5rem 0 5rem;
    background: #f7f7f7;
    padding: 14.22222222rem 9rem;
  }
}
@media screen and (min-width: 768px) {
  .category-page-heading .page-header-information-block {
    border-bottom: 50px solid #ffffff;
  }
}
.article-content {
  background: #ffffff;
}
.article-content .article-content-inner {
  padding: 7.11111111rem 3.55555556rem;
}
@media screen and (min-width: 1056px) {
  .article-content .article-content-inner {
    padding: 14.22222222rem 0;
  }
}
.article-content .article-content-inner ul.sigProContainer {
  display: block;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1.77777778rem;
}
.article-content .article-content-inner ul.sigProContainer::before,
.article-content .article-content-inner ul.sigProContainer::after {
  display: none;
}
.article-content .article-content-inner ul.sigProContainer li {
  padding: 0;
  margin: 0;
  position: relative;
  background: none;
  flex: 1 0 auto;
  height: auto;
  width: 100%;
  margin: 0px !important;
  overflow: hidden;
}
.article-content .article-content-inner ul.sigProContainer li .sigProLinkOuterWrapper {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.article-content .article-content-inner ul.sigProContainer li a {
  background: transparent;
  border: 0;
  color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-content .article-content-inner ul.sigProContainer li a .sigProPseudoCaption,
.article-content .article-content-inner ul.sigProContainer li a .sigProCaption {
  display: none;
}
.article-content .article-content-inner ul.sigProContainer li a img {
  background-position: center top !important;
}
.article-content .article-content-inner ul.sigProContainer 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;
}
.article-content .article-content-inner .sige_masonry {
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr)) !important;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .article-content .article-content-inner .sige_masonry {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr)) !important;
    grid-gap: 8px 8px !important;
  }
}
.article-content .article-content-inner .sige_masonry a {
  display: block;
  overflow: hidden;
}
.article-content .article-content-inner .sige_masonry a img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: white;
}
.article-content .article-content-inner .sige_masonry a:hover img {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.article-content .article-content-inner .btn-ctas-bottom {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 3.55555556rem;
}
.article-content .article-content-inner #accordion hr {
  border-top: 0.3rem solid #e4e4e4;
  border-bottom: 0;
  padding-top: 7.11111111rem;
  margin-top: 7.11111111rem;
}
@media screen and (min-width: 768px) {
  .article-content .article-content-inner #accordion hr {
    padding-top: 10.8rem;
    margin-top: 10.8rem;
  }
}
.article-content .article-content-inner #accordion .panel {
  max-width: 780px;
  margin: 0 auto;
  box-shadow: none;
}
.article-content .article-content-inner #accordion .panel a {
  border: 0;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-content .article-content-inner #accordion .panel a::after {
  position: absolute;
  display: inline-block;
  content: "\f057";
  top: 0;
  right: 0;
  font-size: 50px;
  font-size: 5rem;
  font-family: "FontAwesome";
  color: #00c5cf;
  line-height: 5rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-content .article-content-inner #accordion .panel a.collapsed:after {
  content: "\f057";
  transform: rotate(45deg);
}
.article-content .article-content-inner #accordion .panel .panel-heading {
  padding: 0;
  margin: 0;
  border: 0;
  background: #ffffff;
}
.article-content .article-content-inner #accordion .panel .panel-heading .panel-title {
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  color: #00c5cf;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 42px;
  text-transform: uppercase;
  padding-bottom: 0.88888889rem;
  padding-right: 7.11111111rem;
}
@media screen and (min-width: 768px) {
  .article-content .article-content-inner #accordion .panel .panel-heading .panel-title {
    font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
    color: #00c5cf;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 42px;
    text-transform: uppercase;
    padding-bottom: 0.88888889rem;
  }
}
.article-content .article-content-inner #accordion .panel .panel-body {
  border: 0;
}
.article-content .article-content-inner #accordion .panel .panel-body .col-sm-12 {
  background: #ffffff;
}
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5 {
  font-family: "Unbounded", "Poppins", Helvetica, Arial, sans-serif;
  color: #00c5cf;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 42px;
  text-transform: uppercase;
  padding-bottom: 0.88888889rem;
  text-transform: none;
}
.article-content h2.subheading,
.article-content h3.subheading,
.article-content h4.subheading,
.article-content h5.subheading,
.article-content h6.subheading {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #00c5cf;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: normal;
  font-weight: 700;
  line-height: 38px;
  text-transform: none;
}
.article-content h2 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 1.77777778rem;
  text-transform: uppercase;
  padding-top: 1.77777778rem;
  line-height: 46px;
}
.article-content .category-module h2 {
  border-bottom: 0;
  padding-bottom: 0;
}
.article-content h3 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 0;
  text-transform: none;
  color: #111111;
  line-height: 40px;
}
.article-content h4 {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: none;
  line-height: 38px;
}
.article-content h5 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  color: #111111;
  line-height: 32px;
}
.article-content a {
  color: inherit;
  border-bottom: 0.3rem solid #00c5cf;
  display: inline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-content a:hover {
  color: #00c5cf;
}
.article-content a:active,
.article-content a:focus {
  color: #00c5cf;
}
.article-content img {
  max-width: 30rem;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
  box-shadow: none;
  width: auto;
  height: auto;
}
@media screen and (min-width: 520px) {
  .article-content img {
    width: auto;
    max-width: 100%;
    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;
}
.article-content .rl_modals_element[data-modal-video="true"],
.article-content a[data-modals-done="true"] {
  display: block;
  margin-bottom: 3.55555556rem;
  position: relative;
  border-bottom: 0;
  overflow: hidden;
  -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"]:before,
.article-content a[data-modals-done="true"]:before {
  content: "\f04b";
  font-family: "FontAwesome";
  font-size: 65px;
  font-size: 6.5rem;
  color: #ffffff;
  text-align: center;
  background: #00c5cf;
  border-radius: 50%;
  position: absolute;
  z-index: 6;
  top: 50%;
  width: 118px;
  height: 118px;
  right: 0;
  left: 50%;
  padding: 0 0 0 3px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5px 0 0 10px;
  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,
.article-content a[data-modals-done="true"]:after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  filter: alpha(opacity=0);
  opacity: 0;
  -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"] img,
.article-content a[data-modals-done="true"] img {
  -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:before,
.article-content a[data-modals-done="true"]:hover:before,
.article-content .rl_modals_element[data-modal-video="true"]:hover:after,
.article-content a[data-modals-done="true"]:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.article-content .rl_modals_element[data-modal-video="true"]:hover img,
.article-content a[data-modals-done="true"]:hover img {
  -ms-transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.article-content .rl_modals_element[data-modal-video="true"] img,
.article-content a[data-modals-done="true"] img {
  max-width: 100%;
  width: 100%;
}
.article-content .rl_modals_element[data-modal-video="true"]:before,
.article-content a[data-modals-done="true"]:before {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-content .rl_modals_element[data-modal-video="true"]:hover:before,
.article-content a[data-modals-done="true"]:hover:before {
  background: #111111;
}
.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.55555556rem;
}
.article-content .articles-category-back-no-button:before {
  font-family: "FontAwesome";
  content: "\f101";
  display: inline-block;
  position: absolute;
  color: #ffffff;
  text-indent: 0;
  left: -3.55555556rem;
  z-index: 0;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.77777778rem;
  top: 25%;
}
.article-content .articles-category-back-no-button:hover {
  color: #00c5cf;
}
.article-content .articles-category-back-no-button:hover:before {
  color: #00c5cf;
}
.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.77777778rem;
  padding-bottom: 1.77777778rem;
}
.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.88888889rem 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77777778;
  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.55555556rem;
}
.article-content ul li:before,
.mod-articles-category-main-block ul li:before,
.articles-category-introtext ul li:before {
  content: "\f00c";
  color: #00c5cf;
  font-family: "FontAwesome";
  line-height: 1.77777778;
  font-size: 25px;
  font-size: 2.5rem;
  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.77777778rem 3.55555556rem;
  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, decimal-leading-zero) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.66666667rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
  color: #00c5cf;
  border-right: none;
  font-weight: 900;
}
div.t3-module.module[class*="mod-"] p a {
  color: inherit;
  border-bottom: 0.3rem solid #00c5cf;
  display: inline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.t3-module.module[class*="mod-"] p a:hover {
  color: #00c5cf;
}
div.t3-module.module[class*="mod-"] p a:active,
div.t3-module.module[class*="mod-"] p a:focus {
  color: #00c5cf;
}
#statistics {
  z-index: 11;
  position: relative;
}
#services-navigation {
  position: relative;
}
#services-navigation::before {
  content: "";
  z-index: 10;
  position: absolute;
  width: 50%;
  height: 46px;
  top: 0;
  left: 0;
  margin-top: -46px;
  background: repeating-linear-gradient(90deg, #00c5cf, #00c5cf 5px, transparent 5px, transparent 25px);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: skew(316deg);
}
#services-navigation::after {
  content: "";
  z-index: 10;
  position: absolute;
  width: 50%;
  height: 46px;
  margin-top: 0px;
  top: 0;
  right: 0;
  background: repeating-linear-gradient(90deg, #00c5cf, #00c5cf 5px, transparent 5px, transparent 25px);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: skew(316deg);
}
.mod-featured-intro.mod-featured-intro-image-left {
  padding-top: 0 !important;
}
#featured-introduction {
  position: relative;
}
#featured-introduction::after {
  content: "";
  z-index: 10;
  position: absolute;
  width: 18%;
  height: 46px;
  margin-top: 0px;
  bottom: 0;
  right: 0;
  background: repeating-linear-gradient(90deg, #00c5cf, #00c5cf 5px, transparent 5px, transparent 25px);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: skew(316deg);
}

.acm-spotlight .t3-module .mod-featured-intro .mod-articles-category-content-block .module-title {
  
}
.mod-testimonials-additional-text {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1.77777778;
  padding: 0 0 1.77777778rem 0;
  margin: 0 0 1.77777778rem;
  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;
  font-size: 85%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: normal;
  color: rgba(17, 17, 17, 0.5);
  color: rgba(255, 255, 255, 0.4);
}
.sidebar {
  padding: 14.22222222rem 3.55555556rem;
}
@media screen and (min-width: 1056px) {
  .sidebar {
    padding: 14.22222222rem 0;
  }
}
@media screen and (max-width: 991px) {
  .sidebar {
    padding-top: 7.11111111rem;
    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: 7.11111111rem;
  }
}
@media screen and (max-width: 991px) {
  .blog .sidebar {
    padding-top: 7.11111111rem;
  }
}
.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 .formContainer,
.blog-alt .sidebar .module-title span,
.blog-alt .sidebar .section-title span {
  color: #ffffff;
}
.blog-alt .sidebar .rsform .formcontainer .module-title {
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
}
.blog-alt .sidebar .lede,
.blog-alt .sidebar .module-title-subheading {
  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.88888889rem 0;
  text-align: left;
}
.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.t3-module.module div.module-inner .module-title,
.blog-alt .sidebar.t3-module.module div.module-inner .mod-articles-category-title {
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.blog-alt .sidebar.t3-module.module div.module-inner .module-title span,
.blog-alt .sidebar.t3-module.module div.module-inner .mod-articles-category-title span {
  color: #ffffff;
}
.blog-alt .sidebar.t3-module.module .mod-testimonials-additional-text {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1.77777778;
  padding: 0 0 1.77777778rem 0;
  margin: 0 0 1.77777778rem;
  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;
  font-size: 85%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: normal;
  color: rgba(17, 17, 17, 0.5);
  color: rgba(255, 255, 255, 0.4);
}
.blog-alt .sidebar .category-heading span {
  color: rgba(255, 255, 255, 0.6);
}
.blog-alt .sidebar .acm-spotlight .t3-module .module-title,
.blog-alt .sidebar .sections-wrap .section .t3-module .module-title {
  border-color: rgba(255, 255, 255, 0.2);
}
.blog-alt .sidebar .acm-spotlight .t3-module .module-title:not(h2):not(.subheadings):not(h4) span,
.blog-alt .sidebar .sections-wrap .section .t3-module .module-title:not(h2):not(.subheadings):not(h4) span {
  color: #ffffff;
}
.blog-alt .sidebar .headingborder,
.blog-alt .sidebar .items-leading .category-name {
  border-color: rgba(255, 255, 255, 0.2);
}
.blog-alt .sidebar .articles-category-date 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);
}
@media screen and (max-width: 991px) {
  .blog-alt .sidebar {
    padding: 14.22222222rem 3.55555556rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) and screen and (min-width: 1056px) {
  .blog-alt .sidebar {
    padding: 14.22222222rem 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1055px) {
  .blog-alt .sidebar {
    padding-top: 7.11111111rem;
  }
}
.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 .formContainer,
.item-listing-page .sidebar .module-title span,
.item-listing-page .sidebar .section-title span {
  color: #ffffff;
}
.item-listing-page .sidebar .rsform .formcontainer .module-title {
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
}
.item-listing-page .sidebar .lede,
.item-listing-page .sidebar .module-title-subheading {
  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.88888889rem 0;
  text-align: left;
}
.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.t3-module.module div.module-inner .module-title,
.item-listing-page .sidebar.t3-module.module div.module-inner .mod-articles-category-title {
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.item-listing-page .sidebar.t3-module.module div.module-inner .module-title span,
.item-listing-page .sidebar.t3-module.module div.module-inner .mod-articles-category-title span {
  color: #ffffff;
}
.item-listing-page .sidebar.t3-module.module .mod-testimonials-additional-text {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1.77777778;
  padding: 0 0 1.77777778rem 0;
  margin: 0 0 1.77777778rem;
  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;
  font-size: 85%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: normal;
  color: rgba(17, 17, 17, 0.5);
  color: rgba(255, 255, 255, 0.4);
}
.item-listing-page .sidebar .category-heading span {
  color: rgba(255, 255, 255, 0.6);
}
.item-listing-page .sidebar .acm-spotlight .t3-module .module-title,
.item-listing-page .sidebar .sections-wrap .section .t3-module .module-title {
  border-color: rgba(255, 255, 255, 0.2);
}
.item-listing-page .sidebar .acm-spotlight .t3-module .module-title:not(h2):not(.subheadings):not(h4) span,
.item-listing-page .sidebar .sections-wrap .section .t3-module .module-title:not(h2):not(.subheadings):not(h4) span {
  color: #ffffff;
}
.item-listing-page .sidebar .headingborder,
.item-listing-page .sidebar .items-leading .category-name {
  border-color: rgba(255, 255, 255, 0.2);
}
.item-listing-page .sidebar .articles-category-date 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 .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: 14.22222222rem 3.55555556rem;
  }
}
@media screen and (max-width: 991px) and screen and (min-width: 1056px) {
  .item-listing-page.testimonials .sidebar,
  .item-listing-page.orderedlistlayout .sidebar {
    padding: 14.22222222rem 0;
  }
}
.item-listing-page-sidebar .card-main.column-1 .card-inner {
  overflow: hidden;
}
.sidebar .mod-solutions-nav {
  background: #111111;
  background-image: url("../../templates/uber/local/images/backgrounds/flecks-1x.png");
  background-size: 399px 399px;
  background-repeat: repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .sidebar .mod-solutions-nav {
    background-image: url("../../templates/uber/local/images/backgrounds/flecks-2x.png");
  }
}
.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 .formContainer,
.sidebar .mod-solutions-nav .module-title span,
.sidebar .mod-solutions-nav .section-title span {
  color: #ffffff;
}
.sidebar .mod-solutions-nav .rsform .formcontainer .module-title {
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
}
.sidebar .mod-solutions-nav .lede,
.sidebar .mod-solutions-nav .module-title-subheading {
  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.88888889rem 0;
  text-align: left;
}
.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.t3-module.module div.module-inner .module-title,
.sidebar .mod-solutions-nav.t3-module.module div.module-inner .mod-articles-category-title {
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.sidebar .mod-solutions-nav.t3-module.module div.module-inner .module-title span,
.sidebar .mod-solutions-nav.t3-module.module div.module-inner .mod-articles-category-title span {
  color: #ffffff;
}
.sidebar .mod-solutions-nav.t3-module.module .mod-testimonials-additional-text {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1.77777778;
  padding: 0 0 1.77777778rem 0;
  margin: 0 0 1.77777778rem;
  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;
  font-size: 85%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: normal;
  color: rgba(17, 17, 17, 0.5);
  color: rgba(255, 255, 255, 0.4);
}
.sidebar .mod-solutions-nav .category-heading span {
  color: rgba(255, 255, 255, 0.6);
}
.sidebar .mod-solutions-nav .acm-spotlight .t3-module .module-title,
.sidebar .mod-solutions-nav .sections-wrap .section .t3-module .module-title {
  border-color: rgba(255, 255, 255, 0.2);
}
.sidebar .mod-solutions-nav .acm-spotlight .t3-module .module-title:not(h2):not(.subheadings):not(h4) span,
.sidebar .mod-solutions-nav .sections-wrap .section .t3-module .module-title:not(h2):not(.subheadings):not(h4) span {
  color: #ffffff;
}
.sidebar .mod-solutions-nav .headingborder,
.sidebar .mod-solutions-nav .items-leading .category-name {
  border-color: rgba(255, 255, 255, 0.2);
}
.sidebar .mod-solutions-nav .articles-category-date 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 .module-inner {
  padding: 1.77777778rem;
}
.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.55555556rem;
  text-transform: none;
}
.sidebar .mod-solutions-nav ul li a:before {
  content: "";
  padding-right: 0;
}
.sidebar .mod-solutions-nav ul li a:hover {
  color: #111111;
  background: transparent;
}
.sidebar .mod-solutions-nav ul li.current a {
  color: #00c5cf;
  background: transparent;
  font-weight: 700;
}
section.gallery .sige_masonry {
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr)) !important;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  section.gallery .sige_masonry {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr)) !important;
    grid-gap: 8px 8px !important;
  }
}
section.gallery .sige_masonry a {
  display: block;
  overflow: hidden;
}
section.gallery .sige_masonry a img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: white;
}
section.gallery .sige_masonry a:hover img {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.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: 28px;
  font-size: 2.8rem;
  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: 5.33333333rem;
  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: #ffffff;
  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: #ffffff;
  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: #c1bfc3;
  box-shadow: none;
  height: 2px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  padding: 0;
  background-color: #00c5cf;
}
.section .acm-slideshow .transition-timer-carousel-progress-bar .bar,
.section .acm-slideshow .transition-timer-carousel-progress-bar .progress-bar {
  background: #00c5cf;
}
.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: #67c259;
}
.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: #88cbcb;
}
.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: #e3ab20;
}
.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: #b52e45;
}
p.itemShare {
  font-size: 85%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.67;
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: normal;
  text-transform: uppercase;
  padding: 0;
  margin-top: 7.11111111rem;
}
div[id^="ampz_inline"] li:first-child {
  margin: 0 1.77777778rem 1.77777778rem 0 !important;
}
div.ampz_container {
  margin-top: 3.55555556rem;
}
div.ampz_container ul > li {
  display: inline-block !important;
  margin: 0 1.77777778rem 1.77777778rem 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: #00c5cf !important;
  border-radius: 50%;
  box-shadow: none;
  border: 0;
}
div.ampz_container ul > li a.ampz_colorbg {
  background: #00c5cf !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: #00c5cf !important;
}
#colorbox,
#rl_modals {
  background: transparent;
  box-shadow: none;
  border: 0;
}
#cboxTitle,
#rl_modals_title {
  border-bottom: none;
}
#rl_modals #rl_modals_content {
  padding-top: 3.55555556rem;
}
#cboxLoadedContent,
#rl_modals_loaded_content {
  padding-top: 3.55555556rem;
  padding-right: 0;
  border: 0;
  border-radius: 0.4rem;
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
  background: #111111;
}
#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.55555556rem;
  width: 3.55555556rem;
  padding: 0;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#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.55555556rem;
  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;
}
[data-modals-element="modal"][data-modals-theme="dark"] [data-modals-type="iframe"] [data-modals-element="slide-content"] iframe {
  background: transparent;
  width: 101% !important;
  height: 101% !important;
  border: none !important;
}
.special-offers .contentpane {
  padding-top: 3.55555556rem;
  padding-right: 0;
  border: 0;
  border-radius: 0.4rem;
  box-shadow: 0 2px 5px rgba(45, 44, 46, 0.3);
  background: #111111;
}
.item-page.special-offers {
  border: 0;
  border-radius: 0.4rem;
  margin: 0 auto;
  max-width: 960px;
}
.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: 7.11111111rem 3.55555556rem;
}
@media screen and (min-width: 1056px) {
  .item-page.special-offers .article-content-inner {
    padding: 7.11111111rem 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: #111111;
  border-color: #111111;
  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.55555556rem;
  display: block;
  width: 100%;
}
.item-page.special-offers .article-footer #pop-print:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.item-page.special-offers .article-footer #pop-print:hover a {
  color: #ffffff;
}
.item-page.special-offers .article-footer #pop-print button {
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.8);
  padding: 3.55555556rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Arimo", "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.18rem;
  display: block;
  width: 100%;
}
.item-page.special-offers .article-footer #pop-print button:before {
  content: "PRINT";
}
.item-page.special-offers .article-footer #pop-print button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.item-page.special-offers .disclaimer {
  color: rgba(17, 17, 17, 0.4);
}
.rl-modal-open {
  overflow: initial;
}
img {
  color: transparent;
  text-indent: -10000px;
}
.mod-articles-category-photo-gallery.flickity-enabled img {
  position: relative;
  filter: alpha(opacity=0);
  opacity: 0;
  top: 3.55555556rem;
  -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: initial;
  margin-top: 1.77777778rem;
  text-align: left;
  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(255, 255, 255, 0.25);
  border: 0.2rem solid #00c5cf !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0.88888889rem;
}
.flickity-enabled .flickity-page-dots .dot.is-selected {
  background: #ffffff;
}
@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: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: none;
    color: rgba(17, 17, 17, 0.8);
    line-height: 1.77777778;
    padding: 0 0 1.77777778rem 0;
    margin: 0 0 1.77777778rem;
    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.55555556rem;
  }
  .item-page.special-offers .page-header {
    border-top: 2px dashed rgba(17, 17, 17, 0.4);
    border-left: 2px dashed rgba(17, 17, 17, 0.4);
    border-right: 2px dashed rgba(17, 17, 17, 0.4);
  }
  .item-page.special-offers .page-header .page-header-information-block {
    padding: 7.11111111rem 3.55555556rem 3.55555556rem;
    border-bottom: 3px solid #e4e4e4;
  }
  .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(17, 17, 17, 0.4);
    border-right: 2px dashed rgba(17, 17, 17, 0.4);
  }
  .item-page.special-offers .article-content .article-content-inner {
    padding: 3.55555556rem 3.55555556rem 7.11111111rem !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(17, 17, 17, 0.4);
    border-right: 2px dashed rgba(17, 17, 17, 0.4);
    border-bottom: 2px dashed rgba(17, 17, 17, 0.4);
  }
}
.btn.btn-gradient {
  background-image: linear-gradient(to right, #00c5cf 0%, #111111 51%, #00c5cf 100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  color: #ffffff;
  border: 0;
}
.btn.btn-gradient:hover {
  background-position: right center;
  border: 0;
}
.btn.btn-fill-up {
  color: #00c5cf;
  cursor: pointer;
  display: block;
  position: relative;
  border: 0.3rem solid #00c5cf;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn.btn-fill-up::before {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: '';
  color: #ffffff;
  background: #00c5cf;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn.btn-fill-up:hover {
  color: #ffffff;
  background-color: transparent;
  text-shadow: none;
}
.btn.btn-fill-up:hover::before {
  bottom: 0%;
  top: auto;
  height: 100%;
}
.btn.btn-fill-right {
  color: #00c5cf;
  cursor: pointer;
  display: block;
  position: relative;
  border: 0.3rem solid #00c5cf;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.btn.btn-fill-right::before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #ffffff;
  background: #00c5cf;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.btn.btn-fill-right:hover {
  color: #ffffff;
  background-color: transparent;
}
.btn.btn-fill-right:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}
.btn.btn-raise {
  color: #00c5cf;
  border: 0.3rem solid #00c5cf;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.btn.btn-raise:hover,
.btn.btn-raise:focus {
  color: #00c5cf;
  box-shadow: 0 0.5rem 0.5rem -0.4rem #00c5cf;
  -webkit-transition: translateY(-0.25em);
  -o-transition: translateY(-0.25em);
  transition: translateY(-0.25em);
  background: transparent;
}
.btn.btn-offset {
  box-shadow: 0.6rem 0.6rem 0 0 #00c5cf, inset 0rem 0rem 0 0 #00c5cf;
  border-color: #00c5cf;
  color: #00c5cf;
}
.btn.btn-offset:hover,
.btn.btn-offset:focus {
  box-shadow: 0 0 0 0 #00c5cf, inset 6rem 3.5rem 0 0 #00c5cf;
  background: #00c5cf;
  border-color: #00c5cf;
  color: #ffffff;
}
.btn.btn-border {
  letter-spacing: 0;
  border: 2px solid transparent;
}
.btn.btn-border::before,
.btn.btn-border::after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  -webkit-transition: all 280ms ease-in-out;
  -o-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 40%;
  position: absolute;
}
.btn.btn-border::before {
  top: 0;
  border-top: 2px solid #00c5cf;
}
.btn.btn-border::after {
  border-bottom: 2px solid #00c5cf;
}
.btn.btn-border:hover,
.btn.btn-border:active {
  letter-spacing: 5px;
  background: transparent;
  color: #00c5cf;
}
.btn.btn-border:hover::before,
.btn.btn-border:hover::after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #00c5cf;
  -webkit-transition: width 350ms ease-in-out;
  -o-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 70%;
  bottom: 0;
}
.btn.btn-border:hover::before {
  bottom: auto;
  top: 0;
  width: 70%;
}
.card-hover-outline {
  box-shadow: none;
}
.card-hover-outline:hover,
.card-hover-outline:active,
.card-hover-outline:focus {
  transform: none;
  box-shadow: none;
}
.card-hover-outline::before,
.card-hover-outline::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.38s ease-in-out, transform 0.35s ease-in-out;
  -o-transition: opacity 0.38s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.38s ease-in-out, transform 0.35s ease-in-out;
  content: '';
  filter: alpha(opacity=0);
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  background: transparent;
}
.card-hover-outline::before {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: left top;
  border-top: 2px solid #00c5cf;
  border-bottom: 2px solid #00c5cf;
}
.card-hover-outline::after {
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  transform-origin: right top;
  border-right: 2px solid #00c5cf;
  border-left: 2px solid #00c5cf;
}
.card-hover-outline:hover::before,
.card-hover-outline:focus::before,
.card-hover-outline:hover::after,
.card-hover-outline:focus::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  filter: alpha(opacity=100);
  opacity: 1;
}
.card-main.card-hover-fill {
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.2);
  overflow: hidden;
  padding: 3.55555556rem;
}
.card-main.card-hover-fill h3,
.card-main.card-hover-fill p {
  position: relative;
  color: rgba(17, 17, 17, 0.8);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.card-main.card-hover-fill::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: calc(-96%);
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  transition: 0.3s ease-in-out;
  background: #111111;
}
.card-main.card-hover-fill:hover h3,
.card-main.card-hover-fill:hover p {
  color: #ffffff;
}
.card-main.card-hover-fill:hover::before {
  bottom: 0;
}
.dropup .dropdown-menu {
  bottom: unset;
}
.datepicker-dropdown {
  background: #ffffff;
}
.datepicker-dropdown table tr td {
  color: rgba(17, 17, 17, 0.8) !important;
}
.datepicker-dropdown table tr td:hover {
  color: #ffffff !important;
  background: #00c5cf !important;
}
.GSearchBlock {
  background: transparent;
  padding-top: 3.55555556rem;
}
.GSearchBlock ::-webkit-input-placeholder {
  color: transparent !important;
}
.GSearchBlock :-moz-placeholder {
  color: transparent !important;
}
.GSearchBlock ::-moz-placeholder {
  color: transparent !important;
}
.GSearchBlock :-ms-input-placeholder {
  color: transparent !important;
}
.GSearchBlock ::-ms-input-placeholder {
  color: transparent !important;
}
.GSearchBlock ::placeholder {
  color: transparent !important;
}
.GSearchBlock h3 {
  padding: 0;
  margin: 0;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 20px !important;
  font-size: 2rem !important;
  font-weight: 700;
  padding-bottom: 0.88888889rem;
  margin-bottom: 0 !important;
  color: #00c5cf;
}
.GSearchBlock .gsearch-table .gsearch-cell {
  margin-bottom: 3.55555556rem;
  padding: 0;
}
.GSearchBlock .inputbox:not(.bootstrap-select):not(.form-check-input) {
  font-size: 18px !important;
  font-size: 1.8rem !important;
  border: 0.3rem solid #e4e4e4 !important;
  border-radius: 0 !important;
  padding: 1.77777778rem 1.77777778rem !important;
  max-width: none !important;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  background: transparent;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1;
  height: 5.33333333rem;
  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 1.77777778rem;
  position: relative;
  text-transform: none;
  background: #ffffff;
}
.GSearchBlock .inputbox:not(.bootstrap-select):not(.form-check-input).datepicker.to {
  margin-left: 2% !important;
  float: right;
}
.GSearchBlock .inputbox:not(.bootstrap-select):not(.form-check-input).datepicker.from {
  margin-right: 2% !important;
  display: inline;
}
.GSearchBlock .gsearch-field-calendar-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.GSearchBlock .gsearch-cell0 {
  width: 100% !important;
}
.GSearchBlock .gsearch-cell1 {
  width: 100% !important;
}
.GSearchBlock .gsearch-cell2 {
  width: 100% !important;
}
.GSearchBlock span.hyphen {
  font-size: 50px;
  font-size: 5rem;
  line-height: 0;
  color: #00c5cf;
  vertical-align: text-top;
}
.GSearchBlock input.datepicker {
  width: 44% !important;
}
.GSearchBlock input.datepicker.from {
  margin-right: 3% !important;
}
.GSearchBlock input.datepicker.to {
  position: relative;
  margin-left: 2% !important;
}
.GSearchBlock input.datepicker.to::before {
  content: "—";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.GSearchBlock .choices {
  position: relative !important;
}
.GSearchBlock .choices:after {
  position: absolute;
  display: inline-block;
  content: "\f106";
  top: 0.71111111rem;
  right: 1.77777778rem;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "FontAwesome";
  color: #00c5cf;
  line-height: 1.77777778;
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.GSearchBlock .choices.is-open:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "\f106";
  transform: rotate(0deg);
  top: 0.71111111rem;
  right: 1.77777778rem;
}
.GSearchBlock .choices .choices__inner {
  max-width: none !important;
  background: #ffffff;
  padding: 0;
  line-height: 1;
  width: 100%;
  border: 0.3rem solid #e4e4e4 !important;
  
  
  
  
  
  
}
.GSearchBlock .choices .choices__inner:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.8) !important;
  border: 0.3rem solid #e4e4e4 !important;
}
.GSearchBlock .choices .choices__inner:active {
  border: 0.3rem solid #e4e4e4 !important;
}
.GSearchBlock .choices .choices__inner:focus {
  outline: 0 !important;
  border: 0.3rem solid #e4e4e4 !important;
}
.GSearchBlock .choices .choices__inner:hover:focus {
  border: 0.3rem solid #e4e4e4 !important;
}
.GSearchBlock .choices .choices__inner .filter-option {
  height: auto !important;
  line-height: 1.3;
}
.GSearchBlock .choices .choices__inner .filter-option .filter-option-inner-inner {
  color: rgba(17, 17, 17, 0.8);
  text-shadow: none !important;
  letter-spacing: normal !important;
}
.GSearchBlock .choices .choices__inner input[type="text"] {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  background: transparent;
  color: rgba(17, 17, 17, 0.8);
  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 1.77777778rem;
  position: relative;
  text-transform: none;
  width: auto !important;
  min-width: auto !important;
  margin: 0;
  line-height: 1;
  height: 5.33333333rem;
}
.GSearchBlock .choices .choices__inner input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.GSearchBlock .choices .choices__inner input:focus:-moz-placeholder {
  color: transparent !important;
}
.GSearchBlock .choices .choices__inner input:focus::-moz-placeholder {
  color: transparent !important;
}
.GSearchBlock .choices .choices__inner input:focus:-ms-input-placeholder {
  color: transparent !important;
}
.GSearchBlock .choices .choices__inner input:active::-webkit-input-placeholder {
  color: transparent !important;
}
.GSearchBlock .choices .choices__inner input:active:-moz-placeholder {
  color: transparent !important;
}
.GSearchBlock .choices .choices__inner input:active::-moz-placeholder {
  color: transparent !important;
}
.GSearchBlock .choices .choices__inner input:active:-ms-input-placeholder {
  color: transparent !important;
}
.GSearchBlock .choices .choices__inner .choices__list {
  background: #ffffff !important;
}
.GSearchBlock .choices .choices__inner .choices__list.choices__list--multiple .choices__item {
  border-radius: 0;
  background: #00c5cf;
  border-color: #00c5cf;
  color: #111111;
}
.GSearchBlock .choices .choices__inner .choices__list.choices__list--multiple .choices__item.is-highlighted {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}
.GSearchBlock .choices .choices__inner .choices__list .choices__item {
  font-size: 18px;
  font-size: 1.8rem;
  color: rgba(17, 17, 17, 0.8);
}
.GSearchBlock .choices__list--dropdown .choices__item--selectable {
  padding-left: 3.55555556rem;
}
.GSearchBlock .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: transparent;
  position: relative;
}
.GSearchBlock .choices__list--dropdown .choices__item--selectable.is-highlighted::after {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #00c5cf;
  left: 0.88888889rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.GSearchBlock .disabled {
  display: none;
}
.GSearchBlock .gsearch-buttons {
  z-index: 0;
  position: relative;
}
.GSearchBlock .btn {
  display: block;
  text-shadow: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-bottom: 3.55555556rem !important;
  padding-left: 3.55555556rem !important;
  padding-right: 3.55555556rem !important;
  min-height: 5.4rem;
  width: 100% !important;
}
.GSearchBlock .btn.btn-primary {
  background: #00c5cf !important;
  font-size: 20px !important;
  font-size: 2rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  border: 0.3rem solid #00c5cf !important;
  color: #ffffff !important;
}
.GSearchBlock .btn.reset {
  background: transparent !important;
  font-size: 20px !important;
  font-size: 2rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  border: 0.3rem solid #00c5cf !important;
  color: #111111 !important;
  display: inline-block;
}
.GSearchBlock .btn:hover {
  color: #ffffff !important;
  background: #111111 !important;
  border: 0.3rem solid #111111 !important;
}
.GSearchBlock .btn:hover i {
  color: #ffffff;
}
.GSearchBlock .btn:active,
.GSearchBlock .btn:focus {
  color: #00c5cf !important;
  background: #111111 !important;
  border: 0.3rem solid #111111 !important;
  outline: 0px !important;
  outline-offset: 0px !important;
}
.GSearchBlock .btn:active:after,
.GSearchBlock .btn:focus:after {
  background: #111111 !important;
}
.GSearchBlock .btn:active:focus {
  color: #00c5cf !important;
  background: #111111 !important;
  border: 0.3rem solid #111111 !important;
  outline: 0px !important;
  outline-offset: 0px !important;
}
@media screen and (min-width: 992px) {
  .GSearchBlock .gsearch-cell0 {
    width: 55% !important;
    padding-right: 3.55555556rem !important;
  }
  .GSearchBlock .gsearch-cell1 {
    width: 44.5% !important;
  }
  .GSearchBlock .btn {
    display: inline-block;
    width: auto !important;
    margin-right: 3.55555556rem !important;
  }
  .GSearchBlock .dropdown-menu ul,
  .GSearchBlock .choices__list [role="listbox"] {
    column-count: 2;
  }
}
@media screen and (min-width: 992px) and screen and (min-width: 1056px) {
  .GSearchBlock {
    padding-left: 0;
    padding-right: 0;
  }
}
#gsearch-results:not(form) .page-header {
  padding-top: 0 !important;
}
.blog.blog-search .page-header-information-block {
  padding: 7.11111111rem 3.55555556rem !important;
}
@media screen and (min-width: 768px) {
  .blog.blog-search .page-header-information-block {
    padding-top: 0 !important;
  }
}
.blog-top .container {
  max-width: none !important;
}
.blog-top .accordion {
  max-width: 960px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #gsearch-results .page-header .container-inner {
    margin: 0;
    background: #f7f7f7;
    padding: 14.22222222rem 9rem;
    margin: -28rem 5rem 0 5rem;
  }
  #gsearch-results .items-leading .container-inner {
    background: none !important;
  }
}
.page-header-information-block a {
  color: inherit;
  border-bottom: 0.3rem solid #00c5cf;
  display: inline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-header-information-block a:hover {
  color: #00c5cf;
}
.page-header-information-block a:active,
.page-header-information-block a:focus {
  color: #00c5cf;
}
.modal-encompass.no-video {
  border-bottom: 0.3rem solid #00c5cf !important;
  display: inline !important;
}
.btn-ctas-top,
.butn-ctas-bottom {
  text-align: center;
}
.btn-ctas-top a,
.butn-ctas-bottom a {
  padding-bottom: 1.77777778rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .btn-ctas-top,
  .butn-ctas-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .btn-ctas-top a.cta-btn-two-link,
  .butn-ctas-bottom a.cta-btn-two-link {
    padding-left: 2.84444444rem;
  }
}
.article-content-inner .btn-ctas-top {
  display: block;
}
.article-content-inner .btn-ctas-top div {
  float: left;
}
.tooltip .tooltip-inner {
  background: #111111;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1.77777778;
  padding: 0 0 1.77777778rem 0;
  margin: 0 0 1.77777778rem;
  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;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  text-align: left;
  padding: 1.77777778rem;
}
.tooltip .tooltip-arrow {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111111;
  bottom: -10px;
}
.article-content .article-content-inner .container-inner > *:not(.featured-video-gallery):not(.solutions-bottom):not(.hairloss-scale):not(.rl_modals_element):not(.modal-encompass):not(.mod-articles-category-solutions-alternate-layout):not(figure):not(.figcaption):not(hr):not(.panel-group),
.item-listing-page.videogalleryfull .video-gallery {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.btn-ctas-top a,
.btn-ctas-bottom a {
  border: none;
}
.sections-wrap .section-faqs-accordion-inner {
  padding: 7.11111111rem 3.55555556rem;
}
@media screen and (min-width: 1056px) {
  .sections-wrap .section-faqs-accordion-inner {
    padding: 14.22222222rem 0;
  }
}
.table-outer {
  overflow-x: auto;
  margin: 5.33333333rem 0;
}
table.solutions-table {
  width: 100%;
  min-width: 420px;
  table-layout: fixed;
}
table.solutions-table thead th {
  display: none;
  text-align: center;
  display: table-cell;
}
table.solutions-table td {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: none;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1.77777778;
  padding: 0 0 1.77777778rem 0;
  margin: 0 0 1.77777778rem;
  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: 1.5rem 2.5rem;
  border: 3px solid #e4e4e4;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  table.solutions-table td {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77777778;
  }
}
table.solutions-table tbody th {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: none;
  line-height: 42px;
  padding: 0 0 1.77777778rem 0;
  font-style: none;
  font-weight: 700;
  color: #111111;
  display: table-cell;
}
table.solutions-table tbody > tr {
  display: table-cell;
  padding-bottom: 7.11111111rem;
}
table.solutions-table thead th,
table.solutions-table tbody th {
  display: table-cell;
  border: 3px solid #e4e4e4;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  table.solutions-table thead th,
  table.solutions-table tbody th {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.77777778;
  }
}
table.solutions-table thead th {
  background: #fafaf8;
  color: #111111;
  padding: 1.5rem 2.5rem;
}
table.solutions-table thead th:first-child {
  width: 175px;
}
@media screen and (min-width: 768px) {
  table.solutions-table thead th:first-child {
    width: 350px;
  }
}
table.solutions-table tbody th {
  padding-top: 1.77777778rem;
  padding-left: 1.77777778rem;
}
table.solutions-table tbody th a {
  text-decoration: none;
}
table.solutions-table tbody td::before {
  display: none;
}
table.solutions-table tbody > tr {
  display: table-row;
  padding-bottom: 0;
}
table.solutions-table tbody td {
  padding: 1.5rem 2.5 rem;
}
.blog-top-area {
  max-width: 960px;
  margin: auto;
}
.card-main:before {
  z-index: 11111;
}
.card-main .card-header .category-heading,
.card-main .card-header .header-information-block {
  line-height: 1.45;
}
.solutions .card-main:before {
  display: none;
}
.noborder {
  border: none !important;
  padding-right: 27px;
  margin-bottom: 30px;
  display: inline-block !important;
}
@media screen and (max-width: 479px) {
  .noborder .btn-tertiary {
    width: auto !important;
    display: block;
  }
}
.shop-now .article-content img {
  max-width: 130px !important;
  padding-right: 20px;
}
.section-contact-us-faq {
  background: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .section-contact-us-faq .section-ct {
    margin: -28rem 5rem 0 5rem;
    background: #f7f7f7;
    padding: 14.22222222rem 9rem;
  }
}
.section-contact-us-faq a {
  color: inherit;
  border-bottom: 0.3rem solid #00c5cf;
  display: inline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-contact-us-faq a:hover {
  color: #00c5cf;
}
.section-contact-us-faq a:active,
.section-contact-us-faq a:focus {
  color: #00c5cf;
}
.section-contact-us-faq p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sitemap-menu ul.nav.menu > li > a,
ul.rsseo_links > li > a,
.sitemap-menu ul.nav.menu > li > span.separator,
.sitemap-menu ul.rsseo_links > li > span.separator,
.sitemap-menu ul.nav.menu > li > span.nav-header,
.sitemap-menu ul.rsseo_links > li > span.nav-header {
  color: #111111;
}
.sitemap-menu ul.nav.menu > li > a:hover,
.sitemap-menu ul.rsseo_links > li > a:hover,
.sitemap-menu ul.nav.menu > li > a:active,
.sitemap-menu ul.rsseo_links > li > a:active {
  color: #00c5cf;
}
.sitemap-menu ul.nav.menu > li ul.dropdown-menu > li > a,
.sitemap-menu ul.rsseo_links > li ul.dropdown-menu > li > a,
.sitemap-menu ul.nav.menu > li ul.rsseo_links_small > li > a,
.sitemap-menu ul.rsseo_links > li ul.rsseo_links_small > li > a {
  color: #111111;
}
.sitemap-menu ul.nav.menu > li ul.dropdown-menu > li > a:hover,
.sitemap-menu ul.rsseo_links > li ul.dropdown-menu > li > a:hover,
.sitemap-menu ul.nav.menu > li ul.rsseo_links_small > li > a:hover,
.sitemap-menu ul.rsseo_links > li ul.rsseo_links_small > li > a:hover {
  color: #00c5cf;
}
.sitemap-menu ul.nav.menu > li ul.dropdown-menu > li > a:active,
.sitemap-menu ul.rsseo_links > li ul.dropdown-menu > li > a:active,
.sitemap-menu ul.nav.menu > li ul.rsseo_links_small > li > a:active,
.sitemap-menu ul.rsseo_links > li ul.rsseo_links_small > li > a:active {
  color: #00c5cf;
}
.ourteamlayout .items-leading {
  background: none !important;
}
.page-header-img .caption {
  padding-left: 0;
}