.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%);
}
 .red-overlay {
	 position: relative;
}
 .red-overlay:before {
	 height: 100%;
	 width: 100%;
	 position: absolute;
	 left: 0;
	 top: 0;
	 background: rgba(202,1,31,0.8);
	 transform: matrix(-1,0,0,1,0,0);
	 content: "";
}
 .red-overlay >* {
	 position: relative;
	 z-index: 2;
}
 .dark-overlay {
	 position: relative;
}
 .dark-overlay:before {
	 height: 100%;
	 width: 100%;
	 position: absolute;
	 left: 0;
	 top: 0;
	 background: linear-gradient(0deg,rgba(38,39,51,0.65),rgba(38,39,51,0.65));
	 transform: matrix(-1,0,0,1,0,0);
	 content: "";
}
 .dark-overlay >* {
	 position: relative;
	 z-index: 2;
}
 .white-bg {
	 background-color: #FFFFFF;
}
 .grey-bg {
	 background-color: #F9F9F9;
}
 .dark-red-bg {
	 background-color: #a6192e;
}
 .nested {
	 box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
	 max-width: 1200px;
}
 .nested .block {
	 margin: 0;
}
 .empty-div {
	 min-height: 443px;
}
 .has-logo-background-right:after {
	 height: 100%;
	 content: "";
	 width: 350px;
	 background: url(/assets/images/template/right-a.png);
	 position: absolute;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 right: 0;
	 background-position: center;
	 background-size: contain;
	 background-repeat: no-repeat;
}
 .has-logo-background-right >* {
	 position: relative;
	 z-index: 2;
}
 .has-logo-background-center:after {
	 height: 100%;
	 content: "";
	 width: 350px;
	 background: url(/assets/images/template/bg-logo-white.png);
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 -webkit-transform: translate(-50%,-50%);
	 -ms-transform: translate(-50%,-50%);
	 transform: translate(-50%,-50%);
	 background-position: center;
	 background-size: contain;
	 background-repeat: no-repeat;
}
 .has-logo-background-center >* {
	 position: relative;
	 z-index: 2;
}
 .has-logo-background-left:after {
	 height: 100%;
	 content: "";
	 width: 350px;
	 background: url(/assets/images/template/left-a.png);
	 position: absolute;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 left: 0;
	 background-position: center;
	 background-size: contain;
	 background-repeat: no-repeat;
}
 .has-logo-background-left >* {
	 position: relative;
	 z-index: 2;
}
 .red-logo:after {
	 height: 100%;
	 content: "";
	 width: 350px;
	 background: url(/assets/images/template/red-a.png);
	 position: absolute;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 left: calc(50vw - 600px);
	 background-position: center;
	 background-size: contain;
	 background-repeat: no-repeat;
}
 .red-logo >* {
	 position: relative;
	 z-index: 2;
}
 .image-triangle {
	 position: relative;
}
 .image-triangle:after {
	 background: url(/assets/images/template/white-triangle@2x.png);
	 content: "";
	 height: 100%;
	 width: 150px;
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 background-size: cover;
}
 body {
	 font-family: 'Roboto', sans-serif;
	 color: #434652;
	 padding-top: 136px;
}
 .phone-button {
	 pointer-events: none;
}
 .heading {
	 color: #434652;
}
 .heading.white {
	 color: #FFFFFF;
}
 .heading.red {
	 color: #a6192e;
}
 .heading.subtitle {
	 font-weight: bold;
	 font-size: 18px;
	 line-height: 28px;
	 letter-spacing: 2px;
	 text-transform: uppercase;
}
 #home-banner h1, #home-banner .h1 {
	 font-weight: 800;
	 font-size: 56px;
	 line-height: 60px;
	 letter-spacing: 0.02em;
	 text-transform: uppercase;
}
 h1, .h1 {
	 font-family: 'Titillium Web', sans-serif;
	 font-weight: 600;
	 font-size: 40px;
	 line-height: 48px;
	 text-transform: uppercase;
}
 h2, .h2 {
	 font-family: 'Titillium Web', sans-serif;
	 font-weight: 600;
	 font-size: 30px;
	 line-height: 34px;
	 text-transform: uppercase;
}
 h3, .h3 {
	 font-family: 'Titillium Web', sans-serif;
	 font-weight: 400;
	 font-size: 30px;
	 line-height: 38px;
	 text-transform: capitalize;
}
 h4, .h4 {
	 font-family: 'Roboto', sans-serif;
	 font-size: 18px;
	 line-height: 28px;
	 font-weight: bold;
	 text-transform: uppercase;
	 letter-spacing: 2px;
}
 h5, .h5 {
	 font-family: 'Roboto', sans-serif;
	 font-weight: bold;
	 font-size: 15px;
	 letter-spacing: 0.1em;
	 line-height: 20px;
	 text-transform: uppercase;
}
 h6, .h6 {
	 font-family: 'Roboto', sans-serif;
	 font-weight: bold;
	 font-size: 14px;
	 letter-spacing: 0.01em;
	 line-height: 20px;
	 text-transform: capitalize;
}
 p a {
	 color: #CA011F;
}
 p a:hover {
	 color: #393b45;
}
 .richtext p .morecontent span {
	 display: none;
}
 .richtext p .morelink {
	 color: #CA011F;
	 font-weight: normal;
	 font-size: 15px;
	 display: block;
	 line-height: 24px;
	 text-transform: capitalize;
}
 .richtext p .morelink:after {
	 font-family: "Font Awesome 5 Pro";
	 content: "\f067";
	 margin-left: 8px;
}
 ul.fancy li:before {
	 height: 14px;
	 width: 14px;
	 content: "";
	 border-radius: 100%;
	 top: 4px;
	 border: 2px solid #CA011F;
}
 .button {
	 padding: 12px 24px;
	 border: 2px solid transparent;
	 font-weight: bold;
	 font-size: 16px;
	 align-items: center;
	 letter-spacing: 0.02em;
	 text-transform: uppercase;
}
 .button.red {
	 color: #FFFFFF;
	 background-color: #CA011F;
}
 .button.red:hover {
	 border-color: #CA011F;
	 color: #CA011F;
	 background-color: #FFFFFF;
}
 .button.grey {
	 color: #FFFFFF;
	 background-color: #393b45;
}
 .button.grey:hover {
	 color: #FFFFFF;
	 background-color: #CA011F;
}
 .button.white {
	 color: #CA011F;
	 background-color: #FFFFFF;
}
 .button.white:hover {
	 color: #FFFFFF;
	 background-color: transparent;
	 border-color: #FFFFFF;
}
 .button.link-red {
	 color: #CA011F;
	 background-color: transparent;
	 padding: 12px 4px;
}
 .button.link-red:after {
	 font-family: "Font Awesome 5 Pro";
	 content: "\f061";
	 color: #CA011F;
	 margin-left: 8px;
}
 .button.link-red:hover {
	 text-decoration: underline;
}
 .button.link-white {
	 color: #FFFFFF;
	 background-color: transparent;
	 padding: 12px 4px;
}
 .button.link-white:after {
	 font-family: "Font Awesome 5 Pro";
	 content: "\f061";
	 color: #FFFFFF;
	 margin-left: 8px;
}
 .button.link-white:hover {
	 text-decoration: underline;
}
 #header {
	 height: auto;
	 z-index: 99;
	 box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}
 #header #header-98 {
	 display: none;
}
 #header #header-top {
	 padding: 18px 0;
}
 #header #header-top .constrain {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 justify-content: flex-end;
	 align-items: center;
}
 #header #header-top .constrain >* {
	 margin: 0 16px;
}
 #header #header-top .constrain .tel {
	 font-weight: bold;
	 font-size: 16px;
	 line-height: 48px;
	 letter-spacing: 0.02em;
	 color: #434652;
}
 #header #header-top .constrain .tel i {
	 color: #CA011F;
	 font-weight: bold;
}
 #header #header-top .constrain .language-button {
	 font-size: 14px;
	 line-height: 48px;
	 letter-spacing: 0.01em;
	 color: #434652;
}
 #header #header-top .constrain .language-button i {
	 color: #CA011F;
	 font-weight: bold;
}
 #header #header-top .constrain .search-container {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
}
 #header #header-top .constrain .search-container .search-form {
	 margin: auto;
	 width: 270px;
}
 #header #header-top .constrain .search-container .search-form input {
	 border: 1px solid #D3D4D8;
}
 #header #header-bottom {
	 padding: 0;
	 position: relative;
	 z-index: 3;
	 background-color: #FFFFFF;
}
 #header #header-bottom .constrain {
	 border-top: 1px solid #D8D8D8;
}
 #header #header-bottom .constrain .logo {
	 position: absolute;
	 left: calc(50vw - 600px);
	 top: -75px;
	 height: 61px;
	 width: 213px;
	 overflow: hidden;
}
 #header #header-bottom .constrain .logo img {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 -webkit-transform: translate(-50%,-50%);
	 -ms-transform: translate(-50%,-50%);
	 transform: translate(-50%,-50%);
	 max-height: 100%;
}
 #header #header-bottom .constrain a {
	 font-size: 14px;
}
 #header nav {
	 float: none;
}
 #header nav >ul li {
	 height: 51px;
}
 #header nav >ul li a {
	 line-height: 51px;
}
 #header .search-container-mobile {
	 position: absolute;
	 left: 50%;
	 -webkit-transform: translateX(-50%);
	 -ms-transform: translateX(-50%);
	 transform: translateX(-50%);
	 bottom: 0;
	 z-index: 1;
	 display: none;
	 width: 100%;
	 transition: .2s ease-in-out all;
	 background-color: #FFFFFF;
}
 #header .search-container-mobile .search-form {
	 max-width: none;
	 background: rgba(249,252,253,0.95);
	 border: 1px solid #CA011F;
}
 #header .search-container-mobile .search-form input {
	 font-family: proxima-nova, sans-serif;
	 font-size: 18px;
	 height: 40px;
}
 #header .search-container-mobile.open {
	 transition: .2s ease-in-out all;
	 bottom: -42px;
}
 #header-top .resources-dropdown {
	 max-width: 150px;
	 position: relative;
	 padding: 0 8px;
	 cursor: pointer;
}
 #header-top .resources-dropdown .resource-link {
	 font-size: 14px;
	 line-height: 48px;
	 letter-spacing: 0.01em;
}
 #header-top .goog-te-gadget-simple {
	 background-color: #FFFFFF !important;
	 border: none !important;
	 padding: 0 !important;
}
 #header-top .goog-te-gadget img, #header-top .goog-te-menu-value img, #header-top .goog-te-gadget-simple .goog-te-menu-value span:nth-child(3) {
	 display: none;
}
 #header-top .goog-te-gadget-simple .goog-te-menu-value {
	 margin: 0 !important;
}
 #header-top .goog-te-gadget-simple .goog-te-menu-value span:nth-child(1) {
	 color: #434652;
	 font-family: 'Roboto', sans-serif;
	 font-size: 14px;
	 font-weight: 500;
	 display: inline-block;
	 padding: 10px;
	 vertical-align: middle;
}
 #header-top .goog-te-gadget-simple .goog-te-menu-value span:nth-child(1):before {
	 font-family: "Font Awesome 5 Pro";
	 content: "\f57d";
	 color: #CA011F;
	 font-size: 12px;
	 margin-right: 8px;
}
 #header-top .goog-te-gadget-simple .goog-te-menu-value span:nth-child(5) {
	 color: #434652 !important;
	 width: 10px;
	 height: 37px;
	 display: inline-block;
	 vertical-align: middle;
	 text-align: center;
	 padding: 10px 0px;
	 color: #FFFFFF;
	 font-size: 0;
}
 #header-top .goog-te-gadget-simple .goog-te-menu-value span:nth-child(5):before {
	 font-family: "Font Awesome 5 Pro";
	 content: "\f078";
	 color: #434652;
	 font-size: 12px;
}
 #global-nav {
	 height: 0;
	 max-height: 0;
	 transition: .2s ease-in-out all;
	 overflow: hidden;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-direction: column;
	 position: absolute;
	 left: 0;
	 margin: 0;
	 top: 100%;
	 background-color: #FFFFFF;
	 z-index: 7;
	 width: 150px;
	 box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}
 #global-nav li {
	 padding: 16px;
	 height: auto;
	 line-height: unset;
	 margin: 0;
}
 #global-nav li a {
	 color: #434652;
	 font-size: 14px;
	 line-height: 20px;
	 letter-spacing: 0.01em;
}
 #global-nav li a:hover {
	 color: #CA011F;
	 text-decoration: underline;
}
 #global-nav.active {
	 height: auto;
	 max-height: 300px;
	 transition: .2s ease-in-out all;
}
 #id-1 #home-banner .iso-logo {
	 right: calc(50vw - 600px);
	 left: auto;
}
 @media only screen and (min-width: 1200px) {
	 #primary-nav {
		 display: -webkit-box;
		 display: -moz-box;
		 display: -ms-flexbox;
		 display: -webkit-flex;
		 display: flex;
	}
}
 #primary-nav >li {
	 margin: 0 auto;
	 padding: 0 12px;
}
 #primary-nav >li#header-132 {
	 margin-left: 0;
}
 #primary-nav >li#header-132 >a {
	 padding-left: 0px;
}
 #primary-nav >li#header-121 {
	 margin-right: 0;
}
 #primary-nav >li#header-121 >a {
	 padding-right: 0px;
}
 #primary-nav >li#header-48 >ul {
	 left: unset;
	 right: 0;
}
@media screen and (min-width: 1200px) {
	#primary-nav #header-206 {
		display: none;
	}
}
 #primary-nav >li#header-48 li ul {
	 min-height: 150px;
	 left: auto;
	 right: 100%;
}
 #primary-nav >li.hover >a {
	 color: #CA011F;
}
 #primary-nav >li a {
	 color: #434652;
	 font-size: 14px;
	 text-transform: capitalize;
	 letter-spacing: 0.01em;
	 padding: 0 16px;
}
 #primary-nav >li >i {
	 position: absolute;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 right: 8px;
}
 #primary-nav >li >ul {
	 box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
	 top: 51px;
	 padding: 16px 0;
	 width: auto;
	 min-width: 331px;
	 background-color: #FFFFFF;
}
 #primary-nav >li >ul .backbtn {
	 display: none;
}
 #primary-nav >li >ul >li {
	 height: auto !important;
	 position: unset;
	 font-weight: 300;
	 padding: 8px 0;
	 border-left: 2px solid transparent;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 justify-content: space-between;
	 padding-right: 12px;
}
 #primary-nav >li >ul >li a {
	 font-size: 14px;
	 line-height: 20px;
	 letter-spacing: 0.5px;
	 color: #434652;
	 margin: 0;
	 padding: 0 16px;
	 text-transform: capitalize;
}
 #primary-nav >li >ul >li a:hover {
	 color: #CA011F;
}
 #primary-nav >li >ul >li >i {
	 position: relative;
	 color: #CA011F;
}
 #primary-nav >li >ul >li ul {
	 position: absolute;
	 top: 0;
	 left: 100%;
	 height: 100%;
	 box-shadow: 7px 10px 24px rgba(0,0,0,0.1);
	 background-color: #FFFFFF;
}
 #primary-nav >li >ul >li ul li a {
	 font-weight: 300;
}
 #primary-nav >li >ul >li:hover {
	 border-left: 2px solid #CA011F;
}
 #primary-nav >li >ul >li:hover ul {
	 display: block;
}
 #home-banner {
	 margin: -64px 0 40px 0;
}
 #home-banner video {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 -webkit-transform: translate(-50%,-50%);
	 -ms-transform: translate(-50%,-50%);
	 transform: translate(-50%,-50%);
	 min-width: 100%;
	 min-height: 100%;
}
 #home-banner .iso-logo {
	 position: absolute;
	 top: -4px;
	 left: calc(50vw - 600px);
	 height: 123px;
	 width: 112px;
	 overflow: hidden;
	 z-index: 1;
}
 #home-banner .slide:before {
	 background: linear-gradient(90.25deg,rgba(24,24,36,0.75) 0.21%,rgba(24,24,36,0) 99.79%);
	 height: 100%;
	 width: 100%;
	 position: absolute;
	 left: 0;
	 top: 0;
	 content: "";
	 z-index: 1;
}
 #home-banner .constrain .caption {
	 text-align: left;
	 max-width: 45%;
}
 #home-banner .constrain .caption .h1 {
	 color: #FFFFFF;
}
 #home-banner .constrain .caption .button {
	 margin-top: 24px;
}
 #home-banner .constrain .image {
	 width: 50%;
	 position: absolute;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 right: 0;
	 z-index: 1;
}
 #home-banner .awards {
	 position: absolute;
	 left: 50%;
	 -webkit-transform: translateX(-50%);
	 -ms-transform: translateX(-50%);
	 transform: translateX(-50%);
	 z-index: 3;
	 bottom: -60px;
	 box-shadow: 0px 6px 12px rgba(0,0,0,0.1);
	 width: 100%;
	 max-width: 1200px;
	 background-color: #FFFFFF;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
}
 #home-banner .awards .recent-awards {
	 width: 178px;
	 padding: 16px;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
}
 #home-banner .awards .recent-awards img {
	 height: 24px;
	 margin: auto;
}
 #home-banner .awards .recent-awards h4 {
	 margin: auto;
	 margin-left: 8px;
}
 #home-banner .awards .award {
	 padding: 31px 29px;
	 width: 35%;
}
 #home-banner .awards .award .title {
	 font-weight: bold;
	 font-size: 16px;
	 line-height: 100%;
	 letter-spacing: 0.02em;
	 text-transform: uppercase;
}
 #home-banner .awards .award .title a{
     color: #434652;
 }
 #home-banner .awards .award .title a:hover,
