/*!
Theme Name: Toole Design
Theme URI: http://tooledesign.com/
Author: Jesse Sutherland
Author URI: http://jessesutherland.com
Description: A custom theme made for Toole Design
Version: 1.0.0

/*
@media (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 1200px) {

}
*/


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

.hentry {
	margin: 0;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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.33%;
}

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Slick Slider Default Styles
--------------------------------------------------------------*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #df2927;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: #333;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}






a.add-arrow-link {
	position: relative;
}
a.add-arrow-link:after {
	content: "";
    display: inline-block;
    width: 1em;
    height: 1.2em;
    background: url("../svg/arrow-right-red.svg") center center no-repeat;
    background-size: .7em .7em;
    vertical-align: text-bottom;
}
a.add-arrow-link:hover:after {
	background: url("../svg/arrow-right-gray.svg") center center no-repeat;
    background-size: .7em .7em;
}









/*--------------------------------------------------------------
## Global Styles
--------------------------------------------------------------*/
body {
	font-family: 'Roboto', sans-serif;
	color:#606161;
	font-size:17px;
	font-weight: 300;
	line-height: 1.8;
}
body:after{
	display:none;
	content: url("../svg/arrow-right-gray.svg") url("../svg/arrow-right-red.svg");
}
* {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,blockquote {
	margin-bottom:20px;
}
h1 {
	font-size:34px;
    line-height: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Archivo', sans-serif;
	letter-spacing: .1em;
}
h2 {
	font-size:28px;
    line-height: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Archivo', sans-serif;
	letter-spacing: .1em;
}
h3 {
	font-size:19px;
	line-height: 1.2em;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .05em;
	margin-bottom:30px;
}
h4 {
	font-size:18px;
    line-height: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Archivo', sans-serif;
	letter-spacing: .2em;
}
h5 {
	font-size:17px;
    line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Archivo', sans-serif;
	letter-spacing: .2em;
}

h1.bottom-accent-line,
h2.bottom-accent-line, 
h3.bottom-accent-line, 
h4.bottom-accent-line {
	margin-bottom:40px;
	position: relative;
}
h1.bottom-accent-line:after,
h2.bottom-accent-line:after, 
h3.bottom-accent-line:after, 
h4.bottom-accent-line:after {
	content:"";
	width:60px;
	height:2px;
	background:#55585b;
	position: absolute;
	bottom:-19px;
	left:0px;
}
.text-color-red {
    color:#df2927;
}


.container-fluid {
	padding-left:60px;
	padding-right:60px;
}
.container-fluid .container-fluid {
	padding-left:15px;
	padding-right:15px;
}
@media (max-width: 767px) {
	.container-fluid {
		padding-left:20px;
		padding-right:20px;
	}
	.container-fluid .container-fluid {
		padding-left:15px;
		padding-right:15px;
	}
	body {
		font-size:15px;
		line-height: 1.6;
	}
	h1 {
		font-size:30px;
		line-height: 1.2em;
	}
	h2 {
		font-size:22px;
		line-height: 1.2em;
	}
	h3 {
		font-size:16px;
		line-height: 1.2em;
	}
	h4 {
		font-size:15px;
		line-height: 1.2em;
	}
	h5 {
		font-size:15px;
		line-height: 1.2em;
	}
}
@media (min-width: 1200px) {
	.container-fluid {
		padding-left:120px;
		padding-right:120px;
	}
	.container-fluid .container-fluid {
		padding-left:15px;
		padding-right:15px;
	}
}


.site-main img {
	max-width: 100%;
	height:auto;
}

.text-grey {
	color:#1f1f1f;
}


.bg-white {
	background-color:#FFF;
}
.bg-red {
	background-color:#df2927;
	color:#FFF;
}
.bg-grey, .bg-mdgray {
	background-color:#55585a;
	color:#FFF;
}
.bg-lt-grey, .bg-ltgray {
	background-color:#f0efef;
}
.bg-image, .bg-image-parallax, .bg-image-overlay {
	color:#FFF;
}
.bg-image, .bg-image-overlay {
	background-position: center center;
	background-size:cover;
}
.height-tall {

}
.height-full {
	height:calc(100vh - 103px);
}
.admin-bar .height-full {
	height:calc(100vh - 125px - 32px);
}

.inside-padding.height-extra-padding {
	padding-top:80px;
	padding-bottom:80px;
}
@media (max-width: 767px) {
	.height-full {
		height:100vw;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.admin-bar .height-full {
		height:calc(100vh - 115px);
	}
}
@media (min-width: 1400px) {
	.admin-bar .height-full {
		height:calc(100vh - 125px);
	}
}

/*--------------------------------------------------------------
## Site Header
--------------------------------------------------------------*/
.site-header {
	background:#df2927;
}
.site-header .navbar {
	padding-left:0px;
	padding-right:0px;
}
.admin-bar .site-header {
	top:32px;
}
.header-top-text {
	text-align: center;
	background:#f3f3f3;
	padding:4px;
	font-weight: bold;
	letter-spacing: .05em;
}
.site-header .navbar-brand {
	padding:12px 0px 12px;
}
.navbar-brand img {
	width: 100px;
    height: 36px;
}
body {
	padding-top:76px;
}
.site-header .navbar-nav {
	margin-top:0px;
}
.navbar-nav li {
	margin-left:0px;
	position: relative;
	font-family: 'Archivo', sans-serif;
	text-transform: uppercase;
	font-size:12px;
	letter-spacing: .3em;
	line-height: 1.5;
}
.navbar-nav li a {
	display: block;
	overflow: hidden;
	position: relative;
	padding:3px 24px;
	color:#FFF;
	font-weight: 700;
	transition: all 200ms ease;
}
.navbar-nav li:after {
	content:"";
	position: absolute;
	top:0px;
	right:-1px;
	width:1px;
	height:24px;
	background:#FFF;
}
.site-header .navbar-nav li:not(.open-search) a:before {
	content:"";
	position: absolute;
	top:0px;
	left:-1px;
	bottom:0px;
	right:-1px;
	background:#FFF;
	z-index:-1;
	transform:translateX(-100%);
	-webkit-transition: transform 150ms ease-in-out;
    -moz-transition: transform 150ms ease-in-out;
    -o-transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
}
.site-header .navbar-nav li a:focus {
	outline:0;
}
.site-header .navbar-nav li:not(.open-search) a:hover,
.site-header .navbar-nav li:not(.open-search) a:focus {
	color:#df2927;
}
.site-header .navbar-nav li:not(.open-search) a:hover:before,
.site-header .navbar-nav li:not(.open-search) a:focus:before {
	transform:translateX(0);
}

.site-footer .navbar-nav li {
	-webkit-box-flex: 1!important;
	-webkit-flex: 1 1 auto!important;
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important;
    margin:0px;
    text-align: center;
}
.site-footer .navbar-nav li:after {
	display: none;
}
.site-footer .navbar-nav li a {
	color:#FFF;
	padding-left:0px;
	padding-right:0px;
}
.site-footer .navbar-nav li a:after {
	content: "";
    display: inline-block;
    width: 1em;
    height: 1.3em;
    background: url("../svg/arrow-right-white.svg") center center no-repeat;
    background-size: .8em .8em;
    vertical-align: text-bottom;
}
.site-footer .navbar-nav li a:hover:after {
	opacity: .5;
}
.site-footer .util-links a:after {
	content: "";
    display: inline-block;
    width: 1em;
    height: 1.3em;
    background: url("../svg/arrow-right-white.svg") center center no-repeat;
    background-size: .8em .8em;
    vertical-align: text-bottom;
}
.site-footer .util-links a:hover:after {
	opacity: .5;
}
.site-footer .util-links a:hover,
.site-footer .util-links a:focus {
	color:rgba(255,255,255,.5);
	text-decoration: none;	
}


.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li.hover a {
	color:rgba(255,255,255,.5);
	text-decoration: none;
}
.site-header .navbar-nav li.current-menu-item a {
	color:#df2927;
	background-color:#FFF;
}

.navbar-nav li .sub-menu {
	display:none;
	background:rgba(0,0,0,.8);
	color:#FFF;
	padding:15px 10px;
	list-style: none;
	margin:0px;
}
.navbar-nav li .sub-menu li {
	margin:0px;
}
.navbar-nav li .sub-menu li a {
	color:#bbb;
	font-weight: 400;
	line-height: 1.2em;
}
.navbar-nav li .sub-menu li a:hover,
.navbar-nav li .sub-menu li a:focus {
	color:#FFF;
	text-decoration: none;
}
.navbar-nav li.open-search {
	margin-left:16px;
}
.site-header .navbar-nav li:nth-last-child(2):after {
	display: none;
}
.navbar-nav li.open-search:after {
	display: none;
}
.navbar-nav li.open-search a {
	width: 24px;
    height: 24px;
	padding:0px;
	display: block;
	background:url("../svg/search-white.svg") center center no-repeat;
	background-size:22px 22px;
	text-indent: -999px;
	overflow: hidden;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.navbar-nav li.open-search a:hover,
.navbar-nav li.open-search a:focus {
	opacity:.5;
}
.navbar-nav li.open-search a.opened {
	background:url("../svg/icon-close-white.svg") center center no-repeat;
	background-size:19px 19px;
}


.site-header .navbar-toggler {
	background:none;
	padding: 6px 8px;
	border-radius: 0px;
	border:0px;
}
.site-header .navbar-toggler:focus {
	outline:0;
}
.site-header .navbar-toggler .icon-bar {
    display: block;
    width: 24px;
    height: 2px;
	border-radius: 1px;
	background-color:#FFF;
	transition: all 0.5s ease;
}
.site-header .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 6px;
}
.site-header .navbar-toggler.open .icon-bar:nth-child(1) {
    -ms-transform: rotate(45deg) translate(5.5px, 5.5px);
    -webkit-transform: rotate(45deg) translate(5.5px, 5.5px);
    transform: rotate(45deg) translate(5.5px, 5.5px);
    transition: all 0.5s ease;
}
.site-header .navbar-toggler.open .icon-bar:nth-child(2) {
    opacity: 0;
    transition: all 0.5s ease;
}
.site-header .navbar-toggler.open .icon-bar:nth-child(3) {
    -ms-transform: rotate(-45deg) translate(5.5px, -5.5px);
    -webkit-transform: rotate(-45deg) translate(5.5px, -5.5px);
    transform: rotate(-45deg) translate(5.5px, -5.5px);
    transition: all 0.5s ease;
}
.site-header .search-form {
	display:none;
	position: absolute;
	top:100%;
	right: 0px;
    left: 0px;
	padding:20px 30px;
	background:rgba(223,41,39,.8);
	color:#FFF;
}
.site-header .search-form label {
	margin:0px;
	width:100%;
}
.site-header .search-form .search-field {
	border: 0px;
    padding: 8px 0px;
	font-size: 22px;
	height:60px;
	width:100%;
	background:transparent;
	text-transform: uppercase;
	color:#FFF;
	letter-spacing: .2em;
}
.site-header .search-form .search-field:focus {
	outline:0;
}
.site-header .search-form .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:rgba(255,255,255,.7);
}
.site-header .search-form .search-field::-moz-placeholder { /* Firefox 19+ */
	color:rgba(255,255,255,.7);
}
.site-header .search-form .search-field:-ms-input-placeholder { /* IE 10+ */
	color:rgba(255,255,255,.7);
}
.site-header .search-form .search-field:-moz-placeholder { /* Firefox 18- */
	color:rgba(255,255,255,.7);
}
.site-header .search-form .search-submit {
	border:0px;
	padding:0px;
	width:60px;
	height:60px;
	background:url("../svg/search-white.svg") center center no-repeat;
	background-size:40px 40px;
	text-indent: -999px;
	overflow: hidden;
}
.site-header .search-form .search-submit:hover,
.site-header .search-form .search-submit:focus {
	opacity: .5;
}

@media (min-width: 991px) {
	.site-header .navbar-nav li .sub-menu {
		display:none;
		position: absolute;
		top:55px;
		left:-10px;
		padding:15px 10px;
		margin:0px;
		width: 220px;
	}
	.site-header .navbar-nav li:hover .sub-menu,
	.site-header .navbar-nav li.hover .sub-menu {
		display:block;
	}
	.site-header .navbar-nav li .sub-menu:before {
		content:"";
		width:100%;
		height:28px;
		position: absolute;
		top:-28px;
		left:0px;
	}
}
@media (max-width: 991px) {
	.navbar-brand img {
		width: 86px;
    	height: 30px;
	}
	.site-header .navbar-brand {
		padding:1px 0px 6px;
	}
	body {
		padding-top:56px;
	}
	.header-top-text {
		font-size:12px;
		padding:3px;
	}
	.header-top-text .contact-text {
		display: none;
	}
	.site-header .navbar-collapse {
		position: fixed;
		top: 56px;
		left: 0px;
		right: 0px;
		bottom:0px;
		background:#df2927;
		padding: 0px;
	}
	.site-header .navbar-nav {
		padding-top:20px;
	}
	.site-header .navbar-nav li  {
		margin:0px;
		font-size: 18px;
	}
	.site-header .navbar-nav li:after {
		display: none;
	}
	.site-header .navbar-nav li a {
		position: relative;
	}
	.site-header .navbar-nav li a:after {
		content: "";
		display: block;
		position: absolute;
		right:26px;
		top:50%;
		width: 1em;
		height: 1em;
		background: url("../svg/arrow-right-white.svg") center center no-repeat;
		background-size: .7em .7em;
		margin-top:-.5em;
	}
	.site-header .navbar-nav li a:hover:after,
	.site-header .navbar-nav li a:focus:after,
	.site-header .navbar-nav li.current-menu-item a:after {
		background-image: url("../svg/arrow-right-red.svg");
		background-position: center center;
		background-repeat:no-repeat; 
		background-size: .7em .7em;
	}
	.site-header .navbar-nav li .sub-menu {
	    padding: 10px;
	    margin: 0px 8px;
	}
	.site-header .navbar-nav li.menu-item-70 {
		margin:8px;
	}
	.site-header .navbar-nav li a {
		display: block;
		color:#FFF;
		padding: 15px 20px;
	}
	.site-header .navbar-nav li.menu-item-70 a {
		border-color:#FFF;
	}
	.site-header .navbar-nav li.open-search {
		display: none;
	}
	.site-header .navbar-toggler {
		margin-right:-8px;
	}
	.site-header .search-form {
		padding: 15px 20px;
		background:rgba(0,0,0,.3);
	}
	.site-header.show-search-mobile .search-form {
		bottom:0px;
		left:0px;
		right:0px;
		position:fixed;
		top: auto;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.site-header .search-form .search-field {
		padding: 0px;
		font-size: 18px;
		height: 32px;
	}
	.site-header .search-form .search-submit {
		padding: 0px;
		width: 32px;
		height: 32px;
		background-size: 18px 18px;
	}
}
@media screen and (max-width: 782px) {
	body #wpadminbar {
		position: fixed;
	}
	.admin-bar .site-header {
		top:46px;
	}
	.admin-bar .site-header .navbar-collapse {
		top: 103px;
	}
}

@media (min-width: 992px) and (max-width: 1159px) {
	.navbar-nav li a {
		padding:3px 12px;
	}
}
@media (min-width: 1200px) {
	.site-header .navbar-nav li .sub-menu {
		top:66px;
	}
	.menu-item-70 span {
		display: inline;
	}
	.site-header .search-form {
		padding-left:120px;
		padding-right:120px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.navbar-nav li a {
		padding-left:20px;
		padding-right:20px;
	}
}
@media (min-width: 1400px) {
	.navbar-nav li a {
		padding-left:30px;
		padding-right:30px;
	}
}
/* @media (min-width: 1200px) and (max-width: 1399px) {
	.site-header .navbar-nav li .sub-menu {
		top:61px;
	}
	.navbar-nav li {
		margin-left:6px;
	}
	.navbar-nav li a {
		padding-left:22px;
		padding-right:22px;
	}
	.site-header .search-form {
		padding-left:60px;
		padding-right:60px;
	}
} */


/*--------------------------------------------------------------
## Basic Component Styles
--------------------------------------------------------------*/
.component {
	position: relative;
}
.inside-padding {
	padding-top:40px;
	padding-bottom:40px;
}
/*
.component.width-thin .inside-padding {
	padding-left:15%;
	padding-right:15%;
}
.component.width-really-thin .inside-padding {
	padding-left: 25%;
    padding-right: 25%;
}
.component.no-padding .inside-padding {
	padding:30px 15px;
}
.component.no-padding .content-here {
	padding-left:30px;
	padding-right:30px;
}
*/
.text-above {
	margin-bottom:40px;
}
.text-below {
	margin-top:40px;
}
.inside-content-here ul {
	padding-left:20px;
}
.inside-content-here ul li {
	position: relative;
	margin-bottom:8px;
}
@media (max-width: 767px) {
	.inside-padding {
		padding-top:30px;
		padding-bottom:30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	/* .inside-padding {
		padding-top:30px;
		padding-bottom:30px;
	}
	.component.width-thin .inside-padding {
		padding:30px;
	}
	.component.width-really-thin .inside-padding {
		padding:30px;
	} */
}
@media (min-width: 768px) {
	.component .content-here>*:first-child, .component .inside-content-here>*:first-child {
		margin-top:0px;
	}
	.component .content-here>*:last-child, .component .inside-content-here>*:last-child {
		margin-bottom:0px;
	}
}


.component.textarea .container-fluid {
	position: relative;
	z-index:2;
}


/*--------------------------------------------------------------
## Slider Component
--------------------------------------------------------------*/
.component.slider {

}
.slides,
.slides .slide {
	/*height:45vw;*/
	height: 40vw;
}
.slides .slide {
	background-size:cover;
	color:#FFF;
	position: relative;
}
/* .component.slider .slides .slide .dark-overlay {
	background:#000;
	opacity: .5;
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	z-index: 3;
} */

.component.slider .slides .slide .slide-inside {
	position: absolute;
	width:100%;
/* 	top: 50%; */
	z-index: 4;
	height:100%;
/*
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
*/
	padding:0px 60px;
}
.component.slider .slides .slide .slide-inside .slide-text-area {
	padding-right:25%;
}
/*
.component.slider .slides .slide.text-position-left .slide-inside {
	padding-right:40%;
	text-align: left;
}
.component.slider .slides .slide.text-position-right .slide-inside {
	padding-left:40%;
	text-align: right;
}
.component.slider .slides .slide.text-position-center .slide-inside {
	padding-left:20%;
	padding-right:20%;
	text-align: center;
}
*/
.component.slider .slides .headline {
	font-size:3.2vw;
	margin:0px 0px 30px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 500;
}
.component.slider .slides .subheadline {
	font-size:3vw;
}
.component.slider .slides .btn-row {
	margin-top:3.2vw;
}
.component.slider .slides .slide .slide-inside .slider-text {
	font-size:16px;
	font-weight: 300;
	line-height: 1.7;
}
.slides .slick-dots {
	list-style:none;
	padding:0px;
	position: absolute;
	left:0px;
	width:100%;
	bottom:60px;
	line-height: 1.7;
	text-align: center;
}
.slides .slick-dots li {
	display: inline-block;
	margin:0px 20px;
}
.slides .slick-dots li button {
	padding:0px;
	width:20px;
	height:48px;
	overflow: hidden;
	background:transparent;
	border:0px;
	text-indent: -200px;
	position: relative;
}
.slides .slick-dots li button:focus {
	outline:0;
}
.slides .slick-dots li button:before {
	content:"";
	position: absolute;
	width:2px;
	height:16px;
	bottom:0px;
	left:9px;
	background:#FFF;
	-webkit-transition: height 150ms ease-in-out;
    -moz-transition: height 150ms ease-in-out;
    -o-transition: height 150ms ease-in-out;
    transition: height 150ms ease-in-out;
}
.slides .slick-dots li button:after {
	content:"";
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	font-size: 12px;
    display: block;
    z-index: 90;
    text-indent: 0px;
    color:#FFF;
    opacity:0;
    -webkit-transition: opacity 150ms linear 150ms;
    -moz-transition: opacity 150ms linear 150ms;
    -o-transition: opacity 150ms linear 150ms;
    transition: opacity 150ms linear 150ms;
}
.slides .slick-dots li:nth-child(1) button:after {
	content:"01";
}
.slides .slick-dots li:nth-child(2) button:after {
	content:"02";
}
.slides .slick-dots li:nth-child(3) button:after {
	content:"03";
}
.slides .slick-dots li:nth-child(4) button:after {
	content:"04";
}
.slides .slick-dots li:nth-child(5) button:after {
	content:"05";
}
.slides .slick-dots li:nth-child(6) button:after {
	content:"06";
}
.slides .slick-dots li:nth-child(7) button:after {
	content:"07";
}
.slides .slick-dots li:nth-child(8) button:after {
	content:"08";
}
.slides .slick-dots li:nth-child(9) button:after {
	content:"09";
}
.slides .slick-dots li.slick-active button:after {
	opacity:1;
}
.slides .slick-dots li.slick-active button:before,
.slides .slick-dots li button:hover:before {
	height:24px;
}
@media (max-width: 767px) {
	.component.slider .slides,
	.component.slider .slides .slide {
		height:120vw;
	}
	.slides .slide {
		background-position: right center;
	}
	.component.slider .slides .headline {
		font-size: 24px;
		margin-bottom:20px;
	}
	.component.slider .slides .subheadline {
	    font-size: 5vw;
	}
	.component.slider .slides .slide .slide-inside {
		padding-left:20px;
		padding-right:20px;
	}
	.component.slider .slides .slide.text-position-left .slide-inside {
		padding:35px;
		text-align: left;
	}
	.component.slider .slides .slide .slide-inside .slide-text-area {
		padding-right:0px;
		padding-bottom: 40px;
	}
	.component.slider .slides .slide.text-position-right .slide-inside {
		padding:35px;
		text-align: left;
	}
	.component.slider .slides .slide .slide-inside .slider-text {
		font-size:14px;
		line-height: 1.5;
	}
	.component.slider .slides .btn-row {
		margin-top:20px;
	}
	.slides .slick-dots {
		bottom:30px;
		margin:0px;
	}
	.slides .slick-dots li {
		margin: 0px 10px;
	}
	.slides .slick-dots li button {
		padding:0px;
		width:20px;
		height:34px;
		overflow: hidden;
		background:transparent;
		border:0px;
		text-indent: -200px;
		position: relative;
	}
	.slides .slick-dots li button:focus {
		outline:0;
	}
	.slides .slick-dots li button:before {
		content:"";
		position: absolute;
		width:1px;
		height:12px;
		bottom:0px;
		left:9px;
	}
	.slides .slick-dots li button:after {
		font-size: 9px;
	}
	.slides .slick-dots li.slick-active button:before,
	.slides .slick-dots li button:hover:before {
		height:18px;
	}
	/* .slides .slick-dots li {
		width:16px;
		height:16px;
		margin:0px 3px;
	}
	.slides .slick-dots li button {
		width:16px;
		height:16px;
		border:solid 3px #FFF;
		padding:0px;
	} */
}
@media (min-width: 1200px) {
	.component.slider .slides .slide .slide-inside {
		padding-left:120px;
		padding-right:120px;
	}
}


/*--------------------------------------------------------------
## Expertise List
--------------------------------------------------------------*/
.component.expertise-list .post-thumbnail {
	margin-bottom:20px;
}
@media (max-width: 767px) {
	.component.expertise-list .row .col-md-4 {
		margin-bottom:30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 1200px) {

}


.expertise-search-form {
	text-align:right;
}
.expertise-search-form .search-form {
	border: solid 3px #ed372d;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.expertise-search-form .search-submit {
	border:0px;
	padding:0px;
	width:46px;
	height:46px;
	background:url("../svg/search-gray.svg") center center no-repeat;
	background-size:20px 20px;
	text-indent: -999px;
	overflow: hidden;
}
.expertise-search-form label {
	margin:0px;
	width:100%;
}
.expertise-search-form .search-field {
	border:0px;
	width:100%;
	height:46px;
	padding:10px 20px;
	text-align:left;
	text-transform: uppercase;
	letter-spacing: .3em;
	color: #55585a;
	font-size:14px;
	background:transparent;
}
.expertise-search-form .search-field:focus {
	outline:0;
}
@media (max-width: 767px) {
	.expertise-search-form  {
		margin-top:10px;
	}
	.expertise-search-form .search-form {
		border-width:2px;
	}
	.expertise-search-form .search-field {
		width:100%;
		height:32px;
		padding:5px 20px;
		font-size:11px;
	}
	.expertise-search-form .search-submit {
		width:32px;
		height:32px;
		background-size:14px 14px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 1200px) {

}



/*--------------------------------------------------------------
## Expertise List Single
--------------------------------------------------------------*/
body .expertise-list-single {
	list-style: none;
	margin:0px;
	padding:0px;
}
body .expertise-list-single li {
	margin:0px 0px 15px;
	font-size:15px;
	line-height: 1.2em;
}
.expertise-list-single li a {
	color:#56585b;
	position: relative;
	padding-right:12px;
	display: block;
}
.expertise-list-single li a:after {
	content: "";
    display: inline-block;
    width: 1em;
    height: 1.2em;
    background: url("../svg/arrow-right-gray.svg") center center no-repeat;
    background-size: .6em .6em;
    vertical-align: text-bottom;
}
.expertise-list-single li a:hover:after,
.expertise-list-single li a:focus:after {
	background: url("../svg/arrow-right-red.svg") center center no-repeat;
    background-size: .6em .6em;
}
.expertise-list-single li a:hover,
.expertise-list-single li a:focus {
	color:#df2927;
	-webkit-transform: translateX(12px);
	-moz-transform:    translateX(12px);
	-ms-transform:     translateX(12px);
	-o-transform:      translateX(12px);
	transform:         translateX(12px);
}
.expertise-list-single li a:before {
	content:"-";
	color:#df2927;
	position: absolute;
	top:-1px;
	left:0px;
	opacity:0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.expertise-list-single li a:hover:before,
.expertise-list-single li a:focus:before {
	left:-12px;
	opacity:1;
}


/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/
.search-results .hentry .entry-header .entry-title {
	margin-bottom:5px;
}
.search-results .hentry .entry-header h4 {
	margin-bottom:10px;
}
.search-results .hentry {
	margin-bottom:40px;
}


/*--------------------------------------------------------------
## Expertise List
--------------------------------------------------------------*/
.component.all-expertises {
	
}
.component.all-expertises .all-expertises-list {
	list-style: none;
	margin:40px -15px 0px;
	padding:0px;
}
.component.all-expertises .all-expertises-list li {
	width:33.33333%;
	float:left;
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.component.all-expertises .all-expertises-list li a {
	display: block;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:30px;
	color:#56585b;
}
.component.all-expertises .all-expertises-list li a h4:after {
	content: "";
    display: inline-block;
    width: 1em;
    height: 1.2em;
    background: url("../svg/arrow-right-gray.svg") center center no-repeat;
    background-size: .6em .6em;
    vertical-align: text-bottom;
}
.component.all-expertises .all-expertises-list li a:hover h4:after {
	background: url("../svg/arrow-right-red.svg") center center no-repeat;
    background-size: .6em .6em;
}
.component.all-expertises .all-expertises-list li a:hover h4,
.component.all-expertises .all-expertises-list li a:focus h4 {
	color:#df2927;
	-webkit-transform: translateX(12px);
	-moz-transform:    translateX(12px);
	-ms-transform:     translateX(12px);
	-o-transform:      translateX(12px);
	transform:         translateX(12px);
}
.component.all-expertises .all-expertises-list li a h4:before {
	content:"-";
	color:#df2927;
	position: absolute;
	top:-1px;
	left:0px;
	opacity:0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.component.all-expertises .all-expertises-list li a:hover h4:before,
.component.all-expertises .all-expertises-list li a:focus h4:before {
	left:-12px;
	opacity:1;
}
.component.all-expertises .all-expertises-list h4 {
	margin-top:25px;
	position: relative;
}
.component.all-expertises .all-expertises-list li.notfound {
	display: none;
	width:100%;
	margin-left:15px;
	margin-right:15px;
	padding:10px;
	background:#df2927;
	color:#FFF;
	margin-bottom:40px;
	text-align:center;
}
@media (max-width: 619px) {
	.component.all-expertises .all-expertises-list {
		margin:30px 0px 0px;
	}
	.component.all-expertises .all-expertises-list li {
		width:100%;
	}
	.component.all-expertises .all-expertises-list li a {
		padding-right:0px;
		padding-left:0px;
		padding-bottom:10px;
	}
	.component.all-expertises .all-expertises-list h4 {
		margin-top:15px;
	}
}
@media (min-width: 620px) and (max-width: 991px) {
	.component.all-expertises .all-expertises-list li {
		width:50%;
	}
}
@media (min-width: 1200px) {

}

/*--------------------------------------------------------------
## Newsletter List
--------------------------------------------------------------*/
.component.all-newsletters {
	
}
.component.all-newsletters .all-newsletters-list {
	list-style: none;
	margin:40px -15px 0px;
	padding:0px;
}
.component.all-newsletters .all-newsletters-list li {
	width:33.33333%;
	float:left;
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.component.all-newsletters .all-newsletters-list li a {
	display: block;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:30px;
	color:#56585b;
}
.component.all-newsletters .all-newsletters-list li a h4:after {
	content: "";
    display: inline-block;
    width: 1em;
    height: 1.2em;
    background: url("../svg/arrow-right-gray.svg") center center no-repeat;
    background-size: .6em .6em;
    vertical-align: text-bottom;
}
.component.all-newsletters .all-newsletters-list li a:hover h4:after {
	background: url("../svg/arrow-right-red.svg") center center no-repeat;
    background-size: .6em .6em;
}
.component.all-newsletters .all-all-newsletters-list li a:hover h4,
.component.all-newsletters .all-newsletters-list li a:focus h4 {
	color:#df2927;
	-webkit-transform: translateX(12px);
	-moz-transform:    translateX(12px);
	-ms-transform:     translateX(12px);
	-o-transform:      translateX(12px);
	transform:         translateX(12px);
}
.component.all-newsletters .all-newsletters-list li a h4:before {
	content:"-";
	color:#df2927;
	position: absolute;
	top:-1px;
	left:0px;
	opacity:0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.component.all-newsletters .all-newsletters-list li a:hover h4:before,
.component.all-newsletters .all-newsletters-list li a:focus h4:before {
	left:-12px;
	opacity:1;
}
.component.all-newsletters .all-newsletters-list h4 {
	margin-top:25px;
	position: relative;
}
.component.all-newsletters .all-newsletters-list li.notfound {
	display: none;
	width:100%;
	margin-left:15px;
	margin-right:15px;
	padding:10px;
	background:#df2927;
	color:#FFF;
	margin-bottom:40px;
	text-align:center;
}
@media (max-width: 619px) {
	.component.all-newsletters .all-newsletters-list {
		margin:30px 0px 0px;
	}
	.component.all-newsletters .all-newsletters-list li {
		width:100%;
	}
	.component.all-newsletters .all-newsletters-list li a {
		padding-right:0px;
		padding-left:0px;
		padding-bottom:10px;
	}
	.component.all-newsletters .all-newsletters-list h4 {
		margin-top:15px;
	}
}
@media (min-width: 620px) and (max-width: 991px) {
	.component.all-newsletters .all-newsletters-list li {
		width:50%;
	}
}
@media (min-width: 1200px) {

}

/*--------------------------------------------------------------
## People List
--------------------------------------------------------------*/
.component.all-people {
	
}
.component.all-people .all-people-list {
	list-style: none;
	margin:40px -15px 0px;
	padding:0px;
	min-height:50px;
}
.component.all-people .all-people-list li {
	width:33.3333%;
	text-align:center;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}
.component.all-people .all-people-list li a {
	display: block;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:45px;
	color:#56585b;
	-webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 300ms ease;
    transition: all 150ms linear;
}
.component.all-people .all-people-list li a:hover,
.component.all-people .all-people-list li a:focus {
	color:#df2927;
}
.component.all-people .all-people-list h4 {
	margin-top:25px;
	margin-bottom:5px;
}
.component.all-people .all-people-list .job-title {
	font-size: 15px;
	line-height: 17px;
}
.people-search-form {
	text-align:right;
}
.people-search-form .search-form {
	border: solid 3px #ed372d;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.people-search-form .search-submit {
	border:0px;
	padding:0px;
	width:46px;
	height:46px;
	background:url("../svg/search-gray.svg") center center no-repeat;
	background-size:20px 20px;
	text-indent: -999px;
	overflow: hidden;
}
.people-search-form label {
	margin:0px;
	width:100%;
}
.people-search-form .search-field {
	border:0px;
	width:100%;
	height:46px;
	padding:10px 20px;
	text-align:left;
	text-transform: uppercase;
	letter-spacing: .3em;
	color: #55585a;
	font-size:14px;
	background:transparent;
}
.people-search-form .search-field:focus {
	outline:0;
}
.component.all-people .all-people-list li.notfound {
	display: none;
	width:100%;
	margin-left:15px;
	margin-right:15px;
	padding:10px;
	background:#df2927;
	color:#FFF;
	margin-bottom:40px;
	text-align:center;
}
@media (max-width: 767px) {
	.component.all-people .all-people-list {
		margin:30px 0px 0px;
	}
	.component.all-people .all-people-list li {
		width:100%;
	}
	.component.all-people .all-people-list li a {
		padding-right:0px;
		padding-left:0px;
		padding-bottom:40px;
	}
	.component.all-people .all-people-list h4 {
		margin-top:15px;
	}
	.people-search-form  {
		margin-top:10px;
	}
	.people-search-form .search-form {
		border-width:2px;
	}
	.people-search-form .search-field {
		width:100%;
		height:32px;
		padding:5px 20px;
		font-size:11px;
	}
	.people-search-form .search-submit {
		width:32px;
		height:32px;
		background-size:14px 14px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.component.all-people .all-people-list li {
		width:50%;
	}
}
@media (min-width: 1200px) {
	.component.all-people .all-people-list li {
		/*width:25%;*/
		width:20%;
	}
}


/*--------------------------------------------------------------
## Locations
--------------------------------------------------------------*/
.component.all-locations {
	padding-top:0px;
}
#locations-map * {
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}
.component.all-locations .all-locations-list {
	list-style:none;
	margin:0px -15px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding:0px;
}
.component.all-locations .all-locations-list li {
	border:solid 1px #ccc;
	padding:30px;
	width:calc(33.333% - 30px);
	margin:0px 15px 30px;
}
.component.all-locations .all-locations-list li h4 a {
	color:#606161;
}
.component.all-locations .all-locations-list li h4 a:hover,
.component.all-locations .all-locations-list li h4 a:focus {
	color:#df2927;
}
.component.all-locations .all-locations-list li .inside {
	/* margin-right:15px;
	margin-left:15px;
	margin-bottom:30px;
	border:solid 1px #ccc;
	padding:30px; */
}
.component.all-locations .all-locations-list li .location-info {
	margin-top:20px;
}
.component.all-locations .all-locations-list li .directions a {
	line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Archivo', sans-serif;
    letter-spacing: .2em;
    font-size: 14px;
}
.gm-style-iw h5 {
	margin:5px 0px;
}
.basic-location-info {
	margin-bottom:40px;
}
@supports (display: grid) {
	.component.all-locations .all-locations-list {
		margin:0px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 30px 30px;
	}
	.component.all-locations .all-locations-list li {
		width:auto;
		margin:0px;
	}
	@media (min-width: 768px) and (max-width: 991px) {
		.component.all-locations .all-locations-list {
			grid-template-columns: 1fr 1fr;
	
		}
	}
}
@media (max-width: 767px) {
	.location-header.inside-padding.height-extra-padding {
		padding-top: 30px;
    	padding-bottom: 30px;
	}
	.location-header #open-contact-form {
		display: block;
		margin-top:5px;
	}
	.component.all-locations .all-locations-list {
		margin:0px;
		display: block;
	}
	.component.all-locations .all-locations-list {
		margin:0px;
	}
	.component.all-locations .all-locations-list li {
		width:100%;
		margin-bottom:20px;
		padding:20px;
	}
	.location-header .text-right {
		text-align:left !important;
		margin-top:10px;
	}
}

@media (min-width: 1200px) {

}

/*--------------------------------------------------------------
## Cross Site Link Area
--------------------------------------------------------------*/
.component.cross-site-link-area .container-fluid {
	z-index:2;
	position: relative;
}
.component.cross-site-link-area .inside-area {
	padding-right:30%;
}
.component.cross-site-link-area .cross-site-links {
	width:30%;
	list-style: none;
	margin:20px 0px 0px;
	padding:0px;
}
.component.cross-site-link-area .cross-site-links li {
	border-bottom:solid 1px rgba(255,255,255,.5);
	line-height: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Archivo', sans-serif;
	letter-spacing: .2em;
}
.component.cross-site-link-area .cross-site-links li a {
	display: block;
	padding-top:20px;
	padding-bottom:20px;
	color:#FFF;
	position: relative;
}
.component.cross-site-link-area .cross-site-links li a:after {
	content: "";
    display: inline-block;
    width: 1em;
    height: 1.2em;
    background: url("../svg/arrow-right-white.svg") center center no-repeat;
    background-size: .7em .7em;
    vertical-align: text-bottom;
}
.component.cross-site-link-area .cross-site-links li a:hover:after {
	background: url("../svg/arrow-right-red.svg") center center no-repeat;
    background-size: .7em .7em;
}
/* .component.cross-site-link-area .cross-site-links li a:hover,
.component.cross-site-link-area .cross-site-links li a:focus {
	color:#df2927;
	padding-left:12px;
} */
/* .component.cross-site-link-area .cross-site-links li a:hover:before,
.component.cross-site-link-area .cross-site-links li a:focus:before {
	content:"-";
	position: absolute;
	top:48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left:0px;
} */

.component.cross-site-link-area .cross-site-links li a:hover,
.component.cross-site-link-area .cross-site-links li a:focus {
	color:#df2927;
	-webkit-transform: translateX(12px);
	-moz-transform:    translateX(12px);
	-ms-transform:     translateX(12px);
	-o-transform:      translateX(12px);
	transform:         translateX(12px);
}
.component.cross-site-link-area .cross-site-links li a:before {
	content:"-";
	color:#df2927;
	position: absolute;
	top:35%;
	left:0px;
	opacity:0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.component.cross-site-link-area .cross-site-links li a:hover:before,
.component.cross-site-link-area .cross-site-links li a:focus:before {
	left:-12px;
	opacity:1;
}
@media (max-width: 767px) {
	.component.cross-site-link-area .inside-area {
		padding-right:0px;
	}
	.component.cross-site-link-area .cross-site-links {
		width:60%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 1200px) {

}


/*--------------------------------------------------------------
## Recent Insights
--------------------------------------------------------------*/
.component.recent-insights .post-thumbnail {
	margin-bottom:20px;
}
.component.recent-insights .articles-list-recent {
	list-style: none;
	margin:40px -15px 0px;
	padding:0px;
}
.component.recent-insights .articles-list-recent li {

}
.component.recent-insights .articles-list-recent li {
	width:33.33333%;
}
.component.recent-insights .articles-list-recent li .post-thumbnail img {
	width:100%;
	height:auto;
}
.component.recent-insights .articles-list-recent li a {
	display: block;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:30px;
	color:#56585b;
}
.component.recent-insights .articles-list-recent li a h4:after {
	content: "";
    display: inline-block;
    width: 1em;
    height: 1.2em;
    background: url("../svg/arrow-right-gray.svg") center center no-repeat;
    background-size: .6em .6em;
    vertical-align: text-bottom;
}
.component.recent-insights .articles-list-recent li a:hover h4:after {
	background: url("../svg/arrow-right-red.svg") center center no-repeat;
    background-size: .6em .6em;
}
.component.recent-insights .articles-list-recent li a:hover h4,
.component.recent-insights .articles-list-recent li a:focus h4 {
	color:#df2927;
	-webkit-transform: translateX(12px);
	-moz-transform:    translateX(12px);
	-ms-transform:     translateX(12px);
	-o-transform:      translateX(12px);
	transform:         translateX(12px);
}
.component.recent-insights .articles-list-recent li a h4:before {
	content:"-";
	color:#df2927;
	position: absolute;
	top:-1px;
	left:0px;
	opacity:0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.component.recent-insights .articles-list-recent li a:hover h4:before,
.component.recent-insights .articles-list-recent li a:focus h4:before {
	left:-12px;
	opacity:1;
}
.component.recent-insights .btn-row {
	margin-top:40px;
}
@media (max-width: 767px) {
	.component.recent-insights .articles-list-recent {
		margin:40px 0px 0px;
		display: block !important;
	}
	.component.recent-insights .articles-list-recent li {
		margin-bottom:40px;
	}
	.component.recent-insights .articles-list-recent li {
		width:100%;
	}
	.component.recent-insights .articles-list-recent li a {
		margin-right:0px;
		margin-left:0px;
		margin-bottom:30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 1200px) {

}



.articles-list {
	list-style: none;
	margin:0px -15px 0px;
	padding:0px;
}
.articles-list li {

}
.entry-meta {
	line-height: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Archivo', sans-serif;
	letter-spacing: .2em;
	font-size: 14px;
}
.entry-meta .cat-links:before {
	content:"::";
	margin-left:10px;
	margin-right:10px;
}
.entry-meta .byline {
	margin-left:10px;
	color:#df2927;
}
.entry-meta a.byline:hover,
.entry-meta a.byline:focus {
	color:#FFF;
}
.articles-list li {
	width:33%;
}
.articles-list li a {
	display: block;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:45px;
	color:#56585b;
}
.articles-list li .post-thumbnail img {
	width:100%;
	height:auto;
}
.articles-list li h4 {
	margin-top:25px;
	position: relative;
}
.articles-list li a h4:after {
	content: "";
    display: inline-block;
    width: 1em;
    height: 1.2em;
    background: url("../svg/arrow-right-gray.svg") center center no-repeat;
    background-size: .6em .6em;
    vertical-align: text-bottom;
}
.articles-list li a:hover h4:after {
	background: url("../svg/arrow-right-red.svg") center center no-repeat;
    background-size: .6em .6em;
}
.articles-list li a:hover h4,
.articles-list li a:focus h4 {
	color:#df2927;
	-webkit-transform: translateX(12px);
	-moz-transform:    translateX(12px);
	-ms-transform:     translateX(12px);
	-o-transform:      translateX(12px);
	transform:         translateX(12px);
}
.articles-list li a h4:before {
	content:"-";
	color:#df2927;
	position: absolute;
	top:0px;
	left:0px;
	opacity:0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.articles-list li a:hover h4:before,
.articles-list li a:focus h4:before {
	left:-12px;
	opacity:1;
}
@media (max-width: 767px) {
	.articles-list {
		margin:0px;
		padding:0px;
	}
	.articles-list li {
		width:100%;
	}
	.articles-list li a {
		margin-right:0px;
		margin-left:0px;
		margin-bottom:40px;
	}
	.articles-list li h4 {
		margin-top:15px;
	}
	.entry-meta {
		font-size: 12px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 1200px) {

}


.article-list-categories {
	padding-bottom:0px;
}
.article-list-categories .d-flex {
	margin:0px -15px;
	overflow: hidden;
}
.article-list-categories .d-flex .btn-primary {
	margin-left:15px;
	margin-right:15px;
	display: block;
}
@media (max-width: 767px) {
	.article-list-categories .d-flex {
		margin:0px;
		display: block !important;
	}
	.article-list-categories .d-flex .btn-primary {
		margin-left:0px;
		margin-right:0px;
		margin-bottom:5px;
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 1200px) {

}


.single-blog-article-header .back-link {
	position: absolute;
	top:3.5vw;
	z-index:4;
	left:60px;
}
.single-blog-article-header .back-link a {
	color:#FFF;
	line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Archivo', sans-serif;
    letter-spacing: .2em;
    font-size: 12px;
	position: relative;
}
.single-blog-article-header .back-link a:hover {
	color:#df2927;
}
.single-blog-article-header .back-link a:before {
	content: "";
    display: inline-block;
    width: 1em;
	height: 1.2em;
	margin-right:4px;
    background: url("../svg/arrow-left-white.svg") center center no-repeat;
    background-size: .7em .7em;
    vertical-align: text-bottom;
}
.single-blog-article-header .back-link a:hover:before {
	background: url("../svg/arrow-left-red.svg") center center no-repeat;
    background-size: .7em .7em;
}
.single-blog-article-header.featured-img-smallsq .container-fluid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.single-blog-article-header.featured-img-smallsq .container-fluid .post-thumbnail {
	margin-right:30px;
}
.single-blog-article-header.featured-img-smallsq .container-fluid .post-thumbnail img {
	width: 18vw;
    height: auto;
    max-width: none;
}
.insight-header .entry-meta {
	margin-bottom:30px;
}
.article-content .entry-content {
	
}
.article-content .entry-meta {
	margin-bottom:40px;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	font-weight: normal;
}
.article-content .entry-meta .cat-links:before {
	display: none;
}
.article-content .entry-meta .cat-links a {
	color:#606161;
	position: relative;
}
.article-content .entry-meta .cat-links a:after {
	content:"";
	position: absolute;
	background:#606161;
	left:0px;
	right:0px;
	bottom:-6px;
	height:1px;
}
.article-content .entry-meta .cat-links a:hover,
.article-content .entry-meta .cat-links a:focus {
	color:#df2927;
}
.article-content .entry-meta .cat-links a:hover:after,
.article-content .entry-meta .cat-links a:focus:after {
	background-color:#df2927;
}
.article-content>*:last-child {
	margin-bottom:0px;
}
.article-content .share-links {
	margin-top:40px;
	margin-bottom:40px;
}
.article-content .share-links h5 {
	font-size:12px;
	margin-bottom:10px;
}
.addthis_inline_share_toolbox {
	min-height:21px;
}
.atm {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn {
	margin-right:20px;
}
.article-content .article-links {
	margin:0px -15px;
}
.posts-navigation .nav-links {
	margin:0px -15px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.posts-navigation .nav-links>div {
	padding:0px 15px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.posts-navigation .nav-links-load-more.loading:after {
	content:"";
	background: url("../gif/spinner.gif") center center no-repeat;
	background-size:30px 30px;
	width:47px;
	height:47px;
	display: inline-block;
	margin-left:10px;
	vertical-align: middle;
}
.posts-navigation .nav-links .nav-next a {
	text-align: right;
}
.posts-navigation .nav-links a {
	display: block;
}
.article-content .article-links .btn-primary {
	margin:0px 15px;
}
.author-bio {
	background: #55585a;
    color: #FFF;
    padding: 30px;
    margin-bottom: 40px;
    position: relative;
}
.author-bio:after {
	content: "";
	display: table;
	clear: both;
}
.author-bio-light {
	background:#f0efef;
	color:#606161;
}
.author-bio.has-image {
    
}
.toole_location .author-bio {
	
}
.author-bio .author-bio-image {
	float:left;
	width:100px;
	height:100px;
	margin-right:30px;
}
.toole_location .author-bio .author-bio-image {
	width: calc(33.333% - 20px);
    height: calc(33.333% - 20px);
}
.author-bio.has-image .author-bio-content {
	float:left;
	width:calc(100% - 130px);
}
.toole_location .author-bio .author-bio-content {
	width: calc(33.333% - 10px);
}
.toole_location .author-bio.has-image .author-bio-content {
	
}
.author-bio .author-bio-content h4 {
	margin-bottom:0px;
}
.author-bio a,
.author-bio .author-bio-content h4 a {
	color:#FFF;
}
.author-bio-light a,
.author-bio-light .author-bio-content h4 a {
	color:#606161;
}
.author-bio a:hover,
.author-bio a:focus, 
.author-bio .author-bio-content h4 a:hover, 
.author-bio .author-bio-content h4 a:focus {
	color:rgba(255,255,255,.5); 
}
.author-bio-light a:hover,
.author-bio-light a:focus, 
.author-bio-light .author-bio-content h4 a:hover, 
.author-bio-light .author-bio-content h4 a:focus {
	color:#ed372d;
}
.author-bio .job-title {
	font-size: 15px;
	margin-bottom:5px;
	color:rgba(255,255,255,.5);
}
.author-bio-light .job-title {
	color:rgba(96,97,97,.7);
}
@media (max-width: 767px) {
	.article-content .article-links {
		display: block !important;
	}
	.article-content .article-links .btn-primary {
		display: block;
		margin-bottom:5px;
	}
	.author-bio {
	    padding: 20px;
	}
	.author-bio.has-image {
		
	}
	.author-bio .author-bio-image {
		float:none;
		margin-right:0px;
		margin-bottom:15px;
	}
	.toole_location .author-bio {
		text-align: center;
	}
	.toole_location .author-bio .author-bio-image {
	    width: 100%;
	    height: 100%;
	}
	.author-bio.has-image .author-bio-content {
		float:none;
		width:100%;
	}
	.single-blog-article-header .back-link {
		left:20px;
		top:30px;
	}
	.single-blog-article-header.featured-img-smallsq .container-fluid {
		display: block;
	}
	.single-blog-article-header.featured-img-smallsq .container-fluid {
		display: block;
	}
	.single-blog-article-header.featured-img-smallsq .container-fluid .post-thumbnail {
		margin-right:0px;
		margin-top:60px;
	}
	.single-blog-article-header.featured-img-smallsq .container-fluid .inside-content-here {
		padding-top:15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.toole_location .author-bio .author-bio-image {
	    width: calc(50% - 20px);
	    height: calc(50% - 20px);
	}
	.toole_location .author-bio .author-bio-content {
		width: calc(50% - 10px);
	}
}
@media (min-width: 1200px) {
	.single-blog-article-header .back-link {
		left:120px;
	}
	.toole_location .author-bio .author-bio-image {
		width: calc(25% - 20px);
	    height: calc(25% - 20px);
	}
	.toole_location .author-bio .author-bio-content {
		width: calc(75% - 10px);
	}
}




.entry-content h1, 
.entry-content h2, 
.entry-content h3,
.entry-content h4, 
.entry-content h5, 
.entry-content h6, 
.entry-content p, 
.entry-content ul, 
.entry-content ol, 
.entry-content blockquote {
	margin-bottom:40px;
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3,
.entry-content h4 {
	font-size:16px;
    line-height: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Archivo', sans-serif;
	letter-spacing: .2em;
}

.single-post .entry-content h1 {
	font-size:34px;
    line-height: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Archivo', sans-serif;
	letter-spacing: .1em;
}
.single-post .entry-content h2 {
	font-size:28px;
    line-height: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Archivo', sans-serif;
	letter-spacing: .1em;
}
.single-post .entry-content h3 {
	font-size:24px;
	line-height: 1.2em;
	font-weight: 500;
	font-family: 'Archivo', sans-serif;
	letter-spacing: .05em;
    margin-bottom:30px;
    text-transform: uppercase;
}
.single-post .entry-content h4 {
	font-size:18px;
    line-height: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Archivo', sans-serif;
	letter-spacing: .2em;
}
.single-post .entry-content h5 {
	font-size:17px;
    line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Archivo', sans-serif;
	letter-spacing: .2em;
}

.entry-content blockquote {
	text-align:center;
}
.entry-content .quote-outline {
	margin-bottom:40px;
}
.entry-content .quote-outline blockquote {
	margin-bottom:0px;
}
.entry-content a {
	text-decoration: underline;
}


/*--------------------------------------------------------------
## Email Newsletter Sign Up and Toole CTA
--------------------------------------------------------------*/
.component.email-newsletter-sign-up,
.component.toole-cta {
	text-align: center;
	position: relative;
	padding:110px 0px 140px;
}
.component.toole-cta {
	padding-bottom: 110px;
}
.component.email-newsletter-sign-up.component.email-newsletter-sign-up-sm,
.component.toole-cta.component.toole-cta-sm {
    padding: 43px 0px;
}
.component.email-newsletter-sign-up .inside-area,
.component.toole-cta .inside-area {
	padding-left:10%;
	padding-right:10%;
	position: relative;
	z-index:2;
}
.component.toole-cta .inside-area a {
	color: #ffffff;
	text-decoration: underline;
}
.component.toole-cta .inside-area a:hover {
	color: #ffffff;
	text-decoration: none;
}
.component.email-newsletter-sign-up .btn-row,
.component.toole-cta .btn-row {
	background:url('../svg/red-dot-pattern.svg') center center repeat-x;
	background-size:145px 50px;
	position: absolute;
	left:15px;
	right:15px;
	bottom:50px;
	height:47px;
}
.component.toole-cta .btn-row {
	bottom: 20px;
}
.component.email-newsletter-sign-up.component.email-newsletter-sign-up-sm .btn-row,
.component.toole-cta.component.toole-cta-sm .btn-row {
    bottom:20px;
}
.component.email-newsletter-sign-up .btn-row span,
.component.toole-cta .btn-row span {
	display: inline-block;
	background:#df2927;
	padding-left:15px;
	padding-right:15px;
}
.component.email-newsletter-sign-up .dotted-stripe,
.component.toole-cta .dotted-stripe {
	position: absolute;
	left:15px;
	right:15px;
	top:15px;
	height:50px;
	background:url('../svg/red-dot-pattern.svg') center center repeat-x;
	background-size:145px 50px;
}
@media (max-width: 767px) {
	.component.email-newsletter-sign-up,
	.component.toole-cta {
		padding:75px 0px 60px;
	}
	.component.email-newsletter-sign-up .inside-area,
	.component.toole-cta .inside-area {
		padding-left:0px;
		padding-right:0px;
	}
	.component.email-newsletter-sign-up h2,
	.component.toole-cta h2 {
		font-size:17px;
	}
	.component.email-newsletter-sign-up .dotted-stripe,
	.component.toole-cta .dotted-stripe {
		position: absolute;
		left:15px;
		right:15px;
		top:15px;
		height:50px;
		background-size:72px 25px;
	}
	.component.email-newsletter-sign-up .btn-row,
	.component.toole-cta .btn-row {
		background:url('../svg/red-dot-pattern.svg') center center repeat-x;
		background-size:72px 25px;
		bottom:30px;
		height:36px;
    }
    .component.email-newsletter-sign-up.component.email-newsletter-sign-up-sm,
    .component.toole-cta.component.toole-cta-sm {
        padding: 38px 0px;
    }
}
/*
@media (max-width: 767px) {
	.component.email-newsletter-sign-up .btn-row {
		margin:0px 0px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.component.email-newsletter-sign-up .btn-row {
		margin:0px -50px;
	}
}
@media (min-width: 1400px) {
	.component.email-newsletter-sign-up .btn-row {
		margin:0px -100px;
	}
}
*/
/*
.component.email-newsletter-sign-up .btn-row .btn.btn-primary:after {
	content:"";
	background:#df2927;
	position: absolute;
	top:0px;
	bottom:0px;
	left:-15px;
	right:-15px;
	z-index: -2;
}
*/

.newsletter-signup .gform_wrapper.gravity-theme select {
	padding: 12px 8px;
}

.newsletter-signup .gform_confirmation_message {
	background: #df2927;
	color: #ffffff;
	font-size: inherit;
	line-height: inherit;
}

/*--------------------------------------------------------------
## Dark Overlay
--------------------------------------------------------------*/
.dark-overlay {
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	z-index:1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0+100 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
@media (max-width: 767px) {
	.dark-overlay {
		background:rgba(0,0,0,.4);
	}
}
.dark-overlay-bottom {
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	z-index:1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+65,0.8+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}



/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.component.page-header {
	min-height:34vw;
}
.component.page-header .container-fluid {
	z-index:2;
	position: relative;
}
.component.page-header .inside-content-here {
	padding-right: 25%;
}
.component.page-header h1, 
.component.page-header h2 {
	font-size: 3vw;
}
.page-header {
	background-color: #55585a;
    color: #FFF;
    position: relative;
}
.component.page-header:after {
	content:"";
	background:url("../svg/bio-elevation.svg") center center no-repeat;
	background-size: cover;
    position: absolute;
    height: 60%;
    top: 50%;
    left: 20vw;
    right: 0px;
    transform: translateY(-50%);
    z-index: 1;
    opacity: .2;
}
.component.page-header.has-image:after {
	display: none;
}
.component.page-header .container-fluid {
	z-index:2;
}
.single-toole_project .page-header .location {
	margin-top:-15px;
}
.component.page-header .inside-content-here {
	padding-top: 60px;
	padding-bottom: 60px;
}
.component.page-header .content-here>*:last-child, 
.component.page-header .inside-content-here>*:last-child, 
.component.page-header .archive-control-area-inside>*:last-child {
	margin-bottom:0px;
}
@media (max-width: 767px) {
	.component.page-header {
/* 		height: auto; */
		min-height: 90vw;
		background-position: right center;
	}
/*
	.component.page-header .container-fluid {
		display: block !important;
		height: auto;
		position: relative;
	}
*/
	.component.page-header h1, 
	.component.page-header h2 {
		font-size: 22px;
	}
	.component.page-header .inside-content-here {
		padding-right:0px;
	}
	
	
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 1200px) {

}



/*--------------------------------------------------------------
## Quote
--------------------------------------------------------------*/
.quote-outline {
	border:solid 1px #888;
	position: relative;
	padding:50px 100px;
	text-align:center;
}
.quote-outline:after {
	content:"";
	display: block;
	position: absolute;
	top:-2px;
	bottom:-2px;
	left:25px;
	right:25px;
	background:#FFF;
	z-index:1;
}
.quote-outline blockquote {
	z-index:2;
	margin-bottom:0px;
}
blockquote {
	font-size: 2.4vw;
    line-height: 1.4em;
	font-weight: bold;
	font-family: 'Archivo', sans-serif;
	letter-spacing: .05em;
	position: relative;
	padding:15px 90px;
}
blockquote:before {
	content:"";
	display: block;
	position: absolute;
	left:0px;
	top:0px;
	width:60px;
	height:40px;
	background:url('../svg/quote-left.svg') center center no-repeat;
	background-size:60px 40px;
}
blockquote:after {
	content:"";
	display: block;
	position: absolute;
	right:0px;
	bottom:0px;
	width:60px;
	height:40px;
	background:url('../svg/quote-right.svg') center center no-repeat;
	background-size:60px 40px;
}
blockquote .attribution {
	font-size:28px;
    line-height: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Archivo', sans-serif;
	letter-spacing: .2em;
	color:#df2927;
	margin-top:20px;
}
blockquote .attribution-job-title {
	font-weight: 700;
	font-size:1rem;
	line-height: 1.2em;
	font-family: 'Archivo', sans-serif;
	letter-spacing: .2em;
	color:#df2927;
	margin-top:5px;
}
@media (max-width: 767px) {
	blockquote {
		font-size: 5vw;
		line-height: 1.4em;
		letter-spacing: .05em;
		padding: 20px 20px;
	}
	blockquote:before {
		width:15px;
		height:10px;
		left:20px;
		background-size:15px 10px;
	}
	blockquote:after {
		width:15px;
		height:10px;
		right:20px;
		background-size:15px 10px;
	}
	.quote-outline {
		border:solid 1px #888;
		position: relative;
		padding:15px 15px;
		text-align:center;
	}
	/* .quote-outline:after {
		content:"";
		display: block;
		position: absolute;
		top:-2px;
		bottom:-2px;
		left:25px;
		right:25px;
		background:#FFF;
		z-index:1;
	} */
	blockquote .attribution {
		font-size:18px;
		margin-top:10px;
	}
	blockquote .attribution-job-title {
		font-weight: 700;
		font-size:1rem;
		margin-top:5px;
	}
}

/*--------------------------------------------------------------
## Vertical Image
--------------------------------------------------------------*/
.component.vertical-image .vertical-image-column {
	margin-right:60px;
	text-align: center;
}
.component.vertical-image .vertical-image-column img {
	max-height:70vh;
	width:auto;
}
.component.vertical-image .text-column {
	max-width:30%;
}
@media (max-width: 767px) {
	.component.vertical-image .d-flex {
		display: block!important;
	}
	.component.vertical-image .vertical-image-column {
		margin-bottom:30px;
		margin-right:0px;
	}
	.component.vertical-image .text-column {
		max-width:none;
	}
}

/*--------------------------------------------------------------
## Side by Side Images
--------------------------------------------------------------*/
.component.side-by-side-images .image-comment {
	margin-top:20px;
}
@media (max-width: 767px) {
	.component.side-by-side-images .image-comment {
		margin-top:10px;
	}
	.component.side-by-side-images .col-sm-6 {
		margin-bottom:30px;
	}
}


/*--------------------------------------------------------------
## Big Image
--------------------------------------------------------------*/
.component.big-image {
	height:45vw;
	background-size:cover;
	background-position: center center;
	position: relative;
}
.component.big-image .big-image-comment {
	position: absolute;
	bottom:0px;
	right:60px;
	padding:25px 40px;
	background:#FFF;
	line-height:1.4em;
	width:40.5%;
}
.component.big-image.not-full-width .big-image-comment {
	right:60px;
}
.component.big-image.not-full-width {
	margin-left:60px;
	margin-right:60px;
}

@media (max-width: 767px) {
	.component.big-image {
		height:80vw;
	}
	.component.big-image.not-full-width {
		margin-left:20px;
		margin-right:20px;
	}
	.component.big-image .big-image-comment {
		right:20px;
		left:20px;
		width:auto;
		padding:12px;
		font-size:15px;
		text-align:center;
	}
}
@media (min-width: 1200px) {
	.component.big-image.not-full-width {
		margin-left:120px;
		margin-right:120px;
	}
	.component.big-image .big-image-comment {
		right:120px;
	}
}


/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/
.component.toole-gallery.not-full-width {
	margin-left:60px;
	margin-right:60px;
}
.component.toole-gallery .slick-dots {
	z-index: 999;
}
@media (max-width: 767px) {
	.component.toole-gallery.not-full-width {
		margin-left:20px;
		margin-right:20px;
	}
}
@media (min-width: 1200px) {
	.component.toole-gallery.not-full-width {
		/*margin-left:120px;*/
		/*margin-right:120px;*/
		margin-left: 215px;
		margin-right: 215px;
	}
}


/*--------------------------------------------------------------
## Contact/Newsletter Form
--------------------------------------------------------------*/
#contact-form, 
#newsletter-form {
	position: fixed;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background:rgba(255,255,255,.85);
	z-index:2000;
}
#contact-form .contact-form-window, 
#newsletter-form .newsletter-form-window {
	max-width:700px;
	min-width: 300px;
	padding:40px;
	background:#ed372d;
	color:#FFF;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#contact-form .contact-form-window .gfield_label, 
#newsletter-form .newsletter-form-window .gfield_label { 
	display:none;
}
#contact-form .gform_wrapper ul.gform_fields li.gfield, 
#newsletter-form .gform_wrapper ul.gform_fields li.gfield {
	padding-right:0px;
	margin-top:10px;
}
#contact-form .gform_wrapper .gform_footer, 
#newsletter-form .gform_wrapper .gform_footer {
	padding:0px;
	margin:10px 0px 0px;
	text-align:center;
}
#contact-form .gform_wrapper, 
#newsletter-form .gform_wrapper {
	margin:0px;
}
#contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #contact-form .gform_wrapper textarea, 
#newsletter-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
#newsletter-form .gform_wrapper textarea {
	border: 0px;
	height:46px;
	padding:10px;
	text-align:left;
	color: #55585a;
	font-size:14px;
}
#contact-form .gform_button, 
#newsletter-form .gform_button {
	color:#FFF;
}
#contact-form .close, 
#newsletter-form .close {
	position: absolute;
	top:-15px;
	right:-15px;
	width:30px;
	height:30px;
	border:solid 2px #FFF;
	border-radius: 50%;
	opacity:1;
	background:#98292c url("../svg/icon-close-white.svg") center center no-repeat;
	background-size:10px 10px;
	text-indent: -999px;
    overflow: hidden;
}
#contact-form .close:hover, 
#newsletter-form .close:hover,
#contact-form .close:focus, 
#newsletter-form .close:focus {
	background-color:#606161;
}
#page #contact-form .gform_wrapper .gform_button, 
#page #newsletter-form .gform_wrapper .gform_button {
	border-color: #FFF;
    color: #FFF;
    margin:10px 0px 0px;
}
#page #contact-form .gform_wrapper .gform_button:hover, 
#page #newsletter-form .gform_wrapper .gform_button:hover, 
#page #contact-form .gform_wrapper .gform_button:focus, 
#page #newsletter-form .gform_wrapper .gform_button:focus {
	border-color: #FFF;
	background-color:#FFF;
    color: #ed372d;
}
@media (max-width: 767px) {
	#contact-form .contact-form-window, 
	#newsletter-form .newsletter-form-window {
		padding:20px;
	}
}


/*--------------------------------------------------------------
## Projects
--------------------------------------------------------------*/
.component.projects {
	padding-bottom:0px;
}
.component.projects .featured-project-list {
	margin:0px 5px 0px 5px;
	list-style: none;
	padding:0px;
}
.component.projects .featured-project-list li {
	width:50%;
	padding:0px 5px 10px;
	margin:0px;
}
.component.projects .featured-project-list li a {
	display: block;
	background-color:#55585a;
	padding-top:65%;
	overflow: hidden;
	color:#FFF;
	position: relative;
}
.component.projects .featured-project-list li.has-post-thumbnail a {
	background-size:cover;
}
.component.projects .featured-project-list li a .project-details {
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.component.projects .featured-project-list li.has-post-thumbnail a .gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0.1+100 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#1a000000',GradientType=1 ); /* IE6-9 */
}
.component.projects .featured-project-list li a .project-details {
	padding:30px 50px 30px;
}
.component.projects .featured-project-list li a h2 {
	margin:0px 0px 10px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
}
.component.projects .featured-project-list li a h5 {
	margin:0px 0px 30px;
	font-size: 14px;
    font-weight: 400;
}
.component.projects .featured-project-list li a .project-name-initial h5 {
	margin-bottom:0px;
}
.component.projects .featured-project-list li a .project-details .btn-row {
	margin:0px;
}
.component.projects .featured-project-list li a .project-details .btn {
	color:#FFF;
}
.component.projects .featured-project-list li.notfound {
	display: none;
	width:100%;
	margin-left:15px;
	margin-right:15px;
	padding:10px;
	background:#df2927;
	color:#FFF;
	margin-bottom:40px;
	text-align:center;
}
.component.projects .featured-project-list li.news-project a {
	background:#ed372d url('../svg/news-project-bg.svg') center center no-repeat;
	background-size:100% auto;
}
.component.projects .featured-project-list li.news-project a h2 {
	text-transform: none;
    font-size: 3.5vw;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 30px;
}
.component.projects .featured-project-list li a .entry-excerpt {
	font-size:16px;
}
.component.projects .featured-project-list li.news-project a .project-details {
	padding:50px;
}
.component.projects .featured-project-list li.news-project a:before {
	content:"News";
	background:#98292c;
	display: block;
	padding:4px 30px;
	font-family: 'Archivo', sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
    position: absolute;
    top: 0px;
    left: 50px;
    font-size: 18px;
}
@media (max-width: 767px) {
	.component.projects .featured-project-list li {
		width:100%;
		padding:0px 5px 10px;
		margin:0px;
	}
	.component.projects .featured-project-list li a .project-details {
		padding:6vw 16vw 6vw 10vw;
	}
	.component.projects .featured-project-list li a h2 {
		font-size: 18px;
		margin-bottom:5px;
	}
	.component.projects .featured-project-list li a h5 {
		margin-bottom:20px;
		font-size: 13px;
	}
	.component.projects .featured-project-list li.news-project a .project-details {
		padding:6vw 16vw 6vw 10vw;
	}
	.component.projects .featured-project-list li.news-project a:before {
	    left: 10vw;
	    font-size:16px;
	}
	.component.projects .featured-project-list li.news-project a h2 {
	    font-size: 7vw;
	    margin-bottom: 3vw;
	}
	.component.projects .featured-project-list li a .entry-excerpt {
		padding-right:20%;
	}
}
@media (max-width: 525px) {
	.component.projects .featured-project-list li a .entry-excerpt>* {
		display: none;
	}
	.component.projects .featured-project-list li a .entry-excerpt .btn-row {
		display: block;
	}
	.component.projects .featured-project-list li a .entry-excerpt {
		padding-right:0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.component.projects .featured-project-list li a .entry-excerpt>* {
		display: none;
	}
	.component.projects .featured-project-list li a .entry-excerpt .btn-row {
		display: block;
	}
}
@media (min-width: 1200px) {
	.component.projects .featured-project-list li a .project-details {
		padding:40px 110px 40px 80px;
	}
	.component.projects .featured-project-list li a .entry-excerpt {
		padding-right:20%;
	}
	.component.projects .featured-project-list li.news-project a .project-details {
		padding:60px 110px 60px 80px;
	}
	.component.projects .featured-project-list li.news-project a:before {
	    left: 80px;
	}
	.component.projects .featured-project-list li a .entry-excerpt {
		padding-right:20%;
		font-size:17px;
	}
	.component.projects .featured-project-list li a h2 {
		font-size: 1.6vw;
	}
}
/* @media (min-width: 1400px) {
	.component.projects .featured-project-list li a .project-name-initial .entry-header {
		padding-left:100px;
		padding-right:100px;
	}
	.component.projects .featured-project-list li a .project-details {
		padding-left:100px;
		padding-right:100px;
	}
	.component.projects .featured-project-list li a .entry-excerpt {
		padding-right:20%;
	}
} */

/*--------------------------------------------------------------
## People Bios
--------------------------------------------------------------*/
.component.person-bio {
	margin-top:40px;
}
.component.person-bio .elevation-pattern {
	background:url("../svg/bio-elevation.svg") center center no-repeat;
	background-size:cover;
	position: absolute;
	height:60%;
	top:50%;
	left:-10vw;
	right:0px;
	transform: translateY(-50%);
	z-index:2;
}
.component.person-bio .bio-name-title {
	position: relative;
	z-index:5;
}
.component.person-bio .bio-name-title h1 {
	color:#ed372d;
	font-size:44px;
	font-weight: 700;
}
.component.person-bio .row {
	margin-bottom:40px;
}
.component.person-bio .bio-email {
	display: inline-block;
    height: 16px;
	background:url("../svg/red-dot-pattern2.svg") 0px 0px no-repeat;
	background-size:contain;
	vertical-align: top;
	padding-left:72px
}
.component.person-bio .bio-email a {
	text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border-bottom: solid 1px #ed372d;
    padding-bottom: 2px;
    vertical-align: top;
    position: relative;
	top: -8px;
	letter-spacing: .05em;
}
.component.person-bio .bio-email a:hover,
.component.person-bio .bio-email a:focus {
	border-color:#333;
}

.component.person-bio .person-bio-photo {
	overflow: hidden;
	background-size:cover;
	background-position: center center;
	padding-top:100%;
}
@media (max-width: 767px) {
	.component.person-bio .elevation-pattern {
		display: none;
	}
	.component.person-bio .bio-name-title h1 {
		margin-top:30px;
	}
	.component.person-bio .row {
		margin-bottom:30px;
	}
}


/*--------------------------------------------------------------
## project Summary
--------------------------------------------------------------*/
.project-summary .column-1 {
	padding-right: 60px;
}
.project-summary .column-2 {
	padding-left: 60px;
	position: relative;
}
.project-summary .column-2:before {
	content:"";
	position: absolute;
	top:65px;
	left:0px;
	width:1px;
	height:200px;
	background-color:#888;
}
@media (max-width: 767px) {
	.project-summary .column-1 {
		padding-right: 15px;
	}
	.project-summary .column-2 {
		padding-left: 15px;
	}
	.project-summary .column-2:before {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 1200px) {

}


/*--------------------------------------------------------------
## Component Connect With us
--------------------------------------------------------------*/
.component.connect-with-us {
	text-align:center;
}
.component.connect-with-us h2 {
	background:url("../svg/gray-dot-pattern.svg") center center repeat-x;
	background-size:78px 18px;
	margin:0px;
}
.component.connect-with-us h2 span {
	display: inline-block;
	padding-left:10px;
	padding-right:10px;
	background-color:#FFF;
}
.component.connect-with-us .social-icons {
	list-style:none;
	padding:0px;
	margin:0px;
}
.component.connect-with-us .social-icons li {
	margin:0px 4vw;
}
.component.connect-with-us .social-icons li svg {
	width:30px;
	height:30px;
}
.component.connect-with-us .social-icons li span {
	display: none;
}
.component.connect-with-us .box-outline {
	border: solid 1px #888;
	position: relative;
	padding: 50px 50px 60px;
}
.component.connect-with-us .box-outline:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    bottom: 25px;
    left: -2px;
    right: -2px;
    background: #FFF;
    z-index: 1;
}
.component.connect-with-us .box-outline>* {
	z-index:2;
	position: relative;
}
.component.connect-with-us .social-icons li a svg path,
.component.connect-with-us .social-icons li a svg circle,
.component.connect-with-us .social-icons li a svg rect {
	fill:#ed372d;
}
.component.connect-with-us .social-icons li a:hover svg path,
.component.connect-with-us .social-icons li a:hover svg circle,
.component.connect-with-us .social-icons li a:hover svg rect,
.component.connect-with-us .social-icons li a:focus svg path,
.component.connect-with-us .social-icons li a:focus svg circle,
.component.connect-with-us .social-icons li a:focus svg rect {
	fill:#606161;
}


/*--------------------------------------------------------------
## Careers Our People
--------------------------------------------------------------*/
.component.careers-our-people {
	padding-top: 110px;
    padding-bottom: 110px;
}
@media (max-width: 767px) {
	.component.careers-our-people {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}


/*--------------------------------------------------------------
## Button Styles
--------------------------------------------------------------*/
.btn.btn-primary, 
#page .gform_wrapper .gform_button, 
.posts-navigation .nav-links a {
	border:solid 3px #ed372d;
	background:transparent;
	border-radius: 0px;
	font-family: 'Archivo', sans-serif;
	text-transform: uppercase;
	padding:10px 30px;
	letter-spacing: .3em;
	position: relative;
	overflow: hidden;
	box-shadow: none;
	color:#55585a;
	z-index: 1;
	font-size:14px;
}
.btn.btn-primary:before, 
#page .gform_wrapper .gform_button:before,
.posts-navigation .nav-links a:before {
	content:"";
	position: absolute;
	top:-2px;
	left:-1px;
	bottom:-2px;
	right:-1px;
	background:#ed372d;
	z-index:-1;
	transform:translateX(-100%);
	-webkit-transition: transform 150ms ease-in-out;
    -moz-transition: transform 150ms ease-in-out;
    -o-transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
}
.btn.btn-primary.current, 
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.site-content .gform_wrapper .gform_button:hover,
.site-content .gform_wrapper .gform_button:focus,
.posts-navigation .nav-links a:hover,
.posts-navigation .nav-links a:focus {
	color:#FFF;
}
#page .gform_wrapper .gform_button:hover {
    background:#ed372d;
    color:#FFF;
}
.btn.btn-primary:focus,
#page .gform_wrapper .gform_button:focus,
.posts-navigation .nav-links a:focus {
	outline:0;
}
.btn.btn-primary.current:before, 
.btn.btn-primary:hover:before,
.btn.btn-primary:focus:before,
#page .gform_wrapper .gform_button:hover:before,
#page .gform_wrapper .gform_button:focus:before,
.posts-navigation .nav-links a:hover:before,
.posts-navigation .nav-links a:focus:before {
	transform:translateX(0);
}
.show>.btn-primary.dropdown-toggle {
    color: #fff;
	background-color:#ed372d;
    border-color: #ed372d;
}
.dropdown-menu {
	width:100%;
	border-radius: 0px;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}
.dropdown-item {
	text-transform: uppercase;
    font-size: 14px;
    color: #606161;
	letter-spacing: .1em;
	white-space: normal;
    line-height: 1.3;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #55585a;
}
.bg-image .btn-primary,
.bg-image-parallax .btn-primary,
.bg-image-overlay .btn-primary,
.bg-red .btn-primary,
.bg-grey .btn-primary,
.slide .btn-primary,
.page-header .btn-primary {
	color:#FFF;
}
.btn.btn-primary.btn-white {
	border-color:#FFF;
	background:#FFF;
	color:#df2927;
}
.btn.btn-primary.btn-white:before {
	display: none;
}
.btn.btn-primary.btn-white:hover {
	border-color:#FFF;
	background:transparent;
	color:#FFF;
}
.gform_confirmation_message {
	background: #616161;
    padding: 13px 15px;
    font-size: 14px;
    line-height: 16px;
	
}
@media (max-width: 767px) {
	.btn.btn-primary {
		font-size: 11px;
		border-width: 2px;
		padding: 8px 15px;
	}
}


/*--------------------------------------------------------------
## Site Footer
--------------------------------------------------------------*/
.site-footer {
	background:#55585a;
	color:#FFF;
	padding-top:80px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size:11px;
	letter-spacing: .3em;
	font-weight: 400;
}
.site-footer .elevation-pattern {
	margin-top:60px;
	padding-top:6%;
	background:url('../svg/footer-elevation.svg)') center center no-repeat;
	background-size:cover;
}
.site-footer .navbar-nav {
	margin-top:-6px;
}
.site-footer .navbar-nav li {
	font-family: 'Roboto', sans-serif;
}
.site-footer .navbar-nav li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size:11px;
}
/* .site-footer .navbar-nav li:last-child {
	flex: 0 !important;
} */
/* .site-footer .navbar-nav li:after {
	position: relative;
	right:auto;
	margin-left: auto;
	margin-right:auto;
	top:0px;
} */
.site-footer .connect-with-us {
	/*line-height: 31px;*/
	/*margin-bottom:40px;*/
	line-height: 12px;
	margin-bottom: 20px;
}
@media (max-width: 1499px) {
	.site-footer .connect-with-us span {
		display: none;
	}
}
.site-footer .social-icons {
	list-style: none;
	margin:0px;
	padding:0px;
}
.site-footer .social-icons li {
	margin:0px;
	padding:0px;
}
.site-footer .social-icons li a {
	width:36px;
	height:36px;
	display: block;
}

.site-footer .social-icons li a:hover,
.site-footer .social-icons li a:focus {
	opacity:.5;
}
.site-footer .social-icons li a svg>* {
	fill:#FFF;
}
.site-footer .social-icons li a span {
	display: none;
}
.site-footer .btn-footer-sub {
	margin-top: 30px;
	padding: 6px 12px;
}
.site-footer .btn.btn-primary.btn-white.btn-footer-sub {
	color: #55585a;
}
.site-footer .btn.btn-primary.btn-white.btn-footer-sub:hover {
	color: #ffffff;
}
.site-footer .footer-sub-short {
	display: none;
}
.site-footer .col-md-4,
.site-footer .col-lg-4 {
	padding-right:60px;
}
.site-footer .col-md-8,
.site-footer .col-lg-8 {
	padding-left:60px;
	border-left:solid 1px #b3b3b3;
}
.site-footer .copyright {
	border-top:solid 1px #b3b3b3;
	margin-top:45px;
	padding-top:45px;
}
.site-footer .copyright-text {
	float: right;
}
.site-footer .util-links {
	float: left;
}
.site-footer .util-link {
	color: #ffffff;
	margin-right: 20px;
}
@media (max-width: 600px) {
	.site-footer .util-links {
		width: 100%;
		clear: both;
		margin-bottom: 20px;
	}
	.site-footer .util-links .util-link {
		margin-right: 0px;
	}
	.site-footer .util-links .util-link.util-link-first {
		margin-right: 20px;
	}
	.site-footer .copyright-text {
		width: 100%;
		clear: both;
	}
}
@media (max-width: 991px) {
	.site-footer {
		padding-top:40px;
		text-align:center;
		font-size: 9px;
	}
	.site-footer .col-md-4,
	.site-footer .col-lg-4 {
		padding-right:15px;
	}
	.site-footer .col-md-8,
	.site-footer .col-lg-8 {
		padding-left: 15px;
		border-left: 0px;
	}
	.site-footer .social-icons {
		padding:0px 30px;
		/*margin-bottom:30px;*/
		margin-bottom: 20px;
	}
	.site-footer .social-icons li a svg {
		width:26px;
		height:26px;
	}
	.site-footer .connect-with-us {
		margin-bottom:20px;
	}
	.site-footer .btn-footer-sub {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.site-footer .navbar-nav {
		margin:0px;
		border-top:solid 1px #b3b3b3;
		border-bottom:solid 1px #b3b3b3;
		padding: 30px 15px;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-webkit-flex-direction:row;
		-ms-flex-direction:row;
		flex-direction:row;
	}
	.site-footer .navbar-nav li {
		width:50%;
		display: block;
		padding-top:8px;
		padding-bottom:8px;
		font-size: 9px;
	}
	.site-footer .navbar-nav li a {
		display: block;
		text-align:center;
	}
	.site-footer .navbar-nav li:nth-child(2n + 2) a:before{
		content:"";
		position: absolute;
		top: 3px;
    	bottom: 4px;
		left:0px;
		width:1px;
		background:#b3b3b3;
	}
	.site-footer .navbar-nav li a:after {
		display: none;
	}
	.site-footer .copyright {
		border-top:0px;
		margin-top: 0px;
    	padding-top: 40px;
	}
	.site-footer .elevation-pattern {
		margin-top:40px;
		padding-top:18%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 1200px) {
	.site-footer {
		font-size:12px;
	}
	.site-footer .navbar-nav li {
		font-size:12px;
	}
}
@media (min-width: 991px) and (max-width: 1360px) {
	.site-footer .col-lg-4 {
		padding-right: 20px;
	}
	.site-footer .col-lg-8 {
		padding-left: 20px;
	}
	.site-footer .util-links {
		width: 100%;
		clear: both;
		margin-bottom: 20px;
	}
	.site-footer .copyright-text {
		width: 100%;
		clear: both;
	}
}
@media (min-width: 991px) and (max-width: 1474px) {
	.site-footer .footer-sub-short {
		display: block;
	}
	.site-footer .footer-sub-long {
		display: none;
	}
}
@media (min-width: 1475px) {
	.site-footer .footer-sub-short {
		display: none;
	}
	.site-footer .footer-sub-long {
		display: block;
	}
}