

#nav-top .nav-main {
    background: rgba(139,202,234,1);
    background: -moz-linear-gradient(top, rgba(139,202,234,1) 0%, rgba(3,109,185,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(139,202,234,1)), color-stop(100%, rgba(3,109,185,1)));
    background: -webkit-linear-gradient(top, rgba(139,202,234,1) 0%, rgba(3,109,185,1) 100%);
    background: -o-linear-gradient(top, rgba(139,202,234,1) 0%, rgba(3,109,185,1) 100%);
    background: -ms-linear-gradient(top, rgba(139,202,234,1) 0%, rgba(3,109,185,1) 100%);
    background: linear-gradient(to bottom, rgba(139,202,234,1) 0%, rgba(3,109,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcaea', endColorstr='#036db9', GradientType=0 );
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#nav-top ul {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 10px 0;
}

#nav-top ul li {
    float: left;
    padding: 0 30px;
    border-right: 1px solid #8fcbef;
}

.language-es #nav-top ul li {
    padding: 0 20px;
}

#nav-top ul li:last-child {
    border-right: 0;
}

#nav-top ul li a {
    font-family: "open-sans";
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.language-es #nav-top ul li a,
.language-pt-br #nav-top ul li a {
    font-size: 12px;
}

.nav-main .nav-main-control {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    float: right;
    padding: 10px;
    display: none;
}

#banner-slider .container {
    padding-bottom: 20px;
}

.banner-slides {
    position: relative;
}

.banner-slides img {
    width: 100%;
}

.banner-slides .slide-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    max-width: 330px;
    text-shadow: 1px 1px #000;
}

.banner-slides .slide-text-big {
    font-family: 'bodoni-book';
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
}

.banner-slides .flex-control-nav {
    left: 0;
    bottom: 20px;
    z-index: 2;
}

.banner-slides .flex-control-paging li a {
    background: transparent;
    width: 16px;
    height: 16px;
    border: 2px solid #000;
}

.banner-slides .flex-control-paging li a.flex-active {
    background: #000;
}

#banner-slider .caption {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    padding: 10px;
    font-size: 13px;
    color: #fff;
}

.news-and-events-slider .flex-control-paging {
    display: none;
}

#featured-widgets .container,
#news-and-events-widgets .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.featured-widget {
    position: relative;
}

.featured-widget h3,
.news-and-events-widget h3 {
    font-family: 'bodoni-book';
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px;
}

.language-pt-br .featured-widget h3,
.language-pt-br .news-and-events-widget h3 {
    font-size: 20px;
}

.featured-widget-ne .ne-widget-wrapper {
    background: #ecedf0;
    min-height: 289px;
    max-height: 289px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #cbcbcd;
}

.featured-widget-ne .upcoming-events {
    margin-bottom: 10px;
}

.featured-widget-ne .upcoming-events h4,
.featured-widget-ne .press-releases h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.featured-widget-ne .upcoming-events h4 {
    color: #006cb8;
}

.featured-widget-ne .press-releases h4 {
    color: #00ab4f;
}

.featured-widget-ne ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.featured-widget-ne ul li {
    height: 36px;
    overflow: hidden;
    margin: 0 0 8px;
}

.featured-widget-ne ul li:last-child {
    margin: 0;
}

.featured-widget-ne ul li a {
    color: #000;
}

.trending-now-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -30px; 
}

.news-and-events-widget-inner {
    height: 315px;
    overflow: hidden;
    border: 10px solid #ecedf0;
    position: relative;
}

.news-and-events-widget-twitter .news-and-events-widget-inner {
    background: #ecedf0;
    text-align: center;
}

.news-and-events-widget-ue ul,
.news-and-events-widget-pr ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.news-and-events-widget-ue ul li,
.news-and-events-widget-pr ul li {
    margin: 0 0 20px;
}

.news-and-events-widget-ue ul li:last-child,
.news-and-events-widget-pr ul li:last-child {
    margin: 0;
}

.news-and-events-widget-ue ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.news-and-events-widget-ue ul li span {
    display: block;
    font-weight: normal;
}

.news-and-events-widget-pr ul li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.news-and-events-widget-pr ul li a span {
    color: #00ab4f;
}

