﻿@import url('https://fonts.googleapis.com/css?family=Droid+Serif');

/*@font-face {
	font-family:'frutiger';
	src:url('fonts/frutiger-55-roman.ttf') format('truetype'), url('fonts/frutiger-lt-com-55-roman-58989201b34f2.otf') format('opentype');
	font-weight:400;
	font-style:normal
}*/
@font-face {
    font-family:'frutiger';
    src: url('fonts/FrutigerLT-Roman.eot') format('embedded-opentype'), 
        url('fonts/FrutigerLT-Roman.svg') format('svg'), 
        url('fonts/FrutigerLT-Roman.ttf') format('truetype'), 
        url('fonts/FrutigerLT-Roman.woff') format('woff');
    font-weight:400;
	font-style:normal
}
/*@font-face {
	font-family:'frutiger';
	src:url('fonts/frutiger-75-black1.ttf') format('truetype'), url('fonts/FrutigerLTStd-Bold.otf') format('opentype');
	font-weight:700;
	font-style:normal
}*/
/*@font-face {
    font-family:'frutiger';
    src: url('fonts/FrutigerCE-Black.eot') format('embedded-opentype'), 
        url('fonts/FrutigerCE-Black.svg') format('svg'), 
        url('fonts/FrutigerCE-Black.ttf') format('truetype'), 
        url('fonts/FrutigerCE-Black.woff') format('woff');
    font-weight:700;
	font-style:normal
}*/
/*@font-face {
	font-family:'frutiger';
	src:url('fonts/frutiger-45-light1.ttf') format('truetype'),  url('fonts/FrutigerLTStd-Light.otf') format('opentype');
	font-weight:300;
	font-style:normal
}*/
@font-face {
    font-family:'frutiger';
    src: url('fonts/FrutigerLT-Light.eot') format('embedded-opentype'), 
        url('fonts/FrutigerLT-Light.svg') format('svg'), 
        url('fonts/FrutigerLT-Light.ttf') format('truetype'), 
        url('fonts/FrutigerLT-Light.woff') format('woff');
    font-weight:300;
	font-style:normal
}
body {
    font-family:'frutiger';
    font-weight: 300;
    color:#676A6E;
    overflow-x:hidden;
}

a {
    color: #00a3e0;
    text-decoration:none;
}
a:hover {
    color: #00a3e0;
    text-decoration:underline;
}
a:active, a:focus {
    color: #007AA0;
    text-decoration:underline;
}
p {
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 32px;
}
h1 {
    line-height:72px;
    font-size:62px;
    text-transform:capitalize;
    color:#00A3E0;
    margin: 0;
    font-weight: 300;
}
h2 {
    font-weight:300;
    line-height:40px;
    font-size:32px;
    color:#00a3e0;
}
h3 {
    font-size:18px;
    font-weight:500;
    line-height:28px;
    color:#676a6e;
    margin: 0;
}
h4 {
    font-size:22px;
    font-weight:300;
    line-height:28px;
    color:#676A6E;
    margin: 0;
    text-decoration:none;
}
h5 {
    font-size:14px;
    font-weight:500;
    line-height:24px;
    color:#00A1DE;
    margin: 0;
    padding-top: 16px;
}

h5::after {
    content: "";
    display: block;
    height: 2px;
    width: 43px;
    border-bottom: 1px solid #dadada;
    padding-top: 16px;
    margin-bottom: 16px;
}
h2 a, h2 a:hover{
    color:#00A3E0;
    text-decoration:none;
}
h4 a, h4 a:hover {
    font-size:22px;
    font-weight:300;
    line-height:28px;
    color:#676A6E;
    margin: 0;
    text-decoration:none;
}
.supplier-thank h1 {
    margin-bottom: 22px;
}
.supplier-thank h4 {
    color:#00A3E0;
    line-height: 34px;
}
.supplier-thank .btn-blue {
    width: 45.333%;
    padding: 10px 23px 10px;
    margin-top: 38px;
}

.btn-blue {
    display: inline-block;
    width: 33.3333333%;
    background: #00A3E0;
    color: #fff;
    padding: 20px 23px 14px;
    text-align: center;
    border: 1px solid #00A3E0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.5s linear;
    text-decoration: none;
    font-size: 18px;
}

.btn-blue.dim {
    background: #00A3E0;
    opacity: .5;
}

.btn-blue:focus, .btn-blue:hover  {
    border: 1px solid #33CFFF;
    color:#fff;
    text-decoration:none;
}
.btn-blue:active {
    background: #007AA0;
}
.btn-black {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 17px 23px;
    text-align: center;
    border:1px solid #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.5s linear;
    text-decoration:none;
    font-size:18px;
}
.btn-black:focus, .btn-black:hover  {
    border: 1px solid #000;
    color:#fff;
    text-decoration:none;
}
.btn-black:active {
    background: #000;
}
.btn-clear {
    display: inline-block;
    background: transparent;
    color: #000;
    padding: 17px 23px;
    text-align: center;
    border:0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.5s linear;
    text-decoration:underline;
    font-size:18px;
}
.btn-blue.max-width, .btn-black.max-width, .btn-clear.max-width {
    width:100%;
}
.bss-container {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.bss-container::before, .bss-container::after {
    content: " ";
    display: table;
}
.bss-container::after {
    clear: both;
}

.breadcrumb {
    padding: 8px 0px;
    margin: 0 0 60px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    color: #676A6E;
}
.breadcrumb > li + li::before {
    content: "/ ";
    padding: 0 1px;
    color: #676A6E;
}
.breadcrumb a {
    color: #676A6E;
    text-decoration: none;
    text-transform: capitalize;
}
.breadcrumb > .active {
    color: #676A6E;
    font-weight: 400;
    text-transform: capitalize;
}
.no-pad-left {
    padding-left:0;
}
.no-pad-right {
    padding-right:0;
}
.no-pad {
    padding:0;
}
.no-border-left {
    padding-left:0;
}
.no-border-right {
    padding-right:0;
}


/****************  Header   *****************/
/****************  Header   *****************/

.aux-nav-container {
   padding: 15px 0 8px;
}

.aux-nav {
    float: left;
    display: inline-block;
    border-right: 1px solid #dadada;
    margin: 18px 0px;
}
.aux-nav a {
    text-decoration:none;
    color: #808080;
}
.aux-nav-right {
    float: right;
    display: inline-block;    
}

.aux-nav.search {
    padding: 0px 15px;
    width: 51px;
    height: 28px;
}
.aux-nav.site-selector {
    padding: 4px 20px;
    height: 28px;
}
.site-selector ul {
    padding: 0;
    margin: 0;
    position: relative;
}
.site-selector li {
    list-style: none;
}

.site-selector li a {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/select-arrow.png') no-repeat 100% 50%;
    padding-right: 35px;
    cursor:pointer;
    color: #808080;
    font-weight: 400;
    width: 114px;
    padding-bottom: 10px;
padding-top: 10px;
    
}
ul.site-selector-sub {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999999;
    left: -20px;
    padding: 10px 0 10px 20px;
    width: 303px;
    border: 1px solid #999;
    color: #808080;
    top: 26px;
}
ul.site-selector-sub li a {
    background: none;
    padding-top:0;
    padding-bottom: 0;
}
ul.site-selector-sub li a:hover {
    background: #f4f1f1;
}

select::-ms-expand {
    display: none;
}
.aux-nav.aux-contact {
    padding: 4px 20px;
    font-weight: 400;
}
.aux-nav.aux-contact a {
    font-weight: 400;
}
.aux-nav.aux-social {
    padding: 4px 20px;
    border-right: 0;
}
.aux-logo {
    margin-right: 15px;
}
.aux-social ul {
    padding: 0;
    margin: 0;
}
.aux-social li {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
}
.btn-container .btn-blue:hover {
    background:#fff;
    border:1px solid #fff;
    color: #0098D5;
    text-decoration:none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.5s linear;
}
.btn-container .btn-blue:last-child {
    float:right;
}

/****************  Navigation   *****************/
/****************  Navigation   *****************/

.mobile-nav.search {
        display:none;
    }
.mobile-nav-right.aux-logo {
    display:none;
}
.back.js-back {
    display: none;
}
      
.navbar {
    position: static;
    min-height: 50px;
    margin-bottom: 1px;
    border-top: 1px solid #B0B0B0;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 0;
}
.navbar-collapse {
    height: auto !important;
    padding: 0;
    overflow: visible !important;
    width: 100%;
}
.collapse {
    display: none;
}
.sticky .main-nav {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.5s linear;
}
.sticky .main-nav.open {
    position: static;
    z-index: 99;
    width: 100%;
    background: #fff;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.5s linear;
}
.sticky .navbar {
    border-top: none;
}
.navbar-nav {
    margin: 0;
    display: table;
    width: 100%;
    padding: 0;
    float: none;
}
.navbar-nav > li {
    float: none;
    display: table-cell;
    text-align: center;
    position: static;
}
.primaryNavigationItem:nth-last-child(2) {
    text-align: right;
}
.navbar-nav > li > a {
    color: #808080;
    padding: 5px 15px;
    text-decoration:none;
}
/*.navbar-nav > li .secondaryNavigation {
    display:block !important;
}*/
.navbar-nav > li:first-child a {
    padding-left: 0px;
    text-align:left;
}
.navbar-nav > li:last-child a {
    padding-right: 0px;
    text-align:right;
}
.navbar-nav > .primaryNavigationItem:last-child li a {
    text-align: left;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.home-icon {
    display: inline-block;
    background-image: url('../img/home.png');
    width: 24px;
    height: 25px;
    position: relative;
    top: 5px;
}
.home-text {
    display: none;
}
.secondaryNavigation .bss-container {
    padding: 0 30px;
}
.secondaryNavigation {
    background-color: #303030;
}
.primaryNavigationItem .secondaryNavigation {
    border-top: 5px solid #00a3e0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    min-height: 300px;
}
.primaryNavigationItem:hover .secondaryNavigation {
    display: block !important;
}
.megaNavigation { 
    margin: 22px auto 25px;    
    color: #fff;
    padding-left: 0;
}

.col {
    padding: 0 2.5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inherit;
}
.megaNavigation.fourCols .col:first-child, .megaNavigation.threeCols .col1 {
    padding-left: 0;
}

.megaNavigation.threeCols .col {
    width: 25%;
    display: inline-table;
    float:left;
}
.megaNavigation .col {
    padding-left: 2.07%;
    padding-right: 2.07%;
}
.megaNavigationHeaderLink, .megaNavigationHeaderLink.active {
    border-bottom: 1px solid gray;
    margin-left: 0;
    margin-right: 0;
    color: inherit;
}
.megaNavigationHeaderLink::after {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 18px;
    color: #989898;
}
.megaNavigationHeaderLink .arrow::after, .megaNavigationHeaderLink.active .arrow::after, .primaryNavigationItemLink .arrow::after {
    content: '';
}
.nav-dropdown-image {
    display: inline-block;
    width: 25%;
    float: right;
    height: 290px;
    padding-top: 17px;
    text-align: right;
}
.arrow::after {
    content: '\e614';
    font-family: saudiaramco-icons;
    color: silver;
}
.primaryNavigationItem .megaNavigationList {
    padding: 0;
    list-style: none;
}
.itemLink ~ .megaNavigationList, .megaNavigationHeaderLink, .megaNavigationItem, .megaNavigationList {
    display: table;
}
.megaNavigationList {
    margin-top: 12px;
    color: silver;
    text-align: left;
}
.secondaryNavigation .closeNav {
    font-family: saudiaramco-icons;
    font-size: 20px;
    font-size: 2rem;
    display: inline-block;
    border: 1px solid #fff;
    border-top: 0;
    color: #fff;
    width: 80px;
    height: 30px;
    background: #303030;
    position: relative;
    top: 31px;
}
.mobile-menu {
	display:inline-block;
	color:#676a6e;
	font-size:22.5px;
	font-size:2.25rem;
	padding:0 .5rem;
	margin-right:1.2rem;
	position:relative;
	top:4px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px
}
.mobile-menu.focus {
	background-color:#00a3e0;
	color:#fff
}
.rtl .mobile-menu {
	float:left;
	top:5px;
	margin-right:1.5rem
}
.rtl .mobile-menu:after,.rtl .mobile-menu:before {
	content:" ";
	display:block;
	clear:both;
	width:0;
	height:0;
	visibility:hidden
}
.active,.primaryNavigation.active {
	display:block
}
.mobile-menu a {
	text-decoration:none
}
.primaryNavigation {
	display:none;
	border-top:5px solid #f2f2f2
}
.primaryNavigationItem.home .primaryNavigationItemLink {
	padding-top:28px;
	padding-bottom:28px
}
.primaryNavigationItem.home span:first-child {
	font-size:42px;
	font-size:4.2rem;
	padding-right:10px
}
.primaryNavigationList {
	margin:0;
	padding:0;
	width:100%
}
.primaryNavigationList:after,.primaryNavigationList:before {
	content:" ";
	display:block;
	clear:both;
	width:0;
	height:0;
	visibility:hidden
}

.primaryNavigationItem:first-child {
	border-top:none
}

.primaryNavigationItem .active {
	border-left:5px solid #00a3e0;
	padding-left:5.8%
}
.primaryNavigationItem.home .screen-reader-txt {
	position:relative;
	top:0;
	left:15px
}
.arrow:after {
	content:'\e614';
	font-family:saudiaramco-icons;
	color:silver
}
.active>.arrow:after,.megaNavigationHeaderLink.active>.arrow:after {
	content:'\e616'
}
.primaryNavigationItemLink .arrow {
	position:absolute;
	right:5%;
	top:18px
}
.rtl .primaryNavigationItemLink {
	white-space:nowrap;
	font-size:16px;
	font-size:1.6rem
}
.primaryNavigation {
	display:table;
	width:100%;
	border-top:1px solid silver
}
.primaryNavigationList {
	display:table-row
}
.primaryNavigationItem {
	display:table-cell;
	border:0;
	text-align:center;
    list-style-type:none;
    color:#676a6e
}


.megaNavigationItem {
    text-align: left;
    width: 100%;
    float: left;
    position: relative;
    padding-left: 11px;
    padding-bottom: 5px;
}
.primaryNavigationItem .megaNavigationItemLink.active {
    border-left: 0;
    padding-left: 0;
}
.megaNavigationItem::before {
    content: "";
display: block;
width: 7px;
height: 7px;
border-left: 2px solid silver;
border-bottom: 2px solid silver;
-webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
     -o-transform: rotate(-135deg);
position: absolute;
left: -3px;
top: 6px;
}
.primaryNavigationItem.home .primaryNavigationItemLink,.primaryNavigationItemLink {
	padding:0 0 3px
}
.primaryNavigationItemLink {
	font-size:14px;
	font-size:1.4rem;
	line-height:25px;
	display:inline-block;
	border-bottom:5px solid transparent
}

.megaNavigationHeaderLink {
	font-size:14px;
	font-size:1.4rem;
	font-family:frutiger,Arial,sans-serif;
	font-weight:regular;
	line-height:1.2;
	text-align:left;
    color:#fff;
    display:block;
    padding: 17px 8.5% 17px 0%;
    position:relative;
    text-decoration: none;
}
.megaNavigationItemLink {
	font-size:14px;
	font-size:1.4rem;
	font-family:frutiger,Arial,sans-serif;
	font-weight:regular;
	line-height:1.2;
	text-align:left;
    color: silver;
    text-decoration: none;
}
.megaNavigationHeaderLink:hover, .megaNavigationItemLink:hover {
    color:#84bd00;
}
.primaryNavigationItemLink.active,.primaryNavigationItemLink:hover {
	border-bottom:5px solid #00a3e0;
	border-left:0
}
.primaryNavigationItem.home span:first-child {
	font-size:24px;
	font-size:2.4rem;
	padding:0 2px
}
.primaryNavigationItem.home .primaryNavigationItemLink span:before {
	top:3px;
	position:relative;
	display:inline-block;
	margin:3px 0
}
.primaryNavigationItemLink.hovering {
	border-bottom:5px solid #00a3e0
}
.secondaryNavigation .closeNav {
	font-family:saudiaramco-icons;
	font-size:20px;
	font-size:2rem;
	display:inline-block;
	border:1px solid #fff;
	border-top:0;
	color:#fff;
	width:80px;
	height:30px;
	background:#303030;
	position:relative;
	top:31px
}
.secondaryNavigation .closeNav:hover {
	cursor:pointer;
	color:#00a3e0
}
.secondaryNavigation .closeNav:before {
	content:'\e60d'
}
.no-js .primaryNavigationItem:active .secondaryNavigation,.no-js .primaryNavigationItem:focus .secondaryNavigation,.no-js .primaryNavigationItem:hover .secondaryNavigation,.no-js .primaryNavigationItemLink:focus+.secondaryNavigation,.no-js .primaryNavigationList .primaryNavigationItemLink:hover+.secondaryNavigation {
	display:block
}
.primaryNavigationItem:active .secondaryNavigation,.primaryNavigationItem:focus .secondaryNavigation,.primaryNavigationItem:hover .secondaryNavigation,.primaryNavigationItemLink:focus+.secondaryNavigation,.primaryNavigationList .primaryNavigationItemLink:hover+.secondaryNavigation {
	z-index:200
}
.primaryNavigationItem.home .screen-reader-txt {
	position:absolute;
	top:-9999px;
	left:-9999px
}
.megaNavigationHeaderLink .arrow:after,.megaNavigationHeaderLink.active .arrow:after,.primaryNavigationItemLink .arrow:after {
	content:''
}
.primaryNavigationItem:hover .secondaryNavigation {
	border-bottom:1px solid #fff
}
.navbar-nav > li.mobile-nav {
    display: none;
}
.mobile-nav {
    display: none;
}


/****************  Slideshow   *****************/
/****************  Slideshow   *****************/
.ls-v6 .ls-circle-timer {
    display: none !important;
}
.slider-wrapper {
    position: relative;
    /*height: 920px;*/
    overflow: hidden !important;
}

.slide-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
     -o-transform: translateY(-50%);
    width: 460px;
    z-index: 1;
}
.ls-slide-backgrounds.ls-visible::before {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.4));
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 39;
}

