/*
Theme Name: Proterra
*/

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */
/*
@font-face {
    font-family: Gotham-Black;
    src: url("fonts/Gotham-Black.otf");
}

@font-face {
    font-family: Gotham-BlackItalic;
    src: url("fonts/Gotham-BlackItalic.otf");
}

@font-face {
    font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700;
    src: url("fonts/Gotham-Bold.otf");
}

@font-face {
    font-family: Gotham-BoldItalic;
    src: url("fonts/Gotham-BoldItalic.otf");
}

@font-face {
    font-family: Gotham-Book;
    src: url("fonts/Gotham-Book.otf");
}

@font-face {
    font-family: Gotham-BookItalic;
    src: url("fonts/Gotham-BookItalic.otf");
}

@font-face {
    font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 300;
    src: url("fonts/Gotham-Light.otf");
}

@font-face {
    font-family: Gotham-LightItalic;
    src: url("fonts/Gotham-LightItalic.otf");
}

@font-face {
    font-family: Gotham-Medium;
    src: url("fonts/Gotham-Medium.otf");
}

@font-face {
    font-family: Gotham-MediumItalic;
    src: url("fonts/Gotham-MediumItalic.otf");
}

@font-face {
    font-family: Gotham-Thin;
    src: url("fonts/Gotham-Thin.otf");
}

@font-face {
    font-family: Gotham-ThinItalic;
    src: url("fonts/Gotham-ThinItalic.otf");
}

@font-face {
    font-family: Gotham-Ultra;
    src: url("fonts/Gotham-Ultra.otf");
}

@font-face {
    font-family: Gotham-UltraItalic;
    src: url("fonts/Gotham-UltraItalic.otf");
}

@font-face {
    font-family: Gotham-XLight;
    src: url("fonts/Gotham-XLight.otf");
}

@font-face {
    font-family: Gotham-XLightItalic;
    src: url("fonts/Gotham-XLightItalic.otf");
}*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 400;
	font-size: 12px;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
}

p {
	margin-bottom: 0.7em;
}

b,
strong {
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700;
}

dfn,
cite,
em,
i {
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: italic; font-weight: 400;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 12px;
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 400;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 400;
}

blockquote strong,
blockquote b {
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700;
}

address {
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: italic; font-weight: 400;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.clear{
	clear:both;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 400;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 400;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 400;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 400;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #1f9bde;
	border-radius: 0;
	font-size: 11px;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input, textarea {
    border: 1px solid #6e7778;
    color: #4f5858;
    font-size: 11px;
    margin: 0 0 9px;
    background: #fff;
}
select {
    background: rgba(0, 0, 0, 0) url("images/dropdown-arrow.png") no-repeat scroll right center;
    border: 1px solid #6e7778;
    color: #4f5858;
    font-size: 11px;
    margin: 0 0 9px;
    padding: 4px 30px 3px 3px;
    width: 180px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #1f9bde;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 22px 4px;
    text-transform: uppercase;
    float: right;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 5px 7px 4px;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}


/**
 * 7.0 General
 */

.search-results .inner, .inner, .entry-content > .vc_row.inner{
    margin: 0 auto !important;
    max-width: 929px;
    width: 100%;
}

.entry-content > .vc_row.inner {
    position: relative;
}




#topbar {
	background: #1f9bde;
	height:36px;
	line-height: 36px;
	color: #fff;
	padding: 2px 0 0;
	overflow: hidden;
	margin-bottom: 120px; /* to account for the absolute positioned menubar */
}

#topbar.topbar--withSecondary {
	margin-bottom: 156px; /* to account for the absolute positioned menubar */
}


#topbar>.inner>a, #topbar form {
    color: #fff;
    float: right;
    font-size: 11px;
    height: 36px;
    line-height: 36px;
    margin-top: -2px;
    margin-right: 1px;
    text-transform: uppercase;
}

#topbar form {
    margin: 0 39px 0 0;
}

#menubar {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 120px;
    line-height: 120px;
    position: absolute;
    top: 36px;
    width: 100%;
    z-index: 95;
}

#menubar.menubar--withSecondary {
	height: 156px;
}



nav.topMenuBar ul {
    height: 36px;
    line-height: 36px;
}
.topMenuBar{
    background: rgba(77, 88, 90, 0.6) none repeat scroll 0 0;
}

#menubar.menubar-fixed,
.tertiary-menu.menubar-fixed {
	position:fixed;
	top: 0px;
}


.tertiary-menu.vc_row.menubar-fixed {
	margin: 0;
}

h1.site-title{
	width: 224px;
	display: inline-block;
}

.vc_row.downloadpdfbutton .vc_btn3-container {
    position: absolute;
    right: 210px;
    z-index: 9;
}

.news-image-holder{
	min-height: 129px;
	display: block;
	line-height: 129px;
	vertical-align: middle;
}

/*#headermenu {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 21px;
    text-align: right;
    vertical-align: bottom;
}

#headermenu ul {
    margin: 0;
}
#headermenu ul.sub-menu {
    display: none;
}
#headermenu .menu > li {
    display: inline-block;
    height: 50px;
    list-style-type: none;
    margin: 0 50px 0 0;
    padding: 1px 0 0;
    position: relative;
}
#headermenu .menu > li:last-child {
    margin: 0;
}

#headermenu li:hover ul.sub-menu {
    background: #fff none repeat scroll 0 0;
    display: block;
    left: -25px;
    min-width: 195px;
    position: absolute;
    top: 50px;
}

#headermenu .sub-menu li {
    display: block;
    line-height: 30px;
    list-style-type: none;
    padding: 0 25px;
    text-align: left;
    width: 100%;
}

#headermenu .sub-menu a {
    color: #4f5858;
    display: block;
}

#headermenu a {
    color: #55565a;
    font-size: 12px;
    text-transform: uppercase;
}*/