.link-recent-press-releases {
    font-size: 14px;
    font-weight: 600;
    color: #009c41;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

#product-solutions-banner .container {
    padding-top: 30px;
}

#product-solutions-banner .block-left {
    /*padding-top: 70px;*/
    padding-bottom: 100px;
    border-right: 1px solid #646568;
    text-align: center;
}

#product-solutions-banner h1 {
    font-family: 'bodoni-book';
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    color: #646568;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 60px;
}

.language-es #product-solutions-banner h1,
.language-pt-br #product-solutions-banner h1 {
    font-size: 36px;
}

#product-solutions-banner h1 span {
    display: block;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #646568;
}

#product-solutions-banner h2 {
    font-size: 18px;
    font-weight: 600;
    color: #2887c7;
    text-align: center;
    text-transform: uppercase;
    background: url('../img/arrow-right.png') no-repeat right center;
    margin: 0;
    padding-right: 40px;
    display: inline-block;
}

#product-solutions-banner .swatch {
    margin: 0 0 20px;
}

#product-solutions-banner .swatch a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: block;
    background: url('../img/swatches-skin-care.jpg') left center no-repeat;
    height: 116px;
    line-height: 100px;
}

.language-es #product-solutions-banner .swatch a,
.language-pt-br #product-solutions-banner .swatch a {
    font-size: 12px;
}

#product-solutions-banner .block-divider-wrap {
    padding-top: 30px;
}

#product-solutions-banner .block-divider {
background: rgba(237,237,238,1);
background: -moz-linear-gradient(top, rgba(237,237,238,1) 0%, rgba(225,226,227,1) 30%, rgba(198,199,200,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,238,1)), color-stop(30%, rgba(225,226,227,1)), color-stop(100%, rgba(198,199,200,1)));
background: -webkit-linear-gradient(top, rgba(237,237,238,1) 0%, rgba(225,226,227,1) 30%, rgba(198,199,200,1) 100%);
background: -o-linear-gradient(top, rgba(237,237,238,1) 0%, rgba(225,226,227,1) 30%, rgba(198,199,200,1) 100%);
background: -ms-linear-gradient(top, rgba(237,237,238,1) 0%, rgba(225,226,227,1) 30%, rgba(198,199,200,1) 100%);
background: linear-gradient(to bottom, rgba(237,237,238,1) 0%, rgba(225,226,227,1) 30%, rgba(198,199,200,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededee', endColorstr='#c6c7c8', GradientType=0 );
    height: 12px;
}

#main .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

#main p {
    margin: 0 0 20px;
}

#main p:last-child {
    margin: 0;
}

.main-product-solutions .block-left h3 {
    font-family: 'bodoni-book';
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.main-product-solutions .block-left p {
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
}

.product-solutions-category {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #646568;
    margin: 0 0 30px;
}

.product-solutions-subcategory {
    margin-bottom: 2px;
}

.product-solutions-subcategory-accordion-title,
.related-products-accordion-title,
.select-your-region-title {
    font-size: 18px;
    color: #576e7f;
    text-transform: uppercase;
    background: #acd6f2;
    padding: 10px;
    border: 1px solid #90b3ca;
    position: relative;
    cursor: pointer;
}

.product-solutions-subcategory-accordion-title i,
.related-products-accordion-title i,
.select-your-region-title i {
    font-size: 20px;
    color: #576e7f;
    position: absolute;
    right: 10px;
    top: 7px;
}

.product-solutions-subcategory-accordion-content,
.select-your-region-content {
    display: none;
}

#main .select-your-region-content p {
    margin-bottom: 40px;
}

.select-your-region-content p:last-child {
    margin-bottom: 0;
}

#product-finder-results .product-solutions-subcategory:first-child .product-solutions-subcategory-accordion-content {
    display: block;
}

.product-solutions-subcategory-accordion-content,
.related-products-accordion-content {
    padding-top: 25px;
    padding-bottom: 25px;
}

.select-your-region-content,
.region-sales-person {
    padding: 25px;
}

.region-sales-person strong {
    text-transform: uppercase;
}

