/* DOM adjustments: Matching the style so we don't NEED to add styles every time*/
blockquote {
    line-height: 1.2;
    font-size: 16px;
    font-size: 1em;
}
    blockquote > cite {
        margin-top: 1em;
    }
    
/* Slidebar Override */
[data-canvas=container] {
	overflow-x: hidden;
}

/* Bootstrap Extenders */
.background-drk-gray {
    background-color: var(--gray-dark);
}

.btn.btn-black {
    background-color: black;
}
    .btn.btn-black:hover,
    .btn.btn-black:focus {
        background-color: #444;
    }

    .btn.btn-black::before {
        color: rgba(255,255,255,0.2);
    }

.p-6 {
    padding: 2.25em;
}

.p-7 {
    padding: 6em;
}

.z-0 {
    z-index: 0;
}

.z-2 {
    z-index: 2;
}

/* Header */
.navbar {
	padding: 0;
	position: fixed;
	z-index: 1000;
}

.navbar-left {
	width: calc(100% - 1190px);
	float: left;
	padding: 1.050em 0 0.9em 2.6em;
	transition: all .45s ease;
	height: 87px;
}

	.navbar-left.narrow {
		height: 67px;
	}

.navbar-right {
	width: 1190px;
	float: left;
	/*height:87px;*/
	border-top: 11px solid #D22030;
	height: 100%;
}

.navbar-brand {
	padding: 0;
	margin: 0;
	font-size: 1em;
	line-height: 1;
}

	.navbar-brand img {
		/*width:11em;*/
		height: 2.4em;
		transition: all .4s ease-out;
	}

ul.navigation {
	list-style: none;
	margin: 0;
	padding: 1.0em 0 0 0;
	line-height: 1;
	transition: all .45s ease;
}

	ul.navigation > li {
		display: inline-block;
		margin-right: 3em;
		position: relative;
	}

		ul.navigation > li:last-of-type {
			margin-right: 0;
		}

		ul.navigation > li > a {
			font-family: 'Source Sans Pro', sans-serif;
			font-size: 0.8em;
			color: #000000;
			text-transform: uppercase;
			font-weight: 700;
			padding: 1.25em 0;
			display: block;
		}

.impact-header ul.navigation > li:last-of-type {
    margin-right: 3em;
}

.article-category {
    border-radius: 10px;
    font-size: 15px;
    padding: 2px 10px;
}

.impact-slider .impact-img-div {
    text-align: center;
}

.impact-slider .impact-img-div img {
    max-height: 15em;
    margin: auto;
}

    .article-category .category-icon svg {
        filter: brightness(0) invert(1);
        height: 15px;
        position: relative;
        top: 2px;
        width: inherit;
        margin-right: 0.5em;
    }

.impact-filter h1 {
    font-size: 1rem!important;
    font-weight: 400!important; 
    margin-bottom: 1em;
}

.navigation .dropdown-menu {
    position: absolute;
    bottom: 0;
    left: -28px;
    z-index: 1000;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    float: left;
    min-width: 160px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 0;
    margin: 0;
    background: #000000;
}

	.navigation .dropdown-menu a {
		display: block;
		clear: both;
		font-weight: 400;
		font-family: 'Source Sans Pro', sans-serif;
		line-height: 1.5;
		white-space: nowrap;
		padding: 8px 25px;
		background: #000000;
		border-bottom: none;
		color: #fff;
		text-transform: none;
		font-size: 0.8em;
	}

		.navigation .dropdown-menu a:hover,
		.navigation .dropdown-menu a:focus,
		.navigation .dropdown-menu a:active {
			background: #333333;
		}

ul.navigation li:hover a,
ul.navigation li:active a,
ul.navigation li:focus a {
	text-decoration: none;
}

ul.navigation li.dropdown-open .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.mobile-nav_toggle {
	display: none;
}

.hamburger {
	width: 60px;
	height: 60px;
	margin-right: 0;
	/* float: right; */
	margin-left: auto;
	padding: 20px 15px;
	background-color: #f8f9fa;
}

	.hamburger i {
		width: 100%;
		height: 3px;
		margin-bottom: 5px;
		display: block;
		background-color: #000000;
		border-radius: 3px;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

.sb-slidebar li {
	position: relative;
	margin-bottom: 0;
}

	.sb-slidebar li a {
		-moz-transition: all .4s;
		-o-transition: all .4s;
		-webkit-transition: all .4s;
		transition: all .4s;
		font-size: 18px;
		margin-bottom: 0;
		width: 100%;
		padding: 16px 15px;
		display: block;
		color: rgba(255,255,255,0.7);
	}

.sb-slidebar .navbar-collapse {
	padding: 0;
}

	.sb-slidebar .navbar-collapse .navbar-nav {
		margin: 0;
	}

	.sb-slidebar .navbar-collapse li {
		border-top: 1px solid #1a1a1a;
		width: 100%;
	}

	.sb-slidebar .navbar-collapse .nav > li > a:focus,
	.sb-slidebar .navbar-collapse .nav > li > a:hover {
		text-decoration: none;
		background-color: #333333;
		color: #fff;
	}

	.sb-slidebar .navbar-collapse .nav > li > .toggle-submenu {
		cursor: pointer;
		border-left: 1px solid #1a1a1a;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		width: 80px;
		background-color: transparent;
	}

		.sb-slidebar .navbar-collapse .nav > li > .toggle-submenu:after {
			width: 0;
			height: 0;
			border-left: 5px solid transparent;
			border-right: 5px solid transparent;
			border-top: 6px solid #fff;
			pointer-events: none;
			content: '';
			display: block;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-top: -3px;
			margin-left: -5px;
		}

.sb-slidebar {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #000000;
}

	.sb-slidebar.custom-width {
		width: 40%;
	}

@media(max-width:767px) {
	.sb-slidebar.custom-width {
		width: 50%;
	}
}

@media(max-width:539px) {
	.sb-slidebar.custom-width {
		width: 80%;
	}
}

.sb-submenu {
	background-color: #333333;
}

	.sb-submenu > li > a, .sb-slidebar li a.active {
		background-color: #333333;
	}

.sb-slidebar li a.active {
	color: #fff;
}

.sb-submenu > li > a:hover,
.sb-submenu > li > a:focus {
	color: #fff;
	background-color: #243155;
}

.sb-submenu {
	display: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #000;
	font-style: normal;
	clear: both;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
}

	.sb-submenu li {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}

		.sb-submenu li a {
			color: #a0a0a0;
			text-transform: none;
			position: relative;
			padding: 16px 15px;
			font-weight: 400;
		}

			.sb-submenu li a:hover, .sb-submenu li a:focus {
				color: #fff;
				background-color: #000;
				text-decoration: none;
			}

		.sb-submenu li:first-child a {
			padding-top: 22px;
		}

		.sb-submenu li:last-child a {
			padding-bottom: 26px;
		}


.search-block #search_button {
	width: 80px;
}

#searchForm {
	margin-bottom: 40px;
}

.search-block {
	display: block;
	position: relative;
}

	.search-block input.search-field {
		background-color: #000000;
		font-size: 18px;
		height: 68px;
		padding: 0 80px 0 15px;
		width: 100%;
		border: 0;
		outline: 0;
		color: #fff;
		margin: 0;
		border-left: 1px solid #1a1a1a;
	}

	.search-block .btn-info {
		background-color: #000000;
		border: 0 none;
		border-left: 1px solid #1a1a1a;
		color: #ffffff;
		font-size: 12px;
		position: absolute;
		right: 0;
		top: 0;
		height: 68px;
		width: 80px;
		outline: 0;
	}

		.search-block .btn-info:focus,
		.search-block .btn-info:active {
			background-color: #333333 !important;
			border-color: #333333 !important;
			box-shadow: none !important;
			outline: 0;
		}

	.search-block #site-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #ffffff;
	}

	.search-block #site-search::-moz-placeholder { /* Firefox 19+ */
		color: #ffffff;
	}

	.search-block #site-search:-ms-input-placeholder { /* IE 10+ */
		color: #ffffff;
	}

	.search-block #site-search:-moz-placeholder { /* Firefox 18- */
		color: #ffffff;
	}

