  /*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 3.) Header - Main
 4.) Content - Main
 5.) Footer - Main
 6.) Inner - Pages
 7.) Modals
 8.) Text - Colors / Wordpress Cores

========================================*/
/*
 1.) Typography
----------------------------------------*/
/* .tk-azo-sans-web { font-family: "azo-sans-web",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: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #17244b;
  line-height: 32px;
  background: #ffffff;
  margin: 0;
  padding: 0;
}
sub, sup {
  font-size: 50%;
}
sup {
  top: -.6em;
}
sub, sup {
  font-size: 50%;
}
img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  body {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
/*= Links 
=======================================================*/
a {
  font-weight: 700;
  color: #c43f00;
  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: #912f00;
  text-decoration: none;
}
a:visited {}
a[href^="tel:"], a[href^="fax:"] {
  color: #c43f00;
  text-decoration: underline;
}
a:hover[href^="tel:"], a:focus[href^="tel:"], a:hover[href^="fax:"], a:focus[href^="fax:"] {
  color: #912f00;
  text-decoration: underline;
}
a[href^="mailto:"] {
  word-break: break-all;
}
/*= Headings: P, H1, H2, H3, H4, H5, H6 
=======================================================*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 500;
  padding-bottom: 32px;
}
h1, .h1 {
  font-weight: 700;
  font-size: 55px;
  line-height: 65px;
  padding-bottom: 38px;
}
h2, .h2 {
  font-size: 40px;
  line-height: 50px;
  padding-bottom: 38px;
}
h3, .h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
}
h4, .h4 {
  font-size: 28px;
  line-height: 40px;
}
h5, .h5, h6, .h6 {
  font-size: 22px;
  line-height: 33px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  padding-bottom: 0;
}
p {
  padding-bottom: 32px;
}
p:last-child {
  padding-bottom: 0;
}
.txt {
  padding-bottom: 70px;
}
.txt: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: 1399px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1199px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    padding-bottom: 28px;
  }
  h1, .h1 {
    font-size: 45px;
    line-height: 55px;
    padding-bottom: 32px;
  }
  h2, .h2 {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 32px;
  }
  h3, .h3 {
    font-size: 28px;
    line-height: 40px;
  }
  h4, .h4 {
    font-size: 26px;
    line-height: 38px;
  }
  h5, .h5, h6, .h6 {
    font-size: 20px;
    line-height: 33px;
  }
  p {
    padding-bottom: 28px;
  }
  .txt {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    padding-bottom: 22px;
  }
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none;
  }
  h1, .h1 {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 22px;
  }
  h2, .h2 {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 22px;
  }
  h3, .h3 {
    font-size: 26px;
    line-height: 38px;
  }
  h4, .h4 {
    font-size: 22px;
    line-height: 33px;
  }
  h5, .h5, h6, .h6 {
    font-size: 18px;
    line-height: 28px;
  }
  p {
    padding-bottom: 22px;
  }
  .txt {
    padding-bottom: 50px;
  }
}
/* Common - Points */
.sub-title {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
  color: #459adc;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.main-head:last-child {
  margin-bottom: 0;
}
.divider-row {
  width: 100%;
  height: 1px;
  float: none;
  display: inline-block;
  vertical-align: top;
  background: rgba(0, 0, 0, .15);
  text-indent: -999999px;
  margin-bottom: 70px;
}
.divider-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sub-title {
    font-size: 15px;
    line-height: 19px;
  }
  .divider-row {
    margin-bottom: 50px;
  }
}
/*= Unorder List 
=======================================================*/
ul, ol {
  list-style: none;
  padding-left: 22px;
}
li {
  position: relative;
  padding-left: 36px;
  padding-bottom: 20px;
}
li:last-child {
  padding-bottom: 32px;
}
ul:last-child li:last-child, ol:last-child li:last-child {
  padding-bottom: 0;
}
ul li ul, ol li ol {
  padding: 20px 0 0 0;
}
ul li:before {
  content: "";
  width: 21px;
  height: 4px;
  background: #2378ba;
  border-radius: 3px;
  position: absolute;
  top: 16px;
  left: 0;
}
@media (max-width: 1199px) {
  ul, ol {
    padding-left: 20px;
  }
  li {
    padding-left: 30px;
    padding-bottom: 17px;
  }
  li:last-child {
    padding-bottom: 28px;
  }
  ul:last-child li:last-child, ol:last-child li:last-child {
    padding-bottom: 0;
  }
  ul li ul, ol li ol {
    padding: 17px 0 0 0;
  }
  ul li:before {
    width: 18px;
    height: 3px;
    top: 15px;
  }
}
@media (max-width: 767px) {
  ul, ol {
    padding-left: 20px;
  }
  li {
    padding-left: 26px;
    padding-bottom: 14px;
  }
  li:last-child {
    padding-bottom: 22px;
  }
  ul:last-child li:last-child, ol:last-child li:last-child {
    padding-bottom: 0;
  }
  ul li ul, ol li ol {
    padding: 14px 0 0 0;
  }
  ul li:before {
    width: 15px;
    height: 3px;
    top: 13px;
  }
}
/*= Order List 
=======================================================*/
ol {
  counter-reset: item;
}
ol > li {
  counter-increment: item;
  padding-left: 25px;
}
ol > li:before {
  content: counter(item)".";
  font-weight: 700;
  color: #2378ba;
  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;
}
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-weight: 400;
  font-size: 18px;
  color: #6a6450;
  line-height: 24px;
  padding: 0 0 8px 0;
  margin: 0;
  vertical-align: top;
}
label .required {
  color: #c43f00;
}
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: 50px;
  font-weight: 400;
  font-size: 18px;
  color: #17244b;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #f1f1f199;
  border: 1px solid #d9d9d9;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  position: relative;
  padding: 12px 20px;
  margin: 0;
}
textarea {
  height: 160px;
  white-space: normal;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
select {
  background-image: url(/wp-content/themes/atlasholdings/assets/img/chevron-down.svg);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: top 13px right 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 0;
  padding-right: 60px;
  padding-bottom: 0;
}
select::-ms-expand {
  display: none;
}
select.colorize option:not([disabled]) {
  color: #17244b;
}
select.colorize option.def:not([disabled]), select.colorize.empty:not([disabled]) {
  color: #17244b;
}
::-webkit-input-placeholder, ::-webkit-textarea-placeholder {
  color: #17244b;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #17244b;
}
::-moz-placeholder {
  color: #17244b;
}
::-ms-input-placeholder {
  color: #17244b;
}
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 {
  border-color: #2378ba;
  outline: 0;
}
@media (max-width: 767px) {
  label {
    font-size: 16px;
    line-height: 20px;
  }
  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: 45px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
  }
  textarea {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  select {
    background-size: 16px auto;
    background-position: top 12px right 15px;
    padding-right: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* Form - Check */
.form-check {
  width: 100%;
  min-height: 26px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 40px;
  margin: 0;
}
.form-check .form-check-input {
  width: 26px;
  height: 26px;
  float: none;
  display: inline-block;
  vertical-align: top;
  background-color: #f1f1f199;
  border-color: #cccccc;
  border-radius: 900px;
  box-shadow: none;
  outline: 0;
  position: absolute;
  top: -1px;
  left: 0;
  padding: 0;
  margin: 0;
}
.form-check:hover .form-check-input {
  border-color: #2378ba;
}
.form-check .form-check-input[type="checkbox"] {
  border-radius: 0;
}
.form-check .form-check-input:checked {
  background-color: #2378ba;
  border-color: #2378ba;
}
.form-check .form-check-input[type="radio"]:checked {
  background-color: #f1f1f199;
  border-color: #2378ba;
}
.form-check .form-check-input:checked[type="radio"] {
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/atlasholdings/assets/img/radio.png);
  background-position: center center;
  background-size: 12px auto;
}
.form-check .form-check-label {
  font-weight: 400;
  color: #17244b;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .form-check {
    min-height: 22px;
    padding: 0 0 0 34px;
  }
  .form-check .form-check-input {
    width: 22px;
    height: 22px;
    top: -1px;
  }
  .form-check .form-check-input:checked[type="radio"] {
    background-size: 12px auto;
  }
}
/* File Uploads */
input::file-selector-button {
  font-weight: 400;
  font-style: normal;
  font-size: 90%;
  color: #333333;
  background: #d9d9d9;
  border: none;
  border-radius: 6px;
  padding: 9px 17px;
  margin-right: 12px;
}
.file-upload-wrap {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 20px 0;
}
.file-upload {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 47px;
}
.file-upload:last-child {
  padding-bottom: 0;
}
.file-upload p {
  padding-bottom: 28px;
}
.file-upload p:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .file-upload-wrap {
    padding: 10px 0;
  }
  .file-upload {
    padding-bottom: 35px;
  }
  .file-upload p {
    padding-bottom: 20px;
  }
}
/* #Buttons
================================================== */
/* Move */
@-moz-keyframes move {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(7px);
    transform: translateY(7px);
  }
}
@-webkit-keyframes move {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
}
@keyframes move {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
}
/* 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 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, .button, input[type="button"], input[type="submit"] {
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 1.44px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  background: #c43f00;
  border: none;
  border-radius: 0;
  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: 25px 35px;
  margin: 0;
}
.btn::before, .button::before {
  content: "";
  width: 0;
  height: 100%;
  float: left;
  background: #912f00;
  -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 em, .button em {
  font-size: 110%;
  -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;
}
.btn:hover, .btn:focus, .btn:active, .btn:active:focus, .btn.active, .btn.active:focus, .button:hover, .button:focus, .button:active, .button:active:focus, .button.active, .button.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: #912f00;
}
.btn:hover:before, .btn:focus:before, .btn:active:before, .btn:active:focus:before, .btn.active:before, .btn.active:focus:before, .button:hover:before, .button:focus:before, .button:active:before, .button:active:focus:before, .button.active:before, .button.active:focus:before {
  width: 100%;
}
.btn:hover em, .btn:focus em, .btn:active em, .btn:active:focus em, .btn.active em, .btn.active:focus em, .button:hover em, .button:focus em, .button:active em, .button:active:focus em, .button.active em, .button.active:focus em {
  animation: arrowright 0.5s linear 1;
  -webkit-animation-name: arrowright 0.5s linear 1;
}
.btn-sml {
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 1.2px;
  padding-top: 21px;
  padding-bottom: 20px;
}
.btn-blank {
  color: #c43f00;
  background: none;
  box-shadow: inset #c43f00 0 0 0 1px;
}
.btn-blank::before {
  background: #c43f00;
}
.btn-blank:hover, .btn-blank:focus, .btn-blank:active, .btn-blank:active:focus, .btn-blank.active, .btn-blank.active:focus {
  color: #ffffff;
  box-shadow: inset #c43f00 0 0 0 1px;
}
input[type="button"].btn-blank:hover, input[type="button"].btn-blank:focus, input[type="button"].btn-blank:active, input[type="button"].btn-blank:active:focus, input[type="button"].btn-blank.active, input[type="button"].btn-blank.active:focus, input[type="submit"].btn-blank:hover, input[type="submit"].btn-blank:focus, input[type="submit"].btn-blank:active, input[type="submit"].btn-blank:active:focus, input[type="submit"].btn-blank.active, input[type="submit"].btn-blank.active:focus {
  background: #c43f00;
}
.btn:focus, .button: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: 10px 0 0 0;
}
.btn-wrap {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 10px -15px -15px 0;
}
.btn-wrap .btn {
  margin: 0 15px 15px 0;
}
@media (max-width: 1399px) {
  .btn, .button, input[type="button"], input[type="submit"] {
    font-size: 16px;
    line-height: 20px;
    padding-top: 21px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .btn, .button, input[type="button"], input[type="submit"], .btn-sml {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 1.2px;
    padding: 18px 30px 18px 30px;
  }
}
/* Table */
table, tbody, thead, tr, th, td {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
tr, th, td {
  width: auto;
  padding: 0.5em;
}
table.threecol tr th, table.threecol tr td {
  padding: 0.75em 0.25em;
  width: 33%;
  vertical-align: top;
}
table.threecol tr th {
  font-size: 1.2em;
}
/* Figure */
figure, .figure {
  vertical-align: top;
}
.break-word {
  word-wrap: break-word;
}
/* #Owl-carousel
=======================================================*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  width: 100%;
  display: inline-block;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Owl Carousel - Auto Height Plugin */
.owl-height {
  transition: height 500ms ease-in-out;
}
/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
  /**
This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
calculation of the height of the owl-item that breaks page layouts
*/
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/wp-content/themes/atlasholdings/assets/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* #Slider Controls
================================================== */
/* Previous and Next */
.owl-nav button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: inherit;
  font-size: 50px;
  color: #c43f00;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  background: none;
  box-shadow: none;
  border-radius: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 2;
  outline: 0;
  padding: 0;
  margin: 0;
}
.owl-nav button:hover, .owl-nav button:focus, .owl-nav button:active {
  color: #912f00;
  background: none;
  outline: 0;
}
.owl-nav button.owl-prev {
  left: -70px;
}
.owl-nav button.owl-next {
  right: -70px;
}
.owl-nav button.disabled {
  color: rgba(196, 63, 0, .50);
  cursor: default;
}
.owl-nav button.disabled:hover, .owl-nav button.disabled:focus, .owl-nav button.disabled:active {
  color: rgba(196, 63, 0, .50);
}
.owl-nav.disabled {
  display: none;
}
@media (max-width: 1659px) {
  .owl-nav button {
    font-size: 42px;
  }
  .owl-nav button.owl-prev {
    left: -32px;
  }
  .owl-nav button.owl-next {
    right: -32px;
  }
}
@media (max-width: 767px) {
  .owl-nav button {
    font-size: 34px;
  }
  .owl-nav button.owl-prev {
    left: -24px;
  }
  .owl-nav button.owl-next {
    right: -24px;
  }
}
/* Bullets */
.owl-dots {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: .5em;
  margin: 60px 0 0 0;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #e9e9e9;
  border-radius: 900px;
  box-shadow: none;
  border: none;
  -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;
  padding: 0;
  margin: 0 6px;
}
.owl-dots button.owl-dot:hover, .owl-dots button.owl-dot:focus, .owl-dots button.owl-dot:active, .owl-dots button.owl-dot.active {
  background: #912f00;
}
.owl-dots.disabled {
  display: none;
}
@media (max-width: 1199px) {
  .owl-dots {
    margin: 50px 0 0 0;
  }
}
/* #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: 54px;
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  line-height: 54px;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background: #c43f00;
  border-radius: 0;
  -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: -54px;
  left: 0;
  opacity: 0;
  padding: 0 35px;
  margin: 0;
}
.skip-btn:hover, .skip-btn:focus, .skip-btn:active {
  top: 0px;
  color: #ffffff;
  text-decoration: none;
  background: #c43f00;
  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: 1630px;
  padding: 0 55px;
}
@media (max-width: 1399px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 640px;
    padding: 0 30px;
  }
}
/* Dropdown - Menu */
.dropdown-menu {
  color: inherit;
  z-index: 999;
}
/* Search - Box */
.search-box {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 70px;
}
.search-box:last-child {
  margin-bottom: 0;
}
.search-box form {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}
.search-box form select, .search-box form textarea, .search-box form input[type="text"], .search-box form input[type="password"], .search-box form input[type="datetime"], .search-box form input[type="datetime-local"], .search-box form input[type="date"], .search-box form input[type="month"], .search-box form input[type="time"], .search-box form input[type="week"], .search-box form input[type="number"], .search-box form input[type="email"], .search-box form input[type="url"], .search-box form input[type="search"], .search-box form input[type="tel"], .search-box form input[type="color"], .search-box form .uneditable-input {
  height: 54px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.64px;
  background: #ffffff;
  border: none;
  box-shadow: inset #c3c1c1 0 0 0 1px;
  border-radius: 900px;
  padding: 15px 80px 15px 35px;
}
.search-box form select:focus, .search-box form textarea:focus, .search-box form input[type="text"]:focus, .search-box form input[type="password"]:focus, .search-box form input[type="datetime"]:focus, .search-box form input[type="datetime-local"]:focus, .search-box form input[type="date"]:focus, .search-box form input[type="month"]:focus, .search-box form input[type="time"]:focus, .search-box form input[type="week"]:focus, .search-box form input[type="number"]:focus, .search-box form input[type="email"]:focus, .search-box form input[type="url"]:focus, .search-box form input[type="search"]:focus, .search-box form input[type="tel"]:focus, .search-box form input[type="color"]:focus, .search-box form .uneditable-input:focus {
  box-shadow: inset #2378ba 0 0 0 1px;
}
.search-box form .btn, .search-box form .button, .search-box form input[type="button"], .search-box form input[type="submit"] {
  min-width: inherit;
  width: 54px;
  height: 54px;
  float: right;
  background: #17244b url(../img/icon-search.svg) no-repeat center center;
  background-size: 20px auto;
  box-shadow: none;
  border-radius: 900px;
  border: none;
  text-indent: -9999px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.search-box form .btn:hover, .search-box form .btn:focus, .search-box form .btn:active, .search-box form .btn:active:focus, .search-box form .btn.active, .search-box form .btn.active:focus, .search-box form .button:hover, .search-box form .button:focus, .search-box form .button:active, .search-box form .button:active:focus, .search-box form .button.active, .search-box form .button.active:focus, .search-box form input[type="button"]:hover, .search-box form input[type="button"]:focus, .search-box form input[type="button"]:active, .search-box form input[type="button"]:active:focus, .search-box form input[type="button"].active, .search-box form input[type="button"].active:focus, .search-box form input[type="submit"]:hover, .search-box form input[type="submit"]:focus, .search-box form input[type="submit"]:active, .search-box form input[type="submit"]:active:focus, .search-box form input[type="submit"].active, .search-box form input[type="submit"].active:focus, .search-box form .btn:not(:disabled):not(.disabled).active, .search-box form .btn:not(:disabled):not(.disabled):active {
  background: #c43f00 url(../img/icon-search.svg) no-repeat center center;
  background-size: 20px auto;
}
@media (max-width: 1399px) {
  .search-box form select, .search-box form textarea, .search-box form input[type="text"], .search-box form input[type="password"], .search-box form input[type="datetime"], .search-box form input[type="datetime-local"], .search-box form input[type="date"], .search-box form input[type="month"], .search-box form input[type="time"], .search-box form input[type="week"], .search-box form input[type="number"], .search-box form input[type="email"], .search-box form input[type="url"], .search-box form input[type="search"], .search-box form input[type="tel"], .search-box form input[type="color"], .search-box form .uneditable-input {
    height: 50px;
    padding: 13px 75px 13px 30px;
  }
  .search-box form .btn, .search-box form .button, .search-box form input[type="button"], .search-box form input[type="submit"] {
    width: 50px;
    height: 50px;
  }
}
/* Dot Circle - Animation */
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(69, 154, 220, 0.4);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(69, 154, 220, 0);
  }
}
/* Dot Circle */
.dot-circle {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background: #459adc;
  border-radius: 900px;
  overflow: hidden;
  position: relative;
  top: -.4em;
  margin: 0 5px 0 3px;
  animation: pulse-animation 2s infinite;
}
@media (max-width: 1199px) {
  .dot-circle {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .dot-circle {
    width: 7px;
    height: 7px;
    margin: 0 4px 0 2px;
  }
}
/* Tooltip */
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  width: 1.2rem;
  height: .6rem
}
.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
  padding: 1rem 0
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -7px;
  border-width: .6rem .6rem 0;
}
.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
  padding: 0 1rem
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  width: .6rem;
  height: 1.2rem
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -7px;
  border-width: .6rem .6rem .6rem 0;
}
.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
  padding: 1rem 0
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -7px;
  border-width: 0 .6rem .6rem;
}
.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
  padding: 0 1rem
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: .6rem;
  height: 1.2rem
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -7px;
  border-width: .6rem 0 .6rem .6rem;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #17244b;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #17244b;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #17244b;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #17244b;
}
.tooltip-inner {
  max-width: 325px;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  background-color: #17244b;
  box-shadow: 0px 0px 30px #0000001A;
  border-radius: 15px;
  padding: 15px;
}
@media (max-width: 767px) {
  .tooltip-inner {
    max-width: 250px;
    font-size: 15px;
    line-height: 22px;
  }
}
/*
 3.) Header - Main
----------------------------------------*/
.header-main {
  width: 100%;
  height: 114px;
  float: left;
  background: #ffffff;
  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;
}
.header-main .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .header-main .container {
    padding-right: 0;
  }
}
@media (max-width: 1599px) {
  .header-main {
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .header-main {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .header-main {
    height: 70px;
  }
}
/* Site Brand */
.header-main .brand {
  height: 110px;
  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: 310px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1799px) {
  .header-main .brand img {
    max-width: 280px;
  }
}
@media (max-width: 1599px) {
  .header-main .brand {
    height: 96px;
  }
  .header-main .brand img {
    max-width: 220px;
  }
}
@media (max-width: 1299px) {
  .header-main .brand img {
    max-width: 190px;
  }
}
@media (max-width: 1199px) {
  .header-main .brand {
    width: auto;
    height: 90px;
    position: absolute;
    top: 0;
    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);
    margin: 0 0 0 4px;
  }
  .header-main .brand img {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .header-main .brand {
    height: 70px;
  }
  .header-main .brand img {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  /* Nav - Bar */
  .header-main .nav-bar, .header-main .nav-bar .nav-max, .header-main .nav-bar .nav-inn {
    width: 100%;
    float: left;
  }
  /* Primary - Menu */
  .header-main .primary-menu {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 240px 0 310px;
  }
  .header-main .primary-menu ul {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 -50px;
  }
  .header-main .primary-menu ul li {
    height: 114px;
    font-weight: inherit;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 14px;
  }
  .header-main .primary-menu ul li:before {
    display: none;
  }
  .header-main .primary-menu ul li > a {
    height: 114px;
    float: left;
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    line-height: 114px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    position: relative;
  }
  .header-main .primary-menu ul li > a:before {
    content: "";
    width: 0;
    height: 1px;
    float: left;
    background: #c43f00;
    -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: 37px;
    left: 50%;
    margin: 0;
    opacity: 0;
  }
  .header-main .primary-menu ul li.menu-item-has-children > a {
    padding-right: 21px;
  }
  .header-main .primary-menu ul li.menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 900;
    font-size: 120%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .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: #c43f00;
  }
  body.blog .header-main .primary-menu ul ul.sub-menu li.current-menu-item > a {
    color: #000000;
  }
  body.blog .header-main .primary-menu ul ul.sub-menu li.current-menu-item > a:hover {
    color: #c43f00;
  }
  .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.menu-item-has-children:hover > a:after, .header-main .primary-menu ul li.menu-item-has-children > a:focus:after, .header-main .primary-menu ul li.menu-item-has-children.nav-menu-open > a:after {
    content: "\f0d8";
  }
  .header-main .primary-menu ul li > ul {
    width: 375px;
    float: left;
    background: #ffffff;
    box-shadow: 0px 0px 14px #00000024;
    border-radius: 8px;
    transition: all .2s ease-in-out;
    transform-origin: left top;
    transform: scaleY(0);
    visibility: hidden;
    opacity: 0;
    display: block !important;
    position: absolute;
    top: 114px;
    left: -45px;
    padding: 35px 45px;
    margin: 0;
  }
  .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;
    line-height: 1em;
    padding: 0;
    margin: 0 0 25px 0;
  }
  .header-main .primary-menu ul li > ul li:last-child {
    margin-bottom: 0;
  }
  .header-main .primary-menu ul li > ul li:before {
    display: none;
  }
  .header-main .primary-menu ul li > ul li > a {
    width: 100%;
    height: auto;
    line-height: 22px;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .header-main .primary-menu ul li > ul li > a:before {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .header-main .primary-menu {
    padding: 0 200px 0 280px;
  }
  .header-main .primary-menu ul li {
    margin: 0 12px;
  }
  .header-main .primary-menu ul li > a {
    font-size: 16px;
  }
  .header-main .primary-menu ul li.mega-menu-item > a, .header-main .primary-menu ul li.menu-item-has-children > a {
    padding-right: 17px;
  }
  .header-main .primary-menu ul li > ul {
    width: 320px;
    left: -35px;
    padding: 35px;
  }
  .header-main .primary-menu ul li > ul li > a {
    line-height: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header-main .primary-menu {
    padding: 0 180px 0 220px;
  }
  .header-main .primary-menu ul li {
    height: 100px;
    margin: 0 9px;
  }
  .header-main .primary-menu ul li > a {
    height: 100px;
    font-size: 14px;
    line-height: 100px;
  }
  .header-main .primary-menu ul li > a:before {
    bottom: 33px;
  }
  .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 > ul {
    width: 300px;
    top: 100px;
  }
  .header-main .primary-menu ul li > ul li {
    margin-bottom: 20px;
  }
  .header-main .primary-menu ul li > ul li > a {
    line-height: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .header-main .primary-menu {
    padding: 0 160px 0 190px;
  }
  .header-main .primary-menu ul li {
    margin: 0 8px;
  }
  .header-main .primary-menu ul li > a {
    font-size: 13px;
  }
  .header-main .primary-menu ul li.mega-menu-item > a, .header-main .primary-menu ul li.menu-item-has-children > a {
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .hiddenscroll-menu {
    overflow: hidden;
  }
  .header-main .overlay-menu {
    width: 100%;
    height: 100%;
    float: left;
    background: #17244b;
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 7;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: top .15s ease-out;
    -moz-transition: top .15s ease-out;
    transition: top .15s ease-out;
    overflow: hidden;
  }
  .header-main .overlay-menu.active {
    visibility: visible;
    opacity: .90;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }
  .header-main .nav-bar {
    width: 90%;
    max-width: 360px;
    height: 100%;
    float: right;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    overflow: hidden;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    padding: 90px 0 0 0;
  }
  .header-main .nav-bar:before {
    content: "";
    width: 150%;
    height: 100%;
    box-shadow: inset 0px 3px 6px #00000029;
    position: absolute;
    top: 90px;
    left: -25%;
  }
  .header-main .nav-bar.active {
    visibility: visible;
    left: 0;
  }
  .header-main .nav-bar .nav-max {
    width: 100%;
    height: 100%;
    float: left;
    background: #ffffff;
    overflow: auto;
    overflow-x: hidden;
  }
  .header-main .nav-bar .nav-inn {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 40px 50px 40px;
  }
  /* Primary - Menu */
  .header-main .primary-menu {
    width: 100%;
    float: left;
    padding: 0 0 30px 0;
  }
  .header-main .primary-menu:last-child {
    padding-bottom: 0;
  }
  .header-main .primary-menu ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
  }
  .header-main .primary-menu ul li {
    width: 100%;
    float: left;
    font-weight: inherit;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .header-main .primary-menu ul li:last-child {
    border-bottom: none;
  }
  .header-main .primary-menu ul li:before {
    display: none;
  }
  .header-main .primary-menu ul li > a {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    letter-spacing: 0.72px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    padding: 20px 0;
    margin: 0;
  }
  .header-main .primary-menu ul li .submenu-lv1 {
    display: none;
  }
  .header-main .primary-menu ul li.menu-item-has-children > .submenu-lv1 {
    display: block;
    width: 100px;
    height: 66px;
    float: right;
    text-align: right;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .header-main .primary-menu ul li.menu-item-has-children > .submenu-lv1:after {
    content: "\f0d7";
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 900;
    font-size: 22px;
    color: #363b43;
    line-height: 66px;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    top: 0;
  }
  .header-main .primary-menu ul li.menu-item-has-children > .submenu-lv1.active:after {
    content: "\f0d8";
  }
  .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: #c43f00;
  }
  .header-main .primary-menu ul li ul {
    border-top: 1px solid #d0d0d0;
    display: none;
    padding: 0 0 0 20px;
    margin: 0;
  }
  .header-main .primary-menu ul li ul li > a {
    font-size: 16px;
    line-height: 22px;
    padding: 17px 0;
  }
}
@media (max-width: 767px) {
  .header-main .overlay-menu {
    top: 70px;
  }
  .header-main .nav-bar {
    padding: 70px 0 0 0;
  }
  .header-main .nav-bar:before {
    top: 70px;
  }
  .header-main .nav-bar .nav-inn {
    padding: 30px 30px 50px 30px;
  }
}
/* Menu - Button */
.header-main .menu-btn {
  min-width: inherit;
  height: 90px;
  float: left;
  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 -500px 0 0;
  display: none;
}
.header-main .menu-btn .menu-bar {
  width: 32px;
  height: 2px;
  float: left;
  background: #17244b;
  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: 9px 0;
}
.header-main .menu-btn .menu-bar:before, .header-main .menu-btn .menu-bar:after {
  content: "";
  width: 100%;
  height: 2px;
  float: left;
  background: #17244b;
  -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: -9px;
}
.header-main .menu-btn .menu-bar:after {
  top: 9px;
}
.header-main .menu-btn.active .menu-bar {
  background: none;
}
.header-main .menu-btn.active .menu-bar:before, .header-main .menu-btn.active .menu-bar:after {
  background: #c43f00;
  top: 0;
}
.header-main .menu-btn.active .menu-bar:before {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.header-main .menu-btn.active .menu-bar:after {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
@media (max-width: 1199px) {
  .header-main .menu-btn {
    display: flex;
  }
}
@media (max-width: 767px) {
  .header-main .menu-btn {
    height: 70px;
  }
}
/* Login - Button */
.header-main .login-btn {
  float: right;
  position: relative;
  margin: 0 0 0 -500px;
}
.header-main .login-btn .dyn-link {
  width: 240px;
  height: 54px;
  float: left;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #17244b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0;
  margin: 30px 0 0 0;
}
.header-main .login-btn .dyn-link em {
  font-size: 110%;
  position: relative;
  top: 0;
  margin: 0 0 0 8px;
}
.header-main .login-btn .dyn-link:hover, .header-main .login-btn .dyn-link:focus, .header-main .login-btn .dyn-link:active {
  background: #c43f00;
}
@media (max-width: 1799px) {
  .header-main .login-btn .dyn-link {
    width: 200px;
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  .header-main .login-btn .dyn-link {
    width: 180px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    margin-top: 26px;
  }
}
@media (max-width: 1299px) {
  .header-main .login-btn .dyn-link {
    width: 160px;
  }
  .header-main .login-btn .dyn-link em {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-main .login-btn .dyn-link {
    width: 25px;
    height: 40px;
    font-size: 24px;
    color: #17244b;
    line-height: 40px;
    background: none;
    margin-top: 25px;
  }
  .header-main .login-btn .dyn-link span {
    display: none;
  }
  .header-main .login-btn .dyn-link em {
    display: inline-block;
    margin: 0;
  }
  .header-main .login-btn .dyn-link:hover, .header-main .login-btn .dyn-link:focus, .header-main .login-btn .dyn-link:active {
    color: #c43f00;
    background: none;
  }
}
@media (max-width: 767px) {
  .header-main .login-btn .dyn-link {
    margin-top: 15px;
  }
}
/*
 4.) Content - Main
----------------------------------------*/
.content-main {
  width: 100%;
  float: left;
  flex: 1 0 auto;
  /*overflow: hidden;*/
  padding: 114px 0 0 0;
}
@media (max-width: 1599px) {
  .content-main {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .content-main {
    padding: 90px 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: 70px;
}
.row-out:last-child {
  padding-bottom: 0;
}
.row {
  padding-bottom: 70px;
  margin: 0 -25px -50px -25px;
}
.row.v-align-middle {
  align-items: center;
}
.row:last-child {
  padding-bottom: 0;
}
.row > div {
  padding: 0 25px 50px 25px;
}
.row.no-gutters {
  padding: 0;
  margin: 0;
}
.row.no-gutters > div {
  padding: 0;
}
@media (max-width: 1199px) {
  .row {
    margin: 0 -20px -40px -20px;
  }
  .row > div {
    padding: 0 20px 40px 20px;
  }
  .row.no-gutters {
    padding: 0;
    margin: 0;
  }
  .row.no-gutters > div {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .row-out {
    padding-bottom: 50px;
  }
  .row {
    padding-bottom: 50px;
    margin: 0 -15px -30px -15px;
  }
  .row > div {
    padding: 0 15px 30px 15px;
  }
  .row.no-gutters {
    padding: 0;
    margin: 0;
  }
  .row.no-gutters > div {
    padding: 0;
  }
}
/* Figure */
.figure {
  margin-bottom: 60px;
}
.figure:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .figure {
    margin-bottom: 50px;
  }
}
/* Read - More */
.read-more {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 0;
}
.read-more a, .read-more span {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 17px;
  color: #c43f00;
  line-height: 21px;
  letter-spacing: 1.36px;
  text-transform: uppercase;
  text-decoration: none;
  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;
  padding: 0 0 11px 0;
}
.read-more a em, .read-more span em {
  font-size: 110%;
  -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:after, .read-more span:after {
  content: "";
  width: 100%;
  height: 1px;
  float: left;
  background: #c43f00;
  -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;
}
.read-more a:hover, .read-more a:focus, .read-more a:active, .box:hover .read-more span, .box:focus .read-more span, .box:active .read-more span {
  color: #912f00;
  text-decoration: none;
}
.read-more a:hover em, .read-more a:focus em, .read-more a:active em, .box:hover .read-more span em, .box:focus .read-more span em, .box:active .read-more span em {
  animation: arrowright 0.5s linear 1;
  -webkit-animation-name: arrowright 0.5s linear 1;
}
.read-more a:hover:after, .read-more a:focus:after, .read-more a:active:after, .box:hover span:after, .box:focus span:after, .box:active span:after {
  width: 0;
}
@media (max-width: 1199px) {
  .read-more a, .read-more span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .read-more a, .read-more span {
    font-size: 15px;
    line-height: 19px;
  }
}
/* Date */
.date {
  font-weight: 500;
  font-size: 16px;
  color: #459adc;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.date:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .date {
    font-size: 15px;
    line-height: 19px;
  }
}
/* Back to Main */
.back-to-main {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.back-to-main a {
  float: left;
  font-weight: 500;
  font-size: 17px;
  color: #333333;
  line-height: 21px;
  letter-spacing: 1.36px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 2px 0 0 30px;
}
.back-to-main a:before {
  content: "\f0d9";
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 900;
  font-size: 110%;
  -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: 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%);
}
.back-to-main a:hover, .back-to-main a:focus, .back-to-main a:active {
  color: #c43f00;
  text-decoration: none;
}
.back-to-main a:hover:before, .back-to-main a:focus:before, .back-to-main a:active:before {
  animation: arrowleft 0.5s linear 1;
  -webkit-animation-name: arrowleft 0.5s linear 1;
}
@media (max-width: 1199px) {
  .back-to-main a {
    font-size: 16px;
    line-height: 20px;
    padding: 2px 0 0 25px;
  }
}
@media (max-width: 767px) {
  .back-to-main {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .back-to-main a {
    font-size: 15px;
    line-height: 19px;
    padding: 2px 0 0 22px;
  }
}
/* Icon - Play */
.icon-play {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
.icon-play:before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: #17244b;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 1;
}
.icon-play:after {
  content: "\f144";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 75px;
  color: #ffffff;
  -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%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.icon-play:hover:after, .icon-play:focus:after, .icon-play:active:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 767px) {
  .icon-play:after {
    font-size: 50px;
  }
}
/* Form - Block */
.form-block {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 70px;
}
.form-block:last-child {
  margin-bottom: 0;
}
.form-block .frm-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  padding-bottom: 45px;
}
.form-block .frm-title:last-child {
  padding-bottom: 0;
}
.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 -20px -33px -20px;
}
.form-block ul li {
  width: 100%;
  float: left;
  line-height: 1em;
  padding: 0 20px 33px 20px;
  margin: 0;
}
.form-block ul li:last-child {
  padding-bottom: 33px;
}
.form-block ul li:before {
  display: none;
}
.form-block ul li label em, .form-block ul li p em {
  font-weight: 300;
  font-style: italic;
}
.form-block ul li:first-child .file-upload-wrap {
  padding-top: 0;
}
.form-block ul li:last-child .file-upload-wrap {
  padding-bottom: 0;
}
.form-block ul li .input-wrap {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 -15px 0;
}
.form-block ul li .input-wrap input {
  width: 305px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 15px 0;
}
.form-block ul li .input-wrap p {
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 15px 0;
}
.form-block ul li .file {
  font-weight: 300;
  font-style: italic;
}
.form-block .btn-out {
  margin: 50px 0 0 0;
}
.form-block .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 33px;
  grid-column-gap: 33px;
}
.form-block .gform_wrapper.gravity-theme .gfield textarea {
  vertical-align: top;
}
.form-block .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 160px;
}
.form-block .gform_footer {
  margin: 50px 0 0;
}
.gfield_required {
  color: #c43f00;
}
.gform_validation_errors h2 {
  font-size: 20px;
  margin: 0 0 14px;
  color: #c43f00;
}
.gform_validation_errors h2 .gform-icon {
  display: none;
}
.gfield .validation_message {
  color: #c43f00;
  font-size: 16px;
  padding-top: 5px;
  line-height: normal;
}
.gform_ajax_spinner {
  margin-left: 10px;
}
.form-block .gform_wrapper.gravity-theme .gfield_html {
  align-self: center;
  padding-top: 32px;
}
.form-block .gform_wrapper.gravity-theme .gfield_html p {
  font-size: 18px;
  line-height: 22px;
}
.form-block .gform_wrapper.gravity-theme .gfield_html em {
  font-weight: 300;
}
.form-block .ginput_container_fileupload input {
  line-height: 1em;
  font-weight: 300;
  font-style: italic;
}
p.gform_required_legend {
  padding-bottom: 1em;
}
@media (max-width: 1199px) {
  .form-block .frm-title {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .form-block {
    margin-bottom: 50px;
  }
  .form-block .frm-title {
    font-size: 22px;
    line-height: 33px;
    padding-bottom: 30px;
  }
  .form-block ul {
    margin: 0 -20px -28px -20px;
  }
  .form-block ul li {
    padding: 0 20px 28px 20px;
  }
  .form-block ul li:last-child {
    padding-bottom: 28px;
  }
  .form-block ul li .input-wrap {
    padding-bottom: 5px;
  }
  .form-block ul li .input-wrap input {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .form-block ul li .input-wrap p {
    font-size: 16px;
    line-height: 20px;
  }
  .form-block .btn-out {
    margin: 35px 0 0 0;
  }
  .form-block .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 28px;
    grid-column-gap: 28px;
  }
  .form-block .gform_footer {
    margin: 35px 0 0;
  }
  .form-block .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 100px;
  }
}
/* Heading - Txt */
.heading-txt {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  padding-bottom: 85px;
}
.heading-txt:last-child {
  padding-bottom: 0;
}
.heading-txt h1, .heading-txt h2 {
  padding-bottom: 30px;
}
.heading-txt h1:last-child, .heading-txt h2:last-child {
  padding-bottom: 0;
}
.heading-txt .aside {
  width: 100%;
  max-width: 1070px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1199px) {
  .heading-txt {
    font-size: 22px;
    line-height: 36px;
    padding-bottom: 70px;
  }
  .heading-txt h1, .heading-txt h2 {
    padding-bottom: 27px;
  }
  .heading-txt .aside {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .heading-txt {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 50px;
  }
  .heading-txt h1, .heading-txt h2 {
    padding-bottom: 25px;
  }
}
/* Filter - Dropdowns */
.filter-dropdowns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin: 0 -22px -25px -22px;
}
.filter-dropdowns .filter-item {
  width: 255px;
  float: left;
  font-weight: 700;
  font-size: 18px;
  color: #c43f00;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1.44px;
  position: relative;
  margin: 0 22px 25px 22px;
}
.filter-dropdowns .filter-item.show {
  z-index: 2;
}
.filter-dropdowns .filter-item .dropdown-toggle {
  width: 100%;
  height: 71px;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 71px;
  text-transform: inherit;
  letter-spacing: inherit;
  text-align: left;
  background: #ffffff;
  border-radius: 0;
  box-shadow: inset #c43f00 0 0 0 1px;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding: 0 55px 0 35px;
  margin: 0;
  z-index: 1;
}
.filter-dropdowns .filter-item .dropdown-toggle:before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 120%;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 32px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.filter-dropdowns .filter-item .dropdown-toggle.show:before {
  content: "\f0d8";
}
.filter-dropdowns .filter-item .dropdown-toggle:after {
  display: none;
}
.filter-dropdowns .filter-item .dropdown-menu {
  min-width: 100%;
  width: 100%;
  float: left;
  font-size: inherit;
  background: #ffffff;
  box-shadow: inset #c43f00 0 0 0 1px;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.filter-dropdowns .filter-item .dropdown-menu ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.filter-dropdowns .filter-item .dropdown-menu ul li {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}
.filter-dropdowns .filter-item .dropdown-menu ul li:before {
  display: none;
}
.filter-dropdowns .filter-item .dropdown-menu ul li > a {
  width: 100%;
  float: left;
  color: #c43f00;
  text-decoration: none;
  padding: 14px 35px;
}
.filter-dropdowns .filter-item .dropdown-menu ul li:hover > a, .filter-dropdowns .filter-item .dropdown-menu ul li > a:focus, .filter-dropdowns .filter-item .dropdown-menu ul li > a:active, .filter-dropdowns .filter-item .dropdown-menu ul li > a.active {
  color: #ffffff;
  background: #c43f00;
}
@media (max-width: 1599px) {
  .filter-dropdowns .filter-item .dropdown-toggle {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1199px) {
  .filter-dropdowns {
    margin: 0 -15px -25px -15px;
  }
  .filter-dropdowns .filter-item {
    width: 240px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.30px;
    margin: 0 15px 25px 15px;
  }
}
@media (max-width: 767px) {
  .filter-dropdowns {
    margin: 0 -3% -6% -3%;
  }
  .filter-dropdowns .filter-item {
    width: 44%;
    font-size: 15px;
    margin: 0 3% 6% 3%;
  }
  .filter-dropdowns .filter-item .dropdown-toggle {
    height: 54px;
    line-height: 54px;
    padding: 0 45px 0 25px;
  }
  .filter-dropdowns .filter-item .dropdown-toggle:before {
    right: 22px;
  }
  .filter-dropdowns .filter-item .dropdown-menu ul li > a {
    padding: 14px 25px;
  }
}
@media (max-width: 479px) {
  .filter-dropdowns {
    margin: 0 -15px -25px -15px;
  }
  .filter-dropdowns .filter-item {
    width: 220px;
    margin: 0 15px 25px 15px;
  }
}
/* Filter - Dropdowns2 */
.filter-dropdowns2 {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 8 !important; /* Making it above 8 takes it above the header */
  margin-bottom: 66px;
}
.filter-dropdowns2:last-child {
  padding-bottom: 0;
}
.filter-dropdowns2 .filter-item-out {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -20px -15px;
}
.filter-dropdowns2 .filter-item {
  /*width: 157px;*/
  width: 250px;
  float: left;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  position: relative;
  margin: 0 15px 20px 15px;
}
.filter-dropdowns2 .filter-item.show {
  z-index: 999;
}
.filter-dropdowns2 .filter-item .dropdown-toggle {
  width: 100%;
  height: 40px;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 40px;
  text-transform: inherit;
  letter-spacing: inherit;
  text-align: left;
  background: #d9d9d9;
  border-radius: 3px;
  box-shadow: none;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding: 0 40px 0 20px;
  margin: 0;
  z-index: 1;
}
.filter-dropdowns2 .filter-item .dropdown-toggle:before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 120%;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 17px;
  -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;
}
.filter-dropdowns2 .filter-item .dropdown-toggle.show:before {
  content: "\f0d8";
}
.filter-dropdowns2 .filter-item .dropdown-toggle:after {
  display: none;
}
.filter-dropdowns2 .filter-item .dropdown-menu {
  min-width: 100%;
  width: 100%;
  float: left;
  font-size: inherit;
  background: #d9d9d9;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.filter-dropdowns2 .filter-item .dropdown-menu ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.filter-dropdowns2 .filter-item .dropdown-menu ul li {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}
.filter-dropdowns2 .filter-item .dropdown-menu ul li:before {
  display: none;
}
.filter-dropdowns2 .filter-item .dropdown-menu ul li > a {
  width: 100%;
  float: left;
  font-weight: inherit;
  color: #333333;
  text-decoration: none;
  padding: 9px 20px;
}
.filter-dropdowns2 .filter-item .dropdown-menu ul li:hover > a, .filter-dropdowns2 .filter-item .dropdown-menu ul li > a:focus, .filter-dropdowns2 .filter-item .dropdown-menu ul li > a:active, .filter-dropdowns2 .filter-item .dropdown-menu ul li > a.active {
  color: #ffffff;
  background: #c43f00;
}
@media (max-width: 767px) {
  .filter-dropdowns2 {
    margin-bottom: 50px;
  }
  .filter-dropdowns2 .filter-item-out {
    margin: 0 -30px -20px -10px;
  }
  .filter-dropdowns2 .filter-item {
    width: 145px;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin: 0 10px 20px 10px;
  }
}
/* Tab - Links */
.tab-links {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.tab-links:last-child {
  margin-bottom: 0;
}
.tab-links .dropdown-menu ul li a:hover, .tab-links .dropdown-menu ul li a:focus, .tab-links .dropdown-menu ul li a:active, .tab-links .dropdown-menu ul li a.active {
  border: 0;
}
@media (min-width: 768px) {
  .tab-links .dropdown-toggle {
    display: none;
  }
  .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;
    padding: 0;
    margin: 0;
  }
  .tab-links .dropdown-menu ul {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
    margin: 0;
  }
  .tab-links .dropdown-menu ul li {
    width: 25%;
    height: 60px;
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0 0 -1px 0;
  }
  .tab-links .dropdown-menu ul li:before {
    display: none;
  }
  .tab-links .dropdown-menu ul li:after {
    content: "";
    width: 1px;
    height: 46px;
    float: left;
    background: #e2e2e2;
    position: absolute;
    top: 0;
    right: 0;
  }
  .tab-links .dropdown-menu ul li:last-child:after {
    display: none;
  }
  .tab-links .dropdown-menu ul li a {
    width: 100%;
    height: 46px;
    float: left;
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    line-height: 46px;
    letter-spacing: 1.36px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 0;
    transition: all .0s ease-out;
  }
  .tab-links .dropdown-menu ul li a:after {
    content: "";
    width: 100%;
    height: 1px;
    float: left;
    background: #c43f00;
    -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: -14px;
    left: -100%;
  }
  .tab-links .dropdown-menu ul li a:hover, .tab-links .dropdown-menu ul li a:focus, .tab-links .dropdown-menu ul li a:active, .tab-links .dropdown-menu ul li a.active {
    color: #c43f00;
  }
  .tab-links .dropdown-menu ul li a.active:after {
    left: 0;
  }
}
@media (min-width: 992px) {
  .tab-links .dropdown-menu ul li a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .tab-links {
    margin-bottom: 40px;
    z-index: 3;
  }
  .tab-links .dropdown-toggle {
    width: 100%;
    height: 60px;
    font-weight: 500;
    font-size: 16px;
    color: #c43f00;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1.36px;
    text-align: left;
    background: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding: 0 50px 0 0;
    margin: 0;
    z-index: 1;
  }
  .tab-links .dropdown-toggle:before {
    width: 45px;
    height: 36px;
    float: left;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 120%;
    line-height: 36px;
    text-align: right;
    border-left: 1px solid #e2e2e2;
    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%);
  }
  .tab-links .dropdown-toggle.show:before {
    content: "\f077";
  }
  .tab-links .dropdown-toggle:after {
    display: none;
  }
  .tab-links .dropdown-menu {
    min-width: 100%;
    width: 100%;
    float: left;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, .20) 0px 30px 20px -30px;
    border: 1px solid #e2e2e2;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 25px 0;
    margin: -3px 0 3px 0 !important;
  }
  .tab-links .dropdown-menu ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
  }
  .tab-links .dropdown-menu ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .tab-links .dropdown-menu ul li:before {
    display: none;
  }
  .tab-links .dropdown-menu ul li a {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    letter-spacing: 1.36px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 13px 0;
  }
  .tab-links .dropdown-menu ul li a:hover, .tab-links .dropdown-menu ul li a:focus, .tab-links .dropdown-menu ul li a:active, .tab-links .dropdown-menu ul li a.active {
    color: #c43f00;
  }
}
/* Pagination */
.pagination-out {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 70px;
}
.pagination-out:last-child {
  margin-bottom: 0;
}
.pagination-out nav {
  padding: 0;
  margin: 0;
}
.pagination-out ul {
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 -8px -17px -8px;
}
.pagination-out ul li {
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0;
  margin: 0 8px 17px 8px;
}
.pagination-out ul li:before {
  display: none;
}
.pagination-out ul li a, .pagination-out ul li span {
  width: 54px;
  height: 54px;
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #17244b;
  line-height: 54px;
  letter-spacing: 1.2px;
  text-align: center;
  text-decoration: none;
  border: none;
  background: #ffffff;
  box-shadow: inset #d9d9d9 0 0 0 1px, rgba(0, 0, 0, .15) 0 0 10px;
  border-radius: 6px !important;
  padding: 0;
  margin: 0;
}
.pagination-out ul li a:hover, .pagination-out ul li a:active, .pagination-out ul li a:focus {
  color: #c43f00;
  background: #ffffff;
}
.pagination-out ul li.active a {
  color: #ffffff;
  background: #c43f00 !important;
  box-shadow: inset #c43f00 0 0 0 1px, rgba(0, 0, 0, .15) 0 0 10px;
}
.pagination-out ul li .dotted {
  width: auto;
  font-size: 20px;
  line-height: 50px;
  background: none;
  box-shadow: none;
}
.pagination-out ul li.previous {
  margin-right: 30px;
}
.pagination-out ul li.next {
  margin-left: 30px;
}
.pagination-out ul li.previous a:before, .pagination-out ul li.next a:before {
  content: "";
  width: 100%;
  float: left;
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.pagination-out ul li.previous a:before {
  content: "\f053";
}
.pagination-out ul li.next a:before {
  content: "\f054";
}
.pagination-out ul li.disabled {
  display: none;
}
@media (max-width: 1199px) {
  .pagination-out ul {
    margin: 0 -7px -15px -7px;
  }
  .pagination-out ul li {
    margin: 0 7px 15px 7px;
  }
  .pagination-out ul li a, .pagination-out ul li span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .pagination-out ul li .dotted {
    font-size: 18px;
    line-height: 50px;
  }
  .pagination-out ul li.previous {
    margin-right: 25px;
  }
  .pagination-out ul li.next {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .pagination-out ul {
    margin: 0 -30px -8px -3px;
  }
  .pagination-out ul li {
    margin: 0 3px 8px 3px;
  }
  .pagination-out ul li a, .pagination-out ul li span {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }
  .pagination-out ul li .dotted {
    width: auto;
    font-size: 16px;
    line-height: 35px;
  }
  .pagination-out ul li.previous {
    margin-right: 10px;
  }
  .pagination-out ul li.next {
    margin-left: 10px;
  }
}
/* Single Post - Pager */
.single-post-pager {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.single-post-pager .arrow {
  width: 50%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
}
.single-post-pager .arrow a {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 17px;
  color: #c43f00;
  line-height: 21px;
  letter-spacing: 1.36px;
  text-transform: uppercase;
  text-decoration: none;
  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;
  padding: 0 0 11px 0;
}
.single-post-pager .arrow.prev a:before, .single-post-pager .arrow.next a:before {
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 900;
  font-size: 110%;
  -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: -1px;
}
.single-post-pager .arrow.prev a:after, .single-post-pager .arrow.next a:after {
  content: "";
  width: 100%;
  height: 1px;
  float: left;
  background: #c43f00;
  -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;
}
.single-post-pager .arrow a:hover, .single-post-pager .arrow a:focus, .single-post-pager .arrow a:active {
  color: #912f00;
  text-decoration: none;
}
.single-post-pager .arrow.prev a:hover:after, .single-post-pager .arrow.prev a:focus:after, .single-post-pager .arrow.prev a:active:after, .single-post-pager .arrow.next a:hover:after, .single-post-pager .arrow.next a:focus:after, .single-post-pager .arrow.next a:active:after {
  width: 0;
}
.single-post-pager .arrow.prev a {
  padding-left: 18px;
}
.single-post-pager .arrow.prev a:before {
  content: "\f0d9";
  left: 0;
}
.single-post-pager .arrow.prev a:after {
  right: 0;
}
.single-post-pager .arrow.prev a:hover:before, .single-post-pager .arrow.prev a:focus:before, .single-post-pager .arrow.prev a:active:before {
  animation: arrowleft 0.5s linear 1;
  -webkit-animation-name: arrowleft 0.5s linear 1;
}
.single-post-pager .arrow.next a {
  float: right;
  padding-right: 18px;
}
.single-post-pager .arrow.next a:before {
  content: "\f0da";
  right: 0;
}
.single-post-pager .arrow.next a:after {
  left: 0;
}
.single-post-pager .arrow.next a:hover:before, .single-post-pager .arrow.next a:focus:before, .single-post-pager .arrow.next a:active:before {
  animation: arrowright 0.5s linear 1;
  -webkit-animation-name: arrowright 0.5s linear 1;
}
@media (max-width: 1199px) {
  .single-post-pager .arrow a {
    font-size: 16px;
    line-height: 20px;
  }
  .single-post-pager .arrow.prev a:before, .single-post-pager .arrow.next a:before {
    top: -1px;
  }
}
@media (max-width: 767px) {
  .single-post-pager .arrow a {
    font-size: 15px;
    line-height: 19px;
  }
  .single-post-pager .arrow.prev a:before, .single-post-pager .arrow.next a:before {
    top: -.5px;
  }
}
/* Accord - Items */
.accord-items {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #e2e2e2;
}
.accord-items .accord-item {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #e2e2e2;
}
.accord-items .accord-header {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
}
.accord-items .accord-header a {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 28px;
  color: inherit;
  line-height: 36px;
  text-decoration: none;
  border: none;
  position: relative;
  padding: 25px 70px 25px 15px;
}
.accord-items .accord-header a:after {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 130%;
  color: #459adc;
  -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: 15px;
  -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-items .accord-header a.collapsed:after {
  content: "\f067";
}
.accord-items .accord-body {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 25px 15px 55px 15px;
}
.accord-items .accord-body .aside {
  width: 100%;
  float: left;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 55px;
}
.accord-items .accord-body .aside:last-child {
  padding-bottom: 0;
}
.accord-items .accord-body .form-block {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 55px;
}
.accord-items .accord-body .form-block:last-child {
  padding-bottom: 0;
}
.accord-items .accord-body .form-block ul li {
  width: 100%;
}
.accord-items .accord-body .form-block .btn-accord {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.accord-items .accord-body .form-block .form-accord {
  width: 100%;
  float: left;
  display: none;
}
.accord-items .accord-body .form-block .form-wrap {
  width: 100%;
  float: left;
  padding: 80px 0 0 0;
}
.accord-items .accord-body .form-block .btn-out {
  margin: 60px 0 0 0;
}
@media (max-width: 991px) {
  .accord-items .accord-header a {
    font-size: 24px;
    line-height: 32px;
    padding-right: 50px;
    padding: 25px 60px 25px 0;
  }
  .accord-items .accord-header a:after {
    right: 0;
  }
  .accord-items .accord-body {
    padding: 20px 0 50px 0;
  }
  .accord-items .accord-body .aside {
    padding-bottom: 50px;
  }
  .accord-items .accord-body .form-block {
    padding-bottom: 50px;
  }
  .accord-items .accord-body .form-block .form-wrap {
    padding: 60px 0 0 0;
  }
  .accord-items .accord-body .form-block .btn-out {
    margin: 50px 0 0 0;
  }
}
@media (max-width: 767px) {
  .accord-items .accord-header a {
    font-size: 22px;
    line-height: 30px;
    padding: 25px 50px 25px 0;
  }
  .accord-items .accord-body {
    padding: 15px 0 40px 0;
  }
  .accord-items .accord-body .aside {
    padding-bottom: 40px;
  }
  .accord-items .accord-body .form-block {
    padding-bottom: 40px;
  }
  .accord-items .accord-body .form-block .form-wrap {
    padding: 50px 0 0 0;
  }
  .accord-items .accord-body .form-block .btn-out {
    margin: 50px 0 0 0;
  }
}
/* Hero - Main */
.hero-main {
  width: 100%;
  min-height: 720px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-main .figure {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.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 .hero-cont {
  width: 100%;
  float: left;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
.hero-main .hero-cont h1, .hero-main .hero-cont h2 {
  font-size: 65px;
  line-height: 75px;
  padding-bottom: 36px;
}
.hero-main .hero-cont h1:last-child, .hero-main .hero-cont h2:last-child {
  padding-bottom: 0;
}
.hero-main .hero-cont p {
  width: 100%;
  max-width: 700px;
  padding-bottom: 47px;
}
.hero-main .hero-cont p:last-child {
  padding-bottom: 0;
}
.hero-main .hero-cont .btn-out {
  margin: 0;
}
.hero-main .hero-cont .aside {
  width: 100%;
  max-width: 790px;
  float: left;
}
@media (max-width: 1399px) {
  .hero-main {
    min-height: 620px;
  }
  .hero-main .hero-cont {
    font-size: 22px;
    line-height: 36px;
  }
  .hero-main .hero-cont h1, .hero-main .hero-cont h2 {
    font-size: 55px;
    line-height: 65px;
    padding-bottom: 31px;
  }
  .hero-main .hero-cont p {
    max-width: 630px;
    padding-bottom: 41px;
  }
  .hero-main .hero-cont .aside {
    max-width: 690px;
  }
}
@media (max-width: 1199px) {
  .hero-main {
    min-height: 560px;
  }
  .hero-main .hero-cont h1, .hero-main .hero-cont h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .hero-main .hero-cont p {
    max-width: 560px;
  }
  .hero-main .hero-cont .aside {
    max-width: 650px;
  }
}
@media (max-width: 991px) {
  .hero-main .hero-cont h1, .hero-main .hero-cont h2 {
    font-size: 44px;
    line-height: 54px;
  }
  .hero-main .hero-cont {
    font-size: 20px;
    line-height: 34px;
  }
  .hero-main .hero-cont p {
    max-width: 520px;
  }
  .hero-main .hero-cont .aside {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .hero-main {
    min-height: 400px;
  }
  .hero-main .hero-cont {
    font-size: 18px;
    line-height: 30px;
    padding: 70px 0;
  }
  .hero-main .hero-cont h1, .hero-main .hero-cont h2 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 22px;
  }
  .hero-main .hero-cont p {
    max-width: 500px;
    padding-bottom: 33px;
  }
  .hero-main .hero-cont .aside {
    max-width: 500px;
  }
}
/* Latest - Feeds */
.latest-feeds {
  width: 100%;
  color: #ffffff;
  background: #17244b;
  overflow: hidden;
  padding: 40px 0 50px 0;
}
.latest-feeds h2 {
  text-align: center;
  padding-bottom: 85px;
}
.latest-feeds .row {
  padding: 0;
  margin: 0 -20px -45px -20px;
}
.latest-feeds .row > div {
  padding: 0 20px 45px 20px;
  margin: 0;
}
.latest-feeds .row > div .box {
  width: 100%;
  float: left;
  font-weight: inherit;
  color: #ffffff;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.latest-feeds .row > div .box p {
  width: 100%;
  max-width: 395px;
  font-weight: 500;
}
.latest-feeds .row > div .box .sub-title {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.latest-feeds .row > div .box .sub-title:last-child {
  margin-bottom: 0;
}
.latest-feeds .row > div .box .sub-title img {
  max-width: inherit;
  max-height: 30px;
  float: left;
  position: relative;
  margin: -5px 13px -5px 0;
}
.latest-feeds .row > div .box:hover, .latest-feeds .row > div .box:focus, .latest-feeds .row > div .box:active {
  color: #c43f00;
}
.latest-feeds .row > div .box:hover p, .latest-feeds .row > div .box:focus p, .latest-feeds .row > div .box:active p {
  text-decoration: underline;
}
/* Featured - Split */
.featured-split {
  width: 100%;
  overflow: hidden;
  padding: 20px;
}
.featured-split h2 {
  text-align: center;
  padding-top: 70px;
}
.featured-split .row {
  padding: 0;
  margin: 0 -10px -20px -10px;
}
.featured-split .row > div {
  padding: 0 10px 20px 10px;
  margin: 0;
}
.featured-split .row > div .box {
  width: 100%;
  float: left;
  font-weight: inherit;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.featured-split .row > div .box .figure {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 0;
}
.featured-split .row > div .box .figure img {
  width: 100%;
  min-width: 930px;
  -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);
  margin: 0 -465px;
}
.featured-split .row > div .box .aside {
  width: 90%;
  max-width: 630px;
  float: left;
  background: #000;
  position: absolute;
  bottom: 10%;
  left: 0;
  padding: 45px;
}
.featured-split .row > div .box .aside span {
  color: #D14400;
}
.featured-split .row > div .box .aside h2, .featured-split .row > div .box .aside h3 {
  font-size: 28px;
  line-height: 40px;
  padding-bottom: 21px;
}
.featured-split .row > div .box .aside h2:last-child, .featured-split .row > div .box .aside h3:last-child {
  padding-bottom: 0;
}
.featured-split .row > div .box .aside .read-more.play {
  position: relative;
  padding-left: 65px;
}
.featured-split .row > div .box .aside .read-more.play:before {
  content: "\f144";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 50px;
  color: #c43f00;
  -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: 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%);
}
.featured-split .row > div .box:hover .figure img, .featured-split .row > div .box:focus .figure img, .featured-split .row > div .box:active .figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 1399px) {
  .featured-split .row > div .box .aside .read-more.play {
    padding-left: 60px;
  }
  .featured-split .row > div .box .aside .read-more.play:before {
    font-size: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .featured-split .row > div .box .aside .read-more.lenth {
    max-width: 198px;
  }
}
@media (max-width: 1199px) {
  .featured-split .row > div .box .aside h2 {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .featured-split .row > div .box .figure img {
    min-width: 800px;
    margin: 0 -400px;
  }
  .featured-split .row > div .box .aside {
    width: 90%;
    max-width: 630px;
    bottom: 7%;
    padding: 35px 25px;
  }
  .featured-split .row > div .box .aside h2 {
    font-size: 22px;
    line-height: 33px;
    padding-bottom: 16px;
  }
  .featured-split .row > div .box .aside .read-more.play {
    padding-left: 50px;
  }
  .featured-split .row > div .box .aside .read-more.play:before {
    font-size: 38px;
  }
  .featured-split .row > div .box .aside .read-more.lenth {
    max-width: 185px;
  }
}
/* Top Clicks - Content */
.top-clicks-cont {
  width: 100%;
  background: url(/wp-content/themes/atlasholdings/assets/img/topclicks-background.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.top-clicks-cont:before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: transparent linear-gradient(90deg, #17244B 0%, #1F5C95 100%);
  opacity: 0.83;
  position: absolute;
  top: 0;
  left: 0;
}
.top-clicks-cont .container {
  position: relative;
  z-index: 1;
}
.top-clicks-cont .row {
  justify-content: center;
  padding: 0;
  margin: 0 -2.2% -4.4% -2.2%;
}
.top-clicks-cont .row > div {
  padding: 0 2.2% 4.4% 2.2%;
  margin: 0;
}
.top-clicks-cont h2 {
  text-align: center;
  color: #fff;
}
.top-clicks-cont .row > div .box {
  width: 100%;
  height: 100%;
  float: left;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  background: #ffffff;
  border-top: 10px solid #2378ba;
  position: relative;
  overflow: hidden;
  padding: 10% 10% 117px 10%;
  margin: 0;
}
.top-clicks-cont .row > div .box h2, .top-clicks-cont .row > div .box h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  padding-bottom: 18px;
}
.top-clicks-cont .row > div .box h2:last-child, .top-clicks-cont .row > div .box h3:last-child {
  padding-bottom: 0;
}
.top-clicks-cont .row > div .box p {
  padding-bottom: 0;
}
.top-clicks-cont .row > div .box .read-more {
  width: auto;
  position: absolute;
  bottom: 45px;
  z-index: 1;
  margin: 0;
}
.top-clicks-cont .row > div .box:hover, .top-clicks-cont .row > div .box:focus, .top-clicks-cont .row > div .box:active {
  border-color: #c43f00;
}
@media (max-width: 1399px) {
  .top-clicks-cont .row {
    margin: 0 -20px -40px -20px;
  }
  .top-clicks-cont .row > div {
    padding: 0 20px 40px 20px;
  }
  .top-clicks-cont .row > div .box {
    padding-bottom: 100px;
  }
  .top-clicks-cont .row > div .box .read-more {
    bottom: 35px;
  }
}
@media (max-width: 767px) {
  .top-clicks-cont .row > div .box h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .top-clicks-cont {
    padding: 80px 0;
  }
  .top-clicks-cont .row {
    margin: 0 -15px -40px -15px;
  }
  .top-clicks-cont .row > div {
    padding: 0 15px 40px 15px;
  }
  .top-clicks-cont .row > div .box {
    padding: 30px 25px 95px 25px;
  }
  .top-clicks-cont .row > div .box h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .top-clicks-cont .row > div .box .read-more {
    bottom: 30px;
  }
}
/* Our Companies - Slider */
.our-companies-slider {
  width: 100%;
  background: #f1f1f1 url(../img/map.png) no-repeat center center;
  overflow: hidden;
  padding: 160px 0;
}
.our-companies-slider .item {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.our-companies-slider .item .logo {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.our-companies-slider .item .logo:last-child {
  margin-bottom: 0;
}
.our-companies-slider .item .logo 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);
}
.our-companies-slider .item .logo .a-like, .our-companies-slider .item .logo a {
  width: 100%;
  float: left;
  font-weight: inherit;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.our-companies-slider .item .logo a:hover, .our-companies-slider .item .logo a:focus, .our-companies-slider .item .logo a:active {
  border-color: #c43f00;
}
.our-companies-slider .item .logo a:hover img, .our-companies-slider .item .logo a:focus img, .our-companies-slider .item .logo a:active img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.our-companies-slider .owl-carousel {
  padding: 0 2px;
}
.our-companies-slider .owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.our-companies-slider .owl-carousel .owl-item {
  display: inline-block;
}
@media (max-width: 1199px) {
  .our-companies-slider {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .our-companies-slider {
    padding: 80px 0;
  }
}
/* Testimonial - Content */
.testimonial-cont {
  width: 100%;
  color: #ffffff;
  background: #17244b;
  position: relative;
  overflow: hidden;
  padding: 160px 0 140px 0;
}
.testimonial-cont:before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: url(/wp-content/themes/atlasholdings/assets/img/testimonial-background.png) repeat center center;
  background-size: 1920px auto;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-cont .container {
  position: relative;
  z-index: 1;
}
.testimonial-cont h3 {
  font-weight: 400;
}
.testimonial-cont .read-more a, .testimonial-cont .read-more span {
  color: #ffffff;
}
.testimonial-cont .read-more a:after, .testimonial-cont .read-more span:after {
  background: #ffffff;
}
.testimonial-cont .read-more a:hover, .testimonial-cont .read-more a:focus, .testimonial-cont .read-more a:active, .testimonial-cont .box:hover .read-more span, .testimonial-cont .box:focus .read-more span, .testimonial-cont .box:active .read-more span {
  color: #c43f00;
}
.testimonial-cont .quote-heading {
  width: 40.5%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 0 50px 0 5.5%;
}
.testimonial-cont .quote-heading:before {
  content: "";
  width: 170px;
  height: 142px;
  float: left;
  background: url(/wp-content/themes/atlasholdings/assets/img/icon-quote.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -75px;
  left: 0;
  z-index: -1;
}
.testimonial-cont .quote-heading h2 {
  width: 100%;
  max-width: 300px;
  padding-bottom: 40px;
}
.testimonial-cont .quote-cont {
  width: 59.5%;
  float: left;
}
@media (min-width: 768px) {
  .testimonial-cont .container {
    max-width: 1345px;
  }
}
@media (min-width: 1400px) {
  .testimonial-cont .container {
    max-width: 1375px;
  }
}
@media (max-width: 1199px) {
  .testimonial-cont {
    padding: 120px 0 110px 0;
  }
  .testimonial-cont .quote-heading {
    padding: 0 50px 0 0;
  }
  .testimonial-cont .quote-heading:before {
    width: 140px;
    height: 122px;
    top: -60px;
    left: -50px;
  }
}
@media (max-width: 991px) {
  .testimonial-cont .quote-heading {
    width: 43%;
  }
  .testimonial-cont .quote-cont {
    width: 57%;
  }
}
@media (max-width: 767px) {
  .testimonial-cont {
    padding: 100px 0 80px 0;
  }
  .testimonial-cont .quote-heading {
    width: 100%;
    padding: 0 0 40px 0;
  }
  .testimonial-cont .quote-heading:before {
    width: 100px;
    height: 80px;
    top: -40px;
    left: -20px;
  }
  .testimonial-cont .quote-heading h2 {
    padding-bottom: 35px;
  }
  .testimonial-cont .quote-cont {
    width: 100%;
  }
}
/*
 5.) Footer - Main
----------------------------------------*/
.footer-main {
  width: 100%;
  float: left;
  flex-shrink: 0;
  font-size: 16px;
  color: #6a6450;
  line-height: 26px;
  background: #e9e9e9;
  overflow: hidden;
  padding: 80px 0 70px 0;
}
.footer-main .brand {
  width: 100%;
  float: left;
}
.footer-main .brand img {
  width: 100%;
  max-width: 310px;
  display: inline-block;
  vertical-align: top;
}
.footer-main .foot-menu {
  width: 100%;
  float: left;
}
.footer-main .foot-menu ul {
  float: left;
  padding: 0;
  margin: 0 -35px -20px 0;
}
.footer-main .foot-menu ul li {
  float: left;
  padding: 0;
  margin: 0 35px 20px 0;
}
.footer-main .foot-menu ul li:before {
  display: none;
}
.footer-main .foot-menu ul li a {
  float: left;
  font-weight: 700;
  font-size: 15px;
  color: #BD3C00;
  line-height: 19px;
  letter-spacing: 1.2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: inset #BD3C00 0 0 0 1px;
  padding: 20px 50px 20px 30px;
}
.footer-main .foot-menu ul li a:after {
  content: "\f0da";
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 900;
  font-size: 110%;
  -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: 30px;
  -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 0 0 8px;
}
.footer-main .foot-menu ul li > a:hover, .footer-main .foot-menu ul li > a:focus, .footer-main .foot-menu ul li > a:active, .footer-main .foot-menu ul li.current-menu-item > a, .footer-main .foot-menu ul li.current-menu-parent > a, .footer-main .foot-menu ul li.current-menu-ancestor > a {
  color: #ffffff;
  text-decoration: none;
  background: #c43f00;
}
.footer-main .foot-menu ul li > a:hover:after, .footer-main .foot-menu ul li > a:focus:after, .footer-main .foot-menu ul li > a:active:after {
  animation: arrowright 0.5s linear 1;
  -webkit-animation-name: arrowright 0.5s linear 1;
}
.footer-main .terms-menu {
  width: 100%;
  float: left;
}
.footer-main .terms-menu ul {
  float: left;
  padding: 0;
  margin: 0 -35px -5px 0;
}
.footer-main .terms-menu ul li {
  float: left;
  padding: 0;
  margin: 0 35px 5px 0;
}
.footer-main .terms-menu ul li:before {
  display: none;
}
.footer-main .terms-menu ul li a {
  float: left;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  letter-spacing: 0.64px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0;
}
.footer-main .terms-menu ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  float: left;
  background: #c43f00;
  -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: 50%;
  margin: 0;
  opacity: 0;
}
.footer-main .terms-menu ul li > a:hover, .footer-main .terms-menu ul li > a:focus, .footer-main .terms-menu ul li > a:active, .footer-main .terms-menu ul li.current-menu-item > a, .footer-main .terms-menu ul li.current-menu-parent > a, .footer-main .terms-menu ul li.current-menu-ancestor > a {
  color: #c43f00;
  text-decoration: none;
}
.footer-main .terms-menu ul li:hover > a:after, .footer-main .terms-menu ul li > a:focus:after, .footer-main .terms-menu ul li.nav-menu-open > a:after, .footer-main .terms-menu ul li.current-menu-item > a:after, .footer-main .terms-menu ul li.current-menu-parent > a:after, .footer-main .terms-menu ul li.current-menu-ancestor > a:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.footer-main .row {
  align-items: center;
  padding: 0 0 45px 0;
  margin: 0 -20px -40px -20px;
}
.footer-main .row:last-child {
  padding-bottom: 0;
}
.footer-main .row > div {
  padding: 0 20px 40px 20px;
  margin: 0;
}
.footer-main .row > div:first-child {
  width: 32%;
}
.footer-main .row > div:last-child {
  width: 68%;
}
.footer-main .row > div .terms-menu {
  width: 71%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px 0 0;
  margin: 0 -4px 0 0;
}
.footer-main .row > div .search-box {
  width: 29%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 0 -4px;
}
.footer-main .row > div .search-box form input {
  box-shadow: none;
}
@media (max-width: 1799px) {
  .footer-main .brand img {
    max-width: 280px;
  }
}
@media (max-width: 1599px) {
  .footer-main {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-main .brand img {
    max-width: 220px;
  }
  .footer-main .foot-menu ul li a {
    font-size: 14px;
    line-height: 18px;
    padding: 16px 45px 16px 25px;
  }
  .footer-main .foot-menu ul li a:after {
    right: 25px;
  }
  .footer-main .terms-menu ul li a {
    font-size: 14px;
    line-height: 18px;
  }
  .footer-main .row {
    padding: 0 0 35px 0;
  }
  .footer-main .row > div:first-child {
    width: 29%;
  }
  .footer-main .row > div:last-child {
    width: 71%;
  }
  .footer-main .row > div .terms-menu {
    width: 72%;
  }
  .footer-main .row > div .search-box {
    width: 28%;
  }
}
@media (max-width: 1299px) {
  .footer-main .brand img {
    max-width: 190px;
  }
  .footer-main .foot-menu ul {
    margin: 0 -25px -20px 0;
  }
  .footer-main .foot-menu ul li {
    margin: 0 25px 20px 0;
  }
  .footer-main .terms-menu ul {
    margin: 0 -25px -5px 0;
  }
  .footer-main .terms-menu ul li {
    margin: 0 25px 5px 0;
  }
  .footer-main .row > div:first-child {
    width: 32%;
  }
  .footer-main .row > div:last-child {
    width: 68%;
  }
  .footer-main .row > div .terms-menu {
    width: 55%;
  }
  .footer-main .row > div .search-box {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .footer-main {
    padding: 60px 0 50px 0;
  }
  .footer-main .brand img {
    max-width: 220px;
  }
  .footer-main .row {
    padding: 0 0 35px 0;
    margin: 0 -20px -35px -20px;
  }
  .footer-main .row > div {
    padding: 0 20px 35px 20px;
  }
  .footer-main .row > div:first-child {
    width: 100%;
  }
  .footer-main .row > div:last-child {
    width: 100%;
  }
  .footer-main .row.order-change-sm > div:first-child {
    order: 2;
  }
  .footer-main .row.order-change-sm > div:last-child {
    order: 1;
  }
  .footer-main .row > div .terms-menu {
    width: 70%;
  }
  .footer-main .row > div .search-box {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .footer-main .row > div .terms-menu {
    width: 55%;
  }
  .footer-main .row > div .search-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .footer-main {
    padding: 60px 0 50px 0;
  }
  .footer-main .brand img {
    max-width: 200px;
  }
  .footer-main .row > div .terms-menu {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .footer-main .row > div .search-box {
    width: 100%;
  }
  .footer-main .row.order-change-sm > div:first-child p {
    margin-right: -20px;
  }
}
/*
 6.) Inner - Pages
----------------------------------------*/
/* Hero - Inner */
.hero-inner {
  width: 100%;
  min-height: 390px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-inner .figure-out {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 55px;
}
.hero-inner .figure-inn {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-inner .figure {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.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 .hero-cont {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
.hero-inner .hero-cont h1, .hero-inner .hero-cont .h1, .hero-inner .hero-cont h2 {
  float: left;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 23px 60px 23px 0;
  margin: 0;
}
.hero-inner .hero-cont h1:before, .hero-inner .hero-cont .h1:before, .hero-inner .hero-cont h2:before {
  content: "";
  width: 10000px;
  height: 100%;
  float: right;
  background: #17244b;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .hero-inner .figure-out {
    padding-left: 40px;
  }
  .hero-inner .hero-cont h1, .hero-inner .hero-cont .h1, .hero-inner .hero-cont h2 {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .hero-inner {
    min-height: 320px;
  }
  .hero-inner .hero-cont h1, .hero-inner .hero-cont .h1, .hero-inner .hero-cont h2 {
    padding: 21px 40px 21px 0;
  }
}
@media (max-width: 767px) {
  .hero-inner {
    min-height: 220px;
  }
  .hero-inner .figure-out {
    padding-left: 30px;
  }
  .hero-inner .hero-cont h1, .hero-inner .hero-cont .h1, .hero-inner .hero-cont h2 {
    padding: 17px 30px 17px 0;
  }
}
/* Hero - Inner Single */
.hero-inner-single {
  width: 100%;
  overflow: hidden;
  padding-left: 55px;
}
.hero-inner-single .figure {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 0;
  /*padding-top: calc(389 / 1866 * 100%);*/
  position: relative;
  aspect-ratio: 4/1;
}
.hero-inner-single .figure img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  /*	margin: 0 -600px;*/
}
@media (min-width: 1920px) {
  .hero-inner-single .figure {
    /*height: 389px;*/
    padding-top: 0;
    position: relative;
  }
  .hero-inner-single .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;
  }
}
@media (max-width: 1399px) {
  .hero-inner-single {
    padding-left: 40px;
  }
}
@media (max-width: 1280px) {
  .hero-inner-single .figure {
    height: 250px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .hero-inner-single {
    padding-left: 30px;
  }
  .hero-inner-single .figure {
    height: 167px;
    padding-top: 0;
  }
}
/* Row - Content */
.row-cont {
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
}
.row-cont .txt-max {
  width: 100%;
  max-width: 725px;
}
.row-cont .figure {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
.row-cont .figure img {
  width: 100%;
}
@media (max-width: 1199px) {
  .row-cont {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .row-cont {
    padding: 70px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .row-cont {
    padding: 50px 0 60px 0;
  }
}
/* Row Edge - Content */
.row-edge-cont {
  width: 100%;
  overflow: hidden;
}
.row-edge-cont .inner-cont {
  width: 100%;
  float: left;
  position: relative;
  padding: 100px 0;
}
.row-edge-cont .inner-cont:before {
  content: "";
  width: 10000px;
  height: 100%;
  float: left;
  background: #17244b;
  position: absolute;
  top: 0;
  left: 100%;
}
.row-edge-cont .row {
  max-width: 1330px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .row-edge-cont .inner-cont {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .row-edge-cont .inner-cont {
    padding: 60px 0;
  }
  .row-edge-cont .row {
    padding-right: 30px;
  }
}
/* Team - Content */
.team-content {
  width: 100%;
  min-height: 700px;
  /*overflow: hidden;*/
  padding: 60px 0 110px 0;
}
.team-content .tab-content > .tab-pane {
  /*height: 0;*/
  /*display: block!important;*/
  /*visibility: hidden!important;*/
}
.team-content .tab-content > .tab-pane.active {
  height: auto;
  visibility: visible !important;
}
@media (min-width: 768px) {
  .team-content .tab-links .dropdown-menu ul {
    max-width: 955px;
  }
  .team-content .tab-links .dropdown-menu ul li {
    width: 33.33333333333333%;
  }
}
@media (max-width: 1199px) {
  .team-content {
    padding: 50px 0 90px 0;
  }
}
@media (max-width: 767px) {
  .team-content {
    padding: 30px 0 70px 0;
  }
}
/* Team - List */
.team-list {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.team-list .filter-dropdowns2 .filter-item {
  width: 291px;
}
.team-list .row {
  padding: 0;
  margin: 0 -25px -50px -25px;
}
.team-list .row > div {
  padding: 0 25px 50px 25px;
  margin: 0;
}
.team-list .row > div .box {
  width: 100%;
  float: left;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
.team-list .row > div .box .expand:after {
  content: "+";
  /*float: right;
    height: 50px;*/
  padding-left: 10px;
  font-weight: normal;
}
.team-list .row > div .box .name {
  font-weight: 700;
}
.team-list .row > div a.box .name {
  /*text-decoration: underline;*/
}
.team-list .row > div a.box:hover, .team-list .row > div a.box:focus, .team-list .row > div a.box:active {
  color: #c43f00;
}
.team-list .row > div a.box:hover .name, .team-list .row > div a.box:focus .name, .team-list .row > div a.box:active .name {
  text-decoration: none;
}
@media (max-width: 1399px) {
  .team-list .row {
    padding: 0;
    margin: 0 -20px -40px -20px;
  }
  .team-list .row > div {
    padding: 0 20px 40px 20px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .team-list .row {
    margin: 0 -19px -38px -19px;
  }
  .team-list .row > div {
    padding: 0 19px 38px 19px;
  }
}
@media (max-width: 767px) {
  .team-list .row {
    margin: 0 -15px -40px -15px;
  }
  .team-list .row > div {
    padding: 0 15px 40px 15px;
  }
}
/* Gallery - List */
.gallery-list {
  width: 100%;
  color: #ffffff;
  background: #17244b;
  overflow: hidden;
  padding: 120px 0;
}
.gallery-list .row {
  justify-content: center;
  padding: 0;
  margin: 0 -2.2% -4.4% -2.2%;
}
.gallery-list .row > div {
  padding: 0 2.2% 4.4% 2.2%;
  margin: 0;
}
.gallery-list .row > div .box {
  width: 100%;
  height: 100%;
  float: left;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.gallery-list .row > div .box .figure {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 0;
}
.gallery-list .row > div .box .figure 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);
}
.gallery-list .row > div .box .bx-title {
  max-width: 90%;
  float: left;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
  background: #17244b;
  -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;
  padding: 13px 63px 13px 25px;
}
.gallery-list .row > div .box .bx-title:after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 110%;
  -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: 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%);
  margin: 2px 0 -2px 0;
}
.gallery-list .row > div .box:hover .figure img, .gallery-list .row > div .box:focus .figure img, .gallery-list .row > div .box:active .figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-list .row > div .box:hover .bx-title, .gallery-list .row > div .box:focus .bx-title, .gallery-list .row > div .box:active .bx-title {
  color: #ffffff;
  background: #c43f00;
}
.gallery-list .row > div .box:hover .bx-title:after, .gallery-list .row > div .box:focus .bx-title:after, .gallery-list .row > div .box:active .bx-title:after {
  animation: arrowright 0.5s linear 1;
  -webkit-animation-name: arrowright 0.5s linear 1;
}
@media (max-width: 1599px) {
  .gallery-list .row > div .box .bx-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .gallery-list {
    padding: 90px 0;
  }
  .gallery-list .row > div .box .bx-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .gallery-list .row {
    margin: 0 -20px -40px -20px;
  }
  .gallery-list .row > div {
    padding: 0 20px 40px 20px;
  }
}
@media (max-width: 767px) {
  .gallery-list {
    padding: 60px 0;
  }
  .gallery-list .row {
    margin: 0 -15px -40px -15px;
  }
  .gallery-list .row > div {
    padding: 0 15px 40px 15px;
  }
}
/* Icons - Content */
.icons-cont {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background: #17244b;
  padding: 0 0 170px 0;
}
.icons-cont .row {
  position: relative;
  padding: 155px 0 0 0;
  margin: -40px 0 0 0;
}
.icons-cont .row:before {
  content: "";
  width: 2px;
  height: 100%;
  float: left;
  background: #459adc;
  position: absolute;
  top: 0;
  left: 0;
}
.icons-cont .row > div {
  position: relative;
  padding: 0 0 80px 95px;
  margin: 0;
}
.icons-cont .row > div:last-child {
  padding-bottom: 0;
}
.icons-cont .row > div:before {
  content: "";
  width: 15px;
  height: 15px;
  float: left;
  background: #459adc;
  border-radius: 900px;
  position: absolute;
  top: 39px;
  left: -6.5px;
}
.icons-cont .row > div:after {
  content: "";
  width: 94px;
  height: 2px;
  float: left;
  background: #459adc;
  border-radius: 900px;
  position: absolute;
  top: 45px;
  left: -29px;
}
.icons-cont .row > div ul, .icons-cont .row > div ol {
  padding-left: 0;
}
.icons-cont .row > div .icon {
  width: 105px;
  float: left;
  position: relative;
  z-index: 1;
  margin: 0 -105px 0 0;
}
.icons-cont .row > div .icon img {
  width: 100%;
}
.icons-cont .row > div .aside {
  width: 100%;
  float: left;
  padding: 25px 0 0 165px;
}
@media (min-width: 768px) {
  .icons-cont .container {
    max-width: 1390px;
  }
}
@media (min-width: 1400px) {
  .icons-cont .container {
    max-width: 1420px;
  }
}
@media (max-width: 1199px) {
  .icons-cont {
    padding: 0 0 120px 0;
  }
  .icons-cont .row {
    padding: 125px 0 0 0;
  }
  .icons-cont .row > div {
    padding: 0 0 70px 95px;
  }
  .icons-cont .row > div .icon {
    width: 80px;
    margin: 0 -80px 0 0;
  }
  .icons-cont .row > div .aside {
    padding: 25px 0 0 125px;
  }
}
@media (max-width: 767px) {
  .icons-cont {
    padding: 0 0 80px 0;
  }
  .icons-cont .row {
    padding: 90px 0 0 0;
    margin: -20px 0 0 0;
  }
  .icons-cont .row > div {
    padding: 0 0 70px 40px;
  }
  .icons-cont .row > div:before {
    top: 34px;
  }
  .icons-cont .row > div:after {
    width: 40px;
    top: 40px;
    left: -18px;
  }
  .icons-cont .row > div .icon {
    width: 70px;
    margin: 0 0 25px 0;
  }
  .icons-cont .row > div .aside {
    padding: 0;
  }
}
/* Stories - Content */
.stories-cont {
  width: 100%;
  overflow: hidden;
  padding: 95px 0;
}
.stories-cont .inner-cont {
  width: 100%;
  float: left;
  position: relative;
  padding: 80px 0 130px 0;
}
.stories-cont .inner-cont:before {
  content: "";
  width: 10000px;
  height: 100%;
  float: left;
  background: #f1f1f1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.stories-cont .sub-title-ribbon {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  line-height: 32px;
  background: #459adc;
  position: relative;
  z-index: 1;
  padding: 24px 50px 24px 8.5%;
  margin: 0 0 45px 0;
}
.stories-cont .sub-title-ribbon:last-child {
  margin-bottom: 0;
}
.stories-cont .sub-title-ribbon:before {
  content: "";
  width: 50px;
  height: 100%;
  float: left;
  background: #459adc;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -1;
}
.stories-cont .col-out {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.stories-cont .aside {
  width: 58.5%;
  float: left;
  padding: 0 5.5% 0 8.5%;
}
.stories-cont .figure {
  width: 41.5%;
  float: left;
  text-align: center;
  overflow: hidden;
  margin: 0;
}
.stories-cont .figure img {
  width: 100%;
}
@media (max-width: 1399px) {
  .stories-cont .sub-title-ribbon {
    padding: 24px 45px 24px 6%;
  }
  .stories-cont .aside {
    padding: 0 5% 0 6%;
  }
}
@media (max-width: 1199px) {
  .stories-cont {
    padding: 75px 0;
  }
  .stories-cont .inner-cont {
    padding: 70px 0 90px 0;
  }
  .stories-cont .sub-title-ribbon {
    font-size: 24px;
    line-height: 28px;
    padding: 20px 50px 20px 50px;
    margin: 0 0 40px 0;
  }
  .stories-cont .sub-title-ribbon:before {
    width: 30px;
    left: -30px;
  }
  .stories-cont .aside {
    padding: 0 50px 0 50px;
  }
}
@media (max-width: 991px) {
  .stories-cont .inner-cont {
    padding: 70px 10px 70px 50px;
  }
  .stories-cont .sub-title-ribbon {
    font-size: 24px;
    line-height: 28px;
    padding: 20px 40px 20px 0;
    margin: 0 0 40px 0;
  }
  .stories-cont .sub-title-ribbon:before {
    width: 80px;
    left: -80px;
  }
  .stories-cont .aside {
    width: 100%;
    padding: 0 0 50px 0;
  }
  .stories-cont .figure {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .stories-cont {
    padding: 60px 0;
  }
  .stories-cont .inner-cont {
    padding: 60px 0 60px 25px;
  }
  .stories-cont .sub-title-ribbon {
    font-size: 22px;
    line-height: 26px;
    padding: 17px 30px 17px 0;
    margin: 0 0 35px 0;
  }
  .stories-cont .sub-title-ribbon:before {
    width: 40px;
    left: -40px;
  }
  .stories-cont .aside {
    padding: 0 0 40px 0;
  }
}
/* Our Companies - List */
.our-companies-list {
  width: 100%;
  overflow: hidden;
  padding: 125px 0;
}
.our-companies-list .heading-txt h2 {
  padding-bottom: 32px;
}
.our-companies-list .heading-txt h2:last-child {
  padding-bottom: 0;
}
.our-companies-list .row {
  padding: 0;
  margin: 0 -25px -50px -25px;
}
.our-companies-list .row > div {
  padding: 0 25px 50px 25px;
  margin: 0;
}
.our-companies-list .row > div .logo {
  width: 100%;
  float: left;
}
.our-companies-list .row > div .logo 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);
}
.our-companies-list .row > div .logo a {
  width: 100%;
  float: left;
  font-weight: inherit;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  padding: 12px;
}
.our-companies-list .row > div .logo a:hover, .our-companies-list .row > div .logo a:focus, .our-companies-list .row > div .logo a:active {
  border-color: #c43f00;
}
.our-companies-list .row > div .logo a:hover img, .our-companies-list .row > div .logo a:focus img, .our-companies-list .row > div .logo a:active img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .our-companies-list .container {
    max-width: 1110px;
  }
}
@media (min-width: 1400px) {
  .our-companies-list .container {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .our-companies-list {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .our-companies-list .row {
    margin: 0 -19px -38px -19px;
  }
  .our-companies-list .row > div {
    padding: 0 19px 38px 19px;
  }
}
@media (max-width: 767px) {
  .our-companies-list {
    padding: 60px 0;
  }
  .our-companies-list .row {
    margin: 0 -15px -30px -15px;
  }
  .our-companies-list .row > div {
    padding: 0 15px 30px 15px;
  }
}
@media (max-width: 479px) {
  .our-companies-list .row {
    margin: 0 -10px -20px -10px;
  }
  .our-companies-list .row > div {
    padding: 0 10px 20px 10px;
  }
}
/* Our Companies - Post Content */
.our-companies-post-cont {
  width: 100%;
  overflow: hidden;
}
.our-companies-post-cont .inner-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.our-companies-post-cont .logo {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.our-companies-post-cont .logo img {
  width: 100%;
}
.our-companies-post-cont .page-title {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.our-companies-post-cont .logo-wrap {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 44px;
}
.our-companies-post-cont .logo-wrap:last-child {
  margin-bottom: 0;
}
.our-companies-post-cont .left-cl {
  width: 62%;
  float: left;
  padding: 100px 50px 130px 0;
}
.our-companies-post-cont .left-cl .left-in {
  width: 100%;
  max-width: 750px;
}
.our-companies-post-cont .left-cl .txt-row {
  width: 100%;
  float: none;
  display: inline-table;
  vertical-align: top;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.our-companies-post-cont .left-cl .txt-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.our-companies-post-cont .left-cl .locations-list {
  width: 100%;
  float: none;
  display: inline-table;
  vertical-align: top;
  padding-bottom: 85px;
}
.our-companies-post-cont .left-cl .locations-list:last-child {
  padding-bottom: 0;
}
.our-companies-post-cont .left-cl .locations-list p {
  padding-bottom: 10px;
}
.our-companies-post-cont .left-cl .locations-list p:last-child {
  padding-bottom: 0;
}
.our-companies-post-cont .left-cl .locations-list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px -10px -10px;
}
.our-companies-post-cont .left-cl .locations-list ul li {
  width: 33%;
  float: left;
  padding: 0 10px;
  margin: 0 0 10px 0;
}
.our-companies-post-cont .left-cl .locations-list ul li:before {
  display: none;
}
.our-companies-post-cont .right-cl {
  width: 38%;
  float: left;
  line-height: 2.1em;
  background: #f1f1f1;
  padding: 100px 40px 130px 40px;
}
.our-companies-post-cont .right-cl .right-in {
  width: 100%;
  max-width: 315px;
  margin: 0 auto;
}
.our-companies-post-cont .right-cl p {
  padding-bottom: 31px;
}
.our-companies-post-cont .right-cl p:last-child {
  padding-bottom: 0;
}
.our-companies-post-cont .right-cl p a, .our-companies-post-cont .right-cl li a {
  font-weight: 500;
  /*color: #2378ba;*/
  color: #2171B0;
}
.our-companies-post-cont .right-cl p a:hover, .our-companies-post-cont .right-cl p a:focus, .our-companies-post-cont .right-cl p a:active, .our-companies-post-cont .right-cl li a:hover, .our-companies-post-cont .right-cl li a:focus, .our-companies-post-cont .right-cl li a:active {
  /*color: #459adc; */
  color: #2378ba;
}
.our-companies-post-cont .right-cl .page-title {
  display: none;
}
@media (min-width: 768px) and (max-width: 1599px) {
  .our-companies-post-cont .container {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .our-companies-post-cont .left-cl {
    padding: 70px 40px 100px 0;
  }
  .our-companies-post-cont .left-cl .locations-list {
    padding-bottom: 75px;
  }
  .our-companies-post-cont .right-cl {
    padding: 70px 40px 100px 40px;
  }
}
@media (max-width: 991px) {
  .our-companies-post-cont .left-cl .locations-list ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .our-companies-post-cont .logo {
    max-width: 200px;
    margin-bottom: 35px;
  }
  .our-companies-post-cont .logo:last-child {
    margin-bottom: 0;
  }
  .our-companies-post-cont .logo-wrap {
    margin-bottom: 25px;
  }
  .our-companies-post-cont .left-cl {
    width: 100%;
    padding: 0 0 70px 0;
    order: 2;
  }
  .our-companies-post-cont .left-cl .left-in {
    max-width: 100%;
  }
  .our-companies-post-cont .left-cl .page-title {
    display: none;
  }
  .our-companies-post-cont .left-cl .txt-row {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .our-companies-post-cont .left-cl .locations-list {
    padding-bottom: 60px;
  }
  .our-companies-post-cont .right-cl {
    width: 100%;
    background: none;
    padding: 50px 0 40px 0;
    order: 1;
  }
  .our-companies-post-cont .right-cl .right-in {
    max-width: 100%;
  }
  .our-companies-post-cont .right-cl p {
    padding-bottom: 20px;
  }
  .our-companies-post-cont .right-cl .page-title {
    display: inline-block;
  }
}
/* Media - Content */
.media-content {
  width: 100%;
  /*min-height: 700px;
	overflow: hidden;*/
  padding: 60px 0 110px 0;
}
.media-content .tab-content > .tab-pane {
  /*height: 0;
	display: block!important;
	visibility: hidden!important;*/
}
.media-content .tab-content > .tab-pane.active {
  /*height: auto;
	visibility: visible!important;*/
}
@media (min-width: 768px) {
  .media-content .container {
    max-width: 1100px;
  }
}
@media (min-width: 1400px) {
  .media-content .container {
    max-width: 1120px;
  }
}
@media (max-width: 1199px) {
  .media-content {
    padding: 50px 0 90px 0;
  }
}
@media (max-width: 767px) {
  .media-content {
    padding: 40px 0 70px 0;
  }
}
/* Articles - List */
.articles-list {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.articles-list .row {
  padding: 0;
  margin: -35px 0 0 0;
}
.articles-list .row > div {
  border-bottom: 1px solid #e2e2e2;
  padding: 0;
  margin: 0;
}
.articles-list .row > div .box {
  width: 100%;
  float: left;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  position: relative;
  padding: 35px 0 28px 0;
}
.articles-list .row > div .box .logo {
  width: 150px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  margin: 0 -154px 0 0;
}
.articles-list .row > div .box .logo img {
  width: 100%;
}
.articles-list .row > div .box .aside {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 185px;
  margin: 0 -2px 0 -2px;
}
.articles-list .row > div .box .aside .h3, .articles-list .row > div .box .aside h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
}
.articles-list .row > div a.box:hover .aside .h3, .articles-list .row > div a.box:focus .aside .h3, .articles-list .row > div a.box:active .aside .h3, .articles-list .row > div a.box:hover .aside h3, .articles-list .row > div a.box:focus .aside h3, .articles-list .row > div a.box:active .aside h3 {
  color: #c43f00;
}
.articles-list .row > div .box-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.articles-list .row > div .box-video .figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.68%;
  flex: 0 0 31.68%;
  margin: 0 35px 0 0;
}
.articles-list .row > div .box-video .aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  margin: 0;
}
.articles-list .row > div .box-video a.aside {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  display: block;
}
.articles-list .row > div .box-video a.aside:hover .h3, .articles-list .row > div .box-video a.aside:focus .h3, .articles-list .row > div .box-video a.aside:active .h3, .articles-list .row > div .box-video a.aside:hover h3, .articles-list .row > div .box-video a.aside:focus h3, .articles-list .row > div .box-video a.aside:active h3 {
  color: #c43f00;
}
@media (max-width: 767px) {
  .articles-list .row > div .box .logo {
    width: 150px;
    border: 1px solid #e2e2e2;
    padding: 5px;
    margin: 0 0 20px 0;
  }
  .articles-list .row > div .box .aside {
    padding: 0;
    margin: 0;
  }
  .articles-list .row > div .box .aside .h3, .articles-list .row > div .box .aside h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .articles-list .row > div .box-video {
    display: block;
  }
  .articles-list .row > div .box-video .figure {
    margin: 0 0 20px;
  }
}
/* Media - Post Content */
.media-post-cont {
  width: 100%;
  overflow: hidden;
  padding: 70px 0 110px 0;
}
.media-post-cont .date {
  margin-bottom: 18px;
}
.media-post-cont .date:last-child {
  margin-bottom: 0;
}
.media-post-cont .txt {
  padding-bottom: 50px;
}
.media-post-cont .txt:last-child {
  padding-bottom: 0;
}
.media-post-cont .title-wrap {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 35px;
}
.media-post-cont .title-wrap:last-child {
  margin-bottom: 0;
}
.media-post-cont .title-wrap .logo {
  width: 165px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -169px 0 0;
}
.media-post-cont .title-wrap .logo img {
  width: 100%;
}
.media-post-cont .title-wrap .txt-wrap {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 210px;
  margin: 0 0 0 -4px;
}
.media-post-cont .txt-hltd {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 35px;
}
.media-post-cont .txt-hltd:last-child {
  margin-bottom: 0;
}
.media-post-cont .txt-hltd p span {
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  line-height: 68px;
  background-color: #f1f1f1;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 14px 25px;
}
.media-post-cont .txt-box {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  background: #f1f1f1;
  overflow: hidden;
  padding: 5.5%;
  margin-bottom: 45px;
}
.media-post-cont .txt-box:last-child {
  margin-bottom: 0;
}
.media-post-cont .txt-box h4 {
  padding-bottom: 16px;
}
.media-post-cont .txt-box h4:last-child {
  padding-bottom: 0;
}
.media-post-cont .txt-box p a {
  font-weight: inherit;
  color: inherit;
}
.media-post-cont .txt-box p a:hover, .media-post-cont .txt-box p a:focus, .media-post-cont .txt-box p a:active {
  color: #c43f00;
}
.video-band {
  text-align: center;
}
@media (min-width: 768px) {
  .media-post-cont .container {
    max-width: 1100px;
  }
}
@media (min-width: 1400px) {
  .media-post-cont .container {
    max-width: 1130px;
  }
}
@media (max-width: 1199px) {
  .media-post-cont {
    padding: 60px 0 90px 0;
  }
  .media-post-cont .txt-hltd p span {
    font-size: 20px;
    line-height: 60px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .media-post-cont {
    padding: 50px 0 70px 0;
  }
  .media-post-cont .date {
    margin-bottom: 14px;
  }
  .media-post-cont .txt {
    padding-bottom: 40px;
  }
  .media-post-cont .title-wrap {
    margin-bottom: 30px;
  }
  .media-post-cont .title-wrap .logo {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .media-post-cont .title-wrap .logo img {
    width: 100%;
    max-width: 165px;
  }
  .media-post-cont .title-wrap .txt-wrap {
    padding: 0;
    margin: 0;
  }
  .media-post-cont .txt-hltd {
    margin-bottom: 30px;
  }
  .media-post-cont .txt-hltd p span {
    font-size: 18px;
    line-height: 52px;
    padding: 10px 20px;
  }
  .media-post-cont .txt-box {
    padding: 25px;
    margin-bottom: 40px;
  }
}
/* Careers - List */
.careers-list {
  width: 100%;
  color: #ffffff;
  background: #17244b;
  overflow: hidden;
  padding: 100px 0 150px 0;
}
.careers-list p a {
  color: #459adc;
}
.careers-list select, .careers-list textarea, .careers-list input[type="text"], .careers-list input[type="password"], .careers-list input[type="datetime"], .careers-list input[type="datetime-local"], .careers-list input[type="date"], .careers-list input[type="month"], .careers-list input[type="time"], .careers-list input[type="week"], .careers-list input[type="number"], .careers-list input[type="email"], .careers-list input[type="url"], .careers-list input[type="search"], .careers-list input[type="tel"], .careers-list input[type="color"], .careers-list .uneditable-input {
  background: #f4f5f8;
}
.careers-list .no-edit input[type="text"] {
  opacity: 0.85;
  color: #666;
  cursor: default;
}
.careers-list .form-block label, .careers-list .form-block p {
  color: #d9d9d9;
}
.careers-list .accord-items {
  border-top-color: #354060;
}
.careers-list .accord-items .accord-item {
  border-bottom-color: #354060;
}
.careers-list .form-block .ginput_container_fileupload input {
  margin-top: 10px;
}
.careers-list .form-block .field_description_above .gfield_description {
  /*padding-bottom: 28px;*/
  color: #d9d9d9;
  padding-bottom: 5px;
  margin-top: -5px;
  font-size: 0.75em;
  font-style: italic;
}
.careers-list .form-block .gform_fileupload_rules {
  color: #d9d9d9;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
}
@media (min-width: 768px) {
  .careers-list .container {
    max-width: 1090px;
  }
}
@media (min-width: 1400px) {
  .careers-list .container {
    max-width: 1120px;
  }
}
@media (max-width: 1199px) {
  .careers-list {
    padding: 100px 0 110px 0;
  }
}
@media (max-width: 767px) {
  .careers-list {
    padding: 60px 0 80px 0;
  }
}
/* Logos - Slider */
.logos-slider {
  width: 100%;
  overflow: hidden;
  padding: 110px 0;
}
.logos-slider .item {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.logos-slider .item a, .logos-slider .item .a-like {
  display: inline-block;
  width: 100%;
}
.logos-slider .item img {
  width: 100%;
  /*max-width: 250px;*/
  max-width: fit-content;
}
.logos-slider .owl-carousel {
  padding: 0 25px;
}
.logo-slider-carousel.centered .owl-stage {
  margin: 0 auto;
}
.logos-slider .owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.logos-slider .owl-carousel .owl-item {
  display: inline-block;
}
@media (max-width: 1659px) {
  .logos-slider .owl-carousel {
    padding: 0 30px;
  }
  .logos-slider .owl-nav button.owl-prev {
    left: -20px;
  }
  .logos-slider .owl-nav button.owl-next {
    right: -20px;
  }
}
@media (max-width: 1199px) {
  .logos-slider {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .logos-slider {
    padding: 60px 0;
  }
  .logos-slider .item img {
    max-width: 180px;
  }
  .logos-slider .owl-nav button.owl-prev {
    left: -10px;
  }
  .logos-slider .owl-nav button.owl-next {
    right: -10px;
  }
}
@media (max-width: 575px) {
  .logos-slider .item img {
    max-width: 200px;
  }
}
/* Two Column - Content */
.two-col-cont {
  width: 100%;
  overflow: hidden;
  padding: 130px 0;
}
.two-col-cont .row {
  padding-bottom: 130px;
}
.two-col-cont .row:last-child {
  padding-bottom: 0;
}
.two-col-cont .row > div h1, .two-col-cont .row > div h2 {
  padding-bottom: 27px;
}
.two-col-cont .row > div h1:last-child, .two-col-cont .row > div h2:last-child {
  padding-bottom: 0;
}
.two-col-cont .row > div h5 {
  color: #000000;
  padding-bottom: 25px;
  margin-top: 16px;
}
.two-col-cont .row > div h5:last-child {
  padding-bottom: 0;
}
.two-col-cont .row > div p {
  padding-bottom: 19px;
}
.two-col-cont .row > div p:last-child {
  padding-bottom: 0;
}
.two-col-cont .row > div .aside {
  width: 100%;
  float: left;
}
.two-col-cont .row > div .figure {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 0;
}
.two-col-cont .row > div .figure img {
  width: 100%;
}
@media (min-width: 992px) {
  .two-col-cont .row {
    margin: 0 -3%;
  }
  .two-col-cont .row > div {
    width: 50%;
    position: relative;
    padding: 0 3%;
  }
  .two-col-cont .row > div:nth-child(1) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
  .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%;
  }
  /* Col - Reverse  */
  .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:nth-child(even) > div:nth-child(1) {
    left: 0;
  }
  .two-col-cont .col-reverse .row:nth-child(even) > div:nth-child(2) {
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .two-col-cont .row {
    margin: 0 -25px;
  }
  .two-col-cont .row > div {
    padding: 0 25px;
  }
}
@media (max-width: 1199px) {
  .two-col-cont {
    padding: 90px 0;
  }
  .two-col-cont .row {
    padding-bottom: 90px;
  }
  .two-col-cont .row > div h1, .two-col-cont .row > div h2 {
    padding-bottom: 24px;
  }
  .two-col-cont .row > div h5 {
    padding-bottom: 22px;
    margin-top: 13px;
  }
}
@media (max-width: 991px) {
  .two-col-cont .row > div .aside {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .two-col-cont {
    padding: 60px 0;
  }
  .two-col-cont .row {
    padding-bottom: 60px;
  }
  .two-col-cont .row > div h1, .two-col-cont .row > div h2 {
    padding-bottom: 22px;
  }
  .two-col-cont .row > div h5 {
    padding-bottom: 20px;
    margin-top: 10px;
  }
}
/* Contact - Content */
.contact-content {
  width: 100%;
  overflow: hidden;
  padding: 110px 0;
}
.contact-content .row {
  padding: 0;
  margin: 0 -25px -50px -25px;
}
.contact-content .row > div {
  padding: 0 25px 50px 25px;
  margin: 0;
}
.contact-content .row > div .address-txt {
  color: #000000;
}
.contact-content .row > div .address-txt .brand {
  margin-bottom: 40px;
}
.contact-content .row > div .address-txt .brand:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contact-content .row > div:first-child {
    width: 62%;
  }
  .contact-content .row > div:last-child {
    width: 38%;
  }
  .contact-content .row > div .address-txt {
    width: 100%;
    max-width: 355px;
    float: right;
  }
}
@media (min-width: 768px) {
  .contact-content .container {
    max-width: 1330px;
  }
}
@media (min-width: 1400px) {
  .contact-content .container {
    max-width: 1360px;
  }
}
@media (max-width: 1199px) {
  .contact-content {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .contact-content .row {
    margin: 0 -20px -50px -20px;
  }
  .contact-content .row > div {
    padding: 0 20px 50px 20px;
  }
}
@media (max-width: 767px) {
  .contact-content {
    padding: 60px 0;
  }
  .contact-content .row {
    margin: 0 -15px -50px -15px;
  }
  .contact-content .row > div {
    padding: 0 15px 50px 15px;
  }
  .contact-content .row > div .address-txt .brand {
    margin-bottom: 30px;
  }
}
/* Map - Wrapper */
.map-wrapper {
  width: 100%;
  height: 470px;
  position: relative;
  overflow: hidden;
}
.map-wrapper p {
  font-weight: 400;
  font-size: 1.2rem;
  color: #333333;
}
.map-wrapper li:before {
  display: none;
}
.map-wrapper input[type=text] {
  margin-right: 5px;
}
.map-wrapper .mapLocations {
  position: relative;
  overflow: auto;
}
.map-wrapper .content .mapLocations li {
  position: relative;
  padding: 0 1em 1em;
  margin: 0;
}
.map-wrapper .mapLocations li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.map-wrapper .mapLocations li > a {
  display: block;
  text-indent: 0;
}
.map-wrapper .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}
.map-wrapper #map {
  width: 100%;
  height: 400px;
}
.map-wrapper #legend {
  background: #ffffff;
  border: 3px solid #000000;
  padding: 10px;
  margin: 10px;
}
@media (min-width: 900px) {
  .map-wrapper .mapLocations li {
    float: left;
    width: 33%
  }
  .map-wrapper .mapLocations li:nth-child(3n+4) {
    clear: left;
  }
}
@media (min-width: 450px) and (max-width: 899px) {
  .map-wrapper .mapLocations li {
    width: 50%;
    float: left;
  }
  .map-wrapper .mapLocations li:nth-child(2n+3) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .map-wrapper {
    height: 380px;
  }
  .map-wrapper #map {
    height: 380px;
  }
}
/* Content - Inner */
.content-inner {
  width: 100%;
  overflow: hidden;
  padding: 70px 0 110px 0;
}
@media (max-width: 1199px) {
  .content-inner {
    padding: 60px 0 90px 0;
  }
}
@media (max-width: 767px) {
  .content-inner {
    padding: 50px 0 70px 0;
  }
}
/* 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.) Modal
----------------------------------------*/
.fancybox-bg {
  background: #17244b;
}
.wow {
  /* opacity: 0; */
  /* visibility: hidden; */
}
@media (max-width: 991px) {
  .fadeInUp, .fadeInDown, .fadeInLeft, .fadeInRight {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
}
/* Bootstrap - Modal */
.modal-backdrop.show {
  background: #17244b;
  opacity: .90;
}
.modal, /*.modal-open*/ {
  padding-right: 0 !important;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
  }
}
@media (max-width: 1199px) {
  .modal-dialog {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* Modal - Content */
.modal-content {
  color: #333333;
  background: #ffffff;
  border-radius: 0;
  border: none;
  padding: 40px 55px 55px 55px;
  margin: 0;
}
.modal-content .tm-title {
  font-weight: 700;
  font-size: 30px;
  color: #17244b;
  line-height: 42px;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 50px 25px 0;
  margin-bottom: 35px;
}
.modal-content .name {
  font-weight: 700;
}
.modal-content .name-wrap {
  font-size: 120%;
  color: #17244b;
  line-height: 1.5em;
  padding-bottom: 32px;
}
.modal-content .name-wrap:last-child {
  padding-bottom: 0;
}
.modal-content .icon-close {
  font-size: 32px;
  color: #cccccc;
  line-height: 36px;
  position: absolute;
  top: 47px;
  right: 55px;
}
@media (max-width: 1199px) {
  .modal-content .tm-title {
    font-size: 28px;
    line-height: 40px;
  }
  .modal-content .name-wrap {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .modal-content {
    padding: 25px 30px 30px 30px;
  }
  .modal-content .tm-title {
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .modal-content .name-wrap {
    padding-bottom: 22px;
  }
  .modal-content .icon-close {
    font-size: 26px;
    line-height: 26px;
    top: 32px;
    right: 30px;
  }
}
/* Video - Modal */
.video-modal .modal-content {
  padding: 0;
}
.video-modal .modal-content .icon-close {
  width: 50px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #b8084a;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  border: 2px solid #b8084a;
  border-radius: 900px;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: -25px;
  right: -25px;
  padding: 1px 0 0 0;
  margin: 0;
}
.video-modal .modal-content .ratio {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1499px) {
  .video-modal .modal-content .icon-close {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 22px;
    top: -20px;
    right: -20px;
    padding: 1px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .video-modal .modal-content .ratio {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .video-modal .modal-content .ratio {
    border-radius: 8px;
  }
  .video-modal .modal-content .icon-close {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 18px;
    top: -15px;
    right: -15px;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .video-modal .modal-dialog {
    margin: 0.5rem 1rem;
  }
}
/*
 8.) Text - Colors / Wordpress Cores
------------------------------------------------------*/
/* Font - Weights */
.light {
  font-weight: 300 !important;
}
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !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 */
.dark-navy {
  color: #17244b !important;
}
.red {
  color: #c43f00 !important;
}
.blue {
  color: #2378ba !important;
}
.sky-blue {
  color: #459adc !important;
}
.light-gray {
  color: #f1f1f1 !important;
}
.medium-gray {
  color: #e9e9e9 !important;
}
.dark-gray {
  color: #6a6450 !important;
}
/* Toolkit Page - Title - (Notes) */
.notes-title {
  width: 100%;
  padding: 90px 0 30px 0;
}
.notes-title p {
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  line-height: 33px;
  padding: 0 0 3px 0;
}
.notes-title p strong {
  font-weight: 500;
}
.notes-title p:last-child {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .notes-title p {
    font-size: 18px;
    line-height: 24px;
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.23%;
  overflow: hidden;
  z-index: 1;
}
.video-wrapper > * {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0;
  left: 0;
  padding: 0 !important;
}
/* Overflow dropdown fix */
.our-companies-list {
  overflow: visible;
}
/* ---------------------------- 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 ---------------------------- */
.web_logo {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
  font-size: 0;
  opacity: 0.4;
  width: 18px;
  height: 18px;
  display: block;
  background-size: 100%;
  background-image: url(/wp-content/themes/atlasholdings/assets/img/logo-3mw-grey.png);
  background-repeat: no-repeat;
  text-decoration: none !important;
}
/*@media (min-width:768px) {
	.filter-dropdowns2 .filter-item:first-child .dropdown-menu {overflow:visible; width: 500px;}
	.filter-dropdowns2 .filter-item .dropdown-menu ul li > a {display: inline-block; float:none;}
	.filter-dropdowns2 .filter-item .dropdown-menu ul { column-count: 2; }
}*/
#searchform input {
  max-width: 60%;
  margin-right: 10px;
}
:focus, .btn:focus-visible, a:focus-visible {
  outline: 3px solid #c43f0155 !important;
  border-radius: 5px;
  outline-offset: 2px;
}
.youtube-responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tab-links .dropdown-menu ul li a:hover, .tab-links .dropdown-menu ul li a:focus, .tab-links .dropdown-menu ul li a:active, .team-content .nav-tabs .nav-link a:focus, .team-content .nav-tabs .nav-link a:hover, .team-content .nav-tabs .nav-link a:active, .team-content .nav-tabs .nav-link.active {
  border: 0;
  outline: 0 !important;
}
/*.team-list .row {
  display: block;
  column-count: 2;
}
.team-list .row > div {
  width: 100%;
}*/
.team-list .row > div .box {
  float: none;
  display: inline-block;
}
/*@media (min-width:768px) {
  .team-list .row {
    display: block;
    column-count: 4;
  }
}*/