.product-solutions-subcategory-product,
.related-products-item {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.product-solutions-subcategory-product img,
.related-products-item img {
    border-radius: 5px;
    margin-bottom: 5px;
}

.product-solutions-subcategory-product p,
.related-products-item p {
    height: 36px;
    overflow: hidden;
}

.ps-quick-view,
.rp-quick-view {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background: #00ab4f;
    padding: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -40px;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.ps-quick-view:hover,
.ps-quick-view:focus {
    color: #fff;
    text-decoration: none;
}

.product-solutions-subcategory-product:hover .ps-quick-view,
.related-products-item:hover .ps-quick-view {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.quick-view-modal {
    max-width: 500px;
}

.quick-view-modal img {
    margin: 0 0 20px;
}

.quick-view-modal h3 {
    font-family: 'bodoni-book';
    font-size: 24px;
    font-weight: 700;
    color: #00ab4f;
    margin: 0 0 20px;
}

.quick-view-modal h3 span {
    font-family: 'open-sans';
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    color: #000;
    display: block;
}

.quick-view-modal p {
    margin: 0 0 20px;
}

.quick-view-modal p:last-child {
    margin: 0;
}

.quick-view-modal p a {
    color: #016db8;
}

.product-breadcrumbs {
    margin: 0 0 25px;
}

.product-breadcrumbs ul {
    list-style: none;
    padding: 0;
}

.product-breadcrumbs ul li {
    float: left;
    margin-right: 5px;
}

.product-breadcrumbs ul li:last-child {
    margin: 0;
}

.product-breadcrumbs ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #646568;
    line-height: 16px;
}

.product-breadcrumbs ul li.active a {
    color: #006cb8;
}

.product-breadcrumbs ul li a:hover,
.product-breadcrumbs ul li a:focus {
    color: #006cb8;
    text-decoration: none;
}

.product-breadcrumbs ul li:first-child a {
    font-size: 18px;
    text-transform: uppercase;
}

.product-content {
    position: relative;
}

.product-content .block-right h3 {
    font-family: 'bodoni-book';
    font-size: 24px;
    font-weight: 700;
    color: #00ab4f;
    margin: 0 0 20px;
}

.product-content .block-right h3 span {
    font-family: 'open-sans';
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    color: #000;
    display: block;
}

.product-content .availability {
    font-style: italic;
    color: #999;
    position: absolute;
    bottom: 40px;
    left: 41.66666667%;
    padding-left: 15px;
}

.main-product-solutions-product .block-divider-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-product-solutions-product .block-divider {
    background: #c6c7c8;
    height: 1px;
}   

.product-files {
    max-width: 600px;
    margin-bottom: 20px;
}

.product-file-item {
    margin-bottom: 10px;
}

.product-file,
.product-brochure a {
    background: url('../img/product-file-icon-1.png') left center no-repeat;
    display: block;
    padding: 5px 0 5px 30px;
}

.product-file-2 {
    background: url('../img/product-file-icon-2.png') left center no-repeat;
}

.product-file-3 {
    background: url('../img/product-file-icon-3.png') left center no-repeat;
}

.product-brochure a {
    display: inline-block;
}

.product-file:hover,
.product-file:focus {
    text-decoration: none;
}

.product-buttons {
    margin-bottom: 50px;
}

.product-button {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center; 
    width: 160px;
    padding: 8px 0;
    display: inline-block;
}

.product-button-green {
    background: #00ab4f;
}

.product-button-blue {
    background: #006cb8;
}

.product-button:hover,
.product-button:focus {
    color: #fff;
    text-decoration: none;
}

#web-careers-banner .block-left {
    padding-right: 0;
}

#web-careers-banner .block-right {
    padding-left: 0;
}

#web-careers-banner .banner-content {
    background: #29b969;
    height: 316px;
    padding: 40px 30px;
}

#web-careers-banner h2 {
    font-family: 'bodoni-book';
    font-size: 38px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.language-es #web-careers-banner h2,
.language-pt-br #web-careers-banner h2 {
    font-size: 31px;
}

#web-careers-banner p {
    color: #fff;
    margin: 0 0 15px;
}

