/*!
Theme Name: Olin
Theme URI: http://olin.com
Author: Push 22
Author URI: http://push22.com
Description: Olin Theme
*/

/*--------------------------------------------------------------
# NORMALIZE
--------------------------------------------------------------*/
/*! normalize.css v5.0.0 */button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none} *, *:before, *:after {-webkit-box-sizing: inherit;box-sizing: inherit;} 


/*--------------------------------------------------------------
# WP
--------------------------------------------------------------*/
html{-webkit-box-sizing:border-box;box-sizing:border-box}body{background:#fff}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ol,ul{margin:0}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{height:auto;max-width:100%}figure{margin:1em 0}table{margin:0 0 1.5em;width:100%;border-collapse:collapse;border-spacing:0}td,th{padding:0}


/*--------------------------------------------------------------
# ACCESSIBILITY
--------------------------------------------------------------*/
.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
a.skip-link {clip:auto;height:auto;width:auto;top:5px;left:54px;color:#666;font-size:15px;z-index:9;}
a.skip-link:hover {text-decoration:underline;}
@media screen and (max-width: 1045px) {a.skip-link {left:34px;}}
@media screen and (max-width: 600px) {a.skip-link {left:21px;}}
@media screen and (max-width: 450px) {a.skip-link {clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}}


/*--------------------------------------------------------------
# CLEARINGS
--------------------------------------------------------------*/
.clear:after,.clear:before,.comment-content:after,.comment-content:before,.entry-content:after,.entry-content:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before{content:"";display:table;table-layout:fixed}.clear:after,.comment-content:after,.entry-content:after,.site-content:after,.site-footer:after,.site-header:after{clear:both}

/*--------------------------------------------------------------
# WIDGETS
--------------------------------------------------------------*/
.widget{margin:0 0 1.5em}.widget select{max-width:100%}

/*--------------------------------------------------------------
## COMMENTS
--------------------------------------------------------------*/
.comment-content a{word-wrap:break-word}.bypostauthor{display:block}

/*--------------------------------------------------------------
# INFINITE SCROLL
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }
.infinity-end.neverending .site-footer {display: block;}


/*--------------------------------------------------------------
# MEDIA
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img.responsive,
video.responsive {
  max-width: 100%;
  height: auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*--------------------------------------------------------------
# GRID
--------------------------------------------------------------*/
.container{margin:0 auto;max-width:1280px;width:90%}
@media only screen and (min-width:601px){.container{width:85%}}
@media only screen and (min-width:993px){.container{width:80%}}
.container .row{margin-left:-0.75rem;margin-right:-0.75rem}
.row{margin-left:auto;margin-right:auto;margin-bottom:20px}
.row:after{content:"";display:table;clear:both}
.row .col{float:left;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 2.5rem;min-height:1px}
.row .col[class*=push-],.row .col[class*=pull-]{position:relative}

/*PHONE - TABLETS*/
.row .col.s1,.row .col.s10,.row .col.s11,.row .col.s12,.row .col.s2,.row .col.s3,.row .col.s4,.row .col.s5,.row .col.s7,.row .col.s8,.row .col.s9{margin-left:auto;left:auto;right:auto}.row .col.s1{width:8.3333333333%}.row .col.s2{width:16.6666666667%}.row .col.s3{width:25%}.row .col.s4{width:33.3333333333%}.row .col.s5{width:41.6666666667%}.row .col.s6{width:50%;margin-left:auto;left:auto;right:auto}.row .col.s7{width:58.3333333333%}.row .col.s8{width:66.6666666667%}.row .col.s9{width:75%}.row .col.s10{width:83.3333333333%}.row .col.s11{width:91.6666666667%}.row .col.s12{width:100%;padding: 0 15px;}.row .col.offset-s1{margin-left:8.3333333333%}.row .col.pull-s1{right:8.3333333333%}.row .col.push-s1{left:8.3333333333%}.row .col.offset-s2{margin-left:16.6666666667%}.row .col.pull-s2{right:16.6666666667%}.row .col.push-s2{left:16.6666666667%}.row .col.offset-s3{margin-left:25%}.row .col.pull-s3{right:25%}.row .col.push-s3{left:25%}.row .col.offset-s4{margin-left:33.3333333333%}.row .col.pull-s4{right:33.3333333333%}.row .col.push-s4{left:33.3333333333%}.row .col.offset-s5{margin-left:41.6666666667%}.row .col.pull-s5{right:41.6666666667%}.row .col.push-s5{left:41.6666666667%}.row .col.offset-s6{margin-left:50%}.row .col.pull-s6{right:50%}.row .col.push-s6{left:50%}.row .col.offset-s7{margin-left:58.3333333333%}.row .col.pull-s7{right:58.3333333333%}.row .col.push-s7{left:58.3333333333%}.row .col.offset-s8{margin-left:66.6666666667%}.row .col.pull-s8{right:66.6666666667%}.row .col.push-s8{left:66.6666666667%}.row .col.offset-s9{margin-left:75%}.row .col.pull-s9{right:75%}.row .col.push-s9{left:75%}.row .col.offset-s10{margin-left:83.3333333333%}.row .col.pull-s10{right:83.3333333333%}.row .col.push-s10{left:83.3333333333%}.row .col.offset-s11{margin-left:91.6666666667%}.row .col.pull-s11{right:91.6666666667%}.row .col.push-s11{left:91.6666666667%}.row .col.offset-s12{margin-left:100%}.row .col.pull-s12{right:100%}.row .col.push-s12{left:100%}

/*PHONE SPECIFICS*/
@media only screen and (max-width:481px){.row .col.xs12{width:100%} .row .col.offset-xs0{margin-left: 0;} .row .col.push-s6{left:0;} .row .col.pull-s6 {right: 0;}}

/*TABLETS - LAPTOPS*/
@media only screen and (min-width:767px){.row .col.m1,.row .col.m10,.row .col.m11,.row .col.m12,.row .col.m2,.row .col.m3,.row .col.m4,.row .col.m5,.row .col.m7,.row .col.m8,.row .col.m9{margin-left:auto;left:auto;right:auto}.row .col.m1{width:8.3333333333%}.row .col.m2{width:16.6666666667%}.row .col.m3{width:25%}.row .col.m4{width:33.3333333333%}.row .col.m5{width:41.6666666667%}.row .col.m6{width:50%;margin-left:auto;left:auto;right:auto}.row .col.m7{width:58.3333333333%}.row .col.m8{width:66.6666666667%}.row .col.m9{width:75%}.row .col.m10{width:83.3333333333%}.row .col.m11{width:91.6666666667%}.row .col.m12{width:100%}.row .col.offset-m1{margin-left:8.3333333333%}.row .col.pull-m1{right:8.3333333333%}.row .col.push-m1{left:8.3333333333%}.row .col.offset-m2{margin-left:16.6666666667%}.row .col.pull-m2{right:16.6666666667%}.row .col.push-m2{left:16.6666666667%}.row .col.offset-m3{margin-left:25%}.row .col.pull-m3{right:25%}.row .col.push-m3{left:25%}.row .col.offset-m4{margin-left:33.3333333333%}.row .col.pull-m4{right:33.3333333333%}.row .col.push-m4{left:33.3333333333%}.row .col.offset-m5{margin-left:41.6666666667%}.row .col.pull-m5{right:41.6666666667%}.row .col.push-m5{left:41.6666666667%}.row .col.offset-m6{margin-left:50%}.row .col.pull-m6{right:50%}.row .col.push-m6{left:50%}.row .col.offset-m7{margin-left:58.3333333333%}.row .col.pull-m7{right:58.3333333333%}.row .col.push-m7{left:58.3333333333%}.row .col.offset-m8{margin-left:66.6666666667%}.row .col.pull-m8{right:66.6666666667%}.row .col.push-m8{left:66.6666666667%}.row .col.offset-m9{margin-left:75%}.row .col.pull-m9{right:75%}.row .col.push-m9{left:75%}.row .col.offset-m10{margin-left:83.3333333333%}.row .col.pull-m10{right:83.3333333333%}.row .col.push-m10{left:83.3333333333%}.row .col.offset-m11{margin-left:91.6666666667%}.row .col.pull-m11{right:91.6666666667%}.row .col.push-m11{left:91.6666666667%}.row .col.offset-m12{margin-left:100%}.row .col.pull-m12{right:100%}.row .col.push-m12{left:100%}}

/*LG. LAPTOPS - DESKTOPS*/
@media only screen and (min-width:1025px){.row .col.l1,.row .col.l10,.row .col.l11,.row .col.l12,.row .col.l2,.row .col.l3,.row .col.l4,.row .col.l5,.row .col.l7,.row .col.l8,.row .col.l9{margin-left:auto;left:auto;right:auto}.row .col.l1{width:8.3333333333%}.row .col.l2{width:16.6666666667%}.row .col.l3{width:25%}.row .col.l4{width:33.3333333333%}.row .col.l5{width:41.6666666667%}.row .col.l6{width:50%;margin-left:auto;left:auto;right:auto}.row .col.l7{width:58.3333333333%}.row .col.l8{width:66.6666666667%}.row .col.l9{width:75%}.row .col.l10{width:83.3333333333%}.row .col.l11{width:91.6666666667%}.row .col.l12{width:100%}.row .col.offset-l1{margin-left:8.3333333333%}.row .col.pull-l1{right:8.3333333333%}.row .col.push-l1{left:8.3333333333%}.row .col.offset-l2{margin-left:16.6666666667%}.row .col.pull-l2{right:16.6666666667%}.row .col.push-l2{left:16.6666666667%}.row .col.offset-l3{margin-left:25%}.row .col.pull-l3{right:25%}.row .col.push-l3{left:25%}.row .col.offset-l4{margin-left:33.3333333333%}.row .col.pull-l4{right:33.3333333333%}.row .col.push-l4{left:33.3333333333%}.row .col.offset-l5{margin-left:41.6666666667%}.row .col.pull-l5{right:41.6666666667%}.row .col.push-l5{left:41.6666666667%}.row .col.offset-l6{margin-left:50%}.row .col.pull-l6{right:50%}.row .col.push-l6{left:50%}.row .col.offset-l7{margin-left:58.3333333333%}.row .col.pull-l7{right:58.3333333333%}.row .col.push-l7{left:58.3333333333%}.row .col.offset-l8{margin-left:66.6666666667%}.row .col.pull-l8{right:66.6666666667%}.row .col.push-l8{left:66.6666666667%}.row .col.offset-l9{margin-left:75%}.row .col.pull-l9{right:75%}.row .col.push-l9{left:75%}.row .col.offset-l10{margin-left:83.3333333333%}.row .col.pull-l10{right:83.3333333333%}.row .col.push-l10{left:83.3333333333%}.row .col.offset-l11{margin-left:91.6666666667%}.row .col.pull-l11{right:91.6666666667%}.row .col.push-l11{left:91.6666666667%}.row .col.offset-l12{margin-left:100%}.row .col.pull-l12{right:100%}.row .col.push-l12{left:100%}}

/*--------------------------------------------------------------
  MEDIA QUERY CLASSES
--------------------------------------------------------------*/
@media only screen and (max-width:600px){.hide-on-small-and-down,.hide-on-small-only{display:none!important}}@media only screen and (max-width:992px){.hide-on-med-and-down{display:none!important}}@media only screen and (min-width:601px){.hide-on-med-and-up{display:none!important}}@media only screen and (min-width:600px) and (max-width:992px){.hide-on-med-only{display:none!important}}@media only screen and (min-width:993px){.hide-on-large-only{display:none!important}.show-on-large{display:block!important}}@media only screen and (min-width:600px) and (max-width:992px){.show-on-medium{display:block!important}}@media only screen and (min-width:601px){.show-on-medium-and-up{display:block!important}}@media only screen and (max-width:992px){.show-on-medium-and-down{display:block!important}}@media only screen and (max-width:600px){.show-on-small{display:block!important}.center-on-small-only{text-align:center}}


/*--------------------------------------------------------------
# FORMS
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
	        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

li#field_1_5 .gfield_label {
    display: none!important;
}

/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
/*
'PT Sans', sans-serif;
'Roboto Slab', serif;
*/


body,
button,
input,
select,
textarea {
  color: #1c252c;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}

body.lockemup {
    overflow: hidden;
}

body.lockemup .site-logo.desktop {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #1c252c;
  line-height: 1.1;
  clear: both;
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 75px;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0;
}

h2 {
  font-size: 52px;
  line-height: 110%;
  margin: 0 0 1.424rem 0;
  color: #c52127;
}

h3 {
  font-size: 32px;
  line-height: 1.1;
  margin: 25px 0 13px;
}

h4 {
  font-size: 1.2rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0;
/*   text-transform: uppercase; */
}

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0;
}

h6 {
  font-size: 0.7rem;
  line-height: 110%;
  margin: 0.7rem 0 0.4rem 0;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
	text-transform: uppercase;
}

p {
	margin-bottom: 1rem;
}

b, strong{
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-style: normal;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
a{
	color: #c52127;
	text-decoration: none;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
a:hover{
	color: #1c252c;
}

a.arrow {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  color: #c52127;
  display: block;
}

a.arrow:after {
    content: ">";
    left: 0px;
    -webkit-transition: left 0.2s ease-in-out 0s, right 0.2s ease-in-out 0s;
    -o-transition: left 0.2s ease-in-out 0s, right 0.2s ease-in-out 0s;
    transition: left 0.2s ease-in-out 0s, right 0.2s ease-in-out 0s;
    display: inline-block;
    position: relative;
}

a.arrow:hover:after {
    left: 3px;
}


a.arrow.white {
    color: #ffffff;
}

a.boxy {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border: 2px solid #c52127;
    color: #c52127;
    padding: 12px 40px;
    display: inline-block;
    margin-top: 20px;
}

a.boxy:hover {
    background-color: #c52127;
    color: #ffffff;
}

a.boxy.white{
    border-color: #ffffff;
}
a.boxy.white:hover{
    background-color: #ffffff;
    color: #c52127;
}

/*--------------------------------------------------------------
# HELPERS
--------------------------------------------------------------*/


div#ccc-info {
    display: none!important;
}


.valign-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.valign-wrapper .valign {
  display: block;
}
.clearfix {
  clear: both;
}
.no-pad {
  padding: 0!important;
}
.no-pad-bot {
  padding-bottom: 0;
}
.no-pad-top {
  padding-top: 0;
}
.no-marg-top {
    margin-top: 0!important;
}
.hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  -o-transition: box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.hoverable:hover {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  -o-transition: box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
.center{
  text-align: center;
}

ul.content-list li {
    list-style-type: disc;
    padding-bottom: 10px;
}

ol.content-list li {
    list-style-type: decimal;
    padding-bottom: 10px;
}

.exp {
    margin: 20px 0;
    cursor: pointer;
}

.exp-target {
    font-weight: bold;
}

.exp-content {
    display: none;
}

.exp-target,
.exp-content {
    width: 95%;
}

.exp-target:after {
    content: '';
    position: absolute;
    margin-left: 5px;
    margin-top: 9px;
    height: 11px;
    width: 11px;
    background-image: url('img/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    right: 0;
}

.exp.is-rotated .exp-target:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

/*--------------------------------------------------------------
# NAVIGATION - David S. if you ever see this, thanks for the head start ;)
--------------------------------------------------------------*/
.main-navigation {
    width: 100%;
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 11;
    height: 95px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: none;
    position: relative;
    display: inline-block;
    height: 95px;
    line-height: 95px;
}

.scrolld .main-navigation li{
	height: 75px;
    line-height: 75px;
}

.main-navigation li a {
	display: block;
	text-decoration: none;
	color:#333336;
	font-weight:700;
	padding: 0 20px;
    font-size: 16px;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
    letter-spacing: 1px;
}

.main-navigation li a:hover {
	color: #c52127;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color:#c52127;
}
div#primary-menu {
  text-align: right;
  padding-right: 50px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 993px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.menu-trigger {
  cursor: pointer;
  width: 43px;
  height: 43px;
  text-indent: -9999em;
  right: 20px;
  position: fixed;
  top: 58px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -o-transition: top 0.6s;
  -webkit-transition: top 0.6s;
  transition: top 0.6s;
  z-index: 999;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}

.scrolld .menu-trigger {
    top: 45px;
}

.menu-trigger span,
.menu-trigger span:before,
.menu-trigger span:after {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #1c252c;
  display: block;
  position: absolute;
  width: 32px;
  height: 4px;
  left: 0;
}

.menu-trigger span:before,
.menu-trigger span:after {
  content: "";
}

.menu-trigger span {
  top: 26px;
}

.menu-trigger span:before {
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -9px;
  z-index: 10;
}

.menu-trigger span:after {
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 9px;
}

.menu-trigger.active span,
.menu-trigger.active span:before,
.menu-trigger.active span:after {
  background-color: transparent;
}

.menu-trigger.active span:before {
  -ms-transform: translateY(5px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(5px) translateX(1px) rotate(45deg);
  transform: translateY(5px) translateX(1px) rotate(45deg);
  background-color: #c52127;
  top: -10px;
}

.menu-trigger.active span:after {
  -ms-transform: translateY(-5px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-5px) translateX(1px) rotate(-45deg);
  transform: translateY(-5px) translateX(1px) rotate(-45deg);
  background-color: #c52127;
}

button.menu-toggle.menu-trigger:hover > span:before, button.menu-toggle.menu-trigger:hover > span:after, button.menu-toggle.menu-trigger:hover > span{
    background-color: #c52127;
}

button.menu-toggle.menu-trigger:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

button.menu-trigger.active:hover > span{
  background-color: transparent
}




.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    float: left;
    position: fixed;
    top: 130px;
    left: -999em;
    width: 100%;
    min-height: 160px;
    z-index: 99999;
    background-color: #f2f2f3;
    opacity: 0;
    padding-left: calc(50% - 600px);
    padding-top: 40px;
    padding-right: calc(50% - 600px);
    padding-bottom: 40px;
    -webkit-transition: opacity ease-in 0.5s 0.1s, top .6s;
    -o-transition: opacity ease-in 0.5s 0.1s, top .6s;
    transition: opacity ease-in 0.5s 0.1s, top .6s;
    /*transition: opacity .1s, top .1s;*/
}
.main-navigation ul li:hover ul {
	opacity:0.97;
	left: 0!important;
}
.main-navigation ul ul li {
    text-align: right;
    display: block;
    float: none;
    padding: 0 50px 10px 0px;
    border-left: 2px solid #333336;
    margin-right: 50%;
}

.main-navigation ul li:first-child ul li {
    padding-left: 50px;
}

.main-navigation ul ul li {
    text-align: left;
    float: right;
    padding: 0 50px 10px 0px;
    margin-left: 0;
    width: 50%;
    cursor: default!important;
	margin: 0;
    height: auto;
    display: block;
    line-height: 1;
    padding: 14px 0;
    padding-left: 50px;
}
.main-navigation ul ul li:first-child {
    text-align: left;
    float: left;
    padding: 0 50px 10px 30px;
    border-left: none;
    margin-left: 0;
	  cursor:default!important;
}
.mobile-sublink {
    display: none !important;
}
.main-navigation ul ul li:first-child a strong p {
  font-size:18px;
}
.main-navigation ul ul li:first-child a p{
  font-size:18px;
  margin: 15px 0;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.5;
}
.main-navigation ul ul li:first-child a p {
    color: #333336!important;
}
.main-navigation ul ul li:first-child a p.bigred {
    color: #c52127!important;
    font-size: 29px;
    font-family: 'Roboto Slab', serif;
    text-transform: none;
    letter-spacing: 0;
}
.scrolld .main-navigation ul ul {
    top: 110px;
}
.main-navigation ul ul a {
    width: 100%;
    color: #333336;
    font-size: 16px;
    font-weight: 700;
}
.main-navigation ul ul a:hover {
    color: #c52127;
}

.main-navigation ul ul li:first-child a:hover p {
    color: #333336!important;
}

.main-navigation ul ul li:first-child a:hover p.bigred {
    color: #c52127!important;
}

.main-navigation ul ul li.menu-item-has-children > a {
    margin-bottom: 18px;
    /*padding: 0 20px 18px 20px; mhnav*/
    position: relative;
    padding-bottom: 18px;
}
.middle-bar .main-navigation ul ul li.menu-item-has-children > a {margin-bottom:0;}
.main-navigation ul ul li.menu-item-has-children > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #333;
    bottom: 0;
}

.scrolld .main-navigation ul ul li{
	line-height: 1!important;
	height: auto;
}

.main-navigation ul ul ul {
    display: block;
    float: none;
    position: initial;
    position: static;
    /*IE MENU FIX*/
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.main-navigation ul ul ul a {
    font-weight: 500;
    text-transform: capitalize;
}

.main-navigation ul #menu-item-41 ul ul a {
    padding-left: 30px;
}

.main-navigation ul ul ul li {
    width: 100%;
    border-left: 0;
    padding-left: 0;
}

.main-navigation ul li:first-child ul ul li {
    padding-left: 0;
}

.five-columns .sub-menu:after {
    content: '';
    clear: both;
    display: block;
}

.main-navigation ul li.five-columns ul li {
    border: none;
    float: left;
    width: 20%;
    padding-left: 0;
}

.main-navigation ul li.five-columns ul li:first-child {
    padding: 14px 0;
}

.main-navigation ul li.five-columns ul li a {
    line-height: 1.5em;
}

.main-navigation ul li.five-columns ul li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #333;
    bottom: 0;
}

.main-navigation ul li.five-columns ul ul li,
.main-navigation ul li.five-columns ul ul li:first-child {
    padding: 5px 0;
    width: 100%;
}

.main-navigation ul li.five-columns ul ul a:after {
    background: none;
}

.main-navigation ul li.five-columns ul li.menu-item-has-children > a {
    margin-bottom: 13px;
    /*padding: 0 20px 14px 20px;mhnav*/
}

.main-navigation li {
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all
}

.main-navigation li a {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
            transform: translateZ(0) scale(1.0, 1.0);
    -webkit-font-smoothing: antialiased;
}

.main-navigation li:after {
    -webkit-font-smoothing: antialiased;
}

.main-navigation ul li:hover ul {
    opacity: 1;
    opacity: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

#headquote {
    display: inline-block;
}

.site-header {
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right:0;
    z-index: 10;
	-webkit-transition:0.6s all;
	-o-transition:0.6s all;
	transition:0.6s all;
}

.top-bar {
    background-color: #f2f2f3;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	-webkit-transition:0.6s all;
	-o-transition:0.6s all;
	transition:0.6s all;
}

.middle-bar {
    background-color: #ffffff;
    height: 95px;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
	-webkit-transition:0.6s all;
	-o-transition:0.6s all;
	transition:0.6s all;
	text-align: right;
}

.scrolld .site-header .middle-bar{
  height: 75px;
  top: 35px;
  -webkit-box-shadow: 0px 1px 1px rgba(50,50,93,.11), 0px 1px 2px rgba(0,0,0,.08);
          box-shadow: 0px 1px 1px rgba(50,50,93,.11), 0px 1px 2px rgba(0,0,0,.08);
}

.site-logo {
  position: absolute;
  top: 58px;
  left: 50px;
  z-index: 12;
  -webkit-transition:0.6s all;
  -o-transition:0.6s all;
  transition:0.6s all;
}

.site-logo.mobile {
  display: none;
}

.scrolld .site-header .site-logo{
  top: 9px;
  top: 49px;
  overflow: hidden;
}

.site-logo img{
  max-width: 140px;
  -webkit-transition:0.6s all;
  -o-transition:0.6s all;
  transition:0.6s all;
}
.scrolld .site-logo img {
    max-width: 130px;
}

.scrolld .main-navigation {
    height: 75px;
}

#top-expander {
    height: 130px;
    -webkit-transition: height 0.6s;
    -o-transition: height 0.6s;
    transition: height 0.6s;
}

#top-expander.shrink-it {
    height: 110px;
}


#investorcontacts:before , #investorfaqs:before { 
  display: block; 
  content: " "; 
  margin-top: -135px; 
  height: 135px; 
  visibility: hidden; 
}

