/**Fonts**/

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/HelveticaNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue.woff') format('woff'), url('../fonts/HelveticaNeue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.eot');
    src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Medium.woff') format('woff'), url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../fonts/HelveticaNeueLTPro-Bd.eot');
    src: url('../fonts/HelveticaNeueLTPro-Bd.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTPro-Bd.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTProLt';
    src: url('../fonts/HelveticaNeueLTProLt.eot');
    src: url('../fonts/HelveticaNeueLTProLt.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLTProLt.woff2') format('woff2'), url('../fonts/HelveticaNeueLTProLt.woff') format('woff'), url('../fonts/HelveticaNeueLTProLt.ttf') format('truetype'), url('../fonts/HelveticaNeueLTProLt.svg#HelveticaNeueLTProLt') format('svg');
}

@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Light.otf') format('opentype'), url('../fonts/HelveticaNeue-Light.woff') format('woff'), url('../fonts/HelveticaNeue-Light.ttf') format('truetype'), url('../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}


/**Common**/

body,
html {
    height: 100%;
    display: block;
}

* {
    margin: 0;
    padding: 0;
}

a,
img {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

*:focus {
    outline: none;
}

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

::-webkit-selection {
    color: #fff;
    background: #00b2e4;
}

::-moz-selection {
    color: #fff;
    background: #00b2e4;
}

::selection {
    color: #fff;
    background: #00b2e4;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1
}

input[type="text"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100% !important;
}

html,
body {
    min-height: 100%;
}

body {
    background: #fff;
    color: #7D8787;
    font: normal 18px/1.4 'HelveticaNeue-Light', Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.5s ease, border-color 0.5s ease, background-color 0.5s ease;
    -ms-transition: color 0.5s ease, border-color 0.5s ease, background-color 0.5s ease;
    -o-transition: color 0.5s ease, border-color 0.5s ease, background-color 0.5s ease;
    -webkit-transition: color 0.5s ease, border-color 0.5s ease, background-color 0.5s ease;
}

input[type="submit"] {
    transition: color 0.5s ease, border-color 0.5s ease, background-color 0.5s ease;
    -ms-transition: color 0.5s ease, border-color 0.5s ease, background-color 0.5s ease;
    -o-transition: color 0.5s ease, border-color 0.5s ease, background-color 0.5s ease;
    -webkit-transition: color 0.5s ease, border-color 0.5s ease, background-color 0.5s ease;
    border: none;
    cursor: pointer;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
}

.fx {
    width: 100%;
    float: left;
    clear: both;
}

.left {
    float: left
}

.right {
    float: right
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center;
    -webkit-text-align-last: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    padding-bottom: 20px;
    line-height: 1.1;
    color: #00B2E4;
    font-family: 'HelveticaNeueLTProLt';
    letter-spacing: 1px;
}

h1,
.h1 {
    font-size: 36px;
    line-height: 1.1;
}

.font40 {
    font-size: 40px;
}

h2,
.h2 {
    font-size: 24px;
    line-height: 1.3;
}

h2.small {
    font-size: 22px;
}

h3,
.h3 {
    font-size: 18px;
    line-height: 1.2;
}

h4,
.h4 {
    font-size: 16px;
    line-height: 1.1;
}

h5,
.h5 {
    font-size: 14px;
    line-height: 1.1;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

p {
    padding-bottom: 20px;
}

p:empty {
    padding-bottom: 0;
}

p a {
    text-decoration: underline;
    color: #000;
}

p a:hover {
    text-decoration: none;
}

p strong {
    font-weight: 500;
    color: #7D8787;
    font-family: 'Helvetica Neue';
}

p:empty {
    display: none;
}

p a:hover {
    text-decoration: none;
}

p:last-child {
    padding-bottom: 0;
}

.wrapper {
    max-width: 925px;
    margin: 0 auto;
    padding: 0 20px;
}

.blue-border-top {
    border-top: 22px solid #00B2E4;
    padding-top: 15px;
}

.btn,
.gform_button {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 15px 34px 13px;
    color: #fff;
    text-transform: uppercase;
    background: #E96755;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.btn.white {
    background-color: #fff;
    border: 1px solid #7D8787;
    color: #7D8787;
}

.btn:hover,
.gform_button:hover {
    background-color: #00B2E4;
    color: #fff;
    border-color: #00B2E4;
}

.padT90 {
    padding-top: 90px;
}

.marT90 {
    margin-top: 90px;
}

.bold {
    font-weight: bold;
    font-family: "Helvetica Neue LT Pro";
}

.blue {
    color: #00b2e4;
}

.darkblue {
    color: #2D4187;
}

#site-wrap {
    overflow-x: hidden;
}

#site-main {
    min-height: 49vh;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-initialized .slick-slide figure {
    position: relative;
}

.slick-initialized .slick-slide figure img {
    width: 100%;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    font-size: 0;
    cursor: pointer;
    color: transparent;
}


/**Custom Select ***/


/*next button*/

.btnnxt {
    float: right;
}


/* Selectric*/

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #7d8787;
    border-radius: 0px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 14px;
    line-height: 34px;
    text-transform: uppercase;
    color: #444;
    height: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font-size: 0;
    background: url("../images/sel-arrow.png") no-repeat 0 0;
}

.selectric-focus .selectric {}

.selectric-hover .selectric {}

.selectric-hover .selectric .button {}

.selectric-hover .selectric .button:after {}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}


/* Items box */

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #7d8787;
    border-top: none;
    z-index: -1;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
    text-transform: uppercase;
}

.selectric-items li.selected {
    background: #E0E0E0;
    color: #444;
}

.selectric-items li.highlighted {
    background: #00b2e4;
    color: #fff;
}

.selectric-items li:hover {
    background: #00b2e4;
    color: #fff;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}


/*Cols*/

.col-3 {
    width: 103%;
    margin: 0 -1.5%;
}

.col-3 .col {
    width: 30.334%;
    float: left;
    margin: 0 1.5%;
    list-style: none;
}

.col-2 {
    margin: 0 -2%;
}

.col-2 .col {
    float: left;
    width: 46%;
    margin: 0 2%;
}

.colfull {
    width: 100%;
    margin: 0 2%;
}

.mx-240 {
    max-width: 240px;
}


/**Header**/

.header {
    padding: 15px 0;
    background: #fff;
}

.header .logo {
    width: 158px;
    float: left;
    margin-top: 10px;
}

.header-right {
    float: right;
}

.header-top {
    float: right;
}

.top-links {
    float: left;
    padding: 7px 0 0;
}

.top-links li {
    float: left;
    font-size: 11px;
    line-height: 1;
    margin-left: 14px;
    list-style: none;
    letter-spacing: 1px;
}

.top-links li a {
    color: #2D3F88;
}

.top-links li a:hover {
    text-decoration: underline;
}

.top-links li {
    padding-right: 10px;
    border-right: 1px solid #2D3F88;
}

.top-links li:last-child {
    border-right: 0;
    padding-right: 0
}

.top-links li:first-child {
    margin-left: 0
}

.top-links li:first-child a {
    color: #2D3F88;
}

.search-box {
    float: left;
    padding: 0 20px;
    background: url("../images/search-bg.png") no-repeat 0 0;
    width: 121px;
    height: 22px;
    border-radius: 20px;
    margin-left: 30px;
    position: relative;
}

.search-box .submit {
    position: absolute;
    left: 7px;
    top: 4px;
    width: 13px;
    height: 13px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background: url("../images/search.png") no-repeat 0 0;
    color: transparent;
}

.search-box .reset {
    position: absolute;
    right: 7px;
    top: 4px;
    width: 13px;
    height: 13px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background: url("../images/reset.png") no-repeat 0 0;
    color: transparent;
}

.search-box .text {
    width: 123px;
    background: none;
    border: none;
    font-size: 11px;
    line-height: 1;
    color: #000;
    font-family: inherit;
    padding: 5px 0 5px 5px;
    height: 10px;
    float: left;
    color: #7D8787;
}

nav {
    clear: both;
    margin-top: 30px;
    float: right;
}

nav li {
    float: left;
    margin-left: 25px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Helvetica Neue LT Pro';
    font-weight: bold;
    letter-spacing: 0.5px;
    list-style: none;
}

nav li a {
    color: #7D8787;
}

nav li a:hover {
    color: #00b2e4;
}

nav li:first-child {
    margin-left: 0;
}

nav .top-links {
    display: none;
}


/**Banner**/

.main {
    padding-bottom: 100px;
}

.home-banner {
    position: relative;
    overflow: hidden;
    max-height: 540px;
    background: url("../images/loader.gif") no-repeat center center;
}

.home-banner.init {
    background: none;
}

.home-banner ul {}

.home-banner ul li {
    opacity: 0;
}

.home-banner ul.slick-initialized {
    background: none;
}

.home-banner ul.slick-initialized li {
    opacity: 1;
}

.home-banner li {
    position: relative;
    width: 925px;
    padding: 0 4px;
}

.home-banner li figure {
    position: relative;
    overflow: hidden;
}

.home-banner li figure .blur {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 1;
}

.home-banner li figure img {
    filter: blur(5px);
}


/*.home-banner li figure .normal { opacity: 0; visibility: hidden; }*/

.home-banner li .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: url("../images/banner-overlay.png") repeat-x 0 0;
}

.home-banner li.slick-center .overlay {
    display: none;
}


/*.home-banner li.slick-center .blur { opacity: 1; visibility: hidden; }
.home-banner li.slick-center .normal { opacity: 1; visibility: visible; }*/

.home-banner li.slick-center {
    opacity: 1;
}

.home-banner li.slick-center figure img {
    filter: blur(0);
}

.banner-content {
    position: absolute;
    left: 10px;
    top: 30px;
    z-index: 999;
    max-width: 95% !important;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    opacity: 0;
    visibility: hidden;
    font-family: 'Helvetica Neue LT Pro';
    transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
	background:rgba(46, 64, 136, 0.75);
}
.banner-content.right {
    left: auto;
    right: 10px;
}
.banner-content p{
	display: none;
}
.banner-read {
    position: absolute;
    right: 30px;
    z-index: 1000;
    bottom: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    opacity: 0;
    visibility: hidden;
    font-family: 'Helvetica Neue LT Pro';
    transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
}

.banner-content h1 {
    line-height: 1.3;
    padding: 20px;
    color: #fff;
    font-weight: bold;
	font-size: 30px;
}

.banner-content .arrow {
    display: none;
    width: 15px;
    height: 20px;
    background: url("../images/banner-content-arrow.png") no-repeat 0 0;
    vertical-align: middle;
}

.home-banner li.slick-center .banner-content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all 0.5s ease 1.5s;
    -ms-transition: all 0.5s ease 1.5s;
    -webkit-transition: all 0.5s ease 1.5s;
}

.home-banner li.slick-center .banner-read {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all 0.5s ease 1.5s;
    -ms-transition: all 0.5s ease 1.5s;
    -webkit-transition: all 0.5s ease 1.5s;
}

.home-banner .arrows {
    position: absolute;
    top: 50%;
    margin-top: -31px;
    width: 100%;
    left: 0;
    z-index: 999;
    pointer-events: none;
}

.home-banner .slick-slide {
    opacity: 0.8;
}

.home-banner .slick-arrow {
    opacity: 1;
    border: none;
    width: 33px;
    height: 63px;
    border: none;
    cursor: pointer;
    font-size: 0;
    left: -65px;
    position: relative;
    height: 63px;
    background: url("../images/left-arrow-white.png") no-repeat 0 0;
    pointer-events: auto;
}
.home-banner .slick-slide a[data-fancybox]{
position: relative;;
display: block;;

}
.home-banner .slick-slide a[data-fancybox]:after{
  content: '';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
    background: url("../images/play-btn.png") no-repeat 0 0;
    background-size: 100%;
    opacity: 0.7;
}

.home-banner .slick-arrow.slick-next {
    background-image: url("../images/right-arrow-white.png");
    left: auto;
    right: -65px;
    float: right;
}

.home-banner .slick-arrow:hover {
    background-position: bottom left;
}

.news-media-section {
    padding-bottom: 40px;
}

.news-media-section .left-section {
    width: 30%;
}

.news-media-section .right-section {
    width: 65%;
}

.news-media-section .slides {
    list-style: none;
}

.news-media-section .slides h3 {
    padding-bottom: 5px;
    font-family: 'Helvetica Neue LT Pro';
    font-weight: bold;
}

.date {
    font-size: 14px;
    display: inline-block;
    padding-bottom: 15px;
    line-height: 1;
    color: #00b2e4;
}

.news-media-section .slick-arrow {
    width: 13px;
    height: 19px;
    border: none;
    background: url("../images/blue-arrows.png") no-repeat 0 0;
    margin-right: 28px;
    vertical-align: top;
}

.news-media-section .slick-arrow:hover {
    background-position: bottom left;
}

.news-media-section .slick-arrow.slick-next {
    background-position: right 0;
}

.news-media-section .slick-arrow.slick-next:hover {
    background-position: right bottom;
}

.locations-section{
	overflow:auto;	
}

.locations-head {
    padding-bottom: 50px;
}

/*.locations-head h2 {
    width: 20%;
}*/

.locations-head .loc-selectors {
    width: 70%;
    float: right;
}

.loc-selectors {
    list-style: none;
}

.loc-selectors li {
    float: left;
    padding: 5px 10px;
    border: 1px solid transparent;
    font-size: 14px;
    color: #00B2E4;
    line-height: 1;
    margin-left: 30px;
}

.loc-selectors li a {
    color: #00B2E4;
}

.loc-selectors li .icon {
    display: inline-block;
    width: 12px;
    vertical-align: middle;
    margin-right: 5px;
}

.loc-selectors li .icon img {
    border-radius: 50%;
}

.loc-selectors li.active,
.loc-selectors li:hover {
    border-color: #00B3E5;
}

.loc-selectors li:first-child {
    margin-left: 0;
}

.loc-map {
    text-align: center;
    margin-bottom: 30px;
}

.loc-map .map {
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width:100%;
}

.loc-map .pins li {
    position: absolute;
    z-index: 99;
    list-style: none;
    height: 7px;
}

.loc-map > .pins > li > .icon {
    width: 12px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 2;
    border-radius: 50%;
}

.loc-map .pins li .icon img {
    border-radius: 50%;
}

.loc-map .pins li.active {
    z-index: 999;
}

.loc-content {
    position: absolute;
    left: 80px;
    top: 50%;
    transform:translateY(-55%);
    -webkit-transform:translateY(-55%);
    -ms-transform:translateY(-55%);
    -moz-transform:translateY(-55%);
    width: 225px;
    text-align: left;
    display: block;
    padding: 15px;
    background: #fff;
    color: #20246f;
    font-size: 14px;
    line-height: 16px;
    z-index: 9;
    display: none;
    box-shadow:0 0 5px #ccc;
}

