/*
Theme Name: Sekisui America Corporation 2019
Author: Tiziani Whitmyre, Inc.
Author URI: http://www.tizinc.com/
V3
*/

@charset "utf-8";
/* CSS Document */

*, *:before, *:after{padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;list-style:none;}

body {
	font-family:'Source Sans Pro',sans-serif;
	font-weight:300;
	color:#000000;
	background-color:#ffffff;
}

a:focus {outline:0;}

.clear {clear:both;}

#content-bg {
	position:relative;
/*
	background-image:url('../../uploads/bg_masthead.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100% auto;
*/
}

a.tel {text-decoration: none;color:#000000 !important;}

.home #content-bg {
	background-image:none;
}

#background {
	position:absolute;
	overflow:hidden;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	margin:auto;
}

#background img {
	position:absolute;
	top:0;
	left:50%;
	width:100%;
	height:auto;
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}

#background-fade {
	position:absolute;
	overflow:hidden;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	margin:auto;
}

#background-fade img {
	position:absolute;
	top:0;
	left:50%;
	width:100%;
	height:auto;
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);

	-webkit-animation-name:fade-bg;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-duration:20s;

	-moz-animation-name:fade-bg;
	-moz-animation-timing-function:ease-in-out;
	-moz-animation-iteration-count:infinite;
	-moz-animation-duration:20s;

	-o-animation-name:fade-bg;
	-o-animation-timing-function:ease-in-out;
	-o-animation-iteration-count:infinite;
	-o-animation-duration:20s;

	animation-name:fade-bg;
	animation-timing-function:ease-in-out;
	animation-iteration-count:infinite;
	animation-duration:20s;
}

#background-fade img:nth-of-type(1) {
	-webkit-animation-delay:16s;
	-moz-animation-delay:16s;
	-o-animation-delay:16s;
	animation-delay:16s;
}

#background-fade img:nth-of-type(2) {
	-webkit-animation-delay:12s;
	-moz-animation-delay:12s;
	-o-animation-delay:12s;
	animation-delay:12s;
}

#background-fade img:nth-of-type(3) {
	-webkit-animation-delay:8s;
	-moz-animation-delay:8s;
 	-o-animation-delay:8s;
	animation-delay:8s;
}

#background-fade img:nth-of-type(4) {
	-webkit-animation-delay:4s;
	-moz-animation-delay:4s;
	-o-animation-delay:4s;
	animation-delay:4s;
}

#background-fade img:nth-of-type(5) {
	-webkit-animation-delay:0;
	-moz-animation-delay:0;
	-o-animation-delay:0;
	animation-delay:0;
}

@keyframes fade-bg {
	0% {
		opacity:1;
	}
	17% {
		opacity:1;
	}
	25% {
		opacity:0;
	}
	92% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

#header {
	height:100px;
}

#header-inner {
	max-width:1160px;
	margin:0 auto;
	padding:0 20px;
}

#header-inner:after {
	content:"";
	display:table;
	clear:both;
}

#header-inner .logo {
	float:left;
	display:block;
	width:380px;
	height:41px;
	text-indent:-9999px;
	margin:22px 0 0;
	background-image:url('../../uploads/logo_sekisui-america-corporation.svg');
	background-size:380px 41px;
}

nav.menu {
	float:right;
	width:60%;
}

nav.menu:after {
	content:"";
	display:table;
	clear:both;
}

#top-menu {
	float:right;
	margin-top:8px;
}

#top-menu ul:after {
	content:"";
	display:table;
	clear:both;
}

#top-menu li {
	float:left;
	font-size:18px;
	line-height:1.167em;
	border-bottom:2px solid #ffffff;
	margin-left:22px;
	padding-bottom:3px;
}

#top-menu li a {
	color:#000000;
	text-decoration:none;
}

#top-menu li a > .fas {
	color:#4c4c4c;
}

#top-menu li a:hover {
	border-bottom:2px solid #75c9d1;
}

#top-menu li a.search:hover {
	border-bottom:none;
}

#top-menu li a.search:hover > .fas {
	color:#75c9d1;
}

#top-menu li.current-menu-item > a, #top-menu li.current-page-ancestor > a {
	border-bottom:2px solid #75c9d1;
}

#top-menu li.current-menu-item > a.search {
	border-bottom:none;
}

#top-menu li.current-menu-item a.search > .fas {
	color:#75c9d1;
}

#top-menu li:first-of-type {
	margin-left:0;
}

#top-menu li:nth-of-type(2) {
	margin-left:18px;
}

#main-menu {
	float:right;
	margin-top:19px;
}

#main-menu ul:after {
	content:"";
	display:table;
	clear:both;
}

#main-menu li {
	float:left;
	font-size:20px;
	line-height:1em;
	border-bottom:2px solid #ffffff;
	margin-left:24px;
	padding-bottom:5px;
}

#main-menu li:first-of-type {
	margin-left:0;
}

#main-menu li a {
	color:#000000;
	text-decoration:none;
}

#main-menu li a:hover {
	border-bottom:2px solid #75c9d1;
}

#main-menu li.current-menu-item > a, #main-menu li.current-page-ancestor > a {
	border-bottom:2px solid #75c9d1;
}

#masthead {
	padding:60px 0 25px;
}

#masthead-title {
	max-width:1190px;
	font-size:40px;
	font-weight:400;
	line-height:1.2em;
	color:#002c93;
	text-align:center;
	margin:0 auto;
	padding:0 35px;
}

#masthead-home {
	min-height:780px;
	padding:290px 0 25px;
}

#masthead-home #masthead-home-slider {
	max-width:1160px;
	margin:0 auto;
}

#masthead-home #masthead-home-slider .title {
	font-size:160px;
	font-weight:400;
	line-height:1em;
	color:#ffffff;
	text-align:center;
	text-shadow:0px 0px 10px rgba(44,84,163,0.5);
	margin-bottom:70px;
}

#masthead-home #masthead-home-slider .text {
	max-width:650px;
	margin:0 auto;
	padding:20px 20px 0;
}

#masthead-home #masthead-home-slider .text p {
	font-size:26px;
	line-height:1.2em;
	color:#002c96;
	text-align:center;
}
.home #video-callout{
    width: 100%;
    /* max-width: 1190px; */
    max-width: 350px;
    margin: 0 auto 50px;
    padding: 0 35px 0 0;
}
#content-wrap {
	position:relative;
	max-width:1190px;
	border-top:4px solid #b2bfde;
	margin:0 auto;
	background-color:#ffffff;
}

.home #content-wrap {
	border-top:none;
	background-color:transparent;
}

#content-wrap #content-shadow {
	position:absolute;
	width:100%;
	height:575px;
	box-shadow:0px 0px 25px 0px rgba(44,84,163,0.25);
}

#content-wrap #content-shadow-overlay {
	position:absolute;
	width:100%;
	height:600px;
	background-color:#ffffff;
}

#content-wrap img.masthead {
	position:relative;
	display:block;
	max-width:100%;
	height:auto;
}

.content {
	position:relative;
	display:table;
	width:100%;
	max-width:1120px;
	height:400px;
	margin:0 auto;
	padding:48px 20px;
}

.page-id-12 .content, .page-id-27 .content, .page-id-29 .content {
	height:1px;
}

.home .content {
	background-color:transparent;
}

.content:after {
	content:"";
	display:table;
	clear:both;
}

.content .left {
	display:table-cell;
	width:200px;
	vertical-align:top;
}

.content .left ul li {
	font-size:20px;
	line-height:1.25em;
	margin-bottom:10px;
}

.content .left ul li a {
	display:block;
	color:#000000;
	border-bottom:2px solid #ffffff;
	text-decoration:none;
	padding-bottom:3px;
}
.content .left ul li a:hover {
    color: #75c9d1;
}
.content .left ul li.current_page_item > a {
	color:#42c0cc;;
	border-bottom:2px solid #75c9d1;
}

