@charset "UTF-8";
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
* {
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0;
  font-size: 1em;
  background: url(../img/bg-body-6000.png) right top no-repeat;
  background-size: contain;
  background-attachment: local; }

body.home,
body.about,
body.products-services,
body.innovations,
body.our-team,
body.resources,
body.contact-us,
body.careers {
  background: url(../img/bg-body-6000.png) right top no-repeat;
  background-size: 100%; }

a:focus {
  outline: 0; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin: 1em 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   ICONMOON FONTS
   ========================================================================== */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?grizhb");
  src: url("../fonts/icomoon.eot?grizhb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?grizhb") format("truetype"), url("../fonts/icomoon.woff?grizhb") format("woff"), url("../fonts/icomoon.svg?grizhb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-facebook-square:before {
  content: "\f082"; }

.icon-linkedin-square:before {
  content: "\f08c"; }

.icon-phone:before {
  content: "\f095"; }

.icon-google-plus-square:before {
  content: "\f0d4"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-youtube-square:before {
  content: "\f166"; }

.icon-fax:before {
  content: "\f1ac"; }

/* ==========================================================================
   STRUCTURE
   ========================================================================== */
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }

.col:first-child {
  margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%; }

.span_11_of_12 {
  width: 91.53%; }

.span_10_of_12 {
  width: 83.06%; }

.span_9_of_12 {
  width: 74.6%; }

.span_8_of_12 {
  width: 66.13%; }

.span_7_of_12 {
  width: 57.66%; }

.span_6_of_12 {
  width: 49.2%; }

.span_5_of_12 {
  width: 40.73%; }

.span_4_of_12 {
  width: 32.26%; }

.span_3_of_12 {
  width: 23.8%; }
.affiliations .span_3_of_12 {
  width: 22%;
}
.span_2_of_12 {
  width: 15.33%; }

.span_1_of_12 {
  width: 6.866%; }

/* ==========================================================================
   HEADER & NAV
   ========================================================================== */
header {
  position: relative;
  z-index: 200; }

h2.logo {
  background: url("../img/Triangle-Dies-logo-top.png") no-repeat;
  background-size: cover;
  text-indent: -5000px;
  width: 470px;
  height: 191px;
  margin: 42px 0 0 3.5%;
  float: left;
  position: absolute; }

nav {
  font-family: "Teko", sans-serif;
  padding-left: 7.7%;
  font-weight: 300;
  float: left;
  margin-top: 122px;
  width: auto;
  margin-left: 492px; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

nav li {
  display: inline;
  font-size: 160%;
  padding: 0 15px;
  position: relative; }

nav li:after {
  content: '//';
  font-weight: 700;
  color: #e2383f;
  font-size: 100%;
  padding-left: 7px;
  position: absolute; }

nav li:last-child:after {
  content: none; }

nav a:link, nav a:visited {
  color: #000;
  text-decoration: none; }

nav a:hover,
nav a:active,
nav .active a:link,
nav .active a:visited {
  color: #e2383f; }

nav a i {
  font-size: 65%;
  position: relative;
  top: -2px; }

nav li ul {
  position: absolute;
  top: 30px;
  left: 0;
  background: #e7e7e7;
  width: 100%;
  padding-top: 10px;
  display: none; }

nav li:first-child ul {
  background: white; }

nav li ul li {
  font-size: 100%;
  display: block; }

nav li ul li:after {
  content: none; }

.slicknav_menu, .mobileonly {
  display: none; }

/*! ==========================================================================
SlickNav Responsive Mobile Menu v1.0.3 (c) 2015 Josh Cope licensed under MIT
==========================================================================*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; }

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_menu:before {
  content: " ";
  display: table; }

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul {
  display: block; }

.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
  display: none; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #e2383f;
  padding: 5px; }

.slicknav_menu * {
  box-sizing: border-box; }

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #931519; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px; }

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px; }

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ee8b8e;
  color: #931519; }

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff; }

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ee8b8e;
  color: #931519; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/* ==========================================================================
  SLIDERS
  ========================================================================== */
.slider {
  background: url(../img/slider-border-top.png) top right no-repeat, url(../img/slider-border-bottom.png) bottom left no-repeat;
  position: relative;
  top: 188px;
  z-index: 50;
  height: 643px;
  width: 100%;
  display: block; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  max-width: 1501px;
  padding: 0;
  margin: 0 auto;
  z-index: 50;
  top: -153px;
  height: 644px; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  height: 644px; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  position: relative;
  z-index: 540; }

.rslides_nav {
  position: absolute;
  text-indent: -5000px;
  top: 297px;
  height: 43px;
  width: 77px;
  display: block;
  z-index: 500;
  cursor: pointer; }

.rslides_nav.prev {
  background: url(../img/arrow-left.png) no-repeat;
  left: 11.7%; }

.rslides_nav.next {
  background: url(../img/arrow-right.png) no-repeat;
  right: 11.7%; }

.rslides_tabs {
  list-style: none;
  text-indent: -5000px;
  position: absolute;
  top: 600px;
  left: 64%;
  z-index: 501;
  width: 600px; }

.rslides_tabs li {
  display: inline;
  background: url(../img/slider-indicator.svg);
  width: 28px;
  height: 16px;
  display: block;
  float: left; }

.rslides_tabs a {
  display: block;
  width: 28px;
  height: 16px; }

.rslides_tabs li:hover, .rslides_tabs li.rslides_here {
  -webkit-filter: brightness(5);
  filter: brightness(5); }

.rslides .slide1 {
  background: url(../img/sliders/1.png) no-repeat;
  background-size: contain; }

.rslides .slide2 {
  background: url(../img/sliders/2.png) no-repeat;
  background-size: contain; }

.rslides .slide3 {
  background: url(../img/sliders/3.png) no-repeat;
  background-size: contain; }

.rslides .slide4 {
  background: url(../img/sliders/4.png) no-repeat;
  background-size: contain; }

.rslides .slide5 {
  background: url(../img/sliders/5.png) no-repeat;
  background-size: contain; }

.rslides .slide6 {
  background: url(../img/sliders/6.png) no-repeat;
  background-size: contain; }

/* ==========================================================================
   CONTENT
   ========================================================================== */
main {
  position: relative;
  z-index: 11;
  top: 40px; }

.home main {
  top: 210px; }

main .content {
  background-color: #e2383f;
  height: auto;
  width: 100%; }

.home main .content {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1610' height='950' viewBox='0 0 1620 950'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 { fill: %23e2383f; fill-rule: evenodd; } %3C/style%3E%3C/defs%3E%3Cpath id='Rectangle_2_copy_7' data-name='Rectangle 2 copy 7' class='cls-1' d='M-1,872H1620l-542,950H-543Z' transform='translate(0 -872)'/%3E%3C/svg%3E");
  height: auto;
  width: 92%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent; }

.content-bottom {
  background-image: url("../img/bottom-content.png");
  height: 260px;
  background-size: cover;
  width: 100%;
  top: -1px;
  position: relative; }

.bottom-content h3 {
  margin-left: 0; }

.content h1 {
  font-family: "Teko", sans-serif;
  font-weight: 700;
  font-size: 310%;
  color: white;
  margin: 42px 0 0 3.5%; }

.content h2 {
  font-family: "Teko", sans-serif;
  font-weight: 400;
  font-size: 210%;
  color: white;
  margin: 42px 0 0 3.5%;
  padding-left: 35px;
  clear: both;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='404' height='55' viewBox='0 0 404 55'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 { fill-rule: evenodd; } %3C/style%3E%3C/defs%3E%3Cpath id='Rectangle_2_copy_10' data-name='Rectangle 2 copy 10' class='cls-1' d='M57.579,330H431l-31-55H27Z' transform='translate(-27 -275)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top; }

.content h2.long {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 655 55' style='enable-background:new 0 0 655 55;' xml:space='preserve'%3E%3Cpath id='Rectangle_2_copy_10' d='M30.6,55H654L623,0H0L30.6,55z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top; }

.content p {
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  padding-right: 150px;
  margin: 0 1.5% 30px 3.5%;
  font-size: 130%;
  line-height: 1.5em; }

.our-team .content p {
  padding-right: 0;
  margin: 0 1.5% 30px 3.5%; }

.our-team .content a:link,
.our-team .content a:visited {
  color: white; }

.our-team .content img {
  width: 100%;
  max-width: 1614px;
  height: auto; }

.our-team .content p img.auto {
  width: 100%;
  max-width: 1198px; }

.our-team .content .span_10_of_12 {
  margin-left: 3.5%; }

.our-team .content h3 {
  margin-left: 1.6%; }

.tooltip_templates {
  display: none; }

.content p.logos img,
.content p img.auto {
  width: auto; }

main a:link.more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='370' height='58' viewBox='0 0 370 58'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 { fill-rule: evenodd; } %3C/style%3E%3C/defs%3E%3Cpath id='button-black' class='cls-1' d='M1086.43,1227H1389l34-58H1053Z' transform='translate(-1053 -1169)'/%3E%3C/svg%3E");
  background-size: cover;
  width: 370px;
  height: 58px;
  color: white;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  font-size: 155%;
  display: block;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  padding-top: 15px;
  box-sizing: border-box; }

.home main a:link.more {
  margin: 0 215px 10px 0;
  float: right;
  padding-top: 7px;
  font-size: 210%; }

main a:visited.more {
  color: white; }

main a:hover.more {
  color: #e2383f; }

main a.more i {
  font-size: 75%; }

main a:link, main a:visited {
  color: black; }

main a:hover {
  color: white; }

blockquote.quote {
  background: url(../img/blockquote.svg);
  width: 80%;
  background-size: cover;
  padding: 20px;
  margin-right: 0%; }

main ul {
  list-style: url(../img/bullet.svg);
  margin: 0 0 30px 3.5%;
  color: white; }

main ul li {
  padding: 5px 0; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  height: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.products-services main ul {
  margin: 0 1.5% 0 3.5%;
  list-style: none; }

.products-services main ul.sustainability {
  list-style: url(../img/bullet.svg);
  margin-bottom: 30px; }

.products-services main li {
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  padding: 10px;
  width: 45%;
  margin: 10px;
  min-height: 105px;
  border: 1px solid #bb1b20; }

.products-services main li p {
  font-size: 100%;
  padding: 0 0 0 98px; }

.products-services main ul.sustainability li {
  width: auto;
  float: none;
  min-height: auto;
  border: 0 none;
  display: list-item;
  padding: 5px 10px; }

.products-services main li img {
  float: left;
  display: block;
  margin-right: 20px; }

.products-services main li:hover {
  background-color: #bb1b20;
  cursor: default; }

.products-services main ul.sustainability li:hover {
  background-color: #e2383f; }

.products-services main ul.counter-plates {
  margin: 10px 1.5% 0 1.5%;
  list-style-image: url(../img/bullet.svg); }

.products-services main ul.counter-plates li {
  width: 95%;
  border: 0 none;
  min-height: auto;
  float: none;
  margin: 10px 0;
  padding: 0;
  display: list-item; }

.products-services main ul.counter-plates li:hover {
  background: transparent; }

.products-services main li em {
  font-style: italic;
  font-weight: bold;
  color: black;
  display: block; }

.products-services .flex img {
  width: 100px;
  height: 100px; }

.featured {
  margin-top: 29px;
  position: relative;
  width: 100%;
  max-width: 1387px; }

.featured ul {
  height: 339px;
  margin: 0;
  padding: 0;
  list-style: none; }

.featured li {
  float: left;
  position: absolute; }

.featured li img {
  position: relative;
  z-index: 450;
  width: 100%; }

.featured li p {
  font-family: "Teko", sans-serif;
  font-weight: 700;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 4px;
  font-size: 200%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 460; }

.featured li a {
  color: white;
  text-decoration: none; }

.featured li.innovations {
  height: auto;
  width: 46.86%;
  max-width: 650px;
  left: 0; }

.featured li.innovations p {
  right: 100px; }

.featured li.our-team {
  height: auto;
  width: 25.45%;
  max-width: 352px;
  left: 34.7512%;
  z-index: 600; }

.featured li.our-team img {
  top: 15px; }

.featured li.our-team p {
  bottom: -14px; }

.featured li.products-services {
  height: auto;
  width: 51.76%;
  max-width: 718px;
  left: 48.2335%; }

.bottom-content {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1636 262' style='enable-background:new 0 0 1636 262;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23E2383F;} %3C/style%3E%3Cpath id='Rectangle_2_copy_9' class='st0' d='M1636,0H0l154,262h1482V0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  width: 93.5%;
  min-height: 262px;
  margin-top: 22px;
  float: right; }

.sidebar {
  background-color: #7e7e7e;
  padding: 10px;
  box-sizing: border-box;
  margin-left: 2%; }

.content .sidebar p {
  margin: 0 0 30px 3.5%;
  padding-right: 0;
  font-size: 120%; }

.sidebar img {
  width: 90%; }

img.logo {
  margin-left: 3.5%; }

.logos img {
  vertical-align: middle; }

.hero img {
  width: 100%; }

h3 {
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 200%;
  margin: 0.25em 0 0.25em 3.5%;
  line-height: 1em; }

h3.locations {
  color: black; }

.opener h3 {
  margin-left: 8%; }

#video-lightbox {
  display: none; }

#video-lightbox.featherlight-inner {
  display: block; }

.bottom-content p {
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 125%;
  line-height: 1.75em;
  margin: 0; }

.bottom-content .col {
  float: right;
  margin: 1% 1.6% 1% 0;
  padding-right: 1.6%; }

.bottom-content .col:last-child {
  border-right: 1px solid white; }

.affiliations h3 {
  color: #e2383f;
  margin-top: 40px; }

.affiliations .col {
  text-align: center; }

.affiliations img {
  width: auto; }

.innovations ul.logolist {
  list-style: none;
  margin: 0;
  padding: 0; }

.innovations ul.logo-list li {
  display: inline-block;
  width: 30%;
  margin: 20px 100px;
  color: white;
  padding: 20px;
  text-align: center;
  box-sizing: border-box; }

.innovations ul.logo-list li:hover {
  background-color: #bb1b20; }

.innovations ul.logo-list li img {
  max-width: 400px;
  width: 90%; }

.innovations ul.logo-list a:link,
.innovations ul.logo-list a:visited {
  text-decoration: none;
  padding: 30px;
  color: white; }

.history img,
.history .span_10_of_12 .col {
  margin: 0 0 0 3.5%; }

.history .span_10_of_12 .col img,
.history .span_10_of_12 .col p {
  margin-left: 0; }

footer.section {
  background: url(../img/bg-footer.png) top left no-repeat;
  width: 100%;
  min-height: 550px;
  position: relative;
  padding-top: 200px;
  box-sizing: border-box;
  margin-top: 30px; }

.home footer.section {
  margin-top: 150px; }

footer .col {
  margin-right: 2%; }

footer .span_3_of_12.logo {
  padding-left: 6.5%;
  margin-right: 2%; }

footer .logo img {
  width: 100%;
  max-width: 298px; }

h4 {
  font-family: "Teko", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 156%;
  margin: 0 0 0 -20px; }

footer .social {
  float: right; }

footer .social ul {
  list-style: none;
  margin: 0 0 0 -20px;
  padding: 0; }

footer .social li {
  display: inline-block;
  font-size: 200%;
  width: 10%; }

footer .social a {
  text-decoration: none; }

footer p {
  font-family: Helvetica, Arial, sans-serif;
  color: white;
  position: relative;
  margin-top: 0;
  font-size: 120%; }

footer a:link, footer a:visited {
  color: white; }

footer a:hover, footer a:active {
  color: #e2383f; }

footer i {
  position: absolute;
  left: -22px; }

footer i.icon-phone {
  left: -18px; }

footer i.icon-map-marker {
  left: -15px; }

p.legal {
  margin: 15px auto;
  font-family: Helvetica, Arial, sans-serif;
  color: white;
  font-size: 85%;
  text-align: center;
  clear: both; }

/* ==========================================================================
   CONTACT US
   ========================================================================== */
.col.form {
  margin: 0.25em 0 0.25em 3%;
  padding-right: 150px;
  box-sizing: border-box; }

.form h3,
.form p {
  margin-left: 0; }

.form form p {
  font-size: 100%;
  margin: 20px 0 0 0; }

.form form p.note {
  margin-top: 3px; }

label {
  display: block;
  color: white;
  margin: 15px 0 5px 0; }

label.inline {
  display: inline; }

input,
textarea {
  padding: 8px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #d1d1d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1',GradientType=0 );
  border: 1px solid #bb1b20;
  width: 80%; }

textarea {
  min-height: 300px; }

input[type=checkbox] {
  width: auto;
  margin-right: 20px; }

input[type=time] {
  width: 40%; }

input:focus,
textarea:focus {
  outline: none;
  border-color: black;
  background: #ffffff;
  background: -moz-linear-gradient(top, #d1d1d1 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #d1d1d1 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #d1d1d1 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#ffffff',GradientType=0 ); }

input[type=submit] {
  background: #bb1b20;
  color: white;
  padding: 10px 15px;
  width: auto;
  margin-top: 20px;
  display: block;
  border: 1px solid #e2383f; }

input[type=submit]:hover {
  border: 1px solid black;
  background: #bb1b20;
  background: -moz-linear-gradient(top, #bb1b20 0%, #e2383f 100%);
  background: -webkit-linear-gradient(top, #bb1b20 0%, #e2383f 100%);
  background: linear-gradient(to bottom, #bb1b20 0%, #e2383f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb1b20', endColorstr='#e2383f',GradientType=0 ); }

.g-recaptcha {
  margin: 30px 0 0 0; }

.maps h4 {
  margin: 1em 0 0.25em 3.5%; }

.maps p {
  font-size: 110%;
  margin: 10px 0 5px 3.5%;
  padding-left: 10px;
  position: relative; }

.maps i {
  position: absolute;
  left: -11px;
  top: 4px; }

.maps i.icon-phone {
  left: -8px;
  top: 4px; }

.maps i.icon-map-marker {
  left: -3px;
  top: 3px; }

.map {
  width: 50%;
  height: 300px;
  margin-left: 3.5%;
  border: 0 none; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.resources h2 {
  margin-bottom: 15px; }

.toggle {
  margin-left: 3.5%; }

.toggle:last-child {
  border-bottom: 1px solid #bb1b20; }

.toggle .toggle-title {
  position: relative;
  display: block;
  border-top: 1px solid #bb1b20;
  margin-bottom: 6px; }

.toggle .toggle-title h3 {
  font-size: 200%;
  margin: 0px;
  line-height: 1;
  cursor: pointer;
  font-weight: 200; }

.toggle .toggle-inner {
  padding: 7px 25px 10px 25px;
  display: none;
  margin: -7px 0 6px; }

.toggle .toggle-inner div {
  max-width: 100%; }

.toggle .toggle-title .title-name {
  display: block;
  padding: 25px 25px 14px; }

.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px; }

.toggle .toggle-title i {
  position: absolute;
  background: url("../img/plus-minus.png") 0px 0px no-repeat;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  margin: 20px;
  right: 0; }

.toggle .toggle-title.active i {
  background: url("../img/plus-minus.png") -24px 0px no-repeat; }

/* ==========================================================================
   CAREERS
   ========================================================================== */
.careers .content h2 {
  margin-bottom: 20px; }

.careers h3 {
  margin-top: 20px; }

.careers h4 {
  margin: 1em 0 0 0; }

.application h3 {
  color: black;
  border-bottom: 1px solid black; }

.part-time {
  display: none;
  width: 50%; }

select {
  margin: 15px 0 5px 0;
  width: 100%;
  display: block;
  border: 1px solid #bb1b20;
  padding: 8px;
  border-radius: 0 none; }

.inline {
  display: inline; }

input[type=radio],
input[type=checkbox] {
  width: auto;
  margin-top: 7px; }

.careers input[type=text],
.careers input[type=tel],
.careers input[type=email] {
  width: 100%; }

.full .span_6_of_12:first-child input[type=text],
.full .span_6_of_12:first-child input[type=tel],
.full .span_6_of_12:first-child input[type=email] {
  margin-right: 10px;
  box-sizing: border-box; }

main a.add-work-exp {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' style='fill:%23e2383f'/%3E%3Cpath d='M20,3A17,17,0,1,1,3,20,17,17,0,0,1,20,3m0-3A20,20,0,1,0,40,20,20,20,0,0,0,20,0Z'/%3E%3Cpolygon points='31.25 17.75 22 17.75 22 8.5 17 8.5 17 17.75 7.75 17.75 7.75 22.75 17 22.75 17 32 22 32 22 22.75 31.25 22.75 31.25 17.75'/%3E%3C/svg%3E");
  text-decoration: none; }

main a.remove-work-exp {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' style='fill:%23e2383f' /%3E%3Cpath d='M20,3A17,17,0,1,1,3,20,17,17,0,0,1,20,3m0-3A20,20,0,1,0,40,20,20,20,0,0,0,20,0Z'/%3E%3Crect x='8.75' y='17.75' width='23.5' height='5'/%3E%3C/svg%3E");
  text-decoration: none; }

main a.remove-work-exp:hover,
main a.add-work-exp:hover {
  opacity: 0.6; }

.control {
  margin-top: 20px; }

.careers hr {
  border: none;
  color: #bb1b20;
  background-color: #bb1b20;
  height: 3px; }

textarea.duties {
  min-height: 150px; }

/* ==========================================================================
   TOOLTIPSTER!
   ========================================================================== */
.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute; }

.tooltipster-box {
  flex: 1 1 auto; }

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  animation: tooltipster-fading .4s; }

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0); } }

.tooltipster-update-rotate {
  animation: tooltipster-rotating .6s; }

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.tooltipster-update-scale {
  animation: tooltipster-scaling .6s; }

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px; }

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px; }

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000; }

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1); }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #8d8d8d; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media only screen and (max-width: 3000px) {
  body {
    background: url(../img/bg-body-3000.png) left top no-repeat;
    background-size: contain; }
  body.home,
  body.about,
  body.products-services,
  body.innovations,
  body.our-team,
  body.contact-us,
  body.resources {
    background: url(../img/bg-body-3000.png) right top no-repeat;
    background-size: 100%; } }

@media only screen and (max-width: 1720px) {
  body {
    background-position: 0px 55px; } }

@media only screen and (max-width: 1510px) {
  body {
    background: url(../img/bg-body-1500.png) right top no-repeat;
    background-size: contain; }
  body.home,
  body.about,
  body.innovations,
  body.our-team
body.contact-us,
  body.resources {
    background: url(../img/bg-body-1500.png) right top no-repeat;
    background-size: 100%; }
  h2.logo {
    width: 400px;
    height: 163px;
    background-size: cover; }
  nav {
    padding-left: 0; }
  .content h1 {
    font-size: 275%; }
  .content p {
    margin-right: 3.5%; } }

@media only screen and (max-width: 1480px) {
  .slider {
    height: 628px;
    background: url(../img/slider-border-top.png) top left no-repeat, url(../img/slider-border-bottom.png) bottom right no-repeat; }
  .rslides_tabs {
    top: 560px; } }

@media only screen and (max-width: 1441px) {
  .slider {
    height: 592px; }
  .rslides_tabs {
    top: 544px; }
  .bottom-content .col:last-child a {
    padding-left: 100px; } }

@media only screen and (max-width: 1400px) {
  .slider {
    height: 611px; }
  .rslides_tabs {
    top: 500px; } }

@media only screen and (max-width: 1390px) {
  h2.logo {
    width: 300px;
    height: 122px;
    background-size: cover;
    margin-top: 20px; }
  nav {
    margin-left: 128px; }
  nav li ul {
    background: white; }
  .products-services main .span_10_of_12 {
    width: 100%; } }

@media only screen and (max-width: 1367px) {
  .slider {
    height: 580px; } }

@media only screen and (max-width: 1350px) {
  .slider {
    height: 574px; }
  .rslides_tabs {
    top: 400px; } }

@media only screen and (max-width: 1281px) {
  body {
    background-position: 0px 75px; }
  img {
    width: 100%; }
  .history .content img {
    width: auto; }
  .slider {
    height: 544px; }
  .rslides_tabs {
    top: 480px; }
  .rslides_nav {
    top: 266px; }
  .rslides_nav.prev {
    left: 8%; }
  .rslides_nav.next {
    right: 9%; }
  .content h1 {
    font-size: 255%; }
  .content p {
    margin-right: 3.5%; }
  .col.form {
    padding-right: 30px; }
  .map {
    width: 90%; }
  .our-team .content p {
    font-size: 100%; }
  .products-services .flex p {
    margin: 0;
    padding-left: 0; }
  .featherlight .featherlight-content {
    max-width: 98%;
    overflow: hidden; }
  .featherlight .featherlight-image {
    width: 100% !important; }
  blockquote.quote {
    padding-left: 40px; }
  blockquote.quote p {
    margin-right: 1%;
    padding-right: 40px; }
  .bottom-content .col:last-child {
    padding-left: 100px;
    box-sizing: border-box; } }

@media only screen and (max-width: 1200px) {
  .slider {
    height: 507px; }
  .rslides_tabs {
    top: 450px; }
  .innovations ul.logo-list li {
    width: 60%; } }

@media only screen and (max-width: 1025px) {
  nav li {
    font-size: 140%; }
  .rslides {
    top: -148px; }
  .slider {
    height: 436px; }
  .rslides .slide1 {
    background: url(../img/sliders/1.jpg) no-repeat;
    background-size: contain; }
  .rslides .slide2 {
    background: url(../img/sliders/2.jpg) no-repeat;
    background-size: contain; }
  .rslides .slide3 {
    background: url(../img/sliders/3.jpg) no-repeat;
    background-size: contain; }
  .rslides .slide4 {
    background: url(../img/sliders/4.jpg) no-repeat;
    background-size: contain; }
  .rslides .slide5 {
    background: url(../img/sliders/5.jpg) no-repeat;
    background-size: contain; }
  .rslides .slide6 {
    background: url(../img/sliders/6.jpg) no-repeat;
    background-size: contain; }
  .rslides_tabs {
    top: 380px;
    left: 60%; }
  .featured li.our-team img {
    top: 11px; }
  .featured li p {
    font-size: 150%;
    bottom: -1px; }
  .featured li.our-team p {
    bottom: -12px; }
  main .content, .home main .content {
    background-image: none;
    width: 100%;
    background-color: #e2383f; }
  .content p {
    margin-right: 3%;
    padding-right: 0;
    font-size: 105%; }
  footer p {
    font-size: 105%; }
  .toggle .toggle-title i {
    margin-right: 0; }
  a.more {
    margin-right: 4%; }
  .featured {
    height: 259px; }
  .bottom-content {
    width: 100%;
    background-image: none;
    background-color: #e2383f;
    float: none; }
  .bottom-content .col:last-child {
    padding-left: 0px;
    box-sizing: border-box; }
  .bottom-content .col:last-child a {
    padding-left: 0; }
  .featured li p {
    bottom: 3px; }
  .featured li.our-team p {
    bottom: -8px; }
  .contact-us input,
  .contact-us textarea {
    width: 100%; }
  .contact-us input[type=checkbox] {
    width: 20px; }
  .home footer.section {
    margin-top: 150px; }
  footer .social li {
    width: 20%; } }

@media only screen and (max-width: 980px) {
  nav li {
    font-size: 100%; } }

@media only screen and (max-width: 925px) {
  .products-services main li {
    width: 43%; } }

@media only screen and (max-width: 801px) {
  body.home,
  body.about,
  body.products-services,
  body.innovations,
  body.our-team,
  body.resources,
  body.contact-us,
  body.careers {
    background: none; }
  .slicknav_menu, .mobileonly {
    display: block; }
  nav {
    display: none; }
  main {
    top: 120px; }
  .home main {
    top: 127px; }
  .slider {
    top: 114px;
    height: 346px; }
  .rslides {
    top: 4px;
    height: 346px; }
  .rslides li {
    height: 346px; }
  .rslides_nav {
    top: 150px; }
  .rslides_nav.next,
  .rslides_nav.prev {
    height: 30px;
    width: 30px;
    background-size: contain; }
  .rslides_nav.next {
    right: 0.5%; }
  .rslides_nav.prev {
    left: 0.5%; }
  .rslides_tabs {
    top: 270px;
    left: 65%; }
  .rslides .slide3 h3 {
    margin-top: 180px; }
  .rslides .slide3 p {
    margin-top: 260px; }
  .featured {
    height: 209px; }
  .featured li p {
    font-size: 125%; }
  .bottom-content {
    padding-left: 2%;
    box-sizing: border-box; }
  .bottom-content p {
    font-size: 100%;
    margin-left: 0; }
  .bottom-content h3 {
    margin-left: 0; }
  blockquote.quote {
    background-color: #bb1b20;
    box-sizing: border-box;
    padding-bottom: 40px; }
  .affiliations img {
    width: 100%; }
  .part-time {
    width: 90%; }
  .products-services main li {
    width: 80%; }
  .featured li p {
    bottom: 2px; }
  .featured li.our-team p {
    bottom: -9px; }
  .innovations ul.logo-list li {
    width: 90%;
    margin: 20px 0; }
  footer.section {
    background-position: -45px -75px;
    padding-top: 150px;
    min-height: 500px; }
  footer .span_3_of_12.logo {
    margin-right: 4%; }
  footer .social {
    float: none;
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
    text-align: center; }
  footer .social li {
    width: 10%; }
  footer .span_2_of_12 {
    width: 25%; } }

@media only screen and (max-width: 620px) {
  .logos img {
    margin-bottom: 20px; } }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  body.home,
  body.about,
  body.products-services,
  body.innovations,
  body.our-team,
  body.resources,
  body.contact-us,
  body.careers {
    background: none; }
  .col {
    margin: 1% 0 1% 0%; }
  .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
    width: 100%; }
  h2.logo {
    margin: 20px 0;
    left: 0;
    right: 0;
    width: 90%;
    background-size: contain; }
  img.logo {
    margin-left: 0;
    padding-left: 3.5%;
    width: 90%; }
  .innovations ul.logo-list li {
    padding: 20px 0; }
  .slider,
  .rslides li,
  .rslides {
    height: 210px; }
  .rslides_nav {
    top: 100px; }
  .rslides_nav.next {
    right: 3%; }
  .rslides_nav.prev {
    left: 3%; }
  .rslides_tabs li {
    width: 20px;
    background-size: 95%;
    background-repeat: no-repeat; }
  .rslides h3 {
    font-size: 280%; }
  .rslides p {
    font-size: 150%;
    margin-top: 80px; }
  .rslides .slide3 h3 {
    margin-top: 50px; }
  .rslides .slide3 p {
    margin-top: 100px; }
  .rslides_tabs {
    top: 150px;
    left: 60%; }
  .home main {
    top: 135px; }
  .home main a:link.more {
    float: none; }
  .featured {
    height: 339px; }
  .featured li.innovations {
    width: 70%; }
  .featured li.our-team {
    width: 37.1%;
    left: 53%; }
  .featured li.products-services {
    float: none;
    position: relative;
    clear: both;
    top: 180px;
    width: 70%;
    left: 13%; }
  .featured li p {
    font-size: 110%; }
  .featured li.innovations p {
    right: 60px; }
  .content p,
  .content h3,
  .content h1 {
    width: 90%; }
  .content p img.auto {
    width: 100%; }
  .bottom-content .col {
    width: 90%;
    float: none; }
  .bottom-content .col:last-child {
    border-right: 0 none; }
  .affiliations img {
    width: 80%;
    margin: 0 auto;
    max-width: 200px; }
  .our-team .content img,
  .our-team .content p img.auto {
    width: 90%; }
  .our-team .content .span_10_of_12 {
    margin-left: 0; }
  .products-services main ul {
    margin-left: 1%; }
  .products-services main li {
    width: 100%; }
  footer .span_3_of_12.logo {
    padding: 0;
    margin: 0;
    text-align: center; }
  footer .span_2_of_12 {
    width: 63%;
    margin-left: 30%;
    box-sizing: border-box; }
  footer p {
    font-size: 95%; }
  p.legal {
    padding: 0 10px; }
  footer a:link, footer a:visited {
    color: white; } }

@media only screen and (max-width: 426px) {
  .slider {
    height: 189px; }
  .rslides_nav {
    display: none; }
  .rslides_nav.next, .rslides_nav.prev {
    background-size: 90%; }
  .rslides_tabs {
    top: 130px; }
  .content h1 {
    font-size: 200%;
    line-height: 1.25em;
    margin-top: 20px; }
  .content p {
    font-size: 105%; }
  .content h2,
  .content h2.long {
    background-image: none;
    color: black;
    line-height: 1em; }
  .content p img.auto {
    width: 95%; }
  .featured li.products-services {
    top: 167px; }
  .featured li p {
    font-size: 100%; }
  main a:link.more {
    width: 95%; } }

@media only screen and (max-width: 376px) {
  .slider {
    height: 168px; }
  .rslides_tabs {
    top: 120px;
    left: 50%; }
  a.more {
    float: none;
    width: 90%;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 4px; }
  .featured li.innovations {
    width: 75%; }
  .featured li.our-team {
    width: 39%;
    left: 57%; }
  .featured li.products-services {
    top: 154px;
    width: 79%; }
  .featured {
    height: 289px; } }

@media only screen and (max-width: 321px) {
  .slider {
    height: 145px; }
  .rslides_tabs {
    top: 100px; }
  .rslides p {
    margin-top: 70px; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.browsehappy {
  background-color: #ffea94;
  text-align: center;
  padding: 10px 0; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.content p.note,
.content span.note {
  font-size: 80%; }

p.caption {
  font-size: 85%;
  font-style: italic;
  margin: 5px 0 30px 3.5%; }

.right {
  float: right; }

.center {
  text-align: center; }

.required {
  vertical-align: super; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.12 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  html.with-featherlight {
    overflow: hidden; }
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0); }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal; }
  .featherlight .featherlight-inner {
    display: block; }
  .featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
    display: none; }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0; }
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .featherlight .featherlight-image {
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  .featherlight iframe {
    border: 0; }
  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next, .featherlight-previous {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0); }

.featherlight-previous {
  left: 25px;
  right: 80%; }

.featherlight-next:hover, .featherlight-previous:hover {
  background: rgba(255, 255, 255, 0.25); }

.featherlight-next span, .featherlight-previous span {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 82%;
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  margin-top: -40px;
  text-shadow: 0 0 5px #fff;
  color: #fff;
  font-style: normal;
  font-weight: 400; }

.featherlight-next span {
  right: 5%;
  left: auto; }

.featherlight-next:hover span, .featherlight-previous:hover span {
  display: inline-block; }

.featherlight-first-slide.featherlight-last-slide .featherlight-next, .featherlight-first-slide.featherlight-last-slide .featherlight-previous, .featherlight-loading .featherlight-next, .featherlight-loading .featherlight-previous, .featherlight-swipe-aware .featherlight-next, .featherlight-swipe-aware .featherlight-previous {
  display: none; }

@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover, .featherlight-previous:hover {
    background: 0 0; }
  .featherlight-next span, .featherlight-previous span {
    display: block; } }

@media only screen and (max-width: 1024px) {
  .featherlight-next, .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%; }
  .featherlight-previous {
    left: 10px;
    right: 85%; }
  .featherlight-next span, .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px; } }

/* ==========================================================================
   IE 10+
   ========================================================================== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home main .content {
    background: url("../img/bg-main-home-content.png") no-repeat;
    background-size: 100% 100%; }
  .content h2,
  .content h2.long {
    background: url("../img/bg-h2.png") no-repeat; }
  .bottom-content {
    background: url("../img/bg-home-content-bottom.png") no-repeat;
    background-size: 100% 100%; }
  main a:link.more {
    background: url("../img/button-black.png") no-repeat;
    background-size: 100% 100%; } }
