.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 14px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #777777;
}

.text-right {
  text-align: right;
}

@-webkit-keyframes profHover {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes profHover {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes btnHover {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.templatecard {
  margin: 10px 0;
}

.four-items .col-flex {
  -ms-flex-preferred-size: 25% !important;
      flex-basis: 25% !important;
}

@media only screen and (max-width: 1172px) {
  .four-items .col-flex {
    -ms-flex-preferred-size: 33.33% !important;
        flex-basis: 33.33% !important;
  }
}

@media only screen and (max-width: 991px) {
  .four-items .col-flex {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}

@media only screen and (max-width: 700px) {
  .four-items .col-flex {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.readmore {
  color: #A32A29;
  font-family: 'D-DIN';
  position: relative;
  text-transform: lowercase;
}

.readmore a {
  text-decoration: none;
  color: #A32A29;
}

.readmore a:hover {
  color: #F4AB7A;
}

.minihead {
  margin-top: 30px;
  font-size: 16px;
  font-family: 'D-DINExp-Bold';
}

.strong {
  font-weight: bold;
}

.date {
  color: #A32A29;
  font-family: 'D-DIN-Bold';
}

.title {
  font-size: 1.8em;
  color: #A32A29;
  font-family: 'D-DIN';
}

.title2 {
  font-family: 'D-DIN';
  font-size: 1.6rem;
}

.subtle {
  font-family: 'D-DIN';
  font-size: 18px;
}

.subtle2 {
  font-size: 22px;
}

.sub-title {
  font-size: 16px;
  font-family: "D-DIN";
}

.tablinks {
  cursor: pointer;
}

.tablinks:not(.active):hover {
  z-index: 10;
}

html {
  margin: 0 !important;
  padding: 0 !important;
}

* {
  outline: none !important;
}

*::-moz-selection {
  background: #A32A29;
  color: #e0dddb;
}

*::selection {
  background: #A32A29;
  color: #e0dddb;
}

.vid-sec {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 40%;
  position: relative;
  height: 100%;
  min-width: 100%;
  text-decoration: none;
  position: absolute;
  cursor: pointer;
  color: unset;
  max-height: 100%;
  max-width: 630px;
  height: 320px;
  width: auto;
  position: relative;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  margin: auto;
}

@media only screen and (max-width: 870px) {
  .vid-sec {
    width: 100%;
  }
}

.vid-sec .play-btn {
  position: absolute;
  background-color: #F4AB7A;
  -webkit-transition: 400ms;
  transition: 400ms;
  width: 4.2em;
  height: 2.6em;
  line-height: 2.6em;
  text-align: center;
}

.vid-sec .play-btn::after {
  font-family: 'icomoon' !important;
  content: "\e901";
  color: white;
  font-size: 20px;
}

.vid-sec:hover .play-btn {
  background-color: #A32A29;
}

.leader .left-img {
  width: 270px;
}

.leader .card-body {
  max-width: 876px;
  padding: 80px 60px 60px 60px;
  border-radius: 4px;
}

@media only screen and (max-width: 630px) {
  .leader .card-body .col-wrap {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 630px) {
  .leader .card-body {
    padding: 80px 40px 60px 40px;
  }
}

.leader .wrapper {
  text-align: left;
}

.leader .wrapper .col-wrap {
  vertical-align: middle;
}

.leader .wrapper .col-wrap:not(.left-img) {
  padding-left: 20px;
}

.leader .leader-name {
  color: #A32A29;
  text-transform: uppercase;
}

.leader .leader-subtle {
  font-size: 16px;
  color: #221F1F;
  font-family: "D-DIN";
  text-transform: uppercase;
  margin: 0;
}

.leader .card-text {
  padding-top: 10px;
}

.fancy-styling {
  text-decoration: none;
  -webkit-transition: 100ms;
  transition: 100ms;
  position: relative;
}

.infinity-loader {
  position: relative;
}

.infinity-loader .load-data {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  height: 42px;
  line-height: 42px;
  display: block;
  color: #A32A29;
  -webkit-transition: 200ms;
  transition: 200ms;
  font-family: 'D-DIN-Bold';
  font-size: 18px;
}

.infinity-loader .load-data::after {
  font-family: 'icomoon' !important;
  content: "\e912";
  margin-left: 30px;
}

.infinity-loader .load-data:hover {
  color: #F4AB7A;
}

.infinity-loader .load-data:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.cancel-padding {
  padding: 0 !important;
}

a {
  color: #221F1F;
  text-decoration: none !important;
}

.light-toparea {
  background-color: white;
  border-color: black;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

.icon {
  display: block;
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  padding-top: 15px;
}

.icon div {
  height: 3px;
  margin-bottom: 5px;
  display: block;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #A32A29;
}

.icon div:nth-child(1) {
  width: 100%;
}

.icon div:nth-child(2) {
  width: 85%;
}

.icon div:nth-child(3) {
  width: 65%;
}

.menu-close {
  z-index: 100;
}

.menu-close div {
  background-color: #A32A29;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3px;
  height: 58%;
  display: block;
  z-index: -100;
  left: 0;
  margin: auto;
}

.menu-close div:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-close div:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sec-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.sec-wrapper .col-wrap {
  display: table-cell;
  vertical-align: top;
}

.spacing {
  padding: 12px 0;
  display: block;
}

.spacing-half {
  padding: 6px 0;
  display: block;
}

.spacing-half2 {
  padding: 3px 0;
  display: block;
}

.column-1 {
  width: 8.33333%;
}

.column-2 {
  width: 16.66667%;
}

.column-3 {
  width: 25%;
}

.column-4 {
  width: 32.33333%;
}

.column-5 {
  width: 41.66667%;
}

.column-6 {
  width: 49%;
}

.column-7 {
  width: 58.33333%;
}

.column-8 {
  width: 66.66667%;
}

.column-9 {
  width: 75%;
}

.column-10 {
  width: 82.73333%;
}

.column-11 {
  width: 91.66667%;
}

.column-12 {
  width: 100%;
}

.wrapper {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.wrapper .col-wrap {
  display: table-cell;
  vertical-align: middle;
}

.wrapper-middle {
  vertical-align: middle !important;
}

.menu-bar {
  width: 82%;
  margin: auto;
}

.menu-bar .country {
  width: 176px;
  height: 36px;
  background-color: #A32A29;
  border-radius: 25px;
  padding: 6px 20px;
  border: none;
  color: white;
  font-family: 'D-DIN';
  text-align: left;
  line-height: 24px;
}

.menu-bar .country::after {
  color: white;
  font-size: 12px;
  right: 20px;
  line-height: 38px;
}

.menu-bar .country .current {
  font-family: 'D-DIN';
}

.menu-bar .country:focus {
  background-color: #A32A29;
}

.menu-bar .country:hover {
  background-color: #A32A29;
}

.menu-bar .country:active, .menu-bar .country.dropdown.open {
  background-color: #A32A29 !important;
  border: none;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

.menu-bar .country.open:active, .menu-bar .country.open.dropdown {
  background-color: #e87c54 !important;
}

.menu-bar .country.open:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.menu-bar .country.open .list {
  opacity: 1;
  pointer-events: auto;
}

.menu-bar .country.open .option {
  cursor: pointer;
  font-family: 'D-DIN';
}

.menu-bar .country.wide {
  width: 100%;
}

.menu-bar .country.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.menu-bar .country .list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  background-color: #fff;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
  color: #221F1F;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

.menu-bar .country .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 400px;
  overflow-y: scroll;
}

.menu-bar .country .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.menu-bar .country .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.menu-bar .country .option:hover, .menu-bar .country .option:focus {
  background-color: #e0dddb !important;
}

.menu-bar .country .option.selected {
  font-weight: 600;
}

.menu-bar .country .option.selected:focus {
  background: #e0dddb;
}

@media only screen and (max-width: 1238px) {
  .menu-bar {
    width: 90%;
  }
}

@media only screen and (max-width: 800px) {
  .menu-bar {
    width: 96%;
  }
}

.menu-bar .country .list ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
}

.menu-bar ul li {
  text-decoration: none;
  list-style: none;
  height: 44px;
  line-height: 44px;
  font-family: 'D-DIN';
}

.menu-bar ul li a {
  text-decoration: none;
  color: #221F1F;
  font-size: 14px;
  display: block;
}

.menu-bar ul li a:hover {
  color: #A32A29;
}

.menu-bar ul li a.active {
  color: #A32A29;
}

/*
==============================================
floating
==============================================
*/
.floating {
  -webkit-animation-name: floating;
  animation-name: floating;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.to-top {
  background-color: #e0dddb;
  position: fixed;
  height: 35px;
  width: 35px;
  z-index: 1000;
  bottom: 11%;
  right: 5%;
  display: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.to-top a {
  display: block;
  min-height: 100%;
  max-height: 100%;
}

.to-top a::after {
  position: absolute;
  vertical-align: middle;
  text-align: center;
  top: 0;
  bottom: 0;
  font-family: 'icomoon' !important;
  content: "\e913";
  margin: auto;
  right: 0;
  left: 0;
  line-height: 35px;
  color: #A32A29;
}

@media only screen and (max-width: 1070px) {
  .to-top {
    display: none !important;
  }
}

#popup {
  padding: 30px 50px !important;
  border-radius: 20px;
  overflow-y: hidden;
}

#popup .popup-opt {
  width: 16em !important;
  max-width: unset;
  text-align: left;
  height: 42px;
}

@media only screen and (max-width: 425px) {
  #popup .popup-opt {
    width: 12em;
  }
}

#popup .exclude {
  border: 2px solid #A32A29 !important;
  border-radius: 50px;
  background-color: white;
  display: block;
  margin-bottom: 20px;
  padding: 0 20px;
  position: relative;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

#popup .exclude::-ms-expand {
  display: none;
}

#popup .dropdown {
  border: 1px solid #A32A29 !important;
  border-radius: 50px;
  margin-bottom: 20px;
}

#popup .dropdown .list {
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

#popup [data-fancybox-close] {
  background-color: transparent !important;
  color: #221F1F !important;
  opacity: 1;
}

#wrapper .card-body {
  padding: 25px 15px;
}

#wrapper .sec-title {
  color: #A32A29;
  font-family: 'D-DIN';
  font-size: 1.6rem;
  margin-top: 15px;
  margin-bottom: 15px;
}

#wrapper .sec-title2 {
  font-size: 1.2em;
  color: #A32A29;
  margin-bottom: 15px;
  font-family: 'D-DIN';
}

#wrapper .subsec-title {
  color: #A32A29;
  font-family: 'D-DIN';
  font-size: 1.35em;
  margin-top: 15px;
  margin-bottom: 10px;
}

#wrapper .subsec-title2 {
  color: #A32A29;
  font-family: 'D-DIN';
  font-size: 1.35em;
  margin-top: 15px;
  margin-bottom: 10px;
}

#wrapper .grey-sec ol {
  padding: 0 20px;
}

#wrapper .black {
  color: black !important;
}

#wrapper .arrow-scroll {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

#wrapper .arrow-scroll a {
  display: block;
  height: 60px;
}

#wrapper .arrow-scroll a::after {
  position: absolute;
  vertical-align: middle;
  text-align: center;
  top: 0;
  bottom: 0;
  font-family: 'icomoon' !important;
  content: "\e912";
  margin: auto;
  right: 0;
  left: 0;
  color: #A32A29;
}

#wrapper .dashboard {
  -webkit-transition: 400ms;
  transition: 400ms;
  cursor: pointer;
}

#wrapper .dashboard .img-holder {
  background-color: #A32A29;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
}

#wrapper .dashboard p {
  color: #A32A29;
  position: relative;
  font-weight: bold;
  padding: 4px 30px 0 5px;
  margin: auto;
}

#wrapper .dashboard p::after {
  color: #221F1F;
  font-family: 'icomoon' !important;
  content: "\e905";
  position: absolute;
  line-height: 59px;
  top: -3px;
  right: 0;
  margin: auto;
}

#wrapper .dashboard p::after:hover {
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
}

#wrapper .nav-div {
  padding-left: 0 !important;
  margin-left: 10px;
}

#wrapper .dashboard::before {
  background: transparent !important;
}

#wrapper .dashboard:hover::before {
  background: transparent !important;
  display: none;
}

#wrapper .pad-content {
  padding: 0 10%;
  max-height: 100%;
  padding-top: 20px;
}

#wrapper .pad-content h2 {
  font-size: 28px !important;
}

@media only screen and (max-width: 900px) {
  #wrapper .pad-content {
    padding: 0 5%;
  }
}

#wrapper .content {
  padding: 0 5%;
  max-width: 1720px;
  margin: auto;
}

@media only screen and (max-width: 425px) {
  #wrapper .content {
    padding: 0 3%;
  }
}

#wrapper .breadcrumbs-sec .breadcrumb {
  background: transparent;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

#wrapper .breadcrumbs-sec .breadcrumb .breadcrumb-item {
  font-family: 'D-DIN' !important;
  top: 2px;
  position: relative;
}

#wrapper .breadcrumbs-sec .breadcrumb .breadcrumb-item a {
  color: #221F1F;
  text-decoration: none;
}

#wrapper .breadcrumbs-sec .breadcrumb .breadcrumb-item a:hover {
  color: #F4AB7A;
}

#wrapper .breadcrumbs-sec .breadcrumb .breadcrumb-item::before {
  font-family: 'icomoon' !important;
  content: "\e90b";
  font-size: 12px;
  display: inline-block;
  padding-right: .5rem;
  color: #221F1F;
  font-weight: 100;
  position: relative;
  top: 0px;
}

#wrapper .breadcrumbs-sec .breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}

#wrapper .breadcrumbs-sec .breadcrumb .breadcrumb-item.active {
  color: #A32A29 !important;
  position: relative;
  top: 2px;
}

#wrapper .banner-div .banner-header {
  text-align: center;
}

#wrapper .banner-div .banner-header h2 {
  font-size: 36px;
  font-family: 'D-DIN';
}

#wrapper .banner-div .banner-header p {
  font-family: 'D-DIN';
  font-size: 18px;
  text-align: center !important;
}

#wrapper .banner-div .banner-header a {
  border: none;
  min-height: 32px;
  border-radius: 50px;
  background-color: #A32A29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 22px;
  max-width: calc(100% - 1.25rem - 20px);
  position: relative;
  line-height: 40px;
  height: 40px;
  display: inline-block;
}

#wrapper .banner-div .banner-header a:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .banner-div .banner-header a::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e91c";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 32px;
  font-size: 18px;
}

#wrapper .banner-div .banner-header a::after {
  position: absolute;
  line-height: 40px;
}

@media only screen and (max-width: 1280px) {
  #wrapper .banner-div {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 1071px) {
  #wrapper .mobile_nav {
    display: none;
  }
}

@media only screen and (max-width: 1070px) {
  #wrapper .top-area,
  #wrapper .col-menu1,
  #wrapper .search-menu {
    display: none !important;
  }
  #wrapper .top-nav-sec {
    background-color: white !important;
    -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
            box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
    -webkit-transition: 100ms;
    transition: 100ms;
  }
}

#wrapper .drop-menu {
  text-transform: uppercase;
  font-family: 'D-DIN-Bold';
}

#wrapper .drop-menu .dropdown .current {
  color: #A32A29;
  border-radius: 5px;
  padding-right: 25px;
}

#wrapper .drop-menu .dropdown .list {
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

#wrapper .drop-menu p::after {
  font-family: 'icomoon' !important;
  content: "\e904";
  margin-left: 6px;
  font-size: 11px;
}

#wrapper .hotline .top-area-search {
  display: table;
  border-radius: 25px;
  border: 1px solid #A32A29;
  background-color: transparent;
  position: relative;
}

#wrapper .hotline .top-area-search::after {
  font-family: 'icomoon' !important;
  content: "\e900";
  position: absolute;
  color: #A32A29;
  right: 0;
  top: 5px;
  margin-right: 10px;
  font-size: 15px;
  z-index: -1;
}

#wrapper .hotline .top-area-search input {
  display: inline-block;
  width: 100%;
  padding: 4px 12px;
  border-radius: 25px;
  border: none;
  background-color: transparent;
  font-family: 'D-DIN';
}

#wrapper .hotline .top-area-search input::-webkit-input-placeholder {
  color: #A32A29;
}

#wrapper .hotline .top-area-search input:-ms-input-placeholder {
  color: #A32A29;
}

#wrapper .hotline .top-area-search input::-ms-input-placeholder {
  color: #A32A29;
}

#wrapper .hotline .top-area-search input::placeholder {
  color: #A32A29;
}

#wrapper .hotline span {
  color: #A32A29;
  margin-left: 10px;
}

#wrapper .hotline p {
  margin: 0;
}

#wrapper .menu-bd-bottom {
  margin: 0;
  padding: 0;
}

#wrapper .menu-bd-bottom p {
  margin: 5px 0;
}

#wrapper .no-pad-marg {
  margin: 0 !important;
  padding: 0 !important;
}

#wrapper .mobile-nav2 {
  padding: 20px 0px;
  background-color: #e0dddb;
  width: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 150;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  margin: 0;
}

#wrapper .mobile-nav2 h5 {
  color: #221F1F;
  font-family: 'D-DIN-Bold';
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
}

#wrapper .mobile-nav2 button {
  margin: 5px 0;
}

#wrapper .mobile-nav2 button.banking {
  width: 100%;
  border: none;
  height: 42px;
  line-height: 42px;
  background-color: #F4AB7A;
  color: white;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#wrapper .mobile-nav2 button.banking:active, #wrapper .mobile-nav2 button.banking.dropdown.open, #wrapper .mobile-nav2 button.banking:hover {
  color: #d8744a;
  background: white;
  border: 1px solid #d8744a;
}

#wrapper .mobile-nav2 button.login {
  width: 100%;
  border: none;
  height: 42px;
  line-height: 42px;
  background-color: #A32A29;
  color: white;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#wrapper .mobile-nav2 button.login:active, #wrapper .mobile-nav2 button.login.dropdown.open, #wrapper .mobile-nav2 button.login:hover {
  color: #A32A29;
  background: white;
  border: 1px solid #A32A29;
}

#wrapper .mobile-nav2 ul {
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 150;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  margin-bottom: 0;
}

#wrapper .mobile-nav2 ul li a {
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  color: #221F1F;
  font-family: 'D-DIN';
  text-decoration: none;
}

#wrapper .mobile-nav2 ul li a:hover {
  color: #A32A29;
}

#wrapper .mobile-nav2 .dropdown {
  background-color: #f0f0f0 !important;
  border-color: #dddfe2;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

#wrapper .mobile-nav2 .dropdown .current {
  color: #A32A29;
}

#wrapper .mobile-nav2 .location {
  padding: 30px 10px;
}

#wrapper .mobile-nav2 .online {
  padding: 30px 10px;
}

#wrapper .pos-rel {
  position: relative;
}

#wrapper .vid-link {
  z-index: 1;
  height: 100%;
  min-width: 100%;
  text-decoration: none;
  position: absolute;
  cursor: pointer;
  color: unset;
}

#wrapper .vid-link .play-btn {
  position: absolute;
  background-color: #F4AB7A;
  -webkit-transition: 400ms;
  transition: 400ms;
  width: 4.2em;
  height: 2.6em;
  line-height: 2.6em;
  text-align: center;
}

#wrapper .vid-link .play-btn::after {
  font-family: 'icomoon' !important;
  content: "\e901";
  color: white;
  font-size: 20px;
}

#wrapper .vid-link:hover .play-btn {
  background-color: #A32A29;
}

#wrapper .vid-link .play-btn {
  bottom: 0;
  right: 0;
}

#wrapper .top-area {
  border-bottom: 1px solid #A32A29;
  font-family: 'D-DIN';
  font-size: 14px;
}

#wrapper .top-area .top-float {
  width: 100%;
  text-align: right;
}

#wrapper .top-area .top-float > div {
  padding-left: 10px;
  display: inline-block;
}

#wrapper .eazzy-btn-hover {
  border-radius: 0 10px 0 0 !important;
}

#wrapper .top-nav {
  display: table;
  width: 100%;
  padding: 10px 0;
  font-family: 'D-DIN';
  position: relative;
  -webkit-transition: 100ms;
  transition: 100ms;
}

#wrapper .top-nav .dash-dropdown {
  display: none;
  position: absolute;
  background: white;
  top: 40px;
  width: 200px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
  -webkit-transition: 100ms;
  transition: 100ms;
}

#wrapper .top-nav .dash-dropdown .link {
  display: block;
  text-align: left;
  padding: 5px 10px;
}

#wrapper .top-nav .dash-dropdown .link:hover {
  background: #e7eaea;
  color: #221f20;
}

#wrapper .top-nav .col-logo,
#wrapper .top-nav .col-menu1 {
  display: table-cell;
  vertical-align: middle;
}

#wrapper .top-nav .col-logo {
  width: 120px;
}

#wrapper .top-nav .col-logo img {
  max-width: 90px;
}

#wrapper .top-nav .col-menu1 {
  text-align: right;
  border-radius: 0 0 14px 0;
}

#wrapper .top-nav .col-menu1 ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#wrapper .top-nav .col-menu1 ul li {
  display: inline-block;
  padding: 0 20px;
  line-height: 42px;
  margin: 0 2px;
  position: relative;
}

#wrapper .top-nav .col-menu1 ul li a {
  text-decoration: none;
  color: #221F1F;
  font-size: 14px;
  font-family: 'D-DIN';
  display: block;
}

#wrapper .top-nav .col-menu1 ul li a::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #A32A29;
  display: block;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
  border-radius: 25px;
}

#wrapper .top-nav .col-menu1 ul li a:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

#wrapper .top-nav .col-menu1 ul li a:hover {
  color: #A32A29;
}

@media only screen and (max-width: 1413px) {
  #wrapper .top-nav .col-menu1 ul li {
    padding: 6px 15px;
  }
}

@media only screen and (max-width: 1335px) {
  #wrapper .top-nav .col-menu1 ul li {
    padding: 6px 11px;
  }
}

@media only screen and (max-width: 1284px) {
  #wrapper .top-nav .col-menu1 ul li {
    padding: 6px 8px;
  }
}

#wrapper .top-nav .col-menu1 ul li:last-child::before {
  display: none;
}

#wrapper .top-nav .col-menu1 ul li a.active {
  color: #A32A29;
  font-family: 'D-DIN-Bold';
}

#wrapper .top-nav .col-menu1 ul li a.active::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #A32A29;
  display: block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

#wrapper .top-nav .col-menu1 ul .eazzy-text:before {
  background-color: transparent;
}

#wrapper .top-nav .col-menu1 .eazzy {
  background-color: #A32A29;
  font-family: 'D-DIN' !important;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  border-radius: 0px 10px;
  -webkit-transition: 400ms;
  transition: 400ms;
  width: 120px;
  text-align: center;
  position: relative;
  color: white;
  padding: 0;
  height: 42px;
  line-height: 42px;
  margin-top: 5px;
}

#wrapper .top-nav .col-menu1 .eazzy::before {
  display: none;
}

#wrapper .top-nav .col-menu1 .eazzy ul {
  list-style: none;
  display: block;
  position: relative;
}

#wrapper .top-nav .col-menu1 .eazzy ul li:first-child {
  cursor: pointer;
}

#wrapper .top-nav .col-menu1 .eazzy ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login {
  position: absolute;
  background: #A32A29;
  width: 340px;
  right: 0;
  z-index: 1;
  text-align: center;
  border-radius: 0 0 10px 10px;
  display: none;
  z-index: 10;
}

#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .spaced {
  padding: 12px 16px 16px;
}

#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login button {
  background-color: white;
  color: #A32A29;
  font-size: 16px;
  border: 1px solid #A32A29;
  border-radius: 25px;
  height: 34px;
  line-height: 34px;
  padding: 0 26px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login button:hover {
  background: #F4AB7A;
  color: white;
}

#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login p.left {
  font-family: 'D-DIN';
  font-size: 14px;
  margin: 5px 0;
  height: 20px;
  line-height: 20px;
}

#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered {
  border-left: 1px solid white;
  min-height: 1em;
  width: 100%;
  text-align: center;
  font-weight: 100;
  margin-left: -15px;
  padding-left: 15px;
}

#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered p {
  margin: 0;
  font-family: 'D-DIN';
  line-height: 1.2;
  font-size: 13px;
  color: white;
  border-radius: 8px;
  -webkit-transition: 300ms;
  transition: 300ms;
  padding: 3px;
}

#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered p::before {
  font-size: 26px;
  font-family: 'icomoon' !important;
  content: "\e902";
  color: white;
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;
  display: block;
}

#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered p:active, #wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered p.dropdown.open {
  background: white;
  color: #A32A29;
}

#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered p:active::before, #wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered p.dropdown.open::before {
  color: #A32A29;
}

#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered p:hover {
  background: #F4AB7A;
  color: white;
}

#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered p:hover::before {
  color: white;
}

@media only screen and (max-width: 1070px) {
  #wrapper .top-nav .col-menu1 .eazzy {
    display: none;
  }
}

#wrapper .top-nav .menu-bar li a {
  font-family: 'D-DIN';
}

#wrapper .main-menu .wrapper {
  width: 100%;
}

#wrapper .main-menu .wrapper .menu-bar ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#wrapper .main-menu .wrapper .search-bar {
  width: 100%;
  max-height: 100%;
}

#wrapper .main-menu .wrapper .search-bar input::-webkit-input-placeholder {
  font-size: 18px;
}

#wrapper .main-menu .wrapper .search-bar input:-ms-input-placeholder {
  font-size: 18px;
}

#wrapper .main-menu .wrapper .search-bar input::-ms-input-placeholder {
  font-size: 18px;
}

#wrapper .main-menu .wrapper .search-bar input::placeholder {
  font-size: 18px;
}

#wrapper .search-bar {
  border: 2px solid #A32A29;
  height: 42px;
  border-radius: 5px;
  margin: 0 auto;
  display: table;
  -webkit-transition: 600ms;
  transition: 600ms;
  position: relative;
}

#wrapper .search-bar input {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: none;
  background: transparent;
  font-size: 18px;
  font-family: 'D-DIN';
  padding: 0 16px;
  margin: 0;
}

#wrapper .search-bar input::-webkit-input-placeholder {
  color: #A32A29;
  font-size: 24px;
}

#wrapper .search-bar input:-ms-input-placeholder {
  color: #A32A29;
  font-size: 24px;
}

#wrapper .search-bar input::-ms-input-placeholder {
  color: #A32A29;
  font-size: 24px;
}

#wrapper .search-bar input::placeholder {
  color: #A32A29;
  font-size: 24px;
}

#wrapper .search-bar input:focus::-webkit-input-placeholder {
  color: transparent;
}

#wrapper .search-bar input:focus:-ms-input-placeholder {
  color: transparent;
}

#wrapper .search-bar input:focus::-ms-input-placeholder {
  color: transparent;
}

#wrapper .search-bar input:focus::placeholder {
  color: transparent;
}

#wrapper .search-bar .search-btn {
  width: 65px;
  text-align: center;
  vertical-align: middle;
}

#wrapper .search-bar .search-btn .line-left {
  background: transparent;
  border: none;
  height: 70%;
  min-width: 100%;
  border-left: 1px solid #A32A29;
  position: relative;
  display: table;
  outline: 0 !important;
}

#wrapper .search-bar .search-btn .line-left::after {
  font-family: 'icomoon' !important;
  content: "\e910";
  color: #A32A29;
  text-align: center;
  margin: auto;
  line-height: 30px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}

#wrapper .search-bar input,
#wrapper .search-bar .search-btn {
  display: table-cell;
}

#wrapper .search-bar.home-search-bar-hover {
  margin: 100px auto 0px;
}

#wrapper .search-bar.home-search-bar {
  width: 62%;
  position: relative;
}

@media only screen and (max-width: 1238px) {
  #wrapper .search-bar.home-search-bar {
    width: 80%;
  }
}

@media only screen and (max-width: 800px) {
  #wrapper .search-bar.home-search-bar {
    width: 90%;
  }
}

#wrapper .search-menu {
  margin: 10px 0;
  font-family: 'D-DIN';
}

#wrapper .banner {
  width: 100%;
  height: 28em;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1440px) {
  #wrapper .banner {
    height: 23em;
    background-size: cover;
  }
}

@media only screen and (max-width: 600px) {
  #wrapper .banner {
    margin-top: 120px;
  }
  #wrapper .banner .banner-txt {
    position: relative;
    top: -130px;
  }

  #wrapper .banner-mobile {
    display: block !important;
  }

  #wrapper .banner-desktop {
    display: none !important;
  }

  #wrapper .banner-mobile .banner {
    height: auto;
    min-height: 26em;
  }
  
}

#wrapper .banner .banner-txt {
  padding: 30px 45px;
  color: #ae3613;
  font-family: 'D-DIN';
  font-size: 2rem;
}

@media only screen and (max-width: 425px) {
  #wrapper .banner .banner-txt {
    padding: 30px 15px;
  }
}

#wrapper .accounts-cards {
  background-color: #e0dddb;
}

#wrapper .home-cards {
  background-color: #e0dddb;
}

#wrapper .home-cards .tabcontent {
  width: 100%;
}

#wrapper .home-cards .tabcontent .livestream-vid {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  height: 13rem;
  position: relative;
  z-index: 1;
}

#wrapper .home-cards .tabcontent .livestream-vid::after {
  background: rgba(10, 6, 8, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
}

#wrapper .home-cards .tabcontent .article-padding {
  padding: 20px 15px;
}

#wrapper .home-cards .tabcontent .articles-sec .card {
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

#wrapper .home-cards .tabcontent .numbered-dropcap {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

#wrapper .home-cards .tabcontent .numbered-dropcap li {
  line-height: 1.2;
}

#wrapper .home-cards .tabcontent .numbered-dropcap li:first-letter {
  font-size: 36px;
  padding: 0;
  letter-spacing: 0;
}

#wrapper .home-cards .tabcontent .title {
  color: #A32A29;
}

#wrapper .home-cards .tabcontent .subtle {
  font-size: 16px;
}

#wrapper .home-cards .achievements .showme .title {
  font-size: 1.8em;
}

#wrapper .home-cards .achievements .card-body {
  padding-bottom: 60px;
}

#wrapper .home-cards .achievements .mi2 {
  bottom: 15px;
}

#wrapper .home-cards .leadership .card-body {
  padding-bottom: 28px;
}

#wrapper .home-cards .card-content {
  display: table;
  width: 100%;
}

#wrapper .home-cards .card-content p,
#wrapper .home-cards .card-content img {
  display: table-cell !important;
  vertical-align: middle;
}

#wrapper .home-cards .card-content img {
  width: 630px;
}

@media only screen and (max-width: 1060px) {
  #wrapper .home-cards .card-content {
    display: block;
  }
  #wrapper .home-cards .card-content p {
    display: block;
  }
  #wrapper .home-cards .card-content img {
    width: 240px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 680px) {
  #wrapper .home-cards .card-content img {
    width: 200px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  #wrapper .home-cards .card-content img {
    width: 300px;
    margin: 0 auto;
  }
}

#wrapper .home-cards .card-body {
  position: relative;
  padding-bottom: 80px;
}

#wrapper .home-cards .card {
  border: none;
  border-radius: 5px;
}

#wrapper .home-cards .card .card-tag {
  color: #A32A29;
  font-family: 'D-DIN-Bold';
  padding-bottom: 5px;
}

#wrapper .home-cards .card .date {
  color: #221F1F;
  padding-bottom: 20px;
}

#wrapper .home-cards .card .card-title {
  font-family: 'D-DIN';
  font-size: 18px;
}

#wrapper .home-cards .card .card-text {
  color: #221F1F;
  font-family: 'D-DIN';
  display: block;
}

#wrapper .home-cards .card .card-btn {
  border: none;
  min-height: 32px;
  border-radius: 50px;
  background-color: #A32A29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 22px;
  max-width: calc(100% - 1.25rem - 20px);
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 200ms;
  transition: 200ms;
  left: 20px;
  position: absolute;
  bottom: 20px;
  line-height: 33px;
}

#wrapper .home-cards .card .card-btn:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .home-cards .card .card-btn::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e91c";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 32px;
  font-size: 18px;
}

#wrapper .home-cards .card .card-btn:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .home-cards .card .card-btn:hover {
  background: #F4AB7A;
}

#wrapper .home-cards .card ul {
  color: #221F1F;
  font-family: 'D-DIN';
}

#wrapper .home-cards .card .mi {
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  /* background-color: #A32A29; */
  color: #A32A29;
  font-family: 'D-DIN-Bold';
  padding: 0 60px 0 0;
  left: 20px;
  position: absolute;
  bottom: 65px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

#wrapper .home-cards .card .mi::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 42px;
  font-size: 14px;
}

#wrapper .home-cards .card .mi:hover {
  color: #F4AB7A;
}

#wrapper .home-cards .card .mi:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .home-cards .flex-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#wrapper .home-cards .flex-wrap .col-flex {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}

#wrapper .home-cards .flex-wrap .col-flex .card {
  margin: 10px 20px 10px 0;
}

@media only screen and (max-width: 991px) {
  #wrapper .home-cards .flex-wrap .col-flex .card {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 1060px) {
  #wrapper .home-cards .flex-wrap .col-flex {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

#wrapper .accounts-cards2 .tabcontent {
  width: 100%;
}

#wrapper .accounts-cards2 .tabcontent .livestream-vid {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  height: 13rem;
  position: relative;
  z-index: 1;
}

#wrapper .accounts-cards2 .tabcontent .livestream-vid::after {
  background: rgba(10, 6, 8, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
}

#wrapper .accounts-cards2 .tabcontent .article-padding {
  padding: 20px 15px;
}

#wrapper .accounts-cards2 .tabcontent .articles-sec .card {
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

#wrapper .accounts-cards2 .tabcontent .numbered-dropcap {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

#wrapper .accounts-cards2 .tabcontent .numbered-dropcap li {
  line-height: 1.2;
}

#wrapper .accounts-cards2 .tabcontent .numbered-dropcap li:first-letter {
  font-size: 36px;
  padding: 0;
  letter-spacing: 0;
}

#wrapper .accounts-cards2 .tabcontent .title {
  color: #A32A29;
}

#wrapper .accounts-cards2 .tabcontent .subtle {
  font-size: 16px;
}

#wrapper .accounts-cards2 .achievements .showme .title {
  font-size: 1.8em;
}

#wrapper .accounts-cards2 .achievements .card-body {
  padding-bottom: 60px;
}

#wrapper .accounts-cards2 .achievements .mi2 {
  bottom: 15px;
}

#wrapper .accounts-cards2 .leadership .card-body {
  padding-bottom: 28px;
}

#wrapper .accounts-cards2 .card-content {
  display: table;
  width: 100%;
}

#wrapper .accounts-cards2 .card-content p,
#wrapper .accounts-cards2 .card-content img {
  display: table-cell !important;
  vertical-align: middle;
}

#wrapper .accounts-cards2 .card-content img {
  width: 630px;
}