.content .left ul li ul.children {
	display:none;
	padding:10px 0 5px;
}

.content .left ul li ul.children li {
	margin-bottom:0;
}

.content .left ul li ul.children li > a {
	position:relative;
	padding-left:28px;
}

.content .left ul li ul.children li > a:before {
	position:absolute;
	top:0;
	left:0;
	content:'»';
	padding:0 10px;
}

.content .left ul li.current_page_item ul.children, .content .left ul li.current_page_ancestor ul.children {
	display:block;
}
.content main a{color: #002c93; font-weight: 400;}
.content main a:hover{color: #ff1636; font-weight: 400;}
.content main {
	display:table-cell;
	vertical-align:top;
	padding:0 20px;
}

article h1 {
	font-size:26px;
	font-weight:600;
	line-height:1.2em;
	color:#002c93;
	margin:0 0 25px;
}
.linkedin_post_image{max-width:100%;padding: 0 0 70px 0;}
.page-id-394 article h1 {
	display:none;
}
.page-id-394 .content,.page-id-10816 .content{
    display: none;
}
.page-id-394 .wide-center , .page-id-10816 .wide-center{
    padding: 48px 0;
}
article h2 {
	font-size:23px;
	font-weight:600;
	line-height:1.2em;
	color:#002c93;
	margin:45px 0 25px 0;
}

article h2 {
	font-size:23px;
	font-weight:600;
	line-height:1.2em;
	color:#002c93;
	margin:55px 0 25px 0;
}
.page-id-7 article h2 {
	margin:20px 0 25px 0;
}

article h2 img {
	font-size:23px;
	font-weight:600;
	line-height:1.2em;
	color:#002c93;
	margin:0 0 10px 0;
}

article h3 {
	font-size:20px;
	font-weight:600;
	line-height:1.2em;
	margin: 0 0 8px 0;
}

article h4 {
	font-size:18px;
	font-weight:600;
	line-height:1.33em;
	margin:0 0 25px;
}

article p {
	font-size:18px;
	line-height:1.33em;
	margin:0 0 25px;
}

article ul {
	margin:0 0 25px 20px;
}

article li {
	font-size:18px;
	line-height:1.33em;
	margin:0 0 8px;
}

article .tablepress-id-1 li {
	font-size:100%;
}
article li:last-of-type {
	margin:0;
}

article ul li {
	list-style:disc;
}

article strong {
	font-weight:600;
}

article img {
	display:block;
	max-width:100%;
	height:auto;
	margin:0 0 25px;
}

article img.aligncenter {
	margin:0 auto 25px;
}

sub, sup {
	position:relative;
	font-size:60%;
	line-height:0;
	vertical-align:baseline;
}

sup {
	top:-0.5em;
}

sub {
	bottom:-0.25em;
}

.content .right {
	display:table-cell;
	width:200px;
	vertical-align:top;
}

.content .right a {
	text-decoration:none;
}

.content .right a .callout {
	margin-bottom:25px;
}
.content .right a .callout.video{
	border-bottom: 4px solid #ff1636;
}
.content .right a .callout.brochure {
	margin-bottom:0;
}

.content .right a .callout img {
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.content .right a .callout .text {
	padding:15px 20px 20px;
	background-color:#efefef;
}

.content .right a .callout.brochure .text {
	margin-top:-135px;
	padding-top:150px;
}

.content .right a .callout .text p {
	font-size:15px;
	line-height:1.2em;
	color:#000000;
	margin-bottom:15px;
}

.content .right a .callout .text p.btn {
	font-size:18px;
	line-height:1.167em;
	color:#ff1636;
	margin-bottom:0;
}
.content .right a .callout:hover .text p.btn {
	font-size:18px;
	line-height:1.167em;
	color:#002C8C;
	margin-bottom:0;
}

.tablepress thead th {
	color:#002c93;
	line-height:1em;
	border-bottom:none !important;
	padding:10px !important;
	background-color:#efefef !important;
}

.tablepress tbody td {
	font-size:14px;
	color:#000000;
	line-height:1.2em;
	vertical-align:middle !important;
	padding:10px !important;
}

.tablepress tbody td.column-5 {
	text-align:center;
}

.tablepress tbody td.column-6 {
	text-align:center;
}

.tablepress tbody td.column-7 {
	text-align:center;
}

.tablepress tbody td .red-dot {
	display:inline-block;
	width:16px;
	height:16px;
	margin:2px;
	border-radius:50%;
	background-color:#ff1636;
}

.tablepress tbody td ul {
	margin-left:15px
}

.tablepress tbody td ul li {
	list-style:disc;
	margin-bottom:10px;
}

.tablepress tbody td ul li:last-of-type {
	margin-bottom:0;
}

/* Footer */
/* New */
.home .news{
	width: 65%;
    margin: 0 auto;
	padding: 40px 20px;
}
.home .news p{
    font-size: 22px;
    margin-bottom: 30px;
}

.home .news p:last-of-type{
    margin-bottom: 0;
}

.home .news p a {color: #002c93; font-weight: 400;}
.home .news p a:hover {color:#ff1636;}

.home #linkedin-posts {
	position:relative;
	z-index:1;
	background-color:#efefef;
	height: 420px;
}

.home #linkedin-posts-inner {
	max-width:1190px;
	text-align:center;
	margin:0 auto;
	padding:25px 22px 19px;
	overflow: hidden;
}
.home #linkedin-posts-inner .btn{
	font-size: 18px;
    color: #ff1636;
    text-decoration: none;
	padding-top: 30px;
	float: right;
}
.home #linkedin-posts-inner .title{
	font-size: 28px;
	line-height: 1em;
	padding: 3px 0 45px 10px;
	float: left;
}
.home #linkedin-posts-inner .title .fab {
    float: left;
    font-size: 30px;
    color: #0077b4;
	padding-right: 15px;
}
.home #linkedin-posts-inner .linkedin-list hr{
    height: 19px;
    border-left: 1px solid #cccccc;
    margin-left: 18px;
}
.home #linkedin-posts-inner .display-posts .connect{
    top: 2px;
    right: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    color: #0077b5;
    text-decoration: none;
}
.home #linkedin-posts-inner .linkedin-list .display-posts .logo {
	padding-top: 5px;
	text-align: left;
	max-width: 100%;
	min-height: 22%;
}
.home #linkedin-posts-inner .linkedin-list .display-posts .logo img{
	max-width: 200px!important;
}
.home #linkedin-posts-inner .linkedin-list .display-posts .url{
   padding-bottom: 15px;
   font-size: 14px;
}
.home #linkedin-posts-inner .linkedin-list .display-posts .text{
   font-size: 15px;
}
.home #linkedin-posts-inner .linkedin-list .display-posts .link {
	position: absolute;
	bottom: 3px; 
    width: 100%; 
    right: -140px;
}
.home #linkedin-posts-inner .linkedin-list .display-posts .see-more {
    font-size: 15px;
    font-weight: 400;
    line-height: 1em;
    color: #002c96;
    text-decoration: underline;
	margin-bottom: 0px;
}


.home #linkedin-posts-inner .display-posts{
	width: 20%;
	display: block;
	float: left;
	text-align: left;
    border-right: 1px solid #cccccc;
	line-height: 23px;
    height: 231px;
	padding: 0 17px;
	position: relative;
}
.home #linkedin-posts-inner .display-posts:last-child{
    border-right: none;
}
.home #content-wrap .announcement-section{
	width: 66.66%;
   padding-left: 35px;
	font-size: 22px;
    position: absolute;
	height: auto;
}
.home #content-wrap .mast-video{
	position: relative;
}
.home #callouts .mast-video .callout.video {
    padding-top: 145px;
}