.ls-slide-transition-wrapper::before {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.4));
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 39;
}
.ls-layers {
    height: 50%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.ls-wrapper.ls-in-out {
    width: 1110px !important;
    margin: 0 auto !important;
    position: relative !important;
    padding: 0 15px !important;
    box-sizing: content-box !important;
    left: 0 !important;
    height:auto !important;
    margin-bottom: 36px !important;
}
.ls-wrapper.ls-in-out .ls-layer {
    width:460px !important;
}
.ls-layer .btn-blue {
    margin-right: 15px;
    width: 46%;
    float: left;
}
.slider-wrapper.subpage-hero {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 920px;
}
img.ls-bg {
    transform: none !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    min-height: 750px;
    display: block;
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover;
}
.ls-slide-transition-wrapper {
	display: block;
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 34;
}

.ls-slide-transition-tile img {
	visibility: visible;
	margin: 0 !important;
	min-height: 750px;
    display: block;
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover;
    transform: none !important;
}
.slider-wrapper.subpage-hero::after {
    content: "";
    width: 100%;
    height: 364px;
    display: block;
    background: -webkit-linear-gradient(transparent, rgba(0,0,0,.5));
    background: -o-linear-gradient(transparent, rgba(0,0,0,.5));
    background: -moz-linear-gradient(transparent, rgba(0,0,0,.5));
    background: linear-gradient(transparent, rgba(0,0,0,.5));
    position: absolute;
    bottom: -3px;
}
.slide-content h1 {
    color: #fff;
    font-size: 32px;
    line-height:35px;
    margin-bottom:33px;
}
.slide-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 28px;
}
.btn-container .btn-blue {
    width: 46%;
}
.ls-nav-prev, .ls-nav-next {
    display: none !important;
}
.ls-v6 .ls-bottom-slidebuttons a.ls-nav-active {
    background-color: #fff8dc !important;
}
    .ls-v6 .ls-bottom-slidebuttons a {
    border-radius: 10px;
    border: 2px solid #fff !important;
}
    .news-slider{
        height: 640px;
    }
    .news-slider #layerslider {
        height: 640px !important;
    }
    .news-slider img.ls-bg {
        min-height: 0;
        height: 640px !important;
    }
    .news-slider .ls-slide-transition-wrapper {
        height: 640px !important;
    }
    .news-slider .ls-slide-transition-tile {
	    min-height: 0;
        height: 640px !important;
    }

    .news-slider .ls-slide-transition-tile img {
	    min-height: 0;
        height: 640px !important;
    }
    .news-slider .ls-layers {
        height: 79%;
    }

/****************  Quote Blocks   *****************/
/****************  Quote Blocks   *****************/
.quote-break {
    height: 600px;
    width: 1110px;
    margin: 0 auto;
    display: table;
}
.quote-block {
    display: table-cell;
    vertical-align: middle;
}
.quote-container {
    font-size: 42px;
    text-align: center;
    width: 83.3333333333%;
    margin: 0 auto;
    color: #676A6E;
}


/****************  Homepage Collage   *****************/
/****************  Homepage Collage   *****************/
.collage-container{
	position:relative;
}
.collage-container:after{
	display:block;
	height:5px;
	background:#ffffff;
	bottom:0;
	left:0;
	position:absolute;
	content:"";
	width:100%;
    z-index: 999999;
} 
.collage-66 {
    width: 66.66666666667%;
    float: left;
    overflow: hidden;
    border: .5px solid #fff;
    max-height: 699px;
}
.collage-66 img, .collage-33 img {
    width: 100%;
}