/*--------------------------------------------------------------
# b2i STYLES
--------------------------------------------------------------*/

/*header quote section*/
.headquote #qdiv, .headquote tr#b2iQuotePlugDateRow, .headquote table#b2iQuotePlugTableDetail, .headquote tr#b2iQuotePlugDelayRow {
    display: none;
}

.headquote td.b2iQuotePlugCell.b2iQuotePlugNow:before {
    content: " | ";
    margin-right: -44px;
}

.stockstuff {
    text-align: right;
    font-family: 'PT Sans', sans-serif!important;
    font-weight: 400;
    font-size: 14px;
    padding-right: 60px;
    padding-top: 6px;
}

#QuoteDiv5 {
    display: inline-block!important;
}

.b2iQuoteSmall, .b2iQuotechange {
    text-align: right!important;
    text-transform: uppercase!important;
    font-family: 'PT Sans', sans-serif!important;
    font-weight: 400!important;
    font-size: 14px!important;
    padding-top: 6px!important;
}

hr.b2iCalendarHR {
    margin: 20px 0!important;
}

/*SEC QUOTE*/
#b2iSecFilingNav {
    text-align: center;
}
tr.b2iSECDataRow.b2iSECDataRow1,
tr.b2iSECDataRow.b2iSECrow2 {
    background-color: #f2f2f3;
}