.home #video-callout .text span.video-title{
    color: #002C96;
	font-weight: 600;
}
.home #video-callout a .text{
    border-bottom: 4px solid #002C96!important;
    padding: 20px 25px 17px;
    background-color: #f2f2f2;
}

/* New */

/* New re-structure*/

.home #announcement{
    width: 100%;
	display: table-cell;
}
.home #announcement .news{
	font-size: 21px;
    height: auto;
    padding-left: 35px;
    padding-bottom: 30px;
    padding-right: 15px;
}
.home #events {
   	width: 33%;
	display: table-cell;
}
.home #events .title {
  font-size: 26px;
  line-height: 1em;
  padding: 17px 0 17px;
  color: #002c96;
  font-weight: 700;
}
.home #events .title:after {
    content: "";
    display: table;
    clear: both;
}
.home #events .event-list {
    background-image: url(../../uploads/bg_home_events.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

.home #events .event-list .event {
    border-bottom: 18px solid #ffffff;
}
.home #events .event-list .event .text{
    border: 2px solid #f2f2f2;
    padding: 18px 10px 20px 23px;
    /* padding: 20px 15px 20px 15px; */
}

.home #events .event-list .event .text .event-date {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 12px;
}
.home #events .event-list .event .text .event-company {
    font-size: 16px;
    line-height: 1.5em;
    color: #002c96;
}
.home #events .event-list .event .text .event-company strong {
    font-size: 21px;
    line-height: 1.143em;
    color: #002c96;
}
.home #events .event-list .event .text .event-title {
    font-size: 19px;
    font-style: italic;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 10px;
    margin-top: 5px;
}
.home #events .event-list .event .text .event-title a{
    color: #000;
	text-decoration: none;

}
.home #events .event-list .event .text .event-title a:hover {
    color: #75c9d1;
}
.home #events .event-list .event .text .event-location {
    font-size: 16px;
    line-height: 1em;
}
.home #events .event-list .event .text .event-location span {
    color: #002c96;
}
.home #events .btn {
    font-size: 18px;
    color: #ff1636;
    text-decoration: none;
}
.home #videos {
   padding-left: 35px;
   
}
.home #videos .video-left{
   width: 33%;
   display: table-cell;
   vertical-align: top;
   padding: 25px 37px 0px 0px;
	float: right;
   
}
.home #videos .video-right{
   width: 33%;
   display: table-cell;
   vertical-align: top;
   padding-right: 37px;
  float: left;
}
.home #videos .video-right .video-red{
	max-width: 331px;
	margin-top: 70px;
}
.home #videos .video-right .video-red .text a{
	color: #ff1636;
}
.home #videos .video-right .video-red .text{
	border-bottom: 4px solid #ff1636;
}
.home #videos a{
	color: #000000;
    text-decoration: none;
}
.home #videos .video-left img, .home #videos .video-right img{
    display: block;
    max-width: 100%;
    height: auto;
}
.home #videos .video-left .text{
    border-bottom: 4px solid #ff1636;
    padding: 20px 15px 17px;
    background-color: #f2f2f2;
}
.home #videos .video-left .btn{
    font-size: 18px;
    color: #ff1636;
    text-decoration: none;
}
.home #videos .video-right .text{
    border-bottom: 4px solid #002C96;
   /* padding: 20px 15px 22px; */
	padding: 20px 25px 17px;
    background-color: #f2f2f2;
}
.home #videos .video-right .text p strong{
    color: #002C96;
    font-weight: 600;
	    font-size: 22px;
}
.home #videos .video-right .btn{
    font-size: 18px;
    color: #002C96;
    text-decoration: none;
}
.home #videos .video-right .slider{
    max-width: 331px;
}
.home #videos .video-right .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.home #videos .video-right .slider .slick-dots li button:before{
    font-size: 25px;
    line-height: 25px;
	color: #002C96;
 }
.home #videos .video-right .slider ul.slick-dots li.slick-active button:before {
     color: #002C96;
}

.home #videos .video-right .slider ul.slick-dots li button:before{
    color: #002C96!important;
 }
.home #videos .video-right .slider .slick-dots {
    bottom: -45px;
    left: -110px;
    height: 35px;
}
.home #videos .video-right .slider .slick-next {
    background-image: url(../../uploads/right.png);
    background-repeat: no-repeat;
    left: 275px;
    top: 410px;
    height: 20px;
}
.home #videos .video-right .slider .slick-prev {
    background-image: url(../../uploads/left.png);
	left: 243px;
    top: 410px;
    height: 20px;
}
.home #video-blue-ico{
	position: relative;

}
.home #video-blue-ico .play-blue {
  position: absolute;
  top: 35%;
  width: 60px;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  z-index: 100;
}
.home #video-red-ico{
	position: relative;

}

.home #video-red-ico .play-blue {
  position: absolute;
  top: 35%;
  width: 60px;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  z-index: 100;
}



/* New re-structure*/


#brand-bar {
	position:relative;
	z-index:1;
	background-color:#efefef;
}

#brand-bar-inner {
	max-width:1160px;
	text-align:center;
	margin:0 auto;
	padding:30px 20px;
}

#brand-bar-inner ul {
	margin:0 auto;
	padding:0;
	display:flex;
	justify-content: space-between;
}

#brand-bar-inner ul:after {
	content:"";
	display:table;
	clear:both;
}

#brand-bar-inner ul li {
	/* float: left; */
}

#brand-bar-inner > ul.row-1 > li.one, #brand-bar-inner > ul.row-1 > li.two, #brand-bar-inner > ul.row-1 > li.three, #brand-bar-inner > ul.row-1 > li.four, #brand-bar-inner > ul.row-1 > li.five{
	/* margin-right: 60px; */
}
#brand-bar-inner > ul.row-1 > li.one > a > img{
	max-width:180px ;
	max-height: 50px;			
}
#brand-bar-inner > ul.row-1 > li.two > a > img{
	max-width:84px ;
	max-height: 24px;			
}
#brand-bar-inner > ul.row-1 > li.three > a > img{
	max-width:85px ;
	max-height: 34px;			
}
#brand-bar-inner > ul.row-1 > li.four > a > img{
	max-width:210px;
	max-height: 24px;			
}
#brand-bar-inner > ul.row-1 > li.five > a > img{
	max-width:114px;
	/* max-height: 36px;			 */
}
 
#brand-bar-inner > ul.row-1 > li.six  > img{
	max-width:93px;
	/* max-height: 36px;			 */
}
#brand-bar-inner > ul.row-1{
	margin-bottom: 40px;
}
#brand-bar-inner > ul.row-2 > li.one{
	/* margin-left: 60px; */
}
#brand-bar-inner > ul.row-2 > li.one, #brand-bar-inner > ul.row-2 > li.two, #brand-bar-inner > ul.row-2 > li.three, #brand-bar-inner > ul.row-2 > li.four{
	/* margin-right: 112px; */
}
#brand-bar-inner > ul.row-2 > li.one > a > img{
	max-width:172px ;
	max-height: 22px;			
}
#brand-bar-inner > ul.row-2 > li.two > a > img{
    max-width: 172px;
    max-height: 22px;		
}
#brand-bar-inner > ul.row-2 > li.three > a > img{
    max-width: 86px;
    max-height: 38px;			
}
#brand-bar-inner > ul.row-2 > li.four > a > img{
    max-width: 192px;
    max-height: 24px;	
}
#brand-bar-inner > ul.row-2 > li.five > a > img{
	max-width:161px;
	max-height: 28px;				
}