.collage-33 {
    width: 33.333333333%;
    float: left;
    overflow: hidden;
    border: .5px solid #fff;
    max-height: 699px;
}
.top, .bottom {
    max-height: 350px;
    overflow: hidden;
}
.top {
    border-bottom: .5px solid #fff;
}
.bottom {
    border-top: .5px solid #fff;
}
.collage-img-container {
    position: relative;
    background: #80AD00;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.5s linear;
    max-height: 699px;
}
.top .collage-img-container, .bottom .collage-img-container {
    max-height: 350px;
}
.collage-img-container p {
    opacity: 0;
    position: absolute;
    color: #fff;
    left: 7%;
    z-index: 9;
    font-size: 28px;
    /*background: -webkit-linear-gradient(transparent, rgba(0,0,0,.6));
    background: -o-linear-gradient(transparent, rgba(0,0,0,.6));
    background: -moz-linear-gradient(transparent, rgba(0,0,0,.6));
    background: linear-gradient(transparent, rgba(0,0,0,.6));*/
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 19px 16px 8px;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-bottom: 0;
}
.collage-img-container img {
    opacity:1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.collage-img-container:hover img {
    opacity:0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.collage-img-container:hover p {
    opacity: 1;
    position: absolute;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.collage-img-container.static p {
    opacity: 1;
    position: absolute;
    color: #fff;
    left: 0;
    z-index: 999999;
    font-size: 28px;
    width: 55%;
    padding: 19px 30px 0px;
    text-align: left;
    bottom: 32px;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-transform: none;
    line-height: 32px;
}
.collage-link a {
    color: #fff;
    text-decoration: none;
}
.collage-img-container.static:hover img {
    opacity:1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.collage-link::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-bottom: 16px;
    margin-left: 12px;
    bottom: -6px;
    
}
.collage-img-container iframe {
    width: 100%;

    }
.collage-img-container.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 55.35%;
    top: 0;
    bottom: 0;
    max-height: 699px;
}


/****************  Homepage Video Gallery   *****************/
/****************  Homepage Video Gallery   *****************/
.video-mobile {
    display: none;
}
.video-conatiner {
    width: 100%;
    position:relative;
    padding-bottom: 2px;
}
.ug-slider-wrapper .ug-button-videoplay.ug-type-square {
    width: 86px;
    height: 56px;
    background-image: url('../img/unite-slider/play-button-square2.png');
    background-position: 100% 100%;
}
.ug-thumb-wrapper::before {
    background-image: url('../img/unite-slider/play-button-square2.png');
    content: "";
    width: 86px;
    height: 56px;
    display: block;
    position: absolute;
    z-index: 99999;
    top: 37%;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    background-position: 100% 100%;
}
.ug-thumb-wrapper:hover:before {
    background-position: 0% 0%;
}
.video-conatiner img {
    width: 100%;
    height: 300px;
}
.video-gallery-link > div {
    display: inline-block;
    margin: 0;
    border-left: .5px solid #fff;
    width: 33.33%;
    height: auto;
    cursor: pointer;
    border-right: .5px solid #fff;
    border-top: 0;
    border-bottom: 1px solid #0093d0;
    width: 100%;
}
.video-gallery-link a {
    display: block;
    margin: 0;
    border: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;

}
.video-gallery-link {
    overflow: hidden;
    position: absolute;
    width: 33.33333%;
    bottom: 0;
    z-index: 999;
    height: 300px;
    right: 0;
    background: #80AD00;
}

.video-gallery-link:hover img {
    opacity: 0;
}

#gallery {
    min-width: 400px;
    height: 900px !important;
    width: 100%;
    position: relative;
    margin-bottom: 300px;
    overflow: visible;
    z-index: 9;
}
.ug-thumb-wrapper .img-caption {
    opacity: 0;
    position: absolute;
    color: #fff;
    left: 7%;
    z-index: 999999;
    font-size: 28px;
    width: 100% !important;
    padding: 19px 16px 8px;
    text-align: left;
    bottom: 19%;
    top: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s linear !important;
    -moz-transition: all 0.3s linear !important;
    transition: all 0.5s linear !important;
}

.ug-thumb-wrapper .ug-thumb-image {
    -webkit-transition: all 0.3s linear !important;
    -moz-transition: all 0.3s linear !important;
    transition: all 0.5s linear !important;
}
.ug-thumb-wrapper:hover .ug-thumb-image {
    opacity: 0 !important;
    -webkit-transition: all 0.3s linear !important;
    -moz-transition: all 0.3s linear !important;
    transition: all 0.5s linear !important;
}
.ug-thumb-wrapper:hover .img-caption {
    opacity: 1;
    -webkit-transition: all 0.3s linear !important;
    -moz-transition: all 0.3s linear !important;
    transition: all 0.5s linear !important;
}

.ug-default-button-hidepanel-bg,
.ug-textpanel, .ug-default-button-fullscreen,
.ug-default-button-play,
.ug-slider-control.ug-arrow-left.ug-skin-default,
.ug-slider-control.ug-arrow-right.ug-skin-default,
.ug-default-button-hidepanel, 
.ug-panel-handle-tip.ug-handle-tip-top.ug-skin-default {
    display: none;
}

.ug-strip-panel {
    height: 300px !important;
    bottom: -300px !important;
    top: auto !important;
}

.ug-strip-panel {
    background: transparent !important;
}
.ug-thumbs-strip {
    top: 2px !important;
}
.ug-thumbs-strip-inner {
    width: 100% !important;
}

.ug-thumb-wrapper.ug-thumb-generated.ug-thumb-selected {
    width: 33.333333%;
}

.ug-strip-panel {
    height: 300px !important;
}

.ug-gallery-wrapper .ug-slider-wrapper {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    background-color: transparent;
    height: 900px !important;
}

/*.ug-videoplayer {
    height: 900px !important;
}*/

.ug-thumb-wrapper .ug-slider-inner {
    position: absolute;
    z-index: 0;
    height: 900px !important;
}

.ug-thumb-wrapper.ug-slide1, .ug-thumb-wrapper.ug-slide2, .ug-thumb-wrapper.ug-slide3 {
    height: 900px !important;
}

.ug-item-wrapper {
    height: 900px !important;
}

.ug-thumb-wrapper {
    width: 33.333333%;
    position: relative !important;
    display: inline-block;
    left: 0 !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    background: #80b600 !important;
}

    .ug-thumb-wrapper.ug-thumb-selected {
        display: none !important;
    }

.ug-thumb-image {
    width: 100% !important;
    height: 300px !important;
    left: auto !important;
    top: auto !important;
    opacity: 1;
    cursor: pointer;
}

.ug-thumb-wrapper .ug-thumb-border-overlay {
    position: static !important;
    top: auto !important;
    left: auto !important;
    z-index: 4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-style: solid;
    display:none !important;
}
.video-gallery-link .pull-right {
    position:relative;
        width: 100%;
}
.pull-right .collage-link {
    position: absolute;
    opacity: 1;
    position: absolute;
    color: #fff;
    left: 0;
    z-index: 999999;
    font-size: 28px;
    width: 55%;
    padding: 19px 16px 8px;
    text-align: left;
    bottom: 10%;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-transform: none;
}
.video-gallery-link .pull-right .collage-link, .ug-thumb-wrapper .img-caption {
    padding: 19px 30px 0px;
    bottom: 0;
    margin-bottom: 32px;
}
.video-gallery-link .collage-link::after {
    bottom: -8px;
}


/****************  Homepage CTA Blocks   *****************/
/****************  Homepage CTA Blocks   *****************/

.cta-block {
    position: relative;
    border-bottom: 1px solid #fff;
    width:100%;
    background: #80b600;
    -webkit-transition: all 0.3s linear !important;
    -moz-transition: all 0.3s linear !important;
    transition: all 0.5s linear !important;
    height: 500px;
    background-size: cover;
    transition: background-image 0.2s ease-in-out;
}
a .cta-block span {
    opacity: 0;
    -webkit-transition: all 0.3s linear !important;
    -moz-transition: all 0.3s linear !important;
    transition: all 0.5s linear !important;
    background: #80b600;
    top: 0;
    height: 500px;
    width: 100%;
    background: #80b600;
    position: absolute;

}
a .cta-block:hover span {
    opacity: 1;
    -webkit-transition: all 0.3s linear !important;
    -moz-transition: all 0.3s linear !important;
    transition: all 0.5s linear !important;
}


.cta-block h2 {
    position: absolute;
    color: #fff;
    font-size: 62px;
    bottom: 10%;
    left: 8%;
    text-transform: none;
}
.fullwidth-img-container {
    text-align: center;
    overflow: hidden;
    height: 924px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.fullwidth-img-container img {
    left: 100%;
    margin-left: -200%;
    position: relative;
}


/*************************************  Subpage Styling   **********************************/
/*************************************  Subpage Styling   **********************************/
/*************************************  Subpage Styling   **********************************/
/*************************************  Subpage Styling   **********************************/


/****************  Subpage Hero   *****************/
/****************  Subpage Hero   *****************/


.subpage-hero .slide-content {
    bottom: 9%;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    width: 53.333%;
}
.subpage-hero .slide-content h1 {
    font-size: 62px;
    line-height:72px;
    font-weight: 300;
}
.subpage-wrapper {
    padding-top: 30px;
    padding-bottom: 85px;
}
.page-title {
    margin-top: 60px;
    padding-bottom: 32px;
}

/****************  Subpage Intro   *****************/
/****************  Subpage Intro   *****************/

.subpage-intro {
    margin-bottom: 24px;
}
.category-intro {
    margin-bottom: 120px;
    margin-top: 40px;
}
.intro-copy p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #676a6e;
    margin-bottom: 36px;
}


/****************  Subpage Content   *****************/
/****************  Subpage Content   *****************/

.subpage-content-wrapper {
    position:relative;
}
.subpage-content-wrapper h2 {
    margin-bottom: 28px;
    margin-top: 68px;
}
.subpage-content-wrapper h2::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 23px;
    background: #00a3e0;
    left: -100px;
    margin-top: 9px;
}
.subpage-content-wrapper .ourreach-office h2 {
    margin-bottom: 28px;
    margin-top: 68px;
    color: #12389D;
}
.subpage-content-wrapper .ourreach-office h2::before {
    width: 80px;
    height: 80px;
    background-image: url('../img/icn-offices-large.png');
    background-color: transparent;
    left: -136px;
    margin-top: 0;
    top: -22px;
}
.subpage-content-wrapper .ourreach-project h2 {
    margin-bottom: 28px;
    margin-top: 68px;
    color: #89BD2A;
}
.subpage-content-wrapper .ourreach-project h2::before {
    width: 80px;
    height: 80px;
    background-image: url('../img/icn-projects-large.png');
    background-color: transparent;
    left: -136px;
    margin-top: 0;
    top: -22px;
}
.subpage-content-wrapper .ourreach-community h2 {
    margin-bottom: 28px;
    margin-top: 68px;
    color: #34A7DD;
}
.subpage-content-wrapper .ourreach-community h2::before {
    width: 80px;
    height: 80px;
    background-image: url('../img/icn-community-large.png');
    background-color: transparent;
    left: -136px;
    margin-top: 0;
    top: -22px;
}
.subpage-content-wrapper .ourreach-industry h2 {
    margin-bottom: 28px;
    margin-top: 68px;
    color: #248542;
}
.subpage-content-wrapper .ourreach-industry h2::before {
    width: 80px;
    height: 80px;
    background-image: url('../img/icn-collaboration-large.png');
    background-color: transparent;
    left: -136px;
    margin-top: 0;
    top: -22px;
}
.subpage-content-wrapper .ourreach-career h2 {
    margin-bottom: 28px;
    margin-top: 68px;
    color: #2C988F;
}
.subpage-content-wrapper .ourreach-career h2::before {
    width: 80px;
    height: 80px;
    background-image: url('../img/icn-careers-large.png');
    background-color: transparent;
    left: -136px;
    margin-top: 0;
    top: -22px;
}
.subpage-content-wrapper .btn-blue {
    margin: 10px 0 12px;
}

.subpage-content-wrapper ul {
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    column-count: 2;
    column-gap: 0;
    padding-left: 16px;
    margin-top: 60px 0;
}
ol {
    padding-left: 0;
}

.subpage-content-wrapper li {
    list-style: none;
    padding: 0 0 15px 16px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
    width: 66%;
    position: relative;
    -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
}
.subpage-content-wrapper ol li {
    width: 100%;
}
.subpage-content-wrapper li::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 25px;
    background: #00a3e0;
    top: 10px;
    left: 0px;
}

