/*TOC:
    LESS Shortcodes 
    Default Theme Styles
    Color Specific Styles
    Elements
    Position Specific Styles
    Page Specific Styles
    Tablet
    Mobile    
    IE 
*/
/* ============================================= Custom Fonts */
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/fonts/BarlowSemiCondensed-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/fonts/BarlowSemiCondensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('/fonts/BarlowSemiCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* ============================================= LESS Shortcodes */
.bluegradient {
  background: #888b97;
  background: -moz-linear-gradient(left, #888b97 0%, #013781 100%);
  background: -webkit-linear-gradient(left, #888b97 0%, #013781 100%);
  background: linear-gradient(to right, #888b97 0%, #013781 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888b97', endColorstr='#013781', GradientType=1);
}
.redgradient {
  background: #888b97;
  background: -moz-linear-gradient(left, #888b97 0%, #e4001b 100%);
  background: -webkit-linear-gradient(left, #888b97 0%, #e4001b 100%);
  background: linear-gradient(to right, #888b97 0%, #e4001b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888b97', endColorstr='#e4001b', GradientType=1);
}
.redbluegradient {
  background: #e4001b;
  background: -moz-linear-gradient(left, #e4001b 0%, #013781 100%);
  background: -webkit-linear-gradient(left, #e4001b 0%, #013781 100%);
  background: linear-gradient(to right, #e4001b 0%, #013781 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4001b', endColorstr='#013781', GradientType=1);
}
.valign {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.halign {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.vhalign {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.noshadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ============================================= Default Theme Styles */
body,
html {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #343434;
  font-size: 14px;
  line-height: 22px;
}
h1,
.h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 26px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #343434;
}
h2,
.h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #343434;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  color: #343434;
}
h4,
.h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #343434;
  font-family: 'Barlow Condensed', sans-serif;
}
h5,
.h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: none;
  color: #343434;
  font-family: 'Barlow Condensed', sans-serif;
}
.heading.has-arrow {
  padding-right: 30px;
  position: relative;
}
.heading a {
  color: #343434;
}
.heading a:hover,
.heading a:active {
  color: #343434;
}
.heading i {
  color: #E4001B;
  position: absolute;
  margin-left: 15px;
  top: 5px;
}
.heading:last-child {
  margin-bottom: 0;
}
p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  font-weight: 400;
  color: #000000;
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  color: #013781;
}
a:hover,
a:active {
  color: #013781;
  text-decoration: underline;
}
a[href*="tel:"] {
  pointer-events: none;
}
.richtext ul {
  position: relative;
  padding-left: 5px;
  margin-left: 0;
  margin-bottom: 0;
}
.richtext ul li {
  position: relative;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
  color: #000000;
}
.richtext ul li ul {
  margin-left: 30px;
  margin-top: 10px;
}
.richtext ul li:last-child {
  margin-bottom: 0;
}
.richtext ul li:before {
  content: "•";
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0px;
  left: -5px;
  font-size: 12px;
  color: #000000;
}
ol {
  margin: 0 0 0 15px;
  padding: 0;
}
ol li {
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 24px;
}
ol li:before {
  display: none;
}
ol li:last-child {
  margin-bottom: 0;
}
.center ul li,
.text-center ul li {
  text-align: left;
}
.button {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-family: 'Barlow Condensed', sans-serif;
  background-color: #E4001B;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 12px 30px;
  white-space: nowrap;
  background: #888b97;
  background: -moz-linear-gradient(left, #e4001b 0%, #e4001b 100%);
  background: -webkit-linear-gradient(left, #e4001b 0%, #e4001b 100%);
  background: linear-gradient(to right, #e4001b 0%, #e4001b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@red', endColorstr='@red', GradientType=1);
  -webkit-box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.2);
}
.button:hover,
.button:active {
  text-decoration: none;
  background: #888b97;
  background: -moz-linear-gradient(left, #888b97 0%, #e4001b 100%);
  background: -webkit-linear-gradient(left, #888b97 0%, #e4001b 100%);
  background: linear-gradient(to right, #888b97 0%, #e4001b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888b97', endColorstr='#e4001b', GradientType=1);
  -webkit-box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.4);
}
.button:focus {
  text-decoration: none;
  color: white;
}
.button.blue {
  color: white;
  background-color: #013781;
  background: #888b97;
  background: -moz-linear-gradient(left, #013781 0%, #013781 100%);
  background: -webkit-linear-gradient(left, #013781 0%, #013781 100%);
  background: linear-gradient(to right, #013781 0%, #013781 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888b97', endColorstr='#013781', GradientType=1);
}
.button.blue:hover,
.button.blue:active {
  text-decoration: none;
  color: white;
  background: #888b97;
  background: -moz-linear-gradient(left, #888b97 0%, #013781 100%);
  background: -webkit-linear-gradient(left, #888b97 0%, #013781 100%);
  background: linear-gradient(to right, #888b97 0%, #013781 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888b97', endColorstr='#013781', GradientType=1);
}
.forms input[type=text],
.forms input[type=email],
.forms input[type=number],
.forms input[type=password],
.forms input[type=tel],
.forms textarea,
.forms select,
.forms .bootstrap-select > button {
  color: #343434;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #F0F1F3;
  border: 0;
  height: 64px;
  line-height: 64px;
  width: 100%;
  padding: 0 15px;
}
.forms input[type=text]:focus,
.forms input[type=email]:focus,
.forms input[type=number]:focus,
.forms input[type=password]:focus,
.forms input[type=tel]:focus,
.forms textarea:focus,
.forms select:focus,
.forms .bootstrap-select > button:focus {
  outline: 0;
}
.forms .fieldset {
  justify-content: space-between;
  margin: 0 -15px;
}
.forms textarea {
  height: 115px !important;
}
.forms input[type=submit] {
  margin-bottom: 20px;
}
.forms label {
  display: none;
}
.forms .input-group {
  margin-bottom: 30px;
}
.forms .bootstrap-select button .caret:before {
  color: #013781;
}
.forms .errorMessage,
.forms .input-group .error {
  position: absolute;
  color: #E4001B;
  bottom: -30px;
  margin-left: -8px;
  font-weight: bold;
  font-size: 14px;
  background-color: transparent;
}
.forms p.error {
  color: #E4001B;
  font-weight: bold;
  font-size: 14px;
  background-color: transparent;
}
#file-uploader-image {
  height: 115px;
  background-color: #F0F1F3;
}
#file-uploader-image:hover .qq-upload-button {
  width: 100%;
}
.qq-upload-drop-area {
  display: block !important;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  color: #888B97;
  letter-spacing: 1px;
  background-color: #F0F1F3 !important;
}
.qq-upload-drop-area span {
  font-size: 24px !important;
  line-height: 28px;
  padding-left: 60px;
}
.qq-upload-drop-area span:before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '\f019';
  font-size: 40px;
  color: #888B97;
  position: absolute;
  left: 23px;
  top: 15px;
}
.qq-upload-drop-area strong {
  display: block;
  color: #E4001B;
  letter-spacing: 0;
}
.qq-upload-button {
  height: 115px;
  position: absolute !important;
  z-index: 3;
  opacity: 0;
}
.file-uploader-items {
  position: absolute;
  top: 130px;
}
.file-uploader-items .delete-button {
  cursor: pointer;
}
.forms input::placeholder {
  color: #888B97;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 38px;
  padding: 0;
}
.forms input:-ms-input-placeholder {
  color: #888B97;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.forms input::-ms-input-placeholder {
  color: #888B97;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.forms textarea::placeholder {
  color: #888B97;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.forms textarea:-ms-input-placeholder {
  color: #888B97;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.forms textarea::-ms-input-placeholder {
  color: #888B97;
  font-weight: bold;
  font-size: 24px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.forms .recaptcha-toggle {
  display: none;
}
.forms .recaptcha-toggle.active {
  display: block;
}
.table {
  border: 0;
}
.table td {
  border: 0 !important;
  text-align: left;
  border: 2px solid #D3D4D8 !important;
}
.table thead td {
  background-color: #013781;
  color: white;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.table tbody tr:nth-child(odd) td {
  background-color: #F0F1F3;
}
.image-single a {
  text-decoration: none;
  color: black;
}
.image-single p.img-caption-out {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.nested .block:first-child {
  padding-top: 0;
}
.nested .block:last-child {
  padding-bottom: 0;
}
.nested .block.has-bg {
  padding-top: 50px;
}
.nested .block.has-bg .column {
  padding-top: 0;
}
.narrow .w50:first-child {
  padding-left: 120px;
  padding-right: 30px;
}
.narrow .w50:last-child {
  padding-left: 30px;
  padding-right: 120px;
}
/* ============================================= Color Specific Styles */
.lightgray-bg {
  background-color: #F0F1F3;
}
.lightgray-bg:before {
  background-color: #F0F1F3;
}
.medgray-bg {
  background-color: #D3D4D8;
}
.medgray-bg:before {
  background-color: #D3D4D8;
}
.blue-bg {
  background-color: #013781;
}
.blue-bg:before {
  background-color: #013781;
}
.blue-bg .heading,
.blue-bg .richtext *,
.blue-bg .slick-dots li.slick-active button:before,
.blue-bg .slick-dots li button:before {
  color: white;
}
.blue-bg a,
.blue-bg .richtext a {
    color:#FFF;
    font-weight:700;
    text-decoration:underline;
}
.blue-bg a:hover,
.blue-bg .richtext a:hover {
    color:#E4001B;
}
.white-bg {
  background-color: white;
}
.white-bg:before {
  background-color: white;
}
.block.full.white-bg + .block.full.white-bg,
.block.full.lightgray-bg + .block.full.lightgray-bg,
.block.full.gray-bg + .block.full.gray-bg,
.block.full.blue-bg + .block.full.blue-bg {
  padding-top: 0;
}
.has-bg-image.has-bg > * {
  position: relative;
  z-index: 2;
}
.has-bg-image.has-bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}
.has-bg .nested .white-bg {
  background-color: white;
  margin: 25px 0;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
.has-bg .nested .white-bg > .column .heading,
.has-bg .nested .white-bg > .column .richtext {
  color: #343434;
}
/* ============================================= Elements */
#header {
  height: 168px;
  z-index: 20;
  -webkit-box-shadow: 0px 12px 26px -13px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 12px 26px -13px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 12px 26px -13px rgba(0, 0, 0, 0.15);
  -webkit-transition: none 0.3s ease-in-out;
  -ms-transition: none 0.3s ease-in-out;
  transition: none 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  #header.scrolling {
    height: 90px;
  }
  #header.scrolling #header-top {
    display: none;
  }
  #header.scrolling #header-bottom {
    height: 86px;
    -webkit-transition: none 0.3s ease-in-out;
    -ms-transition: none 0.3s ease-in-out;
    transition: none 0.3s ease-in-out;
  }
  #header.scrolling #header-bottom .tel {
    display: block;
    -webkit-transition: none 0.3s ease-in-out;
    -ms-transition: none 0.3s ease-in-out;
    transition: none 0.3s ease-in-out;
  }
  #header.scrolling #header-bottom nav > ul > li:hover > ul {
    top: 63px;
  }
  #header.scrolling #header-bottom .button {
    background-color: #013781;
    background: #888b97;
    background: -moz-linear-gradient(left, #013781 0%, #013781 100%);
    background: -webkit-linear-gradient(left, #013781 0%, #013781 100%);
    background: linear-gradient(to right, #013781 0%, #013781 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888b97', endColorstr='#013781', GradientType=1);
  }
  #header.scrolling #header-bottom .button:hover,
  #header.scrolling #header-bottom .button:active {
    text-decoration: none;
    color: white;
    background: #888b97;
    background: -moz-linear-gradient(left, #888b97 0%, #013781 100%);
    background: -webkit-linear-gradient(left, #888b97 0%, #013781 100%);
    background: linear-gradient(to right, #888b97 0%, #013781 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888b97', endColorstr='#013781', GradientType=1);
  }
}
#header-top {
  background-color: #888B97;
  height: 40px;
  padding-top: 6px;
}
#header-top .constrain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header-top .tel {
  margin-left: auto;
  color: white;
  letter-spacing: 1px;
  text-decoration-line: underline;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
}
#header-top i {
  color: #013781;
}
#header-top ul {
  margin: 0 0 0 13px;
  padding: 0;
}
#header-top ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
#header-top ul li a {
  color: white;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  padding: 0 10px;
  font-family: 'Barlow Condensed', sans-serif;
}
#header-top .search-container {
  margin-left: 25px;
}
.search-container .search-form {
  max-width: 180px;
}
.search-container input {
  height: 20px;
  background-color: white;
  border-radius: 5px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #888B97;
  font-family: 'Barlow Condensed', sans-serif;
}
.search-container button {
  color: #013781;
  height: 20px;
  line-height: 20px;
  margin-top: 3px;
}
.search-container button:after {
  height: 20px;
  font-size: 13px;
}
.search-container input::placeholder {
  color: #888B97;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.search-container input:-ms-input-placeholder {
  color: #888B97;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.search-container input::-ms-input-placeholder {
  color: #888B97;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#header-bottom {
  padding: 0;
  height: 128px;
}
#header-bottom .constrain {
  position: relative;
  align-items: center;
  display: flex;
  height: 100%;
  flex-wrap: nowrap;
}
#header-bottom .logo {
  width: 260px;
  margin-right: 45px;
}
#header-bottom nav {
  position: relative;
}
#header-bottom nav > ul {
  /* Main nav */
  margin: 0;
  padding: 0;
  white-space: nowrap;
  /* Dropdown */
  /* Dropdown Level 1 */
  /* Mega Nav */
}
#header-bottom nav > ul > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  white-space: nowrap;
}
#header-bottom nav > ul > li > a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #343434;
  font-family: 'Barlow Condensed', sans-serif;
  display: block;
  padding: 5px 0 55px 0;
  margin: 0 15px -55px 15px;
  white-space: nowrap;
}
#header-bottom nav > ul > li > a:hover,
#header-bottom nav > ul > li > a:active,
#header-bottom nav > ul > li > a:focus {
  text-decoration: none;
  color: #343434;
}
#header-bottom nav > ul > li.parent:hover:after {
  content: '';
  height: 5px;
  width: 100%;
  position: absolute;
  display: block;
  bottom: -3px;
  left: 0;
  background-color: #E4001B;
}
#header-bottom nav > ul > li:hover > ul {
  opacity: 1;
  top: 80px;
  visibility: visible;
  pointer-events: all;
}
#header-bottom nav > ul > li:first-child > a {
  padding-left: 0;
}
#header-bottom nav > ul > li:last-child > a {
  padding-right: 0;
}
#header-bottom nav > ul > li > ul {
  background-color: #F0F1F3;
  margin-top: 0;
  top: -1000px;
  position: absolute;
  padding: 0;
  overflow: hidden;
  width: 300px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  pointer-events: none;
  visibility: hidden;
  -webkit-box-shadow: 0px 2px 15px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 15px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 15px -5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#header-bottom nav > ul > li > ul:after {
  content: '';
  height: 80%;
  width: 4px;
  background-color: #013781;
  position: absolute;
  top: 10%;
  left: 300px;
  display: none;
}
#header-bottom nav > ul > li > ul > li {
  list-style-type: none;
  max-width: 300px;
  white-space: normal;
}
#header-bottom nav > ul > li > ul > li:first-child {
  padding-top: 12px;
}
#header-bottom nav > ul > li > ul ul {
  padding-left: 0;
  position: absolute;
  left: 320px;
  top: 11px;
  background-color: #F0F1F3;
  height: 100%;
  display: none;
}
#header-bottom nav > ul > li > ul li {
  list-style-type: none;
  padding-left: 0;
}
#header-bottom nav > ul > li > ul li.hover ul {
  display: block;
}
#header-bottom nav > ul > li > ul > li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #343434;
  padding: 8px 0;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