/*
#brand-bar-inner ul.first{
	margin-bottom: 40px;
}
#brand-bar-inner ul.first li:nth-child(1), #brand-bar-inner ul.first li:nth-child(2), #brand-bar-inner ul.first li:nth-child(3), #brand-bar-inner ul.first li:nth-child(4), #brand-bar-inner ul.first li:nth-child(5){
	margin-right: 60px;
}
#brand-bar-inner ul.first li:last-child{
	margin-right: 0px;
}
#brand-bar-inner ul.second li:first-child{
	margin-left: 30px;
}
#brand-bar-inner ul.second li:nth-child(1), #brand-bar-inner ul.second li:nth-child(2), #brand-bar-inner ul.second li:nth-child(3), #brand-bar-inner ul.second li:nth-child(4){
	margin-right: 44px;
}
#brand-bar-inner ul.second li:last-child{
	margin-right: 70px;
}
#brand-bar-inner ul li img {
    height: 31px;
}*/

#footer-bar {
	position:relative;
	z-index:1;
	margin-bottom:40px;
	background-color:#ffffff;
}

#footer-bar-inner {
	max-width:1160px;
	margin:0 auto;
	padding:0 20px;
}

#footer-bar-inner:after {
	content:"";
	display:table;
	clear:both;
}

#footer-bar-inner .left {
	float:left;
	width:60%;
}

#footer-bar-inner .left .logo {
	display:block;
	width:150px;
	height:41px;
	text-indent:-9999px;
	margin:32px 0 0;
	background-image:url('../../uploads/logo_footer.png');
	background-size:150px 41px;
}

#footer-bar-inner .left .copyright {
	font-size:15px;
	line-height:1.2em;
	color:#002c93;
	margin-bottom:2px;
	padding-top:20px;
}

#footer-bar-inner .left .copyright br.wrap {
	display:none;
}

#footer-bar-inner .right {
	float:right;
	width:40%;
}

#footer-bar-inner .right ul {
	margin-top:50px;
}

#footer-bar-inner .right ul:after {
	content:"";
	display:table;
	clear:both;
}

#footer-bar-inner .right ul li {
	float:right;
	font-size:18px;
	line-height:24px;
}

#footer-bar-inner .right ul li .fab {
	float:right;
	font-size:1.33em;
	margin-left:7px;
}

#footer-bar-inner .right ul li + li::after {
    content:"|";
	padding:0 12px;
}

#footer-bar-inner .right ul li a {
	color:#000000;
	text-decoration:none;
}

#footer-bar-inner .right ul li:first-of-type a {
	color:#0077b2;
}

#footer-bar-inner .right ul li a:hover {
	color:#75c9d1;
}

/* About > Corporate Governance > Legal */
#corp-gov h2{font-weight:500; margin:0; font-size: 18px; color:#002c93;}
#corp-gov div{width:50%; float:left;}
article #corp-gov p{font-size:16px; margin: 0 0 15px;}
#corp-gov a{font-size: 18px; line-height: 1.167em; color: #ff1636; text-decoration:none;}
#corp-gov a:hover{color: #002c93;}
#corp-gov div:nth-of-type(odd){padding:0 10px 20px 0;}
#corp-gov div:nth-of-type(even){padding:0 0 20px 10px;}
.post-35 blockquote {
	padding:25px;
	background-color:#efefef;
}

.post-35 blockquote h2 {
	margin:0 0 25px 0;
}

.post-35 blockquote p:last-of-type {
	margin:0 0 0 0;
}

/* Corporate Social Responsibility */
.page-template-page-corporate-social-responsibility .indicies {
    display:flex;
    flex-flow:wrap;
}

/*
.page-template-page-corporate-social-responsibility .indicies:after {
	content:"";
	display:table;
	clear:both;
}
*/

.page-template-page-corporate-social-responsibility .index {
	display:flex;
	width:200px;
	margin:0 0 25px 20px;
}

.page-template-page-corporate-social-responsibility .index:nth-of-type(3n+1) {
	margin-left:0;
}

.page-template-page-corporate-social-responsibility .index .index-content {
	display:flex;
}

.page-template-page-corporate-social-responsibility .index .index-content a {
    display:flex;
    align-items:center;
    background-color:#efefef;
}

.page-template-page-corporate-social-responsibility .index .index-content .title {
	font-size:20px;
	font-weight:600;
	line-height:1.2em;
	color:#002c93;
	margin-bottom:10px;
}

.page-template-page-corporate-social-responsibility .index .index-content img {
	display:block;
	max-width:100%;
	height:auto;
    margin-bottom:0;
}

/* Events */
.page-template-page-events .content {
	padding:56px 20px 39px;
}

.page-template-page-events .content strong {
	font-weight:600;
}

.page-template-page-events .event-list .event {
	float:left;
	width:100%;
	max-width:340px;
	border:2px solid #f2f2f2;
	margin:0 0 30px 30px;
	padding:18px 10px 20px 23px;
}

.page-template-page-events .event-list .event:nth-of-type(3n+1) {
	clear:left;
	margin-left:0;
}

.page-template-page-events .event-list .event .text .event-date {
	font-size:16px;
	line-height:1em;
	margin-bottom:12px;
}

.page-template-page-events .event-list .event .text .event-company {
	font-size:16px;
	line-height:1.0em;
	margin-bottom:6px;
	color:#002c96;
}

.page-template-page-events .event-list .event .text .event-company strong {
	font-size:21px;
	line-height:1.143em;
}

.page-template-page-events .event-list .event .text .event-title {
	font-size:19px;
	font-style:italic;
	font-weight:600;
	line-height:1em;
	margin-bottom:10px;
}

.page-template-page-events .event-list .event .text .event-title a {
	color:#0077b2;
}

.page-template-page-events .event-list .event .text .event-title a:hover {
	color:#75c9d1;
}

.page-template-page-events .event-list .event .text .event-location {
	font-size:16px;
	line-height:1em;
}

.page-template-page-events .event-list .event .text .event-location span {
	color:#002c96;
}

/* Home */
/*.home .slick-list {
	max-width:350px;
}*/

.home .slick-prev,
.home .slick-next {
    position:absolute;
	top:100px;
	z-index:4;
	text-indent:-9999px;
	width:22px;
	height:102px;
	cursor:pointer;
	margin:0;
	padding:0;
	background:none;
}

.home .slick-prev {
	background-image:url(../../uploads/btn_carousel_left.png);
	background-position:left center;
	background-repeat:no-repeat;
	left:20px;
}

.home .slick-next {
	background-image:url(../../uploads/btn_carousel_right.png);
	background-position:right center;
	background-repeat:no-repeat;
    right:20px;
}


.home #callouts {
	display:table;
	width:100%;
	max-width:1190px;
	margin:0 auto 50px;
	padding:0 35px 0 0;
}

.home #callouts a {
	color:#000000;
	text-decoration:none;
}

.home #callouts .callout {
	display:table-cell;
	width:33.33%;
	vertical-align:top;
	padding:0 0 0 35px;
}

.home #callouts .callout .title {
	font-size:26px;
	line-height:1em;
	padding:14px 0 14px;
	color: #002c96;
    font-weight: 700;
}

.home #videos .title {
	font-size:26px;
	line-height:1em;
	padding:17px 0 17px;
	color: #002c96;
    font-weight: 700;
}
.home #videos .title:after {
	content:"";
	display:table;
	clear:both;
}

.home #callouts .callout .title:after {
	content:"";
	display:table;
	clear:both;
}

.home #callouts .callout .title .fab {
	float:right;
	/*font-size:1.043em;*/
	font-size: xx-large;
	color:#0077b4;
}

.home #callouts .callout strong {
	font-weight:600;
}

.home #callouts .callout .btn {
	font-size:18px;
	color:#ff1636;
	text-decoration:none;
}
.home #callouts .callout a.btn:hover {
	color:#002c96;
}
.home #events > a.btn:hover{
    color: #002c96;
}
.home #callouts .callout .hr {
	height:19px;
	border-bottom:1px solid #cccccc;
	margin-bottom:18px;
}