.rgt .loc-content{ 
	left:auto;
	right:80px;
}

.rgt .loc-content:after{
	left:auto;
	right:-74px;	
}

.rgt .loc-content:before{
	left:auto;
	right:-75px;
}

.loc-content h4 {
    color: #20246f;
    padding-bottom: 5px;
    font-family: 'Helvetica Neue LT Pro';
    font-size: 15px;
}

.loc-content img{
	margin-bottom:10px;
}

.loc-content p{
	padding-bottom:5px;
}

.loc-content p:last-of-type{
	padding-bottom:0;
}

.loc-content a {
    display: block;
    font-size: 13px;
    padding-top: 8px;
}

.loc-content a:hover {
    text-decoration: underline;
}

.loc-content .close {
    position: absolute;
    width: 7px;
    height: 9px;
    background: url("../images/close.png") no-repeat 0 0;
    top: 5px;
    right: 5px;
}

.loc-content .btm-arrow {
    position: absolute;
    top: 100%;
    border: 13px solid transparent;
    border-left-color: #00B2E4;
    left: 0px;
    margin-top: -13px;
    display:none;
}

.loc-content:after{
    content:"";
    width:73px;
    height:1px;
    border-top:1px dashed #20246f;
    position:absolute;
    top:71%;
    left:-74px;
    z-index:0;
}

.loc-content:before{
    content:"";
    width:1px;
    height:12%;
    position:absolute;
    top:59%;
    left:-75px;
    border-right:1px dashed #20246f;
    
}


/**Inner Pages**/

.top-color-bar {
    height: 22px;
    margin-bottom: 23px;
    position: relative;
}

.top-color-bar .shade {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/top-bar-shade.png") repeat-x 0 0;
}

.inner-head {
    padding: 20px 0 30px;
}

.inner-head .date {
    padding-bottom: 0;
    clear: both;
}

.inner-head h1 {
    border-bottom: 1px solid #7D8787;
    font-size: 40px;
    line-height: 1.1;
    padding: 0 0 4px;
    margin-bottom: 12px;
}

.inner-head h1 a:hover,
.team-container h1 a:hover,
.team-container h2 a:hover {
    color: #2d4187;
}

.inner-head h1 small {
    font-size: 28px;
    padding-left: 5px;
}

.inner-head li {
    float: left;
    list-style: none;
    font-size: 24px;
    line-height: 1;
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #7D8787;
}

.inner-head li:first-child {
    padding-left: 0;
    margin-left: 0;
    border: none;
}

.inner-head li a {
    color: #7D8787;
}

.inner-head li a:hover {
    color: #00b2e4;
}

.inner-head li.active a {
    font-family: "Helvetica Neue LT Pro"
}

.common-content~.bottom-blocks .padT90:first-child {
    padding-top: 65px;
}

.content-row {
    padding-top: 95px;
}

.content-row figure {
    width: 31.5%;
}

.content-row figure.right+.content {
    float: left;
}

.content-row .content {
    width: 62.6%;
    margin-top: -6px;
}

.prod-filters {
    padding-bottom: 55px;
    padding-top: 55px;
}

.prod-filters .field {
    float: left;
    margin-left: 40px;
}

.prod-filters .field:first-child {
    margin-left: 0;
}

.prod-filters .field .field-label {
    float: left;
    padding: 4px 13px 0 0;
    font-size: 18px;
    color: #00b2e4;
}

.prod-filters .select-box {
    float: left;
    width: 170px;
}

.prod-filters .select-box select {
    opacity: 0;
}

.products-list li {
    list-style: none;
    padding-bottom: 10px;
    min-height: 210px;
}

.products-list h3 {
    font-size: 22px;
    font-family: 'Helvetica Neue';
    padding-bottom: 4px;
}

.products-list p {
    padding-bottom: 10px;
}

.read-more,
.more-link {
    color: #7D8787;
    font-size: 12px;
    font-family: 'Helvetica Neue LT Pro';
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.read-more:hover,
.more-link:hover {
    color: #00b2e4;
}

.tab-head {
    background: #E4E4E4;
}

.tab-head li {
    float: left;
    list-style: none;
    margin-left: 60px;
}

.tab-head li:first-child {
    margin-left: 0;
}

.tab-head li a {
    padding: 23px 25px;
    float: left;
}

.tab-head li a:hover,
.tab-head li.active a {
    background-color: #fff;
    color: #00B2E4;
}

.tab-content {
    padding: 85px 0 0;
}

.region-title {
    font-size: 28px;
    line-height: 1.1;
    border-bottom: 1px solid #7D8787;
    margin-bottom: 50px;
    padding-bottom: 14px;
}

.office-list {
    width: 100%;
    float: left;
    clear: both;
}

.office-list li {
    float: left;
    width: 100%;
    list-style: none;
    margin-top: 65px;
}

.office-list li:first-child {
    margin-top: 0;
}

.office-list li .image {
    width: 31.5%;
    float: left;
}

.office-list li .image img {
    width: 100%;
}

.office-list li .details {
    width: 62.6%;
    float: right;
}

.office-list li h3 {
    font-size: 22px;
    padding-bottom: 2px;
    display: inline-block;
}

.office-list li a:not(.read-more) {
    color: #00B2E4;
    font-size: 16px;
}

.office-list li a:not(.read-more):hover {
    color: #2d3f88;
    text-decoration: underline;
}


/* Edited 23/07/2018 */

.office-list li .image .high-res {
    text-align: center;
    display: block;
}


/* Edited 23/07/2018 */


/*new list- 11-12*/

.office-list li .details .bold img {
    margin-left: 16px;
    margin-top: 2px;
}

.assets-list li {
    padding-bottom: 30px;
}

.assets-list li a.download-btn {
    color: #00B2E4;
    position: relative;
}

.assets-list li a.download-btn:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/download.png") no-repeat 0 0;
    display: inline-block;
    /*margin-right:5px*/
    ;
    vertical-align: middle;
    background-size: 20px 20px;
}

.bottom-blocks .col-3 a.download-btn {
    color: #00B2E4;
    position: relative;
    display: block;
    padding-top: 15px;
}

.bottom-blocks .col-3 a.download-btn:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/download.png") no-repeat 0 0;
    display: inline-block;
    /*margin-right:5px*/
    ;
    vertical-align: middle;
    background-size: 20px 20px;
}

.news-grid {
    /* padding: 40px 0 0;*/
}

.news-list li:nth-child(odd) {
    background: #eeeeee;
}

.news-list {
    margin-bottom: 20px;
}

.news-list li a {
    margin-left: 100px;
    display: block;
}

ul.news-list li {
    position: relative;
    padding: 5px;
    margin-top: 0;
}

ul.news-list li .date {
    color: #000;
    position: absolute;
    left: 5px;
    top: 12px;
}

.news-list li h3 a:hover {
    color: #2d3f88;
}

.office-list li h4 {
    font-size: 18px;
}

.office-list li address {
    color: #3FB1E3;
    font-size: 18px;
    font-style: normal;
    line-height: 1.2;
    padding-bottom: 10px;
}

.office-list li p {
    /* line-height: 1.3*/
    ;
    margin-top: 10px;
    padding-bottom: 10px;
}

.office-list li .icon img {
    border-radius: 50%;
    display: inline-block;
}

.tab-content .content {
    display: none;
}

.tab-content .content:first-child {
    display: block;
}

.team-container {
    margin-top: -23px;
}

.team-container h1 {
    padding-bottom: 55px;
}

.team-container .tab-head li {
    font-size: 36px;
}

.expand-collapse {
    height: 10em;
    overflow: hidden;
}

.expand-collapse.expanded {
    height: 100%;
}

.expand-collapse.collapsed {
    margin-bottom: 10px;
}

.people-content {
    padding-top: 7px;
}

.people-content h4 {
    padding-bottom: 2px !important;
}

.dataSheetsTable {
    margin: 0 0 30px;
    width: 100%;
    border-bottom: 1px solid #00b2e4;
    border-left: 1px solid #00b2e4;
}

.dataSheetsTable th {
    background-color: #00b2e4;
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    padding: 10px;
}

.dataSheetsTable th {
    border-right: 1px solid #ffffff;
}

.dataSheetsTable th:last-child {
    border-right: 0
}

.dataSheetsTable td {
    border-right: 1px solid #00b2e4;
    display: table-cell;
    height: auto;
    margin: 0;
    vertical-align: top;
    padding: 10px;
    background: #fff;
}

.dataSheetsTable .trbg td {
    background: #e7e8e9;
}

.dataSheetsTable tr:hover td {
    background: #00b2e4;
    -webkit-transition: background 0.3s linear 0s;
    transition: background 0.3s linear 0s;
    color: #ffffff;
    border-top: 1px solid #ffffff;
}

.dataSheetsTable tr:hover td:first-child {
    border-right-color: #fff;
}

.dataSheetsTable caption {
    width: 100%;
    text-align: left;
    padding: 15px 0;
    color: #00b2e4;
    font-family: "Helvetica Neue LT Pro";
    font-weight: bold;
}

#overview h3 {
    font-family: "Helvetica Neue LT Pro";
}

.scrolling-blocks {
    margin-bottom: 70px;
    width: 100%;
    float: left;
}

.product-literature .image {
    float: left;
    width: 31.5%;
}

.product-literature .details {
    float: right;
    width: 62.6%;
}

.product-literature h3 {
    font-size: 22px;
}

.product-literature .date {
    font-size: 16px;
}

.download-block {
    list-style: none;
    padding: 20px 12px;
    background: #F1F1F1;
    height: 249px;
    margin-bottom: 15px;
    position: relative;
}

.download-block h3 {
    font-size: 22px;
    padding-bottom: 4px;
    padding-right: 20px;
    position: relative;
    z-index: 9;
}

.download-block-custom h3 {
    font-size: 22px;
    padding-bottom: 4px;
    padding-right: 20px;
    position: relative;
    z-index: 9;
}

.download-block .download-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 34px;
    background: url("../images/dowload-icon.png") no-repeat 0 0;
    z-index: 9;
}

.download-block .download-btn:hover {
    background-position: bottom left;
}

.download-block .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.download-block .image img {
    min-height: 100%;
    min-width: 100%;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}


/*.download-block:hover .image img{transform:scale(1.02);-ms-transform:scale(1.02);-webkit-transform:scale(1.02);}*/

.download-block .image:after {
    position: absolute;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.download-block:hover .image:after {
    opacity: 0;
}

.carousel {
    position: relative;
}

.carousel ul.col-3 {
    margin: 0 -15px;
    width: auto;
}

.carousel ul.col-3 .col {
    margin: 0;
    padding: 0 15px;
}

.carousel .download-block {
    margin: 0;
}

.carousel .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 21px;
    height: 35px;
    left: -30px;
    z-index: 9;
    background: url("../images/blue-arrows2.png") no-repeat 0 0;
    border: none;
}

.carousel .slick-arrow.slick-next {
    left: auto;
    right: -30px;
    background-position: right 0;
}

.carousel .slick-arrow:hover {
    background-position: bottom left;
}

.carousel .slick-arrow.slick-next:hover {
    background-position: right bottom;
}


/* .contact-enquires h2{padding-bottom:60px;} */


/* .contact-enquires .left-section { width: 63%; float: left; padding-right: 5%; border-right: 1px solid #7d8787;} */

.contact-enquires .left-section {
    width: 100%;
    float: left;
}

.contact-enquires .right-section {
    width: 27%;
    float: left;
    padding: 15px 0 0 4%;
}

address {
    font-style: normal;
}

.subject-row .field-label {
    float: left;
    color: #00B3E5;
    padding: 4px 15px 0 0;
}

.subject-row {
    margin-bottom: 30px;
}

.subject-row .select-box {
    float: left;
    margin-right: 15px;
}

.subject-row .check-box {
    float: left;
    border: 1px solid #7d8787;
    font-size: 12px;
    height: 16px;
    padding: 9px;
    color: #444;
}