#headermenu {
    display: inline-block;
    float: right;
    line-height: 60px;
    margin: 60px 0 0 27px;
    text-align: right;
}

#headermenu ul {
    margin: 0;
}
#headermenu ul.sub-menu {
    display: none;
    z-index: 95;
}
#headermenu .menu > li,
.tertiary-menu a,
.topMenuBar li {
    display: inline-block;
    height: 60px;
    list-style-type: none;
    margin: 0 40px 0 0;
    padding: 1px 0 0;
    position: relative;
}

.tl-timeline h1, .tl-timeline h2, .tl-timeline h3, .tl-timeline h4, .tl-timeline h5, .tl-timeline h6, .tl-timeline .tl-timenav-slider h2.tl-headline, .tl-timeline .tl-timenav-slider, .tl-timeline p{
	font-family: "Gotham SSm A", "Gotham SSm B" !important; 
}

.topMenuBar li {
    margin: 0 20px 0 0;
}

.topMenuBar li:last-child {
    margin: 0;
}

#headermenu .menu > li:last-child,
.tertiary-menu a:last-child {
    margin: 0;
}
#headermenu li:hover>a, #headermenu li ul.sub-menu li:hover a,
.topMenuBar li:hover>a{
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700;
}
#headermenu li:hover ul.sub-menu {
    background: rgba(31, 155, 222, 0.9) none repeat scroll 0 0;
    display: block;
    left: -25px;
    min-width: 195px;
    position: absolute;
    top: 60px;
}

#headermenu .sub-menu li {
    display: block;
    line-height: 30px;
    list-style-type: none;
    padding: 0 25px;
    text-align: left;
    width: 100%;
}

#headermenu .sub-menu a {
    color: #fff;
    display: block;
}

#headermenu a,
#headermenu span,
.tertiary-menu a,
.topMenuBar a,
.topMenuBar span {
    color: #55565a;
    font-size: 12px;
    text-transform: uppercase;
}

.topMenuBar a,
.topMenuBar span{
	color: #fff;
}

.topMenuBar ul {
	clear: both;
    margin-bottom: 0;
    margin-left: 0
}

.menu li.current-menu-item a,
.menu li.current-menu-item span,
.topMenuBar ul li.current-menu-item a,
.topMenuBar ul li.current-menu-item span,
#headermenu .menu > li.current-page-ancestor > a,
#headermenu .menu > li.current-page-ancestor > span
{
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700;
}


#topbar #searchform {

}

#topbar #s {
    background-color: transparent;
    background-image: url("images/search-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    border: medium none;
    cursor: pointer;
    height: 24px;
    margin: 4px 0 0;
    position: relative;
    transition: width 400ms ease 0s, background 400ms ease 0s;
    -webkit-transition: width 400ms ease 0s, background 400ms ease 0s;
    vertical-align: top;
    width: 0;
    padding: 0 0 0 13px;
}

#topbar #s:focus {
    background-color: #fff;
    cursor: text;
    outline: 0 none;
    width: 180px;
    padding: 0 5px;
}

#searchform
#submit-search {
display:none;
}

#social-bar {
    background: #56565a none repeat scroll 0 0;
    border-bottom: 1px solid #bbbbbd;
    border-top: 1px solid #bbbbbd;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
#social-bar a {
    display: inline-block;
    height: 28px;
    margin: 0 11px 0 0;
    vertical-align: middle;
    width: 28px;
}
#social-bar #linkedin{
	background: url('images/linkedin.png');
}
#social-bar #twitter{
	background: url('images/twitter.png');
}
#social-bar #facebook{
	background: url('images/facebook.png');
	margin: 0;
}
#social-bar #linkedin:hover{
	background: url('images/linkedin_hover.png');
}
#social-bar #twitter:hover{
	background: url('images/twitter_hover.png');
}
#social-bar #facebook:hover{
	background: url('images/facebook_hover.png');
	margin: 0;
}

#social-bar span {
    font-size: 11px;
    margin: 0 37px 0 22px;
    text-transform: uppercase;
}
#social-bar a#careers {
    color: #fff;
    display: inline;
    font-size: 11px;
    height: 12px;
    margin: 0 37px 0 22px;
    text-transform: uppercase;
    width: auto;
}

footer#colophon{
	background: #56565a;
}

footer#colophon .inner{
	padding: 0 0 60px 83px;
}

#colophon nav {
    float: left;
    width: 20%;
}
#colophon nav ul {
    margin: 0;
}
#colophon nav ul li {
    list-style-type: none;
}
#colophon nav ul li a {
    color: #fff;
    font-size: 10px;
    line-height: 24px;
	text-transform: uppercase;
}
#colophon nav ul li.top-level-item a {
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700;
}

#colophon nav ul li.top-level-item:first-child {
    margin: 17px 0 0;
}
#colophon nav ul li.with-space-above {
    font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700;
    margin: 12px 0 0;
}

#colophon .footer-6-navigation {
    float: none;
    height: 0;
    margin: 0 auto;
    max-width: 486px;
    position: relative;
    top: -24px;
    width: 100%;
}

.footer-6 {
    text-align: center;
}

.footer-6-navigation li:first-child {
    margin: 0 14px 0 -70px;
}
.footer-6-navigation li {
    display: inline-block;
    font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700;
    margin: 0 14px;
}