.home #callouts .callout.video {
	padding-top:40px;
}
.home #callouts .callout.video .video-wrapper .vid-overlay{
    width:100%;
    height:100%;
    position:absolute;
    background-color:#000;
    opacity:0;
}

.home #callouts .callout.video img {
	display:block;
	max-width:100%;
	height:auto;
}
.home #callouts .callout.video img:hover {
	display:block;
	max-width:100%;
	height:auto;
}
.home #callouts .callout.video .text {
	border-bottom:4px solid #ff1636;
	padding:20px 25px 17px;
	background-color:#f2f2f2;
}

.home #callouts .callout.video .text p {
	font-size:18px;
	line-height:1.33em;
}

/*
.home #callouts .callout.video .text p:first-of-type {
	text-align:center;
}
*/

.home #callouts .callout.events .event-list {
	margin-bottom:15px;
	background-image:url('../../uploads/bg_home_events.jpg');
	background-position:right top;
	background-repeat:no-repeat;
}

.home #callouts .callout.events .event-list .event {
	border-bottom:18px solid #ffffff;
}

.home #callouts .callout.events .event-list .event:last-of-type {
	border-bottom:none;
}

.home #callouts .callout.events .event-list .event .text {
	border:2px solid #f2f2f2;
	/*padding:18px 10px 20px 23px;*/
	padding: 23px 15px 23px 15px;
}

.home #callouts .callout.events .event-list .event .text .event-date {
	font-size:16px;
	line-height:1em;
	margin-bottom:12px;
}

.home #callouts .callout.events .event-list .event .text .event-company {
	font-size:16px;
	line-height:1.5em;
	color:#002c96;
}

.home #callouts .callout.events .event-list .event .text .event-company strong {
	font-size:21px;
	line-height:1.143em;
	color:#002c96;
}

.home #callouts .callout.events .event-list .event .text .event-title {
	font-size:19px;
	font-style:italic;
	font-weight:600;
	line-height:1em;
	margin-bottom:10px;
	margin-top:5px;
}

.home #callouts .callout.events .event-list .event .text .event-title a {
	color:#000;
}

.home #callouts .callout.events .event-list .event .text .event-title a:hover {
	color:#75c9d1;
}

.home #callouts .callout.events .event-list .event .text .event-location {
	font-size:16px;
	line-height:1em;
}

.home #callouts .callout.events .event-list .event .text .event-location span {
	color:#002c96;
}

.home #callouts .callout.linkedin .linkedin-list {
	margin-bottom:15px;
	padding:21px 25px;
	background-color:#f2f2f2;
}

.home #callouts .callout.linkedin .linkedin-list .text {
	position:relative;
}

.home #callouts .callout.linkedin .linkedin-list .text img {
	display:block;
	max-width:100%;
	height:auto;
	margin-bottom:10px;
}

.home #callouts .callout.linkedin .linkedin-list .text .connect {
	position:absolute;
	top:2px;
	right:0;
	font-size:14px;
	font-weight:400;
	line-height:1em;
	color:#0077b5;
	text-decoration:none;
}

.home #callouts .callout.linkedin .linkedin-list .text p {
	font-size:15px;
	line-height:1.2em;
	padding-bottom:5px;
}

.home #callouts .callout.linkedin .linkedin-list .link {
	text-align:right;
}

.home #callouts .callout.linkedin .linkedin-list .link .see-more {
	font-size:15px;
	font-weight:400;
	line-height:1em;
	color:#002c96;
	text-decoration:underline;
}

.home #photo-bar{
	position:relative;
	overflow:hidden;
	display:flex;
	align-items:center;
	height:246px;
}
.home #photo-bar .photo-overlay{
    width:100%;
    height:100%;
    position:absolute;
    background-color:#000;
    opacity:0;
}
.home #photo-bar:hover .photo-overlay{
    width:100%;
    height:100%;
    position:absolute;
    background-color:#000;
    opacity:0.3;
	z-index:999;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	transition:all 1s;
}
.home #photo-bar img{
	position:absolute;
	left:50%;
	width:100%;
	height:auto;
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);

	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	transition:all 1s;
}

.home #photo-bar:hover img{
	-moz-transform:translateX(-50%) scale(1.1);
	-webkit-transform:translateX(-50%) scale(1.1);
	transform:translateX(-50%) scale(1.1);
}

.home #photo-bar-inner{
	position:relative;
	max-width:1190px;
	font-size:30px;
	font-weight:600;
	line-height:1.2em;
	color:#ffffff;
	text-align:center;
	text-shadow:0px 0px 10px rgba(0,0,0,0.5);
	margin:0 auto;
	padding:0 35px;
	z-index:999999;
}

.home #photo-bar-inner a{
	color:#ffffff;
	text-decoration:none;
}

/* Search */
.page-template-page-search form, .search form, .error404 form {
	max-width:640px;
	margin:0 auto 30px;
}

.page-template-page-search form:after, .search form:after, .error404 form:after {
	content:"";
	display:table;
	clear:both;
}

.page-template-page-search label, .search label, .error404 label {
	display:block;
}

.page-template-page-search input[type="text"], .search input[type="text"], .error404 input[type="text"] {
	float:left;
	width:80%;
	height:40px;
	font-size:15px;
	color:#000000;
	border:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 0 0 15px;
	background-color:#f2f2f2;
}

.page-template-page-search input[type="submit"], .search input[type="submit"], .error404 input[type="submit"] {
	float:left;
	width:20%;
	border:none;
	border-color:transparent;
	background-color:#ff1636;
	padding:10px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color:white;
	font-size:20px;
	line-height:1em;
	text-decoration:none;
	vertical-align:middle;
	text-align:center;
	margin:0;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	display:block;
	cursor:pointer;
}

.search h3.entry-title {
	margin-bottom:5px;
}

.search .entry-summary .link-more {
	display:none;
}

/* Total Manufacturing */
.page-id-37 .content.first {
	padding-bottom:0;
}

.page-id-37 .content.second {
	padding-top:0;
}

.page-id-37 .content .center {
	display:table-cell;
	vertical-align:top;
	padding:0 0 0 20px;
}

.wp-image-224 {
	display:none;
	max-width:100%;
	height:auto;
}

/* Misc */
.page-id-30 .content .left,.page-id-30 .content .right {
    display: none;
}
.page-id-30 .content main {
    display: block;
    vertical-align: top;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 790px;
    width: 100%;
}
.page-template-page-about .wide-center img{width: 100%; padding: 0 48px 0 268px;}
#cards div.company-item{
	display:flex;
	width: 220px;
	float: left;
	margin-bottom:20px;
}
#cards div.company-item.li-item{
	display:flex;
	flex-wrap: wrap;
	width: 255px;
	float: left;
	margin-bottom:20px;
	margin-right: 20px;
}
/*#cards div.company-item.li-item{
	display:block;
}*/
/*#cards div.company-item.li-item:nth-of-type(5n+1){clear:left;width:25%;padding-left:0;}
.page-id-394 #cards div.company-item:nth-of-type(4n+1){clear:left;width:25%;}
.page-id-394 #cards div.company-item:nth-of-type(5n+1){clear:none;width:25%;padding: 0 10px 0 10px;}*/


#cards div.company-item .company {
	/*align-self:flex-end;*/
	width:100%;
	display: flex;
}
#cards .company-text, #cards .company-link{padding: 0 20px; font-size:15px;}
#cards .company-text{padding-top:20px;padding-bottom:60px;}
.page-id-27 #cards .company-text{padding-bottom:100px;}
.page-id-29 #cards .company-text{padding-bottom:80px;}
#cards .company-link a{text-decoration: none; color: #ff1636;font-size: 18px; font-weight:400;line-height: 20px;}
#cards .company-item:first-of-type .company-link a{font-size: 17px;}
/*#cards .company-item:nth-of-type(2) .company-link a{font-size: 15px;}*/
.page-id-29 #cards .company-link a{font-size:17px;}
#cards .company-link a:hover{color:#002C97;}
#cards .company-link a.smaller-font{text-decoration: none; color: #ff1636;font-size: 15px;}
#cards .company-link{position: absolute; bottom: 20px;}
/*#cards div.company-item:nth-of-type(5n+1){clear:left;width:200px;padding-left:0;}
*/


