/*
Theme Name: allstream
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: allstream
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

allstream is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Layout
# Forms
# Links
# Navigation
# Accessibility
# Alignments
# Clearings
# Sidebars
	## Widgets
	## CTAs
# Content
	## Posts and pages
	## Comments
	## SiteOrigin Page Builder
# Infinite scroll
# Media
	## Captions
	## Galleries
# Responsive Overrides
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&ver=5.2.4');

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	min-width: 219px;
}

body.page-template-blank-slate-template {
	background-image: none !important;
	background-color: white !important;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td {
	padding: 0.40em 0.50em;
	/* border-bottom: 1px solid #b76904; */
	vertical-align: top;
}

th {
	padding: 0.40em 0.50em;
	text-align: left;
	background-color: #b76904;
	border-bottom: 1px solid #b76904;
	vertical-align: top;
}

table#micloudoptions caption {
	text-align: left;
}

table#micloudoptions tbody th {
	background-color: #fff;
}

table#micloudoptions tbody th.service {
	background-color: #ccc ! important;
	text-align: center;
	font-weight: bold;
}

table#micloudoptions td.vendor,
table#micloudoptions thead th.vendor {
	text-indent: -9999px;
}

table#micloudoptions td.vendor.firstoccur {
	text-indent: 0px ! important;
}

table#micloudoptions td.mitel {
	background-color: #199fda;
	border-color: #199fda;
}

table#micloudoptions td.allstream {
	background-color: #f49130;
	border-color: #f49130;
}


/*--------------------------------------------------------------
# Typography:
'Titillium Web' = https://fonts.googleapis.com/css?family=Titillium+Web
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 1.5;
}

h1 {
	clear: both;
	color: #fa8f25;
	font-weight: 400 !important
}

h2,
h3 {
	clear: both;
	color: #f49130;
	margin-top: 0;
}

h4,
h5,
h6 {
	clear: both;
	color: #404040;
	margin-top: 0;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Montserrat", 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, "Montserrat", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 0px none;
	cursor: help;
	text-decoration: none;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	/*background-color: #f4911e;  Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: """";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
	margin-left: 0;
	padding-left: 1.5em;
}

ol {
	list-style: decimal;
	margin-left: 0;
	padding-left: 1.5em;
}

#content-pane li {
	margin-bottom: 0.4em;
}

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

.wpml-ls-slot-footer.wpml-ls-item {
	list-style-type: none;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
#masthead {
	display: table;
	width: 100%;
	height: 72px;
	padding-left: 40px;
	padding-right: 40px;
}

#site-branding {
	display: table-cell;
	width: 150px;
	vertical-align: bottom;
	position: relative;
}

.custom-logo {
	width: 150px;
	height: auto;
	display: block;
	margin-left: -7px;
	max-width: none;
	margin-top: -30px;
}

#site-navigation {
	display: table-cell;
	width: auto;
	vertical-align: bottom;
	padding-bottom: 20px;
}

#search-box {
	display: table-cell;
	width: 170px;
	vertical-align: bottom;
	padding: 0 12px 18px 25px;
	position: relative;
}

#primary {
	width: 100%;
	background-color: #fff;
	padding-bottom: 50px;
}

h1.mainhead {
	margin-left: 60px;
	margin-top: 0px;
	line-height: 1;
}

#page-info {
	overflow: hidden;
	margin-left: 40px;
	width: 50%;
	margin-right: 40px;
	min-height: 350px;
	max-height: 405px;
}

#content-bar {
	background-color: #62aee2;
	min-height: 30px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

#regional-selector {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	display: none;
}

#bar-nav {
	padding-left: 0px;
	width: 100%;
	text-align: right;
}

#content-pane-wrap {
	width: 100%;
	float: none;
	margin-right: 0px;
}

#content-pane-wrap #content-pane {
	margin-right: 0px;
}

#content-pane-wrap.withsidebar {
	width: 100%;
	float: left;
	margin-right: -240px;
}

#content-pane-wrap.withsidebar #content-pane {
	margin-right: 240px;
}

#multi-sidebar {
	float: right;
	width: 180px;
	padding: 20px;
	margin-right: 40px;
	margin-left: 20px;
	background-color: #9ac8ec;
}

/* #footer {font-size: 14px; background-color: #f4911e; width: 100%; padding-left: 40px; padding-right: 40px; color: #fff; padding-top: 40px; padding-bottom: 40px; position: relative;}
#std_footer {display: table; width: 100%;}
#social-nav {display: table-cell; width: 150px; vertical-align: bottom;}
#footer-content {display: table-cell; width: auto; vertical-align: bottom; padding-right: 100px;} */

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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;
}

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%;
}

#masthead .search-form label span.search-label {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	text-indent: -9999px;
}