#copyright {
    color: #fff;
    font-size: 10px;
    margin: 8px 93px 0 0;
    text-align: center;
    text-transform: uppercase;
}


#righttopbar #searchform {

}

#righttopbar #s {
    background-color: transparent;
    background-image: url("images/search-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    border: medium none;
    cursor: pointer;
    height: 24px;
    margin: 6px 0 0;
    position: relative;
    transition: width 400ms ease 0s, background 400ms ease 0s;
    -webkit-transition: width 400ms ease 0s, background 400ms ease 0s;
    vertical-align: top;
    width: 0;
    padding: 0 0 0 13px;
}

#righttopbar #s:focus {
    background-color: #fff;
    cursor: text;
    outline: 0 none;
    width: 180px;
    padding: 0 5px;
}

#searchform
#submit-search {
display:none;
}

#n2-ss-2-align {
    margin: 0px auto 0 !important;
}

.newswire-row {
    height: 0;
    position: relative;
    top: -30px;
    z-index: 94;
}
.newswire-row .vc_column_container{
	display:none;
}

#newswire a+a:before{
	content:" - ";
}

#newswire {
    background: rgba(77, 88, 90, 0.6) none repeat scroll 0 0;
    height: 30px;
    line-height: 30px;
    position: relative;
    vertical-align: middle;
    z-index: 94;
}
#scrolling-news a {
    color: #fff;
}

#scrolling-news {
    font-size: 12px;
    height: 32px;
	line-height: 38px;
    margin: 0 0 0 79px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    top: -30px;
    width: 100%;
}

#newswire h3 {
    color: #fff;
    display: inline-block;
    font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 300;
    font-size: 12px;
    font-weight: 500;
    line-height: 23px;
    position: relative;
    text-transform: uppercase;
}

#newswire .inner {
    border-left: 1px solid #858588;
    border-right: 1px solid #858588;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    padding: 0 0 0 13px;
    position: relative;
    top: 4px;
    vertical-align: middle;
    max-width: 961px;
    width: 100%;
}


.pydPaging {
    display: inline-block;
    text-align: center;
    width: 786px;
}

.pydPaging .current {
    background: transparent none repeat scroll 0 0;
}

.pydPaging span, .pydPaging a {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
}

div#n2-ss-2 {
	float:none !important;
}

.mod-wrapper {
    margin: 0px auto 0 !important;
    max-width: 1024px;
    width: 100%;
}

.entry-content > .vc_row {
    margin: 0 auto 0 !important;
    max-width: 1024px;
    width: 100%;
}

.entry-content > .vc_row.full {
    max-width: 100%;
}

.home .entry-content > .vc_row {
    margin: 0 auto 0 !important;
    max-width: 100%;
    width: 100%;
}

.mod-wrapper .mod-wrapper {
	margin: 0 auto !important;
}

.vc_column-inner {
    padding: 0 !important;
}

.left-column{
	max-width:290px;
	width: 100%;
	float:left;
}

.left-column.wide{
	max-width:447px;
	width: 100%;
}

.left-column.withimage{
	max-width:494px;
	width: 100%;
}

.bioshow .left-column.withimage{
	max-width:354px;
	width: 100%;
}

.right-column{
	max-width:494px;
	width: 100%;
	float:right;
}

.right-column.wide{
	max-width:447px;
	width: 100%;
}

.mod-title {
    font-size: 28px;
    line-height: 1.1;
    padding: 0px 0 16px;
    text-transform: uppercase;
}

.mod-h2-title {
    font-size: 24px;
    line-height: 1.1;
    padding: 35px 0 16px;
    text-transform: uppercase;
}

.wpb_text_column h1 {
    font-size: 28px;
    line-height: 1.1;
}

.mod-content, .mod-content p {
    font-size: 13px;
    line-height: 21px;
}


.inner.wide{
	max-width: 1024px;
}

.three-column {
    float: left;
    margin-right: 19px;
    max-width: 296px;
    width: 100%;
    margin-bottom: 20px;
}
.three-column:nth-child(3n+3) {
    margin-right: 0;
}
.three-column > img {
    margin: 0 0 15px;
    max-width: 296px;
    width: 100%;
}

.mod-content.video-embed{
	max-width:516px;
	margin: 0 auto;
}

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

.page-id-33 .mod-title.inline-with-title {
    display: inline-block;
    max-width: 51%;
    vertical-align: text-bottom;
}
.page-id-33 .mod-content.inline-with-title {
    display: inline-block;
    max-width: 47%;
    vertical-align: top;
    padding: 0 0 0;
}

.page-id-51 .mod-title.inline-with-title {
    display: inline-block;
    max-width: 51%;
    vertical-align: text-bottom;
}
.page-id-51 .mod-content.inline-with-title {
    display: inline-block;
    max-width: 47%;
    vertical-align: top;
    padding: 40px 0 0;
}

.video-embed>a{
	display:block;
	position: relative;
	widows: 516px;
	height: 272px;
}
a>span.playbutton{
	background:url(images/play.png) no-repeat center center;
	position: absolute;
	display: block;
	height: 49px;
	width: 49px;
}
.video-embed>a>span.playbutton{
	left: 213px;
	top: 111px;
}

a.picside>span.playbutton{
	left: 144px;
	top: 140px;
}

.page-template-news-template-php #page,
.page-id-94 #page,
.page-id-86 #page,
.page-id-88 #page,
.page-id-92 #page,
.page-id-80 #page,
.page-id-84 #page,
.page-id-2831 #page
 {
    background: rgba(86, 89, 89, 0.18) none repeat scroll 0 0;
}