#cards .company-item .company-body>img:first-of-type{width:100%; height:auto;max-height: 125px;}
#cards .company-text > .logo{display:block;margin: 0 0 20px;}
#cards .company-text a{color:#002c93;font-weight:400;}
#cards .company-text a:hover{color: #ff1636; font-weight: 400;}
.wide-center{max-width: 1080px; width: 100%; margin: 0 auto;}

#cards .company-title{font-size: 20px; font-weight: 600; color: #002c93; padding: 0 0 5px 0; position:relative;}
#cards .company-title .inner-title{position: absolute; bottom: 10px;}
#cards .company-item .company-body{background-color:#efefef; position:relative;}
#cards{background-color: #ffffff;}
#cards .card-row{padding: 0 0 70px 0;display: flex;flex-wrap: wrap;}
#cards .contact-text p{padding:0 0 20px 0;}
#cards .contact-text p:last-of-type{padding:0;}
#cards .company-linkedin-text{padding-bottom:100px;}
#cards .company-linkedin-text .company-linkedin-logo{max-width:100%; margin:0 0 20px 0;}
#cards .company-linkedin-text, #cards .company-linkedin-link {
    padding: 20px;
    font-size: 15px;
	overflow-wrap: anywhere;
}
#cards .company-linkedin-text a{
	color: #002c93;
    font-weight: 400;
}
#cards .company-linkedin-text a:hover {
    color: #ff1636;
    font-weight: 400;
}
#cards .company-linkedin-link{padding: 0 20px 0 20px;}
#cards .company-linkedin-link a{
	text-decoration: none;
    /*color: #0077b5;*/
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
	color: #ff1636;
}
#cards .company-linkedin-link a:hover{color:#002C97;}
#cards .company-linkedin-link a.smaller-font{text-decoration: none; color: #ff1636;font-size: 15px;}
#cards .company-linkedin-link {
    position: absolute;
    bottom: 20px;
}
#cards div.company-item{
	display:flex;
	width: 255px;
	float: left;
	margin-bottom:20px;
	margin-right: 20px;
}
#cards div.company-item:nth-child(4n){margin-right: 0;}
/*.page-id-27 .card-row .company-item:nth-of-type(3) a{pointer-events:none;}
.page-id-27 .card-row .company-item:nth-of-type(3) .company-link{display:none;}*/
.page-id-37 .wide-center {
    max-width: 100%;
    width: 100%;
    margin: 0;
}
	.map-select-wrapper .gmnoprint img {
    	max-width: none;
	}
	article .map-select-wrapper img {
	    display: block;
	    max-width: 100%;
	    height: auto;
	    margin: 40px 0 20px 0;
	}
	article .map-select-wrapper h2 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000;
    margin: 0px 0 25px 0;
	}
	.map-select-wrapper{
		background-color: #efefef;
    	padding: 30px;
	}
	.map-select-wrapper .cards-item-contact{
	width: 25%;
    float: left;
	}
	.map-select-wrapper div.cards-item-contact{
		padding:0 20px 0 0;
		position:relative;
		margin:0 0 0 0;
	}
	.content main .cards-wraper a {
    color: #ff1636;
	}
	.map-select-wrapper .card-phone-contact{
		position: absolute;
    	bottom: 10px;
	}
	.map-select-wrapper .mexicoalvaroobregon .card-phone-contact{
		position: relative;
    	bottom: unset;
		padding:20px 0 0 0
	}
	.map-select-wrapper div.cards-item-contact:nth-of-type(4n){
		padding:0 0 10px 20px;
	}
	.cards-wraper:after{
		content: ' ';
		display:block;
		clear:both;
	}
	.cards-wraper{
		display:none;
	}
	.map-select-wrapper .select-wrapper{position:relative;}
	.map-select-wrapper select {
		background-color: #fff;
	    color: #000000;
	    font-size: 15px;
	    width:100%;
	    padding:0 10px;
	    font-family: sans-serif;
	    font-weight: normal;
	    border: 1px solid #000;
	    height: 40px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-appearance: none;
        -webkit-border-radius: 0px;
	}
	.map-select-wrapper .select-wrapper:before{
		content: '';
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #000 transparent transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    pointer-events: none;
}
/* Home - Announcement section */ 
#announcement-section{
	height: auto;
	max-width: 710px;
	margin: 18px auto 48px;
	background-color: #F2F2F2;
	border-top: 4px solid #ff1636;
	font-size: 19px;
	line-height:1.4em;
	overflow: hidden;
}

#announcement-section:after {
	content:"";
	display:table;
	clear:both;
}

#announcement-section > div.announcement-left {
	float: left;
	height: auto;
	padding: 15px 20px;
    text-align: left;
	color: #000000;
}

#announcement-section > div.announcement-left.w-image {	
	max-width: 410px;
}

#announcement-section > div.announcement-right {
	float: left;	
	height: auto;
	max-width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
    padding-left: 20px;
	text-align: left;	
}

div.announcement-right > img{
	display:block;
    max-width: 100%;
	height:auto;
	max-height: 69px;
}
.page-template-default table,td{
	border: 1px solid #000;
	border-collapse: collapse;
}
.page-template-default td{
	padding: 20px 10px;
	text-align:left;
}


.parent-pageid-10996 .left ul {
    display: none;
}

@media only screen and (max-width: 2500px) {
	#content-bg{background-size:auto auto;}
	#background img{width:auto;height:auto;}
	#background-fade img{width:auto;height:auto;}
	.home #photo-bar img{width:auto;height:auto;}
}

@media only screen and (max-width: 1900px) {
	#background img{height:700px;}
	#background-fade img{height:700px;}
	#masthead-home{min-height:600px;padding-top:180px;}
	#masthead-home #masthead-home-slider .title{font-size:120px;}
	.home .slick-prev, .home .slick-next{top:60px;}
}

@media only screen and (max-width: 1500px) {
	#background img{height:600px;}
	#background-fade img{height:600px;}
	#masthead-home{min-height:500px;padding-top:130px;}
	#masthead-home #masthead-home-slider .title{font-size:120px;}
	#masthead-home #masthead-home-slider .text{padding:0 20px;}
	.home .slick-prev, .home .slick-next{top:60px;}
}