.search-toggle {
	padding: 0;
	border: 0;
	background-color: transparent;
	outline: 0;
	color: #000000;
}

	.search-toggle:focus {
		outline: 0;
	}

	.search-toggle.active:before {
		content: "\f00d";
	}

#searchForm {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: right;
	display: none;
	z-index: -1;
}

	#searchForm.active {
		display: block;
		animation: dropdown 0.3s forwards;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		background: #000;
	}

	#searchForm input {
		padding-top: 13px;
		padding-bottom: 11px;
		border: 0;
		background-color: transparent;
		color: #fff;
		outline: 0;
		font-size: 20px;
		flex: 1;
		text-align: right;
	}

	#searchForm button {
		width: 60px;
		border: 0;
		background-color: transparent;
		color: #fff;
		height: 100%;
		outline: 0;
		transition: all .15s;
		float: right;
		padding: 13px 0;
		height: 100%;
		text-align: right;
		opacity: .6;
	}


.form-group input {

    border: 0;
    background-color: #DEE3EB;
    outline: 0;
    width: 100%;
    display: block;
    padding: 18px 20px 18px;
    line-height: 1.35;

}

.search-bar button {

    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    border: 0;
        border-left-color: currentcolor;
        border-left-style: none;
        border-left-width: 0px;
    background-color: #D22030;
    padding: 21px;
    outline: 0;
    border-left: 3px solid #fff;
    transition: all .15s;

}

.list-article {
    padding: 2em 0;
    border-bottom: 1px solid #C9C9C9;
    float: left;
    width: 100%;
}

    .list-article h2, .list-blog h2 {
        font-size: 1.75em;
        text-transform: none;
        line-height: 1.3;
        margin-bottom: .5em;
        font-family: 'Titillium Web', sans-serif;
    }

.list-article figure {
    /*width:175px;
    float:left;*/
    width: 125px;
    height: 125px;
    float: left;
    overflow: hidden;
}

.list-article figure img {
    max-width:100%;
    height:auto;
    display:block;
}

.list-article .content {
    /*margin-left: 200px;*/
    margin-left: 150px;
}

.list-article.no-image .content {
    margin-left: 0;
}

.list-article .content .meta {
    font-size: 1em;
    color: #54565A;
    text-transform:uppercase;
    font-weight:700;


}

#blog-listing .list-blog {
    margin-bottom: 2em;
}

@media (min-width:768px) {
    #blog-listing .list-blog {
        margin-bottom: 3em;
    }

    .p-md-7 {
        padding: 6em !important;
    }

    .mb-md-5 {
        margin-bottom: 2.25em;
    }
}

#blog-listing hr {
    border-top: 1px solid #C9C9C9;
    margin-top: 0;
    margin-bottom: 0;
}

.list-blog > a {
    color:inherit;
}

    .list-blog > a:hover {
        text-decoration:none;
    }

    .list-blog h2 {
        color: #D22030;
        transition: all .15s;
    }

    .list-blog:hover h2 {
        color:#000;
        text-decoration:underline;
    }

    .list-blog .meta {
        text-transform:uppercase;
        font-weight:600;
        color:#000;
        font-size:.875em;
    }

    .list-blog img {
        margin-bottom:1em;
        position:relative;
    }

.form-control {
    border-radius:0;
    border-bottom:8px solid #C2C7D0;
    height:48px !important;
}

@media (min-width: 768px) {
    .filter-col-label {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 0;
        padding-left: 15px;
        -ms-flex: 0 0 11%;
        flex: 0 0 11%;
        max-width: 11%;
    }

    .filter-col-form {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 89%;
        flex: 0 0 89%;
        max-width: 89%;
        
    }
}

@media(max-width:1799px) {
	.navbar-left {
		width: calc(100% - 985px);
	}

    .navbar-right {
        width: 985px;
    }

    ul.navigation > li {
        display: inline-block;
        margin-right: 2.5em;
    }

	.navbar-left {
		height: 77px;
	}

		.navbar-left.narrow {
			height: 61px;
		}
}

@media(max-width:1499px) {
	.navbar-left {
		width: calc(100% - 865px);
	}

    .navbar-right {
        width: 865px;
    }

	ul.navigation > li {
		margin-right: 1.75em;
	}
}

@media(max-width:1199px) {
	.navbar-right {
		border-top: none;
		width: 50%;
	}

    .impact-header .navbar-right {
        border-top: 11px solid #D22030!important;
    }

    .navbar-left {
        width: 50%;
        padding: 15px 0 15px 15px;
        height: 70px;
    }

	.navbar-brand img {
		width: auto;
		height: 2.5em;
	}

	.navbar .navbar-right #main-navigation {
		display: none;
	}

	.mobile-nav_toggle {
		display: block;
	}
    .impact-header.navbar .navbar-right #main-navigation {
        display: block;
    }
    .impact-header .mobile-nav_toggle {
        display: none;
    }
}

