/*======================================================
Screen Style Sheet
Wiegel Tools
------------------------------------------------------
Author(s): Diana AT TopSpot
Created: 08/03/2020

Primary color - #89c2dc
Secondary color - #292b2c
Tertiary color - #eeeeee

TOC: General, Scaffolding, Position Specific Styles, Colors, Tables, Buttons, Seperators, Custom Element Styles, Header, Primary Navigation, Home Banner, Inner Banner, Breadcrumbs, Tabbed Content, Image & Text Blocks, Video, Fancybox, Charts & Graphs, Forms, Search Results, Buckets, Single Image, Gallery & Carousel, Resource Library, Modals, Blog, PDF, Files, Paging, Job Listing, Address, Sidebar, Footer

======================================================*/
/* Variables */
/* Fonts */
/* *********** Mixins ************** */
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tablet,
.mobile {
  display: none;
}
#header-top {
  display: none;
}
/* Start General */
* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.hidden,
.hidetext,
.special,
.smallsite {
  display: none !important;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.warning,
.error {
  color: #a00;
  font-size: 10px;
  text-align: left;
  display: block;
}
.errorMessage {
  color: #a00;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  margin: 2px auto 0;
  display: block;
}
#token,
.special {
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  border: none;
  position: absolute;
  left: -9999px;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
address {
  margin: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
img.left {
  margin: 0 15px 15px 0;
}
img.right {
  margin: 0 0 15px 15px;
}
img {
  max-width: 100%;
}
.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sep {
  margin: 0 6px;
  display: inline-block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
input,
textarea,
a,
.btn,
button {
  outline: none;
}
input[type="file"]:focus {
  cursor: pointer;
}
.constrain {
  max-width: 1200px;
  margin: 0 auto;
}
a,
input,
textarea,
button,
.btn,
#header-top,
#header-bottom,
#search-toggle,
.search-form,
.img-wrapper:before,
.slick-arrow:before,
.fancybox-arrow:after {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
html,
body {
  overflow-x: hidden;
}
body {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  margin: 0 !important;
  padding-top: 160px;
  /* match header height*/
}
html.noscroll,
html.noscroll body {
  overflow: hidden !important;
  position: relative;
  height: 100%;
}
.eyebrow {
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #4F4E4E;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.heading {
  color: #000;
}
.heading + * {
  margin-top: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Saira Semi Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.h1,
.h2,
.h3,
.h4 {
  display: block;
}
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 45px;
  margin: 0;
  color: #4F4E4E;
}
h2,
.h2 {
  font-size: 32px;
  margin: 0;
}
h3,
.h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.image-bg h3,
.image-bg .h3,
.image-bg ul.fancy b {
  color: #fff;
}
h4,
.h4,
ul.fancy b {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
  display: block;
  font-weight: 600;
}
ul.fancy li:first-child b {
  margin-top: 0;
}
h5,
.h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
h6,
.h6 {
  font-size: 14px;
  text-transform: uppercase;
}
p {
  font-size: 1em;
}
a {
  color: #D13028;
}
a:hover {
  color: #000;
  text-decoration: none;
}
.bold:before {
  font-weight: bold;
}
/* End General */
/* Start Scaffolding */
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.33%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w66 {
  width: 66%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w100 {
  width: 100%;
}
.block {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-position: center center;
  padding-bottom: 60px;
  background-size: cover;
  position: relative;
}
.block:first-child {
  padding-top: 40px;
}
.nested:not(.nested-padding) > .block:first-child {
  padding-top: 0;
}
.nested .block{
	padding-top: 0;
	padding-bottom: 0;
}
.block.has-bg:first-child {
  margin-top: 40px;
}
.block .nested:first-child,
.nested > .block.has-bg:first-child {
  margin-top: 0;
}
.block.full {
  max-width: 100%;
}
.block.full {
  padding-left: calc(50vw - 608px);
  padding-right: calc(50vw - 608px);
}
.block.has-bg {
  padding-top: 60px;
  padding-left: 16px;
  padding-right: 16px;
}
.block.has-bg:not(.full) {
  padding-left: 40px;
  padding-right: 40px;
}
.nested > .block.has-bg:not(.full) {
  padding-left: 0;
  padding-right: 0;
}
.block.full.column-has-bg {
  padding-left: 0;
  padding-right: 0;
}
.block.full.column-has-bg .column:first-child {
  padding-left: calc(50vw - 608px);
}
.block.full.column-has-bg .column:last-child {
  padding-right: calc(50vw - 608px);
}
.block.has-bg + .block,
.block.column-has-bg + .block {
  padding-top: 60px;
}
.block.has-bg + .block.column-has-bg {
  padding-top: 0;
}
.block.column-has-bg {
  padding-top: 0;
  padding-bottom: 0;
}
.block.column-has-bg .column {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block .nested {
  margin: 30px 0;
}
.block .nested:not(:first-child) > .block {
  padding-bottom: 0;
}
.block.text-light > .column {
  position: relative;
}
.block.text-light > .column > * {
  color: #fff;
}
.block.text-light::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
/*
.nested .block.has-bg .column:first-child,
.nested .block.column-has-bg .column:first-child {
  padding-left: 15px;
}
.nested .block.has-bg .column:last-child,
.nested .block.column-has-bg .column:last-child {
  padding-right: 15px;
}
*/
.block .nested.nested-padding > .block {
	padding-bottom: 40px;
	padding-left: 32px;
	padding-right: 32px;
}
.block .column {
  background-size: cover;
  display: block;
  flex-direction: column;
}
.block .column:not(:first-child) {
  padding-left: 16px;
}
.block .column:not(:last-child) {
  padding-right: 16px;
}
.block .column:last-child {
  margin-right: auto;
}
.block.narrow > .column > * {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}
.block.text-left-middle {
  align-items: center;
}
.block.text-right-middle {
  align-items: center;
  text-align: right;
}
.block.text-center-top {
  text-align: center;
}
.block.text-center-middle {
  text-align: center;
  align-items: center;
}
.column-has-bg,
.column-has-bg-left,
.column-has-bg-right {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Put space between blocks but not when the blocks are gray */
.block.primary-bg + .block.has-bg-image {
  margin-top: 40px;
}
/* Dividing Border */
.block.dividing-border > .column {
  border-right: 2px solid #4F4E4E;
  border-left: 1px solid #4F4E4E;
  padding-right: 40px;
  padding-left: 40px;
}
.block.dividing-border > .column:last-child {
  border-right: 0;
  padding-right: 0;
}
.block.dividing-border > .column:first-child {
  padding-left: 0;
  border-left: 0;
}
/* End Scaffolding */
/* Start Position Specific Styles */
.richtext p:last-child {
  margin-bottom: 0;
}
.richtext + .button {
  margin-top: 22px;
  display: inline-block;
}
.richtext > ul {
  margin-top: 8px;
  padding-left: 16px;
}
.richtext > ul li {
  line-height: 3;
}
.content-block > .richtext + .button {
  margin-top: 30px;
}
.img-wrapper + .richtext h1:first-child,
.img-wrapper + .richtext h2:first-child,
.img-wrapper + .richtext p:first-child {
  margin-top: 30px;
}
.button + .buckets,
.heading + .buckets,
.richtext + .heading{
  margin-top: 30px;
}
.button + .button{
	margin-top:15px;
}
/* End Position Specific Styles */
/* Start Colors */
.white-bg {
  background-color: #ffffff;
}
.primary-bg {
  background-color: #EDEDED;
}
.secondary-bg {
  background-color: rgba(255, 255, 255, 0.8);
}
.tertiary-bg {
  background-color: #eeeeee;
}
.white h2,
.white h3,
.white h4,
.image-bg h4:first-child:last-child,
.image-bg .barchart .percent .number {
  color: #fff;
}
/* End Colors */
/* Tables */
.table {
  min-width: 500px;
}
.table td {
  text-align: right;
}
.table tbody:first-child tr:first-child td,
.table thead:first-child tr:first-child th {
  font-weight: bold;
  background: #eee;
  color: #89c2dc;
  text-align: left;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #888;
}
.table tbody:first-child tr td:first-child {
  font-weight: bold;
  text-align: left;
}
.table-responsive {
  position: relative;
  overflow: auto;
  display: block;
  padding-bottom: 15px;
  border: 0;
}
.table-responsive::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #eeeeee;
  height: 10px;
}
.table-responsive::-webkit-scrollbar {
  width: 12px;
  background-color: #eeeeee;
  height: 5px;
  border-radius: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #89c2dc;
}
/* Buttons */
.button {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none ;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  letter-spacing: 0.06em;
  line-height: normal;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  padding: 14px 29px;
  display: inline-block;
  border-radius: 0;
  background-color: #D13028;
  color: #ffffff;
}
.button:hover,
.button:focus {
  background-color: #8A120C;
  color: white;
  outline-color: #D13028 !important;
}
.button.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f323';
  margin-right: 10px;
  font-weight: normal;
  font-size: 13px;
}
.button.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f324';
  margin-left: 10px;
  font-weight: normal;
  font-size: 13px;
}
.small-btn {
  font-size: 0.7em;
  letter-spacing: 0.05em;
  line-height: 28px;
  height: 28px;
  padding: 0 16px;
}
.button.hollow {
  color: #D13028;
  border: 0;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  text-decoration: underline;
}
.button.hollow:hover,
.button.hollow:focus {
  color: #000;
}
/* Separators */
hr {
  margin: 60px auto;
  border-top: 1px solid #ddd;
}
.hr {
  margin: 0;
  height: 3px;
  background-color: #4F4E4E;
  width: 100%;
  margin: 60px auto;
  display: block;
}
.hr:first-child {
  margin-top: 0;
}
.hr:last-child {
  margin-bottom: 0;
}
.divider {
  text-align: center;
  margin: 40px auto;
  position: relative;
}
.divider:before,
.divider:after {
  content: "";
  background: #ddd;
  width: 40%;
  height: 1px;
  display: block;
  position: absolute;
  top: 49%;
}
.divider:before {
  left: 0;
}
.divider:after {
  right: 0;
}
.spacer {
  height: 40px;
  display: block;
  clear: both;
}
/* Custom Style Elements */
.round,
.round:before {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
ul.fancy {
  list-style: none;
  text-align: left;
}
ul.fancy li {
  margin: 0 0 15px;
  position: relative;
}
ul.fancy li:last-child {
  margin-bottom: 0;
}
ul.fancy li:before {
  content: "•";
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 2px;
  left: -32px;
}
.columnlist-2 > ul,
ul.columnlist-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style-position: outside;
}
.columnlist-3 > ul,
ul.columnlist-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style-position: outside;
}
.columnlist-4 > ul,
ul.columnlist-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  list-style-position: outside;
}
.columnlist-2 > ul li,
.columnlist-3 > ul li,
.columnlist-4 > ul li,
ul.columnlist-2 li,
ul.columnlist-3 li,
ul.columnlist-4 li {
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.columntext-2,
.columntext-3,
.columntext-4 {
  display: flex;
}
.columntext-2 > p {
  width: 50%;
  padding-right: 10px;
  margin-bottom: 0;
}
.columntext-2 > p + p {
  padding-left: 10px;
  padding-right: 0;
}
.columntext-3 > p {
  width: 33%;
  padding-right: 10px;
  margin-bottom: 0;
}
.columntext-3 > p + p {
  padding-left: 10px;
  padding-right: 0;
}
.quote {
  border-left: none;
  padding: 10px 0 0 50px;
  position: relative;
}
.quote:before {
  content: "\201C";
  color: #D13028;
  font-family: sans-serif;
  font-size: 100px;
  line-height: 0.8;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.quote .content {
  font-size: 1.4em;
  display: block;
}
.quote .source {
  font-style: italic;
  margin: 10px 0 0;
  display: block;
}
.quote .source:before {
  content: "\2013";
  margin-right: 5px;
  display: inline-block;
}
/* ***************************************** Header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background-color: white;
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
}
.header-bottom-wrapper {
  position: relative;
}
#header-bottom {
  background: none;
  padding: 30px 0 0;
}
#header-bottom > .constrain {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-nav-wrapper {
  flex-grow: 1;
}
.global-nav-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 24px;
}
.global-nav-wrapper .tel {
  color: #D13028;
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 32px;
  font-weight: 700;
}
#global-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 0 0 40px;
  font-size: 16px;
  font-family: 'Saira Semi Condensed', sans-serif;
  font-weight: 600;
}
#global-nav li {
  position: relative;
}
#global-nav li::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 2px;
  height: 1em;
  background-color: #4F4E4E;
}
#global-nav li:last-child::after {
  content: none;
}
#global-nav a {
  color: #4F4E4E;
  padding: 0 12px;
}
#global-nav a:hover {
  color: #D13028;
}
.language-toggle {
  border: 0;
  background: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.language-toggle span {
  font-size: 24px;
  color: #4F4E4E;
  margin-left: 6px;
  width: 20px;
  height: 30px;
  display: block;
  position: relative;
}
.language-toggle span i {
  position: absolute;
  top: -2px;
  right: 0;
}
.gtranslate-wrap{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.gtranslate-wrap:hover .gtranslate-dropdown {
	opacity: 1;
	visibility: visible;
}
.gtranslate-dropdown{
	background:#fff;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -14px;
    top: 45px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;	
}
.gtranslate-dropdown a{
    display: block;
    color:#D13028;
    text-align: center;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(220, 208, 205, 0.4);
}
.gtranslate-dropdown a:hover,
.gtranslate-dropdown a:focus {
	background: #D13028;
	color: #fff;
}
.gtranslate-dropdown a:last-child{
	border-bottom: none;
}
.gtranslate-dropdown.open{
    opacity: 1;
    visibility: visible;;
}
.search-form {
  position: relative;
  width: 100%;
  max-width: 176px;
}
.search-form input,
.search-form button {
  color: #4F4E4E;
  vertical-align: middle;
  background: none;
  border: none;
  box-shadow: none;
  line-height: 36px;
  height: 36px;
  display: inline-block;
}
.search-form input {
  background-color: #EDEDED;
  font-size: 14px;
  width: 100%;
  padding: 0 46px 0 10px;
  border: 0;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}
.search-form input:focus {
  border-color: #292b2c;
  -webkit-box-shadow: 0px 0px 3px 0px #b8b8b8;
  -moz-box-shadow: 0px 0px 3px 0px #b8b8b8;
  box-shadow: 0px 0px 3px 0px #b8b8b8;
}
.search-form button {
  width: 36px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  margin: 0;
  font-size: 0;
}
.search-form button:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f002';
  width: 30px;
  height: 37px;
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  font-size: 15px;
  font-weight: 200;
}
.search-form button:hover:after {
  color: #89c2dc;
}
.search-form button:focus {
  -webkit-box-shadow: 0px 0px 3px 0px #b8b8b8;
  -moz-box-shadow: 0px 0px 3px 0px #b8b8b8;
  box-shadow: 0px 0px 3px 0px #b8b8b8;
}
/* ***************************************** Primary Navigation */
#primary-nav a {
  text-decoration: none;
  display: block;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  #primary-nav #pid-19,
  #primary-nav #pid-20 {
    display: none;
  }
  #primary-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    font-family: 'Saira Semi Condensed', sans-serif;
  }
  #primary-nav > li {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
  }
  #primary-nav > li i {
    display: none;
  }
  #primary-nav > li > a {
    padding: 16px 8px 24px;
    position: relative;
  }
  #primary-nav > li.active > a,
  #primary-nav > li:hover > a {
    color: #D13028;
  }
  #primary-nav a {
    color: #000;
  }
  #primary-nav .dropdown {
    display: none;
    padding: 0;
  }
  #primary-nav .level-1 {
    background: #EDEDED;
    width: 400px;
    position: absolute;
    top: 62px;
    left: 0;
    z-index: 10;
    -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  }
  #primary-nav ul.active {
    display: block;
  }
  #primary-nav ul li {
    line-height: normal;
    position: relative;
  }
  #primary-nav ul li a,
  #primary-nav ul li.category > span {
    color: #000;
    font-size: 14px;
    padding: 10px 20px;
    display: block;
  }
  #primary-nav ul li a:hover,
  #primary-nav ul li.category > span:hover {
    color: #fff;
    background-color: #D13028;
  }
  #primary-nav #pid-16 > .dropdown {
    width: 596px;
  }
  #primary-nav #pid-16 > .dropdown ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  #primary-nav #pid-16 > .dropdown li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  #primary-nav .level-2 ul li a {
    padding-left: 32px;
  }
  #primary-nav .level-3 ul li a {
    padding-left: 40px;
  }
  #primary-nav .back {
    display: none;
  }
  #primary-nav ul li > i:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f105';
  }
  #primary-nav ul.active li > i:before {
    content: '\f107';
  }
  #primary-nav ul ul {
    background-color: transparent;
    position: relative;
    top: 0;
  }
}
/* ***************************************** Home Banner */
.page-1 #main-content > .block-1 {
  margin-top: 0;
}
.page-1 #main-content > .block-1 > .column {
  padding-bottom: 90px;
}
/* ***************************************** Inner Banner */
#inner-banner {
  background: center center #ccc;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  width: 100%;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#inner-banner > .constrain {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#inner-banner picture img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#inner-banner .h1 {
  color: #fff;
}
#inner-banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#inner-banner .banner-overlay.light-opacity {
  background-color: rgba(0, 0, 0, 0.4);
}
/* ***************************************** Breadcrumbs */
.breadcrumb-wrapper {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.crumb-container {
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.crumb-container a {
  color: #fff;
}
.crumb-container a:hover {
  text-decoration: underline;
}
.crumb-container .crumb {
  display: inline-block;
  position: relative;
  padding-right: 24px;
  color: #fff;
}
.crumb-container .crumb.current {
  letter-spacing: 0.02em;
}
.crumb-container .crumb.current::after {
  content: none;
}
.crumb-container .crumb::after {
  content: "\002F";
  position: absolute;
  right: 5px;
  top: 0px;
}
/* ****************************************** Tabbed Content */
.text-tabs.dark-bg .tab-content {
  color: #ccc;
  color: rgba(255, 255, 255, 0.8);
}
.text-tabs.dark-bg .tab-title {
  color: #fff;
}
.text-tabs .tab-title:hover,
.text-tabs.dark-bg .tab-title:hover {
  color: #2bc271 !important;
  cursor: pointer;
}
.bullet-tabs .tab-title span {
  line-height: 1.2;
  vertical-align: middle;
}
.bullet-tabs .tab-title .title {
  display: inline-block;
}
.bullet-tabs .tab-title .bullet {
  background: #888;
  border: 6px solid #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -31px;
}
.bullet-tabs .tab-title:before {
  content: "";
  height: 100%;
  width: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
}
.bullet-tabs .tab-title.current .bullet {
  background: #fff;
  border: 2px solid #0065aa !important;
  height: 18px;
  width: 18px;
  top: 9px;
  left: -30px;
}
.text-tabs .tabs-menu-wrapper {
  margin: 0 0 20px -5px;
}
.text-tabs .tab-title,
.text-tabs .tab-content {
  color: #888;
}
.text-tabs .tab-title {
  margin-right: 10px;
  padding: 5px;
  display: inline-block;
}
.text-tabs .tab-title.current {
  color: #f56c6e !important;
  font-weight: bold;
}
.tabs .tab-content {
  display: none;
}
.tabs .tab-content.current {
  display: block;
}
.tabbed-content {
  background-color: #EDEDED;
}
.tabbed-content .nav-tabs {
  border: 0;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.tabbed-content .tab-content {
  border: 0;
  padding: 32px;
}
.tabbed-content .content-block {
  padding: 0;
}
.tabbed-content .nav-tabs li {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
   max-width: 14%;
}
.tabbed-content .nav-tabs a,
.tabbed-content .nav-tabs li.active a,
.tabbed-content .nav-tabs li.active > a {
  background: none;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  color: #A1A4B1;
}
.tabbed-content .nav-tabs a:hover,
.tabbed-content .nav-tabs li.active a:hover,
.tabbed-content .nav-tabs li.active > a:hover {
  background: none;
  color: #4F4E4E;
}
.tabbed-content .nav-tabs li.active a {
  border-color: #D13028;
  color: #4F4E4E;
}
.tabbed-content .nav-tabs a:hover {
  border: 0;
  border-bottom-color: transparent;
}
.tabbed-content .block {
  padding: 0;
}
/* start */
.tabbed-content.tabs-left {
  display: flex;
  flex-wrap: wrap;
}
.tabbed-content.tabs-left .nav-tabs {
  border-bottom: 0;
  margin-bottom: 0;
  background-color: #eee;
  display: block;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  width: 15%;
}
.tabbed-content.tabs-left .nav-tabs li {
  border: 0;
  margin-bottom: 0px;
  width: 100%;
}
.tabbed-content.tabs-left .nav-tabs li.active a,
.tabbed-content.tabs-left .nav-tabs li:hover a {
  border: 0;
  background-color: #ccc;
}
.tabbed-content.tabs-left .nav-tabs a {
  border: 0;
  margin: 0;
  font-weight: bold;
  padding: 15px 20px 12px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
.tabbed-content.tabs-left .tab-content {
  padding: 24px;
  border: none;
  color: #646471;
  width: 85%;
}
/* end */
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: white;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
}
.panel-group .panel-heading a {
  padding: 10px 40px 10px 15px;
  display: block;
  position: relative;
}
.panel-group .panel-heading a:focus {
  text-decoration: none;
}
.panel-group .panel-heading a:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 15px;
  color:#D13028;
  font-weight: 600;
}
.panel-group .panel-heading a[aria-expanded="true"],
.panel-group .panel-heading a:hover {
  background-color: #D13028;
  color: #fff;
}
.panel-group .panel-heading a[aria-expanded="true"]:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 15px;
}
.panel-group .panel-heading a:hover:before,
.panel-group .panel-heading a[aria-expanded="true"]:before{
	color:#fff;
}
.panel-arrows .panel-heading a:before {
  content: '\f107';
}
.panel-arrows .panel-heading a[aria-expanded="true"]:before {
  content: '\f106';
}
.panel-plusminus .panel-heading a:before {
  content: '\f055';
}
.panel-plusminus .panel-heading a[aria-expanded="true"]:before {
  content: '\f056';
}
.panel-group .panel-body {
  border: 1px solid white;
  border-radius: 0;
}
.panel-group .block {
  padding: 0;
}
/* Image & Text Blocks */
.image-text-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -15px -10px;
}
.image-text-blocks .image-text-row {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding-right: 0;
  padding-left: 0;
}
.image-text-blocks .image-text-row:last-child {
  margin-bottom: 15px;
  border-bottom: 0;
  padding-bottom: 0;
}
.image-text-blocks .image-text-row h4 {
  margin-top: 0;
}
.image-text-blocks .image-text-right,
.image-text-blocks .image-text-alt:nth-child(even) {
  flex-direction: row-reverse;
}
.image-text-blocks .image-text-left .image,
.image-text-blocks .image-text-alt:nth-child(odd) .image {
  width: 30%;
  margin-right: 3%;
}
.image-text-blocks .image-text-right .image,
.image-text-blocks .image-text-alt:nth-child(even) .image {
  width: 30%;
  margin-left: 3%;
}
.image-text-blocks .image-text-row .content {
  width: 66.66%;
}
.image-text-block {
  padding: 0 10px;
  margin-bottom: 15px;
}
.image-text-block .image {
  height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.image-text-block .image.contain {
  background-size: contain;
}
.image-text-block h4 {
  display: block;
  margin: 16px 0 9px 0;
}
.image-text-block p:last-child {
  margin: 0;
}
/* Video Blocks */
.video-block {
  text-align: center;
	display: inline-block;
	width: calc(33% - 16px);
	margin: 8px;
}
.video {
  background: center center no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 300px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 20px;
  padding: 0 40px;
  display: block;
  position: relative;
}
.video .play {
  margin-top: -30px;
  margin-left: -30px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
}
.video .play i {
  font-size: 60px;
}
.video:hover .play i {
  color: #666;
}
.video-block .subtitle {
  color: #888;
  font-size: 0.9em;
  margin-bottom: 0;
}
/* Fancybox */
.fancybox-arrow {
  opacity: 1 !important;
}
.fancybox-arrow:after {
  background-color: transparent;
  background-image: none;
  color: white;
  font-size: 20px;
}
.fancybox-arrow:hover:after {
  opacity: 0.5;
}
.fancybox-arrow--left:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
}
.fancybox-arrow--right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
}
.fancybox-button--fullscreen {
	right: 44px;
}
/* .fancybox-button--close {
  top: 0;
  right: 0;
  left: auto;
  position: absolute;
  background-color: transparent;
  opacity: 1;
}
.fancybox-button--close:hover {
  background-color: transparent;
  opacity: 0.5;
}
.fancybox-infobar {
  position: absolute;
  bottom: -30px;
  top: auto;
  padding: 0;
  right: 0;
  left: auto;
}
.fancybox-infobar button {
  display: none;
}
.fancybox-infobar__body {
  background-color: transparent;
  line-height: inherit;
  text-align: right;
  opacity: 0;
}
.fancybox-caption {
  border-top: 0;
  position: absolute;
  bottom: -30px;
  padding: 0;
  left: 0;
  opacity: 0;
}
.fancybox-slide--complete .fancybox-caption,
.fancybox-slide--complete .fancybox-infobar__body,
.fancybox-slide--complete .fancybox-button--close {
  opacity: 1;
} */
.fancybox-caption {
    text-align:center;
    padding:1rem;
    border-top:0;
}
/* Charts and Graphs */
.chart-wrapper {
  text-align: center;
}
.chart-wrapper.with-caption {
  padding-bottom: 40px;
}
.percent .caption {
  font-size: 1.2em;
  line-height: 1.2;
}
.percent .caption.long {
  font-size: 1em;
  width: auto;
}
.percent .number:after {
  content: "%";
}
.statistic {
  position: relative;
}
.statistic .number {
  color: #fff !important;
  font-size: 140px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  line-height: 1;
  margin: 0;
  padding: 60px 0 40px;
}
.statistic .caption {
  color: #fff !important;
  text-transform: uppercase;
  line-height: 1;
  width: 200px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 15px;
}
.statistic .caption:before {
  font-size: 40px;
  display: block;
}
/* Pie Chart */
.piechart {
  vertical-align: middle;
  background: #E4E8EB;
  border-radius: 180px;
  -moz-border-radius: 180px;
  -webkit-border-radius: 180px;
  padding: 20px;
  height: 180px;
  width: 180px;
  display: inline-block;
  position: relative;
}
.piechart .dots {
  background: url("../assets/images/template/pie-dots-pink.png") center center / 222px 212px no-repeat;
  height: 220px;
  width: 220px;
  display: block;
  position: absolute;
  top: -20px;
  left: -17px;
}
.image-bg .piechart .dots {
  background-image: url("../assets/images/template/pie-dots-white.png");
}
.piechart canvas {
  height: 100% !important;
  width: 200% !important;
  margin-left: -50%;
}
.piechart + .percent {
  text-align: left;
  vertical-align: middle;
  width: 50%;
  margin-left: 60px;
  display: inline-block;
}
.piechart + .percent .number {
  color: #666;
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.piechart .caption {
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 40px 0 0;
}
.piechart + .percent .caption {
  color: #aaa;
  text-transform: uppercase;
  margin: 0;
}
.image-bg .piechart + .percent .caption {
  color: #ccc;
}
/* ****************************************** Forms */
.forms .fieldset {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.forms .input-group {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  margin-bottom: 24px;
}
.forms input[type=text],
.forms input[type=email],
.forms input[type=number],
.forms input[type=tel],
.forms textarea,
.forms select,
.forms #file-uploader-image,
.forms .bootstrap-select {
  color: #292b2c;
  line-height: 48px !important;
  background: #fff;
  border: 1px solid #A1A4B1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 10px;
  display: block;
}
.forms input[type=text]:focus,
.forms input[type=email]:focus,
.forms input[type=number]:focus,
.forms input[type=tel]:focus,
.forms textarea:focus,
.forms select:focus,
.forms #file-uploader-image:focus {
  border-color: #222;
}
.forms textarea {
  line-height: 1.4 !important;
  height: 180px;
  padding: 10px 12px !important;
}
.forms label {
  font-weight: 600;
  color: #000;
  font-size: 14px;
  text-align: left;
}
.forms label .required {
  color: #D13028;
}
.forms #file-uploader-image {
  padding: 0;
  position: relative;
  background: none;
  border: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.forms #file-uploader-image:focus {
  border-color: #292b2c;
  outline: 0;
}
.forms .file-uploader-items {
  order: 1;
}
.forms .file-uploader-items .file-wrap {
  margin-bottom: 0;
}
.forms .file-uploader-items .title {
  display: block;
  margin-bottom: 0;
  height: 35px;
}
.forms .file-uploader-items img {
  display: none;
}
.forms .file-uploader-items .delete-button {
  background: none;
  position: absolute;
  text-indent: inherit;
  font-size: 0;
  top: 0px;
  right: -18px;
  cursor: pointer;
}
.forms .file-uploader-items .delete-button:before {
  content: '×';
  font-size: 15px;
  color: #c50000;
}
.forms .qq-upload-button,
.forms .qq-clear-button {
  font-size: 0;
  font-weight: 700;
  width: 130px;
  height: 47px;
  line-height: 41px;
  padding: 0;
  border: 0;
  margin: 0;
  text-transform: uppercase;
  border: 2px solid #D13028;
  background-color: #fff;
  color: #000;
}
.forms .qq-upload-button:before,
.forms .qq-clear-button:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  margin-right: 8px;
}
.forms .qq-upload-button:before {
  content: '\f093';
}
.forms .qq-upload-button::after {
  content: 'Upload';
  font-size: 16px;
  letter-spacing: 0.06em;
}
.forms .qq-clear-button:before {
  content: '\f2ed';
}
.forms .qq-upload-button:hover,
.forms .qq-clear-button:hover {
  background-color: #D13028;
  color: #fff;
}
.forms .errorMessage {
  background-color: #c50000;
  color: white;
  padding: 8px 8px 5px 8px;
  width: 100%;
  margin: 0;
  font-weight: normal;
  font-size: 13px;
}
/* Shifty Forms */
.forms.shifty label {
  display: none;
}
.forms.shifty .input-group label {
  position: absolute;
  display: block;
  top: 16px;
  left: 28px;
  line-height: 1em;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  opacity: 0.5;
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
}
.forms.shifty .input-group label.focus {
  top: -13px;
  font-size: 11px;
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
  font-style: normal;
  opacity: 1;
}
.forms.shifty .input-group label.focus:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.5em;
}
.forms.shifty .input-group label.hidden {
  opacity: 0;
}
.forms.shifty label.error {
  display: none !important;
}
/* Custom Selects, Checkboxes & Radios */
.forms .bootstrap-select {
  padding: 0;
  border: 0;
}
.forms .bootstrap-select:focus,
.forms .bootstrap-select button:focus {
  outline: 0 !important;
}
.forms .bootstrap-select button {
  background-color: transparent;
  padding-left: 10px;
  line-height: 36px;
  border: 0;
  border-radius: 0;
  padding: 0 10px;
}
.forms .bootstrap-select.open button,
.forms .bootstrap-select.open button:hover,
.forms .bootstrap-select button:active,
.forms .bootstrap-select.open button:active,
.forms .bootstrap-select.open button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #292b2c;
}
.forms .bootstrap-select button span {
  font-weight: normal;
  text-transform: none;
}
.forms .bootstrap-select .dropdown-toggle .caret {
  border: 0;
  top: -1px;
  right: 20px;
}
.forms .bootstrap-select button .caret:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f0dd';
  font-weight: 900;
  font-size: 16px;
}
.forms .bootstrap-select.open button .caret:before {
  content: '\f106';
}
.forms .bootstrap-select .dropdown-menu {
  margin: 0 0 0 -1px;
  border-radius: 0;
  border: 1px solid #292b2c;
  padding: 0;
  background-color: #eeeeee;
}
.forms .bootstrap-select .dropdown-menu a {
  padding: 8px 10px;
}
.forms .bootstrap-select .dropdown-menu a:hover {
  background-color: #dddddd;
}
.forms .bootstrap-select .dropdown-menu a:active,
.forms .bootstrap-select .dropdown-menu a:focus {
  outline: 0;
}
.forms .glyphicon-ok::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
}
.forms .checkbox-container,
.forms .radio-container,
.forms .switch-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  line-height: 24px;
  color: #292b2c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.forms .switch-container {
  padding-left: 60px;
}
.forms .radio-container {
  width: 100px;
  float: left;
  display: block;
  margin-top: 10px;
}
.forms .checkbox-container input,
.forms .radio-container input,
.forms .switch-container input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
}
.forms .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #da3037;
  border-radius: 4px;
  line-height: 30px;
}
.forms .radio-container .radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: 1px solid #da3037;
  border-radius: 23px;
  line-height: 30px;
  margin: 0;
}
.forms .switch-container .switch {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 50px;
  background-color: #d7d8d8;
  border: 1px solid #d7d8d8;
  border-radius: 23px;
  line-height: 30px;
  margin: 0;
}
.checkbox-container .checkmark:after,
.radio-container .radio:after,
.switch-container .switch:after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  display: none;
}
.forms .checkbox-container:hover input ~ .checkmark:after {
  content: '\f0c8';
  display: block;
  font-weight: bold;
  top: -3px;
  left: 6%;
  font-size: 23px;
  color: #da3037;
}
.forms .radio-container:hover input ~ .radio:after {
  content: '\f111';
  display: block;
  font-weight: bold;
  top: -19%;
  left: 10%;
  font-size: 17px;
  color: #da3037;
}
.forms .switch-container input ~ .switch:after {
  content: '\f111';
  display: block;
  font-weight: bold;
  top: -4px;
  left: 1px;
  font-size: 20px;
  color: #ffffff;
}
.checkbox-container input:checked ~ .checkmark:after,
.forms .checkbox-container:hover input:checked ~ .checkmark:after {
  display: block;
  content: "\f14a";
  font-weight: bold;
  top: -3px;
  left: 6%;
  font-size: 23px;
  color: #da3037;
}
.radio-container input:checked ~ .radio:after,
.forms .radio-container:hover input:checked ~ .radio:after {
  display: block;
  content: '\f111';
  font-weight: bold;
  top: -19%;
  left: 10%;
  font-size: 17px;
  color: #da3037;
}
.switch-container input:checked ~ .switch {
  background-color: #da3037;
  border-color: #da3037;
}
.switch-container input:checked ~ .switch:after {
  display: block;
  content: '\f111';
  font-weight: bold;
  top: -4px;
  right: 0;
  left: auto;
  font-size: 20px;
  color: #ffffff;
  border: 0;
}
.forms .recaptcha-toggle {
  display: none;
}
.forms .recaptcha-toggle.active {
  display: block;
}
/* Quick Contact */
.attachment-submit-wrapper{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.attachment-submit-wrapper #file-uploader-image {
  margin-right: 40px;
}
#quickContact {
  padding: 32px 32px;
  background-color: #EDEDED;
}
#quickContact h2,
#quickContact h3 {
  margin-bottom: 16px;
}
#newsletter {
  padding: 24px;
  background-color: #EDEDED;
}
#newsletter h3 {
  margin-bottom: 16px;
}
#newsletter input {
  border: 0;
  -webkit-box-shadow: inset 0px 3px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 3px 8px rgba(0, 0, 0, 0.2);
}
#newsletter label {
  text-transform: none;
}
/* Contact */
#contact,
#rfq {
  padding: 40px 100px;
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#contact p,
#rfq p {
  margin: 16px 0 24px;
}
#contact input[type=text],
#rfq input[type=text],
#contact input[type=email],
#rfq input[type=email],
#contact input[type=number],
#rfq input[type=number],
#contact input[type=tel],
#rfq input[type=tel],
#contact textarea,
#rfq textarea,
#contact select,
#rfq select,
#contact .bootstrap-select button,
#rfq .bootstrap-select button {
  background-color: #EDEDED;
}
#rfq .clone-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#rfq .addMore {
  margin: 16px 0;
  padding: 8px 12px;
}
/* ***************************************** Search Results */
.sisea-highlight {
  text-shadow: 1px 1px 1px #fff;
  background: #e9e9e9;
  padding: 3px;
}
.sisea-paging {
  color: #777;
  font-size: 12px;
  text-transform: uppercase;
  margin: 15px 0;
}
.sisea-result-pages {
  margin-right: 2px;
}
.sisea-current-page {
  color: #000;
}
.sisea-result {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.sisea-result:first-child {
  border-top: 1px solid #ddd;
}
.sisea-result h3 {
  color: #888;
  font-size: 1.4em;
}
.sisea-result p {
  margin: 0;
}
.simplesearch-paging {
  margin-bottom: 30px;
}
.simplesearch-paging:last-child {
  margin-bottom: 0;
}
.simplesearch-result {
  margin-bottom: 30px;
}
/* Buckets */
.buckets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.nested.nested-padding .buckets {
	margin: 0 -24px;
}
.bucket {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  margin-bottom: 16px;
}
.bucket img {
  width: 100%;
}
.w75 .buckets .carousel .slick-prev,
.w75 .buckets .carousel .slick-next {
  top: auto;
  bottom: 12px;
}
.w75 .buckets .carousel .slick-next {
  right: 0;
}
.w75 .buckets .carousel .slick-prev {
  left: 0;
}
.bucket .content {
  display: flex;
  flex-direction: column;
}
.bucket .content p {
  flex-grow: 1;
}
.bucket .content .button {
  margin-left: 0;
}
.one-column .bucket {
  width: 100%;
}
.two-columns .bucket {
  width: 50%;
}
.three-columns .bucket {
  width: 33.33%;
}
.four-columns .bucket {
  width: 25%;
}
.five-columns .bucket {
  width: 20%;
}
/* Buckets */
.buckets > .carousel {
  width: 100%;

}
.buckets > .carousel.has-arrows{
  padding:0 40px;	
}
.buckets > .carousel .slick-prev{
	left:0;
}
.buckets > .carousel .slick-next{
	right:0;
}
.fauxlink {
  cursor: pointer;
}
.buckets-default {
  margin-bottom: -54px;
}
.bucket-default {
  margin-bottom: 54px;
}
.bucket-default .bucket-wrapper {
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media only screen and (min-width: 1200px) {
  .bucket-default .bucket-wrapper:hover .bucket-hover {
    opacity: 1;
  }
  .bucket-default .bucket-wrapper:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  .bucket-default .bucket-wrapper:hover .content {
    opacity: 0;
  }
}
.bucket-default .image {
  overflow: hidden;
  flex-grow: 1;
}
.bucket-default img {
  /*width: 100%;*/
  width:264px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bucket-default .content {
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bucket-default .content h4 {
  margin: 0;
  padding: 10px;
  background-color: #4F4E4E;
  color: #fff;
  text-align: center;
}
.bucket-default .bucket-hover {
  background-color: rgba(209, 48, 40, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bucket-default .bucket-hover h4 {
  color: #fff;
  margin-bottom: 32px;
}
.bucket-default .bucket-hover .button {
  position: absolute;
  bottom: 36px;
  background-color: #4F4E4E;
}
/* Flex Buckets */
.bucket-flex {
  margin-bottom: 32px;
}
.bucket-flex .bucket-wrapper {
  position: relative;
}
.bucket-flex .bucket-wrapper .content {
  position: absolute;
  top: 24px;
  left: 16px;
  z-index: 1;
  width: calc(100% - 32px);
}
.bucket-flex .bucket-wrapper h3 {
  text-align: center;
}
.bucket-flex .bucket-wrapper h3 a {
  color: #fff;
}
.bucket-flex .bucket-wrapper .bucket-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  padding: 60px 40px 40px;
  text-align: left;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bucket-flex .bucket-wrapper .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 1200px) {
  .bucket-flex .bucket-wrapper:hover .bucket-hover {
    opacity: 1;
  }
}
.bucket-flex-variable.bucket-4 {
  width: 66.66%;
}
.buckets.four-columns .bucket-flex .bucket-hover {
  padding: 80px 40px 40px;
}
/* Industry Buckets */

.carousel .bucket-industry {
	margin-bottom: 32px;
}

.bucket-industry .bucket-wrapper {
  position: relative;
}
.bucket-industry .bucket-wrapper:hover .bucket-hover {
  opacity: 1;
}
.bucket-industry .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bucket-industry h3 a {
  color: #fff;
}
.bucket-industry .bucket-hover {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
  text-align: center;
  opacity: 0;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
/* About Buckets */
.buckets-about {
  justify-content: space-around;
}
.bucket-about {
  max-width: 268px;
  background-color: #fff;
  padding: 32px 24px;
  text-align: center;
}
.bucket-about h3 {
  margin-bottom: 16px;
}
.bucket-about .content .button {
  margin: 80px auto 0;
}
/* About Page Buckets */
.bucket-about-page {
  margin-bottom: 24px;
  max-width: 100%;
  text-align: left;
  position: relative;
}
.bucket-about-page .content .button {
  margin: 36px auto 68px 0;
  align-self: flex-start;
}
.bucket-about-page:nth-child(4n + 1),
.bucket-about-page:nth-child(4n + 2) {
  background-color: #EDEDED;
}
.bucket-about-page:nth-child(odd)::after {
  content: "";
  position: absolute;
  right: 0;
/*   top: 44px; */
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 276px;
  background-color: #4F4E4E;
}
/* Process Buckets */
.bucket-process {
  margin-bottom: 24px;
}
.bucket-process .bucket-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.bucket-process .bucket-wrapper a {
  width: calc(42% - 16px);
}
.bucket-process .bucket-wrapper .image {
  position: relative;
}
.bucket-process .bucket-wrapper img.bg {
  width: 100%;
}
.bucket-process .bucket-wrapper img.icon {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20%;
  width: auto;
  max-width: 50%;
  height: auto;
}
.bucket-process .bucket-wrapper .content {
  width: 58%;
}
.bucket-process:nth-child(odd) a {
  margin-right: 16px;
}
.bucket-process:nth-child(even) a {
  order: 1;
  margin-left: 16px;
}
.bucket-process:nth-child(even) img.icon {
  left: auto;
  right: 20%;
}
.bucket-process .image:hover img.bg {
	filter: sepia(0.8);
}
/* Industry child page buckets */

.bucket-industry-page {
	margin: 24px 0;
}

.bucket-industry-page h3 {
	margin-bottom: 16px;
}

.bucket-industry-page .button {
	margin-top: 16px;
}
/* Case Study buckets */
.posts {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bucket-blog {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff !important;
}
.bucket-blog .content {
  position: relative;
}
.bucket-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.bucket-blog:nth-child(odd)::after {
  content: "";
  position: absolute;
  right: -2px;
/*   top: 44px; */
  width: 4px;
  height: 276px;
  background-color: #fff;
  z-index: 1;
}
/* News buckets */
.posts-news {
  margin: 0 -16px;
}
.bucket-news {
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(33.33333% - 32px);
  margin: 0 16px 54px;
  padding: 16px 32px;
  color: #fff;
  position: relative;
}
.bucket-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 54, 54, 0.7);
}
.bucket-news h3 {
  margin-bottom: 8px;
}
.bucket-news .content {
  position: relative;
}
.bucket-news .content .button {
  background-color: #fff;
  color: #000;
  border: 2px solid #D13028;
  padding: 8px 29px;
  margin: 52px 0 0 auto;
}
.bucket-news:hover .button {
	background-color: #D13028;
	color: #fff;
}
/* News Slider Buckets */
.bucket-news-slider {
  position: relative;
  padding: 80px 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.bucket-news-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.bucket-news-slider .content {
  position: relative;
  color: #fff;
}
.bucket-news-slider .eyebrow {
  color: #fff;
}
.bucket-news-slider .button {
  color: #fff;
  border-bottom: 4px solid #fff;
}
.bucket-news-slider .button:hover,
.bucket-news-slider .button:focus {
  color: #D13028;
  border-color: #D13028;
  outline-color: transparent !important;
  outline-style: solid !important;
	outline-width: 2px !important;
}
.bucket-news-slider h3 {
  margin-bottom: 8px;
}
.bucket-news-slider a {
	text-decoration: none !important;
}

@media screen and (min-width: 1200px) {
	.bucket-news-slider p {
		min-height: 40px;
	}
}

/* Services "Buckets" on home page */
.services .nested .block.column-has-bg .column:last-child {
  padding-right: 32px;
}
.services .nested .block.column-has-bg .column:first-child {
  padding-left: 32px;
}
.services .nested + .nested {
  margin-top: 24px;
}
/* .services  */.nested + .button {
  margin-top: 24px;
}

/* Members */
.members .logos {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.members .logos img {
  margin: 0 26px;
}
.members .download-cert {
  margin: 24px 0;
  padding: 16px 40px;
  background-color: #EDEDED;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.members .download-cert .download {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
}
.members .download-cert .download:hover {
  color: #D13028;
}

/* Certifications */

.certifications {
	margin: 0 auto;
	max-width: 767px;
	width: 100%;
}

/* CTA */
.cta {
  margin-top: 40px;
}
.cta > .column.w100 {
  background-color: #fff;
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px 60px;
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  margin-bottom: -80px;
}
.cta + .block {
  margin-top: 40px;
}
.cta + .block.has-bg{
	margin-top:60px;
}
/* Single Image */
.image-single {
  display: flex;
  align-items: center;
}
.image-single + .image-single {
  margin-top: 32px;
}
.image-single .image-single-inner {
  margin: 0 auto;
  position: relative;
}
.image-single-inner img{
    aspect-ratio: 9/7;
}
.image-single i {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.image-single i:before {
  color: white;
  padding: 5px 8px 5px 8px;
  position: absolute;
  top: 0;
  right: 0;
}
.image-single.img-left .image-single-inner {
  margin-left: 0;
}
.image-single.img-right .image-single-inner {
  margin-right: 0;
}
.image-single.img-middle {
  height: 100%;
}
/* Gallery & Carousels */
.gallery {
  clear: both;
  position: relative;
  max-width: 100%;
}
.gallery.content {
  float: left;
}
.gallery.img-full img {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.gallery .img-wrapper {
  margin: 10px 8px;
  float: left;
  position: relative;
}
.gallery.fullwidth .img-wrapper {
  width: 100%;
  margin: 10px auto;
  float: none;
}
.gallery.two-col .img-wrapper {
  width: 48%;
}
.gallery.three-col .img-wrapper {
  width: 31%;
}
.gallery.four-col .img-wrapper {
  width: 23%;
}
.gallery.five-col .img-wrapper {
  width: 18%;
}
/* Grid Gallery */
.gallery.default {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.gallery.default .img-wrapper {
  float: none;
  width: calc(16.666666% - 32px);
  margin: 20px 16px;
}
.gallery.default img {
  width: 100%;
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
}
.mixitup-page-list {
  font-size: 18px;
  font-weight: 600;
  margin-top: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mixitup-page-list button {
  background: none;
  border: 0;
  margin: 0 8px;
}
.mixitup-page-list button.mixitup-control-active {
  font-size: 32px;
}
.img-wrapper {
  position: relative;
  text-align: center;
}
.img-wrapper.img-left {
  float: left;
  padding: 0 22px 10px 0;
  margin-top: 7px;
}
.img-wrapper.img-right {
  float: right;
  padding: 0 0 10px 22px;
  margin-top: 7px;
}
.img-wrapper.img-full img {
  width: 100%;
}
.image-single.fill {
  position: relative;
  height: 100%;
  display: block;
}
.image-single.fill .image-single-inner {
  height: 100%;
  overflow: hidden;
}
.image-single.fill .image-single-inner img {
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.img-wrapper a {
  display: block;
}
a.img-wrapper:focus {
  outline: 0;
}
a.img-wrapper p {
  color: #292b2c;
}
.image-single p.img-caption-in {
  background-color: rgba(17, 17, 17, 0.5);
  color: white;
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 10px 15px;
  margin: 0;
  text-align: left;
  width: 100%;
}
.image-single p.img-caption-out {
  padding: 10px 15px;
}
.img-wrapper:before {
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  margin: -15px 0 0 -15px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.img-wrapper i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: white;
}
.gallery.caption-outer .img-wrapper:before {
  top: 44%;
}
.img-wrapper:hover:before {
  font-size: 44px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.gallery .caption {
  font-size: 0.9em;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  display: block;
}
.gallery.caption-inner .caption {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.gallery.slider {
  margin-bottom: 40px;
}
.gallery.slider .img-wrapper {
  margin: 0;
}
.gallery.slider img {
  margin: 0 auto;
  display: block;
}
.slick-prev,
.slick-next {
  width: 45px;
  height: 45px;
  z-index: 1;
}
.slick-prev {
	left: -36px;
}
.slick-next {
	right: -36px;
}
.slick-prev:before,
.slick-next:before {
	content: none;
  content: url(/assets/images/template/left-red-small.svg);
  color: #D13028;
  width: 45px;
  height: 45px;
  opacity: 1;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
	content:  none;
  content: url(/assets/images/template/left-red-small.svg);
  opacity: 1;
}
.slick-next.slick-disabled::before {
  content: url(/assets/images/template/right-gray.svg);
}
.slick-next:before {
  content: url(/assets/images/template/right-red-small.svg);
}
.slick-dots {
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  width: 12px;
  height: 12px;
}
.slick-dots li button::before {
  content: "";
  background-color: #D13028;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.75;
  width: 12px;
  height: 12px;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
  width: 20px;
  height: 20px;
}
.slick-dots li:hover button::before,
.slick-dots li.slick-active button::before {
  background-color: #D13028;
  opacity: 1;
  width: 20px;
  height: 20px;
}
.slick-dots li button:before {
  font-size: 12px;
}
.news-slider-buckets .slick-next {
  right: 0;
  background: none;
}
.news-slider-buckets .slick-prev {
  left: 0;
  background: none;
}
.news-slider-buckets .slick-prev::before,
.news-slider-buckets .slick-next::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f104';
  color: #fff;
  font-size: 32px;
  opacity: 1;
}
.news-slider-buckets .slick-next::before {
  content: '\f105';
}
.news-slider-buckets .slick-prev.slick-disabled::before,
.news-slider-buckets .slick-next.slick-disabled::before {
  opacity: 0.5;
}
.news-slider-buckets .slick-dots {
  bottom: 32px;
}
/*
.news-slider-buckets .slick-dots li {
  width: 14px;
  height: 14px;
}
*/
.news-slider-buckets .slick-dots li button::before {
  background-color: #fff;
}
.news-slider-buckets .slick-dots li.slick-active button::before {
  background-color: #fff;
}
/* Resource Library */
.mixit-controls {
  margin: 0 0 65px 0;
  position: relative;
  z-index: 5;
}
.mixit-controls .control-group {
  position: relative;
  width: 230px;
  display: inline-block;
  margin-right: 15px;
  height: 24px;
}
.mixit-controls a span {
  font-weight: bold;
  display: inline-block;
}
.mixit-controls .controls {
  border: 1px solid #979797;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  max-height: 40px;
  overflow: hidden;
  position: absolute;
  width: 230px;
}
.mixit-controls .controls.open {
  max-height: 1000px;
}
.mixit-controls .controls.open .mixitup-control-active {
  border-bottom: 1px solid #979797;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.mixit-controls .control {
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 10px 11px 10px;
  order: 2;
  width: 100%;
  cursor: pointer;
  font-weight: 400;
  text-align: left;
  position: relative;
  background-color: white;
  text-transform: capitalize;
}
.mixit-controls .control[data-filter="all"] {
  color: gray;
}
.mixit-controls .control:after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 15px;
  top: 10px;
  content: '\f107';
  display: none;
  z-index: 6;
}
.mixit-controls .control:hover {
  background-color: #eee;
}
.mixit-controls .control.mixitup-control-active {
  order: 1;
  width: 230px;
  height: 40px;
  overflow: hidden;
}
.mixit-controls .control.mixitup-control-active:after {
  display: block;
}
.mixit {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.mixit .item {
  width: 25%;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
  cursor: pointer;
}
/* 360 images */
.three-sixty-link {
  text-align: center;
}
.three-sixty-link .three-d-btn {
  margin-top: 16px;
}
.modal-header {
  border: 0;
}
/* Modal/Popup Boxes */
.modal {
  z-index: 99999;
  text-align: center;
}
.modal-dialog {
  width: auto;
  padding-bottom: 60px;
}
.modal-content {
  border-radius: 0;
  padding: 30px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid gray;
}
.modal .close {
  border-radius: 0;
  position: absolute;
  right: 2px;
  top: 8px;
  font-size: 26px;
  width: 30px;
  font-weight: 200;
  height: 30px;
  color: black;
  opacity: 1;
}
.modal .close:hover {
  opacity: 0.6;
}
.modal form {
  text-align: left;
}
.modal img {
  height: auto;
}
.forms .modal-header {
  padding-right: 50px;
  padding-left: 50px;
}
.forms .modal-body {
  padding: 20px 50px 40px;
}
/* ************ Blog ************ */
#main-content .search-form {
  margin-bottom: 30px;
}
.post-item {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  padding-right: 16px;
  margin-bottom: 16px;
}
.post-filter {
  margin-bottom: 25px;
}
.post-filter li {
  list-style-type: none;
}
.post-filter.no-count .count {
  display: none;
}
.post-info h2 {
  font-size: 18px;
  margin: 16px 0 10px 0;
}
.post-info .tags {
  display: block;
}
.post-info .categories {
  display: block;
}
.post-entry .post-info {
  margin-bottom: 25px;
}
.post-entry .post-info span {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.post-entry .post-info span:after {
  content: '|';
  position: absolute;
  right: -2px;
  top: 0;
}
.post-entry .post-info span:last-child:after {
  display: none;
}
.post-entry .gallery.slider.img-full .slides,
.post-entry .img-wrapper.img-full {
  height: 300px;
  overflow: hidden;
}
.post-entry .gallery.slider.img-full .slides img,
.post-entry .img-wrapper.img-full img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.quip {
  margin-top: 30px;
}
.quip h3,
.quip .h3 {
  margin-bottom: 0;
}
.quip-comment {
  padding: 0 !important;
}
.quip-comment .quip-fld {
  margin-bottom: 8px;
}
.quip-comment .quip-name,
.quip-comment .quip-email {
  width: 48%;
}
.quip-comment .quip-name {
  float: left;
}
.quip-comment .quip-email {
  float: right;
}
.quip-comment .quip-fld input[type="text"],
.quip-comment .quip-fld input[type="email"] {
  width: 100%;
}
.quip-add-comment label {
  display: block;
  float: none !important;
  width: auto !important;
}
.quip-add-comment .quip-notify label {
  display: inline-block;
}
/* ************ PDF Buttons ************ */
.pdf-ctas {
  text-align: center;
  margin: 30px 0;
}
.pdf-ctas > a {
  display: inline-block;
}
.pdf-iframe {
  position: relative;
  padding-bottom: 129.4%;
  /* 8.5:11 */
  padding-top: 0px;
  height: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.pdf-iframe iframe,
.pdf-iframe object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.pdf-iframe .resp {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .pdf-iframe .default {
    display: none !important;
  }
  .pdf-iframe .resp {
    display: block !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pdf-iframe .default {
    display: none;
  }
  .pdf-iframe .resp {
    display: block !important;
  }
}
_:-ms-fullscreen .pdf-iframe .default,
:root .ie11up .pdf-iframe .default,
_:-ms-lang(x) .pdf-iframe .default,
.ie10up .pdf-iframe .default {
  display: none;
}
_:-ms-fullscreen .pdf-iframe .resp,
_:-ms-lang(x) .pdf-iframe .resp,
.ie10up .pdf-iframe .resp,
:root .ie11up .pdf-iframe .resp {
  display: block !important;
}
/* ************ File Downloads ************ */
.files {
  margin: 0;
  padding: 0;
}
.files li {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}
.files li a {
  color: #292b2c;
  border: 1px solid #d7d8d8;
  height: 39px;
  line-height: 39px;
  padding: 0 0 0 10px;
  display: block;
  text-align: right;
  font-size: 15px;
}
.files li a:hover,
.files li a:active {
  text-decoration: none;
  border-color: #292b2c;
}
.files .title {
  color: #89c2dc;
  font-weight: bold;
  float: left;
}
.files .icon-download:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f019';
  color: #292b2c;
  font-weight: 200;
  margin-right: 10px;
}
.files .icon-default:before,
.files .icon-filetype:before,
.files .extension:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f15b';
  color: #292b2c;
  font-weight: 200;
  margin-right: 5px;
}
.files .icon-pdf:before {
  content: '\f1c1';
}
.files .icon-doc:before,
.files .icon-docx:before {
  content: '\f1c2';
}
.files .icon-txt:before {
  content: '\f15c';
}
.files .icon-xls:before,
.files .icon-xlsx:before {
  content: '\f1c3';
}
.files .icon-ppt:before,
.files .icon-pptx:before {
  content: '\f1c4';
}
.files .extension {
  text-transform: uppercase;
  padding: 0 14px;
}
.files .filesize {
  padding: 0 14px;
}
.files .filesize:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f3fd';
  margin-right: 5px;
}
.files .button {
  float: right;
  margin-left: 18px;
}
.files .button:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f019';
  margin-left: 10px;
  font-weight: 200;
}
/* ************ Paging ************ */
.paging {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin-top: 32px;
}
.paging ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging li a.active {
  font-size: 32px;
}
.paging ul {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.paging ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.paging ul li a {
  color: #292b2c;
  font-size: 15px;
  padding: 5px;
  display: block;
}
.paging ul li a:hover,
.paging ul li a:active,
.paging ul li a.active {
  text-decoration: none;
  text-shadow: -0.25px -0.25px 0 #c90f14, 0.25px 0.25px #292b2c;
}
/* ************ Job Listing ************ */
.job-listing {
  margin-bottom: 30px;
}
.job-listing .button {
  margin-top: 20px;
}
.job-listing:last-child {
  margin-bottom: 0;
}
/* ************ Address ************ */
.location {
  padding-left: 0;
  margin: 32px 0 0 0;
  max-width: 500px;
}
.location li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  display: inline-block;
  width: 40%;
}
.location li.address {
  float: left;
  margin-right: 2%;
  width: 55%;
}
.location i {
  position: absolute;
  left: 0;
  top: 2px;
}
/* ****************************************** Sidebar */
.sidebar h3 {
  text-transform: none;
  color: #292b2c;
  margin: 0;
}
.sidebar h3 i {
  display: none;
}
.sidebar ul {
  padding-left: 0;
}
.sidebar ul li {
  list-style-type: none;
  position: relative;
}
.sidebar ul li a {
  color: #292b2c;
  display: block;
  margin-right: 12px;
  padding: 2px 0;
}
.sidebar ul li ul {
  padding-left: 15px;
  display: none;
}
.sidebar .parent {
  cursor: pointer;
}
.sidebar .parent > i:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f067';
  position: absolute;
  top: 0;
  right: 0;
  font-style: normal;
}
.sidebar .parent.active > i:after {
  content: '\f068';
}
.sidebar .parent.active > ul {
  display: block;
}
.sidebar ul li ul li a {
  font-size: 14px;
}
/* ****************************************** Footer */
#main-content:not(#id-1) > .block:not(.has-bg):not(.has-bg-image):last-child{
	padding-bottom:0 !important;
}
#main-content:not(#id-1) > .block:not(.has-bg):not(.has-bg-image):last-child .slick-dotted.slick-slider{
	margin-bottom:0;
}
#footer {
  clear: both;
}
#footer .footer-headers-mobile h4 {
  font-size: 14px;
}
#back-top {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 96px;
  height: 96px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #4F4E4E;
  border: 0;
  font-size: 40px;
}
#back-top:hover {
  cursor: pointer;
  color: #D13028;
}
#footer-top {
  background: #fff;
  padding: 40px 0 20px;
}
#footer-top > .constrain {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
#footer-nav-wrapper a {
  color: #000;
  display: block;
}
#footer-nav-wrapper a:hover {
  text-decoration: underline;
}
#footer-nav-wrapper > nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#footer-nav-wrapper > nav > ul#footer-nav > li > a {
  text-transform: uppercase;
  font-weight: 700;
  color: #D13028;
  margin-bottom: 16px;
}
#footer-nav-wrapper > nav > ul#footer-nav > li > a > ul {
  text-transform: none;
  font-weight: 400;
}
#footer-nav-wrapper > nav > ul:last-child > li > a {
  text-transform: uppercase;
  font-weight: 700;
  color: #D13028;
  margin-bottom: 16px;
}
#footer-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
#footer-nav > li {
  display: block;
  margin-right: auto;
}
#footer-nav > li > ul li {
  max-width: 140px;
  margin-bottom: 16px;
}
#footer-nav a:hover {
  text-decoration: underline;
}
#fid-16 > ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
#fid-16 > ul > li {
  width: 49%;
}
.footer-contact-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.footer-contact-wrapper > div {
  width: calc(50% - 16px);
}
.footer-contact-wrapper .footer-links a {
  color: #000;
  text-decoration: underline;
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 14px;
}
.footer-contact-wrapper .footer-links a:first-child {
  padding-right: 8px;
}
.footer-contact-wrapper .footer-links a:last-child {
  padding-left: 8px;
}
.footer-contact-wrapper .footer-links a:hover {
  color: #D13028;
}
.footer-info {
  text-transform: uppercase;
}
.footer-info > * {
  margin-bottom: 24px;
}
.footer-info h4 {
  margin-bottom: 24px;
}
.footer-info h4:hover a {
  text-decoration: underline;
  color: #D13028;
}
.footer-info h4:hover span {
  color: #D13028;
}
.footer-info a {
  color: #000;
}
.footer-info h4 span {
  width: 18px;
  display: inline-block;
  margin-right: 8px;
}
#footer-bottom {
  text-align: center;
}
#footer-bottom .address-wrapper {
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 40px 0 48px;
}
#footer-bottom > .constrain {
  position: relative;
}
.social-media {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  align-items: flex-end;
}
.social-media h4 {
  margin: 0 16px 0 0;
}
.social-media a {
  font-size: 28px;
  line-height: 1;
  margin-right: 24px;
  color: #ED1C24;
}
.social-media a:hover {
  color: #000;
}
.social-media a.icon-tiktok{
    width:25px;
    height:29px;
    background:url(/assets/images/tiktok.png) no-repeat center center;
    background-size:100%;
}
.social-media a.icon-tiktok:hover{
    background:url(/assets/images/template/icon-tiktok-bw.png) no-repeat center center;
    background-size:100%;
}
.social-media-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.social-media-alternate {
  display: none;
}
#copyright {
  background-color: #D13028;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 0;
  font-size: 16px;
  letter-spacing: 0.02em;
}
#copyright a {
  color: #fff;
  padding: 0 4px;
}
#copyright a:hover {
  text-decoration: underline;
}
#footer.footer-alternate #footer-nav-wrapper {
  order: 1;
}
#footer.footer-alternate .footer-contact-wrapper {
  font-size: 14px;
}
#footer.footer-alternate .footer-contact-wrapper > div {
  width: 100%;
}
#footer.footer-alternate .footer-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
#footer.footer-alternate .footer-info h4 span {
  margin-right: 4px;
}
#footer.footer-alternate .footer-headers-mobile {
  order: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#footer.footer-alternate .footer-headers-mobile h4 {
  font-size: 14px;
  margin: 0;
}
#footer.footer-alternate .footer-headers {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
#footer.footer-alternate .footer-headers h4:first-child {
  margin-right: 24px;
}
#footer.footer-alternate .social-media {
  display: none;
}
#footer.footer-alternate .social-media-alternate {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0;
}
#footer.footer-alternate .social-media-alternate a:last-child {
  margin: 0;
}
#footer.footer-alternate .social-media-alternate h4 {
  font-size: 18px;
  margin-right: 16px;
}
#footer.footer-alternate #newsletter {
  order: 1;
  text-align: center;
}
#footer.footer-alternate #newsletter .fieldset {
  justify-content: center;
}
#footer.footer-alternate #newsletter .w70 {
  width: 268px;
}
#footer.footer-alternate #newsletter .w30 {
  width: 128px;
  align-items: flex-start;
}
#footer.footer-alternate #newsletter label {
  text-transform: none;
}
#footer.footer-alternate .g-recaptcha > div {
  margin: 0 auto;
}
/* "Edit Page" button */
#edit-page {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  background: #2bc271;
  border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
  -webkit-border-radius: 0 0 8px 0;
  width: 40px;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