@media only screen and (max-width: 1060px) {
  #wrapper .accounts-cards2 .card-content {
    display: block;
  }
  #wrapper .accounts-cards2 .card-content p {
    display: block;
  }
  #wrapper .accounts-cards2 .card-content img {
    width: 240px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 680px) {
  #wrapper .accounts-cards2 .card-content img {
    width: 200px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  #wrapper .accounts-cards2 .card-content img {
    width: 300px;
    margin: 0 auto;
  }
}

#wrapper .accounts-cards2 .card-body {
  position: relative;
  padding-bottom: 80px;
}

#wrapper .accounts-cards2 .card {
  border: none;
  border-radius: 5px;
}

#wrapper .accounts-cards2 .card .card-tag {
  color: #A32A29;
  font-family: 'D-DIN-Bold';
  padding-bottom: 5px;
}

#wrapper .accounts-cards2 .card .date {
  color: #221F1F;
  padding-bottom: 20px;
}

#wrapper .accounts-cards2 .card .card-title {
  font-family: 'D-DIN';
  font-size: 18px;
}

#wrapper .accounts-cards2 .card .card-text {
  color: #221F1F;
  font-family: 'D-DIN';
  display: block;
}

#wrapper .accounts-cards2 .card .card-btn {
  border: none;
  min-height: 32px;
  border-radius: 50px;
  background-color: #A32A29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 22px;
  max-width: calc(100% - 1.25rem - 20px);
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 200ms;
  transition: 200ms;
  left: 20px;
  position: absolute;
  bottom: 20px;
  line-height: 33px;
}

#wrapper .accounts-cards2 .card .card-btn:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .accounts-cards2 .card .card-btn::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e91c";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 32px;
  font-size: 18px;
}

#wrapper .accounts-cards2 .card .card-btn:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .accounts-cards2 .card .card-btn:hover {
  background: #F4AB7A;
}

#wrapper .accounts-cards2 .card ul {
  color: #221F1F;
  font-family: 'D-DIN';
}

#wrapper .accounts-cards2 .card .mi {
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  /* background-color: #A32A29; */
  color: #A32A29;
  font-family: 'D-DIN-Bold';
  padding: 0 60px 0 0;
  left: 20px;
  position: absolute;
  bottom: 65px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

#wrapper .accounts-cards2 .card .mi::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 42px;
  font-size: 14px;
}

#wrapper .accounts-cards2 .card .mi:hover {
  color: #F4AB7A;
}

#wrapper .accounts-cards2 .card .mi:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .accounts-cards2 .flex-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#wrapper .accounts-cards2 .flex-wrap .col-flex {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}

#wrapper .accounts-cards2 .flex-wrap .col-flex .card {
  margin: 10px 20px 10px 0;
}

@media only screen and (max-width: 991px) {
  #wrapper .accounts-cards2 .flex-wrap .col-flex .card {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 1060px) {
  #wrapper .accounts-cards2 .flex-wrap .col-flex {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

#wrapper .accounts-cards2 .item {
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

#wrapper .accounts-cards2 .owl-stage-outer {
  padding: 10px;
}

#wrapper .accounts-cards .tabcontent {
  width: 100%;
}

#wrapper .accounts-cards .tabcontent .livestream-vid {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  height: 13rem;
  position: relative;
  z-index: 1;
}

#wrapper .accounts-cards .tabcontent .livestream-vid::after {
  background: rgba(10, 6, 8, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
}

#wrapper .accounts-cards .tabcontent .article-padding {
  padding: 20px 15px;
}

#wrapper .accounts-cards .tabcontent .articles-sec .card {
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

#wrapper .accounts-cards .tabcontent .numbered-dropcap {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

#wrapper .accounts-cards .tabcontent .numbered-dropcap li {
  line-height: 1.2;
}

#wrapper .accounts-cards .tabcontent .numbered-dropcap li:first-letter {
  font-size: 36px;
  padding: 0;
  letter-spacing: 0;
}

#wrapper .accounts-cards .tabcontent .title {
  color: #A32A29;
}

#wrapper .accounts-cards .tabcontent .subtle {
  font-size: 16px;
}

#wrapper .accounts-cards .achievements .showme .title {
  font-size: 1.8em;
}

#wrapper .accounts-cards .achievements .card-body {
  padding-bottom: 60px;
}

#wrapper .accounts-cards .achievements .mi2 {
  bottom: 15px;
}

#wrapper .accounts-cards .leadership .card-body {
  padding-bottom: 28px;
}

#wrapper .accounts-cards .card-content {
  display: table;
  width: 100%;
}

#wrapper .accounts-cards .card-content p,
#wrapper .accounts-cards .card-content img {
  display: table-cell !important;
  vertical-align: middle;
}

#wrapper .accounts-cards .card-content img {
  width: 630px;
}

@media only screen and (max-width: 1060px) {
  #wrapper .accounts-cards .card-content {
    display: block;
  }
  #wrapper .accounts-cards .card-content p {
    display: block;
  }
  #wrapper .accounts-cards .card-content img {
    width: 240px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 680px) {
  #wrapper .accounts-cards .card-content img {
    width: 200px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  #wrapper .accounts-cards .card-content img {
    width: 300px;
    margin: 0 auto;
  }
}

#wrapper .accounts-cards .card-body {
  position: relative;
  padding-bottom: 80px;
}

#wrapper .accounts-cards .card {
  border: none;
  border-radius: 5px;
}

#wrapper .accounts-cards .card .card-tag {
  color: #A32A29;
  font-family: 'D-DIN-Bold';
  padding-bottom: 5px;
}

#wrapper .accounts-cards .card .date {
  color: #221F1F;
  padding-bottom: 20px;
}

#wrapper .accounts-cards .card .card-title {
  font-family: 'D-DIN';
  font-size: 18px;
}

#wrapper .accounts-cards .card .card-text {
  color: #221F1F;
  font-family: 'D-DIN';
  display: block;
}

#wrapper .accounts-cards .card .card-btn {
  border: none;
  min-height: 32px;
  border-radius: 50px;
  background-color: #A32A29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 22px;
  max-width: calc(100% - 1.25rem - 20px);
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 200ms;
  transition: 200ms;
  left: 20px;
  position: absolute;
  bottom: 20px;
  line-height: 33px;
}

#wrapper .accounts-cards .card .card-btn:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .accounts-cards .card .card-btn::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e91c";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 32px;
  font-size: 18px;
}

#wrapper .accounts-cards .card .card-btn:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .accounts-cards .card .card-btn:hover {
  background: #F4AB7A;
}

#wrapper .accounts-cards .card ul {
  color: #221F1F;
  font-family: 'D-DIN';
}

#wrapper .accounts-cards .card .mi {
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  /* background-color: #A32A29; */
  color: #A32A29;
  font-family: 'D-DIN-Bold';
  padding: 0 60px 0 0;
  left: 20px;
  position: absolute;
  bottom: 65px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

#wrapper .accounts-cards .card .mi::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 42px;
  font-size: 14px;
}

#wrapper .accounts-cards .card .mi:hover {
  color: #F4AB7A;
}

#wrapper .accounts-cards .card .mi:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .accounts-cards .flex-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#wrapper .accounts-cards .flex-wrap .col-flex {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}

#wrapper .accounts-cards .flex-wrap .col-flex .card {
  margin: 10px 20px 10px 0;
}

@media only screen and (max-width: 991px) {
  #wrapper .accounts-cards .flex-wrap .col-flex .card {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 1060px) {
  #wrapper .accounts-cards .flex-wrap .col-flex {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media only screen and (max-width: 600px) {
  #wrapper .accounts-cards .owl-nav {
    padding-top: 20px;
  }
  #wrapper .accounts-cards .owl-nav .owl-prev,
  #wrapper .accounts-cards .owl-nav .owl-next {
    color: #A32A29;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    outline: none;
    font-size: 32px;
  }
  #wrapper .accounts-cards .owl-nav .owl-prev span,
  #wrapper .accounts-cards .owl-nav .owl-next span {
    display: none;
  }
  #wrapper .accounts-cards .owl-nav .owl-next {
    position: relative;
  }
  #wrapper .accounts-cards .owl-nav .owl-next::after {
    font-family: 'icomoon' !important;
    font-size: 22px;
    line-height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    left: 0;
  }
  #wrapper .accounts-cards .owl-nav .owl-prev {
    position: relative;
  }
  #wrapper .accounts-cards .owl-nav .owl-prev::after {
    font-family: 'icomoon' !important;
    font-size: 22px;
    line-height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    left: 0;
  }
}

#wrapper .home-about .home-vid,
#wrapper .home-about .home-about-sec {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 870px) {
  #wrapper .home-about .home-vid,
  #wrapper .home-about .home-about-sec {
    display: block;
  }
}

@media only screen and (max-width: 870px) {
  #wrapper .home-about .home-vid {
    height: 26rem;
  }
}

#wrapper .home-about .col-abt {
  display: table;
  width: 100%;
}

#wrapper .home-about .col-abt .home-vid {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 40%;
  position: relative;
}

@media only screen and (max-width: 870px) {
  #wrapper .home-about .col-abt .home-vid {
    width: 100%;
  }
}

#wrapper .home-about .col-abt .home-about-sec {
  padding-left: 50px;
  padding-right: 50px;
  display: table;
  padding-top: 30px;
  padding-bottom: 30px;
  width: auto;
}

@media only screen and (max-width: 425px) {
  #wrapper .home-about .col-abt .home-about-sec {
    padding-left: 5%;
    padding-right: 5%;
  }
}

#wrapper .home-about .col-abt .home-about-sec .home-about-text,
#wrapper .home-about .col-abt .home-about-sec .about-list {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 1200px) {
  #wrapper .home-about .col-abt .home-about-sec .home-about-text,
  #wrapper .home-about .col-abt .home-about-sec .about-list {
    display: block;
  }
}

#wrapper .home-about .col-abt .home-about-sec .home-about-text {
  padding-top: 20px;
  padding-bottom: 20px;
}

#wrapper .home-about .col-abt .home-about-sec .txt-smallbold {
  font-size: 18px;
  font-family: 'D-DIN-Bold';
}

#wrapper .home-about .col-abt .home-about-sec p,
#wrapper .home-about .col-abt .home-about-sec h3 {
  font-family: 'D-DIN';
}

#wrapper .home-about .col-abt .home-about-sec h3 {
  font-size: 26px;
}

#wrapper .home-about .col-abt .about-list {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 1200px) {
  #wrapper .home-about .col-abt .about-list {
    padding: 0;
  }
}

@media only screen and (max-width: 1200px) {
  #wrapper .home-about .col-abt .about-list {
    width: 100%;
  }
}

#wrapper .home-about .col-abt .about-list .about-list-table {
  padding-top: 42px;
  display: table;
  width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 1200px) {
  #wrapper .home-about .col-abt .about-list .about-list-table {
    padding-top: 0;
  }
}

#wrapper .home-about .col-abt .about-list .about-list-table ul {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  margin: auto;
}

#wrapper .home-about .col-abt .about-list .about-list-table ul li {
  color: #A32A29;
  height: 46px;
  line-height: 46px;
  line-height: 46px;
  font-family: 'D-DIN';
  position: relative;
  -webkit-transition: 400ms;
  transition: 400ms;
  padding: 0 35px 0 20px;
  border-radius: 5px;
  -webkit-transition: 600ms;
  transition: 600ms;
}

@media only screen and (max-width: 860px) {
  #wrapper .home-about .col-abt .about-list .about-list-table ul li {
    padding: 0 10px;
  }
}

#wrapper .home-about .col-abt .about-list .about-list-table ul li::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e91c";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 46px;
}

#wrapper .home-about .col-abt .about-list .about-list-table ul li:hover {
  background-color: #f6f6f6;
}

#wrapper .home-about .col-abt .about-list .about-list-table ul li:hover::after {
  color: #F4AB7A;
}

#wrapper .home-about .col-abt .about-list .about-list-table ul li a {
  text-decoration: none;
  color: #A32A29;
  display: block;
}

#wrapper .home-about .col-abt .about-list .about-list-table ul li a:hover {
  color: #F4AB7A;
}

#wrapper .text-container .col-wrap {
  vertical-align: top;
}

#wrapper .text-container #text-content {
  padding: 18px;
  width: auto;
  float: left;
  padding-top: 38px;
}

#wrapper .text-container #sidebar {
  width: 350px;
  color: #ffbdbd;
  will-change: min-height;
}

#wrapper .text-container #sidebar .sidebar__inner {
  padding: 50px 0;
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

@media only screen and (min-width: 992px) {
  #wrapper .text-container .col-wrap:not(#sidebar),
  #wrapper .text-container .twoem {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  #wrapper .text-container .col-wrap.content-text {
    display: block;
  }
  #wrapper .text-container #sidebar {
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper .text-container .col-wrap {
    display: block;
  }
  #wrapper .text-container #sidebar {
    width: 100%;
  }
}

#wrapper .sidebar-menu .sidebar-menu-list ul {
  width: 100%;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  margin: auto;
}

#wrapper .sidebar-menu .sidebar-menu-list ul li {
  color: #A32A29;
  height: 46px;
  line-height: 46px;
  line-height: 46px;
  font-family: 'D-DIN';
  position: relative;
  -webkit-transition: 400ms;
  transition: 400ms;
  padding: 0 35px 0 20px;
  border-radius: 25px;
}

@media only screen and (max-width: 860px) {
  #wrapper .sidebar-menu .sidebar-menu-list ul li {
    padding: 0 10px;
  }
}

#wrapper .sidebar-menu .sidebar-menu-list ul li::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e91c";
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 46px;
}

#wrapper .sidebar-menu .sidebar-menu-list ul li:hover {
  background-color: #e0dddb;
}

#wrapper .sidebar-menu .sidebar-menu-list ul li a {
  text-decoration: none;
  color: #A32A29;
}

#wrapper .sidebar-menu .sidebar-menu-list ul li a:hover {
  color: #F4AB7A;
}

#wrapper .findus {
  width: 100%;
}

#wrapper .findus .findus-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#wrapper .findus .findus-secs {
  text-align: center;
  display: table;
  max-height: 100%;
  padding: 7px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 100px;
}

#wrapper .findus .findus-secs .routeimg {
  width: 52px;
  margin: auto;
}

#wrapper .findus .findus-secs .selected {
  padding-right: 20px;
}

@media only screen and (max-width: 860px) {
  #wrapper .findus .findus-secs {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

#wrapper .findus .findus-secs .cell-wrapper {
  max-height: 100%;
}

#wrapper .findus .findus-secs .cell-wrapper input {
  font-size: 24px;
  font-weight: bold;
  border: none;
  border-bottom: 2px solid #A32A29;
  background: transparent;
  color: #A32A29;
}

@media only screen and (max-width: 860px) {
  #wrapper .findus .findus-secs .cell-wrapper input {
    padding: 0;
  }
}

#wrapper .findus .findus-secs .drop-down {
  cursor: pointer;
}

#wrapper .findus .findus-secs label,
#wrapper .findus .findus-secs .drop-down,
#wrapper .findus .findus-secs span,
#wrapper .findus .findus-secs .cell-wrapper {
  display: table-cell !important;
  vertical-align: middle;
}

#wrapper .findus .findus-secs label {
  font-size: 20px;
  font-family: 'D-DIN';
}

#wrapper .findus .findus-secs button {
  border: none;
  min-height: 32px;
  border-radius: 50px;
  background-color: #A32A29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 22px;
  max-width: calc(100% - 1.25rem - 20px);
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 200ms;
  transition: 200ms;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  max-width: 100% !important;
}

#wrapper .findus .findus-secs button:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .findus .findus-secs button::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e91c";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 32px;
  font-size: 18px;
}

#wrapper .findus .findus-secs button:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .findus .findus-secs button:hover {
  background: #F4AB7A;
}

#wrapper .findus .findus-secs:first-child {
  text-align: left;
  font-family: 'D-DIN';
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 860px) {
  #wrapper .findus .findus-secs:first-child {
    text-align: center;
  }
}

#wrapper .findus .findus-secs:last-child {
  font-family: 'D-DIN';
  text-align: right;
}

@media only screen and (max-width: 860px) {
  #wrapper .findus .findus-secs:last-child {
    text-align: center;
  }
}

#wrapper .footer-outer {
  background-color: #A32A29;
  padding: 20px 0;
}

#wrapper .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: white;
  font-family: 'D-DIN';
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#wrapper .footer .footer-sec {
  -ms-flex-preferred-size: 16.66%;
      flex-basis: 16.66%;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 4px;
}

@media only screen and (max-width: 876px) {
  #wrapper .footer .footer-sec {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}

@media only screen and (max-width: 600px) {
  #wrapper .footer .footer-sec {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  #wrapper .footer .footer-sec.socials .sub-sec:first-child {
    display: none;
  }
  #wrapper .footer .footer-sec:nth-last-child(2) {
    min-height: 2em;
  }
}

@media only screen and (max-width: 458px) {
  #wrapper .footer .footer-sec {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#wrapper .footer .footer-sec .ig a::after {
  font-family: 'icomoon' !important;
  content: "\e908";
  color: #fff;
  font-size: 18px;
}

#wrapper .footer .footer-sec .ig a::after:hover {
  color: #ccc;
}

#wrapper .footer .footer-sec .tw a::after {
  font-family: 'icomoon' !important;
  content: "\e907";
  color: #fff;
  font-size: 18px;
}

#wrapper .footer .footer-sec .tw a::after:hover {
  color: #ccc;
}

#wrapper .footer .footer-sec .fb a::after {
  font-family: 'icomoon' !important;
  content: "\e909";
  color: #fff;
  font-size: 18px;
}

#wrapper .footer .footer-sec .fb a::after:hover {
  color: #ccc;
}

#wrapper .footer .footer-sec .li a::after {
  font-family: 'icomoon' !important;
  content: "\e91a";
  color: #fff;
  font-size: 18px;
}

#wrapper .footer .footer-sec .li a::after:hover {
  color: #ccc;
}

#wrapper .footer .footer-sec .ig,
#wrapper .footer .footer-sec .tw,
#wrapper .footer .footer-sec .fb,
#wrapper .footer .footer-sec .li {
  display: inline-block;
  width: 23%;
}

#wrapper .footer .footer-sec .ig a:hover,
#wrapper .footer .footer-sec .tw a:hover,
#wrapper .footer .footer-sec .fb a:hover,
#wrapper .footer .footer-sec .li a:hover {
  color: #F4AB7A !important;
}

#wrapper .footer .footer-sec .sub-sec {
  overflow-wrap: break-word;
  width: 100%;
}

#wrapper .footer .footer-sec .sub-sec .left {
  width: 1px;
}

#wrapper .footer .footer-sec .sub-sec p a {
  text-decoration: none;
  color: white;
  -webkit-transition: 200ms;
  transition: 200ms;
}

#wrapper .footer .footer-sec .sub-sec p a:hover {
  color: #F4AB7A;
  text-shadow: none;
}

#wrapper .footer .footer-sec .sub-sec .heading {
  padding: 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  #wrapper .footer .footer-sec .sub-sec.right {
    text-align: center;
  }
}

@media only screen and (max-width: 1351px) {
  #wrapper .footer .footer-sec {
    display: block;
  }
  #wrapper .footer .footer-sec .sub-sec {
    width: 100%;
  }
  #wrapper .footer .footer-sec .sub-sec:first-child {
    width: 100%;
  }
  #wrapper .footer .footer-sec .sub-sec .heading {
    padding: 0;
    text-transform: uppercase;
  }
}

#wrapper .footer .right {
  text-align: right;
}

#wrapper .footer .right a {
  text-decoration: none;
}

#wrapper .footer .right a:hover {
  color: #ccc;
}

#wrapper .footer .copyright {
  width: 100%;
  color: white;
  text-align: right;
  padding-bottom: 10px;
}

@media only screen and (max-width: 643px) {
  #wrapper .footer .copyright {
    width: 70%;
    display: block;
  }
}

@media only screen and (max-width: 458px) {
  #wrapper .footer .copyright {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 30px;
  }
}

#wrapper .bottom-sec {
  background: #221F1F;
  color: #999999;
  font-family: 'D-DIN';
  padding: 15px 0;
  font-size: 13px;
}

#wrapper .bottom-sec a {
  color: #999999;
  text-decoration: none;
}

#wrapper .bottom-sec a:hover {
  color: #F4AB7A;
  text-shadow: none;
}

#wrapper .bottom-sec .wrapper .col-wrap {
  text-align: left;
  padding: 10px 0;
}

#wrapper .bottom-sec .wrapper .col-wrap:nth-last-child(2),
#wrapper .bottom-sec .wrapper .col-wrap :nth-last-child(1) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media only screen and (min-width: 1100px) {
  #wrapper .bottom-sec .wrapper .col-wrap.copyright {
    width: 30%;
    text-align: right;
  }
}

@media only screen and (max-width: 1024px) {
  #wrapper .bottom-sec .wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #wrapper .bottom-sec .wrapper .col-wrap {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 33.33%;
  }
}

#wrapper .digital-banner-sec .banner-header .title {
  font-family: "D-DIN";
  color: #A32A29;
  margin-bottom: 10px;
  font-size: 4em;
}

@media only screen and (max-width: 1069px) {
  #wrapper .digital-banner-sec .banner-header .title {
    font-size: 2.5em;
  }
}

@media only screen and (min-width: 1070px) {
  #wrapper .digital-banner-sec .banner-header .subtle {
    max-width: 75%;
    margin: auto;
  }
}

@media only screen and (max-width: 1069px) {
  #wrapper .digital-banner-sec .banner-header .subtle {
    max-width: 95%;
    margin: auto;
  }
}

#wrapper .corporate-sec-2 .country {
  width: 176px;
  height: 36px;
  background-color: #A32A29;
  border-radius: 25px;
  padding: 6px 20px;
  border: none;
  color: white;
  font-family: 'D-DIN';
  text-align: left;
  line-height: 24px;
}

#wrapper .corporate-sec-2 .country::after {
  color: white;
  font-size: 12px;
  right: 20px;
  line-height: 38px;
}

#wrapper .corporate-sec-2 .country .current {
  font-family: 'D-DIN';
}

#wrapper .corporate-sec-2 .country:focus {
  background-color: #A32A29;
}

#wrapper .corporate-sec-2 .country:hover {
  background-color: #A32A29;
}

#wrapper .corporate-sec-2 .country:active, #wrapper .corporate-sec-2 .country.dropdown.open {
  background-color: #A32A29 !important;
  border: none;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

#wrapper .corporate-sec-2 .country.open:active, #wrapper .corporate-sec-2 .country.open.dropdown {
  background-color: #e87c54 !important;
}

#wrapper .corporate-sec-2 .country.open:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#wrapper .corporate-sec-2 .country.open .list {
  opacity: 1;
  pointer-events: auto;
}

#wrapper .corporate-sec-2 .country.open .option {
  cursor: pointer;
  font-family: 'D-DIN';
}

#wrapper .corporate-sec-2 .country.wide {
  width: 100%;
}

#wrapper .corporate-sec-2 .country.wide .list {
  left: 0 !important;
  right: 0 !important;
}

#wrapper .corporate-sec-2 .country .list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  background-color: #fff;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
  color: #221F1F;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

#wrapper .corporate-sec-2 .country .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 400px;
  overflow-y: scroll;
}

#wrapper .corporate-sec-2 .country .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

#wrapper .corporate-sec-2 .country .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#wrapper .corporate-sec-2 .country .option:hover, #wrapper .corporate-sec-2 .country .option:focus {
  background-color: #e0dddb !important;
}

#wrapper .corporate-sec-2 .country .option.selected {
  font-weight: 600;
}

#wrapper .corporate-sec-2 .country .option.selected:focus {
  background: #e0dddb;
}

@media only screen and (max-width: 767px) {
  #wrapper .corporate-sec-2 .sec2-halftxt {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  #wrapper .corporate-sec-2 .country.second {
    float: right;
  }
}

#wrapper .corporate-sec-2 .bg-img {
  min-height: 290px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#wrapper .corporate-sec-2 .sec2-txt {
  width: 70%;
  margin: 0 auto;
}

#wrapper .corporate-sec-2 .sec2-txt p {
  font-size: 32px;
  font-family: 'D-DIN';
  text-align: center;
}

#wrapper .corporate-sec-2 .sec2-halftxt img {
  width: 100%;
}

#wrapper .corporate-sec-2 .sec2-halftxt h3 {
  font-family: 'D-DIN';
  color: #A32A29;
  font-size: 42px;
  margin: 0;
}

#wrapper .corporate-sec-2 .sec2-halftxt p.brown {
  font-family: 'D-DIN';
  color: #A32A29;
  font-size: 24px;
}

#wrapper .corporate-sec-2 .sec2-halftxt p.black {
  font-family: 'D-DIN-Bold';
}

#wrapper .corporate-sec-2 .sec2-halftxt button {
  border-radius: 25px;
  padding: 6px 20px;
  border: none;
  color: white;
  font-family: 'D-DIN';
}

#wrapper .corporate-sec-2 .sec2-halftxt button::after {
  font-family: 'icomoon' !important;
  content: "\e905";
  margin-left: 65px;
  right: 0px;
  font-size: 12px;
}

#wrapper .corporate-sec-3 {
  color: white;
  display: block;
  height: 34em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#wrapper .corporate-sec-3 .content {
  height: 34em;
}

#wrapper .corporate-sec-3::after {
  background: rgba(10, 6, 8, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  z-index: 0;
  left: 0;
  right: 0;
}

#wrapper .corporate-sec-3 .vid-link {
  z-index: 1;
}

#wrapper .corporate-sec-3 .vid-link .play-btn {
  left: 0;
  margin: auto;
}

#wrapper .corporate-sec-3 .col-wrap {
  max-height: 100%;
  vertical-align: top !important;
  position: relative;
  z-index: 3;
}

#wrapper .corporate-sec-3 h3 {
  font-size: 36px;
  margin-bottom: 10px !important;
}

#wrapper .corporate-sec-3 p {
  font-size: 14px;
  text-align: center;
}

#wrapper .corporate-sec-3 h3,
#wrapper .corporate-sec-3 p {
  font-family: 'D-DIN';
  margin: 0 auto;
  width: 70%;
}

@media only screen and (max-width: 768px) {
  #wrapper .corporate-sec-3 h3,
  #wrapper .corporate-sec-3 p {
    width: 80%;
  }
}

@media only screen and (max-width: 425px) {
  #wrapper .corporate-sec-3 h3,
  #wrapper .corporate-sec-3 p {
    width: 100%;
  }
}

#wrapper .corporate-sec-3 a {
  border: none;
  min-height: 32px;
  border-radius: 50px;
  background-color: #A32A29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 22px;
  max-width: calc(100% - 1.25rem - 20px);
  display: inline-block;
  margin-top: 20px;
  z-index: 100;
  position: relative;
}

#wrapper .corporate-sec-3 a:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .corporate-sec-3 a::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e91c";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 32px;
  font-size: 18px;
}

#wrapper .kr-sec-3 {
  background-color: #e0dddb;
}

#wrapper .kr-sec-3 .title {
  color: #A32A29;
  font-size: 1.8em;
  font-family: 'D-DIN';
}

#wrapper .newsletter-sub {
  font-family: 'D-DIN-Bold';
  color: #A32A29;
  width: 100%;
}

#wrapper .newsletter-sub a {
  float: right;
  display: block;
  position: relative;
  height: 42px;
  line-height: 42px;
  color: #A32A29;
  padding-right: 40px;
}

#wrapper .newsletter-sub a::after {
  font-family: 'icomoon' !important;
  content: "\e910";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 42px;
  padding-left: 10px;
}

#wrapper .newsletter-sub a:hover {
  color: #F4AB7A;
}

#wrapper .resource-sec .tabcontent {
  width: 100%;
}

#wrapper .resource-sec .tabcontent .livestream-vid {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  height: 13rem;
  position: relative;
  z-index: 1;
}

#wrapper .resource-sec .tabcontent .livestream-vid::after {
  background: rgba(10, 6, 8, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
}

#wrapper .resource-sec .tabcontent .article-padding {
  padding: 20px 15px;
}

#wrapper .resource-sec .tabcontent .articles-sec .card {
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

#wrapper .resource-sec .tabcontent .numbered-dropcap {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

#wrapper .resource-sec .tabcontent .numbered-dropcap li {
  line-height: 1.2;
}

#wrapper .resource-sec .tabcontent .numbered-dropcap li:first-letter {
  font-size: 36px;
  padding: 0;
  letter-spacing: 0;
}

#wrapper .resource-sec .tabcontent .title {
  color: #A32A29;
}

#wrapper .resource-sec .tabcontent .subtle {
  font-size: 16px;
}

#wrapper .resource-sec .achievements .showme .title {
  font-size: 1.8em;
}

#wrapper .resource-sec .achievements .card-body {
  padding-bottom: 60px;
}

#wrapper .resource-sec .achievements .mi2 {
  bottom: 15px;
}

#wrapper .resource-sec .leadership .card-body {
  padding-bottom: 28px;
}

#wrapper .resource-sec .card-content {
  display: table;
  width: 100%;
}

#wrapper .resource-sec .card-content p,
#wrapper .resource-sec .card-content img {
  display: table-cell !important;
  vertical-align: middle;
}

#wrapper .resource-sec .card-content img {
  width: 630px;
}

@media only screen and (max-width: 1060px) {
  #wrapper .resource-sec .card-content {
    display: block;
  }
  #wrapper .resource-sec .card-content p {
    display: block;
  }
  #wrapper .resource-sec .card-content img {
    width: 240px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 680px) {
  #wrapper .resource-sec .card-content img {
    width: 200px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  #wrapper .resource-sec .card-content img {
    width: 300px;
    margin: 0 auto;
  }
}

#wrapper .resource-sec .card-body {
  position: relative;
  padding-bottom: 80px;
}

#wrapper .resource-sec .card {
  border: none;
  border-radius: 5px;
}

#wrapper .resource-sec .card .card-tag {
  color: #A32A29;
  font-family: 'D-DIN-Bold';
  padding-bottom: 5px;
}

#wrapper .resource-sec .card .date {
  color: #221F1F;
  padding-bottom: 20px;
}

#wrapper .resource-sec .card .card-title {
  font-family: 'D-DIN';
  font-size: 18px;
}

#wrapper .resource-sec .card .card-text {
  color: #221F1F;
  font-family: 'D-DIN';
  display: block;
}

#wrapper .resource-sec .card .card-btn {
  border: none;
  min-height: 32px;
  border-radius: 50px;
  background-color: #A32A29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 22px;
  max-width: calc(100% - 1.25rem - 20px);
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 200ms;
  transition: 200ms;
  left: 20px;
  position: absolute;
  bottom: 20px;
  line-height: 33px;
}

#wrapper .resource-sec .card .card-btn:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .resource-sec .card .card-btn::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e91c";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 32px;
  font-size: 18px;
}

#wrapper .resource-sec .card .card-btn:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .resource-sec .card .card-btn:hover {
  background: #F4AB7A;
}

#wrapper .resource-sec .card ul {
  color: #221F1F;
  font-family: 'D-DIN';
}

#wrapper .resource-sec .card .mi {
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  /* background-color: #A32A29; */
  color: #A32A29;
  font-family: 'D-DIN-Bold';
  padding: 0 60px 0 0;
  left: 20px;
  position: absolute;
  bottom: 65px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

#wrapper .resource-sec .card .mi::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 42px;
  font-size: 14px;
}

#wrapper .resource-sec .card .mi:hover {
  color: #F4AB7A;
}

#wrapper .resource-sec .card .mi:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .resource-sec .flex-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#wrapper .resource-sec .flex-wrap .col-flex {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}

#wrapper .resource-sec .flex-wrap .col-flex .card {
  margin: 10px 20px 10px 0;
}

@media only screen and (max-width: 991px) {
  #wrapper .resource-sec .flex-wrap .col-flex .card {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 1060px) {
  #wrapper .resource-sec .flex-wrap .col-flex {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

#wrapper .resource-sec .card {
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

#wrapper .resource-sec .card .card-body {
  padding-bottom: 28px;
}

#wrapper .resource-sec .card .card-title {
  font-size: 1.5em;
  font-family: 'D-DIN';
}

#wrapper .resource-sec .card button {
  border: none;
  min-height: 32px;
  border-radius: 50px;
  background-color: #A32A29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 22px;
  max-width: calc(100% - 1.25rem - 20px);
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 200ms;
  transition: 200ms;
  position: relative;
  bottom: -10px;
}

#wrapper .resource-sec .card button:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .resource-sec .card button::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e91c";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 32px;
  font-size: 18px;
}

#wrapper .resource-sec .card button:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .resource-sec .card button:hover {
  background: #F4AB7A;
}

#wrapper .accounts-banner a {
  color: #A32A29;
  font-family: 'D-DIN';
}

@media only screen and (max-width: 600px) {
  #wrapper .accounts-banner {
    overflow: auto;
  }
}

#wrapper .accounts-banner .full-width {
  width: 100% !important;
}

#wrapper .accounts-banner .col-wrap {
  padding-right: 10px;
  text-align: left;
}

#wrapper .accounts-banner div.content > div > div.col-wrap.left > h2,
#wrapper .resource-sec div.content > div > div.col-wrap.left > h2 {
  font-size: 26px;
}

#wrapper .accounts-banner .search-bar,
#wrapper .resource-sec .search-bar {
  border: 2px solid #A32A29;
  height: 42px;
  border-radius: 5px;
  margin: 0 auto;
  display: table;
  height: 42px;
  width: 90%;
  margin: unset;
}

#wrapper .accounts-banner .search-bar input,
#wrapper .resource-sec .search-bar input {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: none;
  background: transparent;
  font-size: 18px;
  font-family: 'D-DIN';
  padding: 0 16px;
  margin: 0;
}

#wrapper .accounts-banner .search-bar input::-webkit-input-placeholder,
#wrapper .resource-sec .search-bar input::-webkit-input-placeholder {
  color: #A32A29;
  font-size: 24px;
}

#wrapper .accounts-banner .search-bar input:-ms-input-placeholder,
#wrapper .resource-sec .search-bar input:-ms-input-placeholder {
  color: #A32A29;
  font-size: 24px;
}

#wrapper .accounts-banner .search-bar input::-ms-input-placeholder,
#wrapper .resource-sec .search-bar input::-ms-input-placeholder {
  color: #A32A29;
  font-size: 24px;
}

#wrapper .accounts-banner .search-bar input::placeholder,
#wrapper .resource-sec .search-bar input::placeholder {
  color: #A32A29;
  font-size: 24px;
}

#wrapper .accounts-banner .search-bar input:focus::-webkit-input-placeholder,
#wrapper .resource-sec .search-bar input:focus::-webkit-input-placeholder {
  color: transparent;
}

#wrapper .accounts-banner .search-bar input:focus:-ms-input-placeholder,
#wrapper .resource-sec .search-bar input:focus:-ms-input-placeholder {
  color: transparent;
}

#wrapper .accounts-banner .search-bar input:focus::-ms-input-placeholder,
#wrapper .resource-sec .search-bar input:focus::-ms-input-placeholder {
  color: transparent;
}

