.container-sm {
  max-width: 720px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
}
.container {
  max-width: 1008px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .container {
    padding-left: 3.11111111rem;
    padding-right: 3.11111111rem;
  }
}
@media screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .hidden-xxs {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .hidden-xl {
    display: none;
  }
}
.col-xxs-12,
.col-xxs-11,
.col-xxs-10,
.col-xxs-9,
.col-xxs-8,
.col-xxs-7,
.col-xxs-6,
.col-xxs-5,
.col-xxs-4,
.col-xxs-3,
.col-xxs-2,
.col-xxs-1,
.hidden-xxs {
  padding: 0;
  margin: 0;
}
div.t3-wrapper {
  overflow: hidden;
}
.t3-module {
  color: #989c9b;
}
.t3-content div.itemIsFeatured,
.t3-content div.catItemIsFeatured,
.t3-content div.userItemIsFeatured {
  background: transparent;
}
.poweredby {
  display: none;
}
table {
  background: transparent;
  border-radius: 0;
}
table.table-condensed tr td {
  padding: 0rem;
}
table.table-hover tr:hover {
  color: rgba(49, 48, 47, 0.8);
  background: transparent;
}
table.table-hover tr.active {
  color: rgba(49, 48, 47, 0.8);
  background: transparent;
}
table tr td {
  color: rgba(49, 48, 47, 0.8);
  border: transparent;
  padding: 1.55555556rem;
}
table tr td:hover {
  color: rgba(49, 48, 47, 0.8);
  background: transparent;
}
table tr td.active {
  color: rgba(49, 48, 47, 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: #c3a061;
  border-radius: 0;
}
.tooltip.top .tooltip-arrow {
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #c3a061;
}
.tooltip.right .tooltip-arrow {
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #c3a061;
}
.tooltip.left .tooltip-arrow {
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #c3a061;
}
.tooltip.bottom .tooltip-arrow {
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #c3a061;
}
.popover {
  background: #ffffff;
  max-width: 300px;
  border: #c3a061;
  border-radius: 0;
}
.popover .popover-title {
  background: #c3a061;
  color: #ffffff;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
}
.popover.top .arrow {
  margin-left: -11px;
  border-top-color: #c3a061;
  bottom: -11px;
}
.popover.top .arrow:after {
  margin-left: -10px;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  left: -11px;
  margin-top: -11px;
  border-right-color: #c3a061;
}
.popover.right .arrow:after {
  bottom: -10px;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  margin-left: -11px;
  border-bottom-color: #c3a061;
  top: -11px;
}
.popover.bottom .arrow:after {
  margin-left: -10px;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  right: -11px;
  margin-top: -11px;
  border-left-color: #c3a061;
}
.popover.left .arrow:after {
  border-left-color: #ffffff;
  bottom: -10px;
}
.modal-backdrop {
  background: #989c9b;
}
.modal {
  background: #31302f;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.4rem;
  display: inline-block;
  position: relative;
}
.modal .modal-header {
  padding: 1.55555556rem;
  background: #c3a061;
  border-bottom: 0;
}
.modal .modal-header h3 {
  line-height: 1.55555556;
}
.modal .modal-body {
  padding: 3.11111111rem;
}
.modal .modal-footer {
  padding: 3.11111111rem;
  background: transparent;
  border-top: #c2c7c2;
}
.alert {
  padding: 1.55555556rem;
  border-radius: 0;
  font-weight: 400;
}
.alert-success {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning h4 {
  color: #c09853;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.progress {
  background: #c2c7c2;
  box-shadow: none;
  height: 2px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  padding: 0;
}
.progress .bar,
.progress .progress-bar {
  background: #c3a061;
}
.progress .bar.progress-bar-success,
.progress .progress-bar.progress-bar-success {
  background: #809362;
}
.progress .bar.progress-bar-info,
.progress .progress-bar.progress-bar-info {
  background: #89b8b8;
}
.progress .bar.progress-bar-warning,
.progress .progress-bar.progress-bar-warning {
  background: #eece6f;
}
.progress .bar.progress-bar-danger,
.progress .progress-bar.progress-bar-danger {
  background: #aa3f3f;
}
.panel {
  background: #ffffff;
  border: #c2c7c2;
  border-radius: 0;
}
.panel .panel-heading {
  border-bottom: #c2c7c2;
  background: #c2c7c2;
}
.panel .panel-body {
  color: #676c6e;
}
.panel .panel-footer {
  border-top: #c2c7c2;
  background: #ffffff;
}
.panel.panel-primary {
  border: #c3a061;
}
.panel.panel-primary .panel-heading {
  border-bottom: #c3a061;
  background: #c3a061;
  color: #ffffff;
}
.panel.panel-primary .panel-footer {
  border-top: #c3a061;
}
.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: #c2c7c2;
}
.list-group {
  background: transparent;
  border: transparent;
  border-radius: 0;
}
.list-group .list-group-item {
  border: transparent;
  color: rgba(49, 48, 47, 0.8);
}
.list-group .list-group-item a {
  color: #c3a061;
}
.list-group .list-group-item a:hover {
  color: #31302f;
}
.list-group .list-group-item:hover {
  background: #eeede8;
}
.list-group .list-group-item.active {
  color: #c3a061;
  background: transparent;
  border: transparent;
}
.list-group .list-group-item.disabled {
  color: #c2c7c2;
  background: transparent;
  border: transparent;
}
.label {
  background: transparent;
  color: #ffffff;
}
.label a:hover {
  color: #ffffff;
}
.label.label-primary {
  background: #c3a061;
}
.label.label-success {
  background: #809362;
}
.label.label-info {
  background: #89b8b8;
}
.label.label-warning {
  background: #eece6f;
}
.label.label-danger {
  background: #aa3f3f;
}
.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(49, 48, 47, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(49, 48, 47, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(49, 48, 47, 0);
  }
}
@keyframes kairo {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(49, 48, 47, 0.4);
    box-shadow: 0 0 0 0 rgba(49, 48, 47, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(49, 48, 47, 0);
    box-shadow: 0 0 0 10px rgba(49, 48, 47, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(49, 48, 47, 0);
    box-shadow: 0 0 0 0 rgba(49, 48, 47, 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: #c3a061;
  }
}
@keyframes blink {
  50% {
    border-color: #c3a061;
  }
}
@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);
  }
}