#web-careers-banner h3 {
    font-family: 'open-sans';
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.nav-web-careers-tabs {
    padding-left: 15px;
    padding-right: 15px;
}

.nav-web-careers-tabs li {
    padding: 0 1px;
}

.nav-web-careers-tabs li a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #24b9f1;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav-web-careers-tabs li.active a,
.nav-web-careers-tabs li a:hover,
.nav-web-careers-tabs li a:focus {
    background: #29b969;
}

#meet-our-team .wrap {
    background: #e3e4e4;
    padding: 25px 20px;
}

#meet-our-team h3 {
    font-family: 'bodoni-book';
    font-size: 22px;
    color: #7c7c7c;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px;
}

#meet-our-team .team-member-photo {
    margin: 0 0 10px;
}

#meet-our-team .team-member-name {
    font-size: 16px;
    color: #24b9f1;
    text-transform: uppercase;
}

#meet-our-team .team-member-position {
    font-size: 14px;
    color: #808080;
    text-transform: uppercase;
    margin: 0 0 15px;
}

#meet-our-team .team-member-position span {
    display: block;
    text-transform: none;
}

#meet-our-team .team-member-description {
    font-size: 13px;
    color: #808080;
    margin: 0 0 40px;
}

#meet-our-team .team-member-quote {
    font-size: 13px;
    font-style: italic;
    color: #808080;
}

#resume-submission .wrap {
    padding: 20px;
}

#resume-submission .rs-note {
    font-size: 16px;
    color: #646464;
    margin: 0 0 30px;
}

#resume-submission .form-row {
    margin-bottom: 10px;
}

#resume-submission .form-row:last-child {
    margin-bottom: 0;
}

#resume-submission .form-col {
    float: left;
    margin-right: 60px;
}

#resume-submission .form-col:last-child {
    margin-right: 0;
}

#resume-submission .form-label {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #646464;
    display: block;
    margin: 0 0 5px;
}

#resume-submission .form-text {
    width: 230px;
    padding: 5px;
    outline: none;
    border: 1px solid #bebebe;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(190,190,190,1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(190,190,190,1);
    box-shadow: inset 0px 0px 5px 0px rgba(190,190,190,1);
}

#resume-submission .form-row-buttons {
    margin: 30px 0 0;
}

#resume-submission .form-row-buttons p {
    font-size: 13px;
    color: #646464;
    margin: 0 0 10px;
}

#resume-submission .form-file,
#resume-submission .form-submit,
.btn-rh,
.btn-btp {
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #939598;
    display: inline-block;
    width: 130px;
    padding: 5px;
    outline: none;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

.btn-rh {
    margin-bottom: 30px;
}

.btn-btp {
    margin-top: 30px;
}

.btn-rh a {
    display: block;
    color: #fff;
}

.btn-rh a:hover {
    text-decoration: none;
}

#job-search .wrap {
    padding: 20px;
}

#job-search h3 {
    font-size: 21px;
    color: #525252;
    text-transform: uppercase;
    padding: 0 0 10px;
    margin: 0 0 25px;
    border-bottom: 2px solid #d8d8d8;
}

#job-search .available-opening {
    font-size: 16px;
    color: #525252;
    padding: 0 0 0 40px;
    margin: 0 0 20px;
    position: relative;
}

#job-search .available-opening a {
    color: #525252;
}

#job-search .available-opening:last-child {
    margin: 0;
}

#job-search .available-opening span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
}

#job-search .available-opening:before {
    content: '';
    display: block;
    background: url('../img/available-opening.png') no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.web-career-form-content {
    margin-bottom: 20px;
    padding-bottom: 45px;
    border-bottom: 1px solid #000;
}

.web-career-form-content h2 {
    font-size: 18px;
    font-weight: 600;
    color: #006cb8;
    margin: 0 0 30px;
}

.web-career-form-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #00ab4f;
    margin: 0 0 30px;
}

.web-career-form {
    max-width: 595px;
}

.web-career-form span.wpcf7-not-valid-tip {
    text-align: right;
}

.web-career-form span.wpcf7-list-item:first-child {
    margin: 0;
}

.web-career-form h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 60px;
}