#wrapper .accounts-banner .search-bar input:focus::placeholder,
#wrapper .resource-sec .search-bar input:focus::placeholder {
  color: transparent;
}

#wrapper .accounts-banner .search-bar .search-btn,
#wrapper .resource-sec .search-bar .search-btn {
  width: 65px;
  text-align: center;
  vertical-align: middle;
}

#wrapper .accounts-banner .search-bar .search-btn .line-left,
#wrapper .resource-sec .search-bar .search-btn .line-left {
  background: transparent;
  border: none;
  height: 70%;
  min-width: 100%;
  border-left: 1px solid #A32A29;
  position: relative;
  display: table;
  outline: 0 !important;
}

#wrapper .accounts-banner .search-bar .search-btn .line-left::after,
#wrapper .resource-sec .search-bar .search-btn .line-left::after {
  font-family: 'icomoon' !important;
  content: "\e910";
  color: #A32A29;
  text-align: center;
  margin: auto;
  line-height: 30px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}

#wrapper .accounts-banner .search-bar input,
#wrapper .accounts-banner .search-bar .search-btn,
#wrapper .resource-sec .search-bar input,
#wrapper .resource-sec .search-bar .search-btn {
  display: table-cell;
}

#wrapper .accounts-banner .search-bar .search-btn .line-left::after,
#wrapper .resource-sec .search-bar .search-btn .line-left::after {
  line-height: 28px;
}

#wrapper .accounts-banner .wrapper,
#wrapper .resource-sec .wrapper {
  display: table;
  width: 100%;
}

#wrapper .accounts-banner .col-wrap,
#wrapper .resource-sec .col-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

#wrapper .accounts-banner .left,
#wrapper .resource-sec .left {
  vertical-align: top;
  padding: 35px 4% 0 0;
}

#wrapper .accounts-banner .right,
#wrapper .resource-sec .right {
  padding: 0;
}

#wrapper .accounts-banner .left,
#wrapper .accounts-banner .right,
#wrapper .resource-sec .left,
#wrapper .resource-sec .right {
  text-align: left;
}

#wrapper .accounts-banner .left h2,
#wrapper .accounts-banner .right h2,
#wrapper .resource-sec .left h2,
#wrapper .resource-sec .right h2 {
  color: #A32A29;
  margin-bottom: 20px;
}

#wrapper .accounts-banner .left p,
#wrapper .accounts-banner .right p,
#wrapper .resource-sec .left p,
#wrapper .resource-sec .right p {
  font-size: 16px;
  font-family: 'D-DIN';
}

#wrapper .accounts-banner .right a.vid-link,
#wrapper .resource-sec .right a.vid-link {
  display: block;
  position: relative;
}

#wrapper .accounts-banner .right a.vid-link .play-btn,
#wrapper .resource-sec .right a.vid-link .play-btn {
  right: 0;
  top: 0;
}

#wrapper .accounts-banner img,
#wrapper .resource-sec img {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  #wrapper .accounts-banner .wrapper,
  #wrapper .resource-sec .wrapper {
    display: block;
    width: 100%;
  }
  #wrapper .accounts-banner .col-wrap,
  #wrapper .resource-sec .col-wrap {
    display: block;
    width: 100%;
  }
  #wrapper .accounts-banner .left,
  #wrapper .resource-sec .left {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  #wrapper .tab-options {
    overflow: auto;
  }
}

#wrapper .select-sec select {
  display: none !important;
}

#wrapper .select-sec .dropdown {
  color: #A32A29;
  padding-right: 45px;
}

#wrapper .select-sec .dropdown .current {
  font-family: 'D-DIN';
  font-size: 18px;
}

#wrapper .tabs-sec ol,
#wrapper .tabs-sec ul {
  padding: 0 0 0 20px;
}

#wrapper .tabs-sec select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #e0dddb;
  color: #221F1F;
  text-align: center;
  font-family: 'D-DIN';
  padding: 0 20px;
  border: none;
  margin: 10px 0;
  display: none;
}

@media only screen and (max-width: 900px) {
  #wrapper .tabs-sec select {
    display: block;
  }
}

#wrapper .tabs-sec select:active, #wrapper .tabs-sec select.dropdown.open, #wrapper .tabs-sec select:focus {
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

#wrapper .tabs-sec select .option {
  background-color: #e0dddb;
}

#wrapper .tabs-sec ul.tabs-ul {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  top: 1px;
}

#wrapper .tabs-sec ul.tabs-ul li {
  font-size: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  list-style: none;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 100ms;
  transition: 100ms;
  text-decoration: none;
  color: #221F1F;
  background-color: transparent;
}

#wrapper .tabs-sec ul.tabs-ul li.active {
  background-color: #e0dddb;
  font-family: 'D-DIN-Bold';
  color: #A32A29;
}

#wrapper .tabs-sec ul.tabs-ul li:not(.active) {
  background-color: transparent;
  font-family: 'D-DIN';
}

#wrapper .tabs-sec ul.tabs-ul li:not(.active):hover {
  background-color: #f6f6f6;
  font-family: 'D-DIN';
  color: #221F1F;
}

@media only screen and (max-width: 900px) {
  #wrapper .tabs-sec ul.tabs-ul li {
    border-radius: 0;
    white-space: nowrap;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
  }
  #wrapper .tabs-sec ul.tabs-ul li:not(.active) {
    background-color: #fefefe;
  }
  #wrapper .tabs-sec ul.tabs-ul li:not(.active):hover {
    background-color: #e0dddb;
    font-family: 'D-DIN';
    color: #221F1F;
  }
}

@media only screen and (max-width: 600px) {
  #wrapper .tabs-sec ul.tabs-ul li {
    border-radius: 0;
  }
  #wrapper .tabs-sec ul.tabs-ul li.active {
    background-color: #f6f6f6;
    position: relative;
  }
  #wrapper .tabs-sec ul.tabs-ul li.active::before {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #A32A29;
    display: block;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    border-radius: 25px;
  }
  #wrapper .tabs-sec ul.tabs-ul li.active:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

#wrapper .tabs-sec .tab-list {
  background-color: #e0dddb;
}

#wrapper .tabs-sec .tab-list.styling2 .card-title {
  font-size: 2em !important;
}

#wrapper .tabs-sec .tab-list .financial-results .showme {
  margin-top: 20px;
  margin-bottom: 20px;
}

#wrapper .tabs-sec .tab-list .fancybox-button {
  background-color: #A32A29;
  color: white;
}

#wrapper .tabs-sec .tab-list .tabcontent {
  width: 100%;
}

#wrapper .tabs-sec .tab-list .tabcontent .livestream-vid {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  height: 13rem;
  position: relative;
  z-index: 1;
}

#wrapper .tabs-sec .tab-list .tabcontent .livestream-vid::after {
  background: rgba(10, 6, 8, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
}

#wrapper .tabs-sec .tab-list .tabcontent .article-padding {
  padding: 20px 15px;
}

#wrapper .tabs-sec .tab-list .tabcontent .articles-sec .card {
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

#wrapper .tabs-sec .tab-list .tabcontent .numbered-dropcap {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

#wrapper .tabs-sec .tab-list .tabcontent .numbered-dropcap li {
  line-height: 1.2;
}

#wrapper .tabs-sec .tab-list .tabcontent .numbered-dropcap li:first-letter {
  font-size: 36px;
  padding: 0;
  letter-spacing: 0;
}

#wrapper .tabs-sec .tab-list .tabcontent .title {
  color: #A32A29;
}

#wrapper .tabs-sec .tab-list .tabcontent .subtle {
  font-size: 16px;
}

#wrapper .tabs-sec .tab-list .achievements .showme .title {
  font-size: 1.8em;
}

#wrapper .tabs-sec .tab-list .achievements .card-body {
  padding-bottom: 60px;
}

#wrapper .tabs-sec .tab-list .achievements .mi2 {
  bottom: 15px;
}

#wrapper .tabs-sec .tab-list .leadership .card-body {
  padding-bottom: 28px;
}

#wrapper .tabs-sec .tab-list .card-content {
  display: table;
  width: 100%;
}

#wrapper .tabs-sec .tab-list .card-content p,
#wrapper .tabs-sec .tab-list .card-content img {
  display: table-cell !important;
  vertical-align: middle;
}

#wrapper .tabs-sec .tab-list .card-content img {
  width: 630px;
}

@media only screen and (max-width: 1060px) {
  #wrapper .tabs-sec .tab-list .card-content {
    display: block;
  }
  #wrapper .tabs-sec .tab-list .card-content p {
    display: block;
  }
  #wrapper .tabs-sec .tab-list .card-content img {
    width: 240px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 680px) {
  #wrapper .tabs-sec .tab-list .card-content img {
    width: 200px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  #wrapper .tabs-sec .tab-list .card-content img {
    width: 300px;
    margin: 0 auto;
  }
}

#wrapper .tabs-sec .tab-list .card-body {
  position: relative;
  padding-bottom: 80px;
}

#wrapper .tabs-sec .tab-list .card {
  border: none;
  border-radius: 5px;
}

#wrapper .tabs-sec .tab-list .card .card-tag {
  color: #A32A29;
  font-family: 'D-DIN-Bold';
  padding-bottom: 5px;
}

#wrapper .tabs-sec .tab-list .card .date {
  color: #221F1F;
  padding-bottom: 20px;
}

#wrapper .tabs-sec .tab-list .card .card-title {
  font-family: 'D-DIN';
  font-size: 18px;
}

#wrapper .tabs-sec .tab-list .card .card-text {
  color: #221F1F;
  font-family: 'D-DIN';
  display: block;
}

#wrapper .tabs-sec .tab-list .card .card-btn {
  border: none;
  min-height: 32px;
  border-radius: 50px;
  background-color: #A32A29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 22px;
  max-width: calc(100% - 1.25rem - 20px);
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 200ms;
  transition: 200ms;
  left: 20px;
  position: absolute;
  bottom: 20px;
  line-height: 33px;
}

#wrapper .tabs-sec .tab-list .card .card-btn:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .tabs-sec .tab-list .card .card-btn::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e91c";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 32px;
  font-size: 18px;
}

#wrapper .tabs-sec .tab-list .card .card-btn:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .tabs-sec .tab-list .card .card-btn:hover {
  background: #F4AB7A;
}

#wrapper .tabs-sec .tab-list .card ul {
  color: #221F1F;
  font-family: 'D-DIN';
}

#wrapper .tabs-sec .tab-list .card .mi {
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  /* background-color: #A32A29; */
  color: #A32A29;
  font-family: 'D-DIN-Bold';
  padding: 0 60px 0 0;
  left: 20px;
  position: absolute;
  bottom: 65px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

#wrapper .tabs-sec .tab-list .card .mi::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 42px;
  font-size: 14px;
}

#wrapper .tabs-sec .tab-list .card .mi:hover {
  color: #F4AB7A;
}

#wrapper .tabs-sec .tab-list .card .mi:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .tabs-sec .tab-list .flex-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#wrapper .tabs-sec .tab-list .flex-wrap .col-flex {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}

#wrapper .tabs-sec .tab-list .flex-wrap .col-flex .card {
  margin: 10px 20px 10px 0;
}

@media only screen and (max-width: 991px) {
  #wrapper .tabs-sec .tab-list .flex-wrap .col-flex .card {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 1060px) {
  #wrapper .tabs-sec .tab-list .flex-wrap .col-flex {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media only screen and (max-width: 600px) {
  #wrapper .tabs-sec .tab-list .showme .col-flex {
    display: block;
    width: 100%;
  }
}

#wrapper .tabs-sec .tab-list .showme label {
  font-family: 'D-DIN';
  font-size: 20px;
  margin: 0;
}

#wrapper .tabs-sec .tab-list .showme .flex-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#wrapper .tabs-sec .tab-list .showme .flex-wrap .right {
  margin-left: auto;
}

#wrapper .tabs-sec .tab-list .showme .flex-wrap .col-flex {
  padding: 0;
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
}

#wrapper .tabs-sec .tab-list .showme .flex-wrap .col-flex .card {
  margin-right: 20px !important;
}

#wrapper .tabs-sec .tab-list .equity-newspaper .articles-sec .card-body {
  display: table;
  width: 100%;
}

#wrapper .tabs-sec .tab-list .equity-newspaper .articles-sec .card-body .card-text,
#wrapper .tabs-sec .tab-list .equity-newspaper .articles-sec .card-body .download {
  display: table-cell;
}

#wrapper .tabs-sec .tab-list .equity-newspaper .articles-sec .card-body .download {
  width: 50px;
  position: relative;
}

#wrapper .tabs-sec .tab-list .equity-newspaper .articles-sec .card-body .download::after {
  font-family: 'icomoon' !important;
  content: "\e90d";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  color: #A32A29;
  display: table;
  width: 100%;
  vertical-align: middle;
  font-size: 28px;
  right: -10px;
}

#wrapper .tabs-sec .tab-list .gallery .flex-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#wrapper .tabs-sec .tab-list .gallery .flex-wrap .col-flex [data-fancybox="gallery"] {
  display: block;
  margin: 10px;
}

#wrapper .tabs-sec .tab-list .gallery .flex-wrap .col-flex img {
  width: 100%;
}

#wrapper .tabs-sec .tab-list .gallery .fancybox-content {
  padding: 0 !important;
}

#wrapper .tabs-sec .tab-list .about-slider {
  right: -5%;
  left: 0;
  width: 105.5%;
  padding-top: 50px;
}

@media only screen and (max-width: 600px) {
  #wrapper .tabs-sec .tab-list .about-slider {
    right: inherit;
    left: 0;
    width: 100%;
  }
}

#wrapper .tabs-sec .tab-list .about-slider .owl-nav {
  position: absolute;
  top: 0;
  right: 7%;
  font-weight: bold;
  font-size: 20px;
}

#wrapper .tabs-sec .tab-list .about-slider .owl-nav .owl-prev span {
  display: none;
}

#wrapper .tabs-sec .tab-list .about-slider .owl-nav .owl-prev::after {
  font-family: 'icomoon' !important;
  content: "\e911";
  display: block;
  top: 0;
  bottom: 0;
  height: 42px;
  width: 42px;
  line-height: 42px;
  color: #A32A29;
  margin: 0 5px;
  font-size: 22px;
}

#wrapper .tabs-sec .tab-list .about-slider .owl-nav .owl-next span {
  display: none;
}

#wrapper .tabs-sec .tab-list .about-slider .owl-nav .owl-next::after {
  font-family: 'icomoon' !important;
  content: "\e910";
  display: block;
  top: 0;
  bottom: 0;
  height: 42px;
  width: 42px;
  line-height: 42px;
  color: #A32A29;
  margin: 0 5px;
  font-size: 22px;
}

#wrapper .tabs-sec .tab-list .about-slider .owl-nav .owl-next.disabled,
#wrapper .tabs-sec .tab-list .about-slider .owl-nav .owl-next.disabled {
  color: #e0dddb !important;
}

#wrapper .tabs-sec .tab-list .about-slider .fancy-styling {
  position: relative;
}

#wrapper .tabs-sec .tab-list .about-slider .card-body {
  padding: 1.25rem 0;
}

#wrapper .tabs-sec .tab-list .about-slider .item:before {
  content: "";
  position: absolute;
  background-color: #A32A29;
  width: 100%;
  height: 2px;
  top: calc(-156px / 2);
  left: 18px;
}

#wrapper .tabs-sec .tab-list .about-slider .item:after {
  width: 30px;
  height: 30px;
  font-family: 'icomoon' !important;
  content: "\e919";
  color: #A32A29;
  position: absolute;
  top: -89px;
  border-radius: 50%;
}

#wrapper .tabs-sec .tab-list .about-slider .item {
  margin-top: 85px;
}

#wrapper .tabs-sec .tab-list .about-slider .item .card-date {
  position: absolute;
  top: -55px;
  font-family: 'D-DIN';
  font-size: 1.8rem;
}

#wrapper .tabs-sec .tab-list .downloads .downloads-padding {
  padding: 30px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

#wrapper .tabs-sec .tab-list .downloads .flex-wrap .col-flex {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#wrapper .tabs-sec .tab-list .downloads .flex-wrap .col-flex .card {
  margin: 10px 20px 10px 0;
}

@media only screen and (max-width: 991px) {
  #wrapper .tabs-sec .tab-list .downloads .flex-wrap .col-flex .card {
    margin: 10px 0;
  }
}

#wrapper .tabs-sec .tab-list .downloads .downloads-cont .flex-wrap .col-flex {
  padding-left: 0 !important;
}

#wrapper .tabs-sec .tab-list .downloads .downloads-cont .flex-wrap .col-flex .card {
  margin: 10px 20px 10px 0;
}

@media only screen and (max-width: 991px) {
  #wrapper .tabs-sec .tab-list .downloads .downloads-cont .flex-wrap .col-flex .card {
    margin: 10px 0;
  }
}

#wrapper .tabs-sec .tab-list .investor-centre .mi {
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  /* background-color: #A32A29; */
  color: #A32A29;
  font-family: 'D-DIN-Bold';
  left: 0;
  position: relative;
  bottom: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
}

#wrapper .tabs-sec .tab-list .investor-centre .mi::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 15px;
  top: unset;
  bottom: unset;
  margin: auto;
  line-height: 42px;
  font-size: 14px;
}

#wrapper .tabs-sec .tab-list .investor-centre .mi:hover {
  color: #F4AB7A;
}

#wrapper .tabs-sec .tab-list .investor-centre .article-padding {
  padding: 20px 15px;
}

#wrapper .tabs-sec .card-text {
  margin: 0;
}

#wrapper .tabs-sec .no-bg {
  background: #e0dddb;
}

#wrapper .tabs-sec .network-inputs {
  width: 100%;
  margin: 0 !important;
}

@media only screen and (min-width: 991px) {
  #wrapper .tabs-sec .network-inputs {
    max-width: 1000px;
  }
}

@media only screen and (max-width: 991px) {
  #wrapper .tabs-sec .network-inputs .col-wrap {
    display: block;
  }
  #wrapper .tabs-sec .network-inputs .col-wrap input {
    width: 100%;
  }
}

#wrapper .tabs-sec .network-inputs .note {
  font-size: 14px;
  font-weight: bold;
}

#wrapper .tabs-sec .network-inputs.submit .col-wrap:last-child {
  min-width: 300px;
}

#wrapper .tabs-sec .network-inputs.submit .col-wrap:last-child button {
  border: none;
  min-height: 32px;
  border-radius: 50px;
  background-color: #A32A29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 22px;
  max-width: calc(100% - 1.25rem - 20px);
  position: relative;
  float: right;
  margin-right: 6%;
}

#wrapper .tabs-sec .network-inputs.submit .col-wrap:last-child button:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#wrapper .tabs-sec .network-inputs.submit .col-wrap:last-child button::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e91c";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 32px;
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  #wrapper .tabs-sec .network-inputs.submit .col-wrap:last-child button {
    float: left;
    margin-right: 0;
  }
}

#wrapper .tabs-sec .network-inputs input {
  background: transparent;
  display: block;
  width: 96%;
  margin-bottom: 20px;
  height: 40px;
  padding: 10px;
  border: 1px solid #A32A29;
  border-radius: 3px;
}

.login-sec {
  font-family: 'D-DIN';
  background-image: url(../img/dashboard.png);
  background-size: 50%;
  background-position: center right;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}

@media only screen and (max-width: 1280px) {
  .login-sec {
    background-size: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .login-sec {
    background-image: none;
  }
  .login-sec .right {
    display: none;
  }
  .login-sec .left {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

.login-sec .left {
  width: 420px;
}

@media only screen and (max-width: 500px) {
  .login-sec .left {
    width: 100%;
  }
}

.login-sec .sec-title {
  color: #A32A29;
  font-weight: bold;
}

.login-sec p.sec-subtle {
  color: #221F1F;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .login-sec .sec-title {
    font-size: 36px;
  }
  .login-sec .sec-subtle {
    font-size: 18px;
  }
}

.login-sec form .input-sec {
  padding-top: 20px;
}

.login-sec form .input-sec input[type="text"],
.login-sec form .input-sec input[type="password"] {
  padding: 0 10px;
}

.login-sec form .input-sec .pass-data {
  display: table;
  background: white;
  width: 100%;
  border: 1px solid #A32A29;
  border-radius: 6px;
}

.login-sec form .input-sec .pass-data input,
.login-sec form .input-sec .pass-data .view-password {
  display: table-cell !important;
}

.login-sec form .input-sec .pass-data input {
  border: none;
  background: transparent;
}

.login-sec form .input-sec .pass-data .view-password {
  width: 48px;
  position: relative;
}

.login-sec form .input-sec .pass-data .view-password::after {
  font-family: 'icomoon' !important;
  content: "\e90f";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 42px;
  color: #A32A29;
  padding-left: 10px;
}

.login-sec form .input-sec .password {
  position: relative;
  padding-right: 20px;
}

.login-sec form .input-sec label {
  color: #221F1F;
  font-family: 'D-DIN';
  font-weight: bold;
  display: block;
}

.login-sec form .input-sec input {
  height: 42px;
  border: 1px solid #A32A29;
  border-radius: 3px;
  width: 100%;
}

.login-sec form .donotremember {
  font-family: 'D-DIN';
  font-weight: bold;
  display: inline-block;
}

.login-sec form .donotremember .styled-checkbox {
  position: absolute;
  opacity: 0;
}

.login-sec form .donotremember .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.login-sec form .donotremember .styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #221F1F;
  border-radius: 50%;
}

.login-sec form .donotremember .styled-checkbox:checked + label:before {
  background: transparent;
}

.login-sec form .donotremember .styled-checkbox:disabled + label {
  cursor: auto;
}

.login-sec form .donotremember .styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login-sec form .donotremember .styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 11px;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #221F1F, 4px 0 0 #221F1F, 4px -2px 0 #221F1F, 4px -4px 0 #221F1F, 4px -6px 0 #221F1F, 4px -8px 0 #221F1F;
          box-shadow: 2px 0 0 #221F1F, 4px 0 0 #221F1F, 4px -2px 0 #221F1F, 4px -4px 0 #221F1F, 4px -6px 0 #221F1F, 4px -8px 0 #221F1F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.login-sec form .no-pass {
  font-family: 'D-DIN';
  font-weight: bold;
  display: inline-block;
}