.subpage-content-wrapper img {
    margin-bottom:36px;
    max-width: 100%;
}
.subpage-cta-container {
    margin-bottom: 70px;
}
.subpage-img-wrapper {
    position: relative;
    display: inline-block;
}
.subpage-img-wrapper p {
    position: absolute;
    color: #fff;
    left: 0px;
    bottom: 5px;
    z-index: 999999;
    font-size: 22px;
    display: block;
    width: 100%;
    padding: 19px 16px 8px;
    text-align: left;
    margin-bottom: 0;
    opacity: 1;
}
.subpage-content-wrapper .subpage-cta-container img {
    max-width: 100%;
    margin-bottom: 0;
}
.subpage-cta-container .subpage-img-wrapper {
    position: relative;
    display: inline-block;
    margin: 15px 0;
}
.subpage-cta-container .subpage-img-wrapper span {
    display: block;
    position: relative;
}
.subpage-cta-container .subpage-img-wrapper span::before {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    background: #000;
    background: -webkit-linear-gradient(transparent, rgba(0,0,0,.6));
    background: -o-linear-gradient(transparent, rgba(0,0,0,.6));
    background: -moz-linear-gradient(transparent, rgba(0,0,0,.6));
    background: linear-gradient(transparent 73%, rgba(0,0,0,.6) 100%);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 1;
}
.subpage-cta-container .subpage-img-wrapper span::after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    background: #000;
    background: -webkit-linear-gradient(transparent 2%, rgba(0,0,0,.6) 56%);
    background: -o-linear-gradient(transparent 2%, rgba(0,0,0,.6) 56%);
    background: -moz-linear-gradient(transparent 2%, rgba(0,0,0,.6) 56%);
    background: linear-gradient(transparent 2%, rgba(0,0,0,.6) 56%);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
}
.subpage-cta-container .subpage-img-wrapper span:hover::before {
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.subpage-cta-container .subpage-img-wrapper span:hover::after {
    opacity: 1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

/****************  Category Collage   *****************/
/****************  Category Collage   *****************/

.category-collage::before, .category-collage::after {
    content: " ";
    display: table;
}
.category-collage::after {
    clear: both;
}
.category-collage div {
    max-height:400px;
    overflow:hidden;
}
.category-collage .sf_cols {
    max-height: none !important;
    overflow: visible !important;
}
.category-collage .collage-row::before, .category-collage .collage-row::after {
    content: " ";
    display: table;
}
.category-collage .collage-row::after {
    clear: both;
}
.collage-row {
    margin-bottom: 30px;
}
.category-collage img {
    margin:0;
}
.collage-row:last-child {
    margin:0;
}
.category-collage .stack .catpage-img-wrapper:first-child {
    margin-bottom:15px;
}
.category-collage .stack .catpage-img-wrapper:nth-child(2) {
    margin-top:15px;
}

.category-collage .stack .catpage-img-wrapper:first-child img {
    height: 183px;
}
.collage-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-transform:  translateY(-50%);
    width: 100%;
}
.collage-content p {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    padding: 64px 80px;
}
.collage-content .btn-blue {
    width: 69%;
    padding: 15px;
    margin-top: 38px;
}
.catpage-img-wrapper {
    position: relative;
    display: inline-block;
}
.catpage-img-wrapper a::before {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    background: #000;
    background: -webkit-linear-gradient(transparent 2%, rgba(0,0,0,.3) 56%);
    background: -o-linear-gradient(transparent 2%, rgba(0,0,0,.3) 56%);
    background: -moz-linear-gradient(transparent 2%, rgba(0,0,0,.3) 56%);
    background: linear-gradient(transparent 2%, rgba(0,0,0,.3) 56%);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
}
.catpage-img-wrapper a::after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    background: #000;
    background: -webkit-linear-gradient(transparent, rgba(0,0,0,.3));
    background: -o-linear-gradient(transparent, rgba(0,0,0,.3));
    background: -moz-linear-gradient(transparent, rgba(0,0,0,.3));
    background: linear-gradient(transparent 73%, rgba(0,0,0,.3) 100%);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 1;
}
.catpage-img-wrapper.class a::after {
    opacity: 0;
}
.catpage-img-wrapper:hover a::before {
    opacity: 1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.catpage-img-wrapper:hover a::after {
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.catpage-img-wrapper span {
    position: absolute;
    color: #fff;
    left: 0px;
    bottom: 0px;
    z-index: 9;
    font-size: 22px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    display: block;
    width: 100%;
    padding: 31px 16px 8px;
    text-align: left;
    font-weight: 400;
    display: block;
    opacity: 1;
}
.catpage-img-wrapper:hover span {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#mobileCheck {
    position: relative;
    margin-top: 0px;
    margin-top: 0;
    width: 10%;
    display: inline;
    height: auto;
}
/****************  Forms   *****************/
/****************  Forms   *****************/
.contact-50 {
    width: 50%;
    float: left;
}
.contact-50::before, .contact-50::after {
    content: " ";
    display: table;
}
.contact-50::after {
    clear: both;
}
.contact-25 {
    width:25%;
    float:left;
}
.submit-button .btn-blue{
    float: left;
}
.form-group {
    margin-bottom: 40px;
}
.captcha-group {
    margin-bottom:56px;
}
.captcha-group a {
    margin-top: 12px;
    display: block;
    margin-bottom: 10px;
}
.form-group .btn-blue {
    padding: 6px 23px;
}
.form-group label, .address-block label, label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 18px;
    color: #676A6E;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 8px 6px;
    font-size: 18px;
    line-height: 1.428571429;
    color: #676A6E;
    background-color: #fff;
    background-image: none;
    border: 1px solid #B5B5B5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
input[type="number"] {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 8px 6px;
    font-size: 18px;
    line-height: 1.428571429;
    color: #676A6E;
    background-color: #fff;
    background-image: none;
    border: 1px solid #B5B5B5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    min-height: 120px;
    border: 1px solid #B5B5B5;
    color: #676A6E;
    font-size: 18px;
    padding: 7px 12px;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/btn-chevron-down.png') no-repeat 99% 50%;
    padding: 8px 32px 6px 8px;
    color:#676A6E;
    font-family: 'frutiger';
    font-size:18px;
}
.address-block {
    margin-bottom: 28px;
}
.address-text2 .form-control, .city-text .form-control, .state-text .form-control, .zip-text .form-control {
    border-top: 0;
}
.city-text .form-control, .state-text .form-control {
    border-right: 0;
}
.address-text, .address-text2{
    margin-bottom:0;
}
.city-text, .state-text, .zip-text {
    margin-bottom: 40px;
}
.address-text label, .address-text2 label, .city-text  label, .state-text  label, .zip-text  label {
    display: none;
}
.captcha-img {
    margin-bottom: 12px;
}
.captcha-img img {
    margin: 0;
}
.form-control::-moz-placeholder {
    color: #C0C0C0;
    opacity: 1;
    font-size:18px; 
    font-family: 'frutiger';
}
.form-control::-webkit-input-placeholder{
    color: #C0C0C0;
    opacity: 1;
    font-size:18px; 
    font-family: 'frutiger';
}
.form-control:-moz-placeholder{
    color: #C0C0C0;
    opacity: 1;
    font-size:18px; 
    font-family: 'frutiger';
}
.form-control:-ms-input-placeholder  {
    color: #C0C0C0;
    opacity: 1;
    font-size:18px; 
    font-family: 'frutiger';
}  
.btn-form {
    width: 100%;
    padding: 0 0 0 0;
} 
/****************  Source List Template   *****************/
/****************  Source List Template   *****************/
.sourcelist-mobile {
            display:none;
        }
.source-titles {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
}
.source-titles h4 {
    font-weight: 500;
    font-size: 18px;
}
.source-block {
    border-bottom: 1px solid #000;
    padding: 30px 0;
}
.source-block p {
    margin-bottom: 0;
}
.source-row {
    padding-bottom: 24px;
}
.morecontent span {
    display: none;
}
.morelink {
        display: inline-block;
}

/****************  Search Box and Results   *****************/
/****************  Search Box and Results   *****************/
ul.sf-autocomplete {
    z-index: 999 !important;
}
.searchbox {
    position: absolute;
    min-width: 50px;
    width: 0%;
    height: 50px;
    float: left;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.5s linear;
    z-index: 9;
}

.searchbox-input{
    top:0;
    left:0;
    border:0;
    outline:0;
    background:#ebebeb;
    width: 39%;
    height: 37px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:20px;
    color:#676a6e;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.5s linear;
}
.searchbox-open .searchbox-input {
    opacity: 1;
}
.searchbox-input::-webkit-input-placeholder {
    color: #676a6e;
}
.searchbox-input:-moz-placeholder {
    color: #676a6e;
}
.searchbox-input::-moz-placeholder {
    color: #676a6e;
}
.searchbox-input:-ms-input-placeholder {
    color: #676a6e;
}

.searchbox-icon{
    display:block;
    position:absolute;
    top: -3px;
    font-family:verdana;
    font-size:22px;
    left:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    text-align:center;
    cursor:pointer;
    color:#dcddd8;
    background:none;
}
.searchbox-submit{
    opacity: 0;
    left: -45px;
    position: relative;
}

.searchbox-open{
    width:100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.5s linear;
}
.search-btn {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.5s linear;
}
.searchbox-open .search-btn {
    opacity: 1;
    width: 2%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.5s linear;
    z-index: 98;
    left: 37%;
    background: #ebebeb;
    height: 39px;
    padding-right: 12px;
    top: -2px;
}
.searchbox-open .search-btn::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 25px;
    color: #000;
    left: -8px;
    border-left: 1px solid #000;
    top: 9px;
}

.search-trigger {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.5s linear;
}
.searchbox-open .search-trigger {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.5s linear;
}
.byline{
  position:absolute;
  top:150px;
  left:30%;
  text-align:center;
  font-size:18px;
}
.byline a{
  text-decoration:none;
  color: #676a6e;
}

.search-close {
    display: none;
}
.searchbox-open .search-close {
    position: absolute;
    left: 40%;
    top: 9px;
    cursor: pointer;
    display: block;
    width: 17px;
    margin-left: -6px;
}
.search-close::after {
    content: "";
    width: 2px;
    height: 19px;
    display: block;
    background: #676a6e;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 0px;
    left: 6px;
}
.search-close::before {
    content: "";
    width: 2px;
    height: 19px;
    display: block;
    background: #676a6e;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: 6px;
    position: relative;
}
.result-block {
    padding-bottom: 32px;
}
.search-results h2 {
    font-size: 22px;
    padding-bottom: 12px;
    margin: 0;
}
.result-url {
    color: #00843D;
    padding-bottom: 12px;
    
}
.result-img {
    float: left;
    width: 15%;
    padding-top: 12px;
}
.result-img img {
    width: 77%;
}
.result-content {
    float: left;
    width: 85%;
} 
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #00A3E0;
    background-color: transparent;
    border-color: transparent;
    cursor: default;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #676A6E;
    background-color: #fff;
    border: 0;
    margin-left: -1px;
}


/****************  Supplier Registration Form   *****************/
/****************  Supplier Registration Form   *****************/
.checkbox, .radio {
    margin: 0;
}
#supplierDescription {
    padding-top: 10px;
}
.supplier-title {
    padding-bottom: 28px;
}
.modal-content.supplier-title {
    padding: 80px 64px;
}
.supplier-title h4 {
    color: #00A3E0;
}
.supplier-title h4 a, .supplier-title h4 a:hover {
    font-size:22px;
    font-weight:300;
    line-height:28px;
    color:#00A3E0;
    margin: 0;
    text-decoration:underline;
}
#supplierDescription {
    padding-top: 10px;
}
.material-modal {
    white-space: nowrap;
    cursor: pointer;
}
#myModal.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 41%;
    left: 0;
    right: 0;
}
#myModal .modal-header {
    padding: 15px;
    border-bottom: none;
}
#myModal .modal-header .close {
    margin-top: -46px;
    margin-right: -18px;
}
.select.materials {
    padding-top: 0px;
}
.selected-wrapper {
    position: relative;
    clear: both;
    padding-bottom: 28px;
    display: block;
}
ul.supplier {
    padding-top: 20px;
}
label.material {
    font-size: 16px;
}
#fileMain .sf-icon-remove {
    display: none;
}
.subpage-content-wrapper .supplier li {
    list-style: none;
    padding: 16px 0 16px 23px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
    width: 75%;
    position: relative;
    text-indent: -7px;
}
.subpage-content-wrapper .supplier li::before {
    display: none;
}
.selected-title label{
    margin-bottom: 32px;
}
.checkbox {
    width: 100%;
    margin-bottom: 32px;
}
.control--checkbox {
    position: relative;

}
.control--radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control--radio .control__indicator {
    position: absolute;
    top: 19px;
    left: 0;
    height: 20px;
    width: 20px;
    background: none;
    border: 2px solid #DADADA;
}
.control--checkbox .control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: none;
    border: 2px solid #DADADA;
    border-radius: 4px;
}
.control--checkbox input {
    position: absolute;
    z-index: 1;
    opacity: 0;
    left: 0;
    margin-left: 0 !important;
    height: 16px;
    width: 20px;
    top: 0;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 300;
    cursor: pointer;
}
label.control--radio {
    padding-left: 23px;
}
.control--radio .control__indicator {
  border-radius: 50%;
}

.control--radio input:checked ~ .control__indicator {
  background: #00A3E0;
}

.control--checkbox input:checked ~ .control__indicator {
    background: #00A3E0;
}

.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control--radio input:checked ~  .control__indicator {
    border: 2px solid #00A3E0;
}
.control--checkbox input:checked ~  .control__indicator {
    border: 2px solid #00A3E0;
}
.control--radio input:checked ~ .control__indicator::after {
    display: block;
    border-top: 2px solid #fff;
    height: 11px;
    width: 8px;
    border-left: 2px solid #fff;
    transform: rotate(-136deg);
    -webkit-transform: rotate(-136deg);
    -moz-transform: rotate(-136deg);
    -o-transform: rotate(-136deg);
    position: absolute;
    left: 4px;
    top: 1px;
}
.control--checkbox .control__indicator::after {
    display: block;
    border-top: 2px solid #fff;
    height: 11px;
    width: 8px;
    border-left: 2px solid #fff;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    position: absolute;
    left: 4px;
    top: 1px;

}
#SelectedNumbers .control--checkbox .control__indicator {
    top: 4px;
}
.file-upload .btn-blue { 
    background: url('/App_Themes/Aramco/img/file-bg.png');
    border-radius: 3px;
    padding: 3px 0px 1px;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #999;
    width: 16%;
    color: #000;
}

.filecontainer input[type="file"] {
    cursor: pointer;
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    text-align: right;
    height: 31px;
    width: 146px;
    left: 0;
}
.upload-files {
    padding-top: 40px;
}
.fileNameSpan {
    float: left;
    padding-right: 20px;
    font-size: 18px;
    color: #00A3E0;
    padding-bottom: 36px;
}
.sf-icon-remove {
    margin-top: 5px;
}
.reg-step {
    width: 50%;
    margin-top: 58px;
}
.reg-step.next {
    float: right;
    text-align: right;
}
.reg-step.back {
    float: left;
}
.reg-step .btn-blue {
    width: 50%;
}


/****************  Careers   *****************/
/****************  Careers   *****************/

.job-search-container {
    background: #FCFCFC;
    padding: 40px 0 4px;
    border: 1px solid #D8D8D8;
}
.job-search-container.no-bg {
    background: transparent;
    border: 0;
}
.job-search-results {
    padding-bottom: 60px;
}
.job-search.careers {
    padding-bottom: 40px;
}
.job-search label {
    padding: 0 15px;
}
.job-search input[type="search"] {
    height: 40px;
    width: 100%;
    border: 1px solid #D8D8D8;
}
.job-search .btn-blue {
    width: 100%;
    padding: 6px 23px;
    font-size: 18px;
}
.adv-search {
    text-align: right;
    padding-top: 16px;
}
.adv-search a {
    font-size: 18px;
}
.job-search-container.no-bg .form-group {
    margin-bottom:28px;
}
.job-listing-row {
    margin: 0 0 96px;
    display:table;
    width:100%;
}
.job-listing-row .col-span {
    width: 100%;
    display: table-caption;
    caption-side: bottom;
    float:none;
    padding-top:12px;
}
.job-listing-row hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #b0b0b0;
    width: 100%;
    display: table-caption;
    caption-side: bottom;
}
.row-wrapper {
    position: relative;
    display:table-row;
}
.job-dept {
    padding-bottom:14px;
}
.job-title {
    width: 65%;
}
.job-id {
    padding-top: 10px;
}

.job-apply .btn-blue {
    width: 100%;
    padding: 6px 23px;
}
.title-wrapper, .location-wrapper, .apply-wrapper {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.location-wrapper, .apply-wrapper {
    padding-bottom: 11px;
}

.details-page-jobinfo p {
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 8px;
}
.details-page-jobinfo p:nth-child(3) {
    margin-bottom:28px;
}
.job-inf-ph img {
    width:100%;
    padding-bottom: 17px;
}
.detail-container {
    margin-bottom: 100px;
}
.detail-wrapper {
    margin-top: 82px;
}
.apply-form {
    margin-top: 100px;
}
.apply-form .btn-blue {
    margin: 0;
}
.job-detail-info p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}
.job-detail-info ul, .job-detail-info ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 17px;
}
.job-detail-info li {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
}

.social-share {
    margin: 96px 0;
}