.web-career-form .form-row {
    margin: 0 0 20px;
}

.web-career-form .form-row:last-child {
    margin: 0;
}

.web-career-form .form-label {
    font-size: 15px;
    font-weight: normal;
    color: #646464;
    text-align: right;
    margin: 0 20px 0 0;
    width: 150px;
    vertical-align: middle;
}

.web-career-form .checkbox-label,
.wpcf7-list-item-label {
    font-size: 15px;
    font-weight: normal;
    color: #646464;
}

.web-career-form .form-text {
    background: #eeeded;
    width: 425px;
    padding: 8px;
    border: 0;
    outline: none;
}

.web-career-form .form-text-50 {
    width: 211px;
}

.selectBox-dropdown {
    background: #eeeded;
    min-width: 220px;
    padding: 5px 8px;
    border: 0;
}

.selectBox-dropdown:focus {
    outline: none;
}

.selectBox-dropdown-menu a {
    text-decoration: none;
}

.selectBox-dropdown .selectBox-arrow {
    background: url('../img/selectbox-arrow.jpg') no-repeat;
    width: 41px;
    height: 38px;
    border-left: 2px solid #fff;
}

.selectBox-dropdown:focus .selectBox-arrow {
    border-left: 2px solid #fff;
}

.form-checkbox-wrap {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}

.form-checkbox-wrap:last-child {
    margin-right: 0;
}

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label,
input[type="checkbox"] + span {
    background:url('../img/checkbox.jpg') left center no-repeat;
    height: 40px;
    line-height: 40px;
    padding-left: 48px;
    display: inline-block;
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:checked + span {
    background:url('../img/checkbox-checked.jpg') left center no-repeat;
}

.web-career-form .form-date {
    padding: 8px;
    background: #eeeded;
    border: 0;
    width: 220px;
}

.web-career-form .form-textarea {
    background: #eeeded;
    width: 425px;
    min-height: 85px;
    padding: 5px 8px;
    border: 0;
    outline: none;
    resize: none;
    vertical-align: middle;
}

.web-career-form .form-submit {
    background: #006cb8;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 135px;
    margin-left: 170px;
    padding: 8px 0;
    border: 0;
    outline: none;
}

#banner-about-us img {
    width: 100%;
}

#banner-about-us .banner-about-us-icon {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -118px;
    margin-left: -118px;
}

.heading-gmaps {
    width: 100%;
    margin: 0 0 30px;
}

#gmap {
    height: 300px;
    margin: 0 0 30px;
}

#gmap-controls {
    text-align: center;
}

#gmap-controls p {
    font-size: 16px;
    font-weight: 600;
    color: #58595b;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 10px;
}

#gmap-controls a {
    font-size: 11px;
    color: #58595b;
    text-transform: uppercase;
    text-decoration: none;
}

#gmap-controls a.active {
    color: #ccc;
}

#gmap-controls a:after {
    content: ' •';
}

#gmap-controls a:last-child:after {
    content: '';
}

.gmap-controls-inner {
    display: inline-block;
    vertical-align: middle;
}

.search-available-openings {
    margin: 0 0 30px;
}

.search-available-openings-dropdown {
    background: #9ea19e;
    color: #fff;
    text-transform: uppercase;
}

.search-available-openings-dropdown:hover,
.search-available-openings-dropdown:focus {
    color: #fff;
}

.search-available-openings-dropdown .selectBox-arrow {
    background: #9ea19e url('../img/search-available-openings-dropdown-arrow.png') center center no-repeat;
    height: 35px;
    top: 3px;
    border: 0;
}

.search-available-openings-dropdown:focus .selectBox-arrow {
    border: 0;
}

.search-available-openings-dropdowns {
    float: left;
}

.search-available-openings-form {
    float: right;
    width: 275px;
}

#search-available-openings-text {
    font-size: 14px;
    text-transform: uppercase;
    background: url('../img/search-available-openings-text.png') 250px center no-repeat;
    width: 100%;
    padding: 10px 25px 10px 10px;
    border: 1px solid #b9b9b9;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(185,185,185,1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(185,185,185,1);
    box-shadow: inset 0px 0px 10px 0px rgba(185,185,185,1);
    border-radius: 5px;
    margin: 0 0 25px;
}

