/* -----------------------------------------
   Home page slider
----------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
#home-slider .slick-slide,
.featured-slides .slick-slide {
  position: relative;
  max-width: 100%;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#home-slider .slick-slide__content,
.featured-slides .slick-slide__content {
  position: relative;
  display: flex;
  top: 0;
  left: 0;
  z-index: 5;
  max-width: 100%;
  height: 100%;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 49%;
}
#home-slider .slick-slide:after,
.featured-slides .slick-slide:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
#home-slider .slider-caption,
.featured-slides .slider-caption {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 20px 0;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  color: #fff;
}
#home-slider .slider-caption__inner,
.featured-slides .slider-caption__inner {
  max-width: 770px;
}
#home-slider .slider-caption .title,
.featured-slides .slider-caption .title {
  text-transform: uppercase;
}
#home-slider .slider-caption h2,
.featured-slides .slider-caption h2 {
  font-size: 57px;
}
#home-slider .slider-caption p, #home-slider .slider-caption h3,
.featured-slides .slider-caption p,
.featured-slides .slider-caption h3 {
  color: #fff;
}
#home-slider .slick-arrow,
.featured-slides .slick-arrow {
  min-width: 50px;
}

@media only screen and (max-width: 991px) {
  #home-slider .slick-slide,
  .featured-slides .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 767px) {
  #home-slider .slick-slide,
  .featured-slides .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
/* -----------------------------------------
   WordPress Core Classes
   ----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

body.admin-bar .header {
  margin-top: 32px;
}

.container {
  max-width: 85%;
}

.full-width {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.max-width-750 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.max-width-800 {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.max-width-870 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.max-width-1110 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.max-width-1140 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.form-row-part-left {
  padding-left: 0 !important;
  padding-right: 15px;
}
.form-row-part-left table {
  width: 100%;
}
.form-row-part-left table .gfield_list_icons img {
  display: none;
}
.form-row-part-left table td {
  border: none;
}

.form-row-part-right {
  padding-right: 0 !important;
  padding-left: 10px;
}
.form-row-part-right table {
  width: 100%;
}
.form-row-part-right table .gfield_list_icons {
  width: 30px !important;
  text-align: right;
}
.form-row-part-right table td {
  border: none;
}

.gfield_list_group {
  height: 80px;
}

.main-content {
  width: 100%;
}
.main-content img {
  width: 100%;
}

.row.no-gutters,
.container.no-gutters {
  padding-left: 0;
  padding-right: 0;
	max-width: 100%;
}

.table-header {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.table-header:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------
    Contact Form
    ----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}
.gform_fields:after {
  content: "";
  display: table;
  clear: both;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gfield_label {
  font-size: 16px;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

form .gfield {
  width: 50%;
  float: left;
}
form .gfield:nth-child(odd) {
  padding-right: 15px;
}
form .gfield:nth-child(even) {
  padding-left: 15px;
}
form .gfield input {
  height: 60px;
  line-height: 60px;
  background: #fff;
}
form .instruction {
  display: none;
}

.form-wrapper {
  transition: opacity 0.5s;
  opacity: 1;
}

.hide-form {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

#gform_2 #field_2_1 {
  width: 100%;
  padding-right: 0;
}

/* -----------------------------------------
   General fixes
   ----------------------------------------- */
html, body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
  overflow-x: hidden;
}

/* Placeholder styling */
table tr td, table tr th {
  border: 1px solid #000;
  padding: 5px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0;
}
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
  box-shadow: none;
}

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

a[href*="tel"] {
  color: #000;
}
a[href*="tel"]:hover {
  text-decoration: none;
  color: #F05329;
}