#masthead .search-form label span.search-wrap {
	display: inline-block;
	border: 0px none;
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
}

#masthead .search-form label input.search-input {
	border-color: transparent;
	background-color: transparent;
	font-size: 0.9em;
	width: 141px;
	margin-right: 29px;
}

#masthead .search-form label input#searchsubmit {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 19px;
	height: 19px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

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

a.tel,
a.tel:visited,
a.tel:hover,
a.tel:focus,
a.tel:active {
	text-decoration: none;
	white-space: nowrap;
}

#social-nav a img {
	width: 40px;
	height: 40px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.skip {
	position: absolute;
	z-index: 100;
	top: 0;
	left: -200%;
	height: 1px;
	width: auto;
	background-color: #62aee2;
	padding: 0px 0px;
}

.skip:focus {
	display: block;
	position: relative;
	z-index: 100;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
	background-color: #62aee2;
	font-weight: 600;
	padding: 3px 6px;
}

a#burger {
	display: none;
}

#site-navigation ul {
	float: right;
	display: inline-block;
	margin: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 10px;
	list-style-type: none;
	border: 0 none;
}

#site-navigation ul li {
	display: inline-block;
	margin: 0;
	padding: 0px 0px;
}

#site-navigation ul li:after {
	content: "\00a0\00a0\•\00a0\00a0";
}

#site-navigation ul li:last-child:after {
	content: "\00a0\00a0";
	margin-right: 5px;
}

#site-navigation ul li a {
	text-decoration: none;
	display: inline-block;
}

#backlink {
	display: inline-block;
	color: #fff;
}

#backlinkli {
	display: none;
}

#backlinkli a {
	border-bottom: 1px solid #B76904;
	display: block;
}

#backlinkli a:before {
	content: "<\00a0";
}

#section-nav {
	text-align: left;
	display: inline-block;
}

#section-nav-wrap {
	display: inline-block;
	position: relative;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#section-nav #section-nav-title {
	text-decoration: none;
	width: 144px;
	display: block;
	color: #fff;
	cursor: pointer;
	border: 0px none;
	background-image: url(/wp-content/themes/allstream/res/img/menu_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}

.fr #section-nav #section-nav-title {
	width: 184px;
}

#section-nav ul {
	z-index: 100;
	position: absolute;
	background-color: #f49130;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none;
	border: 0px none;
	margin-top: 3px;
	right: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-left-radius: 15px;
}

#section-nav ul li {
	padding: 2px 12px;
	font-size: 0.9em;
	width: 184px;
}

#section-nav ul li a.active {
	font-weight: 600;
}

#section-nav ul li a {
	text-decoration: none;
}

#social-nav ul {
	margin: 0;
	margin-top: 0;
	padding: 0;
	list-style-type: none;
	border: 0 none;
}

#social-nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0px 0px;
	width: 40px;
	margin-right: 5px;
}

#social-nav ul li a {
	text-decoration: none;
	display: inline-block;
}

/* #footer-nav ul {margin:0; margin-top: 0; padding: 0; list-style-type: none; border: 0 none;}
#footer-nav ul li {display: inline-block; margin:0; padding: 0px 0px; color: #fff;}
#footer-nav ul li:after {content: "\00a0\00a0\|\00a0\00a0";}
#footer-nav ul li:last-child:after {content: "";}
#footer-nav ul li a {text-decoration: none; display: inline-block; color: #fff;}
#footer .wpml-ls-statics-footer {position: absolute; right: 40px; top: 40px; display: inline-block; margin-bottom: 0px ! important; padding: 0 ! important; margin: 0 ! important;}
#footer .wpml-ls-legacy-list-horizontal a,
#footer .wpml-ls-statics-footer a {
	padding: 0;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}

#footer.site-footer div#std_footer div#footer-content div#fulladdress {
    padding-top: 10px;
    color: rgba(255,255,255,0.75);
}
#footer.site-footer div#std_footer div#footer-content div#footer-nav {

} */



.post-navigation .nav-links {
	display: table;
	width: 100%;
	padding-bottom: 2.0em;
	padding-top: 1.0em;
	border-top: 1px solid #6c8fb5;
	margin-top: 1.0em;
}

.post-navigation .nav-links .nav-previous {
	display: table-cell;
	text-align: left;
	width: 50%;
}

.post-navigation .nav-links .nav-next {
	display: table-cell;
	text-align: right;
	width: 50%;
}

.post-navigation .nav-links .nav-previous:before {
	content: "<\00a0";
}

.post-navigation .nav-links .nav-next:after {
	content: "\00a0\>";
}

.single .in-situ-edit-link {
	display: none;
}

