/****************************
Generic Styles  	        *
****************************/

body
{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #636363;
	line-height: 1.3;
	min-width: 320px;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 { line-height: 1.3; }

h1,
h2
{
	color: #000000;
	font-size: 1.875em;
	text-transform: uppercase;
}

h1:first-child,
h2:first-child { margin-top: 0; }

body.node-type-page .node-page .field-name-body .field-item h1:first-child:after
{
	content: "";
	width: 70px;
	height: 1px;
	background: #cccccc;
	display: block;
	margin: 40px auto;
}

h3
{
	font-size: 1.125em;
	text-transform: uppercase;
	font-weight: 400;
	color: #000000;
}

img
{
	max-width: 100%;
	height: auto;
}

img[style ~ ="left;"]
{
	margin: 5px 1em 1em 0;
	max-width: 60%;
}

img[style ~ ="right;"]
{
	margin: 5px 0 1em 1em;
	max-width: 60%;
}

address { font-size: 12px; }
table { border: 0; }

th,
td
{
	padding: 5px;
	border: 1px solid #cccccc;
}

td p:last-child { margin-bottom: 0; }

a
{
	color: #00709d;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-mos-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}



ol,
ul { margin-bottom: 15px; }
p,
p:last-child { margin-bottom: 15px; }

::-moz-selection
{
	/* Code for Firefox */
	background: #009ddc;
	color: #ffffff;
}

::selection
{
	background: #009ddc;
	color: #ffffff;
}

.flex {
	display: flex;
}

.button,
.btn,
.btn-default,
.btn-primary,
.btn-info
{
	border: 3px solid #000000;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #000000;
	border-radius: 3px;
	padding: 5px 15px;
	margin-bottom: 5px;
	line-height: 1;
	display: inline-block;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.btn-primary.disabled,
.btn-primary[disabled]
{
	color: #d7d7d7 !important;
	border-color: #8c8c8c !important;
	background-color: #8c8c8c !important;
}

.button:hover,
.button:focus,
.button:active,
.button:active:focus,
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:focus
{
	text-decoration: none;
	background-color: #ffffff;
	border-color: #000000;
	color: #000000;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn
{
	font-size: 14px;
	padding: 6px 10px;
	height: 34px;
}


.webform-container-inline .form-control
{
	display: inline-block;
	width: auto;
}


input.webform-calendar { margin: 6px 0 0 5px; }

.webform-component-fieldset.row
{
	border: 0;
	margin-bottom: 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.webform-component-fieldset.row .panel-body { padding: 0; }
fieldset.captcha { margin-bottom: 15px; }
fieldset.captcha legend { display: none; }
.file-icon { display: none; }
.page-header { border: none; }
.maintenance-page #header { margin: 15px 0; }

.pdf:after,
.ms-word:after,
.ms-excel:after
{
	display: inline-block;
	margin-left: 3px;
	width: 16px;
	height: 16px;
}

.pdf:after { content: url(../images/pdf-icon.gif); }
.ms-word:after { content: url(../images/ms-word-icon.png); }
.ms-excel:after { content: url(../images/ms-excel-icon.png); }
.region-content .views-exposed-form .views-exposed-widget .btn { height: 34px; }
.view-search-api ol,
.view-search-content ol,
.view-search-file ol { margin-top: 20px; }
.view-search-api li.views-row,
.view-search-content li.views-row,
.view-search-file li.views-row { margin-bottom: 20px; }

.view-search-api li.views-row h3,
.view-search-content li.views-row h3,
.view-search-file li.views-row h3
{
	margin-top: 0;
	line-height: 1;
}

.view-search-api .views-field-file a,
.view-search-content .views-field-file a,
.view-search-file .views-field-file a { word-wrap: break-word; }
.view-search-api .views-field h2.element-invisible,
.view-search-content .views-field h2.element-invisible,
.view-search-file .views-field h2.element-invisible { display: none; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
	background-color: #000000;
	border-color: #000000;
}

@media (max-width: 1024px)
{
	body { font-size: 14px; }
	h1,
	  h2 { font-size: 18px; }
	h3 { font-size: 16px; }
}


@media (max-width: 768px) {
	.flex { display: inherit; }
}

/****************************
Bootstrap Overrides			*
****************************/

.form-control {
	height: auto;
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: none;
    box-shadow: none;	
	
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
} 

input[type="file"]:focus, 
input[type="radio"]:focus, 
input[type="checkbox"]:focus {
	outline: none;
}

.row.align-middle {
	display: flex;
}

.row.align-middle > .align-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1400px) {
	.container {
	    width: 1400px;
	}
}

/****************************
Views Overrides				*
****************************/


.views-exposed-form .views-exposed-widget {
	float: none;
}

/****************************
Top Bar 					*
****************************/

#skip-link
{
	position: absolute;
	top: 11px;
	z-index: 10;
}

#skip-link a { display: inline; }

#admin-menu {
	height: auto !important;
}

body.admin-menu .top-bar {
	top: 28px;
}

.top-bar {
/*
    background: #dcddde;
    width: 100%;
*/
	right: 0;
    position: fixed;
    top: 0px;
    display: block;
    z-index: 100;
}
.search-lang-mobile-toggle { display: none; }
.mobile-search-close-btn { display: none; }

@media (max-width: 1024px)
{
	.top-bar
	{
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
		overflow-y: auto;
/*
		height: 100vh;
		right: 0;		
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		max-width: 190px;
*/
	}
	
	body.mobile-search-expanded .top-bar
	{
		-webkit-transition: transform 0.2s ease-out;
		-moz-transition: transform 0.2s ease-out;
		-ms-transition: transform 0.2s ease-out;
		-o-transition: transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	
	.top-bar .container-fluid { padding: 0; }
	.mobile-search-close-btn { display: block; }
	
	.mobile-search-close-btn
	{
		font-size: 42px;
		color: #ffffff;
		float: right;
		margin: 12px 12px 0 0;
	}
	
	.mobile-search-close-btn:hover,
	  .mobile-search-close-btn:focus
	{
		color: #ffffff;
		text-decoration: none;
	}
}


/* --------------- Top Search Form ------------ */
/* Default Search */
.top-bar .block-search
{
	float: right;
	height: 34px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 15px;
	/* background-color: #252525;*/
	background-color: #dcddde;
}

.top-bar .block-search.expanded
{
	padding-left: 10px;
	-webkit-box-shadow: -4px 0px 8px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -4px 0px 8px 2px rgba(0, 0, 0, 0.5);
	box-shadow: -4px 0px 8px 2px rgba(0, 0, 0, 0.5);
}

.top-bar .block-search .input-group { display: table; }
.top-bar form#search-block-form { /*margin-top: 5px;*/ }

.top-bar .form-text
{
	background: transparent;
	border-color: #ffffff;
	border-width: 2px;
	color: #000;
	width: 20px;
	border-radius: 3px !important;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.top-bar .block-search.expanded .form-text
{
	opacity: 1;
	width: 200px;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.top-bar .block-search .input-group-btn { width: auto; }

.top-bar .btn-primary
{
	background: none;
	border-radius: 0;
	border: 0;
	font-size: 18px;
	color: #ffffff;
	height: 34px;
}

.top-bar .form-group { margin-bottom: 0; }

@media (max-width: 1600px)
{
	.top-bar .block-search { height: 30px; }
	.top-bar form#search-block-form { margin-top: 3px; }
	
	.top-bar .form-text
	{
		height: 24px;
		padding: 0 5px;
		border-width: 1px;
	}
	
	.top-bar .block-search.expanded .form-text { width: 120px; }
	.top-bar .block-search .input-group-btn { padding: 0; }
	
	.top-bar .btn-primary
	{
		font-size: 14px;
		padding: 3px 6px !important;
		height: 24px !important;
	}
}

@media (max-width: 1024px)
{
	.top-bar .block-search
	{
		top: 66px;
		right: 0;
		width: 100%;
		height: 40px;
		border-top: 1px solid #636363;
	}
	
	.top-bar form#search-block-form
	{
		margin-top: 7px;
		margin-left: 15px;
	}
	
	.top-bar .form-text
	{
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		width: auto;
	}
}

/* Additional for Search API */
.top-bar #views-exposed-form-search-api-page { /*margin-top: 5px;*/ }
.top-bar .views-exposed-widgets { margin-bottom: 0; }

.top-bar .views-exposed-form .views-exposed-widget
{
	padding: 0;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.top-bar .views-exposed-form .views-exposed-widget.views-widget-filter-search_api_multi_index { display: none; }
.top-bar label { display: none; }

.top-bar .views-submit-button button
{
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 !important;
	background: none;
	border: 0;
	padding: 8px 12px;
	width: 36px;
	overflow: hidden;
	color: #fff;
}

.top-bar .views-submit-button button:hover,
.top-bar .views-submit-button button:focus,
.top-bar .views-submit-button button:active,
.top-bar .views-submit-button button:active:focus
{
	background: none;
	color: #ffffff;
}

.top-bar .views-submit-button button:before
{
	content: "\e003";
	margin-right: 10px;
}

@media (max-width: 1600px)
{
	.top-bar #views-exposed-form-search-api-page { margin-top: 3px; }
	
	.top-bar .views-submit-button button
	{
		top: -1px;
		padding: 5px 10px;
		width: 32px;
	}
}

@media (max-width: 1024px)
{
	.top-bar #views-exposed-form-search-api-page { margin-top: 7px; }
	
	.top-bar .form-text
	{
		margin-left: 12px;
		width: 114px;
	}
}

.views-exposed-widget.views-widget-filter-content_search_api_language { display: none !important; }

/****************************
Site Header				    *
****************************/

/*
body.admin-menu header#navbar {
	top: 62px;
}

header#navbar {
    position: fixed;
    width: 100%;
    top: 34px;
}
*/

.site-header
{
	/*  background: rgba(255, 255, 255, 0.75);*/
	background: rgba(255, 255, 255, 1);
	border-bottom: 2px solid #ededed;
	z-index: 20;
	position: relative;
	/* Added 12/15/21 */
	position: fixed;
	top: 34px;
    top: clamp(35px, 2vw, 45px);    
	width: 100%;
}

body.admin-menu .site-header {
    top: 62px;
    --top-offset: clamp(35px, 2vw, 45px);
    top: calc(var(--top-offset) + 28px);    
}

.site-header .row.top {
	display: flex;
}

.site-header .row.bottom {
    margin-bottom: 10px;
    margin-top: 10px;
}

.site-header .nav-toggle {
	display: none;
	left: 20px;
	position: absolute;
}

.site-header .row.top .mobile_toggle {
	position: absolute;
	right: 20px;
	top: 20px;
}

.site-header .row.top .search {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.site-header .logo
{
	max-width: 207px;
	margin-top: 12px;
	margin-bottom: 8px;
}

.region.region-search .form-group {
	margin-bottom: 0px;
}

.region-search #block-search-form,
.region-search .block-search {
	float: left;
}

.region.region-search input#edit-search-block-form--2,
.region.region-search input#edit-search-api-multi-fulltext {
    background: #eeeeee;
    border-radius: 0px;
    border: 1px solid #c3c3c3;
    width: 300px;
}

.region.region-search label,
.region.region-search #edit-search-api-multi-index-wrapper {
	display: none;
}

.region.region-search .views-exposed-form .views-exposed-widget {
	padding: 0;
	float: left;
	display: inline-block;
	vertical-align: middle;
}

.region.region-search .views-submit-button button
{
	position: relative;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0px !important;
	background: #000;
	border: 0;
	padding: 34px 0px 0px 0px;
	width: 36px;
	overflow: hidden;
	color: #fff;
	border-radius: 0px 3px 4px 0px;
	height: 0px;
	background: #000 no-repeat url(../images/icon_search.png) 10px;	
}

.region-search #block-lang-dropdown-language {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}

#block-lang-dropdown-language .form-group { margin: 0; }
#block-lang-dropdown-language .ddOutOfVision { width: 0; }
#block-lang-dropdown-language .ldsSkin { width: auto !important; }
#block-lang-dropdown-language .ldsSkin .divider { display: none; }

.site-header .logo img { width: 100%; }
.mobile-search-toggle { display: none; }

@media (max-width: 1024px)
{

	body.admin-menu .site-header {
		top: 117px;
	}

	.site-header
	{
		position: fixed;
		width: 100%;
		min-width: 320px;
/*
		top: 68px;
*/
		left: 0;
		z-index: 20;
	}

	
	.site-header .logo
	{
		max-width: 128px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		float: none !important;
	}
	
	/*
	.navbar-header { float: none; }
	*/
	
	.navbar-toggle
	{
		display: block;
		padding: 0;
		margin: 0;
		border-radius: 0;
	}
*
	.navbar-toggle { display: none; }	
	
	.navbar-toggle .icon-bar
	{
		background: #373635;
		height: 4px;
		width: 23px;
	}
	
	.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }
	
/*	
	.mobile-search-toggle
	{
		display: block;
		position: absolute;
		top: 22px;
		right: 15px;
		font-size: 20px;
		color: #373635;
		width: 25px;
		height: 22px;
		background: transparent no-repeat url(../images/search-mobile-toggle.png);
		background-size: 25px;
	}
*/
	.mobile-search-toggle { display: none; }

	
	.mobile-search-toggle:hover,
	  .mobile-search-toggle:focus { text-decoration: none; }
}

/*
@media (max-width: 945px ) {
	.site-header { top: 68px; }
}
*/

@media (max-width: 767px)
{

	.site-header .logo
	{
		max-width: 130px;
		margin-top: 8px;
		margin-bottom: 6px;
	}
	
	.site-header .nav-toggle { display: block; }
	.navbar-toggle { top: 14px; }
	.mobile-search-toggle { top: 20px; }

	.site-header .row.top {
		padding-bottom: 5px;
		padding-top: 10px;
	}
	
	.region-search #block-search-form,
	.region-search .block-search {
		display: none;
	}
	
	body.mobile-search-expanded .region-search #block-search-form,
	body.mobile-search-expanded .region-search .block-search {
		display: block;
	}
	
	.site-header .row.bottom {
		margin-bottom: 0px;
		margin-top: 0px;
	}
/*
	.site-header {
		top: 42px;
	}
*/
	.mobile-search-toggle
	{
		display: block;
		font-size: 20px;
		color: #373635;
		width: 25px;
		height: 0px;
		overflow: hidden;
		padding-top: 25px;
		background: transparent no-repeat url(../images/search-mobile-toggle_alt.png); 
		background-size: cover;
	}
	
	body.mobile-search-expanded .mobile-search-toggle {
/*
		background: transparent no-repeat url(../images/search-mobile-toggle_close.png); 
		background-size: cover;
*/
		background: none;
		height: 25px;
		padding-top: 0px;
		font-family: sans-serif;
		font-weight: bold;
	}
	
	body.mobile-search-expanded .site-header .row.top .search {
		display: block !important;
		width: 80% !important;
		position: absolute;
		top: 0px;
		left: 0px;
		background: #fff;
		padding: 15px;
		margin-right: 0px !important;
	}

	body.mobile-search-expanded .region-search #block-search-form {
		width: 100%;
	}
	
	body.mobile-search-expanded .region.region-search #edit-search-api-multi-fulltext-wrapper {
		width: 80%;
	}

	body.mobile-search-expanded .region.region-search input#edit-search-block-form--2,
	body.mobile-search-expanded .region.region-search input#edit-search-api-multi-fulltext {
		width: 100%;
	}
	
	body.mobile-search-expanded .region-search #block-lang-dropdown-language {
		display: none;
	}
	
	.navbar-toggle {
		display: block;
	}
	
	.site-header .row.top .header {
		margin-left: 50px;
	}

	.site-header .row.top .search {
		margin-right: 50px;
	}	
}

/* --------------- Main Menu ------------ */
.main-nav { float: left; }
.main-nav .mobile-close-btn-wrapper { display: none; }

.main-nav .navbar-nav
{
	margin-top: 22px;
/*	margin-left: 15px; */
	margin-left: 0px;
}

.main-nav .navbar-nav > li { margin: 0 15px; }

.main-nav .navbar-nav > li.first { margin-left: 0px; }

.main-nav .navbar-nav > li > a
{
	color: #000000;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: 8px solid transparent;
	font-family: sans-serif;
}

.main-nav .navbar-nav > li.first > a {
	padding-left: 0px;
}

.main-nav .navbar-nav a.mobile-back-btn { display: none; }

.main-nav .navbar-nav > li.active > a,
.main-nav .navbar-nav > li.active-trail > a,
.main-nav .navbar-nav > li:hover > a,
.main-nav .navbar-nav > li > a:focus
{
	color: #047aa9;
	background: none;
	border-color: #ffffff;
}

.main-nav .navbar-nav > li > .dropdown-menu,
.main-nav .dropdown-submenu > .dropdown-menu
{
	border-radius: 0;
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	min-width: 230px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 5px 15px 10px 0px rgba(0, 0, 0, 0.35);
}

.main-nav .navbar-nav li:hover > .dropdown-menu { display: block; }
.main-nav .dropdown-menu > li { border-bottom: 1px solid #d7d7d7; }

.main-nav .dropdown-menu > li > a
{
	text-transform: uppercase;
	font-size: 0.813em;
	padding: 10px;
	background: #ffffff;
	position: relative;
	color: #636363;
	white-space: normal;
}

.main-nav .dropdown-menu > li.expanded > a { padding-right: 40px; }

.main-nav .dropdown-menu > li.active > a,
.main-nav .dropdown-menu > li.active-trail > a,
.main-nav .dropdown-menu > li > a:hover,
.main-nav .dropdown-menu > li > a:focus
{
	color: #047aa9;
	background: #ffffff;
}

.main-nav .dropdown-submenu > a:after { content: none; }

.main-nav .dropdown-submenu > a .right-arrow
{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 30px;
	border-left: 1px solid #d7d7d7;
}

.main-nav .dropdown-submenu > a .right-arrow:after
{
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #636363;
	position: absolute;
	top: 38%;
	right: 12px;
}

.main-nav .dropdown-submenu.active > a .right-arrow:after,
.main-nav .dropdown-submenu.active-trail > a .right-arrow:after,
.main-nav .dropdown-submenu > a:hover .right-arrow:after { border-left-color: #047aa9; }
.main-nav .dropdown-submenu .dropdown-menu > li { margin-left: 4px; }

/* Mega menu elelements using mega-menu class on li */
@media (min-width: 767px) {
	li.mega-menu > .dropdown-menu {
		 min-height: 200px;
		 background: #fff !important;
	}


	li.mega-menu > ul.dropdown-menu > li > a {
		background: #fff;
		color: #B1282E;
		padding-top: 20px;
		padding-bottom: 20px;
		font-weight: bold;
		font-family: sans-serif;
		text-align: center;
		padding-right: 0px !important;
	}

	li.mega-menu > ul.dropdown-menu li span.right-arrow {
		display: none;
	}

	li.mega-menu > ul.dropdown-menu > li > ul {
		position: absolute;
		top: 0px !important;
		min-height: 200px;
		width: 750px;
		background: #fff !important;
	}

	li.mega-menu > ul.dropdown-menu > li.expanded > ul li {
		margin-left: 0px;
		position: absolute;
		padding: 5px;
	}

	li.mega-menu > ul.dropdown-menu > li.expanded > ul li.dbl > ul.dropdown-menu li {
		width: 50%;
		margin-left: 0px;
		float: left;
	}

	li.mega-menu > ul.dropdown-menu > li.expanded > ul li.first {
		left: 0px;
	}

	li.mega-menu > ul.dropdown-menu > li > ul > li.dbl {
		width: 500px;
	}

	li.mega-menu > ul.dropdown-menu > li.expanded > ul > li > ul.dropdown-menu {
		left: 0px;
		top: 40px;
	}

	li.mega-menu > ul.dropdown-menu > li.expanded > ul > li.last {
		left: 500px;
		width: 250px;
	}

	li.mega-menu > ul.dropdown-menu > li.expanded > ul li > ul.dropdown-menu {
		display: block;
		width: 100%;
	}

	li.mega-menu:hover li.first ul.dropdown-menu {
		display: block;
	}

	li.mega-menu > ul.dropdown-menu > li > ul li > ul.dropdown-menu {
		box-shadow: none;
	}

	li.mega-menu > ul.dropdown-menu > li.expanded > ul > li > a {
		font-size: .9em;
		font-weight: 600;
		font-family: sans-serif;
	}
	li.mega-menu > ul.dropdown-menu > li > ul li > ul.dropdown-menu li {
		position: relative;
		border: none;
	}


	li.mega-menu ul.dropdown-menu li.dbl ul.dropdown-menu:first-child {
		min-width: 500px;
	}

	li.mega-menu > ul.dropdown-menu > li:nth-child(2) > ul {
		top: -57px !important;
	}
	
	li.mega-menu span.nolink {
		text-transform: uppercase;
		font-weight: bold;
		font-family: sans-serif;
		margin-left: 10px;
	}	
}

@media (max-width: 767px)
{
	.main-nav
	{
		position: fixed;
		top: 45px;
		left: 0;
		background: #ffffff;
		height: 100vh;
		width: 100%;
		max-width: 320px;
		padding: 0 15px;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	body.mobile-nav-expanded .main-nav
	{
		z-index: 100;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		overflow-y: auto;
		-webkit-box-shadow: 10px 0px 10px -2px rgba(0, 0, 0, 0.5);
		box-shadow: 10px 0px 10px -2px rgba(0, 0, 0, 0.5);
		-webkit-transition: transform 0.2s ease-out;
		-moz-transition: transform 0.2s ease-out;
		-ms-transition: transform 0.2s ease-out;
		-o-transition: transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
	}
	
	.main-nav .mobile-close-btn-wrapper
	{
		display: block;
		padding: 12px 0;
/*
		margin-left: -15px;
		margin-right: -15px;
*/	
		border-bottom: 1px solid #d7d7d7;
		text-align: right;
	}
	
	.mobile-nav-close
	{
/*		font-size: 42px; */
		color: #373635;
		font-family: sans-serif;
		font-weight: bold;
		font-size: 18px;		
	}
	
	.mobile-nav-close:hover,
	  .mobile-nav-close:focus { text-decoration: none; }
	
	.main-nav .navbar-nav
	{
		margin: 0 -15px;
		float: none;
	}
	
	.main-nav .navbar-nav.mobile-expanded
	{
		-webkit-transform: translateX(-335px);
		-moz-transform: translateX(-335px);
		-ms-transform: translateX(-335px);
		-o-transform: translateX(-335px);
		transform: translateX(-335px);
	}
	
	.main-nav .navbar-nav li
	{
		width: 100%;
		padding: 0;
		margin: 0 !important;
		float: none;
		position: static;
		border: 0;
	}
	
	.main-nav ul li.mobile-expanded
	{
		-webkit-transform: translateX(335px);
		-moz-transform: translateX(335px);
		-ms-transform: translateX(335px);
		-o-transform: translateX(335px);
		transform: translateX(335px);
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.main-nav .navbar-nav a
	{
		font-size: 13px !important;
		padding: 8px 15px !important;
		border-bottom: 1px solid #d7d7d7 !important;
	}
	
	.main-nav .navbar-nav li.expanded > a { padding-right: 47px !important; }
	.main-nav .navbar-nav a.mobile-back-btn { display: block; }
	.main-nav .navbar-nav a.mobile-back-btn i { font-size: 11px; }
	.main-nav .navbar-nav > li.active > a,
	  .main-nav .navbar-nav > li.active-trail > a,
	  .main-nav .navbar-nav > li:hover > a,
	  .main-nav .navbar-nav > li > a:focus { border-bottom: 1px solid #d7d7d7; }
	
	.main-nav .navbar-nav > li.expanded > a:after
	{
		content: "\e250";
		display: block;
		width: 32px;
		height: 100%;
		border-left: 1px solid #d7d7d7;
		position: absolute;
		top: 0;
		right: 0;
		font-family: 'Glyphicons Halflings';
		font-size: 12px;
		text-align: center;
		line-height: 36px;
	}
	
	.main-nav .navbar-nav > li.expanded.mobile-expanded > a:after { display: none; }
	.main-nav .navbar-nav li:hover > .dropdown-menu { display: none; }
	
	.main-nav .navbar-nav > li > .dropdown-menu,
	  .main-nav .dropdown-submenu > .dropdown-menu
	{
		position: static;
		width: 100%;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.main-nav .navbar-nav ul.mobile-expanded { display: block !important; }
	
	.main-nv li.mobile-expanded > ul
	{
		position: absolute;
		top: 100%;
	}
	
	.main-nav .dropdown-submenu.mobile-expanded
	{
		position: absolute;
		top: 0;
	}
	
	.main-nav .dropdown-submenu > a .right-arrow { width: 32px; }
	.main-nav .dropdown-submenu > a .right-arrow:after { border-width: 6px 0 6px 6px; }
	.main-nav .dropdown-submenu.mobile-expanded > a .right-arrow { display: none; }
}

/* --------------- TB Mega Menu ------------ */

.tb-megamenu .nav > li > a {
    border-right: none;
    background: #fff;
    color: #000;
}



/****************************
Page Header 				*
****************************/

header#page-header {
	margin-top: 195px;
}

@media (max-width: 767px) {
	header#page-header {
		margin-top: 110px;
	}
}
/*
.region-header
{
	margin-top: -93px;
	position: relative;
}
*/
/* --------------- Cookie Popup ------------ */
.cookie-popup
{
	display: none;
	position: absolute;
	left: 0;
	top: 93px;
	width: 100%;
	z-index: 10;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	padding: 15px;
}

.cookie-popup p
{
	margin-bottom: 0;
	max-width: 1830px;
	margin-left: auto;
	margin-right: auto;
}

.cookie-popup a:not(.button)
{
	color: #ffffff;
	text-decoration: underline;
}

.cookie-popup p .button
{
	background-color: #ffffff;
	border-color: #ffffff;
	color: #000000;
	margin-left: 10px;
	margin-top: 5px;
}

.cookie-popup p .button:hover,
.cookie-popup p .button:active,
.cookie-popup p .button:focus
{
	background-color: #000000;
	color: #ffffff;
}

@media (max-width: 1024px)
{
	.cookie-popup
	{
		position: fixed;
		top: 67px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media (max-width: 768px)
{
	.cookie-popup { top: 53px; }
}

/* --------------- Page Main Banner ------------ */
.page-main-banner
{
	min-height: 390px;
	padding-top: 150px;
	font-size: 18px;
	font-weight: 300;
	background-image: url(../images/banner-default.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background-size: cover;
	color: #ffffff;
	position: relative;
/*	width: 100%; */
}

.page-main-banner h1,
.page-main-banner h2
{
	color: #ffffff;
	text-align: center;
}

.page-main-banner hr
{
	border-color: #ffffff;
	max-width: 70px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.page-main-banner .button
{
	border-color: #ffffff;
	background-color: #ffffff;
	color: #000000;
}

.page-main-banner .button:hover,
.page-main-banner .button:active
{
	background-color: #000000;
	color: #ffffff;
}

@media (min-width: 481px)
{
	.page-banner-content a:not(.button)
	{
		color: #ffffff;
		text-decoration: underline;
	}
	
	.page-banner-content a:not(.button):hover { text-decoration: none; }
}

@media (max-width: 1024px)
{
	.region-header { margin-top: 0; }
	
	.page-main-banner
	{
		min-height: 490px;
		padding-top: 160px;
	}
}

@media (max-width: 480px)
{
	.page-main-banner
	{
		padding-top: 110px;
		background-size: auto 200px;
		color: #636363;
		min-height: inherit;
	}
	
	.page-main-banner h1,
	  .page-main-banner h2 { margin-bottom: 80px; }
	.page-main-banner hr { display: none; }
	
	.page-main-banner .button
	{
		border-color: #000000;
		background-color: #000000;
		color: #ffffff;
	}
	
	.page-main-banner .button:hover,
	  .page-main-banner .button:focus
	{
		background-color: #ffffff;
		color: #000000;
	}
}

/****************************
Main Content				*
****************************/

.main-container
{
	padding-top: 70px;
	padding-bottom: 80px;
/*	margin-top: 200px;	*/
}

body.page-products .main-container,
body.taxonomy-product-category .main-container,
body.node-type-product .main-container { padding-top: 30px; }

.print-page
{
	float: right;
	color: inherit;
	margin-bottom: 10px;
}

body.front .print-page { display: none; }
.breadcrumb { display: none; }
.region-content { clear: both; }

.region-content:after
{
	content: "";
	display: block;
	clear: both;
}

.region-content div.table-responsive th {
	background:rgba(0, 0, 0, 0.3);
	color: #ffffff;
}

.region-content tr.newProduct {
	background: #fdffec;
}

.term-listing-heading .taxonomy-term { margin-bottom: 50px; }

@media (max-width: 1024px)
{
	body.page-products .main-container,
	  body.taxonomy-product-category .main-container,
	  body.node-type-product .main-container { padding-top: 90px; }
}

@media (max-width: 768px)
{
	body.page-products .main-container,
	body.taxonomy-product-category .main-container,
	body.node-type-product .main-container { padding-top: 70px; }
	
	.main-container {
		margin-top: 0px;
	}
	  
}

@media (max-width: 480px)
{
	.print-page { display: none; }
}

/****************************
Site Footer				    *
****************************/

.site-footer { 
	background-color: #222222;
	color: #ffffff; 
}

.site-footer .container {
/*	width: inherit; */
}


.site-footer section.columns {
/*
	margin-left: 3em;
	margin-right: 3em;
*/
}

.site-footer section.columns .row {
	margin-top: 100px;
}

.site-footer a.logo img {
    max-width: 250px;
    margin-bottom: 3em;
}

.site-footer .address p {
    margin-bottom: 2px !important;
}

.site-footer .phone {
    font-size: 1.75em;
    font-weight: bold;
    margin-top: 1em;
}

.site-footer a { color: #ffffff; }
.site-footer a:hover { text-decoration: underline; }

.footer-nav-social
{
	background: #636363;
	font-size: 0.750em;
	padding: 30px 0 26px;
}

/* --------------- Footer Menu ------------ */

.site-footer h3 {
    color: #fff;
    margin: 0px;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 1em;
}

#block-menu-menu-footer-menu,
.block-menu-block {
	width: 40%;
	float: left;
}

.site-footer .nav li {
	display: block; 
}

.site-footer .nav > li > a
{

	padding: 5px 15px 5px 0;
}

.site-footer .nav > li > a:hover
{
	text-decoration: none;
	color: #f2313e;
}

@media (max-width: 690px)
{
	#block-menu-menu-footer-menu li { display: block; }
	.site-footer .col-lg-4.col-md-6.mb-4.mb-md-0 { clear: both; }	
	.site-footer h3 { margin-top: 2.5em; }
}

/* --------------- Mueller Innovation News Signup ------------ */

iframe#PardotNewsletterForm {
    width: 100%;
    height: 325px;
    border: 0px;
    margin-left: -15px;
}

/* --------------- Social Menu ------------ */

.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent !important;
}

#block-menu-menu-social-menu { 
	margin-top: 30px;
}

#block-menu-menu-social-menu h2 {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}

#block-menu-menu-social-menu .nav > li
{
	display: inline-block;
	margin-left: 20px;
}

#block-menu-menu-social-menu .nav > li > a
{
	display: block;
    width: 0px;
    max-height: 0px !important;
    font-size: 8px;
    overflow: hidden !important;
    line-height: 8px;
    padding-top: 50px;
    padding: 55px 55px 0px 0px;
    background-repeat: no-repeat;
}

a.genericon-linkedin { 
	background: url('../images/social_linkedin.png') top left;
}

a.genericon-twitter { 
	background: url('../images/social_twitter.png') top left;
}

a.genericon-youtube { 
	background: url('../images/social_youtube.png') top left;
}

#block-menu-menu-social-menu .nav > li > a:hover,
#block-menu-menu-social-menu .nav > li > a:focus { 
	background-size: 55px;
}

.site-credit
{
	font-size: 1.05em;
	padding: 30px 0;
	text-align: center;
	color: #c4c4c4;
}

.site-credit .region.region-site-credit {
    padding: 40px;
    border-top: 1px solid #424242;
}

/****************************
CookieBot
****************************/

a#CybotCookiebotDialogPoweredbyCybot {
	display: none !important;
}

.CookiebotWidget-main-logo {
    display: none !important;
}


/****************************
Home Page 				          *
****************************/

body.front .main-container
{
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

body.front .main-container .col-sm-12 { min-height: inherit; }

/* --------------- Home Slider ------------ */
#block-views-home-slider-block { position: relative; }

.home-slides-container
{
	height: 814px;
	position: relative;
}

.home-slide-wrapper
{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.home-slide-wrapper.active
{
	opacity: 1;
	z-index: 1;
}

.home-slide
{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: flex;
	justify-content: center;
}

.home-slide-content
{
	color: #ffffff;
	position: relative;
	align-self: center;
	margin: 0 auto;
}

.home-slide-content h1,
.home-slide-content h2
{
	font-size: 2.250em;
	font-weight: 400;
	margin: 0;
	color: #ffffff;
}

.home-slide-content h3
{
	font-size: 1.875em;
	color: #ffffff;
	text-transform: none;
	margin: 0;
}

.home-slide-content hr
{
	max-width: 70px;
	border-color: #ffffff;
	margin-bottom: 30px;
}

.home-slide-content .button
{
	border-color: #ffffff;
	background-color: #ffffff;
	color: #000000;
}

.home-slide-content .button:hover,
.home-slide-content .button:active,
.home-slide-content .button:focus
{
	border-color: #ffffff;
	background-color: #000000;
	color: #ffffff;
}

.home-slider-controller
{
	position: absolute;
	bottom: 10%;
	width: 100%;
	text-align: center;
	z-index: 6;
}

.home-slider-controller a
{
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	text-indent: -4000px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 10px;
	margin: 0 2px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.home-slider-controller a:hover,
.home-slider-controller a.active { background-color: #000000; }

@media (max-width: 1024px)
{
	.home-slides-container { height: 490px; }
	.home-slide-content h1,
	  .home-slide-content h2 { font-size: 30px; }
	.home-slide-content h3 { font-size: 24px; }
	.home-slider-controller { bottom: 6%; }
}

@media (max-width: 768px)
{
	.home-slide-content h1,
	  .home-slide-content h2 { font-size: 20px; }
	.home-slide-content h3 { font-size: 14px; }
}

/* --------------- Home CTAs ------------ */
.home-cta
{
	background-repeat: no-repeat;
	background-position: right center;
}

.home-cta.right { background-position: left center; }

.home-cta .home-cta-content
{
	width: 50%;
	color: #ffffff;
	text-align: center;
	position: relative;
	height: 366px;
}

.home-cta.right .home-cta-content { float: right; }

.home-cta .home-cta-content:after
{
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}

.home-cta .home-cta-content .arrow
{
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 100%;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-top-width: 183px;
	border-bottom-width: 183px;
	border-left-width: 45px;
}

.home-cta.right .home-cta-content .arrow
{
	left: auto;
	right: 100%;
	border-left-width: 0;
	border-right-width: 45px;
}

.home-cta .home-cta-content-inner
{
	vertical-align: middle;
	display: inline-block;
	max-width: 70%;
}

.home-cta .home-cta-content h3
{
	text-transform: uppercase;
	font-weight: 400;
	color: #ffffff;
	font-size: 1.875em;
	margin: 0;
}

.home-cta .home-cta-content hr
{
	max-width: 70px;
	border-color: #ffffff;
}

.home-cta .home-cta-content p { font-size: 1.125em; }

.home-cta .home-cta-content .button
{
	border-color: #ffffff;
	background-color: #ffffff;
	color: #000000;
}

.home-cta .home-cta-content .button:hover,
.home-cta .home-cta-content .button:active,
.home-cta .home-cta-content .button:focus
{
	background-color: #000000;
	color: #ffffff;
}

@media (min-width: 1945px) {
	.home-cta {
		background-size: cover;
	}
}

@media (max-width: 1024px)
{
	.home-cta { background-size: auto 220px; }
	.home-cta .home-cta-content { height: 220px; }
	
	.home-cta .home-cta-content .arrow
	{
		border-top-width: 110px;
		border-bottom-width: 110px;
		border-left-width: 24px;
	}
	
	.home-cta.right .home-cta-content .arrow { border-right-width: 24px; }
}

@media (max-width: 768px)
{
	.home-cta .home-cta-content { width: 70%; }
	.home-cta .home-cta-content h3 { font-size: 16px; }
	
	.home-cta .home-cta-content hr
	{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.home-cta .home-cta-content p { font-size: 13px; }
}

@media (max-width: 480px)
{
	.home-cta { background-position: -10% center; }
	.home-cta.right { background-position: 10% center; }
}

/****************************
 Products 				    *
****************************/

/* --------------- Category Overview ------------ */
.view-sub-cat-block .row,
.view-products .row,
.row.products-overview
{
	margin-left: 1px;
	margin-right: 0;
}

.view-sub-cat-block .col,
.view-products .col,
.row.products-overview .col
{
	text-align: center;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	margin-left: -1px;
	margin-bottom: 40px;
}

.view-sub-cat-block .col img,
.view-products .col img
{
	margin-right: auto;
	margin-left: auto;
}

.view-sub-cat-block .col .caption h3 a,
.view-products .col .caption h3 a { color: #000000; }
#block-views-category-foot-note-block { font-size: 11px; }

/* --------------- Main Category Overview ------------ */
body.page-products .breadcrumb { display: none; }

/* --------------- Sub Category Overview ------------ */
body.page-taxonomy .breadcrumb { display: none; }

.region-sidebar-first h2.block-title
{
	text-transform: uppercase;
	font-size: 1.875em;
	color: #000000;
}

.region-sidebar-first .nav > li { display: block; }

.region-sidebar-first .nav li a
{
	padding: 0;
	display: inline-block;
	color: #636363;
	text-transform: uppercase;
	font-size: 0.938em;
	white-space: normal;
}

.region-sidebar-first .nav > li.active > a,
.region-sidebar-first .nav > li.active-trail > a,
.region-sidebar-first .nav > li > a:hover,
.region-sidebar-first .nav > li > a:focus
{
	background: none;
	color: #047aa9;
}

.region-sidebar-first .dropdown-submenu > a:after { content: none; }

.region-sidebar-first .dropdown-submenu > .dropdown-menu
{
	position: static;
	float: none;
	border: none;
	margin: 0;
	padding-left: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1em;
}

.region-sidebar-first .dropdown-submenu:hover > .dropdown-menu { display: none; }
.region-sidebar-first .dropdown-submenu.active-trail > .dropdown-menu { display: block; }

.region-sidebar-first .dropdown-menu > li > a:hover,
.region-sidebar-first .dropdown-menu > li > a:focus,
.region-sidebar-first .dropdown-menu > .active > a,
.region-sidebar-first .dropdown-menu > .active > a:hover,
.region-sidebar-first .dropdown-menu > .active > a:focus
{
	color: #047aa9;
	background: none;
}

@media (max-width: 1024px)
{
	.region-sidebar-first .dropdown-submenu > .dropdown-menu { padding-left: 20px; }
}

@media (max-width: 767px)
{
	.region-sidebar-first { display: none; }
}

/* --------------- Product Detail ------------ */
.breadcrumb
{
	padding: 0;
	background: none;
	font-size: 0.750em;
}

.breadcrumb > li + li:before { color: #7d7d7d; }
.breadcrumb a { color: #7d7d7d; }
body.node-type-product .page-header { /*	display: none;*/ }

.product-image-container
{
	position: relative;
	margin: 0 auto;
	max-width: 780px;
}

.product-image-container .product-image-item
{
	opacity: 0;
	z-index: 0;
	position: relative;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.product-image-container .product-video-item video {
	width: 100%;
}

.product-image-container .product-image-item + .product-image-item
{
	position: absolute;
	top: 0;
	left: 0;
}

.product-image-container .product-image-item.in
{
	opacity: 1;
	z-index: 1;
}

.product-image-navigation
{
	position: absolute;
	width: 100%;
	left: 0;
/*	top: 45%; */
	z-index: 2;
}

.product-image-navigation a
{
	display: inline-block;
	float: left;
	width: 30px;
	height: 84px;
	overflow: hidden;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../images/product-image-arrow.png);
	background-position: left top;
}

.product-image-navigation a.next
{
	float: right;
	background-position: left -88px;
}

.product-thumbnails
{
	text-align: center;
	margin-top: 20px;
}

.product-thumbnails a
{
	display: inline-block;
	margin: 20px 10px;
	max-width: 20%;
}

.product-thumbnails a img { border: 1px solid #d7d7d7; }
.product-thumbnails a.active img { border-color: #047aa9; }
.product-title { display: none; }
.panel-group { border-top: 1px solid #cccccc; }

.panel-group .panel
{
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #cccccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-group .panel + .panel { margin-top: 0; }

.panel-default > .panel-heading
{
	border-radius: 0;
	background-color: #ffffff;
	padding: 0;
}

.panel-title { font-size: 1.125em; }

.panel-title a
{
	display: block;
	padding: 10px 25px 10px 0;
	color: #047aa9;
	position: relative;
}

.panel-title a.collapsed { color: #000000; }

.panel-title a:after
{
	font-family: 'Glyphicons Halflings';
	content: "\2212";
	position: absolute;
	right: 0;
	top: 25%;
}

.panel-title a.collapsed:after { content: "\002b"; }
.panel-title a:hover { color: #047aa9; }
.panel-title a:hover,
.panel-title a:focus { text-decoration: none; }

.panel-default > .panel-heading + .panel-collapse > .panel-body
{
	border: 0;
	padding: 0;
}

@media (min-width: 768px)
{
	body.node-type-product .breadcrumb { display: block; }
	.product-mobile-title { display: none; }
	.product-title { display: block; }
}

@media (max-width: 1024px)
{
	.product-image-navigation a
	{
		background-size: 20px;
		width: 20px;
		height: 56px;
	}
	
	.product-image-navigation a.next { background-position: left -59px; }
	
	.product-thumbnails a
	{
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.panel-title { font-size: 16px; }
}

/****************************
Solutions				    *
****************************/

.solutions > .row.header {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 60px;
    background: url(../images/bg_SolutionsWrapper.jpg) top left no-repeat;
    min-height: 430px;
    display: flex;
    align-items: center;
}

.solutions > .row {
    margin-top: 80px;
}


.solutions .row.header h3 {
	text-transform: uppercase;
    color: #fff;
    font-family: "freight-sans-pro",sans-serif;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.solutions .row.header p {
	color: #fff;
}

body.node-type-solution .main-container.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

body.node-type-solution #page-header h1 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 60px;
    font-size: 2em;+3
}

/****************************
Resources				    *
****************************/


body.resources .panel-panel.top.col-lg-12 {
    margin-bottom: 50px;
}

.panel-panel.top .resource_wrapper {
    background: #f7f6f6;
    background: url(../images/bg_ResourceWrapper.jpg) top left no-repeat;
    background-size: cover;
    padding: 60px;
    min-height: 430px;
    display: flex;
    align-items: center;
}


.panel-panel.top .case_studies .resource_wrapper {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),url(../images/bg_ResourceWrapper_CaseStudies.jpg) top left no-repeat;
	background: url(../images/bg_ResourceWrapper_CaseStudies.jpg) top left no-repeat;
	background-size: cover;
}

.panel-panel.top .white_papers .resource_wrapper {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)),url(../images/bg_ResourceWrapper_WhitePapers.jpg) top left no-repeat;
	background: url(../images/bg_ResourceWrapper_WhitePapers.jpg) top left no-repeat;	
	background-size: cover;
}

.panel-panel.top .guides .resource_wrapper {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),url(../images/bg_ResourceWrapper_Guides.jpg) top left no-repeat;
	background: url(../images/bg_ResourceWrapper_Guides.jpg) top left no-repeat;	
	background-size: cover;
}

.panel-panel.top .videos .resource_wrapper {
	background: url(../images/bg_ResourceWrapper_Videos.jpg) top left no-repeat;	
	background-size: cover;
}

.panel-panel.top .resource_wrapper .views-field-title {
	width: 100%;
}

.featured_resource_image {
    text-align: right;
}


h3.featured_resource_title {
    text-transform: uppercase;
    color: #b1282e;
    color: #fff;
	font-family: "freight-sans-pro",sans-serif;
	font-weight: bold;
	font-size: 26px; 
	margin-bottom: 20px;
	margin-top: 0px;
}

.featured_resource_body {
	margin-bottom: 30px;
	color: #fff;
}

body.resources .views-exposed-form input[type="checkbox"] {
	display: block;
    width: 50px;
    float: left;
}

body.resources .views-exposed-form input[type="checkbox"]:focus {
	outline: none;
}

body.resources .views-exposed-widget .form-control {
	padding: 0px;
}

body.resources .views-exposed-widget>label {
    text-transform: uppercase;
    font-weight: bold;
    background: #dcddde;
    display: block;
    padding: 10px 8px 8px 15px;
    margin-bottom: 15px;
    color: #b1282e;
	font-family: "freight-sans-pro",sans-serif;
  
}

body.resources .form-radios {
    margin-left: 20px;
}

body.resources .form-radios .form-item.form-type-radio.radio {
    margin-top: 10px;
}

.view-id-resources .views-bootstrap-grid-plugin-style .row {
    display: flex;
    flex-wrap: wrap;
}

.view-id-resources .views-bootstrap-grid-plugin-style .col {
	padding-bottom: 30px; 
    display: flex;
    flex-direction: column;	
}

.views-bootstrap-grid-plugin-style .resource_wrapper {
    padding: 10px;
    box-shadow: 0px 0px 10px #c9c9c9;
    transition: box-shadow .5s;
    height: 100%;
}

.views-bootstrap-grid-plugin-style .resource_wrapper:hover {
    box-shadow: 0px 0px 10px #955457;
}


.view-resources .col .views-field-title {
	font-family: "freight-sans-pro",sans-serif;
	font-size: 14px;
/*	font-weight: bold; */
	margin-bottom: 10px;
	margin-top: 0px;
}

.view-resources .col .views-field-field-primary-image img {
    width: 100%;
    margin-bottom: 10px;
}

.view-resources .col .views-field-title a {
    color: #b1282e;
    font-size: 14px;
}

.view-resources .col .views-field-field-markets {
    height: 0px;
    overflow: hidden;
    padding-top: 20px;
    display: none;
}

.view-resources .col .views-field-body {
	font-size: .75em;
}

.resource_type.Video {
    content: '';
    width: 75px;
    position: absolute;
    top: 80px;
    background: url(../images/play-button.png) top left no-repeat;
    height: 75px;
    left: 38%;
    background-size: contain;
}

@media (max-width:720px) {
	.featured_resource_image {
		display: none;
	}
	
	.featured_resource_button {
		text-align: center;
	}	
	
	.view-id-resources .views-bootstrap-grid-plugin-style .row {
    	display: inherit;	
    }
}


.top-bar .views-submit-button button, #block-lang-dropdown-language .ldsSkin .ddTitle, #block-lang-dropdown-language .ldsSkin .ddArrow:after, .top-bar .user-menu .nav > li > a
{
	color: black !important;
	border-top-color: black !important;
}

.top-bar > .container-fluid
{
	padding-left: 0 !important;
	padding-right: 0 !important;
	max-width: 1920px;
}

@media (min-width:1024px)
{
	header > .container-fluid
	{
		margin-left: 0;
	
	}
}