.three-column h1 {
    text-transform: uppercase;
}

.mod-title.inline-with-title {
    display: inline-block;
    max-width: 30%;
    vertical-align: text-bottom;
}
.mod-content.inline-with-title {
    display: inline-block;
    max-width: 67%;
    vertical-align: top;
    padding: 0 0 0;
    margin: 40px 0 0;
}

.mod-wrapper.title-outside{
	margin-top:0px;
}

.mod-alt-title {
    margin: 35px 0;
    text-transform: uppercase;
}

.two-column{
	float:left;
	max-width: 440px;
	margin: 0 46px 0 0;
}
.two-column:nth-child(2n+2){
	margin: 0 0 0 0;
}

img.full-width {
    margin: 0 0 20px;
}

.withpadding{
	padding: 10px 47.5px;
}
.inner.withpadding{
	padding: 20px 47.5px;
}

.three-column-stats {
    float: left;
    margin: 380px 0 0;
    text-align: center;
    width: 32%;
}

.stat-number {
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
}

.stat-copy {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}

.inner-content {
    margin: 0 auto !important;
    max-width: 929px;
    width: 100%;
}

#savings{
	min-height: 500px;
	height: auto;
}

#savings h3{
	font-size:36px;
	line-height:36px;
	font-weight: 300;
}

.wpb_single_image {
    margin: 0 0 15px !important;
}

.savings-number{
	margin: 0 0 4px !important;
}

.savings-name{
	font-size: 12px !important;
}

#savings-title h2{
	font-size:32px;
	line-height:38px;
	font-weight: normal;
}

.second-nav-item{
	font-size:12px;
}
.second-nav-item:hover{
	opacity:0.8;
}

#topbar #click-menu {
    background: transparent none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px !important;
    padding: 0;
    position: relative;
    right: auto;
    text-align: center;
    top: 0;
    z-index: 9999;
    width: 40px;
}

#topbar #click-menu img, #topbar #click-menu .threeLines {
    height: 27px !important;
    margin: 3px auto !important;
    width: 30px !important;
}

#topbar #click-menu .threeLines .line {
    background: #ffffff none repeat scroll 0 0 !important;
    height: 4px !important;
    margin-bottom: 6px !important;
    width: 100% !important;
}

#topbar #responsive-menu.RMOpened {
    top: 36px !important;
}

#topbar h1.site-title {
    display: none;
    margin: -3px 0 0;
    vertical-align: top;
    width: 224px;
}

.dots .wpb_column {
    padding-bottom: 15px;
    padding-right: 18px;
}

.dots + .dots {
    background: rgba(0, 0, 0, 0) url("images/dots-horizontal.png") repeat-x scroll center top;
}
.dots + .dots > .wpb_column {
    padding-top: 35px;
}

.dots .wpb_column + .wpb_column {
    background: rgba(0, 0, 0, 0) url("images/dots.png") repeat-y scroll left center;
    padding-left: 18px;
    padding-right: 18px;
}

.dots h4 {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: normal;
}

.dots h3 {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 20px;
    font-weight: normal;
}


.dots p {
    font-size: 13px;
}

.border + .border {
    border-top: 1px solid #dbdbdb;
}
.border {
    padding: 30px 0 20px;
    margin: 0 auto !important;
    max-width: 929px;
    width: 100%;
}

.border h4 {
    font-size: 12px;
}

.border p {
    font-size: 13px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}

.mod15element {
    float: left;
    max-width: 216px;
    width: 100%;
}
.mod15element + .mod15element {
    margin: 0 0 0 21px;
}
.mod15element:nth-child(5n+5) {
    margin: 0;
}

.mod15element > p {
    font-size: 13px;
}

.mod15element > h4 {
    font-size: 13px;
    vertical-align: bottom;
    text-transform: uppercase;
}

.mod15element > img {
    margin: 0 0 10px;
}

.biodetails{
	display:none;
}

.bioelement {
    float: left;
    max-width: 216px;
    width: 100%;
    position: relative;
}
.bioelement + .bioelement {
    margin: 0 0 0 21px;
}
.bioelement:nth-child(5n+5) {
    margin: 0;
}

.bioelement > p {
    font-size: 13px;
}

.bioelement > h4 {
    font-size: 13px;
    vertical-align: bottom;
    text-transform: uppercase;
}

.bioelement > img {
    margin: 0 0 10px;
}

.bioelement:hover>span{
	display:block;
}

.bioelement > span {
    background: rgba(10, 10, 10, 0.3) none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 14px;
    height: 244px;
    line-height: 244px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.bioshow{
	display:none;
	margin: 34px auto !important;
}



.mod16element.mod16left, .mod16element.mod16right {
    height: 328px;
    width: 676px;
    margin: 0 0 19px;
}
.mod16element {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #9aa1a2;
    overflow: hidden;
}

.mod16left .picside {
    float: left;
}
.mod16right .picside {
    float: right;
}
.picside {
    height: 328px;
    overflow: hidden;
    width: 337px;
    display: block;
    position: relative;
}

.mod16element.mod16vert {
    width: 328px;
    margin: 0 0 19px 11px;
}

.mod16vert .picside {
    height: 337px;
    width: 328px;
}

.mod16vert .contentside {
    height: 336px;
    width: 328px;
}


.mod16left .contentside {
    float: left;
}
.mod16right .contentside {
    float: left;
}
.contentside {
    font-size: 12px;
    padding: 25px;
    max-width: 337px;
    position: relative;
    height: 328px;
}

.contentside > h4 {
    bottom: 25px;
    display: inline-block;
    max-width: 55%;
    position: absolute;
    text-transform: uppercase;
}

.logoside {
    bottom: 25px;
    position: absolute;
    right: 25px;
}

.mod18 .vc_row {
    height: 155px;
    margin: 0 0 15px;
    overflow: hidden;
}

#news_main {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
}
#news_main_left {
    display: inline-block;
    vertical-align: middle;
    width: 502px;
}
#news_main_right {
    display: inline-block;
    padding: 0 25px 0 35px;
    vertical-align: middle;
    width: 498px;
}
#news_main_right h2 {
    font-size: 28px;
    line-height: 35px;
    padding: 0 0 10px;
}
#news_main_right p {
    line-height: 21px;
}
#news_main_right p a {
    display: block;
}