@media only screen and (max-width: 1190px) {
	#brand-bar-inner{max-width:660px;}
	#brand-bar-inner ul.row-1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 0;
	}
	#brand-bar-inner > ul.row-1 > li {
		float: none;
	}
	#brand-bar-inner > ul.row-1 > li.one, #brand-bar-inner > ul.row-1 > li.two, #brand-bar-inner > ul.row-1 > li.three {
		height: 54px;
		margin-bottom: 20px;
		margin-right: 0;
	}
	#brand-bar-inner > ul.row-1 > li.four, #brand-bar-inner > ul.row-1 > li.five, #brand-bar-inner > ul.row-1 > li.six {
		height: 36px;
		margin-bottom: 20px;
		margin-right: 0;
	}
	#brand-bar-inner > ul.row-1 > li.two {
		margin-right: 60px;
		margin-left: 60px;
	}
	#brand-bar-inner > ul.row-1 > li.five {
		margin-right: 60px;
		margin-left: 60px;
	}
	#brand-bar-inner ul.row-2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#brand-bar-inner > ul.row-2 > li {
		float: none;
	}
	#brand-bar-inner > ul.row-2 > li.one {
    	margin-left: 0px;
	}
	#brand-bar-inner > ul.row-2 > li.one, #brand-bar-inner > ul.row-2 > li.two, #brand-bar-inner > ul.row-2 > li.three {
		height: 38px;
		margin-bottom: 20px;
		margin-right: 0;
	}
	#brand-bar-inner > ul.row-2 > li.four, #brand-bar-inner > ul.row-2 > li.five {
		height: 28px;
		margin-bottom: 20px;
		margin-right: 0;
	}
	#brand-bar-inner > ul.row-2 > li.two {
		margin-right: 60px;
		margin-left: 60px;
	}
	#brand-bar-inner > ul.row-2 > li.five {
		margin-left: 60px;
	}
	.home #linkedin-posts-inner {
		max-width: 660px;
		margin: 0 auto;
	}
	.home #linkedin-posts {
		height: 640px;
		margin: 0 auto;
		overflow: hidden;
		display: flex;
	}
   .home #linkedin-posts-inner .display-posts {
	width: 50%;		
	height: 163px;
	}
	.home #linkedin-posts-inner .display-posts:nth-child(even)  {
	border-right:none;
	}
	.home #linkedin-posts-inner .display-posts:last-child {
	border-right: 1px solid #cccccc;
	}
	.home #linkedin-posts-inner .linkedin-list .display-posts .link {
    right: -200px;
	}
	.home #linkedin-posts-inner .btn {
    padding-top: 140px;
	}
	.home #linkedin-posts-inner .linkedin-list .display-posts .url {
    padding-bottom: 0px; 
	}
	.wide-center {
    max-width: 805px;
	}
#cards div.company-item:nth-child(3n) {
    margin-right: 0px;
}
#cards div.company-item:nth-child(4n) {
    margin-right: 20px;
}
}


@media only screen and (max-width: 1100px) {
.home #videos .video-right .slider .slick-dots {
    bottom: -40px;
    left: -100px;
    height: 35px;
}
.home #videos .video-right .slider .slick-next {
	left: 245px;
	}
.home #videos .video-right .slider .slick-prev {
	  left: 215px;
	}
}
@media only screen and (max-width: 1120px) {
	#header-inner #responsive-menu-pro-button{float:right;display:inline-block;margin:15px 0 0 0;top:0;right:0;background-color:#ff1636;border-radius:50%;z-index:99;}
	#responsive-menu-pro-container{z-index:98 !important;}
	#responsive-menu-pro-container #responsive-menu-pro-wrapper{background-color:transparent !important;margin-top:120px;}
	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a{background-color:transparent !important;font-weight:400;padding:0 20px;}
	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow{background:transparent !important;}
	#responsive-menu-pro-container #responsive-menu-pro .responsive-menu-pro-back{font-weight:400;padding:0 20px !important;}
	#background img{height:500px;margin-top:20px;}
	#background-fade img{height:500px;margin-top:20px;}
	#masthead-home{min-height:420px;padding-top:120px;}
	#masthead-home #masthead-home-slider .title{font-size:80px;}
	#masthead-home #masthead-home-slider .text p{font-size:22px;}
	.home .slick-prev, .home .slick-next{top:40px;}
	.page-template-default .content{max-width:680px;height:auto;}
	.content .left{display:none;}
	.page-template-default .content .right{display:none;}
	.content main{padding-left:0;}
	.page-template-default .content main{padding-right:0;}
	.page-template-page-search .content main, .search .content main, .error404 .content main{padding-right:0;}
	.page-template-page-search .content .right, .search .content .right, .error404 .content .right{display:none;}
	.page-id-30 .content main{max-width:750px !important;padding:0 !important;}
	.wide-center{max-width:845px;padding:0 20px;margin-bottom:50px;}
	#cards .card-row{padding-bottom:0;}
	/*#cards div.company-item:nth-of-type(5n+1){clear:none;}
	#cards div.company-item:nth-of-type(4n+1){clear:left;}*/
	.page-id-37 .content .center{padding-left:0;}
	.page-template-page-events .event-list{max-width:820px;margin:0 auto;}
	.page-template-page-events .event-list .event:nth-of-type(3n+1){clear:none;margin-left:30px;}
	.page-template-page-events .event-list .event:nth-of-type(2n+1){clear:left;margin-left:0;}
	
	
}

@media only screen and (max-width: 990px) {
	.home #callouts{display:block;margin:0 auto;padding:0 20px;}
	.home #callouts .callout{display:block;width:100%;margin:0 0 30px;padding:0;}
	.home #callouts .callout:last-of-type{    width: 100%;display: block;max-width: 390px;margin: 0 auto;padding: 0 30px 30px 30px;}
	.home #callouts .callout.linkedin .linkedin-list .text p{padding-bottom:15px;}
	.home #content-wrap .announcement-section { width: 100%;padding: 0 100px;}
	.home #callouts .mast-video .callout.video:first-child {padding-top: 135px;margin-bottom: 0px;}
	.home #callouts .mast-video .callout.video:nth-child(2) {padding-top: 40px;}
	.home #announcement {display: block;margin:0 auto;padding-bottom: 30px;}
	.home #videos {/*max-width: 390px;margin: 0 auto;*/    width: 100%; display: block; max-width: 390px; margin: 0 auto;padding: 0 0px 30px 30px;}
	.home #announcement {width: 100%;overflow: hidden;}
	.home #videos .video-left {display: block;padding: 25px 30px 25px 0px;max-width: 390px;width: 100%;}
	.home #videos .video-right {display: block;max-width: 390px;width: 100%;}
	.home #events {width: 100%;display: block;max-width: 390px;margin: 0 auto;padding: 0 30px 30px 30px;}
	.home .news {max-width: 1160px;    width: 100%;}
	.home #videos .video-right .video-red {    margin-bottom: 35px;}
	.home #videos .video-right {    padding-right: 0px;}
	
}

@media only screen and (max-width: 900px) {
	/*#cards div.company-item.li-item{
		display:flex;
		width: 100%;
		float: left;
		margin-bottom:50px;
		padding: 0;
	}
	.page-id-394 .wide-center {
    max-width: 255px;
    width: 100%;
    margin: 0 auto;
	}*/
	/*.page-id-394 #cards div.company-item{padding:0 !important;}
	.page-id-394 #cards div.company-item:nth-of-type(5n+1){width:100%;}
	.page-id-394 #cards div.company-item:nth-of-type(4n+1){clear:left;width:100%;}*/
/*.page-id-394 #cards div.company-item:nth-of-type(5n+1){clear:none;width:100%;padding: 0;}*/
	.page-template-page-corporate-social-responsibility .indicies{width:440px;margin:0 auto;}
	.page-template-page-corporate-social-responsibility .index:nth-of-type(3n+1){clear:none;margin-left:20px;}
	.page-template-page-corporate-social-responsibility .index:nth-of-type(2n+1){clear:left;margin-left:0;}
	.wide-center{max-width:570px;}
	#cards .card-row {max-width: 550px;}
	#cards div.company-item:nth-child(2n){margin-right: 0px;}
	#cards div.company-item:nth-child(2n+1){margin-right: 20px;}
}

@media only screen and (max-width: 750px) {
	.page-template-page-events .event-list{max-width:340px;margin:0 auto;}
	.page-template-page-events .event-list .event:nth-of-type(3n+1){clear:none;margin-left:0;}
	.page-template-page-events .event-list .event{clear:none;margin-left:0;}
	.page-template-page-events .event-list .event .text{height:auto !important;}
}