.login-sec form .donotremember,
.login-sec form .no-pass {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.login-sec form button {
  height: 42px;
  background-color: #A32A29;
  width: 100%;
  color: white;
  font-family: 'D-DIN';
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  margin-bottom: 30px;
}

.login-sec form .no-account p span {
  color: #A32A29;
  font-family: 'D-DIN';
  font-weight: bold;
}

.login-sec .mini-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-sec .mini-menu ul li {
  display: list-item;
  text-align: center;
  list-style: none;
  position: relative;
  font-size: 15px;
  font-family: 'D-DIN';
  font-weight: bold;
  color: #A32A29;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin: 0.5rem 0;
  border-right: 1px solid #A32A29;
}

.login-sec .mini-menu ul li:last-child {
  border: 0;
}

.login-sec .mini-menu ul li a {
  text-decoration: none;
  color: #A32A29;
}

.login-sec .img-box {
  display: none;
  background-size: 78%;
  background-position: top right;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 885px) {
  .login-sec .img-box {
    display: block;
  }
}

.dash-top {
  background-color: white;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

.dash-body {
  height: 80vh;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.error {
  color: red !important;
  font-family: 'D-DIN' !important;
  font-size: 14px;
}

/* LOCATION CSS */
select:not(.exclude) {
  display: none;
}

.dropdown {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  height: 42px;
  line-height: 42px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.dropdown .current {
  font-family: 'D-DIN-Bold';
}

.dropdown:focus {
  background-color: #f1f1f1;
}

.dropdown:hover {
  background-color: #e9e9e9;
}

.dropdown:active, .dropdown.open {
  background-color: #f0f0f0 !important;
  border-color: #d7d3d0;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

.dropdown:after {
  -webkit-transform: origin(50% 20%);
          transform: origin(50% 20%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: 'icomoon' !important;
  content: "\e905";
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  line-height: 42px;
  color: #A32A29;
}

.dropdown.open:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.dropdown.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

.dropdown.open .option {
  cursor: pointer;
  font-family: 'D-DIN';
}

.dropdown.wide {
  width: 100%;
}

.dropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.dropdown .list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  background-color: #fff;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 100%;
}

.dropdown .list ul {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

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

.dropdown .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 10px;
  padding-right: 15px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.dropdown .option:hover, .dropdown .option:focus {
  background-color: #e0dddb !important;
}

.dropdown .option.selected {
  font-weight: 600;
}

.dropdown .option.selected:focus {
  background: #f6f6f6;
}

.drop-down {
  position: relative;
  width: 100%;
  text-align: left !important;
}

@media only screen and (max-width: 860px) {
  .drop-down {
    text-align: center !important;
    margin: 0 auto;
    display: block;
  }
}

.drop-down .selected a {
  background: transparent no-repeat scroll right center;
  border-radius: 2px;
  text-decoration: none;
  color: #A32A29;
  width: 100%;
}

.drop-down .selected a:hover {
  color: #A32A29;
}

.drop-down .selected a span {
  position: relative;
  font-size: 20px;
  font-family: 'D-DIN-Bold';
}

.drop-down .selected a span::after {
  font-family: 'icomoon' !important;
  content: "\e905";
  position: absolute;
  right: -28px;
  top: 4px;
  color: #A32A29;
  font-weight: bold;
  font-size: 18px;
}

.drop-down .selected a span {
  cursor: pointer;
  display: block;
}

.drop-down .options ul {
  z-index: 1;
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  width: auto;
  min-width: 290px;
  border: none;
  margin: 0;
  font-size: 16px;
  font-family: 'D-DIN';
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

.drop-down .selected span.value,
.drop-down .options span.value {
  display: none;
}

.drop-down .options ul li a {
  padding: 5px;
  display: block;
  text-decoration: none;
  color: #A32A29;
}

.drop-down .options ul li a:hover {
  background: #A32A29;
  color: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.fancybox-container .fancybox-button {
  background-color: #A32A29;
  color: white;
  opacity: 1;
}

.fancybox-container .fancybox-content {
  padding: 0 !important;
}

.grey-sec .col-wrap {
  padding: 0 1% !important;
  width: 50%;
  text-align: left;
  vertical-align: top !important;
}

.about2 .downloads .downloads-padding {
  padding: 30px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

.about2 .downloads .flex-wrap .col-flex {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.about2 .downloads .flex-wrap .col-flex .card {
  margin: 10px 20px 10px 0;
}

@media only screen and (max-width: 991px) {
  .about2 .downloads .flex-wrap .col-flex .card {
    margin: 10px 0;
  }
}

.about2 .downloads .downloads-cont .flex-wrap .col-flex {
  padding-left: 0 !important;
}

.about2 .downloads .downloads-cont .flex-wrap .col-flex .card {
  margin: 10px 20px 10px 0;
}

@media only screen and (max-width: 991px) {
  .about2 .downloads .downloads-cont .flex-wrap .col-flex .card {
    margin: 10px 0;
  }
}

@media only screen and (min-width: 900px) {
  .about2 .content {
    padding: 0 10%;
  }
}

.about2 .col-wrap {
  width: 50%;
  text-align: left;
  vertical-align: top !important;
}

.about2 .title {
  margin-bottom: 10px !important;
}

.about2 .subtle {
  margin-bottom: 30px;
}

.leadership .flex-wrap {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin-bottom: 20px;
}

.leadership .col-flex {
  -ms-flex-preferred-size: 25% !important;
      flex-basis: 25% !important;
}

.leadership .col-flex .card {
  height: calc(100% + 40px);
  -webkit-transition: all 300ms;
  transition: all 300ms;
  max-width: 340px;
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 1100px) {
  .leadership .col-flex .card {
    margin-bottom: 40px;
  }
}

.leadership .col-flex a.fancy-styling {
  height: calc(100% - 20px);
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

.leadership .col-flex a.fancy-styling::-webkit-scrollbar {
  display: none;
}

.leadership .col-flex a.fancy-styling:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media screen and (max-width: 1100px) {
  .leadership .col-flex {
    -ms-flex-preferred-size: 33.33% !important;
        flex-basis: 33.33% !important;
    padding: 10px !important;
  }
}

@media screen and (max-width: 876px) {
  .leadership .col-flex {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}

@media screen and (max-width: 600px) {
  .leadership .col-flex {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.leadership .card {
  background: transparent !important;
  margin: 10px !important;
  height: 100% !important;
  border: 0 !important;
}

.leadership .card-img-top {
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.leadership .card-title {
  font-size: 18px !important;
  font-family: "D-DIN" !important;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.leadership .card-title:hover {
  color: #A32A29;
}

.leadership .card-text {
  font-size: 14px;
  text-transform: uppercase;
}

.leadership .lead-more {
  margin: 0;
  position: absolute;
  bottom: 10px;
  display: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.leadership .lead-more::after {
  font-family: 'icomoon' !important;
  content: "\e910";
  padding-left: 10px;
  position: absolute;
  top: 0px;
  font-size: 14px;
  line-height: 26px;
  -webkit-animation-name: profHover;
          animation-name: profHover;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.leadership .card-body {
  background-color: #e0dddb !important;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  margin-top: -40px;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  padding: 26px 15px 35px !important;
  position: relative;
}

.leadership .col-flex:hover .card {
  height: 100%;
}

.leadership .col-flex:hover a.fancy-styling {
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

.leadership .col-flex:hover .card-img-top {
  overflow: hidden;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  position: relative;
}

.leadership .col-flex:hover .card-body {
  background-color: white !important;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
  padding: 16px 15px 45px !important;
}

.leadership .col-flex:hover .card-title {
  color: #A32A29;
}

.leadership .col-flex:hover .lead-more {
  display: block;
  color: #A32A29;
}

.nobg {
  background-color: transparent !important;
}

.nobg .owl-stage {
  padding: 10px 0;
}

.nobg .owl-stage-outer {
  padding-left: 10px !important;
}

.card-img-top {
  background-size: cover !important;
  min-height: 200px;
  position: relative;
}

.lead-text .title2,
.lead-text .select-sec {
  display: inline-block;
  padding-right: 20px;
}

.grid {
  list-style: none;
  margin: 30px auto;
  padding: 0;
}

.grid li {
  display: block;
  float: left;
  width: 33.33%;
  opacity: 0;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
  opacity: 1;
}

.grid li a,
.grid li img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
          animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
  }
  100% {
    opacity: 1;
  }
}

/* Effect 2: Move Up */
.grid.effect-2 li.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
  0% {
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  0% {
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* Effect 3: Scale up */
.grid.effect-3 li.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
  0% {
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* Effect 4: fall perspective */
.grid.effect-4 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-4 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective .8s ease-in-out forwards;
  animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
  0% {
  }
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes fallPerspective {
  0% {
  }
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-5 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly .8s ease-in-out forwards;
  animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fly {
  0% {
  }
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes fly {
  0% {
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-6 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip .8s ease-in-out forwards;
  animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
  0% {
  }
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip {
  0% {
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-7 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix .8s ease-in-out forwards;
  animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
  0% {
  }
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes helix {
  0% {
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

/* Effect 8:  */
.grid.effect-8 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-8 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp .8s ease-in forwards;
  animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
  0% {
  }
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes popUp {
  0% {
  }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@media screen and (max-width: 900px) {
  .grid li {
    width: 50%;
  }
}

@media screen and (max-width: 400px) {
  .grid li {
    width: 100%;
  }
}

@-webkit-keyframes fadeInShake {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.75;
  }
  75% {
    opacity: 1;
  }
  100% {
    right: 0;
    left: 0;
  }
}

@keyframes fadeInShake {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.75;
  }
  75% {
    opacity: 1;
  }
  100% {
    right: 0;
    left: 0;
  }
}

.icons {
  display: table;
  width: 100%;
  text-align: center;
}

.icons span {
  font-family: 'D-DIN';
}

.icons .sh,
.icons .dw,
.icons .em {
  display: table-cell;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.icons .sh .seeonhover,
.icons .dw .seeonhover,
.icons .em .seeonhover {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  word-break: keep-all;
  width: 80px;
  color: #A32A29;
}

.icons .sh a,
.icons .dw a,
.icons .em a {
  display: block;
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: 300ms;
  transition: 300ms;
  color: #221F1F;
}

.icons .sh a::after,
.icons .dw a::after,
.icons .em a::after {
  font-family: 'icomoon' !important;
  margin: auto;
  text-align: center;
  display: table;
  width: 100%;
  vertical-align: middle;
  font-size: 28px;
}

.icons .sh a:hover,
.icons .dw a:hover,
.icons .em a:hover {
  color: #A32A29;
}

.icons .sh:hover,
.icons .dw:hover,
.icons .em:hover {
  color: #A32A29;
}

.icons .sh:hover .seeonhover,
.icons .dw:hover .seeonhover,
.icons .em:hover .seeonhover {
  display: block;
  -webkit-animation-name: fadeInShake;
          animation-name: fadeInShake;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
}

.icons .sh a::after,
.icons .sh button::after {
  content: "\e918";
}

.icons .dw a::after {
  content: "\e90d";
}

.icons .em a::after {
  content: "\e917";
}

.bg-grey {
  background-color: #e0dddb;
}

.bg-grey .input1:focus ~ label,
.bg-grey .input1:valid ~ label {
  background-color: #e0dddb;
}

.bg-brown {
  background-color: #A32A29;
  color: white;
}

.text-left {
  text-align: left;
}

@media screen and (min-width: 900px) {
  .gcr-img {
    max-width: 50%;
  }
}

.mi2 {
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  color: #A32A29;
  font-family: 'D-DIN-Bold';
  padding: 0 60px 0 0;
  position: relative;
  -webkit-transition: 200ms;
  transition: 200ms;
  display: block;
  transition: 200ms;
}

.mi2:hover {
  color: #F4AB7A;
}

.mi2::after {
  position: relative;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 15px;
  top: 1px;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  padding-left: 35px;
}

.button {
  border: none;
  min-height: 32px;
  border-radius: 50px;
  background-color: #A32A29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 22px;
  max-width: calc(100% - 1.25rem - 20px);
  position: relative;
  line-height: 40px;
  height: 40px;
  display: inline-block;
}

.button:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.button::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e91c";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 32px;
  font-size: 18px;
}

.button::after {
  position: absolute;
  line-height: 40px;
}

.downloads-padding {
  padding: 30px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

@media screen and (min-width: 768px) {
  .downloads-padding {
    padding: 20px 0;
  }
}

.fr-section {
  margin: 10px 0 0;
}

.fr-section > .col-wrap {
  padding: 0 20px;
}

.auto-marg {
  max-width: 760px;
  margin: auto;
}

.group .showme .title {
  font-size: 1.8em;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  margin-top: 20px;
}

.group .flex-wrap .col-flex {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: left;
}

.group .flex-wrap .col-flex .card {
  margin: 10px;
  padding: 10px;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

.group .flex-wrap .col-flex .card .card-title {
  font-family: 'D-DIN';
  font-size: 16px;
  text-transform: uppercase;
}

form input,
form textarea,
form .group .wrap-drop,
form .group .bar {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #A32A29;
  border-radius: 3px;
}

@media screen and (min-width: 1100px) {
  form input[name="phone"], form input[name="email"],
  form textarea[name="phone"],
  form textarea[name="email"],
  form .group .wrap-drop[name="phone"],
  form .group .wrap-drop[name="email"],
  form .group .bar[name="phone"],
  form .group .bar[name="email"] {
    width: 37.25%;
    display: inline-block;
  }
}

@media screen and (min-width: 1100px) {
  form input,
  form textarea,
  form .group .wrap-drop,
  form .group .bar {
    width: 75%;
  }
}

form input,
form textarea {
  margin-bottom: 15px;
  min-height: 40px;
}

.list-title {
  font-size: 1.3em;
  color: #A32A29;
  margin-bottom: 15px;
}

.list-title2 {
  font-size: 1.15em;
  color: #A32A29;
  margin-bottom: 10px;
}

.flowchart .flowlist,
.flowchart2 .flowlist {
  list-style: none;
  position: relative;
}

.flowchart .flowlist a .subsec-title2,
.flowchart2 .flowlist a .subsec-title2 {
  border-bottom: 1px solid #A32A29 !important;
  display: inline-block;
  margin: 0 !important;
}

.flowchart .flowlist a .subsec-title2::after,
.flowchart2 .flowlist a .subsec-title2::after {
  content: url(../img/linkarrow.svg);
  margin-left: 15px;
}

.flowchart .flowlist::after,
.flowchart2 .flowlist::after {
  width: 30px;
  height: 30px;
  font-family: 'icomoon' !important;
  content: "\e919";
  color: #A32A29;
  position: absolute;
  top: 3px;
  left: -49px;
  border-radius: 50%;
}

.flowchart .flowlist::before,
.flowchart2 .flowlist::before {
  content: "";
  position: absolute;
  background-color: #A32A29;
  height: 100%;
  width: 2px;
  left: -42px;
  top: 29px;
}

.flowchart .flowlist:not(:last-child),
.flowchart2 .flowlist:not(:last-child) {
  margin-bottom: 35px;
}

.flowchart .flowlist button,
.flowchart2 .flowlist button {
  position: relative;
  border: none;
  min-height: 32px;
  border-radius: 50px;
  background-color: #A32A29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 22px;
  max-width: calc(100% - 1.25rem - 20px);
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.flowchart .flowlist button:hover::after,
.flowchart2 .flowlist button:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.flowchart .flowlist button::after,
.flowchart2 .flowlist button::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e91c";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 32px;
  font-size: 18px;
}

.flowchart .flowlist button:hover::after,
.flowchart2 .flowlist button:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.flowchart .flowlist button:hover,
.flowchart2 .flowlist button:hover {
  background: #F4AB7A;
}

.flowchart .flowlist button::after,
.flowchart2 .flowlist button::after {
  content: '\e90d';
  font-family: 'icomoon' !important;
  color: white;
}

.flowchart .flowlist ul,
.flowchart2 .flowlist ul {
  list-style-type: disc;
  padding: 0 20px;
}

.flowchart .flowlist .accordion,
.flowchart2 .flowlist .accordion {
  padding: 0px !important;
  list-style: none;
  margin-left: -10px;
}

.flowchart .flowlist .accordion .acclist,
.flowchart2 .flowlist .accordion .acclist {
  padding: 6px 10px 0 !important;
  background: #f6f6f6;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.flowchart .flowlist .accordion .acclist .subsec-title,
.flowchart2 .flowlist .accordion .acclist .subsec-title {
  color: #221F1F !important;
  font-size: 1rem !important;
  padding-right: 40px;
}

.flowchart .flowlist .accordion .acclist::after,
.flowchart2 .flowlist .accordion .acclist::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e905";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 48px;
  font-size: 1rem;
  color: #A32A29;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.flowchart .flowlist .accordion .acclist ul,
.flowchart2 .flowlist .accordion .acclist ul {
  padding-top: 10px;
}

.flowchart .flowlist .accordion .acclist ul li,
.flowchart2 .flowlist .accordion .acclist ul li {
  padding: 0;
  font-family: 'D-DIN';
  color: #221F1F;
}

.flowchart .flowlist .accordion .acclist.content-visible .subsec-title,
.flowchart2 .flowlist .accordion .acclist.content-visible .subsec-title {
  color: #F4AB7A !important;
}

.flowchart .flowlist .accordion .acclist.content-visible::after,
.flowchart2 .flowlist .accordion .acclist.content-visible::after {
  content: "\e906";
  color: #F4AB7A !important;
}

.flowchart2 .flowlist:last-child::before {
  content: unset;
}

.notfound {
  font-size: 22px;
  text-align: center;
  margin: auto;
  font-style: italic;
  color: #A32A29;
}

.topnav-fixed {
  background: white !important;
  position: fixed;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: 100ms;
  transition: 100ms;
}

.search-menu-fixed {
  font-family: 'D-DIN-Bold';
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white !important;
  margin: 0 !important;
  padding-bottom: 15px;
  padding-top: 15px;
  z-index: 20;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

.text-area-height {
  min-height: 60vh;
}

#equity-newspaper-div .card-text,
.downloads .card-text {
  font-family: 'D-DIN' !important;
}

.hotline.mob-hotline {
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px;
}

.livestream {
  padding-bottom: 40px !important;
}

.livestream .nowplaying {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  display: none;
}

.livestream .nextlive {
  background: #A32A29;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  position: relative;
  margin: 0 calc(-6% + 8px);
  overflow: hidden;
}

.livestream .nextlive h1 {
  font-family: 'D-DIN';
}

.livestream .nextlive li {
  display: inline-block;
  font-size: 4.5em;
  list-style-type: none;
  padding: 0 10px;
}

.livestream .nextlive li span {
  display: inline-block;
  font-size: 4.5rem;
}

.livestream .livenow .vid-link::after {
  background: rgba(10, 6, 8, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
}

.livestream .livenow .vid-link .lntext {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 35%;
  margin: auto;
  text-align: center;
  font-size: 3em;
  font-family: 'D-DIN-Bold';
  color: #e8e9eb;
}

.livestream .livenow .vid-link .lntext,
.livestream .livenow .vid-link .play-btn {
  z-index: 1;
}

.ob-nav {
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.ob-nav:hover {
  color: white !important;
  background-color: #F4AB7A !important;
}

table {
  border: 1px solid #707070;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: auto;
  width: 100%;
  /*--- Complex Table ---*/
}

table.uc td {
  text-transform: uppercase;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background: transparent;
}

table th,
table td {
  padding: 1em;
  text-align: center;
  border: 1px solid #707070;
}

table td {
  font-family: 'D-DIN';
  font-size: 14px;
}

table th {
  font-family: 'D-DIN-Bold';
  text-transform: uppercase;
  background: #A32A29;
  color: white;
}

table.complex th,
table.complex td {
  border: 1px solid #707070;
}

table.complex .heading {
  background-color: #A32A29;
  color: #fff;
}

@media screen and (max-width: 700px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    font-family: 'D-DIN';
    padding: 5px 10px;
    text-align: right;
  }
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #221F1F !important;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td {
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    padding: 0;
  }
  table td.has-heading:before {
    content: attr(data-heading);
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: none;
    text-align: center;
    background-color: #A32A29;
    color: #fff;
    padding: 0.625em;
  }
  table td span {
    display: block;
    padding: 0.625em;
  }
  table td span:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 700px) {
  table {
    border: 0;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border: 2px solid #e0dddb;
    display: block;
    margin-bottom: 1.5em;
    height: unset;
  }
  table td {
    border-bottom: 1px solid #e0dddb;
    display: block;
    font-size: 14px;
    font-family: 'D-DIN';
    padding: 5px 10px;
    text-align: right;
  }
  table td:before {
    /*
          * aria-label has no advantage, it won't be read inside a table
          content: attr(aria-label);
          */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    padding: 0 10px;
    color: #221F1F !important;
  }
  table td:last-child {
    border-bottom: 0;
  }
}

@media screen and (max-width: 425px) {
  td {
    height: auto;
    padding-right: 10px;
    line-height: auto;
  }
}

.textleft {
  text-align: left !important;
}

.textleft th,
.textleft td {
  text-align: left !important;
}

.menu-icon span {
  width: 18px;
  height: 15px;
  margin: 15px auto 0 auto;
  background-position: 0 0;
}

.search-icon {
  cursor: pointer;
  padding: 0 15px;
  line-height: 36px;
  border-radius: 20px;
  margin-left: 2%;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  background-color: #f6f6f6;
}

.search-icon::after {
  font-family: 'icomoon' !important;
  content: "\e900";
  color: #A32A29;
  position: relative;
  top: 2px;
  padding-left: 15px;
}

.search-icon:hover {
  background-color: #e0dddb;
  color: #A32A29;
}

.search-icon span {
  width: 20px;
  height: 20px;
  margin: 15px auto 0 auto;
  background-position: -40px 0;
}

.search-open .search-icon span {
  background-position: -60px 0;
}

/*----- SEARCH -----*/
.search-form {
  padding: 15px;
  font-size: 0;
  width: 100%;
  display: none;
  position: relative;
}

.search-open .search-form {
  display: table;
}

.search-form .input-wrapper {
  border: 2px solid #A32A29;
  border-right: 0 none;
  vertical-align: top;
  width: 100%;
  position: relative;
  border-radius: 20px 0 0 20px;
  display: table-cell !important;
}

.search-form .input-wrapper .search-box {
  height: 37px;
  padding: 0 40px 0 0;
  border: 0 none;
  background-color: transparent;
  width: 100%;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

.search-form .input-wrapper .search-cancel {
  height: 20px;
  width: 20px;
  color: #000;
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
  background: url(../img/icons-sprite.png) -100px 0 no-repeat;
  background-size: 700%;
  display: block;
  display: none;
}

.search-form .search-btn {
  display: table-cell;
  vertical-align: top;
  width: 56px;
  height: 42px;
  border: 0 none;
  border-radius: 0 20px 20px 0;
  background-color: #A32A29;
  position: relative;
}

.search-form .search-btn::before {
  font-family: 'icomoon' !important;
  content: "\e900";
  color: white;
  text-align: center;
  margin: auto;
  line-height: 42px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 20px;
}

.search-form .search-btn span {
  width: 24px;
  height: 24px;
  margin: 10px auto 0 auto;
  background-position: -96px 0;
}

/*--- Suggestions List ---*/
.search-form .suggestions-list {
  position: absolute;
  left: -1px;
  right: -46px;
  top: 35px;
  background-color: #fff;
  border: 1px solid #aaa;
  display: none;
  border-radius: 0 0 4px 4px;
  z-index: 2000;
  padding: 0 10px;
}

.search-form .suggestions-list li {
  border-top: 1px solid #aaa;
}

.search-form .suggestions-list li:first-child {
  border: 0 none;
}

.search-form .suggestions-list li a {
  font-size: 13px;
  color: #777;
  padding: 10px 26px 6px 10px;
  display: block;
  position: relative;
  text-align: left;
}

.search-form .suggestions-list li a strong {
  font-weight: normal;
  color: #A32A29;
}

.search-form .suggestions-list li a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  background: url(../img/icons-sprite.png) -84px 0 no-repeat;
  background-size: 700%;
}

.search-open #content_mask {
  position: absolute;
  z-index: 1000;
  top: 107px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
}

.vertical-pic {
  background-image: url(../img/pic-h.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 360px;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .vertical-pic {
    display: none;
  }
}

.horizontal-pic {
  background-image: url(../img/pic-v.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 45px;
  display: none;
  min-height: 700px;
}

@media screen and (max-width: 900px) {
  .horizontal-pic {
    display: block;
  }
}

.no-height {
  height: 0px !important;
  display: none;
}

.pr {
  padding-bottom: 8px;
}

.share-icons {
  text-align: center;
}

.share-icons img {
  margin: auto;
  max-width: 65px;
}

.modal-content {
  border: none;
  background-color: #e0dddb;
}

.modal-header {
  text-transform: uppercase;
  font-family: 'D-DIN-Bold';
}

.modal-footer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.copy-link {
  width: 100%;
}

.copy-link .alert-success {
  display: none;
  height: 38px;
  line-height: 38px;
  padding: unset;
}

.copy-link input {
  width: 100%;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #e0dddb;
}

.copy-link button {
  width: 90%;
  background-color: #A32A29;
  color: white;
  border: none;
  border-radius: 3px;
  height: 32px;
  line-height: 32px;
  -webkit-transition: 300ms;
  transition: 300ms;
  text-transform: uppercase;
  font-family: 'D-DIN';
}

.copy-link button:hover {
  background-color: #F4AB7A;
}

.single .showme .col-flex {
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
}

.mobile-nav3 {
  padding-top: 30px;
  margin-top: 20px;
}

.mobile-nav3 .country {
  margin: 0 2px;
  width: calc(100% - 4px);
}

.mobile-nav3 li a {
  color: #221F1F !important;
  font-family: 'D-DIN' !important;
  border-bottom: 1px solid #ddd;
}

.mobile-nav3 li a:hover {
  color: #A32A29 !important;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
  border: none !important;
}

ul.mobile-nav {
  background-color: white;
}

.mobile-nav,
.mobile-nav ul {
  padding: 0 10px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 150;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  margin-bottom: 0;
}

.showme .subsec-title {
  margin-bottom: 15px !important;
}

.showme .Subtle {
  color: #A32A29;
  font-size: 24px !important;
}

.twoem {
  font-size: 2em !important;
}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
 .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
   *  Owl Carousel - Animate Plugin
   */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
   * 	Owl Carousel - Lazy Load Plugin
   */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
   * 	Owl Carousel - Video Plugin
   */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-nav {
  color: #A32A29;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background-color: transparent;
  color: #A32A29;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  outline: none;
  font-size: 32px;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  display: none;
}

.owl-nav .owl-next {
  position: relative;
}

.owl-nav .owl-next::after {
  font-family: 'icomoon' !important;
  content: "\e910";
  font-size: 22px;
  line-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  left: 0;
}

.owl-nav .owl-prev {
  position: relative;
}

.owl-nav .owl-prev::after {
  font-family: 'icomoon' !important;
  content: "\e911";
  font-size: 22px;
  line-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  left: 0;
}

.owl-nav {
  padding-top: 20px;
  position: absolute;
  top: -82px;
  right: 5.5%;
  width: 100%;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .owl-nav {
    position: relative;
    top: 0;
  }
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background-color: transparent;
  color: #A32A29;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  outline: none;
  font-size: 32px;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  display: none;
}

.owl-nav .owl-next {
  position: relative;
}

.owl-nav .owl-next::after {
  font-family: 'icomoon' !important;
  content: "\e910";
  font-size: 22px;
  line-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  left: 0;
}

.owl-nav .owl-prev {
  position: relative;
}

.owl-nav .owl-prev::after {
  font-family: 'icomoon' !important;
  content: "\e911";
  font-size: 22px;
  line-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  left: 0;
}

.discover ul {
  padding: 0;
  list-style-type: none;
}

.eazzy2 .card {
  border: none;
}

.eazzy2 .card .card-text {
  position: relative;
}

.eazzy2 .card .card-text::before {
  content: "";
  position: absolute;
  background-color: #A32A29;
  width: 100%;
  height: 2px;
  top: -27px;
  left: 15px;
  text-align: center;
  margin-left: 10px;
}

.eazzy2 .card .card-text::after {
  width: 30px;
  height: 30px;
  font-family: 'icomoon' !important;
  content: "\e919";
  color: #A32A29;
  position: absolute;
  top: -36px;
  left: 0;
  border-radius: 50%;
}

.eazzy2 .eazzy-img {
  max-width: 86%;
  margin-bottom: 30px;
}

.eazzy2 .card-body {
  padding-left: 0;
}

.eazzy1 .card {
  border: none;
}

.eazzy1 .card .card-text {
  position: relative;
}

.eazzy1 .card .card-text::before {
  content: "";
  position: absolute;
  background-color: #A32A29;
  width: 100%;
  height: 2px;
  top: -27px;
  left: 15px;
  text-align: center;
  margin-left: 10px;
}

.eazzy1 .card .card-text::after {
  width: 30px;
  height: 30px;
  font-family: 'icomoon' !important;
  content: "\e919";
  color: #A32A29;
  position: absolute;
  top: -36px;
  left: 0;
  border-radius: 50%;
}

.eazzy1 .eazzy-img {
  max-width: 85%;
  margin-bottom: 30px;
}

@media only screen and (min-width: 769px) {
  .eazzy1 .eazzy-img {
    max-width: 170px;
  }
}

.eazzy1 .card-body {
  padding-left: 0;
}

.eazzy1,
.eazzy2 {
  margin-top: 20px;
}

.storeicons {
  width: 150px;
  margin-right: 10px;
}

.do {
  color: #F4AB7A !important;
}

/*---------- TICKER ----------*/
.forexrates {
  background-color: #e0dddb;
}

#ticker {
  overflow: hidden;
}

#ticker .wrapper {
  display: table;
  overflow: hidden;
  table-layout: fixed;
}

#ticker .colsec {
  display: table-cell;
  vertical-align: middle;
}

#ticker button {
  border: none;
  min-height: 32px;
  border-radius: 50px;
  background-color: #A32A29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 22px;
  max-width: calc(100% - 1.25rem - 20px);
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 200ms;
  transition: 200ms;
  background-color: #221F1F;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 18px;
  max-width: 100% !important;
}

#ticker button:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#ticker button::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e91c";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 32px;
  font-size: 18px;
}

#ticker button:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#ticker button:hover {
  background: #F4AB7A;
}

#ticker .stat {
  color: #221F1F;
}

#ticker .colsec.left {
  width: 235px;
  padding: 20px 0 20px 28px;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  #ticker .colsec.left {
    text-align: left;
  }
}

#ticker .colsec.right {
  overflow: hidden;
}

#ticker .kcb-info {
  position: relative;
  color: #333;
}

#ticker .eq-price {
  display: block;
  font-family: 'D-DIN-Bold', sans-serif;
  font-size: 18px;
}

#ticker .label {
  display: block;
  font-size: 14px;
}

#ticker .change {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

#ticker .change .value {
  font-family: 'D-DIN-Bold', sans-serif;
  font-size: 10px;
}

#ticker .change:before {
  font-size: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#ticker .tickercontainer {
  height: auto !important;
  color: #A32A29;
  overflow: hidden;
}

#ticker .tickercontainer .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#ticker #stocks-ticker li {
  font-size: 16px;
  font-weight: normal;
  padding: 0 !important;
  font-family: 'D-DIN';
}

#ticker #stocks-ticker li:after {
  content: "|";
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}

.webticker-init:after {
  content: "" !important;
}

@media only screen and (max-width: 1300px) {
  #ticker .wrapper {
    max-width: none;
    padding: 0 40px 0 0;
  }
  #ticker .colsec.right {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 991px) {
  #ticker {
    height: auto;
  }
  #ticker .wrapper {
    padding: 0;
  }
  #ticker .colsec {
    display: block;
  }
  #ticker .colsec.left {
    width: 100%;
    padding: 20px;
    border-top: 1px solid #f1f5f7;
  }
  #ticker .colsec.right {
    padding: 10px 20px;
  }
}

li {
  line-height: 1.6;
  letter-spacing: normal;
}

p {
  line-height: 1.28;
}

.about-slider2.abt-page .owl-stage {
  padding-bottom: 40px;
}

.about-slider2 p {
  text-align: left !important;
}

.about-slider2 .owl-stage {
  margin-top: 40px;
}

.about-slider2 .card {
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 1.25em;
}

.about-slider2 .card:first-child {
  padding-left: 0;
}

.about-slider2 .card-body {
  padding-left: 0;
  padding-right: 0;
}

.about-slider2 .card-date {
  font-size: 2rem;
}

.about-slider2 .item {
  position: relative;
}

.about-slider2 .item:before {
  content: "";
  position: absolute;
  background-color: #A32A29;
  width: calc(100% - 20px);
  height: 2px;
  top: -15px;
  left: 15px;
  text-align: center;
  margin-left: 10px;
}

.about-slider2 .item:after {
  width: 30px;
  height: 30px;
  font-family: 'icomoon' !important;
  content: "\e919";
  color: #A32A29;
  position: absolute;
  top: -27px;
  border-radius: 50%;
}

.awards {
  padding: 0 0 0 20px;
}

.awards .award-list {
  font-family: 'D-DIN';
}

.awards .award-detail {
  font-family: 'D-DIN';
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #F4AB7A;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #F4AB7A;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #F4AB7A;
}

input::placeholder,
textarea::placeholder {
  color: #F4AB7A;
}

.bg-white {
  background: white !important;
}

.bg-white .input1:focus ~ label,
.bg-white .input1:valid ~ label {
  background-color: white;
}

.bg-white2 {
  background: #efefef !important;
}

.pt0 {
  padding-top: 0 !important;
}

@media only screen and (max-width: 768px) {
  #sec2 .lead-text .col-wrap {
    width: 100% !important;
    display: block;
  }
}

.ib {
  display: inline-block !important;
}

@media only screen and (max-width: 768px) {
  .info-sec .info-split {
    display: block;
    width: 100% !important;
  }
}

@media only screen and (max-width: 550px) {
  .info-sec .info-split .col-wrap {
    display: block;
    width: 100% !important;
  }
}

.quicklinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}

@media only screen and (max-width: 1172px) {
  .quicklinks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.quicklinks li {
  border: 1px solid #A32A29;
  font-family: 'D-DIN';
  list-style: none;
  padding: 6px 10px;
  border-radius: 50px;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
  background: transparent;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.quicklinks li a {
  color: #A32A29;
}

.quicklinks li:hover {
  background: #F4AB7A;
  border-color: transparent;
}

.quicklinks li:hover a {
  color: white;
}

.card-btn {
  border: none;
  min-height: 32px;
  border-radius: 50px;
  background-color: #A32A29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 22px;
  max-width: calc(100% - 1.25rem - 20px);
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 200ms;
  transition: 200ms;
  left: 0px;
  position: relative;
  bottom: 0px;
}

.card-btn:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.card-btn::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e91c";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 32px;
  font-size: 18px;
}

.card-btn:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.card-btn:hover {
  background: #F4AB7A;
}

@media only screen and (max-width: 375px) {
  .card-btn {
    font-size: 14px;
  }
}

.nonumbers {
  list-style: none;
  list-style-position: outside;
  padding: 0 !important;
}

.eqcard {
  max-width: 300px;
}

.eqcard2 {
  max-width: 190px;
  margin: auto;
}

.eqcard3 {
  max-width: 280px;
  margin: auto;
}

.vt {
  vertical-align: top !important;
}

.vb {
  vertical-align: bottom !important;
}

.vtm {
  vertical-align: middle !important;
}

.vtm .col-wrap {
  vertical-align: middle !important;
}

.linelist {
  list-style: none;
  counter-reset: li;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.linelist > li {
  counter-increment: li;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  padding-right: 10px;
  position: relative;
  margin-right: 1%;
}

.linelist > li::before {
  content: counter(li) ".";
  color: #A32A29;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-family: 'D-DIN';
  font-size: 1.3em;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .linelist > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.my-card-content {
  padding: 16px;
}

.demo-card {
  width: 350px;
}

.demo-card-square.mdl-card {
  max-width: 320px;
  /* height: 320px; */
}

.demo-card-square > .mdl-card__title {
  color: #fff;
  background: url("../img/oa1.png") bottom right 15% no-repeat #A32A29;
  background-size: cover !important;
  min-height: 200px;
  overflow: hidden;
}

.noshadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-spacing {
  padding-bottom: 56px !important;
}

.pr0 {
  padding-left: 0 !important;
}

.owl-stage-outer {
  height: unset !important;
  margin-top: 30px;
}

/*---------- ACCORDION ----------*/
.accordion {
  padding: 0 !important;
}

.accordion > li {
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 100%;
  min-height: 40px;
  padding-left: 25px;
  border-radius: 5px;
}

.accordion > li:hover {
  background-color: #f6f6f6;
}

.accordion .title {
  display: block;
  position: relative;
}

.accordion .content-visible {
  background-color: #f6f6f6;
  position: relative;
}

.accordion .subsec-title {
  display: block;
  margin: 0 !important;
  min-height: 40px;
}

.accordion .content-visible .title {
  color: #A32A29;
}

.accordion .content-visible .title:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion .desc {
  padding: 8px 24px 30px 0;
  display: none;
  font-family: Arial, sans-serif;
  color: #666;
}

.accordion .desc p {
  margin: 0;
  padding-top: 8px;
}

.accordion .desc p:first-child {
  padding-top: 0;
}

.accordion .desc a {
  color: #253e85;
}

.accordion .desc a:hover {
  color: #000;
}

.accordion .desc ul {
  list-style: disc;
  padding-left: 18px;
}

.accordion .desc ol {
  list-style: lower-alpha;
  padding-left: 26px;
}

.accordion .desc ul li,
.accordion .desc ol li {
  padding-top: 8px;
}

/* form starting stylings ------------------------------- */
label.error {
  position: relative;
  top: -5px !important;
  color: red !important;
  background: transparent !important;
  left: 0px;
  font-size: 12px !important;
  margin: 0 !important;
}

.group {
  position: relative;
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
}

.group .wrap-drop {
  padding: 10px;
  border: 1px solid #A32A29;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.group .wrap-drop::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e905";
  color: brown;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 42px;
  font-size: 18px;
}

.group .wrap-drop.active::after {
  content: "\e906" !important;
}

.group .wrap-drop .drop {
  background: #ffffff;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
  display: none;
  left: 0;
  list-style: none;
  margin-top: 0;
  opacity: 0;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  border: 1px solid #e0dddb;
}

.group .wrap-drop .drop li a {
  color: #F4AB7A;
  display: block;
  padding: 1rem;
  text-decoration: none;
}

.group .wrap-drop span {
  color: #F4AB7A;
}

.group .wrap-drop .drop li:hover a {
  background-color: #f6f6f6;
  color: #A32A29;
}

.group .wrap-drop.active::after {
  border-width: 0 10px 10px;
}

.group .wrap-drop.active .drop {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.group .input1 {
  display: block;
  /* margin-bottom: 10px; */
  padding: 10px;
  border: 1px solid #A32A29;
  border-radius: 3px;
}

.group .input1:focus,
.group textarea:focus {
  border: 1px solid #F4AB7A;
  outline: none;
}

.group label {
  color: #F4AB7A;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.group .input1:focus ~ label,
.group .input1:valid ~ label {
  top: -12px;
  font-size: 14px;
  color: #F4AB7A;
}

.group .bar {
  position: relative;
  display: block;
  top: -10px;
}

.group .bar:before,
.group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  /* bottom: 1px; */
  position: absolute;
  background: #F4AB7A;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.group .bar:before {
  left: 50%;
}

.group .bar:after {
  right: 50%;
}

.group .input1:focus ~ .bar:before,
.group .input1:focus ~ .bar:after {
  width: 50%;
}

.group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.group .input1:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
  }
  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
  }
  to {
    width: 0;
    background: transparent;
  }
}

.threesecs .wrapper .col-wrap {
  width: 33.33%;
}

.threesecs .wrapper .col-wrap input,
.threesecs .wrapper .col-wrap textarea,
.threesecs .wrapper .col-wrap .group {
  background: transparent;
  width: 100%;
  margin-bottom: 27px;
}

.threesecs .wrapper .col-wrap .wrap-drop {
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .threesecs .wrapper .col-wrap {
    width: 50%;
    display: inline-block;
  }
  .threesecs .wrapper .col-wrap:last-child {
    width: 100%;
  }
  .threesecs .wrapper .col-wrap input,
  .threesecs .wrapper .col-wrap textarea,
  .threesecs .wrapper .col-wrap .group {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .threesecs .wrapper .col-wrap {
    width: 100%;
  }
}

.off {
  display: block;
}

.off .item {
  margin-bottom: 30px !important;
}

.search-results {
  position: absolute;
  left: 0;
  top: 50px;
  background: rgba(246, 246, 246, 0.966);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
  z-index: 1;
}

.search-results p {
  margin: 0;
  padding: 10px;
  color: #221F1F;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-bottom: 1px solid #eee;
}

.search-results p:hover {
  background: #e0dddb;
  color: #A32A29;
}

.search-results p:active, .search-results p.dropdown.open {
  color: #F4AB7A;
}

.withsearch .search-results {
  left: unset;
  right: 0;
  max-width: 750px;
}

.socials-top .ig a::after {
  font-family: 'icomoon' !important;
  content: "\e908";
}

.socials-top .ig a::after:hover {
  color: #ccc;
}

.socials-top .tw a::after {
  font-family: 'icomoon' !important;
  content: "\e907";
}

.socials-top .tw a::after:hover {
  color: #ccc;
}

.socials-top .fb a::after {
  font-family: 'icomoon' !important;
  content: "\e909";
}

.socials-top .fb a::after:hover {
  color: #ccc;
}

.socials-top .li a::after {
  font-family: 'icomoon' !important;
  content: "\e91a";
}

.socials-top .li a::after:hover {
  color: #ccc;
}

.socials-top .ig,
.socials-top .tw,
.socials-top .fb,
.socials-top .li {
  display: inline-block !important;
  width: 30px;
  margin: auto;
}

.socials-top .ig a,
.socials-top .tw a,
.socials-top .fb a,
.socials-top .li a {
  text-align: center;
  display: block;
  color: #A32A29;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.socials-top .ig a:hover,
.socials-top .tw a:hover,
.socials-top .fb a:hover,
.socials-top .li a:hover {
  color: #F4AB7A !important;
}

.ib-sec .ib-sub {
  display: inline-block;
}

.ib-sec .ib-sub .sresult {
  color: #F4AB7A !important;
}

.card-types .card-img-top {
  background-size: contain !important;
  min-width: 150px;
}

.results-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.results-sec .results-card {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  padding: 0 20px 20px 0;
}

.results-sec .results-card .subsec-title {
  margin-top: 0 !important;
}

@media only screen and (max-width: 856px) {
  .results-sec .results-card {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media only screen and (max-width: 756px) {
  .results-sec .results-card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
  }
}

.mdc-card {
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
  border: none;
}

@media only screen and (max-width: 600px) {
  .paysend .card {
    margin: 20px 0 !important;
  }
}

.banner-div .col-wrap {
  vertical-align: middle !important;
}

.banner-div .left {
  padding-top: 0px !important;
}

.fof {
  display: table;
  width: 100%;
  color: #A32A29;
  padding-bottom: 50px;
  min-height: 70vh !important;
}

.fof .fofhead {
  font-size: 10em;
}

.fof .plugs {
  display: table-cell;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  vertical-align: middle;
}

.fof .plugs:first-child {
  width: 30%;
  background-image: url(../img/plug1.svg);
}

.fof .plugs:nth-child(2) {
  min-width: 500px;
}

.fof .plugs:last-child {
  width: 30%;
  background-image: url(../img/plug2.svg);
}

@media only screen and (max-width: 1070px) {
  .fof .plugs:first-child, .fof .plugs:last-child {
    width: 45%;
  }
  .fof .plugs:nth-child(2) {
    min-width: 320px;
  }
}

@media only screen and (max-width: 600px) {
  .fof .plugs {
    display: table-row;
    height: unset;
  }
  .fof .plugs:nth-child(2) {
    min-width: unset;
  }
}

.mapsec .tab-list {
  height: 448px;
}

.mapsec .drop-menu {
  text-transform: capitalize !important;
}

.mapsec .dropdown {
  text-align: left;
  padding-left: 30px !important;
}

.mapsec .dropdown::after {
  right: 26px;
  color: #221F1F;
}

.mapsec .dropdown .current {
  color: #221F1F !important;
  font-family: 'D-DIN';
}

.mapsec .linelist {
  max-height: 345px;
  overflow-y: scroll !important;
  scrollbar-color: #A32A29;
  display: block;
}

@media only screen and (max-width: 991px) {
  .mapsec .linelist {
    max-height: 245px;
  }
}

.mapsec .linelist > li {
  margin-right: 0;
}

.mapsec .linelist > li::before {
  color: #221F1F;
  font-size: unset;
  margin-right: 3px;
  text-align: right;
  font-family: inherit;
}

.mapsec .col-wrap {
  padding: 10px;
  min-height: 612px;
}

@media only screen and (max-width: 991px) {
  .mapsec .col-wrap {
    display: block;
    min-height: unset !important;
  }
  .mapsec .col-wrap.w60 {
    width: 100%;
  }
}

.mapsec .map-container-4 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.mapsec .map-container-4 iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.mapsec .locations {
  padding: 0;
  margin: 0;
}

.mapsec .locations.firstloc .locationsli {
  padding: 0;
}

.mapsec .locations .locationsli {
  border-bottom: 1px solid #ddd;
  -webkit-transition: 300ms;
  transition: 300ms;
  padding: 10px 15px 10px 30px;
}

.mapsec .locations .locationsli:first-child {
  border-top: 1px solid #ddd;
}

.mapsec .locations .locationsli a {
  display: block;
  -webkit-transition: 100ms;
  transition: 100ms;
  margin-left: 8px;
}

.mapsec .locations .locationsli a:active, .mapsec .locations .locationsli a.dropdown.open {
  color: #F4AB7A;
}

.mapsec .locations .locationsli:hover {
  background-color: #ddd;
}

.mapsec .locations:nth-child(2) .locationsli {
  padding: 10px 15px 10px 40px;
}

.mapsec .search-bar {
  border: none !important;
  width: 100%;
}

.mapsec .search-bar .line-left::after {
  line-height: 38px !important;
}

.mapsec .search-bar input {
  font-size: 16px !important;
  padding-left: 30px !important;
}

.mapsec .search-bar input::-webkit-input-placeholder {
  font-size: 18px !important;
}

.mapsec .search-bar input:-ms-input-placeholder {
  font-size: 18px !important;
}

.mapsec .search-bar input::-ms-input-placeholder {
  font-size: 18px !important;
}

.mapsec .search-bar input::placeholder {
  font-size: 18px !important;
}

.w40 {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .w40 {
    width: 100%;
  }
}

.w50 {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .w50 {
    width: 100% !important;
    display: block !important;
  }
}

.w60 {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .w60 {
    width: 100%;
  }
}

.w80 {
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .w80 {
    display: block;
    width: 100%;
  }
}

.w90 {
  width: 90%;
}

@media only screen and (max-width: 768px) {
  .w90 {
    display: block;
    width: 100%;
  }
}

.oi .input1 {
  width: 100%;
}

.oi .flex-wrap {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.oi .flex-wrap .col-flex {
  margin: 0 10px;
}

@media only screen and (max-width: 1210px) {
  .oi .quote > .wrapper .col-wrap {
    display: block !important;
    width: 100%;
  }
}

.oi .quote > .wrapper .col-wrap.bordered {
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
  border-radius: 12px;
  padding: 20px;
}

.oi .quote > .wrapper .col-wrap.bordered .card-btn {
  min-width: 300px;
  margin: 0 10px;
}

.inv-color-btn {
  background-color: white;
  border-color: #A32A29;
  color: brown;
}

.inv-color-btn::after {
  color: brown;
}

.inv-color-btn:hover {
  background: white;
  border-color: #F4AB7A;
  color: #F4AB7A;
}

.inv-color-btn:hover::after {
  color: #F4AB7A;
}

@media only screen and (max-width: 1024px) {
  .oi > .content > .wrapper > .col-wrap {
    display: block !important;
    width: 100%;
  }
}

.bold {
  font-family: 'D-DIN-Bold' !important;
  text-transform: uppercase;
  margin-top: 20px;
}

.bold2 {
  font-family: 'D-DIN' !important;
  margin-top: 20px;
}

.relative {
  position: relative;
}

.shadow {
  -webkit-box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
          box-shadow: 0 0 8px 0 rgba(193, 190, 193, 0.52);
}

.downloadaft::after {
  content: '\e90d' !important;
}

.sendqueryaft::after {
  content: '\e910' !important;
  font-size: 16px !important;
  line-height: 34px !important;
}

.calcaccordion {
  -webkit-transition: 300ms;
  transition: 300ms;
  padding-bottom: 10px;
  cursor: pointer;
}

.calcaccordion::after {
  font-family: 'icomoon' !important;
  content: "\e905";
  font-size: 18px;
  position: relative;
  right: -12px;
}

.calcaccordion:hover {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(193, 190, 193, 0.52);
          box-shadow: 0px 2px 2px 0px rgba(193, 190, 193, 0.52);
}

.calcaccordion.dropped::after {
  content: "\e906" !important;
}

.expandcollapse {
  color: white !important;
  font-size: 1.4em;
  display: block;
  position: relative;
  -webkit-transition: 600ms;
  transition: 600ms;
  text-align: right;
  right: 1.6em;
}

.expandme {
  -webkit-transition: 600ms;
  transition: 600ms;
}

.expandme::after {
  font-family: 'icomoon' !important;
  content: "\e905";
  position: absolute;
  right: -1.6em;
  color: white;
  font-size: .7em;
  line-height: 32px;
}

.collapseme {
  -webkit-transition: 600ms;
  transition: 600ms;
}

.collapseme::after {
  font-family: 'icomoon' !important;
  content: "\e906";
  position: absolute;
  right: -1.6em;
  color: white;
  font-size: .7em;
  line-height: 32px;
}

.footer-intro {
  -webkit-transition: 300ms;
  transition: 300ms;
}

@media only screen and (min-width: 600px) {
  .footer-intro {
    display: none;
  }
}

.footer-intro .col-wrap {
  max-width: 50%;
  min-width: 50%;
  width: 50%;
}

.footer-intro .col-wrap:first-child {
  vertical-align: top;
}

.footer-intro .col-wrap::nth-child(2) {
  vertical-align: middle !important;
}

.footer-intro img {
  max-width: 80px;
  margin-top: 0;
}

select.tabs-ul {
  display: none !important;
}

.owl-next.disabled,
.owl-prev.disabled {
  color: #aaaaab !important;
}

#convert {
  width: 30em !important;
  padding: 20px !important;
  border-radius: 3px;
}

@media only screen and (min-width: 375px) {
  #convert {
    padding: 30px 45px !important;
  }
}

#convert .wrap-drop,
#convert input {
  width: 100%;
}

#convert .forex-title {
  font-size: 2.5em;
  color: brown;
  font-family: 'D-DIN';
}

#convert .forex-title2 {
  font-size: 3em;
  color: brown;
  font-family: 'D-DIN';
}

.downloads {
  overflow: hidden !important;
}

.next {
  color: #A32A29;
  font-family: 'D-DIN';
  position: relative;
  font-size: 20px;
  -webkit-transition: 300ms;
  transition: 300ms;
  display: block;
  text-align: right;
}

.next:hover {
  color: #F4AB7A;
}

.next:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.next::after {
  position: relative;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
}

.prev {
  color: #A32A29;
  font-family: 'D-DIN';
  position: relative;
  font-size: 20px;
  -webkit-transition: 300ms;
  transition: 300ms;
  display: block;
  text-align: left;
}

.prev:hover {
  color: #F4AB7A;
}

.prev:hover::before {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.prev::before {
  position: relative;
  font-family: 'icomoon' !important;
  content: "\e911";
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
}

.forexselect {
  border: 1px solid #A32A29;
  border-radius: 2px;
  background: white;
  text-align: left;
  margin-bottom: 15px;
}

.forexselect .current {
  color: #F4AB7A;
  font-family: 'D-DIN';
}

.forexselect:active, .forexselect.dropdown.open, .forexselect:hover {
  background-color: unset !important;
}
/*# sourceMappingURL=main.css.map */



.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
 }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
 }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
 }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
 }
  .col-sm-12 {
    width: 100%;
 }
  .col-sm-11 {
    width: 91.66666667%;
 }
  .col-sm-10 {
    width: 83.33333333%;
 }
  .col-sm-9 {
    width: 75%;
 }
  .col-sm-8 {
    width: 66.66666667%;
 }
  .col-sm-7 {
    width: 58.33333333%;
 }
  .col-sm-6 {
    width: 50%;
 }
  .col-sm-5 {
    width: 41.66666667%;
 }
  .col-sm-4 {
    width: 33.33333333%;
 }
  .col-sm-3 {
    width: 25%;
 }
  .col-sm-2 {
    width: 16.66666667%;
 }
  .col-sm-1 {
    width: 8.33333333%;
 }
  .col-sm-pull-12 {
    right: 100%;
 }
  .col-sm-pull-11 {
    right: 91.66666667%;
 }
  .col-sm-pull-10 {
    right: 83.33333333%;
 }
  .col-sm-pull-9 {
    right: 75%;
 }
  .col-sm-pull-8 {
    right: 66.66666667%;
 }
  .col-sm-pull-7 {
    right: 58.33333333%;
 }
  .col-sm-pull-6 {
    right: 50%;
 }
  .col-sm-pull-5 {
    right: 41.66666667%;
 }
  .col-sm-pull-4 {
    right: 33.33333333%;
 }
  .col-sm-pull-3 {
    right: 25%;
 }
  .col-sm-pull-2 {
    right: 16.66666667%;
 }
  .col-sm-pull-1 {
    right: 8.33333333%;
 }
  .col-sm-pull-0 {
    right: auto;
 }
  .col-sm-push-12 {
    left: 100%;
 }
  .col-sm-push-11 {
    left: 91.66666667%;
 }
  .col-sm-push-10 {
    left: 83.33333333%;
 }
  .col-sm-push-9 {
    left: 75%;
 }
  .col-sm-push-8 {
    left: 66.66666667%;
 }
  .col-sm-push-7 {
    left: 58.33333333%;
 }
  .col-sm-push-6 {
    left: 50%;
 }
  .col-sm-push-5 {
    left: 41.66666667%;
 }
  .col-sm-push-4 {
    left: 33.33333333%;
 }
  .col-sm-push-3 {
    left: 25%;
 }
  .col-sm-push-2 {
    left: 16.66666667%;
 }
  .col-sm-push-1 {
    left: 8.33333333%;
 }
  .col-sm-push-0 {
    left: auto;
 }
  .col-sm-offset-12 {
    margin-left: 100%;
 }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
 }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
 }
  .col-sm-offset-9 {
    margin-left: 75%;
 }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
 }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
 }
  .col-sm-offset-6 {
    margin-left: 50%;
 }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
 }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
 }
  .col-sm-offset-3 {
    margin-left: 25%;
 }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
 }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
 }
  .col-sm-offset-0 {
    margin-left: 0%;
 }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
 }
  .col-md-12 {
    width: 100%;
 }
  .col-md-11 {
    width: 91.66666667%;
 }
  .col-md-10 {
    width: 83.33333333%;
 }
  .col-md-9 {
    width: 75%;
 }
  .col-md-8 {
    width: 66.66666667%;
 }
  .col-md-7 {
    width: 58.33333333%;
 }
  .col-md-6 {
    width: 50%;
 }
  .col-md-5 {
    width: 41.66666667%;
 }
  .col-md-4 {
    width: 33.33333333%;
 }
  .col-md-3 {
    width: 25%;
 }
  .col-md-2 {
    width: 16.66666667%;
 }
  .col-md-1 {
    width: 8.33333333%;
 }
  .col-md-pull-12 {
    right: 100%;
 }
  .col-md-pull-11 {
    right: 91.66666667%;
 }
  .col-md-pull-10 {
    right: 83.33333333%;
 }
  .col-md-pull-9 {
    right: 75%;
 }
  .col-md-pull-8 {
    right: 66.66666667%;
 }
  .col-md-pull-7 {
    right: 58.33333333%;
 }
  .col-md-pull-6 {
    right: 50%;
 }
  .col-md-pull-5 {
    right: 41.66666667%;
 }
  .col-md-pull-4 {
    right: 33.33333333%;
 }
  .col-md-pull-3 {
    right: 25%;
 }
  .col-md-pull-2 {
    right: 16.66666667%;
 }
  .col-md-pull-1 {
    right: 8.33333333%;
 }
  .col-md-pull-0 {
    right: auto;
 }
  .col-md-push-12 {
    left: 100%;
 }
  .col-md-push-11 {
    left: 91.66666667%;
 }
  .col-md-push-10 {
    left: 83.33333333%;
 }
  .col-md-push-9 {
    left: 75%;
 }
  .col-md-push-8 {
    left: 66.66666667%;
 }
  .col-md-push-7 {
    left: 58.33333333%;
 }
  .col-md-push-6 {
    left: 50%;
 }
  .col-md-push-5 {
    left: 41.66666667%;
 }
  .col-md-push-4 {
    left: 33.33333333%;
 }
  .col-md-push-3 {
    left: 25%;
 }
  .col-md-push-2 {
    left: 16.66666667%;
 }
  .col-md-push-1 {
    left: 8.33333333%;
 }
  .col-md-push-0 {
    left: auto;
 }
  .col-md-offset-12 {
    margin-left: 100%;
 }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
 }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
 }
  .col-md-offset-9 {
    margin-left: 75%;
 }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
 }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
 }
  .col-md-offset-6 {
    margin-left: 50%;
 }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
 }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
 }
  .col-md-offset-3 {
    margin-left: 25%;
 }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
 }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
 }
  .col-md-offset-0 {
    margin-left: 0%;
 }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
 }
  .col-lg-12 {
    width: 100%;
 }
  .col-lg-11 {
    width: 91.66666667%;
 }
  .col-lg-10 {
    width: 83.33333333%;
 }
  .col-lg-9 {
    width: 75%;
 }
  .col-lg-8 {
    width: 66.66666667%;
 }
  .col-lg-7 {
    width: 58.33333333%;
 }
  .col-lg-6 {
    width: 50%;
 }
  .col-lg-5 {
    width: 41.66666667%;
 }
  .col-lg-4 {
    width: 33.33333333%;
 }
  .col-lg-3 {
    width: 25%;
 }
  .col-lg-2 {
    width: 16.66666667%;
 }
  .col-lg-1 {
    width: 8.33333333%;
 }
  .col-lg-pull-12 {
    right: 100%;
 }
  .col-lg-pull-11 {
    right: 91.66666667%;
 }
  .col-lg-pull-10 {
    right: 83.33333333%;
 }
  .col-lg-pull-9 {
    right: 75%;
 }
  .col-lg-pull-8 {
    right: 66.66666667%;
 }
  .col-lg-pull-7 {
    right: 58.33333333%;
 }
  .col-lg-pull-6 {
    right: 50%;
 }
  .col-lg-pull-5 {
    right: 41.66666667%;
 }
  .col-lg-pull-4 {
    right: 33.33333333%;
 }
  .col-lg-pull-3 {
    right: 25%;
 }
  .col-lg-pull-2 {
    right: 16.66666667%;
 }
  .col-lg-pull-1 {
    right: 8.33333333%;
 }
  .col-lg-pull-0 {
    right: auto;
 }
  .col-lg-push-12 {
    left: 100%;
 }
  .col-lg-push-11 {
    left: 91.66666667%;
 }
  .col-lg-push-10 {
    left: 83.33333333%;
 }
  .col-lg-push-9 {
    left: 75%;
 }
  .col-lg-push-8 {
    left: 66.66666667%;
 }
  .col-lg-push-7 {
    left: 58.33333333%;
 }
  .col-lg-push-6 {
    left: 50%;
 }
  .col-lg-push-5 {
    left: 41.66666667%;
 }
  .col-lg-push-4 {
    left: 33.33333333%;
 }
  .col-lg-push-3 {
    left: 25%;
 }
  .col-lg-push-2 {
    left: 16.66666667%;
 }
  .col-lg-push-1 {
    left: 8.33333333%;
 }
  .col-lg-push-0 {
    left: auto;
 }
  .col-lg-offset-12 {
    margin-left: 100%;
 }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
 }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
 }
  .col-lg-offset-9 {
    margin-left: 75%;
 }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
 }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
 }
  .col-lg-offset-6 {
    margin-left: 50%;
 }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
 }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
 }
  .col-lg-offset-3 {
    margin-left: 25%;
 }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
 }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
 }
  .col-lg-offset-0 {
    margin-left: 0%;
 }
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  display: table;
  content: " ";
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 14px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.text-right {
  text-align: right;
}
@keyframes profHover {
  0% {
    transform: translateX(0%);
 }
  50% {
    transform: translateX(30%);
 }
  100% {
    transform: translateX(0%);
 }
}
@keyframes btnHover {
  0% {
    transform: translateX(0%);
 }
  50% {
    transform: translateX(30%);
 }
  100% {
    transform: translateX(0%);
 }
}
.templatecard {
  margin: 10px 0;
}
.four-items .col-flex {
  flex-basis: 25% !important;
}
@media only screen and (max-width: 1172px) {
  .four-items .col-flex {
    flex-basis: 33.33% !important;
 }
}
@media only screen and (max-width: 991px) {
  .four-items .col-flex {
    flex-basis: 50% !important;
 }
}
@media only screen and (max-width: 700px) {
  .four-items .col-flex {
    flex-basis: 100% !important;
 }
}
.readmore {
  color: #a32a29;
  font-family: 'D-DIN';
  position: relative;
  text-transform: lowercase;
}
.readmore a {
  text-decoration: none;
  color: #a32a29;
}
.readmore a:hover {
  color: #f4ab7a;
}
.minihead {
  margin-top: 5px;
  font-size: 16px;
  font-family: 'D-DINExp-Bold';
}
.title {
  font-size: 1.8em;
  font-family: 'D-DIN';
}
.title2 {
  font-family: 'D-DIN';
}
.subtle {
  font-family: 'D-DIN';
  font-size: 18px;
}
.subtle2 {
  font-size: 22px;
}
.sub-title {
  font-size: 16px;
  font-family: "D-DIN";
}
.tablinks {
  cursor: pointer;
}
html {
  margin: 0 !important;
  padding: 0 !important;
}
html, body {
  margin: 0;
  height: 100% !important;
}
* {
  outline: none !important;
}
*::selection {
  background: #a32a29;
  color: #e8e9eb;
}
.vid-sec {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 45%;
  position: relative;
  height: 100%;
  min-width: 100%;
  text-decoration: none;
  position: absolute;
  cursor: pointer;
  color: unset;
  max-height: 100%;
  max-width: 630px;
  height: 320px;
  width: auto;
  position: relative;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  margin: auto;
}
.vid-sec::after {
  background: rgba(10, 6, 8, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
}
@media only screen and (max-width: 870px) {
  .vid-sec {
    width: 100%;
 }
}
.vid-sec .play-btn {
  position: absolute;
  background-color: #f4ab7a;
  transition: 400ms;
  width: 4.2em;
  height: 2.6em;
  line-height: 2.6em;
  text-align: center;
}
.vid-sec .play-btn::after {
  font-family: 'icomoon' !important;
  content: "\e901";
  color: white;
  font-size: 20px;
}
.vid-sec:hover .play-btn {
  background-color: #a32a29;
}
.bg-white {
  background: white;
}
.bg-transparent {
  background: transparent !important;
}
.bg-white2 {
  background: #efefef;
}
.leader .left-img {
  width: 270px;
}
.leader .card-body {
  max-width: 876px;
  padding: 80px 60px 60px 60px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 630px) {
  .leader .card-body .col-wrap {
    display: block;
    width: 100%;
 }
}
@media only screen and (max-width: 630px) {
  .leader .card-body {
    padding: 80px 40px 60px 40px;
 }
}
.leader .wrapper {
  text-align: left;
}
.leader .wrapper .col-wrap {
  vertical-align: middle;
}
.leader .wrapper .col-wrap:not(.left-img) {
  padding-left: 20px;
}
.leader .leader-name {
  color: #a32a29;
  text-transform: uppercase;
}
.leader .leader-subtle {
  font-size: 16px;
  color: #221f1f;
  font-family: "D-DIN";
  text-transform: uppercase;
  margin: 0;
}
.leader .card-text {
  padding-top: 10px;
}
.fancy-styling {
  text-decoration: none;
  transition: 100ms;
  position: relative;
}
.infinity-loader {
  position: relative;
}
.infinity-loader .load-data {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  height: 42px;
  line-height: 42px;
  display: block;
  color: #a32a29;
  transition: 200ms;
  font-family: 'D-DIN-Bold';
  font-size: 18px;
}
.infinity-loader .load-data::after {
  font-family: 'icomoon' !important;
  content: "\e912";
  margin-left: 30px;
}
.infinity-loader .load-data:hover {
  color: #f4ab7a;
}
.infinity-loader .load-data:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.cancel-padding {
  padding: 0 !important;
}
a {
  color: #221f1f;
  text-decoration: none !important;
}
.light-toparea {
  background-color: white;
  border-color: #000;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
.icon {
  display: block;
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  padding-top: 15px;
}
.icon:hover div:nth-child(1) {
  width: 60%;
}
.icon:hover div:nth-child(2) {
  width: 85%;
}
.icon:hover div:nth-child(3) {
  width: 60%;
}
.icon div {
  width: 100%;
  height: 3px;
  margin-bottom: 5px;
  display: block;
  float: right;
  transition: all 0.3s;
  background-color: #a32a29;
}
.menu-close {
  z-index: 100;
}
.menu-close div {
  background-color: #a32a29;
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 10px;
  width: 25px;
  height: 3px;
  float: right;
  display: inline;
  z-index: -100;
}
.menu-close div:nth-child(1) {
  transform: rotate(45deg);
}
.menu-close div:nth-child(2) {
  transform: rotate(-45deg);
}
.sec-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.sec-wrapper .col-wrap {
  display: table-cell;
  vertical-align: top;
}
.spacing {
  padding: 12px 0;
  display: block;
}
.spacing-half {
  padding: 6px 0;
  display: block;
}
.spacing-half2 {
  padding: 3px 0;
  display: block;
}
.column-1 {
  width: 8.33333%;
}
.column-2 {
  width: 16.66667%;
}
.column-3 {
  width: 25%;
}
.column-4 {
  width: 32.33333%;
}
.column-5 {
  width: 41.66667%;
}
.column-6 {
  width: 49%;
}
.column-7 {
  width: 58.33333%;
}
.column-8 {
  width: 66.66667%;
}
.column-9 {
  width: 75%;
}
.column-10 {
  width: 82.73333%;
}
.column-11 {
  width: 91.66667%;
}
.column-12 {
  width: 100%;
}
.wrapper {
  display: table;
  width: 100%;
  /* height: 100%; */
  text-align: center;
  margin: 0 auto;
}
.wrapper .col-wrap {
  display: table-cell;
  vertical-align: middle;
}
.wrapper-middle {
  vertical-align: middle !important;
}
.menu-bar .country {
  width: 176px;
  height: 36px;
  background-color: #a32a29;
  border-radius: 25px;
  padding: 6px 20px;
  border: none;
  color: white;
  font-family: 'D-DIN';
  text-align: left;
  line-height: 24px;
}
.menu-bar .country::after {
  color: white;
  font-size: 12px;
  right: 20px;
  line-height: 38px;
}
.menu-bar .country .current {
  font-family: 'D-DIN';
}
.menu-bar .country:focus {
  background-color: #a32a29;
}
.menu-bar .country:hover {
  background-color: #a32a29;
}
.menu-bar .country:active, .menu-bar .dropdown.open.country {
  background-color: #a32a29 !important;
  border: none;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
.menu-bar .country.open:active, .menu-bar .dropdown.open.country.open {
  background-color: #e87c54 !important;
}
.menu-bar .country.open:after {
  transform: rotate(-180deg);
}
.menu-bar .country.open .list {
  opacity: 1;
  pointer-events: auto;
}
.menu-bar .country.open .option {
  cursor: pointer;
  font-family: 'D-DIN';
}
.menu-bar .country.wide {
  width: 100%;
}
.menu-bar .country.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.menu-bar .country .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  background-color: #fff;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
  color: #221f1f;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
.menu-bar .country .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-bar .country .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.menu-bar .country .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.menu-bar .country .option:hover, .menu-bar .country .option:focus {
  background-color: #e8e9eb !important;
}
.menu-bar .country .option.selected {
  font-weight: 600;
}
.menu-bar .country .option.selected:focus {
  background: #e8e9eb;
}
.menu-bar .country .list ul {
  flex-direction: column;
}
.menu-bar ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
.menu-bar ul li {
  text-decoration: none;
  list-style: none;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
}
.menu-bar ul li a {
  text-decoration: none;
  color: black;
  display: block;
}
.menu-bar ul li a:hover {
  color: #a32a29;
}
.menu-bar ul li a.active {
  color: #a32a29;
}
/* ============================================== floating ============================================== */
.floating {
  -webkit-animation-name: floating;
  animation-name: floating;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
 }
  50% {
    -webkit-transform: translateY(30%);
 }
  100% {
    -webkit-transform: translateY(0%);
 }
}
@keyframes floating {
  0% {
    transform: translateY(0%);
 }
  50% {
    transform: translateY(30%);
 }
  100% {
    transform: translateY(0%);
 }
}
.to-top {
  background-color: #e8e9eb;
  position: fixed;
  height: 35px;
  width: 35px;
  z-index: 1000;
  bottom: 11%;
  right: 5%;
  display: none;
  transition: 300ms;
}
.to-top a {
  display: block;
  min-height: 100%;
  max-height: 100%;
}
.to-top a::after {
  position: absolute;
  vertical-align: middle;
  text-align: center;
  top: 0;
  bottom: 0;
  font-family: 'icomoon' !important;
  content: "\e913";
  margin: auto;
  right: 0;
  left: 0;
  line-height: 35px;
  color: #a32a29;
}
@media only screen and (max-width: 1070px) {
  .to-top {
    display: none !important;
 }
}
#popup {
  padding: 30px 50px !important;
  border-radius: 20px;
  overflow-y: hidden;
}
#popup .popup-opt {
  width: 16em;
  text-align: left;
  height: 42px;
}
@media only screen and (max-width: 425px) {
  #popup .popup-opt {
    width: 12em;
 }
}
#popup .exclude {
  border: 2px solid #a32a29 !important;
  border-radius: 50px;
  display: block;
  margin-bottom: 20px;
  padding: 0 20px;
  position: relative;
 /* for Firefox */
  -moz-appearance: none;
 /* for Chrome */
  -webkit-appearance: none;
}
#popup .exclude::-ms-expand {
  display: none;
}
#popup .dropdown {
  border: 1px solid #a32a29 !important;
  border-radius: 50px;
  margin-bottom: 20px;
}
#popup .dropdown .list {
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
#popup [data-fancybox-close] {
  background-color: transparent !important;
  color: #221f1f !important;
  opacity: 1;
}
#wrapper .card-body {
  padding: 25px 15px;
}
#wrapper .sec-title {
  color: #a32a29;
  font-family: 'D-DIN';
  font-size: 1.6rem;
}
#wrapper .sec-title2 {
  font-size: 1.2em;
  color: #a32a29;
  margin-bottom: 15px;
  font-family: 'D-DIN';
}
#wrapper .subsec-title {
  color: #a32a29;
  font-family: 'D-DIN';
  font-size: 1.35em;
  margin-top: 15px;
  margin-bottom: 10px;
}
#wrapper .subsec-title2 {
  color: #a32a29;
  font-family: 'D-DIN';
  font-size: 1.35em;
  margin-top: 15px;
  margin-bottom: 10px;
}
#wrapper .arrow-scroll {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
}
#wrapper .arrow-scroll a {
  display: block;
  height: 60px;
}
#wrapper .arrow-scroll a::after {
  position: absolute;
  vertical-align: middle;
  text-align: center;
  top: 0;
  bottom: 0;
  font-family: 'icomoon' !important;
  content: "\e912";
  margin: auto;
  right: 0;
  left: 0;
  color: #a32a29;
}
#wrapper .dashboard {
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  cursor: pointer;
}
#wrapper .dashboard .img-holder {
  background-color: #a32a29;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
}
#wrapper .dashboard p {
  color: #a32a29;
  position: relative;
  font-weight: bold;
  padding: 4px 30px 0 5px;
  margin: auto;
}
#wrapper .dashboard p::after {
  color: #221f1f;
  font-family: 'icomoon' !important;
  content: "\e905";
  position: absolute;
  line-height: 59px;
  top: -3px;
  right: 0;
  margin: auto;
}
#wrapper .dashboard p::after:hover {
  transform: rotate(45deg) !important;
}
#wrapper .nav-div {
  padding-left: 0 !important;
  margin-left: 10px;
}
#wrapper .dashboard::before {
  background: transparent !important;
}
#wrapper .dashboard:hover::before {
  background: transparent !important;
  display: none;
}
#wrapper .pad-content {
  padding: 0 10%;
  width: 100%;
  max-height: 100%;
  padding-top: 20px;
}
#wrapper .pad-content h2 {
  font-size: 28px !important;
}
@media only screen and (max-width: 900px) {
  #wrapper .pad-content {
    padding: 0 5%;
 }
}
#wrapper .content {
  padding: 0 5%;
  /* max-height: 100%; */
  max-width: 1720px;
  margin: auto;
}
#wrapper .breadcrumbs-sec .breadcrumb {
  background: transparent;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