#search-available-openings-submit,
#search-available-openings-clear {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #626262;
    border: 0;
    border-radius: 5px;
    width: 135px;
    padding: 10px 0;
}

.footer-contact-us {
    display: block;
    background: rgba(37,106,158,1);
    background: -moz-linear-gradient(left, rgba(37,106,158,1) 0%, rgba(55,155,219,1) 50%, rgba(37,106,158,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,106,158,1)), color-stop(50%, rgba(55,155,219,1)), color-stop(100%, rgba(37,106,158,1)));
    background: -webkit-linear-gradient(left, rgba(37,106,158,1) 0%, rgba(55,155,219,1) 50%, rgba(37,106,158,1) 100%);
    background: -o-linear-gradient(left, rgba(37,106,158,1) 0%, rgba(55,155,219,1) 50%, rgba(37,106,158,1) 100%);
    background: -ms-linear-gradient(left, rgba(37,106,158,1) 0%, rgba(55,155,219,1) 50%, rgba(37,106,158,1) 100%);
    background: linear-gradient(to right, rgba(37,106,158,1) 0%, rgba(55,155,219,1) 50%, rgba(37,106,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#256a9e', endColorstr='#256a9e', GradientType=1 );
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 2px;
}

.footer-contact-us:focus,
.footer-contact-us:hover {
    color: #fff;
    text-decoration: none;
}

.footer-contact-us-inner {
    display: block;
    padding: 8px 0;
    border: 1px solid #fff;
}

.footer-contact-us span {   
    background: url('../img/footer-contact-us.png') left center no-repeat;
    padding-left: 45px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
}

.footer-socials {
    padding: 10px 0;
    text-align: right;
}

.footer-social {
    margin-left: 10px;
}

#product-finder-results .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.featured-widget-pf #pf_form {
    background: url('../img/product-finder.jpg') center center no-repeat;
    background-size: cover;
    height: 289px;
    padding: 20px;
    text-align: center;
}

.featured-widget-pf #pf_form .selectBox-dropdown {
    width: 100% !important;
    background: #fff;
    border-radius: 0;
    margin-bottom: 10px;
}

.featured-widget-pf #pf_form .selectBox-dropdown .selectBox-label {
    background: #fff;   
    text-transform: uppercase;
}

.featured-widget-pf #pf_form .selectBox-dropdown .selectBox-arrow {
    background: url('../img/pf-selectbox-arrow.jpg') no-repeat;
}

.pf-divider {
    background: #000;
    font-size: 16px;
    line-height: 1;
    border: 3px solid #fff;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 6px;
    font-weight: 700;
    text-align: center;
}

.pf-submit {
    background: #006cb8;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 10px 20px;
    border: 0;
}

#page-content .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
}

#message.error {
    background: #F00;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
}

.message-login-required {
    background: #F00;
    color: #fff;
    margin: 20px 0;
    padding: 10px;
    border-radius: 5px;
    display: none;
}

.swpm-login-widget-action-msg {
    font-weight: 700;
    color: #F00;
}

.swpm-login-action-msg {
    margin-top: 20px;
}

.swpm-login-widget-action-msg {
    margin: 0;
}

#message.error ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.swpm-registration-success-msg,
#message.updated,
.oas-success {
    background: #00C500;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.oas-success {
    display: none;
    margin-top: 20px;
}

.swpm-registration-widget-form td,
#swpm-editprofile-form td {
    padding: 10px;
}

#swpm-form-1 .swpm-edit-profile-submit-section {
    text-align: left;
    margin-left: 10px;
}

.swpm-registration-widget-form input[type="text"],
.swpm-registration-widget-form input[type="password"],
.swpm-edit-profile-form input[type="text"],
.swpm-edit-profile-form input[type="password"],
.swpm-pw-reset-email-input input[type="text"],
.swpm-login-widget-form input,
#swpm-form-1 .swpm-text {
    border: 1px solid #ccc;
    padding: 5px;
}