#primary-menu .current-page-ancestor a,
#primary-menu .current_page_item,
#primary-menu .current-page a,
#section-nav-list .current-page-ancestor a,
#section-nav-list .current_page_item a,
#section-nav-list .current-page a {
	font-weight: bold;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/
#multi-sidebar {
	font-size: 92%;
}


/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget ul {
	margin-left: 0;
	padding-left: 1.5em;
}

.widget-title {
	font-size: 1.2em;
	color: #404040;
}




/*--------------------------------------------------------------
## CTAs
--------------------------------------------------------------*/

.cta-embed {
	margin-left: 90px;
}

@media screen and (max-width: 480px) {
	.cta-embed {
		margin-left: 40px;
	}
}

.allstream_cta {
	margin-bottom: 1.5em;
}

.allstream_cta a {
	text-decoration: none;
}

.allstream_cta_img {
	display: block;
	position: relative;
	float: left;
	-webkit-filter: grayscale(100%);
	/* For Webkit browsers */
	-webkit-transition: .5s ease-in-out;
	/* For Webkit browsers */
	-moz-filter: grayscale(100%);
	/* For Firefox */
	-moz-transition: .5s ease-in-out;
	/* For Firefox */
	-o-filter: grayscale(100%);
	-o-transition: .5s ease-in-out;
}

.allstream_cta_img img {
	float: left;
}

.allstream_cta_img:hover {
	-webkit-filter: grayscale(0%);
	/* For Webkit browsers */
	-webkit-transition: .5s ease-in-out;
	/* For Webkit browsers */
	-moz-filter: grayscale(0%);
	/* For Firefox */
	-moz-transition: .5s ease-in-out;
	/* For FireFox */
	-o-filter: grayscale(0%);
	-o-transition: .5s ease-in-out;
}

.allstream_cta_text {
	display: block;
	text-align: center;
}

#home-ctas {
	background: transparent url(res/img/blue-tile.png);
	min-height: 30px;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-top: 20px;
}

#home-ctas .allstream_cta {
	margin-bottom: 0em;
	width: 18%;
	padding-left: 0;
	padding-right: 5%;
	display: inline-block;
	vertical-align: top;
}

#home-ctas .allstream_cta span {
	display: block;
}

#home-ctas .allstream_cta_text {
	color: #fff;
}

.our-team {
	background-color: #9dbee3;
}

.our-team.panel-row-style>.panel-grid-cell>div {
	margin-bottom: 0em;
	width: 25%;
	padding-left: 0;
	padding-right: 5%;
	display: inline-block;
	vertical-align: top;
}

.our-team.panel-row-style .allstream_cta .panel-grid-cell {
	padding: 0;
	margin: 0;
}

.our-team.panel-row-style .allstream_cta div {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.our-team.panel-row-style .allstream_cta .allstream_cta_img a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.our-team.panel-row-style .allstream_cta .allstream_cta_img:after {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.our-team.panel-row-style .allstream_cta .allstream_cta_img a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, .6);
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, .6);
}

.our-team.panel-row-style .allstream_cta .allstream_cta_img .allstream_cta_img img {
	float: left;
}

.our-team.panel-row-style .allstream_cta .widget_text {
	display: block;
}

.our-team.panel-row-style .allstream_cta .allstream_cta_text .textwidget p {
	margin: 0;
	font-size: 0.9em;
	color: #fff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
	padding-bottom: 1.0em;
	border-bottom: 1px solid #9dbee3;
}

.hentry:last-child {
	border-bottom: 0px none;
}

.single .hentry {
	margin: 0 0 1.5em;
	padding-bottom: 1.0em;
	border-bottom: 0px none;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content {
	margin: 0;
}

.entry-footer {
	font-size: 0.9em;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#content-pane-wrap #content-pane {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
}

#home-intro-panel {
	padding-left: 40px;
	padding-right: 40px;
}

#home-intro-panel #page-info {
	max-height: none;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
	margin-top: 2.0em;
	border: 1px solid #6c8fb5;
	background-color: #9dbee3;
	padding: 1.25em;
}

h2.comments-title,
h3#reply-title {
	color: #404040 ! important;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## SiteOrigin Page Builder
--------------------------------------------------------------*/

.siteorigin-panels #content-pane-wrap #content-pane .panel-layout>.panel-no-style:first-child {
	padding-top: 40px;
}

.siteorigin-panels #content-pane-wrap #content-pane {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.panel-grid {
	margin-bottom: 0px;
}