#header-bottom nav > ul > li#link_14 > ul,
#header-bottom nav > ul > li#link_15 > ul,
#header-bottom nav > ul > li#link_16 > ul {
  width: 650px;
  min-height: 280px;
  background: url("/assets/images/content/nav-image.png") 340px center no-repeat #F0F1F3;
  background-size: 280px;
}
#header-bottom nav > ul > li#link_14 > ul:after,
#header-bottom nav > ul > li#link_15 > ul:after,
#header-bottom nav > ul > li#link_16 > ul:after {
  display: block;
}
#header-bottom .tel {
  display: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #E4001B;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 4px 55px 0 33px;
  white-space: nowrap;
}
#header-bottom .menu-trigger {
  display: none;
}
#header-bottom .menu-trigger i {
  color: #343434;
  font-size: 18px;
}
#header-bottom .menu-trigger.active i:before {
  content: '\f057';
  font-weight: normal;
}
#mobile-menu {
  display: none !important;
  position: fixed;
  top: 119px;
  right: -2000px;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  -webkit-transition: right 0.5s ease-in-out;
  -ms-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 400px;
}
#mobile-menu.active {
  right: 0;
  opacity: 1;
  pointer-events: all;
}
#mobile-menu .search-container {
  margin: 30px auto;
  text-align: center;
}
#mobile-menu .search-container .search-form {
  margin: 0 auto;
}
#mobile-menu .back {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  padding-left: 0;
  text-transform: uppercase;
  color: #000000;
  position: absolute;
  top: 0;
  left: 10px;
  background-color: transparent;
  border: 0;
}
#mobile-menu .back i {
  color: white;
  height: 26px;
  width: 26px;
  line-height: 26px;
  background-color: #E4001B;
  border-radius: 100%;
  position: static;
  margin-right: 15px;
  display: inline-block;
  opacity: 1;
}
#mobile-menu .back i:before {
  color: white;
}
#mobile-menu ul {
  padding: 0 15px;
  position: relative;
}
#mobile-menu ul li {
  position: relative;
  list-style-type: none;
}
#mobile-menu ul li a {
  font-size: 16px;
  line-height: 28px;
  color: #343434;
  display: block;
  padding: 16px 30px 16px 10px;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