.subject-row .check-box label {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.subject-row .check-box input {
    display: inline-block;
    vertical-align: middle;
}

.main-form,
.gform_wrapper {
    margin: 0 -60px 0 0;
    width: auto;
}

.custom-form .main-form,
.custom-form .gform_wrapper{
	margin:0 -40px 0 0;
}

.custom-form .main-form,
.custom-form .gform_wrapper form{ 
	float:left;
	width:100%;
}

.custom-form .main-form,
.custom-form .gform_wrapper form ul{
	float:left;
	width:100%;
}

.custom-form .main-form,
.custom-form .gform_wrapper form ul li{
	float:left;
	width:33.33% !important;
}

.main-form .row,
.gform_wrapper .gfield {
    width: 50%;
    float: left;
    margin-bottom: 40px;
    position: relative;
    list-style: none;
}

.custom-form .main-form .row,
.custom-form .gform_wrapper .gfield{
    max-height:48px;
}

.main-form .row input,
.main-form .row textarea,
.gform_wrapper .gfield textarea,
.gform_wrapper .gfield input {
    width: 100%;
    border: none;
    color: #7D8787;
    font-size: 14px;
    line-height: 1.1;
    font-family: inherit;
    padding: 16px 0;
    font-family: 'Helvetica Neue';
    position: relative;
    z-index: 99;
    background: none;
}

.main-form .row label,
.gform_wrapper .gfield>label {
    position: absolute;
    left: 0;
    top: 0;
    padding: 16px 0;
    width: 100%;
    color: #7D8787;
    
    
  
    font-family: 'Helvetica Neue';
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.custom-form .main-form .row label,
.custom-form .gform_wrapper .gfield .selectric{
	border:none;
}

.custom-form .main-form .row label,
.custom-form .gform_wrapper .gfield .selectric-items li{
	width:100% !important;
	max-height:50px;
	box-sizing:border-box;
}

.custom-form .main-form .row label,
.custom-form .gform_wrapper .gfield .selectric .label{
	margin-top:7px;
	margin-left:0;
	height:40px;
	color: #7D8787;
}

.custom-form .main-form .row label,
.custom-form .gform_wrapper .gfield .selectric .button{
	top:8px;
}

.gform_wrapper .gfield.animateLabel>label {
    top: -30px;
}

.main-form .gfield.animateLabel>label {
    top: -30px;
}

.main-form .pad,
.gform_wrapper .gfield .ginput_container {
    margin-right: 60px;
    display: block;
    position: relative;
    border-bottom: 1px solid #7d8787;
}

.main-form .row.city {
    width: 27%;
}

.main-form .row.city .pad {
    margin-right: 30px;
}

.main-form .row.state {
    width: 23%;
}

.main-form .row.cl+.row {
    clear: left;
}

label .req,
.gfield_required {
    color: #00b2e4;
}

.main-form .row .selectric {
    border: none;
    margin-top: 13px;
}

.main-form .row .selectric-items {
    border-top: 1px solid;
}

.main-form .row .selectric .label,
.gform_wrapper .gfield.select-box .selectric .label {
    color: #7D8787;
    font-size: 14px;
    margin-right: 20px;
    font-family: "Helvetica Neue";
    margin-left: 0;
}

.main-form .row.message,
.gform_wrapper .gfield.message {
    width: 100%;
    margin-top: 50px;
}

.main-form .row.message .pad,
.gform_wrapper .gfield.message .ginput_container {
    padding: 0;
    margin-right: 90px;
    border: none;
}

.main-form .row textarea,
.gform_wrapper .gfield textarea {
    border: 1px solid #7d8787;
    width: 100%;
    height: 200px;
    padding: 15px;
}

.main-form .row.message.animateLabel label,
.gform_wrapper .gfield.message.animateLabel label {
    top: -40px;
}

.main-form .row.message label,
.gform_wrapper .gfield.message label {
    display: block;
    max-width: 90%;
    padding-bottom: 8px;
    padding-top: 0;
    position: static;
}

.captcha {
    margin-bottom: 40px;
}

.main-form .row.captcha label {
    position: static;
    margin-bottom: 15px;
    display: block;
    padding: 0;
}

.captcha .box {
    width: 260px;
    border: 1px solid #7d8787;
}

.contact-enquires .right-section address {
    margin-bottom: 50px;
}

.contact-page .left-section {
    border: none;
}

.contact-page h1 {
    padding-bottom: 50px;
}

.request-sample .contact-enquires .left-section {
    padding-right: 5%;
    padding-top: 115px;
    width: 44.9%;
}

.request-sample .contact-enquires .right-section {
    width: 44.9%;
    padding-left: 5%;
    padding-top: 315px;
}

.request-sample h1 {
    padding-bottom: 0;
    margin-bottom: -90px;
}

.sample-row {
    margin-bottom: 35px;
}

.sample-row .field-label {
    color: #B8C2C0;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: "Helvetica Neue";
    clear: both;
    width: 100%;
    float: left;
}

.sample-row .select-box {
    width: 180px;
    float: left;
    margin-right: 8px;
}

.sample-row+.sample-row .select-box {
    width: 100px;
}

.request-sample .main-form .row.state {
    width: 31%;
}

.request-sample .main-form .row.state+.row {
    width: 42%;
}

.request-sample .right-section h2 {
    padding-bottom: 5px;
}

.check-row {
    margin-bottom: 30px;
}

.check-row label {
    color: #7D8787;
    font-size: 14px;
    margin-right: 10px;
}

.gform_wrapper .gfield.no-animate label {
    position: static;
    display: block;
    padding: 0 0 15px;
}

.gform_wrapper .gfield.fx {
    width: 100%;
}

.gform_wrapper .gfield.subject-row label {
    color: #00b3e5;
    float: left;
    padding: 9px 15px 0 0;
    width: auto;
}

.gform_wrapper .gfield.subject-row .input_container_select {
    float: left;
}

.gform_wrapper .gfield.subject-row .ginput_container {
    margin: 0;
    border: none;
    float: left;
    width: 320px;
}

.gform_footer {
    width: 100%;
    float: left;
}

.validation_error {
    color: red;
    font-size: 16px;
    padding-bottom: 20px;
}

.validation_message {
    position: absolute;
    top: 100%;
    font-size: 15px;
    color: red;
}

.contact-page .inner-head {
    padding: 0;
}

.contact-page .inner-head h1 {
    border: none;
    margin: 0;
}

.gform_wrapper .gfield.captcha .ginput_container {
    border: none;
    margin: 0;
}

.gform_wrapper .gfield.select-box .selectric {
    border: none;
    margin-top: 15px;
}

.gform_wrapper .gfield.select-box .selectric-items {
    border-top: 1px solid;
}

.gform_wrapper .gfield.select-box label {
    display: none;
}

.gform_wrapper .gfield.customMessage {
    float: none;
    clear: both;
    padding-right: 60px;
    display: block;
    width: auto;
    margin-bottom: 0;
    font-family: "Helvetica Neue";
    font-size: 14px;
    padding-bottom: 0;
}

.gform_wrapper .gfield.bottom-checks {
    margin-bottom: 0;
}

.gform_wrapper .gfield.bottom-checks+.captcha {
    margin-top: 30px;
}

.gform_wrapper .gfield.bottom-checks ul {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.gform_wrapper .gfield h2 {
    padding-bottom: 0;
}

.gform_wrapper .gfield.bottom-checks .ginput_container,
.gform_wrapper .gfield.bulletList .ginput_container {
    border-bottom: none;
}

.gform_wrapper .gfield.showLabel label {
    display: block!important;
    position: static!important;
    display: block;
    width: auto;
    padding-right: 30px;
    padding-bottom: 0;
}

.gform_wrapper .gfield.showLabel {
    width: 100%;
}

.gform_wrapper .gfield.attentionRow {
    padding-bottom: 0;
    margin-bottom: 0;
}

.gform_wrapper .gfield.attentionRow h3 {
    padding-bottom: 10px;
}

.media-container {
    margin-top: -23px;
}

.media-container .tab-head li {
    font-size: 36px;
}

.news-list li {
    /*min-height: 200px;padding-bottom:20px;*/
}

.media-contacts {
    margin-bottom: 130px;
}

.media-contacts h2 {
    padding-bottom: 45px;
}

.media-contacts .image {
    width: 55%;
    float: left;
}

.media-contacts .image img {
    width: 100%;
}

.media-contacts .details {
    width: 50%;
    float: left;
    padding-left: 5%;
}

.media-contacts .details h3 {
    padding-bottom: 0;
    font-size: 22px;
}

.media-contacts .details h4 {
    padding-bottom: 0;
    font-family: 'Helvetica Neue';
    font-size: 18px;
}

.media-contacts .details a:hover {
    color: #00b2e4;
}

.assets-list ul {
    margin-bottom: 60px;
    overflow: hidden;
}

.entry-content ul,
.common-content ul {
    list-style-position: inside;
    padding-bottom: 10px;
}

.entry-content ul li,
.common-content ul li {
    padding-bottom: 10px;
}

.entry-content {
    clear: both;
}

.common-content p+h2,
.entry-content p+h2 {
    padding-top: 20px;
}

.gfield_checkbox li,
.gform_wrapper .gfield.bulletList li {
    list-style: none;
}

.gfield_checkbox input[type="checkbox"],
.gform_wrapper .gfield.bulletList input[type="radio"] {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.gform_wrapper .gfield.checklist,
.gform_wrapper .gfield.bulletList {
    width: 100%;
    margin-bottom: 20px;
    /*padding-bottom:0;*/
}

.gform_wrapper .gfield.checklist label.gfield_label,
.gform_wrapper .gfield.bulletList label.gfield_label {
    position: static;
    padding-bottom: 10px;
}

.gform_wrapper .gfield.bulletList.noGap {
    margin-bottom: 0;
    padding-bottom: 0;
}

.gform_wrapper .gfield.marB {
    margin-bottom: 20px;
}

.gform_wrapper .gfield.bulletList.txtUp {
    text-transform: uppercase;
}

.gform_wrapper .gfield.bottom-checks.animateLabel>label {
    pointer-events: none;
}

.scrolling-blocks .carousel {
    width: 100%;
    float: left;
}

.scrolling-blocks .carousel+.download-block-custom {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.single-tronox_oroducts .common-content ul li {
    padding-bottom: 0;
}

.single-tronox_oroducts .common-content ul li.gfield.title {
    margin-bottom: 20px;
}

p.msg {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    padding: 15px 30px 0 0;
}

li.showMsg {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    padding: 15px 30px 0 0;
}

.gfield_checkbox label,
.gform_wrapper .gfield.bulletList label {
    font-family: "Helvetica Neue";
    color: #7D8787;
    font-size: 14px;
    line-height: 1.1;
}

.gform_wrapper .gfield.title {
    margin-bottom: 0;
}

.gform_heading {
    padding-bottom: 20px;
    padding-right: 30px;
}


/***Search Page**/

.search-head {
    font-size: 24px;
    color: #7D8686;
    padding-bottom: 40px;
}

.search-head span {
    font-family: 'Helvetica Neue';
}

.search-page article {
    padding-bottom: 25px;
}

.search-page article h2 {
    font-size: 22px;
    padding: 0 0 0px;
    font-family: 'Helvetica Neue';
}

.search-page article p {
    padding-bottom: 5px;
}

.pagination {
    text-align: center;
    width: 100%;
}

.pagination h2 {
    display: none;
}

.pagination svg {
    display: none;
}

.pagination .nav-links>a,
.pagination .nav-links>span {
    padding: 5px;
    font-size: 14px;
}

.pagination .nav-links>a:hover,
.pagination .nav-links>.current {
    color: #00b2e4;
}

.post_navigation a {
    color: #00b2e4;
    font-size: 14px;
}

.post_navigation a:hover {
    text-decoration: underline;
}

.gform_wrapper .gfield.bulletList input[type="radio"] {
    border: 1px solid #B8C2C0;
}


/**Footer**/

.footer {
    padding: 55px 0;
    min-height: 220px;
    background: #7D8787;
    color: #fff;
    font-family: 'Helvetica Neue';
}

.footer .col {
    float: left;
    width: 19%;
}

.footer .col li {
    list-style: none;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

.footer .col li a {
    color: #fff;
}

.footer .col li a:hover {
    color: #00b2e4;
}

.footer .col li .arrow {
    display: inline-block;
    width: 6px;
    height: 11px;
    margin-left: 2px;
    background: url("../images/footer-lang-arrow.png") no-repeat 0 0;
    vertical-align: top;
}

.footer .col img {
    margin-bottom: 35px;
}

.footer .col p {
    font-size: 11px;
    padding: 0;
    letter-spacing: 1px;
}

.footer .col.last {
    float: right;
}


/**Desktop Hide**/

.mobile-menu,
.search-toggle {
    display: none;
}

.news_details img {
    margin: 30px auto;
    display: block;
}

.news_details img[align="left"] {
    margin: 30px 2%;
    max-width: 96%;
}


/**News API Data***/

.prntblns {
    font-family: 'HelveticaNeue-Light';
    width: 100%;
}

.prntblns * {
    font-family: 'HelveticaNeue-Light'!important;
    letter-spacing: 0.5px;
    color: #7d8787!important/* ; font-size:18px;*/
}

span.prnews_span {
    color: #7d8787!important;
}


/*p.prnews_p,span.prnews_span{font-family:'HelveticaNeue-Light'; letter-spacing:0.5px; color:#7d8787; font-size:18px;}*/

.news_details .containTable {
    border: 1px solid #000;
    padding: 10px;
    margin: 20px 0;
}

.news_details .prngen19,
.news_details .prngen11,
.prngen10,
.prngen7,
.prngen24,
.prngen5,
.prngen30,
.prngen31,
.news_details .prngen9,
.prngen8,
.prngen12,
.prngen13,
.prngen3,
.prngen23,
.prnsbbd,
.prngen6,
.prngen4,
.news_details .prngen3,
.prngen13,
.prnsbbs,
.prnsbls,
.prnrbrs,
.prngen21,
.prngen22,
.prngen14,
.prngen25,
body .news_details .prngen4,
body .news_details .prngen10,
.news_details .prngen14 {
    border-color: #000!important;
    border-width: 1px!important;
}

.news_details table {
    width: 100%;
}

.mission-vision-wrap {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.mission-vision-list {
    width: 100%;
    float: left;
    margin: 0 0 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    display: table;
}

.mission-vision-img {
    width: 200px;
}

.mission-vision-text {
    padding-left: 20px;
}

.mission-vision-text h2 {
    font-weight: bold;
}

.mission-vision-text p {
    margin: 0;
    padding: 0;
}

.pageContent .mission-vision-text h2 {
    margin: 0 0 7px 0;
    font-size: 23px;
}

.pageContent .mission-vision-text h3 {
    margin: 0 0 7px 0;
    color: #2c4088;
    text-transform: uppercase;
    font-size: 17px;
}

.mission-vision-img,
.mission-vision-text {
    display: table-cell;
    vertical-align: middle;
}

.mission-vision-wrap .mission-vision-list:last-child {
    border-bottom: 0;
}

.briefTxt {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.fullImg,
.squireImg {
    display: block;
    width: 100%;
}

#mission-vision-wrap .mission-vision-text h3 {
    color: #7D8787;
    /*    font-size: 17px;*/
    margin: 0 0 7px;
    font-weight: bold;
}

#mission-vision-wrap .mission-vision-text h2 {
    padding-bottom: 5px;
}

#mission-vision-wrap>h2 {
    /*    border-top: medium none;
    color: rgb(0, 0, 0);
    font-size: 28px;
    margin: 15px 0 35px;
    padding: 15px 0 0;*/
    font-family: "Helvetica Neue LT Pro";
    font-weight: bold;
}

#mission-vision-wrap .briefTxt {
    margin-bottom: 20px;
    /*text-align: center;*/
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

#companyPage .col-100 figure img {
    width: 100%;
}

.col>select {
    display: block;
    margin: 0 auto;
}

.sds_sheets {
    width: 100%;
    text-align: left;
    padding: 15px 0 30px 0;
    color: #00b2e4;
    font-family: "Helvetica Neue LT Pro";
    font-weight: bold;
}


/*leadership*/

.page-template-leadership h2 {
    line-height: 1.1;
}


/*12-19 fixes*/

.current-menu-item a,
.current-page-ancestor a {
    color: #00b2e4;
}

.footer .col li.current-menu-item a,
.footer .col li.current-page-ancestor a {
    color: #00b2e4;
}

.locations-container .office-list li .image {
    padding-top: 6px;
}

.news_details .xn-content ul {
    padding-left: 20px;
}

.office-list li .icon img {
    border-radius: 50%;
    display: inline-block;
    padding-top: 2px;
}

.news-grid h3,
h2.sup-heading {
    font-size: 25px;
    line-height: 1.2;
}

#product_stewardship .dataSheetsTable {
    width: 55%;
}

#product_stewardship .dataSheetsTable th:last-child {
    width: 175px;
}

.s-reports-content {
    padding-bottom: 70px;
}

li.fax_number .ginput_container_phone .instruction {
    margin-top: 10px;
}

li.fax_number .ginput_container_phone~div.gfield_description {
    top: 125%;
}


/*form changes 10-1*/

.form-enquires .gform_wrapper .gfield {
    width: 100%;
}

.form-enquires .gform_wrapper .gfield.message {
    margin-top: 0;
}

.form-enquires .gfield_description {
    font-size: 12px;
}

.contact-login h1 {
    padding-bottom: 40px;
}

.contact-login .left-section li {
    list-style: none;
}

#gform_drag_drop_area_12_79 .gform_drop_instructions {
    display: none;
}

#gform_browse_button_12_79 {
    width: 94px;
    height: 29px;
    background: #2d4088 none repeat scroll 0 0;
    color: #ffffff;
    padding: 7px 15px !important;
    border: 0;
}

