/************************************************
$ Interior Page Header Left
************************************************/
.interior-page .header-left {
    background-color: #f6f6f6;
    padding: 35px;
    margin-left: -15px;
    margin-right: -15px;
	min-height: 285px;
}

.interior-page .header-left h1 {
    font-size: 36px;
    margin: 0;
    padding-bottom: 25px;
}

.interior-page .header-left h1:before {
    content: "";
    background-color: #ed612a;
    display: block;
    height: 6px;
    margin-bottom: 25px;
    width: 28px;
}

body.small-business .header-left,
body.enterprise .header-left {
    background-color: transparent;
}
body .chat-with-us  .header.left{
	background-color: transparent;
}

/************************************************
$ Interior Page Header Right
************************************************/
.interior-page .header-image-wrapper {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -15px;
	margin-right: -15px;
}

/************************************************
$ Interior Page Sidebar
************************************************/
.interior-page .sidebar {
    margin-left: -15px;
    margin-right: -15px;
}

.interior-page .interior-sub-menu {
    font-family: 'ProximaNovaBold', sans-serif;
    font-size: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.interior-page .interior-sub-menu a {
    border-bottom: 1px solid #e1e1e1;
    color: #2980b9;
    display: block;
    padding: 30px 15px 25px 35px;
    text-decoration: none;

    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.interior-page .interior-sub-menu a:hover,
.interior-page .interior-sub-menu a:active,
.interior-page .interior-sub-menu a:focus,
.interior-page .interior-sub-menu .active a {
    color: #ffffff;
    background-color: #ed612a;
}

/************************************************
$ Interior Page Main Content
************************************************/
.interior-page .main-content {
    border-left: 1px solid #e1e1e1;
    margin-left: -15px;
    padding-bottom: 60px;
    padding-top: 60px;
    padding-left: 80px;
	padding-right: 80px;
}

.interior-page .main-content p {
    line-height: 24px;
}

.interior-page .main-content ul {
    padding-left: 0;
}

.interior-page .main-content ul li {
    /* Text color */
    color: #636466;
    list-style-type: none;
    margin-left: 1em;
    padding-right: 10px;
}

.interior-page .main-content ul li:before {
    /* Unicode bullet symbol */
    content: '\2022 ';
    /* Bullet color */
    color: #ed612a;
    margin-left: -1em;
    position: absolute;
}

/*body.sitemap .interior-page .main-content ul li:before,*/
/*body.acceptable-use-policy .main-content ul li:before {*/
    /* Unicode bullet symbol */
    /*content: '';*/

/*}*/

body.mg_industry .main .content {
	margin-bottom: 20px !important;
}

/***** Industry Side Nav *****/

ul.industry_menu {
	border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    float: left;
    margin: 0 0 2em 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

/* INDUSTRIES page menu */

ul.industry_menu li {
    float: left;
	text-align: center;
	width: 20%; /* to simulate five columns */
}

ul.industry_menu li a {
    color: #2a80b9;
	display: inline-block;
	font-size: 18px;
    font-family: 'ProximaNovaBold';
    padding: 50px 55px 44px;
	padding-left: 0px;
	padding-right: 0px;
    text-decoration: none;
	text-transform: uppercase;
}

ul.industry_menu li a:hover {
    color: #636466;
}

ul.industry_menu li a:after {
	background-color: transparent;
	content:"";
	display: block;
	height: 6px;
	position: relative;
	top:5px;
	width: auto;
}

ul.industry_menu li a:hover:after {
	background-color: #ed612a;
}

/************************************************
	$ SITE MAP
************************************************/

#menu-site-map {
    /* margin: 0; */
    /* padding: 0; */
}

#menu-site-map li {
    padding: 5px;
}

#menu-site-map li ul {
    padding-left: 1.5em;
    margin-bottom: 1em;
}

#menu-site-map li:before {
    /* Unicode bullet symbol */
    content: '\2022 ';
    /* Bullet color */
    color: #ed612a;
    margin-left: -1em;
    position: absolute;
}


/************************************************
	$ 404 ERROR PAGE
************************************************/

.error404 .interior-page .main-content {
	background-image: url('../images/icon-404.png');
    background-position: center 80px;
    background-repeat: no-repeat;
    background-size: 140px 140px;
    border-left: none;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 240px;
}

.error404 h1 {
	font-family: ProximaNovaLight;
	font-size: 72px;
	margin: 0 0 0.25em;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.error404 .button .ss-icon {
	vertical-align: middle;
}




/* Large desktop */
@media (min-width: 1200px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .interior-page .main-content {
        padding-left: 15px;
        padding-top: 45px;
		padding-right: 0px;
    }

    .interior-page .header-left {
        background-color: transparent;
		padding: 15px;
		min-height: inherit;
    }

	.mg-sub-menu {
		background-color: #2980b9;
	}

	.mg-sub-menu .dropdown button a {
		color: #fff;
		float: left;
	}

	.interior-sub-menu {
		width: 100% !important;
	}

    .interior-page .sidebar {
        margin-left: 0;
        margin-right: 0;
    }

    .interior-page .header-image-wrapper {
        margin-left: 0;
		margin-right: 0;
    }

	/* INDUSTRIES page menu */
	ul.industry_menu li {
		float: none;
		text-align: left;
		width: 100%;
	}

	ul.industry_menu li a {
		display: block;
		padding: 10px 0;
	}
	ul.industry_menu li a:after {
		content: inherit;
	}

	#menu-site-map {
        line-height: 44px;
    }

	#menu-site-map a {
        display: inline-block;
    }
	.interior-page .interior-sub-menu a {
		padding-left: 15px;
	}

	/* 404 ERROR Page */

	.error404 .interior-page .main-content {
		background-position: center 10px;
		background-size: 70px 70px;
		padding-top: 90px;
	}

	.error404 h1 {
		font-size: 27px;
	}

}

/* Landscape phones and down */
@media (max-width: 480px) {

}




/**************************************************
	$ RETINA DISPLAY IMAGES
**************************************************/

/* Retina Display Images */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

	.error404 .interior-page .main-content {
		background-image: url('../images/icon-404-2x.png');
	}

}

/* Retina Display Images - Mobile */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) {

	.error404 .interior-page .main-content {
		background-image: url('../images/icon-404-2x.png');
	}

}



/**************************************************
    Additions 2017-04-17 ttenoever@mindgruve
 */
.client-logo-wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.client-logo-wrapper img {
    margin: 0 auto 2em;
}