#wrapper .breadcrumbs-sec .breadcrumb .breadcrumb-item {
  font-family: 'D-DIN' !important;
  top: 2px;
  position: relative;
}
#wrapper .breadcrumbs-sec .breadcrumb .breadcrumb-item a {
  color: #221f1f;
  text-decoration: none;
}
#wrapper .breadcrumbs-sec .breadcrumb .breadcrumb-item a:hover {
  color: #f4ab7a;
}
#wrapper .breadcrumbs-sec .breadcrumb .breadcrumb-item::before {
  font-family: 'icomoon' !important;
  content: "\e90b";
  font-size: 12px;
  display: inline-block;
  padding-right: 0.5rem;
  color: #221f1f;
  font-weight: 100;
  position: relative;
  top: 0px;
}
#wrapper .breadcrumbs-sec .breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}
#wrapper .breadcrumbs-sec .breadcrumb .breadcrumb-item.active {
  color: #a32a29 !important;
  position: relative;
  top: 2px;
}
#wrapper .banner-div {
  transition: 600ms;
  position: relative;
}
#wrapper .banner-div .banner-header {
  text-align: center;
}
#wrapper .banner-div .banner-header h2 {
  font-size: 36px;
  font-family: 'D-DIN';
}
#wrapper .banner-div .banner-header p {
  font-family: 'D-DIN';
  font-size: 18px;
  text-align: center !important;
}
#wrapper .banner-div .banner-header a {
  border: none;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  background-color: #a32a29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 20px;
  position: relative;
  line-height: 40px;
  height: 40px;
  display: inline-block;
}
#wrapper .banner-div .banner-header a:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#wrapper .banner-div .banner-header a::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 40px;
  font-size: 14px;
}
#wrapper .banner-div .banner-header a::after {
  position: absolute;
  line-height: 40px;
}
@media only screen and (max-width: 1280px) {
  #wrapper .banner-div {
    padding: 0 !important;
 }
}
@media only screen and (min-width: 1071px) {
  #wrapper .mobile_nav {
    display: none;
 }
}
@media only screen and (max-width: 1070px) {
  #wrapper .top-area, #wrapper .col-menu1, #wrapper .search-menu {
    display: none !important;
 }
  #wrapper .top-nav-sec {
    background-color: white !important;
    box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
    transition: 100ms;
 }
}
#wrapper .drop-menu {
  text-transform: uppercase;
  font-family: 'D-DIN-Bold';
}
#wrapper .drop-menu .dropdown .current {
  color: #a32a29;
  border-radius: 5px;
  padding-right: 25px;
  padding-left: 20px;
}
#wrapper .drop-menu .dropdown .list {
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
#wrapper .drop-menu p::after {
  font-family: 'icomoon' !important;
  content: "\e904";
  margin-left: 6px;
  font-size: 11px;
}
#wrapper .hotline .top-area-search {
  display: table;
  border-radius: 25px;
  border: 1px solid #a32a29;
  background-color: transparent;
  position: relative;
}
#wrapper .hotline .top-area-search::after {
  font-family: 'icomoon' !important;
  content: "\e900";
  position: absolute;
  color: #a32a29;
  right: 0;
  top: 5px;
  margin-right: 10px;
  font-size: 15px;
  z-index: -1;
}
#wrapper .hotline .top-area-search input {
  display: inline-block;
  width: 100%;
  padding: 4px 12px;
  border-radius: 25px;
  border: none;
  background-color: transparent;
  font-family: 'D-DIN';
}
#wrapper .hotline .top-area-search input::placeholder {
  color: #a32a29;
}
#wrapper .hotline span {
  color: #a32a29;
  margin-left: 10px;
}
#wrapper .hotline p {
  margin: 0;
}
#wrapper .menu-bd-bottom {
  margin: 0;
  padding: 0;
}
#wrapper .menu-bd-bottom p {
  margin: 5px 0;
}
#wrapper .no-pad-marg {
  margin: 0 !important;
  padding: 0 !important;
}
#wrapper .mobile-nav2 {
  padding: 20px 10px;
  background-color: #e8e9eb;
  width: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 150;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-overflow-scrolling: touch;
  list-style: none;
}
#wrapper .mobile-nav2 h5 {
  color: #221f1f;
  font-family: D-DIN-Bold;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
}
#wrapper .mobile-nav2 button {
  margin: 5px 0;
}
#wrapper .mobile-nav2 button.banking {
  width: 100%;
  border: none;
  height: 42px;
  line-height: 42px;
  background-color: #f4ab7a;
  color: white;
  transition: 400ms;
}
#wrapper .mobile-nav2 button.banking:active, #wrapper .mobile-nav2 button.dropdown.open.banking, #wrapper .mobile-nav2 button.banking:hover {
  color: #d8744a;
  background: white;
  border: 1px solid #d8744a;
}
#wrapper .mobile-nav2 button.login {
  width: 100%;
  border: none;
  height: 42px;
  line-height: 42px;
  background-color: #a32a29;
  color: white;
  transition: 400ms;
}
#wrapper .mobile-nav2 button.login:active, #wrapper .mobile-nav2 button.dropdown.open.login, #wrapper .mobile-nav2 button.login:hover {
  color: #a32a29;
  background: white;
  border: 1px solid #a32a29;
}
#wrapper .mobile-nav2 ul {
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 150;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  margin-bottom: 0;
}
#wrapper .mobile-nav2 ul li a {
  display: block;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  font-family: 'D-DIN';
  text-decoration: none;
}
#wrapper .mobile-nav2 ul li a:hover {
  color: #ccc;
}
#wrapper .mobile-nav2 .dropdown {
  background-color: #f0f0f0 !important;
  border-color: #dddfe2;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
