/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 3.) Header - Main
 4.) Content - Main
 5.) Footer - Main
 6.) Inner - Pages
 7.) Animates
 8.) Text - Colors / Wordpress Cores

========================================*/
/*
 1.) Typography
----------------------------------------*/
/*
.tk-acumin-pro { font-family: "acumin-pro",sans-serif; }
*/
/*
 2.) Default Styles
----------------------------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ol,
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #616161;
  line-height: 28px;
  background: #f7f7f7;
  margin: 0;
  padding: 0;
}

sub,
sup {
  font-size: 60%;
}

/*sup {
	top: 0;
}*/
sub {
  bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/*= Links 
=======================================================*/
a {
  /*font-weight: 600;*/
  color: #cc3333;
  text-decoration: underline;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  color: #b72323;
  text-decoration: underline;
}

a:visited {
  outline: 0;
}

a[href^="tel:"],
a[href^="fax:"] {
  color: #cc3333;
  text-decoration: underline;
}

a:hover[href^="tel:"],
a:focus[href^="tel:"],
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
  color: #b72323;
  text-decoration: underline;
}

a[href^="mailto:"] {
  word-break: break-all;
}

.txt-small {
  font-size: 13px;
  line-height: 1.2;
  padding-bottom: 1em;
}

/*= Headings: P, H1, H2, H3, H4, H5, H6 
=======================================================*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  color: #262222;
  padding-bottom: 15px;
}

h1,
.h1 {
  font-size: 50px;
  line-height: 58px;
  padding-bottom: 26px;
}

h2,
.h2 {
  font-size: 40px;
  line-height: 50px;
  padding-bottom: 29px;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 40px;
}

h4,
.h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

h5,
.h5 {
  font-size: 22px;
  line-height: 30px;
}

h6,
.h6 {
  font-weight: 500;
  font-size: 18px;
  color: inherit;
  line-height: 24px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  text-decoration: none;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  padding-bottom: 0;
}

p {
  padding-bottom: 20px;
}

p:last-child {
  padding-bottom: 0;
}

.txt {
  padding-bottom: 100px;
}

.txt:last-child {
  padding-bottom: 0;
}

.txt2 {
  padding-bottom: 60px;
}

.txt2:last-child {
  padding-bottom: 0;
}

em {
  font-style: italic;
}

em.fal,
em.far,
em.fas,
em.fab {
  font-style: normal;
}

strong {
  font-weight: 700;
}

@media (max-width: 1199px) {
  .txt {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {

  h1,
  .h1 {
    font-size: 38px;
    line-height: 44px;
    padding-bottom: 20px;
  }

  .hero-inner .aside p.h1 {
    font-size: 38px;
    line-height: 44px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  h2,
  .h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
  }

  h3,
  .h3 {
    font-size: 24px;
    line-height: 34px;
  }

  h4,
  .h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .txt {
    padding-bottom: 60px;
  }

  .txt2 {
    padding-bottom: 40px;
  }
}

/*= Unorder List 
=======================================================*/
ul,
ol {
  list-style: none;
  padding-left: 30px;
}

li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}

li:last-child {
  padding-bottom: 20px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
  padding-bottom: 0;
}

ul li ul,
ol li ol {
  padding: 10px 0 0 0;
}

ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  float: left;
  border: 2px solid #749957;
  border-radius: 900px;
  position: absolute;
  top: 11px;
  left: 0;
}

@media (max-width: 991px) {

  ul,
  ol {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {

  ul,
  ol {
    padding-left: 10px;
  }

  li {
    padding-bottom: 5px;
  }
}

/*= Order List 
=======================================================*/
ol {
  counter-reset: item;
}

ol>li {
  counter-increment: item;
}

ol>li:before {
  content: counter(item);
  font-weight: 700;
  color: #749957;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

/* #Input Styles
================================================= */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

select,
textarea,
input {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
  width: 100%;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #616161;
  line-height: 22px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  width: 100%;
  height: 60px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #262222;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #f7f7f7;
  border-radius: 4px;
  box-shadow: inset #dcd4cc 0 0 0 1px;
  border-radius: 4px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  position: relative;
  padding: 15px 30px;
  margin: 0;
}

textarea {
  height: 192px;
  line-height: 26px;
  white-space: normal;
  outline: none;
  resize: none;
}

select {
  background-image: url(../img/chevron-down.svg);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: top 21px right 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 0;
  padding-right: 70px;
  padding-bottom: 0;
}

select::-ms-expand {
  display: none;
}

select.colorize expand-item:not([disabled]) {
  color: #262222;
}

select.colorize expand-item.def:not([disabled]),
select.colorize.empty:not([disabled]) {
  font-weight: 300;
  color: #616161;
}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
  font-weight: 300;
  color: #616161;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-weight: 300;
  color: #616161;
}

::-moz-placeholder {
  font-weight: 300;
  color: #616161;
}

::-ms-input-placeholder {
  font-weight: 300;
  color: #616161;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  box-shadow: inset #97b85d 0 0 0 1px;
  outline: 0;
}

@media (max-width: 767px) {

  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    height: 50px;
    padding: 15px 25px;
  }

  textarea {
    height: 150px;
  }

  select {
    background-size: 16px auto;
    background-position: top 16px right 25px;
  }
}

/* Form - Check */
.form-check {
  width: 100%;
  min-height: 23px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 42px;
  margin: 0;
}

.form-check .form-check-input,
.gform_wrapper.gravity-theme .gfield--type-consent input {
  width: 23px;
  height: 23px;
  float: none;
  display: inline-block;
  vertical-align: top;
  background: #ecebeb;
  border: 1px solid #dcd4cc;
  border-radius: 900px;
  box-shadow: none;
  outline: 0;
  position: absolute;
  top: 30%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  margin: 0;
  appearance: none;
}

.gform_wrapper.gravity-theme .gfield--type-consent input:checked {
  background: #0d6efd;
}

.gform_footer {
  margin: 45px 0 0;
  float: left;
  position: relative;
}

.gform_footer input[type="submit"] {
  padding-right: 82px;
}

.gform_footer:before {
  content: "";
  width: 0;
  height: 100%;
  float: left;
  /*background: #b72323;*/
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.gform_footer:after {
  width: 44px;
  height: 44px;
  float: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  content: "\f061";
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 400;
  font-size: 120%;
  color: #cc3333;
  background: #ffffff url(../img/arrow-right.svg) no-repeat center center;
  background-size: 24px auto;
  border-radius: 900px;
  text-indent: -99999px;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: absolute;
  overflow: hidden;
  top: 10px;
  /* margin: -33px -22px -33px 11px; */
  right: 25px;
  z-index: 1;
}

.gform_footer:hover:before {
  width: 100%;
}

.gform_footer:hover:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.form-check .form-check-input,
.gform_wrapper.gravity-theme .gfield--type-consent .ginput_container {
  width: 100%;
  min-height: 23px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 42px;
  margin: 0;
}

.form-check .form-check-input[type="checkbox"] {
  border-radius: 0;
}

.form-check .form-check-input:focus,
.form-check .form-check-input:active {
  filter: brightness(100%);
}

.form-check .form-check-input:checked {
  background-repeat: no-repeat;
  background-image: url(../img/check.svg);
  background-position: center center;
  background-size: 14px auto;
  border-color: #97b85d;
}

.form-check .form-check-input:checked[type="radio"] {
  background-image: url(../img/circle.svg);
  background-size: 13px auto;
  border-color: #97b85d;
}

.form-check .form-check-label {
  font-weight: inherit;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
}

/* #Buttons
================================================== */
/* Arrow Right */
@keyframes arrowright {
  0% {
    margin-left: 8px;
    margin-right: 0;
  }

  75% {
    margin-left: 16px;
    margin-right: -8px;
  }

  100% {
    margin-left: 8px;
    margin-right: 0;
  }
}

@-webkit-keyframes arrowright {
  0% {
    margin-left: 8px;
    margin-right: 0;
  }

  75% {
    margin-left: 16px;
    margin-right: -8px;
  }

  100% {
    margin-left: 8px;
    margin-right: 0;
  }
}

/* Arrow Right Up */
@keyframes arrowrightup {
  0% {
    margin-left: 10px;
    margin-right: 0;
  }

  75% {
    margin-left: 15px;
    margin-right: -5px;
    margin-top: -5px;
  }

  100% {
    margin-left: 10px;
    margin-right: 0;
  }
}

@-webkit-keyframes arrowrightup {
  0% {
    margin-left: 10px;
    margin-right: 0;
  }

  75% {
    margin-left: 15px;
    margin-right: -5px;
    margin-top: -5px;
  }

  100% {
    margin-left: 10px;
    margin-right: 0;
  }
}

/* Arrow Left */
@keyframes arrowleft {
  0% {
    margin-right: 8px;
    margin-left: 0;
  }

  75% {
    margin-right: 16px;
    margin-left: -8px;
  }

  100% {
    margin-right: 8px;
    margin-left: 0;
  }
}

@-webkit-keyframes arrowleft {
  0% {
    margin-right: 8px;
    margin-left: 0;
  }

  75% {
    margin-right: 16px;
    margin-left: -8px;
  }

  100% {
    margin-right: 8px;
    margin-left: 0;
  }
}

/* Custom - Select */
button {
  background: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
}

button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus {
  outline: 0;
}

.btn,
input[type="button"],
input[type="submit"] {
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  background: #cc3333;
  border: none;
  border-radius: 90px;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  padding: 20px 35px 22px 35px;
  margin: 0;
}

.btn:before {
  content: "";
  width: 0;
  height: 100%;
  float: left;
  background: #b72323;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn:after {
  width: 44px;
  height: 44px;
  float: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  content: "\f061";
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 400;
  font-size: 120%;
  color: #cc3333;
  background: #ffffff url(../img/arrow-right.svg) no-repeat center center;
  background-size: 24px auto;
  border-radius: 900px;
  text-indent: -99999px;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: relative;
  overflow: hidden;
  top: -1px;
  margin: -33px -22px -33px 11px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active,
.button:not(:disabled):not(.disabled):active {
  color: #ffffff;
  text-decoration: none;
  box-shadow: none;
  outline: 0;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus {
  background: #b72323;
}

.btn:hover:before,
.btn:focus:before,
.btn:active:before,
.btn:active:focus:before,
.btn.active:before,
.btn.active:focus:before {
  width: 100%;
}

.btn:hover:after,
.btn:focus:after,
.btn:active:after,
.btn:active:focus:after,
.btn.active:after,
.btn.active:focus:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.btn:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}

.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-out {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}

.btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px -10px -20px -10px;
}

.btn-wrap .btn {
  float: left;
  margin: 0 10px 20px 10px;
}

@media (max-width: 767px) {

  .btn,
  input[type="button"],
  input[type="submit"] {
    font-size: 18px;
    line-height: 22px;
    padding: 16px 30px 18px 30px;
  }

  .btn:after {
    width: 36px;
    height: 36px;
    background-size: 20px auto;
    margin: -9px -18px -9px 11px;
  }
}

/* Table */
table,
tbody,
thead,
tr,
th,
td {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

/* Figure */
figure,
.figure {
  vertical-align: top;
}

.break-word {
  word-wrap: break-word;
}

/* #Flying focus
================================================== */
#flying-focus {
  position: absolute;
  margin: 0;
  background: transparent;
  -webkit-transition-property: left, top, width, height, opacity;
  transition-property: left, top, width, height, opacity;
  -webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  visibility: hidden;
  pointer-events: none;
  box-shadow: -webkit-focus-ring-color 0 0 0 2px;
  border-radius: 0;
}

#flying-focus.flying-focus_visible {
  visibility: visible;
  z-index: 9999;
}

.flying-focus_target {
  outline: none !important;
  /* Doesn't work in Firefox :( */
}

/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
  border: 0 !important;
}

/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #flying-focus {
    box-shadow: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -3px;
  }
}

/* Skip - Button */
.skip-btn {
  height: 50px;
  float: left;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background: #cc3333;
  border-radius: 10px;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  overflow: hidden;
  position: absolute;
  z-index: 1001;
  top: -40px;
  left: 3px;
  opacity: 0;
  padding: 0 35px;
  margin: 0;
}

.skip-btn:focus,
.skip-btn:active {
  top: 3px;
  color: #ffffff;
  text-decoration: none;
  background: #cc3333;
  box-shadow: rgba(0, 0, 0, .20) 0 0 25px;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
  opacity: 1;
}

/*= Container - Main
=======================================================*/
.container-main {
  width: 100%;
  min-height: 100vh;
  float: left;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding: 0 40px;
}

@media (min-width: 768px) {
  .container.max-1015 {
    max-width: 1095px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 650px;
    padding: 0 25px;
  }
}

/* Dropdown - Menu */
.dropdown-menu {
  z-index: 7;
}

/* Tooltip */
.tooltip {
  font-weight: 400;
  font-size: 18px;
  color: #262222;
  line-height: 28px;
  opacity: 0;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .tooltip-inner {
  max-width: 350px;
  color: inherit;
  text-align: center;
  background: #ffffff;
  border-radius: 32px;
  padding: 40px 24px;
}

.tooltip .tooltip-arrow {
  width: 2.5rem;
  height: 1.25rem;
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
  padding: 1.25rem 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-width: 1.25rem 1.25rem 0;
  border-top-color: #ffffff;
}

.bs-tooltip-top .tooltip-inner {
  box-shadow: 0px 30px 60px #00000024;
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
  padding: 0 1.25rem;
}

.bs-tooltip-end .tooltip-inner {
  box-shadow: -30px 0 60px #00000024;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  width: 1.25rem;
  height: 2.5rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-width: 1.25rem 1.25rem 1.25rem 0;
  border-right-color: #ffffff;
  margin-top: -10px;
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
  padding: 1.25rem 0;
}

.bs-tooltip-bottom .tooltip-inner {
  box-shadow: 0px -30px 60px #00000024;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 1.25rem 1.25rem;
  border-bottom-color: #ffffff;
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
  padding: 0 1.25rem;
}

.bs-tooltip-start .tooltip-inner {
  box-shadow: 30px 0 60px #00000024;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  width: 1.25rem;
  height: 2.5rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  border-width: 1.25rem 0 1.25rem 1.25rem;
  border-left-color: #ffffff;
}

@media (max-width: 767px) {
  .tooltip {
    font-size: 16px;
    line-height: 26px;
  }

  .tooltip .tooltip-inner {
    max-width: 310px;
    border-radius: 26px;
    padding: 25px 20px;
  }
}

/* Divider */
.divider {
  width: 100%;
  height: 2px;
  float: none;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 100px;
}

.divider span {
  width: 100%;
  height: 2px;
  float: left;
  background: #dcd4cc;
  text-indent: 99999px;
  overflow: hidden;
}

.divider:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .divider span {
    animation-delay: 1s;
  }
}

