.u-text-orange {
  color: #FA6400;
}

.u-text-size-22 {
  font-size: 22px;
}

.u-section-reset {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-section-reset .et_pb_row {
  padding-top: 0;
  padding-bottom: 0;
}

.e-button {
  background-color: #FA6400;
  color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.2s ease-out;
  padding: 10px 20px;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  border: none;
}

.e-button:hover {
  background-color: #FE581B !important;
  padding: 10px 20px !important;
  border: none;
}

.e-button:hover:after {
  display: none !important;
}

.e-button.dark {
  background-color: #262626;
  color: #ffffff;
}

.e-button.dark:hover {
  background-color: #ffffff !important;
  color: #262626 !important;
}

#main-header.mainbanner {
  border-bottom: 1px solid #E9E9E9;
  border-top: none !important;
}

@media only screen and (max-width: 600px) {
  #main-header .container {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #main-header .container .logo_container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#top-header {
  border-bottom: none !important;
}

@media only screen and (max-width: 980px) {
  #et-top-navigation {
    padding-right: 30px;
  }
}

#et-top-navigation #et_top_search {
  margin: 3px 0 0 22px !important;
  display: block !important;
}

@media only screen and (max-width: 980px) {
  #et-top-navigation #et_top_search {
    margin-top: 0 !important;
    margin-right: 20px !important;
  }
}

#et-secondary-nav > li:last-of-type a {
  background-color: #FA6400;
  color: #ffffff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  transition: all 0.2s ease-out;
}

#et-secondary-nav > li:last-of-type a:hover {
  background-color: #FE581B;
  text-decoration: none;
}

#top-menu-nav #top-menu li li {
  padding: 0;
}

#top-menu-nav #top-menu li .sub-menu {
  padding: 5px 0;
}

#top-menu-nav #top-menu > li .sub-menu {
  overflow: scroll;
  max-height: calc(100vh - 119px);
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#top-menu-nav #top-menu > li .sub-menu::-webkit-scrollbar {
  display: none;
}

#top-menu-nav #top-menu li li a {
  font-size: 16px;
  padding: 13px 20px;
  font-family: 'KnowledgeRegular',Helvetica,Arial,Lucida,sans-serif;
}

#top-menu-nav #top-menu li.mega-menu > ul {
  padding-top: 20px !important;
}

#top-menu-nav #top-menu li.mega-menu {
  position: relative;
}

body #top-menu-nav #top-menu li.mega-menu > ul {
  width: 500px;
}

body:not(.rtl) #top-menu-nav #top-menu li.mega-menu--end > ul.sub-menu {
  width: 500px;
  left: -92px !important;
}

body.rtl #top-menu-nav #top-menu li.mega-menu--end > ul.sub-menu {
  width: 500px;
  right: -140px !important;
}

#top-menu-nav #top-menu > li.current-menu-ancestor > a,
#top-menu-nav #top-menu > li.current-menu-item > a {
  color: inherit;
}

#top-menu-nav #top-menu > li.current-menu-ancestor > a:before,
#top-menu-nav #top-menu > li.current-menu-item > a:before {
  background: #FA6400 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 5px;
  left: -15px;
  opacity: 1;
  position: absolute;
  right: -15px;
}

#top-menu-nav #top-menu li.mega-menu ul li {
  padding: 0 !important;
}

#top-menu-nav #top-menu li.mega-menu ul li a {
  color: #4d4d4d !important;
  font-family: 'KnowledgeRegular',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  padding: 13px 18px !important;
  cursor: pointer !important;
  margin-top: 0;
}

#top-menu-nav #top-menu li.mega-menu ul li a:hover {
  text-decoration: underline !important;
}

#top-menu-nav #top-menu li.mega-menu ul li.mega-menu-title > a {
  color: #FA6400 !important;
}

#page-container #main-header .et_mobile_menu {
  padding: 0;
}

#page-container .et_mobile_menu li a,
#page-container .nav li li a {
  font-size: 16px;
}

#page-container .et_mobile_menu li a {
  padding: 15px 30px;
}

#page-container .et_mobile_menu .sub-menu a {
  padding: 10px 30px;
  font-size: 14px;
}

#page-container .et_mobile_menu li a:hover,
#page-container .nav ul li a:hover {
  color: #FA6400;
}

#et_mobile_nav_menu .wpml-ls-current-language:before {
  left: 30px !important;
  top: 17px !important;
}

#et_mobile_nav_menu .wpml-ls-current-language a {
  padding-left: 58px !important;
}

.et_mobile_menu li li {
  padding: 0 !important;
}

#main-header .et_mobile_menu li ul,
.et_pb_fullwidth_menu .et_mobile_menu li ul,
.et_pb_menu .et_mobile_menu li ul {
  padding-left: 0 !important;
}

#page-container #main-header .et_mobile_menu .menu-item-has-children > a:after {
  top: 15px;
  right: 30px;
}

#page-container #et-secondary-nav .et_mobile_menu > li:last-of-type a {
  background-color: #FA6400;
  color: #ffffff;
  text-align: center;
}

.dica_divi_carouselitem img {
  max-height: 60px;
}

.top-left-menu {
  margin-top: 10px;
}

@media only screen and (max-width: 980px) {
  .mobile_middle-outside .swiper-button-prev {
    transform: translateX(-75%) !important;
  }
}

@media only screen and (max-width: 980px) {
  .mobile_middle-outside .swiper-button-next {
    transform: translateX(75%) !important;
  }
}

.et-fixed-header .sitetitle {
  margin: 0 !important;
}

.single-plus .container {
  padding-top: 0 !important;
}

.single-best .et_pb_section_first {
  padding-top: 0 !important;
}

.single-best .heateor_sss_sharing_ul {
  margin-left: -10px !important;
  margin-top: -10px !important;
}

.single-best .heateor_sss_sharing_ul li {
  margin-right: 10px !important;
}

.single-best .heateorSssSharing {
  background-color: transparent !important;
}

.single-best .heateorSssFacebookSvg {
  background: url("../../images/icon-facebook-dark.svg") no-repeat center center;
}

.single-best .heateorSssTwitterSvg {
  background: url("../../images/icon-twitter-dark.svg") no-repeat center center;
}

.single-best .heateorSssLinkedinSvg {
  background: url("../../images/icon-linkedin-dark.svg") no-repeat center center;
}

.single-best .heateorSssEmailSvg {
  background: url("../../images/icon-mail-dark.svg") no-repeat center center;
}

.et_pb_fullwidth_menu .et_pb_row {
  max-width: none !important;
}

#top-menu li.mega-menu.mega-menu-parent-3 > ul > li {
  width: 48% !important;
}

.top-left-menu ul li {
  position: relative;
}

.top-left-menu ul li a {
  display: inline-block;
  padding-bottom: 10px;
}

#menu-header-left-menu .menu-item-has-children.dropdown-active .sub-menu {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

#menu-header-left-menu .menu-item-has-children.dropdown-active:after {
  transform: rotate(180deg);
}

#menu-header-left-menu .menu-item-has-children {
  position: relative;
  padding-right: 15px;
}

#menu-header-left-menu .menu-item-has-children:after {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  width: 8px;
  height: 8px;
  background-image: url("../../images/icon-dropdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-out;
}

#menu-header-left-menu .sub-menu {
  width: 150px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  border-top: 4px solid #FA6400;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-out;
  visibility: hidden;
}

#menu-header-left-menu .sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
}

#menu-header-left-menu .sub-menu li a {
  display: block;
  padding: 10px 15px;
}

.nav li.et-reverse-direction-nav li ul {
  right: auto !important;
}

.sub-menu .menu-item-has-children > a {
  color: inherit !important;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif !important;
  margin-top: 10px;
}

.sub-menu .current-menu-item a {
  color: #FA6400 !important;
}

#top-header .container,
.et_menu_container {
  width: 90% !important;
  max-width: 90% !important;
}

.et_pb_menu_0 .mobile_nav .mobile_menu_bar:before {
  color: #262626 !important;
}

.et_pb_row--with-menu {
  z-index: 99 !important;
}

#main-footer .et_pb_section_12.et_pb_section {
  background-color: #262626 !important;
}

#et-footer-nav {
  display: flex;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

#et-footer-nav .container {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 980px) {
  #et-footer-nav .container {
    flex-direction: column;
  }
}

.rts-footer__nav {
  width: 33.33%;
  -ms-grid-row-align: center;
  align-self: center;
}