@media(max-width:991px) {
    .impact-header.navbar .navbar-right #main-navigation {
        display: none;
    }
    .impact-header .mobile-nav_toggle {
        display: block;
    }

    .impact-header .navbar-right {
        border-top: none!important;
    }
}

    .impact-header .navbar-right {
        width: unset !important;
    }

    .impact-header {
        justify-content: space-between;
    }

    /* Home Banner */
    .banner-slider {
        margin-bottom: 0 !important;
    }

        .banner-slider .slick-list, .banner-slider .slick-track {
            height: 100%;
        }

        .banner-slider .slick-slide {
            background-color: #555;
        }

        .banner-slider .container {
            position: relative;
            height: 100%;
        }

        .banner-slider h1 {
            font-size: 3.8em;
            color: rgba(0,0,0,0.6);
            line-height: .85;
            margin-bottom: 0;
            text-transform: uppercase;
            font-weight: 800;
        }

    @media (min-width:992px) {
        .banner-slider {
            height: 100vh;
        }

            .banner-slider .content {
                position: absolute;
                bottom: -0.6em;
                left: -1em;
                max-width: 45em;
                margin-top: 40px;
            }

        .p-lg-6 {
            padding: 3em !important;
        }

        .p-lg-7 {
            padding: 6em !important;
        }
    }

    @media (max-width:991px) {
        .banner-slider .content {
            margin-top: 70px;
            padding: 7em 30px;
            text-align: center;
            max-width: 48em;
            margin-left: auto;
            margin-right: auto;
        }

        .banner-slider h1 {
            color: #fff;
            text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
            line-height: .9;
        }
    }

    @media (max-width: 767px) {
        .banner-slider .content {
            padding: 5em 15px;
        }
    }

    @media (min-width: 576px) {
        .banner-slider h1 {
            font-size: 5.4em;
        }
        .p-sm-5 {
            padding: 4em !important;
        }
    }

    @media (min-width: 768px) {
        .banner-slider h1 {
            font-size: 6em;
        }
    }

    @mdia (min-width: 768px) and (max-width: 991px) {
        .d-md-none {
            display:none;
        }
    }

    @media (min-width: 992px) {
        .banner-slider h1 {
            font-size: 10em;
        }
    }

    @media (min-width: 1200px) {
        .banner-slider h1 {
            font-size: 12em;
        }
    }

    @media (min-width: 1600px) and (min-height: 1000px) {
        .banner-slider h1 {
            font-size: 14em;
        }
    }

    @media (min-width: 1800px) and (min-height: 1200px) {
        .banner-slider h1 {
            font-size: 16em;
        }

        .banner-slider .content {
            bottom: -0.8em;
        }
    }

    .banner-slider p {
        max-width: 42em;
        margin: 0 auto;
        line-height: 1.4;
    }

    @media (min-width: 768px) {
        .banner-slider p {
            line-height: 1.7;
        }
    }

    .banner-image {
        position: relative;
    }

    /*.banner-image:before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(34,34,34,0.75);
    }*/

    .announce {
        background-color: #DEE3EB;
        color: #000;
        display: block;
    }

        .announce:hover {
            text-decoration: none;
            color: #000;
        }

    @media (min-width:992px) {
        .announce {
            position: absolute;
            top: 8em;
            right: 4em;
            max-width: 22em;
            box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
        }

            .announce:hover {
                background-color: #fff;
            }
    }


    /* Homepage */

    .who-we-are h2 {
        margin-bottom: .5em;
    }

    .who-we-are .content {
        position: relative;
        display: block;
        color: #fff;
    }

    @media (min-width: 768px) {
        .who-we-are .content {
            padding-right: 5em;
        }
    }

    .who-we-are .content:hover {
        text-decoration: none;
    }

    @media (min-width: 768px) {
        .who-we-are .content:before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            opacity: 0.5;
            transition: all .15s;
            background-color: #fff;
            width: 38px;
            height: 38px;
            border-radius: 100px;
        }

        .who-we-are .content:hover:before {
            opacity: 1;
        }

        .who-we-are .content:after {
            content: "\e900";
            font-family: 'icomoon';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10px;
            color: #D22030;
            font-size: 16px;
        }

        .who-we-are span.link {
            display: none;
        }
    }

    .acq-side {
        color: black;
        padding: 3em 2em;
        font-size: 0.9em;
        background-color: #DEE3EB;
    }

    .acq-header {
        position: relative;
    }

        .acq-header ul {
            list-style-type: none;
            padding: 0;
            margin-bottom: 1em;
        }

            .acq-header ul li {
                border-bottom: 2px solid #DEE3EB;
                margin: 0;
                padding: 0.5em 0;
                width: 65%;
            }

        .acq-header h2, .acq-header h3, .acq-header h4 {
            color: #C31D2B;
            font-weight: 600;
            margin-bottom: .5em;
            font-size: 1.75em;
            line-height: 1.3;
        }

    .acq-side h3 {
        font-weight: 900;
        margin-bottom: .5em;
    }

    .acq-side li {
        margin-bottom: 0.4em !important;
    }

    .section-header {
        position: relative;
    }

        .section-header.center {
            text-align: center;
        }

        .section-header h2, .section-header h3, .section-header h4 {
            color: #C31D2B;
            font-weight: 600;
            margin-bottom: .5em;
            font-size: 1.75em;
            line-height: 1.3;
        }

        .section-header.white h2, .section-header.white h3, .section-header.white h4, .section-header.white p {
            color: #fff;
        }

    @media (min-width:992px) {
        .section-header p {
            max-width: 32em;
        }
    }

    .section-header.center p {
        margin: 0 auto;
    }

    .section-header a.link, .who-we-are span.link, .widget-cta .section-header span.link {
        margin-top: 1em;
    }

    @media (min-width:992px) {
        .section-header a.link, .widget-cta .section-header span.link {
            margin-top: 2em;
        }
    }

    .section-header a.link:nth-of-type(2) {
        margin-top: 1em;
    }

    .section-header a.link {
        margin-right: 25px;
    }

    @media (min-width:992px) {
        .section-header a.link {
            margin-right: 40px;
        }
    }

    .section-header a.link:nth-of-type(2) {
        margin-right: 0;
    }

    .section-header.center a.link {
        margin-right: 20px;
        margin-left: 20px;
    }

    .c923 .section-header.center a.link:nth-of-type(2) {
        display: none;
    }

    /* Homepage About */

    .about img {
        max-width: 125px;
    }

    @media (max-width:991px) {
        .about img {
            max-width: 100px;
        }
    }

    .about .content {
        margin: 0 auto;
        padding: 0 15px;
        position: relative;
        height: 100%;
    }

    @media (min-width:576px) {
        .about .content {
            max-width: 540px;
        }
    }

    @media (min-width:768px) {
        .about .content {
            max-width: 30em;
        }

            .about .content .row {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 100%;
            }
    }

    @media (min-width:576px) {
        .about .logo-behind .content {
            max-width: 30em;
        }
    }

    @media (max-width:575px) {
        .about .col-sm-4 {
            padding: 20px 0;
        }

            .about .col-sm-4:first-child {
                padding-top: 0;
            }

            .about .col-sm-4:last-child {
                padding-bottom: 0;
            }
    }

    .logo-behind, .overlay, .overlay-dark, .overlay-md {
        position: relative;
    }

        .logo-behind:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(0,0,0,0.65);
        }

        .overlay:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(84,86,90,0.8);
        }

        .overlay-md:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(61,62,64,0.85);
        }

        .overlay-dark:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(0,0,0,0.8);
        }

    /* Homepage Timeline */

    .timeline-slider .slick-slide {
        text-align: center;
    }

    .timeline-slider img {
        display: inline-block;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        transition: all .35s;
    }

    .timeline-slider .slick-current img {
        display: inline-block;
        -webkit-filter: none; /* Safari 6.0 - 9.0 */
        filter: none;
        opacity: 1;
    }

    .timeline-slider .date {
        font-size: 1.25em;
        font-weight: 600;
    }

    .timeline-slider_figure {
        margin-bottom: 1em;
        height: 140px;
        display: flex;
        align-items: center;
    }

        .timeline-slider_figure img {
            max-width: 100%;
            max-height: 100%;
            display: block;
            margin: 0 auto;
            opacity: 0.6;
        }

    .dot {
        background-color: #ccc;
        width: 100%;
        position: relative;
        display: inline-block;
        margin-top: 45px;
        margin-bottom: 30px;
    }

        .dot:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            right: 0;
            background-color: #C9C9C9;
        }

        .dot:after {
            content: "";
            position: absolute;
            width: 24px;
            height: 24px;
            border-radius: 100px;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            background-color: #fff;
            border: 3px solid #C9C9C9;
        }

    /* Homepage News */

    .news {
        position: relative;
    }

        .news:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(75,75,75,0.9);
        }

        .news h3 {
            position: relative;
        }

        .news a.link {
            margin-top: 1em;
        }

    @media (min-width:992px) {
        .news a.link {
            margin-top: 2em;
        }
    }

    .news-item {
        display: block;
        color: #DEE3EB;
    }

        .news-item:hover, .news-item:focus {
            text-decoration: none;
        }

        .news-item h4 {
            font-size: 1em;
            font-family: 'Source Sans Pro', sans-serif;
            margin-bottom: 1em;
            text-decoration: underline;
        }

    @media (max-width:991px) {
        .news .col-md-12 {
            margin-bottom: 2em;
        }
    }

    @media (max-width:767px) {
        .news-item {
            margin-bottom: 1em;
        }

            .news-item h4 {
                margin-bottom: 0.5em;
            }
    }

    /* Homepage Careers */

    .home-careers {
        background-size: cover;
        background-position: center left;
        background-repeat: no-repeat;
    }

    @media (min-width:992px) {
        .home-careers .section-header {
            max-width: 28em;
        }
    }

    @media (max-width:1199px) {
        .home-careers .block-padding {
            margin-top: 2em;
        }
    }

    /* Homepage Global Presence */

.map-container-height {
	min-height: 900px;
}

    .map-content .block-padding:nth-of-type(2) {
        margin-top: 2em;
    }

    @media (min-width:992px) {
        .map-content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
        }

            .map-content .block-padding {
                pointer-events: all;
            }

            .map-content .banner-padding {
                padding-bottom: 0;
            }
    }

    @media (max-width:991px) {
        .map-content .block-padding.bg-red {
            background-color: rgba(210,32,48,0.85) !important;
        }

        .map-content .block-padding:nth-of-type(2) {
            background-color: rgba(255,255,255,0.7) !important;
        }
    }

    .global {
        position: relative;
    }

    .home .global {
        background-image: url(/Areas/CMS/assets/img/Dexko-Map.jpg?w=900&quality=70);
        background-size: cover;
        background-position: center;
    }