@media only screen and (max-width: 720px) {
	#background img{height:400px;margin-top:40px;}
	#background-fade img{height:400px;margin-top:40px;}
	#masthead-home{min-height:340px;padding-top:120px;}
	#masthead-home #masthead-home-slider .title{font-size:60px;}
	#masthead-home #masthead-home-slider .text p{font-size:20px;}
	.home .slick-prev, .home .slick-next{top:30px;height:51px;}
	#founding_philosophy_blocks div{float:none !important;width:100% !important;padding:0 !important;}
	#guiding_principles_blocks div{float:none !important;width:100% !important;padding:0 !important;}
	#corp-gov div{float:none !important;width:100% !important;padding:0 0 10px !important;}
	.wp-image-224{display:block;}
	.tablepress{display:none;}
	#footer-bar-inner .right{float:none;width:100%;text-align:center;}
	#footer-bar-inner .right ul{display:inline-block;margin-top:25px;}
	#footer-bar-inner .left{float:none;width:100%;text-align:center;}
	#footer-bar-inner .left .logo{margin:20px auto 0;}
}

@media only screen and (max-width: 690px) {

}
@media only screen and (max-width: 680px) {
	.wide-center{max-width:255px;}
	.page-id-12 .wide-center{max-width:295px;}
	#cards .card-row {
    max-width: 255px;
    }
	#cards .card-row {
    max-width: 100%;
}
	#cards div.company-item:nth-child(2n+1) {
    margin-right: 0;
}
	/*#cards div.company-item .company {display: block;width: 255px!important;}
	#cards div.company-item:nth-of-type(3n+1){clear:none;width:220px;padding-left:20px;}
	#cards div.company-item:nth-of-type(2n+1){clear:left;width:200px;padding-left:0;}*/
    
    #cards div.company-item .company {display: block;width: 255px!important;}
}

@media only screen and (max-width: 660px) {
	#brand-bar-inner{max-width:440px;padding: 0;}
	#brand-bar-inner > ul.row-1 > li.two, #brand-bar-inner > ul.row-1 > li.five, #brand-bar-inner > ul.row-2 > li.two, #brand-bar-inner > ul.row-2 > li.five {
		margin-right: 0;
		margin-left: 0;
	}
	#brand-bar-inner ul li {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 20px;
		height: auto;
	}
	.home #linkedin-posts-inner {
		max-width: 440px;
		margin: 0 auto;
	}
	.home #linkedin-posts-inner .display-posts {
    width: 100%;
    height: 145px;
	padding-top: 10px;
	}
	.home #linkedin-posts-inner .btn {
    padding-top: 50px;
	}
	.home #linkedin-posts-inner .linkedin-list .display-posts .link {
    right: -305px;
	}
	.home #linkedin-posts {
    height: 940px;
	}
	.home #linkedin-posts-inner .display-posts:last-child {
	border-right: none;
	}
	.home #linkedin-posts-inner .display-posts {
	border-bottom: 1px solid #cccccc;
	border-right: none;
	}
	#brand-bar-inner > ul.row-1 > li.one > a > img{
	max-width:190px ;
	max-height: 50px;			
	}
	#brand-bar-inner > ul.row-1 > li.two > a > img{
		max-width:87px ;
		max-height: 24px;			
	}
	#brand-bar-inner > ul.row-1 > li.three > a > img{
		max-width:85px;
		max-height: 34px;			
	}
	#brand-bar-inner > ul.row-1 > li.four > a > img{
		max-width:222px;
		max-height: 24px;
	}
	#brand-bar-inner > ul.row-1 > li.five > a > img{
		max-width:114px;
		max-height: 36px;
	}
	/*#brand-bar-inner > ul.row-1 > li.six > a > img{
		max-width:134px;
		max-height: 36px;			
	}

	
	#brand-bar-inner > ul.row-2 > li.one > a > img{
		max-width:85px ;
		max-height: 32px;			
	}*/
	#brand-bar-inner > ul.row-2 > li.two > a > img{
	    max-width: 172px;
    max-height: 22px;		
	}
	#brand-bar-inner > ul.row-2 > li.three > a > img{
		max-width: 86px;
		max-height: 38px;		
	}
	#brand-bar-inner > ul.row-2 > li.four > a > img{
		max-width:170px;
		max-height: 28px;			
	}
	#brand-bar-inner > ul.row-2 > li.five > a > img{
		max-width:213px;
		max-height: 24px;			
	}
}

@media only screen and (max-width: 600px) {
	#wpadminbar{position:fixed !important;}
	.page-template-default table,tr {width: 100%;}
	.page-template-default td {display: block;}
}

@media only screen and (max-width: 550px) {
	.map-select-wrapper .cards-item-contact {
    width: 100%;
    float: none;
    padding: 0 !important;
}
	#background img{height:300px;margin-top:50px;}
	#background-fade img{height:300px;margin-top:50px;}
	#header{height:85px;}
	#header-inner .logo{width:190px;height:20.5px;margin:33px 0 0;background-size:190px 20.5px;}
	#masthead-title{font-size:30px;}
	#masthead-home{min-height:250px;padding-top:100px;}
	#masthead-home #masthead-home-slider .title{font-size:40px;}
	#masthead-home #masthead-home-slider .text p{font-size:18px;}
	.home .slick-prev, .home .slick-next{top:20px;}
	.content{display:block;height:auto;}
	.content main{display:block;padding-right:0;}
	.content .right{display:block;margin:0 auto;padding-top:23px;}
	.page-id-37 .content .center{display:block;}
	.page-id-37 .content .right{display:none;}
	.page-template-page-search input[type="text"], .search input[type="text"], .error404 input[type="text"]{float:none;width:100%;margin-bottom:10px;}
	.page-template-page-search input[type="submit"], .search input[type="submit"], .error404 input[type="submit"]{float:none;width:100%;}
	#footer-bar-inner .left .copyright br.wrap{display:block;}
}

@media only screen and (max-width: 480px) {
	.page-template-page-corporate-social-responsibility .indicies{width:200px;}
	.page-template-page-corporate-social-responsibility .index{float:none;height:auto !important;margin-left:0;}
	.page-template-page-corporate-social-responsibility .index:nth-of-type(3n+1){clear:left;margin-left:0;}
}

@media only screen and (max-width: 460px) {
	#brand-bar-inner {
    max-width: 660px;
	}
	.wide-center{max-width:240px;}
	#cards .company-body{height:auto !important;}
	#cards .company-text{padding-bottom:20px;}
	.page-id-27 #cards .company-text{padding-bottom:20px;}
	.page-id-29 #cards .company-text{padding-bottom:20px;}
	#cards .company-item{height:auto !important;}
	#cards .company-link{position:relative;bottom:auto;padding:0 20px 20px;}
}



/* Tablet */
@media only screen and (min-width:321px) and (max-width:768px) {
	#announcement-section{
		display: block;
		height: auto;
    	max-width: 350px;
    	margin: 0 auto;
    	padding: 0 20px;
    	margin-top: 30px;
	}

	#announcement-section > div.announcement-left {
		width:100%;
		height: auto;
		text-align: left;
		font-size: 16px;
		color: #000000;
		padding-right:0;
		padding-left:0;
	}

	#announcement-section > div.announcement-right {
		width:100%;
		text-align: left;
		padding-top:0;
		padding-right:0;
		padding-left:0;
	}
}


/* Mobile */
@media only screen and (min-device-width: 50px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
	#announcement-section {
		display: block;
	    width: 86%;
		height: auto;
    	margin: 0 auto;
		margin-top: 30px;
		color: #000000;
	}

	#announcement-section > a{
		text-decoration:none;
	}

	#announcement-section > div.announcement-left {
		width:100%;
		height: auto;
		text-align: left;
		font-size: 16px;
	}

	#announcement-section > div.announcement-right {
		width:100%;
		height: auto;
		text-align: left;
	}

	div.announcement-right > a > img {
    	max-height: 100%;
    	max-width: 100%;
		align-content: left;
	}
}