@media only screen and (max-width: 980px) {
  .rts-footer__nav {
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .rts-footer__nav .menu {
    width: 100%;
  }
}

.rts-footer__nav .menu li {
  line-height: normal;
}

.rts-footer__nav .menu li a {
  display: inline-block;
  margin-bottom: 15px;
}

.rts-footer__nav a {
  color: #bbb;
  font-size: 13px;
  transition: all 0.2s ease-out;
}

.rts-footer__nav a:hover {
  color: #ffffff;
}

.rts-footer__main {
  display: flex;
  width: 33.33%;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 980px) {
  .rts-footer__main {
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .rts-footer__main .footer_image {
    display: block;
    margin: 0 auto 40px !important;
  }
}

@media only screen and (max-width: 980px) {
  .rts-footer__main .rts-footer__image-container {
    width: 100%;
  }
}

.rts-footer__social {
  width: 33.33%;
  max-width: 300px;
}

@media only screen and (max-width: 980px) {
  .rts-footer__social {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    max-width: none;
  }
}

.rts-footer__social-title {
  font-size: 16px;
  color: #ffffff;
}

.rts-footer__social-block {
  display: flex;
  flex-wrap: wrap;
}

.rts-footer__social-link {
  display: block;
  width: 50%;
  color: #bbb;
  transition: all 0.2s ease-out;
  font-size: 13px;
  margin-bottom: 5px;
}

.rts-footer__social-link img {
  vertical-align: middle;
  margin-right: 10px;
}

.rts-footer__social-link:hover {
  color: #ffffff;
}

.rts-footer-top {
  display: flex;
  flex-direction: row;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .rts-footer-top .et_pb_column_1_2 {
    max-width: none !important;
  }
}

@media only screen and (max-width: 980px) {
  .rts-footer-top .et-last-child {
    padding: 30px !important;
  }
}

.rts-footer-top .elq-form {
  max-width: 600px;
}

@media only screen and (max-width: 980px) {
  .rts-footer-top .elq-form {
    margin: 0 auto;
  }
}

.rts-footer-top .et_pb_module {
  max-width: 600px;
}

@media only screen and (max-width: 980px) {
  .rts-footer-top .et_pb_module {
    margin: 0 auto;
  }
}

.rts-footer-top .rts-latest-tweets {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media only screen and (max-width: 980px) {
  .rts-footer-top .rts-latest-tweets {
    align-items: center;
  }
}

.rts-footer-top .rts-latest-tweets h3 {
  max-width: 600px;
  text-align: left;
  display: block;
  width: 100%;
}

.rts-footer-top .rts-latest-tweets__scroll {
  max-width: 600px;
}

@media only screen and (max-width: 980px) {
  .rts-footer-top {
    flex-direction: column;
  }
}

.rts-footer-top__column {
  width: 50%;
}

@media only screen and (max-width: 980px) {
  .rts-footer-top__column {
    width: 100%;
  }
}

.rts-footer-top .et_pb_equal_columns {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .rts-footer-top .et_pb_equal_columns .et_pb_column:nth-of-type(1) {
    order: 2 !important;
  }
  .rts-footer-top .et_pb_equal_columns .et_pb_column:nth-of-type(2) {
    order: 1 !important;
  }
}

@media only screen and (max-width: 600px) {
  .rts-footer-top .et_pb_section .et_pb_column:nth-of-type(2) {
    padding: 40px !important;
  }
}

#menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#menu-footer-menu li {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-main-area #main-content .rts-footer-top .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.e-select {
  display: inline-block;
  position: relative;
  min-width: 280px;
  max-width: 100%;
  text-align: left;
  z-index: 9;
}

.e-select:hover {
  cursor: pointer;
}

.e-select--active {
  z-index: 99999;
}

.e-select--active .e-select__menu {
  z-index: 999999;
  opacity: 1;
  top: 110%;
  max-height: none;
  visibility: visible;
}

.e-select--active .e-select__title:after {
  transform: rotate(180deg);
}

.e-select__title {
  border: 1px solid #dedddd;
  background-color: #ffffff;
  padding: 5px 15px;
  font-size: 16px;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
  position: relative;
  padding-right: 40px;
  line-height: 1.6;
}

.e-select__title:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 17px;
  width: 14px;
  height: 8px;
  background-image: url("../../images/icon-dropdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-out;
}

.e-select__menu {
  border: 1px solid #dedddd;
  background-color: #ffffff;
  padding: 10px 20px;
  z-index: -1;
  opacity: 0;
  max-height: 2px;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 100%;
  width: 100%;
  visibility: hidden;
}

.e-select__menu a {
  display: block;
  font-size: 16px;
  transition: all 0.2s ease-out;
}

.e-select__menu a:hover {
  color: #FA6400;
}

.et_pb_column_1_3 .e-select {
  display: block;
  width: 70%;
  margin: 0 auto 40px !important;
}

@media only screen and (max-width: 1200px) {
  .et_pb_column_1_3 .e-select {
    width: 90%;
    min-width: 0;
    max-width: 100%;
  }
}

.elq-form .elq-required {
  color: red !important;
  display: inline;
  float: none;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.elq-form .elq-label {
  display: inline-block;
  max-width: 100%;
  font-weight: 400;
  box-sizing: border-box;
  margin-bottom: 0;
}

.elq-form .elq-label-top {
  padding-bottom: 3px;
}

.elq-form .elq-item-label {
  max-width: 100%;
  font-weight: 400;
  box-sizing: border-box;
}

.elq-form .list-order {
  margin-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.elq-form .one-column {
  width: 100%;
  clear: both;
}

.elq-form .two-column {
  float: left;
  width: 38%;
}

.elq-form .three-column {
  float: left;
  width: 30%;
}

.elq-form .elq-item-textarea {
  resize: vertical;
  min-height: 48px;
  max-height: 360px;
  box-sizing: border-box;
}

.elq-form .elq-item-input, .elq-form .elq-item-select, .elq-form .elq-item-textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font: inherit;
  margin: 0;
}

.elq-form .elq-item-select {
  text-transform: none;
}

.elq-form .row.single-checkbox-row {
  margin-left: 0;
}

.elq-form .elq-field-style {
  padding-bottom: 10px;
}

.elq-form .elq-field-style input[type=submit] {
  -webkit-appearance: square-button;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.elq-form .loader {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

.elq-form input[type=checkbox], .elq-form input[type=radio] {
  margin: 0;
}

.elq-form .list-order input[type=radio] {
  margin-left: 1px;
}

.elq-form *, .elq-form :after, .elq-form :before {
  box-sizing: border-box;
}

.elq-form html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

.elq-form body {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}

.elq-form button, .elq-form input, .elq-form select, .elq-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.elq-form a {
  color: #337ab7;
  text-decoration: none;
}

.elq-form a:focus, .elq-form a:hover {
  color: #23527c;
  text-decoration: underline;
}

.elq-form a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.elq-form figure {
  margin: 0;
}

.elq-form img {
  vertical-align: middle;
}

.elq-form .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.elq-form .img-rounded {
  border-radius: 6px;
}

.elq-form .img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.elq-form .img-circle {
  border-radius: 50%;
}

.elq-form hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.elq-form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.elq-form .sr-only-focusable:active, .elq-form .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.elq-form [role=button] {
  cursor: pointer;
}

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

.elq-form .container:after, .elq-form .container:before {
  content: " ";
  display: table;
}

.elq-form .container:after {
  clear: both;
}

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

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

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

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

.elq-form .container-fluid:after, .elq-form .container-fluid:before {
  content: " ";
  display: table;
}

.elq-form .container-fluid:after {
  clear: both;
}

.elq-form .row {
  margin-left: -15px;
  margin-right: -15px;
}

.elq-form .row:after, .elq-form .row:before {
  content: " ";
  display: table;
}

.elq-form .row:after {
  clear: both;
}

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

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

.elq-form .col-xs-1 {
  width: 8.33333%;
}

.elq-form .col-xs-2 {
  width: 16.66667%;
}

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

.elq-form .col-xs-4 {
  width: 33.33333%;
}

.elq-form .col-xs-5 {
  width: 41.66667%;
}

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

.elq-form .col-xs-7 {
  width: 58.33333%;
}

.elq-form .col-xs-8 {
  width: 66.66667%;
}

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

.elq-form .col-xs-10 {
  width: 83.33333%;
}

.elq-form .col-xs-11 {
  width: 91.66667%;
}

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

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

.elq-form .col-xs-pull-1 {
  right: 8.33333%;
}

.elq-form .col-xs-pull-2 {
  right: 16.66667%;
}

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

.elq-form .col-xs-pull-4 {
  right: 33.33333%;
}

.elq-form .col-xs-pull-5 {
  right: 41.66667%;
}

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

.elq-form .col-xs-pull-7 {
  right: 58.33333%;
}

.elq-form .col-xs-pull-8 {
  right: 66.66667%;
}

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

.elq-form .col-xs-pull-10 {
  right: 83.33333%;
}

.elq-form .col-xs-pull-11 {
  right: 91.66667%;
}

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

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

.elq-form .col-xs-push-1 {
  left: 8.33333%;
}

.elq-form .col-xs-push-2 {
  left: 16.66667%;
}

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

.elq-form .col-xs-push-4 {
  left: 33.33333%;
}

.elq-form .col-xs-push-5 {
  left: 41.66667%;
}

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

.elq-form .col-xs-push-7 {
  left: 58.33333%;
}

.elq-form .col-xs-push-8 {
  left: 66.66667%;
}

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

.elq-form .col-xs-push-10 {
  left: 83.33333%;
}

.elq-form .col-xs-push-11 {
  left: 91.66667%;
}

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

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

.elq-form .col-xs-offset-1 {
  margin-left: 8.33333%;
}

.elq-form .col-xs-offset-2 {
  margin-left: 16.66667%;
}

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

.elq-form .col-xs-offset-4 {
  margin-left: 33.33333%;
}

.elq-form .col-xs-offset-5 {
  margin-left: 41.66667%;
}

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

.elq-form .col-xs-offset-7 {
  margin-left: 58.33333%;
}

.elq-form .col-xs-offset-8 {
  margin-left: 66.66667%;
}

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

.elq-form .col-xs-offset-10 {
  margin-left: 83.33333%;
}

.elq-form .col-xs-offset-11 {
  margin-left: 91.66667%;
}

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

@media (min-width: 768px) {
  .elq-form .col-sm-1, .elq-form .col-sm-2, .elq-form .col-sm-3, .elq-form .col-sm-4, .elq-form .col-sm-5, .elq-form .col-sm-6, .elq-form .col-sm-7, .elq-form .col-sm-8, .elq-form .col-sm-9, .elq-form .col-sm-10, .elq-form .col-sm-11, .elq-form .col-sm-12 {
    float: left;
  }
  .elq-form .col-sm-1 {
    width: 8.33333%;
  }
  .elq-form .col-sm-2 {
    width: 16.66667%;
  }
  .elq-form .col-sm-3 {
    width: 25%;
  }
  .elq-form .col-sm-4 {
    width: 33.33333%;
  }
  .elq-form .col-sm-5 {
    width: 41.66667%;
  }
  .elq-form .col-sm-6 {
    width: 50%;
  }
  .elq-form .col-sm-7 {
    width: 58.33333%;
  }
  .elq-form .col-sm-8 {
    width: 66.66667%;
  }
  .elq-form .col-sm-9 {
    width: 75%;
  }
  .elq-form .col-sm-10 {
    width: 83.33333%;
  }
  .elq-form .col-sm-11 {
    width: 91.66667%;
  }
  .elq-form .col-sm-12 {
    width: 100%;
  }
  .elq-form .col-sm-pull-0 {
    right: auto;
  }
  .elq-form .col-sm-pull-1 {
    right: 8.33333%;
  }
  .elq-form .col-sm-pull-2 {
    right: 16.66667%;
  }
  .elq-form .col-sm-pull-3 {
    right: 25%;
  }
  .elq-form .col-sm-pull-4 {
    right: 33.33333%;
  }
  .elq-form .col-sm-pull-5 {
    right: 41.66667%;
  }
  .elq-form .col-sm-pull-6 {
    right: 50%;
  }
  .elq-form .col-sm-pull-7 {
    right: 58.33333%;
  }
  .elq-form .col-sm-pull-8 {
    right: 66.66667%;
  }
  .elq-form .col-sm-pull-9 {
    right: 75%;
  }
  .elq-form .col-sm-pull-10 {
    right: 83.33333%;
  }
  .elq-form .col-sm-pull-11 {
    right: 91.66667%;
  }
  .elq-form .col-sm-pull-12 {
    right: 100%;
  }
  .elq-form .col-sm-push-0 {
    left: auto;
  }
  .elq-form .col-sm-push-1 {
    left: 8.33333%;
  }
  .elq-form .col-sm-push-2 {
    left: 16.66667%;
  }
  .elq-form .col-sm-push-3 {
    left: 25%;
  }
  .elq-form .col-sm-push-4 {
    left: 33.33333%;
  }
  .elq-form .col-sm-push-5 {
    left: 41.66667%;
  }
  .elq-form .col-sm-push-6 {
    left: 50%;
  }
  .elq-form .col-sm-push-7 {
    left: 58.33333%;
  }
  .elq-form .col-sm-push-8 {
    left: 66.66667%;
  }
  .elq-form .col-sm-push-9 {
    left: 75%;
  }
  .elq-form .col-sm-push-10 {
    left: 83.33333%;
  }
  .elq-form .col-sm-push-11 {
    left: 91.66667%;
  }
  .elq-form .col-sm-push-12 {
    left: 100%;
  }
  .elq-form .col-sm-offset-0 {
    margin-left: 0;
  }
  .elq-form .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .elq-form .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .elq-form .col-sm-offset-3 {
    margin-left: 25%;
  }
  .elq-form .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .elq-form .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .elq-form .col-sm-offset-6 {
    margin-left: 50%;
  }
  .elq-form .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .elq-form .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .elq-form .col-sm-offset-9 {
    margin-left: 75%;
  }
  .elq-form .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .elq-form .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .elq-form .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .elq-form .col-md-1, .elq-form .col-md-2, .elq-form .col-md-3, .elq-form .col-md-4, .elq-form .col-md-5, .elq-form .col-md-6, .elq-form .col-md-7, .elq-form .col-md-8, .elq-form .col-md-9, .elq-form .col-md-10, .elq-form .col-md-11, .elq-form .col-md-12 {
    float: left;
  }
  .elq-form .col-md-1 {
    width: 8.33333%;
  }
  .elq-form .col-md-2 {
    width: 16.66667%;
  }
  .elq-form .col-md-3 {
    width: 25%;
  }
  .elq-form .col-md-4 {
    width: 33.33333%;
  }
  .elq-form .col-md-5 {
    width: 41.66667%;
  }
  .elq-form .col-md-6 {
    width: 50%;
  }
  .elq-form .col-md-7 {
    width: 58.33333%;
  }
  .elq-form .col-md-8 {
    width: 66.66667%;
  }
  .elq-form .col-md-9 {
    width: 75%;
  }
  .elq-form .col-md-10 {
    width: 83.33333%;
  }
  .elq-form .col-md-11 {
    width: 91.66667%;
  }
  .elq-form .col-md-12 {
    width: 100%;
  }
  .elq-form .col-md-pull-0 {
    right: auto;
  }
  .elq-form .col-md-pull-1 {
    right: 8.33333%;
  }
  .elq-form .col-md-pull-2 {
    right: 16.66667%;
  }
  .elq-form .col-md-pull-3 {
    right: 25%;
  }
  .elq-form .col-md-pull-4 {
    right: 33.33333%;
  }
  .elq-form .col-md-pull-5 {
    right: 41.66667%;
  }
  .elq-form .col-md-pull-6 {
    right: 50%;
  }
  .elq-form .col-md-pull-7 {
    right: 58.33333%;
  }
  .elq-form .col-md-pull-8 {
    right: 66.66667%;
  }
  .elq-form .col-md-pull-9 {
    right: 75%;
  }
  .elq-form .col-md-pull-10 {
    right: 83.33333%;
  }
  .elq-form .col-md-pull-11 {
    right: 91.66667%;
  }
  .elq-form .col-md-pull-12 {
    right: 100%;
  }
  .elq-form .col-md-push-0 {
    left: auto;
  }
  .elq-form .col-md-push-1 {
    left: 8.33333%;
  }
  .elq-form .col-md-push-2 {
    left: 16.66667%;
  }
  .elq-form .col-md-push-3 {
    left: 25%;
  }
  .elq-form .col-md-push-4 {
    left: 33.33333%;
  }
  .elq-form .col-md-push-5 {
    left: 41.66667%;
  }
  .elq-form .col-md-push-6 {
    left: 50%;
  }
  .elq-form .col-md-push-7 {
    left: 58.33333%;
  }
  .elq-form .col-md-push-8 {
    left: 66.66667%;
  }
  .elq-form .col-md-push-9 {
    left: 75%;
  }
  .elq-form .col-md-push-10 {
    left: 83.33333%;
  }
  .elq-form .col-md-push-11 {
    left: 91.66667%;
  }
  .elq-form .col-md-push-12 {
    left: 100%;
  }
  .elq-form .col-md-offset-0 {
    margin-left: 0;
  }
  .elq-form .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .elq-form .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .elq-form .col-md-offset-3 {
    margin-left: 25%;
  }
  .elq-form .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .elq-form .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .elq-form .col-md-offset-6 {
    margin-left: 50%;
  }
  .elq-form .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .elq-form .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .elq-form .col-md-offset-9 {
    margin-left: 75%;
  }
  .elq-form .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .elq-form .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .elq-form .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .elq-form .col-lg-1, .elq-form .col-lg-2, .elq-form .col-lg-3, .elq-form .col-lg-4, .elq-form .col-lg-5, .elq-form .col-lg-6, .elq-form .col-lg-7, .elq-form .col-lg-8, .elq-form .col-lg-9, .elq-form .col-lg-10, .elq-form .col-lg-11, .elq-form .col-lg-12 {
    float: left;
  }
  .elq-form .col-lg-1 {
    width: 8.33333%;
  }
  .elq-form .col-lg-2 {
    width: 16.66667%;
  }
  .elq-form .col-lg-3 {
    width: 25%;
  }
  .elq-form .col-lg-4 {
    width: 33.33333%;
  }
  .elq-form .col-lg-5 {
    width: 41.66667%;
  }
  .elq-form .col-lg-6 {
    width: 50%;
  }
  .elq-form .col-lg-7 {
    width: 58.33333%;
  }
  .elq-form .col-lg-8 {
    width: 66.66667%;
  }
  .elq-form .col-lg-9 {
    width: 75%;
  }
  .elq-form .col-lg-10 {
    width: 83.33333%;
  }
  .elq-form .col-lg-11 {
    width: 91.66667%;
  }
  .elq-form .col-lg-12 {
    width: 100%;
  }
  .elq-form .col-lg-pull-0 {
    right: auto;
  }
  .elq-form .col-lg-pull-1 {
    right: 8.33333%;
  }
  .elq-form .col-lg-pull-2 {
    right: 16.66667%;
  }
  .elq-form .col-lg-pull-3 {
    right: 25%;
  }
  .elq-form .col-lg-pull-4 {
    right: 33.33333%;
  }
  .elq-form .col-lg-pull-5 {
    right: 41.66667%;
  }
  .elq-form .col-lg-pull-6 {
    right: 50%;
  }
  .elq-form .col-lg-pull-7 {
    right: 58.33333%;
  }
  .elq-form .col-lg-pull-8 {
    right: 66.66667%;
  }
  .elq-form .col-lg-pull-9 {
    right: 75%;
  }
  .elq-form .col-lg-pull-10 {
    right: 83.33333%;
  }
  .elq-form .col-lg-pull-11 {
    right: 91.66667%;
  }
  .elq-form .col-lg-pull-12 {
    right: 100%;
  }
  .elq-form .col-lg-push-0 {
    left: auto;
  }
  .elq-form .col-lg-push-1 {
    left: 8.33333%;
  }
  .elq-form .col-lg-push-2 {
    left: 16.66667%;
  }
  .elq-form .col-lg-push-3 {
    left: 25%;
  }
  .elq-form .col-lg-push-4 {
    left: 33.33333%;
  }
  .elq-form .col-lg-push-5 {
    left: 41.66667%;
  }
  .elq-form .col-lg-push-6 {
    left: 50%;
  }
  .elq-form .col-lg-push-7 {
    left: 58.33333%;
  }
  .elq-form .col-lg-push-8 {
    left: 66.66667%;
  }
  .elq-form .col-lg-push-9 {
    left: 75%;
  }
  .elq-form .col-lg-push-10 {
    left: 83.33333%;
  }
  .elq-form .col-lg-push-11 {
    left: 91.66667%;
  }
  .elq-form .col-lg-push-12 {
    left: 100%;
  }
  .elq-form .col-lg-offset-0 {
    margin-left: 0;
  }
  .elq-form .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .elq-form .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .elq-form .col-lg-offset-3 {
    margin-left: 25%;
  }
  .elq-form .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .elq-form .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .elq-form .col-lg-offset-6 {
    margin-left: 50%;
  }
  .elq-form .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .elq-form .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .elq-form .col-lg-offset-9 {
    margin-left: 75%;
  }
  .elq-form .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .elq-form .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .elq-form .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.elq-form .row {
  display: inherit;
}

.LV_invalid_field, input.LV_invalid_field:active, input.LV_invalid_field:hover, textarea.LV_invalid_field:active, textarea.LV_invalid_field:hover {
  outline: 1px solid #c00;
}

.LV_validation_message {
  font-weight: 700;
  margin: 0 0 0 5px;
}

.LV_valid {
  display: none;
}

.LV_invalid {
  color: #c00;
  font-size: 10px;
}

.submit-button-style {
  padding: 7px 20px;
  border: 1px solid #979797;
  border-radius: 3px;
  background-color: #fff;
  color: #4a4a4a;
  cursor: pointer;
}

.checkbox-aligned {
  margin-left: 5px;
  display: inline;
}

.form-element-layout {
  padding: 5px 10px;
}

.form-element-instruction {
  font-size: 10px;
}

.form-element-form-text {
  margin: 0;
}

.form-field-visible-xs-block {
  display: none;
}

.elq-form-design-field .list-order input[type=radio] {
  margin-left: 1px;
}

@media (max-width: 767px) {
  .form-field-visible-xs-block {
    display: block;
  }
}

.form-field-hidden-xs {
  display: block;
}

@media (max-width: 767px) {
  .form-field-hidden-xs {
    display: none;
  }
}

.form-row {
  display: flex;
  width: 100%;
}

.form-row__column {
  width: 50%;
}

.form-row__column:first-of-type {
  background-color: #FA6400;
}

.form-row__column:last-of-type {
  background-color: #262626;
}

.form-row__column:last-of-type label {
  color: #ffffff;
}

[data-active-slide="1"] .elq-step-form__button--previous {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

[data-active-slide="3"] .elq-step-form__button--next {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

[name="long-form-alternate"] [data-active-slide="2"] .elq-step-form__button--next {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

[name="long-form"] [data-active-slide="2"] .elq-step-form__button--next {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

[name="long-form-professional"] [data-active-slide="2"] .elq-step-form__button--next {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

[name="contact-us-form"] [data-active-slide="2"] .elq-step-form__button--next {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.elq-form input[type=text],
.elq-form textarea,
.elq-form select {
  width: 100%;
  border-radius: 0 !important;
}

.elq-form select[multiple] {
  height: 140px !important;
}

.elq-form textarea {
  padding-left: 15px;
  padding-right: 15px;
  height: 100px;
}

.elq-form label {
  font-weight: bold;
  font-size: 12px;
}

.elq-form .layout {
  padding-left: 0;
  padding-right: 0;
}

.elq-form .elq-field-style input[type=submit] {
  background-color: #4D4D4D;
  color: #ffffff;
  font-weight: bold;
  border: none !important;
  font-size: 18px;
  transition: all 0.2s ease-out;
  height: auto !important;
  padding: 10px 15px;
  position: relative;
  z-index: 99;
}

.elq-form .elq-field-style input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.LV_validation_message {
  font-size: 14px;
}

.row-flex {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .row-flex {
    flex-direction: column;
  }
}

.row-flex.row-flex--three > .row {
  width: 31%;
}

@media only screen and (max-width: 1200px) {
  .row-flex.row-flex--three > .row {
    width: 100%;
  }
}

.row-flex.row-flex--three > .row .form-element-layout {
  width: 100%;
}

.row-flex > .row {
  width: 48%;
}

@media only screen and (max-width: 1200px) {
  .row-flex > .row {
    width: 100%;
  }
}

.row-flex > .row .form-element-layout {
  width: 100%;
}

.row-flex .row {
  margin-left: 0;
  margin-right: 0;
}

.row-flex .row .layout-col {
  padding-left: 0;
  padding-right: 0;
}

.row-flex .row [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.form-theme-light label {
  color: #ffffff;
}

.form-theme-light input[type=text],
.form-theme-light input[type=email],
.form-theme-light textarea {
  color: #262626 !important;
}

.form-theme-light select {
  color: #262626 !important;
}

.form-theme-light .elq-required {
  color: #fff !important;
}

.form-theme-light .small-label a {
  color: #fff !important;
}

.form-theme-light .small-label a:hover {
  color: #eee !important;
}

.form-theme-dark label {
  color: #262626;
}

.form-theme-dark input[type=text],
.form-theme-dark input[type=email],
.form-theme-dark textarea {
  color: #262626 !important;
}

.form-theme-dark select {
  color: #262626 !important;
}

.form-theme-dark .elq-step-form__button--previous {
  background-color: rgba(38, 38, 38, 0.5);
}

.grid-layout-col {
  width: 100%;
}

.layout-col {
  width: 100%;
}

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

.elq-short-form .submit-button-style {
  align-self: flex-end;
}

.elq-short-form .row-submit {
  align-self: flex-end;
  justify-content: flex-end;
}

.elq-step-form__controls {
  position: relative;
  z-index: 99;
}

#form19 #optInLabel {
  padding-top: 10px;
}

#optInLabel {
  padding-top: 30px;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-out;
  margin-bottom: 20px;
}

#optInLabel.label-active {
  position: relative;
  top: auto;
  z-index: 9;
  opacity: 1;
}

.small-label {
  display: block;
  line-height: 1.3;
  font-weight: normal !important;
  margin-bottom: 20px;
  margin-top: 20px;
}

.small-label a {
  color: #FA6400;
  text-decoration: underline;
}

#privacy {
  margin-top: 30px;
  transition: all 0.2s ease-out;
  opacity: 1;
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
}

#privacy.label-deactivate {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
}

#confirmOptIn {
  position: relative;
  padding-left: 30px;
  display: block;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 20px;
}

#confirmOptIn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #D0D0D0;
  transition: all 0.2s ease-out;
}

input[name="confirmOptIn"]:checked + #confirmOptIn::before {
  background-color: #262626;
  background-image: url("../../images/icon-tick-white.svg");
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

.list-order--select label {
  height: 39px;
  background-color: #ffffff;
  width: 100%;
  padding-left: 15px !important;
  font-size: 18px;
  line-height: 36px;
  display: block !important;
  color: #000;
  cursor: pointer;
  border: 1px solid #D0D0D0;
}

.list-order-menu {
  border: 1px solid #D0D0D0;
}

.field-control-wrapper {
  position: relative;
}

.list-order-menu {
  visibility: hidden;
  transition: all 0.2s ease-out;
  opacity: 0;
  position: absolute;
  top: 38px;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.list-order-menu.list-order-menu--active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  position: absolute;
}

.list-order-menu label {
  display: block;
  padding: 5px 15px;
  color: #000;
  position: relative;
  padding-left: 40px;
  background-color: #fff;
}

.list-order-menu label:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  position: absolute;
  top: 14px;
  left: 12px;
}

input[type=checkbox]:checked + .checkbox-aligned::before {
  background-color: #262626;
  background-image: url("../../images/icon-tick-white.svg");
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

.full-width-subscribe {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.full-width-subscribe .rts-subscribe-block {
  padding: 0 !important;
  background: transparent !important;
  margin-top: 0 !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}

.full-width-subscribe .extra-privacy {
  display: block !important;
}

.full-width-subscribe .layout {
  display: flex;
}

@media only screen and (max-width: 920px) {
  .full-width-subscribe .layout {
    flex-direction: column;
  }
}

.full-width-subscribe .row-submit {
  display: none;
}

.full-width-subscribe .row-fields {
  flex: 1 1 40%;
}

.full-width-subscribe .row-captcha {
  flex: 1 1 60%;
}

.full-width-subscribe .row-captcha-elements {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  flex-direction: row;
  align-items: center;
  text-align: right;
}

@media only screen and (max-width: 920px) {
  .full-width-subscribe .row-captcha-elements {
    text-align: left;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 600px) {
  .full-width-subscribe .row-captcha-elements {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

.full-width-subscribe .row-captcha-elements > div {
  width: auto;
}

.full-width-subscribe .row-captcha-elements #privacy {
  margin-top: -10px !important;
}

.full-width-subscribe .row-captcha-elements .captcha-container {
  width: 320px;
}

.IN-widget {
  height: 80px;
  overflow: hidden;
}

.elq-step-form__slider {
  width: 100%;
  position: relative;
  transition: all 0.2s ease-out;
}

.elq-step-form__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  transition: all 0.2s ease-out;
}

.elq-step-form__slide--active {
  opacity: 1;
  z-index: 1;
}

.elq-step-form__controls {
  margin-top: 60px !important;
  margin-bottom: 20px !important;
}

.elq-step-form__button {
  border: none;
  padding: 10px 20px !important;
  border-radius: 50px;
  font-weight: bold;
  line-height: normal;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.elq-step-form__button:hover {
  background-color: #c75000;
}

.elq-step-form__button--next {
  background-color: #FA6400;
  color: #fff;
}

.elq-step-form__button--previous {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.elq-step-form__dots {
  display: flex;
  justify-content: center;
}

.elq-step-form__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.elq-step-form__dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #adadad;
  border-radius: 50%;
  margin-right: 10px !important;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.elq-step-form__dot:last-of-type {
  margin-right: 0;
}

.elq-step-form__dot--active {
  background-color: #FA6400;
  transform: scale(1.3);
}

.dynamic-filters {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #F7F7F7;
  padding: 40px;
}

.dynamic-filters__search {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.dynamic-filters__search input[type=search] {
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  border: 1px solid #dedddd;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.dynamic-filters__dropdown-placeholder {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
}

.dynamic-filters__dropdown {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.dynamic-filters__dropdown label {
  width: 100%;
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 35px;
}

.dynamic-filters__dropdown label:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dedddd;
  background-color: #ffffff;
  border-radius: 3px;
  transition: all 0.2s ease-out;
}

.dynamic-filters__dropdown input[type=checkbox] {
  position: absolute;
  left: -999999999px;
  opacity: 0;
  z-index: -1;
}

.dynamic-filters__dropdown input[type=checkbox]:checked + label::before {
  background-color: #262626;
  background-image: url("../../images/icon-tick-white.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.dynamic-filters .e-select {
  min-width: 100% !important;
}

.dynamic-filters .e-button {
  margin-left: 10px;
}

.searchandfilter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #F7F7F7;
  padding: 20px;
  transition: height 0.3s ease-out;
  height: auto;
}

.searchandfilter.expanded {
  height: auto;
}

@media only screen and (max-width: 980px) {
  .searchandfilter {
    padding: 20px;
    flex-direction: row;
    width: 100vw;
    margin-left: -10vw;
  }
}

.searchandfilter > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding: 0;
}

@media only screen and (max-width: 980px) {
  .searchandfilter > ul {
    flex-direction: column;
  }
}

@media only screen and (max-width: 980px) {
  .searchandfilter > ul li {
    flex: 1 0 50%;
  }
}

.searchandfilter .collapse-list-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.searchandfilter .sf-field-search {
  padding-left: 10px !important;
  padding-right: 10px !important;
  display: flex;
  width: 100%;
  flex-direction: row;
}

@media only screen and (max-width: 600px) {
  .searchandfilter .sf-field-search {
    flex-direction: column;
  }
}

.searchandfilter .sf-field-search label {
  width: 75%;
}

@media only screen and (max-width: 600px) {
  .searchandfilter .sf-field-search label {
    width: 100%;
  }
}

.searchandfilter .sf-field-search input {
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  border: 1px solid #dedddd;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.results-feed {
  display: flex;
}

.results-feed__item {
  width: 25%;
}

.pagination {
  display: inline-block;
  float: none;
}

.found-results {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-family: 'KnowledgeMedium', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
  .found-results {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .found-results__column:nth-of-type(1) {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }
  .found-results__column:nth-of-type(2) {
    order: 1;
    width: 100%;
  }
  .found-results__column:nth-of-type(3) {
    order: 2;
    width: 100%;
  }
}

.nav-previous {
  margin-right: 15px;
}

.sf-field-reset {
  width: 25%;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.search-filter-reset {
  width: 100%;
  background-color: transparent;
  display: block;
  color: #484848;
  text-align: center;
  font-size: 14px;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  padding: 10px 20px;
  border: 1px solid #484848;
  transition: all 0.2s ease-out;
}

.search-filter-reset:hover {
  background-color: #484848;
  color: #ffffff;
}

[data-sf-field-type=taxonomy] {
  width: 25%;
  padding-left: 10px !important;
  padding-right: 10px !important;
  position: relative;
}

[data-sf-field-type=taxonomy].dropdown-active ul {
  opacity: 1;
  z-index: 9;
  max-height: 300px;
  overflow: scroll;
}

[data-sf-field-type=taxonomy] ul {
  position: absolute;
  top: 53px;
  left: 10px;
  right: 10px;
  opacity: 0;
  transition: all 0.2s ease-out;
  z-index: -1;
}

[data-sf-field-type=taxonomy] ul li {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

[data-sf-field-input-type=checkbox] h4 {
  background-color: #ffffff;
  width: 100%;
  min-height: 44px;
  height: auto;
  background-color: #ffffff;
  border: 1px solid #dedddd;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  cursor: pointer;
}

[data-sf-field-input-type=checkbox] h4:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 17px;
  width: 14px;
  height: 8px;
  background-image: url("../../images/icon-dropdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-out;
}

[data-sf-field-input-type=checkbox] ul {
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #dedddd;
}

[data-sf-field-input-type=checkbox] ul label {
  font-size: 14px;
}

#dynamic-search-feed.rts-dynamic-row__feed {
  flex-wrap: wrap;
  padding-left: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
}

#dynamic-search-feed .rts-dynamic-row__card {
  flex: 0 0 24% !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

li.dropdown-active h4:after {
  transform: rotate(180deg);
}

.dica_divi_carousel_0.dica_divi_carousel .swiper-button-next,
.dica_divi_carousel_0.dica_divi_carousel .swiper-button-prev {
  background-color: transparent !important;
}

@media (max-width: 980px) and (min-width: 768px) {
  .tablet_middle-outside .swiper-buttton-container {
    width: 110%;
    left: -5%;
  }
}

.top-banner {
  position: relative;
  min-height: 60vh;
}

.top-banner .et_pb_row_0,
.top-banner .meetourexperts {
  width: 85%;
  max-width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
}

.et_pb_post_content a {
  color: #FA6400;
  text-decoration: underline;
}

.show-filters {
  transition: all 0.3s ease-out;
  cursor: pointer;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  position: relative;
  display: inline-block;
  padding-right: 20px !important;
  padding-top: 5px;
  margin-right: 10px;
  width: 25%;
  text-align: right;
  font-size: 16px;
  flex-shrink: 0;
}

@media only screen and (max-width: 600px) {
  .show-filters {
    width: auto;
    margin: 10px auto 0;
  }
}

.show-filters:after {
  content: '';
  position: absolute;
  right: 0;
  top: 15px;
  width: 14px;
  height: 8px;
  background-image: url("../../images/icon-dropdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-out;
}

.show-filters:hover {
  color: #FA6400;
}

.show-filters.filter-active:after {
  transform: rotate(180deg);
}

.pod {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
}

.custom-form {
  width: 100%;
}

.custom-form label {
  font-family: "KnowledgeMedium",Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.custom-form input[type=text] {
  height: 40px;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.2s ease-out;
}

.custom-form input[type=submit] {
  background-color: #FA6400;
  color: #ffffff;
  font-weight: bold;
  border: none !important;
  font-size: 18px;
  transition: all 0.2s ease-out;
  height: auto !important;
  padding: 15px 15px;
  position: relative;
  z-index: 99;
  cursor: pointer;
  border-radius: 5px;
}

.custom-form input[type=submit]:hover {
  background-color: #FE581B;
}

.custom-form textarea {
  background-color: #fff;
  width: 100%;
  padding: 0;
  font-size: 16px;
  transition: all 0.2s ease-out;
  padding: 10px;
  box-sizing: border-box;
}

.custom-form select {
  height: 40px;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
}

.custom-form__row {
  display: flex;
  width: 100%;
  margin-left: -20px;
  margin-right: -20px;
  flex-direction: row;
}

@media only screen and (max-width: 900px) {
  .custom-form__row {
    flex-direction: column;
  }
}

.custom-form__column {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 900px) {
  .custom-form__column {
    width: 100%;
  }
}

.cols-1 .custom-form__column {
  width: 100%;
}

.cols-right .custom-form__column {
  text-align: right;
}

.custom-form label {
  display: block;
}

.rts-tags__title {
  color: #FA6400;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}

.rts-tags__tag {
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  background: #cc2c00;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
  font-size: 12px;
  margin-right: 10px;
  border-radius: 50px;
  line-height: normal;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  margin-top: 5px;
  margin-bottom: 5px;
}

.rts-tags__tag:hover {
  background: #FA6400;
}

.rts-tags__tag--active {
  background-color: #FA6400;
}

.pagination-row {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.pagination-current {
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  font-size: 15px;
}

.lity {
  background: rgba(17, 17, 17, 0.9);
}

.lity-close {
  position: absolute;
  top: 10px;
  right: 10px;
  text-shadow: none;
}

.form-tab {
  position: fixed;
  right: 0;
  bottom: 25%;
  transform: translateY(25%) rotate(-90deg);
  background-color: #FA6400;
  z-index: 9999;
  color: #fff;
  font-size: 16px;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  padding: 12px 20px 12px 40px;
  display: block;
  transition: all 0.3s ease-out;
  transform-origin: bottom right;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  cursor: pointer;
  box-shadow: 0px -3px 11px 3px rgba(0, 0, 0, 0.1);
  border: none;
}

.form-tab:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 15px;
  width: 16px;
  height: 16px;
  background-image: url("../../images/icon-mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.form-tab:hover {
  background-color: #FE581B;
}

.form-tab__popup {
  background-color: #FA6400;
  color: #fff;
  border-radius: 5px;
  padding: 40px;
  max-width: 800px;
  background-image: url("../../images/logo-mark-white.svg");
  background-repeat: no-repeat;
  background-position: -300px -300px;
  background-size: 700px;
  overflow-y: scroll;
}

@media only screen and (max-width: 600px) {
  .form-tab__popup {
    padding: 30px;
  }
}

.form-tab__popup .elq-item-select, .form-tab__popup .elq-item-input {
  color: #444 !important;
}

@media only screen and (max-width: 600px) {
  .form-tab__popup .row-flex {
    flex-direction: row;
  }
}

@media only screen and (max-width: 600px) {
  .form-tab__popup .row-flex > .row {
    width: 48%;
  }
}

@media only screen and (max-width: 600px) {
  .form-tab__popup .row-flex-submit {
    flex-direction: column;
  }
}

@media only screen and (max-width: 600px) {
  .form-tab__popup .row-flex-submit > .row {
    width: 100%;
  }
}

.form-tab__popup .row-flex--three {
  flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
  .form-tab__popup .row-flex--three .row:last-of-type {
    width: 100%;
  }
}

.form-tab__popup-title {
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  font-size: 28px;
}

@media only screen and (max-width: 600px) {
  .form-tab__popup-title {
    font-size: 24px;
  }
}

.form-tab__popup-copy {
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 10px;
}

.form-tab__popup .elq-form .elq-label {
  color: #fff;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
  .form-tab__popup .elq-form .elq-label {
    font-size: 12px;
  }
}

.form-tab__popup .small-label a {
  color: #fff;
}

#et-main-area {
  padding-top: 120px;
}

#et-main-area .et_pb_section_0.et_pb_section {
  padding-top: 0 !important;
}

#et-main-area .rts-form-include {
  position: relative;
  z-index: 9;
}

#et-main-area .rts-form-pod {
  color: #ffffff;
  padding: 60px;
}

#et-main-area .rts-form-pod h1, #et-main-area .rts-form-pod h2, #et-main-area .rts-form-pod h3, #et-main-area .rts-form-pod h4, #et-main-area .rts-form-pod h5, #et-main-area .rts-form-pod h6 {
  color: #ffffff;
}

#et-main-area .rts-hero-side {
  padding-top: 0px !important;
}

#et-main-area .rts-hero-side .et_pb_row {
  padding-top: 0;
}

#et-main-area .rts-hero-side .et_pb_row_0 .et_pb_column_1 {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  #et-main-area .rts-hero-side .et_pb_row_0 .et_pb_column_1 .et_pb_section_video {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-hero-side .et_pb_row_0 .et_pb_column_1 .et_pb_section_video {
    position: relative;
    top: auto;
    transform: none;
  }
}

#et-main-area .rts-hero-side .et_pb_text_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-hero-side .et_pb_text_inner {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 30px auto 60px;
  }
}

#et-main-area .rts-hero-side h1 {
  color: #FA6400;
  font-size: 38px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
  #et-main-area .rts-hero-side h1 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-hero-side h1 {
    font-size: 24px;
  }
}

#et-main-area .rts-hero-side p {
  font-size: 32px;
  line-height: 1.3;
  padding-bottom: 0;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  #et-main-area .rts-hero-side p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-hero-side p {
    font-size: 20px;
  }
}

#et-main-area .rts-hero-side a {
  color: #FA6400;
  font-size: 18px;
  transition: all 0.3s ease-out;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  #et-main-area .rts-hero-side a {
    font-size: 16px;
  }
}