#mobile-menu ul li i {
  position: absolute;
  right: 0;
  opacity: 0.6;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  top: 0;
  display: none;
  z-index: 2;
  margin-right: -10px;
  color: #343434;
  font-weight: bold;
  font-size: 16px;
}
#mobile-menu ul li.parent > i {
  display: block;
}
#mobile-menu > ul > li#mobile_19 {
  margin: 10px 0;
}
#mobile-menu > ul > li#mobile_19 a {
  background-color: #013781;
  color: white;
  display: inline-block;
  padding: 6px 10px 6px 10px;
}
#mobile-menu > ul ul {
  position: absolute;
  left: 100%;
  -webkit-transition: left 0.2s ease-in-out;
  -ms-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  z-index: 3;
  background-color: white;
  width: 100%;
  height: 100%;
  top: 0;
}
#mobile-menu > ul ul li:first-child {
  margin-bottom: 50px;
}
#mobile-menu > ul ul li:last-child {
  border-bottom: 0;
}
#mobile-menu > ul li.open {
  position: static;
}
#mobile-menu > ul li.open > ul {
  left: 0;
}
#home-banner .slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  opacity: 0.6;
}
#home-banner .caption {
  position: absolute;
  left: 0;
  text-align: left;
  width: 53%;
}
#home-banner .h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 68px;
  letter-spacing: -0.02em;
  color: #343434;
  text-transform: none;
  margin-bottom: 22px;
}
#inner-banner {
  background-color: #888B97;
  height: 40px;
  padding-top: 5px;
}
#breadcrumbs {
  position: relative;
  height: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