.social-share label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 18px;
    color: #676A6E;
}
.subpage-content-wrapper .social-share ul {
    -moz-column-count: auto;
    -moz-column-gap: normal;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    column-count: auto;
    column-gap: normal;
    padding-left: 0;
    margin-top: 60px 0;
}
.social-share ul {
    padding: 0;
    margin-top:7px;
}
.subpage-content-wrapper .social-share li {
    list-style: initial;
    padding: 0 15px;
    line-height: initial;
    font-size: 18px;
    font-weight: 300;
    width: auto;
    position: relative;
    text-indent: initial;
}

.subpage-content-wrapper .social-share li:first-child {
    padding-left:0;
}
.subpage-content-wrapper .social-share li::before {
    display: none;
}


/****************  News Pages   *****************/
/****************  News Pages   *****************/

.news-buttons .btn-blue {
    width: 100%;
    margin: 16px 0 100px;
}
.news-list-container h2 {
    padding-left: 15px;
    padding-bottom: 14px;
    margin-top: 0;
}
.news-list.featured {
    padding: 0 15px 60px;
}
.news-list.featured h2 {
    padding-left: 0;
    padding-bottom: 0px;
    margin-top: 20px;
}
.show-mob { display: none;}
ul:empty {
    padding: 0;
    margin: 0;
    background: #000;
}
.list-unstyled.news-list.featured img {
    width: 66%;
}
.news-item {
    min-height: 383px;
    padding-bottom: 60px;
}
.news-list-img img {
    vertical-align: middle;
    width: 100%;
}
.archive-date {
    position: relative;
}
[id*="year-"] {
    position: absolute;
    top: -100px;
}
.news-list h4 {
    min-height:60px;
}
.news-list-container {
    padding-bottom: 100px;
}
.news-list-container::before, .news-list-container::after {
    content: " ";
    display: table;
}
.news-list-container::after {
    clear: both;
}
.news-column {
    float: right;
    width: 33%;
    padding: 0 15px;
    min-height: 393px;
}
.news-column img{
    width: 100%;
}
.news-detail {
    padding-bottom: 130px;
}
.news-detail-content p {
    width: 66.666667%;
    margin: 0 auto 32px;
}
.news-detail-content img {
    padding: 100px 0 0;
    width:100%
}
.img-caption {
    padding-bottom: 92px;
    display: block;
    font-size: 14px;
    padding-top:16px;
}
.detail-location {
    float: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
}
.news-detail-content {
    padding-bottom: 60px;
}
.news-detail-content pre {
    font-size: 32px;
    overflow: inherit;
    white-space: initial;
    color: #00A1DE;
    font-weight: 300;
    margin: 100px 0;
    text-align: center;
    word-break: initial;
word-wrap: initial;
}
.news-detail-content pre:before {
    display: block;
    content: "";
    width: 15px;
    height: 12px;
    background: url('../img/open-quote.png') no-repeat;
    padding-bottom: 52px;
    margin:0 auto;
}
.news-detail-content pre:after {
    display: block;
    content: "";
    width: 15px;
    height: 12px;
    background: url('../img/end-quote.png') no-repeat 100% 100%;
    padding-top: 52px;
    margin:0 auto;
}
.related-news .news-item {
    min-height: 330px;
    padding-bottom: 60px;
    padding-top: 40px;
}
.related-news .news-list {
    padding: 40px 0;
}
.sf-icon-facebook {
    background: url('/App_Themes/Aramco/img/btn-facebook-article.png');
    height: 48px;
    width: 48px;
}
.sf-icon-twitter {
    background: url('/App_Themes/Aramco/img/btn-twitter-article.png');
    height: 48px;
    width: 48px;
}
.sf-icon-linkedin {
    background: url('/App_Themes/Aramco/img/btn-linkedin-article.png');
    height: 48px;
    width: 48px;
}
.sf-icon-mailto {
    background: url('/App_Themes/Aramco/img/btn-email-article.png');
    height: 48px;
    width: 48px;
}
.news-share h3 {
    padding-top:32px;
    padding-bottom: 52px;
}

.tag-cloud {
    padding-bottom: 20px;
}
.tag-cloud h3 {
    padding-bottom: 12px;
}
.tag-cloud li {
    position: relative;
    padding-right: 16px;
    padding-bottom:12px;
}
.tag-cloud li a{
    text-decoration:none;
}
.tag-cloud li::after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #808080;
    border-radius: 25px;
    position: absolute;
    right: 0px;
    top: 8px;
}
.tag-cloud li:last-child:after {
    display:none;
}

/****************  News Slider   *****************/
/****************  News Slider   *****************/
#news-mobile {
    display: none;
}
.news-slider .ls-layers {
    z-index: 35;
    width: 40%;
    right: 0;
    left: inherit;
    background: rgba(255,255,255,.9);
    height: 75%;
    padding: 0 15px;
    top: 50%;
    float: right;
    padding: 2% 1% 0;
}
.ls-wrapper.ls-in-out .news-slide-title.ls-layer {
    width: 90% !important;
    white-space: normal !important;
}
.news-slider .ls-wrapper.ls-in-out {
    width: 100% !important;
    margin: 0 !important;
    position: relative !important;
    padding: 0 15px !important;
    box-sizing: content-box !important;
    left: 0 !important;
    height: auto !important;
    margin-bottom: 36px !important;
    top: 0 !important;
}

.news-slide-category:after {
    content: "";
    display: block;
    height: 2px;
    width: 43px;
    border-bottom: 1px solid #676A6E;
    padding-top: 16px;
    margin-bottom: 16px;
}
.ls-wrapper.ls-in-out .ls-layer.news-slide-summary, p.news-slide-summary.ls-layer {
    width: 90% !important;
    min-width: 90%;
}

/****************  Twitter Feed Styling   *****************/
/****************  Twitter Feed Styling   *****************/

.tweet-item {
    border: 1px solid #e1e1e1;
    padding: 15px;
    display: none;
}
.tweet-item:first-child, .tweet-item:nth-child(2), .tweet-item:nth-child(3) {
    display: block;
}
.tweet-item:not(:first-child) {
     margin-top: -1px;
}
.tweet-image {
    margin-bottom: 15px;
}

.tweet-profile-img, .tweet-profile-info {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
.tweet-body {
    clear: both;
    padding-bottom: 16px;
}
.tweet-date {
    float: left;
}
/* Actions */
.tweet-actions a {
    padding: 2px 5px 2px 18px;
    float: right;
    color: #676A6E;
}
.tweet-actions a.ctf-reply,
.tweet-actions a.ctf-retweet,
.tweet-actions a.ctf-like{
    color: #676A6E;
    text-decoration: none;
    border: none;
    -moz-transition: color 0.1s ease-in-out;
    -webkit-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
.tweet-actions a:hover,
.tweet-actions a:focus{
    -moz-transition: color 0.1s ease-in-out;
    -webkit-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
.tweet-actions .ctf-reply:hover,
.tweet-actions .ctf-reply:focus{
    color: #E34F0E !important;
}
.tweet-actions .ctf-retweet:hover,
.tweet-actions .ctf-retweet:focus{
    color: #19cf86 !important;
}
.tweet-actions .ctf-like:hover,
.tweet-actions .ctf-like:focus{
    color: #e81c4f !important;
}
.ctf-action-count {
    display: block;
    float: right;
    padding-left: 3px;
    font-weight: bold;
    font-size: 11px;
    line-height: 20px;
}
.ctf-action-count:empty
{
    padding:0;
}
.retweeted-by {
    margin-bottom: 2px;
}
.retweeted-by .fa-retweet {
    margin-left: 30px;
    margin-right: 7px;
    background-color: #17BF63;
    color: white;
    padding: 2px;
}
.retweeted-by a {
    text-decoration: none;
}
.retweeted-by a:hover {
    text-decoration: underline;
    color: #00a3e0;
}
/****************  Quoted Tweet Styling   *****************/
.quotedTweetLink,
.quotedTweetLink:active,
.quotedTweetLink:focus,
.quotedTweetLink:hover {
    text-decoration: none;
}
.quoteTweet {
    margin-top: 12px;
    border: solid 1px #e6ecf0;
    cursor: pointer;
    border-radius: 4px;
    padding: 12px;
    text-decoration: none;
}
.quoteTweet:hover
{
    text-decoration: none;
    border-color: #ccd6dd;
    z-index: 2;
}
.quoteTweet .tweet-profile-info {
    float: none;
}
.quoteMedia {
    margin-right: 12px;
    float: left;
    overflow: hidden;
    vertical-align: top;
    position: relative;
}
.quoteMedia img {
    width: 102px !important;
    height: 102px !important;
    transition: none !important;
}
.quoteText {
    vertical-align: top;
    position: relative;
    text-decoration: none;
    color: #676A6E;
}
.quoteText:hover {
    text-decoration: none;
}

/*Vertical Template*/

#tweet-vertical-list {
    background: #FCFCFC;
    margin-bottom: 66px;
}
#tweet-vertical-list .retweeted-by a {
    color: #676A6E;
}
#tweet-vertical-list .retweeted-by a:hover {
    text-decoration: underline;
    color: #00a3e0;
}
/*Carousel Template*/
#tweet-vlist {
    background: #FCFCFC;
    margin-bottom: 58px;

}
#tweet-carousel-list .quoteMedia {
    width: 60px !important;
    height: 60px !important;
}
#tweet-carousel-list .quoteMedia img {
    position:absolute;
    z-index:-1;
    top:50%;
    left:50%;
    width:100% !important;
    transform:translate(-50%, -50%); 
}
#tweet-carousel-list .tweet-item,
#tweet-carousel-list .quoteText {
    border: 0;
    padding: 0;
    position: relative;
    background: #676a6e;
    color: #fff;
}
#tweet-carousel-list .tweet-item:not(:first-child) {
     margin-top: 0px;
}
#tweet-carousel-list .tweet-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#tweet-carousel-list .tweet-profile-img img {
    height: auto !important;
}

.collage-img-container:hover #tweet-carousel-list .tweet-profile-img img,
.collage-img-container:hover #tweet-carousel-list .quoteMedia img {
    opacity: 1;
}
#tweet-carousel-list .tweet-image {
    margin-bottom: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
}
#tweet-carousel-list .tweet-image a {
    display: block;
    position: relative;
    margin: auto;
}
#tweet-carousel-list .tweet-image img {
    width: 100%;
    opacity: 0;
}
.collage-img-container:hover #tweet-carousel-list .tweet-image img {
    opacity: 1;
}
.collage-img-container #tweet-carousel-list .tweet-content {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 75%;
}

.collage-img-container:hover #tweet-carousel-list .tweet-content {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#tweet-carousel-list .tweet-actions a.ctf-reply,
#tweet-carousel-list .tweet-actions a.ctf-retweet,
#tweet-carousel-list .tweet-actions a.ctf-like {
    color: #fff;
}
#tweet-carousel-list .slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
#tweet-carousel-list .slick-dots li button::before {
    color: #fff;
}

/****************  Mapbox Styling   *****************/
/****************  Mapbox Styling   *****************/

.contact-map iframe {
    width: 100%;
    height: 600px;
}
.hidden.hidden {
    display: none;
}
.pad2 {
    padding: 20px;
}
.dark {
    color: #fff;
}
.prose .note:last-child, .note.prose:last-child {
    margin-bottom: 0;
}
.prose .note, .note.prose {
    margin-bottom: 20px;
}
.note.error {
    background: #f9886c;
}
.round {
    border-radius: 3px;
}
.pad1 {
    padding: 10px;
}
.note {
    background: #f0f8fc;
    padding: 10px;
}
.strong, strong {
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: normal;
}
small, .prose.small, .small {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
}
.dark a, a.dark, .dark a > code {
    color: rgba(255,255,255,.5);
}

/****************  Sitemap   *****************/
/****************  Sitemap   *****************/
.subpage-content-wrapper .main-sitemap ul {
    -moz-column-count: auto;
    -moz-column-gap: normal;
    -webkit-column-count: auto;
    -webkit-column-gap: ininormaltial;
    column-count: auto;
    column-gap: normal;
    padding-left: 0;
    margin-top: 0;
}
.main-sitemap .nav-sitemap {
    display: block;
    width: 100%;
    overflow: hidden;
}
.nav-sitemap a {
    text-decoration: none;
}
.main-sitemap li {
    list-style: none;
    padding: 0 0 0 23px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    position: relative;
    text-indent: -7px;
}
.main-sitemap li::before {
    content: "";
    display: none;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 25px;
    background: #00a3e0;
    top: 17px;
    left: 0px;
}
.main-sitemap .nav-stacked li::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 25px;
    background: #00a3e0;
    top: 17px;
    left: 10px;
}
.main-sitemap .nav-sitemap > li {
    display: block;
    border-left: 0;
}
.main-sitemap .nav > li > a {
    padding: 6px 15px;
}
/****************  Footer   *****************/
/****************  Footer   *****************/