#et-main-area .rts-hero-side a:hover {
  color: #c75000;
}

#et-main-area .rts-hero-side a:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../../images/icon-arrow-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-left: 5px;
}

#et-main-area .et_pb_text.et_pb_module.ui-sortable.et_pb_text_0.et-animated--vb.et_pb_text_align_left.et_pb_bg_layout_light.et-fb-module--has-mousetrap.et-first-child.et-last-child,
#et-main-area .et_pb_text.et_pb_module.ui-sortable.et_pb_text_0.et-animated--vb.et_pb_text_align_left.et_pb_bg_layout_light.et-first-child.et-last-child {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#et-main-area .rts-hero-side .et_pb_column.et_pb_column_1_2.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough {
  min-height: 400px;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-hero-side .et_pb_column.et_pb_column_1_2.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough {
    min-height: 0;
  }
}

#et-main-area .rts-pinned-pods {
  margin-top: 2px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-pinned-pods {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}

#et-main-area .rts-pinned-pods__content {
  padding-bottom: 56.25%;
  position: relative;
}

#et-main-area .rts-pinned-pods__pod {
  display: block;
  width: 25%;
  background-color: #4D4D4D;
  color: #fff;
  position: relative;
  border-right: 2px solid #ffffff;
}

#et-main-area .rts-pinned-pods__pod:last-of-type {
  border-right: none;
}