.panel-grid>div {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.hub-row {
	padding-top: 3em ! important;
	padding-bottom: 3em ! important;
}

.hub-entry {
	margin-top: 20px;
}

.hub-entry p {
	margin: 0;
	padding: 0;
}

.hub-entry a {
	text-decoration: none;
	font-size: 1.1em;
	color: #f4911e;
	font-weight: bold;
}

.home-slider .sow-slider-base .sow-slide-nav {
	top: 75%;
}

.sow-image-container {
	padding-top: 0.5em;
}

.sow-slider-base .sow-slider-pagination li a {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.widget_sow-layout-slider .home-slide-text {
	width: 100%;
	display: table;
	height: 150px;
	max-height: 150px;
	overflow: hidden;
}

.widget_sow-layout-slider .home-slide-text>div {
	display: table-cell;
	vertical-align: bottom;
}

.widget_sow-layout-slider .home-slide-text p {
	line-height: 100%;
	font-size: 3.5vw ! important;
	margin-bottom: 10px ! important;
	margin-top: 0 ! important;
}

.widget_sow-layout-slider .home-slide-image {
	width: 100%;
	display: table;
}

.widget_sow-layout-slider .home-slide-image>div {
	display: table-cell;
	vertical-align: top;
	height: 275px;
	max-height: 275px;
	overflow: hidden;
}

.widget_sow-layout-slider .home-slide-image>div>div img {
	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;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}




/*--------------------------------------------------------------
# Responsive Overrides
--------------------------------------------------------------*/


@media only screen and (max-width : 1800px) {
	#home-ctas .allstream_cta {
		width: 19%;
	}
}

@media only screen and (max-width : 1700px) {
	#home-ctas .allstream_cta {
		width: 20%;
	}
}

@media only screen and (max-width : 1600px) {
	#home-ctas .allstream_cta {
		width: 21%;
	}
}

@media only screen and (max-width : 1500px) {
	#home-ctas .allstream_cta {
		width: 22%;
	}

	.widget_sow-layout-slider .home-slide-text {
		height: 210px;
		max-height: 210px;
	}

	.widget_sow-layout-slider .home-slide-image>div {
		height: 215px;
		max-height: 215px;
	}
}

@media only screen and (max-width : 1400px) {
	#home-ctas .allstream_cta {
		width: 23%;
	}
}

@media only screen and (max-width : 1200px) {
	#home-ctas .allstream_cta {
		width: 24%;
	}

	.widget_sow-layout-slider .home-slide-text {
		height: 255px;
		max-height: 255px;
	}

	.widget_sow-layout-slider .home-slide-image>div {
		height: 170px;
		max-height: 170px;
	}

	#home-ctas .allstream_cta {
		width: 25%;
	}
}

@media only screen and (max-width : 1005px) {
	#masthead {
		position: relative;
	}

	a#burger {
		display: block;
		height: 40px;
		cursor: pointer;
		position: absolute;
		top: 50%;
		right: 40px;
		margin-top: -18px;
	}

	a#burger img {
		width: auto;
		height: 40px;
	}

	#search-box,
	.fr #search-box {
		position: absolute;
		right: 125px;
		top: 50%;
		margin-top: -39px;
		width: 127px;
	}

	#masthead .search-form label input.search-input {
		width: 125px;
		margin-right: 29px;
	}

	#site-branding {
		position: absolute;
		left: 40px;
	}

	#site-navigation ul li:after {
		content: "";
	}

	ul#primary-menu {
		display: none;
		z-index: 200;
		position: absolute;
		right: 40px;
		top: 64px;
		background-color: #fafafa;
		background-image: none;
		margin: 0;
		margin-top: -3px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 3px;
		padding-bottom: 0;
		list-style-type: none;
		border: 1px solid #283c91;
	}

	ul#primary-menu li {
		display: block;
		margin: 0;
		padding: 2px 7px;
		font-size: 0.9em;
		width: 209px;
		text-align: left;
		margin-bottom: 3px;
	}

	#page-info {
		width: 45%;
	}
}

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

	/* #footer {padding-left: 40px; padding-right: 40px; padding-top: 40px; padding-bottom: 40px;}
	#std_footer {display: block;} */
	#fulladdress {
		font-size: 0.8em;
	}

	#social-nav {
		display: block;
	}

	/* #footer-nav {padding-top: 10px; padding-bottom: 10px;}
	#footer-content {display: block; width: 100%; padding-right: 0px;} */
	/* TITAN/SHAHID NOTE: White box behind subtitles in mobile view */
	#page-info {
		background: transparent url(res/img/white-tile.png);
		padding: 10px 3%;
	}

	.panel-grid>div {
		padding-left: 40px ! important;
		padding-right: 40px ! important;
	}

	.panel-grid>div.hub-row,
	.our-team .panel-grid>div {
		padding-left: 0px ! important;
		padding-right: 0px ! important;
	}

	.home #page-info {
		width: auto;
		text-shadow: 0px 0px 11px rgba(255, 255, 255, 1);
	}

	.home #home-intro-panel {
		background-color: #ffffff;
	}

	.home #home-intro-panel h1 {
		margin-top: 0;
		padding-top: 1.0em;
	}

	.home-slider .sow-slider-image-wrapper {
		padding-left: 20px ! important;
		padding-right: 20px ! important;
	}

	.home-slider ul.sow-slider-images {
		padding-left: 0 ! important;
		padding-right: 0 ! important;
	}

	#home-content .panel-row-style-for-3427-0 {
		padding-left: 5px ! important;
		padding-right: 5px ! important;
	}

	body.home.custom-background {
		background-position-x: 100% ! important;
		background-size: auto 820px ! important;
	}
}