@-webkit-keyframes slide-left {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slide-right {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-right {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.containerpadding {
  width: auto;
}
@media screen and (min-width: 992px) {
  .containerpadding {
    width: 434px;
  }
}
.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-right {
  position: relative;
  z-index: 6;
  
}
.bs-pad-left {
  padding-top: 1.55555556rem;
}
@media screen and (min-width: 768px) {
  .bs-pad-left {
    padding-top: 0;
    padding-left: 1.55555556rem;
  }
}
.bs-pad-right {
  padding-bottom: 1.55555556rem;
}
@media screen and (min-width: 768px) {
  .bs-pad-right {
    padding-bottom: 0;
    padding-right: 1.55555556rem;
  }
}
.gold-border {
  border: 0.1rem solid #c3a061;
  padding: 3.11111111rem;
}
@media screen and (min-width: 768px) {
  .gold-border {
    padding: 3.11111111rem 6.22222222rem;
  }
}
.border-dark {
  border-bottom: 10px solid #31302f;
}
.hovershadow {
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  box-shadow: none;
}
.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: none;
}
.sections-wrap .section {
  background: transparent;
}
.basicborder {
  border: 0;
  border-radius: 0;
  padding: 1.55555556rem;
}
.ghostborder {
  border: 6px solid rgba(255, 255, 255, 0.5);
  box-shadow: none;
  background: #ffffff;
  background-clip: padding-box;
  padding: 1.55555556rem;
}
.shadow {
  box-shadow: none;
}
.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.1rem;
  box-sizing: content-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 0 50%, #ae8e55, #d6b963 55%, #eece6f 71%, #c3a061 89%);
  border: 0.1rem solid transparent;
  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 radial-gradient(circle at 0 50%, #ae8e55, #d6b963 55%, #eece6f 71%, #c3a061 89%);
  -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: #c3a061;
  border: 0.1rem solid transparent;
}
.btn-primary i {
  color: #ffffff;
}
.btn-secondary {
  color: #c3a061;
  background: transparent;
  border: 0.1rem solid #c3a061;
}
.btn-secondary i {
  color: #c3a061;
}
.btn-tertiary {
  color: #eeede8;
  background: transparent;
  border: 0.1rem solid #eeede8;
}
.btn-tertiary i {
  color: #eeede8;
}

.polaroid {
  background-color: #989c9b;
  border: 0.4rem solid #eeede8;
  border-radius: 0;
  box-shadow: none;
}
.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: 4px solid #eeede8;
  background: #989c9b;
  box-shadow: none;
}
.circle {
  border-radius: 50%;
  border: 4px solid #eeede8;
  background: #989c9b;
  box-shadow: none;
  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.55555556rem;
}
@media screen and (min-width: 768px) {
  .special-inline-img img {
    display: inline;
    float: left;
    margin: 0 3.11111111rem 1.55555556rem 0;
  }
}
.special-inline-img-right {
  padding: 0;
  margin: 0;
  margin-bottom: 1.55555556rem;
}
@media screen and (min-width: 768px) {
  .special-inline-img-right img {
    display: inline;
    float: right;
    margin: 0 0 1.55555556rem 3.11111111rem;
  }
}
@media screen and (min-width: 480px) {
  .free-size {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .outofbounds {
    margin-left: -6.22222222rem;
    margin-right: -6.22222222rem;
  }
}
.outofbounds-like-really {
  margin-left: -3.11111111rem;
  margin-right: -3.11111111rem;
  
}
@media screen and (min-width: 992px) {
  .outofbounds-like-really {
    margin-left: -50%;
    margin-right: -50%;
  }
}
.card-main {
  z-index: 3;
  position: relative;
  border: 0.1rem solid #ffffff;
  display: block;
  background: #ffffff;
  box-shadow: 0;
  overflow: hidden;
}
.card-main .card-inner {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-main img,
.card-main .card-image-block,
.card-main .articles-category-image-block {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-main:hover {
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}
.card-main:hover .card-footer {
  background: #31302f;
  color: #31302f;
}
.card-main:before {
  display: none;
}
.card-main .card-image-block,
.card-main .articles-category-image-block {
  position: relative;
  z-index: 12;
}
.card-main a {
  border-bottom: 10px solid #31302f;
}
.card-main .card-header {
  display: block;
  background: transparent;
  margin: 0;
}
.card-main .card-header .card-image-block,
.card-main .card-header .articles-category-image-block {
  overflow: hidden;
}
.card-main .card-header .card-image-block img,
.card-main .card-header .articles-category-image-block img {
  width: 100%;
  display: block;
  float: none;
}
.card-main .card-header .header-information-block {
  clear: both;
  padding: 3.11111111rem 0.77777778rem;
}
.card-main .card-header .page-header .category-heading,
.card-main .card-header .page-header .articles-category-heading {
  text-align: center;
  padding: 0;
}
.card-main .card-header .category-title,
.card-main .card-header .category-heading,
.card-main .card-header .category-heading span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: rgba(49, 48, 47, 0.8);
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.55555556;
  font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 29px;
  font-size: 2.9rem;
  text-transform: none;
  display: block;
  color: #31302f;
  font-size: 23px;
  font-size: 2.3rem;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: normal;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@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: 29px;
    font-size: 2.9rem;
  }
}
.card-main .card-header .category-title.articles-category-heading-line-1,
.card-main .card-header .category-heading.articles-category-heading-line-1,
.card-main .card-header .category-heading span.articles-category-heading-line-1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  text-transform: none;
  color: #c3a061;
  line-height: 1.55555556;
  padding: 0 0 1.55555556rem 0;
  font-style: italic;
  padding: 0;
  margin: 0;
}
.card-main .card-header .category-title.articles-category-heading-line-2,
.card-main .card-header .category-heading.articles-category-heading-line-2,
.card-main .card-header .category-heading span.articles-category-heading-line-2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: rgba(49, 48, 47, 0.8);
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.55555556;
  font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 29px;
  font-size: 2.9rem;
  text-transform: none;
  display: block;
  color: #31302f;
  text-transform: uppercase;
}
.card-main .card-body {
  display: block;
  background: transparent;
  padding: 0;
  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(49, 48, 47, 0.8);
}
.card-main .card-body,
.card-main .card-body p,
.card-main .card-body li,
.card-main .card-body blockquote {
  color: rgba(49, 48, 47, 0.8);
}
.card-main .card-footer {
  display: none;
  background: #ffffff;
  padding: 3.11111111rem;
  margin: 0;
  border-top: 1px solid rgba(49, 48, 47, 0.2);
  position: relative;
  z-index: 7;
  width: 100%;
  bottom: 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.55555556;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-main .card-footer,
.card-main .card-footer p,
.card-main .card-footer li,
.card-main .card-footer blockquote {
  color: rgba(49, 48, 47, 0.8);
}
.card-main .card-footer .category-readmore,
.card-main .card-footer .articles-category-readmore {
  position: relative;
  color: #eeede8;
  text-transform: uppercase;
  line-height: 1.55555556rem;
  margin-left: 3.11111111rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-main .card-footer .category-readmore:before,
.card-main .card-footer .articles-category-readmore:before {
  font-family: "FontAwesome";
  content: "\f101";
  display: inline-block;
  position: absolute;
  color: #eeede8;
  text-indent: 0;
  left: -3.11111111rem;
  z-index: 0;
  font-style: normal;
  font-size: 29px;
  font-size: 2.9rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.55555556rem;
}
.card-main .card-footer a {
  color: #eeede8;
  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(49, 48, 47, 0.8);
}
.card-main {
  display: block;
  background: #ffffff;
  box-shadow: 0;
  overflow: hidden;
}
.card-main img,
.card-main .card-image-block,
.card-main .articles-category-image-block {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-main:hover {
  box-shadow: none;
}
.card-main:hover::before {
  display: none;
}
.card-main:hover .mod-articles-category-heading span,
.card-main:hover .articles-category-heading span {
  color: #c3a061;
}
.card-main:hover .mod-articles-category-heading span.articles-category-heading-line-2,
.card-main:hover .articles-category-heading span.articles-category-heading-line-2 {
  color: #eeede8;
}
.card-main:hover .card-inner {
  background: #31302f;
}
.card-main:hover .card-image-block,
.card-main:hover .articles-category-image-block {
  border-color: #c3a061;
}
.card-main:hover .card-image-block img,
.card-main:hover .articles-category-image-block img {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.card-main:hover .card-footer {
  background: #31302f;
  color: #31302f;
}
.card-main:hover .card-footer a,
.card-main:hover .card-footer .category-readmore,
.card-main:hover .card-footer .articles-category-readmore {
  color: #31302f;
}
.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(49, 48, 47, 0.6);
}
.card-main.card-main-full-width {
  display: block;
  background: #ffffff;
  box-shadow: 0;
  overflow: hidden;
}
.card-main.card-main-full-width img,
.card-main.card-main-full-width .card-image-block,
.card-main.card-main-full-width .articles-category-image-block {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-main.card-main-full-width:hover {
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}
.card-main.card-main-full-width:hover .card-footer {
  background: #31302f;
  color: #31302f;
}
.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: "";
  display: block;
  
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 3.88888889rem;
  background: -moz-linear-gradient(bottom, #ffffff 65%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(bottom, #ffffff 65%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #ffffff 65%, 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: "";
  display: block;
  
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 3.88888889rem;
  background: -moz-linear-gradient(bottom, #ffffff 65%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(bottom, #ffffff 65%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #ffffff 65%, 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 {
  pointer-events: none;
}
.card-main.card-main-specials {
  display: block;
  background: #ffffff;
  box-shadow: 0;
  margin: 0 0.1rem;
  overflow: hidden;
  position: relative;
}
.card-main.card-main-specials img,
.card-main.card-main-specials .card-image-block,
.card-main.card-main-specials .articles-category-image-block {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-main.card-main-specials:hover {
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}
.card-main.card-main-specials:hover .card-footer {
  background: #31302f;
  color: #31302f;
}
.card-main.card-main-specials:before {
  display: none;
}
.card-main.card-main-specials::before {
  content: "";
  display: block;
  
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 3.88888889rem;
  background: -moz-linear-gradient(bottom, #ffffff 65%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(bottom, #ffffff 65%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #ffffff 65%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
}
.card-main.card-main-specials .card-inner {
  position: relative;
  padding-bottom: 0;
  height: 45rem;
  box-shadow: none;
}
.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(49, 48, 47, 0.4);
}
.card-main.card-main-specials .specials-disclaimer {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(49, 48, 47, 0.4);
}
.card-nohover {
  display: block;
  background: #ffffff;
  box-shadow: 0;
  overflow: hidden;
}
.card-nohover img,
.card-nohover .card-image-block,
.card-nohover .articles-category-image-block {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-nohover:hover {
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}
.card-nohover:hover .card-footer {
  background: #31302f;
  color: #31302f;
}
.card-nohover:before {
  display: none;
}
.card-main.accordion {
  border: 0.1rem solid #c3a061;
  margin-bottom: 3.11111111rem;
}
.card-main.accordion:before {
  display: none;
}
.card-main.accordion a {
  border-bottom: 0;
}
.card-main.accordion .card-body {
  padding: 6.22222222rem 3.11111111rem 3.11111111rem;
}
.card-main.accordion .card-header .header-information-block {
  padding: 0;
  background: #c3a061;
}
.card-main.accordion .card-header .category-heading {
  padding: 0;
  margin: 0;
}
.card-main.accordion .card-header .accordion-heading {
  position: relative;
  padding: 3.11111111rem 6.22222222rem 3.11111111rem 3.11111111rem;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  text-transform: none;
}
.card-main.accordion .card-header .accordion-heading:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  bottom: -20px;
  left: 3.11111111rem;
  border-color: #c3a061 transparent;
  border-style: solid;
  border-width: 20px 20px 0px 20px;
  height: 0px;
  width: 0px;
}
.card-main.accordion.accordion-open:hover {
  display: block;
  background: #ffffff;
  box-shadow: 0;
  overflow: hidden;
}
.card-main.accordion.accordion-open:hover img,
.card-main.accordion.accordion-open:hover .card-image-block,
.card-main.accordion.accordion-open:hover .articles-category-image-block {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-main.accordion.accordion-open:hover:hover {
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}
.card-main.accordion.accordion-open:hover:hover .card-footer {
  background: #31302f;
  color: #31302f;
}
.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;
  }
  .card-main.accordion .card-header .accordion-heading {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
.card-main.accordion:hover .card-inner {
  background: #ffffff;
}
.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: #31302f;
}
.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(49, 48, 47, 0.8);
}
.sections-wrap .section .card-main .card-body .disclaimer,
* .card-main .card-body .disclaimer {
  color: rgba(49, 48, 47, 0.4);
}
.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: #eeede8;
}
.sections-wrap .section .card-main .card-footer i,
* .card-main .card-footer i {
  color: #eeede8;
}
.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: #31302f;
}
.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(49, 48, 47, 0.6);
}
.sections-wrap .section .card-main:hover .card-footer i,
* .card-main:hover .card-footer i {
  color: rgba(49, 48, 47, 0.6);
}
.h1 {
  font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif;
  color: #31302f;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  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: "Poppins", "Open Sans", Helvetica, Arial, sans-serif;
  color: #31302f;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-size: 29px;
  font-size: 2.9rem;
}
.rsform {
  margin: 0;
}
.rsform .formRed,
.rsform .formError {
  color: #31302f;
}
.rsform .formContainer .formBody {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  color: rgba(49, 48, 47, 0.8);
  line-height: 1.88;
  padding: 0 0 1.55555556rem 0;
  margin: 0 0 1.55555556rem;
  font-variant-numeric: oldstyle-nums;
  -webkit-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum" 1;
  -o-font-feature-settings: "onum" 1;
  font-feature-settings: "onum" 1;
  padding: 0;
}
.rsform .formContainer .rsform-block {
  float: left;
  width: 100%;
  margin-bottom: 0.77777778rem;
  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 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  color: rgba(49, 48, 47, 0.8);
  line-height: 1.88;
  padding: 0 0 1.55555556rem 0;
  margin: 0 0 1.55555556rem;
  font-variant-numeric: oldstyle-nums;
  -webkit-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum" 1;
  -o-font-feature-settings: "onum" 1;
  font-feature-settings: "onum" 1;
  padding: 0;
  margin: 0;
}
.rsform .formContainer .rsform-block .formControlLabel {
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 3.11111111rem;
  color: #c3a061;
  transition: all 0.1s linear;
  opacity: 0;
  font-weight: 400;
  width: 100%;
  text-transform: uppercase;
  
}
.rsform .formContainer .rsform-block .formControlLabel.show {
  top: 1.55555556rem;
  opacity: 1;
}
.rsform .formContainer .rsform-block .formControls {
  position: relative;
  margin-left: 0;
  margin-top: 2.17777778rem;
}
.rsform .formContainer .rsform-block .formControls .form-control {
  border: 0;
  margin-bottom: 1.55555556rem;
}
.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: 23px;
  font-size: 2.3rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: transparent;
  color: rgba(49, 48, 47, 0.8);
  line-height: 1;
  height: 3.11111111rem;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 0 3.11111111rem;
  position: relative;
  text-transform: none;
}
.rsform .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;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  min-height: 4.4rem;
  text-shadow: none;
  padding: 0 1.55555556rem;
  -webkit-transition: transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  outline: 0;
  text-transform: uppercase;
  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;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  background: #c3a061;
  border: 0.1rem solid transparent;
}
.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"]:before,
.rsform .formContainer .rsform-block .formControls input[type="submit"]:before {
  content: '';
  display: block;
  position: absolute;
  background: #d6b963;
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  filter: blur(30px);
  transform: translateX(-100px) skewX(-15deg);
  z-index: 1;
}
.rsform .formContainer .rsform-block .formControls input[type="button"]:after,
.rsform .formContainer .rsform-block .formControls input[type="submit"]:after {
  content: '';
  display: block;
  position: absolute;
  background: #eece6f;
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  filter: blur(15px);
  transform: translateX(-100px) skewX(-15deg);
  z-index: 1;
}
.rsform .formContainer .rsform-block .formControls input[type="button"]:hover,
.rsform .formContainer .rsform-block .formControls input[type="submit"]:hover {
  color: #31302f;
  background: radial-gradient(circle at 0 50%, #ae8e55, #d6b963 55%, #eece6f 71%, #c3a061 89%);
  cursor: pointer;
}
.rsform .formContainer .rsform-block .formControls input[type="button"]:hover:before,
.rsform .formContainer .rsform-block .formControls input[type="submit"]:hover:before {
  transform: translateX(330px) skewX(-15deg);
  filter: alpha(opacity=60);
  opacity: 0.6;
  transition: .7s;
}
.rsform .formContainer .rsform-block .formControls input[type="button"]:hover:after,
.rsform .formContainer .rsform-block .formControls input[type="submit"]:hover:after {
  transform: translateX(330px) skewX(-15deg);
  filter: alpha(opacity=100);
  opacity: 1;
  transition: .7s;
}
.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 {
  outline: 0;
  color: #ffffff;
  background: #eece6f;
  border: #eece6f;
  text-decoration: underline;
}
.rsform .formContainer .rsform-block .formControls input[type="button"]:hover:active,
.rsform .formContainer .rsform-block .formControls input[type="submit"]:hover:active {
  outline: 0;
  color: #ffffff;
  background: #eece6f;
  border: #eece6f;
  text-decoration: underline;
}
@media screen and (min-width: 480px) {
  .rsform .formContainer .rsform-block .formControls input[type="button"],
  .rsform .formContainer .rsform-block .formControls input[type="submit"] {
    max-width: 33rem;
  }
}
.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: 10%;
  height: 1.55555556rem;
  margin: 1.55555556rem 0;
  padding: 0;
  margin-right: 1.55555556rem;
  display: inline;
}
@media screen and (min-width: 768px) {
  .rsform .formContainer .rsform-block .formControls input[type="radio"],
  .rsform .formContainer .rsform-block .formControls input[type="checkbox"] {
    height: 1.55555556rem;
    width: auto;
    margin-right: 3.11111111rem;
    padding-right: calc(-15%);
  }
}
.rsform .formContainer .rsform-block .formControls button[type="submit"] {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  min-height: 4.4rem;
  text-shadow: none;
  padding: 0 1.55555556rem;
  -webkit-transition: transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  outline: 0;
  text-transform: uppercase;
  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;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  background: #c3a061;
  border: 0.1rem solid transparent;
}
.rsform .formContainer .rsform-block .formControls button[type="submit"] i {
  color: #ffffff;
}
.rsform .formContainer .rsform-block .formControls button[type="submit"]:before {
  content: '';
  display: block;
  position: absolute;
  background: #d6b963;
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  filter: blur(30px);
  transform: translateX(-100px) skewX(-15deg);
  z-index: 1;
}
.rsform .formContainer .rsform-block .formControls button[type="submit"]:after {
  content: '';
  display: block;
  position: absolute;
  background: #eece6f;
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  filter: blur(15px);
  transform: translateX(-100px) skewX(-15deg);
  z-index: 1;
}
.rsform .formContainer .rsform-block .formControls button[type="submit"]:hover {
  color: #31302f;
  background: radial-gradient(circle at 0 50%, #ae8e55, #d6b963 55%, #eece6f 71%, #c3a061 89%);
  cursor: pointer;
}
.rsform .formContainer .rsform-block .formControls button[type="submit"]:hover:before {
  transform: translateX(330px) skewX(-15deg);
  filter: alpha(opacity=60);
  opacity: 0.6;
  transition: .7s;
}
.rsform .formContainer .rsform-block .formControls button[type="submit"]:hover:after {
  transform: translateX(330px) skewX(-15deg);
  filter: alpha(opacity=100);
  opacity: 1;
  transition: .7s;
}
.rsform .formContainer .rsform-block .formControls button[type="submit"]:active,
.rsform .formContainer .rsform-block .formControls button[type="submit"]:focus {
  outline: 0;
  color: #ffffff;
  background: #eece6f;
  border: #eece6f;
  text-decoration: underline;
}
.rsform .formContainer .rsform-block .formControls button[type="submit"]:hover:active {
  outline: 0;
  color: #ffffff;
  background: #eece6f;
  border: #eece6f;
  text-decoration: underline;
}
@media screen and (min-width: 480px) {
  .rsform .formContainer .rsform-block .formControls button[type="submit"] {
    max-width: 33rem;
  }
}
.rsform .formContainer .rsform-block .formControls button[type="submit"] i {
  color: #ffffff;
}
.rsform .formContainer .rsform-block .formControls label {
  width: 100%;
  height: 3.11111111rem;
  line-height: 1.55555556rem;
  margin: 1.55555556rem 0 0;
  padding: 0;
  font-weight: inherit;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  color: rgba(49, 48, 47, 0.8);
  
}
.rsform .formContainer .rsform-block .formControls textarea {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: transparent;
  color: rgba(49, 48, 47, 0.8);
  line-height: 1;
  height: 3.11111111rem;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 0 3.11111111rem;
  position: relative;
  text-transform: none;
  padding-top: 0.77777778rem;
  min-width: 100%;
  max-width: 100%;
  height: 12.44444444rem;
  min-height: 12.44444444rem;
  max-height: 21.77777778rem;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.rsform .formContainer .rsform-block .formControls textarea:focus {
  outline: #66afe9;
}
.rsform .formContainer .rsform-block .formControls select {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: transparent;
  color: rgba(49, 48, 47, 0.8);
  line-height: 1;
  height: 3.11111111rem;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 0 3.11111111rem;
  position: relative;
  text-transform: none;
  -webkit-appearance: inherit;
}
.formResponsive h2 {
  font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif;
  color: #31302f;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  font-size: 29px;
  font-size: 2.9rem;
}
.rsform .formError,
* .formError,
.rsform .formRed,
* .formRed,
.rsform p.formRed,
* p.formRed,
.rsform p.formError,
* p.formError {
  padding-left: 3.11111111rem;
  color: #aa3f3f;
}
.rsform .formContainer,
* .formContainer {
  box-shadow: none;
  overflow: hidden;
}
.rsform .formContainer .rsform-block,
* .formContainer .rsform-block {
  background: transparent;
  border-bottom: 1px solid rgba(49, 48, 47, 0.2);
  margin: 0;
  padding: 1.55555556rem 0 0.77777778rem;
}
.rsform .formContainer .rsform-block .formControls,
* .formContainer .rsform-block .formControls {
  text-align: left;
  
}
.rsform .formContainer .rsform-block .formControls .formValidation,
* .formContainer .rsform-block .formControls .formValidation {
  padding: 0;
  margin: 0;
  display: inline;
}
.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;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  min-height: 4.4rem;
  text-shadow: none;
  padding: 0 1.55555556rem;
  -webkit-transition: transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  outline: 0;
  text-transform: uppercase;
  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;
  width: 100%;
  overflow: hidden;
  margin-top: 6.22222222rem;
  
}
.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"]:before,
* .formContainer .rsform-block .formControls input[type="button"]:before,
.rsform .formContainer .rsform-block .formControls button[type="submit"]:before,
* .formContainer .rsform-block .formControls button[type="submit"]:before,
.rsform .formContainer .rsform-block .formControls button:before,
* .formContainer .rsform-block .formControls button:before {
  content: '';
  display: block;
  position: absolute;
  background: #d6b963;
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  filter: blur(30px);
  transform: translateX(-100px) skewX(-15deg);
  z-index: 1;
}
.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: '';
  display: block;
  position: absolute;
  background: #eece6f;
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  filter: blur(15px);
  transform: translateX(-100px) skewX(-15deg);
  z-index: 1;
}
.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: #31302f;
  background: radial-gradient(circle at 0 50%, #ae8e55, #d6b963 55%, #eece6f 71%, #c3a061 89%);
  cursor: pointer;
}
.rsform .formContainer .rsform-block .formControls input[type="button"]:hover:before,
* .formContainer .rsform-block .formControls input[type="button"]:hover:before,
.rsform .formContainer .rsform-block .formControls button[type="submit"]:hover:before,
* .formContainer .rsform-block .formControls button[type="submit"]:hover:before,
.rsform .formContainer .rsform-block .formControls button:hover:before,
* .formContainer .rsform-block .formControls button:hover:before {
  transform: translateX(330px) skewX(-15deg);
  filter: alpha(opacity=60);
  opacity: 0.6;
  transition: .7s;
}
.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 {
  transform: translateX(330px) skewX(-15deg);
  filter: alpha(opacity=100);
  opacity: 1;
  transition: .7s;
}
.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 {
  outline: 0;
  color: #ffffff;
  background: #eece6f;
  border: #eece6f;
  text-decoration: underline;
}
.rsform .formContainer .rsform-block .formControls input[type="button"]:hover:active,
* .formContainer .rsform-block .formControls input[type="button"]:hover:active,
.rsform .formContainer .rsform-block .formControls button[type="submit"]:hover:active,
* .formContainer .rsform-block .formControls button[type="submit"]:hover:active,
.rsform .formContainer .rsform-block .formControls button:hover:active,
* .formContainer .rsform-block .formControls button:hover:active {
  outline: 0;
  color: #ffffff;
  background: #eece6f;
  border: #eece6f;
  text-decoration: underline;
}
@media screen and (min-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;
  }
}
@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: 20px;
    font-size: 2rem;
  }
}
.rsform .formContainer .rsform-block .formControls input[type="file"],
* .formContainer .rsform-block .formControls input[type="file"] {
  font-size: 16px;
  font-size: 1.6rem;
  color: rgba(49, 48, 47, 0.4);
  font-weight: 600;
  font-style: italic;
  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 #c3a061;
}
.rsform .formContainer .rsform-block .formControls .formControlLabel,
* .formContainer .rsform-block .formControls .formControlLabel {
  left: 3.11111111rem;
  letter-spacing: 0.18rem;
}
.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.55555556rem;
}
.rsform .formContainer .rsform-block.rsform-block-upload-photo span.formNoError,
* .formContainer .rsform-block.rsform-block-upload-photo span.formNoError {
  display: block;
  color: rgba(49, 48, 47, 0.4);
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
  padding: 0.77777778rem 3.11111111rem;
}
.rsform .formContainer .rsform-block.rsform-block-intro,
* .formContainer .rsform-block.rsform-block-intro {
  padding: 0 3.11111111rem 3.11111111rem;
  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-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,
.rsform .formContainer .rsform-block.rsform-block-yesiaminterestedinbeingcontactedforaconsultation,
* .formContainer .rsform-block.rsform-block-yesiaminterestedinbeingcontactedforaconsultation {
  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,
.rsform .formContainer .rsform-block.rsform-block-yesiaminterestedinbeingcontactedforaconsultation .formControls,
* .formContainer .rsform-block.rsform-block-yesiaminterestedinbeingcontactedforaconsultation .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,
.rsform .formContainer .rsform-block.rsform-block-yesiaminterestedinbeingcontactedforaconsultation .formControls .formBody,
* .formContainer .rsform-block.rsform-block-yesiaminterestedinbeingcontactedforaconsultation .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: #aa3f3f;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column {
  outline: 0.1rem solid #eeede8;
  outline-offset: -20px;
}
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: #aa3f3f;
}
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 {
  text-align: center;
  box-shadow: none;
  overflow: visible;
  border-radius: 0;
  margin-right: -3.11111111rem;
  background: transparent !important;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer .module-title,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer .module-title {
  text-align: center;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer .module-title::before,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer .module-title::before {
  content: '';
  background: url("../../images/icons/consultation-icon.svg");
  position: relative;
  display: inline-block;
  width: 100px;
  height: 50px;
  background-repeat: no-repeat;
  margin-bottom: 1.55555556rem;
}
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.11111111rem;
}
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column .rsform .formContainer .rsform-block.rsform-block-freetext p,
div.sections-wrap .section-consultation-inner.section-consultation-inner-form-dual-column * .formContainer .rsform-block.rsform-block-freetext p {
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
}
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 {
  text-align: left;
  border-bottom: 1px solid rgba(49, 48, 47, 0.2);
  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.77777778rem;
}
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: 29px;
  font-size: 2.9rem;
  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.55555556rem;
  margin-top: 1.55555556rem;
}
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: 6.22222222rem;
  max-width: 33rem;
  height: 4.2rem;
  margin-left: auto;
  margin-right: auto;
}
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.11111111rem;
}
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: #aa3f3f;
}
.inline-form .rsform .formContainer .rsform-block-freetext {
  margin-bottom: 6.22222222rem;
  text-align: center;
  border: 0;
}
.inline-form .rsform .formContainer .rsform-block-freetext-2 {
  border: 0;
}
.inline-form .rsform .formContainer .formControls input[type="text"] {
  border-bottom: 1px solid rgba(49, 48, 47, 0.2);
}
@media screen and (min-width: 768px) {
  .inline-form .rsform .formContainer .formControls input[type="text"] {
    width: 50%;
  }
}
.inline-form .rsform .formContainer .form-group.rsform-block {
  margin-bottom: 6.22222222rem;
  border-bottom: 0;
}
.inline-form .rsform .formContainer .form-group.rsform-block-antispam > label.control-label.formControlLabel,
.inline-form .rsform .formContainer .form-group.rsform-block-get-started > label.control-label.formControlLabel,
.inline-form .rsform .formContainer .form-group.rsform-block-submit > label.control-label.formControlLabel {
  border-bottom: 0;
}
.inline-form .rsform .formContainer .form-group.rsform-block-field6,
.inline-form .rsform .formContainer .form-group.rsform-block-field7,
.inline-form .rsform .formContainer .form-group.rsform-block-field6,
.inline-form .rsform .formContainer .form-group.rsform-block-uemail,
.inline-form .rsform .formContainer .form-group.rsform-block-phone,
.inline-form .rsform .formContainer .form-group.rsform-block-message {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(49, 48, 47, 0.2);
}
.inline-form .rsform .formContainer .form-group.rsform-block-field6 input[type="text"],
.inline-form .rsform .formContainer .form-group.rsform-block-field7 input[type="text"],
.inline-form .rsform .formContainer .form-group.rsform-block-field6 input[type="text"],
.inline-form .rsform .formContainer .form-group.rsform-block-uemail input[type="text"],
.inline-form .rsform .formContainer .form-group.rsform-block-phone input[type="text"],
.inline-form .rsform .formContainer .form-group.rsform-block-message input[type="text"] {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .inline-form .rsform .formContainer .form-group.rsform-block-field6 input[type="text"],
  .inline-form .rsform .formContainer .form-group.rsform-block-field7 input[type="text"],
  .inline-form .rsform .formContainer .form-group.rsform-block-field6 input[type="text"],
  .inline-form .rsform .formContainer .form-group.rsform-block-uemail input[type="text"],
  .inline-form .rsform .formContainer .form-group.rsform-block-phone input[type="text"],
  .inline-form .rsform .formContainer .form-group.rsform-block-message input[type="text"] {
    width: 100%;
  }
}
.inline-form .rsform .formContainer .control-label.formControlLabel:not([title~="hide-title"]) {
  position: relative;
  filter: alpha(opacity=100);
  opacity: 1;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: rgba(49, 48, 47, 0.8);
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.55555556;
  font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 29px;
  font-size: 2.9rem;
  text-transform: none;
  display: block;
  color: #31302f;
  font-size: 23px;
  font-size: 2.3rem;
  padding: 0;
  top: 0;
  border-bottom: 1px solid rgba(49, 48, 47, 0.2);
  padding-bottom: 0.77777778rem;
  margin-bottom: 3.11111111rem;
  margin-bottom: 0;
}
.inline-form .rsform .formContainer .control-label.formControlLabel:not([title~="hide-title"]).show {
  top: 0;
}
img {
  text-decoration: none;
}
img img[src$=".gif"],
img img[src$=".png"] {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
svg {
  width: 100%;
}
.content-video-sm {
  display: inline;
  max-width: 100%;
  width: 460px;
  margin: 0 0 0.77777778rem;
}
@media screen and (min-width: 480px) {
  .content-video-sm.pull-left {
    margin-right: 1.55555556rem;
  }
  .content-video-sm.pull-right {
    margin-left: 1.55555556rem;
  }
}
.content-video-sm .avPlayerWrapper {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}
.avVideo .avPlayerContainer .avPlayerBlock iframe,
.avVideo .avPlayerContainer .avPlayerBlock object,
.avVideo .avPlayerContainer .avPlayerBlock embed,
.avVideo .avPlayerContainer .avPlayerBlock video,
.avVideo .avPlayerContainer .avPlayerBlock > div {
  min-width: 100% !important;
}

.t3-wrapper {
  padding: 0;
}
header.uber-header {
  background-color: #31302f;
  background: ;
  height: 17.1rem;
  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: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  
}
@media screen and (min-width: 1200px) {
  header.uber-header {
    height: 12.7rem;
    border-top: 0.3rem solid #eeede8;
  }
}
header.uber-header.header-full-topbar {
  height: 17.1rem;
}
@media screen and (min-width: 1200px) {
  header.uber-header.header-full-topbar {
    height: 14.7rem;
  }
}
header.uber-header.header-full-dual-cta {
  height: 21.8rem;
}
@media screen and (min-width: 1200px) {
  header.uber-header.header-full-dual-cta {
    height: 12.7rem;
  }
}
@media screen and (min-width: 1200px) {
  header.uber-header.header-full,
  header.uber-header .fullheader-no-container {
    padding-left: 3.11111111rem;
    padding-right: 3.11111111rem;
    
  }
}
.header-topbar {
  padding-left: 3.11111111rem;
  padding-right: 3.11111111rem;
  
  height: 3.4rem;
  background-color: #dee2dc;
  box-shadow: none;
}
.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(49, 48, 47, 0.6);
}
.header-topbar.header-full-topbar-ecommerce {
  padding: 0 0.77777778rem;
}
.header-logo {
  height: 0;
  position: relative;
  overflow: visible;
}
.header-logo .logo-img {
  margin-left: 3.11111111rem;
  position: relative;
  height: 12.4rem;
}
@media screen and (min-width: 1200px) {
  .header-logo .logo-img {
    margin-left: 0;
    height: 12.4rem;
  }
}
.header-logo .logo {
  border: none !important;
}
.header-logo a {
  position: absolute;
  padding-bottom: 9rem;
  max-width: 260px;
  width: 100%;
  display: block;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  color: #676c6e;
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .header-logo a {
    max-width: 300px;
    padding-bottom: 9rem;
  }
}
.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.55555556rem;
}
.header-phone-number a {
  font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 4.7rem;
  height: 4.7rem;
}
.header-phone-number a i {
  padding-right: 0.77777778rem;
}
.header-phone-number a:hover {
  color: #c3a061;
}
.header-topbar .header-phone-number {
  height: 3.4rem;
}
.header-topbar .header-phone-number .header-phone-number-inner {
  padding-left: 3.11111111rem;
  border-left: 1px solid rgba(49, 48, 47, 0.2);
  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(49, 48, 47, 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: #ffffff;
    left: -1.55555556rem;
  }
}
.header-topbar .header-phone-number .header-phone-number-inner a:hover {
  color: #c3a061;
}
.header-topbar .header-phone-number .header-phone-number-inner a:hover .phone-location::before {
  color: #c3a061;
}