#gform_drag_drop_area_12_79 {
    border-bottom: 1px solid #7d8787 !important;
    padding: 5px 0;
}

.has_limitation .ginput_container {
    border-bottom: 0 !important;
}

.has_limitation .ginput_counter {
    border-top: 1px solid #7d8787;
    font-size: 12px;
    line-height: 16px;
}

#extensions_message_12_79,
#extensions_message,
.ginput_preview,
.ginput_container_textarea {
    font-size: 12px;
    line-height: 16px;
}

.contact-login .gform_wrapper .exceptionFrm .gfield_description {
    font-size: 12px;
    line-height: normal;
    color: #8c8c8c;
    width: 100%;
    float: left;
    margin: 0 0 2px 0!important;
    padding: 0 !important;
}


/*login page*/

.login-page * {
    box-sizing: border-box;
}

.login-page {
    padding: 40px 0 20px 0;
    width: 100%;
    float: left;
}

.tronoxLoginWrap {
    width: 100%;
    margin: 0 auto;
    float: left;
    background: #eeeeee;
}

.contact-login .login-header {
    color: #fff;
    background: #2D3F88;
    font-size: 26px;
    line-height: 20px;
    font-weight: bold;
    font-family: "Neue Helvetica W1G 45 Cond Lgt", sans-serif, Helvetica, Arial;
    padding: 20px;
}

.login-container {
    width: 100%;
    float: left;
    padding: 10% 15%;
}

.login-field-wrap {
    width: 100%;
    float: left;
    padding-left: 120px;
    margin: 15px 0;
    position: relative;
}

.labelTxt {
    width: 115px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    padding: 7px 0px 5px 0;
}

.txtBox {
    padding: 5px;
    border: 1px solid #cccccc;
    font-family: "Neue Helvetica W1G 45 Cond Lgt", sans-serif, Helvetica, Arial;
    font-size: 16px;
    background: #fff;
    width: 100%;
}

.login-field-wrap .email_error {
    color: #790000;
}


/*change password*/

.change-pass .login-field-wrap {
    padding-left: 210px;
}

.change-pass .labelTxt {
    width: 200px;
}

.gfield_radio li input[type="text"] {
    width: auto;
    border: 1px solid #B8C2C0;
    padding: 5px;
}


/*calander css*/

#ui-datepicker-div {
    padding: 0px;
}

#ui-datepicker-div {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 1em;
    list-style: none;
    font-family: "lucida sans", "lucida grande", lucida, sans-serif;
    background-color: #FFF;
    font-size: 1em;
    border: 4px solid #C1C1C1;
}

.ui-datepicker-header {
    background: #00B2E4;
    float: left;
    width: 100%;
    height: 30px;
}

.ui-datepicker-prev {
    background-position: center -30px;
    float: left;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    background-image: url(../images/arrow-calender.png);
    background-repeat: no-repeat;
    background-color: #00B2E4;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 600%;
    overflow: hidden;
    text-align: center;
    width: 30px;
    position: static;
}

.ui-datepicker-next {
    background-position: center 0;
    float: right;
}

.ui-datepicker-next {
    left: 14.6em;
}


/*#ui-datepicker-div a:link {
color: #7cb900;

}*/

.ui-datepicker-title {
    text-align: center;
    color: #fff;
    padding-top: 3px;
}

.ui-datepicker-calendar {
    font-family: "Neue Helvetica W1G 45 Cond Lgt", sans-serif, Helvetica, Arial;
    width: 100%;
}

.ui-datepicker-calendar td {
    font-size: 14px;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    font-family: "Neue Helvetica W1G 45 Cond Lgt", sans-serif, Helvetica, Arial;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
}

li#field_3_32 {
    padding-top: 0;
}

.singleProduct .inner-head {
    padding-bottom: 30px;
}

.tech-dataSheet,
.safe-dataSheet {
    width: 45%;
    float: left;
    max-width: 250px;
}

.download-block-custom+.safe-dataSheet {
    padding-left: 50px;
    border-left: 1px solid #7D8787;
}

.document-download-list {
    margin: 0;
}

.document-download-list li {
    border: 0;
}

.safety-data-wrap.safe-dataSheet .select-box,
.safety-data-wrap.safe-dataSheet .sds_document_list {
    width: 100%;
    padding: 0;
    font-size: 15px;
}

.download-block-custom.tech-dataSheet h3 {
    font-size: 18px;
}

.contact-enquires .gform_wrapper .gfield:not(.fx) {
    width: calc(100% / 3);
}

.gform_wrapper .gfield .ginput_container {
    margin-right: 40px;
}

.contact-enquires .gform_wrapper .gfield.select-box .selectric {
    margin-top: 12px;
}

.gform_wrapper .gfield.bulletList.h-align {
    margin-bottom: 40px;
}

.gfield.bulletList.h-align ul li {
    display: block;
    float: left;
    margin-right: 40px;
}

.gform_wrapper .gfield.best-des-a .ginput_container {
    border: 0;
    margin-right: 0;
    width: 33.333%;
}

.gform_wrapper .gfield.best-des-b {
    position: relative;
    margin: 0;
}

.gform_wrapper .gfield.best-des-b .ginput_container {
    position: absolute;
    bottom: 100%;
    margin: 0px 0 40px 40px;
    left: 33.333%;
    width: calc(33.333% - 40px);
}

.contact-enquires .gform_wrapper .gfield.subject-row label {
    min-width: 75px;
    padding-right: 10px;
}

.gform_wrapper .gfield.fx.width3 .ginput_container {
    width: 33.333%;
    width: calc(33.333% - 40px);
}

.gform_wrapper .gfield.message .ginput_container {
    max-width: 586px;
}

.gform_wrapper .gfield.message label {
    max-width: 100%;
}

.contact-enquires .gform_wrapper .gfield.message {
    margin-top: 20px;
}

.grey-txt>label {
    color: #7D8787 !important;
}

.grey-txt .gfield_checkbox label {
    color: #7D8787 !important;
}
/*form changes 10-1 end*/


/*RESPONSIVE*/

@media only screen and (max-width: 1200px) {
    .wrapper,
    .home-banner li {
        max-width: 860px;
    }
    .padT90 {
        padding-top: 60px;
    }
    .marT90 {
        margin-top: 60px;
    }
    .main {
        padding-bottom: 60px;
    }
    nav li {
        margin-left: 25px;
    }
    .header .logo {
        width: 125px;
    }
    nav {
        margin-top: 18px;
    }
    .prod-filters .field {
        margin-left: 20px;
    }
    .prod-filters .select-box {
        width: 150px;
    }
    .products-list h3 {
        font-size: 18px;
    }
    .inner-head li {
        font-size: 20px;
    }
    .home-banner .slick-arrow {
        left: -55px;
    }
    .home-banner .slick-arrow.slick-next {
        right: -55px;
    }
    .carousel {
        padding: 0 40px;
    }
    .carousel .slick-arrow {
        left: -25px;
    }
    .carousel .slick-arrow.slick-next {
        right: -25px;
    }
    .news_details .containTable {
        width: calc(100% - 20px);
        overflow: auto;
    }
    .contact-enquires .left-section .gform_wrapper {
        margin-right: 0;
    }
    .gform_wrapper .gfield.message .ginput_container {
        max-width: 500px;
    }
}

@media only screen and (max-width:980px) {
    body {
        font-size: 17px;
    }
    nav li {
        margin-left: 20px;
    }
    h1,
    .h1,
    .inner-head h1 {
        font-size: 28px;
    }
    h3,
    .h3,
    .office-list li h3,
    .download-block-custom.tech-dataSheet h3 {
        font-size: 16px;
    }
    .home-banner .arrows {
        margin-top: -19px;
    }
    .home-banner .slick-arrow {
        left: 10px;
        width: 20px;
        height: 38px;
        background-size: 20px 78px;
    }
    .home-banner .slick-arrow.slick-next {
        right: 10px;
    }
    .banner-content {
        font-size: 15px;
    }
    .footer .col:nth-child(3) {
        width: 15%;
    }
    .footer .col.last {
        width: 20%;
    }
    .inner-head li {
        font-size: 18px;
    }
    .content-row {
        padding-top: 50px;
    }
    .products-list li {
        min-height: 180px;
    }
    .wrapper,
    .home-banner li {
        max-width: 100%;
    }
    .home-banner li .overlay {
        display: none;
    }
    .home-banner .slick-slide {
        opacity: 1;
    }
    .content-row figure {
        width: 34.5%;
    }
    .download-block h3 {
        font-size: 18px;
        padding-right: 0;
    }
    .media-contacts .details {
        font-size: 13px;
    }
    .office-list li h3 {
        font-size: 20px;
    }
    .team-container .tab-head li {
        font-size: 26px;
    }
    .download-block {
        height: 200px;
    }
    /*changes 21-12*/
    .news-grid h3,
    h2.sup-heading {
        font-size: 20px;
    }
    .banner-content .arrow {
        width: 10px;
        height: 15px;
        background-size: 100%;
    }
    .validation_error {
        padding-right: 25px;
    }
    .locations-container .office-list li .image {
        padding-top: 5px;
    }
    .gform_wrapper .gfield.message .ginput_container {
        max-width: 59%;
    }
}

@media only screen and (min-width:768px) {
    .tab-head,
    .sub-nav {
        display: block!important;
    }
}