@media only screen and (max-width: 1130px) {
  #et-main-area .rts-pinned-pods__pod {
    width: 50%;
    border-bottom: 2px solid #ffffff;
  }
  #et-main-area .rts-pinned-pods__pod:nth-of-type(even) {
    border-right: none;
  }
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-pinned-pods__pod {
    width: 80vw;
    flex: 1 0 80vw;
  }
}

#et-main-area .rts-pinned-pods__pod:hover .rts-pinned-pods__text {
  transform: translateY(-10px);
  text-decoration: underline;
}

#et-main-area .rts-pinned-pods__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
}

#et-main-area .rts-pinned-pods__image:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 20%;
  left: 0;
  right: 0;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

#et-main-area .rts-pinned-pods__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1.5;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  transition: all 0.3s ease-out;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

#et-main-area .rts-pinned-pods--individual .rts-pinned-pods__pod {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-pinned-pods--individual .et_pb_row_4col {
    flex-wrap: nowrap;
    overflow-x: scroll;
    flex-direction: row;
    justify-content: flex-start;
  }
}

#et-main-area .rts-pinned-pods--individual .et_pb_column {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

#et-main-area .rts-pinned-pods--individual .et_pb_column:last-of-type {
  border-right: none;
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-pinned-pods--individual .et_pb_column {
    width: 80vw !important;
    flex: 1 0 80vw;
  }
}

@media only screen and (max-width: 1130px) {
  #et-main-area .rts-pinned-pods--individual .et_pb_column_1_4 {
    width: 50%;
  }
}

#et-main-area .rts-pinned-pods--individual .et_pb_row_3 .et_pb_column {
  max-width: none;
  margin-right: 0;
}

#et-main-area .rts-side-content {
  background-color: #F7F7F7;
  position: relative;
  z-index: 9;
}

#et-main-area .rts-side-content .et_pb_column:first-of-type {
  z-index: 8 !important;
}

#et-main-area .rts-side-content .et_pb_row:first-of-type {
  z-index: 1;
}

#et-main-area .rts-side-content .et_pb_row:nth-of-type(2) {
  z-index: 0;
}

#et-main-area .et_pb_section .et_pb_column:nth-of-type(1) {
  z-index: 8;
}

#et-main-area .et_pb_section .et_pb_column:nth-of-type(2) {
  z-index: 7;
}

#et-main-area .et_pb_section .et_pb_column:nth-of-type(3) {
  z-index: 6;
}

#et-main-area .et_pb_section .et_pb_column:nth-of-type(4) {
  z-index: 5;
}

#et-main-area .et_pb_section .et_pb_column:nth-of-type(5) {
  z-index: 4;
}

#et-main-area .et_pb_section .et_pb_column:nth-of-type(6) {
  z-index: 3;
}

#et-main-area .et_pb_row_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}

@media only screen and (max-width: 980px) {
  #et-main-area .et_pb_row_3 {
    align-items: center;
  }
}

@media only screen and (max-width: 750px) {
  #et-main-area .et_pb_row_3 {
    flex-direction: column;
  }
}

@media only screen and (max-width: 980px) {
  #et-main-area .et_pb_row_3 .et_pb_column {
    max-width: 280px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 980px) and (max-width: 750px) {
  #et-main-area .et_pb_row_3 .et_pb_column {
    margin-right: 0;
  }
}

@media only screen and (max-width: 750px) {
  #et-main-area .et_pb_row_3 .et_pb_column {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  #et-main-area .et_pb_row_3 .et_pb_column .e-select {
    min-width: 0;
  }
}

#et-main-area .rts-statistics-strip {
  background-color: #4D4D4D;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-statistics-strip {
    padding: 30px 0;
  }
}

#et-main-area .rts-statistics-strip h1, #et-main-area .rts-statistics-strip h2, #et-main-area .rts-statistics-strip h3, #et-main-area .rts-statistics-strip h4, #et-main-area .rts-statistics-strip h5, #et-main-area .rts-statistics-strip h6 {
  color: #ffffff;
}

#et-main-area .rts-statistics-strip .et_pb_row_4col {
  padding: 0;
}

#et-main-area .rts-statistics-strip .et_pb_column {
  z-index: 0;
}

#et-main-area .rts-statistics-strip .et_pb_row_3 {
  padding-bottom: 0;
}

#et-main-area .rts-statistics-strip .et_pb_row_4 {
  padding-top: 0;
}

#et-main-area .rts-statistics-strip .percent {
  margin-bottom: 15px;
  z-index: auto !important;
}

#et-main-area .rts-statistics-strip .percent-value {
  color: #FE581B;
  font-size: 32px;
  line-height: normal;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
}

#et-main-area .rts-statistics-strip .title {
  font-size: 22px;
}

#et-main-area .rts-statistics-strip .et_pb_button {
  background-color: #FA6400;
  border-color: #FA6400;
  color: #ffffff;
}

@media only screen and (max-width: 1200px) {
  #et-main-area .rts-statistics-strip .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
  #et-main-area .rts-statistics-strip .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
  #et-main-area .rts-statistics-strip .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 {
    width: 47.25% !important;
    margin: 0 0 10px !important;
  }
}

#et-main-area .rts-subscribe-strip h1, #et-main-area .rts-subscribe-strip h2, #et-main-area .rts-subscribe-strip h3, #et-main-area .rts-subscribe-strip h4, #et-main-area .rts-subscribe-strip h5, #et-main-area .rts-subscribe-strip h6 {
  color: #ffffff;
}

#et-main-area .rts-subscribe-strip h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 15px;
}

#et-main-area .rts-subscribe-strip p {
  color: #ffffff;
}

#et-main-area .rts-subscribe-strip .LV_validation_message {
  color: #262626;
}

#et-main-area .rts-dynamic-row {
  margin-bottom: 60px;
}

#et-main-area .rts-dynamic-row:last-of-type {
  margin-bottom: 0;
}

#et-main-area .rts-dynamic-row .et_pb_row {
  padding-top: 0;
  padding-bottom: 0;
}

#et-main-area .rts-dynamic-row__side {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 50%;
}

#et-main-area .rts-dynamic-row__side .rts-dynamic-row__card {
  flex: 0 0 50%;
}

#et-main-area .rts-dynamic-row__column {
  display: flex;
  flex: 0 0 50%;
  flex-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (max-width: 768px) {
  #et-main-area .rts-dynamic-row__column {
    flex: 0 0 100%;
  }
  #et-main-area .rts-dynamic-row__column .rts-dynamic-row__column {
    flex: 0 0 50%;
  }
}

#et-main-area .rts-dynamic-row__column > .rts-dynamic-row__card {
  max-width: none;
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-dynamic-row__column .rts-dynamic-row__column {
    flex: 0 0 100%;
  }
}

#et-main-area .rts-dynamic-row__column .rts-dynamic-row__column .rts-dynamic-row__text {
  font-size: 16px;
}

#et-main-area .rts-dynamic-row__wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}

#et-main-area .rts-dynamic-row__heading {
  display: inline-flex;
  align-items: center;
}

#et-main-area .rts-dynamic-row__title {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 22px;
  flex-shrink: 1;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-dynamic-row__title {
    font-size: 18px;
  }
}

#et-main-area .rts-dynamic-row__tag {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: normal;
}

#et-main-area .rts-dynamic-row__project {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: normal;
}

#et-main-area .rts-dynamic-row__date {
  font-size: 14px;
}

#et-main-area .rts-dynamic-row__excerpt {
  margin-top: 15px;
}

#et-main-area .rts-dynamic-row__card {
  margin-top: 20px;
  flex: 1 1 0px;
  padding-right: 20px;
  max-width: 50%;
}

#et-main-area .rts-dynamic-row__card img {
  height: 142px;
  width: 100%;
  background-color: #eee;
}

#et-main-area .rts-dynamic-row__card:last-of-type {
  padding-right: 0;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-dynamic-row__card {
    max-width: 300px;
    width: 100%;
    min-width: 300px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-dynamic-row__card {
    margin-right: 5px;
  }
}

#et-main-area .rts-dynamic-row__image {
  padding-bottom: 56.25%;
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-color: #E9E9E9;
  margin-bottom: 15px;
  display: block;
}

#et-main-area .rts-dynamic-row__link {
  color: #FA6400;
  font-size: 14px;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  border: 1px solid #FA6400;
  border-radius: 50px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.2s ease-out;
  margin-left: 20px;
  background-image: url("../../images/icon-arrow-right-orange.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  padding-right: 30px;
  flex-grow: 1;
  flex-shrink: 0;
}

#et-main-area .rts-dynamic-row__link:hover {
  background-color: #FE581B;
  border: 1px solid #FE581B;
  color: #ffffff;
  background-image: url("../../images/icon-arrow-right-white.svg");
}

#et-main-area .rts-dynamic-row__text {
  font-size: 16px;
  line-height: 1.4;
  transition: all 0.2s ease-out;
}

#et-main-area .rts-dynamic-row__text:hover {
  color: #FA6400;
}

#et-main-area .rts-dynamic-row__feed {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-dynamic-row__feed {
    overflow-x: scroll;
    padding-bottom: 20px;
    width: 100vw;
    padding-left: 10vw;
    margin-left: -10vw;
  }
}

#et-main-area .rts-dynamic-row__feed-nav {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  font-family: 'KnowledgeMedium', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
}

#et-main-area .rts-dynamic-row__feed-nav .nav-e-button a {
  text-align: center;
  color: #fff;
  background-color: #FA6400;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  width: 100px;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}

#et-main-area .rts-dynamic-row__feed-nav .nav-e-button a:hover {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #FE581B;
}

#et-main-area .rts-dynamic-row__feed.et_pb_row_4col {
  flex-wrap: nowrap;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-dynamic-row__feed.et_pb_row_4col {
    margin-left: 0;
  }
}

#et-main-area .rts-dynamic-row__feed.et_pb_row_4col .et_pb_column {
  margin-right: 20px;
}

#et-main-area .rts-dynamic-row--stacked .rts-dynamic-row__feed {
  flex-direction: column;
}

#et-main-area .rts-dynamic-row--stacked .rts-dynamic-row__text {
  font-size: 16px;
}

#et-main-area .rts-dynamic-row--stacked .rts-dynamic-row__card {
  display: flex;
  width: 100%;
  padding-right: 0;
  align-items: flex-start;
  margin-top: 0;
}

#et-main-area .rts-dynamic-row--stacked .rts-dynamic-row__card:first-of-type {
  margin-top: 20px;
}

#et-main-area .rts-dynamic-row--stacked .rts-dynamic-row__card-content {
  max-width: 75%;
  width: 75%;
  padding-right: 20px;
}

#et-main-area .rts-dynamic-row--stacked .rts-dynamic-row__image {
  flex-shrink: 0;
  width: 30%;
  max-width: 30%;
  padding-bottom: 30%;
}

#et-main-area .rts-dynamic-row.rts-dynamic-row--featured-awards .rts-dynamic-row__heading {
  display: flex;
  width: 100%;
  justify-content: center;
}

#et-main-area .rts-dynamic-row.rts-dynamic-row--featured-awards .rts-dynamic-row__title {
  font-size: 32px;
  margin-bottom: 30px;
}

#et-main-area .rts-dynamic-boxes .rts-dynamic-row__feed {
  flex-wrap: wrap;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
}

#et-main-area .rts-dynamic-boxes .rts-article-info__time {
  border-left: 1px solid #FA6400;
  margin-left: 10px;
  padding-left: 10px;
}