#wrapper .mobile-nav2 .dropdown .current {
  color: #a32a29;
}
#wrapper .mobile-nav2 .location {
  padding: 30px 10px;
}
#wrapper .mobile-nav2 .online {
  padding: 30px 10px;
}
#wrapper .pos-rel {
  position: relative;
}
#wrapper .vid-link {
  z-index: 1;
  height: 100%;
  min-width: 100%;
  text-decoration: none;
  position: absolute;
  cursor: pointer;
  color: unset;
}
#wrapper .vid-link .play-btn {
  position: absolute;
  background-color: #f4ab7a;
  transition: 400ms;
  width: 4.2em;
  height: 2.6em;
  line-height: 2.6em;
  text-align: center;
}
#wrapper .vid-link .play-btn::after {
  font-family: 'icomoon' !important;
  content: "\e901";
  color: white;
  font-size: 20px;
}
#wrapper .vid-link:hover .play-btn {
  background-color: #a32a29;
}
#wrapper .vid-link .play-btn {
  bottom: 0;
  right: 0;
}
#wrapper .top-area {
  border-bottom: 1px solid #a32a29;
  font-family: 'D-DIN';
}
#wrapper .top-area .top-float {
  width: 100%;
  text-align: right;
}
#wrapper .top-area .top-float > div {
  padding-left: 10px;
  display: inline-block;
}
#wrapper .eazzy-btn-hover {
  border-radius: 0 10px 0 0 !important;
}
#wrapper .top-nav {
  display: table;
  width: 100%;
  padding: 10px 0;
  font-family: 'D-DIN';
  position: relative;
  font-size: 14px;
}
#wrapper .top-nav .dash-dropdown {
  display: none;
  position: absolute;
  background: white;
  top: 40px;
  width: 200px;
  border-radius: 3px;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
  transition: 100ms;
}
#wrapper .top-nav .dash-dropdown .link {
  display: block;
  text-align: left;
  padding: 5px 10px;
}
#wrapper .top-nav .dash-dropdown .link:hover {
  background: #e7eaea;
  color: #221f20;
}
#wrapper .top-nav .col-logo, #wrapper .top-nav .col-menu1 {
  display: table-cell;
  vertical-align: middle;
}
#wrapper .top-nav .col-logo {
  width: 120px;
}
#wrapper .top-nav .col-logo img {
  max-width: 90px;
}
#wrapper .top-nav .col-menu1 {
  text-align: right;
  border-radius: 0 0 14px 0;
}
#wrapper .top-nav .col-menu1 ul {
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
#wrapper .top-nav .col-menu1 ul li {
  display: inline-block;
  padding: 0 20px;
  line-height: 42px;
  margin: 0 2px;
  position: relative;
}
#wrapper .top-nav .col-menu1 ul li a {
  text-decoration: none;
  color: black;
  display: block;
}
#wrapper .top-nav .col-menu1 ul li a::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #a32a29;
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  border-radius: 25px;
}
#wrapper .top-nav .col-menu1 ul li a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#wrapper .top-nav .col-menu1 ul li a:hover {
  color: #a32a29;
}
@media only screen and (max-width: 1413px) {
  #wrapper .top-nav .col-menu1 ul li {
    padding: 6px 15px;
 }
}
@media only screen and (max-width: 1335px) {
  #wrapper .top-nav .col-menu1 ul li {
    padding: 6px 11px;
 }
}
@media only screen and (max-width: 1284px) {
  #wrapper .top-nav .col-menu1 ul li {
    padding: 6px;
 }
}
#wrapper .top-nav .col-menu1 ul li:last-child::before {
  display: none;
}
#wrapper .top-nav .col-menu1 ul li a.active {
  color: #a32a29;
  font-family: 'D-DIN-Bold';
}
#wrapper .top-nav .col-menu1 ul li a.active::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #a32a29;
  display: block;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#wrapper .top-nav .col-menu1 ul .eazzy-text:before {
  background-color: transparent;
}
#wrapper .top-nav .col-menu1 .eazzy {
  background-color: #a32a29;
  font-family: 'D-DIN' !important;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  border-radius: 0px 10px;
  transition: 400ms;
  width: 120px;
  text-align: center;
  position: relative;
  color: white;
  padding: 0;
  height: 42px;
  line-height: 42px;
  margin-top: 5px;
}
#wrapper .top-nav .col-menu1 .eazzy::before {
  display: none;
}
#wrapper .top-nav .col-menu1 .eazzy ul {
  list-style: none;
  display: block;
  position: relative;
}
#wrapper .top-nav .col-menu1 .eazzy ul li:first-child {
  cursor: pointer;
}
#wrapper .top-nav .col-menu1 .eazzy ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login {
  position: absolute;
  background: #a32a29;
  width: 340px;
  right: 0;
  z-index: 1;
  text-align: center;
  border-radius: 0 0 10px 10px;
  display: none;
  z-index: 10;
}
#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .spaced {
  padding: 12px 16px 16px;
}
#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login button {
  background-color: white;
  color: #a32a29;
  font-size: 16px;
  border: 1px solid #a32a29;
  border-radius: 25px;
  height: 34px;
  line-height: 34px;
  padding: 0 26px;
  transition: 300ms;
}
#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login button:hover {
  background: #f4ab7a;
  color: white;
}
#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login p.left {
  font-family: 'D-DIN';
  font-size: 14px;
  margin: 5px 0;
  height: 20px;
  line-height: 20px;
}
#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered {
  border-left: 1px solid white;
  min-height: 1em;
  width: 100%;
  text-align: center;
  font-weight: 100;
  margin-left: -15px;
  padding-left: 15px;
}
#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered p {
  margin: 0;
  font-family: 'D-DIN';
  line-height: 1.2;
  font-size: 13px;
  color: white;
  border-radius: 8px;
  transition: 300ms;
  padding: 3px;
}
#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered p::before {
  font-size: 26px;
  font-family: 'icomoon' !important;
  content: "\e902";
  color: white;
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;
  display: block;
}
#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered p:active, #wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered p.dropdown.open {
  background: white;
  color: #a32a29;
}
#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered p:active::before, #wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered p.dropdown.open::before {
  color: #a32a29;
}
#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered p:hover {
  background: #f4ab7a;
  color: white;
}
#wrapper .top-nav .col-menu1 .eazzy ul .eazzy-login .bordered p:hover::before {
  color: white;
}
@media only screen and (max-width: 1070px) {
  #wrapper .top-nav .col-menu1 .eazzy {
    display: none;
 }
}
#wrapper .main-menu .wrapper {
  width: 100%;
}
#wrapper .main-menu .wrapper .menu-bar ul {
  justify-content: space-between;
}
#wrapper .main-menu .wrapper .search-bar {
  width: 100%;
  max-height: 100%;
}
#wrapper .main-menu .wrapper .search-bar input::placeholder {
  font-size: 18px;
}
#wrapper .search-menu {
  margin: 0px auto;
  font-family: 'D-DIN';
}
#wrapper .search-menu .search-bar {
  width: 58%;
  border: 2px solid #a32a29;
  height: 52px;
  border-radius: 5px;
  margin: 0 auto;
  display: table;
  transition: 600ms;
  position: relative;
}
#wrapper .search-menu .search-bar input {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: none;
  background: transparent;
  font-size: 22px;
  font-family: 'D-DIN';
  padding: 0 16px;
}
#wrapper .search-menu .search-bar input::placeholder {
  color: #a32a29;
  font-size: 24px;
}
#wrapper .search-menu .search-bar input:focus::placeholder {
  color: transparent;
}
#wrapper .search-menu .search-bar .search-btn {
  width: 65px;
  text-align: center;
  vertical-align: middle;
}
#wrapper .search-menu .search-bar .search-btn .line-left {
  background: transparent;
  border: none;
  height: 70%;
  min-width: 100%;
  border-left: 1px solid #a32a29;
  position: relative;
  display: table;
  outline: 0 !important;
}
#wrapper .search-menu .search-bar .search-btn .line-left::after {
  font-family: 'icomoon' !important;
  content: "\e910";
  color: #a32a29;
  text-align: center;
  margin: auto;
  line-height: 36px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
#wrapper .search-menu .search-bar input, #wrapper .search-menu .search-bar .search-btn {
  display: table-cell;
}
#wrapper .search-menu .search-bar.home-search-bar-hover {
  margin: 100px auto 0px;
}
@media only screen and (max-width: 1238px) {
  #wrapper .search-menu .search-bar {
    width: 80%;
 }
}
@media only screen and (max-width: 800px) {
  #wrapper .search-menu .search-bar {
    width: 90%;
 }
}
#wrapper .banner {
  width: 100%;
  height: 28em;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1280px) {
  #wrapper .banner {
    background-size: cover;
 }
}
#wrapper .banner .banner-txt {
  padding: 30px 45px;
  color: #ae3613;
}
#wrapper .banner .banner-txt span {
  font-size: 34px;
  font-family: 'D-DIN';
  line-height: 1.3;
}
#wrapper .home-card {
  background-color: #fff4e5;
}
#wrapper .accounts-cards {
  background-color: #e8e9eb;
}
#wrapper .home-cards {
  background-color: #e8e9eb;
}
#wrapper .home-cards .tabcontent {
  width: 100%;
}
#wrapper .home-cards .tabcontent .livestream-vid {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  height: 13rem;
  position: relative;
  z-index: 1;
}
#wrapper .home-cards .tabcontent .livestream-vid::after {
  background: rgba(10, 6, 8, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
}
#wrapper .home-cards .tabcontent .article-padding {
  padding: 20px 15px;
}
#wrapper .home-cards .tabcontent .articles-sec .card {
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
#wrapper .home-cards .tabcontent .numbered-dropcap {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
#wrapper .home-cards .tabcontent .numbered-dropcap li {
  line-height: 1.2;
}
#wrapper .home-cards .tabcontent .numbered-dropcap li:first-letter {
  font-size: 36px;
  padding: 0;
  letter-spacing: 0;
}
#wrapper .home-cards .tabcontent .title {
  color: #a32a29;
}
#wrapper .home-cards .tabcontent .subtle {
  font-size: 16px;
}
#wrapper .home-cards .achievements .showme .title {
  font-size: 1.8em;
}
#wrapper .home-cards .achievements .card-body {
  padding-bottom: 60px;
}
#wrapper .home-cards .achievements .mi2 {
  bottom: 15px;
}
#wrapper .home-cards .leadership .card-body {
  padding-bottom: 28px;
}
#wrapper .home-cards .card-content {
  display: table;
  width: 100%;
}
#wrapper .home-cards .card-content p, #wrapper .home-cards .card-content img {
  display: table-cell !important;
  vertical-align: middle;
}
#wrapper .home-cards .card-content img {
  width: 630px;
}
@media only screen and (max-width: 1060px) {
  #wrapper .home-cards .card-content {
    display: block;
 }
  #wrapper .home-cards .card-content p {
    display: block;
 }
  #wrapper .home-cards .card-content img {
    width: 240px;
    margin: 0 auto;
 }
}
@media only screen and (max-width: 680px) {
  #wrapper .home-cards .card-content img {
    width: 200px;
    margin: 0 auto;
 }
}
@media only screen and (max-width: 600px) {
  #wrapper .home-cards .card-content img {
    width: 300px;
    margin: 0 auto;
 }
}
#wrapper .home-cards .card-body {
  position: relative;
  padding-bottom: 80px;
}
#wrapper .home-cards .card {
  border: none;
  border-radius: 5px;
}
#wrapper .home-cards .card .card-tag {
  color: #a32a29;
  font-family: 'D-DIN-Bold';
  padding-bottom: 5px;
}
#wrapper .home-cards .card .date {
  color: #221f1f;
  padding-bottom: 20px;
}
#wrapper .home-cards .card .card-title {
  font-family: 'D-DIN';
  font-size: 20px;
}
#wrapper .home-cards .card .card-text {
  color: #221f1f;
  font-family: 'D-DIN';
  display: block;
}
#wrapper .home-cards .card .card-btn {
  border: none;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  background-color: #a32a29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 200ms;
  left: 20px;
  position: absolute;
  bottom: 20px;
}
#wrapper .home-cards .card .card-btn:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#wrapper .home-cards .card .card-btn::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 40px;
  font-size: 14px;
}
#wrapper .home-cards .card .card-btn:hover {
  background: #f4ab7a;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-top: 1px solid rgba(255, 255, 255, .5);
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
#wrapper .home-cards .card ul {
  color: #221f1f;
  font-family: 'D-DIN';
}
#wrapper .home-cards .card .mi {
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
 /* background-color: #A32A29;
  */
  color: #a32a29;
  font-family: 'D-DIN-Bold';
  padding: 0 60px 0 0;
  left: 20px;
  position: absolute;
  bottom: 65px;
  transition: 200ms;
}
#wrapper .home-cards .card .mi::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 42px;
  font-size: 14px;
}
#wrapper .home-cards .card .mi:hover {
  color: #f4ab7a;
}
#wrapper .home-cards .card .mi:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#wrapper .home-cards .flex-wrap {
  justify-content: flex-start;
}
#wrapper .home-cards .flex-wrap .col-flex {
  flex-basis: 33.33%;
}
#wrapper .home-cards .flex-wrap .col-flex .card {
  margin: 10px 20px 10px 0;
}
@media only screen and (max-width: 991px) {
  #wrapper .home-cards .flex-wrap .col-flex .card {
    margin: 10px 0;
 }
}
@media only screen and (max-width: 1060px) {
  #wrapper .home-cards .flex-wrap .col-flex {
    flex-basis: 50%;
 }
}
#wrapper .home-cards .card {
  max-width: 520px;
}
#wrapper .home-cards .content {
  padding: 0 0 0 5%;
}
#wrapper .home-cards .card-deck {
  margin-left: 0 !important;
}
@media only screen and (max-width: 600px) {
  #wrapper .home-cards .content {
    padding: 0 5%;
 }
  #wrapper .home-cards .owl-nav .owl-prev, #wrapper .home-cards .owl-nav .owl-next {
    background-color: transparent;
    color: #a32a29;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    outline: none;
    font-size: 32px;
 }
  #wrapper .home-cards .owl-nav .owl-prev span, #wrapper .home-cards .owl-nav .owl-next span {
    display: none;
 }
  #wrapper .home-cards .owl-nav .owl-next {
    position: relative;
 }
  #wrapper .home-cards .owl-nav .owl-next::after {
    font-family: 'icomoon' !important;
    content: "\e90b";
    font-size: 22px;
    line-height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    left: 0;
 }
  #wrapper .home-cards .owl-nav .owl-prev {
    position: relative;
 }
  #wrapper .home-cards .owl-nav .owl-prev::after {
    font-family: 'icomoon' !important;
    content: "\e90e";
    font-size: 22px;
    line-height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    left: 0;
 }
}
@media only screen and (min-width: 600px) {
  #wrapper .home-cards .owl-stage {
    left: -35px;
 }
}
@media only screen and (min-width: 1000px) {
  #wrapper .home-cards .owl-stage {
    left: -120px;
 }
}
@media only screen and (min-width: 1286px) {
  #wrapper .home-cards .owl-stage {
    left: -200px;
 }
}
@media only screen and (min-width: 1380px) {
  #wrapper .home-cards .owl-stage {
    left: -300px;
 }
}
@media only screen and (min-width: 1440px) {
  #wrapper .home-cards .owl-stage {
    left: -450px;
 }
}
@media only screen and (min-width: 1560px) {
  #wrapper .home-cards .owl-stage {
    left: -420px;
 }
}
@media only screen and (min-width: 1920px) {
  #wrapper .home-cards .owl-stage {
    left: -400px;
 }
}
#wrapper .accounts-cards .tabcontent {
  width: 100%;
}
#wrapper .accounts-cards .tabcontent .livestream-vid {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  height: 13rem;
  position: relative;
  z-index: 1;
}
#wrapper .accounts-cards .tabcontent .livestream-vid::after {
  background: rgba(10, 6, 8, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
}
#wrapper .accounts-cards .tabcontent .article-padding {
  padding: 20px 15px;
}
#wrapper .accounts-cards .tabcontent .articles-sec .card {
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
#wrapper .accounts-cards .tabcontent .numbered-dropcap {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
#wrapper .accounts-cards .tabcontent .numbered-dropcap li {
  line-height: 1.2;
}
#wrapper .accounts-cards .tabcontent .numbered-dropcap li:first-letter {
  font-size: 36px;
  padding: 0;
  letter-spacing: 0;
}
#wrapper .accounts-cards .tabcontent .title {
  color: #a32a29;
}
#wrapper .accounts-cards .tabcontent .subtle {
  font-size: 16px;
}
#wrapper .accounts-cards .achievements .showme .title {
  font-size: 1.8em;
}
#wrapper .accounts-cards .achievements .card-body {
  padding-bottom: 60px;
}
#wrapper .accounts-cards .achievements .mi2 {
  bottom: 15px;
}
#wrapper .accounts-cards .leadership .card-body {
  padding-bottom: 28px;
}
#wrapper .accounts-cards .card-content {
  display: table;
  width: 100%;
}
#wrapper .accounts-cards .card-content p, #wrapper .accounts-cards .card-content img {
  display: table-cell !important;
  vertical-align: middle;
}
#wrapper .accounts-cards .card-content img {
  width: 630px;
}
@media only screen and (max-width: 1060px) {
  #wrapper .accounts-cards .card-content {
    display: block;
 }
  #wrapper .accounts-cards .card-content p {
    display: block;
 }
  #wrapper .accounts-cards .card-content img {
    width: 240px;
    margin: 0 auto;
 }
}
@media only screen and (max-width: 680px) {
  #wrapper .accounts-cards .card-content img {
    width: 200px;
    margin: 0 auto;
 }
}
@media only screen and (max-width: 600px) {
  #wrapper .accounts-cards .card-content img {
    width: 300px;
    margin: 0 auto;
 }
}
#wrapper .accounts-cards .card-body {
  position: relative;
  padding-bottom: 80px;
}
#wrapper .accounts-cards .card {
  border: none;
  border-radius: 5px;
}
#wrapper .accounts-cards .card .card-tag {
  color: #a32a29;
  font-family: 'D-DIN-Bold';
  padding-bottom: 5px;
}
#wrapper .accounts-cards .card .date {
  color: #221f1f;
  padding-bottom: 20px;
}
#wrapper .accounts-cards .card .card-title {
  font-family: 'D-DIN';
  font-size: 20px;
}
#wrapper .accounts-cards .card .card-text {
  color: #221f1f;
  font-family: 'D-DIN';
  display: block;
}
#wrapper .accounts-cards .card .card-btn {
  border: none;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  background-color: #a32a29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 200ms;
  left: 20px;
  position: absolute;
  bottom: 20px;
}
#wrapper .accounts-cards .card .card-btn:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#wrapper .accounts-cards .card .card-btn::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 40px;
  font-size: 14px;
}
#wrapper .accounts-cards .card .card-btn:hover {
  background: #f4ab7a;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-top: 1px solid rgba(255, 255, 255, .5);
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
#wrapper .accounts-cards .card ul {
  color: #221f1f;
  font-family: 'D-DIN';
}
#wrapper .accounts-cards .card .mi {
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
 /* background-color: #A32A29;
  */
  color: #a32a29;
  font-family: 'D-DIN-Bold';
  padding: 0 60px 0 0;
  left: 20px;
  position: absolute;
  bottom: 65px;
  transition: 200ms;
}
#wrapper .accounts-cards .card .mi::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 42px;
  font-size: 14px;
}
#wrapper .accounts-cards .card .mi:hover {
  color: #f4ab7a;
}
#wrapper .accounts-cards .card .mi:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#wrapper .accounts-cards .flex-wrap {
  justify-content: flex-start;
}
#wrapper .accounts-cards .flex-wrap .col-flex {
  flex-basis: 33.33%;
}
#wrapper .accounts-cards .flex-wrap .col-flex .card {
  margin: 10px 20px 10px 0;
}
@media only screen and (max-width: 991px) {
  #wrapper .accounts-cards .flex-wrap .col-flex .card {
    margin: 10px 0;
 }
}
@media only screen and (max-width: 1060px) {
  #wrapper .accounts-cards .flex-wrap .col-flex {
    flex-basis: 50%;
 }
}
#wrapper .accounts-cards .content {
  padding: 0 0 0 5%;
}
#wrapper .accounts-cards .card-deck {
  margin-left: 0 !important;
}
@media only screen and (max-width: 600px) {
  #wrapper .accounts-cards .content {
    padding: 0 5%;
 }
  #wrapper .accounts-cards .owl-nav .owl-prev, #wrapper .accounts-cards .owl-nav .owl-next {
    background-color: transparent;
    color: #a32a29;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    outline: none;
    font-size: 32px;
 }
  #wrapper .accounts-cards .owl-nav .owl-prev span, #wrapper .accounts-cards .owl-nav .owl-next span {
    display: none;
 }
  #wrapper .accounts-cards .owl-nav .owl-next {
    position: relative;
 }
  #wrapper .accounts-cards .owl-nav .owl-next::after {
    font-family: 'icomoon' !important;
    content: "\e90b";
    font-size: 22px;
    line-height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    left: 0;
 }
  #wrapper .accounts-cards .owl-nav .owl-prev {
    position: relative;
 }
  #wrapper .accounts-cards .owl-nav .owl-prev::after {
    font-family: 'icomoon' !important;
    content: "\e90e";
    font-size: 22px;
    line-height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    left: 0;
 }
}
#wrapper .home-about .home-vid, #wrapper .home-about .home-about-sec {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 870px) {
  #wrapper .home-about .home-vid, #wrapper .home-about .home-about-sec {
    display: block;
 }
}
#wrapper .home-about .col-abt {
  display: table;
  width: 100%;
}
#wrapper .home-about .col-abt .home-vid {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 45%;
  position: relative;
}
#wrapper .home-about .col-abt .home-vid::after {
  background: rgba(10, 6, 8, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
}
@media only screen and (max-width: 870px) {
  #wrapper .home-about .col-abt .home-vid {
    width: 100%;
 }
}
#wrapper .home-about .col-abt .home-about-sec {
  padding-left: 50px;
  padding-right: 50px;
  display: table;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 425px) {
  #wrapper .home-about .col-abt .home-about-sec {
    padding-left: 5%;
    padding-right: 5%;
 }
}
#wrapper .home-about .col-abt .home-about-sec .home-about-text, #wrapper .home-about .col-abt .home-about-sec .about-list {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 1200px) {
  #wrapper .home-about .col-abt .home-about-sec .home-about-text, #wrapper .home-about .col-abt .home-about-sec .about-list {
    display: block;
 }
}
#wrapper .home-about .col-abt .home-about-sec .home-about-text {
  padding-top: 20px;
  padding-bottom: 20px;
}
#wrapper .home-about .col-abt .home-about-sec .txt-smallbold {
  font-size: 18px;
  font-family: 'D-DIN-Bold';
}
#wrapper .home-about .col-abt .home-about-sec p, #wrapper .home-about .col-abt .home-about-sec h3 {
  font-family: 'D-DIN';
}
#wrapper .home-about .col-abt .home-about-sec h3 {
  font-size: 26px;
}
#wrapper .home-about .col-abt .about-list {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 1200px) {
  #wrapper .home-about .col-abt .about-list {
    padding: 0;
 }
}
@media only screen and (max-width: 1200px) {
  #wrapper .home-about .col-abt .about-list {
    width: 100%;
 }
}
#wrapper .home-about .col-abt .about-list .about-list-table {
  padding-top: 42px;
  display: table;
  width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 1200px) {
  #wrapper .home-about .col-abt .about-list .about-list-table {
    padding-top: 0;
 }
}
#wrapper .home-about .col-abt .about-list .about-list-table ul {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  margin: auto;
}
#wrapper .home-about .col-abt .about-list .about-list-table ul li {
  color: #a32a29;
  height: 46px;
  line-height: 46px;
  line-height: 46px;
  font-family: 'D-DIN';
  position: relative;
  transition: 400ms;
  padding: 0 35px 0 20px;
  border-radius: 25px;
}
@media only screen and (max-width: 860px) {
  #wrapper .home-about .col-abt .about-list .about-list-table ul li {
    padding: 0 10px;
 }
}
#wrapper .home-about .col-abt .about-list .about-list-table ul li::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 46px;
}
#wrapper .home-about .col-abt .about-list .about-list-table ul li:hover {
  background-color: #e8e9eb;
}
#wrapper .home-about .col-abt .about-list .about-list-table ul li a {
  text-decoration: none;
  color: #a32a29;
}
#wrapper .home-about .col-abt .about-list .about-list-table ul li a:hover {
  color: #f4ab7a;
}
#wrapper .text-container .col-wrap {
  vertical-align: top;
  text-align: justify;
  text-justify: inter-word;
}
#wrapper .text-container #text-content {
  padding: 18px;
  width: auto;
  float: left;
  padding-top: 38px;
}
#wrapper .text-container #sidebar {
  width: 350px;
  color: #ffbdbd;
  will-change: min-height;
}
#wrapper .text-container #sidebar .sidebar__inner {
  padding: 50px 0;
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
@media only screen and (min-width: 992px) {
  #wrapper .text-container .col-wrap:not(#sidebar), #wrapper .text-container .twoem {
    padding-right: 15px;
 }
}
@media only screen and (max-width: 991px) {
  #wrapper .text-container .col-wrap.content-text {
    display: block;
 }
  #wrapper .text-container #sidebar {
    width: 300px;
 }
}
@media only screen and (max-width: 768px) {
  #wrapper .text-container .col-wrap {
    display: block;
 }
  #wrapper .text-container #sidebar {
    width: 100%;
 }
}
#wrapper .sidebar-menu .sidebar-menu-list ul {
  width: 100%;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  margin: auto;
}
#wrapper .sidebar-menu .sidebar-menu-list ul li {
  color: #a32a29;
  height: 46px;
  line-height: 46px;
  line-height: 46px;
  font-family: 'D-DIN';
  position: relative;
  transition: 400ms;
  padding: 0 35px 0 20px;
  border-radius: 25px;
}
@media only screen and (max-width: 860px) {
  #wrapper .sidebar-menu .sidebar-menu-list ul li {
    padding: 0 10px;
 }
}
#wrapper .sidebar-menu .sidebar-menu-list ul li::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 46px;
}
#wrapper .sidebar-menu .sidebar-menu-list ul li:hover {
  background-color: #e8e9eb;
}
#wrapper .sidebar-menu .sidebar-menu-list ul li a {
  text-decoration: none;
  color: #a32a29;
}
#wrapper .sidebar-menu .sidebar-menu-list ul li a:hover {
  color: #f4ab7a;
}
#wrapper .findus {
  width: 100%;
  background-color: #e8e9eb;
}
#wrapper .findus .findus-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#wrapper .findus .findus-secs {
  flex: 1 1 auto;
  text-align: center;
  display: table;
  max-height: 100%;
  padding: 7px 20px;
  align-items: center;
  min-width: 100px;
}
@media only screen and (max-width: 860px) {
  #wrapper .findus .findus-secs {
    flex: 1 1 100%;
 }
}
#wrapper .findus .findus-secs .cell-wrapper {
  max-height: 100%;
}
#wrapper .findus .findus-secs .cell-wrapper input {
  font-size: 24px;
  font-family: 'D-DIN';
  font-weight: bold;
  border: none;
  border-bottom: 2px solid #a32a29;
  background: transparent;
}
@media only screen and (max-width: 860px) {
  #wrapper .findus .findus-secs .cell-wrapper input {
    padding: 0;
 }
}
#wrapper .findus .findus-secs .drop-down {
  cursor: pointer;
}
#wrapper .findus .findus-secs label, #wrapper .findus .findus-secs .drop-down, #wrapper .findus .findus-secs span, #wrapper .findus .findus-secs .cell-wrapper {
  display: table-cell !important;
  vertical-align: middle;
}
#wrapper .findus .findus-secs label {
  font-size: 20px;
  font-family: 'D-DIN';
}
#wrapper .findus .findus-secs button {
  border: none;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  background-color: #a32a29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 200ms;
  position: relative;
  padding-right: 100px;
  padding-left: 20px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}
#wrapper .findus .findus-secs button:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#wrapper .findus .findus-secs button::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 40px;
  font-size: 14px;
}
#wrapper .findus .findus-secs button:hover {
  background: #f4ab7a;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-top: 1px solid rgba(255, 255, 255, .5);
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
#wrapper .findus .findus-secs:first-child {
  text-align: right;
  font-family: 'D-DIN';
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 860px) {
  #wrapper .findus .findus-secs:first-child {
    text-align: center;
 }
}
#wrapper .findus .findus-secs:last-child {
  font-family: 'D-DIN';
}
#wrapper .footer-outer {
  background-color: #a32a29;
  padding: 20px 0;
}
#wrapper .footer {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: white;
  font-family: 'D-DIN';
  flex-wrap: wrap;
}
#wrapper .footer .footer-sec {
  flex-basis: 16%;
  display: block;
  flex-wrap: wrap;
  padding: 10px 4px;
}
@media only screen and (max-width: 876px) {
  #wrapper .footer .footer-sec {
    flex-basis: 33.33%;
 }
}
@media only screen and (max-width: 600px) {
  #wrapper .footer .footer-sec {
    flex-basis: 50%;
 }
  #wrapper .footer .footer-sec.socials .sub-sec:first-child {
    display: none;
 }
  #wrapper .footer .footer-sec:nth-last-child(2) {
    min-height: 2em;
 }
}
@media only screen and (max-width: 458px) {
  #wrapper .footer .footer-sec {
    justify-content: flex-start;
 }
}
#wrapper .footer .footer-sec .ig a::after {
  font-family: 'icomoon' !important;
  content: "\e908";
  color: #fff;
  font-size: 18px;
}
#wrapper .footer .footer-sec .ig a::after:hover {
  color: #ccc;
}
#wrapper .footer .footer-sec .tw a::after {
  font-family: 'icomoon' !important;
  content: "\e907";
  color: #fff;
  font-size: 18px;
}
#wrapper .footer .footer-sec .tw a::after:hover {
  color: #ccc;
}
#wrapper .footer .footer-sec .fb a::after {
  font-family: 'icomoon' !important;
  content: "\e909";
  color: #fff;
  font-size: 18px;
}
#wrapper .footer .footer-sec .fb a::after:hover {
  color: #ccc;
}
#wrapper .footer .footer-sec .li a::after {
  font-family: 'icomoon' !important;
  content: "\e91a";
  color: #fff;
  font-size: 18px;
}
#wrapper .footer .footer-sec .li a::after:hover {
  color: #ccc;
}
#wrapper .footer .footer-sec .ig, #wrapper .footer .footer-sec .tw, #wrapper .footer .footer-sec .fb, #wrapper .footer .footer-sec .li {
  display: inline-block;
  width: 22%;
}
#wrapper .footer .footer-sec .ig a:hover, #wrapper .footer .footer-sec .tw a:hover, #wrapper .footer .footer-sec .fb a:hover, #wrapper .footer .footer-sec .li a:hover {
  color: #f4ab7a !important;
}
#wrapper .footer .footer-sec .sub-sec {
  overflow-wrap: break-word;
  width: 100%;
}
#wrapper .footer .footer-sec .sub-sec .left {
  width: 1px;
}
#wrapper .footer .footer-sec .sub-sec p a {
  text-decoration: none;
  color: white;
  transition: 200ms;
}
#wrapper .footer .footer-sec .sub-sec p a:hover {
  color: #f4ab7a;
  text-shadow: none;
}
#wrapper .footer .footer-sec .sub-sec .heading {
  padding: 0;
  text-transform: uppercase;
  height: 21px;
}
@media only screen and (max-width: 600px) {
  #wrapper .footer .footer-sec .sub-sec.right {
    text-align: center;
 }
}
@media only screen and (max-width: 1351px) {
  #wrapper .footer .footer-sec {
    display: block;
 }
  #wrapper .footer .footer-sec .sub-sec {
    width: 100%;
 }
  #wrapper .footer .footer-sec .sub-sec:first-child {
    width: 100%;
 }
  #wrapper .footer .footer-sec .sub-sec .heading {
    padding: 0;
    text-transform: uppercase;
 }
}
#wrapper .footer .right {
  text-align: right;
}
#wrapper .footer .right a {
  text-decoration: none;
}
#wrapper .footer .right a:hover {
  color: #ccc;
}
#wrapper .footer .copyright {
  width: 100%;
  color: white;
  text-align: right;
  padding-bottom: 10px;
}
@media only screen and (max-width: 643px) {
  #wrapper .footer .copyright {
    width: 70%;
    display: block;
 }
}
@media only screen and (max-width: 458px) {
  #wrapper .footer .copyright {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 30px;
 }
}
#wrapper .bottom-sec {
  background: #221f1f;
  color: #999;
  font-family: 'D-DIN';
  padding: 15px 0;
  font-size: 13px;
}
#wrapper .bottom-sec a {
  color: #999;
  text-decoration: none;
}
#wrapper .bottom-sec a:hover {
  color: #f4ab7a;
  text-shadow: none;
}
#wrapper .bottom-sec .wrapper .col-wrap {
  text-align: left;
  padding: 10px 0;
}
#wrapper .bottom-sec .wrapper .col-wrap:nth-last-child(2), #wrapper .bottom-sec .wrapper .col-wrap :nth-last-child(1) {
  flex-basis: 100%;
}
@media only screen and (min-width: 1100px) {
  #wrapper .bottom-sec .wrapper .col-wrap.copyright {
    width: 30%;
    text-align: right;
 }
}
@media only screen and (max-width: 1024px) {
  #wrapper .bottom-sec .wrapper {
    display: flex !important;
    justify-content: flex-start;
    flex-wrap: wrap;
 }
  #wrapper .bottom-sec .wrapper .col-wrap {
    flex-basis: 50%;
    width: 33.33%;
 }
}
#wrapper .corporate-banner-sec {
  background-position: top center;
  padding-top: 10px;
}
#wrapper .corporate-banner-sec .vid-link .play-btn {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  #wrapper .corporate-banner-sec .banner-header h2 {
    font-size: 28px;
 }
}
#wrapper .digital-banner-sec .banner-header .title {
  font-family: "D-DIN";
  color: #a32a29;
  margin-bottom: 10px;
  font-size: 4em;
}
@media only screen and (max-width: 1069px) {
  #wrapper .digital-banner-sec .banner-header .title {
    font-size: 2.5em;
 }
}
@media only screen and (min-width: 1070px) {
  #wrapper .digital-banner-sec .banner-header .subtle {
    max-width: 75%;
    margin: auto;
 }
}
@media only screen and (max-width: 1069px) {
  #wrapper .digital-banner-sec .banner-header .subtle {
    max-width: 95%;
    margin: auto;
 }
}
#wrapper .corporate-sec-2 .country {
  width: 176px;
  height: 36px;
  background-color: #a32a29;
  border-radius: 25px;
  padding: 6px 20px;
  border: none;
  color: white;
  font-family: 'D-DIN';
  text-align: left;
  line-height: 24px;
}
#wrapper .corporate-sec-2 .country::after {
  color: white;
  font-size: 12px;
  right: 20px;
  line-height: 38px;
}
#wrapper .corporate-sec-2 .country .current {
  font-family: 'D-DIN';
}
#wrapper .corporate-sec-2 .country:focus {
  background-color: #a32a29;
}
#wrapper .corporate-sec-2 .country:hover {
  background-color: #a32a29;
}
#wrapper .corporate-sec-2 .country:active, #wrapper .corporate-sec-2 .dropdown.open.country {
  background-color: #a32a29 !important;
  border: none;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
#wrapper .corporate-sec-2 .country.open:active, #wrapper .corporate-sec-2 .dropdown.open.country.open {
  background-color: #e87c54 !important;
}
#wrapper .corporate-sec-2 .country.open:after {
  transform: rotate(-180deg);
}
#wrapper .corporate-sec-2 .country.open .list {
  opacity: 1;
  pointer-events: auto;
}
#wrapper .corporate-sec-2 .country.open .option {
  cursor: pointer;
  font-family: 'D-DIN';
}
#wrapper .corporate-sec-2 .country.wide {
  width: 100%;
}
#wrapper .corporate-sec-2 .country.wide .list {
  left: 0 !important;
  right: 0 !important;
}
#wrapper .corporate-sec-2 .country .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  background-color: #fff;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
  color: #221f1f;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
#wrapper .corporate-sec-2 .country .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#wrapper .corporate-sec-2 .country .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
#wrapper .corporate-sec-2 .country .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
#wrapper .corporate-sec-2 .country .option:hover, #wrapper .corporate-sec-2 .country .option:focus {
  background-color: #e8e9eb !important;
}
#wrapper .corporate-sec-2 .country .option.selected {
  font-weight: 600;
}
#wrapper .corporate-sec-2 .country .option.selected:focus {
  background: #e8e9eb;
}
@media only screen and (max-width: 767px) {
  #wrapper .corporate-sec-2 .sec2-halftxt {
    text-align: left;
 }
}
@media only screen and (min-width: 768px) {
  #wrapper .corporate-sec-2 .country.second {
    float: right;
 }
}
#wrapper .corporate-sec-2 .bg-img {
  min-height: 290px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#wrapper .corporate-sec-2 .sec2-txt {
  width: 70%;
  margin: 0 auto;
  font-size: 32px;
  font-family: 'D-DIN';
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #wrapper .corporate-sec-2 .sec2-txt {
    font-size: 22px;
    width: 100%;
 }
}
#wrapper .corporate-sec-2 .sec2-halftxt img {
  width: 100%;
}
#wrapper .corporate-sec-2 .sec2-halftxt h3 {
  font-family: 'D-DIN';
  color: #a32a29;
  font-size: 42px;
  margin: 0;
}
#wrapper .corporate-sec-2 .sec2-halftxt p.brown {
  font-family: 'D-DIN';
  color: #a32a29;
  font-size: 24px;
}
#wrapper .corporate-sec-2 .sec2-halftxt p.black {
  font-family: 'D-DIN-Bold';
}
#wrapper .corporate-sec-2 .sec2-halftxt button {
  border-radius: 25px;
  padding: 6px 20px;
  border: none;
  color: white;
  font-family: 'D-DIN';
}
#wrapper .corporate-sec-2 .sec2-halftxt button::after {
  font-family: 'icomoon' !important;
  content: "\e905";
  margin-left: 65px;
  right: 0px;
  font-size: 12px;
}
#wrapper .corporate-sec-3 {
  color: white;
  display: block;
  height: 22em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 20px;
}
#wrapper .corporate-sec-3 .content {
  height: 22em;
}
#wrapper .corporate-sec-3::after {
  background: rgba(10, 6, 8, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  z-index: 0;
  left: 0;
  right: 0;
}