select {
  padding-right: 70px;
  height: 60px;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
  padding: 15px;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 16px 30px;
  min-width: 220px;
  text-align: center;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 0;
  background-color: #F05329;
  color: #fff;
  font-family: "Univers LT Pro", sans-serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:hover, .button:hover, input[type='submit']:hover, input[type='reset']:hover {
  cursor: pointer;
  background-color: #00578b;
}

/* Button additional styles */
.button {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

.btn-wrapper {
  width: 100%;
}

.site-btn {
  display: inline-block;
  min-width: 235px;
  text-align: center;
  font-size: 16px;
  padding: 17px 30px;
  background: #F05329;
  color: #fff;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  outline: none;
}
.site-btn:hover {
  background: #162B3B;
  color: #fff;
  text-decoration: none;
}

.learn-more:hover {
  color: #F05329;
}

/* -----------------------------------------
   Typography
   ----------------------------------------- */
body {
  color: #1A262B;
  font-family: "Univers LT Pro", sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  width: 100%;
  font-weight: 700;
  font-family: inherit;
  color: inherit;
  letter-spacing: 0.02em;
}

h1 {
  font-size: 57px;
  line-height: 1.26;
  font-family: "Univers LT Pro";
}

h2 {
  font-size: 45px;
  line-height: 1.15;
}

h3 {
  font-size: 35px;
  line-height: 1.8;
  font-family: Square721 BdEx;
}

h4 {
  font-size: 16px;
  line-height: 1.4;
}

h5 {
  font-size: 14px;
  line-height: 1.45;
  font-family: "Square721 BdEx";
}

h6 {
  font-size: 12px;
}

p {
  font-size: 16px;
  line-height: 1.625;
}
p:empty {
  display: none;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}
ul li a {
  color: #F05329;
}

a {
  color: #F05329;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  /*basic hover and focus effects*/
  color: inherit;
  text-decoration: underline;
}

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

form ul {
  padding: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  border: 1px solid #ced4da;
}

.validation_error {
  display: none;
}

/* ------------------------------------
    Basic Styles
    ------------------------------------- */
/* Preloader */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__icon:before {
  display: block;
  -moz-animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  justify-content: center;
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #F05329;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 110px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

#home-slider .slick-slide,
.featured-slides .slick-slide {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
    ------------------------------------- */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  background: #fff;
}
.header.hidden {
  overflow: hidden;
}
.header .container {
  margin-left: auto;
  margin-right: auto;
}
.header__top-line {
  background: #000000;
  color: #fff;
  padding: 1px 0;
}
.header .left {
  position: relative;
  padding-left: 35px;
  padding-right: 55px;
}
.header .left span {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  color: #fff;
}
.header .left span.form-description {
  min-width: 100px;
}
.header .right {
  text-align: right;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}
.header .right a {
  color: inherit;
}
.header .right .top-line-featured-link {
  position: relative;
  padding-left: 30px;
}
.header .right .top-line-featured-link:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/header-right-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header__nav [class*="col-"] {
  position: static;
}

.custom-logo-link {
  display: flex;
  align-items: center;
  max-width: 500px;
  height: 100%;
  padding-left: 30px;
}

.logo img {
  max-height: 150px;
}

.header input::-webkit-input-placeholder,
.footer input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.header input::-moz-placeholder,
.footer input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.header input:-ms-input-placeholder,
.footer input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.header input:-moz-placeholder,
.footer input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.header .form-wrapper {
  max-width: 0;
  max-width: 100%;
}

.footer .form-wrapper {
  color: #fff;
}
.footer .form-wrapper .close-search {
  left: 0;
}
.footer .form-wrapper .close-search:before, .footer .form-wrapper .close-search:after {
  display: none;
}
.footer .form-wrapper #s {
  padding-left: 30px;
}

.form-wrapper {
  position: relative;
  width: 100%;
  transition: 0.3s;
}
.form-wrapper.open {
  left: 0;
  max-width: 100%;
}
.form-wrapper.open ~ .form-description {
  display: none;
}
.form-wrapper.open .search-text {
  opacity: 1;
  right: 40px;
  text-transform: uppercase;
}
.form-wrapper.open .close-search {
  display: block;
}
.form-wrapper.open .form-description {
  opacity: 0;
  left: 100%;
}
.form-wrapper aside {
  margin: 0;
}
.form-wrapper aside input {
  height: 40px;
}
.form-wrapper form {
  position: relative;
}
.form-wrapper .form-description {
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  min-width: 100px;
  opacity: 1;
  transition: 0.3s;
}
.form-wrapper span.search-text {
  position: absolute;
  opacity: 0;
  font-weight: 600;
  top: 50%;
  transform: translateY(-50%);
}
.form-wrapper span.close-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 40px;
  background-image: url("../images/x-button.png");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 1000;
}
.form-wrapper span.close-search:hover {
  cursor: pointer;
}
.form-wrapper .search-inner {
  display: none;
}
.form-wrapper #searchform {
  display: inline-block;
  width: calc(100% - 40px);
  width: 100%;
  background: transparent;
}
.form-wrapper #searchform input[type="search"] {
  border: none;
  background: transparent;
  border: none;
  color: #fff;
}
.form-wrapper #searchform input[type="search"]:focus {
  box-shadow: none;
}
.form-wrapper #searchform button[type="submit"] {
  /*    			min-width: auto;
      			background-image: url('../images/search.png');
      			background-position: center;
      			background-repeat: no-repeat;
      			background-size: 20px;
      			font-size: 0;
      			width: 40px;
      			left: -40px;
      			right: initial;
      			background-color: $grey;*/
}
.form-wrapper #searchform button[type="submit"]:hover {
  opacity: 0.7;
}
.form-wrapper .parts-table-title {
  width: 100%;
  margin-top: 20px;
  padding-top: 40px;
  padding-left: 0 !important;
  border-top: 1px solid #65696e;
}