#et-main-area .rts-dynamic-boxes .rts-dynamic-row__heading {
  text-align: center;
  display: block;
  margin-bottom: 40px;
}

#et-main-area .rts-dynamic-boxes .rts-dynamic-row__heading .rts-dynamic-row__title {
  font-size: 32px;
}

#et-main-area .rts-dynamic-boxes .rts-dynamic-row__card {
  transition: all 0.3s ease-out;
  padding: 15px;
  width: 100%;
  min-width: 0;
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-dynamic-boxes .rts-dynamic-row__card {
    padding-left: 0;
    padding-right: 0;
  }
}

#et-main-area .rts-dynamic-boxes .rts-dynamic-row__card:hover {
  background-color: #fff;
  box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 750px) {
  #et-main-area .search-filter-results .rts-dynamic-row__feed {
    justify-content: center;
  }
}

#et-main-area .rts-latest-tweets {
  background-color: #F7F7F7;
  padding: 60px;
  height: 100%;
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-latest-tweets {
    padding: 40px;
  }
}

#et-main-area .rts-latest-tweets__item {
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  line-height: normal;
  line-height: 1.4;
  padding-bottom: 15px;
}

#et-main-area .rts-latest-tweets__item a {
  color: #FA6400;
}

#et-main-area .rts-latest-tweets__item-date {
  margin-top: 10px;
  font-size: 12px;
}

#et-main-area .rts-latest-tweets__item-date span {
  margin-right: 10px;
  margin-left: 10px;
}

#et-main-area .rts-latest-tweets__item-date span:first-of-type {
  margin-left: 0;
}

#et-main-area .rts-latest-tweets__item-date span:last-of-type {
  margin-right: 0;
}

#et-main-area .rts-latest-tweets__item-image {
  margin-top: 15px;
}

#et-main-area .rts-latest-tweets__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#et-main-area .rts-latest-tweets__scroll {
  max-height: 690px;
  overflow-y: scroll;
  margin-top: 20px;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-latest-tweets__scroll {
    max-height: 400px;
  }
}

#et-main-area .rts-video-section__heading {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}

#et-main-area .rts-video-section__title {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-video-section__title {
    font-size: 18px;
  }
}

#et-main-area .rts-video-section__image {
  padding-bottom: 56.25%;
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-color: #E9E9E9;
  margin-bottom: 10px;
  position: relative;
}

#et-main-area .rts-video-section__image:before {
  content: '';
  transition: all 0.2s ease-out;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: 5px;
  border: 2px solid #FA6400;
  opacity: 0;
}

#et-main-area .rts-video-section__list-content {
  width: 65%;
}

#et-main-area .rts-video-section__text {
  font-size: 16px;
  line-height: 1.4;
}

#et-main-area .rts-video-section__image-container {
  width: 30%;
}

#et-main-area .rts-video-section__bar {
  background-color: #262626;
  width: 100%;
  padding: 20px;
}

#et-main-area .rts-video-section__bar-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

#et-main-area .rts-video-section__bar-title {
  color: #ffffff;
  font-size: 15px;
  line-height: normal;
}

#et-main-area .rts-video-section__bar-tag {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}

#et-main-area .rts-video-section__bar-date {
  color: #ffffff;
  font-size: 12px;
}

#et-main-area .rts-video-section__link {
  color: #FA6400;
  font-size: 14px;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  border: 1px solid #FA6400;
  border-radius: 50px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.2s ease-out;
  margin-left: 20px;
  background-image: url("../../images/icon-arrow-right-orange.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  padding-right: 30px;
  flex-grow: 1;
  flex-shrink: 0;
}

#et-main-area .rts-video-section__link:hover {
  background-color: #FE581B;
  border: 1px solid #FE581B;
  color: #ffffff;
  background-image: url("../../images/icon-arrow-right-white.svg");
}

#et-main-area .rts-video-section__tag {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: normal;
}

#et-main-area .rts-video-section__date {
  font-size: 14px;
}

#et-main-area .rts-video-section__feed {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-video-section__feed {
    flex-direction: column;
  }
}

#et-main-area .rts-video-section__main {
  width: 60%;
  background-color: #262626;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-video-section__main {
    width: 100%;
    margin-bottom: 30px;
  }
}

#et-main-area .rts-video-section__main .fluid-width-video-wrapper {
  padding-top: 0 !important;
  padding-bottom: 56.25%;
}

#et-main-area .rts-video-section__list {
  width: 36%;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-video-section__list {
    width: 100%;
  }
}

#et-main-area .rts-video-section__list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

#et-main-area .rts-video-section__list-item:last-of-type {
  margin-bottom: 0;
}

#et-main-area .rts-video-section__list-item--active .rts-video-section__image:before {
  opacity: 1;
}

#et-main-area .rts-tag-box {
  background-color: #F7F7F7;
  padding: 20px;
  font-size: 14px;
}

#et-main-area .rts-tag-box__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

#et-main-area .rts-tag-box__item-title {
  font-weight: bold;
}

#et-main-area .rts-tag-box__tag {
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #FA6400;
}

#et-main-area .rts-tag-box__tag:first-of-type {
  padding-left: 0;
}

#et-main-area .rts-tag-box__tag:last-of-type {
  padding-right: 0;
  border-right: none;
}

#et-main-area .rts-tag-box--reset {
  padding: 0;
  background-color: transparent;
  margin-bottom: 40px;
}

#et-main-area .rts-article-info {
  margin-bottom: 40px;
}

#et-main-area .rts-article-info__row {
  font-size: 15px;
  display: flex;
}

#et-main-area .rts-article-info__date {
  border-right: 1px solid #FA6400;
  padding-right: 15px;
  margin-right: 15px;
}

#et-main-area .rts-article-info__authors {
  font-size: 14px;
}

#et-main-area .rts-article-info__authors a {
  color: #4d4d4d;
  transition: all 0.2s ease-out;
}

#et-main-area .rts-article-info__authors a:hover {
  color: #FA6400;
}

#et-main-area .rts-article-info__time {
  position: relative;
  opacity: 1;
}

#et-main-area .rts-article-info__time:before {
  content: '';
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background-image: url("../../images/icon-clock.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-out;
}

#et-main-area .rts-article-info .js-post-time {
  opacity: 0;
}

#et-main-area .rts-article-info__tag {
  font-size: 12px;
  text-transform: uppercase;
  border-right: 1px solid #FA6400;
  padding-right: 10px;
  margin-right: 10px;
}

#et-main-area .rts-article-info__tag:last-of-type {
  border-right: none;
}

#et-main-area .rts-article-info--light {
  color: #fff;
}

#et-main-area .article-template .rts-article-info {
  margin-bottom: 0;
}

#et-main-area .article-template .rts-article-info__time:before {
  background-image: url("../../images/icon-clock-white.svg");
}

#et-main-area .rts-article-hero img {
  max-width: 1440px;
  width: 1440px;
}

@media only screen and (max-width: 1440px) {
  #et-main-area .rts-article-hero img {
    width: 100%;
  }
}

#et-main-area .rts-topic-title {
  color: #FA6400;
  text-transform: uppercase;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

#et-main-area .rts-topic-title__tag {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #FA6400;
}

#et-main-area .rts-topic-title__tag:last-of-type {
  border-right: none;
}

#et-main-area .rts-form-block {
  height: 100%;
  background-size: cover;
  background-position: center top;
  color: #ffffff;
  padding: 60px;
}

#et-main-area .rts-form-block__title {
  font-family: 'KnowledgeBlack', Helvetica, Arial, Lucida, sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}

#et-main-area .rts-form-block .elq-form {
  margin-top: 20px;
}

#et-main-area .rts-side-nav {
  width: 100%;
  height: 100%;
}

#et-main-area .rts-side-nav__share-title {
  font-size: 14px;
  font-family: 'KnowledgeMedium', Helvetica, Arial, Lucida, sans-serif;
  margin-bottom: 5px;
}

#et-main-area .rts-case-study-hero {
  width: 100%;
  position: relative;
}

#et-main-area .rts-case-study-hero__image {
  width: 100%;
}

#et-main-area .rts-case-study-hero__content {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 40%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 20px;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-case-study-hero__content {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    background-color: #262626;
    margin-top: -10px;
  }
}

#et-main-area .rts-case-study-hero__title {
  color: #ffffff !important;
  font-size: 38px;
}

#et-main-area .rts-case-study-hero__client {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

#et-main-area .rts-case-study-hero__tags {
  text-transform: uppercase;
  font-size: 12px;
}

#et-main-area .rts-case-study-hero__tag {
  border-right: 1px solid #FA6400;
  padding-left: 5px;
  padding-right: 5px;
}

#et-main-area .rts-case-study-hero__tag:first-of-type {
  padding-left: 0;
}

#et-main-area .rts-case-study-hero__tag:last-of-type {
  border-right: none;
  padding-right: 0;
}

#et-main-area .rts-sub-grid {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#et-main-area .rts-sub-grid__column {
  width: 30%;
  margin-right: 3%;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-sub-grid__column {
    width: 46%;
    margin-right: 4%;
  }
}

#et-main-area .rts-sub-grid__pod {
  margin-bottom: 40px;
  display: block;
}

#et-main-area .rts-sub-grid__image {
  padding-bottom: 56.25%;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center top;
}

#et-main-area .rts-sub-grid__title {
  font-size: 22px;
  margin-top: 10px;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-sub-grid__title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-sub-grid__title {
    font-size: 16px;
  }
}

#et-main-area .rts-sub-menu .et-menu-nav {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-sub-menu .et_pb_menu__menu {
    display: none !important;
  }
}

#et-main-area .rts-sub-menu .et-menu {
  width: 100%;
  text-align: center;
}

#et-main-area .rts-sub-menu .et-menu .sub-menu {
  padding: 0;
  left: 100px;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-sub-menu .et-menu .sub-menu {
    left: 0;
  }
}

#et-main-area .rts-sub-menu .et-menu .sub-menu .menu-item {
  padding: 0;
}

#et-main-area .rts-sub-menu .et-menu .sub-menu li, #et-main-area .rts-sub-menu .et-menu .sub-menu a {
  display: block;
}

#et-main-area .rts-sub-menu .et-menu .sub-menu a {
  width: auto;
  padding: 10px 15px;
}

#et-main-area .rts-countdown-block {
  display: flex;
  color: #FA6400;
}

#et-main-area .rts-countdown-block__column {
  width: 25%;
  text-align: center;
}

#et-main-area .rts-countdown-block__number {
  font-size: 58px;
  letter-spacing: 5px;
  line-height: normal;
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-countdown-block__number {
    font-size: 30px;
  }
}

#et-main-area .rts-countdown-block__dots {
  font-size: 58px;
  line-height: 50px;
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-countdown-block__dots {
    font-size: 30px;
  }
}

#et-main-area .rts-countdown-block__unit {
  font-size: 21px;
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-countdown-block__unit {
    font-size: 16px;
  }
}

#et-main-area .rts-video-modal {
  position: relative;
  display: block;
}

#et-main-area .rts-video-modal:after {
  content: '';
  transition: all 0.2s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("../../images/icon-play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#et-main-area .rts-video-modal:hover:after {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}

#et-main-area .related-product-inner-wrapper {
  padding: 30px 30px 0;
  height: 100%;
}

#et-main-area .related-product-inner-wrapper p {
  line-height: 1.5em;
  font-size: 15px;
}

#et-main-area .rts-side-related-content hr {
  opacity: 0.2;
}

#et-main-area .rts-side-related-content__title {
  color: #FA6400;
  font-size: 16px;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
}

#et-main-area .rts-side-related-content__share {
  display: flex;
  align-items: center;
}

#et-main-area .rts-side-related-content__share-icons {
  margin-left: 10px;
}

#et-main-area .rts-side-related-content .heateorSssSharing {
  border-radius: 0 !important;
  background: #cc2c00;
  background: linear-gradient(90deg, #cc2c00 0%, #cb5300 100%);
}

#et-main-area .rts-side-related-content .rts-dynamic-row__feed {
  margin-left: 0;
  padding-left: 0;
  width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
}

#et-main-area .rts-side-related-content .rts-dynamic-row__card {
  min-width: 0;
  flex: 1 1 100%;
  max-width: 100%;
}

.page-id-234241 #et-main-area .rts-side-related-content .rts-dynamic-row__card {
  margin-bottom: 10px;
}

.page-id-234241 #et-main-area .rts-side-related-content .rts-dynamic-row__card-content {
  width: 100%;
  max-width: 100%;
}

.page-id-234241 #et-main-area .rts-side-related-content .rts-dynamic-row__text {
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
  font-size: 14px;
}

.page-id-234241 #et-main-area .rts-side-related-content .rts-dynamic-row__image {
  display: none;
}

#et-main-area .rts-subscribe-block {
  background: #cc2c00;
  background: linear-gradient(90deg, #cc2c00 0%, #cb5300 100%);
  color: #fff;
  padding: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-subscribe-block {
    display: none;
  }
}

#et-main-area .rts-subscribe-block .extra-privacy {
  display: none;
  margin-top: -10px !important;
}

#et-main-area .rts-subscribe-block-mobile {
  position: fixed;
  display: block;
  bottom: 50px;
  right: 0;
  background: #cc2c00;
  background: linear-gradient(90deg, #cc2c00 0%, #cb5300 100%);
  color: #fff;
  z-index: 999;
  font-size: 14px;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  padding-left: 30px;
  padding-right: 10px;
  display: none;
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-subscribe-block-mobile {
    display: block;
  }
}

#et-main-area .rts-subscribe-block-mobile:before {
  content: '';
  width: 30px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: cover;
}

#et-main-area .rts-share-links {
  display: inline-flex;
  align-items: center;
}

#et-main-area .rts-share-links__title {
  color: #FA6400;
  font-size: 16px;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
}

#et-main-area .rts-share-links__links {
  margin-left: 10px;
}

#et-main-area .rts-share-links .heateorSssSharing {
  border-radius: 0 !important;
  background: #cc2c00;
  background: linear-gradient(90deg, #cc2c00 0%, #cb5300 100%);
}

#et-main-area .rts-related-products {
  background-color: #262626;
  padding-top: 80px;
  padding-bottom: 60px;
  width: 100%;
}

#et-main-area .rts-related-products__title {
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-related-products__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

#et-main-area .rts-related-products__card-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 80%;
  max-width: 1080px;
  margin: -1.5% auto;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-related-products__card-row {
    flex-direction: column;
  }
}

#et-main-area .rts-related-products__card {
  width: 31%;
  flex-grow: 1;
  flex-shrink: 0;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 4%;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-related-products__card {
    width: 100%;
    margin-bottom: 30px;
  }
}

#et-main-area .rts-related-products__card-image {
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #fff;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center top;
  display: block;
}

#et-main-area .rts-related-products__card-pre-title {
  color: #FA6400;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
}

#et-main-area .rts-related-products__card-title {
  color: #fff;
  text-align: left;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  font-size: 20px;
  display: block;
  transition: 0.2s ease-out;
}

#et-main-area .rts-related-products__card-title:hover {
  color: #FA6400;
}

#et-main-area .rts-related-products__card-description {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 15px;
}

#et-main-area .rts-related-products .e-button {
  margin-top: 30px;
  display: inline-block;
  padding: 5px 20px;
}

#et-main-area .rts-related-products .e-button:hover {
  padding: 5px 20px !important;
}

#et-main-area .rts-related-products--full .rts-related-products__card {
  flex-grow: 0;
}

#et-main-area .rts-related-products--single .rts-related-products__card {
  display: flex;
  align-items: self-start;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-related-products--single .rts-related-products__card {
    display: block;
  }
}

#et-main-area .rts-related-products--single .rts-related-products__card > div {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-related-products--single .rts-related-products__card > div {
    width: auto;
  }
}