.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.7rem;
  right: 7.8rem;
  padding: 4.7rem 2.35rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 0;
  height: 12.4rem;
  width: 7.7rem;
  color: rgba(255, 255, 255, 0.8);
  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: #eeede8;
  color: #ffffff;
}
.header-phone-icon i,
.header-phone-dropdown-toggle i {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  height: 3rem;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.header-phone-icon:hover,
.header-phone-dropdown-toggle:hover {
  color: #31302f;
  background-color: #c3a061;
  border-bottom: 0;
}
.header-phone-icon:hover i,
.header-phone-dropdown-toggle:hover i {
  color: #31302f;
}
@media screen and (min-width: 480px) {
  .header-phone-icon,
  .header-phone-dropdown-toggle {
    padding: 4.7rem;
    width: 12.4rem;
    right: 12.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .header-phone-icon,
  .header-phone-dropdown-toggle {
    display: none;
    height: 12.4rem;
    top: 8.1rem;
  }
}
.header-full-dual-cta .header-phone-icon,
.header-full-dual-cta .header-phone-dropdown-toggle {
  top: 9.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: rgba(255, 255, 255, 0.8);
}
.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: 12.4rem;
  right: 0;
  background: #c3a061;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-phone-dropdown-toggle .dropdown.parent .dropdown-menu > li > a {
  display: inline-block;
  width: 100%;
  padding: 0 1.55555556rem;
  color: #ffffff;
  background: transparent;
  line-height: 1.55555556;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  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: #31302f;
  background: transparent;
}
.header-phone-dropdown-toggle .dropdown.parent .dropdown-menu > li ul > li {
  color: #ffffff;
  text-transform: none;
}
.header-phone-dropdown-toggle:hover:before {
  color: #31302f;
}
.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: #c3a061;
  height: 4.7rem;
  line-height: 4.7rem;
  font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  box-shadow: none;
}
.header-mobile-topbar-cta a,
.header-cta a {
  max-width: 100%;
  width: 100%;
  min-height: 4.7rem;
  line-height: 1.55555556rem;
  color: #ffffff;
  background: #c3a061;
  border-color: #c3a061;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  white-space: normal;
  text-align: center;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .header-mobile-topbar-cta a,
  .header-cta a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.header-mobile-topbar-cta a:hover,
.header-cta a:hover {
  color: #31302f;
  background: radial-gradient(circle at 0 50%, #ae8e55, #d6b963 55%, #eece6f 71%, #c3a061 89%);
  border-color: radial-gradient(circle at 0 50%, #ae8e55, #d6b963 55%, #eece6f 71%, #c3a061 89%);
}
.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.55555556rem;
  }
  .header-full-dual-cta .header-cta .header-cta-inner-two {
    padding-left: 1.55555556rem;
  }
}
.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(49, 48, 47, 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(49, 48, 47, 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: #31302f;
  background-color: transparent;
}
.header-social-link:hover i {
  color: #31302f;
}
.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(49, 48, 47, 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: #31302f;
}
@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.55555556rem;
  border-right: 1px solid rgba(49, 48, 47, 0.2);
  margin-right: 1.55555556rem;
  text-transform: none;
  color: rgba(49, 48, 47, 0.6);
}
.header-log-in .header-log-in-inner ul.nav.menu > li > a:hover {
  color: #31302f;
}
.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: -17.1rem;
}
@media screen and (min-width: 1200px) {
  html.scrollDown.header-height header.uber-header.affix {
    top: -12.7rem;
  }
}
@media screen and (min-width: 1200px) {
  html.scrollDown.header-height header.uber-header.header-full-topbar.affix {
    top: -14.7rem;
  }
}
html.scrollDown.header-height header.uber-header.header-full-dual-cta.affix {
  top: -21.8rem;
}
@media screen and (min-width: 1200px) {
  html.scrollDown.header-height header.uber-header.header-full-dual-cta.affix {
    top: -9.4rem;
  }
}
@media screen and (min-width: 1200px) {
  html.scrollDown header.uber-header.affix {
    top: -17.1rem;
  }
}
@media screen and (min-width: 1200px) {
  html.scrollDown header.uber-header.affix {
    top: -12.7rem;
  }
}
@media screen and (min-width: 1200px) {
  html.scrollDown header.uber-header.header-full-topbar.affix {
    top: -14.7rem;
  }
}
html.scrollUp header.uber-header {
  top: 0;
}
html.scrollUp header.uber-header .fullheader:after,
html.scrollDown header.uber-header .fullheader:after,
html.scrollUp .sticky-phone,
html.scrollDown .sticky-phone {
  filter: alpha(opacity=100);
  opacity: 1;
}
header.uber-header.affix-top {
  top: 0;
}
html.home header.uber-header.affix-top:after {
  filter: alpha(opacity=0);
  opacity: 0;
}
.header-container .header-phone-number-inner,
.header-container-topbar-ecommerce .header-phone-number-inner,
.header-container .header-cta-inner,
.header-container-topbar-ecommerce .header-cta-inner {
  margin-top: 0.77777778rem;
}
@media screen and (min-width: 1200px) {
  .header-container .header-logo .logo-img,
  .header-container-topbar-ecommerce .header-logo .logo-img {
    height: 2.12222222rem;
    margin-top: 1.55555556rem;
  }
}
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: 12.7rem;
  }
  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: -12.7rem;
  }
}
.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.1rem;
  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.1rem;
  }
}
header.uber-header.header-full-topbar-ecommerce .header-topbar .header-phone-number .header-phone-number-inner {
  float: left;
  padding-left: 0;
  border-left: 0;
  padding-right: 1.55555556rem;
  padding-left: 3.11111111rem;
}
header.uber-header.header-full-topbar-ecommerce .header-topbar .header-phone-number .header-phone-number-inner a {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1200px) {
  header.uber-header.header-full-topbar-ecommerce .header-cart-login-container .header-cart-login-container-inner {
    padding-right: 1.55555556rem;
  }
}
header.uber-header.header-full-topbar .header-topbar .header-phone-number {
  float: right;
}
.header-full-dual-cta .site-navigation-right.pull-right {
  top: 9.4rem;
}
@media screen and (max-width: 1200px) {
  .header-mobile-topbar-cta .btn:hover:before,
  .header-mobile-topbar-cta .btn:hover:after {
    transform: translateX(1200px) skewX(-15deg);
  }
}
nav.navbar {
  float: right;
}
.t3-mainnav .t3-navbar .open .dropdown-menu ul > li img {
  display: block;
}
.pagination {
  padding-left: 3.11111111rem;
  padding-right: 3.11111111rem;
  
  padding-bottom: 12.44444444rem;
  text-align: left;
  background-color: #ffffff;
}
.pagination .counter {
  max-width: 1008px;
  margin: 0 auto;
  padding: 0 3.11111111rem;
  border: 0;
  display: block;
  width: 100%;
  margin: auto !important;
  padding: 1.55555556rem;
  float: none !important;
}
.pagination ul {
  max-width: 1008px;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 3.11111111rem;
  display: block;
  border-top: 1px solid rgba(49, 48, 47, 0.2);
  border-bottom: 1px solid rgba(49, 48, 47, 0.2);
}
.pagination > li {
  float: left;
}
.pagination > li > a,
.pagination > li > span {
  font-weight: 400;
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: rgba(49, 48, 47, 0.8);
  font-size: 20;
  min-width: 40px;
  text-align: center;
  line-height: 1.55555556rem;
  padding: 1.55555556rem;
  margin: 0.77777778rem;
}
.pagination > li > a,
.pagination > li > span {
  border: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  border: 0;
  color: #c3a061;
  font-weight: 400;
  background: transparent;
}
.pagination > .active > a,
.pagination > .active > span {
  background: transparent;
  border: 0;
  color: #c3a061;
  font-weight: 400;
  text-decoration: underline;
}
.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(49, 48, 47, 0.2);
  border: 0;
  line-height: 1.55555556rem;
  padding: 1.55555556rem;
}
.pagination ul > li:first-child a,
.pagination li:nth-child(2) a {
  background: transparent;
  border: 0;
}
.pagination ul > li:first-child a:hover,
.pagination li:nth-child(2) a:hover {
  background: none;
  border: 0;
  color: #31302f;
}
.pagination ul > li:nth-last-of-type(-n+2) a {
  background: transparent;
  border: 1px solid transparent;
}
.pagination ul > li:nth-last-of-type(-n+2) a:hover {
  background: none;
  color: #31302f;
}
.t3-footer,
footer.uber-footer,
footer.uber-footer.light-color {
  padding: 12.44444444rem 3.11111111rem;
  background: #ffffff;
  position: relative;
  z-index: 200;
  box-shadow: none;
  color: rgba(49, 48, 47, 0.8);
  float: none;
  clear: both;
  border-top: 1px solid rgba(49, 48, 47, 0.2);
}
@media screen and (min-width: 1056px) {
  .t3-footer,
  footer.uber-footer,
  footer.uber-footer.light-color {
    padding: 12.44444444rem 0;
  }
}
.t3-footer .uber-footer-inner,
footer.uber-footer .uber-footer-inner,
footer.uber-footer.light-color .uber-footer-inner {
  overflow-x: hidden;
  background: transparent;
}
.t3-footer .footer-left,
footer.uber-footer .footer-left,
footer.uber-footer.light-color .footer-left,
.t3-footer .footer-right,
footer.uber-footer .footer-right,
footer.uber-footer.light-color .footer-right {
  padding: 0;
  margin: 0;
  background: transparent;
}
.t3-footer .footer-left a,
footer.uber-footer .footer-left a,
footer.uber-footer.light-color .footer-left a,
.t3-footer .footer-right a,
footer.uber-footer .footer-right a,
footer.uber-footer.light-color .footer-right a {
  padding: 1.55555556rem 0;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .t3-footer .footer-left-inner,
  footer.uber-footer .footer-left-inner,
  footer.uber-footer.light-color .footer-left-inner {
    padding-right: 6.22222222rem;
  }
}
.t3-footer .footer-right-inner,
footer.uber-footer .footer-right-inner,
footer.uber-footer.light-color .footer-right-inner {
  margin-top: 6.22222222rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 6.22222222rem;
}
@media screen and (min-width: 992px) {
  .t3-footer .footer-right-inner,
  footer.uber-footer .footer-right-inner,
  footer.uber-footer.light-color .footer-right-inner {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }
}
.t3-footer * a,
footer.uber-footer * a,
footer.uber-footer.light-color * a,
.t3-footer .footer-left a,
footer.uber-footer .footer-left a,
footer.uber-footer.light-color .footer-left a {
  display: inline;
  color: rgba(49, 48, 47, 0.8);
  border-bottom: 0;
}
.t3-footer * a:hover,
footer.uber-footer * a:hover,
footer.uber-footer.light-color * a:hover,
.t3-footer .footer-left a:hover,
footer.uber-footer .footer-left a:hover,
footer.uber-footer.light-color .footer-left a:hover {
  color: #c3a061;
  border-bottom: 0;
}
.t3-footer * a:active,
footer.uber-footer * a:active,
footer.uber-footer.light-color * a:active,
.t3-footer .footer-left a:active,
footer.uber-footer .footer-left a:active,
footer.uber-footer.light-color .footer-left a:active,
.t3-footer * a:focus,
footer.uber-footer * a:focus,
footer.uber-footer.light-color * a:focus,
.t3-footer .footer-left a:focus,
footer.uber-footer .footer-left a:focus,
footer.uber-footer.light-color .footer-left a:focus {
  border-bottom: 0;
}
.footer-site-name .footer-site-name-heading {
  font-size: 29px;
  font-size: 2.9rem;
  color: #31302f;
  text-transform: none;
}
.footer-social {
  display: inline-block;
  margin: 0 0.77777778rem 3.11111111rem 0;
}
.footer-social .footer-social-link {
  width: 2.4rem;
  height: 2.4rem;
  color: #c3a061;
  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: #c3a061;
  height: 2.4rem;
  display: block;
  margin: 0 auto;
  font-size: 23px;
  font-size: 2.3rem;
  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:hover {
  color: #31302f;
  background-color: transparent;
}
.footer-social .footer-social-link:hover i {
  color: #31302f;
}
.footer-address,
.footer-phone-number,
.footer-fax-number,
.footer-hours {
  font-size: 16px;
  font-size: 1.6rem;
  color: rgba(49, 48, 47, 0.8);
  position: relative;
  display: block;
  margin: 0 0 3.11111111rem;
  padding: 0 0 0 3.11111111rem;
}
.footer-address:before,
.footer-phone-number:before,
.footer-fax-number:before,
.footer-hours:before {
  color: rgba(49, 48, 47, 0.4);
  font-family: "FontAwesome";
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 0;
}
@media (min-width: 992px) {
  .footer-address:before,
  .footer-phone-number:before,
  .footer-fax-number:before,
  .footer-hours:before {
    left: 0;
  }
}
.footer-address p,
.footer-phone-number p,
.footer-fax-number p,
.footer-hours p,
.footer-address a,
.footer-phone-number a,
.footer-fax-number a,
.footer-hours a {
  display: inline-block;
}
.footer-address i,
.footer-phone-number i,
.footer-fax-number i,
.footer-hours i {
  display: none;
}
.footer-address:before {
  content: "\f0f7";
}
.footer-phone-number:before {
  content: "\f095";
}
.footer-phone-number a {
  display: block !important;
  padding: 0 !important;
}
.footer-fax-number:before {
  content: "\f1ac";
}
.footer-hours {
  margin-bottom: 0;
}
.footer-hours-monday:before {
  content: "\f017";
}
.footer-hours time[itemprop="openingHours"],
.footer-hours time {
  text-align: right;
  float: right;
}
.footer-hours:last-child {
  margin-bottom: 3.11111111rem;
}
.footer-hours.footer-hours-comment {
  margin-top: 1.55555556rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(49, 48, 47, 0.6);
}
.footer-mutiple-addresses i {
  color: rgba(49, 48, 47, 0.4);
  padding-right: 1.55555556rem;
}
.footer-mutiple-addresses .footer-site-name-heading {
  font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none;
  margin: 0 0 1.55555556rem;
  font-size: 20px;
  font-size: 2rem;
  color: #31302f;
}
footer.uber-footer .uber-footer-inner ul.nav.menu > li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0;
  
}
footer.uber-footer .uber-footer-inner ul.nav.menu,
footer.uber-footer .uber-footer-inner ul.rsseo_links {
  display: block;
  
}
@media screen and (min-width: 768px) {
  footer.uber-footer .uber-footer-inner ul.nav.menu,
  footer.uber-footer .uber-footer-inner ul.rsseo_links {
    margin-top: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3.11111111rem;
    -moz-column-gap: 3.11111111rem;
    column-gap: 3.11111111rem;
  }
  footer.uber-footer .uber-footer-inner ul.nav.menu > li,
  footer.uber-footer .uber-footer-inner ul.rsseo_links > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  footer.uber-footer .uber-footer-inner ul.nav.menu > li:nth-child(4),
  footer.uber-footer .uber-footer-inner ul.rsseo_links > li:nth-child(4) {
    margin-top: 40rem;
  }
}
.footer-bottom {
  margin-top: 6.22222222rem;
  border-top: 1px solid rgba(49, 48, 47, 0.2);
  padding-top: 6.22222222rem;
}
.footer-bottom .footer-site-links,
.footer-bottom .footer-sitename,
.footer-bottom .footer-colophon,
.footer-bottom .footer-disclaimer,
.footer-bottom small {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(49, 48, 47, 0.4);
}
.footer-bottom .footer-site-links {
  margin-bottom: 3.11111111rem;
}
@media screen and (min-width: 768px) {
  .footer-bottom .footer-site-links {
    text-align: right;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-bottom .footer-colophon {
    text-align: right;
  }
}
.footer-bottom .footer-disclaimer {
  padding-top: 3.11111111rem;
  font-size: 12px;
  font-size: 1.2rem;
  float: none;
  clear: both;
}
.footer-bottom a {
  color: #ffffff;
}
.footer-bottom a:hover {
  color: #31302f;
}
.footer-bottom hr {
  display: none;
}
nav.breadcrumb {
  padding: 1.55555556rem 3.11111111rem;
}
@media (min-width: 992px) {
  nav.breadcrumb {
    padding: 1.55555556rem 0;
  }
}
nav.breadcrumb .breadcrumb > li {
  background-color: #c3a061;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
nav.breadcrumb .breadcrumb > li + li:before {
  content: "\f101";
  font-family: "FontAwesome";
  padding: 0 1.55555556rem;
}
nav.breadcrumb .breadcrumb > li a {
  color: #ffffff;
  display: inline-block;
}
nav.breadcrumb .breadcrumb > li a:hover {
  color: #31302f;
}
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.55555556rem;
}
@media (min-width: 768px) {
  div.back-to-top {
    display: block;
  }
}
div.back-to-top .btn {
  background: transparent;
  border: #676c6e;
  color: #676c6e;
  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: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.back-to-top .btn:hover,
div.back-to-top .btn:active,
div.back-to-top .btn:focus {
  background: #c3a061;
  color: #ffffff;
  border-color: #ffffff;
  outline: none;
}
div.back-to-top.affix-top {
  bottom: -61.55555556rem;
}
div.back-to-top.affix {
  bottom: 52px;
}
div.back-to-top a {
  outline: 0;
}
div.back-to-top i {
  line-height: 16px;
}
div.page-header {
  margin: 0;
  border-bottom: none;
}
div.page-header .header-img > div {
  overflow: hidden;
  background-position: top center;
  background-attachment: fixed;
  background-size: 220%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  div.page-header .header-img > div {
    background-size: 120%;
    max-height: 50rem;
  }
}
@media screen and (min-width: 1920px) {
  div.page-header .header-img > div {
    background-size: 100%;
    max-height: 50rem;
  }
}
div.page-header .header-img .header-img-inner {
  padding-bottom: 80%;
}
@media screen and (min-width: 480px) {
  div.page-header .header-img .header-img-inner {
    padding-bottom: 60%;
  }
}
@media screen and (min-width: 1920px) {
  div.page-header .header-img .header-img-inner {
    padding-bottom: 30%;
  }
}
div.page-header .header-img .header-img-inner img {
  display: none;
}
.page-header-information-block {
  padding: 6.22222222rem 3.11111111rem;
  background: #31302f;
  border-top: 0.1rem solid #eeede8;
  border-bottom: 0.1rem solid #eeede8;
}
@media screen and (min-width: 1056px) {
  .page-header-information-block {
    padding: 6.22222222rem 0;
  }
}
.page-header-information-block h1,
.page-header-information-block h2,
.page-header-information-block h3,
.page-header-information-block h4,
.page-header-information-block h5,
.page-header-information-block h6,
.page-header-information-block .rsform .formContainer,
.page-header-information-block .module-title span,
.page-header-information-block .section-title span {
  color: #ffffff;
}
.page-header-information-block .rsform .formcontainer .module-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page-header-information-block .lede,
.page-header-information-block .module-title-subheading {
  color: rgba(255, 255, 255, 0.8);
}
.page-header-information-block p,
.page-header-information-block .rsform .formResponsive .formContainer .formBody p {
  color: rgba(255, 255, 255, 0.8);
}
.page-header-information-block i {
  color: rgba(255, 255, 255, 0.4);
}
.page-header-information-block .figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0.77777778rem 0;
  text-align: right;
}
.page-header-information-block figure figcaption {
  color: rgba(255, 255, 255, 0.8);
}
.page-header-information-block figure figcaption .category-heading span,
.page-header-information-block figure figcaption .mod-articles-category-heading span {
  color: rgba(255, 255, 255, 0.4) !important;
}
.page-header-information-block blockquote:before {
  color: rgba(255, 255, 255, 0.2);
}
.page-header-information-block.t3-module.module div.module-inner .mod-articles-category-content-block-inner > div h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.page-header-information-block.t3-module.module div.module-inner .mod-articles-category-content-block-inner > div h2 span {
  color: #ffffff;
}
.page-header-information-block.t3-module.module div.module-inner .mod-testimonials-additional-text {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  color: rgba(49, 48, 47, 0.8);
  line-height: 1.88;
  padding: 0 0 1.55555556rem 0;
  margin: 0 0 1.55555556rem;
  font-variant-numeric: oldstyle-nums;
  -webkit-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum" 1;
  -o-font-feature-settings: "onum" 1;
  font-feature-settings: "onum" 1;
  font-size: 85%;
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(49, 48, 47, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
.page-header-information-block .category-heading span {
  color: rgba(255, 255, 255, 0.6);
}
.page-header-information-block div.acm-spotlight .t3-module .module-title,
.page-header-information-block div.wrap.sections-wrap .section .t3-module.module .module-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page-header-information-block div.acm-spotlight .t3-module .module-title span,
.page-header-information-block div.wrap.sections-wrap .section .t3-module.module .module-title span {
  color: #ffffff;
}
.page-header-information-block .headingborder,
.page-header-information-block .items-leading .category-name {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page-header-information-block .articles-category-date span {
  color: rgba(255, 255, 255, 0.6);
}
.page-header-information-block .tags span a,
.page-header-information-block .tags span a.label {
  color: rgba(255, 255, 255, 0.6);
}
.page-header-information-block .tags span a:hover,
.page-header-information-block .tags span a.label:hover,
.page-header-information-block .tags span a:focus,
.page-header-information-block .tags span a.label:focus {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.page-header-information-block .article-title h1,
.page-header-information-block .category-name h1,
.page-header-information-block .article-title h2,
.page-header-information-block .category-name h2,
.page-header-information-block .article-title .headline,
.page-header-information-block .category-name .headline,
.page-header-information-block .article-title span,
.page-header-information-block .category-name span {
  color: #31302f;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
  display: block;
  background: transparent;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-header-information-block .article-title h1,
  .page-header-information-block .category-name h1,
  .page-header-information-block .article-title h2,
  .page-header-information-block .category-name h2,
  .page-header-information-block .article-title .headline,
  .page-header-information-block .category-name .headline,
  .page-header-information-block .article-title span,
  .page-header-information-block .category-name span {
    font-size: 47px;
    font-size: 4.7rem;
  }
}
.article-content {
  background: #ffffff;
  position: relative;
}
.article-content::after {
  content: '';
  position: absolute;
  width: 850px;
  height: 850px;
  display: block;
  top: 0;
  right: 0;
  background: url("../../images/icons/bubbles-dark.svg");
  filter: alpha(opacity=30);
  opacity: 0.3;
  background-repeat: no-repeat;
  background-position: top right;
}
.article-content .article-content-inner {
  padding: 6.22222222rem 3.11111111rem;
  z-index: 12;
  position: relative;
}
@media screen and (min-width: 1056px) {
  .article-content .article-content-inner {
    padding: 12.44444444rem 0;
  }
}
@media screen and (min-width: 768px) {
  .article-content .article-content-inner form .col-sm-6:nth-child(odd) {
    padding-right: 1.55555556rem;
  }
  .article-content .article-content-inner form .col-sm-6:nth-child(even) {
    padding-left: 1.55555556rem;
  }
}
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5 {
  font-family: "Poppins", "Open Sans", Helvetica, Arial, sans-serif;
  color: #31302f;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
  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: "Open Sans", Helvetica, Arial, sans-serif;
  color: rgba(49, 48, 47, 0.8);
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.55555556;
  text-transform: none;
}
.article-content h2 {
  font-size: 29px;
  font-size: 2.9rem;
  text-transform: none;
  border-bottom: 1px solid rgba(49, 48, 47, 0.2);
  padding-bottom: 0.77777778rem;
  margin-bottom: 3.11111111rem;
  
}
.article-content .category-module h2 {
  border-bottom: 0;
  padding-bottom: 0;
}
.article-content h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: rgba(49, 48, 47, 0.8);
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.55555556;
  text-transform: none;
  margin-bottom: 1.55555556rem;
}
.article-content h4 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 1.55555556rem;
}
.article-content h5 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 1.55555556rem;
}
.article-content a {
  display: inline;
  text-decoration: underline;
}
.article-content img {
  max-width: 30rem;
  background-color: #989c9b;
  border: 0.4rem solid #eeede8;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 520px) {
  .article-content img {
    width: auto;
    max-width: 300px;
    height: inherit;
  }
}
.article-content img[src$=".gif"],
.article-content img[src$=".png"],
.article-content img[src$=".svg"] {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.article-content .rl_modals_element[data-modal-video="true"] {
  max-height: 300px;
  overflow: hidden;
  display: block;
  margin-bottom: 3.11111111rem;
  position: relative;
  border: 0.4rem solid #eeede8;
}
.article-content .rl_modals_element[data-modal-video="true"]:before {
  content: "\f04b";
  font-family: "FontAwesome";
  font-size: 36px;
  font-size: 3.6rem;
  color: #ffffff;
  text-align: center;
  position: absolute;
  z-index: 6;
  top: 50%;
  right: 0;
  left: 0;
  padding: 0 0 0 3px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 100px;
  height: 100px;
  padding: 20px 40px;
  margin: auto;
}
.article-content .rl_modals_element[data-modal-video="true"]:after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: transparent;
  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"] img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
}
.article-content .rl_modals_element[data-modal-video="true"]:hover {
  animation: pulse 2s infinite;
}
.article-content .rl_modals_element[data-modal-video="true"]:hover:before,
.article-content .rl_modals_element[data-modal-video="true"]:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.article-content .rl_modals_element[data-modal-video="true"]:hover::before {
  animation: pulse 2s infinite;
}
.article-content .rl_modals_element[data-modal-video="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 {
  max-width: 100%;
  width: 100%;
}
.article-content table td {
  display: block;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .article-content table td {
    display: table-cell;
    width: 50%;
  }
}
.article-content .formResponsive .formContainer .rsform-block {
  background: transparent;
}
.article-content .articles-category-back-no-button {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 3.11111111rem;
}
.article-content .articles-category-back-no-button:before {
  font-family: "FontAwesome";
  content: "\f101";
  display: inline-block;
  position: absolute;
  color: #eeede8;
  text-indent: 0;
  left: -3.11111111rem;
  z-index: 0;
  font-style: normal;
  font-size: 29px;
  font-size: 2.9rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.55555556rem;
  top: 25%;
}
.article-content .articles-category-back-no-button:hover {
  color: #31302f;
}
.article-content .articles-category-back-no-button:hover:before {
  color: #31302f;
}
.custom .article-content::after {
  display: none;
}
.article-content ul,
.mod-articles-category-main-block ul,
.articles-category-introtext ul,
.category-container 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),
.category-container ol:not(.flickity-page-dots) {
  margin: 0 0 1.55555556rem;
}
.article-content ul > li,
.mod-articles-category-main-block ul > li,
.articles-category-introtext ul > li,
.category-container 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,
.category-container ol:not(.flickity-page-dots) > li {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: none;
  color: rgba(49, 48, 47, 0.8);
  line-height: 1.88;
  padding: 0 0 1.55555556rem 0;
  margin: 0 0 1.55555556rem;
  font-variant-numeric: oldstyle-nums;
  -webkit-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum" 1;
  -o-font-feature-settings: "onum" 1;
  font-feature-settings: "onum" 1;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0.77777778rem 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.55555556;
  font-weight: 400;
}
.article-content ul > li a,
.mod-articles-category-main-block ul > li a,
.articles-category-introtext ul > li a,
.category-container 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,
.category-container 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,
.category-container ul li {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  color: rgba(49, 48, 47, 0.8);
  line-height: 1.88;
  padding: 0 0 1.55555556rem 0;
  margin: 0 0 1.55555556rem;
  font-variant-numeric: oldstyle-nums;
  -webkit-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum" 1;
  -o-font-feature-settings: "onum" 1;
  font-feature-settings: "onum" 1;
  margin-bottom: 0;
  padding-left: 3.11111111rem;
}
.article-content ul li:before,
.mod-articles-category-main-block ul li:before,
.articles-category-introtext ul li:before,
.category-container ul li:before {
  content: "\f111";
  color: transparent;
  font-family: "FontAwesome";
  line-height: 1.55555556;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  margin-top: 0.77777778rem;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0.1rem solid #c3a061;
  border-radius: 50%;
}
.article-content ul.carousel-inner li,
.mod-articles-category-main-block ul.carousel-inner li,
.articles-category-introtext ul.carousel-inner li,
.category-container 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),
.category-container 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,
.category-container ol:not(.flickity-page-dots) li {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  color: rgba(49, 48, 47, 0.8);
  line-height: 1.88;
  padding: 0 0 1.55555556rem 0;
  margin: 0 0 1.55555556rem;
  font-variant-numeric: oldstyle-nums;
  -webkit-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum" 1;
  -o-font-feature-settings: "onum" 1;
  font-feature-settings: "onum" 1;
  position: relative;
  padding: 0 0 1.55555556rem 3.11111111rem;
  list-style: none;
}
.article-content ol:not(.flickity-page-dots) li:before,
.mod-articles-category-main-block ol:not(.flickity-page-dots) li:before,
.articles-category-introtext ol:not(.flickity-page-dots) li:before,
.category-container ol:not(.flickity-page-dots) li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.33333333rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  color: #c3a061;
  border-right: 0.1rem solid #c3a061;
}
.article-content .text-callout,
.mod-articles-category-main-block .text-callout,
.articles-category-introtext .text-callout,
.category-container .text-callout {
  border: 0.1rem solid #c3a061;
  padding: 3.11111111rem;
  text-align: center;
  margin-bottom: 6.22222222rem;
}
@media screen and (min-width: 768px) {
  .article-content .text-callout,
  .mod-articles-category-main-block .text-callout,
  .articles-category-introtext .text-callout,
  .category-container .text-callout {
    padding: 3.11111111rem 6.22222222rem;
  }
}
.article-content .text-callout h3,
.mod-articles-category-main-block .text-callout h3,
.articles-category-introtext .text-callout h3,
.category-container .text-callout h3 {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  text-transform: none;
  color: #c3a061;
  line-height: 1.55555556;
  padding: 0 0 1.55555556rem 0;
  font-style: italic;
}
.article-content .text-callout ul,
.mod-articles-category-main-block .text-callout ul,
.articles-category-introtext .text-callout ul,
.category-container .text-callout ul {
  text-align: left;
}
.article-content .text-callout ul li,
.mod-articles-category-main-block .text-callout ul li,
.articles-category-introtext .text-callout ul li,
.category-container .text-callout ul li {
  padding: 0;
  padding-right: 1.55555556rem;
}
.article-content .text-callout ul li::before,
.mod-articles-category-main-block .text-callout ul li::before,
.articles-category-introtext .text-callout ul li::before,
.category-container .text-callout ul li::before {
  display: none;
}
@media screen and (min-width: 480px) {
  .article-content .text-callout ul,
  .mod-articles-category-main-block .text-callout ul,
  .articles-category-introtext .text-callout ul,
  .category-container .text-callout ul {
    column-count: 2;
  }
}
@media screen and (min-width: 768px) {
  .article-content .text-callout ul,
  .mod-articles-category-main-block .text-callout ul,
  .articles-category-introtext .text-callout ul,
  .category-container .text-callout ul {
    column-count: 3;
  }
}
.article-content .text-callout a,
.mod-articles-category-main-block .text-callout a,
.articles-category-introtext .text-callout a,
.category-container .text-callout a {
  cursor: pointer;
}
div.t3-content .item-listing-page:not(.solutions) .items-leading {
  display: block;
  position: relative;
}
div.t3-content .item-listing-page:not(.solutions) .items-leading::after {
  content: '';
  position: absolute;
  width: 850px;
  height: 850px;
  display: block;
  top: 0;
  right: 0;
  background: url("../../images/icons/bubbles-dark.svg");
  filter: alpha(opacity=30);
  opacity: 0.3;
  background-repeat: no-repeat;
  background-position: top right;
}
div.t3-content .item-listing-page:not(.solutions) .items-leading .items-leading-articles,
div.t3-content .item-listing-page:not(.solutions) .items-leading .category-container {
  z-index: 12;
  position: relative;
  display: block;
}
div.t3-content .item-listing-page:not(.solutions).faqs .items-leading {
  background: #ffffff;
}
div.t3-content .item-listing-page:not(.solutions).special-offers .card-main {
  margin-bottom: 6.22222222rem;
}
div.category-container .text-callout {
  position: relative;
  z-index: 1;
  text-align: center;
  border: 0.1rem solid #c3a061;
  padding: 3.11111111rem 4.66666667rem 0 4.66666667rem;
}
div.category-container .text-callout h2 {
  border-bottom: 1px solid rgba(49, 48, 47, 0.2);
  padding-bottom: 0.77777778rem;
  margin-bottom: 3.11111111rem;
}
div.category-container .text-callout h3 {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  text-transform: none;
  color: #c3a061;
  line-height: 1.55555556;
  padding: 0 0 1.55555556rem 0;
  font-style: italic;
}
div.category-container .text-callout button {
  margin: 0 auto;
  margin-bottom: 3.11111111rem;
}
#solutions-advanced-skin-care {
  padding-top: 0;
}
@media screen and (min-width: 1056px) {
  #solutions-advanced-skin-care {
    padding-top: 6.22222222rem;
  }
}
.item-listing-page.solutions .items-leading {
  background-color: #eeede8;
  position: relative;
}
.item-listing-page.solutions .items-leading::after {
  content: '';
  position: absolute;
  width: 850px;
  height: 850px;
  display: block;
  top: 0;
  right: 0;
  background: url("../../images/icons/bubbles.svg");
  filter: alpha(opacity=40);
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: top right;
}
.item-page.treatable-symptoms .text-callout {
  margin-bottom: 6.22222222rem;
}
div.sections-wrap .section-blog-inner::after {
  content: '';
  position: absolute;
  width: 850px;
  height: 850px;
  display: block;
  top: 0;
  right: 0;
  background: url("../../images/icons/bubbles-dark.svg");
  filter: alpha(opacity=20);
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: top right;
}
.blog-alt-full .item-page.blog .item-page-inner {
  position: relative;
}
.blog-alt-full .item-page.blog .item-page-inner::after {
  content: '';
  position: absolute;
  width: 850px;
  height: 850px;
  display: block;
  top: 0;
  right: 0;
  background: url("../../images/icons/bubbles-dark.svg");
  filter: alpha(opacity=40);
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: top right;
}
.blog-alt-full .item-page.blog .item-page-inner .container {
  position: relative;
  z-index: 12;
}
div#t3-section.wrap.sections-wrap .section {
  position: relative;
  filter: alpha(opacity=0);
  opacity: 0;
  top: 3.11111111rem;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