footer a {
    color: #fff;
    text-decoration:none;
    font-size:16px;
}
footer a:hover {
    color: #fff;
    text-decoration:underline;
}
footer a:active, footer a:focus {
    color: #CFCFCF;
}
footer {
    background: #000;
    color: #fff;
}

.foot-top {
    margin-top: 70px;
}
.center-foot ul {
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    column-count: 2;
    column-gap: 0;
    padding: 0;
}
.center-foot li {
    list-style: none;
    padding-bottom: 4px;
    position:relative;
    padding-left: 19px;
}
.center-foot li::before {
    content: "";
    display: block;
    background-image: url('../img/btn-chevron-right-white.png');
    background-repeat: no-repeat;
    width: 7px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 6px;
}

.right-foot ul {
    padding: 0;
}
.right-foot li {
    list-style: none;
    display: inline;
    padding-right: 12px;
}

.left-foot p, .center-foot p, .right-foot p {
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    margin-bottom: 15px;
    font-size:16px;
}
.foot-nav ul {
    padding: 0;
}
.foot-nav li {
    list-style: none;
    display: inline-block;
    padding-right: 13px;
}
.foot-nav li::after {
    content: "|";
    display: inline-block;
    padding-left: 17px;
}
.foot-nav li:last-child:after {
    content: "|";
    display: none;
    padding-left: 17px;
}
.foot-bottom {
    margin: 80px 0 40px;
}


/*****************************    Admin Styling Fixes   ******************************/
/*****************************    Admin Styling Fixes   ******************************/
/*****************************    Admin Styling Fixes   ******************************/
.RadDockZone .navigation-sidebar {
    top:initial;
}

.RadDockZone .owl-carousel {
    display:block;
}

.RadDock .rdTable .rdTitleBar div {
    padding: 2px 0 0 59px !important;
    height: 40px !important;
    width: 73% !important;
    white-space: normal !important;
    text-overflow: initial !important;
    overflow: visible !important;
    word-wrap: break-word !important;
    -webkit-hyphens: auto !important;
    -moz-hyphens: auto !important;
    -ms-hyphens: auto !important;
    hyphens: auto !important;
}
.collage-img-container span.rdMoreCommand, .collage-img-container span.rdEditCommand {
    opacity: 1;
    position: relative;
    color: initial;
    left: auto;
    z-index: initial;
    font-size: initial;
    background: initial;
    background: initial;
    background: initial;
    background: initial;
    -webkit-transition: initial;
    -moz-transition: initial;
    transition: initial;
    width: 100%;
    padding: initial;
    text-align: initial;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
}
.rdContent .category-collage div {
    max-height: 100%;
    overflow: hidden;
}
.rdContent .collage-content {
    position: initial;
    top: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-transform: none;
}
.subpage-content-wrapper ul.rdCommands {
    -moz-column-count: initial;
    -moz-column-gap: initial;
    -webkit-column-count: initial;
    -webkit-column-gap: initial;
    column-count: initial;
    column-gap: initial;
    padding-left: initial;
    margin-top: initial;
}
.subpage-content-wrapper ul.rdCommands li {
    list-style: initial;
    padding: initial;
    line-height: initial;
    font-size: initial;
    font-weight: initial;
    width: auto;
    position: static;
    text-indent: initial;
}
.subpage-content-wrapper .rdCommands li::before {
    Display: none;
}
.catpage-img-wrapper span.rdMoreCommand, .catpage-img-wrapper span.rdEditCommand  {
    position: static;
    color: initial;
    left: auto;
    bottom: auto;
    z-index: initial;
    font-size: initial;
    background: initial;
    background: initial;
    background: initial;
    background: initial;
    display: initial;
    width: auto;
    padding: 0;
    text-align: initial;
    font-weight: initial;
}
.rdContent .aux-nav.search {
    width: 10%;
}
.rdContent .aux-nav.site-selector {
    width: 20%;
}
.rdContent .aux-nav.aux-contact {
    width: 10%;
}
.rdContent .aux-nav.aux-social {
    width: 30%;
}
.rdContent .aux-logo {
    width: 25%;
}
.rdContent .opaque {
    opacity: 1 !important;
}

.no-show {
    display:none;
}

/*****************************  Modal form   ******************************/
.sfPageEditor.zeContentMode .modal-backdrop.in {
    display: none;
}
.modal-bss {
    position: absolute;
    z-index: 1050;
    width: 930px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
}
.survey-form form {
    padding: 60px;
    text-align: center;
}
.survey-form h2 {
    padding-bottom: 50px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
    opacity: .7;
}

.survey-check .modal-unstyled {
    -moz-column-count: 3;
    -moz-column-gap: 62px;
    -webkit-column-count: 3;
    -webkit-column-gap: 62px;
    column-count: 3;
    column-gap: 62px;
    padding-left: 0px;
    margin-top: 60px;
}
.survey-check li {
    list-style: none;
    padding-bottom: 10px;
    text-align: left;
}
.survey-check .control--checkbox input {
    top: 3px;
    cursor: pointer;
}
.survey-check .control--checkbox {
    position: relative;
    padding-left: 38px;
}
.survey-check .control--checkbox .control__indicator {
    border-radius: 2px;
    top: 5px;
}
.survey-form .close {
    float: right;
    font-size: 34px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    position: absolute;
    right: 6%;
    top: 7%;
    font-weight: 300;
}
.form-group.survey-email {
    margin: 60px 0;
}
.survey-email input.form-control {
    width: 59%;
    margin: 0 auto;
    text-align: center;
}
.survey-form p.form-group {
    margin-bottom: 60px;
}
.survey-email .reg-step, .survey-email .btn-blue {
    margin-top: 0;
    text-align: center;
}
.survey-email .back {
    padding-top: 13px;
}
.survey-email .btn-blue {
    padding: 8px 20px;
    width: 79%;
}
/*****************************  Modal form   ******************************/