tr.b2iSECDataRow td:nth-child(4) img, tr.b2iSECDataRow td:nth-child(5) img, tr.b2iSECDataRow td:nth-child(6) img, tr.b2iSECDataRow td:nth-child(7) img{
  opacity: 0;
  display: none;
}

tr.b2iSECDataRow td:nth-child(4), tr.b2iSECDataRow td:nth-child(5), tr.b2iSECDataRow td:nth-child(6), tr.b2iSECDataRow td:nth-child(7) {
    padding-top: 9px;
}

tr.b2iSECDataRow td:nth-child(4) a:after {
    background-image: url('/wp-content/uploads/Olin_documents_HTML.png');
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 20px;
    height: 23px;
    display: block;
}

tr.b2iSECDataRow td:nth-child(5) a:after {
    background-image: url('/wp-content/uploads/Olin_documents_PDF.png');
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 20px;
    height: 23px;
    display: block;
}

tr.b2iSECDataRow td:nth-child(6) a:after {
    background-image: url('/wp-content/uploads/Olin_documents_WORD.png');
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 20px;
    height: 23px;
    display: block;
}

tr.b2iSECDataRow td:nth-child(7) a:after {
    background-image: url('/wp-content/uploads/Olin_documents_XBRL.png');
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 20px;
    height: 23px;
    display: block;
}

td.b2iSecData a {
    display: block;
}

td.b2iShowcaseTitleCell a:nth-child(1):after {
    background-image: url(/wp-content/uploads/Olin_documents_PDF.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 20px;
    height: 23px;
    display: inline-block;
    margin-right: 5px;
}

td.b2iShowcaseTitleCell a img {
    display: none;
}


.sec-dem tr.b2iSECDataRow td {
    position: relative;
}

.sec-dem tr.b2iSECDataRow td:nth-child(5) a:after {
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 20px;
    height: 23px;
    display: block;
    position: absolute;
    margin-left: -20px;
}

.sec-dem tr.b2iSECDataRow td:nth-child(5) a:first-child:after {
    background-image: url('/wp-content/uploads/Olin_documents_HTML.png');
}

.sec-dem tr.b2iSECDataRow td:nth-child(5) a:nth-child(2):after {
    background-image: url('/wp-content/uploads/Olin_documents_PDF.png');
}

.sec-dem tr.b2iSECDataRow td:nth-child(5) a:nth-child(3):after {
    background-image: url('/wp-content/uploads/Olin_documents_WORD.png');
}

.sec-dem tr.b2iSECDataRow td:nth-child(5) a:nth-child(4):after {
    background-image: url('/wp-content/uploads/Olin_documents_XBRL.png');
}


.sec-dem tr.b2iSECDataRow td.b2iSECFilerCell:nth-child(4) a:after {
    display: none;
}

input#ToD, input#FrD {
    width: 200px;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f2f2f3;
    color: #333336;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 10px 9px;
    margin: 0;
    border-radius: 3px;
    cursor: pointer;
    height: 38px;
    margin-right: 15px;
    margin-bottom: 30px;
    position: relative;
}

input#FrD:after {
    content: " - ";
    position: absolute;
    right: -12px;
}

#b2iHistoricQuoteForm input[type="button"] {
    height: 38px;
    font-family: 'PT Sans', sans-serif!important;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #f2f2f3;
    border: 0;
}

tr.b2iSECDataRow td:last-child a:after {
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 20px;
    height: 23px;
    display: block;
    position: absolute;
    margin-left: -20px;
}

tr.b2iSECDataRow > td:last-child > a:first-child:after {
    background-image: url(/wp-content/uploads/Olin_documents_HTML.png);
}

tr.b2iSECDataRow > td:last-child > a:nth-child(2):after {
    background-image: url(/wp-content/uploads/Olin_documents_PDF.png);
}

tr.b2iSECDataRow > td:last-child > a:nth-child(3):after {
    background-image: url(/wp-content/uploads/Olin_documents_WORD.png);
}

tr.b2iSECDataRow > td:last-child > a:nth-child(4):after {
    background-image: url(/wp-content/uploads/Olin_documents_XBRL.png);
}

.analyst {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

/*STOCK QUOTE PAGE*/
#QuoteDiv2 #b2iClientQuote .b2iQuoteHeader.tick {
    color: #1c252c;
    line-height: 1.1;
    clear: both;
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
}

.LastPrice {
    display: inline-block;
    color: #1c252c;
    line-height: 1.1;
    clear: both;
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
}

.change {
    display: inline-block;
    clear: both;
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
}

#QuoteDiv2 .b2iClientQuoteDataCol {
    width: 20%;
    margin: 0!important;
    vertical-align: middle;
    float: left;
}

#QuoteDiv2 .b2iClientQuote_Data.change {
    display: block;
}

#QuoteDiv2 .b2iClientQuote_Data{
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
}

#QuoteDiv2 .b2iClientQuote_Label{
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
  padding-top: 25px;
  height: 70px;
}

#QuoteDiv2 .b2iClientQuote_Label{
  height: 55px;
}

#QuoteDiv2 .b2iClientQuoteData{
  margin: 0!important;
  border: 0;
  min-height: 140px;
  border-top: 1px solid #e7e8ed;
  border-bottom: 1px solid #e7e8ed;
}

#QuoteDiv2 .b2iClientQuote_Label, #QuoteDiv2 .b2iClientQuote_Data{
  text-align: center;
}