@media only screen and (max-width:767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        padding-bottom: 10px;
    }
    h1,
    .h1,
    .inner-head h1,
    .font40 {
        font-size: 24px;
    }
    .inner-head h1 small {
        font-size: 17px;
    }
    h2,
    .h2 {
        font-size: 18px;
    }
    .team-container h1 {
        padding-bottom: 30px;
    }
    /*.office-list li h3{font-size:16px;}*/
    .header {
        background: #2c408b;
        position: relative;
        z-index: 99999;
        padding: 5px 0;
    }
    .top-links {
        display: none;
    }
    .banner-content {
        top: auto;
        bottom: 10px;
        left: 10px;
        right: 10px;
        font-size: 15px;
        line-height: 1.3;
        transform: translateY(100px);
        -ms-transform: translateY(100px);
        -webkit-transform: translateY(100px);
        padding: 0 26px;
    }
	.banner-content.right {
		left: 10px;
	}
    .banner-content .arrow {
        width: 8px;
        background-size: 100%;
        height: 14px;
    }
    .home-banner .arrows {
        margin-top: -14px;
    }
    .home-banner .slick-arrow {
        width: 15px;
        height: 28px;
        background-size: 15px 58px;
        left: 5px;
    }
    /*.home-banner .slick-arrow.slick-next{right:5px;}*/
    .header .logo img {
        opacity: 0;
    }
    .header .logo {
        background: url("../images/mob-logo.png") no-repeat 0 0;
        background-size: 100%;
        width: 112px;
        margin: 7px 0 7px 40px;
    }
    /*nav { position:absolute; left:0; top:100%; background:#2c408b; width:80%; margin:0; padding-top:30px; height:calc(100vh - 33px); display:none; }*/
    nav {
        position: absolute;
        left: 0;
        top: 100%;
        background: #2c408b;
        width: 80%;
        margin: 0;
        padding-top: 30px;
        height: calc(100vh -32px);
        display: none;
    }
    nav.load-more,
    nav.pagination {
        position: static;
        background: none;
        width: 100% !important;
        margin: 0;
        padding-top: 0;
        height: auto !important;
        display: block !important;
    }
    nav.load-more .top-links,
    nav.pagination .top-links {
        display: none !important;
    }
    .pagination .nav-links>a,
    .pagination .nav-links>span {
        padding: 3px;
    }
    nav ul {
        border-top: 1px solid #797aaf
    }
    nav li,
    nav .top-links li {
        display: block;
        border-bottom: 1px solid #797aaf;
        width: 100%;
        margin: 0;
        font-family: 'HelveticaNeue-Light';
        font-weight: normal;
        font-size: 17px;
    }
    nav li a,
    nav .top-links li a {
        display: block;
        padding: 15px 20px;
        color: #fff;
        position: relative;
    }
    nav li.hasul a:after {
        content: "";
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -8px;
        border: 8px solid transparent;
        border-left-color: #fff;
    }
    nav .top-links li a:hover {
        text-decoration: none;
    }
    nav .top-links {
        display: block;
        border: none;
        padding: 0;
        width: 100%;
    }
    .top-links li:first-child {
        border-right: none;
        padding-right: 0;
    }
    .top-links li:first-child a {
        color: #fff;
    }
    .mobile-menu {
        display: block;
        clear: both;
        padding: 0;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -13px;
        width: 30px;
        height: 26px;
        border: none;
        cursor: pointer;
        background-color: transparent;
        z-index: 99999;
    }
    .mobile-menu span {
        display: block;
        border-radius: 3px;
    }
    .mobile-menu:active {
        transition: 0s;
    }
    .lines {
        display: inline-block;
        width: 30px;
        height: 4px;
        background: #fff;
        transition: 0.3s;
        position: relative;
    }
    .lines:before,
    .lines:after {
        display: inline-block;
        width: 30px;
        height: 4px;
        background: #fff;
        transition: 0.3s;
        position: absolute;
        left: 0;
        content: '';
        -webkit-transform-origin: 2.5px center;
        -ms-transform-origin: 2.5px center;
        transform-origin: 2.5px center;
        border-radius: 3px;
    }
    .lines:before {
        top: 10px;
    }
    .lines:after {
        top: -10px;
    }
    .mobile-menu:hover .lines:before {
        top: 11px;
    }
    .mobile-menu:hover .lines:after {
        top: -11px;
    }
    .mobile-menu.active {}
    .mobile-menu .lines {
        transition: background 0.3s 0.5s ease;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .mobile-menu .lines:before,
    .mobile-menu .lines:after {
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
        -ms-transition: top 0.3s 0.6s ease, -ms-transform 0.3s ease;
        transition: top 0.3s 0.6s ease, transform 0.3s ease;
    }
    .mobile-menu.active .lines {
        transition: background 0.3s 0s ease;
        -webkit-transition: background 0.3s 0s ease;
        -ms-transition: background 0.3s 0s ease;
        background: transparent;
    }
    .mobile-menu.active .lines:before,
    .mobile-menu.active .lines:after {
        -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
        -ms-transition: top 0.3s ease, -ms-transform 0.3s 0.5s ease;
        transition: top 0.3s ease, transform 0.3s 0.5s ease;
        top: 0;
        width: 35px;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        background-color: #fff;
    }
    .mobile-menu.active .lines:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }
    .mobile-menu.active .lines:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }
    .mobile-menu.active span {
        background-color: #fff;
    }
    .search-toggle {
        display: block;
        position: absolute;
        right: 10px;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        top: 50%;
        background: url("../images/search-toggle.png") no-repeat 0 0;
        background-size: 100%;
    }
    .search-box {
        position: absolute;
        height: auto;
        margin: 0;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 10px 30px;
        box-sizing: border-box;
        border-radius: 0;
        border: 5px solid #2c408b;
        display: none;
    }
    .search-box .text {
        width: 100%;
    }
    .search-box .submit {
        top: 50%;
        margin-top: -6px;
    }
    .search-box .reset {
        top: 50%;
        margin-top: -6px;
    }
    .home-banner li {
        padding: 0;
    }
    .home-banner {
        padding: 10px 10px 0;
        box-sizing: border-box;
    }
    .padT90 {
        padding-top: 50px;
    }
    .blue-border-top {
        border-top-width: 10px;
        padding-top: 8px;
    }
    .col-3 {
        margin: 0;
        width: 100%;
    }
    .col-3 .col {
        width: 100%;
        margin: 0 0 30px;
    }
    .news-list li {
        min-height: 10px;
    }
    .col-3.products-list .col:last-child,
    .bottom-blocks .col-3:last-child .col:last-child {
        margin-bottom: 0;
    }
    .marT90 {
        margin-top: 50px;
    }
    .news-media-section {
        padding-bottom: 30px;
        margin-top: 30px;
    }
    .news-media-section .left-section,
    .news-media-section .right-section {
        width: 100%;
        position: relative;
    }
    .news-media-section .left-section .arrows {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .news-media-section .slick-arrow {
        margin-right: 0;
        margin-left: 30px;
    }
    .date {
        padding-bottom: 5px;
    }
    .locations-head h2 {
        width: 100%;
        text-align: left;
    }
    .locations-section {
        text-align: center;
    }
    .locations-head .loc-selectors {
        width: 100%;
    }
    .loc-selectors li:first-child {
        margin-bottom: 10px;
    }
    .loc-selectors li:first-child+li {
        clear: left;
        margin-left: 0;
    }
    .loc-selectors li {
        padding: 4px;
        margin-left: 4px;
    }
    .loc-map {
        margin-bottom: 20px;
    }
    .footer {
        padding: 30px 0;
    }
    .footer .col {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }
    .footer .col.last {
        width: 100%;
        float: left;
        clear: both;
        padding-top: 50px;
    }
    .footer .col img {
        margin-bottom: 20px;
        max-width: 80px;
    }
    .footer .col li {
        font-size: 10px;
    }
    .top-color-bar {
        height: 15px;
        margin-bottom: 10px;
    }
    .team-container {
        margin-top: -10px;
    }
    .padT90+.padT90 {
        padding-top: 0;
    }
    .inner-banner .wrapper {
        padding: 0 10px;
    }
    .main {
        padding-bottom: 60px;
    }
    .sub-nav li,
    .locations-container .tab-head li {
        display: block;
        width: 100%;
        border: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #00B2E4;
        font-size: 15px;
    }
    .sub-nav li a,
    .locations-container .tab-head li a {
        padding: 10px 0;
        display: block;
    }
    .sub-nav li:last-child,
    .locations-container .tab-head li:last-child {
        border-bottom: 1px solid #00B2E4;
    }
    .locations-container .tab-head li:first-child {
        border: none;
    }
    .inner-head {
        padding: 10px 0 20px;
    }
    .inner-head h1 {
        position: relative;
    }
    .inner-head h1.hasNav,
    .locations-page .inner-head h1 {
        cursor: pointer;
        box-sizing: border-box;
        padding-right: 25px;
    }
    .inner-head h1.hasNav:after,
    .locations-page .inner-head h1:after {
        content: "";
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -3px;
        border: 8px solid transparent;
        border-top-color: #00B2E4;
    }
    .inner-head h1.hasNav.open:after,
    .locations-page .inner-head h1.open:after {
        border-top-color: transparent;
        border-bottom-color: #00B2E4;
        margin-top: -10px;
    }
    .locations-page .inner-head {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .locations-container .tab-head {
        background: none;
        display: none;
    }
    .products-list li {
        min-height: 10px;
    }
    .prod-filters {
        padding-bottom: 30px;
    }
    .prod-filters .field {
        width: 100%;
        margin: 0 0 10px;
    }
    .prod-filters .field .field-label {
        width: 100%;
    }
    .prod-filters .select-box {
        width: 100%;
        margin-top: 10px;
    }
    .sub-nav {
        display: none;
    }
    .contact-enquires .left-section {
        width: 100%;
        padding-right: 0;
        border: none;
    }
    .contact-enquires .right-section {
        width: 100%;
        padding-left: 0;
    }
    .contact-enquires .right-section address:last-child {
        margin-bottom: 0;
    }
    .contact-page h1 {
        padding-bottom: 30px;
    }
    .col-2 {
        margin: 0;
    }
    .col-2 .col {
        width: 100%;
        margin: 0;
    }
    .col-2 .col+.col {
        margin-top: 20px;
    }
    .media-contacts {
        margin-bottom: 30px;
    }
    .tab-head li {
        margin-left: 3px;
    }
    .tab-head li a {
        padding: 15px 8px 15px;
    }
    .tab-head li {
        font-size: 13px;
    }
    .team-container .tab-head li {
        font-size: 17px;
    }
    .tab-content {
        padding-top: 30px;
    }
    .assets-list ul,
    .assets-list ul .col:last-child,
    .download-block {
        margin-bottom: 0;
    }
    .assets-list #assets {
        padding-bottom: 20px;
    }
    .office-list li {
        margin-top: 20px;
        min-height: 10px!important;
        height: auto!important
    }
    .office-list li .icon img {
        width: 20px;
    }
    .dataSheetsTable th,
    .dataSheetsTable td {
        font-size: 14px;
    }
    .office-list.news-list li h3 {
        font-size: 16px;
    }
    .contact-page .inner-head {
        padding-top: 10px;
    }
    .contact-enquires h2 {
        padding-bottom: 30px;
    }
    .footer .col:nth-child(4) {
        clear: both;
        display: block;
        width: 100%;
    }
    .col>select {
        margin: 0;
    }
    .footer .col:nth-child(3) {
        width: auto;
    }
    #icims_content_iframe {
        width: 147%;
        transform: scale(0.6);
        transform-origin: 0 0;
    }
    /*21-12 changes*/
    .home-banner .slick-arrow.slick-next {
        right: 0px;
    }
    .home-banner .slick-arrow {
        left: 0;
    }
    #product_stewardship .dataSheetsTable {
        width: 50%;
    }
    #product_stewardship .dataSheetsTable th:last-child {
        width: 150px;
    }
    .gform_wrapper .gfield.bulletList input[type="radio"]:checked {}
    .office-list li .details .bold img {
        margin-left: 10px;
    }
    .gform_wrapper .gfield.message .ginput_container {
        max-width: 100%;
        padding-right: 40px;
        margin-right: 0;
    }
    .gform_wrapper .gfield.message .ginput_container * {
        box-sizing: border-box;
    }
    .contact-enquires .gform_wrapper .gfield:not(.fx) {
        width: 50%;
        min-height: 48px;
    }
    .gform_wrapper .gfield.fx.width3 .ginput_container {
        width: 50%;
        width: calc(50% - 40px);
    }
    .gform_wrapper .gfield.best-des-a .ginput_container {
        width: 50%;
    }
    .gform_wrapper .gfield.best-des-b .ginput_container {
        left: 50%;
        width: calc(50% - 80px);
    }
}

@media only screen and (max-width:640px) {
    .content-row figure,
    .content-row .content {
        width: 100%;
        margin-top: 0;
    }
    .content-row figure img {
        width: 100%;
    }
    .content-row figure {
        margin-bottom: 10px;
    }
    .content-row {
        padding-top: 30px;
    }
    .main-form .row,
    .gform_wrapper .gfield,
    .contact-enquires .gform_wrapper .gfield:not(.fx),
    .gform_wrapper .gfield.best-des-b {
        width: 100%;
        margin-bottom: 15px;
    }
    .gform_wrapper .gfield.captcha {
        margin-bottom: 30px;
    }
    .validation_message {
        top: 98%;
        font-size: 13px;
        line-height: 1.1;
    }
    .validation_error {
        font-size: 14px;
    }
    .gform_wrapper .gfield.animateLabel>label {
        top: -20px;
    }
    .main-form .row.message,
    .gform_wrapper .gfield.message {
        margin-top: 25px;
    }
    .main-form .pad,
    .gform_wrapper .gfield .ginput_container,
    .main-form .row.message .pad,
    .gform_wrapper .gfield.message .ginput_container {
        margin-right: 0;
    }
    .gform_wrapper .gfield.subject-row .ginput_container {
        width: 300px;
    }
    .main-form,
    .gform_wrapper {
        margin: 0;
    }
    .main-form .row textarea,
    .gform_wrapper .gfield textarea {
        box-sizing: border-box;
    }
    .captcha iframe {
        max-width: 100%;
    }
    .office-list li .image,
    .office-list li .details {
        width: 100%;
    }
    .office-list li .details {
        padding-top: 10px;
    }
    .captcha iframe {
        max-width: 100%;
        transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        /* float: left; */
        transform-origin: left;
        -ms-transform-origin: left;
        -webkit-transform-origin: left;
    }
    #mission-vision-wrap .briefTxt {
        font-size: 16px;
    }
    
    .no-overflow{
	overflow:hidden !important;
    }
    .loc-content {
        padding: 10px;
        width: 200px;
        font-size: 12px;
	left:0 !important;
	top:0 !important;
	right:0 !important;
	bottom:0 !important;  
	height:250px;
	overflow:auto;
	margin:auto;
	position:fixed;
	transform:none !important;
    }
    .loc-content:after{
        display:none;
    }
    .loc-content:before{
        height:15%;
	top:55%;
        left:-28px;
	display:none;
    }
    .rgt .loc-content {
	right:33px;
    }
    .rgt .loc-content:after{
        width:27px;
        right:-27px;
        top:70%;
    }
    .rgt .loc-content:before{
        height:15%;
	top:55%;
        right:-28px;
    }
    .loc-content .close{
	width:15px;
	height:15px;
	top:5px;
	right:5px;
        padding:0 0 5px 5px;
        background:url("../images/close-map.png") no-repeat top right #fff;
    }
    .loc-content .btm-arrow {
        left: 50%;
        margin-left: -4px;
    }
    .loc-content h4 {
        font-size: 13px;
    }
    .main-form .row.message label,
    .gform_wrapper .gfield.message label {
        max-width: 100%;
    }
    /*fixes 19-12*/
    .locations-container .office-list li .image {
        padding-top: 0;
    }
    .footer .col:nth-child(3) {
        width: auto;
    }
    #product_stewardship .dataSheetsTable,
    .gform_wrapper .gfield.fx.width3 .ginput_container,
    .gform_wrapper .gfield.best-des-a .ginput_container {
        width: 100%;
    }
    .office-list li .details .bold img {
        margin-left: 10px;
    }
    .tech-dataSheet,
    .safe-dataSheet {
        width: 100%;
        max-width: 350px;
        padding: 15px 0;
        margin: 0 !important;
        border: 0;
    }
    .safe-dataSheet .select-box,
    .gform_wrapper .gfield.best-des-a .ginput_container {
        max-width: 300px;
    }
    .gform_wrapper .gfield.message .ginput_container {
        padding-right: 0;
    }
    .gform_wrapper .gfield.best-des-b .ginput_container {
        position: static;
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width:480px) {
    .loc-selectors li {
        font-size: 12px;
        margin-left: 2px;
    }
    .loc-selectors li .icon {
        margin-right: 3px;
        width: 8px;
    }
    .media-contacts .image {
        width: 100%;
    }
    .media-contacts .details {
        width: 100%;
        padding: 10px 0 0;
    }
    .banner-content {
        font-size: 14px;
    }
    .mission-vision-img,
    .mission-vision-text {
        display: block;
        width: 100%;
    }
    .mission-vision-img {
        text-align: center;
    }
    .mission-vision-text {
        padding-left: 0;
        padding-top: 10px;
    }
    /*fixes 19-12*/
    .loc-selectors li .icon img {
        margin-top: 1px;
    }
    #product_stewardship .dataSheetsTable {
        width: 100%;
    }
    #product_stewardship .dataSheetsTable th:last-child {
        width: 100px;
    }
    .office-list li .details .bold img {
        margin-left: 10px;
    }
    .gform_wrapper .gfield.subject-row .ginput_container {
        width: 190px;
    }
}


/*******************************Complaint Form css end************************************/

body.error404 .main {
    min-height: 40.8vh;
}

body.search-results .main {
    min-height: 35.5vh;
    padding-top: 5vh;
}

body.search-no-results .main {
    min-height: 40.5vh;
    padding-top: 5vh;
}


/*html[lang="fr"] *{ display:none;}*/


/*--------------------------------Our-People Starts 16-10-2017----------------------------------*/

.our-people .bottom-blocks .col-3 .col {
    margin-bottom: 40px;
}

.our-people .bottom-blocks .col-3 .col:nth-child(3n+1) {
    clear: left;
}

.our-people .common-content.fx .h2 {
    letter-spacing: 0.5px;
}

.our-people .bottom-blocks .col-3 .col h2 {
    padding: 23px 0 2px;
    font-size: 22px;
}

.our-people .bottom-blocks .col-3 .col h3 {
    padding: 0 0 5px;
    font-family: 'Helvetica Neue';
}


/*.our-people .bottom-blocks .col-3 .col p { padding-top: 7px;}*/

.our-people .bottom-blocks .col-3 .col .expand-collapse {
    height: 9em;
}