div#t3-section.wrap.sections-wrap .section.inview {
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0;
}
div#t3-section.wrap.sections-wrap .section.section-hero-inner {
  top: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
div.t3-module.module[class*="mod-"] p a {
  text-decoration: underline;
}
div.t3-module.module[class*="mod-"] p:last-child a {
  text-decoration: none;
}
.mod-featured-intro.mod-featured-intro-image-left .mod-articles-category-main-block.mod-articles-category-main-block-image-left {
  background-color: #31302f;
}
.mod-featured-intro.mod-featured-intro-image-left .mod-articles-category-main-block.mod-articles-category-main-block-image-left::after {
  content: '';
  position: absolute;
  width: 850px;
  height: 850px;
  display: block;
  top: 0;
  right: 0;
  background: url("../../images/icons/bubbles.svg");
  filter: alpha(opacity=3);
  opacity: 0.03;
  background-repeat: no-repeat;
  background-position: top right;
}
.mod-featured-intro.mod-featured-intro-image-left.inview .mod-articles-category-content-block {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
}
.mod-featured-testimonials.mod-featured-testimonials-image-right .mod-articles-category-content-block {
  overflow: hidden;
}
.mod-featured-testimonials.mod-featured-testimonials-image-right .mod-articles-category-content-block::after {
  content: '';
  position: absolute;
  width: 850px;
  height: 850px;
  display: block;
  top: 0;
  right: 0;
  background: url("../../images/icons/bubbles.svg");
  filter: alpha(opacity=40);
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: top right;
}
.mod-featured-testimonials.mod-featured-testimonials-image-right .mod-articles-category-content-block .mod-articles-category-content-block-inner {
  z-index: 1;
  position: relative;
}
.mod-featured-testimonials.mod-featured-testimonials-image-right.inview .mod-articles-category-content-block-inner {
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
}
.mod-articles-category-content-block .mod-articles-category-introtext h3 {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  text-transform: none;
  color: #c3a061;
  line-height: 1.55555556;
  padding: 0 0 1.55555556rem 0;
  font-style: italic;
}
.mod-articles-category-content-block p a {
  text-decoration: underline;
}
.mod-articles-category-content-block button {
  margin-top: 6.22222222rem;
}
.mod-featured-gallery-image-right.inview .mod-articles-category-content-block {
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
}