.news-title {
    color: #4f5858;
    font-size: 28px;
    line-height: 46px;
    padding: 15px 0;
    text-transform: uppercase;
}

#news_list {
    display: inline-block;
    width: 786px;
    margin: 0 27px 0 0;
}
#news_list > a, #news_list > div {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 274px;
    margin: 0 18px 22px 0;
    padding: 10px;
    text-align: center;
    width: 247px;
    vertical-align: top;
}
#news_list > a:nth-child(3n+3), #news_list > div:nth-child(3n+3) {
    margin: 0 0 22px;
}

.page-template-news-template a {
    color: #4f5858;
}
#news_list .post_type {
    color: #4f5858;
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin: 16px 0 0;
    opacity: 0.6;
    text-transform: uppercase;
}
#news_list h2 {
    font-size: 14px;
    line-height: 18px;
    max-height: 68px;
    overflow: hidden;
}

.checkbocs {
    background: rgba(0, 0, 0, 0) url("images/checkbocs-off.jpg") repeat scroll 0 0;
    display: inline-block;
    height: 18px;
    margin: 0 12px 0 0;
    vertical-align: text-top;
    width: 18px;
}
.checkbocs.current, #resource_type > a:hover .checkbocs{
	background: url('images/checkbocs-on.jpg');
}

#resource_type {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
    width: 196px;
}

#resource_type h3 {
    font-size: 16px;
    margin: 18px 0 12px;
}

#resource_type > a, #resource_type > span {
    font-size: 14px;
    line-height: 36px;
    padding: 0 0 0 10px;
    display: block;
    color: #4f5858;
}

#resource_type > a#visitourblog{
	border: 2px solid #fff;
	color: #1f9bde;
	text-transform: uppercase;
    font-size: 18px;
    padding: 5px 10px;
    margin: 10px 0 0 10px;
}

.single-content {
    background: #fff none repeat scroll 0 0;
    color: #4f5858;
    display: inline-block;
    margin: 0 27px 0 0;
    padding: 0 40px 40px;
    max-width: 786px;
    width: 100%;
}

.single-content > span > a {
    color: #4f5858;
}
.single-content > h1 {
    font-size: 28px;
    line-height: 28px;
    margin: 5px 0 15px;
}
.single-content > span {
    display: block;
    margin: 0 0 14px;
}

.grid7 .vc_col-sm-1 {
	width: 14.28571428571429%;
}

.grid7 .vc_col-sm-2 {
	width: 28.57142857142858%;
}

.grid7 .vc_col-sm-3 {
	width: 42.85714285714287%;
}



.border-norow>.wpb_column>.vc_column-inner>.wpb_wrapper>div,
.border-norow .vc_tta-panel-body>.vc_row>.wpb_column>.vc_column-inner>.wpb_wrapper>div {
    height: 30px;
    line-height: normal;
}

/*vertical align content */
.border-norow>.wpb_column>.vc_column-inner>.wpb_wrapper>div .wpb_wrapper,
.border-norow .vc_tta-panel-body>.vc_row>.wpb_column>.vc_column-inner>.wpb_wrapper>div .wpb_wrapper {
	height: 100%
}

.border-norow>.wpb_column>.vc_column-inner>.wpb_wrapper>div .wpb_wrapper p,
.border-norow .vc_tta-panel-body>.vc_row>.wpb_column>.vc_column-inner>.wpb_wrapper>div .wpb_wrapper p {
	text-align: center;
	position: relative;
	display: inline-block;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
/*end vertical align content */


.border-norow>.wpb_column>.vc_column-inner>.wpb_wrapper>.doublerow,
.border-norow .vc_tta-panel-body>.vc_row>.wpb_column>.vc_column-inner>.wpb_wrapper>.doublerow{
	height:60px;
}

.border-norow>.wpb_column>.vc_column-inner>.wpb_wrapper>.doubledoublerow,
.border-norow .vc_tta-panel-body>.vc_row>.wpb_column>.vc_column-inner>.wpb_wrapper>.doubledoublerow{
	height:120px;
}

.border-norow>.wpb_column>.vc_column-inner>.wpb_wrapper>.triplerow,
.border-norow .vc_tta-panel-body>.vc_row>.wpb_column>.vc_column-inner>.wpb_wrapper>.triplerow{
	height:90px;
}

.border-norow>.wpb_column>.vc_column-inner>.wpb_wrapper>div + div {
    border-bottom: 1px solid #dbdbdb;
}

.border-norow .vc_tta-panel-body>.vc_row>.wpb_column>.vc_column-inner>.wpb_wrapper>div + div {
    border-bottom: 1px solid #dbdbdb;
}

.mod-wrapper.customersmap{
	padding: 0 45px;
}
.customersmap #mapbackground{
	width: 897px;
	height: 603px;
	background:url('images/USA-states-Canada-provinces.png') no-repeat;
	/*height: 570px;
	background:url('images/map.png') no-repeat;*/
	position: relative;

}