@media only screen and (max-width: 767px) {
    .our-people .bottom-blocks .col-3 .col {
        margin: 0 0 40px;
    }
    .our-people .bottom-blocks .col-3 .col .image img {
        width: 100%;
    }
    .our-people .bottom-blocks .col-3 .col h2 {
        font-size: 32px;
    }
    .our-people .bottom-blocks .col-3 .col p {
        font-size: 18px;
    }
    /*login form responisve 1-9-18*/
    .labelTxt {
        position: relative;
    }
    .login-field-wrap {
        padding-left: 0;
    }
    .change-pass .login-field-wrap {
        padding-left: 0;
    }
    .txtBox {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .submitWrap .labelTxt {
        display: none;
    }
    .submitWrap .forgetPass {
        display: block;
        width: 100%;
    }
}


/*@media only screen and (min-width: 481px) and (max-width: 767px){
.our-people .bottom-blocks .col-3 .col .image{width: 47.5%; display: inline-block; vertical-align: top;}
.our-people .bottom-blocks .col-3 .col .details {width: 47.5%; display: inline-block; vertical-align: top; padding-left: 15px;}
.our-people .bottom-blocks .col-3 .col .details h2 {padding: 0;}
}*/


/*--------------------------------Career-Path starts----------------------------------*/

.career-path .location-key {
    float: left;
    margin-top: 25px;
    width: 100%;
}

.career-path .location-key span {
    padding-left: 40px;
    color: #00b2e4;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
}

.career-path .location-key span:first-child {
    padding-left: 0;
}

.career-path .location-key span.africa {
    position: relative;
}

.career-path .location-key span.africa:before {
    background-color: #a388d9;
    content: "";
    height: 13px;
    left: 20px;
    position: absolute;
    top: 50%;
    width: 13px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.career-path .location-key span.americas {
    position: relative;
}

.career-path .location-key span.americas:before {
    background-color: #7ec609;
    content: "";
    height: 13px;
    left: 20px;
    position: absolute;
    top: 50%;
    width: 13px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.career-path .location-key span.asia-pacific {
    position: relative;
}

.career-path .location-key span.asia-pacific:before {
    background-color: #eb4c99;
    content: "";
    height: 13px;
    left: 20px;
    position: absolute;
    top: 50%;
    width: 13px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.career-path .location-key span.europe {
    position: relative;
}

.career-path .location-key span.europe:before {
    background-color: #00b3e5;
    content: "";
    height: 13px;
    left: 20px;
    position: absolute;
    top: 50%;
    width: 13px;
    transform: translateY(-50%);
    border-radius: 50%;
}


/*------------------------ few changes for member - details starts 28-11-2017--------------------------*/

.career-path .bottom-blocks .member {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.career-path .bottom-blocks .member-career.col .image {
    display: inline-block;
    padding-right: 30px;
    vertical-align: top;
    width: 31%;
}

.career-path .bottom-blocks .member-career.col .details {
    width: 64%;
    display: inline-block;
}

.career-path .bottom-blocks .member-career.col .details h2 {
    line-height: 1;
    padding: 0 0 12px;
    font-size: 22px;
}

.career-path .bottom-blocks .member-career.col .details h3 {
    padding: 0 0 5px;
    font-size: 18px;
    line-height: 1;
}

.career-path .bottom-blocks .member-career.col .details p {
    font-size: 24px;
    line-height: 1.3;
    padding-top: 12px;
}

.career-path .bottom-blocks .complete-path {
    overflow: hidden;
}

.career-path .bottom-blocks .complete-path .col-3 {
    float: left;
    position: relative;
    width: 100%;
    margin: 50px 0 0;
    overflow: hidden;
    min-width: 1900px;
}

.IE11 .career-path .bottom-blocks .complete-path .col-3 {
    min-width: 100% !important;
}

.career-path .bottom-blocks .complete-path .col-3 .col {
    width: 320px;
    margin: 0;
}

.career-path .bottom-blocks .complete-path .col-3 .col .parent {
    margin: 0 15px;
}

.career-path .bottom-blocks .complete-path .path {
    width: 100%;
    display: table;
    direction: ltr;
    vertical-align: middle;
}

.career-path .bottom-blocks .complete-path .path {
    position: relative;
    padding-top: 30px;
}

.career-path .bottom-blocks .complete-path .path:nth-child(2n) {
    direction: rtl;
}

.career-path .bottom-blocks .complete-path .path:nth-child(2n) * {
    direction: ltr;
}

.career-path .bottom-blocks .complete-path .path:nth-child(2n) .career-position {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
}

.career-path .bottom-blocks .complete-path .path .wt-overlay {
    position: relative;
}

.career-path .bottom-blocks .complete-path .path .wt-overlay:before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    height: 100%;
    transition: 0.3s all ease-in-out;
}

.career-path .bottom-blocks .complete-path .path .wt-overlay.image-box:before {
    border-radius: 50%;
}

.career-path .bottom-blocks .complete-path .path:hover .wt-overlay:before {
    background-color: rgba(255, 255, 255, 0);
}

.career-path .bottom-blocks .complete-path .path:nth-child(2n):after {
    border-right: 3px solid #7c8686;
    content: "";
    height: 130px;
    position: absolute;
    right: -15px;
    top: -45px;
    transform: rotate(45deg);
    z-index: -1;
}

.career-path .bottom-blocks .complete-path .path:nth-child(2n+1):after {
    border-right: 3px solid #7c8686;
    content: "";
    height: 130px;
    left: 145px;
    position: absolute;
    top: 130px;
    transform: rotate(-45deg);
    z-index: -1;
}

.career-path .bottom-blocks .complete-path .col:last-child .path:last-child:after {
    border: none;
}

.career-path .bottom-blocks .complete-path .round-image {
    display: table-cell;
}

.career-path .bottom-blocks .complete-path .image-box {
    border-radius: 50%;
    margin: 0;
    vertical-align: middle;
    z-index: 1;
    padding: 10px;
}

.career-path .bottom-blocks .complete-path .image-box .inner-image-box {
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    padding: 24px 14px;
}

.career-path .bottom-blocks .complete-path .image-box p {
    font-size: 36px;
    padding: 0;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}

.career-path .bottom-blocks .complete-path .image-box span {
    font-size: 15px;
    padding: 0;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}

.career-path .bottom-blocks .complete-path .career-position {
    display: table-cell;
    padding-left: 15px;
    padding-right: 0;
    vertical-align: middle;
    width: 145px;
    max-height: 150px;
    overflow: auto;
}

.career-path .bottom-blocks .complete-path .career-position p,
.career-path .bottom-blocks .complete-path .career-position span {
    font-size: 12px;
    line-height: 1.1;
    padding: 2px;
    letter-spacing: 0.5px;
    display: block;
}

.career-path .bottom-blocks .complete-path .career-position .full-scroll {
    max-height: 150px;
    overflow-y: auto;
    display: block;
    padding-left: 1px;
    padding-right: 0;
}

.career-path .bottom-blocks .complete-path .path:nth-child(2n+1) .career-position .full-scroll {
    padding-right: 10px;
    padding-left: 0;
}

.career-path .bottom-blocks .complete-path .mCSB_dragger_bar {
    position: relative;
    font-size: 14px !important;
    color: #fff;
    line-height: 1.4;
}

.career-path .bottom-blocks .complete-path .mCSB_dragger_bar:before {
    content: " ";
    color: #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg) translateY(-45%);
    position: absolute;
    top: 45%;
    left: 20px;
    height: 8px;
    width: 8px;
}

.career-path .bottom-blocks .complete-path .mCSB_dragger_bar:after {
    content: " ";
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg) translateY(-45%);
    position: absolute;
    top: 45%;
    right: 20px;
    height: 8px;
    width: 8px;
}


/*--------------------------------career-path Responsive Starts----------------------------------*/

@media only screen and (min-width: 981px) and (max-width: 1200px) {
    .career-path.wrapper {
        max-width: 925px;
    }
}

@media only screen and (max-width: 980px) {
    .career-path .bottom-blocks .member-career.col .details h2 {
        padding: 0 0 7px;
        font-size: 32px;
    }
    .career-path .bottom-blocks .member-career.col .details h3 {
        padding: 0 0 5px;
        font-size: 16px;
    }
    .career-path .bottom-blocks .member-career.col .details p {
        font-size: 18px;
        padding-top: 7px;
    }
}

@media only screen and (max-width: 767px) {
    .career-path .bottom-blocks .complete-path .career-position .full-scroll {
        max-height: 100px;
    }
    .career-path .location-key span {
        margin-top: 10px;
        display: block;
    }
    .career-path .bottom-blocks .member-career.col .image {
        display: block;
        width: 100%;
    }
    .career-path .bottom-blocks .member-career.col .image img {
        width: 100%;
    }
    .career-path .bottom-blocks .member-career.col .details {
        display: block;
        width: 100%;
        margin-top: 40px;
    }
    .career-path .bottom-blocks .complete-path .mCSB_dragger_bar {
        font-size: 12px !important;
    }
    .career-path .bottom-blocks .complete-path .mCSB_dragger_bar:before {
        height: 5px;
        width: 5px;
    }
    .career-path .bottom-blocks .complete-path .mCSB_dragger_bar:after {
        height: 5px;
        width: 5px;
    }
}

@media only screen and (max-width: 402px) {
    .career-path .bottom-blocks .complete-path .career-position {
        width: 125px;
    }
    .career-path .bottom-blocks .complete-path .col-3 .col {
        width: 280px;
    }
    .career-path .bottom-blocks .complete-path .col-3 .col .parent {
        margin: 0 6px;
    }
    .career-path .bottom-blocks .complete-path .col-3 .col:first-child .parent {
        margin-left: 0;
    }
    .career-path .bottom-blocks .complete-path .col-3 .col:last-child .parent {
        margin-right: 0;
    }
}


/*--------------------------------career-path Ends----------------------------------*/


/*--------------------------Changes 27-10-2017 Starts--------------------------------*/

.internships .select-box {
    width: auto;
    display: block;
    max-width: 400px;
}

.internships .inner-head {
    padding: 20px 0 25px;
}

.internships .loc-dropdown {
    margin-top: 50px;
}

.internships .loc-intro {
    margin-top: 30px;
    width: 100%;
    display: block;
}

@media only screen and (max-width: 480px) {
    .internships .select-box {
        width: auto;
        margin: 0 auto;
        max-width: 300px;
    }
    #icims_content_iframe {
        width: 160% !important;
        transform: scale(0.6) !important;
        transform-origin: 0 0 !important;
        left: -10px;
        position: relative;
    }
}


/*--------------------------Changes 04-11-2017 Starts--------------------------------*/

a.career_active {
    color: #00b2e4 !important;
}

span.field-label.bold.filter_cat_label {
    padding-top: 5px;
    margin-top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .prod-filters .field {
        margin-left: 20px;
    }
    .prod-filters .field .field-label {
        padding: 5x 3px 0 0;
        font-size: 16px;
    }
    span.field-label.bold.filter_cat_label {
        margin-left: 0;
        margin-top: 0px;
    }
}

.prod-filters .selectric .label {
    text-transform: capitalize;
}

.cat-content,
.app-description {
    clear: both;
    margin-bottom: 50px;
}

.cat-content+.prod-filters {
    padding-top: 0;
}

.page-template-products .inner-head {
    padding: 20px 0 40px;
}


/*--------------------------Changes 17-11-2017 Starts--------------------------------*/

#contact-sales {
    position: relative;
}

#contact-sales .left-section {
    border: 0;
}

#contact-sales #contentright {
    float: left;
    padding-left: 2%;
    width: 29.8%;
    font-family: 'HelveticaNeueLTProLt', sans-serif, Helvetica, Arial;
}

#contentright h2 {
    color: #00B2E4;
    font-family: 'HelveticaNeueLTProLt', sans-serif, Helvetica, Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    line-height: 36px;
    margin: 2px 0;
    padding: 0 0 6px;
    text-transform: none;
}

#contentright h3 {
    font-family: 'HelveticaNeueLTProLt';
    color: #7D8787;
    font-size: 24px;
    line-height: 1.3;
    margin: 5px 0;
    padding: 0;
    font-weight: bold;
}

#contentright h4 {
    font-family: 'HelveticaNeueLTProLt';
    color: #00B2E4;
    font-size: 18px;
    line-height: 1.3;
    margin: 5px 0;
    padding: 0;
}

#contentright p,
#contentright p strong,
#contentright p a {
    color: #b8c2c0;
    text-decoration: none;
}

#contentright .intro-text p {
    color: #7D8787;
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 30px;
    font-family: 'HelveticaNeue-Light', Arial, Helvetica, sans-serif;
}

#contentright .office-container {
    padding-bottom: 50px;
}

#contentright .select-box {
    padding-bottom: 30px;
}

#contentright .selectric .label {
    text-transform: none;
}

#contentright .regional-office-container h2 {
    color: #7D8787;
    font-weight: bold;
}

#contentright .regional-office-container .region h2 {
    background-color: #00B2E4;
    color: #fff;
    font-size: 24px;
    height: auto;
    margin: 25px 0;
    padding: 5px 0 !important;
    text-align: center;
    max-width: 244px;
    width: 100%;
    min-width: 224px;
}

#contentright .regional-office-container h3 {
    background-color: #f1f2f2;
    color: #00B2E4;
    font-size: 20px;
    height: auto;
    margin: 0 0 10px;
    padding: 5px 0 !important;
    text-align: center;
    max-width: 244px;
    width: 100%;
    min-width: 224px;
}

#contentright .regional-office-container p strong {
    font-weight: bold;
    color: #00b2e4;
}

#contentright .regional-office-container p a:hover {
    color: #00b2e4;
}

#contentright .specified-region {
    padding-bottom: 35px;
}

#contentright .specified-region:first-child {
    padding-top: 35px;
}

#contentright .reg_top {
    position: absolute;
    top: 0;
    max-width: 360px;
    text-align: center;
}

#product-resources {
    margin-bottom: 50px;
}

#product-resources .download-block-custom {
    margin-bottom: 25px;
}

@media only screen and (max-width: 980px) {
    #contact-sales #contentright {
        padding: 50px 30px 0;
        width: 100%;
    }
    #contact-sales #contentright .select-box {
        min-width: 260px;
        width: 100%;
        max-width: 360px;
    }
    #contentright .reg_top {
        position: static;
        max-width: 100%;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    #contact-sales #contentright {
        padding: 50px 0 0;
    }
}


/*------------------------ overlay changes for details starts 28-11-2017--------------------------*/


/*------------------------ removing default path functionality starts 29-11-2017--------------------------*/