#breadcrumbs .crumb-container {
  position: relative;
  z-index: 4;
}
#breadcrumbs .crumb {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: white;
  letter-spacing: 1px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}
#breadcrumbs .crumb + .crumb:before {
  content: "/";
  color: white;
  position: absolute;
  left: -15px;
}
#breadcrumbs a {
  color: white;
  text-decoration: none !important;
}
#breadcrumbs a:hover,
#breadcrumbs a:active {
  color: #013781;
}
#breadcrumbs a:hover i,
#breadcrumbs a:active i {
  color: #000000;
}
#breadcrumbs a i {
  color: #013781;
}
.buckets-vertical .bucket {
  width: 130px;
  padding: 15px;
  height: 580px;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.buckets-vertical a {
  display: block;
  width: 270px;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.5);
}
.buckets-vertical .image {
  opacity: 0;
  height: 250px;
  position: relative;
}
.buckets-vertical img {
  max-width: none;
  min-height: 250px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.buckets-vertical .content {
  opacity: 0;
  background-color: white;
  padding: 15px 15px 35px 15px;
  text-align: center;
  justify-content: center;
  min-height: 300px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  align-items: center;
  -webkit-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.buckets-vertical .h3 {
  margin: 3px 0 8px 0;
}
.buckets-vertical .button {
  background: none;
  background-color: white;
  border: 2px solid #013781;
  border-radius: 6px;
  color: #000000;
  margin: 0;
  display: block;
  width: 200px;
}
.buckets-vertical .button:hover,
.buckets-vertical .button:active {
  background-color: #013781;
  color: white;
}
.buckets-vertical .button:focus {
  background-color: white;
  color: #000000;
}
.buckets-vertical .vertical {
  transform: rotate(270deg);
  transform-origin: left top 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #E4001B;
  font-family: 'Barlow Condensed', sans-serif;
  position: absolute;
  bottom: -43px;
  padding-bottom: 3px;
  text-transform: uppercase;
  left: 0;
  padding-left: 5px;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.buckets-default {
  margin-bottom: -30px;
  justify-content: flex-start;
}
.buckets-default .bucket {
  margin-bottom: 30px;
}
.buckets-default a {
  height: 300px;
  position: relative;
  z-index: 2;
  text-decoration: none;
  overflow: hidden;
  display: block;
  -webkit-box-shadow: 0px 1px 14px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 14px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 14px -2px rgba(0, 0, 0, 0.25);
  background-color: white;
}
.buckets-default .image {
  height: 200px;
  position: relative;
}
.buckets-default img {
  max-width: none;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.buckets-default .title {
  height: 100px;
  background-color: #888B97;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.buckets-default .title .h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  margin: 0;
  width: 100%;
  padding: 0 10px;
}
.buckets-default .content {
  text-align: center;
  background-color: #F0F1F3;
  height: 200px;
  width: 100%;
  bottom: -300px;
  position: absolute;
  padding: 15px;
  -webkit-transition: bottom 0.3s ease-in-out;
  -ms-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
.buckets-default.five-columns a {
  height: 220px;
}
.buckets-default.five-columns .image {
  height: 140px;
}
.buckets-default.five-columns .title {
  height: 80px;
}
.buckets-default.five-columns .title .h3 {
  font-size: 20px;
}
.buckets-default.five-columns .content {
  height: 140px;
  bottom: -220px;
  padding: 10px;
}
.buckets-default.five-columns .content p {
  font-size: 12px;
  line-height: 16px;
}
.next-has-buckets-default {
  padding-bottom: 180px;
}
.next-has-buckets-default + .block .buckets-default:first-child {
  margin-top: -180px;
}
.buckets-image {
  margin-bottom: -40px;
}
.buckets-image .bucket {
  margin-bottom: 40px;
}
.buckets-image a {
  display: block;
  position: relative;
  height: 100px;
  background-size: cover;
  background-position: center center;
}
.buckets-image a:after {
  content: '';
  background-color: #013781;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.buckets-image .title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}
.buckets-image .h3 {
  margin: 0;
  color: white;
  width: 100%;
}
@media (min-width: 1200px) {
  .buckets-vertical .bucket:hover,
  .buckets-vertical .bucket:active,
  .buckets-vertical .bucket.active {
    width: 300px;
  }
  .buckets-vertical .bucket:hover img,
  .buckets-vertical .bucket:active img,
  .buckets-vertical .bucket.active img {
    opacity: 1;
  }
  .buckets-vertical .bucket:hover .content,
  .buckets-vertical .bucket:active .content,
  .buckets-vertical .bucket.active .content {
    opacity: 1;
  }
  .buckets-vertical .bucket:hover .vertical,
  .buckets-vertical .bucket:active .vertical,
  .buckets-vertical .bucket.active .vertical {
    opacity: 0;
  }
  .buckets-default a:hover .title,
  .buckets-default a:active .title {
    bottom: 200px;
    background-color: #013781;
  }
  .buckets-default a:hover .content,
  .buckets-default a:active .content {
    bottom: 0;
  }
  .buckets-default.five-columns a:hover .title,
  .buckets-default.five-columns a:active .title {
    bottom: 140px;
  }
  .buckets-image a:hover:after,
  .buckets-image a:active:after {
    background: #e4001b;
    background: -moz-linear-gradient(left, #e4001b 0%, #013781 100%);
    background: -webkit-linear-gradient(left, #e4001b 0%, #013781 100%);
    background: linear-gradient(to right, #e4001b 0%, #013781 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4001b', endColorstr='#013781', GradientType=1);
  }
}
.panel-group {
  margin-bottom: -20px;
}
.panel-group .panel {
  border: 0;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 5px 20px -9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 20px -9px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -9px rgba(0, 0, 0, 0.3);
}
.panel-group .panel-heading {
  border: 0;
  border-left: 4px solid #013781;
}
.panel-group .panel-heading a {
  padding: 16px 40px 14px 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  display: block;
  text-decoration: none !important;
  color: #343434;
}
.panel-group .panel-heading a:before {
  right: 15px;
  font-size: 20px;
  left: auto;
}
.panel-group .panel-heading a:hover,
.panel-group .panel-heading a:active {
  color: #013781;
}
.panel-group .panel-heading a[aria-expanded="true"] {
  background-color: #013781;
  color: white;
}
.panel-group .panel-heading a[aria-expanded="true"]:before {
  left: auto;
  right: 15px;
  color: white;
}
.panel-group .panel-body {
  border: 0;
  padding: 15px 20px 30px 20px;
}
.tabbed-content {
  background-color: white;
  -webkit-box-shadow: 0px 3px 14px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 14px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 14px -3px rgba(0, 0, 0, 0.2);
}
.tabbed-content.tabs-left .nav-tabs {
  width: 25%;
  background-color: white;
  -webkit-box-shadow: 6px 0px 13px -9px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 6px 0px 13px -9px rgba(0, 0, 0, 0.23);
  box-shadow: 6px 0px 13px -9px rgba(0, 0, 0, 0.23);
}
.tabbed-content.tabs-left .nav-tabs li.active a {
  background-color: #013781;
  color: white;
}
.tabbed-content.tabs-left .tab-content {
  width: 75%;
}
.tabbed-content .nav-tabs li a {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 10px;
  text-align: center;
  justify-content: center;
  border: 0;
}
.tabbed-content .nav-tabs li a:hover,
.tabbed-content .nav-tabs li a:active {
  border: 0;
}
.tabbed-content .nav-tabs li.active a {
  background-color: #013781;
  color: white;
  border: 0;
}
.tabbed-content .tab-content {
  border: 0;
}
.tabbed-content .gallery.default .image {
  height: 160px;
}
.files li a {
  border: 0;
  border-left: 4px solid #013781;
  padding: 16px 40px 14px 20px;
  -webkit-box-shadow: 0px 5px 20px -9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 20px -9px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -9px rgba(0, 0, 0, 0.3);
  height: 54px;
  line-height: 54px;
  position: relative;
  color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.files li a:hover,
.files li a:active {
  border: 0;
  border-left: 4px solid #013781;
}
.files li a:hover .title,
.files li a:active .title {
  color: #013781;
}
.files li a .extension,
.files li a .filesize {
  margin-left: auto;
}
.files li a .extension:before,
.files li a .filesize:before {
  font-weight: normal;
}
.files li a .extension + .filesize {
  margin-left: 0;
}
.files .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  color: #343434;
}
.files .title:before {
  font-weight: normal;
  color: #000000;
}
.video-block {
  position: relative;
}
.video-block .caption {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #000000;
  text-align: center;
}
.video-block .h4 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: white;
  width: 100%;
  text-transform: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-block .video {
  max-width: 100%;
  margin: 0;
}
.video-block .video .play {
  margin-top: 0;
  margin-left: -20px;
}
.video-block .video .play i {
  margin: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  background-color: #E4001B;
  border: 0;
}
.video-block .video .play i:before {
  top: 1px;
  left: 1px;
}
.video-block .video:hover i,
.video-block .video:active i {
  background-color: white;
}
.w100 .video-block {
  max-width: 520px;
}
.gallery.default {
  margin: 0 -15px -15px -15px;
  max-width: none;
}
.gallery.default .img-wrapper {
  margin: 0 0 15px 0;
  padding: 0 15px;
}
.gallery.default a {
  margin: 15px;
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.gallery.default a:after {
  content: '';
  background-color: #013781;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: rgba(165, 165, 93, 0.55);
}
.gallery.default a:hover:after,
.gallery.default a:active:after {
  opacity: 1;
}
.gallery.default a:hover i,
.gallery.default a:active i {
  opacity: 1;
}
.gallery.default img {
  max-width: none;
}
.gallery.slider {
  margin-bottom: 0;
}
.gallery.slider .image {
  height: auto !important;
}
.gallery.slider .slick-dots {
  position: absolute;
  bottom: -23px;
}
.gallery.slider .slick-prev {
  left: -70px;
}
.gallery.slider .slick-next {
  right: -70px;
}
.gallery.slider.has-arrows {
  padding-left: 120px;
  padding-right: 120px;
}
.gallery.carousel.has-arrows {
  padding-left: 120px;
  padding-right: 120px;
}
.gallery.content {
  padding: 0 80px;
}
.gallery.content .slide {
  padding: 15px;
}
.gallery.content .slide > .block {
  background-color: white;
  padding: 30px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.2);
}
.gallery.content .button {
  display: inline-block;
  width: auto;
  margin-top: 19px;
}
.gallery.content .slick-prev,
.gallery.content .slick-next {
  bottom: 0;
  top: auto;
}
.has-gallery-content:before {
  content: '';
  background-color: white;
  height: 100px;
  width: 1000%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots li:first-child:last-child {
  display: none;
}
.slick-dots li button:before {
  color: #E4001B;
}
.slick-dots li.slick-active button:before {
  color: #E4001B;
}
.slick-prev,
.slick-next {
  width: 60px;
  height: 60px;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:active:before,
.slick-next:active:before {
  color: #013781;
}
.slick-prev:before,
.slick-next:before {
  font-size: 60px;
  color: #E4001B;
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  color: #888B97;
}
.simplesearch-results {
  font-weight: bold;
  margin-bottom: 30px;
}
.social-media a {
  display: inline-block;
  padding: 0 10px;
}
.social-media a:first-child {
  padding-left: 0;
}
.social-media a:hover i,
.social-media a:active i {
  color: #013781;
}
.social-media i {
  color: #343434;
  font-size: 36px;
}
address {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #343434;
  letter-spacing: 1px;
  text-transform: uppercase;
}
address i {
  margin-right: 20px;
  font-weight: bold;
}
.vertical-heading {
  position: absolute;
  left: 0;
  top: 248px;
}
.vertical-heading .h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  color: #888B97;
  transform: rotate(270deg);
  transform-origin: left top 0;
}
.vertical-heading:before {
  content: '';
  width: 3px;
  height: 240px;
  background-color: #888B97;
  display: block;
  margin-top: 40px;
  position: absolute;
  top: -240px;
}
.has-vertical-heading {
  padding-left: 90px;
  position: relative;
}
.calc-iframe {
  border: 0;
}
#resource-library {
  margin-bottom: -45px;
}
#resource-library .item {
  width: 33.33%;
  margin-bottom: 45px;
}
#resource-library a {
  background-color: white;
  border-radius: 8px;
  position: relative;
  height: 92px;
  display: block;
  padding: 0 30px;
  -webkit-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.2);
}
#resource-library a .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #343434;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#resource-library a:after {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '\f019';
  color: #343434;
  font-size: 24px;
  right: 25px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mixitup-page-list {
  text-align: center;
  margin-top: 50px;
}
.mixitup-page-list button {
  border: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mixitup-page-list .mixitup-control-active {
  font-size: 32px;
}
.mixitup-page-list .mixitup-control-prev {
  font-size: 0;
}
.mixitup-page-list .mixitup-control-prev:before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '\f104';
  font-size: 24px;
  font-weight: normal;
  margin-top: 2px;
}
.mixitup-page-list .mixitup-control-next {
  font-size: 0;
}
.mixitup-page-list .mixitup-control-next:before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: '\f105';
  font-size: 24px;
  margin-top: 2px;
}
@media (min-width: 1200px) {
  #resource-library a:hover,
  #resource-library a:active {
    background-color: #013781;
    -webkit-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.3);
  }
  #resource-library a:hover .title,
  #resource-library a:active .title {
    color: white;
  }
  #resource-library a:hover:after,
  #resource-library a:active:after {
    color: white;
  }
}
#quickContact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0 12px 0;
}
#quickContact h2,
#quickContact .h2 {
  margin-bottom: 34px;
}
#contact input[type="submit"],
#rfq input[type="submit"] {
  margin-top: 32px;
}
#back-top {
  width: 60px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  background-color: white;
  border-radius: 100%;
  -webkit-box-shadow: 0px 3px 22px -2px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 3px 22px -2px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 3px 22px -2px rgba(0, 0, 0, 0.36);
  position: fixed;
  right: 15px;
  bottom: 40px;
  opacity: 1;
  z-index: 15;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#back-top i {
  color: #013781;
  font-size: 20px;
}
#back-top:hover,
#back-top:active {
  background-color: #013781;
}
#back-top:hover i,
#back-top:active i {
  color: white;
}
#footer-top {
  background-color: #F0F1F3;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 40px;
}
#footer-top .certs {
  display: flex;
  justify-content: center;
}
#footer-top .cert {
  width: 400px;
  height: auto;
  padding: 0 15px 15px 15px;
}
#footer-top ul {
  margin: 15px 0 50px 0;
  padding: 0;
  text-align: center;
}
#footer-top ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
#footer-top ul li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #343434;
  padding: 0 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#footer-top .contact {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer-top .tel {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #343434;
  letter-spacing: 1px;
  padding: 0 25px;
  text-transform: uppercase;
}
#footer-top .social-media i {
  font-size: 26px;
}
#footer-bottom {
  background-color: #013781;
  text-align: center;
  padding: 3px 0;
}
#footer-bottom p,
#footer-bottom a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  margin: 0;
}
#footer-bottom a:before {
  content: '|';
  margin-right: 3px;
}
/* ============================================= Position Specific Styles */
.richtext + .gallery.default,
.richtext + .gallery.slider,
address + .social-media {
  margin-top: 20px;
}
p + .button,
.richtext p + ul,
.heading + .buckets-default,
.richtext + .nested {
  margin-top: 30px;
}
/* ============================================= Page Specific Styles */
#id-1 #main-content > .block-1 {
  padding: 0;
}
#id-1 .buckets-vertical {
  position: absolute;
  z-index: 2;
  top: -480px;
  justify-content: flex-end;
  right: 0;
}