.customersmap #mapbackground .map-bullet{
	width: 14px;
	height: 15px;
	background:url('images/map-bullet.png') no-repeat;
	position: absolute;
	cursor:pointer;

}

.customersmap #mapbackground .map-more{
	width: 113px;
	height: 137px;
	background:url('images/map-more.png') no-repeat;
	position: absolute;
	display:none;
	padding: 7px;
	text-align:center;
	z-index:5;
}

.customersmap #mapbackground .map-more span{
	font-size:12px;
	color: #009bde;
	cursor:pointer;
}

.customersmap #mapbackground #mapoverlay{
	background: rgba(255,255,255,0.5);
	width: 897px;
	height: 570px;
	position: absolute;
	left:0;
	top: 0;
	display:none;
	z-index: 5;
}

.customersmap #mapbackground .map-details{
	width: 760px;
	height: 347px;
	position: absolute;
	left:82px;
	top: 94px;
	display:none;
	border: 1px solid #a2a7a8;
	background: #fff;
	z-index: 6;
	cursor: default;
}
.customersmap #mapbackground .map-details .left{
	width:376px;
	height: 347px;
	padding: 31px 29px;
	float:left;
	position: relative;
	vertical-align: top;
	line-height: 21px;
}

.customersmap #mapbackground .map-details .left .closebutton, .bioshow .closebutton{
	display:block;
	position:absolute;
	right: 29px;
	top:31px;
	background: url('images/closebutton.png') no-repeat;
	width:19px;
	height:19px;
    cursor:pointer;
}

.bioshow .closebutton {
    right: 0;
    top: 0;
    cursor:pointer;
}

.customersmap #mapbackground .map-details .left .customer-logo-wide,
.customersmap #mapdropdown .drop-details .left .customer-logo-wide{
	display:block;
	width:185px;
	height:83px;
}

.customersmap #mapbackground .map-details .left h3,
.customersmap #mapdropdown .drop-details .left h3{
	font-size: 12px;
	font-family: "Gotham SSm A", "Gotham SSm B"; font-style: normal; font-weight: 700;
	text-transform: uppercase;
	margin: 7px 0 0;
}

.customersmap #mapbackground .map-details .left p,
.customersmap #mapdropdown .drop-details .left p{
	height: 63px;
    margin: 0 0 7px;
    max-width: 300px;
    overflow: hidden;
}

.customersmap #mapbackground .map-details .left a.download,
.customersmap #mapdropdown .drop-details .left a.download{
	background: url('images/downloadbutton.png') no-repeat;
	width:49px;
	height:49px;
	display: block;
	margin: 0 0 7px;
}

.customersmap #mapbackground .map-details .left a.gotoUrl ,
.customersmap #mapdropdown .drop-details .left a.gotoUrl {
    color: #009bde;
    display: block;
    font-size: 12px;
    height: 21px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.customersmap #mapbackground .map-details .right{
	width:382px;
	height: 347px;
	float:left;
	position: relative;
	vertical-align: top;
}


.customersmap #mapdropdown{
	display: none;
}

.customersmap #mapdropdown #customersdrop{
	font-size: 16px;
	margin: 0 0 10px 0;
}

.customersmap #mapdropdown .drop-details{
	display: none;
	background:#fff;
	width: 100%;
	max-width: 760px;
	border: 1px solid #a2a7a8;
	background: #fff;
}

.customersmap #mapdropdown .drop-details .left{
	float:left;
	width:376px;
	padding: 31px 29px;
	float:left;
	position: relative;
	vertical-align: top;
	line-height: 21px;
}

.customersmap #mapdropdown .drop-details .right{
	width:382px;
	height: auto;
	float:left;
	position: relative;
	vertical-align: top;
}

.playoverlay {
    height: 49px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 49px;
    z-index: 99;
}

.arrowleft{
	background: url('images/arrowleft.png') no-repeat;
	width: 25px;
	height: 40px;
	display: block;
	margin: 0 0 0 -30px;
}

.arrowright{
	background: url('images/arrowright.png') no-repeat;
	width: 25px;
	height: 40px;
	display: block;
}

.wpb_images_carousel .vc_images_carousel .vc_carousel-control {
    opacity: 1;
}

.videothumb{
	position: relative;
}

.wpb_images_carousel .vc_images_carousel .vc_carousel-control.vc_right {
    right: -72px;
}
#customer-carousel {
    background: #56565a none repeat scroll 0 0;
    padding: 20px 0;
    position: relative;
    margin-top: 34px;
}
#owl-overlay {
	height: 83px;
    left: -1px;
    margin: 0 1px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    background-image: -webkit-gradient(linear, left top, right top,
        color-stop(0%,rgba(86,86,90,1)),
        color-stop(20%,rgba(0,0,0,0)),
        color-stop(80%,rgba(0,0,0,0)),
        color-stop(100%,rgba(86,86,90,1))
      );
    background-image: -webkit-linear-gradient(left,
        rgba(86,86,90,1) 0%,
        rgba(0,0,0,0) 20%,
        rgba(0,0,0,0) 80%,
        rgba(86,86,90,1) 100%
      );
    background-image: -moz-linear-gradient(left,
        rgba(86,86,90,1) 0%,
        rgba(0,0,0,0) 20%,
        rgba(0,0,0,0) 80%,
        rgba(86,86,90,1) 100%
      );
    background-image: -ms-linear-gradient(left,
        rgba(86,86,90,1) 0%,
        rgba(0,0,0,0) 20%,
        rgba(0,0,0,0) 80%,
        rgba(86,86,90,1) 100%
      );
    background-image: -o-linear-gradient(left,
        rgba(86,86,90,1) 0%,
        rgba(0,0,0,0) 20%,
        rgba(0,0,0,0) 80%,
        rgba(86,86,90,1) 100%
      );
    background-image: linear-gradient(left,
        rgba(86,86,90,1) 0%,
        rgba(0,0,0,0) 20%,
        rgba(0,0,0,0) 80%,
        rgba(86,86,90,1) 100%
      );
}
.owl-theme .owl-controls {
    margin-top: 0px !important;
}