.career-path.optional .bottom-blocks .member {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.career-path.optional .bottom-blocks .member-career.col .image {
    display: inline-block;
    padding-right: 30px;
    vertical-align: top;
    width: 31%;
}

.career-path.optional .bottom-blocks .member-career.col .details {
    width: 64%;
    display: inline-block;
}

.career-path.optional .bottom-blocks .member-career.col .details h2 {
    line-height: 1;
    padding: 0 0 12px;
    font-size: 36px;
}

.career-path.optional .bottom-blocks .member-career.col .details h3 {
    padding: 0 0 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
}

.career-path.optional .bottom-blocks .member-career.col .details p {
    font-size: 24px;
    line-height: 1.3;
    padding-top: 12px;
}

.career-path.optional .bottom-blocks .complete-path {
    overflow: hidden;
}

.career-path.optional .bottom-blocks .complete-path .col-3 {
    float: left;
    position: relative;
    width: 100%;
    margin: 50px 0 0;
    overflow: hidden;
    min-width: 1900px;
}

.career-path.optional .bottom-blocks .complete-path .col-3 .col {
    width: 320px;
    margin: 0;
}

.career-path.optional .bottom-blocks .complete-path .col-3 .col .parent {
    margin: 0 15px;
}

.career-path.optional .bottom-blocks .complete-path .path:nth-child(2n):after {
    border-right: 3px solid #7c8686;
    content: none;
    height: 130px;
    position: absolute;
    right: -15px;
    top: -45px;
    transform: rotate(45deg);
    z-index: -1;
}

.career-path.optional .bottom-blocks .complete-path .path:nth-child(2n+1):after {
    border-right: 3px solid #7c8686;
    content: none;
    height: 130px;
    left: 145px;
    position: absolute;
    top: 130px;
    transform: rotate(-45deg);
    z-index: -1;
}


/*------------------------ removing default path functionality ends 29-11-2017--------------------------*/

.career-path.optional .bottom-blocks .complete-path .path-list {
    width: 100%;
    display: table;
    direction: ltr;
    vertical-align: middle;
}

.career-path.optional .bottom-blocks .complete-path .path {
    position: relative;
    padding-top: 30px;
}

.career-path.optional .bottom-blocks .complete-path .path-list:nth-child(2n) .path {
    direction: rtl;
}

.career-path.optional .bottom-blocks .complete-path .path-list:nth-child(2n) .path * {
    direction: ltr;
}

.career-path.optional .bottom-blocks .complete-path .path-list:nth-child(2n) .career-position {
    padding-right: 10px;
    padding-left: 0;
    text-align: right;
    direction: ltr;
}

.career-path.optional .bottom-blocks .complete-path .path-list .wt-overlay {
    position: relative;
}

.career-path.optional .bottom-blocks .complete-path .path-list .wt-overlay:before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    height: 100%;
    transition: 0.3s all ease-in-out;
}

.career-path.optional .bottom-blocks .complete-path .path-list .wt-overlay.image-box:before {
    border-radius: 50%;
}

.career-path.optional .bottom-blocks .complete-path .path-list:hover .wt-overlay:before {
    background-color: rgba(255, 255, 255, 0);
}

.career-path.optional .bottom-blocks .complete-path .path-list:nth-child(2n) .path:after {
    border-right: 3px solid #7c8686;
    content: "";
    height: 130px;
    position: absolute;
    right: -50px;
    top: -100px;
    transform: rotate(45deg);
    z-index: -1;
}

.career-path.optional .bottom-blocks .complete-path .path-list:nth-child(2n+1) .path:after {
    border-right: 3px solid #7c8686;
    content: "";
    height: 130px;
    left: 145px;
    position: absolute;
    top: 130px;
    transform: rotate(-45deg);
    z-index: -1;
}

.career-path.optional .bottom-blocks .complete-path .col:last-child .path-list:last-child .path:after {
    border: none;
}

.career-path.optional .bottom-blocks .complete-path .round-image {
    display: table-cell;
}

.career-path.optional .bottom-blocks .complete-path .image-box {
    border-radius: 50%;
    margin: 0;
    vertical-align: middle;
    z-index: 1;
    padding: 10px;
}

.career-path.optional .bottom-blocks .complete-path .image-box .inner-image-box {
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    padding: 24px 14px;
}

.career-path.optional .bottom-blocks .complete-path .image-box p {
    font-size: 36px;
    padding: 0;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}

.career-path.optional .bottom-blocks .complete-path .image-box span {
    font-size: 15px;
    padding: 0;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}

.career-path.optional .bottom-blocks .complete-path .career-position {
    display: table-cell;
    padding-left: 15px;
    padding-right: 0;
    vertical-align: middle;
    width: 145px;
    max-height: 150px;
    overflow: auto;
}

.career-path.optional .bottom-blocks .complete-path .path-list-enlarged {
    display: none;
    background-color: rgba(237, 237, 237, 0.95);
    position: absolute;
    top: 0;
    z-index: 999;
    border-radius: 10px;
    width: 100%;
    max-width: 300px;
    height: 100%;
}

.career-path.optional .bottom-blocks .complete-path .path-list.active .path-list-enlarged {
    display: block;
}

.career-path.optional .bottom-blocks .complete-path .path-list.active .path-list-enlarged .enlarged-block {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* padding: 5px 0;*/
}

.career-path.optional .bottom-blocks .complete-path .path-list-enlarged .enlarged-block .round-image {
    display: block;
    max-width: 130px;
    margin: 0 auto 10px;
}

.career-path.optional .bottom-blocks .complete-path .path-list-enlarged .enlarged-block .career-position {
    display: block;
    width: 100%;
    padding: 0 10px;
    max-width: 260px;
    text-align: center;
    max-height: 100%;
}

.career-path.optional .bottom-blocks .complete-path .path-list-enlarged .enlarged-block .wt-overlay:before {
    opacity: 0;
}

.optional .ui-cross .ui-cross-line:before {
    bottom: 14px;
    right: -3px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.optional .ui-cross .ui-cross-line:after,
.ui-cross .ui-cross-line:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    content: "";
    background: rgba(0, 0, 0, .7);
    position: absolute;
    height: 2px;
    width: 30px;
}

.optional .ui-cross .ui-cross-line:after {
    top: 10px;
    right: -3px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.optional .ui-cross a {
    display: block;
    text-indent: -9999px;
    height: 30px;
    width: 30px;
}

.optional .ui-cross {
    z-index: 999;
}

.optional .ui-cross {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 26px;
    width: 26px;
    z-index: 9;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.career-path.optional .bottom-blocks .complete-path .path-list .read-more {
    font-size: 11px;
    line-height: 1.4;
    font-weight: normal;
    display: block;
}

.career-path.optional .bottom-blocks .complete-path .career-position p,
.career-path .bottom-blocks .complete-path .career-position span {
    font-size: 12px;
    line-height: 1.1;
    padding: 2px;
    letter-spacing: 0.5px;
    display: block;
}

.career-path.optional .bottom-blocks .complete-path .career-position .full-scroll {
    max-height: 150px;
    overflow-y: auto;
    display: block;
    padding-left: 12px;
    padding-right: 0;
}

.career-path.optional .bottom-blocks .complete-path .path:nth-child(2n+1) .career-position .full-scroll {
    padding-right: 10px;
    padding-left: 0;
}

.career-path.optional .bottom-blocks .complete-path .mCSB_dragger_bar {
    position: relative;
    font-size: 14px !important;
    color: #fff;
    line-height: 1.4;
}

.career-path.optional .bottom-blocks .complete-path .mCSB_dragger_bar:before {
    content: " ";
    color: #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg) translateY(-45%);
    position: absolute;
    top: 45%;
    left: 20px;
    height: 8px;
    width: 8px;
}

.career-path.optional .bottom-blocks .complete-path .mCSB_dragger_bar:after {
    content: " ";
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg) translateY(-45%);
    position: absolute;
    top: 45%;
    right: 20px;
    height: 8px;
    width: 8px;
}


/*Search Page CSS Start*/

.search-page h2 {
    padding: 0 0 10px 0;
}

.search-page h2.sds_sheets {
    padding: 0 0 20px 0;
}

.search-page ul {
    margin: 0 0 20px 20px;
}

.search-page ul li {
    margin: 0 0 5px 0;
}

.search-page ul li a:hover {
    color: #00B2E4;
}


/*Search Page CSS Start*/

.safety-data-wrap .select-box {
    padding: 15px;
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.safety-data-wrap:after {
    clear: both;
    content: "";
    display: block;
}

.sds_document_list {
    width: 50%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}

.sds_document_list .dataSheetsTable th:last-child {
    width: 175px;
}

.safety-data-wrap .products-grid {
    padding: 15px;
}

#product_stewardship {
    padding-top: 55px;
}

.safety-data-wrap .sds_document_list {
    margin-top: 10px;
}

ul.document-download-list {
    list-style-type: none;
    width: 100%;
    float: left;
    padding-bottom: 0;    
}

.document-download-list li {
    width: 50%;
    float: left;
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 12px;
    margin:0 !important;
}

.tech-dataSheet .document-download-list li {
    width: 100%;
}

.document-download-list li a {
    padding-left: 25px;
    background: url(../images/pdf-icon.jpg) no-repeat center left;
    color: #00b2e4;
    word-break: break-all;
    display: inline-block;
}

.document-download-list li a:hover {
    color: #7D8787;
}

ul.ourcompany-contact {
    width: 100%;
    float: left;
    list-style-type: none;
    position: relative;
    max-width: 710px;
}

ul.ourcompany-contact:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #7d8787;
}

ul.ourcompany-contact li {
    width: 50%;
    float: left;
    padding-right: 50px;
    box-sizing: border-box;
}

ul.ourcompany-contact li:nth-child(even) {
    padding-right: 0px;
    padding-left: 50px;
}

ul.ourcompany-contact li .strong {
    color: #00B2E4;
    font-family: 'Helvetica Neue';
    font-size: 22px;
}

.distributor-accordion {
    list-style-type: none;
    width: 100%;
    float: left;
}

.distributor-accordion * {
    box-sizing: border-box;
}

.distributor-accordion li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.reasion_title {
    width: 100%;
    float: left;
    padding: 10px 40px 10px 20px;
    position: relative;
    cursor: pointer;
    letter-spacing: 0;
    background: #efefef;
    font-family: 'Neue Helvetica W1G 45 Cond Lgt', sans-serif, Helvetica, Arial;
    font-size: 26px;
    font-weight: bold;
    color: #00B2E4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.reasion_brief {
    width: 100%;
    float: left;
    display: none;
    background: #eeeeee;
    padding: 20px;
    border-top: 1px solid #fff;
}

.reasion_brief>h2 {
    font-family: 'Helvetica 77 Cond Bold', sans-serif, Helvetica, Arial;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: bold;
    color: #444;
    margin-bottom: 10px;
    padding: 0 0 10px;
}

.region {
    width: 100%;
    float: left;
    margin-top: -10px;
    list-style-type: none;
}

.region li {
    width: 100%;
    float: left;
    margin: 5px 0 10px 0;
    border: 1px solid #ddd;
    background: #ddd;
}

.region li:last-child {
    margin-bottom: 0;
}

.country_title {
    width: 100%;
    float: left;
    position: relative;
    cursor: pointer;
    background: #ddd;
    padding: 10px 40px 10px 15px;
    color: #00B2E4;
    box-sizing: border-box;
    letter-spacing: 0;
    font-family: 'Helvetica 77 Cond Bold', sans-serif, Helvetica, Arial;
    font-weight: bold;
}

.country_brief {
    width: 100%;
    float: left;
    display: none;
    padding: 15px;
    background: #eee;
    border-top: 1px solid #fff;
}

.country_txt {
    width: 45%;
    float: left;
    margin: 0 5% 50px 0;
}

.country_txt h3 {
    font-weight: bold;
    padding-bottom: 10px;
}

.country_txt:nth-child(2n+1) {
    clear: left
}

.reasion_title i,
.country_title i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    background-image: url(../images/plus-minus.png);
    background-repeat: no-repeat;
    background-position: -2px -2px;
}

.reasion_title._active,
.reasion_title:hover {
    background: #00B2E4;
    color: #fff;
}

.reasion_title:hover>i {
    background-position: -52px -2px;
}

.reasion_title._active i {
    background-position: -52px -52px;
}

.country_title i {
    background-position: -97px -1px;
}

.country_title._active i {
    background-position: -97px -52px;
}

.safe-dataSheet.sds_block {
    width: 55%;
    max-width: 500px;
}

.safe-dataSheet.sds_block>.select-box {
    max-width: 250px;
}

.safe-dataSheet.sds_block>.sds_document_list {
    width: 100%;
}

.common-content ul {
    margin-left: 20px;
}

.common-content ul.document-download-list,
.common-content ul.gform_fields,
.common-content .selectric-scroll ul {
    margin-left: 0;
}

@media only screen and (max-width: 402) {
    .career-path .bottom-blocks .complete-path .path-list-enlarged {
        max-width: 280px;
    }
}


/*------------------------ overlay changes for details RESPONSIVE starts --------------------------*/

@media only screen and (min-width: 981px) and (max-width: 1200px) {
    .career-path.optional.wrapper {
        max-width: 925px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    /* .page-template-leadership .expand-collapse { height: 8em !important;} */
    .page-template-leadership .expand-collapse {
        height: 8em;
    }
}

@media only screen and (max-width: 980px) {
    .career-path.optional .bottom-blocks .member-career.col .details h2 {
        padding: 0 0 7px;
        font-size: 32px;
    }
    .career-path.optional .bottom-blocks .member-career.col .details h3 {
        padding: 0 0 5px;
        font-size: 16px;
    }
    .career-path.optional .bottom-blocks .member-career.col .details p {
        font-size: 18px;
        padding-top: 7px;
    }
    #icims_content_iframe {
        width: 110%;
        transform: scale(0.8);
        transform-origin: 0 0;
    }
    /* .page-template-leadership .expand-collapse { height: 5em !important;} */
    .page-template-leadership .expand-collapse {
        height: 5em;
    }
}

@media only screen and (max-width: 767px) {
    .career-path.optional .bottom-blocks .complete-path .career-position .full-scroll {
        max-height: 100px;
    }
    .career-path.optional .location-key span {
        margin-top: 10px;
        display: block;
    }
    .career-path.optional .bottom-blocks .member-career.col .image {
        display: block;
        width: 100%;
    }
    .career-path.optional .bottom-blocks .member-career.col .image img {
        width: 100%;
    }
    .career-path.optional .bottom-blocks .member-career.col .details {
        display: block;
        width: 100%;
        margin-top: 40px;
    }
    .career-path.optional .bottom-blocks .complete-path .mCSB_dragger_bar {
        font-size: 12px !important;
    }
    .career-path.optional .bottom-blocks .complete-path .mCSB_dragger_bar:before {
        height: 5px;
        width: 5px;
    }
    .career-path.optional .bottom-blocks .complete-path .mCSB_dragger_bar:after {
        height: 5px;
        width: 5px;
    }
    .safety-data-wrap .select-box,
    .sds_document_list {
        width: 100%;
    }
    .reasion_title {
        font-size: 22px;
    }
    .reasion_brief>h2,
    ul.ourcompany-contact li .strong {
        font-size: 18px;
    }
    ul.ourcompany-contact li .strong {
        padding-bottom: 5px;
    }
    ul.ourcompany-contact li {
        width: 100%;
        padding: 0 0 20px 0;
    }
    ul.ourcompany-contact:before {
        display: none;
    }
    ul.ourcompany-contact li:nth-child(even) {
        padding: 0;
    }
     
    .home-banner .banner-content h1 {
        font-size: 15px;
        padding: 15px;
    }
    .banner-read {
        font-size: 14px;
    }
    .safe-dataSheet.sds_block {
        width: 100%;
        max-width: 600px;
    }
    .download-block-custom+.safe-dataSheet.sds_block {
        padding: 20px 0 0 0;
        border: 0;
    }
}