/*EVENTS PAGE*/
.b2iCalDateTitle:before {
    background-image: url('/wp-content/uploads/Olin_calendar_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background-size: cover;
}

.b2iCalDateTitle img{
  display: none;
}

.b2iCalDescription a {
    text-transform: uppercase;
    font-weight: bold;
    /*display: block;*/
}


.b2iCalDescription a:after {
    content: " >";
}

/*--------------------------------------------------------------
# Article Blocks
--------------------------------------------------------------*/
.article-blocks {
  line-height: 1.5em;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.abs-wrap .clearfix:after,
.abs-wrap .clearfix:before {
  display: table;
  clear: both;
  content: " ";
}

.abs-wrap {
  padding: 40px 0 0 0;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.abs-items {
  background-size: cover;
  padding: 10px 0;
}

.abs-item {
  width: calc(33.333333% - 20px);
  background: transparent none center 0 no-repeat;
  background-size: cover;
  height: 300px;
  float: left;
  display: table;
  margin: 10px;
  transition: background-position 250ms ease-in-out 100ms;
}

.abs-item--inner {
  background-image: url(https://olinepoxy.com/wp-content/themes/olin-web/images/application-cutout.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: table-cell;
  height: 300px;
  transition: background-position 250ms ease-in-out 100ms;
}

.abs-item:hover {
  background-position: center 0;
}

.abs-item:hover .abs-item--inner {
  background-position: center -20px;
}

.abs-item h3 {
  display: block;
  width: 100%;
  height: 300px;
  color: #fff;
  line-height: 1em;
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  text-align: center;
}

.abs-item h3 a {
  display: block;
  color: #fff;
  text-decoration: none;
  height: 300px;
  width: 100%;
}

.abs-item--title {
  display: table;
  height: 50%;
  width: 100%;
  font-size: 2em;
  line-height: 1.1em;
}

.abs-item--text {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 30px;
  vertical-align: middle;
  text-align: center;
}

h3.abs-lightbox {
    display: none;
}

.absolute-center {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

button.btn.btn-white-border {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 2px 21px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 320ms;
}

button.btn.btn-white-border:hover {
    background-color: #fff;
    color: #c52127;
}

.abs-lightbox--inner {
  font-family: 'PT Sans', sans-serif;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
h3.abs-hover-lb {
    position: relative;
}

.abs-lightbox {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #1c252c;
    width: 100%;
    opacity: 0;
    z-index: -1;
    transition: opacity 320ms;
}

.abs-lightbox--inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #c52127;
    padding: 15px;
}

h3.abs-hover-lb:hover .abs-lightbox {
    opacity: 1;
    z-index: 9;
}
}

@media screen and (max-width: 830px) {
  .abs-item { width: calc(50% - 20px); }
   .abs-item--inner { background-position: center 30%; }
}

@media screen and (max-width: 567px) {
  .abs-items { padding: 40px; }
  .abs-item { width: 100%; }
}

@media screen and (max-width: 400px) {
  .abs-items { padding: 0; }
  .abs-item { width: 100%; }
}


.classic-form {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 1.5em;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  color: #FFF;
  padding: 0;
  margin-top: 70px;
}

.classic-form:after,
.clf-row:after {
  content: "";
  display: table;
  clear: both;
}

.clf-wrap {
  padding: 40px 20px;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.clf-row {
  padding: 0;
  box-sizing: border-box;
}

.clf-col {
  float: left;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}

.clf-col.clf-half { width: 50%; }

.classic-form a.red { color: #c62127; }
.classic-form a.red:hover { color: #6f1216; }
.classic-form p:last-child { margin-bottom: 0; }
.classic-form a { text-decoration: underline; }

.clf-col-content {
  color: #FFF;
  font-size: 1.2em;
  line-height: 1.5em;
  padding-right: 60px;
}

.clf-col-content h3 {
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.45);
  margin-bottom: 0.5em;
  color: #FFF;
  font-size: 2.2rem;
  margin-top: 1em;
  line-height: 1.25em;
  font-weight: 700;
}

.clf-form {
  background-color: rgba(236, 236, 236, 0.9);
  padding: 20px 35px;
  color: #1c252c;
}

.clf-form h4 {
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  text-shadow: none;
}

@media screen and (max-width: 1024px) {
  .clf-col-content h3 { font-size: 2em; }
  .clf-col-content { padding-right: 40px; }
}

@media screen and (max-width: 768px) {
  .clf-col,
  .clf-col.clf-half {
    width: 100%;
    display: block;
  }
  
  .clf-col-content {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .clf-col-content h3 {
    margin-top: 0;
    font-size: 1.75em;
  }
}

@media screen and (max-width: 600px) {
  .clf-col { padding: 0; }
  .clf-col-content { padding: 0 20px; }
}

@media screen and (max-width: 480px) {
  .clf-wrap { padding: 40px 0; }
}


/*--------------------------------------------------------------
# FOOTER STYLES
--------------------------------------------------------------*/

.gform_wrapper form .gform_footer input.gform_button.button {
    color: rgba(0, 0, 0, .8);
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    height: 38px;
    font-family: 'PT Sans', sans-serif!important;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #f2f2f3;
    border: 0;
}

input[type="submit"],
input[type="button"] {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #c52127 !important;
    color: #fff !important;
    text-shadow: none !important;
  }

footer {
    background-color: #f2f2f3;
    position: relative;
    /*margin-top: 10px;*/
}

.entry-footer {
    display: none;
}

.cheeky-bg {
    position: absolute;
    width: 25%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #e7e8ee;
    z-index: 0;
}

.olinlinks {
    width: 25%;
    float: left;
    padding-left: 50px;
    padding-top: 50px;
    z-index: 1;
    position: relative;
}

.footer-links {
    float: left;
    width: 75%;
    padding: 50px 0;
    z-index: 1;
    position: relative;
}

.footer-logo {
    max-width: 100%;
    padding-right: 15px;
}

.footer-logo img {
    max-width: 125px;
}

.legal {
    width: 100%;
    float: none;
    position: relative;
    background-color: #333336;
    height: 50px;
    font-size: 14px;
}

.copyright {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
}

.footermenu {
    float: left;
    width: 100%;
    display: inline-block;
    padding-top: 15px;
}

.menu-legal-menu-container {
    width: 40%;
    float: left;
    text-align: right;
    padding-right: 15px;
}

.menu-footer-links-menu-container {
    width: 60%;
    float: left;
    text-align: left;
    padding-left: 15px;
}

#menu-legal li {
    display: inline-block;
    padding-right: 20px;
}

#menu-legal li a {
    color: #ffffff;
}

.footer-links ul.menu li {
    list-style: none;
    width: 20%;
    float: left;
    margin: 0;
    padding: 0;
    padding-right: 20px;
}

.footer-links ul.menu li a {
    display: none;
}

.footer-links ul.menu li .sub-menu {
    padding: 0;
    margin: 0;
}

.footer-links ul.menu li .sub-menu li {
    width: 100%;
}

.footer-links ul.menu li .sub-menu li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 110%;
    display: inline-block;
}

.footer-links ul.menu li .sub-menu li .sub-menu li a {
    color: #333336;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
}

.footer-links ul.menu li .sub-menu li .sub-menu li a:hover {
    color: #c52127;
}

.footer-links .sub-menu .sub-menu a {
    font-weight: 600;
}

.footer-links .sub-menu .sub-menu .sub-menu a {
    font-weight: 500;
}

li.hide-me a {
    opacity: 0;
}

li.hide-me .sub-menu a {
    opacity: 1;
}

.menu-olin-sites-container {
    max-width: 180px;
}

.menu-olin-sites-container a {
    color: #333336;
    font-weight: 600;
    text-transform: uppercase;
}

.menu-olin-sites-container .menu {
    padding-left: 7px;
}

.menu-olin-sites-container ul.sub-menu {
    padding: 0;
    margin: 0;
}

.menu-olin-sites-container ul.sub-menu a {
    font-weight: 500;
    text-transform: capitalize;
}

.menu-olin-sites-container .menu-item-has-children {
    line-height: 1.1em;
    padding-bottom: 8px;
}

.copy-right {
    background-color: #67666b;
    width: 100%;
    float: none;
    position: relative;
    height: 50px;
    font-size: 14px;
}



/*--------------------------------------------------------------
# CUSTOM STYLES
--------------------------------------------------------------*/

/*
COLOR0: #1c252c (NAVY/BLACK);
COLOR1: #ef5633 (ORANGE)
COLOR2: #c52127 (BLUE)
*/

.white{color: #ffffff;}
.red{color: #c52127;}
.yellow{color: #ed8b00;}
.green{color: #008b95;}
.blue{color: #00629b;}

hr {
    background-color: #e7e8ed;
    height: 2px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.bold {
    font-weight: 700;
}

/*--------------------------------------------------------------
# HOME PAGE STYLES
--------------------------------------------------------------*/

.grid-holder{
  margin-left: 10px;
  margin-right: 10px;
  overflow-x: hidden;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 32.65%;
}

.grid-item {
  height: 345px;
  float: left;
  background: #f2f2f3;
  margin-bottom: 10px;
  padding: 0px 17px;
}

.grid-item.small{
  height: 317px;
}

.grid-item--width2 { width:  66.5%; }
.grid-item--width3 { width:  100%; }

.grid-item--height0 { height: 50px; }
.grid-item--height2 { height: 703px; height: calc(630px + 1%); }

.gutter-sizer{ width:1%; }

.icon {
    max-width: 110px;
    margin: 50px auto 10px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.grid-item:hover .icon {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

#about {
    padding: 40px;
    padding-left: 30%;
    padding-top: 65px;
    font-size: 22px;
}

#about h2 {
    font-size: 75px;
    margin-top: 40px;
    color: #c52127;

}

#about.grid-item{
  background-image: url('/wp-content/themes/olin/img/home-test.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

#newsroom.grid-item{
  background-image: url('/wp-content/themes/olin/img/news-test.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#newsroom .icon {
    max-width: 80px;
}

#investor.grid-item{
  background-image: url('/wp-content/themes/olin/img/investors-test.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

div#EmailDiv:before {
    display: block;
    content: " ";
    margin-top: -135px;
    height: 135px;
    visibility: hidden;
}

#careers.grid-item{
  background-image: url('/wp-content/themes/olin/img/careers-test.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#careers .icon {
    max-width: 65px;
}

.redband {
    background-color: #c52127;
    color: #ffffff;
}

.bandtext {
    margin-top: 9px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
}

.grid-item .paddy {
    padding: 40px 80px;
    max-width: 90%;
}

.grid-item .paddy.five-perc {
    padding-top: 6%;
}

.grid-item  h2 {
  font-size: 40px;
}

.division {
    padding: 30px;
}

.division h2 {
    padding-top: 40px;
    color: #333336;
    font-size: 32px;
}

#capv.grid-item{
  background-image: url('/wp-content/themes/olin/img/capv-tile-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#epoxy.grid-item{
  background-image: url('/wp-content/themes/olin/img/epoxy-tile-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#winchester.grid-item{
  background-image: url('/wp-content/themes/olin/img/winchester-tile-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.alert-banner {
    margin: 10px;
    margin-top: 0;
    padding: 10px;
    background-color: #c52127;
    text-align: center;
    font-size: 18px;
}

.alert-text, .alert-link {
    display: inline-block;
    padding: 10px;
    color: #f2f2f2;
}

.alert-text span.alert {
    color: #f2f2f4;
    padding-right: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.alert-link .arrow.red {
    color: #f2f2f2!important;
}

.alert-ban-inpg {
    margin-top: 0;
    padding: 20px 0px;
    background-color: #c52127;
    text-align: center;
    font-size: 21px;
    color: #f2f2f2;
}

.alert-ban-inpg .alert-link a {
    background-color: #f2f2f2;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 20px;
    padding: 12px 40px;
    margin-bottom: 10px;
    display: inline-block;
}

/*****************************
  TABS
*****************************/

.responsive-tabs {
}
.responsive-tabs dt {
    padding: 11px 35px;
    border-top: 1px solid #f7f7f7;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    -webkit-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease;
    background-color: rgba(197, 33, 39, .5);
}
.responsive-tabs dt:first-child {
  border-top: 0;
}
.responsive-tabs .active {
  background-color: #918280;
}
.responsive-tabs .active + dd {
  display: block;
}
.responsive-tabs dd {
  display: none;
  padding: 0.5em;
}

.responsive-tabs-placeholder {
  display: none;
}

/*COLORS*/
.responsive-tabs dt { background-color: rgba(197, 33, 39, .5); }
.responsive-tabs .active { background-color: rgba(197, 33, 39, 1); }

@media only screen and (min-width: 768px) {
  .responsive-tabs {
	  display: inline-block;
  }
  .responsive-tabs dt {
    float: left;
    border-top: 0;
    background-color: rgba(197, 33, 39, .5);
  }
  .responsive-tabs dt:hover {
    background-color: rgba(197, 33, 39, 1);
  }
  .responsive-tabs .active + dd {
    display: none;
  }

  .responsive-tabs-placeholder {
    clear: both;
    display: block;
    padding: 28px 50px;
    border-top: 4px solid #918280;
    background-color: #ffffff;
    color: #231f20;
    font-weight: 300;
  }

	.responsive-tabs { background-color: rgba(197, 33, 39, .5); }
	.responsive-tabs dt { background-color: transparent; }
	.responsive-tabs dt:hover { background-color: rgba(197, 33, 39, 1); }
	.responsive-tabs-placeholder{ border-color: rgba(197, 33, 39, 1); }

}



/* Responsive */
@media screen and (max-width:1330px) {
    .grid-item h2 {
        font-size: 32px;
    }
    #about h2 {
        font-size: 70px;
    }
}

@media screen and (max-width: 1170px) {
    #about {
        padding-left: 24%;
    }
    .grid-item h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1024px) {
    .grid-item.small,
    .grid-item.division {
        width: 32.6%;
        position: relative !important;
        top: 0 !important;
        margin-right: 1.1%;
    }
    .grid-item.unmarg {
        margin-right: 0;
    }
    .grid-sizer,
    .grid-item.grid-item--width2 {
        width: 100%;
    }
    #about.grid-item {
        padding-left: 44%;
    }
    .division h2 {
        margin-bottom: 0;
        font-size: 24px;
    }
    .division p,
    .division a {
        font-size: 14px;
        line-height: 1.4;
    }
    div#investor, div#newsroom {
	    width: 49.4%;
	}
	div#newsroom {
	    margin-right: 0;
	}
}

@media screen and (max-width: 900px) {
    .division h2 {
        padding-top: 25px;
    }
}

@media screen and (max-width: 768px) {
    .icon {
        margin: 0 auto;
    }
    .grid-item {
        text-align: center;
    }
    .grid-item .paddy {
        padding: 0 20px !important;
        max-width: 100%;
    }
    #about {
        font-size: 18px;
    }
    #about.grid-item {
        background-image: none !important;
        padding: 40px 20px;
    }
    #about h2,
    .division h2 {
        margin-top: 0;
        padding-top: 0;
    }
    #about h2 {
        font-size: 36px;
    }
    .grid-item.small,
    .grid-item.division {
        width: 100%;
        height: auto;
        padding: 10% 20px;
    }

    div#investor, div#newsroom {
	    width: 100%;
	}


}

/*--------------------------------------------------------------
# DEFAULT PAGE
--------------------------------------------------------------*/

.banner {
    height: 350px;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    position: relative;
}

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

.banner-text-area {
    padding-top: 0 !important;
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
}

.banner-text-area .content {
    display: table-cell;
    vertical-align: middle;
}

.banner-text-area h1 {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0 40px;
}

.banner.part .banner-text-area {
    width: 70%;
    float: left;
}

.banner.part .black-part {
    width: 30%;
    float: left;
    background-color: #333336;
    height: 100%;
    padding-top: 30px;
    border-left: 10px solid #ffffff;
    overflow: hidden;
}

.banner-text {
    color: #ffffff;
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
}


.side-menu {
    width: 25%;
    float: left;
    display: inline-block;
    padding: 60px;
    padding-right: 0;
}

.right-content {
    width: 75%;
    float: right;
    display: inline-block;
    padding: 5%;
    overflow-x: hidden;
}

.content-holder {
    max-width: 85%;
}

.main-content {
    position: relative;
    display: inline-block;
    width: 100%;
}

.menu-color {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: calc(25% - 10px);
    background-color: #f2f2f3;
    z-index: -1;
}

.rmaincol{
  max-width: 900px;
  position: relative;
}

/* Banner 'Black Part' */
.banner.part .black-part {
    position: absolute;
    right: 0;
}

.black-part:after {
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 10px;
    background: #fff;
    content: '';
}

a.pdf:before,
a.emailz:before {
    background-repeat: no-repeat;
    content: "";
    width: 20px;
    height: 23px;
    display: inline-block;
    margin-right: 10px;
}

a.pdf:before {
    background-image: url('/wp-content/uploads/Olin_documents_PDF.png');
    background-size: cover;
    margin-bottom: -5px;
}

a.emailz:before {
    background-image: url('/wp-content/uploads/email.png');
    background-size: 100%;
    margin-bottom: -9px;
}

a.external{    
    padding-bottom: 5px;
}

a.external::before {
    background-image: url(/wp-content/uploads/olin_external-link.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 20px;
    height: 23px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -5px;
}

.rmaincol li {
    list-style: disc;
    padding-bottom: 10px;
}

/*--------------------------------------------------------------
# SIDE MENU STYLES
--------------------------------------------------------------*/

.small-nav ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.small-nav a {
    color: #1c252c;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 110%;
    font-weight: bold;
    display: inline-block;
}

.small-nav .sub-menu li:hover a {
    color: #c52127;
}

.small-nav .sub-menu li:hover li a {
    color: #333336;
}

.small-nav .sub-menu li:hover li:hover a {
    color: #c52127;
}

.small-nav .sub-menu a {
    line-height: 110%;
    font-size: 14px;
    color: #333336;
    padding-left: 15px;
    padding-top: 20px;
    font-weight: bold;
}

.small-nav .sub-menu .sub-menu a {
    padding-left: 25px;
    padding-top: 10px;
    text-transform: capitalize;
    font-weight: normal;
}

.small-nav li.current_page_item > a {
    color: #c52127;
/*     font-weight: 600; */
}

.small-nav .menu-item-has-children a {
    position: relative;
}

.small-nav ul ul li.menu-item-has-children ul {
/*     display: none; */
}

.small-nav ul ul li.menu-item-has-children > a:after {
/*
    content: '';
    position: absolute;
    top: 22px;
    right: -15px;
    height: 11px;
    width: 11px;
    background-image: url('img/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.6s;
*/
}

.toggle-sidebar.is-rotated > a:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

/* Banana Breadcrumbs (yum) */
.crumbles {
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 8px;
}

.crumbles a {
    color: #333336;
}

.crumbles a:hover {
    color: #c52127;
}

li.toggle-sidebar {
    cursor: pointer;
}

/*--------------------------------------------------------------
# ABOUT PAGE STYLES
--------------------------------------------------------------*/
/*

.page-template-page-about .grid-sizer, .page-template-page-about .grid-item {
    width: calc(32.85%);
    margin-bottom: 10px;
}

.page-template-page-about .gutter-sizer {
    width: 10px;
}

.page-template-page-about .grid-item--width3 {
    width: 100%;
}*/


/*--------------------------------------------------------------
# SQUARE GRID LAYOUT
--------------------------------------------------------------*/
.square-grid-large,
.square-grid-small {
    border-collapse: separate;
    border-spacing: 8px 4px;
    display: table;
    margin-left: -10px;
    margin-right: -10px;
}

.square {
    background-color: #f2f2f3;
    display: table-cell;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.square.lg {
    height: 200px;
    line-height: 1.2em;
    font-size: 18px;
    padding: 15px;
    width: 25%;
}

.square.sm {
    font-size: 13px;
    font-style: italic;
    line-height: 1.4em;
    padding: 27px 10px;
    width: 16.6666666%;
    text-transform: none;
}

.square .bold {
    display: block;
    font-style: normal;
    text-transform: uppercase;
}

.lg-numbr {
    display: block;
    font-size: 5.5em;
    font-weight: 700;
    line-height: 1em;
}

.square-grid-row,
.square-grid-row-small {
    display: table-row;
}

/* Locations Page Additions */
.sg-medium,
.sg-large,
.bold-lrg {
    font-family: 'Roboto Slab', serif;
}

.square-grid-small.mobile {
    display: none;
}

.responsive .square-grid-large,
.responsive .square-grid-small {
    width: 100%;
}

.responsive .square-grid-row {
    display: table;
    width: 102.8%;
    margin-left: -8px;
}

.responsive .square {
    color: #fff;
    line-height: 1em;
    padding: 6% 2%;
}

.responsive .square-grid-large .square {
    overflow: hidden;
    font-size: 2em;
    font-weight: normal;
}

.responsive .square-grid-small .square {
    padding: 1% 3%;
    font-style: italic;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.2em;
    text-transform: none;
    height: 230px;
    overflow: hidden;
}

.responsive .square-grid-small .square .bold,
.sg-medium, .sg-large,
.bold-lrg {
    display: inline-block;
}

.table {
    display: table;
    width: 100%;
}

.half-content,
.img-half {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.half-content    { width: 60%; }
.img-half        { width: 40%; }
.half-content.xl { width: 40%; }
.img-half.xl     { width: 60%; }

.img-half img {
    width: 100%;
    max-width: 160px;
}

.single-img {
    width: 100%;
    max-width: 120px;
    display: block;
    margin: 0 auto;
}

.north-america, .latin-america,
.europe, .asia {
    border-top: 2px solid #e7e8ed;
    margin-top: 45px;
    padding-top: 10px;
}

.north-america .square { background-color: #c62127; }
.latin-america .square { background-color: #008c95; }
.europe .square        { background-color: #00629b; }
.asia .square          { background-color: #ed8b00; }

.square.sq4 { width: 33.3333%; }
.square.sq3 { width: 25%; }
.square.sq6 { width: 50%; }

.square-grid-row .square.sq3 { width: 50%; }

/* Font accent styles */
.sg-small {
    font-size: 1.6em;
    line-height: 1em;
    font-weight: bold;
}

.sg-medium {
    font-size: 2.8em;
    line-height: 1.2em;
}

.sg-medium.stacked {
    line-height: 1em;
    margin-top: 10px;
}

.sg-large {
    font-size: 5.2em;
    margin-top: 46px;
    margin-bottom: 60px;
}

.bold-lrg {
    font-size: 3.6em;
    margin-top: 14px;
}

@media screen and (max-width: 1440px) {
    .responsive .square-grid-large .square {
        font-size: 1.6em;
    }

    .responsive .square-grid-small .square {
        font-size: 1em;
    }
}


/* Responsive */
@media screen and (max-width: 1200px) {

    .sg-large {
        margin-top: 35px;
        margin-bottom: 45px;
    }

    .responsive .square-grid-large .square {
        font-size: 1.4em;
    }

    .responsive .square-grid-small .square {
        padding: 2% 3%;
    }
}

@media screen and (max-width: 1024px) {
    .square-grid-large,
    .square-grid-small {
        border-spacing: 8px 4px;
    }

    .responsive .square-grid-small {
        display: none;
    }

    .square-grid-small.mobile {
        display: table;
        margin-top: -4px;
    }
}

@media screen and (max-width: 900px) {
    .responsive .square-grid-small {
        display: table;
    }

    .responsive .square-grid-small.mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .responsive .square-grid-large .square {
        font-size: 1em;
    }

    .sg-large {
        margin-top: 26px;
        margin-bottom: 32px;
    }

    .responsive .square-grid-small {
        display: none;
    }

    .responsive .square-grid-small.mobile {
        display: table;
    }
}

@media screen and (max-width: 600px) {
    .square-grid-large,
    .square-grid-small,
    .square-grid-row,
    .square-grid-row-small,
    .square.lg,
    .square.sm {
        display: block;
        height: auto;
        width: 100%;
    }

    .square.lg,
    .square.sm {
        margin-bottom: 10px;
        padding: 35px 20px;
    }

    .responsive .square-grid-small {
        display: block;
    }

    .responsive .square-grid-small.mobile {
        display: none;
    }

    .square.sq3,
    .square.sq4,
    .square.sq6 {
        display: block;
        width: 100%;
        height: auto !important;
        margin: 10px 0;
        padding: 12% 5% !important;
    }

    .half-content,
    .img-half {
        display: block;
        margin: 0 auto;
    }

    .img-half,
    .single-img {
        margin-top: 20px;
    }
}


/*--------------------------------------------------------------
# LOCATIONS SECTION
--------------------------------------------------------------*/

.page-id-53 .gm-svpc, .page-id-53 .gmnoprint {
    display: none!important;
}

img.mapimage {
    padding-top: 50px;
    max-width: 90%;
}

/*--------------------------------------------------------------
# INVESTOR SECTION
--------------------------------------------------------------*/

#LibStoryContainer {
    max-width: 80%;
    max-height: 500px;
    top: 20%!important;
    position: absolute;
    left: 50%!important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}


#LibDiv126 {
    border-top: 2px solid #e7e8ed;
    margin-top: 30px;
    margin-bottom: 0;
}


.page-template-page-investors-home .b2iLibraryItem {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #e7e8ed;
    padding: 20px 0px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: top;
    margin: 3px 0px 0px 0px;
}

.b2iLibraryItem:hover {
    background: transparent!important;
    border: 0!important;
    border-bottom: 2px solid #e7e8ed!important;
}

span.b2iLibraryItemDate {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    color: #333336;
}

span.b2iLibraryItemHeadline a {
    color: #333336;
    display: block;
}

span.b2iLibraryItemHeadline a:after {
    content: "SEE MORE >";
    float: right;
    font-weight: bold;
    color: #c52127!important;
    margin-left: 10px;
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 10px;
}

/*--------------------------------------------------------------
# INVESTOR CHARTS
--------------------------------------------------------------*/

.amChartsPanel path {
    stroke: #ffffff;
    stroke: #d6d6d8;
}

.amChartsPeriodSelector {
    display: none;
}

#chartdiv div div div:nth-child(2) div {
    display: none;
}


#chartdiv div div div:nth-child(1) {
  display: block;
}

.black-part .amChartsLegend {
    display: none!important;
}

.protector {
    width: 100%;
    background-color: transparent;
    height: 91%;
    position: absolute;
    z-index: 9;
}

.black-part tr#b2iQuotePlugDateRow, .black-part table#b2iQuotePlugTableDetail, .black-part tr#b2iQuotePlugDelayRow {
    display: none;
}

.black-part .fake-quote {
    text-align: left;
    padding-left: 60px;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 23px;
    line-height: 1;
    padding-top: 10px;
}

.black-part td.b2iQuotePlugCell.b2iQuotePlugNow {
    text-align: left;
    padding-left: 60px;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 23px;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.black-part td.b2iQuotePlugCell.b2iQuotePlugNow font {
    color: #ffffff!important;
}

/*ADDED FOR LIL CHART*/

.black-part .amcharts-chart-div svg g:nth-child(14) text tspan {
    display: none;
}

.black-part .amcharts-chart-div svg g:nth-child(15) g text {
    fill: #ffffff!important;
    font-family: 'PT Sans', sans-serif!important;
}

.black-part .amChartsPanel path {
    stroke: #d6d6d8;
    stroke-width: 2px!important;
    stroke-opacity: .3;
    stroke: #e8e8e8!important;
}

.black-part .amcharts-chart-div svg g:nth-child(2) path:nth-child(1) {
    stroke-width: 0!important;
}

.black-part .amcharts-chart-div svg g:nth-child(2) path:nth-child(2) {
    stroke-width: 0!important;
}

.black-part .amcharts-chart-div svg g:nth-child(10) g:nth-child(3) path:nth-child(1) {
    stroke-opacity: 0;
}

.black-part .amcharts-chart-div svg g:nth-child(8) g g:nth-child(2) path:nth-child(1){
  stroke-width: 2px!important;
  stroke-opacity: 1!important;
}

.black-part .amcharts-chart-div svg g:nth-child(8) g g:nth-child(2) path:nth-child(2){
  stroke-width: 2px!important;
  stroke-opacity: 0!important;
}

.black-part .amcharts-chart-div svg g:nth-child(3) g:nth-child(2) g path{
  stroke-width: 2px!important;
  stroke-opacity: .3!important;
}

.black-part .amcharts-chart-div svg g:nth-child(3) g:nth-child(1) g:nth-child(1) path{
  stroke-opacity: 0!important;
}

.black-part table#b2iQuotePlugTable {
    margin: 5px;
}


/*--------------------------------------------------------------
# STOCK QUOTE PAGE
--------------------------------------------------------------*/

.page-id-175 .amChartsPeriodSelector, .page-id-175 .amChartsLegend, .page-id-175 #chartdiv div div div:nth-child(2) div{
    display: block;
}

/*volume chart*/
.page-id-175 #chartdiv div div div:nth-child(2) div svg g g g rect {
    fill: #008c95;
    stroke-opacity: 0;
}

/*period chart*/
.page-id-175 #chartdiv div div div:nth-child(2) div div svg g:nth-child(12) g rect {
    fill: #f2f2f3;
    stroke: #f2f2f3;
}

.page-id-175 #chartdiv div div div:nth-child(2) div div svg g:nth-child(12) g rect:nth-child(1) {
    fill: #f2f2f3;
    stroke: #f2f2f3;
}

.page-id-175 #chartdiv div div div:nth-child(2) div div svg g:nth-child(12) g rect:nth-child(2) {
    fill: #008c95!important;
    stroke: #008c95;
    fill-opacity: .3;
}

/* OVERLAY IN PERIOD */
.page-id-175 #chartdiv div div div:nth-child(2) div div svg g:nth-child(12) g rect:nth-child(8) {
    fill: #008c95!important;
    stroke: #008c95;
    fill-opacity: .3;
}

/* GRID LINES IN PERIOD*/
.page-id-175 #chartdiv div div div:nth-child(2) div div svg g:nth-child(15) g path {
    stroke: transparent;
}