#customer-carousel .inner {
    border-left: 1px solid #bdbdbe;
    border-right: 1px solid #bdbdbe;
    position: relative;
}

.desing-bus-cta a {
	float: right;
	width: 107px;

}

#savings-title {
	margin-top: 238px;
}

#second-nav  > .vc_column_container {
	padding-top: 35px;
	padding-bottom: 35px;
}

#second-nav .wpb_text_column {
	margin-top:10px;
}

#main {
	overflow: hidden;
}

.tertiary-menu {
    background: rgba(77,88,90, 0.6) none repeat scroll 0 0;
    max-width: 1024px;
    position: relative;
    width: 100%;
    z-index: 94;
    height: 37px;
}

 .tertiary-menu .vc_column_container {
 	width: auto;
 	padding-right: 35px;
 }

 .tertiary-menu .vc_column_container:first-child
 {
 	margin-left: 20px;
 }

 .tertiary-menu .vc_column_container:last-child {
 	padding-right: 20px;
 }

.tertiary-menu.vc_row {
	margin: -37px 0 0;
}

.tertiary-menu p, .tertiary-menu a {
    line-height: 37px;
    height: 37px;
    color: #fff;
    font-size: 10px;
}

.left-column .mod-title, .right-column .mod-title, .title-outside .mod-title {
    margin: 40px 0 0;
}

.linkedInBlock {
    text-align: center;
}

#fancybox-left, #fancybox-right{
	display: none !important;
}

#error{
	text-align:center;
}
#error > h1, .seachresults h1 {
    font-size: 28px;
}
#error > p, .seachresults p {
    font-size: 16px;
}
#error > a, .seachresults a {
    color: #1f9bde;
    font-size: 30px;
}

.seachresults article {
	margin-bottom: 40px;
}

.search-results #sidebar {
	display: none;
}