#et-main-area .rts-related-products--single .rts-related-products__card-image {
  padding-bottom: 30%;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-related-products--single .rts-related-products__card-image {
    padding-bottom: 56.25%;
  }
}

#et-main-area .rts-related-products--single .rts-related-products__card-content {
  padding-left: 20px;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-related-products--single .rts-related-products__card-content {
    padding-left: 0;
  }
}

#et-main-area .rts-author-header {
  text-align: center;
}

#et-main-area .rts-author-header__background {
  background-color: #262626;
  background-image: url("../../images/author-background.jpg");
  padding-top: 60px !important;
}

#et-main-area .rts-author-header__title {
  color: #fff;
  font-size: 30px;
}

#et-main-area .rts-author-header__avatar {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center top;
}

#et-main-area .rts-author-header__bio {
  color: #fff;
  margin-top: 20px;
}

#et-main-area .rts-author-header__info {
  display: inline-flex;
  line-height: normal;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 2;
}

#et-main-area .rts-author-header__job-title {
  color: #fff;
  font-size: 15px;
  border-right: 1px solid #FA6400;
  padding-right: 10px;
  margin-right: 10px;
}

#et-main-area .rts-author-header__social {
  color: #fff;
  font-size: 15px;
  margin-right: 20px;
  transition: all 0.2s ease-out;
  position: relative;
  padding-left: 22px;
}

#et-main-area .rts-author-header__social:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#et-main-area .rts-author-header__social:hover {
  color: #FA6400;
}

#et-main-area .rts-author-header__social-facebook:before {
  background-image: url("../../images/icon-facebook-white.svg");
}

#et-main-area .rts-author-header__social-twitter:before {
  background-image: url("../../images/icon-twitter-white.svg");
}

#et-main-area .rts-author-header__social-instagram:before {
  background-image: url("../../images/icon-instagram-white.svg");
}

#et-main-area .rts-author-header__social-linkedin:before {
  background-image: url("../../images/icon-linkedin-white.svg");
}

#et-main-area .rts-author-articles {
  display: flex;
  flex-wrap: wrap;
}

#et-main-area .rts-author-articles__article {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-author-articles__article {
    width: 48%;
    margin-right: 2%;
  }
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-author-articles__article {
    width: 100%;
  }
}

#et-main-area .rts-author-articles__nav {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-between;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  color: #777;
  margin-bottom: 40px;
  margin-top: 20px;
}

#et-main-area .rts-author-articles__nav-column {
  width: 33.33%;
}

#et-main-area .rts-author-articles__nav-column--center {
  text-align: center;
}

#et-main-area .rts-author-articles__nav-column--right {
  text-align: right;
}

#et-main-area .rts-author-articles__nav .page-numbers {
  margin-left: 10px;
  margin-right: 10px;
}

#et-main-area .rts-author-articles__nav .page-numbers.current {
  color: #444;
}

#et-main-area .rts-author-recent {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  flex-direction: row;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-author-recent {
    flex-direction: column;
  }
}

#et-main-area .rts-author-recent__title {
  font-size: 24px;
}

#et-main-area .rts-author-recent__image {
  width: 57%;
  margin-right: 3%;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-author-recent__image {
    width: auto;
  }
}

#et-main-area .rts-author-recent__info {
  width: 40%;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-author-recent__info {
    width: auto;
  }
}

#et-main-area .rts-sticky-child-nav {
  width: 100%;
  background: #cc2c00;
  background: linear-gradient(90deg, #cc2c00 0%, #cb5300 100%);
  padding: 0 5%;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-out;
  position: relative;
}

#et-main-area .rts-sticky-child-nav:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: #cb5200;
  background: linear-gradient(90deg, rgba(203, 82, 0, 0) 0%, #cb5200 100%);
}

@media only screen and (max-width: 728px) {
  #et-main-area .rts-sticky-child-nav {
    padding-left: 0;
    padding-right: 0;
  }
}

#et-main-area .rts-sticky-child-nav__link {
  color: #fff;
  font-size: 16px;
  font-family: 'KnowledgeMedium', Helvetica, Arial, Lucida, sans-serif;
  transition: all 0.2s ease-out;
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  flex-shrink: 0;
}

@media only screen and (max-width: 728px) {
  #et-main-area .rts-sticky-child-nav__link {
    font-size: 14px;
  }
  #et-main-area .rts-sticky-child-nav__link:first-of-type {
    margin-left: 20px;
  }
  #et-main-area .rts-sticky-child-nav__link:last-of-type {
    padding-right: 40px !important;
  }
}

#et-main-area .rts-sticky-child-nav__link:last-of-type {
  margin-right: 0;
}

#et-main-area .rts-sticky-child-nav__link--active {
  padding-bottom: 9px;
  border-bottom: 6px solid #FA6400;
}

#et-main-area .rts-sticky-child-nav__link--back {
  padding-left: 30px;
  margin-left: 20px;
}

#et-main-area .rts-sticky-child-nav__link--back:before {
  content: '';
  position: absolute;
  top: 21px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../../images/icon-arrow-circle-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#et-main-area .rts-sticky-child-nav__inner {
  margin-left: -20px;
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#et-main-area .rts-sticky-child-nav__inner::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 728px) {
  #et-main-area .rts-sticky-child-nav__inner {
    margin-left: 0;
  }
}

#et-main-area .rts-sticky-child-nav__inner:hover a {
  opacity: 0.5;
}

#et-main-area .rts-sticky-child-nav__inner:hover a:hover {
  opacity: 1;
}

#et-main-area .rts-awards-grid {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 700px) {
  #et-main-area .rts-awards-grid {
    overflow-x: hidden;
  }
}

#et-main-area .rts-awards-grid__top-row {
  position: relative;
  border-bottom: 1px solid #C6C5C3;
  margin-bottom: 35px;
}

#et-main-area .rts-awards-grid__top-row--orange {
  background-image: linear-gradient(97deg, #cc2c00 0%, #cb5200 100%);
  margin-bottom: 20px;
}

#et-main-area .rts-awards-grid__top-row--orange .rts-awards-grid__filter-button {
  color: #fff;
  bottom: 25px;
  right: 10px;
}

@media only screen and (max-width: 700px) {
  #et-main-area .rts-awards-grid__top-row--orange .rts-awards-grid__filter-button {
    background: transparent;
    right: 0;
    bottom: auto;
  }
}

#et-main-area .rts-awards-grid__top-row--orange .rts-awards-grid__years {
  justify-content: flex-start;
  border-bottom: none;
}

#et-main-area .rts-awards-grid__top-row--orange .rts-awards-grid__years label {
  color: #fff;
  padding: 15px 0 0 0;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

#et-main-area .rts-awards-grid__top-row--orange .rts-awards-grid__years input[type=radio]:checked + label {
  color: #fff;
}

#et-main-area .rts-awards-grid__filter-button {
  position: absolute;
  bottom: 30px;
  right: 0;
  color: #FA6400;
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-family: 'KnowledgeBlack', Helvetica, Arial, Lucida, sans-serif;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  #et-main-area .rts-awards-grid__filter-button {
    position: relative;
    bottom: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    background-color: #F7F7F7;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#et-main-area .rts-awards-grid__filter-button:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 7px;
  background-image: url("../../images/icon-filter-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  transform: rotate(180deg);
  transform-origin: center;
  transition: all 0.2s ease-out;
}

#et-main-area .rts-awards-grid__filter-button.active:after {
  transform: rotate(0deg);
}

#et-main-area .rts-awards-grid__years {
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% - 80px);
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#et-main-area .rts-awards-grid__years::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 700px) {
  #et-main-area .rts-awards-grid__years {
    margin-bottom: 0;
    justify-content: flex-start;
    width: 100%;
  }
}

#et-main-area .rts-awards-grid__years label {
  font-size: 16px;
  font-family: 'KnowledgeBlack', Helvetica, Arial, Lucida, sans-serif;
  padding: 20px 30px 15px 30px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  display: block;
  border-bottom: 5px solid transparent;
  flex-shrink: 0;
}

@media only screen and (max-width: 1100px) {
  #et-main-area .rts-awards-grid__years label {
    padding: 15px 20px 15px 20px;
  }
}

@media only screen and (max-width: 700px) {
  #et-main-area .rts-awards-grid__years label {
    font-size: 14px;
    padding: 10px 20px 10px 15px;
  }
}

#et-main-area .rts-awards-grid__years input[type=radio] {
  z-index: -1;
  position: absolute;
  left: -9999999999px;
  opacity: 0;
  visibility: hidden;
}

#et-main-area .rts-awards-grid__years input[type=radio]:checked + label {
  color: #FA6400;
  border-bottom: 5px solid #FA6400;
}

#et-main-area .rts-awards-grid__year {
  flex-shrink: 0;
}

#et-main-area .rts-awards-grid__details {
  font-family: 'KnowledgeMedium', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

#et-main-area .rts-awards-grid__awards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#et-main-area .rts-awards-grid__award-wrap {
  flex: 0 0 16.66%;
  padding: 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
  min-height: 160px;
  transition: all 0.3s ease-out;
}

#et-main-area .rts-awards-grid__award-wrap:hover {
  background-color: #fff;
  box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 1000px) {
  #et-main-area .rts-awards-grid__award-wrap {
    flex: 0 0 25%;
    padding: 20px;
  }
}

@media only screen and (max-width: 700px) {
  #et-main-area .rts-awards-grid__award-wrap {
    flex: 0 0 50%;
    padding: 10px;
  }
}

#et-main-area .rts-awards-grid__award {
  width: 70%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#et-main-area .rts-awards-grid__award img {
  max-height: 100px;
}

#et-main-area .rts-awards-grid__award-entries {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding: 15px 30px;
}

@media only screen and (max-width: 700px) {
  #et-main-area .rts-awards-grid__award-entries {
    padding: 8px 15px;
  }
}

#et-main-area .rts-awards-grid__award-entries .rts-dynamic-row__card {
  flex: 0 0 25%;
  min-width: 0;
  margin-right: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1000px) {
  #et-main-area .rts-awards-grid__award-entries .rts-dynamic-row__card {
    flex: 0 0 50%;
  }
}

#et-main-area .rts-awards-grid__award-entry {
  flex: 0 0 25%;
}

#et-main-area .rts-awards-grid__filters {
  background-color: #F7F7F7;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  padding: 25px;
  flex-wrap: wrap;
}

#et-main-area .rts-awards-grid__filter {
  flex: 0 0 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1%;
  font-size: 14px;
  display: block;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 700px) {
  #et-main-area .rts-awards-grid__filter {
    flex: 0 0 48%;
  }
}

#et-main-area .rts-awards-grid__dropdown {
  background-color: #fff;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #dedddd;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  position: relative;
  cursor: pointer;
}

#et-main-area .rts-awards-grid__dropdown:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 17px;
  width: 14px;
  height: 8px;
  background-image: url("../../images/icon-dropdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-out;
}

#et-main-area .rts-awards-grid__dropdown-list {
  background-color: #fff;
  border: 1px solid #dedddd;
  width: 100%;
  list-style-type: none;
  padding: 5px 0;
  padding-left: 0;
  margin: 0;
  margin-top: 5px;
  position: absolute;
  top: 100%;
  max-height: 240px;
  overflow: scroll;
}

#et-main-area .rts-awards-grid__dropdown-list li {
  padding: 5px 10px;
}

#et-main-area .rts-awards-grid .inserted-div {
  background-color: #ffffff;
  flex: 0 0 100%;
  box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #FA6400;
}

#et-main-area .rts-awards-grid .award-active {
  background-color: #fff;
  box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.05);
}

#et-main-area .rts-partner-info {
  background-color: #131313;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 900px) {
  #et-main-area .rts-partner-info {
    padding-bottom: 0;
  }
}

#et-main-area .rts-partner-info__inner {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#et-main-area .rts-partner-info__column {
  width: 25%;
  padding-right: 20px;
}

@media only screen and (max-width: 900px) {
  #et-main-area .rts-partner-info__column {
    width: 50%;
    margin-bottom: 20px;
  }
}

#et-main-area .rts-partner-info__heading {
  font-size: 14px;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  line-height: normal;
  margin-bottom: 10px;
}

#et-main-area .rts-partner-info__terms {
  display: flex;
  flex-wrap: wrap;
}

#et-main-area .rts-partner-info__term {
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-right: 10px;
  line-height: normal;
  border-right: 1px solid #FA6400;
}

#et-main-area .rpb-contact a {
  text-decoration: underline;
}

#et-main-area .rpb-contact a:hover {
  color: #FA6400;
}

#et-main-area .rpb-filter .searchandfilter {
  background-image: linear-gradient(to left, #cb5300, #cc2c00 0%);
}

#et-main-area .rpb-filter .searchandfilter .show-filters {
  color: #fff;
}

#et-main-area .rpb-filter .searchandfilter .show-filters:after {
  background-color: #ffffff;
  -webkit-mask-image: url(../../images/icon-dropdown.svg);
  mask-image: url(../../images/icon-dropdown.svg);
  background-image: none;
  width: 11px;
  height: 7px;
}

#et-main-area .link-arrow {
  display: block;
  position: relative;
}

#et-main-area .link-arrow:after {
  content: url(../../images/icon-arrow-right-orange-large.svg);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 16px;
}

#et-main-area .link-arrow:hover {
  color: #FA6400;
}

#et-main-area .rts-article-hero {
  text-align: center;
}

#et-main-area .rts-article-caption {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #4d4d4d;
  border-left: solid 2px #FA6400;
  padding-left: 7px;
}

#et-main-area .blocks-gallery-grid .blocks-gallery-image figcaption,
#et-main-area .blocks-gallery-grid .blocks-gallery-item figcaption,
#et-main-area .wp-block-gallery .blocks-gallery-image figcaption,
#et-main-area .wp-block-gallery .blocks-gallery-item figcaption {
  width: 100%;
  position: relative;
  display: block;
  height: auto;
  padding: 10px;
  background: none;
  color: #000;
}

#et-main-area .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
#et-main-area .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
#et-main-area .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
#et-main-area .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
#et-main-area .wp-block-gallery.is-cropped .blocks-gallery-image a,
#et-main-area .wp-block-gallery.is-cropped .blocks-gallery-image img,
#et-main-area .wp-block-gallery.is-cropped .blocks-gallery-item a,
#et-main-area .wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: auto;
}

#et-main-area .blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
#et-main-area .wp-block-gallery.aligncenter .blocks-gallery-item figure,
#et-main-area .blocks-gallery-grid .blocks-gallery-image figure,
#et-main-area .blocks-gallery-grid .blocks-gallery-item figure,
#et-main-area .wp-block-gallery .blocks-gallery-image figure,
#et-main-area .wp-block-gallery .blocks-gallery-item figure {
  display: inline-block;
}

#et-main-area .rts-thought-leaders__image {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
}

#et-main-area .rts-thought-leaders__slide {
  display: flex !important;
  flex: 0 0 50%;
  flex-wrap: wrap;
}

#et-main-area .rts-thought-leaders__profile {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 700px) {
  #et-main-area .rts-thought-leaders__profile {
    width: 50%;
  }
}

#et-main-area .rts-thought-leaders__detail {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 10px;
}

#et-main-area .rts-thought-leaders__name {
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 5px;
}

#et-main-area .rts-thought-leaders__role {
  font-family: 'KnowledgeRegular',Helvetica,Arial,Lucida,sans-serif;
  font-size: 15px;
  line-height: normal;
}

#et-main-area .rts-thought-leaders .slick-dots {
  bottom: -32px;
  padding: 0;
  width: calc(100% - 140px);
  left: 50%;
  transform: translateX(-50%);
}

#et-main-area .rts-thought-leaders .slick-arrow {
  background-color: #444;
  top: auto;
  bottom: -35px;
  transform: none;
  width: 30px;
  height: 30px;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 999;
}

#et-main-area .rts-thought-leaders .slick-arrow:before {
  display: none;
}