/* YEARS IN PERIOD*/
.page-id-175 #chartdiv div div div:nth-child(2) div div svg g:nth-child(12) g g:nth-child(6) text {
    /* transform: translateY(30px); */
    fill: #66666A;
}

/* PATH IN PERIOD*/
.page-id-175 #chartdiv div div div:nth-child(2) div div svg g:nth-child(12) g:nth-child(3) g:nth-child(3) path:nth-child(2) {
    fill: #008c95;
}

/* HIDDEN PATH IN PERIOD*/
.page-id-175 #chartdiv div div div:nth-child(2) div div svg g:nth-child(12) g g:nth-child(4) g:nth-child(3) path:nth-child(2){
    fill: #008c95!important;
}

.page-id-175 #chartdiv div div div:nth-child(2) div div svg g:nth-child(12) g:nth-child(3) g:nth-child(3) path:nth-child(1) {
    stroke: #008c95;
}


.page-id-175 .amChartsPeriodSelector {
    position: absolute;
    top: 0;
    right: 0;
}

.page-id-175 .amChartsPeriodSelector div:nth-child(2){
  display: none!important;
}

.page-id-175 .amChartsPanel {
    padding-top: 50px;
}

/*MAIN LINE IN VALUE*/
.page-id-175 .amChartsPanel div div:nth-child(2) svg g:nth-child(1) path:nth-child(1) {
    stroke: #008c95;
    /*stroke: transparent;*/
    stroke-width: 2;
}


