/*
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
----------------------------------------*/
/*
 2.) Default Styles
----------------------------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ol,
ul,
li {
  font-weight: inherit;
  padding: 0;
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-family: "Epilogue", sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #5a5c61;
  line-height: 27px;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

sub,
sup {
  font-size: 50%;
}

sup {
  top: -.7em;
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}

/*= Links 
=======================================================*/
a {
  color: #276942;
  text-decoration: 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;
}

a:hover,
a:focus,
a:active {
  color: #21894b;
  text-decoration: underline;
}

a:visited {
  outline: 0;
}

a[href^="tel:"],
a[href^="fax:"] {
  color: #276942;
  text-decoration: none;
}

a:hover[href^="tel:"],
a:focus[href^="tel:"],
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
  color: #21894b;
  text-decoration: underline;
}

/*= Headings: P, H1, H2, H3, H4, H5, H6 
=======================================================*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  color: #37373f;
  padding-bottom: 17px;
}

h1,
.h1 {
  font-size: 55px;
  line-height: 65px;
  padding-bottom: 25px;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 60px;
  padding-bottom: 25px;
}

h3,
.h3 {
  font-size: 37px;
  line-height: 49px;
  padding-bottom: 25px;
}

h4,
.h4 {
  font-size: 25px;
  line-height: 35px;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 30px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  color: #21894b;
  text-decoration: underline;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  padding-bottom: 0;
}

p {
  padding-bottom: 27px;
}

p:last-child {
  padding-bottom: 0;
}

.txt {
  padding-bottom: 50px;
}

.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;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.lrg {
  font-size: 20px;
  line-height: 32px;
}

hr {
  margin: 10px 0 38px 0;
  border-top: 2px solid #dee6e0;
}

.divider {
  width: 100%;
  height: 2px;
  background: #dee6e0;
  overflow: hidden;
  margin: 10px 0 38px 0;
}

@media (max-width: 1199px) {

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    padding-bottom: 14px;
  }

  h1,
  .h1 {
    font-size: 46px;
    line-height: 56px;
    padding-bottom: 20px;
  }

  h2,
  .h2 {
    font-size: 40px;
    line-height: 52px;
    padding-bottom: 20px;
  }

  h3,
  .h3 {
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 20px;
  }

  h4,
  .h4 {
    font-size: 22px;
    line-height: 32px;
  }

  p {
    padding-bottom: 25px;
  }

  .txt {
    padding-bottom: 40px;
  }

  .lrg {
    font-size: 18px;
    line-height: 30px;
  }

  .divider {
    margin: 8px 0 34px 0;
  }
}

@media (max-width: 767px) {

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    padding-bottom: 14px;
  }

  h1,
  .h1 {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 17px;
  }

  h2,
  .h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 17px;
  }

  h3,
  .h3 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 17px;
  }

  h4,
  .h4 {
    font-size: 20px;
    line-height: 30px;
  }

  h5,
  .h5 {
    font-size: 18px;
    line-height: 28px;
  }

  p {
    padding-bottom: 20px;
  }

  .txt {
    padding-bottom: 35px;
  }

  .lrg {
    font-size: 17px;
    line-height: 27px;
  }

  .divider {
    margin: 5px 0 29px 0;
  }
}

/*= Unorder List 
=======================================================*/
ul,
ol {
  list-style: none;
}

ul:last-child,
ol:last-child {
  padding-bottom: 0;
}

li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 5px;
}

li:last-child {
  padding-bottom: 27px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
  padding-bottom: 0;
}

ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #5a5c61;
  border-radius: 360px;
  position: absolute;
  top: 10px;
  left: 0;
}

@media (max-width: 1199px) {
  li:last-child {
    padding-bottom: 25px;
  }

  ul li:before {
    top: 10px;
  }
}

@media (max-width: 767px) {
  li {
    padding-bottom: 8px;
  }

  li:last-child {
    padding-bottom: 20px;
  }

  ul li:before {
    top: 10px;
  }
}

/* List2 */
ul.list2 li {
  font-weight: 500;
  padding-left: 31px;
}

ul.list2 li:before {
  width: auto;
  height: auto;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-weight: 400;
  color: #276942;
  background: none;
  border-radius: 0;
  top: -1px;
}

@media (max-width: 767px) {
  ul.list2 li:before {
    top: -2px;
  }
}

/*= Order List 
=======================================================*/
ol {
  counter-reset: item;
}

ol>li {
  counter-increment: item;
  padding-left: 30px;
}