/*****************************  Mobil Breakpoints   ******************************/
/*****************************  Mobil Breakpoints   ******************************/ 
/*****************************  Mobil Breakpoints   ******************************/
/*****************************  Mobil Breakpoints   ******************************/
@media screen and (min-width: 1920px) {
    .ug-thumb-image {
        height: auto !important;
    }
}
@media screen and (max-width: 1500px) {
    .collage-img-container.static p {
        width: 68%;
    }
    .pull-right .collage-link {
        width: 68%;
    }
    .news-slider .ls-layers {
        padding: 1% 1% 0;
    }
}
@media screen and (max-width: 1200px) {
    .bss-container {
        width: 970px;
    }
    .quote-break {
        width: 100%;
    }
     #gallery {
        height: 675px !important;
        width: 100%;
    }
    .ug-gallery-wrapper .ug-slider-wrapper {
        height: 675px !important;
    }
    .ug-slide-wrapper img{
        height: 675px !important;
        width: 1200px !important;
        left: 0 !important;
    }
    .ls-wrapper.ls-in-out {
        width: 910px !important;
    }
    .category-collage .stack .catpage-img-wrapper:first-child img {
        height: auto;
    }
    .news-slider .ls-layers {
        width: 46%;
        padding: 4% 1% 0;
    }
    footer .container {
        width: 100%;
    }
    #gallery {
        margin-bottom: 222px;
    }
    .supplier-thank .btn-blue {
        width: 55%;
    }
    .ug-thumb-wrapper, .ug-thumb-image, .video-gallery-link, .ug-strip-panel, .ug-thumbs-strip {
        height: 222px !important;
    }
    .ug-strip-panel {
        bottom: -222px !important;
    }
    .video-gallery-link .pull-right {
        position: initial;
    }
    .collage-img-container.static p {
        width: 91%;
    }
    .pull-right .collage-link {
        width: 91%;
    }
    .news-list h4 {
        min-height: 56px;
    }

}
@media screen and (max-width: 1150px) {
    .news-list h4 {
        min-height: 56px;
    }

}
@media screen and (max-width: 991px) {
    .bss-container {
        width: 100%;
    }
    header .container {
        width: 100%;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-nav > li > a {
        padding: 5px 14px;
    }
    .collage-content p {
        padding: 40px 64px;
    }
    .ls-wrapper.ls-in-out {
        left: 75px !important;
    }
    .slider-wrapper, .news-slider{
        height: 640px;
    }
    #layerslider {
        height: 640px !important;
    }
    img.ls-bg {
        height: 640px !important;
    }
    .ls-slide-transition-wrapper {
        height: 640px !important;
    }

    .ls-slide-transition-tile img {
	    min-height: 640px;
        height: 640px !important;
    }
    .ls-layers {
        height: 79%;
    }
    .news-slider .ls-layers {
        width: 50%;
        height: 84%;
        top: 50%;
    }
   
    p.ls-layer, .news-slide-summary, .news-slide-link {
        font-size: 16px !important;
        line-height: 28px !important;
    }
     h1.ls-layer, p.news-slide-title {
        font-size:28px !important;
        line-height: 35px !important;
    }
    .news-slide-category {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .news-slider .ls-wrapper.ls-in-out {
        margin-bottom: 28px !important;
    }
    footer .container {
        width: 100%;
    }
    #gallery {
        height: 557px !important;
        width: 100%;
    }
    .ug-gallery-wrapper .ug-slider-wrapper {
        height: 557px !important;
    }
    .ug-slide-wrapper img{
        height: 557px !important;
        width: 991px !important;
        left: 0 !important;
    }
    #gallery {
        margin-bottom: 180px;
    }
    .ug-thumb-wrapper, .ug-thumb-image, .video-gallery-link, .ug-strip-panel, .ug-thumbs-strip {
        height: 180px !important;
    }
    .ug-strip-panel {
        bottom: -180px !important;
    }

    .collage-img-container.static p {
        width: 100%;
        font-size: 24px;
        padding: 19px 30px 0;

    }
    .collage-link::after {
        content: "";
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        bottom: -6px;
    }
    .pull-right .collage-link {
        width: 100%;
        font-size: 24px;
    }
    .news-list h4 {
        min-height: 88px;
    }
    .right-foot img {
        width: 23px;
    }
}
@media screen and (max-width: 768px) {
    p {
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 28px;
    }
    h1 {
        font-weight: 300;
        line-height: 64px;
        font-size: 54px;
        text-transform: capitalize;
        color: #00a3e0;
    }
    
    h2 {
        font-weight: 300;
        line-height: 36px;
        font-size: 30px;
        text-transform: capitalize;
        color: #00a3e0;
    }
    h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    /****************  Mobile Navigation   *****************/
    /****************  Mobile Navigation   *****************/
    
    .container.mobile-container {
        width: 100%;
        padding: 0;
    }
    .navbar {
        margin:0;
        border:0;
    }
    .aux-nav-container {
        display: none;
    }
    .aux-nav.site-selector, .aux-nav.aux-contact, .aux-nav.aux-social {
        display:none;
    }
    .mobile-nav.search {
        width: 40px;
        float: left;
        padding-top: 32px;
        display:inline-block;
        padding-left:15px;
    }
    .mobile-nav-right.aux-logo {
        float: right;
        display: inline-block;
        padding-top: 15px;
        margin-right:0;
    }
    .navbar-header {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-toggle {
        position: relative;
        float: left;
        margin-right: 15px;
        padding: 9px 10px;
        margin-top: 25px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background: #676a6e;
    }
    .navbar-nav {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .collapsing {
        display: inline-block;
    }
    .collapse.in {
        display: inline-block !important;
    }
    .navbar-toggle {
        display: block;
    }
    .home-icon {
        display:none;
    }
    .home-text {
        display: block;
    }
    
    .primaryNavigationItem:hover .secondaryNavigation {
        display: none !important;
    }
    .primaryNavigationItem.open .secondaryNavigation {
        display: block !important;
    }
    .back.js-back {
        cursor: pointer;
    }
    
    .navbar-nav > li {
        float: none;
        display: block;
        text-align: left;
        padding: 17px 0;
        background: #fff;
        border-bottom: 1px solid #dadada;
        position: relative;
    }
    .primaryNavigationItem:nth-last-child(2) {
        text-align: left;
    }
    .primaryNavigationItem a::after {
        content: "\f061";
        font-family: FontAwesome;
        position: absolute;
        right: 19px;
        top: 6px;
        color: #989898;
-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
     -o-transform: rotate(90deg);
    }
    .primaryNavigationItem.open a::after {
        content: "\f061";
        font-family: FontAwesome;
        position: absolute;
        right: 19px;
        top: 6px;
        color: #989898;
-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
     -o-transform: rotate(0deg);
    }
    .primaryNavigationItem.back.js-back::after {
        display: none;
    }
    .primaryNavigationItem.back.js-back::before {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 2px solid #808080;
        border-left: 2px solid #808080;
        display: block;
-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
        position: absolute;
        top: 11px;
        left: 31px;
    }
    .menuopen .back.js-back {
        display: block;
        color: #808080;
        padding: 5px 43px;
        text-decoration: none;
        position: relative;
        font-weight: 500;
    }
    .menuopen li {
        display: none;
    }
    .menuopen .open {
        display: block;
    }
    .navbar-nav > li > a {
        color: #808080;
        padding: 5px 30px;
        text-decoration: none;
    }
    .navbar-nav > li:first-child a {
        padding-left: 30px;
        text-align: left;
    }
    .navbar-nav > li:last-child a {
        padding-right: 15px;
        text-align: left;
    }
    .primaryNavigationItem .secondaryNavigation {
        border-top: 5px solid #00a3e0;
        position: relative;
        min-height: initial;
    }
    .megaNavigation {
        margin: 0;
        color: #fff;
        padding-left: 0;
    }
    .megaNavigation.threeCols .col {
        width: 100%;
        display: inline-table;
        float: left;
    }
    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: transparent;
        border-color: transparent;
    }
    
    .megaNavigationHeaderLink::after {
        display: none;
    }
    .nav-dropdown-image {
        display: none;
    }
    .megaNavigationList {
        display: none;
    }
    .navbar-nav > li.mobile-nav {
        display: block;
    }
    .mobile-nav {
        display: block;
    }

    .slider-wrapper.subpage-hero {
        height: 748px;
    }
    .social-mobile.mobile-nav {
        display: block;
    }
    .social-mobile {
        padding: 0 6.5% 65px;
        background-color: silver;
    }

    .social-mobile-title {
        font-weight: 700;
        font-size: 16px;
        border-bottom: none;
        padding-top: 45px;
        color: #fff;
        padding: 32px 0 10px;
        font-weight: 700;
        font-family: frutiger,Arial,sans-serif;
        font-weight: 300;
        line-height: 1.2;
        margin: 0 0 20px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .social-mobile ul {
        padding: 0;
    }
    .social-mobile li {
        list-style: none;
        display: inline-block;
        padding-right: 10px;
    }
    .social-mobile img {
        height: 28px;
        width: 28px;

    }
    .slide-content {
        left: 15%;
    }
    .quote-break {
        height: 590px;
    }
    .subpage-hero .slide-content {
        bottom: 9%;
        top: initial;
-webkit-transform: none;
    -ms-transform: none;
        transform: none;
     -o-transform: none;
        width: 65.333%;
        left: 30px;
    }
    .slider-wrapper {
        position: relative;
        /*height: 920px;*/
        overflow: hidden !important;
    }

    .ls-wrapper.ls-in-out {
        width: 100% !important;
        margin: 0 auto !important;
        position: relative !important;
        padding: 0 15px !important;
        box-sizing: initial !important;
        left: 75px !important;
        height:auto !important;
        margin-bottom: 36px !important;
        top: 35% !important;
    }
    .ls-wrapper.ls-in-out .ls-layer {
        width:460px !important;
    }
    .ls-layer .btn-blue {
        margin-right: 0;
        width: 46%;
        float: left;
    }
    .ls-layer .btn-blue:last-child {
        float: right;
    }
     h1.ls-layer {
        color: #fff;
        font-size: 30px !important;
        line-height:35px !important;
        margin-bottom:33px;
    }
     p.ls-layer {
        color: #fff;
        font-size: 16px !important;
        margin-bottom: 35px !important;
        line-height: 26px !important;
    }
     .news-slider #layerslider, .news-slider #layerslider2  {
        height: 600px !important;
    }
     .news-slider .ls-layers {
        width: 49%;
        height: 90%;
        top: 53%;
    }
     .ls-v6 .ls-bottom-nav-wrapper {
        top: 4px !important;
    }

    .btn-container .btn-blue {
        width: 46%;
    }
    .collage-img-container p, .collage-img-container.static p {
        opacity: 1;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 0;
        left: 0%;
        background: -webkit-linear-gradient(transparent, rgba(0,0,0,.6));
        background: -o-linear-gradient(transparent, rgba(0,0,0,.6));
        background: -moz-linear-gradient(transparent, rgba(0,0,0,.6));
        background: linear-gradient(transparent, rgba(0,0,0,.6));
        margin-bottom:0;
        font-size: 22px;
        padding: 19px 16px 15px;
        width: 100%;
    }
    .collage-img-container.static p {
        background: -webkit-linear-gradient(transparent, rgba(0,0,0,.0));
        background: -o-linear-gradient(transparent, rgba(0,0,0,.0));
        background: -moz-linear-gradient(transparent, rgba(0,0,0,.0));
        background: linear-gradient(transparent, rgba(0,0,0,.0));
        margin-bottom:0;
        bottom: 16px;
    }
    .collage-img-container:hover img {
        opacity:1;
    }
    .collage-img-container:hover p {
        opacity: 1;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 0;
        left: 0%;
    }
    .collage-img-container.static:hover p {
        
        bottom: 16px;
    }
    .collage-link::after {
        content: "";
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        bottom: 8px;
    }
    #tweet-carousel-list .slick-dots {
        bottom: -2px;
    }
    #gallery {
        height: 432px !important;
        width: 100%;
    }
    .ug-gallery-wrapper .ug-slider-wrapper {
        height: 432px !important;
    }
    .ug-slide-wrapper img{
        height: 432px !important;
        width: 768px !important;
        left: 0 !important;
    }
    .ug-thumb-wrapper .img-caption {
        font-size: 22px;
        opacity: 1;
        left: 0%;
        bottom: 0;
        line-height: 24px;
    }
    .ug-thumb-wrapper::before, .ug-slider-wrapper .ug-button-videoplay.ug-type-square {
        background-image: url('../img/unite-slider/play-button-square2.png');
        background-position: 0% 0%;
    }

    .video-gallery-link .pull-right .collage-link, .ug-thumb-wrapper .img-caption {
        padding: 19px 15px 0px;
        bottom: 0;
        margin-bottom: 15px;
    }
    .video-gallery-link .collage-link::after {
        bottom: -10px;
    }
    #tweet-carousel-list .tweet-image {
        margin-bottom: 8px;
        text-align: center;
        display: flex;
        justify-content: center;
        overflow: hidden;
        max-height: 157px;
    }
    #tweet-carousel-list .tweet-image.no-tweet-image {
        max-height:none;
    }
    #tweet-carousel-list .tweet-image img {
        width: 100%;
    }
    #tweet-carousel-list .tweet-body {
        clear: both;
        padding-bottom: 0;
        font-size: 12px;
        padding: 0 8px;
    }
    #tweet-carousel-list .tweet-footer {
        padding: 0 8px;
    }
    
    #tweet-carousel-list {
        margin-bottom: 0px;
		background: #676a6e;
    }
    .quoteTweet {
        display: none;
    }
    .collage-img-container #tweet-carousel-list .tweet-content {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        opacity: 1;
        width: 100%;
    }
    .collage-img-container #tweet-carousel-list .tweet-content.no-tweet-image {
        position: absolute;
        top: 50%;
        left: auto;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        opacity: 1;
    }
    .collage-img-container #tweet-carousel-list .retweeted-by {
        display: none;
    }
    .collage-img-container #tweet-carousel-list .tweet-profile-img {
        float: left;
        padding-right: 7px;
        padding-bottom: 3px;
        width: 20%;
        padding-left: 8px;
    }
    .collage-img-container #tweet-carousel-list .tweet-profile-info {
        float: left;
        padding-right: 10px;
        padding-bottom: 3px;
        width: 75%;
        padding-left: 8px;
    }
    .ug-thumb-wrapper::before {
    }
    .pull-right .collage-link {
        font-size: 22px;
        left: 0;
        bottom: -9%;
    }
    .collage-img-container.video {
        padding-bottom: 55.4%;
    }
    .quote-container {
        font-size: 40px;
        width: 83%;
        line-height: 56px;
    }
    .cta-block, a .cta-block span {
        height: 350px;
    }
    .cta-block h2 {
        font-size: 54px;
        bottom: 10%;
        left: 8%;
    }
    .fullwidth-img-container img {
        height: 508px;
    }
    .subpage-hero .slide-content h1 {
        font-size: 54px;
        font-weight: 300;
        line-height:64px;
    }
    .intro-copy p {
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 28px;
    }
    .category-intro {
        margin-bottom: 76px;
        margin-top: 40px;
    }
   
    .subpage-content-wrapper h2::before {
        left: -65px;
    }
    .subpage-content-wrapper li {
        width: 93%;
        font-size:16px;
        line-height:24px; 
        padding: 0 0 12px 23px;
    }
    .subpage-cta-container {
        margin-bottom: 55px;
    }
    .subpage-content-wrapper img {
        margin-top: 0px;
        margin-bottom: 34px;
        width:100%;        
    }
    .catpage-img-wrapper {
        width: 100%;
    }
    .category-collage img {
        margin:0;
    }
    .category-collage .stack .catpage-img-wrapper img {
        height: 109px;
    }
    .catpage-img-wrapper span {
        opacity: 1;
    }
    #myModal.modal.in .modal-dialog {
        width: 80%;
    }
    .img-caption {
        padding-bottom: 64px;
    }   
    .form-group {
        margin-bottom: 34px;
    } 
    .job-search.careers {
        padding-bottom: 34px;
    }
    .address-text, .address-text2, .city-text, .state-text, .zip-text {
        margin-bottom: 0;
    }
    .city-text, .state-text, .zip-text {
        margin-bottom: 28px;
    }
    .captcha-group {
        margin-bottom:48px;
    }
    .captcha-img img {
        width: initial;
    }
    .job-title {
        width: 85%;
    }
    .job-listing-row {
        margin: 0 0 82px;
    }
    .job-search-container.no-bg {
        margin-bottom: 18px;
    }
    .job-listing-row .col-span {
        padding-top: 4px;
    }
    .right-foot img {
        max-width: 23px;
    }
    footer a {
        font-size: 12px;
    }
    .copyright {
        font-size: 12px;
    }
    
    .foot-nav li {
        list-style: none;
        display: inline-block;
        padding-right: 8px;
    }
    .foot-nav li::after {
        content: "|";
        display: inline-block;
        padding-left: 8px;
    }

}
@media screen and (max-width: 767px) {
    .sf-Gallery-thumbs.sf-Gallery-thumbs--video > div {
        width: 100%;
    }
    .cta-block h2 {
        font-size: 46px;
        bottom: 10%;
        left: 15px;
        line-height: 46px;
        width: 75%;
    }
    .subpage-content-wrapper h2::before {
        left: -31px;
    }
    .ls-slide-transition-tile img, img.ls-bg{
         max-height: 500px;
    }
    .no-image {
        display:none;
    }
    .video-mobile {
        display: block;
    }
    .collage-66, .collage-33 {
        width: 100%;
    }
    .video-desk {
        display:none;
    }
    .video-wrapper {
        height: 400px;
        margin-bottom: 1px;
    }
    .video-mobile iframe {
        width: 100%;
        height: 400px;
    }
    .video-mobile .video-gallery-link {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 400px !important;
    }
    .video-mobile .video-gallery-link img {
        height:400px;
    }
    .video-mobile .pull-right {
        float: none !important;
    }
    .tweet-image img {
        object-fit:cover;
	}
    #tweet-carousel-list .tweet-item, #tweet-carousel-list .quoteText {
        background: transparent;
    }	
    .quoteTweet {
        display: block;
    }
     .subpage-content-wrapper h2 {
        margin-bottom: 20px;
        margin-top: 56px;
    }
    .category-intro {
        margin-bottom: 64px;
        margin-top: 40px;
    }
    .category-collage div {
        max-height: none;
    }
    .category-collage .stack .catpage-img-wrapper:first-child img {
        height: auto;
    }
    .category-collage .stack .catpage-img-wrapper img {
        height: auto;
    }
    .mobile-hidden .catpage-img-wrapper {
        margin: 0 !important;
    }
    .collage-content p {
        padding: 28px 0;
    }
    .class-text {
        display: none;

    }
    #news-mobile {
        display: block;
        border-bottom: 1px solid #D8D8D8
    }
    #news-mobile.slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
    #news-desk { display: none;
    }
    .news-slide-content {
        padding: 15px 15px 27px;
    }
    .news-slide-img {
        height: 300px;
        overflow: hidden;
    }
    .news-slide-img img {
        width: 100%;
    }
    .news-slide-category {
        font-size: 14px;
        font-weight: 500;
        color: #00A1DE;
    }
    #news-mobile .slick-dots {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
        list-style: none;
        text-align: center;
    }
    #news-mobile .ls-v6 .ls-bottom-slidebuttons a.ls-nav-active {
        background-color: #676A6E !important;
    }
    #news-mobile .ls-v6 .ls-bottom-slidebuttons a {
        border-radius: 10px;
        border: 2px solid #676A6E !important;
    }
    .subpage-cta-container .no-pad-right {
        padding-right: 0;
        padding-left: 0;
    }
    .job-search-container {
        padding: 16px 0 6px;
    }
    .job-search-container .form-group {
        margin-bottom: 10px;
    }
    .job-search .btn-blue span{
        display:none;
    }
    .job-search input[type="search"] {
        float: left;
        margin-right:0;
    }
    .job-search label {
        padding: 0 15px;
        width: 100%;
    }
    .job-search .btn-blue {
        width: 7%;
        height: 40px;
        background: #0098D5 url('../img/search-site.png') no-repeat 50%;
        float: left;
    }
    .job-search .col-xs-10 {
        padding-right:0;
    }
    .job-search .col-xs-2 {
        padding-left:0;
    }
    .job-id {
        padding-top: 6px;
    }
    .job-id p {
        margin-bottom: 20px;
    }
    .job-search-container.no-bg {
        margin-bottom: 28px;
    }
    
    .job-listing-row .col-span {
        padding-top: 21px;
    }
    .job-listing-row {
        margin: 0 0 68px;
    }
    .center-foot ul {
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
        padding: 0;
    }
    .mobile-nopad {
        padding: 0;
    }
    .news-buttons .btn-blue {
        width: 100%;
        margin: 0 0 16px;
    }
    .news-column {
        width: 100%;
        padding: 0 15px;
        order: 2;
    }
    #news-mobile .slick-dots li button::before {
        border: 1px solid #676A6E !important;
        border-radius: 25px;
    }
    #news-mobile .slick-dots li.slick-active button::before {
        opacity: 1;
        color: #fff;
        background: #676A6E;
    }
    .show-mob { display: block;}
    .show-desk { display: none;}
    .news-list.featured {
        padding: 0 15px 26px;
    }
    .news-list h4 {
        min-height: auto;
    }
	.class {
        display: none;
    }
    #myModal.modal.in .modal-dialog {
        width: 92%;
        margin: 15px;
    }
    #myModal .supplier-title {
        padding: 54px 0;
    }
    #myModal .modal-header .close {
    margin-top: -59px;
    margin-right: 0px;
}
    .collage-row.tall-img img {
        object-fit:cover;
    }
    .sourcelist-mobile {
        display:block;
    }
    .sourcelist-desk {
        display:none;
    }
}
@media screen and (max-width: 600px) {
    p {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 28px;
    }
    h1 {
        font-weight: 300;
        line-height: 56px;
        font-size: 46px;
        text-transform: capitalize;
        color: #00a3e0;
    }
    
    h2 {
        font-weight: 300;
        line-height: 36px;
        font-size: 28px;
        text-transform: capitalize;
        color: #00a3e0;
    }
    h3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }
    h4 {
        font-size: 18px;
    }
    .no-pad-left, .no-pad-right, .no-pad {
        padding: 0;
    }
    .btn-blue {
        width: 100%;
    }
    .ls-layers {
        height: 100%;
    }
    .ls-wrapper.ls-in-out .ls-layer {
        width: 85% !important;
    }
    .ls-wrapper.ls-in-out {
        left: 12px !important;
    }
    .ls-wrapper.ls-in-out h1.ls-layer {
        color: #fff;
        font-size: 28px !important;
        line-height: 35px !important;
        margin-bottom: 33px;
        width: 85% !important;
        background: url('../img/btn-facebook-article.png') no-repeat cover;
    }
     p.ls-layer {
        color: #fff;
        font-size: 14px !important;
        margin-bottom: 35px !important;
        line-height: 24px !important;
    }
     .ls-layer .btn-blue {
        margin-right: 0;
        width: 48%;
        float: left;
        padding:26px 23px 22px;
    }
     .ls-v6 .ls-bottom-nav-wrapper {
        top: -28px;
    }

     .news-slide-img {
        height: 200px;
        overflow: hidden;
    }
     
	.video-mobile iframe, .video-mobile .video-gallery-link, .video-mobile .video-gallery-link img, .video-wrapper {
        height:300px !important;
    }
     .collage-img-container.static {
        max-height: 330px;
    }
     .quote-break {
        height: 512px;
    }
     #gallery {
        height: 337px !important;
        width: 100%;
    }
    .ug-gallery-wrapper .ug-slider-wrapper {
        height: 337px !important;
    }
    .ug-slide-wrapper img{
        height: 337px !important;
        width: 600px !important;
        left: 0 !important;
    }
     #gallery {
        margin-bottom: 900px;
    }
    .ug-strip-panel {
        bottom: -600px !important;
    }
    .ug-strip-panel, .ug-thumbs-strip {
        height: 600px !important;
        width: 100% !important;
    }
    .ug-thumb-image, .ug-thumb-wrapper, .video-gallery-link {
        height: 300px !important;
        width: 100% !important;
    }
     .catpage-img-wrapper span {
         display: block;
     }
     .page-title {
        margin-top: 10px;
        padding-bottom: 32px;
    }
    .quote-container {
        font-size: 22px;
        width: 83%;
        line-height: 32px;
    }
    .cta-block, a .cta-block span {
        height: 200px;
    }
    
    .fullwidth-img-container {
        height: 500px;
    }
    
    .subpage-hero .slide-content h1 {
        font-size: 46px;
        font-weight: 300;
        line-height:56px;
    }
    .intro-copy p {
        margin-bottom: 32px;
        font-size: 18px;
        line-height: 24 px;
    }
    .subpage-content-wrapper li {
        width: 100%;
        font-size:14px;
        line-height:20px; 
        padding: 0 0 10px 23px;
    }
    .subpage-cta-container {
        margin-bottom: 41px;
    }
    .subpage-content-wrapper img {
        width: 100%;
        margin-top: 26px;
        margin-bottom: 28px;
    }
    .subpage-content-wrapper ul {
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }
    .subpage-cta-container {
        text-align: center;
    }
    .subpage-content-wrapper .subpage-cta-container img {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .category-collage img {
        margin: 0;
    }
    .category-collage .collage-row.text img {
        display:none;
    }
    .collage-content {
        position: relative;
        top: auto;
-webkit-transform: none;
    -ms-transform: none;
        transform: none;
     -o-transform: none;
    }
    .collage-content .btn-blue {
        width: 100%;
        padding: 15px;
        margin-top: 38px;
    }
    .contact-50 {
        width: 100%;
    }
    .contact-50.city-text {
        width: 50%;
    }
    .address-block .contact-50 {
        width: 50%;
    }
    .form-group {
        margin-bottom: 28px;
    } 
    .job-search.careers {
        padding-bottom: 28px;
    }
    .address-text, .address-text2 {
        margin-bottom: 0;
    }
    .captcha-group {
        margin-bottom:36px;
    } 
    .form-control::-moz-placeholder {
        font-size:16px; 
    }
    .form-control::-webkit-input-placeholder{
        font-size:16px; 
    }
    .form-control:-moz-placeholder{
        font-size:16px; 
    }
    .form-control:-ms-input-placeholder  { 
        font-size:16px; 
    }
    .supplier-thank .btn-blue {
        width: 100%;
    }
    .reg-step .btn-blue {
        width: 95%;
    }
    .contact-map .container-fluid {
        height: 453px !important;
    }
    .contact-map #map {
        height: 453px !important;
    }
    .contact-map iframe {
        width: 100%;
        height: 430px;
    }
    .title-wrapper, .location-wrapper, .apply-wrapper, .row-wrapper, .job-listing-row {
        display: block;
    }
    .xs-right {
        float:right;
    }
    .xs-left {
        float:left;
    }
    .social-share li {
        padding: 0;
        width: 25%;
        float: left;
    }
    .location-wrapper {
        position: absolute;
        bottom: 32px;
        left: 62px;
    }
    .location-wrapper::before {
        content: "|";
        display: block;
        position: absolute;
        left: 6px;
        top: -1px;
    }
    .news-list-container {
        display: block;
        flex-direction: column;
    }
    .news-column {
        width: 100%;
        padding: 0 15px;
        order: 2;
    }
    .main-news-list {
        order: 3;
    }
    .list-unstyled.news-list.featured img {
        width: 100%;
    }
    .news-buttons .btn-blue {
        width: 100%;
        margin: 0 0 16px;
    }
    .news-buttons {
        margin-bottom:40px;
    }
    .news-detail-content p {
        width: 100%;
        margin: 0 auto 28px;
    }
    .detail-location {
        float: left;
        font-size: 14px;
        line-height: 20px;
    }
    .news-detail-content img {
        padding: 44px 0 0;
        width: 100%;
    }
    .img-caption {
        padding-bottom: 75px;
        display: block;
        font-size: 14px;
        padding-top: 16px;
    }
    .news-detail-content pre {
        font-size: 22px;
        margin: 75px 0;
    }
    .related-news .news-item {
        min-height: 330px;
        padding-bottom: 30px;
        padding-top: 22px;
    }
    .center-foot li {
        padding-bottom: 20px;
    }
    .foot-nav {
        padding: 0;
    }
    .foot-nav li {
        list-style: none;
        display: inline-block;
        padding-right: 13px;
        width: 46%;
        float: left;
        padding: 15px 0 15px 15px;
        background: #191919;
        margin: 0 5px 10px 0px;
    }
    .foot-nav li:nth-child(2n){
        margin: 0 0px 10px 5px;
        width: 50%;
    }
    .foot-nav li::after {
        display:none;
    }
    .copyright {
        margin: 22px 0 32px;
    }
    .foot-bottom {
        margin: 80px 0 0px;
    }
    .foot-nav ul:before {
        display: table;
        content: " ";
    }
    .foot-nav ul:after {
        clear: both;
        display: table;
        content: " ";
    }
    footer a {
        font-size: 14px;
    }
    .news-column {
        min-height: auto;
    }
    .collage-img-container #tweet-carousel-list .tweet-content {
        opacity: 1;
    }
    #tweet-carousel-list .tweet-content {
        position: absolute;
        bottom: 0;
        left: 15px;