.forms-selector {
  margin: 0px auto 0;
  padding: 100px 0;
  background: #1A262B;
  color: #fff;
}
.forms-selector__title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 20px;
  font-family: 'Square721 BdEx';
}
.forms-selector .forms-list {
  margin-bottom: 30px;
  height: 60px;
  border: 1px solid #65696e;
}
.forms-selector .forms-list option {
  line-height: 60px;
}
.forms-selector .forms-list:focus {
  background-color: #fff;
}
.forms-selector .add_list_item {
  display: none;
}
.forms-selector .gform_footer {
  text-align: left;
}
.forms-selector .add-new:hover {
  cursor: pointer;
}

/* ------------------------------------
    Content Styles
    ------------------------------------- */
/* Blog page */
.posts-list article {
  margin-bottom: 40px;
  background: #fff;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
}
.not-found p {
  width: 100%;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

.section-overlay {
  position: relative;
}
.section-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.section-overlay--light:after {
  content: "";
  background: linear-gradient(to right, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0));
}

.hero-section {
  position: relative;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 42%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section .intro {
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 1170px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.hero-section .intro__content {
  max-width: 690px;
}
.hero-section .intro__content h1 {
  font-size: 45px;
}
.hero-section .intro__title {
  font-size: 45px;
}

/*---------------------------------------
	TMPL: HOME page
	---------------------------------------*/
.active-slide {
  background: rgba(101, 105, 110, 0.7);
}

.home .footer {
  margin-top: 0;
}

#intro-video-bg {
  position: fixed;
  /*		position: absolute;*/
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.intro {
  position: relative;
  overflow-x: hidden;
}
.intro .slider-bottom-links {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.intro .slider-bottom-links h6 {
  margin-bottom: 0;
}
.intro .slider-bottom-links p {
  margin-bottom: 0;
}
.intro .slider-bottom-links .slider-link {
  display: block;
  padding: 0 30px;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.5s;
}
.intro .slider-bottom-links .slider-link:hover {
  cursor: pointer;
  background: rgba(101, 105, 110, 0.7);
}
.intro .slider-bottom-links .slider-link .title {
  margin-bottom: 0;
}
.intro .slider-bottom-links .slider-link a {
  color: #fff;
}
.intro .slider-bottom-links .slider-link a:hover {
  text-decoration: none;
}

.featured-platforms {
  background: #E9EBEE;
  padding: 100px 0 100px;
}
.featured-platforms__text {
  padding-bottom: 40px;
}
.featured-platforms__text h2 {
  font-size: 40px;
  margin-bottom: 35px;
}
.featured-platforms .platform-thumb {
  display: block;
}
.featured-platforms__list .row {
  padding-left: 0;
  padding-right: 0;
}
.featured-platforms__list .row [class*="col-"] {
  margin-bottom: 30px;
}
.featured-platforms__list-item {
  display: block;
  box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  background: #fff;
  height: 100%;
}
.featured-platforms__list-item:hover {
  box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.15);
}
.featured-platforms__list-item .content {
  padding: 25px 35px 20px 35px;
}
.featured-platforms__list-item h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.featured-platforms__list h4 {
  font-size: 22px;
}
.featured-platforms__list .learn-more {
  display: inline-block;
  margin-top: 10px;
  text-transform: none;
  font-weight: 600;
}

.headline {
  padding: 100px 0;
  background: #fff;
}
.headline h1 {
  font-size: 45px;
}

.catalog__left {
  float: left;
  width: 45%;
  padding-top: 115px;
  padding-bottom: 120px;
  padding-right: 15px;
  background: #E9EBEE;
}
.catalog__left h3 {
  font-size: 40px;
  line-height: 1.2;
}
.catalog__left-content {
  max-width: 425px;
  margin-left: auto;
  padding-right: 50px;
}
.catalog__right {
  float: right;
  width: 55%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.catalog .site-btn {
  margin-top: 25px;
}

/* ------------------------------------
    CONTACT Page Styles
    ------------------------------------- */
.contact-page .intro-image > img {
  width: 100%;
}
.contact-page__intro-text {
  padding: 90px 0 67px;
}
.contact-page__intro-text h1 {
  font-size: 45px;
  margin-bottom: 30px;
  font-family: "Square721 BdEx";
}
.contact-page__form {
  margin-bottom: 95px;
}
.contact-page form .drop-down,
.contact-page form .message {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.contact-page form input[type="submit"] {
  max-width: 215px;
}
.contact-page form .gform_footer {
  text-align: left;
}
.contact-page form textarea {
  height: 215px;
}
.contact-page form .gfield {
  margin-bottom: 27px;
}
.contact-page form .gform_footer {
  padding-top: 10px;
}
.contact-page__info {
  padding-left: 10px;
  padding-top: 25px;
}
.contact-page__info h4 {
  font-size: 22px;
  margin-bottom: 35px;
}
.contact-page__info h5 {
  font-size: 16px;
  margin-bottom: 11px;
}
.contact-page__info p {
  font-size: 16px;
  margin-bottom: 0;
}
.contact-page__info hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* ------------------------------------
    RESOURCES Page Styles
    ------------------------------------- */
.resources-page .hero-section {
  margin-bottom: 0;
}
.resources-page .hero-section .intro__content {
  max-width: 580px;
}
.resources-page .filter-wrapper {
  width: 100%;
  padding: 30px;
  background: #E9EBEE;
}
.resources-page .filter-wrapper h5 {
  width: auto;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.resources-page .filter-wrapper .resource-category-filter-container {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.resources-page .filter-wrapper .resource-category-filter-container h5 {
  display: none;
}
.resources-page .filter-wrapper .resource-category-filter {
  max-width: 750px;
  margin-left: 20px;
}
.resources-page .filter-wrapper .custom-select {
  margin-left: 20px;
}
.resources-page .documents .category {
  transition: 1s;
}
.resources-page .documents .category.hide-section {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.resources-page .documents .category > .row {
  margin-left: -38px;
  margin-right: -38px;
}
.resources-page .documents .category > .row .col-md-4 {
  padding: 0 38px;
}
.resources-page .documents__section-title {
  margin: 40px 0 20px;
}
.resources-page .documents__item {
  display: flex;
  height: 100%;
  padding: 20px 40px 20px 0;
  border-bottom: 1px solid #65696e;
  display: block;
  position: relative;
  color: #000;
  text-transform: none;
}
.resources-page .documents__item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url("../images/arrow-right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.resources-page .documents__item:hover {
  color: #F05329;
  text-decoration: none;
}

/* ------------------------------------
    ABOUT US Page Styles
    ------------------------------------- */
.about-page .intro__content {
  max-width: 570px;
}
.about-page__content {
  padding-top: 55px;
  padding-bottom: 72px;
}
.about-page__content h5 {
  margin-top: 32px;
  margin-bottom: 13px;
}

/* ------------------------------------
    SINGLE PART Styles
    ------------------------------------- */
.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.single-part .intro {
  height: 250px;
  padding-left: 15px;
  padding-right: 15px;
  background: #000000;
  display: flex;
  align-items: center;
  color: #fff;
}
.single-part .breadcrumbs {
  padding: 50px 0;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.single-part .breadcrumbs > span {
  letter-spacing: 0;
  display: inline-block;
  padding-right: 5px;
}
.single-part .breadcrumbs > span:first-child {
  padding-left: 0;
}
.single-part .breadcrumbs > span:last-child span:hover {
  color: #65696e;
}
.single-part .breadcrumbs span {
  position: relative;
  font-weight: bold;
  color: #bbbbbb;
}
.single-part .breadcrumbs span:hover {
  color: #F05329;
}
.single-part .breadcrumbs > span:last-child:after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  left: 0;
  bottom: 0;
  height: 1px;
  background: #bbbbbb;
}
.single-part .breadcrumbs > span:last-child span:hover {
  color: #bbbbbb;
}
.single-part .breadcrumbs a:hover {
  text-decoration: none;
}
.single-part .description {
  margin-bottom: 30px;
}
.single-part .quick-links {
  margin-bottom: 30px;
}
.single-part .quick-links h4 {
  text-transform: none;
}
.single-part .quick-links ul {
  list-style-type: none;
  padding-left: 0;
}
.single-part .quick-links ul li a {
  display: block;
  position: relative;
  text-transform: none;
  color: #000;
  padding: 15px 0;
  border-bottom: 1px solid #65696e;
}
.single-part .quick-links ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url("../images/arrow-right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-part .quick-links ul li a:hover, .single-part .quick-links ul li a:focus {
  text-decoration: none;
  color: #F05329;
}
.single-part .small-table {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 30px;
}
.single-part .small-table .table-column-name {
  width: 20%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  color: #F05329;
  text-transform: none;
}
.single-part .small-table .table-column-name h4 {
  margin-bottom: 0;
}
.single-part .small-table .table-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 15px 0;
}
.single-part .small-table .table-row:nth-child(even) {
  background-color: #F2F2F2;
}
.single-part .small-table .table-row p {
  margin-bottom: 0;
}
.single-part .small-table .table-row .table-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-part .small-table .table-row .photo {
  width: 20%;
}
.single-part .small-table .table-row .stage {
  width: 20%;
}
.single-part .small-table .table-row .part-repeatable-info {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single-part .small-table .table-row .part-repeatable-info .table-col {
  width: 33.3%;
}
.single-part .small-table .table-row .part-repeatable-info .add-btn {
  display: inline-block;
  background: none;
  min-width: auto;
  padding: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/accordion-plus.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-part .large-table {
  margin-top: 30px;
  margin-bottom: 50px;
}
.single-part .large-table .plus:before {
  background-image: url("../images/accordion-plus.png");
}
.single-part .large-table .minus {
  color: #F05329;
}
.single-part .large-table .minus:before {
  background-image: url("../images/accordion-minus.png");
}
.single-part .large-table .accordion-title {
  position: relative;
  padding-left: 50px;
  border-bottom: 1px solid #D5D6D8;
  transition: 0.3s;
}
.single-part .large-table .accordion-title .title {
  margin-bottom: 0;
}
.single-part .large-table .accordion-title.minus {
  border-bottom-color: transparent;
}
.single-part .large-table .accordion-title:hover {
  cursor: pointer;
}
.single-part .large-table .accordion-title:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-part .large-table .accordion-title + .accordion-content {
  margin-top: -1px;
}
.single-part .large-table .accordion-title + .accordion-content.hide {
  display: none;
}
.single-part .large-table .accordion-content {
  overflow: hidden;
  height: 0;
  padding-left: 50px;
  overflow-x: auto;
}
.single-part .large-table .table-row {
  min-width: 991px;
}
.single-part .large-table .table-row .table-col {
  text-align: center;
}
.single-part .large-table .table-row .table-col p,
.single-part .large-table .table-row .table-col .add-btn-wrapper {
  padding: 50px 0;
  margin-bottom: 0;
  line-height: 1.8;
}
.single-part .large-table .table-row .table-col p:nth-child(even),
.single-part .large-table .table-row .table-col .add-btn-wrapper:nth-child(even) {
  background: #D9EBF5;
}
.single-part .large-table .table-row .table-col-name {
  margin-bottom: 0;
  padding: 15px 0;
  text-transform: uppercase;
  color: #F05329;
}
.single-part .large-table .add-btn {
  display: inline-block;
  background: none;
  min-width: auto;
  padding: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/accordion-plus.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-part .large-table .add-btn:hover {
  cursor: pointer;
}
.single-part #resources {
  padding: 90px 0 100px;
  background: #E9EBEE;
}
.single-part #resources .section-title {
  margin-bottom: 40px;
}
.single-part #resources .document-item {
  padding-right: 30px;
}
.single-part #resources .document-item a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid #D5D6D8;
  text-transform: uppercase;
}
.single-part #resources .document-item a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url("../images/arrow-right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-part #resources .document-item a:hover {
  color: #F05329;
  text-decoration: none;
}
.single-part #resources .document-item span {
  display: inline-block;
  max-width: 200px;
}
.single-part #resources .btn-wrapper {
  margin-top: 20px;
}
.single-part .forms-selector {
  margin-top: 0;
}
.single-part .other-parts {
  text-align: center;
  padding-top: 80px;
}
.single-part .other-parts__title {
  font-size: 37px;
  margin-bottom: 40px;
}
.single-part .random-part {
  display: block;
  margin-bottom: 20px;
}
.single-part .random-part:hover {
  text-decoration: none;
}
.single-part .random-part__image {
  border: 1px solid #000;
  padding-bottom: 65%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-part .random-part__image:hover {
  border-color: #F05329;
}
.single-part .random-part__title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}
.single-part .random-part__title span {
  position: relative;
}
.single-part .random-part__title span:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url("../images/arrow-right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* ------------------------------------
    BLOG Styles
    ------------------------------------- */
.platforms-page .our-platforms-title {
  padding: 70px 0 50px;
}
.platforms-page .our-platforms-list__item {
  display: block;
  box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  padding-bottom: 30px;
}
.platforms-page .our-platforms-list__item .content {
  padding: 25px 35px 30px 35px;
}
.platforms-page .our-platforms-list .platform-name {
  font-size: 22px;
}
.platforms-page .latest-news {
  margin-top: 100px;
}
.platforms-page .latest-news h2 {
  margin-bottom: 50px;
  font-size: 40px;
}
.platforms-page .latest-news h4 {
  font-size: 22px;
  font-family: "Square721 BdEx";
}
.platforms-page .latest-news .post-thumb {
  display: block;
}
.platforms-page .latest-news .left-side {
  width: 55%;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.platforms-page .latest-news .left-side .post-thumb {
  display: flex;
  height: 100%;
}
.platforms-page .latest-news .right-side {
  width: 45%;
  float: left;
}
.platforms-page .latest-news .news-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  height: 100%;
  background: #E9EBEE;
  padding: 40px 60px;
}
.platforms-page .latest-news .news-content .excerpt {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #878C91;
  margin-bottom: 20px;
  font-family: "Univers LT Light";
}
.platforms-page .latest-news .post-cats {
  width: 100%;
  margin-bottom: 10px;
}
.platforms-page .latest-news .post-cats .post-cat {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}
.platforms-page .latest-news .post-date {
  margin-bottom: 25px;
  font-style: italic;
}
.platforms-page .learn-more {
  text-transform: none;
  color: #F05329;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
}
.platforms-page .learn-more:hover {
  text-decoration: underline;
}

/* ------------------------------------
    SINGLE PLATFORM Styles
    ------------------------------------- */
.single-platform .single-platform-hero {
  position: relative;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 42%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-platform .single-platform-hero .intro {
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 1170px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.single-platform .single-platform-hero .intro__content {
  max-width: 580px;
}
.single-platform .introduction {
  padding: 50px 0;
}
.single-platform .platform-part {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid #E9EBEE;
}
.single-platform .platform-part.hide {
  display: none;
  margin-top: 0;
  padding-bottom: 0;
}
.single-platform .platform-part h3 {
  font-size: 37px;
  font-family: "Square721 BdEx";
}
.single-platform .platform-part:last-child {
  border-bottom: none;
}
.single-platform .platform-part .part-thumb {
  display: block;
  padding-bottom: 67%;
  border: 1px solid #D5D6D8;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-platform .platform-part .excerpt {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Univers LT Light";
}
.single-platform .platform-part .learn-more {
  text-transform: none;
  color: #F05329;
  font-weight: bold;
}

/* ------------------------------------
    BLOG Styles
    ------------------------------------- */
.blog .featured-slides .slide-inner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 48%;
}
.blog .featured-slides .category {
  text-transform: uppercase;
}
.blog .news {
  padding: 100px 0 90px;
}
.blog .main-content {
  padding: 70px 0 75px;
}
.blog .main-content article {
  border: 1px solid #D5D6D8;
}
.blog .main-content .articles-title {
  font-size: 45px;
  font-family: "Square721 BdEx";
}
.blog .main-content .articles-filter {
  margin-top: 20px;
  margin-bottom: 30px;
  height: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.blog .main-content .articles-filter option {
  height: 60px;
  line-height: 60px;
}
.blog .main-content .posts-list {
  margin-top: 40px;
  transition: 1s;
}
.blog .main-content .posts-list .post-thumbnail {
  display: block;
  margin-right: 20px;
}
.blog .main-content .posts-list.hide-posts {
  opacity: 0;
}

.pagination-wrapper {
  width: 100%;
  text-align: center;
}
.pagination-wrapper ul,
.pagination-wrapper ul.pagination {
  margin-left: 0;
}
.pagination-wrapper ul li,
.pagination-wrapper ul.pagination li {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border: 0px solid #000;
  border-left: none;
  margin-left: -4px;
  overflow: hidden;
}
.pagination-wrapper ul li:first-child,
.pagination-wrapper ul.pagination li:first-child {
  border-left: 0px solid #000;
}
.pagination-wrapper ul li:hover,
.pagination-wrapper ul.pagination li:hover {
  color: #65696e;
}
.pagination-wrapper ul li .next,
.pagination-wrapper ul li .prev,
.pagination-wrapper ul.pagination li .next,
.pagination-wrapper ul.pagination li .prev {
  position: relative;
}
.pagination-wrapper ul li .next:before,
.pagination-wrapper ul li .prev:before,
.pagination-wrapper ul.pagination li .next:before,
.pagination-wrapper ul.pagination li .prev:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination-wrapper ul li .prev:before,
.pagination-wrapper ul.pagination li .prev:before {
  background-image: url("../images/arrow-left.png");
}
.pagination-wrapper ul li .next:before,
.pagination-wrapper ul.pagination li .next:before {
  background-image: url("../images/arrow-right.png");
}
.pagination-wrapper ul li a,
.pagination-wrapper ul.pagination li a {
  display: block;
}
.pagination-wrapper ul li .current,
.pagination-wrapper ul.pagination li .current {
  color: #000;
}

/* ------------------------------------
    Single Post Styles
    ------------------------------------- */
.single-post-thumb {
  text-align: center;
  padding-bottom: 42%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.post-content {
  padding: 10px 25px 10px 10px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-family: "Univers LT Light";
}
.post-content h5 {
  margin-top: 10px;
  margin-bottom: 25px;
}
.post-content h5 a {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.post-content h5 a:hover {
  color: #F05329;
}
.post-content .post-categories {
  width: 100%;
}
.post-content .post-categories span {
  font-weight: bold;
  color: #878c91;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 15px;
}
.post-content .entry-meta {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: italic;
}
.post-content .btn-wrapper {
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid #878c91;
  padding-top: 25px;
}
.post-content .read-more {
  text-transform: none;
  color: #F05329;
  font-weight: bold;
}

.single .post-content {
  display: block;
}
.single .post-categories {
  width: auto;
}
.single .entry-meta {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.single article p {
  margin-bottom: 30px;
}
.single article .post-categories {
  display: inline-block;
}
.single article .post-categories span {
  text-transform: uppercase;
  font-weight: bold;
}
.single article .entry-meta {
  display: inline-block;
  font-style: italic;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #000;
}
.single .post-content {
  margin-top: 100px;
}
.single .posts-you-may-like {
  margin-top: 100px;
  padding: 90px 15px 110px;
  background: #E9EBEE;
}
.single .posts-you-may-like article {
  max-width: 550px;
  margin: 30px auto 0px;
}
.single .posts-you-may-like article h4 {
  font-size: 20px;
  margin: 15px 0;
}
.single .posts-you-may-like article a {
  color: #000;
}
.single .posts-you-may-like .post-content {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 25px 30px;
  background: #fff;
}
.single .posts-you-may-like .btn-wrapper {
  margin-top: 0;
  border-top: none;
  padding: 0;
}
.single .posts-you-may-like .btn-wrapper a {
  color: #F05329;
}

/* ------------------------------------
    ARCHIVE PLATFORM Styles
    ------------------------------------- */
.archive .archive-title {
  margin-bottom: 30px;
}
.archive article {
  margin-bottom: 30px;
}
.archive article h3 {
  line-height: 1.2;
}

/* ------------------------------------
    SEARCH PAGE Styles
    ------------------------------------- */
.search .main-content h3 {
  line-height: 1.4;
}
.search .main-content img {
  display: block;
  margin-right: auto;
  max-width: 500px;
  width: auto;
  max-height: 400px;
}

/* ------------------------------------
    RESOURCES PAGE Styles
    ------------------------------------- */
.documentation {
  padding-bottom: 30px;
}

/* ------------------------------------
Footer Styles
------------------------------------- */
.footer {
  background: #fff;
}
.footer p {
  margin-bottom: 0;
}
.footer h3 {
  font-size: 16px;
}
.footer .contacts {
  padding: 45px 0 40px;
}
.footer .socials {
  list-style-type: none;
  padding-left: 0;
}
.footer .socials li {
  display: inline-block;
  margin-right: 20px;
}
.footer .socials li a {
  color: #494949;
  font-size: 26px;
}
.footer .socials li a:hover {
  color: #F05329;
}
.footer #search-4 {
  display: flex;
  align-items: center;
}
.footer__search-line {
  background: #F05329;
  padding: 10px 15px;
  transition: 0.3s;
}
.footer__search-line.hide-search {
  padding: 0;
}
.footer__search-line #searchsubmit {
  /*    			display: none;*/
}
.footer .hide-search {
  max-height: 0;
}
.footer__nav-block {
  padding: 50px 0 40px;
  border-bottom: 1px solid #65696e;
}
.footer__nav-block .menu-footer-menu-container {
  display: inline-block;
}
.footer__nav-block ul {
  text-align: right;
}
.footer__nav-block .search-icon {
  min-width: auto;
  width: 20px;
  height: 20px;
  background-image: url("../images/search-grey.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0;
}
.footer__nav-block .menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}
.footer__nav-block .menu-wrapper .menu-footer-menu-container {
  float: left;
  width: calc(100% - 30px);
}
.footer__nav-block .menu-wrapper .search-icon {
  float: right;
  width: 30px;
}
.footer .copyright {
  padding: 30px 15px;
  background: #1A262B;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.footer .copyright a {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #65696e;
}
.footer .copyright a:hover {
  color: #F05329;
  text-decoration-color: #F05329;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 5px 25px;
  color: #3b3b3b;
  font-weight: 600;
}
.footer-menu li a:hover {
  text-decoration: none;
  color: #F05329;
}

.header__top-line {
  /*    	button[type="submit"]{
  	display: none;
  	}*/
}
.header__top-line span.search-text {
  opacity: 1;
}
.header__top-line button[type="submit"] {
  background: transparent;
}
.header__top-line #s {
  padding-left: 5px;
}
.header__top-line .search-icon {
  min-width: auto;
  background-image: url(../images/search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  /* font-size: 0; */
  width: 40px;
  left: -40px;
  right: initial;
  background-color: #000000;
  position: absolute;
}

.forms-selector .select {
  margin-bottom: 10px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  width: 100%;
  height: 60px;
  color: #000;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 60px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #fff;
  color: #65696e;
  border: 1px solid #D5D6D8;
  font-style: italic;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #D5D6D8;
  border-top: none;
}
.select-options li {
  padding: 15px 20px;
  background: #fff;
  color: #65696e;
  cursor: pointer;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.select-options li:hover {
  background-color: #D9EBF5;
  border-top: 1px solid #E4EBED;
  border-bottom: 1px solid #E4EBED;
}
.select-options li[rel="hide"] {
  display: none;
}

/***********
** EVENTS **
***********/
/**
 * Events
 * /

/*Events Listing*/
.tribe-events-loop .tribe-events-event-meta {
  font-size: 1em;
}

#tribe-bar-form .tribe-bar-submit {
  margin-left: 8% !important;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #F05329;
  font-size: 1em;
}

#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
  background-color: #2b3990;
}

.tribe-events-list-separator-month {
  font-size: 1.75em;
  margin: 0px;
  background-color: #F05329;
  color: #ffffff;
}

.tribe-events-page-title {
  font-size: 3em;
  font-weight: bold;
}

#tribe-bar-form #tribe-bar-filters-wrap {
  width: 80% !important;
}

#tribe-bar-views .tribe-bar-views-inner .select {
  display: none;
}

#tribe-bar-form #tribe-bar-views {
  width: 20% !important;
}

@media only screen and (max-width: 991px) {
  #tribe-bar-form .tribe-bar-submit {
    margin-left: 0% !important;
  }
}
@media only screen and (max-width: 767px) {
  #tribe-bar-form #tribe-bar-views, #tribe-bar-form #tribe-bar-filters-wrap {
    width: 100% !important;
  }
}
/*====================/style 10.05.19/====================*/
.resources-page .documents .category > .row {
	display: block !important;
}
.resources-page .documents .category > .row .col-md-4 {
	display: block !important;
	width: 33.33% !important;
	float: left !important;
}
.resources-page .documents__section-title {
    display: inline-block !important;
}
/*==================================================
  
==================================================*/
@media all and (max-width: 767px) {
	.resources-page .documents .category > .row .col-md-4 {
		width: 100% !important;
		float: none !important;
	}
}





