#wrapper .homelanding::after{
background:transparent;
}
#wrapper .homelanding{
min-height:40vh;
}
#wrapper .corporate-sec-3 .vid-link {
  z-index: 1;
}
#wrapper .corporate-sec-3 .vid-link .play-btn {
  left: 0;
  margin: auto;
}
#wrapper .corporate-sec-3 .col-wrap {
  max-height: 100%;
  vertical-align: middle !important;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 550px) {
  #wrapper .corporate-sec-3 .col-wrap {
    padding-top: 30px;
    vertical-align: top !important;
 }
}
#wrapper .corporate-sec-3 h3 {
  font-size: 36px;
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 768px) {
  #wrapper .corporate-sec-3 h3 {
    font-size: 2em;
 }
}
#wrapper .corporate-sec-3 p {
  font-size: 14px;
  text-align: center;
}
#wrapper .corporate-sec-3 h3, #wrapper .corporate-sec-3 p {
  font-family: 'D-DIN';
  margin: 0 auto;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  #wrapper .corporate-sec-3 h3, #wrapper .corporate-sec-3 p {
    width: 80%;
 }
}
@media only screen and (max-width: 425px) {
  #wrapper .corporate-sec-3 h3, #wrapper .corporate-sec-3 p {
    width: 100%;
 }
}
#wrapper .corporate-sec-3 a {
  border: none;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  background-color: #a32a29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 20px;
  display: inline-block;
  margin-top: 20px;
  z-index: 100;
  position: relative;
}
#wrapper .corporate-sec-3 a:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#wrapper .corporate-sec-3 a::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 40px;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  /* #wrapper .corporate-sec-3 {
    display: none;
 }, */
  /* .mobile-banner-cstm {
    display:block !important;
  } */
  /* .desktop-banner-cstm{
    display:none !important;
  } */
  #wrapper .corporate-sec-3 {
    /* margin-bottom:80vw !important; */
    display:none;
    /*height:auto !important;
    z-index: 1;
    min-height: 70px !important;*/
  }
  .homelanding-mobile {
	display:block !important;  
  }
  #wrapper .corporate-sec-3 a::after {
    display:none !important;
  }
  .covid-response {
    margin-top:0px;
    margin-bottom: 0!important;
    padding-bottom: 25px!important;
  }
  .covid-response h2{
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 2100px){
  #wrapper .corporate-sec-3{
    min-height: 700px !important;
  }
  #wrapper .corporate-sec-3 img{
    width: 100vw !important;
  }
}

.covid-response h2{
  font-size:1.6em;
}
#wrapper .corporate-sec-3{
  z-index: 1 !important;
}
#wrapper .corporate-sec-3 a::after {
  display:none !important;
}

#wrapper .kr-sec-3 {
  background-color: #e8e9eb;
}
#wrapper .kr-sec-3 .title {
  color: #a32a29;
  font-size: 1.8em;
  font-family: 'D-DIN';
}
#wrapper .newsletter-sub {
  font-family: 'D-DIN-Bold';
  color: #a32a29;
  width: 100%;
}
#wrapper .newsletter-sub a {
  float: right;
  display: block;
  position: relative;
  height: 42px;
  line-height: 42px;
  color: #a32a29;
  padding-right: 40px;
}
#wrapper .newsletter-sub a::after {
  font-family: 'icomoon' !important;
  content: "\e910";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 42px;
  padding-left: 10px;
}
#wrapper .newsletter-sub a:hover {
  color: #f4ab7a;
}
#wrapper .resource-sec .tabcontent {
  width: 100%;
}
#wrapper .resource-sec .tabcontent .livestream-vid {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  height: 13rem;
  position: relative;
  z-index: 1;
}
#wrapper .resource-sec .tabcontent .livestream-vid::after {
  background: rgba(10, 6, 8, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
}
#wrapper .resource-sec .tabcontent .article-padding {
  padding: 20px 15px;
}
#wrapper .resource-sec .tabcontent .articles-sec .card {
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
#wrapper .resource-sec .tabcontent .numbered-dropcap {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
#wrapper .resource-sec .tabcontent .numbered-dropcap li {
  line-height: 1.2;
}
#wrapper .resource-sec .tabcontent .numbered-dropcap li:first-letter {
  font-size: 36px;
  padding: 0;
  letter-spacing: 0;
}
#wrapper .resource-sec .tabcontent .title {
  color: #a32a29;
}
#wrapper .resource-sec .tabcontent .subtle {
  font-size: 16px;
}
#wrapper .resource-sec .achievements .showme .title {
  font-size: 1.8em;
}
#wrapper .resource-sec .achievements .card-body {
  padding-bottom: 60px;
}
#wrapper .resource-sec .achievements .mi2 {
  bottom: 15px;
}
#wrapper .resource-sec .leadership .card-body {
  padding-bottom: 28px;
}
#wrapper .resource-sec .card-content {
  display: table;
  width: 100%;
}
#wrapper .resource-sec .card-content p, #wrapper .resource-sec .card-content img {
  display: table-cell !important;
  vertical-align: middle;
}
#wrapper .resource-sec .card-content img {
  width: 630px;
}
@media only screen and (max-width: 1060px) {
  #wrapper .resource-sec .card-content {
    display: block;
 }
  #wrapper .resource-sec .card-content p {
    display: block;
 }
  #wrapper .resource-sec .card-content img {
    width: 240px;
    margin: 0 auto;
 }
}
@media only screen and (max-width: 680px) {
  #wrapper .resource-sec .card-content img {
    width: 200px;
    margin: 0 auto;
 }
}
@media only screen and (max-width: 600px) {
  #wrapper .resource-sec .card-content img {
    width: 300px;
    margin: 0 auto;
 }
}
#wrapper .resource-sec .card-body {
  position: relative;
  padding-bottom: 80px;
}
#wrapper .resource-sec .card {
  border: none;
  border-radius: 5px;
}
#wrapper .resource-sec .card .card-tag {
  color: #a32a29;
  font-family: 'D-DIN-Bold';
  padding-bottom: 5px;
}
#wrapper .resource-sec .card .date {
  color: #221f1f;
  padding-bottom: 20px;
}
#wrapper .resource-sec .card .card-title {
  font-family: 'D-DIN';
  font-size: 20px;
}
#wrapper .resource-sec .card .card-text {
  color: #221f1f;
  font-family: 'D-DIN';
  display: block;
}
#wrapper .resource-sec .card .card-btn {
  border: none;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  background-color: #a32a29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 200ms;
  left: 20px;
  position: absolute;
  bottom: 20px;
}
#wrapper .resource-sec .card .card-btn:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#wrapper .resource-sec .card .card-btn::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 40px;
  font-size: 14px;
}
#wrapper .resource-sec .card .card-btn:hover {
  background: #f4ab7a;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-top: 1px solid rgba(255, 255, 255, .5);
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
#wrapper .resource-sec .card ul {
  color: #221f1f;
  font-family: 'D-DIN';
}
#wrapper .resource-sec .card .mi {
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
 /* background-color: #A32A29;
  */
  color: #a32a29;
  font-family: 'D-DIN-Bold';
  padding: 0 60px 0 0;
  left: 20px;
  position: absolute;
  bottom: 65px;
  transition: 200ms;
}
#wrapper .resource-sec .card .mi::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 42px;
  font-size: 14px;
}
#wrapper .resource-sec .card .mi:hover {
  color: #f4ab7a;
}
#wrapper .resource-sec .card .mi:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#wrapper .resource-sec .flex-wrap {
  justify-content: flex-start;
}
#wrapper .resource-sec .flex-wrap .col-flex {
  flex-basis: 33.33%;
}
#wrapper .resource-sec .flex-wrap .col-flex .card {
  margin: 10px 20px 10px 0;
}
@media only screen and (max-width: 991px) {
  #wrapper .resource-sec .flex-wrap .col-flex .card {
    margin: 10px 0;
 }
}
@media only screen and (max-width: 1060px) {
  #wrapper .resource-sec .flex-wrap .col-flex {
    flex-basis: 50%;
 }
}
#wrapper .resource-sec .card {
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
#wrapper .resource-sec .card .card-body {
  padding-bottom: 28px;
}
#wrapper .resource-sec .card .card-title {
  font-size: 20px;
  font-family: 'D-DIN';
}
@media only screen and (max-width: 600px) {
  #wrapper .accounts-banner {
    overflow: auto;
 }
}
#wrapper .accounts-banner .full-width {
  width: 100% !important;
}
#wrapper .accounts-banner .col-wrap {
  vertical-align: top !important;
  padding-right: 10px;
  text-align: left;
}
#wrapper .accounts-banner div.content > div > div.col-wrap.left > h2, #wrapper .resource-sec div.content > div > div.col-wrap.left > h2 {
  font-size: 26px;
}
#wrapper .accounts-banner .search-bar, #wrapper .resource-sec .search-bar {
  border: 2px solid #a32a29;
  height: 52px;
  border-radius: 5px;
  margin: 0 auto;
  display: table;
  height: 42px;
  width: 90%;
  margin: unset;
}
#wrapper .accounts-banner .search-bar input, #wrapper .resource-sec .search-bar input {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: none;
  background: transparent;
  font-size: 22px;
  font-family: 'D-DIN';
  padding: 0 16px;
}
#wrapper .accounts-banner .search-bar input::placeholder, #wrapper .resource-sec .search-bar input::placeholder {
  color: #a32a29;
  font-size: 24px;
}
#wrapper .accounts-banner .search-bar input:focus::placeholder, #wrapper .resource-sec .search-bar input:focus::placeholder {
  color: transparent;
}
#wrapper .accounts-banner .search-bar .search-btn, #wrapper .resource-sec .search-bar .search-btn {
  width: 65px;
  text-align: center;
  vertical-align: middle;
}
#wrapper .accounts-banner .search-bar .search-btn .line-left, #wrapper .resource-sec .search-bar .search-btn .line-left {
  background: transparent;
  border: none;
  height: 70%;
  min-width: 100%;
  border-left: 1px solid #a32a29;
  position: relative;
  display: table;
  outline: 0 !important;
}
#wrapper .accounts-banner .search-bar .search-btn .line-left::after, #wrapper .resource-sec .search-bar .search-btn .line-left::after {
  font-family: 'icomoon' !important;
  content: "\e910";
  color: #a32a29;
  text-align: center;
  margin: auto;
  line-height: 36px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
#wrapper .accounts-banner .search-bar input, #wrapper .resource-sec .search-bar input, #wrapper .accounts-banner .search-bar .search-btn, #wrapper .resource-sec .search-bar .search-btn {
  display: table-cell;
}
#wrapper .accounts-banner .search-bar .search-btn .line-left::after, #wrapper .resource-sec .search-bar .search-btn .line-left::after {
  line-height: 28px;
}
#wrapper .accounts-banner .wrapper, #wrapper .resource-sec .wrapper {
  display: table;
  width: 100%;
}
#wrapper .accounts-banner .col-wrap, #wrapper .resource-sec .col-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
#wrapper .accounts-banner .left, #wrapper .resource-sec .left {
  vertical-align: middle !important;
  padding: 0 4% 0 0;
}
#wrapper .accounts-banner .right, #wrapper .resource-sec .right {
  padding: 0;
}
#wrapper .accounts-banner .left, #wrapper .resource-sec .left, #wrapper .accounts-banner .right, #wrapper .resource-sec .right {
  text-align: left;
}
#wrapper .accounts-banner .left h2, #wrapper .resource-sec .left h2, #wrapper .accounts-banner .right h2, #wrapper .resource-sec .right h2 {
  color: #a32a29;
  margin-bottom: 20px;
}
#wrapper .accounts-banner .left p, #wrapper .resource-sec .left p, #wrapper .accounts-banner .right p, #wrapper .resource-sec .right p {
  font-size: 16px;
}
#wrapper .accounts-banner .right a.vid-link, #wrapper .resource-sec .right a.vid-link {
  display: block;
  position: relative;
}
#wrapper .accounts-banner .right a.vid-link .play-btn, #wrapper .resource-sec .right a.vid-link .play-btn {
  right: 0;
  top: 0;
}
#wrapper .accounts-banner img, #wrapper .resource-sec img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #wrapper .accounts-banner .wrapper, #wrapper .resource-sec .wrapper {
    display: block;
    width: 100%;
 }
  #wrapper .accounts-banner .col-wrap, #wrapper .resource-sec .col-wrap {
    display: block;
    width: 100%;
 }
  #wrapper .accounts-banner .left, #wrapper .resource-sec .left {
    padding: 0;
 }
}
#wrapper .select-sec select {
  display: none !important;
}
#wrapper .select-sec .dropdown {
  color: #a32a29;
  padding-right: 45px;
}
#wrapper .select-sec .dropdown .current {
  font-family: 'D-DIN';
  font-size: 18px;
}
#wrapper .tabs-sec select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #e8e9eb;
  color: #221f1f;
  text-align: center;
  font-family: 'D-DIN';
  padding: 0 20px;
  border: none;
  margin: 10px 0;
  display: none;
}
@media only screen and (max-width: 900px) {
  #wrapper .tabs-sec select {
    display: block;
 }
}
#wrapper .tabs-sec select:active, #wrapper .tabs-sec select.dropdown.open, #wrapper .tabs-sec select:focus {
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
#wrapper .tabs-sec select .option {
  background-color: #e8e9eb;
}
#wrapper .tabs-sec ul.tabs-ul {
  background-color: white;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  top: 1px;
}
#wrapper .tabs-sec ul.tabs-ul li {
  font-size: 18px;
  flex: 1 1;
  list-style: none;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
  transition: 100ms;
  text-decoration: none;
  color: #221f1f;
  background-color: transparent;
  min-width: 190px;
}
#wrapper .tabs-sec ul.tabs-ul li.active {
  background-color: #e8e9eb;
  font-family: 'D-DINExp-Bold';
  color: #a32a29;
}
#wrapper .tabs-sec ul.tabs-ul li:not(.active) {
  background-color: transparent;
  font-family: 'D-DIN';
}
#wrapper .tabs-sec ul.tabs-ul li:not(.active):hover {
  background-color: #f6f6f6;
  font-family: 'D-DIN';
  color: #221f1f;
}
@media only screen and (max-width: 900px) {
  #wrapper .tabs-sec ul.tabs-ul li {
    border-radius: 0;
    white-space: nowrap;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
 }
  #wrapper .tabs-sec ul.tabs-ul li:not(.active) {
    background-color: #fefefe;
 }
  #wrapper .tabs-sec ul.tabs-ul li:not(.active):hover {
    background-color: #e8e9eb;
    font-family: 'D-DIN';
    color: #221f1f;
 }
}
@media only screen and (max-width: 991px) {
  #wrapper .tabs-sec ul.tabs-ul li {
    border-radius: 0;
 }
  #wrapper .tabs-sec ul.tabs-ul li.active {
    background-color: #f6f6f6;
    position: relative;
 }
  #wrapper .tabs-sec ul.tabs-ul li.active::before {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #a32a29;
    display: block;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    border-radius: 25px;
 }
  #wrapper .tabs-sec ul.tabs-ul li.active:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
 }
}
#wrapper .tabs-sec select.tabs-ul {
  display: none;
}
@media only screen and (max-width: 991px) {
  #wrapper .tabs-sec .tab-options {
    overflow: auto;
 }
}
#wrapper .tabs-sec .tab-list {
  background-color: #e8e9eb;
}
#wrapper .tabs-sec .tab-list.styling2 .card-title {
  font-size: 2em !important;
}
#wrapper .tabs-sec .tab-list .financial-results .showme {
  margin-top: 20px;
  margin-bottom: 20px;
}
#wrapper .tabs-sec .tab-list .fancybox-button {
  background-color: #a32a29;
  color: white;
}
#wrapper .tabs-sec .tab-list .tabcontent {
  width: 100%;
}
#wrapper .tabs-sec .tab-list .tabcontent .livestream-vid {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  height: 13rem;
  position: relative;
  z-index: 1;
}
#wrapper .tabs-sec .tab-list .tabcontent .livestream-vid::after {
  background: rgba(10, 6, 8, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
}
#wrapper .tabs-sec .tab-list .tabcontent .article-padding {
  padding: 20px 15px;
}
#wrapper .tabs-sec .tab-list .tabcontent .articles-sec .card {
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
#wrapper .tabs-sec .tab-list .tabcontent .numbered-dropcap {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
#wrapper .tabs-sec .tab-list .tabcontent .numbered-dropcap li {
  line-height: 1.2;
}
#wrapper .tabs-sec .tab-list .tabcontent .numbered-dropcap li:first-letter {
  font-size: 36px;
  padding: 0;
  letter-spacing: 0;
}
#wrapper .tabs-sec .tab-list .tabcontent .title {
  color: #a32a29;
}
#wrapper .tabs-sec .tab-list .tabcontent .subtle {
  font-size: 16px;
}
#wrapper .tabs-sec .tab-list .achievements .showme .title {
  font-size: 1.8em;
}
#wrapper .tabs-sec .tab-list .achievements .card-body {
  padding-bottom: 60px;
}
#wrapper .tabs-sec .tab-list .achievements .mi2 {
  bottom: 15px;
}
#wrapper .tabs-sec .tab-list .leadership .card-body {
  padding-bottom: 28px;
}
#wrapper .tabs-sec .tab-list .card-content {
  display: table;
  width: 100%;
}
#wrapper .tabs-sec .tab-list .card-content p, #wrapper .tabs-sec .tab-list .card-content img {
  display: table-cell !important;
  vertical-align: middle;
}
#wrapper .tabs-sec .tab-list .card-content img {
  width: 630px;
}
@media only screen and (max-width: 1060px) {
  #wrapper .tabs-sec .tab-list .card-content {
    display: block;
 }
  #wrapper .tabs-sec .tab-list .card-content p {
    display: block;
 }
  #wrapper .tabs-sec .tab-list .card-content img {
    width: 240px;
    margin: 0 auto;
 }
}
@media only screen and (max-width: 680px) {
  #wrapper .tabs-sec .tab-list .card-content img {
    width: 200px;
    margin: 0 auto;
 }
}
@media only screen and (max-width: 600px) {
  #wrapper .tabs-sec .tab-list .card-content img {
    width: 300px;
    margin: 0 auto;
 }
}
#wrapper .tabs-sec .tab-list .card-body {
  position: relative;
  padding-bottom: 80px;
}
#wrapper .tabs-sec .tab-list .card {
  border: none;
  border-radius: 5px;
}
#wrapper .tabs-sec .tab-list .card .card-tag {
  color: #a32a29;
  font-family: 'D-DIN-Bold';
  padding-bottom: 5px;
}
#wrapper .tabs-sec .tab-list .card .date {
  color: #221f1f;
  padding-bottom: 20px;
}
#wrapper .tabs-sec .tab-list .card .card-title {
  font-family: 'D-DIN';
  font-size: 20px;
}
#wrapper .tabs-sec .tab-list .card .card-text {
  color: #221f1f;
  font-family: 'D-DIN';
  display: block;
}
#wrapper .tabs-sec .tab-list .card .card-btn {
  border: none;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  background-color: #a32a29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 200ms;
  left: 20px;
  position: absolute;
  bottom: 20px;
}
#wrapper .tabs-sec .tab-list .card .card-btn:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#wrapper .tabs-sec .tab-list .card .card-btn::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 40px;
  font-size: 14px;
}
#wrapper .tabs-sec .tab-list .card .card-btn:hover {
  background: #f4ab7a;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-top: 1px solid rgba(255, 255, 255, .5);
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
#wrapper .tabs-sec .tab-list .card ul {
  color: #221f1f;
  font-family: 'D-DIN';
}
#wrapper .tabs-sec .tab-list .card .mi {
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
 /* background-color: #A32A29;
  */
  color: #a32a29;
  font-family: 'D-DIN-Bold';
  padding: 0 60px 0 0;
  left: 20px;
  position: absolute;
  bottom: 65px;
  transition: 200ms;
}
#wrapper .tabs-sec .tab-list .card .mi::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 42px;
  font-size: 14px;
}
#wrapper .tabs-sec .tab-list .card .mi:hover {
  color: #f4ab7a;
}
#wrapper .tabs-sec .tab-list .card .mi:hover::after {
  -webkit-animation-name: btnHover;
  animation-name: btnHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#wrapper .tabs-sec .tab-list .flex-wrap {
  justify-content: flex-start;
}
#wrapper .tabs-sec .tab-list .flex-wrap .col-flex {
  flex-basis: 33.33%;
}
#wrapper .tabs-sec .tab-list .flex-wrap .col-flex .card {
  margin: 10px 20px 10px 0;
}
@media only screen and (max-width: 991px) {
  #wrapper .tabs-sec .tab-list .flex-wrap .col-flex .card {
    margin: 10px 0;
 }
}
@media only screen and (max-width: 1060px) {
  #wrapper .tabs-sec .tab-list .flex-wrap .col-flex {
    flex-basis: 50%;
 }
}
@media only screen and (max-width: 600px) {
  #wrapper .tabs-sec .tab-list .showme .col-flex {
    display: block;
    width: 100%;
 }
}
#wrapper .tabs-sec .tab-list .showme label {
  font-family: 'D-DIN';
  font-size: 20px;
  margin: 0;
}
#wrapper .tabs-sec .tab-list .showme .flex-wrap {
  align-items: center;
  justify-content: flex-start;
}
#wrapper .tabs-sec .tab-list .showme .flex-wrap .right {
  margin-left: auto;
}
#wrapper .tabs-sec .tab-list .showme .flex-wrap .col-flex {
  padding: 0;
  flex-basis: unset !important;
}
#wrapper .tabs-sec .tab-list .showme .flex-wrap .col-flex .card {
  margin-right: 20px !important;
}
#wrapper .tabs-sec .tab-list .equity-newspaper .articles-sec .card-body {
  display: table;
  width: 100%;
}
#wrapper .tabs-sec .tab-list .equity-newspaper .articles-sec .card-body .card-text, #wrapper .tabs-sec .tab-list .equity-newspaper .articles-sec .card-body .download {
  display: table-cell;
}
#wrapper .tabs-sec .tab-list .equity-newspaper .articles-sec .card-body .download {
  width: 50px;
  position: relative;
}
#wrapper .tabs-sec .tab-list .equity-newspaper .articles-sec .card-body .download::after {
  font-family: 'icomoon' !important;
  content: "\e90d";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  color: #a32a29;
  display: table;
  width: 100%;
  vertical-align: middle;
  font-size: 28px;
  right: -10px;
}
#wrapper .tabs-sec .tab-list .gallery .flex-wrap {
  justify-content: flex-start;
}
#wrapper .tabs-sec .tab-list .gallery .flex-wrap .col-flex [data-fancybox="gallery"] {
  display: block;
  margin: 10px;
}
#wrapper .tabs-sec .tab-list .gallery .flex-wrap .col-flex img {
  width: 100%;
}
#wrapper .tabs-sec .tab-list .gallery .fancybox-content {
  padding: 0 !important;
}
#wrapper .tabs-sec .tab-list .about-slider {
  right: -5%;
  left: 0;
  width: 105.5%;
  padding-top: 30px;
}
@media only screen and (max-width: 600px) {
  #wrapper .tabs-sec .tab-list .about-slider {
    right: inherit;
    left: 0;
    width: 100%;
 }
}
#wrapper .tabs-sec .tab-list .about-slider .owl-nav {
  position: absolute;
  top: 0;
  right: 7%;
  font-weight: bold;
  font-size: 20px;
  padding-top: 0 !important;
}
#wrapper .tabs-sec .tab-list .about-slider .owl-nav .owl-prev span {
  display: none;
}
#wrapper .tabs-sec .tab-list .about-slider .owl-nav .owl-prev::after {
  font-family: 'icomoon' !important;
  content: "\e911";
  display: block;
  top: 0;
  bottom: 0;
  height: 42px;
  width: 42px;
  line-height: 42px;
  color: #a32a29;
  margin: 0 5px;
  font-size: 22px;
}
#wrapper .tabs-sec .tab-list .about-slider .owl-nav .owl-next span {
  display: none;
}
#wrapper .tabs-sec .tab-list .about-slider .owl-nav .owl-next::after {
  font-family: 'icomoon' !important;
  content: "\e910";
  display: block;
  top: 0;
  bottom: 0;
  height: 42px;
  width: 42px;
  line-height: 42px;
  color: #a32a29;
  margin: 0 5px;
  font-size: 22px;
}
#wrapper .tabs-sec .tab-list .about-slider .owl-nav .owl-next.disabled {
  color: #e8e9eb !important;
}
#wrapper .tabs-sec .tab-list .about-slider .fancy-styling {
  position: relative;
}
#wrapper .tabs-sec .tab-list .about-slider .card-body {
  padding: 1.25rem 0;
}
#wrapper .tabs-sec .tab-list .about-slider .item:before {
  content: "";
  position: absolute;
  background-color: #a32a29;
  width: 100%;
  height: 2px;
  top: calc(-156px / 2);
  left: 18px;
}
#wrapper .tabs-sec .tab-list .about-slider .item:after {
  width: 30px;
  height: 30px;
  font-family: 'icomoon' !important;
  content: "\e919";
  color: #a32a29;
  position: absolute;
  top: -87px;
  border-radius: 50%;
}
#wrapper .tabs-sec .tab-list .about-slider .item {
  margin-top: 85px;
}
#wrapper .tabs-sec .tab-list .about-slider .item .card-date {
  position: absolute;
  top: -55px;
  font-family: 'D-DIN';
  font-size: 1.8rem;
}
#wrapper .tabs-sec .tab-list .downloads .downloads-padding {
  padding: 30px;
  max-width: 100%;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