@media only screen and (max-width : 670px) {
	body.custom-background {
		background-position-x: -1260px ! important;
	}

	body.home.custom-background {
		background-position-x: 100% ! important;
		background-size: auto 618px ! important;
	}

	#page-info {
		width: auto;
	}

	.home #page-info,
	.home h1.mainhead {
		margin-left: 0;
		margin-right: 0;
	}

	.widget_sow-layout-slider .home-slide-text p {
		font-size: 6.5vw ! important;
	}

	/* #content-pane-wrap #content-pane {padding: 20px 40px;} */
	#content-pane-wrap.withsidebar {
		float: none;
		margin-right: 0px;
	}

	#content-pane-wrap.withsidebar #content-pane {
		margin-right: 0px;
	}

	#multi-sidebar {
		float: none;
		width: 100%;
		padding: 5px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: -50px;
		margin-top: 50px;
	}

	.allstream_ctas {
		padding-top: 1.0em;
		padding-bottom: 0.5em;
	}

	.allstream_cta {
		margin-bottom: 1.0em;
		width: 40%;
		margin-left: 5%;
		margin-right: 5%;
		padding-left: 0;
		padding-right: 0;
		display: inline-block;
		vertical-align: top;
	}

	.our-team .allstream_cta {
		margin-top: 1.0em;
		width: auto;
	}

	.hub-row {
		padding: 0px ! important;
		margin: 0px ! important;
		text-shadow: 0px 0px 11px rgba(255, 255, 255, 1);
	}

	.hub-row>.panel-grid-cell {
		background-image: url(res/img/white-tile.png);
		background-repeat: repeat;
		padding: 20px 40px ! important;
	}

	#home-ctas {
		background: #9DBEE3 none;
	}

	#home-ctas .allstream_cta {
		margin-bottom: 1.0em;
		width: 30%;
		margin-left: 10%;
		margin-right: 10%;
		padding-left: 0;
		padding-right: 0;
		display: inline-block;
		vertical-align: top;
	}

	.siteorigin-panels #content-pane-wrap #content-pane .panel-layout>.panel-no-style:first-child {
		padding-top: 0px;
	}
}

@media only screen and (max-width : 600px) {
	body.home.custom-background {
		background-position-x: 100% ! important;
	}

	#home-ctas {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 15px;
	}
}

@media only screen and (max-width : 520px) {
	body.home.custom-background {
		background-position-x: -300px ! important;
	}
}

@media only screen and (max-width : 480px) {
	body {
		font-size: 14px;
	}

	body.custom-background {
		background-position-x: -1360px ! important;
	}

	a#burger {
		right: 5px;
	}

	#search-box {
		right: 90px;
		top: 44px;
	}

	#site-branding {
		left: 5px;
	}

	ul#primary-menu {
		right: 5px;
	}

	h1.mainhead {
		margin-left: 8px;
		margin-right: 8px;
		margin-bottom: 8px;
		font-size: 32px !important;
		line-height: normal;
	}

	#page-info {
		margin-left: 8px;
		margin-right: 8px;
		padding-left: 8px ! important;
		padding-right: 8px ! important;
		padding-top: 0px ! important;
		padding-bottom: 0px ! important;
		text-shadow: 0px 0px 11px rgba(255, 255, 255, 1);
	}

	#backlink {
		display: none;
		color: #fff;
	}

	#backlink-pipe {
		display: none;
	}

	#backlinkli {
		display: block;
	}

	#section-nav {
		text-align: left;
		display: block;
		float: right;
	}

	#content-pane-wrap #content-pane {
		padding: 8px 16px;
	}

	.hub-row>.panel-grid-cell {
		padding: 8px 16px ! important;
	}

	.widget_sow-layout-slider .home-slide-text p {
		font-size: 9.5vw ! important;
	}


	#home-intro-panel {
		padding-left: 20px;
		padding-right: 20px;
	}

	.our-team.panel-row-style>.panel-grid-cell>div {
		width: 50%;
	}

	.allstream_cta {
		width: auto;
		margin-left: 5%;
		margin-right: 5%;
	}

	/* #footer .wpml-ls-statics-footer {position: relative; right: 0px; top: 0px; display: block; margin-top: 10px ! important; text-align: left;}
	.panel-grid > div {padding-left: 8px ! important; padding-right: 8px ! important;}
	#footer .wpml-ls-statics-footer ul {width: 100%;}
	#footer .wpml-ls-statics-footer ul li {width: 100%; text-align: left;}
	#footer .street-address,
	#footer .email{/*display: block;*/
}