.swpm-registration-submit,
.swpm-pw-reset-submit,
.swpm-login-widget-form .swpm-login-form-submit,
.swpm-edit-profile-submit,
#swpm-form-1 .swpm-submit {
    background: #006cb8;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 0;  
}

#page-content h1 {
    font-size: 18px;
    font-weight: 600;
    color: #006cb8;
    margin: 0 0 30px;
}

.swpm-remember-me {
    display: none;
}

#swpm-registration-form table tr:last-child {
    display: none;
}

.search-result h3 {
    margin-top: 0;
}

.search-result h3 a {
    font-size: 18px;
}

#contact-us-banner .row {
    margin-left: 0;
    margin-right: 0;
}

#contact-us-banner .block-left {
    background: #000;
    padding: 0;
}

#contact-us-banner .block-right {
    background: #000;
    padding: 4px 5px;
    padding-left: 0;
}

#contact-us-banner .banner-content {
    background: #b0bcbe;
    padding: 10px;
}

#contact-us-banner .banner-content p a {
    color: #000;
}

#contact-us-banner .banner-content p a strong {
    text-decoration: underline;
}

#contact-us-banner .banner-content p:last-child {
    margin: 0;
}

#contact-us-banner .banner-content-2 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 10px;
}

#contact-us-banner .banner-content-2 a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.select-your-region-wrapper h3 {
    font-family: 'bodoni-book';
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.region-country {
    display: block;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.main-product-solutions .content {
	text-align: center;
	margin-bottom: 55px;
}

.main-product-solutions .product-brochures {
	max-width: 630px;
	text-align: center;
    margin: 0 auto 55px;
}

.main-product-solutions .product-brochures h3 {
	position: relative;
	text-align: center;
    margin: 0 0 45px;
}

.main-product-solutions .product-brochures h3 span {
    font-family: 'open-sans';
    font-size: 18px;
    font-weight: 600;
    color: #797a7c;
    text-transform: uppercase;
    padding: 0 10px;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 9995;
}

.main-product-solutions .product-brochures h3:after {
	display: block;
	content: '';
	background: #797a7c;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	/*margin-top: -1px;*/
}

.product-brochure {
	display: inline-block;
    margin-right: 10px;
}

#gmap-reset {
    cursor: pointer;
}

.list-press-releases ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-press-releases ul li {
    margin-bottom: 20px;
}

.select-your-region-wrapper .heading-region {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #29b969;
    padding: 10px;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}

.select-your-region-wrapper .heading-region i {
    font-size: 20px;
    color: #576e7f;
    position: absolute;
    right: 10px;
    top: 7px;
}

.heading-region-content {
    display: none;
    margin-bottom: 30px;
}

#item-swpm-4 {
    display: none;
}

.galaxy-surfacants {
    margin-top: 60px;
}

.galaxy-surfacants .heading {
    position: relative;
    text-align: center;
    margin: 0 0 30px;
}

.galaxy-surfacants .heading h3 {
    font-family: 'bodoni-book';
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #7d7d7d;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 9998;
    margin: 0;
    display: inline-block;
    background: #fff;
    padding: 0 20px;
} 

.galaxy-surfacants .heading:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #7d7d7d;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    z-index: 9994;
}

.galaxy-surfacants .galaxy-image {
    text-align: center;
    margin-bottom: 30px;
}

.galaxy-surfacants .galaxy-images {
    text-align: center;
}

.galaxy-surfacants .block-left p {
    font-size: 14px;
    line-height: 18px;
}

.galaxy-surfacants .block-left p a {
    font-weight: 700;
    color: #2e3192;
}

#contact-us-banner .row {
    background: #000;
}

.main-product-solutions #pf_form {
	text-align: center;
}

.main-product-solutions #pf_form .selectBox-dropdown {
    /*width: 100% !important;*/
    background: #fff;
    border: 1px solid #cbcbcd;
    border-radius: 0;
    line-height: 1;
    vertical-align: middle;
    /*margin-bottom: 10px;*/
    padding: 6px 8px;
}

.main-product-solutions #pf_form .selectBox-dropdown .selectBox-label {
    background: #fff;   
    text-transform: uppercase;
}