#wrapper .tabs-sec .tab-list .downloads .flex-wrap .col-flex {
  flex-basis: 50%;
}
#wrapper .tabs-sec .tab-list .downloads .flex-wrap .col-flex .card {
  margin: 10px 20px 10px 0;
}
@media only screen and (max-width: 991px) {
  #wrapper .tabs-sec .tab-list .downloads .flex-wrap .col-flex .card {
    margin: 10px 0;
 }
}
#wrapper .tabs-sec .tab-list .downloads .downloads-cont .flex-wrap .col-flex {
  padding-left: 0 !important;
}
#wrapper .tabs-sec .tab-list .downloads .downloads-cont .flex-wrap .col-flex .card {
  margin: 10px 20px 10px 0;
}
@media only screen and (max-width: 991px) {
  #wrapper .tabs-sec .tab-list .downloads .downloads-cont .flex-wrap .col-flex .card {
    margin: 10px 0;
 }
}
#wrapper .tabs-sec .tab-list .investor-centre .mi {
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
 /* background-color: #A32A29;
  */
  color: #a32a29;
  font-family: 'D-DIN-Bold';
  left: 0;
  position: relative;
  bottom: 0;
  transition: 200ms;
}
#wrapper .tabs-sec .tab-list .investor-centre .mi::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 15px;
  top: unset;
  bottom: unset;
  margin: auto;
  line-height: 42px;
  font-size: 14px;
}
#wrapper .tabs-sec .tab-list .investor-centre .mi:hover {
  color: #f4ab7a;
}
#wrapper .tabs-sec .tab-list .investor-centre .article-padding {
  padding: 20px 15px;
}
#wrapper .tabs-sec .btn-spacing {
  padding-bottom: 115px;
}
#wrapper .tabs-sec .card-text {
  margin: 0;
}
#wrapper .tabs-sec .no-bg {
  background: #e8e9eb;
}
#wrapper .tabs-sec img.remove {
  height: auto;
}
.nobg {
  background-color: transparent !important;
}
.nobg .owl-stage {
  padding: 10px 0;
}
.nobg .owl-stage-outer {
  padding-left: 10px !important;
}
.card-img-top {
  background-size: cover !important;
  min-height: 200px;
  position: relative;
}
.about-slider2.abt-page .owl-stage {
  padding-bottom: 40px;
}
.about-slider2 p {
  text-align: left !important;
}
.about-slider2 .owl-stage {
  margin-top: 40px;
}
.about-slider2 .card {
  background: transparent !important;
  box-shadow: none;
  padding: 0 1.25em;
}
.about-slider2 .card:first-child {
  padding-left: 0;
}
.about-slider2 .card-body {
  padding-left: 0;
  padding-right: 0;
}
.about-slider2 .card-date {
  font-size: 2rem;
}
.about-slider2 .item {
  position: relative;
}
.about-slider2 .item:before {
  content: "";
  position: absolute;
  background-color: #a32a29;
  width: calc(100% - 20px);
  height: 2px;
  top: -15px;
  left: 15px;
  text-align: center;
  margin-left: 10px;
}
.about-slider2 .item:after {
  width: 30px;
  height: 30px;
  font-family: 'icomoon' !important;
  content: "\e919";
  color: #a32a29;
  position: absolute;
  top: -27px;
  border-radius: 50%;
}
.awards {
  padding: 0 0 0 20px;
}
.awards .award-list {
  font-family: 'D-DIN';
}
.awards .award-detail {
  font-family: 'D-DIN';
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}
.login-sec {
  font-family: 'D-DIN';
  background-image: url(../img/dashboard.png);
  background-size: 50%;
  background-position: center right;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1280px) {
  .login-sec {
    background-size: 60%;
 }
}
@media only screen and (max-width: 768px) {
  .login-sec {
    background-image: none;
 }
  .login-sec .right {
    display: none;
 }
  .login-sec .left {
    width: 100%;
    display: block;
    margin: 0 auto;
 }
}
.login-sec .left {
  width: 420px;
}
@media only screen and (max-width: 500px) {
  .login-sec .left {
    width: 100%;
 }
}
.login-sec h2.sec-title {
  color: #a32a29;
  font-size: 36px;
  font-weight: bold;
}
.login-sec p.sec-subtle {
  color: #221f1f;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .login-sec h2.sec-title {
    font-size: 36px;
 }
  .login-sec p.sec-subtle {
    font-size: 18px;
 }
}
.login-sec form .input-sec {
  padding-top: 20px;
}
.login-sec form .input-sec input[type="text"], .login-sec form .input-sec input[type="password"] {
  padding: 0 10px;
}
.login-sec form .input-sec .pass-data {
  display: table;
  background: white;
  width: 100%;
  border: 1px solid #a32a29;
  border-radius: 6px;
}
.login-sec form .input-sec .pass-data input, .login-sec form .input-sec .pass-data .view-password {
  display: table-cell !important;
}
.login-sec form .input-sec .pass-data input {
  border: none;
  background: transparent;
}
.login-sec form .input-sec .pass-data .view-password {
  width: 48px;
  position: relative;
}
.login-sec form .input-sec .pass-data .view-password::after {
  font-family: 'icomoon' !important;
  content: "\e90f";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 42px;
  color: #a32a29;
  padding-left: 10px;
}
.login-sec form .input-sec .password {
  position: relative;
  padding-right: 20px;
}
.login-sec form .input-sec label {
  color: #221f1f;
  font-family: 'D-DIN';
  font-weight: bold;
  display: block;
}
.login-sec form .input-sec input {
  height: 42px;
  border: 1px solid #a32a29;
  border-radius: 3px;
  width: 100%;
}
.login-sec form .donotremember {
  font-family: 'D-DIN';
  font-weight: bold;
  display: inline-block;
}
.login-sec form .donotremember .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.login-sec form .donotremember .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.login-sec form .donotremember .styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #221f1f;
  border-radius: 50%;
}
.login-sec form .donotremember .styled-checkbox:checked + label:before {
  background: transparent;
}
.login-sec form .donotremember .styled-checkbox:disabled + label {
  cursor: auto;
}
.login-sec form .donotremember .styled-checkbox:disabled + label:before {
  box-shadow: none;
}
.login-sec form .donotremember .styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 11px;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #221f1f, 4px 0 0 #221f1f, 4px -2px 0 #221f1f, 4px -4px 0 #221f1f, 4px -6px 0 #221f1f, 4px -8px 0 #221f1f;
  transform: rotate(45deg);
}
.login-sec form .no-pass {
  font-family: 'D-DIN';
  font-weight: bold;
  display: inline-block;
}
.login-sec form .donotremember, .login-sec form .no-pass {
  flex: 1 1;
}
.login-sec form button {
  height: 42px;
  background-color: #a32a29;
  width: 100%;
  color: white;
  font-family: 'D-DIN';
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  margin-bottom: 30px;
}
.login-sec form .no-account p span {
  color: #a32a29;
  font-family: 'D-DIN';
  font-weight: bold;
}
.login-sec .mini-menu ul {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.login-sec .mini-menu ul li {
  display: list-item;
  text-align: center;
  list-style: none;
  position: relative;
  font-size: 15px;
  font-family: 'D-DIN';
  font-weight: bold;
  color: #a32a29;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin: 0.5rem 0;
  border-right: 1px solid #a32a29;
}
.login-sec .mini-menu ul li:last-child {
  border: 0;
}
.login-sec .mini-menu ul li a {
  text-decoration: none;
  color: #a32a29;
}
.login-sec .img-box {
  display: none;
  background-size: 78%;
  background-position: top right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 885px) {
  .login-sec .img-box {
    display: block;
 }
}
.dash-top {
  background-color: white;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
.dash-body {
  height: 80vh;
}
.flex-wrap {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .flex-wrap .col-flex {
    flex: 1 1 auto;
    flex-basis: auto !important;
 }
}
label.error {
  color: red !important;
  position: relative;
  top: -20px;
  font-size: 14px;
}
/* LOCATION CSS */
select:not(.exclude) {
  display: none;
}
.dropdown {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  height: 42px;
  line-height: 42px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: center;
  transition: all 0.6s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}
.dropdown .current {
  font-family: 'D-DIN-Bold';
}
.dropdown:focus {
  background-color: #f1f1f1;
}
.dropdown:hover {
  background-color: #e9e9e9;
}
.dropdown:active, .dropdown.open {
  background-color: #f0f0f0 !important;
  border-color: #dddfe2;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
.dropdown:after {
  transform: origin(50% 20%);
  transition: all 0.2s ease-in-out;
  font-family: 'icomoon' !important;
  content: "\e905";
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  line-height: 44px;
  font-size: 15px;
  color: #a32a29;
}
.dropdown.open:after {
  transform: rotate(-180deg);
}
.dropdown.open .list {
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
.dropdown.open .option {
  cursor: pointer;
  font-family: 'D-DIN';
}
.dropdown.wide {
  width: 100%;
}
.dropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.dropdown .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  background-color: #fff;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  min-width: 100%;
}
.dropdown .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.dropdown .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 10px;
  padding-right: 15px;
  text-align: left;
  transition: all 0.2s;
}
.dropdown .option:hover, .dropdown .option:focus {
  background-color: #e8e9eb !important;
}
.dropdown .option.selected {
  font-weight: 600;
}
.dropdown .option.selected:focus {
  background: #f6f6f6;
}
.drop-down {
  position: relative;
  width: 100%;
  text-align: left !important;
}
@media only screen and (max-width: 860px) {
  .drop-down {
    text-align: center !important;
    margin: 0 auto;
    display: block;
 }
}
.drop-down .selected a {
  background: transparent no-repeat scroll right center;
  border-radius: 2px;
  text-decoration: none;
  color: #a32a29;
  width: 100%;
}
.drop-down .selected a:hover {
  color: #a32a29;
}
.drop-down .selected a span {
  position: relative;
  font-size: 20px;
  font-family: 'D-DIN-Bold';
}
.drop-down .selected a span::after {
  font-family: 'icomoon' !important;
  content: "\e905";
  position: absolute;
  right: -28px;
  top: 4px;
  color: #a32a29;
  font-weight: bold;
  font-size: 18px;
}
.drop-down .selected a span {
  cursor: pointer;
  display: block;
}
.drop-down .options ul {
  z-index: 1;
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  width: auto;
  min-width: 290px;
  border: none;
  margin: 0;
  font-size: 16px;
  font-family: 'D-DINAlternate';
}
.drop-down .selected span.value, .drop-down .options span.value {
  display: none;
}
.drop-down .options ul li a {
  padding: 5px;
  display: block;
  text-decoration: none;
  color: #a32a29;
}
.drop-down .options ul li a:hover {
  background: #a32a29;
  color: #fff;
  transition: 0.2s ease;
}
.fancybox-container .fancybox-button {
  background-color: #a32a29;
  color: white;
  opacity: 1;
}
.fancybox-container .fancybox-content {
  padding: 0 !important;
}
.about2 .downloads .downloads-padding {
  padding: 30px;
  max-width: 100%;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
.about2 .downloads .flex-wrap .col-flex {
  flex-basis: 50%;
}
.about2 .downloads .flex-wrap .col-flex .card {
  margin: 10px 20px 10px 0;
}
@media only screen and (max-width: 991px) {
  .about2 .downloads .flex-wrap .col-flex .card {
    margin: 10px 0;
 }
}
.about2 .downloads .downloads-cont .flex-wrap .col-flex {
  padding-left: 0 !important;
}
.about2 .downloads .downloads-cont .flex-wrap .col-flex .card {
  margin: 10px 20px 10px 0;
}
@media only screen and (max-width: 991px) {
  .about2 .downloads .downloads-cont .flex-wrap .col-flex .card {
    margin: 10px 0;
 }
}
@media only screen and (min-width: 900px) {
  .about2 .content {
    padding: 0 10%;
 }
}
.about2 .col-wrap {
  width: 50%;
  text-align: left;
  vertical-align: top !important;
}
.about2 .title {
  margin-bottom: 10px !important;
}
.about2 .subtle {
  margin-bottom: 30px;
}
.leadership .flex-wrap {
  justify-content: space-around;
  align-content: space-between;
  margin-bottom: 20px;
}
.leadership .col-flex {
  flex-basis: 25% !important;
}
.leadership .col-flex .card {
  height: calc(100% + 40px);
  transition: all 300ms;
  max-width: 340px;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 1100px) {
  .leadership .col-flex .card {
    margin-bottom: 40px;
 }
}
.leadership .col-flex a.fancy-styling {
  height: calc(100% - 20px);
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
.leadership .col-flex a.fancy-styling::-webkit-scrollbar {
  display: none;
}
.leadership .col-flex a.fancy-styling:hover {
  box-shadow: none !important;
}
@media screen and (max-width: 1100px) {
  .leadership .col-flex {
    flex-basis: 33.33% !important;
    padding: 10px !important;
 }
}
@media screen and (max-width: 876px) {
  .leadership .col-flex {
    flex-basis: 50% !important;
 }
}
@media screen and (max-width: 600px) {
  .leadership .col-flex {
    flex-basis: 100% !important;
 }
}
.leadership .card {
  background: transparent !important;
  margin: 10px !important;
  height: 100% !important;
  border: 0 !important;
}
.leadership .card-img-top {
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
  transition: 300ms;
}
.leadership .card-title {
  font-size: 18px !important;
  font-family: "D-DIN" !important;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.leadership .card-title:hover {
  color: #a32a29;
}
.leadership .card-text {
  font-size: 14px;
  text-transform: uppercase;
}
.leadership .lead-more {
  margin: 0;
  position: absolute;
  bottom: 10px;
  display: none;
  transition: 300ms;
}
.leadership .lead-more::after {
  font-family: 'icomoon' !important;
  content: "\e910";
  padding-left: 10px;
  position: absolute;
  top: 0px;
  font-size: 14px;
  line-height: 26px;
  animation-name: profHover;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.leadership .card-body {
  background-color: #e8e9eb !important;
  transition: all 300ms;
  margin-top: -40px;
  transform: translateY(40px);
  padding: 26px 15px 35px !important;
  position: relative;
}
.leadership .col-flex:hover .card {
  height: 100%;
}
.leadership .col-flex:hover a.fancy-styling {
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
.leadership .col-flex:hover .card-img-top {
  overflow: hidden;
  transform: scale(1.06);
  position: relative;
}
.leadership .col-flex:hover .card-body {
  background-color: white !important;
  transform: translateY(0px);
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
  padding: 16px 15px 45px !important;
}
.leadership .col-flex:hover .card-title {
  color: #a32a29;
}
.leadership .col-flex:hover .lead-more {
  display: block;
  color: #a32a29;
}
.grid {
  list-style: none;
  margin: 30px auto;
  padding: 0;
}
.grid li {
  display: block;
  float: left;
  width: 33.33%;
  opacity: 0;
}
.grid li.shown, .no-js .grid li, .no-cssanimations .grid li {
  opacity: 1;
}
.grid li a, .grid li img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
}
/* Effect 1: opacity */
.grid.effect-1 li.animate {
  animation: fadeIn 0.65s ease forwards;
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
 }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
 }
}
/* Effect 2: Move Up */
.grid.effect-2 li.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
 }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
 }
}
/* Effect 3: Scale up */
.grid.effect-3 li.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}
@-webkit-keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
 }
}
@keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
 }
}
/* Effect 4: fall perspective */
.grid.effect-4 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid.effect-4 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective 0.8s ease-in-out forwards;
  animation: fallPerspective 0.8s ease-in-out forwards;
}
@-webkit-keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
 }
}
@keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
 }
}
/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid.effect-5 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly 0.8s ease-in-out forwards;
  animation: fly 0.8s ease-in-out forwards;
}
@-webkit-keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
 }
}
@keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
 }
}
/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid.effect-6 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip 0.8s ease-in-out forwards;
  animation: flip 0.8s ease-in-out forwards;
}
@-webkit-keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
 }
}
@keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
 }
}
/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid.effect-7 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix 0.8s ease-in-out forwards;
  animation: helix 0.8s ease-in-out forwards;
}
@-webkit-keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1;
 }
}
@keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
 }
}
/* Effect 8: */
.grid.effect-8 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid.effect-8 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp 0.8s ease-in forwards;
  animation: popUp 0.8s ease-in forwards;
}
@-webkit-keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    -webkit-animation-timing-function: ease-out;
 }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
 }
}
@keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
 }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
 }
}
@media screen and (max-width: 900px) {
  .grid li {
    width: 50%;
 }
}
@media screen and (max-width: 400px) {
  .grid li {
    width: 100%;
 }
}
@keyframes fadeInShake {
  0% {
    opacity: 0;
 }
  25% {
    opacity: 0.5;
 }
  50% {
    opacity: 0.75;
 }
  75% {
    opacity: 1;
 }
  100% {
    right: 0;
    left: 0;
 }
}
.icons {
  display: table;
  width: 100%;
  text-align: center;
}
.icons span {
  font-family: 'D-DIN';
}
.icons .sh, .icons .dw, .icons .em {
  display: table-cell;
  position: relative;
  transition: 300ms;
}
.icons .sh .seeonhover, .icons .dw .seeonhover, .icons .em .seeonhover {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  word-break: keep-all;
  width: 80px;
  color: #a32a29;
}
.icons .sh a, .icons .dw a, .icons .em a {
  display: block;
  min-width: 100%;
  min-height: 100%;
  transition: 300ms;
  color: #221f1f;
}
.icons .sh a::after, .icons .dw a::after, .icons .em a::after {
  font-family: 'icomoon' !important;
  margin: auto;
  text-align: center;
  display: table;
  width: 100%;
  vertical-align: middle;
  font-size: 28px;
}
.icons .sh a:hover, .icons .dw a:hover, .icons .em a:hover {
  color: #a32a29;
}
.icons .sh:hover, .icons .dw:hover, .icons .em:hover {
  color: #a32a29;
}
.icons .sh:hover .seeonhover, .icons .dw:hover .seeonhover, .icons .em:hover .seeonhover {
  display: block;
  animation-name: fadeInShake;
  animation-duration: 300ms;
}
.icons .sh a::after, .icons .sh button::after {
  content: "\e918";
}
.icons .dw a::after {
  content: "\e90d";
}
.icons .em a::after {
  content: "\e917";
}
.bg-grey {
  background-color: #e8e9eb;
}
.text-left {
  text-align: left;
}
@media screen and (min-width: 900px) {
  .gcr-img {
    max-width: 50%;
 }
}
.mi2 {
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  color: #a32a29;
  font-family: 'D-DIN-Bold';
  padding: 0 60px 0 0;
  position: relative;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  display: block;
  transition: 200ms;
}
.mi2:hover {
  color: #f4ab7a;
}
.mi2::after {
  position: relative;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 15px;
  top: 1px;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  padding-left: 35px;
}
.button {
  border: none;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  background-color: #a32a29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 20px;
  position: relative;
  line-height: 40px;
  height: 40px;
  display: inline-block;
}
.button:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.button::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 40px;
  font-size: 14px;
}
.button::after {
  position: absolute;
  line-height: 40px;
}
.downloads-padding {
  padding: 30px;
  max-width: 100%;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
.fr-section {
  margin: 10px 0 0;
}
.fr-section > .col-wrap {
  padding: 0 20px;
}
.auto-marg {
  max-width: 760px;
  margin: auto;
}
.group .showme .title {
  font-size: 1.8em;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  margin-top: 20px;
}
.group .flex-wrap .col-flex {
  flex-basis: 25%;
  text-align: left;
}
.group .flex-wrap .col-flex .card {
  margin: 10px;
  padding: 10px;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
.group .flex-wrap .col-flex .card .card-title {
  font-family: 'D-DIN';
  font-size: 16px;
  text-transform: uppercase;
}
.notfound {
  font-size: 22px;
  text-align: center;
  margin: auto;
  font-style: italic;
  color: #a32a29;
}
.topnav-fixed {
  background: white !important;
  position: fixed;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 100ms;
}
.search-menu-fixed {
  font-family: 'D-DIN-Bold';
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white !important;
  margin: 0 !important;
  padding-bottom: 15px;
  padding-top: 15px;
  z-index: 20;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
.text-area-height {
  min-height: 60vh;
}
#equity-newspaper-div .card-text, .downloads .card-text {
  font-family: 'D-DIN' !important;
}
.hotline.mob-hotline {
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px;
}
.livestream, .gallery {
  padding-bottom: 40px !important;
}
.livestream .nowplaying, .gallery .nowplaying {
  justify-content: center !important;
  display: none;
}
.livestream .nolive, .gallery .nolive {
  display: none;
}
.livestream .nextlive, .gallery .nextlive, .livestream .nolive, .gallery .nolive {
  background: #a32a29;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  position: relative;
  margin: 0 calc(-6% + 8px);
  overflow: hidden;
}
.livestream .nextlive h1, .gallery .nextlive h1, .livestream .nolive h1, .gallery .nolive h1 {
  font-family: 'D-DIN';
}
.livestream .nextlive li, .gallery .nextlive li, .livestream .nolive li, .gallery .nolive li {
  display: inline-block;
  font-size: 4.5em;
  list-style-type: none;
  padding: 0 10px;
}
.livestream .nextlive li span, .gallery .nextlive li span, .livestream .nolive li span, .gallery .nolive li span {
  display: inline-block;
  font-size: 4.5rem;
}
.livestream .livenow .vid-link::after, .gallery .livenow .vid-link::after {
  background: rgba(10, 6, 8, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
}
.livestream .livenow .vid-link .lntext, .gallery .livenow .vid-link .lntext {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 35%;
  margin: auto;
  text-align: center;
  font-size: 3em;
  font-family: 'D-DIN-Bold';
  color: #e8e9eb;
}
.livestream .livenow .vid-link .lntext, .gallery .livenow .vid-link .lntext, .livestream .livenow .vid-link .play-btn, .gallery .livenow .vid-link .play-btn {
  z-index: 1;
}
.livestream .col-flex, .gallery .col-flex {
  flex-basis: 25% !important;
}
.livestream .col-flex .vid-div, .gallery .col-flex .vid-div {
  margin: 10px;
}
.livestream .col-flex .card, .gallery .col-flex .card {
  margin: 0 !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 1200px) {
  .livestream .col-flex, .gallery .col-flex {
    flex-basis: 33.33% !important;
 }
}
@media screen and (max-width: 991px) {
  .livestream .col-flex, .gallery .col-flex {
    flex-basis: 50% !important;
 }
}
@media screen and (max-width: 600px) {
  .livestream .col-flex, .gallery .col-flex {
    flex-basis: 100% !important;
 }
}
.ob-nav {
  transition: all 400ms;
}
.ob-nav:hover {
  color: white !important;
  background-color: #f4ab7a !important;
}
table {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0.625em;
  text-align: left;
  font-family: 'D-DIN';
}
table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
table tr {
  background: transparent;
  border: none;
}
table th {
  font-size: 16px;
  color: #a32a29;
  font-family: 'D-DIN-Bold';
}
table td {
  font-size: 15px;
  padding-right: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 425px) {
  table td {
    height: auto;
    padding-right: 10px;
    line-height: auto;
 }
}
@media screen and (max-width: 812px) {
  table {
    border: 0;
 }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
 }
  table tr {
    border: 2px solid #ccc;
    display: block;
    margin-bottom: 1.5em;
    height: unset;
 }
  table td {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 0.8em;
    text-align: right;
 }
  table td:before {
   /* * aria-label has no advantage, it won't be read inside a table content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    padding: 0 10px;
 }
  table td:last-child {
    border-bottom: 0;
 }
}
@media screen and (max-width: 425px) {
  td {
    height: auto;
    padding-right: 10px;
    line-height: auto;
 }
}
.bold {
  font-family: 'D-DIN-Bold';
  text-transform: uppercase;
  margin-top: 20px;
}
.menu-icon span {
  width: 18px;
  height: 15px;
  margin: 15px auto 0 auto;
  background-position: 0 0;
}
.search-icon {
  cursor: pointer;
  padding: 0 15px;
  line-height: 36px;
  border-radius: 20px;
  margin-left: 2%;
  transition: all 300ms;
  background-color: #f6f6f6;
}
.search-icon::after {
  font-family: 'icomoon' !important;
  content: "\e900";
  color: #a32a29;
  position: relative;
  top: 2px;
  padding-left: 15px;
}
.search-icon:hover {
  background-color: #e8e9eb;
  color: #a32a29;
}
.search-icon span {
  width: 20px;
  height: 20px;
  margin: 15px auto 0 auto;
  background-position: -40px 0;
}
.search-open .search-icon span {
  background-position: -60px 0;
}
/*----- SEARCH -----*/
.search-form {
  padding: 15px;
  font-size: 0;
  width: 100%;
  display: none;
  position: relative;
}
.search-open .search-form {
  display: table;
}
.search-form .input-wrapper {
  border: 2px solid #e8e9eb;
  border-right: 0 none;
  vertical-align: top;
  width: 100%;
  position: relative;
  border-radius: 20px 0 0 20px;
  display: table-cell !important;
}
.search-form .input-wrapper .search-box {
  height: 37px;
  padding: 5px 40px 0 15px;
  border: 0 none;
  background-color: transparent;
  width: 100%;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.search-form .input-wrapper .search-cancel {
  height: 20px;
  width: 20px;
  color: #000;
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
  background: url(../img/icons-sprite.png) -100px 0 no-repeat;
  background-size: 700%;
  display: block;
  display: none;
}
.search-form .search-btn {
  display: table-cell;
  vertical-align: top;
  width: 56px;
  height: 42px;
  border: 0 none;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 20px 20px 0;
  background-color: #e8e9eb;
  position: relative;
  transition: 300ms;
}
.search-form .search-btn::before {
  font-family: 'icomoon' !important;
  content: "\e900";
  color: #a32a29;
  text-align: center;
  margin: auto;
  line-height: 42px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 20px;
}
.search-form .search-btn:hover {
  background: #a32a29;
}
.search-form .search-btn:hover::before {
  color: #e8e9eb;
}
.search-form .search-btn span {
  width: 24px;
  height: 24px;
  margin: 10px auto 0 auto;
  background-position: -96px 0;
}
/*--- Suggestions List ---*/
.search-open #content_mask {
  position: absolute;
  z-index: 10;
  top: 107px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.55);
  height: 100%;
}
.vertical-pic {
  background-image: url(../img/pic-h.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 360px;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .vertical-pic {
    display: none;
 }
}
.horizontal-pic {
  background-image: url(../img/pic-v.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 45px;
  display: none;
  min-height: 700px;
}
@media screen and (max-width: 900px) {
  .horizontal-pic {
    display: block;
 }
}
.no-height {
  height: 0px !important;
  display: none;
}
.share-icons {
  text-align: center;
}
.share-icons img {
  margin: auto;
  max-width: 65px;
}
.modal-content {
  border: none;
  background-color: #e8e9eb;
}
.modal-header {
  text-transform: uppercase;
  font-family: 'D-DIN-Bold';
}
.modal-footer {
  justify-content: flex-start;
}
.copy-link {
  width: 100%;
}
.copy-link .alert-success {
  display: none;
  height: 38px;
  line-height: 38px;
  padding: unset;
}
.copy-link input {
  width: 100%;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #e8e9eb;
}
.copy-link button {
  width: 90%;
  background-color: #a32a29;
  color: white;
  border: none;
  border-radius: 3px;
  height: 32px;
  line-height: 32px;
  transition: 300ms;
  text-transform: uppercase;
  font-family: 'D-DIN';
}
.copy-link button:hover {
  background-color: #f4ab7a;
}
.single .showme .col-flex {
  flex-basis: unset !important;
}
.mobile-nav3 {
  padding-top: 30px;
  margin-top: 20px;
}
.mobile-nav3 .country {
  margin: 0 2px;
  width: calc(100% - 4px);
}
.mobile-nav3 li a {
  color: #221f1f !important;
  font-family: 'D-DIN' !important;
  border-bottom: 1px solid #ddd;
}
.mobile-nav3 li a:hover {
  color: #a32a29 !important;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
  border: none !important;
}
ul.mobile-nav {
  background-color: white;
}
.showme .subsec-title {
  margin-bottom: 15px !important;
}
.showme .Subtle {
  color: #a32a29;
  font-size: 24px !important;
}
.twoem {
  font-size: 2em !important;
}
.search-results {
  position: absolute;
  left: 0;
  top: 40px;
  background: rgba(246, 246, 246, 0.966);
  width: max-content;
  max-width: 100%;
  min-width: 100%;
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
  z-index: 11;
}
.search-results p {
  margin: 0;
  padding: 10px;
  color: #221f1f;
  transition: 300ms;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  text-align: left !important;
}
.search-results p:hover {
  background: #e8e9eb;
  color: #a32a29;
}
.search-results p:active, .search-results p.dropdown.open {
  color: #f4ab7a;
}
.withsearch .search-results {
  left: unset;
  right: 0;
  max-width: 750px;
}
.ib-sec .ib-sub {
  display: inline-block;
}
.ib-sec .ib-sub .sresult {
  color: #f4ab7a !important;
}
.card-types .card-img-top {
  background-size: contain !important;
  min-width: 150px;
}
.results-sec {
  display: flex;
  flex-wrap: wrap;
}
.results-sec .results-card {
  flex-basis: 33.33%;
  padding: 0 20px 20px 0;
}
.results-sec .results-card .subsec-title {
  margin-top: 0 !important;
}
@media only screen and (max-width: 991px) {
  .results-sec .results-card {
    flex-basis: 50%;
 }
}
@media only screen and (max-width: 756px) {
  .results-sec .results-card {
    flex-basis: 100%;
    padding-right: 0;
 }
}
.card-btn {
  border: none;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  background-color: #a32a29;
  color: white;
  font-family: 'D-DIN';
  padding: 0 60px 0 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 200ms;
  left: 0px;
  position: relative;
  bottom: 0px;
}
.card-btn:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.card-btn::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 40px;
  font-size: 14px;
}
.card-btn:hover {
  background: #f4ab7a;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-top: 1px solid rgba(255, 255, 255, .5);
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
}
@media only screen and (max-width: 375px) {
  .card-btn {
    font-size: 14px;
 }
}
.mdc-card {
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52);
  border: none;
}
.nonumbers {
  list-style: none;
  list-style-position: outside;
  padding: 0 !important;
}
.eqcard {
  max-width: 300px;
}
.eqcard2 {
  max-width: 190px;
  margin: auto;
}
.eqcard3 {
  max-width: 280px;
  margin: auto;
}
.vt {
  vertical-align: top !important;
}
.vtm {
  vertical-align: middle !important;
}
.vtm .col-wrap {
  vertical-align: middle !important;
}
.linelist {
  list-style: none;
  counter-reset: li;
  display: flex;
  flex-wrap: wrap;
}
.linelist li {
  counter-increment: li;
  flex-basis: 49%;
  padding-right: 10px;
  position: relative;
  margin-right: 1%;
}
.linelist li::before {
  content: counter(li) ".";
  color: #a32a29;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-family: 'D-DIN';
  font-size: 1.3em;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .linelist li {
    flex-basis: 100%;
 }
}
.my-card-content {
  padding: 16px;
}
.demo-card {
  width: 350px;
}
.demo-card-square.mdl-card {
  max-width: 320px;
 /* height: 320px;
  */
}
.demo-card-square > .mdl-card__title {
  color: #fff;
  background: url('../img/oa1.png') bottom right 15% no-repeat #a32a29;
  background-size: cover !important;
  min-height: 200px;
  overflow: hidden;
}
.noshadow {
  box-shadow: none !important;
}
.btn-spacing {
  padding-bottom: 56px !important;
}
.pr0 {
  padding-left: 0 !important;
}
.owl-stage-outer {
  height: unset !important;
}
@media only screen and (max-width: 600px) {
  .paysend .card {
    margin: 20px 0 !important;
 }
}
.banner-div .col-wrap {
  vertical-align: middle !important;
}
.banner-div .left {
  padding-top: 0px !important;
}
.fof {
  display: table;
  width: 100%;
  color: #a32a29;
  padding-bottom: 50px;
}
.fof .fofhead {
  font-size: 10em;
}
.fof .plugs {
  display: table-cell;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  vertical-align: middle;
}
.fof .plugs:first-child {
  width: 30%;
  background-image: url(../img/plug1.svg);
}
.fof .plugs:nth-child(2) {
  min-width: 500px;
}
.fof .plugs:last-child {
  width: 30%;
  background-image: url(../img/plug2.svg);
}
@media only screen and (max-width: 1070px) {
  .fof .plugs:first-child, .fof .plugs:last-child {
    width: 45%;
 }
  .fof .plugs:nth-child(2) {
    min-width: 320px;
 }
}
@media only screen and (max-width: 600px) {
  .fof .plugs {
    display: block;
    height: unset;
 }
  .fof .plugs:nth-child(2) {
    min-width: unset;
 }
}
.mapsec .drop-menu {
  text-transform: capitalize !important;
}
.mapsec .dropdown {
  text-align: left;
  padding-left: 30px !important;
}
.mapsec .dropdown::after {
  right: 26px;
  color: #221f1f;
}
.mapsec .dropdown .current {
  color: #221f1f !important;
  font-family: 'D-DIN';
}
.mapsec .linelist {
  display: block;
}
.mapsec .linelist li {
  margin-right: 0;
}
.mapsec .linelist li::before {
  color: #221f1f;
  font-size: unset;
  margin-right: 3px;
  text-align: right;
  font-family: inherit;
}
.mapsec .col-wrap {
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .mapsec .col-wrap {
    display: block;
 }
}
.mapsec .map-container-4 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.mapsec .map-container-4 iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.mapsec .locations {
  padding: 0;
  margin: 0;
}
.mapsec .locations.firstloc .locationsli {
  padding: 0;
}
.mapsec .locations .locationsli {
  border-bottom: 1px solid #ddd;
  transition: 300ms;
  padding: 10px 15px 10px 30px;
}
.mapsec .locations .locationsli:first-child {
  border-top: 1px solid #ddd;
}
.mapsec .locations .locationsli a {
  display: block;
  transition: 100ms;
  margin-left: 8px;
  height: 100%;
}
.mapsec .locations .locationsli a:active, .mapsec .locations .locationsli a.dropdown.open {
  color: #f4ab7a;
}
.mapsec .locations .locationsli:hover {
  background-color: #ddd;
}
.mapsec .locations:nth-child(2) .locationsli {
  padding: 10px 15px 10px 40px;
}
.mapsec .search-bar {
  border: none !important;
  width: 100%;
}
.mapsec .search-bar .line-left::after {
  line-height: 38px !important;
}
.mapsec .search-bar input {
  font-size: 16px !important;
  padding-left: 30px !important;
}
.mapsec .search-bar input::placeholder {
  font-size: 18px !important;
}
.w60 {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .w60 {
    width: 100%;
 }
}
@media only screen and (min-width: 1286px) {
  .about-slider2 .owl-stage {
    left: -300px;
 }
}
@media only screen and (min-width: 600px) {
  .card-deck .owl-stage {
    left: -35px;
 }
}
@media only screen and (min-width: 1000px) {
  .card-deck .owl-stage {
    left: -120px;
 }
}
@media only screen and (min-width: 1286px) {
  .card-deck .owl-stage {
    left: -200px;
 }
}
.shadow {
  box-shadow: 0 0 8px 0 rgba(193, 190, 193, .52) !important;
}
.downloadaft::after {
  content: '\e90d' !important;
}
.sendqueryaft::after {
  content: '\e910' !important;
  font-size: 16px !important;
  line-height: 38px !important;
}
.suggestionpadding {
  padding: 15px 10px;
}
.owl-nav {
  color: #a32a29;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  background-color: transparent;
  color: #a32a29;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  outline: none;
  font-size: 32px;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
  display: none;
}
.owl-nav .owl-next {
  position: relative;
}
.owl-nav .owl-next::after {
  font-family: 'icomoon' !important;
  content: "\e910";
  font-size: 22px;
  line-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  left: 0;
}
.owl-nav .owl-prev {
  position: relative;
}
.owl-nav .owl-prev::after {
  font-family: 'icomoon' !important;
  content: "\e911";
  font-size: 22px;
  line-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  left: 0;
}
.owl-nav {
  padding-top: 20px;
  position: absolute;
  top: -82px;
  right: 5.5%;
  width: 100%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .owl-nav {
    position: relative;
    top: 0;
 }
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  background-color: transparent;
  color: #a32a29;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  outline: none;
  font-size: 32px;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
  display: none;
}
.owl-nav .owl-next {
  position: relative;
}
.owl-nav .owl-next::after {
  font-family: 'icomoon' !important;
  content: "\e910";
  font-size: 22px;
  line-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  left: 0;
}
.owl-nav .owl-prev {
  position: relative;
}
.owl-nav .owl-prev::after {
  font-family: 'icomoon' !important;
  content: "\e911";
  font-size: 22px;
  line-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  left: 0;
}
.expandcollapse {
  color: white !important;
  font-size: 1.4em;
  display: block;
  position: relative;
  transition: 600ms;
  text-align: right;
  right: 1.6em;
}
.expandme {
  transition: 600ms;
}
.expandme::after {
  font-family: 'icomoon' !important;
  content: "\e905";
  position: absolute;
  right: -1.6em;
  color: white;
  font-size: 0.7em;
  line-height: 32px;
}
.collapseme {
  transition: 600ms;
}
.collapseme::after {
  font-family: 'icomoon' !important;
  content: "\e906";
  position: absolute;
  right: -1.6em;
  color: white;
  font-size: 0.7em;
  line-height: 32px;
}
.footer-intro {
  transition: 300ms;
}
@media only screen and (min-width: 600px) {
  .footer-intro {
    display: none;
 }
}
.footer-intro .col-wrap {
  max-width: 50%;
  min-width: 50%;
  width: 50%;
}
.footer-intro .col-wrap:first-child {
  vertical-align: top;
}
.footer-intro .col-wrap::nth-child(2) {
  vertical-align: middle !important;
}
.footer-intro img {
  max-width: 80px;
  margin-top: 0;
}
select.tabs-ul {
  display: none;
}
.owl-next.disabled, .owl-prev.disabled {
  color: #aaaaab !important;
}
.next {
  color: #a32a29;
  font-family: 'D-DIN';
  position: relative;
  font-size: 20px;
  transition: 300ms;
  display: block;
  text-align: right;
}
.next:hover {
  color: #f4ab7a;
}
.next:hover::after {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.next::after {
  position: relative;
  font-family: 'icomoon' !important;
  content: "\e910";
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
}
.prev {
  color: #a32a29;
  font-family: 'D-DIN';
  position: relative;
  font-size: 20px;
  transition: 300ms;
  display: block;
  text-align: left;
}
.prev:hover {
  color: #f4ab7a;
}
.prev:hover::before {
  -webkit-animation-name: linkHover;
  animation-name: linkHover;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.prev::before {
  position: relative;
  font-family: 'icomoon' !important;
  content: "\e911";
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
}
.customgcr {
  min-height: 52px !important;
}
#wrapper .arrow-scroll {
  height: 40px !important;
}
#wrapper .arrow-scroll a {
  display: block;
  height: 40px !important;
}


    /* Modal styles */
    /* Modal Content Styling */
    .modal-content1 {
      display: flex;
      flex-direction: column;
      align-items: center; /* Centers horizontally */
      justify-content: center; /* Centers vertically */
      text-align: center;
      padding: 30px;
      background-color: white;
      border-radius: 10px;
      max-width: 500px;
      margin: 50px auto; /* Center modal in the viewport */
      position: relative; /* This is necessary for absolute positioning of the close button */
  }

  /* Close Button Styling */
  .close {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 40px;
      font-weight: bold;
      color: #333;
      cursor: pointer;
  }

  /* Close Button Hover Effect */
  .close:hover {
      color: red;
  }

  /* Button Styling */
  .modal-button1 {
      background-color: #a32a29;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      text-align: center;
      width: auto;
      margin-top: 20px; /* Adds space above the button */
  }

  /* Button Hover Effect */
  .modal-button1:hover {
      background-color: #f4ab7a;
  }
 

  /* Custom Photo Gallery */
.album-gallery {
  display: block;
}

.gallery-item {
  margin-bottom: 20px;
  width: 100%;
}

.gallery-item img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.single-album {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.album-title {
  font-size: 2em;
  margin-bottom: 10px;
}

.album-description {
  margin-bottom: 20px;
  font-size: 1.2em;
  color: #666;
}

.album-images-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Default: Four equal columns */
  gap: 16px; /* Space between images */
  margin-top: 20px;
}

.album-images-grid a {
  display: block;
  overflow: hidden;
  /* border: 1px solid #ddd; */
  /* border-radius: 5px; */
  transition: transform 0.2s ease-in-out;
}

.album-images-grid a:hover {
  transform: scale(1.05);
}

.album-images-grid img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.no-images-message,
.no-album-message {
  font-size: 1.2em;
  color: #999;
  text-align: center;
  margin-top: 20px;
}

/* General Styles */
.lead-text .col-wrap.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 40px auto;
  max-width: 800px;
  padding: 0 20px; /* Add padding for smaller screens */
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .album-images-grid {
      grid-template-columns: repeat(3, 1fr); /* 3 columns for tablets */
  }

  .album-title {
      font-size: 2em; /* Slightly smaller title */
  }

  .album-description {
      font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .album-images-grid {
      grid-template-columns: repeat(2, 1fr); /* 2 columns for smaller screens */
  }

  .album-title {
      font-size: 1.8em;
  }

  .album-description {
      font-size: 1em;
      margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .album-images-grid {
      grid-template-columns: 1fr; /* Single column for very small screens */
  }

  .album-title {
      font-size: 1.5em;
  }

  .album-description {
      font-size: 0.9em;
      margin-bottom: 20px;
  }
}

/* RESET & BASE STYLES */
* {
 box-sizing: border-box;
 font-family: "D-Din", Sans-serif;
}



/* hero1 SECTION */
.hero1 {
 display: flex;
 /* flex-wrap: wrap; */
 padding: 40px 40px;
 min-height: 500px;
 /* align-items: center; */
 gap: 20px;
 /* background-image: url('../wp-content/uploads/2025/06/bg.png');  */
 background-image: url('../../../../uploads/2025/06/bg.png'); /* Update path */
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 color: black; /* Optional: for better text readability */
 position: relative;
}
.hero1-text {
 flex: 1 1 66%;
 /* max-width: 600px; */
}
.hero1 h2{
 font-family: "D-Din", Sans-serif;
 font-size: 20px;
 margin: 0;
 font-weight: 300;
}
.hero1 h1{
 font-size: 60px;
 font-weight: 400;
 margin: 14px 0 0; 
}



/* STATISTICS SECTION */
.stats {
 flex: 1 1 44%;
 display: flex;
 flex-wrap: wrap;
 gap: 5px;
 justify-content: center;
 padding: 0px;
}
.stats a {
   text-decoration:none !important;
}
.stats1{
 display: inline-grid;
}
.stats2{
 text-align: center;
 display: inline-grid;
 gap: 0px;
}
.stat-box {
 margin: 20px;
 height: 115px;
 flex: 1 1 45%;
 min-width: 140px;
 padding: 18px 20px;
 border-radius: 12px;
 font-size: 18px;
 text-align: center;
 color: white;
 background-size: cover;
 background-position: center;
 position: relative;
 overflow: hidden;
 opacity: 0;
 transform: translateY(40px);
 animation: slideInUp 0.6s ease forwards;
}
.stat-box span{
  font-size: 40px;
}
.stat-box small {
 display: block;
 font-size: 14px;
 margin-top: -10px;
}
.stat-box::before {
 content: '';
 position: absolute;
 inset: 0;
 border-radius: 12px;
 z-index: 0;
}
.stat-box > * {
 position: relative;
 z-index: 1;
}
.stat-box:hover {
 transform: translateY(-5px);
 transition: transform 0.3s ease;
}
.stat-box:nth-child(1) { animation-delay: 0.2s; }
.stat-box:nth-child(2) { animation-delay: 0.4s; }
.stat-box:nth-child(3) { animation-delay: 0.6s; }
.stat-box:nth-child(4) { animation-delay: 0.8s; }