#home-banner p {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}
#id-1 .next-has-buckets-default.blue-bg .richtext p{
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}
/* ============================================= Tablet */
@media (max-width: 1199px) {
  body {
    overflow: hidden;
    padding-top: 125px;
  }
  h1,
  .h1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2px;
    margin-bottom: 22px;
  }
  h2,
  .h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2px;
  }
  *:focus {
    outline: 0 !important;
  }
  a[href*="tel:"] {
    pointer-events: all;
  }
  a:hover,
  a:active {
    text-decoration: none !important;
  }
  .image-single {
    overflow: hidden;
  }
  .image-single img {
    height: auto;
  }
  .forms input[type=text],
  .forms input[type=email],
  .forms input[type=number],
  .forms input[type=password],
  .forms input[type=tel],
  .forms textarea,
  .forms select,
  .forms .bootstrap-select > button {
    height: 48px;
    line-height: 48px;
    font-size: 19px;
    line-height: 28px;
  }
  .forms .qq-upload-drop-area span {
    font-size: 19px !important;
    line-height: 28px !important;
    top: 24px;
  }
  .forms .qq-upload-drop-area span:before {
    top: 14px;
  }
  .forms .qq-upload-button {
    height: 88px;
    width: 100%;
  }
  .forms input[type="submit"] {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 120px;
  }
  .forms input::placeholder {
    line-height: 44px;
    font-size: 19px;
  }
  .forms input:-ms-input-placeholder {
    line-height: 44px;
    font-size: 19px;
  }
  .forms input::-ms-input-placeholder {
    line-height: 44px;
    font-size: 19px;
  }
  .forms textarea::placeholder {
    line-height: 44px;
    font-size: 19px;
  }
  .forms textarea:-ms-input-placeholder {
    line-height: 44px;
    font-size: 19px;
  }
  .forms textarea::-ms-input-placeholder {
    line-height: 44px;
    font-size: 19px;
  }
  #file-uploader-image {
    height: 88px;
  }
  .block.t100 > .column + .column {
    margin-top: 40px;
  }
  .w50 .nested .white-bg {
    width: 100%;
  }
  .vertical-heading {
    left: 15px;
  }
  .block .has-vertical-heading {
    padding-left: 75px !important;
  }
  #header {
    height: 125px;
  }
  #header-top {
    display: none;
  }
  #header-bottom {
    height: 125px;
  }
  #header-bottom .constrain {
    padding: 0;
  }
  #header-bottom .logo {
    width: 130px;
    position: absolute;
    bottom: 17px;
    left: 25px;
  }
  #header-bottom .menu-trigger {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    right: 30px;
    bottom: 18px;
  }
  #header-bottom nav {
    display: none;
  }
  #header-bottom .tel {
    display: block;
    position: absolute;
    width: 50%;
    height: 60px;
    padding: 0;
    line-height: 57px;
    top: 0;
    background-color: #F0F1F3;
    margin: 0;
    text-align: center;
  }
  #header-bottom .button {
    position: absolute;
    height: 60px;
    padding: 0;
    line-height: 57px;
    width: 50%;
    right: 0;
    top: 0;
    background: none;
    background-color: #D3D4D8;
    color: #013781;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #mobile-menu {
    display: block !important;
  }
  #home-banner,
  #home-banner .slide,
  #home-banner .constrain {
    height: 500px;
  }
  #home-banner .caption {
    padding-left: 15px;
    padding-right: 45px;
  }
  #home-banner .h1 {
    font-size: 33px;
    line-height: 34px;
    font-weight: bold;
  }
  #home-banner p {
    line-height: 17px;
  }
  #inner-banner {
    background-color: white;
    padding-left: 15px;
    height: 80px;
  }
  #breadcrumbs {
    margin-top: 20px;
  }
  #breadcrumbs .crumb {
    display: none;
  }
  #breadcrumbs .crumb.first {
    display: block;
  }
  #breadcrumbs .crumb {
    color: #000000;
  }
  #breadcrumbs .crumb a {
    color: #000000;
    display: block;
    padding-left: 40px;
  }
  #breadcrumbs i {
    background-color: #E4001B;
    color: white;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    line-height: 23px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
  }
  #breadcrumbs i:before {
    color: white;
    font-weight: normal;
    font-size: 14px;
  }
  .buckets-default.five-columns .bucket {
    width: 33.33%;
  }
  .buckets-default.four-columns .bucket {
    width: 50%;
  }
  .next-has-buckets-default {
    padding-bottom: 180px !important;
  }
  .gallery.content .slick-prev {
    left: 15px;
  }
  .gallery.content .slick-next {
    right: 15px;
  }
  #resource-library .item {
    width: 50%;
  }
  #quickContact {
    padding-left: 15px;
    padding-right: 15px;
  }
  #quickContact .fieldset {
    margin: 0 -15px;
    max-width: none;
  }
  #quickContact .w66,
  #quickContact .w50,
  #quickContact .w33 {
    width: 100%;
  }
  #contact .file-uploader-items,
  #rfq .file-uploader-items {
    top: 110px;
  }
  #id-1 .buckets-vertical {
    right: 30px;
  }
}
/* ============================================= Mobile */
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 28px;
  }
  .heading i {
    right: 0;
  }
  .swap-mobile .column:first-child {
    margin-bottom: 0 !important;
  }
  .swap-mobile .column:last-child {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }
  .block.m100 .column + .column {
    margin-top: 30px;
  }
  .has-bg .nested .white-bg {
    padding-left: 30px;
    padding-right: 30px;
  }
  .image-single.img-left .image-single-inner,
  .image-single.img-right .image-single-inner {
    margin: 0 auto;
  }
  #home-banner,
  #home-banner .slide,
  #home-banner .constrain {
    height: 540px;
  }
  #home-banner .h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  #home-banner .caption {
    width: 100%;
    padding: 0 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 40px;
  }
  #home-banner .button {
    display: none;
  }
  .buckets-vertical {
    width: 100%;
    margin-bottom: -15px;
    margin-left: 0;
    margin-right: 0;
  }
  .buckets-vertical .bucket {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .buckets-vertical .vertical {
    display: none;
  }
  .buckets-vertical a {
    width: 100%;
    background: none !important;
    height: 180px;
  }
  .buckets-vertical .image {
    opacity: 1;
    height: 100px;
    overflow: hidden;
  }
  .buckets-vertical .image img {
    min-width: 100%;
  }
  .buckets-vertical .content {
    opacity: 1;
    height: 80px;
    min-height: 0;
  }
  .buckets-vertical p {
    display: none;
  }
  .buckets-vertical .button {
    display: none;
  }
  .buckets-vertical h3,
  .buckets-vertical .h3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
  }
  .buckets-default .bucket {
    width: 100% !important;
  }
  .buckets-default a,
  .buckets-default .title {
    height: 100px !important;
  }
  .buckets-default .image {
    display: none;
  }
  .buckets-default .content {
    display: none;
  }
  .buckets-default .gallery.carousel {
    margin-bottom: 40px;
  }
  .buckets-default .gallery.carousel.has-arrows {
    padding: 0;
  }
  .buckets-default .gallery.carousel .bucket {
    width: 270px !important;
  }
  .buckets-default .gallery.carousel a {
    height: 300px !important;
    position: relative;
    z-index: 2;
    text-decoration: none;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0px 1px 14px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 14px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 14px -2px rgba(0, 0, 0, 0.25);
    background-color: white;
  }
  .buckets-default .gallery.carousel .image {
    display: block;
  }
  .buckets-default .gallery.carousel img {
    max-width: none;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .next-has-buckets-default {
    padding-bottom: 70px !important;
  }
  .next-has-buckets-default + .block .buckets-default:first-child {
    margin-top: -70px;
  }
  .buckets-image .bucket {
    width: 100%;
  }
  .tabbed-content .tab-content .column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .tabbed-content.tabs-left .nav-tabs {
    width: 100%;
    max-height: none;
  }
  .tabbed-content.tabs-left .nav-tabs li {
    height: 48px;
    width: auto;
  }
  .tabbed-content.tabs-left .nav-tabs a {
    height: 48px;
    padding: 0 10px !important;
  }
  .tabbed-content.tabs-left .tab-content {
    width: 100%;
  }
  .tabbed-content.has-dropdown {
    padding-top: 70px;
  }
  .tabbed-content.has-dropdown .nav-tabs {
    width: 90%;
    margin-left: 5% !important;
    margin-top: 25px !important;
    max-height: 48px;
  }
  .tabbed-content.has-dropdown .nav-tabs li {
    width: 100%;
  }
  .tabbed-content.has-dropdown .nav-tabs a {
    padding: 0 !important;
  }
  .tabbed-content.has-dropdown .nav-tabs li.active a {
    background-color: #F0F1F3;
    color: #343434;
  }
  .tabbed-content.has-dropdown .nav-tabs:after {
    top: 14px;
    right: 25px;
    content: '\f0d7';
    font-weight: bold;
    color: #343434;
  }
  .tabbed-content.has-dropdown .nav-tabs.open {
    -webkit-box-shadow: 0px 10px 12px -12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 12px -12px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 12px -12px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #F0F1F3;
  }
  .tabbed-content.has-dropdown .nav-tabs.open:after {
    content: '\f0d8';
  }
  .gallery.default.slick-slider {
    width: 90%;
    margin: 0 auto 15px auto;
  }
  .gallery.default.slick-slider .slick-prev {
    left: -30px;
  }
  .gallery.default.slick-slider .slick-prev:before {
    font-family: 'Font Awesome 5 Pro', sans-serif;
    content: '\f104';
    font-size: 20px;
    color: #343434;
  }
  .gallery.default.slick-slider .slick-next {
    right: -30px;
  }
  .gallery.default.slick-slider .slick-next:before {
    font-family: 'Font Awesome 5 Pro', sans-serif;
    content: '\f105';
    font-size: 20px;
    color: #343434;
  }
  .gallery.default.slick-slider .slick-dots {
    margin-top: -2px;
  }
  .gallery.slider.has-pager {
    margin-bottom: 10px;
  }
  .gallery.slider.has-pager .slick-dots {
    bottom: -36px;
  }
  .gallery.content {
    padding: 0 0 60px 0;
  }
  .gallery.content .slick-prev {
    left: 50%;
    bottom: -45px;
    margin-left: -70px;
  }
  .gallery.content .slick-next {
    left: 50%;
    bottom: -45px;
    margin-left: 35px;
  }
  .gallery.content .slide > .block {
    width: 270px;
    padding: 30px 15px;
  }
  .has-gallery-content:before {
    height: 200px;
  }
  #resource-library {
    margin-bottom: -30px;
  }
  #resource-library .item {
    width: 100%;
    margin-bottom: 30px;
  }
  #contact,
  #rfq {
    margin-bottom: -30px;
  }
  #contact .w60,
  #rfq .w60 {
    width: 100%;
  }
  #contact .w40,
  #rfq .w40 {
    width: 100%;
  }
  #contact input[type="submit"],
  #rfq input[type="submit"] {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  #quickContact .file-uploader-items {
    top: 110px;
  }
  #quickContact input[type="submit"] {
    margin-right: 0;
  }
  #back-top {
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 45px;
  }
  #footer-top .cert {
    width: auto;
    height: 100px;
  }
  #footer-top .cert img {
    max-height: 100%;
  }
  #footer-top ul {
    max-width: 340px;
    margin: 30px auto;
  }
  #footer-top ul li {
    text-align: cneter;
    width: 48%;
  }
  #footer-top ul li a {
    padding: 15px 0;
    display: block;
  }
  #footer-top .contact {
    flex-wrap: wrap;
  }
  #footer-top address {
    width: 100%;
  }
  #footer-top address i {
    display: none;
  }
  #footer-top .tel {
    width: 100%;
    font-weight: bold;
    margin: 40px auto 50px auto;
  }
  #footer-top .social-media {
    width: 100%;
  }
  #footer-bottom {
    padding: 20px 0;
  }
  #footer-bottom a:before {
    margin: 0 10px;
  }
  #footer-bottom a:first-of-type:before {
    display: none;
  }
  #id-1 .buckets-vertical {
    left: 0;
    right: 0;
    top: -225px;
    position: relative;
    margin-bottom: -220px;
  }
  .richtext + .gallery.default.slick-slider {
    margin-top: 24px;
  }
  .richtext + address {
    margin: 30px 0;
  }
  .blue-bg.full .column:first-child:last-child .heading:first-child:last-child {
    margin: -20px 0;
  }
}
/* IE 11 and below */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .buckets-vertical p {
    max-width: 200px;
    display: block;
    margin-bottom: 15px;
  }
}