/*MAIN LINE IN VALUE*/
.page-id-175 .amChartsPanel div div:nth-child(2) svg g:nth-child(1) path:nth-child(2) {
    stroke: #f2f2f3;
}

/*GRID LINES IN VALUE*/
.page-id-175 .amChartsPanel div div:nth-child(2) svg g:nth-child(2) g g path {
    stroke: #d6d6d8;
    stroke-width: 2;
}
/*GRID LINES IN VALUE*/
.page-id-175 .amChartsPanel div div:nth-child(2) svg g:nth-child(2) g g path {
    stroke: #d6d6d8!important;
}

.right-content #b2iQuotePlugTable td.b2iQuotePlugCell.b2iQuotePlugNow {
    clear: both;
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.1;
    margin: 25px 0 13px;
    padding: 5px 0 20px;
}

#b2iQuotePlugTableDetail tr {
    border-bottom: 2px solid #f2f2f3;
    height: 43px;
    vertical-align: middle;
}

#b2iQuotePlugTableDetail td, th {
    padding: 0;
    text-transform: uppercase;
}

.b2iQuotePlugCell.b2iQuotePlugDate, .b2iQuotePlugCell.b2iQuotePlugDiscl{
  text-align:left;
  font-size:13px;
}

td.b2iQuotePlugCell.b2iQuotePlugData {
    font-weight: bold;
}

input.amChartsButton.amcharts-period-input {
    margin: 5px!important;
    height: 38px;
    font-family: 'PT Sans', sans-serif!important;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #f2f2f3;
    text-shadow: none;
    border: 0;
    opacity: 1;
}

input.amChartsButtonSelected.amcharts-period-input-selected {
    margin: 5px!important;
    height: 38px;
    font-family: 'PT Sans', sans-serif!important;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #c52127;
    text-shadow: none;
    color: #ffffff;
    border: 0;
    opacity: 1;
}

input.amChartsButton.amcharts-period-input:hover, input.amChartsButtonSelected.amcharts-period-input-selected:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.amChartsPeriodSelector {
    font-size: 12px;
    font-family: 'PT Sans', sans-serif;
}



/*--------------------------------------------------------------
# TIMELINE
--------------------------------------------------------------*/

.container-fluid .row:nth-child(even) {
    background: #F1F4F5;
}

.rmaincol li.timeline-item {
    list-style-type: none;
}

.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
    line-height: inherit;
}

.timeline h4 {
    padding-top: 15px;
    text-align: center;
    max-width: 80%;
    margin: 15px auto 0;
}

/* TIMELINE ITEM */
.timeline-item {
    padding-left: 40px;
    position: relative;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

/* TIMELINE INFO */
.timeline-info {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 .5em 0;
    white-space: nowrap;
}

/* TIMELINE MARKER */
.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.timeline-marker:before {
    background: #c52127;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
    content: "";
    width: 2px;
    background: #333336;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
}

.timeline-item:last-child .timeline-marker:after {
    content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #c52127;
}

/* TIMELINE CONTENT */
h2.timeline-header {
    font-size: 42px;
}

h3.subhead {
    margin-bottom: 65px;
}

h3.timeline-title {
    color: #c52127;
    line-height: 1.1;
    margin-top: -5px;
}

.timeline-item.period h3.timeline-title {
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
}

.timeline-item.period p{
	margin-bottom: 6px;
}
    

.timeline-title.black {
    color: #333336;
}

.timeline-content {
    padding-bottom: 40px;
}

.timeline-content p:last-child {
    margin-bottom: 0;
}

/* TIMELINE PERIOD */
.period {
    padding: 0;
}

.period .timeline-marker:after {
    content: none;
    background: none;
}

.period .timeline-info {
    display: none;
}

li.timeline-item.period:after,
li.timeline-item.period:before,
li.timeline-item.timeline-ending:after,
li.timeline-item.timeline-ending:before {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #333336;
    top: 11px;
    z-index: -2;
    left: 0;
}

li.timeline-item.period:before,
li.timeline-item.timeline-ending:before {
    left: initial;
    right: 0;
}

.period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto;
}

.period .timeline-content {
    padding: 60px 0 30px;
}

.period .timeline-title {
    margin: 0;
}