#home-banner .awards .award .title a:active{
  color: #CA011F;
}
 #home-banner .awards .award .description {
	 font-size: 14px;
	 line-height: 20px;
	 letter-spacing: 0.01em;
	 color: #434652;
}
 .icon-heading {
	 padding-left: 30px;
	 position: relative;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-direction: row;
	 margin-bottom: 12px;
}
 .icon-heading .image {
	 width: 30px;
	 position: absolute;
	 left: 0;
	 top: 0px;
}
 .icon-heading .heading {
	 margin: auto 0;
	 margin-left: 8px;
}
 #inner-banner {
	 background: #393B45;
}
 #inner-banner .iso-logo {
	 position: absolute;
	 top: -4px;
	 left: calc(50vw - 600px);
	 height: 123px;
	 width: 112px;
	 overflow: hidden;
	 z-index: 1;
}
 #inner-banner .banner-overlay {
	 height: 100%;
	 width: 30%;
	 position: absolute;
	 right: 0;
	 top: 0;
	 min-width: 400px;
	 background: linear-gradient(90.07deg,#CA011F 0.05%,rgba(202,1,31,0) 99.93%);
}
 #inner-banner .banner-overlay:before {
	 width: 0;
	 height: 0;
	 border-style: solid;
	 border-width: 96px 60px 0 0;
	 border-color: #393b45 transparent transparent transparent;
	 content: "";
	 position: absolute;
	 left: 0;
	 top: 0;
}
 #inner-banner .contain {
	 left: calc(50vw - 600px + 134px);
	 position: absolute;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
}
 #inner-banner .contain .crumb-container .crumb {
	 color: #FFFFFF;
	 font-weight: normal;
	 font-size: 12px;
	 line-height: 20px;
	 letter-spacing: 0.02em;
}
 #inner-banner .contain .crumb-container .crumb a {
	 color: #FFFFFF;
	 font-weight: normal;
	 font-size: 12px;
	 line-height: 20px;
	 letter-spacing: 0.02em;
}
 #inner-banner .contain .crumb-container .crumb a:hover {
	 color: #FFFFFF;
}
 #inner-banner .contain .crumb-container .crumb:after {
	 font-family: "Font Awesome 5 Pro";
	 content: "\f054";
	 margin: 0 8px;
	 font-weight: 300;
	 color: ;
	 font-size: 14px;
}
 #inner-banner .contain .crumb-container .crumb.current:after {
	 display: none;
}
 #inner-banner picture img {
	 width: auto;
	 height: auto;
	 min-width: 400px;
	 min-height: 100%;
	 max-width: 30%;
	 max-height: none;
	 position: absolute;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 left: unset;
	 right: 0;
	 max-height: 100%;
}
 .buckets.buckets-default .bucket {
	 padding: 16px;
}
 .buckets.buckets-default .bucket .item {
	 width: 100%;
	 position: relative;
	 background-color: #F9F9F9;
	 box-shadow: 0px 6px 12px rgba(0,0,0,0.1);
}
 .buckets.buckets-default .bucket .item .image {
	 height: 160px;
	 width: 100%;
	 position: relative;
}
 .buckets.buckets-default .bucket .item .image img {
	 min-height: 100%;
}
 .buckets.buckets-default .bucket .item .content {
	 padding: 10px 16px;
	 text-align: left;
	 height: auto;
	 position: relative;
	 min-height: 61px;
}
 .buckets.buckets-default .bucket .item .content .heading {
	 margin: auto 0;
}
 .buckets.buckets-default .bucket .item .content i {
	 position: absolute;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 right: 16px;
	 color: #CA011F;
}
 .buckets.buckets-default .bucket .item .content-float {
	 position: absolute;
	 top: 0;
	 height: 160px;
	 width: 100%;
	 opacity: 0;
	 overflow: hidden;
	 left: 0;
	 background: rgba(0,0,0,0.5);
	 transition: .6s ease-in-out all;
	 padding: 20px 16px;
}
 .buckets.buckets-default .bucket .item .content-float >* {
	 position: relative;
	 z-index: 2;
	 color: #FFFFFF;
}
 .buckets.buckets-default .bucket .item .content-float:before {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(255,255,255,0.5);
	 content: '';
	 -webkit-transition: -webkit-transform 0.6s;
	 transition: transform 0.6s;
	 -webkit-transform: scale3d(2.9,2.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	 transform: scale3d(2.9,2.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
 @media only screen and (min-width: 1200px) {
	 .buckets.buckets-default .bucket .item:hover .content-float {
		 transition: .6s ease-in-out all;
		 opacity: 1;
	}
	 .buckets.buckets-default .bucket .item:hover .content-float:before {
		 -webkit-transform: scale3d(2.9,2.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
		 transform: scale3d(2.9,2.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	}
}
 .buckets.buckets-expanding .bucket {
	 height: 300px;
	 width: 19%;
	 display: inline-block;
	 margin: 0;
	 position: relative;
	 overflow: hidden;
	 -moz-transition: width 0.5s ease;
	 -webkit-transition: width 0.5s ease;
	 -o-transition: width 0.5s ease;
	 transition: width 0.5s ease;
	 padding: 10px 0.5%;
}
 .buckets.buckets-expanding .bucket .item {
	 box-shadow: 0px 6px 12px rgba(0,0,0,0.1);
	 height: 100%;
	 width: 100%;
	 background-color: #FFFFFF;
	 position: relative;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-wrap: wrap;
}
 .buckets.buckets-expanding .bucket .item .less, .buckets.buckets-expanding .bucket .item .more {
	 display: none;
	 background-color: transparent;
	 border: 0;
}
 .buckets.buckets-expanding .bucket .item .less {
	 color: #a6192e;
}
 .buckets.buckets-expanding .bucket .item .more {
	 color: #FFFFFF;
}
 .buckets.buckets-expanding .bucket .item:before {
	 height: 12px;
	 width: 100%;
	 background-color: #CA011F;
	 position: absolute;
	 left: 0;
	 top: 0;
	 content: "";
	 opacity: 0;
}
 .buckets.buckets-expanding .bucket .item:after {
	 background: linear-gradient(0deg,rgba(202,1,31,0.8),rgba(202,1,31,0.8));
	 height: 100%;
	 width: 100%;
	 position: absolute;
	 left: 0;
	 top: 0;
	 content: "";
	 z-index: 1;
}
 .buckets.buckets-expanding .bucket .item .image {
	 height: 100%;
	 width: 100%;
	 position: absolute;
	 left: 0;
	 top: 0;
	 z-index: 1;
}
 .buckets.buckets-expanding .bucket .item .image img {
	 max-height: 100%;
}
 .buckets.buckets-expanding .bucket .item .content {
	 position: relative;
	 z-index: 2;
	 height: 100%;
	 width: 100%;
	 padding: 27px;
	 color: #434652;
}
 .buckets.buckets-expanding .bucket .item .content .button, .buckets.buckets-expanding .bucket .item .content p {
	 opacity: 0;
	 -moz-transition: opacity 0.5s ease;
	 -webkit-transition: opacity 0.5s ease;
	 -o-transition: opacity 0.5s ease;
	 transition: opacity 0.5s ease;
}
 .buckets.buckets-expanding .bucket .item .icon-wrapper {
	 position: absolute;
	 right: 24px;
	 bottom: 24px;
	 z-index: 2;
}
 .buckets.buckets-expanding .bucket.hover {
	 width: 41%;
	 background-color: #fff;
	 color: #1C3259;
}
 .buckets.buckets-expanding .bucket.hover .item:before {
	 opacity: 1;
}
 .buckets.buckets-expanding .bucket.hover .item:after {
	 opacity: 0;
}
 .buckets.buckets-expanding .bucket.hover .item .image {
	 display: none;
}
 .buckets.buckets-expanding .bucket.hover .item .content .heading {
	 color: #434652;
}
 .buckets.buckets-expanding .bucket.hover .item .content .button, .buckets.buckets-expanding .bucket.hover .item .content p {
	 -moz-transition: opacity 0.1s ease;
	 -webkit-transition: opacity 0.1s ease;
	 -o-transition: opacity 0.1s ease;
	 transition: opacity 0.1s ease;
	 opacity: 1;
}
 @media only screen and (max-width: 1199px) {
	 .buckets.buckets-expanding .bucket, .buckets.buckets-expanding .bucket.hover {
		 width: 100%;
	}
	 .buckets.buckets-expanding .bucket {
		 height: 150px;
	}
	 .buckets.buckets-expanding .bucket.hover {
		 height: 350px;
	}
	 .buckets.buckets-expanding .bucket.hover .item .less {
		 display: block;
	}
	 .buckets.buckets-expanding .bucket.hover .item .more {
		 display: none;
	}
	 .buckets.buckets-expanding .bucket .item .more {
		 display: block;
	}
	 .buckets.buckets-expanding .bucket .item .image {
		 overflow: hidden;
	}
	 .buckets.buckets-expanding .bucket .item .image img {
		 max-height: none;
		 min-width: 100%;
	}
	 .buckets.buckets-expanding .bucket .item .icon-wrapper {
		 display: none;
	}
	 .buckets.buckets-expanding .bucket .item .less, .buckets.buckets-expanding .bucket .item .more {
		 position: absolute;
		 top: 32px;
		 z-index: 3;
		 right: 16px;
	}
}
 .buckets.buckets-icon .bucket {
	 padding: 16px;
}
 .buckets.buckets-icon .bucket .item {
	 width: 100%;
	 position: relative;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-direction: column;
	 overflow: hidden;
	 height: 180px;
}
 .buckets.buckets-icon .bucket .item .image {
	 height: 60px;
	 width: 100%;
	 margin-top: auto;
	 position: relative;
}
 .buckets.buckets-icon .bucket .item .image img {
	 position: absolute;
	 left: 50%;
	 -webkit-transform: translateX(-50%);
	 -ms-transform: translateX(-50%);
	 transform: translateX(-50%);
	 max-height: 100%;
}
 .buckets.buckets-icon .bucket .item .content {
	 padding: 8px 20px;
	 text-align: center;
	 height: auto;
	 margin-bottom: auto;
}
 .buckets.buckets-icon .bucket .item .content .heading {
	 margin: auto 0;
}
 .buckets.buckets-icon .bucket .item .content-float {
	 height: 0px;
	 overflow: hidden;
	 width: 100%;
	 transition: .2s ease-in-out all;
}
 .buckets.buckets-icon .bucket .item .content-float .button {
	 z-index: 2;
	 min-width: 60%;
}
 @media only screen and (min-width: 1200px) {
	 .buckets.buckets-icon .bucket .item:hover .content-float {
		 height: 40px;
	}
}
 .buckets.buckets-button .bucket {
	 padding: 16px;
}
 .buckets.buckets-button .bucket .item {
	 padding: 8px 16px;
	 padding-left: 75px;
	 padding-right: 25px;
	 box-shadow: 0px 6px 12px rgba(0,0,0,0.1);
	 position: relative;
	 background-color: #FFFFFF;
	 height: 80px;
}
 .buckets.buckets-button .bucket .item .image {
	 width: 50px;
	 height: 50px;
	 position: absolute;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 left: 20px;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
}
 .buckets.buckets-button .bucket .item .image img {
	 margin: auto;
	 width: 100%;
}
 .buckets.buckets-button .bucket .item .content {
	 transition: .2s ease-in-out all;
	 position: relative;
	 height: 100%;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 text-align: left;
}
 .buckets.buckets-button .bucket .item .content .heading {
	 margin: auto 0;
	 font-weight: bold;
	 font-size: 15px;
	 line-height: 22px;
	 text-transform: capitalize;
}
 .buckets.buckets-button .bucket .item i {
	 position: absolute;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 right: 12px;
	 color: #CA011F;
}
 @media only screen and (min-width: 1200px) {
	 .buckets.buckets-button .bucket .item:hover {
		 transition: .2s ease-in-out all;
	}
	 .buckets.buckets-button .bucket .item:hover .content .heading {
		 color: #CA011F;
	}
}
 .files {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
}
 .files li a {
	 padding: 0 24px;
	 border: 2px solid #CA011F;
}
 .files li a .title {
	 color: #CA011F;
	 text-transform: uppercase;
	 letter-spacing: 0.1em;
}
 .files li a .title i {
	 margin-right: 12px;
}
 .files li a:hover {
	 background-color: #CA011F;
	 border-color: #CA011F;
}
 .files li a:hover .title {
	 color: #FFFFFF;
}
 .posts.post-awards {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-wrap: wrap;
	 flex-direction: unset;
	 margin: 12px -16px;
}
 .posts.post-awards .award {
	 width: 25%;
	 padding: 16px;
}
 .posts.post-awards .award .item {
	 width: 100%;
	 position: relative;
	 background-color: #F9F9F9;
	 box-shadow: 0px 6px 12px rgba(0,0,0,0.1);
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-direction: column;
}
 .posts.post-awards .award .item .image {
	 height: 160px;
	 width: 100%;
	 position: relative;
	 overflow: hidden;
}
 .posts.post-awards .award .item .image img {
	 min-height: 100%;
	 transition: .2s ease-in-out all;
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 -webkit-transform: translate(-50%,-50%);
	 -ms-transform: translate(-50%,-50%);
	 transform: translate(-50%,-50%);
}
 .posts.post-awards .award .item .content {
	 padding: 10px;
	 text-align: left;
	 height: auto;
	 position: relative;
	 min-height: 130px;
	 text-align: center;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-direction: column;
}
 .posts.post-awards .award .item .content .heading {
	 margin: auto 0;
}
 .posts.post-awards .award .item .content .button {
	 margin: auto;
}
 .posts.post-awards .award .item .content i {
	 position: absolute;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 right: 16px;
	 color: #CA011F;
}
 @media only screen and (min-width: 1200px) {
	 .posts.post-awards .award .item:hover .image img {
		 min-width: 120%;
		 min-height: 120%;
		 transition: .2s ease-in-out all;
	}
}
 .panel-group .panel {
	 border: 0;
	 margin: 16px 8px;
	 box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}
 .panel-group .panel-heading {
	 border: 0;
}
 .panel-group .panel-heading .panel-title a {
	 padding: 10px 40px 10px 15px;
	 background-color: #CA011F;
	 color: #FFFFFF;
	 text-transform: uppercase;
	 font-weight: bold;
	 font-size: 16px;
	 line-height: 24px;
	 letter-spacing: 1.5px;
}
 .panel-group .panel-heading .panel-title a:before {
	 content: "\f067";
	 right: 15px;
	 left: unset;
}
 .panel-group .panel-heading .panel-title a[aria-expanded="true"]:before {
	 content: "\f068";
}
 .panel-group .panel-body {
	 border: 0;
}
 .tabbed-content .nav-tabs {
	 border: 0;
}
 .tabbed-content .nav-tabs li.active a, .tabbed-content .nav-tabs li:hover a {
	 border: 0;
	 background-color: #CA011F;
	 color: #FFFFFF;
	 border-bottom: 3px solid #CA011F;
}
 .tabbed-content .nav-tabs li a {
	 font-weight: bold;
	 font-size: 15px;
	 line-height: 20px;
	 letter-spacing: 0.1em;
	 text-transform: uppercase;
	 border: 0;
	 border-bottom: 3px solid transparent;
	 color: #434652;
}
 .tabbed-content .tab-content {
	 border: 0;
	 box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
}
 .address-block {
	 box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
	 padding: 22px 24px;
	 max-width: 368px;
	 margin: 0 auto;
	 background-color: #FFFFFF;
}
 .address-block .location {
	 padding-left: 0;
	 margin: 0;
	 max-width: 500px;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-wrap: wrap;
	 flex-direction: column;
}
 .address-block .location li {
	 list-style-type: none;
	 position: relative;
	 padding-left: 30px;
	 margin-bottom: 5px;
	 display: inline-block;
	 font-size: 16px;
	 width: 100%;
	 max-width: none;
	 line-height: 28px;
	 color: #434652;
	 margin: 12px 0;
}
 .address-block .location li.address {
	 float: left;
	 margin-right: 2%;
	 letter-spacing: 0.02em;
}
 .address-block .location li a {
	 color: #CA011F;
	 letter-spacing: 1.5px;
	 font-weight: bold;
}
 .address-block .location li i {
	 position: absolute;
	 left: 0;
	 top: 5px;
	 color: #CA011F;
	 font-weight: 600;
}
 .address-block .map-frame {
	 position: relative;
	 width: 100%;
	 height: 320px;
	 overflow: hidden;
}
 .address-block .map-frame iframe {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 -webkit-transform: translate(-50%,-50%);
	 -ms-transform: translate(-50%,-50%);
	 transform: translate(-50%,-50%);
	 min-width: 250%;
	 min-height: 250%;
}
 .have-a-question .content-container {
	 width: 100%;
	 height: 100%;
	 text-align: center;
}
 .have-a-question .content-container .button {
	 width: 100%;
	 margin: 8px 0;
}
 .video-block .video {
	 width: 100%;
	 max-width: 600px;
}
 .video-block .video:after {
	 background-color: none;
	 background: linear-gradient(180deg, rgba(202, 1, 31, 0) 0%, rgba(202, 1, 31, 0.65) 100%);
	 opacity: 1;
}
 .video-block .video .play {
	 height: auto;
	 width: auto;
	 line-height: unset;
	 background-color: transparent;
}
 .video-block .video .play i {
	 font-size: 56px;
	 color: #FFFFFF;
}
 .awards-gallery {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-wrap: wrap;
	 flex-direction: flex-start;
	 box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
	 background-color: #FFFFFF;
}
 .awards-gallery .img-wrapper {
	 height: 206px;
	 width: 33.33%;
	 margin: 0;
	 padding: 24px;
	 border-bottom: 1px solid #D3D4D8;
	 border-right: 1px solid #D3D4D8;
}
 .awards-gallery .img-wrapper:nth-child(3n+3) {
	 border-right: none;
}
 .awards-gallery .img-wrapper .image {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
}
 .awards-gallery .img-wrapper .image img {
	 min-width: 0;
	 min-height: 0;
	 margin: auto;
}
 .gallery.default .img-wrapper {
	 margin: 0;
	 padding: 8px;
}
 .gallery.default .img-wrapper a {
	 margin: 0;
}
 .gallery-videos .video-block {
	 height: 340px;
	 padding: 16px;
	 padding-bottom: 70px;
}
 .gallery-videos .video-block .video {
	 margin: 0;
}
 .simplesearch-results-list .simplesearch-result h3 {
	 margin-bottom: 8px;
}
 .simplesearch-results-list .simplesearch-result h3 a {
	 color: #CA011F;
}
 .posts {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-direction: column;
	 margin-bottom: 32px;
	 margin-top: 32px;
}
 .posts .post-item {
	 width: 100%;
}
 .posts .post-item .item {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-wrap: wrap;
	 box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}
 .posts .post-item .item .left {
    width: 30%;
    position: relative;
}
 .posts .post-item .item .left .image {
    width: 368px;
    height: 314px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    display: flex;
}
 .posts .post-item .item .left .image img {
	width: auto;
    height: auto;
    display: block;
    margin: auto;
}
 .posts .post-item .item .right {
	 padding: 16px;
	 background-color: #FFFFFF;
	 min-height: 190px;
	 width: 70%;
	 position: relative;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
}
 .posts .post-item .item .right .content-container {
	 width: 100%;
	 text-align: left;
	 margin: auto 0;
	 color: #434652;
}
 .posts .post-item .item .right .content-container .title {
	 font-weight: 700;
	 text-transform: capitalize;
}
 .posts .post-item .item .right .content-container .description {
	 font-size: 15px;
	 line-height: 24px;
	 margin-bottom: 0;
}
 .engineering-support {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-wrap: wrap;
}
 .engineering-support .left-side {
	 width: 50%;
	 padding: 64px 32px;
	 padding-left: calc(50vw - 600px);
	 background: url(/assets/images/template/engineering-drawing-texture.jpg);
	 background-size: cover;
	 background-position: center center;
	 background-repeat: no-repeat;
}
 .engineering-support .left-side .content {
	 box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
	 background-color: #FFFFFF;
	 padding: 24px;
	 height: 100%;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
}
 .engineering-support .left-side .content .button {
	 margin-left: 0;
}
 .engineering-support .right-side {
	 width: 50%;
	 padding: 64px 32px;
	 padding-right: calc(50vw - 600px);
	 background: url(/assets/images/template/extra-links-background-img-with-red.jpg);
	 background-size: cover;
	 background-position: center center;
	 background-repeat: no-repeat;
}
 .newsletter-section {
	 background-color: #a6192e;
	 padding: 64px 0px;
	 position: relative;
}
 .newsletter-section:before {
	 height: 100%;
	 width: 240px;
	 background: url(/assets/images/template/red-a.png);
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center center;
	 content: "";
	 position: absolute;
	 left: calc(50vw - 600px);
	 top: 0;
}
 .newsletter-section >* {
	 position: relative;
	 z-index: 2;
}
 .newsletter-section .form-container {
	 max-width: 1200px;
	 margin: auto;
	 width: 100%;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-direction: row;
}
 .newsletter-section .form-container .left-side {
	 width: 33.33%;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
}
 .newsletter-section .form-container .left-side h4 {
	 margin: auto 0;
}
 .newsletter-section .form-container .right-side {
	 width: 66.66%;
}
 .newsletter-section .form-container .right-side .forms .input-group.email-button {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-direction: row;
}
 .newsletter-section .form-container .right-side .forms .input-group.email-button .button {
	 margin-left: 12px;
}
 .rfq-container {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-wrap: wrap;
}
 .rfq-container .address-block {
	 box-shadow: none;
}
 .forms .input-group {
	 padding: 12px 16px;
}
 .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 {
	 height: 48px;
	 border: 1px solid #D3D4D8;
}
 #contact, #careers, #rfq {
	 margin-top: 32px;
	 box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
	 padding: 32px;
	 background-color: #FFFFFF;
}
 #contact .left-form, 
 #rfq .left-form,
#careers .left-form {
	 padding: 8px;
	 width: 50%;
}
 #contact .left-form .tel, 
 #rfq .left-form .tel {
	 font-weight: bold;
	 font-size: 16px;
	 line-height: 100%;
	 letter-spacing: 0.02em;
	 color: #434652;
}
 #contact .left-form .tel i, 
 #rfq .left-form .tel i {
	 color: #CA011F;
	 margin-right: 8px;
}
 #contact .right-form, 
 #rfq .right-form,
  #careers .right-form {
	 padding: 8px;
	 width: 50%;
}
 #contact .right-form .left-form, 
 #contact .right-form .right-form, 
 #rfq .right-form .left-form, 
 #rfq .right-form .right-form,
 #careers .right-form .left-form, 
 #careers .right-form .right-form {
	 width: 50%;
	 padding: 12px 0;
}
 #rfq .content {
	 padding: 16px;
}
 #rfq .zip-state {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
}
 .quick-contact-wrapper {
	 padding: 72px 0;
	 padding-left: calc(50vw - 600px);
	 padding-right: calc(50vw - 600px);
	 background: url(/assets/images/template/quick-contact-img.jpg);
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center;
	 position: relative;
}
 .quick-contact-wrapper:before {
	 background: rgba(38,39,51,0.65);
	 height: 100%;
	 width: 100%;
	 position: absolute;
	 left: 0;
	 top: 0;
	 content: "";
	 z-index: 1;
}
 .quick-contact-wrapper .form-container {
	 position: relative;
	 z-index: 2;
	 background-color: #FFFFFF;
	 box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
	 padding: 50px;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
}
 .quick-contact-wrapper .form-container .left-container {
	 padding: 8px;
	 width: 40%;
}
 .quick-contact-wrapper .form-container .left-container .tel {
	 font-weight: bold;
	 font-size: 16px;
	 line-height: 100%;
	 letter-spacing: 0.02em;
	 color: #434652;
}
 .quick-contact-wrapper .form-container .left-container .tel i {
	 color: #CA011F;
	 margin-right: 8px;
}
 .quick-contact-wrapper .form-container .right-container {
	 padding: 8px;
	 width: 60%;
}
 .quick-contact-wrapper .form-container .right-container .left-form, .quick-contact-wrapper .form-container .right-container .right-form {
	 width: 50%;
	 padding: 12px 0;
}
 .contact-cta {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-wrap: wrap;
}
 .contact-cta >* {
	 position: relative;
	 z-index: 2;
}
 .contact-cta .tel {
	 margin: 8px 0;
	 line-height: 45px;
	 color: #FFFFFF;
	 font-weight: bold;
	 font-size: 16px;
	 letter-spacing: 0.02em;
	 text-transform: uppercase;
}
 .quote:before {
	 color: #CA011F;
}
 .table-responsive, .no-more-table {
	 box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}
 .table-responsive .table, .no-more-table .table {
	 margin: 0;
}
 .table-responsive .table.table-bordered, .no-more-table .table.table-bordered {
	 border: 0;
}
 .table-responsive .table thead, .no-more-table .table thead {
	 background-color: #CA011F;
}
 .table-responsive .table thead tr td, .no-more-table .table thead tr td {
	 color: #FFFFFF;
}
 .table-responsive .table td, .no-more-table .table td {
	 border: none;
	 text-align: left;
}
 #footer #footer-top {
	 background: url("/assets/images/template/footer-background.jpg");
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: bottom;
}
 #footer #footer-top .constrain {
	 position: relative;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-wrap: wrap;
	 padding: 24px 0;
}
 #footer #footer-top .constrain .logo-address {
	 width: 100%;
	 padding: 24px 0;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
}
 #footer #footer-top .constrain .logo-address .logo {
	 width: 213px;
	 height: 60px;
}
 #footer #footer-top .constrain .logo-address .address, #footer #footer-top .constrain .logo-address .tel, #footer #footer-top .constrain .logo-address .fax {
	 padding-left: 40px;
	 position: relative;
}
 #footer #footer-top .constrain .logo-address .address i, #footer #footer-top .constrain .logo-address .tel i, #footer #footer-top .constrain .logo-address .fax i {
	 position: absolute;
	 top: 4px;
	 font-size: 16px;
	 left: 4px;
	 color: #CA011F;
	 font-weight: 700;
}
 #footer #footer-top .constrain .logo-address .connect {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-direction: row;
}
 #footer #footer-top .constrain .logo-address .connect p {
	 font-weight: bold;
	 text-transform: uppercase;
}
 #footer #footer-top .constrain .logo-address .connect .link {
	 margin: 0 8px;
}
 #footer #footer-top .constrain .logo-address .connect .link i {
	 color: #CA011F;
	 font-size: 16px;
}
 #footer #footer-top .constrain .map-resources {
	 width: 100%;
}
 #footer #footer-top .constrain #back-top {
	 position: absolute;
	 right: 0;
	 top: 0;
	 height: 48px;
	 width: 48px;
	 background-color: #CA011F;
}
 #footer #footer-top .constrain #back-top i {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 -webkit-transform: translate(-50%,-50%);
	 -ms-transform: translate(-50%,-50%);
	 transform: translate(-50%,-50%);
}
 #footer #footer-top .constrain #back-top i:before {
	 color: #FFFFFF;
}
 #footer #footer-top .constrain #back-top:hover {
	 background-color: #a6192e;
}
 #footer #footer-top .constrain .map-resources {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 flex-direction: row;
	 padding: 24px 0;
	 position: relative;
	 justify-content: space-between;
}
 #footer #footer-top .constrain .map-resources:before {
	 position: absolute;
	 top: 0;
	 height: 2px;
	 width: 100%;
	 content: "";
	 background-color: #D3D4D8;
}
 #footer #footer-top .constrain .map-resources >* {
	 padding: 0 8px;
}
 #footer #footer-top .constrain .map-resources .excellence {
	 max-width: 360px;
}
 #footer #footer-top .constrain .map-resources .excellence .iso-certified {
	 font-weight: 700;
}
 #footer #footer-top .constrain .map-resources .excellence .iso-certified i {
	 color: #CA011F;
}
 #footer #footer-top .constrain .map-resources .quick-links ul {
	 list-style: none;
	 padding: 0;
}
 #footer #footer-top .constrain .map-resources .quick-links ul li {
	 padding: 4px 0;
}
 #footer #footer-top .constrain .map-resources .quick-links ul li a {
	 font-size: 15px;
	 line-height: 22px;
	 color: #434652;
}
 #footer #footer-bottom {
	 background-color: #a6192e;
}
 #footer #footer-bottom .constrain {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 position: relative;
}
 #footer #footer-bottom .constrain >* {
	 margin: auto 8px;
}
 #footer #footer-bottom .constrain p {
	 color: #FFFFFF;
}
 #footer #footer-bottom .constrain .link {
	 color: #FFFFFF;
}
 #footer #footer-bottom .constrain .link:hover {
	 text-decoration: underline;
}
 #footer #footer-bottom .constrain #back-top {
	 position: absolute;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 right: 0;
	 font-weight: bold;
	 font-size: 15px;
	 line-height: 20px;
	 letter-spacing: 0.1em;
	 text-transform: uppercase;
	 color: #FFFFFF;
}
 #footer #footer-bottom .constrain #back-top i {
	 margin-right: 8px;
}
 #footer #footer-bottom .constrain #back-top:hover {
	 text-decoration: underline;
}
.awards .recent-awards .fa-newspaper{
    margin: auto;
}
.awards .recent-awards .fa-newspaper:before{
    font-family: "Font Awesome 5 Pro";
    color: #CA011F;
    font-size: 29px;
}
 @media only screen and (max-width: 1199px) {
	 .phone-button {
		 pointer-events: all;
	}
	 .block {
		 padding-bottom: 40px;
	}
	 .block:first-child {
		 padding-top: 40px;
	}
	 .block.has-bg {
		 padding-top: 40px;
	}
	 .block.has-bg + .block, .block.column-has-bg + .block {
		 padding-top: 40px;
	}
	 .block.column-has-bg .column {
		 padding-top: 40px;
		 padding-bottom: 40px;
	}
	 #home-banner h1, #home-banner .h1 {
		 font-weight: 800;
		 font-size: 34px;
		 line-height: 38px;
		 letter-spacing: -0.02em;
		 text-transform: uppercase;
	}
	 h1, .h1 {
		 font-weight: 300;
		 font-size: 32px;
		 line-height: 40px;
		 text-transform: capitalize;
	}
	 h2, .h2 {
		 font-weight: 400;
		 font-size: 24px;
		 line-height: 30px;
		 text-transform: capitalize;
	}
	 h3, .h3 {
		 font-weight: 400;
		 font-size: 26px;
		 line-height: 32px;
		 text-transform: capitalize;
	}
	 h4, .h4 {
		 font-size: 16px;
		 line-height: 22px;
		 font-weight: 700;
		 text-transform: uppercase;
		 letter-spacing: 0.15em;
	}
	 h5, .h5 {
		 font-weight: 500;
		 font-size: 14px;
		 letter-spacing: 0.08em;
		 line-height: 20px;
		 text-transform: uppercase;
	}
	 h6, .h6 {
		 font-weight: bold;
		 font-size: 12px;
		 letter-spacing: 0.1em;
		 line-height: 20px;
		 text-transform: uppercase;
	}
	 #primary-nav >.heading-container {
		 margin: 0 -15px;
		 display: none;
		 background-color: #FFFFFF;
		 padding: 15px;
	}
	 #primary-nav >.heading-container h3 {
		 color: #FFFFFF;
		 margin: 0;
		 margin-top: 8px;
	}
	 #primary-nav >.heading-container.open {
		 display: block;
	}
	 #primary-nav >li {
		 padding: 0;
	}
	 #primary-nav >li.active {
		 background-color: #CA011F;
	}
	 #primary-nav >li.active >a,
	 #primary-nav >li.active >.menu-category {
		 color: #FFFFFF;
	}
	 #primary-nav >li.active >i:before {
		 color: #FFFFFF;
		 content: "\f068";
	}
	 #primary-nav li {
		 display: -webkit-box;
		 display: -moz-box;
		 display: -ms-flexbox;
		 display: -webkit-flex;
		 display: flex;
		 flex-wrap: wrap;
	}
	 #primary-nav li#header-132 a, #primary-nav li#header-16 a {
		 padding-left: 30px;
	}
	 #primary-nav li a,
	 #primary-nav li .menu-category {
		 font-weight: bold;
		 color: #434652;
		 padding: 16px 8px;
		 padding-left: 30px;
		 text-transform: uppercase;
		 font-size: 14px;
		 line-height: 20px;
		 letter-spacing: 0.1em;
		 position: relative;
		 width: 82%;
	}
	 #primary-nav li i {
		 display: block;
		 position: relative;
		 height: 20px;
		 width: 20px;
		 color: #CA011F;
		 margin: auto 8px;
	}
	 #primary-nav li i:before {
		 position: absolute;
		 left: 50%;
		 top: 50%;
		 -webkit-transform: translate(-50%,-50%);
		 -ms-transform: translate(-50%,-50%);
		 transform: translate(-50%,-50%);
	}
	 #primary-nav li.not-sure-container, #primary-nav li.image-container {
		 display: none;
	}
	 #primary-nav li .heading-container {
		 display: none;
	}
	 #primary-nav li ul {
		 box-shadow: none;
		 position: static;
		 padding: 0;
		 height: 0;
		 width: 100%;
		 overflow: hidden;
		 background-color: #F9F9F9;
	}
	 #primary-nav li ul.active {
		 height: auto;
	}
	 #primary-nav li ul >li {
		 padding: 12px 20px;
	}
	 #primary-nav li ul >li.not-sure-container, #primary-nav li ul >li.image-container {
		 display: none;
	}
	 #primary-nav li ul >li.active >i:before {
		 content: "\f068";
	}
	 #primary-nav li ul >li >a {
		 font-weight: 400;
	}
	 #primary-nav li ul >li >ul.active {
		 top: 0;
		 left: 0;
	}
	 #primary-nav li ul >li ul {
		 border: 0;
		 box-shadow: none;
		 position: static;
		 padding: 0;
		 height: 0;
		 overflow: hidden;
		 background-color: #F9F9F9;
	}
	 #primary-nav li ul >li ul.active {
		 height: auto;
	}
	 #primary-nav li ul >li ul li a {
		 font-weight: 400;
	}
	 #mobile-menu {
		 display: block;
		 top: 125px;
		 background-color: #FFFFFF;
		 width: 350px;
		 box-shadow: none;
		 padding-bottom: 150px;
	}
	 body {
		 padding-top: 125px;
	}
	 #header {
		 z-index: 99999;
		 height: auto;
	}
	 #header #header-top {
		 padding: 0;
	}
	 #header #header-top .constrain {
		 padding: 0;
	}
	 #header #header-top .constrain .language-button {
		 display: none;
	}
	 #header #header-top .constrain #global-nav {
		 display: none;
	}
	 #header #header-top .constrain .search-container {
		 display: none;
	}
	 #header #header-top .constrain #google_translate_element, #header #header-top .constrain .resources-dropdown {
		 display: none;
	}
	 #header #header-top .constrain .tel {
		 width: 50%;
	}
	 #header #header-top .constrain .button {
		 width: 50%;
		 display: block;
		 letter-spacing: 0.06em;
		 margin: 0;
		 border-radius: 0;
	}
	 #header #header-bottom {
		 padding: 0 16px;
	}
	 #header #header-bottom .constrain {
		 padding: 8px 0;
		 position: relative;
	}
	 #header #header-bottom .constrain .logo {
		 position: relative;
		 width: 180px;
		 height: 60px;
		 bottom: unset;
		 top: unset;
		 left: unset;
	}
	 #header #header-bottom .constrain .logo img {
		 position: absolute;
		 left: 50%;
		 top: 50%;
		 -webkit-transform: translate(-50%,-50%);
		 -ms-transform: translate(-50%,-50%);
		 transform: translate(-50%,-50%);
	}
	 #header #header-bottom .constrain #search-toggle {
		 height: 40px;
		 width: 40px;
		 display: block;
		 margin: 0 8px;
		 position: absolute;
		 right: 60px;
		 top: 50%;
		 -webkit-transform: translateY(-50%);
		 -ms-transform: translateY(-50%);
		 transform: translateY(-50%);
	}
	 #header #header-bottom .constrain #search-toggle i {
		 position: absolute;
		 left: 50%;
		 top: 50%;
		 -webkit-transform: translate(-50%,-50%);
		 -ms-transform: translate(-50%,-50%);
		 transform: translate(-50%,-50%);
		 color: ;
	}
	 #header #header-bottom .constrain nav {
		 width: 40px;
		 height: 100%;
		 position: absolute;
		 right: 8px;
		 top: 0;
		 display: -webkit-box;
		 display: -moz-box;
		 display: -ms-flexbox;
		 display: -webkit-flex;
		 display: flex;
	}
	 #header #header-bottom .constrain nav #primary-toggle {
		 padding: 0;
		 height: 40px;
		 width: 40px;
		 margin: auto;
		 position: relative;
	}
	 #header #header-bottom .constrain nav #primary-toggle i {
		 position: absolute;
		 left: 50%;
		 top: 50%;
		 -webkit-transform: translate(-50%,-50%);
		 -ms-transform: translate(-50%,-50%);
		 transform: translate(-50%,-50%);
	}
	 #header #header-bottom .constrain nav #primary-toggle i:before {
		 color: ;
	}
	 #header #header-bottom .constrain nav #primary-toggle.active i:before {
		 content: "\f00d";
	}
	 #header .search-container-mobile {
		 display: block;
	}
	 #home-banner .slide, #home-banner .constrain {
		 height: 372px;
	}
	 #home-banner {
		 margin: -40px -16px;
		 height: auto;
		 padding-bottom: 56px;
	}
	 #home-banner .iso-logo {
		 display: none;
	}
	 #home-banner .slide .constrain .caption {
		 max-width: none;
		 padding: 0 16px;
	}
	 #home-banner .awards {
		 bottom: 0;
	}
	 #home-banner .awards .recent-awards {
		 padding: 16px 12px;
	}
	 #home-banner .awards .award {
		 padding: 31px 12px;
	}
	 #inner-banner {
		 height: 56px;
	}
	 #inner-banner .iso-logo {
		 display: none;
	}
	 #inner-banner .banner-overlay:before {
		 width: 0;
		 height: 0;
		 border-style: solid;
		 border-width: 56px 60px 0 0;
		 border-color: #393b45 transparent transparent transparent;
		 content: "";
		 position: absolute;
		 left: 0;
		 top: 0;
	}
	 #inner-banner .contain {
		 left: 16px;
	}
	 #inner-banner .contain .crumb-container .crumb {
		 color: ;
		 display: none;
	}
	 #inner-banner .contain .crumb-container .crumb a {
		 color: ;
	}
	 #inner-banner .contain .crumb-container .crumb:after {
		 display: none;
	}
	 #inner-banner .contain .crumb-container .crumb.first {
		 display: block;
	}
	 .buckets.buckets-default .bucket, .buckets.buckets-introtext .bucket, .buckets.buckets-product .bucket {
		 width: 50%;
		 padding: 16px;
	}
	 .buckets.buckets-default .bucket .item, .buckets.buckets-introtext .bucket .item, .buckets.buckets-product .bucket .item {
		 display: -webkit-box;
		 display: -moz-box;
		 display: -ms-flexbox;
		 display: -webkit-flex;
		 display: flex;
		 flex-direction: row;
	}
	 .buckets.buckets-default .bucket .item .product-logo, .buckets.buckets-introtext .bucket .item .product-logo, .buckets.buckets-product .bucket .item .product-logo {
		 display: none;
	}
	 .buckets.buckets-default .bucket .item .image, .buckets.buckets-introtext .bucket .item .image, .buckets.buckets-product .bucket .item .image {
		 display: none;
	}
	 .buckets.buckets-default .bucket .item .content, .buckets.buckets-introtext .bucket .item .content, .buckets.buckets-product .bucket .item .content {
		 text-align: left;
		 width: 100%;
		 padding-right: 40px;
	}
	 .buckets.buckets-default .bucket .item .content h5, .buckets.buckets-introtext .bucket .item .content h5, .buckets.buckets-product .bucket .item .content h5 {
		 font-weight: bold;
	}
	 .buckets.buckets-default .bucket .item .content:before, .buckets.buckets-introtext .bucket .item .content:before, .buckets.buckets-product .bucket .item .content:before {
		 font-family: "Font Awesome 5 Pro";
		 content: "\f061";
		 color: ;
		 position: absolute;
		 top: 50%;
		 -webkit-transform: translateY(-50%);
		 -ms-transform: translateY(-50%);
		 transform: translateY(-50%);
		 right: 16px;
	}
	 .buckets.buckets-default .bucket .item .content-float, .buckets.buckets-introtext .bucket .item .content-float, .buckets.buckets-product .bucket .item .content-float {
		 display: none;
	}
	 .buckets.buckets-button .bucket {
		 width: 50%;
	}
	 .buckets.buckets-button .bucket .item {
		 padding: 0;
	}
	 .buckets.buckets-button .bucket .item .content {
		 padding-left: 85px;
	}
	 .contact-cta {
		 display: -webkit-box;
		 display: -moz-box;
		 display: -ms-flexbox;
		 display: -webkit-flex;
		 display: flex;
		 flex-wrap: wrap;
	}
	 .contact-cta .w75 {
		 width: 60%;
	}
	 .contact-cta .w25 {
		 width: 40%;
	}
	 .quick-contact-wrapper {
		 padding: 40px 16px;
	}
	 .quick-contact-wrapper .form-container {
		 flex-direction: column;
		 padding: 0;
	}
	 .quick-contact-wrapper .form-container .left-container, .quick-contact-wrapper .form-container .right-container {
		 width: 100%;
		 padding: 24px 16px;
	}
	 .quick-contact-wrapper .form-container .left-container .left-form, .quick-contact-wrapper .form-container .left-container .right-form, .quick-contact-wrapper .form-container .right-container .left-form, .quick-contact-wrapper .form-container .right-container .right-form {
		 width: 50%;
	}
	 .engineering-support .left-side, .engineering-support .right-side {
		 width: 100%;
		 padding: 40px 16px;
	}
	 .rfq-container .w75 {
		 width: 60%;
	}
	 .rfq-container .w25 {
		 width: 40%;
	}
	 .newsletter-section {
		 padding: 40px 16px;
	}
	 .newsletter-section .form-container {
		 flex-direction: column;
	}
	 .newsletter-section .form-container .left-side, .newsletter-section .form-container .right-side {
		 width: 100%;
	}
	 .gallery.default {
		 margin: 0;
	}
	 .gallery.gallery-videos .video-block {
		 width: 50%;
		 padding: 0;
		 height: 272px;
		 padding-bottom: 80px;
	}
	 .tabbed-content .tab-content {
		 padding: 8px;
	}
	 .tabbed-content .tab-content .tab-pane .block {
		 padding-top: 16px;
	}
	 .posts.post-awards .award {
		 width: 50%;
	}
	 .posts.post-awards .award .item .image {
		 display: none;
	}
	 .posts.post-awards .award .item .content h5 {
		 font-weight: bold;
	}
	 #footer #footer-top .constrain .logo-address {
		 flex-direction: column;
	}
	 #footer #footer-top .constrain .logo-address >* {
		 width: 100%;
		 margin: 8px auto;
		 max-width: 213px;
	}
	 #footer #footer-top .constrain .map-resources {
		 flex-wrap: wrap;
	}
	 #footer #footer-top .constrain .map-resources >* {
		 width: 50%;
		 max-width: none;
		 margin: 8px 0;
	}
	 #footer #footer-top .constrain .map-resources .excellence {
		 max-width: none;
	}
	 #footer #footer-top .constrain .map-resources .map-container {
		 text-align: center;
	}
	 #footer #footer-bottom .constrain {
		 flex-wrap: wrap;
		 padding-bottom: 50px;
		 justify-content: center;
	}
	 #footer #footer-bottom .constrain #back-top {
		 position: static;
		 top: unset;
		 transform: none;
		 position: absolute;
		 left: 50%;
		 -webkit-transform: translateX(-50%);
		 -ms-transform: translateX(-50%);
		 transform: translateX(-50%);
		 bottom: 0;
		 text-align: center;
	}
}
 @media only screen and (max-width: 767px) {
	 #home-banner .awards {
		 border-radius: 0;
		 position: static;
		 flex-wrap: wrap;
		 flex-direction: column;
		 transform: none;
		 box-shadow: none;
	}
	 #home-banner .awards .award {
		 padding: 32px 16px;
		 width: 100%;
	}
	 #inner-banner .banner-overlay {
		 min-width: 135px;
	}
	 #inner-banner picture img {
		 min-width: 36%;
	}
	 .button {
		 margin: 8px 4px;
	}
	 .buckets.buckets-default .bucket, .buckets.buckets-introtext .bucket, .buckets.buckets-product .bucket {
		 width: 100%;
	}
	 .buckets.buckets-button .bucket {
		 width: 100%;
	}
	 .posts .post-item {
		 padding: 0;
	}
	 .posts .post-item .item .left .image {
		 position: relative;
	}
	 .posts .post-item .item .right .content-container .description {
		 display: none;
	}
	 .posts .post-item .item .left {
		 width: 100%;
	}
	 .posts .post-item .item .right {
		 width: 100%;
	}
	 .gallery.default[data-count="4"] .img-wrapper {
		 width: 50%;
	}
	 .gallery.gallery-videos .video-block {
		 width: 100%;
	}
	 .awards-gallery .img-wrapper {
		 width: 100%;
		 display: none;
	}
	 .awards-gallery .img-wrapper:first-child {
		 display: block;
	}
	 #contact .left-form, 
	 #contact .right-form, 
	 #rfq .left-form, 
	 #rfq .right-form,
	 #careers .left-form, 
	 #careers .right-form {
		 width: 100%;
	}
	 .forms .input-group {
		 width: 100%;
	}
	 .contact-cta {
		 display: -webkit-box;
		 display: -moz-box;
		 display: -ms-flexbox;
		 display: -webkit-flex;
		 display: flex;
		 flex-wrap: wrap;
	}
	 .contact-cta .w25, .contact-cta .w75 {
		 width: 100%;
	}
	 .tabbed-content .nav-tabs li a {
		 background-color: #FFFFFF;
	}
	 .posts.post-awards .award {
		 width: 100%;
	}
	 .posts.post-awards .award .item .image {
		 display: none;
	}
	 .posts.post-awards .award .item .content h5 {
		 font-weight: bold;
	}
	 .quick-contact-wrapper .form-container .left-container, .quick-contact-wrapper .form-container .right-container {
		 width: 100%;
	}
	 .quick-contact-wrapper .form-container .left-container .left-form, .quick-contact-wrapper .form-container .left-container .right-form, .quick-contact-wrapper .form-container .right-container .left-form, .quick-contact-wrapper .form-container .right-container .right-form {
		 width: 100%;
	}
	 .rfq-container .column {
		 width: 100%;
	}
	 #rfq .content {
		 padding: 16px;
	}
	 #rfq .zip-state {
		 width: 100%;
	}
	 #rfq .left-side, #rfq .right-side {
		 width: 100%;
	}
}
 