*/
}

@media only screen and (max-width : 420px) {
	body.home.custom-background {
		background-position-x: -200px ! important;
	}
}

@media only screen and (max-width : 400px) {
	#search-box {
		display: none;
	}

	#home-ctas {
		font-size: 0.9em;
	}

	#home-ctas .allstream_cta {
		width: 40%;
		margin-left: 5%;
		margin-right: 5%;
	}

	.widget_sow-layout-slider .home-slide-text {
		height: 290px;
		max-height: 290px;
	}

	.widget_sow-layout-slider .home-slide-image>div {
		height: 135px;
		max-height: 135px;
	}
}

@media only screen and (max-width : 321px) {
	body.custom-background {
		background-position-x: -1400px !important;
	}

	.widget_sow-layout-slider .home-slide-text p {
		font-size: 12.5vw !important;
	}
}

/*

I commented this out because it was causing layout issues in the header on some pages

body[data-elementor-device-mode="desktop"] #site-navigation {
    padding-bottom: 36px;
}

body[data-elementor-device-mode="desktop"] div#search-box {
    padding-bottom: 33px;
}

body[data-elementor-device-mode="desktop"] .expertif-blog a img {
    margin-bottom: 0;
} */

body.page-id-7543 {
	background-image: none !important;
}

div.bx-wrapper span.headline {
	position: relative !important;
}

div.bx-wrapper .bx-viewport li {
	padding-top: 5px;
	margin-right: 1px;
}

div.bx-wrapper .bx-viewport li a {
	pointer-events: auto !important;
}

div.bx-wrapper .bx-viewport li>div {
	visibility: visible !important;
}

div.bx-wrapper .bx-viewport li>div .attachment-post-thumbnail {
	display: none !important;
}

div.bx-wrapper .bx-viewport li>div .webfeedsFeaturedVisual {
	/*float:right;*/
	width: 640px !important;
}

main div#primary h1,
main div#primary h1 span,
h1.mainhead {
	font-family: "Montserrat", Sans-serif !important;
	font-size: 47px;
	font-weight: 700 !important;
	color: #292929;
}

h1.mainhead {
	color: #fa8f25 !important;
}

/*main div#primary h2{font-family: "Montserrat",Sans-serif !important;font-size: 47px !important;font-weight:700 !important;color:#61aee1;}*/

h2,
h2>span {
	font-weight: 800 !important;
	font-size: 2em;
}

main div#primary h3 {
	font-family: "Montserrat", Sans-serif !important;
	font-size: 35px !important;
	font-weight: 700 !important;
}

main div#primary p {
	font-family: "Montserrat", Sans-serif !important;
	font-weight: 400 !important;
	color: #292929;
	font-size: 25px !important;
}

a.cta_button,
a.cta_button p {
	color: #fff !important;
	text-align: center !important;
}

main div#page-info {
	visibility: hidden !important;
}

a.cta_button {
	padding: 12px 30px !important;
}

rs-layer a.cta_button {
	padding: 22px 30px !important;
}

.new-talkall p>strong>span {
	font-weight: 600 !important;
}

body.elementor-page-9046 {
	background-image: none !important;
}

a.email {
	font-weight: 800 !important
}

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

	main div#primary h1,
	main div#primary h1 span {
		font-size: 25px !important;
	}

	a.cta_button {
		padding: 4px 30px !important;
	}

	rs-layer a.cta_button {
		padding: 12px 30px !important;
	}

	body,
	body span,
	body p,
	main div#primary p {
		font-size: 18px !important;
	}

	h2,
	h2>span {
		font-size: 26px !important;
	}

	div#fulladdress br {}
}

.page-subtitle {
	margin-top: -15px;
	margin-left: 90px;
	margin-right: 90px;
	color: #383939;
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 700 !important;
}

@media screen and (max-width: 480px) {
	.page-subtitle {
		margin-top: 10px;
		font-size: 16px !important;
		margin-left: 40px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
}

/*--------------------------------------------------------------
## SPR Footer
--------------------------------------------------------------*/

/* BEGIN Page Footer Styles */

#footer-widget-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: stretch;
	max-width: 1220px;
	margin-right: auto;
	margin-left: auto;
}

.footer-widget {
	margin: 20px;
	flex: 1 1 220px;
	font-size: 14px;
}