ol>li:before {
  content: counter(item)".";
  font-weight: 700;
  color: #276942;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

/* #Input Styles
================================================= */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

select,
textarea,
input {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  color: #37373f;
  line-height: 30px;
  padding: 0 0 6px 0;
  margin: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  width: 100%;
  height: 48px;
  font-weight: 400;
  font-size: 18px;
  color: #37373f;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #edf3f4;
  border: none;
  border-radius: 0;
  outline: none;
  overflow: hidden;
  position: relative;
  padding: 15px 20px;
  margin: 0;
}

textarea {
  height: 150px;
  line-height: 26px;
  white-space: normal;
  outline: none;
  resize: none;
}

select {
  background-image: url(../img/icon-down.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: top 12px right 20px;
  padding-top: 0;
  padding-right: 50px;
  padding-bottom: 0;
}

select::-ms-expand {
  display: none;
}

select.colorize option:not([disabled]) {
  color: #37373f;
}

select.colorize option.def:not([disabled]),
select.colorize.empty:not([disabled]) {
  color: #091733;
}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
  color: #091733;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #091733;
}

::-moz-placeholder {
  color: #091733;
}

::-ms-input-placeholder {
  color: #091733;
}

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 {
  outline: 0;
  box-shadow: rgba(0, 0, 0, .15) 0 0 10px;
}

@media (max-width: 767px) {
  label {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Checkbox / Radiobutton */
.custom-control {
  min-height: inherit;
  position: relative;
  padding: 0;
  margin: 0 0 0px 0;
}

.custom-control:last-child {
  margin-bottom: 0;
}

.custom-control .custom-control-label {
  width: auto;
  min-height: 18px;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  padding: 0 0 0 31px;
}

.custom-control .custom-control-label::before,
.custom-control .custom-control-label::after {
  width: 18px;
  height: 18px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 12px;
  color: #37373f;
  line-height: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: none;
  border: 1px solid #37373f;
  border-radius: 0px;
  top: 2px;
  left: 0;
  padding: 0;
  margin: 0;
}

.custom-control .custom-control-label::after {
  display: none;
}

.custom-control .custom-control-label::before {
  content: "";
}

.custom-control .custom-control-input:checked~.custom-control-label::before {
  content: "\f00c";
  color: #ffffff;
  background: #276942;
  border-color: #276942;
}

@media (max-width: 767px) {
  .custom-control .custom-control-label {
    font-size: 16px;
    line-height: 26px;
  }
}

/* Custom - Upload Button */
.file-select {
  width: 100%;
  height: 130px;
  float: left;
  line-height: 1em;
  background: #edf3f4;
  border: 1px dashed #d0d7de;
  position: relative;
  z-index: 1;
}

.file-select:focus,
.file-select:active,
.file-select.active {
  box-shadow: rgba(0, 0, 0, .15) 0 0 10px;
}

.file-select p {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #5a5c61;
  padding: 8px 0;
}

.file-select .btn-txt {
  width: 110px;
  height: 30px;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color: #37373f;
  line-height: 32px;
  text-align: center;
  background: #d7dbdb;
  box-shadow: inset #37373f 0 0 0 1px;
  margin: 8px 0;
}

.file-select .file-select-name {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

.file-select .file-select-btn {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
}

.ginput_container_fileupload input[type=file],
.file-select input[type=file] {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
}

.ginput_container_fileupload .ginput_preview {
  display: none;
}

.file-select.file-select-disabled {
  opacity: 0.65;
}

.file-select .fa-trash-alt {
  width: 30px;
  height: 30px;
  float: right;
  font-size: 20px;
  color: #c44545;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
  display: none;
}

.file-select.active .fa-trash-alt {
  display: block;
}

.file-select.active .file-select-name {
  cursor: default;
}

.file-select.active .file-select-btn {
  display: none;
}

/* #Buttons
================================================== */
@keyframes arrow {
  0% {
    margin-left: 6px;
    margin-right: 0;
  }

  75% {
    margin-left: 9px;
    margin-right: -3px;
  }

  100% {
    margin-left: 6px;
    margin-right: 0;
  }
}

@-webkit-keyframes arrow {
  0% {
    margin-left: 6px;
    margin-right: 0;
  }

  75% {
    margin-left: 9px;
    margin-right: -3px;
  }

  100% {
    margin-left: 6px;
    margin-right: 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;
  box-shadow: none;
}

.btn,
.button,
input[type=".button"],
input[type="submit"] {
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  background: #276942;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  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: 17px 30px 16px 30px;
  margin: 0;
}

.btn em,
.button em {
  font-size: 16px;
  -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 6px;
}

.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,
.btn:not(:disabled):not(.disabled):active {
  color: #ffffff;
  text-decoration: none;
  background-color: #21894b;
  box-shadow: none;
  outline: 0;
}

.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: arrow 0.5s linear 1;
  -webkit-animation-name: arrow 0.5s linear 1;
}

.btn:focus,
.button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}

.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%;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}

@media (max-width: 767px) {

  .btn,
  .button,
  input[type=".button"],
  input[type="submit"] {
    font-size: 16px;
    line-height: 22px;
    padding: 14px 30px 13px 30px;
  }
}

/* Table */
table,
tbody,
thead,
tr,
th,
td {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

/* Figure */
figure {
  padding: 0;
  margin: 0;
}

.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;
}

.articles-details .owl-carousel .owl-item img {
  object-fit: contain;
  max-height: 450px;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.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("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 {
  position: absolute;
  bottom: -25px;
  right: 17px;
  z-index: 10;
  background: #000;
}

.owl-nav button {
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
  cursor: pointer;
  text-indent: -99999px;
}

.owl-nav button:before {
  width: 100%;
  height: 100%;
  float: left;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  line-height: 46px;
  text-align: center;
  text-indent: 0;
  background: #37373f;
  border: 2px solid #757b7f;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.owl-nav button:hover:before,
.owl-nav button:focus:before,
.owl-nav button:active:before {
  background: #21894b;
}

.owl-nav button.owl-prev:before {
  content: "\f053";
}

.owl-nav button.owl-next {
  margin-left: -2px;
}

.owl-nav button.owl-next:before {
  content: "\f054";
}

.owl-nav.disabled,
.owl-nav .disabled {
  display: none;
}

@media (max-width: 767px) {
  .owl-nav {
    bottom: -20px;
    right: 15px;
  }

  .owl-nav button {
    width: 40px;
    height: 40px;
  }

  .owl-nav button:before {
    font-size: 18px;
    line-height: 36px;
  }

  .articles-details .owl-carousel .owl-item img {
    max-height: 350px;
  }
}

/* Bullets */
.owl-dots {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: .5em;
  position: absolute;
  bottom: -50px;
  left: 0;
  margin: 0;
}

.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #5a5c61;
  border-radius: 360px;
  -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 7px;
}

.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: #21894b;
}

.owl-dots.disabled {
  display: none;
}

/* #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 {
  width: 180px;
  height: 44px;
  float: left;
  font-size: 15px;
  color: #ffffff;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  background: #276942;
  border-radius: 0;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  overflow: hidden;
  z-index: 100;
  position: absolute;
  z-index: 1001;
  top: -44px;
  left: 0;
  padding: 0;
  margin: 0;
}

.skip-btn:hover,
.skip-btn:focus,
.skip-btn:active {
  top: 0px;
  color: #ffffff;
  text-decoration: none;
  background: #276942;
  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;
}

/*= Container - Main
=======================================================*/
.container-main {
  width: 100%;
  min-height: 100vh;
  float: left;
  display: flex;
  flex-direction: column;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

@media (max-width: 399px) {
  .container {
    padding: 0 20px;
  }
}

/* Search - Box */
.search-box {
  width: 100%;
  display: block;
  overflow: hidden;
}

.search-box .search-box-inner,
.search-box form {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}

.search-box .search-box-inner label,
.search-box form label {
  padding: 0;
  margin: 0;
}

.search-box .search-box-inner .screen-reader-text,
.search-box form .screen-reader-text {
  display: none;
}

.search-box textarea,
.search-box select,
.search-box input[type="text"],
.search-box input[type="password"],
.search-box input[type="datetime"],
.search-box input[type="datetime-local"],
.search-box input[type="date"],
.search-box input[type="month"],
.search-box input[type="time"],
.search-box input[type="week"],
.search-box input[type="number"],
.search-box input[type="email"],
.search-box input[type="url"],
.search-box input[type="search"],
.search-box input[type="tel"],
.search-box input[type="color"],
.search-box .uneditable-input {
  height: 53px;
  font-size: 20px;
  color: #37373f;
  line-height: 26px;
  background: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 14px 72px 10px 20px;
  margin: 0;
}

.search-box ::-webkit-input-placeholder,
.search-box ::-webkit-textarea-placeholder {
  color: #37373f;
}

.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder {
  color: #37373f;
}

.search-box ::-moz-placeholder {
  color: #37373f;
}

.search-box ::-ms-input-placeholder {
  color: #37373f;
}

.search-box .btn,
.search-box .button,
.search-box input[type="button"],
.search-box input[type="submit"] {
  width: 52px;
  height: 53px;
  float: right;
  background: url(../img/icon-search.svg) no-repeat center center;
  background-size: 20px auto;
  border: none;
  border-radius: 0;
  text-indent: -9999px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.search-box .btn:hover,
.search-box .btn:focus,
.search-box .btn:active,
.search-box .btn:active:focus,
.search-box .btn.active,
.search-box .btn.active:focus,
.search-box .button:hover,
.search-box .button:focus,
.search-box .button:active,
.search-box .button:active:focus,
.search-box .button.active,
.search-box .button.active:focus,
.search-box input[type="button"]:hover,
.search-box input[type="button"]:focus,
.search-box input[type="button"]:active,
.search-box input[type="button"]:active:focus,
.search-box input[type="button"].active,
.search-box input[type="button"].active:focus,
.search-box input[type="submit"]:hover,
.search-box input[type="submit"]:focus,
.search-box input[type="submit"]:active,
.search-box input[type="submit"]:active:focus,
.search-box input[type="submit"].active,
.search-box input[type="submit"].active:focus,
.search-box .btn:not(:disabled):not(.disabled).active,
.search-box .btn:not(:disabled):not(.disabled):active {
  background: url(../img/icon-search.svg) no-repeat center center;
  background-size: 20px auto;
}

@media (max-width: 1199px) {

  .search-box textarea,
  .search-box select,
  .search-box input[type="text"],
  .search-box input[type="password"],
  .search-box input[type="datetime"],
  .search-box input[type="datetime-local"],
  .search-box input[type="date"],
  .search-box input[type="month"],
  .search-box input[type="time"],
  .search-box input[type="week"],
  .search-box input[type="number"],
  .search-box input[type="email"],
  .search-box input[type="url"],
  .search-box input[type="search"],
  .search-box input[type="tel"],
  .search-box input[type="color"],
  .search-box .uneditable-input {
    height: 50px;
    font-size: 18px;
    line-height: 24px;
    padding: 14px 65px 10px 20px;
  }

  .search-box .btn,
  .search-box .button,
  .search-box input[type="button"],
  .search-box input[type="submit"] {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {

  .search-box textarea,
  .search-box select,
  .search-box input[type="text"],
  .search-box input[type="password"],
  .search-box input[type="datetime"],
  .search-box input[type="datetime-local"],
  .search-box input[type="date"],
  .search-box input[type="month"],
  .search-box input[type="time"],
  .search-box input[type="week"],
  .search-box input[type="number"],
  .search-box input[type="email"],
  .search-box input[type="url"],
  .search-box input[type="search"],
  .search-box input[type="tel"],
  .search-box input[type="color"],
  .search-box .uneditable-input {
    height: 45px;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 55px 10px 20px;
  }

  .search-box .btn,
  .search-box .button,
  .search-box input[type="button"],
  .search-box input[type="submit"] {
    width: 45px;
    height: 45px;
  }
}

#searchform input {
  max-width: 60%;
  margin-right: 10px;
}

/*
 3.) Header - Main
----------------------------------------*/
.header-main {
  width: 100%;
  height: 100px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.header-main:before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: #ffffff;
  box-shadow: #dce6e5 0 0 0 1px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.header-main.fixed {
  position: fixed;
}

.header-main.fixed:before {
  box-shadow: rgba(0, 0, 0, .15) 0 8px 6px -6px, #dce6e5 0 0 0 1px;
}

@media (min-width: 1200px) {
  .header-main .container {
    max-width: 1920px;
  }
}

@media (min-width: 1600px) {
  .header-main .container {
    padding: 0 60px;
  }
}

@media (max-width: 1199px) {
  .header-main {
    height: 80px;
  }
}

@media (max-width: 767px) {
  .header-main {
    height: 70px;
  }
}

/* Site Brand */
.header-main .brand {
  float: left;
  -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;
  z-index: 1;
  margin: 24px -600px 0 0;
}

.header-main .brand img {
  width: 100%;
  max-width: 239px;
  max-height: 52px;
  vertical-align: top;
  display: inline-block;
}

.header-main .brand a {
  width: 239px;
  height: 52px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .header-main .brand {
    margin-top: 17px;
  }

  .header-main .brand img {
    max-width: 205px;
    max-height: 46px;
  }

  .header-main .brand a {
    width: 205px;
    height: 46px;
  }
}

@media (max-width: 767px) {
  .header-main .brand {
    margin-top: 14px;
  }

  .header-main .brand img {
    max-width: 190px;
    max-height: 42px;
  }

  .header-main .brand a {
    width: 190px;
    height: 42px;
  }
}

/* Nav - Bar */
.header-main .nav-bar {
  float: right;
}

@media (min-width: 1200px) {

  /* Main - Menu */
  .header-main .main-menu {
    float: left;
    padding: 0;
    margin: 0;
  }

  .header-main .main-menu ul {
    float: left;
    padding: 0;
    margin: 0;
  }

  .header-main .main-menu ul li {
    height: 100px;
    float: left;
    padding: 22px 0 0 0;
    margin: 0;
  }

  .header-main .main-menu ul li:before {
    display: none;
  }

  .header-main .main-menu ul li:after {
    content: "";
    width: 1px;
    height: 56px;
    float: left;
    background: #d0dede;
    position: absolute;
    top: 22px;
    right: 0;
  }

  .header-main .main-menu ul li:nth-last-child(1):after,
  .header-main .main-menu ul li:nth-last-child(2):after {
    display: none;
  }

  .header-main .main-menu ul li>a {
    height: 56px;
    float: left;
    font-weight: 600;
    font-size: 16px;
    color: #37373f;
    line-height: 56px;
    text-decoration: none;
    text-align: center;
    position: relative;
    padding: 0 25px;
  }

  .header-main .main-menu ul li:hover>a,
  .header-main .main-menu ul li>a:focus,
  .header-main .main-menu ul li.nav-menu-open>a,
  .header-main .main-menu ul li.current-menu-item>a,
  .header-main .main-menu ul li.current-menu-parent>a,
  .header-main .main-menu ul li.current-menu-ancestor>a {
    color: #276942;
  }

  .header-main .main-menu ul li.cnt-btn>a {
    color: #ffffff;
    background: #276942;
    padding: 0 30px;
  }

  .header-main .main-menu ul li.cnt-btn:hover>a,
  .header-main .main-menu ul li.cnt-btn>a:focus,
  .header-main .main-menu ul li.cnt-btn.nav-menu-open>a,
  .header-main .main-menu ul li.cnt-btn.current-menu-item>a,
  .header-main .main-menu ul li.cnt-btn.current-menu-parent>a,
  .header-main .main-menu ul li.cnt-btn.current-menu-ancestor>a {
    color: #ffffff;
    background-color: #21894b;
  }

  .header-main .main-menu ul li>a:focus+ul,
  .header-main .main-menu ul li:hover>ul,
  .header-main .main-menu ul li>.nav-menu-open {
    opacity: 1;
    pointer-events: auto;
    z-index: 5;
  }

  .header-main .main-menu ul li>ul {
    width: 240px;
    float: none;
    display: inline-block;
    background: #276942;
    outline: 2px solid rgba(255, 255, 255, .30);
    outline-offset: -12px;
    position: absolute;
    top: 100px;
    left: 50%;
    transition: opacity 225ms;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    padding: 25px 30px;
    margin: 0 0 0 -115px;
  }

  .header-main .main-menu ul li>ul li {
    width: 100%;
    height: auto;
    float: left;
    z-index: 1;
    padding: 0;
    margin: 0;
  }

  .header-main .main-menu ul li>ul li:after {
    display: none;
  }

  .header-main .main-menu ul li>ul li:last-child {
    border-bottom: none;
  }

  .header-main .main-menu ul li>ul li a {
    width: 100%;
    height: auto;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    padding: 11px 0;
    margin: 0;
  }

  .header-main .main-menu ul li>ul li>a:after {
    display: none;
  }

  .header-main .main-menu ul li>ul li:hover>a,
  .header-main .main-menu ul li>ul li>a:focus,
  .header-main .main-menu ul li>ul li.nav-menu-open>a,
  .header-main .main-menu ul li>ul li.current-menu-item>a,
  .header-main .main-menu ul li>ul li.current-menu-parent>a,
  .header-main .main-menu ul li>ul li.current-menu-ancestor>a {
    color: #fcd868;
  }
}

@media (max-width: 1199px) {
  .header-main .main-menu {
    display: none;
  }
}

/* Menu - Btn */
.header-main .menu-btn {
  height: 23px;
  float: right;
  font-weight: inherit;
  cursor: pointer;
  display: none;
  margin: 28px 0 0 50px;
}

.header-main .menu-btn .menu-bar {
  width: 33px;
  height: 4px;
  float: left;
  background: #37373f;
  text-indent: -99999px;
  position: relative;
  transition: all 0.4s ease;
  margin: 10px 0 0 0;
}

.header-main .menu-btn .menu-bar:before,
.header-main .menu-btn .menu-bar:after {
  content: "";
  width: 100%;
  height: 4px;
  float: left;
  background: #37373f;
  position: absolute;
  left: 0;
  transition: all 0.4s ease;
}

.header-main .menu-btn .menu-bar:before {
  top: -10px;
}

.header-main .menu-btn .menu-bar:after {
  top: 10px;
}

@media (max-width: 1199px) {
  .header-main .menu-btn {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-main .menu-btn {
    margin-top: 23px;
  }
}

/* MM - Menu */
/*@media (min-width: 1200px) {
#menu {
	width: 100%;
	float: left;
	display: none;
}
}

html.mm-pagedim-black.mm-opening #mm-blocker, 
html.mm-pagedim-white.mm-opening #mm-blocker, 
html.mm-pagedim.mm-opening #mm-blocker {
	background: #000000;
	opacity: .8;
	-webkit-transition: opacity .04s ease .40s;
	transition: opacity .04s ease .04s
}

.mm-menu {
	max-width: 360px;
	color: #ffffff;
	background: #276942;
}

html.mm-front #mm-blocker {
    z-index: 1001;
}

html.mm-front .mm-menu {
	z-index: 1002;
}

@media (max-width: 399px) {
.mm-menu {
	width: 90%;
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-90%, 0, 0);
    transform: translate3d(-90%, 0, 0);
}
}

@media all and (min-width:450px) {
html.mm-opening .mm-slideout {
	-webkit-transform: translate3d(360px, 0, 0);
	transform: translate3d(360px, 0, 0)
}
}

@media all and (min-width:450px) {
html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: translate3d(-360px, 0, 0);
	transform: translate3d(-360px, 0, 0)
}
}

.mm-menu.mm-columns-1 {
	max-width: 360px
}

@media all and (min-width:450px) {
html.mm-opening.mm-columns-1 .mm-slideout {
	-webkit-transform: translate3d(360px, 0, 0);
	transform: translate3d(360px, 0, 0)
}
}

.mm-close:before {
	width: 20px;
	height: 20px;
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 24px;
	color: #ffffff;
	line-height: 20px;
	background: none;
	border: none;
	top: 10px;
	right: 30px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.mm-close:after {
	display: none;
}

.mm-prev:hover {
	border: none;
	background: none;
}

.mm-prev:before {
	width: 14px;
	height: 20px;
	content: "\f053";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
	line-height: 20px;
	background: none;
	border: none;
	top: 10px;
	left: 30px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.mm-title {
	height: 33px!important;
	font-family: "Epilogue", sans-serif!important;
	font-weight: 600!important;
	font-size: 16px;
	color: #ffffff!important;
	text-transform: uppercase;
	background: none!important;
	line-height: 33px;
}

.mm-navbar { 
	height: 40px!important;
	border-bottom: none!important;
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 40px!important;
}

.mm-menu .mm-panel ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.mm-menu .mm-panel ul li {
	width: 100%;
	float: left;
	font-weight: inherit;
	line-height: inherit;
	border-bottom:1px solid rgba(255, 255, 255, .20);
	padding: 0;
	margin: 0;
}

.mm-menu .mm-panel ul li:before {
	display: none;
}

.mm-menu .mm-panel ul li a {
	width: 100%;
	float: left;
	font-family: "Epilogue", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	text-decoration: none;
	padding: 17px 25px 17px 0;
}

.mm-menu .mm-panel ul li:hover > a, 
.mm-menu .mm-panel ul li a:focus,
.mm-menu .mm-panel ul li a:active,
.mm-menu .mm-panel ul li.mm-selected > a, 
.mm-menu .mm-panel ul li.current-menu-item > a, 
.mm-menu .mm-panel ul li.current-menu-parent > a, 
.mm-menu .mm-panel ul li.current-menu-ancestor > a {
	color: #fcd868;
	background: none;
}

.mm-menu .mm-panel ul.mm-listview {
	width: 100%;
	float: left;
	padding: 0 0 40px 0!important;
	margin: -8px 0 0 0!important;
}

.mm-menu .mm-panel ul.mm-listview:last-child {
	padding-bottom: 35px!important;
}

.mm-menu .mm-panel ul.mm-listview > li {
	width: 100%;
	float: left;
	font-weight: inherit;
	line-height: normal;
	border-bottom:1px solid rgba(255, 255, 255, .25);
	padding: 0;
	margin: 0;
}

.mm-menu .mm-panel ul.mm-listview > li:before {
	display: none;
}

.mm-listview > li:not(.mm-divider)::after {
	display: none;
}

.mm-menu .mm-panel ul.mm-listview > li > a {
	width: 100%;
	float: left;
	font-family: "Epilogue", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	white-space: normal;
	padding: 17px 25px 17px 0;
}

.mm-menu .mm-panel ul.mm-listview > li > a:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 20px;
	color: #ffffff;
}

.mm-menu .mm-panel ul.mm-listview li > .mm-next {
	width: 50px;
	height: 14px;
	float: right;
	background: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	bottom: 0;
	z-index: 2;
	margin: -7px 0 0 0;
}

.mm-menu .mm-panel ul.mm-listview li > .mm-next::before {
	width: 50px;
	float: right;
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	text-align: right;
	border: none;
	padding: 0;
}

.mm-menu .mm-panel ul.mm-listview li > .mm-next::after {
	display: none;
}

.mm-menu .mm-panel ul.mm-listview li:hover > a, 
.mm-menu .mm-panel ul.mm-listview li > a:focus,
.mm-menu .mm-panel ul.mm-listview li > a:active,
.mm-menu .mm-panel ul.mm-listview li.mm-selected > a, 
.mm-menu .mm-panel ul.mm-listview li.current-menu-item > a, 
.mm-menu .mm-panel ul.mm-listview li.current-menu-parent > a, 
.mm-menu .mm-panel ul.mm-listview li.current-menu-ancestor > a {
	color: #fcd868;
	background: none;
}

@media (min-width: 768px) {
.mm-panels>.mm-panel {
	padding: 0 30px
}
}

@media (max-width: 767px) {
.mm-panels>.mm-panel {
	padding: 0 25px
}

.mm-close:before {
	right: 25px;
}

.mm-prev:before {
	left: 25px;
}
}*/
/*
 4.) Content - Main
----------------------------------------*/
.content-main {
  width: 100%;
  float: left;
  flex: 1 0 auto;
  overflow: hidden;
  padding: 100px 0 0 0;
  background: #fff;
}

@media (max-width: 1199px) {
  .content-main {
    padding: 80px 0 0 0;
  }
}

@media (max-width: 767px) {
  .content-main {
    padding: 70px 0 0 0;
  }
}

/* Highlight - Letter */
.first-letter p:first-child:first-letter {
  float: left;
  font-weight: 500;
  font-size: 85px;
  color: #37373f;
  line-height: 100%;
}

@supports (-moz-appearance:none) {
  .first-letter p:first-child:first-letter {
    margin-top: 5px;
  }
}

@media (max-width: 1199px) {
  .first-letter p:first-child:first-letter {
    font-size: 65px;
  }
}

@media (max-width: 767px) {
  .first-letter p:first-child:first-letter {
    font-size: 50px;
  }
}

/* Read More + Back to Portfolio Buttons */
.read-more {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 20px;
  color: #276942;
  line-height: 28px;
  text-decoration: none;
}

.backtoportfolio {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 18px;
  color: #276942;
  line-height: 25px;
  text-decoration: none;
  padding-left: 15px !important;
}

.read-more:first-child {
  margin-top: 0;
}

.read-more:last-child {
  margin-bottom: 0;
}

.read-more a,
.backtoportfolio a {
  font-weight: inherit;
  color: #276942;
  text-decoration: none;
}

.read-more a em,
.backtoportfolio a em {
  color: #276942;
  -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-left: 6px;
}

.read-more a:hover,
.backtoportfolio a:hover,
.read-more a:active,
.backtoportfolio a:active,
.read-more a:focus,
.backtoportfolio a:focus {
  color: #21894b;
}

.read-more a:hover em,
.backtoportfolio a:hover em,
.read-more a:active em,
.backtoportfolio a:active em,
.read-more a:focus em,
.backtoportfolio a:focus em {
  color: #21894b;
  animation: arrow 0.5s linear 1;
  -webkit-animation-name: arrow 0.5s linear 1;
}

@media (max-width: 767px) {

  .read-more,
  .backtoportfolio {
    font-size: 18px;
    line-height: 26px;
  }
}

/* Sub - Tile */
.sub-title {
  font-weight: 400;
  font-size: 25px;
  color: #37373f;
  line-height: 35px;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .sub-title {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .sub-title {
    font-size: 20px;
    line-height: 30px;
  }
}

/* Square - Title */
.square-title {
  display: block;
  border-color: #276942;
  margin-bottom: 22px;
}

.square-title:last-child {
  margin-bottom: 0;
}

.square-title p {
  padding-bottom: 7px;
}

.square-title p:last-child {
  padding-bottom: 0;
}

.square-title>* {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px 0px 5px 25px;
  margin-top: 0;
  margin-bottom: 0;
  border-left: 2px solid;
  border-color: inherit;
  text-align: left;
  min-height: 50px;
}

.square-title>.inner-container>* {
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.square-title>.inner-container>*:last-child {
  margin-bottom: 0;
}

.square-title:before,
.square-title:after {
  content: "";
  display: block;
  width: 100px;
  height: 22px;
  border-style: solid;
  border-color: inherit;
}

.square-title:before {
  border-width: 2px 2px 0px 2px;
}

.square-title:after {
  border-width: 0px 2px 2px 2px;
}

/* Arrow - Down */
.arrow-down {
  font-size: 40px;
  color: #37373f;
  line-height: 30px;
}

.arrow-down a {
  color: #37373f;
}

.arrow-down a:hover,
.arrow-down a:focus,
.arrow-down a:active {
  color: #276942;
}

@media (max-width: 767px) {
  .arrow-down {
    font-size: 30px;
    line-height: 20px;
  }
}

/* Heading - Text */
.heading-txt {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 0 75px 0;
}

.heading-txt h1,
.heading-txt .h1,
.heading-txt h2,
.heading-txt .h2,
.heading-txt h3,
.heading-txt .h3 {
  position: relative;
  padding: 0;
  margin: 0 0 20px 0;
}

.heading-txt h1:before,
.heading-txt .h1:before,
.heading-txt h2:before,
.heading-txt .h2:before,
.heading-txt h3:before,
.heading-txt .h3:before {
  content: "";
  width: 100%;
  height: 2px;
  float: left;
  background: #dee6e0;
  position: absolute;
  bottom: 50%;
  left: 0;
  margin: 1px 0 0 0;
}

.heading-txt h1 span,
.heading-txt .h1 span,
.heading-txt h2 span,
.heading-txt .h2 span,
.heading-txt h3 span,
.heading-txt .h3 span {
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 0 40px;
}

.heading-txt h1:last-child,
.heading-txt .h1:last-child,
.heading-txt h2:last-child,
.heading-txt .h2:last-child,
.heading-txt h3:last-child,
.heading-txt .h3:last-child {
  margin-bottom: 0;
}

.heading-txt p {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.heading-txt .txt-out {
  width: 100%;
  max-width: 1200px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .heading-txt {
    padding: 0 0 55px 0;
  }
}

@media (max-width: 991px) {

  .heading-txt h1 span,
  .heading-txt .h1 span,
  .heading-txt h2 span,
  .heading-txt .h2 span,
  .heading-txt h3 span,
  .heading-txt .h3 span {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .heading-txt {
    padding: 0 0 40px 0;
  }

  .heading-txt h1 span,
  .heading-txt .h1 span,
  .heading-txt h2 span,
  .heading-txt .h2 span,
  .heading-txt h3 span,
  .heading-txt .h3 span {
    padding: 0 20px;
  }
}

/* Heading - Text2 */
.heading-txt2 {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 23px;
  color: #37373f;
  line-height: 33px;
  padding: 95px 0 75px 0;
}

.heading-txt2 .txt-out {
  width: 100%;
  max-width: 775px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .heading-txt2 {
    font-size: 20px;
    line-height: 30px;
    padding: 75px 0 60px 0;
  }

  .heading-txt2 .txt-out {
    max-width: 675px;
  }
}

@media (max-width: 767px) {
  .heading-txt2 {
    font-size: 18px;
    line-height: 28px;
    padding: 55px 0 40px 0;
  }

  .heading-txt2 .txt-out {
    max-width: 520px;
  }
}

/* Article - Box */
.article-box {
  width: 100%;
  display: block;
  font-weight: inherit;
  color: #37373f;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}

.article-box em {
  width: 100%;
  height: 60px;
  float: left;
  font-size: 64px;
  color: #ffffff;
  line-height: 64px;
  background: url(../img/icon-view.svg) no-repeat center center;
  background-size: auto 49px;
  text-indent: 99999px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -30px 0 0 0;
}

.article-box h2,
.article-box .h2,
.article-box h3,
.article-box .h3,
.article-box h4,
.article-box .h4,
.article-box h5,
.article-box .h5,
.article-box h6,
.article-box .h6,
.article-box .sub-title {
  color: inherit;
  padding-bottom: 0;
}

.article-box .figure {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.article-box .figure img {
  width: 100%;
  min-width: 660px;
  margin: 0 -330px;
  min-height: 482px;
  max-height: 482px;
}

.article-box .figure .active-label {
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 1;
  height: 28px;
  line-height: 24px;
  padding: 3px 10px 1px 28px;
  color: #5a5c61;
}

.article-box .figure .active-label::before {
  background: #276942;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.article-box .txt-out {
  width: 100%;
  float: left;
  padding: 23px 5px 0 5px;
}

.article-box .over-cont {
  width: 100%;
  height: 100%;
  float: left;
  color: #ffffff;
  background: rgba(55, 55, 63, .85);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px;
}

.article-box .over-cont:before,
.article-box .over-cont:after {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  visibility: hidden;
}

.article-box .over-cont:before {
  border-top: 2px solid rgba(255, 255, 255, .30);
  border-right: 2px solid rgba(255, 255, 255, .30);
  -webkit-transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
  top: 9px;
  left: 10px;
}

.article-box .over-cont:after {
  border-left: 2px solid rgba(255, 255, 255, .30);
  border-bottom: 2px solid rgba(255, 255, 255, .30);
  bottom: 9px;
  right: 10px;
  -webkit-transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.2s;
  transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.2s;
}

.article-box:hover .over-cont,
.article-box:focus .over-cont,
.article-box:active .over-cont {
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
}

.article-box:hover .over-cont:before,
.article-box:focus .over-cont:before,
.article-box:active .over-cont:before,
.article-box:hover .over-cont:after,
.article-box:focus .over-cont:after,
.article-box:active .over-cont:after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  visibility: visible;
}

.article-box:hover .over-cont:before,
.article-box:focus .over-cont:before,
.article-box:active .over-cont:before {
  -webkit-transition: width 0.1s ease, height 0.1s ease 0.1s;
  transition: width 0.1s ease, height 0.1s ease 0.1s;
}

.article-box:hover .over-cont:after,
.article-box:focus .over-cont:after,
.article-box:active .over-cont:after {
  -webkit-transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}

.articles-list .row>div .article-box .figure.portfolio_img img,
.article-box .figure.portfolio_img img {
  min-width: 100px;
  margin: 0;
}

@media (max-width: 991px) {
  .article-box em {
    font-size: 60px;
    background-size: auto 42px;
  }

  .article-box .figure img {
    min-width: 560px;
    margin: 0 -280px;
    min-height: 347px;
    max-height: 347px;
  }
}

@media (max-width: 767px) {
  .article-box em {
    font-size: 40px;
    background-size: auto 32px;
  }

  .article-box .figure img {
    min-width: 500px;
    margin: 0 -250px;
  }

  .article-box .txt-out {
    padding: 15px 5px 0 5px;
  }
}

/* Hero - Main */
.hero-main {
  width: 100%;
  float: left;
  padding: 0 10px;
}

.hero-main .container {
  max-width: 100%;
  padding: 0;
}

.hero-main .row {
  margin: -5px;
}

.hero-main .row>div {
  padding: 5px;
}

.hero-main .row>div img {
  width: 100%;
}

@media (max-width: 767px) {
  .hero-main {
    padding: 0 6px;
  }

  .hero-main .container {
    max-width: 100%;
  }

  .hero-main .row {
    margin: -3px;
  }

  .hero-main .row>div {
    padding: 3px;
  }
}

/* Center Band - Content */
.center-band-cont {
  width: 100%;
  float: left;
  text-align: center;
  padding: 30px 0;
}

.center-band-cont h1,
.center-band-cont .h1,
.center-band-cont h2,
.center-band-cont .h2,
.center-band-cont h3,
.center-band-cont .h3,
.center-band-cont h4,
.center-band-cont .h4 {
  padding-bottom: 10px;
}

.center-band-cont h1:last-child,
.center-band-cont .h1:last-child,
.center-band-cont h2:last-child,
.center-band-cont .h2:last-child,
.center-band-cont h3:last-child,
.center-band-cont .h3:last-child,
.center-band-cont h4:last-child,
.center-band-cont .h4:last-child {
  padding-bottom: 0;
}

.center-band-cont .arrow-down {
  margin-bottom: -20px;
}

/* Section - Content */
.section-cont {
  width: 100%;
  min-height: 620px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: inset #ffffff 0 0 200px, inset #ffffff 0 0 200px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}

.section-cont:before {
  content: "";
  width: 35%;
  height: 10000px;
  float: left;
  background: #ffffff;
  box-shadow: #ffffff 300px 0 300px, #ffffff 300px 0 300px;
  position: absolute;
  top: -5000px;
  left: 0;
}

.section-cont .aside {
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .section-cont .container {
    max-width: 1920px;
    padding: 0;
  }

  .section-cont .aside .txt-out {
    width: 100%;
    max-width: 620px;
    padding: 0 40px;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .section-cont:before {
    width: 65%;
    left: -20%;
  }

  .section-cont .aside {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .section-cont:before {
    width: 75%;
    left: -55%;
  }
}

@media (max-width: 767px) {
  .section-cont {
    min-height: inherit;
    box-shadow: inset #ffffff 0 0 100px, inset #ffffff 0 0 100px;
    padding: 60px 0 250px 0;
  }

  .section-cont:before {
    width: 10000px;
    height: 30%;
    box-shadow: #ffffff 0 0 300px 300px, #ffffff 0 0 300px 300px;
    top: 0;
    left: -5000px;
  }

  .section-cont .aside {
    width: 100%;
  }
}

/* Featured - Projects */
.featured-projects {
  width: 100%;
  float: left;
  padding: 125px 0 150px 0;
}

.featured-projects .container {
  max-width: 100%;
  padding: 0;
}

.featured-projects .items-slider {
  width: 62%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: -38%;
  margin: 0 -2px;
}

.featured-projects .items-slider .item {
  width: 340px;
  float: left;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .featured-projects .items-slider .owl-stage>.owl-item.first-active .article-box .txt-out {
    opacity: 1;
    pointer-events: auto;
    z-index: 9;
  }

  .featured-projects .items-slider .owl-stage>.owl-item.first-active .article-box .over-cont {
    opacity: 1;
    pointer-events: auto;
    z-index: 3;
  }

  .featured-projects .items-slider .owl-stage>.owl-item.first-active .article-box .over-cont:before,
  .featured-projects .items-slider .owl-stage>.owl-item.first-active .article-box .over-cont:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    visibility: visible;
  }
}

.featured-projects .article-box {
  color: #ffffff;
}

.featured-projects .article-box em {
  margin-top: -60px;
}

.featured-projects .article-box .txt-out {
  width: 100%;
  float: left;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 30px;
}

.featured-projects .article-box:hover .txt-out,
.featured-projects .article-box:focus .txt-out,
.featured-projects .article-box:active .txt-out {
  opacity: 1;
  pointer-events: auto;
  z-index: 9;
}

.featured-projects .aside {
  width: 38%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 62%;
  padding: 0 40px;
  margin: 0 -2px;
}

.featured-projects .aside .txt-max {
  width: 100%;
  max-width: 800px;
  float: left;
}

.featured-projects .aside .txt-out {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}

@media (min-width: 1920px) {
  .featured-projects .items-slider {
    width: 50%;
    left: -50%;
  }

  .featured-projects .aside {
    width: 50%;
    left: 50%;
  }

  .featured-projects .aside .txt-out {
    max-width: 480px;
  }
}

@media (max-width: 991px) {
  .featured-projects {
    padding: 80px 0 105px 0;
  }

  .featured-projects .items-slider {
    width: 50%;
    left: -50%;
  }

  .featured-projects .items-slider .item {
    width: 290px;
  }

  .featured-projects .aside {
    width: 50%;
    left: 50%;
  }
}

@media (max-width: 767px) {
  .featured-projects {
    padding: 60px 0 80px 0;
  }

  .featured-projects .container {
    max-width: 100%;
  }

  .featured-projects .items-slider {
    width: 100%;
    left: 0;
    padding: 0 30px 0 0;
    margin: 0;
  }

  .featured-projects .items-slider .item {
    width: 260px;
  }

  .featured-projects .aside {
    width: 100%;
    left: 0;
    padding: 0 30px 40px 30px;
    margin: 0;
  }

  .featured-projects .aside .txt-out {
    max-width: 100%;
  }
}

@media (max-width: 399px) {
  .featured-projects .items-slider {
    padding-right: 20px;
  }

  .featured-projects .aside {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Testimonials - Content */
.testimonials-cont {
  width: 100%;
  float: left;
  background: #276942;
  padding: 10px 0;
}

.testimonials-cont .inner-cont {
  width: 100%;
  float: left;
  background: url(../img/brayer-background-logo.svg) no-repeat center center;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 109px 0;
}

.testimonials-cont .inner-cont:before,
.testimonials-cont .inner-cont:after {
  content: "";
  width: 100%;
  height: 2px;
  float: left;
  background: rgba(255, 255, 255, .30);
  position: absolute;
  top: 0;
  left: 0;
}

.testimonials-cont .inner-cont:after {
  top: auto;
  bottom: 0;
}

.testimonials-cont .left-cont {
  width: 50%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  padding: 0 40px 0 0;
  margin: 0 -2px;
}

.testimonials-cont .left-cont h2,
.testimonials-cont .left-cont .h2,
.testimonials-cont .left-cont h3,
.testimonials-cont .left-cont .h3,
.testimonials-cont .left-cont h4,
.testimonials-cont .left-cont .h4,
.testimonials-cont .left-cont h5,
.testimonials-cont .left-cont .h5,
.testimonials-cont .left-cont h6,
.testimonials-cont .left-cont .h6,
.testimonials-cont .left-cont .sub-title {
  color: inherit;
}

.testimonials-cont .right-cont {
  width: 50%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 45px 60px 50px 55px;
  margin: 0 -2px;
}

.testimonials-cont .right-cont:before,
.testimonials-cont .right-cont:after {
  content: "";
  width: 50px;
  height: 40px;
  float: left;
  background: url(../img/quote-left.svg) no-repeat center center;
  background-size: 50px auto;
  position: absolute;
  top: 47px;
  left: -12px;
}

.testimonials-cont .right-cont:after {
  background-image: url(../img/quote-right.svg);
  background-size: 50px auto;
  top: auto;
  left: auto;
  bottom: 140px;
  right: -12px;
  margin: 0;
}

.testimonials-cont .right-cont .name {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
}

.testimonials-cont .right-cont .position {
  font-weight: 600;
}

.testimonials-cont .right-cont .owl-carousel {
  position: static;
}

.testimonials-cont .right-cont .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
}

@media (min-width: 1920px) {
  .testimonials-cont .inner-cont {
    -webkit-background-size: 1920px auto;
    -moz-background-size: 1920px auto;
    -o-background-size: 1920px auto;
    background-size: 1920px auto;
  }
}

@media (max-width: 1199px) {
  .testimonials-cont .inner-cont {
    padding: 80px 0;
  }

  .testimonials-cont .right-cont .name {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 991px) {
  .testimonials-cont .left-cont {
    width: 35%;
  }

  .testimonials-cont .right-cont {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .testimonials-cont .inner-cont {
    padding: 60px 0 80px 0;
  }

  .testimonials-cont .left-cont {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 30px 0;
  }

  .testimonials-cont .right-cont {
    width: 100%;
    padding: 35px 45px 40px 45px;
    margin: 0;
  }

  .testimonials-cont .right-cont .name {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonials-cont .right-cont:before,
  .testimonials-cont .right-cont:after {
    width: 40px;
    height: 40px;
    float: left;
    background-size: 40px auto;
    top: 35px;
    left: -8px;
  }

  .testimonials-cont .right-cont:after {
    top: auto;
    left: auto;
    bottom: 130px;
    right: -8px;
  }
}

/* CTA - Content */
.cta-cont {
  width: 100%;
  float: left;
  padding: 130px 0 165px 0;
}

.cta-cont .container {
  max-width: 865px;
}

.cta-cont .box {
  width: 100%;
  float: left;
  text-align: center;
  border: 2px solid #276942;
  outline: 2px solid #dee6e0;
  outline-offset: -12px;
  position: relative;
  padding: 50px 50px 60px 50px;
}

.cta-cont .box h2,
.cta-cont .box .h2,
.cta-cont .box h3,
.cta-cont .box .h3 {
  width: 100%;
  max-width: 515px;
  padding-bottom: 0;
  margin: 0 auto;
}

.cta-cont .box .btn-out {
  width: auto;
  min-width: 200px;
  background: #ffffff;
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .cta-cont {
    padding: 90px 0 115px 0;
  }

  .cta-cont .box h2,
  .cta-cont .box .h2,
  .cta-cont .box h3,
  .cta-cont .box .h3 {
    max-width: 480px;
  }
}

@media (max-width: 767px) {
  .cta-cont {
    padding: 60px 0 75px 0;
  }

  .cta-cont .container {
    max-width: 100%;
  }

  .cta-cont .box {
    padding: 40px 30px 50px 30px;
  }

  .cta-cont .box h2,
  .cta-cont .box .h2,
  .cta-cont .box h3,
  .cta-cont .box .h3 {
    max-width: 300px;
  }

  .cta-cont .box .btn-out {
    bottom: -20px;
  }
}

/*
 5.) Footer - Main
----------------------------------------*/
.footer-main {
  width: 100%;
  float: left;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 16px;
  color: #37373f;
  line-height: 26px;
  background: #edf3f4;
  overflow: hidden;
  padding: 24px 0;
}

.footer-main a {
  color: #37373f;
}

.footer-main a:hover,
.footer-main a:active,
.footer-main a:focus {
  color: #276942;
}

.footer-main p {
  width: 50%;
  float: left;
  position: relative;
  left: -50%;
  padding: 0 0 0 36px;
}

.footer-main p .icon-logo {
  width: 24px;
  height: 24px;
  float: left;
  background: url(../img/logo-3mw.png) no-repeat top center;
  background-size: 24px auto;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -13px 0 0 0;
  opacity: .45;
}

.footer-main .foot-logos {
  width: 50%;
  float: left;
  position: relative;
  left: 50%;
}

.footer-main .foot-logos ul {
  float: right;
  padding: 0;
  margin: 0 -17px;
  display: flex;
  align-items: center;
}

.footer-main .foot-logos ul li {
  float: left;
  padding: 0;
  margin: 0 17px;
}

.footer-main .foot-logos ul li:before {
  display: none;
}

.footer-main .foot-logos ul li img {
  max-width: 120px;
}

.footer-main .foot-logos ul li:nth-child(2) img {
  max-width: 100px;
}

.footer-main .foot-logos ul li:nth-child(3) img {
  max-width: 60px;
}

@media (min-width: 992px) {
  .footer-main .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .footer-main p br {
    display: none;
  }
}

@media (max-width: 991px) {
  .footer-main p {
    padding: 0 0 0 55px;
  }

  .footer-main p .icon-logo {
    width: 40px;
    height: 40px;
    background-size: 40px auto;
    margin: -20px 0 0 0;
  }
}

@media (max-width: 767px) {
  .footer-main {
    text-align: center;
  }

  .footer-main p {
    width: 100%;
    left: 0;
    padding: 45px 0 0 0;
  }

  .footer-main p .icon-logo {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    background-position: top center;
    top: 0;
    left: 50%;
    margin: 0 0 0 -15px;
  }

  .footer-main .foot-logos {
    width: 100%;
    left: 0;
    margin-bottom: 25px;
  }

  .footer-main .foot-logos ul {
    float: none;
    display: inline-block;
    padding: 0;
    margin: -12px;
  }

  .footer-main .foot-logos ul li {
    float: none;
    display: inline-block;
    padding: 0;
    margin: 12px;
  }
}

/*
 6.) Inner - Pages
----------------------------------------*/
/* Hero - Inner */
.hero-inner {
  width: 100%;
  float: left;
  position: relative;
}

.hero-inner h1,
.hero-inner .h1,
.hero-inner h2,
.hero-inner .h2,
.hero-inner h3,
.hero-inner .h3,
.hero-inner h4,
.hero-inner .h4,
.hero-inner h5,
.hero-inner .h5,
.hero-inner h6,
.hero-inner .h6,
.hero-inner p,
.hero-inner .sub-title {
  color: inherit;
}

.hero-inner figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
}

.hero-inner figure img {
  width: 100%;
  min-width: 600px;
  margin: 0 -300px;
}

.hero-inner aside {
  width: 100%;
  max-width: 620px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-inner .hero-cont {
  width: 100%;
  float: left;
}

.hero-inner .hero-cont .box {
  width: 50%;
  float: left;
  min-height: 230px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  word-wrap: break-word;
  color: rgba(255, 255, 255, .70);
  position: relative;
  padding: 30px 0 20px 0;
  margin: -122px 0 0 0;
  background: #276942;
}

.hero-inner .hero-cont .box:before {
  content: "";
  width: 10000px;
  height: calc(100% - 24px);
  float: left;
  background: #276942;
  outline: 2px solid rgba(255, 255, 255, .30);
  /* outline-offset: -12px; */
  position: absolute;
  top: 12px;
  right: 12px;
}

.hero-inner .hero-cont .box h1,
.hero-inner .hero-cont .box .h1,
.hero-inner .hero-cont .box h2,
.hero-inner .hero-cont .box .h2 {
  color: #ffffff;
  padding-bottom: 0px;
}

.hero-inner .hero-cont .box p,
.hero-inner .hero-cont .box .sub-title {
  padding-bottom: 5px;
}

.hero-inner .hero-cont .box h1:last-child,
.hero-inner .hero-cont .box .h1:last-child,
.hero-inner .hero-cont .box h2:last-child,
.hero-inner .hero-cont .box .h2:last-child,
.hero-inner .hero-cont .box p:last-child,
.hero-inner .hero-cont .box .sub-title:last-child {
  padding-bottom: 0;
}

.hero-inner .hero-cont .quick-report {
  width: 50%;
  min-height: 108px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  font-size: 16px;
  color: #37373f;
  line-height: 26px;
  text-align: center;
  padding-top: 20px;
}

.hero-inner .hero-cont .quick-report aside {
  max-width: 800px;
  padding: 0 10px;
}

.hero-inner .hero-cont .quick-report ul {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0;
  margin: -10px 0;
}

.hero-inner .hero-cont .quick-report ul li {
  width: 33.33%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 10px 15px;
  margin: 0 -2px;
}

.hero-inner .hero-cont .quick-report ul li:after {
  content: "";
  width: 2px;
  height: 54px;
  float: left;
  background: #dee6e0;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -27px 0 0 0;
}

.hero-inner .hero-cont .quick-report ul li:before,
.hero-inner .hero-cont .quick-report ul li:nth-child(3):after,
.hero-inner .hero-cont .quick-report ul li:nth-child(6):after,
.hero-inner .hero-cont .quick-report ul li:nth-child(9):after {
  display: none;
}

.hero-inner .hero-cont .quick-report ul li strong {
  display: block;
}

@media (min-width: 768px) {
  .hero-inner .container {
    max-width: 1920px;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .hero-inner figure {
    height: 480px;
    position: relative;
  }

  .hero-inner figure img {
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }
}

@media (min-width: 1400px) {
  .hero-inner figure {
    /*height: 550px;*/
    height: 500px;
  }
}

@media (min-width: 1921px) {
  .hero-inner .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  .hero-inner .hero-cont .quick-report {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .hero-inner .hero-cont .box {
    width: 70%;
  }

  .hero-inner .hero-cont .quick-report {
    width: 100%;
    min-height: inherit;
    padding: 40px 0 0 0;
    margin: 0;
  }

  .hero-inner .hero-cont .quick-report aside {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-inner .hero-cont .container {
    padding-left: 0;
  }

  .hero-inner .hero-cont .box {
    width: 94%;
    max-width: 480px;
    min-height: inherit;
    padding: 35px 30px 30px;
    margin: -60px 0 0 0;
  }

  .hero-inner .hero-cont .box aside {
    padding: 0;
  }

  .hero-inner .hero-cont .quick-report {
    font-size: 14px;
    line-height: 24px;
  }

  .hero-inner .hero-cont .quick-report aside {
    padding: 0;
  }

  .hero-inner .hero-cont .quick-report ul {
    width: 110%;
    margin: -10px -5%;
  }
}

@media (min-width: 575px) {
  .backtoportfolio.mobile-show {
    display: none;
  }
}

@media (max-width: 574px) {
  .hero-inner .hero-cont .quick-report {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

  .hero-inner .hero-cont .quick-report aside {
    padding: 0 0 0 22px;
  }

  .backtoportfolio.mobile-show {
    padding-bottom: 20px;
  }

  .backtoportfolio.mobile-hide {
    display: none;
  }

  .hero-inner .hero-cont .quick-report ul {
    width: 100%;
    text-align: left;
    margin: 0 0 -40px 0;
  }

  .hero-inner .hero-cont .quick-report ul li {
    width: 100%;
    text-align: left;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }

  .hero-inner .hero-cont .quick-report ul li:after {
    width: 54px;
    height: 2px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    margin: 0;
  }

  .hero-inner .hero-cont .quick-report ul li:before,
  .hero-inner .hero-cont .quick-report ul li:nth-child(3):after,
  .hero-inner .hero-cont .quick-report ul li:nth-child(6):after,
  .hero-inner .hero-cont .quick-report ul li:nth-child(9):after {
    display: block;
  }

  .hero-inner .hero-cont .quick-report ul li:last-child:after {
    display: none;
  }
}

@media (max-width: 399px) {
  .hero-inner .hero-cont .box {
    width: 98%;
  }
}

/* Content - Inner */
.content-inner {
  width: 100%;
  float: left;
  padding: 95px 0 140px 0;
}

@media (max-width: 1199px) {
  .content-inner {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .content-inner {
    padding: 60px 0;
  }
}

/* File - Links */
.file-links p {
  padding-bottom: 10px;
}

.file-links p:last-child {
  padding-bottom: 27px;
}

.file-links p a {
  font-weight: 700;
  color: #276942;
  text-decoration: none;
}

.file-links p a:after {
  content: "";
  height: 24px;
  display: inline-block;
  background: url(../img/icon-pdf.png) no-repeat center center;
  background-size: auto 24px;
  position: relative;
  top: 0;
  z-index: 1;
  padding: 0 40px 0 0;
  margin: -5px 0;
}

.file-links p a:hover,
.file-links p a:focus,
.file-links p a:active {
  color: #21894b;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .file-links p:last-child {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .file-links p {
    padding-bottom: 8px;
  }

  .file-links p:last-child {
    padding-bottom: 20px;
  }

  .file-links p a:after {
    height: 20px;
    background-size: auto 20px;
    padding: 0 32px 0 0;
  }
}

/* Form - Block */
.form-block {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.form-block .validation_error {
  padding-bottom: 30px;
  color: #c44545;
}

.form-block .validation_message {
  padding-top: 5px;
  color: #c44545;
  font-size: 15px;
}

.form-block form {
  width: 100%;
  padding: 0;
  margin: 0;
}

.form-block .ginput_container_name span label,
.form-block .sml-txt {
  width: 100%;
  display: block;
  vertical-align: top;
  font-weight: 300;
  font-size: 14px;
  color: #5a5c61;
  line-height: 18px;
  padding: 0;
  margin: 10px 0 0 0;
}

.form-block ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: -18px -8px;
}

.form-block ul li {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 18px 8px;
  margin: 0;
}

.form-block ul li.gform_validation_container {
  display: none;
}

.form-block ul li:last-child {
  padding-bottom: 18px;
}

.form-block ul li.split {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.form-block ul li:before {
  display: none;
}

.form-block .ginput_container_name,
.form-block .split-out {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: -8px;
}

.form-block .ginput_container_name>span,
.form-block .split-out .split {
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 8px;
  margin: 0;
}

.form-block .btn,
.form-block .button,
.form-block input[type=".button"],
.form-block input[type="submit"] {
  width: 100%;
  max-width: 210px;
}

.form-block .btn-out {
  margin: 20px 0 0 0;
}

.form-block .gfield_required {
  color: #c44545 !important;
}

.form-block .gfield_required::before {
  content: ' ';
}

.gform_ajax_spinner {
  margin-left: 12px;
}

@media (max-width: 767px) {

  .form-block .ginput_container_name>span,
  .form-block ul li.split {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Two Column - Articles */
.two-col-articles {
  width: 100%;
  float: left;
  padding: 120px 0 110px 0;
}

.two-col-articles .container {
  max-width: 1920px;
  padding: 0;
}

.two-col-articles .heading-txt {
  padding: 0 40px 45px 40px;
}

.two-col-articles .row {
  align-items: center;
  padding: 0;
  margin: 0;
}

.two-col-articles .row>div {
  padding: 0;
}

.two-col-articles .row>div .figure {
  width: 100%;
  display: block;
  text-align: center;
  overflow: hidden;
}

.two-col-articles .row>div .figure img {
  width: 100%;
  min-width: 700px;
  margin: 0 -350px;
}

.two-col-articles .row>div .figurecaption {
  width: 100%;
  display: block;
  color: #ffffff;
  background: #37373f;
  overflow: hidden;
  padding: 18px 30px 13px 30px;
}

.two-col-articles .row>div .txt-out {
  width: 100%;
  max-width: 620px;
  padding: 50px 40px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .two-col-articles .row:nth-child(even)>div {
    left: 50%;
  }

  .two-col-articles .row:nth-child(even)>div:last-child {
    left: -50%;
  }
}

@media (max-width: 1199px) {
  .two-col-articles {
    padding: 80px 0;
  }

  .two-col-articles .row>div .txt-out {
    padding: 50px 40px;
  }
}

@media (max-width: 991px) {
  .two-col-articles {
    border-bottom: 1px solid #dee6e0;
  }

  .two-col-articles .row>div .figure img {
    width: 100%;
    min-width: 100%;
    margin: 0;
  }

  .two-col-articles .row>div .figurecaption {
    padding: 18px 40px 13px 40px;
  }

  .two-col-articles .row>div .txt-out {
    max-width: 100%;
  }

  .two-col-articles .row:first-child>div .txt-out {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .two-col-articles {
    padding: 60px 0;
  }

  .two-col-articles .container {
    max-width: 100%;
  }

  .two-col-articles .heading-txt {
    padding: 0 30px 35px 30px;
  }

  .two-col-articles .row>div .figurecaption {
    padding: 18px 30px 13px 30px;
  }

  .two-col-articles .row>div .txt-out {
    max-width: 100%;
    padding: 40px 30px;
  }
}

@media (max-width: 399px) {
  .two-col-articles .heading-txt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .two-col-articles .row>div .figurecaption {
    padding-left: 20px;
    padding-right: 20px;
  }

  .two-col-articles .row>div .txt-out {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Two Column - Articles */
.two-col-articles.articles2 .row>div .txt-out {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .two-col-articles.articles2 .row>div .txt-out {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .two-col-articles.articles2 .row>div .txt-out {
    padding-bottom: 40px;
  }
}

/* Icons - List */
.icons-list {
  width: 100%;
  float: left;
  padding: 130px 0 50px 0;
}

.icons-list .row {
  margin: -35px -20px;
}

.icons-list .row>div {
  padding: 35px 20px;
}

.icons-list .row>div h3,
.icons-list .row>div .h3,
.icons-list .row>div h4,
.icons-list .row>div .h4,
.icons-list .row>div h5,
.icons-list .row>div .h5 {
  padding-bottom: 0;
}

.icons-list .row>div .icon {
  width: 106px;
  height: 106px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 57px;
  color: #ffffff;
  text-align: center;
  background: #276942;
  margin: 0 -106px 0 0;
}

.icons-list .row>div .icon img {
  width: 100%;
  max-width: 75%;
}

.icons-list .row>div .txt-out {
  width: 100%;
  float: left;
  padding: 0 0 0 134px;
}

@media (max-width: 1199px) {
  .icons-list {
    padding: 90px 0 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .icons-list {
    padding: 90px 0 20px 0;
  }

  .icons-list .row {
    margin: -20px -20px;
  }

  .icons-list .row>div {
    font-size: 16px;
    line-height: 26px;
    padding: 20px 20px;
  }

  .icons-list .row>div .icon {
    width: 80px;
    height: 80px;
    font-size: 45px;
    margin: 0 -80px 0 0;
  }

  .icons-list .row>div .txt-out {
    padding: 0 0 0 100px;
  }
}

@media (max-width: 767px) {
  .icons-list {
    padding: 60px 0 20px 0;
  }

  .icons-list .row {
    margin: -15px;
  }

  .icons-list .row>div {
    padding: 15px;
  }

  .icons-list .row>div .icon {
    width: 80px;
    height: 80px;
    font-size: 45px;
    margin: 0 -80px 0 0;
  }

  .icons-list .row>div .txt-out {
    padding: 0 0 0 100px;
  }
}

/* Filter - Bar */
.filter-bar {
  width: 100%;
  float: left;
  background: #276942;
  position: relative;
  padding: 23px 0;
}

.filter-bar:before,
.filter-bar:after {
  content: "";
  width: 100%;
  height: 2px;
  float: left;
  background: rgba(255, 255, 255, .30);
  position: absolute;
  top: 10px;
  left: 0;
}

.filter-bar:after {
  top: auto;
  bottom: 10px;
}

.filter-bar .filter-btn {
  height: 53px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  line-height: 22px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  padding: 4px 0 0 40px;
  margin: 0 -400px 0 0;
}

.filter-bar .filter-btn:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.filter-bar .filter-btn.collapsed:before {
  content: "\f1de";
  font-weight: 400;
}

.filter-bar .filter-btn:hover {
  opacity: 0.6;
}

.filter-bar .search-box {
  width: 100%;
  max-width: 475px;
  float: right;
}

.filter-bar .filter-split {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.filter-bar .search-dropdown {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  padding: 40px 0;
}

.filter-bar .search-dropdown h2,
.filter-bar .search-dropdown .h2,
.filter-bar .search-dropdown h3,
.filter-bar .search-dropdown .h3,
.filter-bar .search-dropdown h4,
.filter-bar .search-dropdown .h4,
.filter-bar .search-dropdown h5,
.filter-bar .search-dropdown .h5 {
  color: inherit;
  border-bottom: 2px solid rgba(255, 255, 255, .30);
  padding-bottom: 8px;
  margin-bottom: 18px;
}

.filter-bar .search-dropdown h2,
.filter-bar .search-dropdown .h2,
.filter-bar .search-dropdown h3,
.filter-bar .search-dropdown .h3 {
  font-size: 35px;
  line-height: 45px;
}

.filter-bar .search-dropdown ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: -6px;
}

.filter-bar .search-dropdown ul li {
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 6px;
  margin: 0;
}

.filter-bar .search-dropdown ul li:before {
  display: none;
}

.filter-bar .search-dropdown .custom-control .custom-control-label {
  color: #ffffff;
}

.filter-bar .search-dropdown .custom-control .custom-control-label::before,
.filter-bar .search-dropdown .custom-control .custom-control-label::after {
  color: #ffffff;
  border-color: #ffffff;
}

.filter-bar .search-dropdown .custom-control .custom-control-input:checked~.custom-control-label::before {
  color: #276942;
  background: #ffffff;
  border-color: #ffffff;
}

.filter-bar .search-dropdown .row {
  margin: -15px -25px;
}

.filter-bar .search-dropdown .row>div {
  padding: 15px 25px;
}

@media (max-width: 1199px) {
  .filter-bar .filter-btn {
    height: 50px;
    font-size: 18px;
    line-height: 18px;
    padding-left: 35px;
  }

  .filter-bar .search-dropdown h2,
  .filter-bar .search-dropdown .h2,
  .filter-bar .search-dropdown h3,
  .filter-bar .search-dropdown .h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .filter-bar .filter-btn {
    height: 45px;
    font-size: 16px;
    line-height: 16px;
    padding: 2px 0 0 30px;
  }

  .filter-bar .search-box {
    max-width: 100%;
    width: 100%;
    float: left;
    padding-left: 100px;
  }

  .filter-bar .search-dropdown {
    padding: 30px 0;
  }

  .filter-bar .search-dropdown h2,
  .filter-bar .search-dropdown .h2,
  .filter-bar .search-dropdown h3,
  .filter-bar .search-dropdown .h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .filter-bar .search-dropdown .custom-control .custom-control-label {
    font-size: 15px;
    line-height: 25px;
  }
}

/* Articles - List */
.articles-list {
  width: 100%;
  float: left;
  background: #edf3f4;
  position: relative;
  padding: 60px 0 90px 0;
  margin-bottom: 23px;
}

.articles-list .row {
  margin: -21px -5px;
}

.articles-list .row>div {
  padding: 21px 5px;
}

.articles-list .loadmore-articles-btn {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.articles-list .loadmore-articles-btn .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.articles-list .loadmore-articles-btn.loading .btn {
  display: none;
}

.articles-list .loadmore-articles-btn .loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 34px;
  color: #276942;
}

.ajax-grid.loading-entries {
  position: relative;
}

.ajax-grid.loading-entries>* {
  opacity: 0.3;
}

.ajax-grid.loading-entries .entries-loading-spinner {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 52px;
  color: #276942;
  opacity: 1;
}

@media (max-width: 1199px) {
  .articles-list {
    padding: 50px 0 90px 0;
  }
}

@media (min-width: 480px) and (max-width: 1199px) {
  .articles-list .row>div .article-box {
    font-size: 15px;
    line-height: 21px;
  }

  .articles-list .row>div .article-box h4 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .articles-list {
    padding: 45px 0 65px 0;
    margin-bottom: 20px;
  }

  .articles-list .row {
    margin: -15px -5px;
  }

  .articles-list .row>div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px 5px;
  }

  .articles-list .row>div .article-box .figure img {
    min-width: 400px;
    margin: 0 -200px;
    min-height: 344px;
    max-height: 344px;
  }
}

@media (max-width: 479px) {
  .articles-list .row>div .article-box {
    font-size: 14px;
    line-height: 20px;
  }

  .articles-list .row>div .article-box h4 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 5px;
  }

  .articles-list .row>div .article-box .figure img {
    min-width: 300px;
    margin: 0 -150px;
    min-height: 220px;
    max-height: 220px;
  }
}

/* Articles - Details */
.articles-details {
  width: 100%;
  float: left;
  padding: 100px 0 100px 0;
}

.articles-details h3,
.articles-details .h3,
.articles-details h4,
.articles-details .h4,
.articles-details h5,
.articles-details .h5 {
  padding-bottom: 14px;
}

.articles-details h3:last-child,
.articles-details .h3:last-child,
.articles-details h4:last-child,
.articles-details .h4:last-child,
.articles-details h5:last-child,
.articles-details .h5:last-child {
  padding-bottom: 0;
}

.articles-details .row {
  margin: -25px;
}

.articles-details .row>div {
  padding: 25px;
}

@media (max-width: 1199px) {
  .articles-details {
    padding: 90px 0 50px 0;
  }
}

@media (max-width: 991px) {
  .articles-details {
    padding: 70px 0 40px 0;
  }
}

@media (max-width: 767px) {
  .articles-details {
    padding: 50px 0 30px 0;
  }
}

/* Accordion - List */
.accord-list {
  width: 100%;
  float: left;
  padding: 130px 0;
}

.accord-list .card-out {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0 25px 0 0;
}

.accord-list .card {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background: #edf3f4;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 0 70px 0;
}

.accord-list .card:last-child {
  margin-bottom: 0;
}

.accord-list .card-header {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.accord-list .card-header a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #37373f;
  text-decoration: none;
  border: none;
  background: none;
  border-radius: 0;
  position: relative;
  padding: 75px 5px;
  margin: 0;
}

.accord-list .card-header .lrg-title {
  max-width: 50%;
  float: left;
  font-weight: 700;
  font-size: 32px;
  color: #276942;
  line-height: 42px;
  border-right: 2px solid #dee6e0;
  padding: 0 40px;
  margin-right: -2px;
}

.accord-list .card-header .sml-title {
  max-width: 50%;
  float: left;
  border-left: 2px solid #dee6e0;
  padding: 0 40px;
}

.accord-list .card-header a:after {
  width: 85px;
  height: 90px;
  float: right;
  content: "\f068";
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  background: #276942;
  position: absolute;
  top: 50%;
  right: -25px;
  margin: -45px 0 0 0;
}

.accord-list .card-header a.collapsed:after {
  content: "\f067";
}

.accord-list .card-body {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0 45px 45px 45px;
  margin: 0;
}

.accord-list .card-box {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  padding: 40px;
}

.job-openings .card-body .card-box h3 {
  margin-top: 0.5em;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.3em;
  color: #276941;
}

.accord-list .intro_text {
  text-align: center;
}

@media (max-width: 1199px) {
  .accord-list {
    padding: 90px 0;
  }

  .accord-list .card {
    margin: 0 0 50px 0;
  }

  .accord-list .card-header a {
    padding: 55px 5px;
  }

  .accord-list .card-header .lrg-title {
    font-size: 28px;
    line-height: 38px;
  }

  .accord-list .card-header a:after {
    width: 70px;
    height: 70px;
    font-size: 30px;
    margin: -35px 0 0 0;
  }
}

@media (max-width: 991px) {
  .accord-list .card-header a {
    padding: 35px 80px 35px 40px;
  }

  .accord-list .card-header .lrg-title {
    max-width: 100%;
    width: 100%;
    border: none;
    padding: 5px 0;
    margin: 0;
  }

  .accord-list .card-header .sml-title {
    max-width: 100%;
    width: 100%;
    border: none;
    padding: 5px 0;
    margin: 0;
  }

  .accord-list .card-body {
    padding: 0 40px 40px 40px;
  }

  .accord-list .card-box {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .accord-list {
    padding: 60px 0;
  }

  .accord-list .card-out {
    padding: 0 10px 0 0;
  }

  .accord-list .card {
    margin: 0 0 30px 0;
  }

  .accord-list .card-header a {
    padding: 25px 50px 25px 20px;
  }

  .accord-list .card-header .lrg-title {
    font-size: 22px;
    line-height: 32px;
  }

  .accord-list .card-header a:after {
    width: 40px;
    height: 40px;
    font-size: 22px;
    right: -10px;
    margin: -20px 0 0 0;
  }

  .accord-list .card-body {
    padding: 0 5px 5px 5px;
  }

  .accord-list .card-box {
    padding: 30px 20px;
  }
}

/* Form - Content */
.form-cont {
  width: 100%;
  float: left;
  background: #276942;
  padding: 10px 0;
}

.form-cont .inner-cont {
  width: 100%;
  float: left;
  background: url(../img/brayer-background-logo-long.svg) no-repeat center center;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 90px 0 150px 0;
}

.form-cont .container {
  max-width: 1075px;
}

.form-cont .heading-txt {
  padding-bottom: 50px;
}

.form-cont .heading-txt h1,
.form-cont .heading-txt .h1,
.form-cont .heading-txt h2,
.form-cont .heading-txt .h2,
.form-cont .heading-txt h3,
.form-cont .heading-txt .h3,
.form-cont .heading-txt h4,
.form-cont .heading-txt .h4,
.form-cont .heading-txt p {
  color: #ffffff;
}

.form-cont .heading-txt h1:before,
.form-cont .heading-txt .h1:before,
.form-cont .heading-txt h2:before,
.form-cont .heading-txt .h2:before,
.form-cont .heading-txt h3:before,
.form-cont .heading-txt .h3:before {
  background: rgba(255, 255, 255, .30);
}

.form-cont .heading-txt h1 span,
.form-cont .heading-txt .h1 span,
.form-cont .heading-txt h2 span,
.form-cont .heading-txt .h2 span,
.form-cont .heading-txt h3 span,
.form-cont .heading-txt .h3 span {
  background: #276942;
}

.form-cont .box {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  padding: 50px;
}

@media (min-width: 1920px) {
  .form-cont .inner-cont {
    -webkit-background-size: 1920px auto;
    -moz-background-size: 1920px auto;
    -o-background-size: 1920px auto;
    background-size: 1920px auto;
  }
}

@media (max-width: 1199px) {
  .form-cont .inner-cont {
    padding: 70px 0 110px 0;
  }

  .form-cont .heading-txt {
    padding-bottom: 40px;
  }

  .form-cont .box {
    padding: 35px;
  }
}

@media (max-width: 767px) {
  .form-cont .inner-cont {
    padding: 50px 0 70px 0;
  }

  .form-cont .container {
    max-width: 100%;
  }

  .form-cont .heading-txt {
    padding-bottom: 35px;
  }

  .form-cont .box {
    padding: 30px 20px;
  }
}

/* Contact - Icons */
.contact-icons {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 105px;
}

.contact-icons:last-child {
  padding-bottom: 0;
}

.contact-icons .row {
  margin: -5px;
}

.contact-icons .row>div {
  padding: 5px;
}

.contact-icons .row>div .box {
  width: 100%;
  height: 100%;
  float: left;
  text-align: center;
  word-wrap: break-word;
  background: #edf3f4;
  padding: 45px 10px;
}

.contact-icons .row>div .box em {
  font-size: 60px;
  color: #276942;
  line-height: 60px;
  margin-bottom: 20px;
}

.contact-icons .row>div .box .icon {
  height: 60px;
  line-height: 60px;
}

.contact-icons .row>div .box h4,
.contact-icons .row>div .box .h4 {
  color: #276942;
  padding-bottom: 5px;
  padding-top: 5px;
}

.contact-icons .row>div .box h4:last-child,
.contact-icons .row>div .box .h4:last-child {
  padding-bottom: 0;
}

.contact-icons .row>div .box p a {
  color: #37373f;
}

.contact-icons .row>div .box p a:hover,
.contact-icons .row>div .box p a:focus,
.contact-icons .row>div .box p a:active {
  color: #21894b;
}

@media (max-width: 1199px) {
  .contact-icons {
    padding-bottom: 75px;
  }
}

@media (max-width: 991px) {
  .contact-icons .row>div .box {
    padding: 45px 20px;
  }
}

@media (max-width: 767px) {
  .contact-icons {
    padding-bottom: 50px;
  }
}

/* Contact - Content */
.contact-cont {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 105px;
}

.contact-cont:last-child {
  padding-bottom: 0;
}

.contact-cont .row {
  margin: -25px;
}

.contact-cont .row>div {
  padding: 25px;
}

.contact-cont .heading-txt3 {
  font-size: 21px;
  color: #37373f;
  line-height: 31px;
  padding-bottom: 30px;
}

.contact-cont .heading-txt3:last-child {
  padding-bottom: 0;
}

.contact-cont .heading-txt3 h2,
.contact-cont .heading-txt3 .h2,
.contact-cont .heading-txt3 h3,
.contact-cont .heading-txt3 .h3 {
  font-size: 45px;
  line-height: 55px;
  padding-bottom: 10px;
}

.contact-cont .heading-txt3 h2:last-child,
.contact-cont .heading-txt3 .h2:last-child,
.contact-cont .heading-txt3 h3:last-child,
.contact-cont .heading-txt3 .h3:last-child {
  padding-bottom: 0;
}

.contact-cont .embed-responsive {
  height: 700px;
}

@media (max-width: 1199px) {
  .contact-cont {
    padding-bottom: 75px;
  }

  .contact-cont .heading-txt3 {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 30px;
  }

  .contact-cont .heading-txt3 h2,
  .contact-cont .heading-txt3 .h2,
  .contact-cont .heading-txt3 h3,
  .contact-cont .heading-txt3 .h3 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (max-width: 991px) {
  .contact-cont .embed-responsive {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .contact-cont {
    padding-bottom: 50px;
  }

  .contact-cont .heading-txt3 {
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 25px;
  }

  .contact-cont .heading-txt3 h2,
  .contact-cont .heading-txt3 .h2,
  .contact-cont .heading-txt3 h3,
  .contact-cont .heading-txt3 .h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .contact-cont .embed-responsive {
    height: auto;
    padding-bottom: 70%;
  }
}

/*
 7.) Modals
----------------------------------------*/
.wow {
  opacity: 0;
}

/* Bootstrap - Modal */
.modal-backdrop.show {
  background: #000000;
  opacity: .70;
}

.modal,
.modal-open {
  padding-right: 0 !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: inherit;
  }
}

@media (max-width: 899px) {
  .modal-dialog {
    margin: 30px 40px;
  }
}

@media (max-width: 767px) {
  .modal-dialog {
    margin: 20px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 700px;
  }
}

.modal-content {
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.42);
  border: 1px solid #000000;
  border-radius: 0;
  padding: 45px 20px 40px 20px;
}

.modal-content .icon-close {
  width: 35px;
  height: 35px;
  float: right;
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
  text-align: center;
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.modal-content h2:last-child,
.modal-content h3:last-child,
.modal-content h4:last-child,
.modal-content h5:last-child,
.modal-content h6:last-child,
.modal-content p:last-child,
.modal-content ul:last-child,
.modal-content ol:last-child,
.modal-content ul:last-child li:last-child,
.modal-content ol:last-child li:last-child {
  padding-bottom: 0;
}

.modal-content h1,
.modal-content h2,
.modal-content .btn-out {
  text-align: center;
}

/* VideoModal */
@media (min-width: 576px) {
  #video-modal .modal-dialog {
    max-width: inherit;
  }
}

@media (max-width: 899px) {
  #video-modal .modal-dialog {
    margin: 30px 40px;
  }
}

@media (max-width: 767px) {
  #video-modal .modal-dialog {
    margin: 25px;
  }
}

@media (min-width: 768px) {
  #video-modal .modal-dialog {
    max-width: 90%;
  }
}

@media (min-width: 992px) {
  #video-modal .modal-dialog {
    max-width: 950px;
  }
}

#video-modal .modal-content {
  background: #000000;
  box-shadow: none;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 0;
}

#video-modal .modal-content .close {
  width: 30px;
  height: 30px;
  float: right;
  background: none;
  border: 1px solid #ffffff;
  box-shadow: none;
  border-radius: 360px;
  text-indent: -99999px;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 50;
  padding: 0;
}

#video-modal .modal-content .close:before {
  width: 100%;
  height: 100%;
  float: left;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.content-band {
  width: 100%;
  float: left;
  padding: 80px 0;
}

@media (max-width: 767px) {
  #video-modal .modal-content .close {
    right: -20px;
  }
}

/*
 8.) Text - Colors / Wordpress Cores
------------------------------------------------------*/
/* Text - Positions */
.upper-case {
  text-transform: uppercase;
}

.lower-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.center-align {
  text-align: center;
  justify-content: center;
}

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

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

/* Padding/Margin - None */
.padding-top-none {
  padding-top: 0 !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.margin-top-none {
  margin-top: 0 !important;
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

/* Text - Colors */
.white {
  color: #ffffff !important;
}

.black {
  color: #000000 !important;
}

.red {
  color: #c44545 !important;
}

.green {
  color: #276942 !important;
}

.yellow {
  color: #fcd868 !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.green-bg {
  background-color: #276942 !important;
}

.yellow-bg {
  background-color: #fcd868 !important;
}

.gray-bg {
  background-color: #edf3f4 !important;
}

.bg-none {
  background: none !important;
}

@media all and (-ms-high-contrast:none) {
  .hero-inner .hero-cont .box {
    height: 230px;
  }
}

/* ---------------------------- Print CSS Styling ---------------------------- */
@media print {
  @page {
    margin-top: 2cm;
    margin-bottom: 2cm;
    margin-left: 2cm;
    margin-right: 2cm;
  }

  body {
    background: #ffffff;
    color: #000000;
    font-size: 8pt;
    line-height: 150%;
    margin: 0px;
  }

  hr {
    color: #ccc;
    background-color: #ccc;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  code,
  pre,
  p,
  a:link,
  a:visited,
  blockquote,
  .green,
  .sub-title,
  .filter-bar .search-dropdown,
  .custom-control-label {
    color: #000000 !important;
  }

  p {
    page-break-inside: avoid;
  }

  blockquote {
    background-image: none;
  }

  .owl-carousel.owl-drag .owl-item {
    padding: 2em;
  }

  a:link,
  a:visited {
    text-decoration: underline;
  }

  .btn {
    border: 1px solid #000;
  }

  .collapse {
    display: block !important;
    height: auto !important;
  }

  #SearchForm {
    display: none;
  }

  .featured-projects .items-slider {
    display: none !important;
  }

  .skip-btn,
  .nav-bar,
  #menu,
  #navigation,
  .do-not-print,
  #Nav,
  #FlyOutNav,
  #SubNav,
  .NoPrint {
    display: none;
  }

  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,
  .btn,
  .button,
  input[type=".button"],
  input[type="submit"] {
    border: 1px solid black;
    color: #000;
  }

  .hero-inner .hero-cont .box:before {
    border: 1px solid #276942;
  }

  .two-col-articles .row>div .figure img {
    max-width: 50%;
    min-width: 0px;
  }
}

/* ---------------------------- Begin WordPress Core ---------------------------- */
/* Content Sample Page Middle Column */
img.alignnone,
img.aligncenter {
  max-width: 100%;
  margin-bottom: 20px;
}

img.alignleft {
  width: 100%;
  max-width: 435px;
  float: left;
  margin: 8px 40px 20px 0;
}

img.alignright {
  width: 100%;
  max-width: 435px;
  float: right;
  margin: 8px 0 20px 40px;
}

@media (max-width: 991px) {
  img.alignleft {
    max-width: 335px;
  }

  img.alignright {
    max-width: 335px;
  }
}

@media (max-width: 767px) {

  img.alignnone,
  img.aligncenter {
    margin-bottom: 10px;
  }

  img.alignleft {
    max-width: 230px;
    margin-right: 25px;
  }

  img.alignright {
    max-width: 230px;
    margin-left: 25px;
  }
}

@media (max-width: 639px) {

  img.alignleft,
  img.alignright {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 10px 0 30px 0;
  }
}

.wp-caption {
  max-width: 96%;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
}

.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 {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0 none;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/* ---------------------------- 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 ---------------------------- */
/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #fff
}

* html #outdated {
  position: absolute
}

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px
}

#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0
}

#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  cursor: pointer
}

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #fff
}

#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px
}

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
  line-height: 36px
}

.web_logo {
  float: left;
  margin-top: 1px;
  margin-right: 10px;
  font-size: 0;
  opacity: 0.4;
  width: 20px;
  height: 20px;
  display: block;
  background: url('https://www.brayerelectric.com/wp-content/uploads/2025/08/logo-3mw.webp') no-repeat center;
  background-size: 100%;

}

/*MMenu Customizations*/
@media (max-width:767.98px) {
  .skip-btn {
    display: none;
  }

  .mm-menu {
    max-width: 360px;
    color: #ffffff;
    background: #276942;
    --mm-color-background: #276942;
  }

  .mm-menu a,
  .mm-menu a:active,
  .mm-menu a:hover,
  .mm-menu a:link,
  .mm-menu a:visited {
    color: #fff;
  }

  .mm-btn--next:after,
  .mm-btn--prev:before {
    border-color: #fff;
  }
}

.mm-wrapper {
  position: inherit;
}

.mm-btn--close:before {
  font-size: 50px;
}

.mm-navbar {
  justify-content: end;
}

.mm-menu :before {
  display: none !important;
}

/*MMenu Customizations End */