@media (max-width: 1199px) {
  .divider {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .divider {
    margin-bottom: 60px;
  }
}

/* Figure */
.figure {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 100px;
}

.figure img {
  width: 100%;
  vertical-align: top;
}

.figure:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .figure {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .figure {
    margin-bottom: 60px;
  }
}

/* Sub - Titles */
.sub-title-sml,
.sub-title-lrg {
  margin-bottom: 20px;
}

.sub-title-sml:last-child,
.sub-title-lrg:last-child {
  margin-bottom: 0;
}

.sub-title-sml {
  font-size: 18px;
  color: #124a4e;
  line-height: 24px;
}

.sub-title-lrg {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .sub-title-lrg {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1199px) {

  .sub-title-sml,
  .sub-title-lrg {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

/* Read - More */
.read-more {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.read-more a,
.read-more span {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 18px;
  color: #cc3333;
  line-height: 22px;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: relative;
}

.read-more a em,
.read-more span em {
  width: 24px;
  height: 24px;
  font-size: 120%;
  background: url(../img/arrow-right.svg) no-repeat center center;
  background-size: 24px auto;
  text-indent: -99999px;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: relative;
  top: 1px;
  margin: 0 0 0 8px;
}

.read-more a:hover,
.read-more a:focus,
.read-more a:active,
a.box:hover .read-more span,
a.box:focus .read-more span,
a.box:active .read-more span {
  color: #b72323;
  text-decoration: underline;
}

.read-more a:hover em,
.read-more a:focus em,
.read-more a:active em,
a.box:hover .read-more span em,
a.box:focus .read-more span em,
a.box:active .read-more span em {
  animation: arrowright 0.5s linear 1;
  -webkit-animation-name: arrowright 0.5s linear 1;
}

@media (max-width: 767px) {

  .read-more a em,
  .read-more span em {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    top: 2px;
  }
}

/* Icon - Play */
.icon-play {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.icon-play img {
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.icon-play:before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: #262222;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.14;
  z-index: 1;
}

.icon-play:after {
  width: 103px;
  height: 71px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 28px;
  color: #cc3333;
  line-height: 1em;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, .30) 0 0 30px;
  border-radius: 20px;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 0 0 0 2px;
}

.icon-play:hover:after,
.icon-play:focus:after,
.icon-play:active:after {
  color: #ffffff;
  background: #cc3333;
}

.icon-play:hover img,
.icon-play:focus img,
.icon-play:active img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .icon-play:after {
    width: 70px;
    height: 48px;
    font-size: 20px;
    border-radius: 12px;
  }
}

@media (max-width: 479px) {
  .icon-play:after {
    width: 16vw;
    height: 10vw;
    font-size: 4vw;
    border-radius: 3vw;
  }
}

/* Blockquote */
.blockquote,
blockquote {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 24px;
  color: #262222;
  line-height: 40px;
  margin: 0 0 100px 0;
}

.blockquote:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

.blockquote p,
blockquote p {
  position: relative;
  padding: 0 0 0 30px;
}

.blockquote p:before,
.blockquote p:after,
blockquote p:before,
blockquote p:after {
  content: "";
  width: 3px;
  height: 50%;
  float: left;
  background: #dcd4cc;
  position: absolute;
  left: 0;
}

.blockquote p:before,
blockquote p:before {
  top: 8px;
}

.blockquote p:after,
blockquote p:after {
  bottom: 5px;
}

.blockquote .author-wrap {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  padding: 20px 0 0 30px;
}

.blockquote .author-wrap .name {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #124a4e;
}

@media (max-width: 1199px) {
  .blockquote {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 80px;
  }

  .blockquote .author-wrap .name {
    font-size: 22px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .blockquote {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 60px;
  }

  .blockquote p {
    padding-left: 25px;
  }

  .blockquote p:before,
  .blockquote p:after {
    width: 2px;
  }

  .blockquote .author-wrap {
    font-size: 16px;
    line-height: 22px;
    padding: 20px 0 0 25px;
  }

  .blockquote .author-wrap .name {
    font-size: 20px;
    line-height: 26px;
  }
}

/* Subhead - Txt */
.subhead-txt {
  margin-bottom: 35px;
}

.subhead-txt:last-child {
  margin-bottom: 0;
}

.subhead-txt h3,
.subhead-txt .h3 {
  padding-bottom: 7px;
}

.subhead-txt h3:last-child,
.subhead-txt .h3:last-child {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .subhead-txt {
    margin-bottom: 30px;
  }
}

/* Sub - Txt */
.subtxt {
  margin-bottom: 45px;
}

.subtxt:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .subtxt {
    margin-bottom: 35px;
  }
}

/* Row - Txt */
.row-txt {
  margin-bottom: 100px;
}

.row-txt:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .row-txt {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .row-txt {
    margin-bottom: 60px;
  }
}

/* Heading - Txt */
.heading-txt {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 60px;
}

.heading-txt.no-mb,
.heading-txt:last-child {
  margin-bottom: 0;
}

.heading-txt p {
  position: relative;
  padding-left: 30px;
}

.heading-txt p:before,
.heading-txt p:after {
  content: "";
  width: 3px;
  height: 60%;
  float: left;
  background: #dcd4cc;
  position: absolute;
  left: 0;
}

.heading-txt p:before {
  top: 0px;
}

#interactive-map {
  padding: 75px 0 100px 0;
}

#interactive-map .heading-txt {
  margin-bottom: 50px;
}

#interactive-map .heading-txt .aside {
  max-width: 100%;
}

.heading-txt p:after {
  bottom: -5px;
}

.heading-txt .aside {
  width: 100%;
  max-width: 900px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .heading-txt {
    font-size: 22px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .heading-txt {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 50px;
  }

  .heading-txt p {
    padding-left: 25px;
  }

  .heading-txt p:before,
  .heading-txt p:after {
    width: 2px;
  }
}

/* Heading - Txt2 */
.heading-txt2 {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 60px;
}

.heading-txt2:last-child {
  margin-bottom: 0;
}

.heading-txt2 .aside {
  width: 100%;
  max-width: 900px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .heading-txt2 {
    font-size: 22px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .heading-txt2 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}

/* Heading - Txt3 */
.heading-txt3 {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 34px;
  border-bottom: 1px solid #dcd4cc;
  padding-bottom: 40px;
  margin-bottom: 45px;
}

.heading-txt3:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.heading-txt3 h2,
.heading-txt3 .h2 {
  padding-bottom: 12px;
}

.heading-txt3 h2:last-child,
.heading-txt3 .h2:last-child {
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .heading-txt3 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .heading-txt3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}

/* Heading - Split */
.heading-split {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 90px;
}

.heading-split:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .heading-split .aside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }

  .heading-split .aside:before,
  .heading-split .aside:after {
    content: "";
    width: 3px;
    height: 50%;
    float: left;
    background: #dcd4cc;
    position: absolute;
    left: 45%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .heading-split .aside:before {
    top: 8px;
  }

  .heading-split .aside:after {
    bottom: 5px;
  }

  .heading-split .aside h2,
  .heading-split .aside .h2 {
    width: 45%;
    float: left;
    padding: 0 30px 0 0;
  }

  .heading-split .aside p {
    width: 55%;
    float: left;
    padding: 0 0 0 30px;
  }
}

@media (min-width: 1200px) {

  .heading-split .aside:before,
  .heading-split .aside:after {
    left: 47.5%;
  }

  .heading-split .aside h2,
  .heading-split .aside .h2 {
    width: 47.5%;
  }

  .heading-split .aside p {
    width: 52.5%;
  }
}

@media (max-width: 1199px) {
  .heading-split {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .heading-split p {
    position: relative;
    padding-left: 30px;
  }

  .heading-split p:before,
  .heading-split p:after {
    content: "";
    width: 3px;
    height: 50%;
    float: left;
    background: #dcd4cc;
    position: absolute;
    left: 0;
  }

  .heading-split p:before {
    top: 8px;
  }

  .heading-split p:after {
    bottom: 5px;
  }
}

@media (max-width: 767px) {
  .heading-split {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 50px;
  }

  .heading-split p {
    padding-left: 25px;
  }

  .heading-split p:before,
  .heading-split p:after {
    width: 2px;
  }
}

/* Heading With - Icon */
.heading-icon {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 45px;
}

.heading-icon:last-child {
  margin-bottom: 0;
}

.heading-icon p {
  width: 100%;
  max-width: 900px;
}

.heading-icon .aside {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid #dcd4cc;
  position: relative;
  /*overflow: hidden;*/
  padding: 0 0 25px 87px;
  margin: 0 0 28px 0;
}

.search-results .heading-icon .aside {
  padding-left: 0;
}

h2.search-result {
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}

.search-entry .excerpt {
  padding-bottom: 1em;
}

.entries-pagination {
  margin-top: 2em;
}

.entries-pagination a {
  float: left;
  margin-right: 10px;
}

.entries-pagination a:after {
  display: none;
  background: none;
  width: auto;
}

.heading-icon .aside:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.heading-icon .aside .icon {
  width: 70px;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /*margin: -12.5px 0 0 0;*/
}

.heading-icon .aside .sub-title-lrg {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .heading-icon {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .heading-icon {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-icon .aside .sub-title-lrg {
    font-size: 18px;
    line-height: 26px;
  }
}

/* Form - Block */
.form-block {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  border: 2px solid #dcd4cc;
  border-radius: 10px;
  padding: 8%;
  margin-bottom: 100px;
}

.form-block .gform_legacy_markup_wrapper {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
}

.form-block .gform_wrapper.gravity-theme .gform_fields {
  display: block;
  width: 100%;
}

.gform_wrapper.gravity-theme .gfield {
  padding: 0 0 40px;
  float: left;
  width: 100%;
}

.gform_wrapper.gravity-theme .gfield_consent_label {
  font-weight: inherit;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
}

.form-block .gform_footer {
  margin: 10px 0 0;
}

.form-block:last-child {
  margin-bottom: 0;
}

.form-block .form-wrap,
.form-block form {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.form-block ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px -45px -10px;
}

.form-block ul li {
  width: 100%;
  float: left;
  font-weight: inherit;
  line-height: 1em;
  padding: 0 10px 45px 10px;
  margin: 0;
}

.form-block ul li:last-child {
  padding-bottom: 45px;
}

.form-block ul li:before {
  display: none;
}

.form-block .btn-out {
  margin: 55px 0 0 0;
}

@media (max-width: 1199px) {
  .form-block {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .form-block {
    margin-bottom: 60px;
  }

  .form-block ul {
    margin: 0 -10px -30px -10px;
  }

  .form-block ul li {
    padding: 0 10px 30px 10px;
  }

  .form-block ul li:last-child {
    padding-bottom: 30px;
  }

  .form-block .btn-out {
    margin: 40px 0 0 0;
  }
}

/* Accordion - List */
.accord-list {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 100px;
}

/*.accord-list:last-child {
	margin-bottom: 0;
}*/
.accord-list .accord-items-wrap {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}

.accord-list .accord-items-wrap:last-child {
  margin-bottom: 0;
}

.accord-list .accord-item {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 9px;
}

.accord-list .accord-item:last-child {
  margin-bottom: 0;
}

.accord-list .accord-header {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.accord-list .accord-header a {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  line-height: 26px;
  text-decoration: none;
  background: #124a4e;
  border-radius: 4px;
  position: relative;
  padding: 14px 60px 14px 30px;
}

.accord-list .accord-header a:after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 100%;
  color: #97b85d;
  line-height: 1em;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  top: 50%;
  right: 25px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.accord-list .accord-header a.collapsed {
  color: #124a4e;
  background: #c9d4d5;
}

.accord-list .accord-header a.collapsed:after {
  content: "\f078";
  color: #124a4e;
}

.accord-list .accord-body {
  padding: 22px;
}

@media (max-width: 1199px) {
  .accord-list {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .accord-list {
    margin-bottom: 60px;
  }

  .accord-list .accord-header a {
    font-size: 18px;
    line-height: 24px;
    padding: 16px 60px 16px 25px;
  }

  .accord-list .accord-header a:after {
    right: 25px;
  }

  .accord-list .accord-body {
    padding: 10px 5px;
  }
}

/* CTA - Txt */
.cta-txt {
  font-weight: 500;
  font-size: 20px;
  color: #262222;
  line-height: 30px;
  margin-bottom: 100px;
  width: 100%;
  max-width: 650px;
}

.cta-txt:last-child {
  margin-bottom: 0;
}

.cta-txt p {
  width: 100%;
  max-width: 650px;
}

@media (max-width: 1199px) {
  .cta-txt {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 80px;
  }

  .cta-txt p {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .cta-txt {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 60px;
  }

  .cta-txt p {
    max-width: 520px;
  }
}

/* Bottom - Pager */
.btm-pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btm-pager .pager {
  width: 60%;
  float: left;
}

.btm-pager .pager a {
  font-weight: 400;
  font-size: 20px;
  color: #616161;
  line-height: 30px;
  text-decoration: underline;
  position: relative;
  margin: 0 64px 0 0;
}

.btm-pager .pager a:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 120%;
  line-height: 1em;
  position: absolute;
  top: 4px;
}

.btm-pager .pager a:hover,
.btm-pager .pager a:focus,
.btm-pager .pager a:active {
  color: #cc3333;
}

.btm-pager .pager .previous {
  padding: 0 0 0 18px;
}

.btm-pager .pager .previous:before {
  content: "\f104";
  left: 0;
}

.btm-pager .pager .next {
  padding: 0 18px 0 0;
  float: right;
}

.btm-pager .pager .next:before {
  content: "\f105";
  right: 0;
}

.btm-pager .download {
  width: 40%;
  float: right;
  text-align: right;
}

.btm-pager .download a {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  padding: 0 31px 0 0;
}

.btm-pager .download a:after {
  content: "\f33d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 120%;
  line-height: 1em;
  position: absolute;
  top: 2px;
  right: 0;
}

@media (max-width: 767px) {
  .btm-pager {
    margin-bottom: -40px;
  }

  .btm-pager .pager {
    width: 100%;
    float: left;
    order: 2;
    margin-bottom: 40px;
  }

  .btm-pager .pager a {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
  }

  .btm-pager .pager .previous {
    float: left;
  }

  .btm-pager .pager .next {
    float: right;
  }

  .btm-pager .download {
    width: 100%;
    float: left;
    text-align: center;
    order: 1;
    margin-bottom: 40px;
  }

  .btm-pager .download a {
    font-size: 18px;
    line-height: 28px;
    padding: 0 28px 0 0;
  }
}

/* Search - Box */
.search-box {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.search-box form {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}

.search-box select,
.search-box textarea,
.search-box input[type="text"],
.search-box input[type="password"],
.search-box input[type="datetime"],
.search-box input[type="datetime-local"],
.search-box input[type="date"],
.search-box input[type="month"],
.search-box input[type="time"],
.search-box input[type="week"],
.search-box input[type="number"],
.search-box input[type="email"],
.search-box input[type="url"],
.search-box input[type="search"],
.search-box input[type="tel"],
.search-box input[type="color"],
.search-box .uneditable-input {
  height: 60px;
  background: #ffffff;
  padding: 15px 80px 15px 30px;
  margin: 0;
}

.search-box .btn,
.search-box input[type="button"],
.search-box input[type="submit"] {
  min-width: inherit;
  width: 60px;
  height: 60px;
  float: right;
  background: url(../img/search.svg) no-repeat center center;
  background-size: 21px auto;
  box-shadow: none;
  border-radius: 10px;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.search-box .btn:hover,
.search-box .btn:focus,
.search-box .btn:active,
.search-box .btn:active:focus,
.search-box .btn.active,
.search-box .btn.active:focus,
.search-box input[type="button"]:hover,
.search-box input[type="button"]:focus,
.search-box input[type="button"]:active,
.search-box input[type="button"]:active:focus,
.search-box input[type="button"].active,
.search-box input[type="button"].active:focus,
.search-box input[type="submit"]:hover,
.search-box input[type="submit"]:focus,
.search-box input[type="submit"]:active,
.search-box input[type="submit"]:active:focus,
.search-box input[type="submit"].active,
.search-box input[type="submit"].active:focus,
.search-box .btn:not(:disabled):not(.disabled).active,
.search-box .btn:not(:disabled):not(.disabled):active {
  background: url(../img/search.svg) no-repeat center center;
  background-size: 21px auto;
}

@media (max-width: 767px) {

  .search-box select,
  .search-box textarea,
  .search-box input[type="text"],
  .search-box input[type="password"],
  .search-box input[type="datetime"],
  .search-box input[type="datetime-local"],
  .search-box input[type="date"],
  .search-box input[type="month"],
  .search-box input[type="time"],
  .search-box input[type="week"],
  .search-box input[type="number"],
  .search-box input[type="email"],
  .search-box input[type="url"],
  .search-box input[type="search"],
  .search-box input[type="tel"],
  .search-box input[type="color"],
  .search-box .uneditable-input {
    height: 50px;
    padding: 15px 80px 15px 25px;
  }

  .search-box .btn,
  .search-box input[type="button"],
  .search-box input[type="submit"] {
    width: 50px;
    height: 50px;
  }
}

/*
 3.) Header - Main
----------------------------------------*/
.header-main {
  width: 100%;
  height: 89px;
  float: left;
  background: #dcd4cc;
  box-shadow: rgba(0, 0, 0, .20) 0 0 15px;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.header-main.fixed {
  position: fixed;
}

@media (min-width: 768px) {
  .header-main .container {
    max-width: 1680px;
  }
}

@media (max-width: 767px) {
  .header-main {
    height: 70px;
  }
}

/* Site Brand */
.header-main .brand {
  height: 89px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0 -500px 0 0;
}

.header-main .brand img {
  width: 100%;
  max-width: 235px;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 1200px) {
  .header-main .brand img {
    max-width: 200px;
  }
}

@media (min-width: 1500px) {
  .header-main .brand img {
    max-width: 235px;
  }
}

@media (max-width: 767px) {
  .header-main .brand {
    height: 70px;
  }

  .header-main .brand img {
    max-width: 200px;
  }
}

@media (min-width: 1200px) {
  .header-main .nav-bar {
    float: right;
  }

  .header-main .nav-bar .nav-max,
  .header-main .nav-bar .nav-inn {
    float: left;
  }

  .header-main .nav-bar .brand-sm,
  .header-main .nav-bar .close-btn {
    display: none;
  }

  /* Primary - Menu */
  .header-main .primary-menu {
    float: left;
  }

  .header-main .primary-menu ul {
    float: left;
    padding: 0;
    margin: 0 -30px 0 0;
  }

  .header-main .primary-menu ul li {
    float: left;
    padding: 0;
    margin: 0 30px 0 0;
  }

  .header-main .primary-menu ul li:before {
    display: none;
  }

  .header-main .primary-menu ul li>a {
    height: 89px;
    float: left;
    font-weight: 500;
    font-size: 18px;
    color: #262222;
    line-height: 89px;
    text-decoration: none;
    text-align: center;
    position: relative;
  }

  .header-main .primary-menu ul li>a:before {
    content: "";
    width: 0;
    height: 5px;
    float: left;
    background: #124a4e;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    opacity: 0;
  }

  .header-main .primary-menu ul li .sub-title {
    display: none;
  }

  .header-main .primary-menu ul li.mega-menu-item>a,
  .header-main .primary-menu ul li.menu-item-has-children>a {
    padding-right: 18px;
  }

  .header-main .primary-menu ul li.mega-menu-item>a:after,
  .header-main .primary-menu ul li.menu-item-has-children>a:after {
    content: "\f078";
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 400;
    font-size: 80%;
    line-height: 80%;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 2px 0 -2px 0;
  }

  .header-main .primary-menu ul li:hover>a,
  .header-main .primary-menu ul li>a:focus,
  .header-main .primary-menu ul li.nav-menu-open>a,
  .header-main .primary-menu ul li.current-menu-item>a,
  .header-main .primary-menu ul li.current-menu-parent>a,
  .header-main .primary-menu ul li.current-menu-ancestor>a {
    color: #124a4e;
    text-decoration: none;
  }

  .header-main .primary-menu ul li:hover>a:before,
  .header-main .primary-menu ul li>a:focus:before,
  .header-main .primary-menu ul li.nav-menu-open>a:before,
  .header-main .primary-menu ul li.current-menu-item>a:before,
  .header-main .primary-menu ul li.current-menu-parent>a:before,
  .header-main .primary-menu ul li.current-menu-ancestor>a:before {
    width: 100%;
    left: 0;
    opacity: 1;
  }

  .header-main .primary-menu ul li.mega-menu-item:hover>a:after,
  .header-main .primary-menu ul li.menu-item-has-children:hover>a:after,
  .header-main .primary-menu ul li.mega-menu-item>a:focus:after,
  .header-main .primary-menu ul li.menu-item-has-children>a:focus:after,
  .header-main .primary-menu ul li.mega-menu-item.nav-menu-open>a:after,
  .header-main .primary-menu ul li.menu-item-has-children.nav-menu-open>a:after {
    content: "\f077";
  }

  .header-main .primary-menu ul li>ul {
    width: 310px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow: 0px 40px 44px #00000024;
    border-radius: 30px;
    transition: all .2s ease-in-out;
    transform-origin: left top;
    transform: scaleY(0);
    visibility: hidden;
    opacity: 0;
    display: block !important;
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 30px 35px;
    margin: 0 0 0 -155px;
  }

  .header-main .primary-menu ul li>ul:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 20px solid #ffffff;
    position: absolute;
    top: -20px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
  }

  .header-main .primary-menu ul li>a:focus+ul,
  .header-main .primary-menu ul li:hover>ul,
  .header-main .primary-menu ul li.nav-menu-open>ul {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }

  .header-main .primary-menu ul li>ul li {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0 0 9px 0;
  }

  .header-main .primary-menu ul li>ul li:last-child {
    margin-bottom: -4px;
  }

  .header-main .primary-menu ul li>ul li>a {
    height: auto;
    font-size: 18px;
    color: #262222;
    line-height: 24px;
    text-align: left;
    padding-bottom: 4px;
  }

  .header-main .primary-menu ul li>ul li>a:before {
    height: 3px;
    border-radius: 3px;
    bottom: 0;
    left: 0;
    display: none;
  }

  .header-main .primary-menu ul li>ul li:hover>a,
  .header-main .primary-menu ul li>ul li>a:focus,
  .header-main .primary-menu ul li>ul li.nav-menu-open>a,
  .header-main .primary-menu ul li>ul li.current-menu-item>a,
  .header-main .primary-menu ul li>ul li.current-menu-parent>a,
  .header-main .primary-menu ul li>ul li.current-menu-ancestor>a {
    color: #124a4e;
    text-decoration: underline;
  }

  .header-main .primary-menu ul li>ul li:hover>a:before,
  .header-main .primary-menu ul li>ul li>a:focus:before,
  .header-main .primary-menu ul li>ul li.nav-menu-open>a:before,
  .header-main .primary-menu ul li>ul li.current-menu-item>a:before,
  .header-main .primary-menu ul li>ul li.current-menu-parent>a:before,
  .header-main .primary-menu ul li>ul li.current-menu-ancestor>a:before {
    width: 100%;
  }

  /* Mega - Menu */
  .header-main .mega-menu {
    display: none;
  }

  .header-main .primary-menu ul li.mega-menu-item {
    position: static;
  }

  .header-main .primary-menu ul li .mega-menu {
    display: block !important;
    width: 100%;
    float: left;
    transition: all .2s ease-in-out;
    transform-origin: left top;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 89px;
    left: 0;
    -ms-transform: scaleY(0) translate(0, 0);
    -webkit-transform: scaleY(0) translate(0, 0);
    -moz-transform: scaleY(0) translate(0, 0);
    -o-transform: scaleY(0) translate(0, 0);
    transform: scaleY(0) translate(0, 0);
    z-index: 1;
    padding: 80px 0;
  }

  .header-main .primary-menu ul li .mega-menu:before {
    content: "";
    width: 150%;
    height: 150%;
    float: left;
    background: #124a4e;
    position: absolute;
    top: -25%;
    left: -25%;
    z-index: -1;
    opacity: .96;
  }

  .header-main .primary-menu ul li.mega-menu-item:hover>.mega-menu,
  .header-main .primary-menu ul li.mega-menu-item.nav-menu-open .mega-menu {
    -ms-transform: scaleY(1) translate(0, 0);
    -webkit-transform: scaleY(1) translate(0, 0);
    -moz-transform: scaleY(1) translate(0, 0);
    -o-transform: scaleY(1) translate(0, 0);
    transform: scaleY(1) translate(0, 0);
    visibility: visible;
    opacity: 1;
  }

  .header-main .primary-menu ul li .mega-menu-inn {
    width: 100%;
    max-width: 1300px;
    padding: 0 40px;
    margin: 0 auto;
  }

  .header-main .primary-menu ul li .mega-menu .aside-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3% -50px -3%;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #dcd4cc;
    line-height: 24px;
    padding: 0 3% 50px 3%;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont a {
    font-weight: 600;
    font-size: 18px;
    color: #b8e072;
    line-height: 26px;
    text-decoration: underline;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont a:hover,
  .header-main .primary-menu ul li .mega-menu .aside-cont a:focus,
  .header-main .primary-menu ul li .mega-menu .aside-cont a:active {
    color: #f3bc41;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont h3,
  .header-main .primary-menu ul li .mega-menu .aside-cont .h3 {
    font-size: 28px;
    color: #ffffff;
    line-height: 34px;
    padding-bottom: 30px;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont h3:not(.title) {
    padding-bottom: 10px;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont h3:last-child,
  .header-main .primary-menu ul li .mega-menu .aside-cont .h3:last-child {
    padding-bottom: 0;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont .txt-link,
  .header-main .primary-menu ul li .mega-menu .aside-cont .head-link {
    font-weight: 600;
    font-size: 18px;
    color: #b8e072;
    line-height: 26px;
    padding-bottom: 10px;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont .txt-link:last-child,
  .header-main .primary-menu ul li .mega-menu .aside-cont .head-link:last-child {
    padding-bottom: 0;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont .txt {
    padding-bottom: 30px;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont .txt:last-child {
    padding-bottom: 0;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont:nth-child(1) {
    width: 38%;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont:nth-child(1) p {
    max-width: 380px;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont:nth-child(2) {
    width: 31%;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont:nth-child(3) {
    width: 31%;
  }

  /* Search - Box */
  .header-main .search-box {
    width: 51px;
    height: 51px;
    float: right;
    position: relative;
    z-index: 2;
    margin: 19px -15px 19px 20px;
  }

  .header-main .search-box form {
    width: 51px;
    float: left;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
  }

  .header-main .search-box select,
  .header-main .search-box textarea,
  .header-main .search-box input[type="text"],
  .header-main .search-box input[type="password"],
  .header-main .search-box input[type="datetime"],
  .header-main .search-box input[type="datetime-local"],
  .header-main .search-box input[type="date"],
  .header-main .search-boxinput[type="month"],
  .header-main .search-box input[type="time"],
  .header-main .search-box input[type="week"],
  .header-main .search-box input[type="number"],
  .header-main .search-box input[type="email"],
  .header-main .search-box input[type="url"],
  .header-main .search-box input[type="search"],
  .header-main .search-box input[type="tel"],
  .header-main .search-box input[type="color"],
  .header-main .search-box .uneditable-input {
    height: 51px;
    background: #ffffff;
    padding: 12px 50px 12px 25px;
    margin: 0;
    opacity: 0;
  }

  .header-main .search-box .btn,
  .header-main .search-box .button,
  .header-main .search-box input[type="button"],
  .header-main .search-box input[type="submit"] {
    min-width: inherit;
    width: 51px;
    height: 51px;
    float: right;
    background-color: transparent;
    z-index: 2;
    opacity: 1;
  }

  .header-main .search-box .btn:hover,
  .header-main .search-box .btn:focus,
  .header-main .search-box .btn:active,
  .header-main .search-box .btn:active:focus,
  .header-main .search-box .btn.active,
  .header-main .search-box .btn.active:focus,
  .header-main .search-box .button:hover,
  .header-main .search-box .button:focus,
  .header-main .search-box .button:active,
  .header-main .search-box .button:active:focus,
  .header-main .search-box .button.active,
  .header-main .search-box .button.active:focus,
  .header-main .search-box input[type="button"]:hover,
  .header-main .search-box input[type="button"]:focus,
  .header-main .search-box input[type="button"]:active,
  .header-main .search-box input[type="button"]:active:focus,
  .header-main .search-box input[type="button"].active,
  .header-main .search-box input[type="button"].active:focus,
  .header-main .search-box input[type="submit"]:hover,
  .header-main .search-box input[type="submit"]:focus,
  .header-main .search-box input[type="submit"]:active,
  .header-main .search-box input[type="submit"]:active:focus,
  .header-main .search-box input[type="submit"].active,
  .header-main .search-box input[type="submit"].active:focus,
  .header-main .search-box .btn:not(:disabled):not(.disabled).active,
  .header-main .search-box .btn:not(:disabled):not(.disabled):active {
    background-color: transparent;
  }

  .header-main .search-box.btn-disabled form .btn,
  .header-main .search-box.btn-disabled form .button,
  .header-main .search-box.btn-disabled form input[type="button"],
  .header-main .search-box.btn-disabled form input[type="submit"] {
    cursor: not-allowed;
    pointer-events: none;
  }

  .header-main .search-box:hover form,
  .header-main .search-box.open form {
    width: 210px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    overflow: visible;
  }

  .header-main .search-box:hover form input,
  .header-main .search-box.open form input {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    opacity: 1;
  }
}

@media (min-width: 1500px) {
  .header-main .primary-menu ul {
    margin-right: -48px;
  }

  .header-main .primary-menu ul li {
    margin-right: 40px;
  }

  .header-main .primary-menu ul li>a {
    font-size: 20px;
  }

  .header-main .primary-menu ul li.mega-menu-item>a,
  .header-main .primary-menu ul li.menu-item-has-children>a {
    padding-right: 20px;
  }

  .header-main .search-box {
    margin-left: 35px;
  }

  .header-main .search-box:hover form,
  .header-main .search-box.open form {
    width: 260px;
  }
}

@media (max-width: 1199px) {
  .hiddenscroll-menu {
    overflow: hidden;
  }

  .header-main .nav-bar {
    width: 100%;
    height: 100%;
    float: left;
    background: #124a4e;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 12;
  }

  .header-main .nav-bar.active {
    visibility: visible;
    left: 0;
  }

  .header-main .nav-bar .nav-max {
    max-width: 400px;
    position: relative;
    margin: 0 auto;
  }

  .header-main .nav-bar .nav-inn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 65px 40px 60px 40px;
  }

  .header-main .nav-bar .close-btn {
    font-weight: inherit;
    font-size: 24px;
    color: #ffffff;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 40px;
  }

  /* Brand - SM */
  .header-main .nav-bar .brand-sm {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #fafbfc;
    padding: 0 0 25px 0;
    margin: 0 0 40px 0;
  }

  .header-main .nav-bar .brand-sm img {
    width: 100%;
    max-width: 230px;
  }

  /* Primary - Menu */
  .header-main .primary-menu {
    width: 100%;
    float: left;
    padding: 0 0 40px 0;
  }

  .header-main .primary-menu ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 -20px 0;
  }

  .header-main .primary-menu ul li {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 20px 0;
  }

  .header-main .primary-menu ul li:last-child {
    padding-bottom: 0;
  }

  .header-main .primary-menu ul li:before {
    display: none;
  }

  .header-main .primary-menu ul li>a,
  .header-main .primary-menu ul li .sub-title {
    float: left;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    text-decoration: none;
    position: relative;
  }

  .header-main .primary-menu ul li .sub-title {
    cursor: pointer;
    padding-right: 23px;
  }

  .header-main .primary-menu ul li .sub-title img {
    display: none;
  }

  .header-main .primary-menu ul li .sub-title:after {
    content: "\f078";
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 400;
    font-size: 90%;
    line-height: 90%;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 2px 0 -2px 0;
  }

  .header-main .primary-menu ul li .sub-title.active:after {
    content: "\f077";
  }

  .header-main .primary-menu ul li.menu-item-has-children>a,
  .header-main .primary-menu ul li.mega-menu-item>a {
    display: none;
  }

  .header-main .primary-menu ul li.menu-item-has-children>.sub-title,
  .header-main .primary-menu ul li.mega-menu-item>.sub-title {
    display: block;
  }

  .header-main .primary-menu ul li>a:hover,
  .header-main .primary-menu ul li>a:focus,
  .header-main .primary-menu ul li.nav-menu-open>a,
  .header-main .primary-menu ul li.current-menu-item>a,
  .header-main .primary-menu ul li.current-menu-parent>a,
  .header-main .primary-menu ul li.current-menu-ancestor>a,
  .header-main .primary-menu ul li .sub-title:hover,
  .header-main .primary-menu ul li .sub-title.active,
  .header-main .primary-menu ul li.current-menu-item .sub-title,
  .header-main .primary-menu ul li.current-menu-parent .sub-title,
  .header-main .primary-menu ul li.current-menu-ancestor .sub-title {
    color: #f3bc41;
    text-decoration: underline;
  }

  .header-main .primary-menu ul li ul {
    display: none;
    padding: 25px 0 10px 25px;
  }

  .header-main .mega-menu {
    display: none;
  }

  .header-main .primary-menu ul li .mega-menu {
    width: 100%;
    float: left;
    padding: 25px 0 10px 25px;
  }

  .header-main .primary-menu ul li .mega-menu .aside-wrap {
    width: 100%;
    float: left;
    margin-bottom: -20px;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont {
    width: 100%;
    float: left;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont p {
    display: none;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont .txt-link,
  .header-main .primary-menu ul li .mega-menu .aside-cont .head-link {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont {
    border-top: 1px solid #FFF;
    padding: 15px 0 10px;
  }

  .header-main .primary-menu ul li#menu-item-962 .mega-menu .aside-cont:first-child {
    border-top: none;
  }

  .header-main .primary-menu ul li#menu-item-962 .mega-menu .aside-cont:first-child h3 {
    display: none;
  }

  .header-main .primary-menu ul li#menu-item-962 .mega-menu .aside-cont h3 {
    color: #FFF;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont .txt-link a,
  .header-main .primary-menu ul li .mega-menu .aside-cont .head-link a,
  .header-main .primary-menu ul li .mega-menu .aside-cont a,
  .header-main .primary-menu ul li .mega-menu .aside-cont h3 a {
    font-weight: inherit;
    color: #ffffff;
    text-decoration: none;
  }

  .header-main .primary-menu ul li .mega-menu .aside-wrap .aside-cont:first-child p:last-child,
  .header-main .primary-menu ul li .mega-menu .aside-cont h3:not(.title) {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    padding-bottom: 20px;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont .txt-link a:hover,
  .header-main .primary-menu ul li .mega-menu .aside-cont .txt-link a:focus,
  .header-main .primary-menu ul li .mega-menu .aside-cont .txt-link a:active,
  .header-main .primary-menu ul li .mega-menu .aside-cont .head-link a:hover,
  .header-main .primary-menu ul li .mega-menu .aside-cont .head-link a:focus,
  .header-main .primary-menu ul li .mega-menu .aside-cont .head-link a:active {
    color: #f3bc41;
    text-decoration: underline;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont .txt {
    padding-bottom: 20px;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont .txt:last-child {
    padding-bottom: 0;
  }

  .header-main .search-box select,
  .header-main .search-box textarea,
  .header-main .search-box input[type="text"],
  .header-main .search-box input[type="password"],
  .header-main .search-box input[type="datetime"],
  .header-main .search-box input[type="datetime-local"],
  .header-main .search-box input[type="date"],
  .header-main .search-box input[type="month"],
  .header-main .search-box input[type="time"],
  .header-main .search-box input[type="week"],
  .header-main .search-box input[type="number"],
  .header-main .search-box input[type="email"],
  .header-main .search-box input[type="url"],
  .header-main .search-box input[type="search"],
  .header-main .search-box input[type="tel"],
  .header-main .search-box input[type="color"],
  .header-main .search-box .uneditable-input {
    height: 50px;
    padding: 15px 80px 15px 25px;
  }

  .header-main .search-box .btn,
  .header-main .search-box input[type="button"],
  .header-main .search-box input[type="submit"] {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .header-main .nav-bar .close-btn {
    right: 35px;
  }

  .header-main .nav-bar .nav-inn {
    padding: 65px 35px 60px 35px;
  }
}

@media (max-width: 480px) {
  body .nav-bar .brand-sm {
    display: none;
  }

  body .nav-bar.active .brand-sm {
    display: block;
  }
}

/* Menu - Button */
.header-main .menu-btn {
  min-width: inherit;
  height: 89px;
  float: right;
  flex-wrap: wrap;
  align-items: center;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0 0 0 -500px;
  display: none;
}

.header-main .menu-btn .menu-bar {
  width: 45px;
  height: 3px;
  float: left;
  background: #262222;
  text-indent: -99999px;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: relative;
  margin: 11px 0;
}

.header-main .menu-btn .menu-bar:before,
.header-main .menu-btn .menu-bar:after {
  content: "";
  width: 100%;
  height: 3px;
  float: left;
  background: #262222;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: absolute;
  left: 0;
}

.header-main .menu-btn .menu-bar:before {
  top: -11px;
}

.header-main .menu-btn .menu-bar:after {
  top: 11px;
}

@media (max-width: 1199px) {
  .header-main .menu-btn {
    display: flex;
  }
}

@media (max-width: 767px) {
  .header-main .menu-btn {
    height: 70px;
  }

  .header-main .menu-btn .menu-bar {
    width: 35px;
    margin: 10px 0;
  }

  .header-main .menu-btn .menu-bar:before {
    top: -10px;
  }

  .header-main .menu-btn .menu-bar:after {
    top: 10px;
  }
}

/*
 4.) Content - Main
----------------------------------------*/
.content-main {
  width: 100%;
  float: left;
  flex: 1 0 auto;
  overflow: hidden;
  padding: 89px 0 0 0;
}

@media (max-width: 767px) {
  .content-main {
    padding: 70px 0 0 0;
  }
}

/* Row */
.row-out {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 100px;
}

.row-out:last-child {
  padding-bottom: 0;
}

.row {
  padding-bottom: 100px;
  margin: 0 -25px -60px -25px;
}

.row:last-child {
  padding-bottom: 0;
}

.row>div {
  padding: 0 25px 60px 25px;
}

.row>div .col-wrap {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}

.row.no-gutters {
  padding: 0;
  margin: 0;
}

.row.no-gutters>div {
  padding: 0;
}

@media (max-width: 1199px) {
  .row-out {
    padding-bottom: 80px;
  }

  .row {
    padding-bottom: 80px;
    margin: 0 -20px -50px -20px;
  }

  .row>div {
    padding: 0 20px 50px 20px;
  }

  .row.no-gutters {
    padding: 0;
    margin: 0;
  }

  .row.no-gutters>div {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .row-out {
    padding-bottom: 60px;
  }

  .row {
    padding-bottom: 60px;
    margin: 0 -15px -40px -15px;
  }

  .row>div {
    padding: 0 15px 40px 15px;
  }

  .row.no-gutters {
    padding: 0;
    margin: 0;
  }

  .row.no-gutters>div {
    padding: 0;
  }
}

/* Hero - Main */
.hero-main {
  width: 100%;
  min-height: 700px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 25px;
  color: #ffffff;
  line-height: 36px;
  text-shadow: 0px 3px 33px #000000;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 189px 0 300px 0;
  margin: -89px 0 0 0;
}

.hero-main .figure {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  background: #124a4e;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.hero-main .figure:after {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 89px);
  background-image: url(../img/homepage-hero-overlay-min.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 89px;
}

.hero-main .figure img {
  width: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}

.hero-main .aside {
  width: 100%;
  max-width: 780px;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  text-wrap: balance;
}

.hero-main .aside h1,
.hero-main .aside .h1,
.hero-main .aside h2,
.hero-main .aside .h2,
.hero-main .aside h3,
.hero-main .aside .h3,
.hero-main .aside h4,
.hero-main .aside .h4,
.hero-main .aside h5,
.hero-main .aside .h5,
.hero-main .aside h6,
.hero-main .aside .h6 {
  color: inherit;
}

.hero-main .aside h1,
.hero-main .aside .h1 {
  font-size: 60px;
  line-height: 66px;
  padding-bottom: 24px;
}

.hero-main .aside h1:last-child,
.hero-main .aside .h1:last-child {
  padding-bottom: 0;
}

.hero-main .aside p {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

.hero-main .aside p a,
.hero-main .aside a {
  font-weight: 700;
  color: #b8e072;
  text-decoration: underline;
}

.hero-main .aside a:hover,
.hero-main .aside a:focus,
.hero-main .aside a:active,
.hero-main .aside p a:hover,
.hero-main .aside p a:focus,
.hero-main .aside p a:active {
  color: #f3bc41;
  text-decoration: none;
}

@media (min-width: 1600px) {
  .hero-main {
    min-height: 868px;
  }
}

@media (max-width: 1199px) {
  .hero-main {
    font-size: 22px;
    line-height: 34px;
    min-height: auto;
  }

  .hero-main .aside {
    max-width: 680px;
  }

  .hero-main .aside h1,
  .hero-main .aside .h1 {
    font-size: 50px;
    line-height: 58px;
    padding-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .hero-main {
    font-size: 20px;
    line-height: 32px;
    padding: 150px 0 80px 0;
  }

  .hero-main .aside h1,
  .hero-main .aside .h1 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 20px;
  }

  .hero-main .aside p {
    max-width: 100%;
  }
}

/* Neews - Alert */
.news-alert {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  color: #262222;
  line-height: 28px;
  text-align: center;
  background: #f3bc41;
  overflow: hidden;
  padding: 15px 0 17px 0;
}

.news-alert a {
  color: #134a4e;
}

.news-alert a:hover,
.news-alert a:focus,
.news-alert a:active {
  text-decoration: none;
}

@media (max-width: 1199px) {
  .news-alert {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .news-alert {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Two Column - Content */
.two-col-cont {
  width: 100%;
  background: #f8f8f8;
  background: transparent linear-gradient(0deg, #f8f8f8 0%, #eeeded 90%, #ecebebea 100%);
  overflow: hidden;
  padding: 145px 0;
}

.two-col-cont .row>div {
  width: 100%;
}

.two-col-cont .row>div .aside {
  width: 100%;
}

.two-col-cont .row>div .aside h2,
.two-col-cont .row>div .aside .h2 {
  font-weight: 500;
  position: relative;
  padding-bottom: 18px;
}

.two-col-cont .row>div .aside h2:before,
.two-col-cont .row>div .aside .h2:before {
  content: "";
  width: 87px;
  height: 2px;
  float: left;
  background: #124a4e;
  position: absolute;
  top: 28px;
  left: -103px;
}

.two-col-cont .row>div .aside h2:last-child,
.two-col-cont .row>div .aside .h2:last-child {
  padding-bottom: 0;
}

.two-col-cont .row>div .aside h2 strong,
.two-col-cont .row>div .aside .h2 strong {
  font-weight: 800;
  color: #124a4e;
}

.two-col-cont .row>div .figure {
  margin: 0;
}

.two-col-cont .row>div .btn-out,
.two-col-cont .row>div .btn-wrap {
  margin-top: 22px;
}

@media (min-width: 992px) {
  .two-col-cont .row {
    margin: 0;
  }

  .two-col-cont .row>div {
    width: 50%;
    padding: 0;
    margin: 0;
    position: relative;
  }

  .two-col-cont .row>div .aside {
    width: 100%;
    max-width: 450px;
    padding-right: 40px;
  }

  .two-col-cont .row:nth-child(even)>div .aside {
    float: right;
    padding-left: 40px;
    padding-right: 0;
  }

  .two-col-cont .row:nth-child(even)>div:nth-child(1) {
    left: 50%;
  }

  .two-col-cont .row:nth-child(even)>div:nth-child(2) {
    left: -50%;
  }

  .two-col-cont .row:nth-child(even)>div.fadeInLeft {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }

  .two-col-cont .row:nth-child(even)>div.fadeInRight {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  /* Col - Reverse  */
  .two-col-cont.col-reverse .row>div .aside {
    float: right;
    padding-left: 40px;
    padding-right: 0;
  }

  .two-col-cont.col-reverse .row>div:nth-child(1) {
    left: 50%;
  }

  .two-col-cont.col-reverse .row>div:nth-child(2) {
    left: -50%;
  }

  .two-col-cont.col-reverse .row>div.fadeInLeft {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }

  .two-col-cont.col-reverse .row>div.fadeInRight {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  .two-col-cont.col-reverse .row:nth-child(even) .aside {
    float: left;
    padding-left: 0;
    padding-right: 40px;
  }

  .two-col-cont.col-reverse .row:nth-child(even)>div:nth-child(1) {
    left: 0;
  }

  .two-col-cont.col-reverse .row:nth-child(even)>div:nth-child(2) {
    left: 0;
  }

  .two-col-cont.col-reverse .row:nth-child(even)>div.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  .two-col-cont.col-reverse .row:nth-child(even)>div.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }

  .two-col-cont .row.txtright {
    flex-direction: row-reverse;
  }

  .two-col-cont .row.txtright>div .aside {
    padding-right: 0;
    float: right;
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .two-col-cont .row {
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .two-col-cont {
    padding: 100px 0;
  }

  .two-col-cont .row>div .btn-out,
  .two-col-cont .row>div .btn-wrap {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .two-col-cont {
    padding: 70px 0;
  }

  .two-col-cont .row>div .aside h2:before,
  .two-col-cont .row>div .aside .h2:before {
    top: auto;
    bottom: 0;
    left: 0;
  }

  .two-col-cont .row>div .aside h2,
  .two-col-cont .row>div .aside .h2 {
    padding-bottom: 18px;
    margin-bottom: 22px;
  }

  .two-col-cont .row>div .aside h2:last-child,
  .two-col-cont .row>div .aside .h2:last-child {
    padding-bottom: 18px;
    margin-bottom: 0;
  }

  .two-col-cont .row>div .btn-out,
  .two-col-cont .row>div .btn-wrap {
    margin-top: 12px;
  }
}

/* Latest - Articles */
.latest-articles {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  padding: 100px 0 120px 0;
}

.latest-articles .heading-txt {
  margin-bottom: 54px;
}

.latest-articles .heading-txt:last-child {
  margin-bottom: 0;
}

.latest-articles .row {
  padding: 0;
  margin: 0 -2.3% -50px -2.3%;
}

.latest-articles .row>div {
  padding: 0 2.3% 50px 2.3%;
  margin: 0;
}

.latest-articles .row>div .box {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 22px;
  color: #262222;
  line-height: 30px;
  text-decoration: none;
  border-top: 1px solid #124a4e;
  padding: 13px 0 0 0;
  /*word-break: break-all;*/
}

.latest-articles .row>div .box p {
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.latest-articles .row>div .box .category-txt {
  font-weight: 300;
  font-size: 18px;
  color: #124a4e;
  line-height: 24px;
  position: relative;
  margin-bottom: 8px;
}

.latest-articles .row>div .box .category-txt:last-child {
  margin-bottom: 0;
}

.latest-articles .row>div .box .category-txt:after {
  content: "";
  width: 14px;
  height: 14px;
  float: right;
  background: url(../img/arrow-right-up.svg) no-repeat top right;
  background-size: 100% auto;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.latest-articles .row>div .box:hover p,
.latest-articles .row>div .box:focus p,
.latest-articles .row>div .box:active p {
  text-decoration: underline;
}

.latest-articles .row>div .box:hover .category-txt:after,
.latest-articles .row>div .box:focus .category-txt:after,
.latest-articles .row>div .box:active .category-txt:after {
  animation: arrowrightup 0.5s linear 1;
  -webkit-animation-name: arrowrightup 0.5s linear 1;
}

@media (max-width: 1199px) {
  .latest-articles {
    padding: 80px 0 100px 0;
  }

  .latest-articles .heading-txt {
    margin-bottom: 45px;
  }

  .latest-articles .row>div .box {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .latest-articles .row>div .box {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .latest-articles {
    padding: 60px 0 70px 0;
  }

  .latest-articles .heading-txt {
    margin-bottom: 35px;
  }
}

@media (min-width: 1200px) and (max-width: 1359px) {
  .header-main .container {
    padding: 0 20px;
  }

  .header-main .search-box {
    margin-left: 0;
  }

  .header-main .primary-menu ul li {
    margin: 0 15px 0 0;
  }
}

/* CTA - Content */
.cta-cont {
  width: 100%;
  min-height: 373px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.cta-cont .figure {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  background: #dcd4cc;
  border-radius: 12vw 0 0 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.cta-cont .figure:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: transparent linear-gradient(90deg, #ECEBEBB3 0%, #ECEBEBB3 48%, #ECEBEB00 100%);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.cta-cont .figure img {
  width: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}

.cta-cont .aside {
  width: 100%;
  max-width: calc(50vw + 200px);
  float: left;
  position: relative;
  z-index: 2;
  text-wrap: balance;
}

.cta-cont .aside h2 {
  text-shadow: 0px 0px 33px #ffffff;
}

@media (min-width: 1200px) {
  .cta-cont .figure {
    border-radius: 120px 0 0 0;
  }
}

@media (min-width: 1600px) {
  .cta-cont .figure {
    border-radius: 190px 0 0 0;
  }
}

@media (max-width: 1199px) {
  .cta-cont {
    font-size: 22px;
    line-height: 36px;
  }

  .cta-cont .aside {
    max-width: calc(60vw + 200px);
  }
}

@media (max-width: 767px) {
  .cta-cont {
    font-size: 20px;
    line-height: 32px;
    padding: 80px 0;
  }

  .cta-cont .aside h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .cta-cont .figure img {
    -ms-transform: translate(-65%, -50%);
    -webkit-transform: translate(-65%, -50%);
    -moz-transform: translate(-65%, -50%);
    -o-transform: translate(-65%, -50%);
    transform: translate(-65%, -50%);
  }

  .cta-cont .figure:before {
    background: transparent linear-gradient(90deg, #ECEBEBB3 0%, #ECEBEBB3 48%, #ECEBEB88 100%);
  }
}

/* CTA - Content ALT */
.cta-cont.alt {
  color: #ffffff;
}

.cta-cont.alt .figure {
  background: #124a4e;
}

.cta-cont.alt .figure:before {
  background: transparent linear-gradient(90deg, #2622228E 0%, #2622228B 67%, #26222200 100%);
  mix-blend-mode: multiply;
}

/*.cta-cont.alt .aside {
	max-width: 85%;
}*/
.cta-cont.alt .aside h1,
.cta-cont.alt .aside .h1,
.cta-cont.alt .aside h2,
.cta-cont.alt .aside .h2,
.cta-cont.alt .aside h3,
.cta-cont.alt .aside .h3,
.cta-cont.alt .aside h4,
.cta-cont.alt .aside .h4,
.cta-cont.alt .aside h5,
.cta-cont.alt .aside .h5,
.cta-cont.alt .aside h6,
.cta-cont.alt .aside .h6 {
  color: inherit;
  text-shadow: 0px 0px 33px #000000;
}

/*
 5.) Footer - Main
----------------------------------------*/
.footer-main {
  width: 100%;
  float: left;
  flex-shrink: 0;
  color: #ffffff;
  background: #124a4e;
  border-bottom: 13px solid #063336;
  overflow: hidden;
  padding: 120px 0 65px 0;
}

.footer-main .pre-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 80px;
  margin: 0 -20px -50px -20px;
}

.footer-main .pre-footer:last-child {
  padding-bottom: 0;
}

.footer-main .pre-footer .left-cl {
  width: 31.5%;
  float: left;
  padding: 0 20px 50px 20px;
}

.footer-main .pre-footer .right-cl {
  width: 68.5%;
  float: left;
  padding: 0 20px 50px 20px;
}

.footer-main .pre-footer h2,
.footer-main .pre-footer .h2 {
  font-weight: 500;
  font-size: 26px;
  color: inherit;
  line-height: 32px;
  padding-bottom: 30px;
}

.footer-main .pre-footer h2:last-child,
.footer-main .pre-footer .h2:last-child {
  padding-bottom: 0;
}

.footer-main .pre-footer .brand {
  margin-bottom: 25px;
}

.footer-main .pre-footer .brand:last-child {
  margin-bottom: 0;
}

.footer-main .pre-footer .brand img {
  width: 100%;
  max-width: 280px;
  display: inline-block;
  vertical-align: top;
}

.footer-main .pre-footer .logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0 -18px -18px 0;
}

.footer-main .pre-footer .logos:last-child {
  padding-bottom: 0;
}

.footer-main .pre-footer .logos .item {
  float: left;
  margin: 0 18px 18px 0;
}

.footer-main .pre-footer .foot-links {
  width: 100%;
  float: left;
  padding-bottom: 40px;
}

.footer-main .pre-footer .foot-links:last-child {
  padding-bottom: 0;
}

.footer-main .pre-footer .foot-links ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px -18px -10px;
}

.footer-main .pre-footer .foot-links ul li {
  width: 100%;
  float: left;
  padding: 0 10px 18px 10px;
  margin: 0;
}

.footer-main .pre-footer .foot-links ul li:before {
  display: none;
}

.footer-main .pre-footer .foot-links ul li:last-child {
  padding-bottom: 17px;
}

.footer-main .pre-footer .foot-links ul li a {
  font-weight: 500;
  color: inherit;
  text-decoration: underline;
}

.footer-main .pre-footer .foot-links ul li>a:hover,
.footer-main .pre-footer .foot-links ul li>a:focus,
.footer-main .pre-footer .foot-links ul li>a:active,
.footer-main .pre-footer .foot-links ul li.current-menu-item>a,
.footer-main .pre-footer .foot-links ul li.current-menu-parent>a,
.footer-main .pre-footer .foot-links ul li.current-menu-ancestor>a {
  color: #f3bc41;
  text-decoration: underline;
}

.footer-main .copy-rights {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 80px;
  margin: 0 -20px -50px -20px;
}

.footer-main .copy-rights:last-child {
  padding-bottom: 0;
}

.footer-main .copy-rights .left-cl {
  width: 31.5%;
  float: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px 50px 20px;
}

.footer-main .copy-rights .left-cl p {
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 6px 0 45px;
  margin: 0;
}

.web_logo {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 0;
  opacity: 0.4;
  width: 20px;
  height: 20px;
  display: block;
  background: url('https://www.responsiblesourcingtool.org/wp-content/uploads/2025/08/logo-3mw.webp') no-repeat center;
  background-size: 100%;
}


.footer-main .copy-rights .left-cl .term-links {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.footer-main .copy-rights .left-cl .term-links ul {
  float: none;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.footer-main .copy-rights .left-cl .term-links ul li {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 6px 0 10px;
  margin: 0;
}

.footer-main .copy-rights .left-cl .term-links ul li:last-child {
  padding-bottom: 0;
}

.footer-main .copy-rights .left-cl .term-links ul li:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #ffffff;
  border: none;
  border-radius: 0;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  margin: 0;
}

.footer-main .copy-rights .left-cl .term-links ul li a {
  font-weight: inherit;
  color: inherit;
  text-decoration: underline;
}

.footer-main .copy-rights .left-cl .term-links ul li>a:hover,
.footer-main .copy-rights .left-cl .term-links ul li>a:focus,
.footer-main .copy-rights .left-cl .term-links ul li>a:active,
.footer-main .copy-rights .left-cl .term-links ul li.current-menu-item>a,
.footer-main .copy-rights .left-cl .term-links ul li.current-menu-parent>a,
.footer-main .copy-rights .left-cl .term-links ul li.current-menu-ancestor>a {
  color: #f3bc41;
  text-decoration: underline;
}

.footer-main .copy-rights .right-cl {
  width: 68.5%;
  float: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  padding: 0 20px 50px 20px;
}

.footer-main .copy-rights .right-cl p {
  padding: 10px;
}

.footer-main .copy-rights .right-cl p a {
  font-weight: inherit;
  color: #b8e072;
  text-decoration: none;
  border-bottom: 1px solid;
}

.footer-main .copy-rights .right-cl p a.arrow-cta:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 80%;
  padding-left: 10px;
  border-bottom: 0px;
}

.footer-main .copy-rights .right-cl p a.arrow-cta:hover,
.footer-main .copy-rights .right-cl p a.arrow-cta:focus,
.footer-main .copy-rights .right-cl p a.arrow-cta:active {
  color: #f3bc41;
  border-bottom: 0px;
}

@media (min-width: 992px) {
  .footer-main .pre-footer .foot-links ul li {
    width: 50%;
  }
}

@media (min-width: 1200px) {

  .footer-main .pre-footer .foot-links ul li:nth-child(1),
  .footer-main .pre-footer .foot-links ul li:nth-child(5) {
    width: 25%;
  }

  .footer-main .pre-footer .foot-links ul li:nth-child(2),
  .footer-main .pre-footer .foot-links ul li:nth-child(6) {
    width: 27%;
  }

  .footer-main .pre-footer .foot-links ul li:nth-child(3),
  .footer-main .pre-footer .foot-links ul li:nth-child(7) {
    width: 17%;
  }

  .footer-main .pre-footer .foot-links ul li:nth-child(4),
  .footer-main .pre-footer .foot-links ul li:nth-child(8) {
    width: 30.5%;
  }
}

@media (max-width: 1199px) {
  .footer-main {
    padding: 80px 0 60px 0;
  }

  .footer-main .pre-footer {
    margin: 0 -25px -50px -25px;
  }

  .footer-main .pre-footer .left-cl {
    width: 38%;
  }

  .footer-main .pre-footer .right-cl {
    width: 62%;
  }

  .footer-main .copy-rights .left-cl {
    width: 38%;
  }

  .footer-main .copy-rights .right-cl {
    width: 62%;
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-main .copy-rights .right-cl p a.arrow-cta {
    display: block;
  }
}

@media (max-width: 991px) {

  .footer-main .pre-footer .left-cl,
  .footer-main .pre-footer .right-cl,
  .footer-main .copy-rights .left-cl,
  .footer-main .copy-rights .right-cl {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .footer-main {
    padding: 60px 0 40px 0;
  }

  .footer-main .pre-footer {
    padding-bottom: 60px;
  }

  .footer-main .pre-footer .left-cl {
    width: 100%;
  }

  .footer-main .pre-footer .right-cl {
    width: 100%;
  }

  .footer-main .copy-rights {
    padding-bottom: 60px;
  }

  .footer-main .copy-rights .left-cl {
    width: 100%;
    order: 2;
  }

  .footer-main .copy-rights .right-cl {
    width: 100%;
    order: 1;
  }
}

/*
 6.) Inner - Pages
----------------------------------------*/
/* Hero - Inner */
.hero-inner {
  width: 100%;
  min-height: 564px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  color: #ffffff;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.hero-inner .figure {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  background: #124a4e;
  border-radius: 0 0 12vw 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.hero-inner .figure:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: transparent linear-gradient(90deg, #262222 0%, #262222 47%, #26222200 100%);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 1;
}

.hero-inner .figure img {
  width: auto;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}

.hero-inner .aside {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}

.hero-inner .aside p {
  width: 100%;
  max-width: 620px;
  position: relative;
  padding-left: 30px;
}

.hero-inner .aside p:before,
.hero-inner .aside p:after {
  content: "";
  width: 3px;
  height: 50%;
  float: left;
  background: #ffffff;
  position: absolute;
  left: 0;
}

.hero-inner .aside p:before {
  top: 8px;
}

.hero-inner .aside p:after {
  bottom: 5px;
}

.hero-inner .aside p.h1:before,
.hero-inner .aside p.h1:after {
  background: transparent;
}

.hero-inner .aside h1,
.hero-inner .aside .h1,
.hero-inner .aside h2,
.hero-inner .aside .h2,
.hero-inner .aside h3,
.hero-inner .aside .h3,
.hero-inner .aside h4,
.hero-inner .aside .h4,
.hero-inner .aside h5,
.hero-inner .aside .h5,
.hero-inner .aside h6,
.hero-inner .aside .h6 {
  color: inherit;
  text-shadow: 0px 3px 33px #000000;
}

.hero-inner .aside.max-620 {
  max-width: 620px;
}

.hero-inner .aside.max-645 {
  max-width: 645px;
}

.hero-inner .aside.max-660 {
  max-width: 660px;
}

.hero-inner .aside.max-660 p {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .hero-inner .figure {
    border-radius: 0 0 120px 0;
  }
}

@media (min-width: 1600px) {
  .hero-inner .figure {
    border-radius: 0 0 190px 0;
  }
}

@media (max-width: 1199px) {
  .hero-inner {
    min-height: 500px;
    font-size: 22px;
    line-height: 36px;
  }

  .hero-inner .aside p {
    max-width: 560px;
  }
}

@media (max-width: 767px) {
  .hero-inner {
    min-height: 400px;
    font-size: 20px;
    line-height: 32px;
    padding: 45px 0;
  }

  .hero-inner .aside p {
    padding-left: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .hero-inner .aside p:before,
  .hero-inner .aside p:after {
    width: 2px;
  }
}

/* Resource - Links */
.resource-links {
  width: 100%;
  float: none;
  display: inline-table;
  vertical-align: top;
  margin-bottom: 100px;
}

.resource-links:last-child {
  margin-bottom: 0;
}

.resource-links .bx-heading {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  background: #124a4e;
  border-radius: 10px;
  padding: 8px 22px 10px 22px;
  margin-bottom: 24px;
}

.resource-links .bx-heading:last-child {
  margin-bottom: 0;
}

.resource-links .row {
  padding: 0;
  margin: 0 -8px -16px -8px;
}

.resource-links .row>div {
  padding: 0 8px 16px 8px;
  margin: 0;
}

.resource-links .row>div .box {
  width: 100%;
  height: 100%;
  float: left;
  font-weight: 500;
  font-size: 18px;
  color: #262222;
  line-height: 25px;
  text-decoration: underline;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px 30px;
  text-wrap: balance;
}

.resource-links .row>div .box p {
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.resource-links .row>div .box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.resource-links .row>div .box:hover,
.resource-links .row>div .box:focus,
.resource-links .row>div .box:active {
  color: #97b85d;
  text-decoration: underline;
  box-shadow: 0px 0px 20px #00000021;
}

@media (max-width: 1199px) {
  .resource-links {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .resource-links .bx-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .resource-links .row>div .box {
    font-size: 20px;
    line-height: 28px;
    padding: 25px;
  }
}

/* Load More - Links */
.resource-links .morelist>div {
  display: none;
}

.resource-links .morelink {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.resource-links .morelink a {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 20px;
  color: #616161;
  line-height: 24px;
  text-decoration: underline;
  position: relative;
  padding-right: 24px;
}

.resource-links .morelink a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 120%;
  position: absolute;
  top: 3px;
  right: 0;
}

.resource-links .morelink a:hover,
.resource-links .morelink a:focus,
.resource-links .morelink a:active {
  color: #cc3333;
  text-decoration: underline;
}

/* Split - Content */
.split-cont {
  width: 100%;
  overflow: hidden;
  padding: 120px 0 150px 0;
}

.split-cont .row>div h2,
.split-cont .row>div .h2 {
  width: 100%;
  max-width: 364px;
  font-weight: 400;
  border-top: 3px solid #dcd4cc;
  padding-top: 11px;
}

.split-cont .row>div h2 strong,
.split-cont .row>div .h2 strong {
  font-weight: 600;
}

.split-cont .row>div .logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px -20px -20px 0;
}

.split-cont .row>div .logos .item {
  float: left;
  margin: 0 20px 20px 0;
}

.split-cont .row>div .logos .item img {
  mix-blend-mode: multiply;
}

.split-cont+.split-cont,
.content-inner+.content-inner {
  padding-top: 10px;
  margin-top: -20px;
}

.content-inner+.content-inner.solutions {
  overflow: visible;
}

.page-template-template-understand-risks .content-inner+.content-inner {
  margin-top: 0;
}

.content-inner+.accord-list {
  margin-bottom: 10px;
  margin-top: -100px;
}

@media (min-width: 768px) {
  .split-cont .row>div:nth-child(1) {
    width: 45%;
  }

  .split-cont .row>div:nth-child(2) {
    width: 55%;
  }
}

@media (min-width: 992px) {
  .split-cont .row>div:nth-child(1) {
    width: 36%;
  }

  .split-cont .row>div:nth-child(2) {
    width: 64%;
  }
}

@media (max-width: 1199px) {
  .split-cont {
    padding: 100px 0 110px 0;
  }
}

@media (max-width: 767px) {
  .split-cont {
    padding: 60px 0 70px 0;
  }

  .split-cont .row {
    margin: 0 -15px -20px -15px;
  }

  .split-cont .row>div {
    padding: 0 15px 20px 15px;
  }

  .split-cont .row>div h2,
  .split-cont .row>div .h2 {
    max-width: 100%;
    border-top-width: 2px;
  }
}

/* Finder - Form */
.finder-form {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}

.finder-form:last-child {
  margin-bottom: 0;
}

/* Tabbed - Content */
.tabbed-cont {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 100px;
  margin-top: 30px;
}

.tabbed-cont:last-child {
  margin-bottom: 0;
}

.tabbed-cont .tab-links {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.tabbed-cont .tab-content {
  background: #ffffff;
  border-radius: 0 10px 10px 10px;
  overflow: hidden;
  padding: 6.5% 8.5%;
}

.tabbed-cont .txt {
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
}

.tabbed-cont .tab-pane .txt {
  border-bottom: none;
  padding-bottom: 0;
}

.tabbed-cont .txt p em {
  font-weight: 400;
  font-size: 16px;
  color: #262222;
}

.tabbed-cont .report-cont {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.tabbed-cont .report-cont .row {
  padding: 0;
  margin: 0 -27px -30px -27px;
}

.tabbed-cont .report-cont .row>div {
  padding: 0 27px 30px 27px;
  margin: 0;
}

.tabbed-cont .report-cont .row>div .col-wrap {
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 24px;
}

.tabbed-cont .report-cont .row>div .col-wrap h4,
.tabbed-cont .report-cont .row>div .col-wrap .h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 29px;
}

.tabbed-cont .report-cont .row>div .col-wrap h4:last-child,
.tabbed-cont .report-cont .row>div .col-wrap .h4:last-child {
  padding-bottom: 0;
}

.tabbed-cont .report-cont .row>div .col-wrap ul {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.tabbed-cont .report-cont .row>div .col-wrap ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #dcd4cc;
  padding: 15px 0;
  margin: 0;
}

.tabbed-cont .report-cont .row>div .col-wrap ul li:first-child {
  padding-top: 0;
}

.tabbed-cont .report-cont .row>div .col-wrap ul li:before {
  display: none;
}

.tabbed-cont .report-cont .row>div .col-wrap ul li p {
  padding: 0;
}

.tabbed-cont .report-cont .row>div .col-wrap ul li p strong {
  font-weight: 500;
  color: #262222;
  margin-right: 3px;
}

.tabbed-cont .report-cont .row>div .col-wrap ul li .tooltip-wrap {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.tabbed-cont .report-cont .row>div .col-wrap ul li .tooltip-wrap .fa-question-circle {
  color: #124a4e;
}

.tabbed-cont .report-cont .row>div .col-wrap ul li .col1,
.tabbed-cont .report-cont .row>div .col-wrap ul li .col2,
.tabbed-cont .report-cont .row>div .col-wrap ul li .col3 {
  width: 100%;
}

.tabbed-cont .report-cont .row>div .col-wrap ul li .col2 .value {
  font-size: 24px;
  color: #262222;
  line-height: 32px;
}

.tabbed-cont .report-cont .row>div .col-wrap.alt ul li .col2 {
  color: #262222;
}

.tabbed-cont .report-cont .row>div .col-wrap.alt ul li .col3 {
  font-weight: 500;
}

.tabbed-cont .profile {
  margin-top: 2em;
}

@media (min-width: 768px) {
  .tabbed-cont .tab-links .dropdown-toggle {
    display: none;
  }

  .tabbed-cont .tab-links .dropdown-menu {
    min-width: 100%;
    width: 100%;
    float: left;
    text-align: center;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    display: block !important;
    transform: translate3d(0, 0, 0) !important;
    padding: 0;
    margin: 0;
  }

  .tabbed-cont .tab-links .dropdown-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -4px -8px -4px;
  }

  .tabbed-cont .tab-links .dropdown-menu ul li {
    float: left;
    padding: 0;
    margin: 0 4px 8px 4px;
  }

  .tabbed-cont .tab-links .dropdown-menu ul li:before {
    display: none;
  }

  .tabbed-cont .tab-links .dropdown-menu ul li a {
    height: 62px;
    float: left;
    font-weight: 600;
    font-size: 20px;
    color: #262222;
    line-height: 62px;
    text-decoration: none;
    background: #ecebeb;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    padding: 0 30px;
  }

  .tabbed-cont .tab-links .dropdown-menu ul li a:hover,
  .tabbed-cont .tab-links .dropdown-menu ul li a:focus,
  .tabbed-cont .tab-links .dropdown-menu ul li a:active {
    color: #124a4e;
    background: #00000024;
  }

  .tabbed-cont .tab-links .dropdown-menu ul li a.active {
    color: #124a4e;
    background: #ffffff;
  }

  .tabbed-cont .report-cont .row>div .col-wrap ul li .col1 {
    width: 100%;
    float: left;
    padding: 0 130px 0 0;
  }

  .tabbed-cont .report-cont .row>div .col-wrap ul li .col2 {
    width: 120px;
    float: right;
    font-weight: 500;
    text-align: right;
    margin: 0 0 0 -120px;
  }

  .tabbed-cont .report-cont .row>div .col-wrap.alt ul li .col1 {
    padding-right: 180px;
  }

  .tabbed-cont .report-cont .row>div .col-wrap.alt ul li .col2 {
    width: 45px;
    float: right;
    position: absolute;
    top: 50%;
    right: 130px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
  }

  .tabbed-cont .report-cont .row>div .col-wrap.alt ul li .col3 {
    width: 120px;
    float: right;
    text-align: right;
    margin: 0 0 0 -120px;
  }
}

@media (min-width: 1200px) {
  .tabbed-cont .tab-links .dropdown-menu ul li a {
    height: 72px;
    font-size: 24px;
    line-height: 72px;
    border-radius: 20px 20px 0 0;
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .tabbed-cont {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .tabbed-cont .report-cont .row {
    margin-bottom: -40px;
  }

  .tabbed-cont .report-cont .row>div {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .tabbed-cont {
    margin-bottom: 60px;
    margin-top: 0;
  }

  .tabbed-cont .tab-links .dropdown-toggle {
    width: 100%;
    height: 60px;
    font-weight: 600;
    font-size: 20px;
    color: #262222;
    line-height: 60px;
    text-align: left;
    background: #ecebeb;
    border-radius: 15px 15px 0 0;
    box-shadow: none;
    border: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding: 0 50px 0 50px;
    margin: 0;
    z-index: 1;
  }

  .tabbed-cont .tab-links .dropdown-toggle:before {
    content: "\f1de";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    border: none;
    position: absolute;
    top: 50%;
    left: 20px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .tabbed-cont .tab-links .dropdown-toggle.show:before {
    content: "\f00d";
    font-weight: 400;
    color: #b8084a;
  }

  .tabbed-cont .tab-links .dropdown-toggle:after {
    width: 45px;
    height: 36px;
    float: left;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 120%;
    line-height: 36px;
    text-align: right;
    border: none;
    position: absolute;
    top: 50%;
    right: 20px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .tabbed-cont .tab-links .dropdown-toggle.show:after {
    content: "\f077";
  }

  .tabbed-cont .tab-links .dropdown-menu {
    min-width: 100%;
    width: 100%;
    height: auto;
    float: left;
    background: #ffffff;
    border: none;
    box-shadow: 0px 40px 40px #0000001A;
    border-radius: 12px;
    overflow: hidden;
    transform: translate(0) !important;
    position: absolute;
    top: 60px !important;
    left: 0 !important;
    right: auto !important;
    padding: 30px 30px 30px 50px;
    margin: 0;
  }

  .tabbed-cont .tab-links .dropdown-menu ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 -20px 0;
  }

  .tabbed-cont .tab-links .dropdown-menu ul li {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 20px 0;
  }

  .tabbed-cont .tab-links .dropdown-menu ul li:before {
    display: none;
  }

  .tabbed-cont .tab-links .dropdown-menu ul li a {
    float: left;
    font-weight: 600;
    font-size: 20px;
    color: #262222;
    line-height: 26px;
    text-decoration: none;
    position: relative;
    padding: 0 0 7px 0;
    margin: 0;
  }

  .tabbed-cont .tab-links .dropdown-menu ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    float: left;
    background: #124a4e;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
  }

  .tabbed-cont .tab-links .dropdown-menu ul li a:hover,
  .tabbed-cont .tab-links .dropdown-menu ul li a:focus,
  .tabbed-cont .tab-links .dropdown-menu ul li a:active,
  .tabbed-cont .tab-links .dropdown-menu ul li a.active {
    color: #124a4e;
  }

  .tabbed-cont .tab-links .dropdown-menu ul li a:hover:after,
  .tabbed-cont .tab-links .dropdown-menu ul li a:focus:after,
  .tabbed-cont .tab-links .dropdown-menu ul li a:active:after,
  .tabbed-cont .tab-links .dropdown-menu ul li a.active:after {
    width: 100%;
    opacity: 1;
  }

  .tabbed-cont .tab-content {
    padding: 30px 8.5% 40px 8.5%;
  }

  .tabbed-cont .txt {
    padding: 0 0 35px 0;
    margin: 0 0 35px 0;
  }

  .tabbed-cont .report-cont .row>div .col-wrap ul li .col1,
  .tabbed-cont .report-cont .row>div .col-wrap ul li .col2 {
    margin-bottom: 10px;
  }

  .tabbed-cont .report-cont .row>div .col-wrap ul li .col1:last-child,
  .tabbed-cont .report-cont .row>div .col-wrap ul li .col2:last-child {
    margin-bottom: 0;
  }

  .tabbed-cont .report-cont .row>div .col-wrap.alt ul li .col1,
  .tabbed-cont .report-cont .row>div .col-wrap.alt ul li .col2,
  .tabbed-cont .report-cont .row>div .col-wrap.alt ul li .col3 {
    margin: 0;
  }

  .tabbed-cont .report-cont .row>div .col-wrap.alt ul li .col1 {
    margin-bottom: 10px;
  }

  .tabbed-cont .report-cont .row>div .col-wrap.alt ul li .col1:last-child {
    margin-bottom: 0;
  }

  .tabbed-cont .report-cont .row>div .col-wrap.alt ul li .col2 {
    width: 50%;
  }

  .tabbed-cont .report-cont .row>div .col-wrap.alt ul li .col3 {
    width: 50%;
    text-align: right;
  }
}

/* Tabbed - Content2 */
.tabbed-cont2 {
  width: 100%;
  overflow: hidden;
  padding: 75px 0 150px 0;
}

.tabbed-cont2 .tab-links {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 100px;
}

.tabbed-cont2 .tab-links:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .tabbed-cont2 .tab-links .dropdown-toggle {
    display: none;
  }

  .tabbed-cont2 .tab-links .dropdown-menu {
    min-width: 100%;
    width: 100%;
    float: left;
    text-align: center;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    display: block !important;
    transform: translate3d(0, 0, 0) !important;
    padding: 0;
    margin: 0;
  }

  .tabbed-cont2 .tab-links .dropdown-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0 -9px -18px -9px;
  }

  .tabbed-cont2 .tab-links .dropdown-menu ul li {
    width: 25%;
    float: left;
    padding: 0 9px;
    margin: 0 0 18px 0;
  }

  .tabbed-cont2 .tab-links .dropdown-menu ul li:before {
    display: none;
  }

  .tabbed-cont2 .tab-links .dropdown-menu ul li a {
    width: 100%;
    height: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: #262222;
    line-height: 28px;
    text-decoration: none;
    text-align: left;
    word-break: break-word;
    background: #ffffff;
    box-shadow: 0px 11px 44px #00000021;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 25px;
  }

  .tabbed-cont2 .tab-links .dropdown-menu ul li a:hover,
  .tabbed-cont2 .tab-links .dropdown-menu ul li a:focus,
  .tabbed-cont2 .tab-links .dropdown-menu ul li a:active,
  .tabbed-cont2 .tab-links .dropdown-menu ul li a.active {
    color: #262221;
    box-shadow: inset #97b85d 0 0 0 3px, 0px 11px 44px #00000021;
  }
}

@media (min-width: 1200px) {
  .tabbed-cont2 .tab-links .dropdown-menu ul li a {
    font-size: 24px;
    line-height: 30px;
    padding: 20px 25px;
  }
}

@media (max-width: 1199px) {
  .tabbed-cont2 {
    padding: 65px 0 110px 0;
  }

  .tabbed-cont2 .tab-links {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .tabbed-cont2 .tab-links .dropdown-toggle {
    width: 100%;
    height: 80px;
    font-weight: 600;
    font-size: 20px;
    color: #262222;
    line-height: 26px;
    text-align: left;
    background: #ffffff;
    box-shadow: inset #97b85d 0 0 0 2px, 0px 10px 30px #00000021;
    border-radius: 10px;
    border: none;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding: 0 50px 0 30px;
    margin: 0;
    z-index: 1;
  }

  .tabbed-cont2 .tab-links .dropdown-toggle:after {
    width: 45px;
    height: 36px;
    float: left;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 120%;
    line-height: 36px;
    text-align: right;
    border: none;
    position: absolute;
    top: 50%;
    right: 20px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .tabbed-cont2 .tab-links .dropdown-toggle.show:after {
    content: "\f077";
  }

  .tabbed-cont2 .tab-links .dropdown-menu {
    min-width: 100%;
    width: 100%;
    height: auto;
    float: left;
    background: #ffffff;
    border: none;
    box-shadow: 0px 40px 40px #0000001A;
    border-radius: 12px;
    overflow: hidden;
    transform: translate(0) !important;
    position: absolute;
    top: 82px !important;
    left: 0 !important;
    right: auto !important;
    padding: 30px 30px 30px 30px;
    margin: 0;
  }

  .tabbed-cont2 .tab-links .dropdown-menu ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 -20px 0;
  }

  .tabbed-cont2 .tab-links .dropdown-menu ul li {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 20px 0;
  }

  .tabbed-cont2 .tab-links .dropdown-menu ul li:before {
    display: none;
  }

  .tabbed-cont2 .tab-links .dropdown-menu ul li a {
    float: left;
    font-weight: 600;
    font-size: 20px;
    color: #262222;
    line-height: 26px;
    text-decoration: none;
    position: relative;
    padding: 0 0 7px 0;
    margin: 0;
  }

  .tabbed-cont2 .tab-links .dropdown-menu ul li a:hover,
  .tabbed-cont2 .tab-links .dropdown-menu ul li a:focus,
  .tabbed-cont2 .tab-links .dropdown-menu ul li a:active,
  .tabbed-cont2 .tab-links .dropdown-menu ul li a.active {
    color: #97b85d;
  }
}

@media (max-width: 767px) {
  .tabbed-cont2 {
    padding: 50px 0 70px 0;
  }

  .tabbed-cont2 .tab-links {
    margin-bottom: 60px;
  }
}

/* Solutions - Graph */
.solutions-graph {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-bottom: 120px;
}

.solutions-graph:last-child {
  margin-bottom: 0;
}

.solutions-graph .graph-box {
  width: 903px;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  padding: 50px 50px;
}

.solutions-graph .cricle-wrap {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.solutions-graph .cricle-lines {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.solutions-graph .cricle-lines img {
  width: 100%;
}

.solutions-graph .side-txt {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  cursor: default;
  pointer-events: none;
}

.solutions-graph .side-txt img {
  width: 100%;
}

.solutions-graph .aside {
  width: 380px;
  height: 185px;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 50px 50px;
  bottom: 14%;
}

.solutions-graph .aside .box {
  width: 100%;
  float: left;
}

.solutions-graph .aside .box h3,
.solutions-graph .aside .box .h3 {
  padding-bottom: 20px;
}

.solutions-graph .aside .box h3:last-child,
.solutions-graph .aside .box .h3:last-child {
  padding-bottom: 0;
}

.solutions-graph .aside .box .dropdown {
  width: 240px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.solutions-graph .aside .box .dropdown .dropdown-toggle {
  width: 100%;
  height: 50px;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
  text-align: left;
  background: #cb3334;
  border-radius: 4px;
  box-shadow: none;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding: 0 50px 0 25px;
  margin: 0;
  z-index: 1;
}

.solutions-graph .aside .box .dropdown .dropdown-toggle:after {
  width: 45px;
  float: left;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 85%;
  text-align: right;
  border: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 1px 0 -1px 0;
}

.solutions-graph .aside .box .dropdown .dropdown-toggle.show:after {
  content: "\f077";
}

.solutions-graph .aside .box .dropdown .dropdown-menu {
  min-width: 100%;
  width: 100%;
  float: left;
  line-height: 1em;
  background: #cb3334;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  overflow: hidden;
  padding: 25px;
  margin: 0;
}

.solutions-graph .aside .box .dropdown .dropdown-menu ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 -20px 0;
}

.solutions-graph .aside .box .dropdown .dropdown-menu ul li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 20px 0;
}

.solutions-graph .aside .box .dropdown .dropdown-menu ul li:before {
  display: none;
}

.solutions-graph .aside .box .dropdown .dropdown-menu ul li a {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  text-decoration: none;
  position: relative;
}

.solutions-graph .aside .box .dropdown .dropdown-menu ul li a:hover,
.solutions-graph .aside .box .dropdown .dropdown-menu ul li a:focus,
.solutions-graph .aside .box .dropdown .dropdown-menu ul li a:active,
.solutions-graph .aside .box .dropdown .dropdown-menu ul li a.active {
  color: #f3bc41;
  text-decoration: underline;
}

.solutions-graph .numbers-wrap {
  width: 100%;
  overflow: hidden;
}

.solutions-graph .number {
  position: absolute;
  top: 9.9%;
  left: 37.45%;
  cursor: pointer;
}

.solutions-graph .number .dropdown-toggle {
  width: 62px;
  height: 60px;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 50px;
  color: #ffffff;
  line-height: 60px;
  background: transparent;
  /* box-shadow: #dfdfdf 1px 1px 0 1px, rgba(97, 97, 97, 0.5) 15px 15px 15px; */
  border-radius: 360px;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.solutions-graph .number .dropdown-toggle:after {
  display: none;
}

.solutions-graph .number .dropdown-menu {
  min-width: 350px;
  font-size: 18px;
  color: #262222;
  line-height: 26px;
  text-align: center;
  background: #ffffff;
  border: none;
  border-radius: 32px;
  box-shadow: 0px 40px 44px #00000024;
  padding: 30px 25px;
  position: absolute;
  top: auto !important;
  bottom: 82px !important;
  left: 50% !important;
  -ms-transform: translate(-50%, 0) !important;
  -webkit-transform: translate(-50%, 0) !important;
  -moz-transform: translate(-50%, 0) !important;
  -o-transform: translate(-50%, 0%) !important;
  transform: translate(-50%, 0) !important;
}

.solutions-graph .number .dropdown-menu:before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 60px;
  color: #ffffff;
  line-height: 1em;
  position: absolute;
  bottom: -32px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0);
}

.solutions-graph .number .dropdown-menu h4,
.solutions-graph .number .dropdown-menu .h4 {
  font-size: 22px;
  color: #124a4e;
  line-height: 30px;
  text-decoration: underline;
  padding: 0 0 10px 0;
}

.solutions-graph .number:nth-child(2) {
  top: 11.3%;
  left: 57.1%;
}

.solutions-graph .number:nth-child(3) {
  top: 22%;
  left: auto;
  right: 19.1%;
}

.solutions-graph .number:nth-child(4) {
  left: auto;
  right: 11.1%;
  top: 38.9%;
}

.solutions-graph .number:nth-child(5) {
  top: 58%;
  left: auto;
  right: 12.72%;
}

.solutions-graph .number:nth-child(6) {
  top: auto;
  bottom: 19.8%;
  left: auto;
  right: 23.1%;
}

.solutions-graph .number:nth-child(6) .dropdown-menu h4,
.solutions-graph .number:nth-child(6) .dropdown-menu .h4 {
  color: #538056;
}

.solutions-graph .number:nth-child(7) {
  top: auto;
  bottom: 11.45%;
  left: auto;
  right: 39.7%;
}

.solutions-graph .number:nth-child(7) .dropdown-menu h4,
.solutions-graph .number:nth-child(7) .dropdown-menu .h4 {
  color: #538056;
}

.solutions-graph .number:nth-child(8) {
  top: auto;
  bottom: 12.4%;
  left: auto;
  right: 60%;
}

.solutions-graph .number:nth-child(8) .dropdown-menu h4,
.solutions-graph .number:nth-child(8) .dropdown-menu .h4 {
  color: #538056;
}

.solutions-graph .number:nth-child(9) {
  top: auto;
  bottom: 22.6%;
  left: 16.2%;
}

.solutions-graph .number:nth-child(9) .dropdown-menu h4,
.solutions-graph .number:nth-child(9) .dropdown-menu .h4 {
  color: #538056;
}

.solutions-graph .number:nth-child(10) {
  top: auto;
  bottom: 39.7%;
  left: 7.5%;
}

.solutions-graph .number:nth-child(10) .dropdown-menu h4,
.solutions-graph .number:nth-child(10) .dropdown-menu .h4 {
  color: #538056;
}

.solutions-graph .number:nth-child(11) {
  top: auto;
  bottom: 58.5%;
  left: 8.7%;
}

.solutions-graph .number:nth-child(11) .dropdown-menu h4,
.solutions-graph .number:nth-child(11) .dropdown-menu .h4 {
  color: #538056;
}

.solutions-graph .number:nth-child(12) {
  top: 18.4%;
  left: 19.72%;
}

.solutions-graph .number:nth-child(12) .dropdown-menu h4,
.solutions-graph .number:nth-child(12) .dropdown-menu .h4 {
  color: #767575;
}

@media (max-width: 1199px) {
  .solutions-graph {
    margin-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .solutions-graph .graph-box {
    width: 680px;
    padding: 42px 42px;
  }

  .solutions-graph .aside {
    width: 40%;
    /* height: 47.80%; */
    padding: 40px 40px;
    bottom: 6%;
  }

  .solutions-graph .aside .box h3,
  .solutions-graph .aside .box .h3 {
    font-size: 24px;
    line-height: 32px;
    padding: 0 0 15px 0;
  }

  .solutions-graph .aside .box .dropdown {
    width: 100%;
  }

  .solutions-graph .aside .box .dropdown .dropdown-toggle {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding: 0 40px 0 20px;
  }

  .solutions-graph .aside .box .dropdown .dropdown-toggle:after {
    right: 17px;
  }

  .solutions-graph .aside .box .dropdown .dropdown-menu {
    padding: 20px;
  }

  .solutions-graph .aside .box .dropdown .dropdown-menu ul li a {
    font-size: 16px;
    line-height: 22px;
  }

  .solutions-graph .number .dropdown-toggle {
    width: 62px;
    height: 62px;
  }

  .solutions-graph .number .dropdown-menu {
    min-width: 260px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 24px;
    padding: 20px 20px;
    bottom: 70px !important;
  }

  .solutions-graph .number .dropdown-menu:before {
    font-size: 50px;
    bottom: -28px;
  }

  .solutions-graph .number .dropdown-menu h4,
  .solutions-graph .number .dropdown-menu .h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .solutions-graph {
    margin-bottom: 60px;
  }

  .solutions-graph .graph-box {
    width: 100%;
    padding: 0;
  }

  .solutions-graph .aside {
    width: 30.5vw;
    height: 26.5vw;
    padding: 3vw 3vw;
    /*bottom: -9%;*/
  }

  .solutions-graph .aside .box h3,
  .solutions-graph .aside .box .h3 {
    font-size: 3vw;
    line-height: 4vw;
    padding: 0 0 1.7vw 0;
  }

  .solutions-graph .aside .box .dropdown {
    width: 100%;
  }

  .solutions-graph .aside .box .dropdown .dropdown-toggle {
    height: 7vw;
    font-size: 3.75vw;
    line-height: 7vw;
    padding: 0 5vw 0 3vw;
  }

  .solutions-graph .aside .box .dropdown .dropdown-toggle:after {
    right: 2vw;
  }

  .solutions-graph .aside .box .dropdown .dropdown-menu {
    padding: 1.5vw 2vw;
  }

  .solutions-graph .aside .box .dropdown .dropdown-menu ul {
    margin: 0 0 -3vw 0;
  }

  .solutions-graph .aside .box .dropdown .dropdown-menu ul li {
    margin: 0 0 3vw 0;
  }

  .solutions-graph .aside .box .dropdown .dropdown-menu ul li a {
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
  }

  .solutions-graph .number .dropdown-toggle {
    width: 8vw;
    height: 8vw;
    float: left;
  }

  .solutions-graph .number .dropdown-menu {
    min-width: 60vw;
    font-size: 3vw;
    line-height: 5vw;
    border-radius: 3vw;
    padding: 5.5vw;
    bottom: 10vw !important;
  }

  .solutions-graph .number .dropdown-menu:before {
    font-size: 11vw;
    bottom: -6vw;
  }

  .solutions-graph .number .dropdown-menu h4,
  .solutions-graph .number .dropdown-menu .h4 {
    font-size: 4vw;
    line-height: 5.6vw;
  }

  .solutions-graph .number:nth-child(4) .dropdown-menu,
  .solutions-graph .number:nth-child(5) .dropdown-menu,
  .solutions-graph .number:nth-child(6) .dropdown-menu,
  .solutions-graph .number:nth-child(7) .dropdown-menu {
    left: auto !important;
    transform: none !important;
    right: 10vw !important;
    top: 50% !important;
    bottom: auto !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    -moz-transform: translate(0, -50%) !important;
    -o-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
  }

  .solutions-graph .number:nth-child(4) .dropdown-menu:before,
  .solutions-graph .number:nth-child(5) .dropdown-menu:before,
  .solutions-graph .number:nth-child(6) .dropdown-menu:before,
  .solutions-graph .number:nth-child(7) .dropdown-menu:before {
    content: "\f0da";
    bottom: auto !important;
    top: 50%;
    left: auto !important;
    right: -3vw;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .solutions-graph .number:first-child .dropdown-menu,
  .solutions-graph .number:nth-child(10) .dropdown-menu,
  .solutions-graph .number:nth-child(11) .dropdown-menu,
  .solutions-graph .number:nth-child(12) .dropdown-menu {
    left: 10vw !important;
    transform: none !important;
    top: 50% !important;
    bottom: auto !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    -moz-transform: translate(0, -50%) !important;
    -o-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
  }

  .solutions-graph .number:first-child .dropdown-menu:before,
  .solutions-graph .number:nth-child(10) .dropdown-menu:before,
  .solutions-graph .number:nth-child(11) .dropdown-menu:before,
  .solutions-graph .number:nth-child(12) .dropdown-menu:before {
    content: "\f0d9";
    bottom: auto !important;
    top: 50%;
    left: -3vw;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media (max-width: 479px) {
  .solutions-graph .aside {
    width: 30.5vw;
    height: 22vw;
    padding: 3vw 3vw;
    bottom: 12%;
  }

  .solutions-graph .aside .box .dropdown .dropdown-menu ul {
    margin: 0;
  }

  .solutions-graph .aside .box .dropdown .dropdown-menu ul li {
    margin: 0 0 2.5vw 0;
  }

  .solutions-graph .number .dropdown-menu {
    min-width: 50vw;
    font-size: 3.5vw;
    line-height: 4vw;
    padding: 3vw 2vw;
  }

  .solutions-graph .number .dropdown-menu h4,
  .solutions-graph .number .dropdown-menu .h4 {
    font-size: 4vw;
    line-height: 5.6vw;
    padding-bottom: 5px;
  }
}

/* Contact - Content */
.contact-cont {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 100px;
}

.contact-cont:last-child {
  margin-bottom: 0;
}

.contact-cont .heading-txt {
  margin-bottom: 44px;
}

.contact-cont .heading-txt:last-child {
  margin-bottom: 0;
}

.contact-cont .address-cont {
  width: 100%;
  max-width: 290px;
  float: right;
  font-weight: 400;
  font-size: 22px;
  color: #262222;
  line-height: 30px;
}

.contact-cont .address-cont .txt {
  border-bottom: 1px solid #dcd4cc;
  padding-bottom: 45px;
  margin-bottom: 40px;
}

.contact-cont .address-cont .txt:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .contact-cont {
    margin-bottom: 80px;
  }

  .contact-cont .address-cont {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .contact-cont .address-cont {
    max-width: 100%;
    width: 100%;
    float: left;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .contact-cont {
    margin-bottom: 60px;
  }

  .contact-cont .heading-txt {
    margin-bottom: 30px;
  }

  .contact-cont .address-cont {
    font-size: 18px;
    line-height: 26px;
  }

  .contact-cont .address-cont .txt {
    padding-bottom: 35px;
    margin-bottom: 30px;
  }
}

/* Content - Inner */
.content-inner {
  width: 100%;
  overflow: hidden;
  padding: 100px 0 150px 0;
}

@media (max-width: 1199px) {
  .content-inner {
    padding: 80px 0 110px 0;
  }
}

@media (max-width: 767px) {
  .content-inner {
    padding: 60px 0 70px 0;
  }
}

/* Content - Inner2 */
.content-inner2 {
  width: 100%;
  overflow: hidden;
  padding: 120px 0 150px 0;
}

@media (max-width: 1199px) {
  .content-inner2 {
    padding: 100px 0 110px 0;
  }
}

@media (max-width: 767px) {
  .content-inner2 {
    padding: 60px 0 70px 0;
  }
}

/* Sticky Column - Wrap */
.sticky-col-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.sticky-col-wrap:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap .left-cl {
  width: 100%;
  float: left;
  padding: 0 333px 0 0;
  position: relative;
}

.sticky-col-wrap .left-cl .left-in {
  width: 100%;
  max-width: 808px;
  position: relative;
}

.page-template-template-understand-risks .sticky-col-wrap .left-cl h1,
.page-template-template-understand-risks .sticky-col-wrap .left-cl .h1,
.page-template-template-understand-risks .sticky-col-wrap .left-cl h2,
.page-template-template-understand-risks .sticky-col-wrap .left-cl .h2,
.page-template-template-understand-risks .sticky-col-wrap .left-cl h3,
.page-template-template-understand-risks .sticky-col-wrap .left-cl .h3 {
  font-size: revert;
  line-height: 1.3;
}

/*.page-template-template-understand-risks .sticky-col-wrap .left-cl h1, 
.page-template-template-understand-risks .sticky-col-wrap .left-cl .h1,
.page-template-template-understand-risks .sticky-col-wrap .left-cl h1 ~ h2,
.page-template-template-understand-risks .sticky-col-wrap .left-cl .h1 ~ .h2,
.page-template-template-understand-risks .sticky-col-wrap .left-cl h1 ~ h3,
.page-template-template-understand-risks .sticky-col-wrap .left-cl .h1 ~ .h3 {
	font-size: revert; 
	line-height: 1.3; 
}*/
.page-template-template-understand-risks .sticky-col-wrap .left-cl h1,
.page-template-template-understand-risks .sticky-col-wrap .left-cl .h1,
.page-template-template-understand-risks .sticky-col-wrap .left-cl h2,
.page-template-template-understand-risks .sticky-col-wrap .left-cl .h2 {
  font-weight: 400;
  text-wrap: balance;
  padding-bottom: 10px;
}

.page-template-template-understand-risks .sticky-col-wrap .left-cl h2 strong,
.page-template-template-understand-risks .sticky-col-wrap .left-cl .h2 strong {
  font-weight: 600;
}

.page-template-template-understand-risks .sticky-col-wrap .left-cl a h3,
.page-template-template-understand-risks .sticky-col-wrap .left-cl a .h3 {
  padding-bottom: 15px;
}

.page-template-template-understand-risks .sticky-col-wrap .left-cl h4,
.page-template-template-understand-risks .sticky-col-wrap .left-cl .h4 {
  padding-top: 19px;
}

.page-template-template-understand-risks .sticky-col-wrap .left-cl h4:first-child,
.page-template-template-understand-risks .sticky-col-wrap .left-cl .h4:first-child {
  padding-top: 0;
}

.page-template-template-understand-risks .sticky-col-wrap .left-cl h5,
.page-template-template-understand-risks .sticky-col-wrap .left-cl .h5 {
  padding-bottom: 3px;
}

.page-template-template-understand-risks .sticky-col-wrap .left-cl h5:last-child,
.page-template-template-understand-risks .sticky-col-wrap .left-cl .h5:last-child {
  padding-bottom: 0;
}

.sticky-col-wrap .left-cl .txt .figure {
  margin-bottom: 40px;
}

.sticky-col-wrap .left-cl .txt .figure:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap .left-cl .row-txt .figure {
  margin-bottom: 29px;
}

.sticky-col-wrap .left-cl .row-txt .figure:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap .left-cl .accord-list .figure {
  margin-bottom: 40px;
}

.sticky-col-wrap .left-cl .accord-list .figure:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap .right-cl {
  width: 293px;
  float: right;
  position: relative;
  z-index: 2;
  margin: 0 0 0 -293px;
}

.sticky-col-wrap .right-cl .right-in {
  width: 100%;
}

.sticky-col-wrap .right-cl h3,
.sticky-col-wrap .right-cl .h3 {
  font-weight: 600;
  font-size: 30px;
  color: #262222;
  line-height: 40px;
  padding: 0 0 14px 0;
}

.sticky-col-wrap .right-cl h3:last-child,
.sticky-col-wrap .right-cl .h3:last-child {
  padding-bottom: 0;
}

.sticky-col-wrap .right-cl h4,
.sticky-col-wrap .right-cl .h4 {
  font-weight: 600;
  font-size: 22px;
  color: #262222;
  line-height: 30px;
  padding: 0 0 20px 0;
}

.sticky-col-wrap .right-cl h4:last-child,
.sticky-col-wrap .right-cl .h4:last-child {
  padding-bottom: 0;
}

.sticky-col-wrap .right-cl .sub-title-lrg {
  font-weight: 500;
  font-size: 20px;
  color: #616161;
  line-height: 24px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  padding: 0 0 0 10px;
  margin-bottom: 15px;
}

.sticky-col-wrap .right-cl .sub-title-lrg:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.sticky-col-wrap .right-cl .links {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 26px;
}

.sticky-col-wrap .right-cl .links:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap .right-cl .links ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 -4px 0;
}

.sticky-col-wrap .right-cl .links ul li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 4px 0;
}

.sticky-col-wrap .right-cl .links ul li:before {
  display: none;
}

.sticky-col-wrap .right-cl .links ul li:last-child {
  padding-bottom: 0;
}

.sticky-col-wrap .right-cl .links ul li a {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 24px;
  color: #262222;
  line-height: 30px;
  text-decoration: none;
  background: #ece9e6;
  position: relative;
  overflow: hidden;
  padding: 14px 20px 14px 30px;
}

.sticky-col-wrap .right-cl .links ul li a:before {
  content: "";
  width: 8px;
  height: 100%;
  float: left;
  background: #124a4e;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: absolute;
  top: 0;
  left: -8px;
}

.sticky-col-wrap .right-cl .links ul li>a:hover,
.sticky-col-wrap .right-cl .links ul li>a:focus,
.sticky-col-wrap .right-cl .links ul li>a:active,
.sticky-col-wrap .right-cl .links ul li.active>a,
.sticky-col-wrap .right-cl .links ul li.current-menu-item>a,
.sticky-col-wrap .right-cl .links ul li.current-menu-parent>a,
.sticky-col-wrap .right-cl .links ul li.current-menu-ancestor>a {
  color: #124a4e;
  text-decoration: none;
}

.sticky-col-wrap .right-cl .links ul li>a:hover:before,
.sticky-col-wrap .right-cl .links ul li>a:focus:before,
.sticky-col-wrap .right-cl .links ul li>a:active:before,
.sticky-col-wrap .right-cl .links ul li.active>a:before,
.sticky-col-wrap .right-cl .links ul li.current-menu-item>a:before,
.sticky-col-wrap .right-cl .links ul li.current-menu-parent>a:before,
.sticky-col-wrap .right-cl .links ul li.current-menu-ancestor>a:before {
  left: 0;
}

.sticky-col-wrap .right-cl .dropdown-wrap {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 40px 0;
}

.sticky-col-wrap .right-cl .dropdown-wrap:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap .right-cl .dropdown-wrap .dropdown {
  width: 100%;
  max-width: 227px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.sticky-col-wrap .right-cl .dropdown-wrap .dropdown-toggle {
  width: 100%;
  height: 50px;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
  text-align: left;
  background: #124a4e;
  border-radius: 4px;
  box-shadow: none;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding: 0 50px 0 25px;
  margin: 0;
  z-index: 1;
}

.sticky-col-wrap .right-cl .dropdown-wrap .dropdown-toggle:after {
  width: 45px;
  float: left;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 85%;
  text-align: right;
  border: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 1px 0 -1px 0;
}

.sticky-col-wrap .right-cl .dropdown-wrap .dropdown-toggle.show:after {
  content: "\f077";
}

.sticky-col-wrap .right-cl .dropdown-wrap .dropdown-menu {
  min-width: 100%;
  width: 100%;
  float: left;
  line-height: 1em;
  background: #124a4e;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  overflow: hidden;
  padding: 25px;
  margin: 0;
}

.sticky-col-wrap .right-cl .dropdown-wrap .dropdown-menu ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 -20px 0;
}

.sticky-col-wrap .right-cl .dropdown-wrap .dropdown-menu ul li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 20px 0;
}

.sticky-col-wrap .right-cl .dropdown-wrap .dropdown-menu ul li:before {
  display: none;
}

.sticky-col-wrap .right-cl .dropdown-wrap .dropdown-menu ul li a {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  text-decoration: none;
  position: relative;
}

.sticky-col-wrap .right-cl .dropdown-wrap .dropdown-menu ul li a:hover,
.sticky-col-wrap .right-cl .dropdown-wrap .dropdown-menu ul li a:focus,
.sticky-col-wrap .right-cl .dropdown-wrap .dropdown-menu ul li a:active,
.sticky-col-wrap .right-cl .dropdown-wrap .dropdown-menu ul li a.active {
  color: #f3bc41;
  text-decoration: underline;
}

.sticky-col-wrap .right-cl .aside-box {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 55px 0;
}

.sticky-col-wrap .right-cl .aside-box:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap .right-cl.alt .links ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  padding-top: 10px;
  padding-left: 25px;
  padding-bottom: 11px;
}

.sticky-col-wrap .right-cl.alt .links ul li a strong {
  font-weight: 600;
}

@media (max-width: 1199px) {
  .sticky-col-wrap {
    margin-bottom: 80px;
  }

  .sticky-col-wrap .left-cl {
    padding: 0 290px 0 0;
  }

  .sticky-col-wrap .right-cl {
    width: 250px;
    margin: 0 0 0 -250px;
  }

  .sticky-col-wrap .right-cl h3,
  .sticky-col-wrap .right-cl .h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .sticky-col-wrap .right-cl h4,
  .sticky-col-wrap .right-cl .h4 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 15px;
  }

  .sticky-col-wrap .right-cl .sub-title-lrg {
    padding-left: 25px;
  }

  .sticky-col-wrap .right-cl .links ul li a {
    font-size: 20px;
    line-height: 26px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .sticky-col-wrap .right-cl .links ul li a:before {
    width: 5px;
    left: -5px;
  }

  .sticky-col-wrap .right-cl.alt .links ul li a {
    font-size: 18px;
    line-height: 24px;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .sticky-col-wrap .left-cl {
    padding: 0 0 80px 0;
  }

  .sticky-col-wrap .right-cl {
    width: 100%;
    min-height: inherit !important;
    margin: 0;
  }

  .sticky-col-wrap .right-cl h3,
  .sticky-col-wrap .right-cl .h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .sticky-col-wrap .right-cl h4,
  .sticky-col-wrap .right-cl .h4 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 20px;
  }

  .sticky-col-wrap .right-cl .links ul li a {
    font-size: 22px;
    line-height: 28px;
  }

  .sticky-col-wrap .right-cl .aside-box {
    margin: 0 0 50px 0;
  }

  .sticky-col-wrap .right-cl.alt .links ul li a {
    font-size: 20px;
    line-height: 26px;
    padding-left: 25px;
  }

  .sticky-col-wrap .StickySidebar {
    width: 100% !important;
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .sticky-col-wrap {
    margin-bottom: 60px;
  }

  .sticky-col-wrap .left-cl {
    padding: 0 0 70px 0;
  }

  .sticky-col-wrap .left-cl h4,
  .sticky-col-wrap .left-cl .h4 {
    padding-top: 13px;
  }

  .sticky-col-wrap .left-cl .txt .figure {
    margin-bottom: 30px;
  }

  .sticky-col-wrap .left-cl .accord-list .figure {
    margin-bottom: 30px;
  }

  .sticky-col-wrap .right-cl h4,
  .sticky-col-wrap .right-cl .h4 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 15px;
  }

  .sticky-col-wrap .right-cl h3,
  .sticky-col-wrap .right-cl .h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .sticky-col-wrap .right-cl.alt .links ul li a {
    font-size: 18px;
    line-height: 24px;
    padding-left: 20px;
  }

  .sticky-col-wrap .right-cl .aside-box {
    margin: 0 0 40px 0;
  }
}

/* Sticky Column - Wrap ALT */
.sticky-col-wrap.alt .left-cl .figure {
  margin-bottom: 70px;
}

.sticky-col-wrap.alt .left-cl .figure:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt .left-cl .txt {
  padding-bottom: 70px;
}

.sticky-col-wrap.alt .left-cl .txt:last-child {
  padding-bottom: 0;
}

.sticky-col-wrap.alt .left-cl .txt .figure {
  margin-bottom: 40px;
}

.sticky-col-wrap.alt .left-cl .txt .figure:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt .left-cl .txt p img {
  border-radius: 10px;
}

.sticky-col-wrap.alt .left-cl .divider {
  margin-bottom: 70px;
}

.sticky-col-wrap.alt .left-cl .divider:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt .left-cl .blockquote {
  margin-bottom: 70px;
}

.sticky-col-wrap.alt .left-cl .blockquote:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt .left-cl .form-block {
  margin-bottom: 70px;
}

.sticky-col-wrap.alt .left-cl .form-block:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt .left-cl .row-txt {
  padding-bottom: 70px;
}

.sticky-col-wrap.alt .left-cl .row-txt:last-child {
  padding-bottom: 0;
}

.sticky-col-wrap.alt .left-cl .row-txt .figure {
  margin-bottom: 29px;
}

.sticky-col-wrap.alt .left-cl .row-txt .figure:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt .left-cl .accord-list {
  margin-bottom: 70px;
  margin-top: 0;
}

.sticky-col-wrap.alt .left-cl .accord-list:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt .left-cl .accord-list .figure {
  margin-bottom: 40px;
}

.sticky-col-wrap.alt .left-cl .accord-list .figure:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt .left-cl .cta-txt {
  margin-bottom: 70px;
}

.cta-txt a:hover {
  color: #000;
  text-decoration: none;
}

.sticky-col-wrap.alt .left-cl .cta-txt:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sticky-col-wrap.alt .left-cl .figure {
    margin-bottom: 50px;
  }

  .sticky-col-wrap.alt .left-cl .txt {
    padding-bottom: 50px;
  }

  .sticky-col-wrap.alt .left-cl .txt .figure {
    margin-bottom: 30px;
  }

  .sticky-col-wrap.alt .left-cl .divider {
    margin-bottom: 50px;
  }

  .sticky-col-wrap.alt .left-cl .blockquote {
    margin-bottom: 50px;
  }

  .sticky-col-wrap.alt .left-cl .form-block {
    margin-bottom: 50px;
  }

  .sticky-col-wrap.alt .left-cl .row-txt {
    padding-bottom: 50px;
  }

  .sticky-col-wrap.alt .left-cl .accord-list {
    margin-bottom: 50px;
  }

  .sticky-col-wrap.alt .left-cl .accord-list .figure {
    margin-bottom: 30px;
  }

  .sticky-col-wrap.alt .left-cl .cta-txt {
    margin-bottom: 50px;
  }
}

/* Sticky Column - Wrap ALT2 */
.sticky-col-wrap.alt2 .left-cl .heading-txt {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 34px;
}

.sticky-col-wrap.alt2 .left-cl .heading-txt:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt2 .left-cl .heading-txt h3,
.sticky-col-wrap.alt2 .left-cl .heading-txt .h3 {
  font-weight: 400;
  padding-bottom: 30px;
}

.sticky-col-wrap.alt2 .left-cl .heading-txt h3:last-child,
.sticky-col-wrap.alt2 .left-cl .heading-txt .h3:last-child {
  padding-bottom: 0;
}

.sticky-col-wrap.alt2 .left-cl .heading-txt h3 strong,
.sticky-col-wrap.alt2 .left-cl .heading-txt .h3 strong {
  font-weight: 600;
}

.sticky-col-wrap.alt2 .left-cl .heading-txt p {
  padding-left: 0;
}

.sticky-col-wrap.alt2 .left-cl .heading-txt p:before,
.sticky-col-wrap.alt2 .left-cl .heading-txt p:after {
  display: none;
}

.sticky-col-wrap.alt2 .left-cl .figure {
  margin-bottom: 45px;
}

.sticky-col-wrap.alt2 .left-cl .figure:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt2 .left-cl .txt {
  padding-bottom: 50px;
}

.sticky-col-wrap.alt2 .left-cl .txt:last-child {
  padding-bottom: 0;
}

.sticky-col-wrap.alt2 .left-cl .txt .figure {
  margin-bottom: 29px;
}

.sticky-col-wrap.alt2 .left-cl .txt .figure:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt2 .left-cl .divider {
  margin-bottom: 50px;
}

.sticky-col-wrap.alt2 .left-cl .divider:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt2 .left-cl .blockquote {
  margin-bottom: 50px;
}

.sticky-col-wrap.alt2 .left-cl .blockquote:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt2 .left-cl .form-block {
  margin-bottom: 50px;
}

.sticky-col-wrap.alt2 .left-cl .form-block:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt2 .left-cl .row-txt {
  padding-bottom: 50px;
}

.sticky-col-wrap.alt2 .left-cl .row-txt:last-child {
  padding-bottom: 0;
}

.sticky-col-wrap.alt2 .left-cl .row-txt .figure {
  margin-bottom: 29px;
}

.sticky-col-wrap.alt2 .left-cl .row-txt .figure:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt2 .left-cl .accord-list {
  margin-bottom: 50px;
  margin-top: 0;
}

.sticky-col-wrap.alt2 .left-cl .accord-list:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt2 .left-cl .accord-list .figure {
  margin-bottom: 29px;
}

.sticky-col-wrap.alt2 .left-cl .accord-list .figure:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt2 .left-cl .cta-txt {
  margin-bottom: 50px;
}

.sticky-col-wrap.alt2 .left-cl .cta-txt:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap.alt2 .left-cl .btm-pager {
  margin-top: 50px;
  margin-bottom: 1em;
}

.content-inner .content-inner {
  padding: 0 0 60px;
}

.content-inner .content-inner .container {
  padding-left: 0;
  padding-right: 0;
}

.single-post .content-inner .split-cont {
  padding: 0 0 50px;
}

.single-post .content-inner .split-cont>.container {
  padding: 0;
}

.skip-section {
  font-size: 0;
  position: relative;
  margin-top: -30px;
}

.solution-template-default .skip-section {
  border-top: 1px solid #dcd4cc;
  margin-top: -10px;
  padding-bottom: 10px;
}

.solution-template-default .skip-section:first-child {
  border-top: 0px;
  margin-top: -30px;
}

@media (max-width: 1199px) {
  .sticky-col-wrap.alt2 .left-cl .heading-txt {
    font-size: 22px;
    line-height: 30px;
  }

  .sticky-col-wrap.alt2 .left-cl .heading-txt h3,
  .sticky-col-wrap.alt2 .left-cl .heading-txt .h3 {
    padding-bottom: 25px;
  }

  #map-filters .row>div.col-4 {
    width: 50%;
    margin: 0 0 20px;
    width: 100%;
    display: block !important;
  }

  #map-filters .row>div.col-4 span {
    width: 150px;
    float: left;
    display: inline-block;
  }

  #map-filters .row>div.col-4 select {
    width: calc(100% - 210px) !important;
    display: inline-block;
    float: left;
  }

  #map-filters .row>div.col-4:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .sticky-col-wrap.alt2 .left-cl .heading-txt {
    font-size: 20px;
    line-height: 28px;
  }

  .sticky-col-wrap.alt2 .left-cl .heading-txt h3,
  .sticky-col-wrap.alt2 .left-cl .heading-txt .h3 {
    padding-bottom: 20px;
  }

  .sticky-col-wrap.alt2 .left-cl .figure {
    margin-bottom: 35px;
  }

  .sticky-col-wrap.alt2 .left-cl .btm-pager {
    margin-top: 0;
  }

  #map-filters .row>div.col-4 {
    width: auto;
  }

  #interactive-map {
    padding-bottom: 60px;
  }
}

/* Animation - Delay */
@media (min-width: 992px) {
  .delay-1 {
    animation-delay: 0.1s;
  }

  .delay-2 {
    animation-delay: 0.4s;
  }

  .delay-3 {
    animation-delay: 0.7s;
  }

  .delay-4 {
    animation-delay: 1.1s;
  }

  .delay-5 {
    animation-delay: 1.4s;
  }

  .delay-6 {
    animation-delay: 1.7s;
  }

  .delay-7 {
    animation-delay: 2s;
  }

  .delay-8 {
    animation-delay: 2.3s;
  }

  .delay-9 {
    animation-delay: 2.6s;
  }

  .delay-10 {
    animation-delay: 2.9s;
  }
}

/*
 7.) Animates
----------------------------------------*/
.fancybox-bg {
  background: #124a4e;
}

.wow {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 991px) {

  .zoomIn,
  .fadeInUp,
  .fadeInDown,
  .fadeInLeft,
  .fadeInRight {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
}

/*
 8.) Text - Colors / Wordpress Cores
------------------------------------------------------*/
.txt-22 {
  font-size: 22px;
  line-height: 36px;
}

.txt-24 {
  font-size: 24px;
  line-height: 40px;
}

@media (max-width: 1199px) {
  .txt-22 {
    font-size: 20px;
    line-height: 32px;
  }

  .txt-24 {
    font-size: 22px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .txt-22 {
    font-size: 18px;
    line-height: 30px;
  }

  .txt-24 {
    font-size: 20px;
    line-height: 32px;
  }
}

/* Alternate - Margin */
.alt-bottom-40 {
  margin-bottom: 40px !important;
}

.alt-bottom-50 {
  margin-bottom: 50px !important;
}

.alt-bottom-60 {
  margin-bottom: 60px !important;
}

.alt-bottom-70 {
  margin-bottom: 70px !important;
}

.alt-bottom-80 {
  margin-bottom: 80px !important;
}

.alt-bottom-90 {
  margin-bottom: 90px !important;
}

.alt-bottom-100 {
  margin-bottom: 100px !important;
}

.alt-bottom-120 {
  margin-bottom: 120px !important;
}

.alt-bottom-140 {
  margin-bottom: 140px !important;
}

@media (max-width: 1199px) {
  .alt-bottom-70 {
    margin-bottom: 60px !important;
  }

  .alt-bottom-80 {
    margin-bottom: 70px !important;
  }

  .alt-bottom-90 {
    margin-bottom: 70px !important;
  }

  .alt-bottom-100 {
    margin-bottom: 80px !important;
  }

  .alt-bottom-120 {
    margin-bottom: 100px !important;
  }

  .alt-bottom-140 {
    margin-bottom: 100px !important;
  }
}

@media (max-width: 767px) {
  .alt-bottom-50 {
    margin-bottom: 40px !important;
  }

  .alt-bottom-60 {
    margin-bottom: 40px !important;
  }

  .alt-bottom-70 {
    margin-bottom: 50px !important;
  }

  .alt-bottom-80 {
    margin-bottom: 50px !important;
  }

  .alt-bottom-90 {
    margin-bottom: 60px !important;
  }

  .alt-bottom-100 {
    margin-bottom: 60px !important;
  }

  .alt-bottom-120 {
    margin-bottom: 80px !important;
  }

  .alt-bottom-140 {
    margin-bottom: 80px !important;
  }
}

/* Font - Weights */
.light {
  font-weight: 300 !important;
}

.regular {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.black {
  font-weight: 900 !important;
}

/* Text - Positions */
.upper-case {
  text-transform: uppercase;
}

.lower-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.center-align {
  text-align: center;
  justify-content: center;
}

.vertical-align {
  align-items: center;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

/* Padding/Margin - None */
.p-top-none {
  padding-top: 0 !important;
}

.p-bottom-none {
  padding-bottom: 0 !important;
}

.m-top-none {
  margin-top: 0 !important;
}

.m-bottom-none {
  margin-bottom: 0 !important;
}

/* Text - Colors */
.charcoal {
  color: #262222 !important;
}

.gray {
  color: #616161 !important;
}

.gray-light {
  color: #ecebeb !important;
}

.teal-dark {
  color: #124a4e !important;
}

.green {
  color: #749957 !important;
}

.green-mid {
  color: #97b85d !important;
}

.green-light {
  color: #b8e072 !important;
}

.red-verite {
  color: #cc3333 !important;
}

.beige {
  color: #dcd4cc !important;
}

.off-white {
  color: #f7f7f7 !important;
}

/* Toolkit Page - Title - (Notes) */
.notes-title {
  width: 100%;
  overflow: hidden;
  padding: 100px 0 30px 0;
}

.notes-title p {
  font-weight: 600;
  font-size: 22px;
  color: #262222;
  line-height: 30px;
  padding: 0 0 25px 0;
}

.notes-title p:last-child {
  padding-bottom: 0;
}

.notes-title p.sml {
  font-weight: 300;
}

@media (max-width: 991px) {
  .notes-title p {
    font-size: 20px;
    line-height: 30px;
  }

  #map-container {
    min-width: 100px !important;
  }
}

@media (max-width: 767px) {
  #map-container {
    height: 200px !important;
  }
}

/* ---------------------------- Begin WordPress Core ---------------------------- */
.alignnone {
  margin: 10px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 10px 0 10px 25px;
}

.alignleft {
  float: left;
  margin: 10px 25px 10px 0;
}

a img.alignright {
  float: right;
  margin: 10px 0 10px 25px;
}

a img.alignnone {
  margin: 10px 25px 10px 0;
}

a img.alignleft {
  float: left;
  margin: 10px 25px 10px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.figure img.alignnone,
.figure img.alignleft,
.figure img.alignright,
.figure img.aligncenter {
  margin: 0;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

@media (min-width: 768px) and (max-width: 991px) {

  .alignleft,
  .alignright,
  a img.alignright,
  a img.alignleft {
    max-width: 350px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {

  .alignleft,
  .alignright,
  a img.alignright,
  a img.alignleft {
    max-width: 250px;
  }
}

@media (max-width: 600px) {

  .alignleft,
  .alignright,
  .aligncenter,
  .alignnone,
  a img.alignright,
  a img.alignleft,
  a img.alignnone,
  a img.aligncenter {
    float: none;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
  }
}

/* ---------------------------- Text meant only for screen readers ---------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* ---------------------------- End WordPress Core ---------------------------- */
/* ---------------------------- Print CSS Styling ---------------------------- */
@media print {
  @page {
    size: auto;
    margin-top: 2cm;
    margin-bottom: 2cm;
    margin-left: 0;
    margin-right: 0;
  }

  header {
    box-shadow: none;
    padding: 0;
  }

  @page :first {
    header {
      display: block !important;
    }
  }

  .header-main.fixed {
    position: absolute;
  }

  body {
    background: #ffffff;
    color: #000000;
    font-size: 9pt;
    line-height: 150%;
    margin: 0px;
  }

  body * {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }

  hr {
    color: #ccc;
    background-color: #ccc;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  code,
  pre,
  p,
  a:link,
  a:visited,
  blockquote,
  .heading-icon .aside .sub-title-lrg,
  .resource-links .bx-heading,
  #map-filters .row>div.col-4 span {
    color: #000000 !important;
  }

  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

  ul,
  img,
  table,
  figure,
  p {
    page-break-inside: avoid;
  }

  .perfmatters-lazy,
  .wow {
    animation: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    visibility: visible !important;
  }

  blockquote {
    background-image: none;
  }

  a:link,
  a:visited {
    text-decoration: underline;
  }

  .btn {
    border: 1px solid #000;
  }

  .collapse {
    display: block !important;
    height: auto !important;
  }

  .header-main,
  .header-main.fixed {
    box-shadow: none;
  }

  .hero-inner .figure:before {
    height: auto;
  }

  .skip-btn,
  .nav-bar,
  #menu,
  #navigation,
  .do-not-print,
  .hero-inner .figure,
  .footer-main,
  .cta-cont .figure:before,
  .cta-cont .figure img,
  .btn:after,
  .cta-cont,
  .gtranslate_wrapper,
  .page-template-template-knowledge-hub .tab-links,
  .solutions-graph .cricle-wrap .aside {
    display: none;
  }

  .cta-cont h2,
  .cta-cont.alt .aside h2,
  .hero-inner .aside h1 {
    text-shadow: none;
  }

  .hero-inner .aside p {
    padding-left: 5px;
  }

  .hero-inner,
  .cta-cont {
    padding: 0;
    min-height: 200px;
  }

  .hero-inner .aside {
    color: #000;
    max-width: 100%;
  }

  .accord-list .accord-header a,
  .accord-list .accord-header a.collapsed {
    background: transparent;
    border-bottom: 1px solid #134a4e;
    border-radius: 0px;
    padding-left: 0px;
  }

  .resource-links .row>div {
    width: 100%;
  }

  .resource-links .row>div .box {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 18px;
  }

  .resource-links .bx-heading {
    padding: 0px;
    margin: 0px;
  }

  /* Sector Toolkit PDF Reports */
  .single-solution .hero-inner .aside h1 {
    text-shadow: none;
    border-bottom: 3px solid #134a4e;
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
  }

  .single-solution .solution-template-default .skip-section {
    border-top: 3px solid #134a4e;
  }

  .single-solution .content-inner {
    padding-bottom: 20px;
  }

  .single-solution .solutions-graph .aside .box .dropdown .dropdown-toggle {
    color: #000;
  }

  .solutions-graph .cricle-lines img {
    max-width: 50%;
  }

  /* Map Print PDF */
  #map-filters {
    padding: 5px;
  }

  #map-filters .row>div.col-4 select {
    width: auto;
  }
}

/* ---------------------------- End Print CSS Styling ---------------------------- */
/*.solution-template-default .split-cont.third { padding-top: 0px; }*/
.solution-template-default .sticky-col-wrap.alt2 .left-cl .container p img {
  border-radius: 10px;
}

.content-inner .txt h1 a,
.content-inner .txt h2 a,
.content-inner .txt h3 a,
.content-inner .txt h4 a,
.content-inner .txt h5 a,
.content-inner .txt h6 a {
  font-weight: 600;
  text-decoration: underline;
}

.content-inner .txt h1 a:hover,
.content-inner .txt h2 a:hover,
.content-inner .txt h3 a:hover,
.content-inner .txt h4 a:hover,
.content-inner .txt h5 a:hover,
.content-inner .txt h6 a:hover {
  font-weight: 600;
  text-decoration: none;
}

.sticky-col-wrap .left-cl .left-in .accord-list>.container {
  padding: 0;
}

.content-inner p a:hover,
.content-inner li a:hover,
.content-main p a:hover,
.content-main li a:hover {
  color: #000;
  text-decoration: none;
}

.single-solution .content-inner {
  overflow: visible;
  padding: 30px 0 60px;
}

.single-solution .tool-name,
.single-solution .tool-link {
  display: inline;
  margin-right: 0.5em;
}

.hidden {
  display: none;
}

.perfmatters-lazy,
.wow {
  animation: none !important;
  animation-duration: 0s !important;
  animation-delay: 0s !important;
  visibility: visible !important;
}

#map-filters .row>div.col-4:last-child select {
  margin-right: 0;
}

@media (max-width:1270px) and (min-width:1200px) {
  #map-filters .row>div.col-4 span {
    font-size: 1.1rem !important;
  }
}

/* A11y */

#map-back:focus-within {
  outline: auto 2px Highlight !important;
  outline: auto 5px -webkit-focus-ring-color !important;
}

#map-filters select:focus,
#map-filters button:focus,
.right-in .dropdown-toggle:focus {
  outline: -webkit-focus-ring-color auto 2px;
  outline-offset: 2px;
}

.accord-items-wrap .accord-header a:focus {
  outline-offset: -3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus,
.ginput_container input[type="checkbox"]:focus {
  outline: -webkit-focus-ring-color auto 2px;
}

.resource-links .row>div .box:hover,
.resource-links .row>div .box:focus,
ol>li:before {
  color: #5F7935;
}

.solutions-graph .aside .box .dropdown .dropdown-menu ul li a:hover,
.solutions-graph .aside .box .dropdown .dropdown-menu ul li a:focus {
  color: #FBF3DB;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  box-shadow: inset #87725A 0 0 0 1px;
}

.gform_wrapper.gravity-theme .gfield--type-consent input {
  border: 1px solid #937E62;
}

body.disable-pointer-events::before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100vw;
  height: 100vh;
}

/* body .footer-main .copy-rights .left-cl p .icon-logo {
	opacity: 1;
} */

@media (max-width: 480px) {
  body .nav-bar .brand-sm {
    display: none;
  }

  body .nav-bar.active .brand-sm {
    display: block;
  }
}

@media (max-width: 320px) {
  body .solutions-graph .aside .box .dropdown .dropdown-menu {
    width: auto;
    max-width: none;
  }
}


.wcag_logo {
  width: 80px;
  height: 30px;
  background: url('https://www.responsiblesourcingtool.org/wp-content/uploads/2025/08/3MW-WCAG-logo-color.png');
  background-size: 84px auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  margin: 0 0 0 7px;
  position: absolute;
  float: right;
}

@media (max-width:500px) {
  .wcag_logo {
    float: none;
    display: inline-block;
    margin-top: 10px;
  }
}