.footer-widget ul li {
	border-bottom: 1px dotted #505050;
	padding-bottom: 8px;
	padding-top: 10px;
	line-height: normal;
}

.footer-widget ul {
	margin-bottom: 30px;
}

.footer-widget p,
.footer-widget {
	color: #f4f4f4;
}

.footer-widget a {
	color: #f4f4f4;
}

.footer-widget a:hover {
	color: #F58021;
}

.footer-widget a {
	text-decoration: none;
}

h3.widget-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: lightgray;
}

.footer-widget .widget-title {
	border-bottom: 1px solid gray;
	padding-bottom: 8px;
	margin-bottom: 10px;
	margin-top: 30px;
}

#main-footer {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #fafafa;
	margin-top: 0px;
	z-index: 2;
	position: relative;
}

.footer-widget .cover {
	max-height: 130px;
	margin-right: 10px;
}

#footer-widget-wrapper {
	background-color: #333333;
	padding-top: 0px;
	padding-bottom: 15px;
	border-top: 6px solid black;
	margin-top: 0px;
}

.footer-follow-icons .fa {
	padding-right: 4px;
}

.footer-follow-icons .fa:hover {
	color: #e7e7e7;
}

.timeline {
	max-width: 520px;
	margin-bottom: 10px;
	background-color: transparent !important;
	border-radius: 5px;
}

#copyright {
	padding: 10px;
	background-color: white;
	color: gray;
	text-align: center;
	font-size: 90%;
}

#main-footer ul {
	list-style: none;
	padding-left: 0;
}

.footer-widget-social-list li {
	display: flex;
	align-items: center;
}

.footer-widget-social-list i {
	margin-right: 8px;
}

#main-footer .wpml-ls-legacy-list-horizontal {
	display: none !important;
}

#blog-wrap {
	max-width: 1256px;
	margin-right: auto;
	margin-left: auto;
}

#blog-wrap h2 {
	font-size: 24px;
	line-height: normal;
	margin-bottom: 5px;
}

#blog-wrap h2 a {
	text-decoration: none;
}

/* Success Stories Styles */
#success-story-wrap {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

#success-story-wrap p {
	font-family: "Montserrat" !important;
}

#success-story-wrap h1 {
	font-weight: 700 !important;
}

#success-story-wrap a {
	color: #F49030;
}

@media screen and (max-width: 800px) {
	#success-story-wrap h1 {
		font-size: 38px !important;
	}

	#success-story-wrap {
		margin-right: 20px;
		margin-left: 20px;
	}
}

#success-story-wrap h2 {
	color: #F49030 !important;
	font-weight: 700 !important;
	margin-bottom: 0px;
	line-height: normal;
	margin-top: 20px;
}

#success-story-wrap h3 {
	color: #61ADE1;
	margin-top: 30px;
	margin-bottom: 5px;
	line-height: normal;
}

.success-story-title-area {
	width: 100%;
	height: 100%;
}

.company-logo {
	max-height: 100px;
	width: auto;
	float: left;
	margin-left: 90px;
	margin-bottom: 20px;
}

.success-story-label {
	font-weight: bold;
	margin-right: 90px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: right;
}

.success-story-label a {
	text-decoration: none;
}

.mainhead.success-story-main {
	color: #61ADE1 !important;
	clear: none;
	text-align: right;
	margin-right: 90px;
}

@media screen and (max-width: 1000px) {
	.mainhead.success-story-main {
		text-align: left;
		/* margin-left: 90px; */
		margin-right: 0px;
	}

	.success-story-label {
		text-align: left;
		margin-right: 0;
		margin-left: 90px;
	}
}

.success-story-meta {
	font-size: 18px;
	margin-top: 0px;
}

.success-story-meta a {
	text-decoration: none;
	color: black !important;
}

.success-story-meta-label {
	font-weight: bold;
}

.success-buttons-wrap {
	display: flex;
	margin-top: 40px;
	flex-wrap: wrap;
}

.success-button {
	/* width: 190px;
    height: 190px; */
	padding: 16px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-color: #61ADE1;
	margin-right: 40px;
	margin-bottom: 25px;
	position: relative;
	border-radius: 5px;
	width: 310px;
	text-align: center;
}

.success-button:hover {
	opacity: 80%;
}

.success-button a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.success-story-footer {
	padding: 10px;
	margin-bottom: 30px;
}

.success-sales-button {
	background-color: #F49031;
	margin-right: 0px;
}

.success-story-share-label {
	margin-bottom: 10px;
	color: #F49031;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 1.17em;
	margin-top: 0px;
}

.success-stories-archive-wrap {
	max-width: 1200px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: 200px 1fr;
	grid-gap: 20px;
	padding: 20px;
}