.main-product-solutions #pf_form .selectBox-dropdown .selectBox-arrow {
    background: url('../img/pf-selectbox-arrow.jpg') no-repeat center center;
    height: 100%;
}

.main-product-solutions .pf-submit {
	margin-top: 0;
}

.pf-divider-wrapper {
	margin: 20px 0;
}

.searchform .form-text {
    background: #fff;
    border: 1px solid #cbcbcd;
    padding: 6px 8px;	
}

.searchform .form-text::-webkit-input-placeholder {
   color: #000;
}

.sf-submit {
    background: #006cb8;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 0;
}

.pf_form_fp #pf_search {
    background: #fff url('../img/pf-search.png') no-repeat 10px center;
    width: 100%;
    padding: 10px 10px 10px 40px;
    border: 0;
    outline: none;
    text-transform: uppercase;
}

.pf-error {
    background: #f00;
    color: #fff;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
    display: none;
}

#registration-1 .selectBox-dropdown {
    background: #fff;
    border: 1px solid #ccc;
}

@media (max-width: 992px) {

    .container {
        width: 100%;
    }

    .nav-main .nav-main-control {
        display: block;
    }

    #nav-top .nav-main {
        position: relative;
    }

    #nav-top ul {
        width: 100%;
        padding: 0;
        position: absolute;
        top: 40px;
        left: 0;
        z-index: 9999;
        display: none;
    }

    #nav-top ul li {
        background: #036eb9;
        float: none;
        width: 100%;
        border: 0;
    }

    #nav-top ul li a {
        display: block;
        padding: 8px;
        text-decoration: none;
    }

    #nav-top ul li:hover {
        background: #8bcbea;
    }

    .featured-widget,
    .news-and-events-widget {
        max-width: 320px;
        margin: 0 auto 40px;
    }

    #product-solutions-banner .block-left {
        padding-top: 20px;
        padding-bottom: 20px;
        border: 0;
    }

    #product-solutions-banner .swatch {
        max-width: 200px;
        margin: 0 auto;
    }

    .main-product-solutions-product .product-content .block-left {
        margin-bottom: 20px;
    }

    #web-careers-banner .block-left {
        text-align: center;
        margin: 20px 0;
        padding-right: 15px;
    }

    #web-careers-banner .block-right {
        padding-left: 15px;
    }

    .nav-web-careers-tabs li {
        margin-bottom: 1px;
    }

    .nav-web-careers-tabs li a {
        border-radius: 0;
    }

    #meet-our-team .team-member {
        text-align: center;
        margin: 0 0 40px;
    }

    .main-about-us .block-left {
        margin-bottom: 30px;
    }

    .web-career-form span.wpcf7-not-valid-tip {
        text-align: left;
    }

    .banner-slides .slide-text {
        position: static;
        max-width: 100%;
        background: #000;
        padding: 10px;
        font-size: 12px;
        line-height: 1;
    }

    .banner-slides .slide-text-big {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #contact-us-banner .block-left,
    #contact-us-banner .block-right {
        text-align: center;
    }

    .main-product-solutions .block-left .product-brochures {
        margin-bottom: 50px;
    }

    #web-careers-banner .banner-content {
        height: auto;
    }

    .banner-slides .flex-control-nav {
        position: static;
        margin-top: 20px;
    }

    .product-content .availability {
        position: static;
        margin-top: 20px;
    }

}

@media (max-width: 768px) {
    #header .block-right {
        text-align: center;
    }

    .login-top {
        float: none;
        padding-right: 0;
        margin: 0 0 20px;
    }

    .login-top:after {
        display: none;
    }

    .flags-top {
        float: none;
        display: inline-block;
    }
    
    .web-career-form .form-label {
        width: 100%;
        text-align: left;
        margin: 0 0 5px;
    }

    .web-career-form .form-text,
    .web-career-form .form-textarea {
        width: 100%;
    }

    .web-career-form .form-row-submit {
        text-align: center;
    }

    .web-career-form .form-submit {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    #header .block-left {
        float: none;
        margin-bottom: 20px;
    }

    #header .logo {
        margin: 0 auto;
    }

    #header .block-right {
        float: none;
        width: 225px;
        margin: 0 auto;
    }
}