@media (min-width:992px) {
	.home .global { min-height:900px }
	}

    .global-presence {
        width: 420px;
        height: 420px;
        position: absolute;
        top: 100px;
        right: 100px;
    }

    .global-hq {
        width: 420px;
        height: 372px;
        position: absolute;
        bottom: 100px;
        right: 100px;
    }

    .block-padding {
        padding: 2em;
    }

    @media (min-width:1200px) {
        .block-padding {
            padding: 3em;
        }
    }

    .sm-block-padding {
        padding: 2em;
    }

    .global h4 {
        font-size: 1.25em;
        color: #D22030;
        margin-bottom: .7em;
    }

    .global ul li {
        margin-bottom: .2em;
        font-weight: 600;
    }

    #map {
        height: 350px;
    }

    @media (min-width:768px) {
        #map {
            height: 450px;
        }
    }

    @media (min-width:992px) {
        #map {
            height: 100vh;
        }
    }

    /*.contact #map {
    height: 700px;
}*/

    .global-info {
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .map-popup {
        position: relative;
        width: 300px;
        /*height:200px;*/
        height: auto;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        clear: both;
    }

    .map-popup_left {
        /*position:absolute;
    width:50%;
    top:0;
    left:0;*/
        /*position:relative;
    float:left;
    width:50%;*/
        flex: 0 0 55%;
        max-width: 55%;
        padding-right: 15px;
    }

    .map-popup_inner h3 {
        color: #707070;
        font-size: 18px;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

    .map-popup_inner p.address,
    .map-popup_inner p.phone {
        color: #707070;
        font-size: 18px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
    }

    .map-popup_image img {
        display: block;
        max-width: initial !important;
        max-height: 50px !important;
        margin-bottom: 20px;
    }

    .map-popup_right {
        flex: 0 0 45%;
        max-width: 45%;
        background-color: #DEE3EB;
        position: relative;
        padding-left: 10px;
    }

    .map-popup_right_inner {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        color: #707070;
        font-size: 18px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
    }

        .map-popup_right_inner a {
            color: #D22030;
            text-decoration: underline;
        }

    /* Footer */

    footer ul {
        margin-bottom: 0;
    }

        footer ul li {
            display: inline;
        }

    .footer-menu li {
        padding-right: 1.5em;
    }

    @media (min-width:1200px) {
        .footer-menu li {
            padding-right: 2.25em;
        }
    }

    @media (min-width:1600px) {
        .footer-menu li {
            padding-right: 3em;
        }
    }
    .footer-menu li:last-child {
        padding-right: 0;
    }

    .footer-menu a {
        color: #DEE3EB;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 2;
    }

    @media (min-width:1200px) {
        .footer-menu a {
            font-size: 16px;
        }
    }

    .footer-menu a:hover, .footer-menu a:focus {
        color: #fff;
    }

    .footer-social {
        margin-top: 1em;
    }

    @media (min-width: 992px) {
        .footer-social {
            text-align: right;
            margin-top: 0;
        }
    }

    .footer-social li {
        padding-right: 1.25em;
    }

    @media (min-width:992px) {
        .footer-social li {
            padding-right: 1.5em;
        }
    }

    @media (min-width:1600px) {
        .footer-social li {
            padding-right: 2em;
        }
    }

    .footer-social li:last-child {
        padding-right: 0;
    }

    .footer-social a {
        font-size: 1.5em;
        color: #DEE3EB
    }

    @media (max-width:767px) {
        .footer-social a {
            font-size: 1.25em;
        }
    }

    .footer-social a:hover, .footer-social a:focus {
        color: #fff;
        text-decoration: none;
    }

    .footer-copyright {
        color: #DEE3EB;
        font-size: 16px;
    }

        .footer-copyright a {
            color: #DEE3EB;
        }

            .footer-copyright a:hover, .footer-copyright a:focus {
                color: #fff;
            }

        .footer-copyright li {
            padding-right: 1em;
            margin-right: .5em;
            position: relative;
        }

            .footer-copyright li:last-child {
                padding-right: 0;
            }

            .footer-copyright li:before {
                content: "|";
                position: absolute;
                top: -.2em;
                right: 0;
            }

            .footer-copyright li:first-child:before, .footer-copyright li:last-child:before {
                display: none;
            }

    .footer-divider {
        margin: 1em 0;
        border-top: 2px solid #DEE3EB;
    }

    @media (min-width: 768px) {
        .text-right-md {
            text-align: right;
            ;
        }
    }

    .moncur-bug img {
        width: 13px;
        opacity: .35;
        transition: all .15s;
    }

    .moncur-bug:hover img, .moncur-bug:focus img {
        opacity: .6;
    }

    @media (max-width:767px) {
        .moncur-bug {
            margin-top: 1em;
            display: block;
        }
    }


    /* Markets Tiles */

    .block-article {
        overflow: hidden;
        position: relative;
        height: 100%;
        transition: color .4s;
        background-size: cover;
        background-position: center bottom;
        color: #414141;
        display: inline-block;
        margin: 5px;
    }

        .block-article .link-content {
            position: relative;
            height: 100%;
            transition: transform .4s;
            padding: 0;
        }

            .block-article .link-content .heading {
                transition: transform .4s, min-height .4s, padding-top .4s, padding-bottom .4s;
                margin: 0;
                text-transform: none;
                font-weight: 800;
                line-height: 1.4;
                font-size: 1em;
                letter-spacing: 0;
                display: flex;
                align-items: center;
            }

                .block-article .link-content .heading span.title {
                    background-color: #D22030;
                    display: inline-block;
                    padding: 10px;
                    text-transform: uppercase;
                    font-family: 'Titillium Web', sans-serif;
                    color: #fff;
                    text-align: center;
                    margin: 0 auto;
                    transition: all .35s;
                }

        .block-article:hover .link-content .heading span.title {
            background-color: transparent;
        }

        .block-article .link-content .body {
            margin: 0;
            padding-top: 0;
            transition: transform .4s;
            position: relative;
            z-index: 10;
        }

            .block-article .link-content .body p {
                margin-bottom: 10px;
            }

        .block-article .color-fill {
            width: 100%;
            height: 500%;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            z-index: -1;
        }

            .block-article .color-fill:after {
                content: '';
                display: block;
                opacity: 1;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                background-color: transparent;
                transition: opacity .4s;
            }

        .block-article.no-image {
            text-decoration: none;
        }

            .block-article.no-image .link-content,
            .block-article.no-image .link-content .heading {
                transform: translate3d(0, 0, 0);
                min-height: 0;
            }

        .block-article:focus,
        .block-article:hover {
            color: #fff;
            text-decoration: none;
        }

            .block-article:focus .color-fill:after,
            .block-article:hover .color-fill:after {
                opacity: 0;
            }

    @media(min-width:1600px) {
        .block-article.no-image .heading,
        .block-article:hover .heading,
        .block-article:focus .heading {
            padding-top: 35px;
            padding-bottom: 5px;
        }

        .bio .block-article.no-image .heading,
        .bio .block-article:hover .heading,
        .bio .block-article:focus .heading {
            padding-top: 40px;
            padding-bottom: 0;
        }
    }

    @media(max-width: 767px) {
        .block-article {
            line-height: 1.4;
            min-height: 180px;
        }

        .block-article {
            background-color: transparent;
        }

            .block-article .block-image {
                width: 25%;
                padding-bottom: 0;
                height: 100%;
                position: absolute;
                left: 0;
                bottom: 0;
                rotation-point: 0;
                min-width: 180px;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
            }

        .link-content {
            width: calc(100% - 180px);
            float: right;
        }

        .block-article.no-image .block-image {
            display: none;
        }

        .block-article.no-image .link-content {
            width: 100%;
            float: none;
        }

        .link-content .sm-block-padding {
            padding: 20px;
        }

        .link-content .heading {
            padding-bottom: 10px;
        }

        .has-meta .link-content .heading {
            padding-top: 30px;
        }
    }

    @media(max-width: 539px) {
        .block-article {
            min-height: unset;
        }

            .block-article .block-image {
                display: none;
            }

        .link-content {
            width: 100%;
            float: none;
        }
    }

    @media(min-width: 768px) {
        .block-article {
            min-height: 275px;
            width: calc(24.6% - 10px);
        }

            .block-article .link-content {
                transform: translate3d(0, 100%, 0);
            }

                .block-article .link-content .heading {
                    transform: translate3d(0, -80%, 0);
                    min-height: 45%;
                }

            .block-article .block-image {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 100%;
                padding-bottom: 65%;
                transition: all .4s;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
            }

            .block-article.no-image .heading,
            .block-article:hover .heading,
            .block-article:focus .heading {
                padding-top: 15px;
                padding-bottom: 5px;
            }

        .featured-insights .block-article.no-image .heading,
        .featured-insights .block-article:hover .heading,
        .featured-insights .block-article:focus .heading {
            padding-top: 40px;
            padding-bottom: 0;
        }

        .block-article .sm-block-padding {
            padding: 15px 25px;
        }

        .has-meta .block-article .link-content .body {
            padding-top: 10px;
        }

        .block-article:hover .link-content,
        .block-article:hover .link-content .heading,
        .block-article:focus .link-content,
        .block-article:focus .link-content .heading {
            transform: translate3d(0, 0, 0);
            min-height: 0;
        }
    }

    @media (min-width:992px) {
        .block-article {
            min-height: 275px;
            width: calc(19.7% - 10px);
        }
    }

    @media(min-width: 1200px) {
        .block-article.no-image .heading,
        .block-article:hover .heading,
        .block-article:focus .heading {
            padding-top: 25px;
            padding-bottom: 5px;
        }

        .block-article .link-content .heading {
            transform: translate3d(0, -30%, 0);
        }
    }

    @media(min-width: 1200px) {

        .block-article .link-content .heading {
            font-size: .888em;
        }

        .block-article .link-content .body {
            font-size: .85em;
        }
    }

    @media(min-width: 1600px) {
        .block-article {
            min-height: 325px;
        }

            .block-article.no-image .heading,
            .block-article:hover .heading,
            .block-article:focus .heading {
                padding-top: 35px;
                padding-bottom: 15px;
            }

        .featured-insights .block-article.no-image .heading,
        .featured-insights .block-article:hover .heading,
        .featured-insights .block-article:focus .heading {
            padding-top: 45px;
            padding-bottom: 5px;
        }

        .block-article .sm-block-padding {
            padding: 25px 35px;
        }

        .block-article .link-content .heading {
            font-size: 1em;
        }


        .block-article .link-content .body {
            padding-top: 0;
        }
    }

    @media(min-width: 1800px) {
        .block-article {
            min-height: 375px;
        }
    }

    .section-gradient-bg {
        background: #D22030;
        opacity: 0;
        transition: all .35s;
    }

    .block-article:hover .section-gradient-bg {
        opacity: .85;
    }

    /* End Market Tiles */

    .arrow-position {
        position: absolute;
        display: block;
        bottom: 10px;
        right: 10px;
        width: 22px;
        height: 22px;
        transition: all .35s;
        opacity: 0;
    }

    .block-article:hover .arrow-position, .widget-cta:hover .arrow-position {
        opacity: 1;
    }

    .arrow {
        position: relative;
        display: block;
    }

        .arrow:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            opacity: 0.5;
            transition: all .15s;
            background-color: #fff;
            width: 22px;
            height: 22px;
            border-radius: 100px;
        }

        .arrow:after {
            content: "\e900";
            font-family: 'icomoon';
            position: absolute;
            top: 4px;
            right: 5px;
            color: #bd1726;
            font-size: 11px;
        }

    /* Widgets */

    .widget-banner p {
        font-size: 1.5em;
        max-width: 20em;
        margin: 0 auto;
    }

        .widget-banner p + .btn, .widget-banner p + .link {
            margin-top: 1em;
        }

    @media (min-width:992px) {
        .widget-banner p + .btn, .widget-banner p + .link {
            margin-top: 2em;
        }
    }

    .widget-banner a.link, .home-careers a.link, .about-sub-nav a.link {
        color: #DF2A39;
    }

    /* About Us Page Brand Tile */

    .brand-tile {
        display: block;
        position: relative;
    }

        .brand-tile:hover {
            text-decoration: none;
        }

    @media (min-width:768px) {
        .brand-tile {
            height: 100%;
        }
    }

    @media (max-width:991px) {
        .brand-tile {
            margin-bottom: 20px;
        }
    }

    .brand-tile .content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        transition: all .25s;
    }

    .brand-tile:hover .content {
        opacity: 0;
    }

    .brand-tile .content-hover {
        opacity: 0;
        transition: all .25s;
        text-align: center;
        position: relative;
    }

        .brand-tile .content-hover img, .brand-tile .content-hover p {
            margin-bottom: 1.5em;
        }

    .brand-tile:hover .content-hover {
        opacity: 1;
        transition-delay: 220ms;
    }

    .brand-tile:before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #D22030;
        opacity: 0;
        transition: all .25s;
    }

    .brand-tile:hover:before {
        opacity: 1;
    }

    .brand-tile img {
        max-width: 120px;
    }

    @media (max-width:991px) {
        .brand-tile .content {
            opacity: 0;
        }

        .brand-tile .content-hover {
            opacity: 1;
            transition-delay: 220ms;
        }
    }

    /* Team Widget */

    .team-slider .slick-list {
        margin: 0 -15px;
    }

    .team-slider .slick-slide {
        margin: 0 15px;
    }

    /* _EmployeeTestimonials Specific */
    .testimonials-slider .slick-arrow {
        top: calc(50% - 21px);
    }

    /* Global Slider */

    .slick-prev, .slick-next {
        width: 34px;
        height: 36px;
    }

    .slick-prev {
        left: -36px;
        -moz-transform: scaleX(-1) translate(0, -50%);
        -o-transform: scaleX(-1) translate(0, -50%);
        -webkit-transform: scaleX(-1) translate(0, -50%);
        transform: scaleX(-1) translate(0, -50%);
    }

    .slick-next {
        right: -36px;
    }

        .slick-prev:before, .slick-next:before {
            font-family: 'icomoon';
            font-size: 28px;
            color: #C2C7D0;
            transition: all .15s;
        }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            color: #D22030;
        }

        .slick-next:before {
            content: "\e900";
        }

    .slick-prev:before {
        content: "\e900";
    }

    @media (min-width:1300px) {
        .slick-prev {
            left: -55px;
        }

        .slick-next {
            right: -55px;
        }

            .slick-prev:before, .slick-next:before {
                font-size: 36px;
            }
    }

    .slick-dotted.slick-slider {
        margin-bottom: 40px;
    }

    .slick-dots {
        bottom: -40px;
    }

        .slick-dots li button:before {
            font-size: 14px;
        }

        .slick-dots li.slick-active button:before {
            opacity: 1;
        }

    /* Tiles Markets */

    .tile {
        position: relative;
        display: block;
    }

        .tile:hover {
            text-decoration: none;
        }

        .tile:before {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(210,32,48,0.8);
            opacity: 0;
            transition: all .25s;
        }

        .tile:hover:before {
            opacity: 1;
        }

        .tile:hover .arrow-position {
            opacity: 1
        }

        .tile.market {
            position: relative;
            display: block;
            width: 100%;
            margin: 10px 0;
        }

    .team-listing_container {
        margin-bottom: 16px;
        text-align: center;
    }

    @media (min-width:576px) {
        .tile.market {
            display: inline-block;
            width: calc(49.6% - 10px);
            margin: 5px;
        }

        .tile-outer {
            margin: 0 -5px;
        }
    }

    @media (min-width:768px) {
        .tile.market {
            min-height: 250px;
        }
    }

    @media (min-width:992px) {
        .tile.market {
            min-height: 275px;
            width: calc(24.6% - 10px);
        }
    }

    @media (min-width:1200px) {
        .tile.market {
            min-height: 275px;
            width: calc(19.7% - 10px);
        }
    }

    @media(min-width: 1600px) {
        .tile.market {
            min-height: 325px;
        }
    }

    @media(min-width: 1800px) {
        .tile.market {
            min-height: 375px;
        }
    }


    .tile.market .content {
        position: absolute;
        bottom: 10%;
        left: 0;
        right: 0;
        transition: all .25s;
    }

    .tile.market:hover .content {
        opacity: 0;
    }

    .tile.market span.content-title, .tile.market span.title {
        color: #fff;
        font-size: 1em;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 1.2;
        font-family: 'Titillium Web', sans-serif;
    }

    .tile.market span.content-title {
        display: inline-block;
        background-color: #D22030;
        padding: 10px;
    }

    .tile.market .content-hover {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        opacity: 0;
        transition: all .25s;
        padding: 5px 15px;
    }

    .tile.market:hover .content-hover {
        opacity: 1;
        transition-delay: 220ms;
    }

    .tile.market span.title {
        display: block;
    }

    .tile.market span.abstract {
        font-size: 16px;
        display: block;
        color: #fff;
        margin-top: .5em;
    }

    @media (max-width:767px) {
        .tile.market {
            background-image: none !important;
        }

        .image-mobile {
            padding-bottom: 50%;
        }

        .products .image-mobile {
            background-position: top 35% right;
        }

        .tile.market .content {
            display: none;
        }

        .tile.market .content-hover {
            position: relative;
            top: inherit;
            transform: none;
            left: inherit;
            right: inherit;
            opacity: 1;
            padding: 20px 20px;
        }

        .tile.market span.title {
            color: #151515;
        }

        .tile.market span.abstract {
            color: #54565A;
        }

        .tile.market:before {
            display: none;
        }

        .tile.market .arrow-position {
            display: none;
        }
    }

    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .tile-outer {
            display: flex;
            -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            clear: both;
        }
    }

    /* Tiles Bio */

    .tile.bio {
        padding-bottom: 90%;
    }

        .tile.bio .content {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            right: 0;
            padding: .75em 1.25em;
            color: #fff;
            opacity: 0;
            transition: all .25s;
        }

        .tile.bio:hover .content {
            opacity: 1;
            transition-delay: 220ms;
        }

        .tile.bio h4, .tile.bio h2 {
            color: #fff;
            font-size: 1em;
        }

        .tile.bio .title {
            font-style: italic;
            font-size: 16px;
            margin-top: .15em;
            line-height: 1.2;
            display: block;
        }

    @media (max-width:991px) {
        .tile.bio .content {
            top: inherit;
            transform: inherit;
            bottom: 0;
            padding: 10px 35px 15px 15px;
            opacity: 1;
            text-align: left;
        }

        .tile.bio:before {
            background-color: transparent;
            background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0.75));
            opacity: 1;
        }

        .tile.bio .arrow-position {
            opacity: 1;
        }

        .tile.bio .arrow:after {
            color: #000;
        }
    }

    /* Team Detail Page */

    .team-detail h1 {
        font-size: 2.25em;
        line-height: 1.25;
        margin-bottom: .125em;
    }

    .team-detail h2 {
        color: #54565A;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 500;
        font-size: 1.5em;
        margin-bottom: 1em;
    }

    @media (max-width:767px) {
        .team-detail .bio-image {
            margin-bottom: 2em;
        }
    }

    .team-contact-block {
        position: relative;
        background-image: url(/Areas/CMS/assets/img/brand-block-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center right;
        max-width: 20em;
        margin-top: 2em;
    }

        .team-contact-block img {
            margin-bottom: 1em;
        }

        .team-contact-block ul li {
            margin-bottom: 0;
        }

    /* Careers Page Widget */

    .widget-cta {
        margin-bottom: 30px;
        display: block;
        position: relative;
    }

        .widget-cta.last {
            margin-bottom: 0;
        }

    @media (min-width:768px) {
        .widget-cta {
            padding-bottom: 45%;
            margin-bottom: 0;
            height: 100%;
        }
    }

    .widget-cta:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(84,86,90,0.8);
        transition: all .25s;
    }

    .widget-cta:hover:before {
        background-color: rgba(210,32,48,0.8);
    }

    .widget-cta:hover {
        text-decoration: none;
    }

    .widget-cta h3 {
        margin-bottom: 0 !important;
    }

    @media (max-width:991px) {
        .widget-cta .arrow-position {
            opacity: 1;
        }

        .widget-cta .arrow:after {
            color: #54565A;
        }
    }

    .careers-widgets {
        position: relative;
    }

        .careers-widgets:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #DEE3EB;
            height: 70px;
        }

    @media (min-width:768px) {
        .careers-widgets:before {
            height: 140px;
        }
    }

    .widget-explore, .home-careers {
        position: relative;
    }

        .widget-explore:before, .home-careers:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(0,0,0,0.5);
        }

    /* Careers Opportunities */

    @media only screen and (max-width: 991px) and (min-width: 768px) {
        .news-filters .btn:before {
            display: none;
        }
    }

    @media (max-width: 767px) {
        .news-filters .col-md-6 {
            margin-bottom: 10px
        }

        #job-listing label, #news-listing label, #blog-listing label, #location-list label {
            margin-bottom: 10px !important;
        }

        #job-listing > .container:first-child > .row:first-child, #news-listing > .container:first-child > .row:first-child, #blog-listing > .container:first-child > .row:first-child {
            padding: 0 15px;
        }
    }

    /* Investors Page Widgets */


    .widget-stat-outer {
        width: 100%;
    }


    @media (max-width:767px) {
        .widget-stat-outer {
            margin-top: 3em;
        }
    }

    .widget-stat {
        background-repeat: no-repeat;
        background-size: auto;
        background-position: right bottom;
        position: relative;
    }

    @media (min-width:768px) {
        .widget-stat {
            padding-bottom: 45%;
        }
    }

    @media (min-width:992px) {
        .widget-stat {
            padding-bottom: 60%;
        }
    }

    @media (max-width:991px) {
        .widget-stat:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(255,255,255,0.9);
        }
    }

    @media (max-width:767px) {
        .widget-stat {
            margin-top: 15px;
        }
    }

    .widget-stat h2 {
        font-size: 1.5em;
        max-width: 8em;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        line-height: 1.2;
        position: relative;
    }

        .widget-stat h2 span {
            color: #D22030;
            text-transform: uppercase;
            font-weight: 700;
            display: block;
        }

    .widget-stat-outer .widget-stat:nth-child(odd) {
        background-color: #DEE3EB;
    }

    .widget-stat-outer .widget-stat:nth-child(even) {
        background-color: #C2C7D0;
    }

    .stat-list {
        max-width: 20em;
        margin-bottom: 0;
    }

        .stat-list li {
            border-bottom: 2px solid rgba(255,255,255,0.15);
            padding-bottom: 1.25em;
        }

            .stat-list li:last-child {
                border-bottom: none;
                padding-bottom: 0;
                margin-bottom: 0;
            }

        .stat-list p {
            max-width: 15em;
        }

        .stat-list span {
            display: block;
            font-weight: 700;
            font-size: 1.5em;
        }

    /* Testimonials Slider */

    .testimonials-slider p {
        font-size: 1.5em;
        font-family: 'Titillium Web', sans-serif;
        max-width: 37em;
        margin: 0 auto;
    }

    .testimonials-slider span {
        display: block;
        margin-top: 1em;
    }

    /* Market Applications */

    #market-applications h2, #market-applications h3 {
        text-align: center;
        color: #D22030;
        font-weight: 600;
        margin-bottom: 1em;
        font-size: 1.75em;
    }

    /*#market-applications img,
#product-images img {
	max-width: 100%;
	height: auto;
	display: block;
    margin:0 auto;
}*/

    #market-applications .no-slider > div,
    #product-images .no-slider > div {
        width: 33.3333%;
        float: left;
    }

    .applications-slider .slick-slide, .product-image-slider .slick-slide {
        margin: 0 15px;
    }

    .market-application_figure {
        margin-bottom: 1em;
        height: 200px;
        display: flex;
        align-items: center;
    }

        .market-application_figure img {
            margin: 0 auto;
        }

    /* Market Relationship Section */

    #relationship-section h3 {
        color: #D22030;
        font-weight: 600;
        margin-bottom: 1em;
    }

    #relationship-section ul li a {
        color: #636363;
        text-decoration: underline;
    }

    .related-brand_figure {
        height: 75px;
        display: flex;
        align-items: center;
    }

        .related-brand_figure img {
            margin-top: 0;
            margin-bottom: 0;
        }

    /* Landing Banner */

    .impact-callout {
        position: relative;
        overflow: hidden;
    }

        .impact-callout .background-cover {
            height: 100%;
            width: 100%;
            position: absolute;
        }

        .impact-callout .container {
            top: 50%;
            transform: translateY(-50%);
        }

            .impact-callout .container div p {
                font-size: .8em;
            }

    @media(max-width: 575px) {
        .impact-callout .background-cover {
            position: relative;
            height: 16em;
        }

        .impact-callout .container {
            top: 50%;
            transform: translateY(25%);
            height: 16em;
        }

            .impact-callout .container div p {
                color: #54565A !important
            }

            .impact-callout .container div h3 {
                color: #D22030 !important;
            }
    }

    @media(min-width: 576px) {
        .impact-callout {
            height: 24em;
        }

            .impact-callout .container div p {
                width: 21em;
            }
    }



    #banner-landing {
        padding: 10em 0 0 0;
        background-color: #54565A;
    }

    @media(min-width:992px) {
        #banner-landing {
            padding: 13.5em 0 0 0;
        }
    }

    #banner-landing.interior {
        padding: 8em 0 0 0;
    }

    #banner-landing span, #banner-landing.interior-alt h1 {
        margin: 0;
        line-height: .75;
        color: #ffffff;
        font-size: 3.6em;
        font-family: 'Titillium Web', sans-serif;
        text-transform: uppercase;
        display: block;
    }

    @media(min-width:768px) {
        #banner-landing span, #banner-landing.interior-alt h1 {
            font-size: 5em;
        }
    }

    @media(min-width:992px) {
        #banner-landing span, #banner-landing.interior-alt h1 {
            font-size: 6.5em;
        }
    }

    @media(min-width:1200px) {
        #banner-landing span, #banner-landing.interior-alt h1 {
            font-size: 7.5em;
        }
    }

    @media (max-width:374px) {
        .c923 #banner-landing span {
            font-size: 3em;
            margin-bottom: -1px;
        }
    }

    .banner {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        margin-top: 87px;
        font-weight: 600;
    }

    @media(max-width:1799px) {
        .banner {
            margin-top: 77px;
        }
    }

    @media(max-width:1199px) {
        .banner {
            margin-top: 70px;
        }
    }


    .c1156 .banner.interior span {
        position: relative;
        top: -0.1em;
    }

    /* Landing Body */
    .two-columns {
        column-count: 2;
        column-gap: 2.5em;
        margin-top: 1.25em;
    }

    .landing h1,
    .interior h1 {
        font-size: 1.25em;
        color: #54565A;
        font-family: 'Source Sans Pro', sans-serif;
        letter-spacing: 0;
    }

        .landing h1.red-headline, .interior-dexko-advantage h1.red-headline {
            font-size: 1.75em;
            color: #D22030;
            margin-bottom: .75em;
            font-family: 'Titillium Web', sans-serif;
        }

        .interior h1 + p, .interior h1 + div > p:first-child {
            margin-top: 1em;
        }

    /* Market Detail */

    .market-detail h1, .market-detail img {
        margin-bottom: 2em;
    }

    .product-detail h1 {
        margin-bottom: 1em;
    }

    /* News Listing */

    #news-listing h1 {
        font-size: 1.5em;
        text-decoration: underline;
        margin: 5px 0 10px;
    }

    /* News Detail & Job Detail */

    .news-detail h1, .blog-detail h1 {
        font-size: 1.75em;
        color: #D22030;
        margin: 5px 0 1em;
    }

    .blog-detail .featured-image {
        padding-bottom: 2em;
    }

    @media (min-width:992px) {
        .blog-detail .featured-image {
            float: right;
            max-width: 420px;
            padding: 0 0 1em 2em;
        }
    }

    @media (min-width:1200px) {
        .blog-detail .featured-image {
            max-width: 500px;
        }
    }

    @media (min-width:768px) {
        .apply-now {
            text-align: right;
        }
    }

    .news-filters .btn {
        width: 100%;
    }

    /* Contact Page Listing */

    #job-listing label,
    #news-listing label,
    #blog-listing label,
    #stories-listing label,
    #location-list label {
        margin: 0;
        font-weight: 700;
        color: #54565A;
        line-height: 48px;
        font-size: 1.2em;
        display: block;
        line-height: 1.2;
    }

    #job-listing .col-md-1,
    #news-listing .col-md-1 {
        padding-right: 0;
    }

    #job-listing:before,
    #news-listing:before {
        content: "";
        display: block;
        height: 76px;
        margin: -76px 0 0;
    }

    .location-list_container {
        margin-bottom: 2em;
        padding-bottom: 1em;
        border-bottom: 1px solid #C9C9C9;
    }

        .location-list_container:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

    .location-container {
        margin-bottom: 1.5em;
    }

    .location-list_container h3 {
        font-size: 1.5em;
        color: #D22030;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 600;
        margin-bottom: .75em;
    }

    .location-list_container span.title {
        display: block;
        color: #D22030;
        font-size: 1.125em;
        font-weight: 600;
        text-decoration: none;
        margin-bottom: .5em;
    }

        .location-list_container span.title a {
            text-decoration: underline;
        }

    .contact-info h2 {
        font-size: 1.25em;
    }

    /* Dexko Advantage */

    .advantage-stats li {
        border-bottom: 2px solid #c2c7d0;
        padding-bottom: .5em;
        margin-bottom: .5em;
        font-size: 1.5em;
        line-height: 1.2;
    }

        .advantage-stats li:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .advantage-stats li span {
            color: #D22030;
            font-weight: 600;
        }

    @media (min-width:768px) {
        .advantage-stats li span {
            display: block;
        }

        .advantage-stats {
            max-width: 13em;
        }

            .advantage-stats li {
                padding-bottom: 1em;
                margin-bottom: 1em;
            }
    }

    .advantage-image {
        padding-bottom: 70%;
    }

    @media (min-width:992px) {
        .advantage-image {
            padding-bottom: 0;
            height: 100%;
        }
    }

    .blockquote {
        color: #D22030;
        font-weight: 600;
        padding-left: 1em;
        border-left: 5px solid #D22030;
        font-size: 1.125em;
        line-height: 1.2;
    }

    /* Breadcrumb */

    .breadcrumb-section {
        color: #54565A;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .breadcrumb-section ul {
            list-style: none;
            padding: 18px 0;
            margin: 0;
        }

    @media (min-width:992px) {
        .breadcrumb-section ul {
            padding: 26px 0;
        }
    }

    .breadcrumb-section ul li {
        display: inline-block;
        padding-right: 50px;
        margin-right: 10px;
        margin-bottom: 0;
        font-weight: 600;
        position: relative;
    }

    @media (min-width:992px) {
        .breadcrumb-section ul li {
            padding-right: 80px;
            margin-right: 15px;
        }
    }

    .breadcrumb-section ul li:last-child {
        padding-right: 0;
        margin-right: 0;
    }

    .breadcrumb-section ul.breadcrumb-left li:before {
        content: "\e900";
        font-family: 'icomoon';
        position: absolute;
        font-size: 64px;
        color: rgba(0,0,0,0.2);
        line-height: 1;
        top: -20px;
        right: 0;
    }

    @media (min-width:992px) {
        .breadcrumb-section ul.breadcrumb-left li:before {
            font-size: 80px;
            top: -25px;
        }
    }

    .breadcrumb-section ul.breadcrumb-left li:last-child:before {
        display: none;
    }

    .breadcrumb-section ul li a {
        font-size: 14px;
        color: #54565A;
        text-decoration: none;
        font-family: 'Ubuntu', sans-serif;
    }


    .breadcrumb-section .container-large {
        position: relative;
    }

    .breadcrumb-left {
        float: left;
    }

    .breadcrumb-right {
        float: right;
    }

        .breadcrumb-right li {
            padding-left: 80px;
        }

    @media (max-width:767px) {
        .breadcrumb-right {
            display: none;
        }

        .breadcrumb-section ul li {
            padding-right: 20px;
            margin-right: 8px;
        }

        .breadcrumb-section ul.breadcrumb-left li:before {
            font-size: 10px;
            top: 9px;
        }
    }

    ul.breadcrumb-right li:before {
        content: "\e900";
        font-family: 'icomoon';
        position: absolute;
        font-size: 80px;
        color: rgba(0,0,0,0.2);
        line-height: 1;
        top: -25px;
        left: 0;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

    /* Our Brands */

    .brand-block {
        text-align: center;
        position: relative;
        background-image: url(/Areas/CMS/assets/img/brand-block-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center right;
        margin-bottom: 2em;
    }

    @media (max-width:767px) {
        #brands-listing .col-md-6:nth-child(2) {
            margin-top: 2.5em;
        }
    }

    @media (min-width:992px) {
        .brand-block {
            min-height: 400px;
        }
    }

    @media (min-width:1200px) {
        .brand-block {
            min-height: 395px;
        }
    }

    @media (min-width:1800px) {
        .brand-block {
            min-height: 422px;
        }
    }

    .brand-block p {
        max-width: 23em;
        margin: 0 auto;
    }

    .brand_figure {
        margin-bottom: 2em;
        height: 140px;
        display: flex;
        align-items: center;
    }

        .brand_figure img {
            margin-top: 0;
            margin-bottom: 0;
            /* Temporary fix for image resizer */
            max-width: 220px;
            max-height: 140px;
        }

    .parent-brand_figure {
        margin-bottom: 1em;
        height: 120px;
        display: flex;
        align-items: center;
    }

        .parent-brand_figure img {
            margin: 0 auto;
            /* Temporary fix for image resizer */
            max-width: 220px;
            max-height: 140px;
        }

    .brand_container {
        padding-bottom: 2em;
        margin-bottom: 2em;
        border-bottom: 2px solid #c2c7d0;
    }

        .brand_container:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
        }

        .brand-block a.link,
        .brand_container a.link {
            margin-top: 1em;
        }

    .link-line-break {
        display: none;
    }

    @media(max-width:991px) and (min-width:768px), (max-width:483px) {
        .link-spacer {
            display: none;
        }

        .link-line-break {
            display: block;
            line-height: 1;
        }

        .brand-block a.link.brand-details {
            margin-top: 0;
        }
    }


    /* Pagination */

    .pagination {
        margin-top: .5em;
    }

        .pagination li {
            margin-right: .3em;
        }

            .pagination li:last-child {
                margin-right: 0;
            }

        .pagination a {
            background-color: #DEE3EB;
            padding: .3em .6em;
            color: #54565A;
        }

            .pagination a:hover {
                text-decoration: none;
                background-color: #D22030;
                color: #fff;
            }

        .pagination li.active a {
            background-color: #D22030;
            color: #fff;
        }


    /* Sitemap */
    #sitemap ul li {
        margin-bottom: 0;
    }

    /* Misc */
    .better-together a {
        color: #ffffff;
        text-decoration: underline;
    }

        .better-together a.link {
            text-decoration: none;
        }

    .interior.c994 #main-content .breadcrumb-section + section.banner-padding {
        padding-bottom: 0;
    }

    @media (min-width:576px) {
        .column-list {
            -moz-column-count: 2;
            -moz-column-gap: 1.5em;
            -webkit-column-count: 2;
            -webkit-column-gap: 1.5em;
            column-count: 2;
            column-gap: 1.5em;
        }

            .column-list ul {
                margin-top: 0;
            }
    }

    @media(max-width:767px) {
        .border-left.sm-no-border {
            border: 0 !important;
        }
    }

    .text-red {
        color: #D22030;
    }

    .prioritize .col-md-6 {
        order: 1;
    }

    @media(min-width: 845px) {

        .prioritize .row:nth-child(even) .text-content {
            order: 0;
            padding-right: 2em;
        }

        .prioritize .row:nth-child(even) .col-md-6.pb-4.pb-md-0 {
            padding-left: 2em;
        }

        .prioritize .row:nth-child(odd) .text-content {
            padding-left: 2em;
        }

        .prioritize .row:nth-child(odd) .col-md-6.pb-4.pb-md-0 {
            padding-right: 2em;
        }
    }

    .careers-callout {
        height: 35em;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .careers-callout .container > div:first-child {
            width: 20em;
        }

    .px-5.py-5.text-white.bg-gray {
        width: 23em;
        position: relative;
        left: 6%;
    }

        .px-5.py-5.text-white.bg-gray .mb-3 {
            font-size: 2em;
            line-height: 1.1;
        }

    .careers-callout .container.d-flex {
        justify-content: space-between
    }

    /*Impact Microsite*/

    .impact-banner {
        padding-top: 5em;
        padding-bottom: 5em;
    }

        .impact-banner img {
            max-width: 50%;
            padding-bottom: 6em;
        }

        .impact-banner .h3 {
            font-weight: bold;
        }

    .impact-blocks > .row > .col-md-6 > .m-auto {
        padding: 3em 15px;
    }

    .impact-blocks .img-responsive {
        max-height: 1.7em;
    }

    .impact-prefooter {
        width: 100%;
    }

    @media(max-width:991px) {
        .impact-prefooter.scroller {
            position: fixed;
            z-index: 1000;
            bottom: 0;
        }
    }


.impact-prefooter .row .col-3 {
    padding: 1em 1.5em;
    border-right: 1px solid #C2C7D0;
    border-top: 1px solid #C2C7D0;
}

        .impact-prefooter .row .col-3:last-child {
            border-right: none;
        }

        .impact-prefooter .row .col-3 h3, .impact-prefooter .row .col-3 p {
            display: none;
        }

        .impact-prefooter .row .col-3 div {
            text-align: center;
        }

        .impact-prefooter .row .col-3 .d-flex {
            justify-content: center;
        }

        .impact-prefooter .link {
            font-size: 14px;
        }

.impact-prefooter .link:before {
    top:4px;
}

    /*.impact-content div {
    font-weight: 600;
}*/

    .impact-content ul li {
        margin-bottom: 0;
    }

    .justify-content-evenly {
        justify-content: space-evenly;
    }


    .icon-div svg .cls-1 {
        fill: white;
    }

    .icon-div svg {
        max-height:3em;
    }

    .success-menu .success-logo {
        height: 4.3em;
    }

.success-menu .success-logo svg {
    height: 3.5em;
}

    .success-menu strong {
        color: #54565A;
    }

    .success-menu .link {
        color: #54565A;
    }

        .success-menu .link:hover {
            color: #D22030;
        }

    .success-menu .success-logo svg .cls-1 {
        fill: #54565A;
    }

    .success-menu .col-4:hover .success-logo svg .cls-1 {
        fill: #D22030;
    }

    .success-menu .col-4:hover strong {
        color: #D22030;
    }

    .success-menu .col-4:hover {
        text-decoration: none;
    }

    .success-menu .col-4 {
        text-decoration: none;
    }

.success-menu .headline {
    text-transform: uppercase;
    color: #54565A;
    margin-bottom: .5em;
}

    .link.next {
        float: right;
        color: #54565A;
        font-size: .8em;
        text-transform: none;
    }

    .link.back {
        padding-left: 20px;
        padding-right: 0;
        color: #54565A;
        font-size: .8em;
        text-transform: none;
    }

        .link.back:before {
            content: "\e900";
            font-family: 'icomoon';
            font-size: 9px;
            position: absolute;
            top: 6px;
            left: 0;
            right: unset;
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }

    @media(max-width: 767px) {
        .success-menu .success-logo {
            height: 4.0em;
            margin-bottom: 1em;
        }

            .success-menu .success-logo svg {
                height: 4.0em;
            }

        .impact-blocks > .row > .col-md-6.background-cover {
            height: 45vw;
        }

        .success-menu .col-4 {
            background-color: #54565A;
        }

        .success-menu .col-4 {
            border-right: 1px solid #FFFFFF;
        }

            .success-menu .col-4:last-child {
                border: none;
            }

            .success-menu .col-4:hover {
                background-color: #D22030
            }

        .success-menu .success-logo svg .cls-1 {
            fill: #FFFFFF;
        }

        .success-menu .col-4 strong {
            color: #FFFFFF;
        }

        .success-menu .col-4:hover .success-logo svg .cls-1 {
            fill: #FFFFFF;
        }

        .success-menu .col-4:hover strong {
            color: #FFFFFF;
        }
    }


    @media(min-width: 768px) {
        .impact-blocks > .row:nth-child(odd) > .col-md-6.background-cover {
            order: 2;
        }

        .impact-blocks > .row > .col-md-6 > .m-auto {
            padding: 4em 0;
            width: 75%;
        }

        .impact-banner .h3 {
            max-width: 18em;
        }
    }

    @media(min-width: 992px) {
        .impact-prefooter .row .col-3 {
            padding: 2em 4em;
        }

            .impact-prefooter .row .col-3 div {
                text-align: unset;
            }

            .impact-prefooter .row .col-3 .d-flex {
                justify-content: unset;
            }

            .impact-prefooter .row .col-3 h3, .impact-prefooter .row .col-3 p {
                display: block;
            }

        .icon-div {
            height: inherit;
        }
    }

    @media(min-width: 1200px) {
        .impact-blocks > .row > .col-md-6 > .m-auto {
            padding: 8em 0;
            width: 50%;
        }

        .impact-prefooter .row .col-3 {
            padding: 4em;
        }
    }

    @media(min-width: 1600px) {
        .impact-prefooter .row .col-3 {
            padding: 4em 7em;
        }
    }

.success-logo .active .cls-1 {
    fill: #D22030 !important;
}

.success-logo .active strong {
    fill: #D22030;
}