#edit-page:hover {
  color: #2bc271;
  background: #fff;
}
#update-browser {
  display: none;
}
/* IE Specific */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .image-single .image-single-inner {
    min-height: 1px;
    flex: 1;
  }
  .bucket-news-slider .content{
	  display: block;
  }
 .attachment-submit-wrapper #file-uploader-image{
	  margin-left:-140px;
  }
}
.oldie #header .logo {
  float: left;
}
.oldie .global-nav-wrapper > * {
  display: inline-block;
}
.oldie #global-nav li {
  display: inline-block;
}
.oldie .language-toggle > * {
  display: inline-block;
}
.oldie .header-nav-wrapper {
  float: left;
}
.oldie #primary-nav #pid-19,
.oldie #primary-nav #pid-20 {
  display: none;
}
.oldie #primary-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  font-family: 'Saira Semi Condensed', sans-serif;
}
.oldie #primary-nav > li {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  float: left;
}
.oldie #primary-nav > li i {
  display: none;
}
.oldie #primary-nav > li > a {
  padding: 16px 8px 24px;
  position: relative;
}
.oldie #primary-nav > li.active > a,
.oldie #primary-nav > li:hover > a {
  color: #D13028;
}
.oldie #primary-nav a {
  color: #000;
}
.oldie #primary-nav .dropdown {
  display: none;
  padding: 0;
}
.oldie #primary-nav .level-1 {
  background: #EDEDED;
  width: 400px;
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 10;
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
}
.oldie #primary-nav ul.active {
  display: block;
}
.oldie #primary-nav ul li {
  line-height: normal;
  position: relative;
}
.oldie #primary-nav ul li a {
  color: #000;
  font-size: 14px;
  padding: 10px 20px;
}
.oldie #primary-nav ul li a:hover {
  color: #fff;
  background-color: #D13028;
}
.oldie #primary-nav #pid-16 > .dropdown {
  width: 596px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.oldie #primary-nav #pid-16 > .dropdown li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.oldie #primary-nav .level-2 ul li a {
  padding-left: 32px;
}
.oldie #primary-nav .level-3 ul li a {
  padding-left: 40px;
}
.oldie #primary-nav .back {
  display: none;
}
.oldie #primary-nav ul li > i:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
}
.oldie #primary-nav ul.active li > i:before {
  content: '\f107';
}
.oldie #primary-nav ul ul {
  background-color: transparent;
  position: relative;
  top: 0;
}