#et-main-area .rts-thought-leaders .slick-next {
  right: 40px;
  background-image: url("../../images/icon-arrow-right-white.svg");
}

#et-main-area .rts-thought-leaders .slick-prev {
  left: 40px;
  background-image: url("../../images/icon-arrow-right-white.svg");
  transform: rotate(180deg);
}

#et-main-area .rts-thought-leaders .slick-dots li.slick-active button:before {
  color: #FA6400;
}

#et-main-area .rts-thought-leaders .slick-dots li button:before {
  font-size: 8px;
}

#et-main-area .rts-thought-leaders .slick-dots li {
  width: 12px;
}

#et-main-area .rts-thought-leaders .slick-dots li button {
  width: 12px;
}

#et-main-area .rts-community-hero {
  background-color: #444;
  padding: 0 40px;
  background-size: cover;
  background-position: center;
  background-image: url("../../images/community-hero.jpg");
  position: relative;
}

#et-main-area .rts-community-hero.transition:after {
  opacity: 1;
}

#et-main-area .rts-community-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  transition: all 0.3s ease-out;
}

#et-main-area .rts-community-hero__container {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 1;
}

@media only screen and (max-width: 1000px) {
  #et-main-area .rts-community-hero__container {
    flex-direction: column;
    width: 100%;
  }
}

#et-main-area .rts-community-hero__column {
  flex: 0 0 50%;
}

#et-main-area .rts-community-hero__column:first-of-type {
  flex: 0 0 60%;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-hero__column:first-of-type {
    flex: 0 0 100%;
  }
}

@media only screen and (max-width: 1200px) {
  #et-main-area .rts-community-hero__column:first-of-type {
    flex: 0 0 50%;
  }
}

#et-main-area .rts-community-hero__column:last-of-type {
  flex: 0 0 40%;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-hero__column:last-of-type {
    flex: 0 0 100%;
  }
}

@media only screen and (max-width: 1200px) {
  #et-main-area .rts-community-hero__column:last-of-type {
    flex: 0 0 50%;
  }
}

#et-main-area .rts-community-hero__tag {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 5px;
}

#et-main-area .rts-community-hero__inner {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 120px;
}

@media only screen and (max-width: 1200px) {
  #et-main-area .rts-community-hero__inner {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-hero__inner {
    padding-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-community-hero__inner {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

#et-main-area .rts-community-hero__title {
  color: #FA6400;
  font-size: 38px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  #et-main-area .rts-community-hero__title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-hero__title {
    font-size: 24px;
  }
}

#et-main-area .rts-community-hero__layer-title {
  color: #FA6400;
  font-size: 24px;
  margin-bottom: 30px;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
}

@media only screen and (max-width: 1000px) {
  #et-main-area .rts-community-hero__layer-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-hero__layer-title {
    font-size: 18px;
  }
}

#et-main-area .rts-community-hero__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#et-main-area .rts-community-hero__list li {
  border-bottom: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

#et-main-area .rts-community-hero__list li:first-of-type {
  border-top: 1px solid #fff;
}

#et-main-area .rts-community-hero__list li a {
  color: #fff;
  font-size: 16px;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  transition: all 0.3s ease-out;
}

#et-main-area .rts-community-hero__list li a:hover {
  color: #FA6400;
  text-decoration: none;
}

#et-main-area .rts-community-hero__copy {
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
}

@media only screen and (max-width: 1200px) {
  #et-main-area .rts-community-hero__copy {
    font-size: 24px;
  }
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-hero__copy {
    font-size: 18px;
  }
}

#et-main-area .rts-community-hero__layer {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 80px 40px;
}

@media only screen and (max-width: 1000px) {
  #et-main-area .rts-community-hero__layer {
    padding: 40px;
  }
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-hero__layer {
    padding: 20px;
  }
}

#et-main-area .rts-latest-post__label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FA6400;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  background-image: linear-gradient(97deg, #cc2c00 0%, #cb5200 100%);
  padding: 10px;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
}

#et-main-area .rts-latest-post .rts-dynamic-row__card {
  margin-top: 0;
  max-width: none;
}

#et-main-area .rts-latest-post .rts-dynamic-row__image {
  position: relative;
}

#et-main-area .rts-latest-post .rts-dynamic-row__text {
  font-size: 24px;
}

#et-main-area .rts-latest-post .rts-article-info__time {
  border-left: 1px solid #FA6400;
  margin-left: 10px;
  padding-left: 10px;
}

#et-main-area .rts-popular-content {
  background-color: #131313;
  padding: 20px;
}

#et-main-area .rts-popular-content__title {
  color: #FA6400;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}

#et-main-area .rts-popular-content__item {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

#et-main-area .rts-popular-content__item-content {
  line-height: normal;
  padding-right: 20px;
  flex-grow: 1;
}

#et-main-area .rts-popular-content__item-tag {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 5px;
}

#et-main-area .rts-popular-content__item-title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  line-height: normal;
  transition: all 0.3s ease-out;
}

#et-main-area .rts-popular-content__item-title:hover {
  color: #FA6400;
}

#et-main-area .rts-popular-content__item-image {
  display: block;
  width: 100px;
  max-width: 100px;
  height: 80px;
  background-size: cover;
  background-position: center top;
  flex-shrink: 1;
  background-color: rgba(255, 255, 255, 0.1);
  min-width: 100px;
}

#et-main-area .rts-gradient-title {
  background-image: linear-gradient(97deg, #cc2c00 0%, #cb5200 100%);
  padding: 15px;
}

#et-main-area .rts-gradient-title h3 {
  color: #fff;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
  line-height: normal;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 22px;
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-gradient-title h3 {
    font-size: 18px;
  }
}

#et-main-area .rts-community-featured-articles .rts-gradient-title {
  margin-bottom: 20px;
}

#et-main-area .rts-community-featured-articles .rts-awards-grid__years {
  margin-bottom: 0;
}

#et-main-area .rts-community-featured-articles .rts-dynamic-row__feed {
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: start;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-featured-articles .rts-dynamic-row__feed {
    width: 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-community-featured-articles .rts-dynamic-row__feed {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}

#et-main-area .rts-community-featured-articles .rts-latest-post {
  flex: 0 0 50%;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-featured-articles .rts-latest-post {
    flex: 0 0 100%;
  }
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-community-featured-articles .rts-latest-post {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-community-featured-articles .rts-latest-post .rts-dynamic-row__text {
    font-size: 18px;
  }
}

#et-main-area .rts-community-featured-articles .rts-dynamic-row__excerpt {
  line-height: 1.6;
}

#et-main-area .rts-community-featured-articles .rts-dynamic-row__card {
  flex: 0 0 25%;
  padding: 10px;
  margin-top: 0;
  min-width: 0;
  max-width: none;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-featured-articles .rts-dynamic-row__card {
    margin-right: 0;
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-community-featured-articles .rts-dynamic-row__text {
    font-size: 14px;
  }
}

#et-main-area .rts-community-featured-articles .rts-dynamic-row__side {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 50%;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-featured-articles .rts-dynamic-row__side {
    flex: 0 0 100%;
  }
}

#et-main-area .rts-community-featured-articles .rts-dynamic-row__side .rts-dynamic-row__card {
  flex: 0 0 50%;
}

#et-main-area .rts-community-research .rts-dynamic-row__feed {
  flex-wrap: wrap;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-research .rts-dynamic-row__feed {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}

#et-main-area .rts-community-research .rts-dynamic-row__banner {
  background-color: #000;
  width: 100%;
  margin-top: 30px;
  flex: 0 0 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center top;
  display: flex;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-research .rts-dynamic-row__banner {
    min-height: 300px;
  }
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-community-research .rts-dynamic-row__banner {
    min-height: 200px;
  }
}

#et-main-area .rts-community-research .rts-dynamic-row__card {
  min-width: 0;
  max-width: none;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-research .rts-dynamic-row__card {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-community-research .rts-dynamic-row__card {
    flex: 0 0 100%;
    padding-right: 0;
  }
}

#et-main-area .rts-community-research .rts-dynamic-row__banner-content {
  background-color: rgba(0, 0, 0, 0.5);
  flex: 0 0 50%;
  height: 100%;
  padding: 40px;
  list-style: normal;
  position: relative;
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-community-research .rts-dynamic-row__banner-content {
    flex: 0 0 100%;
  }
}

#et-main-area .rts-community-research .rts-dynamic-row__banner-content-container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-community-research .rts-dynamic-row__banner-content-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#et-main-area .rts-community-research .rts-dynamic-row__banner-title {
  color: #FA6400;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  font-size: 24px;
  line-height: 1.3;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-research .rts-dynamic-row__banner-title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-community-research .rts-dynamic-row__banner-title {
    font-size: 18px;
  }
}

#et-main-area .rts-community-research .rts-dynamic-row__banner-copy {
  color: #fff;
  list-style: normal;
  margin-bottom: 30px;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-research .rts-dynamic-row__banner-copy {
    display: none;
  }
}

#et-main-area .rts-community-research .rts-article-info__time {
  border-left: 1px solid #FA6400;
  margin-left: 10px;
  padding-left: 10px;
}

#et-main-area .rts-community-video .rts-video-section {
  margin-top: 30px;
}

#et-main-area .rts-community-video .rts-video-section__main {
  background-color: transparent;
}

#et-main-area .rts-community-video .rts-video-section__list {
  justify-content: start;
}

#et-main-area .rts-community-video .rts-latest-post {
  margin-top: 20px;
}

#et-main-area .results-hidden {
  display: none;
}

#et-main-area .results-show {
  display: block;
}

#et-main-area .rts-community-search .searchandfilter > ul {
  flex-direction: row;
}

#et-main-area .rts-community-search .search-container {
  display: none;
}

#et-main-area .rts-community-search.active .search-container {
  display: block;
}

#et-main-area .rts-community-search .rts-dynamic-row__feed {
  justify-content: flex-start;
}

#et-main-area .rts-community-search .rts-dynamic-row__feed .rts-dynamic-row__card {
  margin-right: 1% !important;
}

#et-main-area .rts-community-search .sf-field-taxonomy-community-topics {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  margin-top: 20px;
  flex: auto;
}

#et-main-area .rts-community-search .sf-field-taxonomy-community-topics h4 {
  color: #FA6400;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}

#et-main-area .rts-community-search .sf-field-taxonomy-community-topics > ul {
  opacity: 1;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  max-height: none;
  z-index: 1;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

#et-main-area .rts-community-search .sf-field-taxonomy-community-topics > ul li {
  padding: 0 !important;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-community-search .sf-field-taxonomy-community-topics > ul li {
    flex: initial !important;
  }
}

#et-main-area .rts-community-search .sf-field-taxonomy-community-topics > ul li input {
  position: absolute;
  left: -999999999px;
  visibility: hidden;
  z-index: -1;
}

#et-main-area .rts-community-search .sf-field-taxonomy-community-topics > ul li input:checked + label {
  background-color: #FA6400;
}

#et-main-area .rts-community-search .sf-field-taxonomy-community-topics > ul li label {
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  background: #cc2c00;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
  font-size: 12px;
  margin-right: 10px;
  border-radius: 50px;
  line-height: normal;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

#et-main-area .rts-community-search .sf-field-taxonomy-community-topics > ul li label:hover {
  background-color: #FA6400;
}

#et-main-area .rts-community-search .show-filters {
  display: none;
}

#et-main-area .rts-community-search .search-container {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 20px;
  margin-top: 30px;
}

#et-main-area .rts-community-search .search-container.results-show {
  padding-left: 25px;
  padding-right: 25px;
}

#et-main-area .rts-community-search .search-container .found-results {
  margin-top: 0;
  padding-top: 0;
}

#et-main-area .rts-community-search .rts-dynamic-row__feed-nav {
  border-top: none;
}

#et-main-area .rts-community-search .searchandfilter {
  padding: 0;
  margin-bottom: 30px;
  margin-left: 0;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-community-search .searchandfilter > ul li {
    flex: 0 0 100%;
  }
}

#et-main-area .rts-community-search .searchandfilter .sf-field-submit [type=submit] {
  background-color: #FA6400;
  color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.2s ease-out;
  padding: 10px 20px;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  border: none;
  margin-left: 10px;
  margin-top: 20px;
  cursor: pointer;
}

#et-main-area .rts-community-search .searchandfilter .sf-field-submit [type=submit]:hover {
  background-color: #FE581B;
}

#et-main-area .rts-community-search .searchandfilter .sf-field-search {
  padding: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#et-main-area .rts-community-search .searchandfilter .sf-field-search label {
  width: 40%;
  position: relative;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-search .searchandfilter .sf-field-search label {
    width: 60%;
  }
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-community-search .searchandfilter .sf-field-search label {
    width: 100%;
  }
}

#et-main-area .rts-community-search .searchandfilter .sf-field-search label:after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("../../images/icon-search.svg");
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  top: 12px;
  right: 10px;
  opacity: 0.5;
}

#et-main-area .rts-community-search .searchandfilter .sf-field-search .show-filters {
  width: 20%;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-community-search .searchandfilter .sf-field-search .show-filters {
    width: 40%;
  }
}

@media only screen and (max-width: 600px) {
  #et-main-area .rts-community-search .searchandfilter .sf-field-search .show-filters {
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 15px;
  }
}

#et-main-area .rts-community-search .searchandfilter .sf-field-search .show-filters:after {
  position: relative;
  display: inline-block;
  top: auto;
  margin-left: 5px;
}

#et-main-area .rts-community-search .searchandfilter .collapse-list-item {
  margin-left: -10px;
  margin-right: -10px;
}

#et-main-area .rts-leadership-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

@media only screen and (max-width: 992px) {
  #et-main-area .rts-leadership-grid {
    flex-direction: column;
  }
}

#et-main-area .rts-leadership-grid__column {
  flex: 0 0 50%;
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  #et-main-area .rts-leadership-grid__column {
    margin-bottom: 10px;
  }
  #et-main-area .rts-leadership-grid__column:last-of-type {
    margin-bottom: 0;
  }
}

#et-main-area .rts-leadership-grid__column > h3 {
  margin-left: 10px;
  text-align: center;
}

@media only screen and (min-width: 991px) {
  #et-main-area .rts-leadership-grid__column > h3 {
    text-align: left;
  }
}

#et-main-area .rts-leadership-grid__content {
  text-align: center;
}

@media only screen and (min-width: 991px) {
  #et-main-area .rts-leadership-grid__content {
    text-align: left;
  }
}

#et-main-area .rts-leadership-grid__card {
  border: 1px solid #D7D7D7;
  background-color: #fff;
  margin: 10px;
  flex: 0 0 100%;
  padding: 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 991px) {
  #et-main-area .rts-leadership-grid__card {
    flex: 0 0 calc(50% - 20px);
    flex-direction: row;
    align-items: flex-start;
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
  }
}

#et-main-area .rts-leadership-grid__accordion-header {
  border: 1px solid #262626;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

@media only screen and (min-width: 1000px) {
  #et-main-area .rts-leadership-grid__accordion-header {
    border: none;
    text-align: left;
    padding: 0;
    cursor: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 999px) {
  #et-main-area .rts-leadership-grid__accordion-header:hover {
    background-color: #FA6400;
    border: 1px solid #FA6400;
  }
  #et-main-area .rts-leadership-grid__accordion-header:hover h1, #et-main-area .rts-leadership-grid__accordion-header:hover h2, #et-main-area .rts-leadership-grid__accordion-header:hover h3, #et-main-area .rts-leadership-grid__accordion-header:hover h4, #et-main-area .rts-leadership-grid__accordion-header:hover h5, #et-main-area .rts-leadership-grid__accordion-header:hover h6 {
    color: #ffffff;
  }
}

@media only screen and (max-width: 1000px) {
  #et-main-area .rts-leadership-grid__accordion-header:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 14px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../images/icon-arrow-circle.svg");
    transition: all 0.3s ease-out;
  }
}

#et-main-area .rts-leadership-grid__accordion-header.active:after {
  transform: rotate(180deg);
}