.search-results .page-title {

	font-size: 36px;
	padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

@media screen and (max-width: 970px) {
	h1.site-title {
	    display: inline-block;
	    width: 100%;
	    text-align: center;
	}
	#headermenu, #menubar, #topbar .site-title{
		display:none;
	}
	#topbar #click-menu {
	    display: inline-block;
	}
	#n2-ss-2-align {
	    margin: 0 auto 0 !important;
	}
	.newswire-row {
	    margin-top: 0;
	}
	#newswire .inner {
	    top: 7px;
	    margin: 0 15px;
	    border-left: none;
	    border-right: none;
	}
	#topbar .inner {
	    padding: 0 15px 0 0;
	}
	.site-content {
	    overflow: hidden;
	}
	footer#colophon .inner {
	    padding: 0 0 60px 15px;
	}
	.mod-wrapper {
	    background-size: cover !important;
	    padding: 0 15px;
	}
	.wpb_wrapper {
	    padding: 0 10px;
	}
	.full .wpb_wrapper {
	    padding: 0;
	}
	.mod-wrapper.customersmap {
	    padding: 0;
	}
	.mod-title.inline-with-title {
	    width: 100%;
	}
	.mod-content.inline-with-title {
	    max-width: 100%;
	}

	#savings {
	    min-height: 640px;
	    height: auto;
	}
	#savings-title {
	    margin:40px auto 0;
	}
	#customer-carousel .inner {
	    border-left: none;
	    border-right: none;
	}
	footer#colophon .footer-1-navigation,
	footer#colophon .footer-2-navigation,
	footer#colophon .footer-3-navigation,
	footer#colophon .footer-4-navigation,
	footer#colophon .footer-5-navigation{
		display:none;
	}
	#colophon .footer-6-navigation {
	    float: none;
	    height: 24px;
	    margin: 0 auto;
	    max-width: 1024px;
	    position: relative;
	    top: auto;
	    width: 100%;
	}
	.footer-6-navigation li:first-child {
	    margin: 0 14px 0 14px;
	}
	#social-bar a#careers {
	    margin: 0 10px;
	}
	#copyright {
	    margin: 8px 0 0 0;
	}
	.bioshow .left-column.withimage {
	    max-width: 450px;
	}
	.topMenuBar{
		display:none;
	}
	#topbar.topbar--withSecondary, #topbar.topbar {
	    margin-bottom: 0px;
	}
	#menubar.topbar--withSecondary {
		display: none !important;
	}
	#menubar.menubar--withSecondary, #menubar.menubar {
	    height: 0px;
	    display: none !important;
	}
	.mod-title.inline-with-title, .page-id-33 .mod-title.inline-with-title, .page-id-51 .mod-title.inline-with-title {
	    max-width: 100%;
	}
	.mod-content.inline-with-title, .page-id-33 .mod-content.inline-with-title, .page-id-51 .mod-content.inline-with-title {
	    max-width: 100%;
	}
	.two-column{
		width:100%;
		float:none;
	}
	.bioelement +	.bioelement{
		margin: 0;
	}
	.bioelement, .bioelement:nth-child(5n+5)  {
	    margin: 0;
    	max-width: 100%;
	}
	.bioelement > img {
	    margin: 0 0 10px;
	    width: 100%;
	}
	.bioelement > span {
	    height: 100%;
	}
	.three-column {
	    margin-right: 0;
	    max-width: 100%;
	}
	.three-column > img {
	    max-width: 100%;
	}

	.mod18 .vc_row {
    	height: auto;
	    margin: 0 !important;
	}

	.wpb_wrapper>.mod-wrapper{
		min-height: auto !important;
		overflow: hidden;
		padding: 0 0 30px 0;
	}

	.withpadding {
	    padding: 0;
	}
	.inner.withpadding {
	    padding: 0;
	}
	.stat-number {
	    font-size: 32px;
	    line-height: 32px;
	}

	.right-column.wide {
	    width: 100%;
	}

	.tertiary-menu.vc_row {
	    display:none;
	}

	#news_main_left {
	    max-width: 502px;
	    width: 100%;
	}
	#news_main_right {
	    max-width: 498px;
	    width: 100%;
	}
	#news_list {
	    max-width: 786px;
	    width: 100%;
	}

	#news_list > a {
	    width: 100%;
	}
	#resource_type {
	    display: block;
	    width: 100%;
	    max-width: 196px;
	    margin: 0 auto;
	}

	.news-title {
	    text-align: center;
	}

	.mod16element.mod16left, .mod16element.mod16right {
	    max-width: 328px;
	    width: 100%;
	    margin: 10px 0;
	    height: auto;
	}
	.mod16element + .mod16element{
	    margin: 20px 0 10px 0;
	}
	.mod16element {
	    background: #fff none repeat scroll 0 0;
	    border: 1px solid #9aa1a2;
	    overflow: hidden;
	}

	.mod16left .picside {
	    float: none;
	    max-width: 328px;
	    width: 100%;
	}
	.mod16right .picside {
	    float: none;
	    max-width: 328px;
	    width: 100%;
	}

	.mod16element.mod16vert {
	    max-width: 328px;
	    width: 100%;
	    margin: 10px 0;
	    height: auto;
	}

	.mod16vert .picside {
	    max-width: 328px;
	    width: 100%;
	}

	.mod16vert .contentside {
	    max-width: 328px;
	    width: 100%;
	}

	.mod16left .contentside {
	    float: none;
	}
	.mod16right .contentside {
	    float: none;
	}

	.vc_row.downloadpdfbutton .vc_btn3-container {
	    position: relative;
	    right: auto;
	}

	.single-content {
	    background: #fff none repeat scroll 0 0;
	    color: #4f5858;
	    display: inline-block;
	    margin: 0 27px 0 0;
	    padding: 10px;
	    max-width: 786px;
	    width: 100%;
	}


}
@media screen and (max-width: 937px) {
	.customersmap #mapbackground{
		display: none;
	}
	.customersmap #mapdropdown{
		display: block;
	}
}
@media screen and (max-width: 760px) {

	.customersmap #mapdropdown .drop-details .left,
	.customersmap #mapdropdown .drop-details .right,
	.customersmap #mapdropdown .drop-details .right img{
		width:100%;
		float:none;
	}
}
@media screen and (max-width: 440px) {
#topbar h1.site-title {
    display: none;
}
}
.customer-support.vc_btn3-center {
    margin-top: 30px;
}
.customer-support button {
    float: none;
}
p.n2-ow  sup.size50 {font-size:50% !important; vertical-align:top;}
p.n2-ow  sup.size25 {font-size:25% !important; vertical-align:top;}
.sgpb-theme-1-content {border-radius:0px !important; box-shadow: none!important }


.vc_col-md-3.l-cont, .vc_col-md-3.l-icon {
    padding: 0px 0px 0px 15px;
}
.vc_col-md-3.h-cont, .vc_col-md-3.h-icon {
    padding: 0px;
}
.sgpb-main-html-content-wrapper .vc_col-md-6 {
    padding: 0px;
}

.l-cont{display:flex; margin-top:15px;}
.h-cont{margin-top:15px; padding-top:10px;}
.h-icon {margin-top:10px;}
.l-icon{display:flex; }
/*.entry-content > .vc_row{max-width:1250px; }*/
.h-cont h2{color: #1f9bde;
    font-size: 12px;}
.h-icon h1{color: #333;
    font-size: 16px;
    font-weight: bold;}
.h-cont h1{color: #333;
    font-size: 16px;
    font-weight: bold;}
.p-form{margin:20px !important;}
.p-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea
{padding:5px; margin-top: 0px !important; margin-bottom:0px !important}
.p-form label {display:none !important;}
body .gform_wrapper ul li.gfield {margin-top:0px;}
body .gform_wrapper .top_label div.ginput_container {margin-top:0px;}
.p-form button, input[type="button"], input[type="reset"], input[type="submit"]
{padding:5px 25px; font-size:16px;}
.s-btn{margin-top:10px;}
hr.box {
    background-color: #63a70a;
    margin-top: 15px;
}
.sgpb-main-html-content-wrapper .closebutton{
	display:block;
	position:absolute;
	right: 29px;
	top:31px;
	background: url('images/closebutton.png') no-repeat;
	width:19px;
	height:19px;
    cursor:pointer;
}
.fm-tooltip-name {font:inherit !important; text-shadow:none !important;}
.sgpb-main-html-content-wrapper h1, .sgpb-main-html-content-wrapper h2 {text-transform:uppercase;}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	width: 100% !important;
}
.rep_details {min-height:250px;}