.hero div.hero-style-encompass .hero-content {
  margin-top: 21.8rem;
  margin-bottom: 12.44444444rem;
  background: rgba(238, 237, 232, 0.8);
  outline: 0.1rem solid rgba(255, 255, 255, 0.8);
  outline-offset: 20px;
}
@media screen and (min-width: 1200px) {
  .hero div.hero-style-encompass .hero-content {
    margin: 12.44444444rem auto;
  }
}
@media screen and (min-width: 1056px) {
  .hero div.hero-style-encompass .hero-content {
    padding: 7.77777778rem 0;
  }
  .hero div.hero-style-encompass .hero-content .hero-heading {
    padding: 0 15rem;
  }
  .hero div.hero-style-encompass .hero-content .hero-intro {
    padding: 0 13rem;
  }
}

.section-hero-text-inner-center .hero-content {
  animation: none !important;
  filter: alpha(opacity=100);
  opacity: 1;
}

.services-navigation .services-navigation-text-below-background-articles.inview .services-navigation-block {
  -webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
}
.services-navigation .services-navigation-text-below-background-articles.inview .services-navigation-block.services-navigation-block-2 {
  animation-delay: 0.2s;
}
.services-navigation .services-navigation-text-below-background-articles.inview .services-navigation-block.services-navigation-block-3 {
  animation-delay: 0.4s;
}
.services-navigation .services-navigation-text-below-background-articles.inview .services-navigation-block.services-navigation-block-4 {
  animation-delay: 0.6s;
}
.services-navigation .services-navigation-text-below-background-articles.inview .services-navigation-block.services-navigation-block-5 {
  animation-delay: 0.8s;
}
.services-navigation .services-navigation-text-below-background-articles.inview .services-navigation-block.services-navigation-block-6 {
  animation-delay: 1s;
}
.services-navigation .services-navigation-text-below-background-articles.inview .services-navigation-block.services-navigation-block-7 {
  animation-delay: 1.2s;
}
.services-navigation .services-navigation-text-below-background-articles.inview .services-navigation-block.services-navigation-block-8 {
  animation-delay: 1.4s;
}
.home #featured-introduction {
  background: #ffffff;
  outline: 0.1rem solid #c3a061;
  outline-offset: -20px;
}
.home #featured-introduction .module.mod-featured-intro-text {
  padding-left: 3.11111111rem;
  padding-right: 3.11111111rem;
  
}
@media screen and (min-width: 768px) {
  .home #featured-introduction .module.mod-featured-intro-text {
    padding: 0;
  }
}
#featured-introduction {
  outline: 0.1rem solid #eeede8;
  outline-offset: -20px;
}
#featured-introduction .mod-featured-intro-solution-combo h3 {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  text-transform: none;
  line-height: 1.55555556;
  padding: 0 0 1.55555556rem 0;
  font-style: italic;
  color: #c3a061;
}
#featured-introduction .mod-featured-intro-solution-combo .module-title span,
#featured-introduction .mod-featured-intro-solution-combo .mod-articles-category-introtext {
  text-align: center;
}
#featured-introduction .mod-featured-intro-solution-combo button {
  margin: 0 auto;
  margin-top: 6.22222222rem;
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark h1,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark h2,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark h3,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark h4,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark h5,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark h6,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .rsform .formContainer,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .module-title span,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .section-title span {
  color: #ffffff;
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .rsform .formcontainer .module-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .lede,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .module-title-subheading {
  color: rgba(255, 255, 255, 0.8);
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark p,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .rsform .formResponsive .formContainer .formBody p {
  color: rgba(255, 255, 255, 0.8);
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark i {
  color: rgba(255, 255, 255, 0.4);
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0.77777778rem 0;
  text-align: right;
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark figure figcaption {
  color: rgba(255, 255, 255, 0.8);
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark figure figcaption .category-heading span,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark figure figcaption .mod-articles-category-heading span {
  color: rgba(255, 255, 255, 0.4) !important;
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark blockquote:before {
  color: rgba(255, 255, 255, 0.2);
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark.t3-module.module div.module-inner .mod-articles-category-content-block-inner > div h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark.t3-module.module div.module-inner .mod-articles-category-content-block-inner > div h2 span {
  color: #ffffff;
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark.t3-module.module div.module-inner .mod-testimonials-additional-text {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  color: rgba(49, 48, 47, 0.8);
  line-height: 1.88;
  padding: 0 0 1.55555556rem 0;
  margin: 0 0 1.55555556rem;
  font-variant-numeric: oldstyle-nums;
  -webkit-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum" 1;
  -o-font-feature-settings: "onum" 1;
  font-feature-settings: "onum" 1;
  font-size: 85%;
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(49, 48, 47, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .category-heading span {
  color: rgba(255, 255, 255, 0.6);
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark div.acm-spotlight .t3-module .module-title,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark div.wrap.sections-wrap .section .t3-module.module .module-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark div.acm-spotlight .t3-module .module-title span,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark div.wrap.sections-wrap .section .t3-module.module .module-title span {
  color: #ffffff;
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .headingborder,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .items-leading .category-name {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .articles-category-date span {
  color: rgba(255, 255, 255, 0.6);
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .tags span a,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .tags span a.label {
  color: rgba(255, 255, 255, 0.6);
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .tags span a:hover,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .tags span a.label:hover,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .tags span a:focus,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .tags span a.label:focus {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .module-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .module-title span {
  color: #ffffff;
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark h3 {
  color: #c3a061;
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .module-title span,
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark .mod-articles-category-introtext {
  text-align: center;
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark p:last-child {
  padding: 0;
  margin: 0;
}
#featured-introduction .mod-featured-intro-solution-combo .mod-featured-intro-text-dark button {
  margin-top: 0;
}
div.sections-wrap .section-blog-inner .mod-blog.inview li {
  -webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
}
div.sections-wrap .section-blog-inner .mod-blog.inview li:nth-child(2) {
  animation-delay: 0.2s;
}
div.sections-wrap .section-blog-inner .mod-blog.inview li:nth-child(3) {
  animation-delay: 0.4s;
}
.mod-newsletter-text.inview {
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
}
.sidebar {
  padding: 12.44444444rem 3.11111111rem;
}
@media screen and (min-width: 1056px) {
  .sidebar {
    padding: 12.44444444rem 0;
  }
}
@media screen and (max-width: 991px) {
  .sidebar {
    padding-top: 6.22222222rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.item-page .sidebar,
.shop .sidebar,
.login .sidebar {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .item-page .sidebar,
  .shop .sidebar,
  .login .sidebar {
    padding-top: 6.22222222rem;
  }
}
@media screen and (max-width: 991px) {
  .blog .sidebar {
    padding-top: 6.22222222rem;
  }
}
.blog-alt .sidebar h1,
.blog-alt .sidebar h2,
.blog-alt .sidebar h3,
.blog-alt .sidebar h4,
.blog-alt .sidebar h5,
.blog-alt .sidebar h6,
.blog-alt .sidebar .rsform .formContainer,
.blog-alt .sidebar .module-title span,
.blog-alt .sidebar .section-title span {
  color: #ffffff;
}
.blog-alt .sidebar .rsform .formcontainer .module-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.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.8);
}
.blog-alt .sidebar i {
  color: rgba(255, 255, 255, 0.4);
}
.blog-alt .sidebar .figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0.77777778rem 0;
  text-align: right;
}
.blog-alt .sidebar figure figcaption {
  color: rgba(255, 255, 255, 0.8);
}
.blog-alt .sidebar figure figcaption .category-heading span,
.blog-alt .sidebar figure figcaption .mod-articles-category-heading span {
  color: rgba(255, 255, 255, 0.4) !important;
}
.blog-alt .sidebar blockquote:before {
  color: rgba(255, 255, 255, 0.2);
}
.blog-alt .sidebar.t3-module.module div.module-inner .mod-articles-category-content-block-inner > div h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.blog-alt .sidebar.t3-module.module div.module-inner .mod-articles-category-content-block-inner > div h2 span {
  color: #ffffff;
}
.blog-alt .sidebar.t3-module.module div.module-inner .mod-testimonials-additional-text {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  color: rgba(49, 48, 47, 0.8);
  line-height: 1.88;
  padding: 0 0 1.55555556rem 0;
  margin: 0 0 1.55555556rem;
  font-variant-numeric: oldstyle-nums;
  -webkit-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum" 1;
  -o-font-feature-settings: "onum" 1;
  font-feature-settings: "onum" 1;
  font-size: 85%;
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(49, 48, 47, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
.blog-alt .sidebar .category-heading span {
  color: rgba(255, 255, 255, 0.6);
}
.blog-alt .sidebar div.acm-spotlight .t3-module .module-title,
.blog-alt .sidebar div.wrap.sections-wrap .section .t3-module.module .module-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.blog-alt .sidebar div.acm-spotlight .t3-module .module-title span,
.blog-alt .sidebar div.wrap.sections-wrap .section .t3-module.module .module-title span {
  color: #ffffff;
}
.blog-alt .sidebar .headingborder,
.blog-alt .sidebar .items-leading .category-name {
  border-bottom: 1px solid 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: 12.44444444rem 3.11111111rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) and screen and (min-width: 1056px) {
  .blog-alt .sidebar {
    padding: 12.44444444rem 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1055px) {
  .blog-alt .sidebar {
    padding-top: 6.22222222rem;
  }
}
.item-listing-page .sidebar h1,
.item-listing-page .sidebar h2,
.item-listing-page .sidebar h3,
.item-listing-page .sidebar h4,
.item-listing-page .sidebar h5,
.item-listing-page .sidebar h6,
.item-listing-page .sidebar .rsform .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: 1px solid rgba(255, 255, 255, 0.2);
}
.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.8);
}
.item-listing-page .sidebar i {
  color: rgba(255, 255, 255, 0.4);
}
.item-listing-page .sidebar .figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0.77777778rem 0;
  text-align: right;
}
.item-listing-page .sidebar figure figcaption {
  color: rgba(255, 255, 255, 0.8);
}
.item-listing-page .sidebar figure figcaption .category-heading span,
.item-listing-page .sidebar figure figcaption .mod-articles-category-heading span {
  color: rgba(255, 255, 255, 0.4) !important;
}
.item-listing-page .sidebar blockquote:before {
  color: rgba(255, 255, 255, 0.2);
}
.item-listing-page .sidebar.t3-module.module div.module-inner .mod-articles-category-content-block-inner > div h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.item-listing-page .sidebar.t3-module.module div.module-inner .mod-articles-category-content-block-inner > div h2 span {
  color: #ffffff;
}
.item-listing-page .sidebar.t3-module.module div.module-inner .mod-testimonials-additional-text {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  color: rgba(49, 48, 47, 0.8);
  line-height: 1.88;
  padding: 0 0 1.55555556rem 0;
  margin: 0 0 1.55555556rem;
  font-variant-numeric: oldstyle-nums;
  -webkit-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum" 1;
  -o-font-feature-settings: "onum" 1;
  font-feature-settings: "onum" 1;
  font-size: 85%;
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(49, 48, 47, 0.4);
  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 div.acm-spotlight .t3-module .module-title,
.item-listing-page .sidebar div.wrap.sections-wrap .section .t3-module.module .module-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.item-listing-page .sidebar div.acm-spotlight .t3-module .module-title span,
.item-listing-page .sidebar div.wrap.sections-wrap .section .t3-module.module .module-title span {
  color: #ffffff;
}
.item-listing-page .sidebar .headingborder,
.item-listing-page .sidebar .items-leading .category-name {
  border-bottom: 1px solid 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: 12.44444444rem 3.11111111rem;
  }
}
@media screen and (max-width: 991px) and screen and (min-width: 1056px) {
  .item-listing-page.testimonials .sidebar,
  .item-listing-page.orderedlistlayout .sidebar {
    padding: 12.44444444rem 0;
  }
}
.item-listing-page-sidebar .card-main.column-1 .card-inner {
  overflow: hidden;
}
.sidebar .mod-solutions-nav {
  background: #31302f;
}
.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: 1px solid rgba(255, 255, 255, 0.2);
}
.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.8);
}
.sidebar .mod-solutions-nav i {
  color: rgba(255, 255, 255, 0.4);
}
.sidebar .mod-solutions-nav .figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0.77777778rem 0;
  text-align: right;
}
.sidebar .mod-solutions-nav figure figcaption {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar .mod-solutions-nav figure figcaption .category-heading span,
.sidebar .mod-solutions-nav figure figcaption .mod-articles-category-heading span {
  color: rgba(255, 255, 255, 0.4) !important;
}
.sidebar .mod-solutions-nav blockquote:before {
  color: rgba(255, 255, 255, 0.2);
}
.sidebar .mod-solutions-nav.t3-module.module div.module-inner .mod-articles-category-content-block-inner > div h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.sidebar .mod-solutions-nav.t3-module.module div.module-inner .mod-articles-category-content-block-inner > div h2 span {
  color: #ffffff;
}
.sidebar .mod-solutions-nav.t3-module.module div.module-inner .mod-testimonials-additional-text {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  color: rgba(49, 48, 47, 0.8);
  line-height: 1.88;
  padding: 0 0 1.55555556rem 0;
  margin: 0 0 1.55555556rem;
  font-variant-numeric: oldstyle-nums;
  -webkit-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum" 1;
  -o-font-feature-settings: "onum" 1;
  font-feature-settings: "onum" 1;
  font-size: 85%;
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(49, 48, 47, 0.4);
  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 div.acm-spotlight .t3-module .module-title,
.sidebar .mod-solutions-nav div.wrap.sections-wrap .section .t3-module.module .module-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sidebar .mod-solutions-nav div.acm-spotlight .t3-module .module-title span,
.sidebar .mod-solutions-nav div.wrap.sections-wrap .section .t3-module.module .module-title span {
  color: #ffffff;
}
.sidebar .mod-solutions-nav .headingborder,
.sidebar .mod-solutions-nav .items-leading .category-name {
  border-bottom: 1px solid 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.55555556rem;
}
.sidebar .mod-solutions-nav ul li:before {
  content: "";
}
.sidebar .mod-solutions-nav ul li a {
  color: #ffffff;
  background: transparent;
  line-height: 3.11111111rem;
  text-transform: none;
}
.sidebar .mod-solutions-nav ul li a:before {
  content: "";
  padding-right: 0;
}
.sidebar .mod-solutions-nav ul li a:hover {
  color: #31302f;
  background: transparent;
}
.sidebar .mod-solutions-nav ul li.current a {
  color: #31302f;
  background: transparent;
  font-weight: 700;
}
#special-offers {
  position: relative;
  padding: 6.22222222rem 3.11111111rem;
  background: #eeede8;
}
@media screen and (min-width: 1056px) {
  #special-offers {
    padding: 6.22222222rem 0;
  }
}
#special-offers::after {
  content: '';
  position: absolute;
  width: 850px;
  height: 850px;
  display: block;
  top: 0;
  right: 0;
  background: url("../../images/icons/bubbles.svg");
  filter: alpha(opacity=40);
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: top right;
}
#special-offers .section-specials-inner {
  z-index: 1;
  position: relative;
}
#special-offers .module-title,
#special-offers .mod-articles-category-introtext {
  text-align: center;
}
#special-offers button {
  margin: 0 auto;
}
.carousel,
.carousel-fade {
  position: relative;
  z-index: 0;
  line-height: 1;
}
.carousel .carousel-inner,
.carousel-fade .carousel-inner {
  height: auto !important;
  position: relative;
  overflow: hidden;
}
.carousel .carousel-inner .item,
.carousel-fade .carousel-inner .item {
  width: 100% !important;
  position: relative;
  filter: alpha(opacity=0);
  opacity: 0;
}
.carousel .carousel-inner p,
.carousel-fade .carousel-inner p {
  margin: 0;
}
.carousel .carousel-inner > img,
.carousel-fade .carousel-inner > img,
.carousel .carousel-inner > a > img,
.carousel-fade .carousel-inner > a > img {
  width: 100%;
  display: block;
  line-height: 1;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.carousel .carousel-inner > .active,
.carousel-fade .carousel-inner > .active,
.carousel .carousel-inner > .next,
.carousel-fade .carousel-inner > .next,
.carousel .carousel-inner > .prev,
.carousel-fade .carousel-inner > .prev {
  display: block;
}
.carousel .carousel-inner > .active,
.carousel-fade .carousel-inner > .active {
  filter: alpha(opacity=100);
  opacity: 1;
  left: 0;
}
.carousel .carousel-inner > .active.left,
.carousel-fade .carousel-inner > .active.left,
.carousel .carousel-inner > .active.right,
.carousel-fade .carousel-inner > .active.right {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 1;
}
.carousel .carousel-inner > .active.left,
.carousel-fade .carousel-inner > .active.left {
  left: -100%;
}
.carousel .carousel-inner > .active.right,
.carousel-fade .carousel-inner > .active.right {
  left: 100%;
}
.carousel .carousel-inner > .next,
.carousel-fade .carousel-inner > .next,
.carousel .carousel-inner > .prev,
.carousel-fade .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .carousel-inner > .next,
.carousel-fade .carousel-inner > .next {
  left: 100%;
}
.carousel .carousel-inner > .prev,
.carousel-fade .carousel-inner > .prev {
  left: -100%;
}
.carousel .carousel-inner > .next.left,
.carousel-fade .carousel-inner > .next.left,
.carousel .carousel-inner > .prev.right,
.carousel-fade .carousel-inner > .prev.right {
  filter: alpha(opacity=100);
  opacity: 1;
  left: 0;
}
.carousel .carousel-inner > .carousel-caption,
.carousel-fade .carousel-inner > .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: transparent;
  background: rgba(0, 0, 0, 0.75);
}
.carousel .carousel-control,
.carousel-fade .carousel-control {
  display: none;
  z-index: 50;
  font-size: 29px;
  font-size: 2.9rem;
  position: absolute;
  top: 30%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: transparent;
  border: 0;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media screen and (min-width: 992px) {
  .carousel .carousel-control,
  .carousel-fade .carousel-control {
    display: inherit;
  }
}
.carousel .carousel-control.right,
.carousel-fade .carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel .carousel-control:hover,
.carousel-fade .carousel-control:hover,
.carousel .carousel-control:focus,
.carousel-fade .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel ol.carousel-indicators,
.carousel-fade ol.carousel-indicators {
  display: none;
  position: absolute;
  bottom: 4.66666667rem;
  width: 100%;
  z-index: 70;
  left: 0;
  margin: 0;
  
  
  
}
@media screen and (min-width: 768px) {
  .carousel ol.carousel-indicators,
  .carousel-fade ol.carousel-indicators {
    display: block;
  }
}
.carousel ol.carousel-indicators li,
.carousel-fade ol.carousel-indicators li {
  border-color: #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: #c2c7c2;
  box-shadow: none;
  height: 2px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  padding: 0;
  background-color: #c3a061;
}
.section .acm-slideshow .transition-timer-carousel-progress-bar .bar,
.section .acm-slideshow .transition-timer-carousel-progress-bar .progress-bar {
  background: #c3a061;
}
.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: #809362;
}
.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: #89b8b8;
}
.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: #eece6f;
}
.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: #aa3f3f;
}
p.itemShare {
  font-size: 85%;
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(49, 48, 47, 0.4);
  letter-spacing: 0.18rem;
  text-transform: uppercase;
  padding: 0;
  margin-top: 6.22222222rem;
}
div[id^="ampz_inline"] li:first-child {
  margin: 0 1.55555556rem 1.55555556rem 0 !important;
}
div.ampz_container {
  margin-top: 3.11111111rem;
}
div.ampz_container ul > li {
  display: inline-block !important;
  margin: 0 1.55555556rem 1.55555556rem 0 !important;
  width: 32px !important;
  height: 32px !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 0 !important;
}
div.ampz_container ul > li.shortened,
div.ampz_container ul > li.expanded-btn {
  width: 32px !important;
  height: 32px !important;
}
div.ampz_container ul > li:before {
  content: none !important;
}
div.ampz_container ul > li a {
  display: block;
  width: 32px;
  height: 32px;
  background: #c3a061 !important;
  border-radius: 50%;
  box-shadow: none;
  border: 0;
}
div.ampz_container ul > li a.ampz_colorbg {
  background: #c3a061 !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: #31302f !important;
}
#colorbox,
#rl_modals {
  background: #31302f;
  border: 1px solid 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.4rem;
}
#cboxTitle,
#rl_modals_title {
  border-bottom: none;
}
#cboxLoadedContent,
#rl_modals_loaded_content {
  padding: 3.11111111rem;
}
#window-mainbody.window-mainbody {
  padding: 0;
}
body.contentpane {
  background: transparent;
}
#cboxClose,
#rl_modals_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999999;
  background: none;
  cursor: pointer !important;
  height: 3.11111111rem;
  width: 3.11111111rem;
  padding: 0;
}
#cboxClose:before,
#rl_modals_close:before {
  position: relative;
  display: block;
  top: 3px;
  font-family: "FontAwesome";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3.11111111rem;
  content: "\f00d";
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 1px;
}
.no_title #cboxClose,
.no_title #rl_modals_close {
  top: 0;
  right: 0;
}
.item-page.special-offers {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.4rem;
  margin: 0 auto;
  max-width: 1008px;
}
.item-page.special-offers .specials-logo {
  max-width: 20rem;
  display: none;
}
.item-page.special-offers .specials-logo img,
.item-page.special-offers .specials-logo svg {
  width: 100%;
}
.item-page.special-offers .specials-phone-number,
.item-page.special-offers .specials-address {
  display: none;
}
@media screen and (max-width: 768px) {
  .item-page.special-offers .page-header-information-block .header,
  .item-page.special-offers .page-header-information-block h1,
  .item-page.special-offers .page-header-information-block h2,
  .item-page.special-offers .page-header-information-block h3,
  .item-page.special-offers .page-header-information-block h4,
  .item-page.special-offers .page-header-information-block h5,
  .item-page.special-offers .page-header-information-block h6 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.item-page.special-offers .article-content-inner {
  padding: 6.22222222rem 3.11111111rem;
}
@media screen and (min-width: 1056px) {
  .item-page.special-offers .article-content-inner {
    padding: 6.22222222rem 0;
  }
}
.item-page.special-offers .article-footer {
  overflow: hidden;
}
.item-page.special-offers .article-footer .container {
  padding: 0;
}
@media screen and (min-width: 1056px) {
  .item-page.special-offers .article-footer .container {
    padding: 0;
  }
}
.item-page.special-offers .article-footer #pop-print {
  max-width: 100%;
  height: auto;
  padding: 0 !important;
  background: #31302f;
  border-color: #31302f;
  color: rgba(255, 255, 255, 0.8);
}
.item-page.special-offers .article-footer #pop-print a {
  color: rgba(255, 255, 255, 0.8);
  padding: 3.11111111rem;
  display: block;
  width: 100%;
}
.item-page.special-offers .article-footer #pop-print:hover {
  background: #eeede8;
  border-color: #eeede8;
  color: #ffffff;
}
.item-page.special-offers .article-footer #pop-print:hover a {
  color: #ffffff;
}
.item-page.special-offers .disclaimer {
  color: rgba(49, 48, 47, 0.4);
}
img {
  color: transparent;
  text-indent: -10000px;
}
.mod-articles-category-photo-gallery.flickity-enabled img {
  position: relative;
  filter: alpha(opacity=0);
  opacity: 0;
  top: 3.11111111rem;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  top: 0;
}
.mod-articles-category-photo-gallery.flickity-enabled img.flickity-lazyloaded {
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0;
}
.flickity-enabled .flickity-page-dots {
  bottom: -4.66666667rem;
  z-index: 12;
}
.flickity-enabled .flickity-page-dots .dot {
  padding: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  width: 1.6rem;
  height: 1.6rem;
  background: rgba(255, 255, 255, 0.25);
  border: 0.2rem solid #c3a061 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flickity-enabled .flickity-page-dots .dot.is-selected {
  background: #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: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: none;
    color: rgba(49, 48, 47, 0.8);
    line-height: 1.88;
    padding: 0 0 1.55555556rem 0;
    margin: 0 0 1.55555556rem;
    font-variant-numeric: oldstyle-nums;
    -webkit-font-feature-settings: "onum" 1;
    -moz-font-feature-settings: "onum" 1;
    -moz-font-feature-settings: "onum=1";
    -ms-font-feature-settings: "onum" 1;
    -o-font-feature-settings: "onum" 1;
    font-feature-settings: "onum" 1;
    display: block;
    padding-left: 3.11111111rem;
  }
  .item-page.special-offers .page-header {
    border-top: 2px dashed rgba(49, 48, 47, 0.4);
    border-left: 2px dashed rgba(49, 48, 47, 0.4);
    border-right: 2px dashed rgba(49, 48, 47, 0.4);
  }
  .item-page.special-offers .page-header .page-header-information-block {
    padding: 6.22222222rem 3.11111111rem 3.11111111rem;
    border-bottom: 1px solid rgba(49, 48, 47, 0.2);
  }
  .item-page.special-offers .page-header .page-header-information-block .article-title h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .item-page.special-offers .article-content {
    border-left: 2px dashed rgba(49, 48, 47, 0.4);
    border-right: 2px dashed rgba(49, 48, 47, 0.4);
  }
  .item-page.special-offers .article-content .article-content-inner {
    padding: 3.11111111rem 3.11111111rem 6.22222222rem !important;
  }
  .item-page.special-offers .article-content .article-content-inner .container {
    padding: 0;
    margin: 0;
  }
  .item-page.special-offers .article-footer {
    border-left: 2px dashed rgba(49, 48, 47, 0.4);
    border-right: 2px dashed rgba(49, 48, 47, 0.4);
    border-bottom: 2px dashed rgba(49, 48, 47, 0.4);
  }
}
table.solutions-table {
  width: 100%;
  table-layout: fixed;
  margin: 3.11111111rem 0;
}
table.solutions-table thead th {
  display: none;
}
table.solutions-table td {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  color: rgba(49, 48, 47, 0.8);
  line-height: 1.88;
  padding: 0 0 1.55555556rem 0;
  margin: 0 0 1.55555556rem;
  font-variant-numeric: oldstyle-nums;
  -webkit-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum" 1;
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum" 1;
  -o-font-feature-settings: "onum" 1;
  font-feature-settings: "onum" 1;
  padding: 0 1.55555556rem 1.55555556rem 1.55555556rem;
  border: 1px solid rgba(49, 48, 47, 0.2);
}
table.solutions-table td:before {
  content: attr(data-th) " ";
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.55555556rem 0;
  background: #fafaf8;
  padding-left: 1.55555556rem;
  margin-left: -1.55555556rem;
  margin-right: -1.55555556rem;
  border-bottom: 1px solid rgba(49, 48, 47, 0.2);
  margin-bottom: 1.55555556rem;
}
table.solutions-table tbody th {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  text-transform: none;
  color: #c3a061;
  line-height: 1.55555556;
  padding: 0 0 1.55555556rem 0;
  font-style: italic;
  font-weight: 700;
  color: #31302f;
  display: block;
}
table.solutions-table tbody > tr {
  display: block;
  padding-bottom: 6.22222222rem;
}
@media screen and (min-width: 768px) {
  table.solutions-table {
    margin-bottom: 9rem;
  }
  table.solutions-table thead th,
  table.solutions-table tbody th {
    display: table-cell;
    font-size: 18px;
    font-size: 1.8rem;
    border: 1px solid rgba(49, 48, 47, 0.2);
  }
  table.solutions-table thead th {
    background: #fafaf8;
    color: rgba(49, 48, 47, 0.6);
    padding: 1.55555556rem 2.5rem;
  }
  table.solutions-table thead th:first-child {
    width: 150px;
  }
  table.solutions-table tbody th {
    padding-top: 1.55555556rem;
    padding-left: 1.55555556rem;
  }
  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.55555556rem 2.5rem 2.5rem 2.5rem;
  }
}
.mod-articles-category-solutions-alt-main-content h2.mod-articles-category-heading,
.mod-articles-category-solutions-alt-main-content h2.articles-category-heading {
  border-bottom: 1px solid rgba(49, 48, 47, 0.2);
  padding-bottom: 0.77777778rem;
}
.mod-articles-category-solutions-alt-main-content .mod-articles-category-introtext p a,
.mod-articles-category-solutions-alt-main-content .articles-category-introtext p a {
  text-decoration: underline !important;
}
.mod-articles-category-solutions-alt-main-content .mod-articles-category-introtext h3,
.mod-articles-category-solutions-alt-main-content .articles-category-introtext h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  color: rgba(49, 48, 47, 0.8) !important;
  font-size: 23px !important;
  font-size: 2.3rem !important;
  letter-spacing: normal !important;
  font-weight: 400 !important;
  line-height: 1.55555556 !important;
  text-transform: none !important;
  font-style: normal !important;
  margin-bottom: 1.55555556rem;
}
.btn.btn-gradient {
  background-image: linear-gradient(to right, #c3a061 0%, #31302f 51%, #c3a061 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: #c3a061;
  cursor: pointer;
  display: block;
  position: relative;
  border: 0.1rem solid #c3a061;
  -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: #c3a061;
  -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: #c3a061;
  cursor: pointer;
  display: block;
  position: relative;
  border: 0.1rem solid #c3a061;
  -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: #c3a061;
  -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: #c3a061;
  border: 0.1rem solid #c3a061;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.btn.btn-raise:hover,
.btn.btn-raise:focus {
  color: #c3a061;
  box-shadow: 0 0.5rem 0.5rem -0.4rem #c3a061;
  -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 #c3a061, inset 0rem 0rem 0 0 #c3a061;
  border-color: #c3a061;
  color: #c3a061;
}
.btn.btn-offset:hover,
.btn.btn-offset:focus {
  box-shadow: 0 0 0 0 #c3a061, inset 6rem 3.5rem 0 0 #c3a061;
  background: #c3a061;
  border-color: #c3a061;
  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 #c3a061;
}
.btn.btn-border::after {
  border-bottom: 2px solid #c3a061;
}
.btn.btn-border:hover,
.btn.btn-border:active {
  letter-spacing: 5px;
  background: transparent;
  color: #c3a061;
}
.btn.btn-border:hover::before,
.btn.btn-border:hover::after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #c3a061;
  -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 #c3a061;
  border-bottom: 2px solid #c3a061;
}
.card-hover-outline::after {
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  transform-origin: right top;
  border-right: 2px solid #c3a061;
  border-left: 2px solid #c3a061;
}
.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(49, 48, 47, 0.2);
  overflow: hidden;
  padding: 3.11111111rem;
}
.card-main.card-hover-fill h3,
.card-main.card-hover-fill p {
  position: relative;
  color: rgba(49, 48, 47, 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: #31302f;
}
.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;
}