#et-main-area .rts-leadership-grid__accordion-header h1, #et-main-area .rts-leadership-grid__accordion-header h2, #et-main-area .rts-leadership-grid__accordion-header h3, #et-main-area .rts-leadership-grid__accordion-header h4, #et-main-area .rts-leadership-grid__accordion-header h5, #et-main-area .rts-leadership-grid__accordion-header h6 {
  padding-bottom: 0;
  margin-bottom: 0;
}

#et-main-area .rts-leadership-grid__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
}

@media only screen and (min-width: 1000px) {
  #et-main-area .rts-leadership-grid__accordion-content {
    max-height: none;
    overflow: auto;
    transition: none;
  }
}

#et-main-area .rts-leadership-grid__avatar {
  flex: 0 0 120px;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  background-color: #eee;
  margin-right: 0;
  background-size: cover;
  background-position: center;
  background-image: url("../../images/avatar-fallback.svg");
  margin-bottom: 20px;
}

@media only screen and (min-width: 991px) {
  #et-main-area .rts-leadership-grid__avatar {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

#et-main-area .rts-leadership-grid__card-title {
  font-size: 21px;
  font-family: 'KnowledgeBlack', Helvetica, Arial, Lucida, sans-serif;
  line-height: normal;
  display: inline-block;
}

#et-main-area .rts-leadership-grid__card-sub-title {
  color: #6B6B6B;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: normal;
}

#et-main-area .rts-leadership-grid__card-bio {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}

#et-main-area .rts-leadership-grid__card-tag {
  background-color: #EEECEC;
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
  letter-spacing: 1px;
  line-height: normal;
  padding: 3px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

#et-main-area .rts-leadership-grid__card-link {
  color: #FA6400;
  font-size: 16px;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
  position: relative;
  padding-right: 15px;
}

#et-main-area .rts-leadership-grid__card-link::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  background-image: url("../../images/icon-arrow-right-orange-large.svg");
  width: 10px;
  height: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: 0;
}

#et-main-area .rts-leadership-grid__card-social {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: center;
}

@media only screen and (min-width: 991px) {
  #et-main-area .rts-leadership-grid__card-social {
    justify-content: flex-start;
  }
}

#et-main-area .rts-leadership-grid__card-social-icon {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 991px) {
  #et-main-area .rts-leadership-grid__card-social-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}

#et-main-area .rts-leadership-grid__card-social-icon--facebook {
  background-image: url("../../images/icon-facebook-dark.svg");
}

#et-main-area .rts-leadership-grid__card-social-icon--twitter {
  background-image: url("../../images/icon-twitter-dark.svg");
}

#et-main-area .rts-leadership-grid__card-social-icon--instagram {
  background-image: url("../../images/icon-instagram-dark.svg");
}

#et-main-area .rts-leadership-grid__card-social-icon--linkedin {
  background-image: url("../../images/icon-linkedin-dark.svg");
}

#et-main-area .rts-leadership-header__banner {
  width: 100%;
  height: 160px;
  background-color: #000;
  background-image: url("../../images/landscape-background.jpg");
  background-size: cover;
  background-position: center bottom;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-leadership-header__banner {
    height: 100px;
  }
}

#et-main-area .rts-leadership-header__container {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}

#et-main-area .rts-leadership-header__row {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-leadership-header__row {
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

#et-main-area .rts-leadership-header__title {
  padding-bottom: 0;
}

#et-main-area .rts-leadership-header__role {
  line-height: 1.3;
  margin-top: 10px;
}

#et-main-area .rts-leadership-header__avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
  background-image: url("../../images/avatar-fallback.svg");
  display: block;
  flex-shrink: 0;
  margin-top: -20px;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-leadership-header__avatar {
    width: 120px;
    height: 120px;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 20px;
  }
}

#et-main-area .rts-leadership-header__links {
  text-align: right;
  flex: 0 0 30%;
  padding-top: 20px;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-leadership-header__links {
    text-align: center;
  }
}

#et-main-area .rts-leadership-header__link {
  color: #FA6400;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

#et-main-area .rts-leadership-header__link:before {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url("../../images/icon-arrow-right-orange.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  left: 0;
  transform: rotate(-180deg);
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-leadership-header__link {
    margin-top: 20px;
  }
}

#et-main-area .rts-leadership-header__details {
  display: flex;
  flex-direction: row;
  flex: 1 1 70%;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-leadership-header__details {
    flex-direction: column;
    text-align: center;
  }
}

#et-main-area .rts-leadership-header__content {
  margin-left: 20px;
  padding-top: 20px;
}

@media only screen and (max-width: 800px) {
  #et-main-area .rts-leadership-header__content {
    margin-left: 0;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#et-main-area .rts-leadership-header__social {
  display: inline-flex;
  margin-top: 20px;
}

#et-main-area .rts-leadership-header__social-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#et-main-area .rts-leadership-header__social-icon--facebook {
  background-image: url("../../images/icon-facebook-dark.svg");
}

#et-main-area .rts-leadership-header__social-icon--twitter {
  background-image: url("../../images/icon-twitter-dark.svg");
}

#et-main-area .rts-leadership-header__social-icon--instagram {
  background-image: url("../../images/icon-instagram-dark.svg");
}

#et-main-area .rts-leadership-header__social-icon--linkedin {
  background-image: url("../../images/icon-linkedin-dark.svg");
}

#et-main-area .rts-related-taxonomies {
  width: 100%;
  background-color: #262626;
  border-radius: 5px;
  padding: 20px;
}

#et-main-area .rts-related-taxonomies__title {
  color: #FA6400;
  font-family: 'KnowledgeMedium',Helvetica,Arial,Lucida,sans-serif;
  margin-bottom: 10px;
  margin-top: 20px;
}

#et-main-area .rts-related-taxonomies__title:first-of-type {
  margin-top: 0;
}

#et-main-area .rts-related-taxonomies__link {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-out;
}

#et-main-area .rts-related-taxonomies__link:hover {
  color: #FA6400;
}

#et-main-area .rts-related-taxonomies__link:hover:after {
  right: -5px;
}

#et-main-area .rts-related-taxonomies__link:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 14px;
  height: 14px;
  background-image: url("../../images/icon-arrow-right-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  transition: all 0.3s ease-out;
}

#et-main-area .rts-related-taxonomies__link:last-of-type {
  margin-bottom: 0;
}

#et-main-area .rts-overlay-block {
  background-color: #000;
  display: block;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

#et-main-area .rts-overlay-block:hover .rts-overlay-block__background-image {
  transform: scale(1.1);
}

#et-main-area .rts-overlay-block__background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  transition: all 1s ease-out;
}

#et-main-area .rts-overlay-block__overlay {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 20px;
  position: relative;
  z-index: 99;
}

#et-main-area .rts-overlay-block__overlay-title {
  color: #fff;
  font-size: 24px;
  line-height: normal;
}

#et-main-area .rts-overlay-block__overlay-title strong {
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
}

#et-main-area .rts-overlay-block__overlay-date {
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

#et-main-area .rts-overlay-block__overlay-copy {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
}

@media only screen and (max-width: 980px) {
  #et-main-area .mobile-full-width {
    width: 100% !important;
  }
}

#et-main-area .rts-latest-news-tweets {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

#et-main-area .rts-latest-news-tweets .twitter-timeline {
  width: 100% !important;
}

#et-main-area .rts-latest-news-tweets .rts-dynamic-row__link {
  position: relative;
  right: auto;
  flex-shrink: 0;
  flex-grow: 0;
}

#et-main-area .rts-latest-news-tweets .rts-dynamic-row__heading {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-right: 20px;
}

@media only screen and (max-width: 700px) {
  #et-main-area .rts-latest-news-tweets .rts-dynamic-row__heading {
    margin-right: 0;
  }
}

#et-main-area .rts-latest-news-tweets .rts-dynamic-row__title {
  font-size: 28px;
}

#et-main-area .rts-latest-news-tweets .rts-article-info__time {
  margin-left: 10px;
}

#et-main-area .rts-latest-news-tweets__news {
  flex: 0 0 70%;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #eee;
  border-bottom: none;
  padding-right: 10px;
  padding-bottom: 0;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-latest-news-tweets__news {
    flex: 0 0 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
  }
}

#et-main-area .rts-latest-news-tweets__news .rts-dynamic-row__card {
  flex: 0 0 calc(100% / 3);
}

#et-main-area .rts-latest-news-tweets__news .rts-dynamic-row__card:last-of-type {
  padding-right: 20px;
}

@media only screen and (max-width: 700px) {
  #et-main-area .rts-latest-news-tweets__news .rts-dynamic-row__card:last-of-type {
    margin-right: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 700px) {
  #et-main-area .rts-latest-news-tweets__news .rts-dynamic-row__card {
    margin-right: 0;
    padding-right: 0;
  }
}

#et-main-area .rts-latest-news-tweets__news .rts-dynamic-row__feed {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-latest-news-tweets__news .rts-dynamic-row__feed {
    margin-top: 0;
  }
}

@media only screen and (max-width: 700px) {
  #et-main-area .rts-latest-news-tweets__news .rts-dynamic-row__feed {
    justify-content: center;
  }
}

#et-main-area .rts-latest-news-tweets__tweets {
  flex: 0 0 30%;
  padding-left: 30px;
  margin-top: 0;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-latest-news-tweets__tweets {
    flex: 0 0 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

#et-main-area .rts-latest-news-tweets__tweets .twitter-timeline {
  margin-left: -10px;
}

#et-main-area .rts-latest-news-tweets__tweets .rts-dynamic-row__heading {
  margin-bottom: 30px;
}

@media only screen and (max-width: 980px) {
  #et-main-area .rts-latest-news-tweets__tweets .rts-dynamic-row__heading {
    margin-top: 10px;
  }
}

#et-main-area .article-template blockquote {
  border-left-width: 12px;
  border-left-color: #CC2C00;
  font-size: 20px;
  font-family: "KnowledgeMedium",Helvetica,Arial,Lucida,sans-serif;
}

#et-main-area .article-template figcaption {
  border-left-width: 2px;
  border-left-color: #FA6400;
  border-left-style: solid;
  padding-left: 10px;
  margin-top: 10px;
  line-height: 1.6;
}

#et-main-area .article-template .dica_divi_carouselitem img {
  max-height: none;
}

#et-main-area .article-template .dica_divi_carouselitem .dica-item-content p {
  border-left-width: 2px;
  border-left-color: #FA6400;
  border-left-style: solid;
  padding-left: 10px;
  margin-top: 10px;
  line-height: 1.6;
}

#et-main-area .number-carousel .content {
  display: flex;
  align-items: center;
}

#et-main-area .number-carousel .number-carousel__numbers {
  flex-shrink: 0;
  margin-right: 15px;
  font-family: "KnowledgeMedium",Helvetica,Arial,Lucida,sans-serif;
  margin-top: 10px;
}

#et-main-area .page-template-page-shows-landing .content-area {
  margin-top: 0;
}

.et-fb-main-settings {
  height: 100%;
  overflow: visible;
}

.et-db #et-boc .et-l .et-fb-modal-add-module-container .et-fb-main-settings--load_layout {
  height: 100%;
  overflow: visible;
}

.et-db #et-boc .et-l .et-fb-modal-add-module-container .et-fb-main-settings--load_layout .et-fb-library-container {
  height: 100%;
}

.et-db #et-boc .et-l .et-fb-modal-add-module-container .et-fb-main-settings--load_layout .et-fb-library-container > div {
  height: 100%;
}

.rts-subscribe-block-modal {
  background: #cc2c00;
  background: linear-gradient(90deg, #cc2c00 0%, #cb5300 100%);
  color: #fff;
  padding: 20px;
  margin-top: 20px;
}

.rts-subscribe-block-modal .extra-privacy {
  display: none;
  margin-top: -10px !important;
}

@media only screen and (max-width: 600px) {
  html body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_section.rts-related-products-wrapper .et_pb_row {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
}

.sticky-child-nav-active .rts-sticky-child-nav__link {
  padding: 10px 20px !important;
}

.sticky-child-nav-active .rts-sticky-child-nav__link--back {
  padding-left: 30px !important;
}

.sticky-child-nav-active .rts-sticky-child-nav__link--back:before {
  top: 15px !important;
}

@media only screen and (max-width: 980px) {
  .js-child-nav {
    position: relative !important;
    top: auto !important;
  }
}

.award-template-default #main-content .container, .partner-template-default #main-content .container {
  padding-top: 0 !important;
  width: 100%;
  max-width: 100%;
}

.single-community #main-content > .container {
  padding-top: 0 !important;
  width: 100%;
  max-width: 100%;
}

.single-community #main-content a, .single-community #main-content .et-db #et-boc .et-l a {
  color: #FA6400 !important;
}

.single-community #main-content .rts-subscribe-strip h3 {
  color: #fff !important;
}

.single-community #main-content #et-boc .et-l .et_pb_button {
  background-color: #FA6400;
  color: #ffffff !important;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.2s ease-out;
  padding: 10px 20px;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  border: none;
}

.single-rpb #main-content > .container {
  padding-top: 0 !important;
  width: 100%;
  max-width: 100%;
}

.single-rpb #main-content a, .single-rpb #main-content .et-db #et-boc .et-l a {
  color: #FA6400 !important;
}

.single-rpb #main-content .rts-related-products__card-title {
  color: #fff !important;
}

.single-rpb #main-content .rts-related-products__card-title:hover {
  color: #FA6400 !important;
}

.single-rpb #main-content .rts-subscribe-strip h3 {
  color: #fff !important;
}

.single-rpb #main-content .e-button {
  color: #fff !important;
}

.single-rpb #main-content .et_pb_post_content .et_pb_row_0 {
  width: 100%;
}

.single-rpb #main-content .rts-dynamic-row__text a {
  color: #484848 !important;
}

.single-rpb #main-content .rts-dynamic-row__text a:hover {
  color: #FA6400 !important;
}

.single-rpb #main-content #et-boc .et-l .et_pb_button {
  background-color: #FA6400;
  color: #ffffff !important;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.2s ease-out;
  padding: 10px 20px;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif;
  border: none;
}

.single-rpb .wp-block-divi-layout {
  margin-bottom: 0;
}

.tax-authors .rts-author-header__title {
  color: #ffffff !important;
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif !important;
}

.tax-authors .rts-author-header__social {
  color: #ffffff !important;
}

.tax-authors .rts-author-header__social:hover {
  color: #FA6400 !important;
}

.tax-authors .rts-author-recent__title {
  font-family: 'KnowledgeBlack',Helvetica,Arial,Lucida,sans-serif !important;
}

.single-leadership .et_pb_section_first {
  padding-top: 0 !important;
}

#cn-notice-text {
  color: #333;
}

.cookie-notice-hidden {
  display: none;
}

.cookies-accepted #cookie-notice {
  display: none;
}

@media (min-width: 981px) {
  body.rtl #et-main-area .rts-dynamic-row__link {
    display: block;
    position: absolute;
    right: auto;
    left: 0;
  }
}

body.rtl #et-main-area .rts-video-section__link {
  margin-right: 20px;
}

@media (min-width: 981px) {
  body.rtl.home .et_pb_section_2 .et_pb_row_3 .et_pb_column:first-of-type {
    margin-right: 0 !important;
  }
  body.rtl.home .et_pb_section_2 .et_pb_row_3 .et_pb_column:last-child {
    margin-right: 5.5% !important;
    background-color: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  }
}

body.rtl #et-main-area .rts-dynamic-row__card:last-of-type {
  padding-right: 20px;
}

body.rtl #et-main-area .rts-dynamic-row__card:first-of-type {
  padding-right: 0;
}

body.rtl #et-main-area .rts-pinned-pods__pod:last-of-type {
  border-right: 2px solid #fff;
}

body.rtl #et-main-area .rts-pinned-pods__pod:first-of-type {
  border-right: none;
}

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