/* Accessibility: Focus-outline on sliders was removed per request despite best-practice objections */

.slick-slide:focus,
.slick-slide:active {
	outline-color: transparent !important;
	outline-style: solid !important;
	outline-width: 2px !important;
}

.bucket-industry.slick-slide a:focus,
.bucket-industry.slick-slide a:active {
	outline-color: transparent !important;
	outline-style: solid !important;
	outline-width: 2px !important;
}
#stamp .slick-dots {
    bottom:-25px !important;
}
.video-banner{
    overflow: hidden;
    padding: 0 !important;
    max-width: inherit !important;
}
.video-banner .video-banner-inner{
    height: 850px;
    width: 100%;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}
.video-banner .video-banner-inner .constrain{
    max-width: unset;
}
.video-banner .video-banner-inner video{
    width: 100%;
    object-fit: cover;
    height: 600px;
}
.block.video-banner + .block{
    padding-top: 60px;
}
.video-banner .video-banner-inner h1{
    text-align: center;
    margin: 50px 0 20px;
}
.video-banner .video-banner-inner .video-info{
    margin-top: 10px;
}
.video-banner .video-banner-inner .video-info .caption{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 70%;
}
.video-banner .video-banner-inner .video-info .caption p{
    float: left;
    width: 70%;
    margin-bottom: 0;
    padding-top: 10px;
}
.video-banner .video-banner-inner .video-info .caption a{
    float: left;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
}.video-banner .video-banner-inner.half_style{
    display: flex;
    height: 630px;
}
.video-banner .video-banner-inner.half_style .video-info{
    float: left;
    display: inline-flex;
    margin: 0;
}
.video-banner .video-banner-inner.half_style h1{
    text-align: left;
    margin: 50px 0 20px;
    color: #000;
}
.video-banner .video-banner-inner.half_style .video-info .caption{
    width: 45%;
    padding: 0 25px 0 0;
    display: block;
    margin-right: auto;
    margin-left: 145px;
    margin-top: auto;
    margin-bottom: auto;
    height: auto;
}
.video-banner .video-banner-inner.half_style video{
    width: 60%;
    float: right;
    height: auto;
}
.video-banner .video-banner-inner .video-info.half_style .caption{
    display: block;
}
.video-banner .video-banner-inner.half_style .video-info .caption p{
    width: 100%;
}
.video-banner .video-banner-inner.half_style .video-info .caption a{
    margin-top: 15px;
}
.video-banner .video-banner-inner.half_style .video-info video::-webkit-media-controls-volume-slider {
    display:none;
}
.video-banner .video-banner-inner.half_style .video-info video::-webkit-media-controls-mute-button {
    display:none;
}
.video-banner .video-banner-inner.half_style .video-info video::-webkit-media-controls-fullscreen-button {
    display: none;
}
@media only screen and (max-width: 1400px)and (min-width: 1200px) {
    .video-banner .video-banner-inner.half_style{
        height: 700px;
    }
}