/* MOD: TIMELINE CENTERED */
@media (min-width: 600px) {
    .timeline-centered,
    .timeline-centered .timeline-item,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-centered .timeline-content {
        display: block;
        margin: 0;
        padding: 0;
    }
    .timeline-centered .timeline-item {
        padding-bottom: 40px;
        overflow: hidden;
    }
    .timeline-centered .timeline-marker {
        position: absolute;
        left: 50%;
        margin-left: -7.5px;
    }
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-content {
        width: 50%;
    }
    .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
        float: left;
        text-align: right;
        padding-right: 30px;
    }
    .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
        float: right;
        text-align: left;
        padding-left: 30px;
    }
    .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
        float: right;
        text-align: left;
        padding-left: 30px;
    }
    .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
        float: left;
        text-align: right;
        padding-right: 30px;
    }
    .timeline-centered > .timeline-item.period .timeline-content {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .timeline-centered .timeline-item.period {
        padding: 65px 0 25px;
    }
    .timeline-centered .period .timeline-marker:after {
        height: 30px;
        bottom: 0;
        top: auto;
    }
    .timeline-centered .period .timeline-title {
        left: auto;
    }

    li.timeline-item.period:after,
    li.timeline-item.period:before,
    li.timeline-item.timeline-ending:after,
    li.timeline-item.timeline-ending:before {
        width: 47.5%;
    } 
}

@media screen and (min-width: 1180px) {
    li.timeline-item.period:after,
    li.timeline-item.period:before,
    li.timeline-item.timeline-ending:after,
    li.timeline-item.timeline-ending:before {
        width: 48.2%;
    } 
}

/* MOD: MARKER OUTLINE */
.marker-outline .timeline-marker:before {
    background: transparent;
    border-color: #c52127;
}

.marker-outline .timeline-item:hover .timeline-marker:before {
    background: #c52127;
}

/*--------------------------------------------------------------
# LEADERSHIP & GOVERNANCE
--------------------------------------------------------------*/
.bio-thumb {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    border-radius: 50%;
    height: 108px;
    width: 108px;
    margin: 0 auto;
}

.bio-full {
    display: none;
    padding: 0 15px;
}

.bio-info-top {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.bio-full .m5 strong {
    display: inline-block;
    text-transform: uppercase;
    margin-top: 9px;
}

.bio-full .m5 p {
    margin: 0;
    padding-top: 3px;
}

.bio-small.selected .bio-thumb {
    border: 1px solid #d8686c;
}

.bio-large.selected .bio-full {
    display: block;
}

.bio-image-ctn {
    margin: 0 auto;
    max-width: 300px;
}

.bio-image {
    padding-bottom: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.bio-header {
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 5px;
    padding-top: 15px;
    font-family: "roboto slab", sans-serif;
}

.bio-content p {
    margin: 0;
    padding-bottom: 10px;
    -webkit-transition: height 250ms;
    -o-transition: height 250ms;
    transition: height 250ms;
}

.bio-content p.shrunkin {
    height: 322px;
    overflow: hidden;
}

.read-more {
    color: #c52127;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

.reduced-lh {
    line-height: 1.2;
}

.border-bottom {
    border-bottom: 2px solid #e7e8ed;
    margin: 35px 0;
    padding: 0 0 35px 0;
}

.slick-next, .slick-prev,
.slick-next:hover, .slick-prev:hover,
.slick-next:focus, .slick-prev:focus,
.slick-next:active, .slick-prev:active {
    background-image: url('img/slider-arrow.png');
    background-size: contain;
    background-position: center center;
    height: 32px;
    width: 19px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.slick-prev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 40px!important;
}

.slick-next {
    top: 56px!important;
}

button.slick-next:before,
button.slick-prev:before {
    content: '';
}

.slick-arrow.slick-disabled {
    opacity: .25;
}


/*
.rmaincol .slick-list {
  overflow: visible;
}

.rmaincol .slick {
  height: 500px
}
*/

.bio-thumb {
  background-position: center center;
  background-size: 93%;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  border-radius: 50%;
  height: 108px;
  width: 108px;
}

.bio-full {
  display: none;
  position: relative;
}

.bio.selected .bio-thumb {
  border: 1px solid #d8686c;
}

.bio.selected .bio-full {
  display: block;
}

span.bio-label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.2!important;
    display: block;
    margin-top: 6px;
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .slick-prev {
        left: 0;
    }
    
    .slick-next {
        right: 0;
    }
}


/*--------------------------------------------------------------
# SUPPLIER
--------------------------------------------------------------*/
ul#supplier-menu li {
    margin-bottom: 20px;
}

ul#supplier-menu li li{
    margin-bottom: 0px;
}

.small-nav #supplier-menu .sub-menu a {
    padding-top: 8px;
}


/*--------------------------------------------------------------
# NEWSROOM
--------------------------------------------------------------*/

.newsroom #LibDiv126 {
    border-top: 0;
    margin: 0;
}

span.b2iLibraryItemHeadline a:hover {
    color: #c52127!important;
}

.newsroom .b2iLibraryItem {
    width: 100%;
    height: auto;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #e9eaee;
    border-radius: 0;
    padding: 20px 0px 40px;
}

.newsroom #LibDiv126 div:nth-child(4) {
    border-top: 2px solid #e9eaee;
    margin-top: 30px;
    padding-top: 40px;
}

.newsroom #LibDiv126 div:nth-child(4):hover {
    border-top: 2px solid #e9eaee!important;
}

.newsroom .b2iLibraryItemHeadline a{
    font-weight: bold;
    text-decoration: none;
    color: #c52127!important;
    line-height: 1.3;
    clear: both;
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
}

.newsroom span.b2iLibraryItemHeadline a:after {
    content: "SEE MORE >";
    float: right;
    font-weight: bold;
    color: #333336!important;
    margin-left: 10px;
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 10px;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
}

.newsroom #b2iLibNav span, .newsroom #b2iLibNav a {
    background: transparent;
    border: 0;
}

.newsroom #b2iLibNav span:nth-child(1):before, .newsroom #b2iLibNav a:nth-child(1):before{
    content:"<< ";
}

.newsroom #b2iLibNav span:nth-child(2):before, .newsroom #b2iLibNav a:nth-child(2):before{
    content:"< ";
}

.newsroom #b2iLibNav span:nth-child(3):after, .newsroom #b2iLibNav a:nth-child(3):after{
    content:" >";
}

.newsroom #b2iLibNav span:nth-child(4):after, .newsroom #b2iLibNav a:nth-child(4):after{
    content:" >>";
}

span#b2iLibTags {
    position: relative;
    float: left;
}

span#b2iLibSearch {
    position: relative;
    float: right;
}

#TagLbl {
    display: none;
}

#TagDDL {
  position: relative;
  display: inline-block;
}
#TagDDL:after {
    content: "";
    position: absolute;
    background-image: url(img/arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    color: #999;
    font-weight: bold;
    font-size: 20px;
    right: 15px;
    bottom: 12px;
    border-radius: 3px;
    pointer-events: none;
    z-index: 2;
  }
  
/*  #TagDDL:before {
    content: "";
    right: 2px;
    top: 2px;
    width: 37px;
    height: 34px;
    background: #242424;
    position: absolute;
    pointer-events: none;
    display: block;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  } */
#TagDDL select, select#sOwner, select#sType {
    position: relative;
    width: 250px;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f2f2f3;
    color: #333336;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 10px 9px;
    margin: 0;
    border-radius: 3px;
    cursor: pointer;
    height: 38px;
  }

input#LibSearch {
    width: 200px;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f2f2f3;
    color: #333336;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 10px 9px;
    margin: 0;
    border-radius: 3px;
    cursor: pointer;
    height: 38px;
    margin-right: 15px;
}

span#b2iLibSearch input[type="button"], input.b2iButton.xxsmall {
    height: 38px;
    font-family: 'PT Sans', sans-serif!important;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #f2f2f3;
    border: 0;
}

span#Reduce {
    display: none;
}

#LibStoryDiv {
    padding:0 50px 30px!important;
    border-top: 0!important;
}

#RedClose img {
  display: none;
}

#RedClose a:after {
    content: "";
    display: block;
    margin: 8px;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/Olin_X_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9999999;
}

.b2iNewsStoryHeadline strong {
    font-family: "roboto slab", sans-serif!important;
    font-size: 27px;
    margin: 3px 0 13px!important;
    display: block;
}

span#RedClose a {
    display: block;
}

.prntac {
    text-align: left!important;
}

.b2iNewsStoryBody {
    text-align: left!important;
}

/*--------------------------------------------------------------
# RESPONSIVE STYLES
--------------------------------------------------------------*/

@media screen and (max-width:1250px){
  .b2iClientQuote_Data {
    font-size: 27px!important;
  }
}

@media screen and (max-width:1170px){

   /*FOOTER MENU*/
  .menu-color {
      width: calc(28% - 10px);
  }
  .side-menu {
      width: 28%;
  }
  .right-content {
      width: 72%;
      padding: 4%;
  }
  .cheeky-bg {
      width: 28%;
  }
  .olinlinks {
      width: 28%;
  }
  .footer-links {
      width: 72%;
  }
  .footer-links ul.menu li {
      padding-right: 10px;
  }

}

@media screen and (max-width:1125px){
    .main-navigation li a {
        padding: 0 15px;
        font-size: 15px;
    }
    .black-part td.b2iQuotePlugCell.b2iQuotePlugNow {
        font-size: 18px;
    }
}

@media screen and (max-width:1115px){
  .b2iClientQuote_Data {
      font-size: 20px!important;
  }
}

@media screen and (max-width:1045px){
  .main-navigation li a {
      padding: 0 10px;
  }
  .site-logo{
    left:30px;
  }
  .side-menu {
    padding-left: 33px;
  }
  .olinlinks {
    padding-left: 30px;
  }
  .main-navigation {
    right: 30px;
  }
  .stockstuff {
    padding-right: 40px;
  }
  .right-content {
      padding: 60px 30px;
  }

  .footer-links ul.menu li .sub-menu li a{
    font-size: 15px;
  }
  .footer-links ul.menu li .sub-menu li .sub-menu li a{
    font-size: 13px;
  }


}

@media screen and (max-width: 1024px) {
    .banner.part .black-part {
        display: none;
    }
    .banner.part .banner-text-area {
        width: 100%;
    }
}