.taxonomy-wrap {
	grid-template-columns: 1fr;
}

.success-stories-taxonomy-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
}

@media screen and (max-width: 1000px) {
	.success-stories-taxonomy-grid {
		grid-template-columns: 1fr;
	}
}

.taxonomy-emphasis {
	color: gray;
	font-weight: 500;
	font-style: normal;
}

.success-stories-grid-item {
	max-width: 430px;
	/* height: 520px; */
	padding: 20px;
	margin: 0 20px 20px 20px;
}

.success-stories-grid-item h2,
.success-stories-taxonomy-grid-item h2 {
	color: #61ADE1;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: normal;
}

.success-stories-grid-item h2 a,
.success-stories-taxonomy-grid-item h2 a {
	text-decoration: none;
}

.success-stories-grid-item p,
.success-stories-taxonomy-grid-item p {
	margin-top: 5px;
}

.success-stories-grid-image {
	background-color: lightgray;
	width: 100%;
	height: 260px;
	background-position: center center;
	background-size: cover;
	border-radius: 80px 0px 0px 0px;
	position: relative;
}

.success-stories-grid-image a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.success-stories-grid-image:hover {
	opacity: 80%;
}

.success-story-3col {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.success-story-3col h3 {
	color: #F49030 !important;
	font-size: 1.25em;
	border-bottom: 2px solid #e7e7e7;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	padding-bottom: 10px !important;
}

@media screen and (max-width: 1000px) {
	.success-story-3col {
		grid-template-columns: 1fr;
	}
}

.filter-container ul {
	list-style-type: none;
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 0px;
}

.filter-container ul li a {
	text-decoration: none;
}

.filter-container ul li.active a {
	font-weight: bold;
	color: #F49031;
}

.success-pullquote {
	margin-left: 50px;
	margin-right: 50px;
}

.success-story-promo-text {
	margin-left: 50px;
	margin-right: 50px;
}
.success-story-promo-text h2 {
    font-size: 22px!important;
    margin-top: 30px;
    color: #60ACE1!important;
}
.success-story-promo-text h3 {
    font-size: 28px !important;
    color: black!important;
    margin-bottom: 0px;
    line-height: normal!important;
}
.success-story-promo-img {
    min-height: 200px;
}
@media screen and (max-width: 1000px) {
	.company-logo {
		display: none;
	}

	.success-stories-archive-wrap {
		grid-template-columns: 1fr;
	}

	.success-stories-grid-item {
		max-width: 430px;
		padding: 0px;
		margin: 20px 0px;
	}

	.success-pullquote {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	.success-story-promo-text {
		margin-left: 40px !important;
        margin-right: 20px !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .success-story-promo-text h2 {
    	font-size: 16px !important;
    }

    .success-story-promo-text h3 {
    	font-size: 18px !important;
    	color: black !important;
    	margin-bottom: 0px;
    }
}

@media screen and (max-width: 480px) {
	.success-story-label {
		margin-left: 40px;
	}
}

.custom-contact p {
	font-size: 20px !important;
	line-height: normal;
}

.custom-contact .blue-underline {
	color: #60ACE0;
	text-decoration: underline !important;
}

.custom-contact h3 {
	color: gray !important;
	font-size: 28px;
	margin-bottom: 0px !important;
}

.custom-contact h2 {
	color: #60ACE0;
}

.custom-contact h2 a {
	color: #F49030 !important;
	margin-bottom: 0px !important;
}

.custom-contact .phone-availability {
	font-size: 18px !important;
	margin-top: 0px !important;
}

#breadcrumbs {
	font-size: 14px;
	margin-left: 90px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: "Montserrat";
}

@media screen and (max-width: 1000px) {
	#breadcrumbs {
		display: none;
	}
}

/* Sales in header */

#sales-number-container {
	width: auto;
	float: right;
	display: flex;
	align-items: center;
	justify-content: right;
	padding-right: 40px;
	margin-top: 10px;
	z-index: 99999;
}

.sales-number-link {
	color: #F5902F;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.sales-hours {
	font-size: small;
	font-style: normal;
}

@media screen and (max-width: 1000px) {
	#sales-number-container {
		background-color: #e7e7e7;
		/* width: 100%; */
		/* display: block; */
		padding-right: 5px;
		padding-left: 5px;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		justify-content: center;
		/* width: 480px; */
		float: none;
		margin-top: 0px;
	}

	.custom-logo {
		margin-top: 0px;
	}

	.sales-number-link {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (max-width: 360px) {
	.english-sales-hours {
		display: block;
		clear: both;
		padding-left: 30px;
	}

	.english-sales-sep {
		display: none;
	}

	.french-sales-hours {
		display: block;
		clear: both;
		padding-left: 40px;
	}
}