-webkit-transform: none;
    -ms-transform: none;
        transform: none;
     -o-transform: none;
    }
    #tweet-carousel-list .tweet-image img {
        width: 100%;
    }

    #tweet-vertical-list .tweet-item:not(:first-child) {
        margin-top: 0px;
    }
    #tweet-vertical-list .tweet-body {
        clear: both;
        padding-bottom: 15px;
    }
    #tweet-vertical-list .tweet-footer {
        padding-bottom: 41px;
    }

    #tweet-vertical-list .slick-dots {
        position: absolute;
        bottom: 8px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px !important;
        height: 10px !important;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
    .slick-dots li button::before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 10px !important;
        height: 10px !important;
        content: '' !important;
        text-align: center;
        opacity: 1 !important;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: 1px solid #fff !important;
        border-radius: 25px;
    }
    .slick-dots li.slick-active button::before {
        opacity: 1;
        color: #fff;
        background: #fff;
    }
    #news-mobile .slick-dots li button::before {
        border: 1px solid #676A6E !important;
        border-radius: 25px;
    }
    #news-mobile .slick-dots li.slick-active button::before {
        opacity: 1;
        color: #fff;
        background: #676A6E;
    }
    #tweet-carousel-list .slick-dots {
        bottom: 6px;
    }
    #tweet-carousel-list {
        margin-bottom: 0px;
        background: #676A6E;
    }
    #tweet-carousel-list .tweet-image {
        margin-bottom: 15px;
        text-align: center;
        display: flex;
        justify-content: center;
        overflow: hidden;
        max-height: initial;
    }
    #tweet-carousel-list .tweet-profile-img {
        float: left;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 25%;
        padding-left: 15px;
    }
    #tweet-carousel-list .tweet-profile-info {
        float: left;
        padding-right: 0;
        padding-bottom: 3px;
        width: 75%;
        padding-left: 0;
    }
    #tweet-carousel-list .tweet-item {
        min-height: 344px;
    }
    #tweet-carousel-list .tweet-body {
        clear: both;
        padding-bottom: 15px;
        font-size: 12px;
        padding: 15px;
    }
    #tweet-carousel-list .tweet-footer {
        padding: 0 15px 15px;
    }
    .result-img {
        display: none;
    }
}
@media screen and (max-width: 400px) {
.collage-img-container.static {
    max-height: 220px;
}
.ug-gallery-wrapper .ug-slider-wrapper {
    height: 225px !important;
}
.ug-slide-wrapper img{
    height: 225px !important;
    width: 400px !important;
    left: 0 !important;
}
.video-mobile iframe, .video-mobile .video-gallery-link, .video-mobile .video-gallery-link img, .video-wrapper {
    height:200px !important;
}
    .news-slide-img {
    height: 175px;
    overflow: hidden;
}
#gallery {
    margin-bottom: 750px;
    height: 225px !important;
    width: 100%;
}
.ug-strip-panel {
    bottom: -500px !important;
}
.ug-strip-panel, .ug-thumbs-strip {
    height: 500px !important;
    width: 100% !important;
}
.ug-thumb-image, .ug-thumb-wrapper, .video-gallery-link {
    height: 250px !important;
    width: 100% !important;
}
.slider-wrapper.subpage-hero {
    height: 560px;
}
}

@media screen and ( max-height: 750px ){
    .slider-wrapper {
        max-height: 500px;
    }
    #layerslider, #layerslider2 {
        max-height: 500px;
    }
    .ls-slide-transition-tile img, img.ls-bg{
         min-height:0 !important;
        height: 500px !important;
    }
    

}