@media screen and (max-width:992px) {

	.main-navigation ul li:hover ul {
    opacity: 1;
	}

    .site-logo.mobile {
        display: block;
        margin-bottom: 20px;
        top: 0 !important;
        top: 6px !important;
    	left: -8px;
    }

    .site-logo.mobile a {
        border: none !important;
    }

    .mobile-sublink {
        display: initial !important;
    }

    .main-navigation {
        top: 35px;
        left: 0;
        right: auto;
    }

    .main-navigation .nav-desc,
    .main-navigation .nav-menu .sub-menu {
        display: none;
    }

    .main-navigation ul.nav-menu > li:last-child a {
        border-bottom: 2px solid #acacae;
    }

	.menu-main-menu-container ul {
        display: block;
        background-color: #f2f2f3;
        max-width: 320px;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        position: fixed;
        z-index: -1;
        height: 102%;
        padding: 15px;
        padding-top: 0px;
        padding-bottom: 70px;
    }
    
	.toggled .menu-toggle #ham-1{
		opacity:0;
    }
    
	.toggled .menu-toggle #ham-2{
		-webkit-transform:rotate(45deg);
		    -ms-transform:rotate(45deg);
		        transform:rotate(45deg);
    }
    
	.toggled .menu-toggle #ham-3{
		-webkit-transform:rotate(-45deg);
		    -ms-transform:rotate(-45deg);
		        transform:rotate(-45deg);
		margin-top: -9px;
    }

    .main-navigation ul.menu.nav-menu {
        left: -320px;
        -webkit-transition: left 250ms;
        -o-transition: left 250ms;
        transition: left 250ms;
        top: 35px;
    }

    .main-navigation.toggled ul.menu.nav-menu {
        left: 0;
    }
    
	.main-navigation li {
        float: none;
        display: block;
        position: relative;
        padding: 0;
        text-align: left;
        margin-bottom: 0;
        line-height: 1.4;
        height: auto;
	    width: 100%;
    }
    
    .scrolld .main-navigation li {
        height: auto;
        line-height: 1.4;
        margin-bottom: 0;
        text-align: left;
    }

    .main-navigation li a {
        color: #c52127;
        border-top: 2px solid #acacae;
        padding: 17px 10px;
        margin: 0;
        font-size: 1rem;
    }
    
	.main-navigation li a:hover {
		color: #1c252c;
    }


    .main-navigation ul ul li a {
        font-weight: 500;
        padding-left: 15px;
        text-transform: capitalize;
    }

    .main-navigation ul ul ul li a {
        font-size: 15px;
        padding-left: 30px;
    }
    
	.main-navigation li.big-blue-button {
        background-color: #c52127;
        margin-top: -15px;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
        width: 197px;
        margin: 0 auto;
    }

    .main-navigation ul ul {
        opacity: 1;
        display: block;
        left: 0;
        top: 0;
        position: relative;
        padding: 0 !important;
        height: auto;
        -webkit-box-shadow: none;
                box-shadow: none;
        float: none;
        min-height: auto;
    }

    .scrolld .main-navigation ul ul {
        top: 0;
    }

    .main-navigation ul li ul.sub-menu li {
        width: 100%;
        padding: 0 !important;
        border-left: none;
        margin-top: 0;
    }

    .main-navigation ul ul li.menu-item-has-children > a {
        margin-bottom: 0;
        padding-bottom: 17px;
    }

    .main-navigation ul li.five-columns ul li a:after {
        display: none;
    }
    
	.main-navigation.toggled {
		position: fixed;
		right: 7.5%;
    }
    
	.main-navigation a:hover, .main-navigation .current-menu-item a, .single-news .main-navigation li.menu-item-146 a {
	    color: #1c252c;
    }
    
    .main-navigation ul li.five-columns ul li.menu-item-has-children > a {
        margin-bottom: 0;
    }

    .toggle-nav > a:after,
    .main-navigation ul ul li.menu-item-has-children > a:after,
    .main-navigation ul li.five-columns ul li.toggle-nav > a:after {
        content: '';
        display: block;
        position: absolute;
        top: 24px;
        right: 10px;
        height: 11px;
        margin-left: 7px;
        width: 11px;
        background-image: url('img/arrow-down.png');
        background-color: transparent;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transition: -webkit-transform 0.6s;
        transition: -webkit-transform 0.6s;
        -o-transition: transform 0.6s;
        transition: transform 0.6s;
        transition: transform 0.6s, -webkit-transform 0.6s;
    }
    
    .toggle-nav.is-rotated > a:after {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg);
    }

  /*HIDE FOOTER*/

  .cheeky-bg {
    display: none;
  }

  ul#sites-menu {
      display: none;
  }

  .footer-links {
    width: 100%;
  }

  .footer-links {
      width: 100%;
      padding-top: 20px;
  }

  .small-nav .sub-menu a {
      padding-left: 0;
  }

  .stockstuff {
      padding-right: 30px;
  }

  .banner.part .black-part {
    display: none;
  }

  .banner.part .banner-text-area {
    float: left;
  }

}

@media screen and (max-width: 900px) {
    .menu-color,
    .side-menu {
        display: none;
    }

    .right-content {
        display: block;
        float: none;
        margin: 0 auto;
        width: 95%;
    }

    .footer-links {
        display: none;
    }

    .olinlinks {
        width: 100%;
        float: none;
        text-align: center;
        padding: 20px 0 10px;
    }

}

@media screen and (max-width: 768px) {
    .legal {
        padding-bottom: 10px;
        height: auto;
    }
    .legal:after {
        content: '';
        clear: both;
        display: block;
    }

	#LibStoryContainer {
	    max-width: 90%;
	}

	#LibStoryDiv{
	  padding: 0!important;
	}

	table#b2iNewsTable {
	  table-layout: fixed;
	}

	#b2iNewsContainer{
	  overflow-x: hidden!important;
	}

	input#FrD:after{
	  display: none;
	}
}

@media screen and (max-width:737px) {
  p.copyright, .footermenu {
      width: 100%;
      text-align: center;
  }
  #menu-legal {
      padding: 0 10px;
  }
  #menu-legal li {
      display: inline-block;
      padding-right: 10px;
      padding-left: 10px;
  }

  .banner{
    height: 260px;
  }

  .banner-text-area h1 {
      padding: 0 10px;
      /*word-break: break-word;*/
      font-size: 65px;
  }

	.banner-text-area h1 {
	    font-size: 54px;
	    line-height: 105%;
	}

  h2 {
    font-size: 40px;
  }

	#about h2 {
	    font-size: 45px;
	}

	h3 {
	    font-size: 30px;
	}

	/*FINAL TWEAKS*/

	.square-grid-large, .square-grid-small {
	    margin: 0;
	}

	.square .half-content {
	    width: 85%;
	}

	.square .img-half {
	    width: 70%;
	}

	span#b2iLibTags {
	    position: relative;
	    float: none;
	}

	span#b2iLibSearch {
	    position: relative;
	    float: none;
	    display: block;
	    margin: 20px 0;
	}

	.analyst {
	    width: 100%;
	}


}

@media screen and (max-width:600px) {


	/*FINAL TWEAKS*/
	li.timeline-item.timeline-ending h4 {
	    padding-top: 0px;
	    position: relative;
	    width: 100%;
	    margin: 0;
	    text-align: left;
	}

	p {
	    margin-bottom: 1.5rem;
	}

	.right-content {
	    padding: 20px;
	}

	.menu-trigger{
		right: 10px;
	}

	.site-logo {
	    left: 17px;
	}

	ul {
	    -webkit-padding-start: 30px;
	}

	a.external::before{
		margin-right: 5px;
	}

	span.b2iLibraryItemHeadline a:after{
		text-align: left;
	}

	.responsive-tabs .active + dd {
	    margin: 0;
	}

	#b2iLibTools {
	    padding-bottom: 0;
	}

	#TagDDL select, #TagDDL, span#b2iLibSearch{
		width: 100%
	}

	span#b2iLibSearch input[type="button"]{
		float: right;
		width: 35%;
	}

	input#LibSearch{
		width: 60%;
	}

	.b2iSECtopTitleTable {
		border: 0!important;
	}

	table.b2iSECtopTitleTable tbody tr td:first-child {
	    background: transparent!important;
	    color: #1c252c!important;
	    padding-right: 5px!important;
	    padding: 10px!important;
	}

	table.b2iSECtopTitleTable tbody td {
	    display: block!important;
	    padding: 5px!important;
	}

	td.b2iSECTypeCell.b2iSecData {
	    padding-left: 10px!important;
	}

	table.b2iSECtopTitleTable tbody td:before{
		display: none!important;
	}

	table.b2iSECtopTitleTable tbody td.b2iSECTypeCell.b2iSecData,
	table.b2iSECtopTitleTable tbody td.b2iSECFormCell.b2iSecData {
	    display: block!important;
	}

        table.b2iSECtopTitleTable td.b2iSECIconsCell {
	    display: block!important;
	    border: 0;
	    float: left;
	    margin-bottom: 25px;
	}

	tr.b2iSECDataRow td:nth-child(4) a:after,
	tr.b2iSECDataRow td:nth-child(5) a:after,
	tr.b2iSECDataRow td:nth-child(6) a:after,
	tr.b2iSECDataRow td:nth-child(7) a:after {
		margin: 0 auto;
	}

	td.b2iSECDateCell.b2iSecData {
	    margin-top: 20px;
	}

	td.b2iSECTypeCell.b2iSecData {
	    padding-left: 10px!important;
	}

	#b2iSecForm {
	    max-width: 100%;
	    padding: 0 10px;
	}

	select#sOwner, select#sType {
	    margin: 0;
	    width: 100%!important;
	    display: block;
	}

	select#sOwner {
	    margin-bottom: 10px;
	}

	.b2iSECtopSelect input.b2iButton.xxsmall {
	    margin-top: 20px;
	    margin-bottom: 35px;
	}

	#b2iSecForm, .b2iSECtopTitleTable {
	    max-width: 100%;
	}

	div#b2iHistoricQuoteForm input {
	    width: 45%;
	    float: left;
	}

	#b2iHistoricQuoteForm input[type="button"]{
		width: 100%;
	}

	input#FrD {
	    margin-right: 10%;
	}

	input#ToD {
	    margin-right: 0;
	}

	.b2iHistoricalQuote td:last-child {
	    padding-right: 0!important;
	    margin-bottom: 25px!important;
	}

	#QuoteDiv2 .b2iClientQuoteDataCol {
	    width: 50%;
	    margin: 0!important;
	    vertical-align: middle;
	    float: left;
	}


	.b2iQuoteHeader.b2iClientQuote_Title {
	    text-align: center;
	}

	#QuoteDiv2 .b2iClientQuote_Label,
	#QuoteDiv2 .b2iClientQuote_Data {
	    font-size: 18px;
	    text-align: left;
	}

	#QuoteDiv2 .b2iClientQuoteData {
	    min-height: auto;
	}

	#QuoteDiv2 .b2iClientQuote_Label {
	    height: auto;
	    padding-top: 10px;
	}

	.exp-target:after{
		margin-top: 5px; 
	}

	.exp-target, .exp-content {
	    width: 90%;
	}

	.square.sm {
	    font-size: 15px;
	}

}

@media screen and (max-width: 480px) {
    .xs-no-pad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .main-navigation .sub-menu {
        display: none;
    }

    li#menu-item-41:after,
    li#menu-item-37:after,
    li#menu-item-36:after,
    li#menu-item-34:after {
        content: " ";
        -webkit-transition: opacity ease-in 0.5s 0.1s, all .6s;
        -o-transition: opacity ease-in 0.5s 0.1s, all .6s;
        transition: opacity ease-in 0.5s 0.1s, all .6s;;
        /*transition: opacity 0.1s, all 0.1s;*/
        bottom: 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        right: 0;
        opacity: 0;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-bottom: 25px solid transparent;
    }

/*    li#menu-item-41:hover:after,
    li#menu-item-37:hover:after,
    li#menu-item-36:hover:after,
    li#menu-item-34:hover:after {
        opacity: 1;
        border-bottom: 25px solid #f2f2f3;
    }*/
}


.newsubmenuactive {min-height:0 !important;height:auto !important;padding:0 !important;padding-left:32px !important;}
.newsubmenuactive li {position:relative !important;float:left !important;width:auto !important;padding:0 !important;margin:0 !important;border:none !important;}
.newsubmenuactive li a {text-transform:none !important;padding:13px 22px !important;font-weight:normal !important;letter-spacing:0 !important;font-size:15px !important;line-height:15px !important;}
.newsubmenuactive li a:after {display:none !important;}