@media only screen and (max-width: 402px) {
    .career-path.optional .bottom-blocks .complete-path .career-position {
        width: 125px;
    }
    .career-path.optional .bottom-blocks .complete-path .col-3 .col {
        width: 280px;
    }
    .career-path.optional .bottom-blocks .complete-path .col-3 .col .parent {
        margin: 0 6px;
    }
    .career-path.optional .bottom-blocks .complete-path .col-3 .col:first-child .parent {
        margin-left: 0;
    }
    .career-path.optional .bottom-blocks .complete-path .col-3 .col:last-child .parent {
        margin-right: 0;
    }
    .career-path.optional .bottom-blocks .complete-path .path-list-enlarged {
        width: 280px;
    }
    .home-banner .banner-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-banner .banner-content,
    .banner-read {
        font-size: 12px;
    }
    .home-banner .banner-content h1 {
        padding: 10px;
        font-size: 13px;
    }
    .home-banner .wrapper {
        padding: 0 10px;
    }
    .home-banner .banner-read {
        right: 20px;
        bottom: 10px;
    }
    .safe-dataSheet.sds_block .document-download-list li,
    .document-download-list li {
        width: 100%;
    }
}


/*------------------------ overlay changes for details ends --------------------------*/


/*------------------------ changes done on 02-12-2017 starts --------------------------*/

.page-template-leadership .expand-collapse {
    height: 9em;
}

.page-template-leadership .padB55 {
    padding-bottom: 55px;
}

p a {
    color: #00b2e4;
    text-decoration: none;
}

.common-content p i,
.entry-content p i {
    font-weight: bold;
    letter-spacing: 1px;
}

.default-ul ul {
    padding-left: 20px;
}

.entry-content ul li,
.common-content ul li {
    list-style-position: outside;
}

#assets .download-block .image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

#assets .download-block .image img {
    opacity: 0;
}

.news-filter .prod-filters {
    padding-top: 0;
    padding-bottom: 55px;
}

.prod-filters {
    padding-bottom: 0;
}

.products-grid {
    padding-top: 55px;
}

.app-description {
    padding-top: 55px;
    margin-bottom: 0;
}

.padL20 {
    padding-left: 20px;
}

.loc-content a {
    display: table;
}

#contentright .specified-region p,
#contentright .specified-region p a {
    word-break: break-word;
}


/*------------------------ changes done on 02-12-2017 ends --------------------------*/


/**------------------------ changes done on 22-12-2017 start --------------------------**/

.dataSheetsTable tr td {
    border-top: 1px solid transparent;
}


/*#product_stewardship {padding-top: 55px;}
#product_stewardship .carousel { margin-top: 20px;}
#product_stewardship a.product-link:after
{
content: "";
display: inline-block;
width: 24px;
height: 24px;
background: url(../images/download.png) no-repeat 0 0;
display: inline-block;
margin-left: 10px;
margin-top: 2px;
vertical-align: middle;
background-size: 18px 18px;
}

#product_stewardship a.product-link:hover:after{ background: url(../images/white-download.png) no-repeat 0 0;background-size: 18px 18px;}
#product_stewardship a.product-link:hover{ text-decoration:  underline;}
#product_stewardship tr:hover .product-link:after{ background: url(../images/white-download.png) no-repeat 0 0;background-size: 18px 18px;}*/


/**------------------------ changes done on 22-12-2017 ends --------------------------**/


/**------------------------ changes done on 15-01-2018 starts --------------------------**/

.ui-datepicker-trigger {
    position: absolute;
    bottom: 16px;
    right: 0;
}


/*.animate label {top: -30px !important;}*/

#ui-datepicker-div {
    width: 245px;
}


/**------------------------ changes done on 15-01-2018 ends --------------------------**/


/**------------------------ ISO Docs changes done on 24-01-2018 starts --------------------------**/

.iso-docs {
    display: block;
    margin-bottom: 30px;
}

.iso-docs h3 {
    font-family: "Helvetica Neue LT Pro";
    font-weight: bold;
    letter-spacing: 0;
    padding-bottom: 10px;
}

.iso-docs ul li {
    padding: 5px 0;
    list-style: none;
}

.iso-docs ul li a {
    text-decoration: none;
    color: #00B2E4;
}


/**------------------------ ISO Docs changes done on 24-01-2018 ends --------------------------**/


/**------------------------ changes done on 12-05-2018 starts --------------------------**/

#companyPage {
    float: left;
}

#companyPage h2 {
    font-family: "Helvetica Neue LT Pro";
    font-weight: bold;
}

#companyPage .briefTxt {
    font-weight: normal;
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
}

#companyPage ul.document-download-list li {
    text-transform: none;
}

.document-download-list li a {
    word-break: break-word;
}

.page-template-suatinability_reports .document-download-list li {
    padding-right: 20px;
    box-sizing: border-box;
}

.page-template-suatinability_reports .document-download-list li a {
    word-break: normal;
}

.accept_terms .gfield_label {
    display: none;
}

@media only screen and (max-width: 767px) {
    #companyPage ul.document-download-list li {
        width: 100%;
    }
}


/**------------------------ changes done on 12-05-2018 ends --------------------------**/


/**------------------------ changes done on 18-07-2018 ends --------------------------**/

.exception-form form input,
.exception-form form select,
.exception-form form .ginput_container {
    max-width: 500px;
}

.exception-form form textarea {
    max-width: 468px;
}

.exception-form .gform_wrapper .gfield .ginput_container {
    margin-right: 0;
}

.gform_footer {
    margin-top: 30px;
}

.exception-form .validation_error {
    clear: both;
}


/**------------------------ changes End on 18-07-2018 ends --------------------------**/


/****6 AUg 18****/

form .sub_product .ginput_container_select.loading {
    opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed;
}

form .gregion .ginput_container_select.loading {
    opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed;
}

/**********************Our Values Start On 12-03-2019************************/

.our-values-progress{
	position:relative;
	width:100%;
	float:left;
	margin:40px 0;
	text-align:center;
}

.our-values-progress *{
	box-sizing:border-box;
}



  .home-banner .slick-slide a[data-fancybox]:after{
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}


/**********************Our Values End On 12-03-2019************************/


/*****************  Our Value Starts 21-08-2019 *********************/

.tronox-box{ display:inline-block; margin:0 auto; width:100%; text-align:center; position: relative; border-right:25px solid #7fbc42; border-left:25px solid #262b67; border-top:1px solid #000; border-bottom:1px solid #000; padding-bottom: 35px; z-index: 0;}
.tronox-box:after{ content:""; width:175px; height:175px; position:absolute; top:-36px; right:-46px; background:url(../images/round-img.png) no-repeat 0 0/100%;}
.tronox-box:before{ content:""; width:100%; height:35px; background:#262b67; border-top:5px solid #7fbc42; position: absolute; left:0; bottom:0; z-index: 9;}
.tronox-box h2{ margin:0 0 30px 0; background-color: #7fbc42; border-top:5px solid #262b67; border-bottom:5px solid #262b67; color:#fff; padding:10px 100px 10px 100px; font-size:40px; font-weight:bold;}
.tronox-box h5{ margin:0 0 5px; font-size:20px; font-weight:bold; color:#262b67; padding-bottom:0;}
.tronox-box ul{ float:left; width:100%; list-style: none; text-align:center; font-size:0; }
.tronox-box ul li{ display:inline-block; width:100%; padding:7px 25px; color:#282961; font-size:14px; line-height: 18px; font-weight: bold; align-self: center; opacity: 0.7;}
.tronox-box ul li:hover{ opacity:1;}
.tronox-box ul li:nth-child(2n){ color:#84B827; background:#f4f4f7;}
.tronox-box .tronox-icon{ float:left; width:100%; margin:20px 0; text-align:center;}
.tronox-box .tronox-icon img{ max-width:250px; display:inline-block;}
.common-content .col-12{ float:left; width:100%;}
.common-content .col-6{ float:left; width:50%;}
.common-content .col-6 ul li{ width:100%;}


nav ul li{ position:relative;}
nav ul li a{ line-height:22px;}
nav ul li.current-menu-parent a svg{ fill:#00b2e4;}
nav ul li a svg{ max-width:18px; max-height:15px; top:3px; right:-5px; position:relative;} 
nav ul li .sub-menu{ position:absolute; top:100%; left:0; width:200px; z-index:999; background:#fff; padding:10px; display:none; box-shadow:0 3px 3px #cccccc;}
nav ul li:hover .sub-menu{ display:block;}
nav ul li a:hover svg{ fill:#00b2e4;}
nav ul li .sub-menu li{ margin-left:0; padding:10px 0; width:100%;} 
nav ul li .sub-menu li a{ color:#7D8787;} 
nav ul li .sub-menu li a:hover{ color:#00b2e4;}
nav ul li .sub-menu li.current-menu-item a{ color:#00b2e4;}
nav ul li .sub-menu li .sub-menu{ position:relative; top:auto; padding:0 0 0 15px; box-sizing:border-box; }
nav ul li .sub-menu li .sub-menu li{ padding:10px 0;}
nav ul li .sub-menu li a span{ text-transform:none;}
nav ul li .sub-menu li .sub-menu li:last-of-type{ padding-bottom:0; }
nav ul li .sub-menu li svg{ display:none;}

.leader-list{ display:flex; flex-wrap:wrap; align-items:flex-start; list-style:none; width:100%;}
.leader-list li{ width:31.33%; margin:0 3% 50px 0; box-sizing:border-box;}
.leader-list li:nth-child(3n){ margin-right:0;}
.leader-list li .image{ width:100%; margin-bottom:20px;}
.leader-list li .details{ width:100%;}

#terms{ float:left; width:100%; margin-top:5%;margin-bottom:6%;}
#terms label{ text-transform:uppercase; color:#00B2E4; font-size:16px; margin-right:25px;}
#terms select{ width:350px; display:inline-block; padding:10px 30px 10px 10px; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; -o-appearance:none; border:1px solid #7D8787; color:#7D8787; background:url("../images/drop-arrow.png") no-repeat 95% center; margin-bottom:6%;}
//.document-download-list{ padding-left:10%;} 
.details .document-download-list{ padding:0;}

#terms .ginput_container_select{width:350px; display:inline-block;vertical-align:middle;}

/** Our value Ends *******/

.jobs-worldwide .col-12 { float:left; width:100%;}
.jobs-worldwide .col-12 .col-6{ float:left; width:50%;}
.jobs-worldwide .col-12 .col-6 ul{ list-style:none;}
.jobs-worldwide .col-12 .col-6 ul li a{ color:#00B2E4;}
.jobs-worldwide .col-12 .col-6 ul li a:hover{ text-decoration:underline;}

.explore-opportunity{ float:left; width:100%; padding-top:30px;}

@media only screen and (max-width:992px){
	.loc-map .map{ width:930px; max-width:none;}
}

@media only screen and (max-width:767px){
	.custom-form .main-form, .custom-form .gform_wrapper form ul li{ width:50% !important;}
        .tronox-box h2{ font-size:36px; }
	.tronox-box:after{ width:155px; height:155px;}
	nav ul li{ position:relative;}
	
	nav ul li .sub-menu{ position:relative; width:100%; padding:0; float:left;}
	nav ul li .sub-menu li{ padding:0;}
	nav ul li .sub-menu li .sub-menu li{ border:none;}
	nav ul li .sub-menu a{ color:#000; padding:10px;}
        nav ul li:hover .sub-menu{ display:none;}
	nav ul li a{ position:relative; z-index:0;}
	nav ul li a svg { max-width: 50px; max-height: 100%; top: 0; right: 0; position:absolute; visibility:hidden; z-index:9;}
	nav ul li small{ position:absolute; top:0; right:0; width:50px; height:100%; }
	nav ul li .sub-menu li .sub-menu{ border:none; display:block;}
	nav ul li .sub-menu li .sub-menu li{ padding:0;}
	.leader-list li{ width:47.5%; margin-right:5%}
	.leader-list li:nth-child(3n){ margin-right:5%;}
	.leader-list li:nth-child(2n){ margin-right:0;}
	.loc-map .map{ width:800px;}
	.jobs-worldwide .col-12 .col-6{ width:100%;}
}

@media only screen and (max-width:639px){
	.custom-form .main-form, .custom-form .gform_wrapper form ul li{ width:100% !important;}
	.tronox-box h2{ font-size:30px; padding-right:70px; padding-left:10px; text-align:left;}
	.tronox-box{ border-left-width:15px; border-right-width:15px; }
	.tronox-box:after{ width:125px; height:125px; top:-30px; right:-30px;}
	.common-content .col-6{ width:100%;}
        
}

@media only screen and (max-width:479px){
	.tronox-box h2{ font-size:24px; }	
	.tronox-box:after{ width:100px; height:100px; top:-22px;}
	.tronox-box .tronox-icon img{ max-width:175px;}
	.leader-list li{ width:100%; margin-right:0}
	.leader-list li:nth-child(3n){ margin-right:0;}
	.leader-list li:nth-child(2n){ margin-right:0;}
	#terms select{ width:320px; margin-top:10px;}
	#terms .ginput_container_select{width:183px;}
	.document-download-list{ padding-left:0;}
}



/** accordion css 27-09-2019 *******/
.aus-reports .country_brief ul{ list-style: none;}
.aus-reports .region li{ background: none; border: none}
.aus-reports li a.pdf {
    padding-left: 25px;
    background: url(../images/pdf-icon.jpg) no-repeat center left;
    color: #00b2e4;
    word-break: break-all;
    display: inline-block;
}

.aus-reports .country_title{ margin: 10px 0;}
.aus-reports .country_brief{ border-top: 0px; }
.aus-reports li a{color: #00b2e4;}
.europe.marT30{ margin-top: 30px}
#terms label{    width: 69px;display: inline-block;}


.gbold .ginput_container.ginput_container_radio label{ color: #7D8787 !important;}
.gbold input[type="text"]{color: #7D8787 !important;}
.gbold .gfield_label{color: #7D8787 !important;}


