/*#region MI Banner */

.banner, .banner > img, .banner-mobile {
	width: 100%;
	position: relative;
}

	.banner > div {
		text-decoration: none;
		color: #52ABD2;
		text-align: center;
		position: absolute;
		top: 2.5em;
		right: 1.2vw;
		font-size: 1.5em;
	}

	.banner:hover > div {
		top: 2.0em;
	}

	.banner .download {
		display: none;
		font-size: 0.8em;
		color: #a69c9f;
	}

	.banner:hover .download {
		display: block;
	}

.banner {
	display: block;
}

.banner-mobile {
	display: none;
}

@media screen and (max-width: 1200px) {
	.banner > div {
		font-size: 1.8vw;
		top: 4.5vw;
	}
	.banner:hover > div {
		top: 4vw;
	}
}


@media screen and (max-width: 450px) {

	.banner {
		display: none;
	}

	.banner-mobile {
		display: block;
	}

	.sister-publications a {
		width: 100%;
	}
}

/*#endregion */

/*#region header1 */

.header1 {
	text-align: center;
	position: relative;
	margin-top: 35px;
	margin-bottom: 35px;
}

	.header1 img:nth-child(1) {
		width: 30px;
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.header1 img:nth-child(2) {
		width: 30px;
		position: absolute;
		right: 0px;
		bottom: -10px;
		/*opacity: 0.2;*/
	}

	.header1 div {
		display: block;
		width: 90%;
		margin: 0 auto;
		font-size: 2em;
		text-align: center;
		font-weight: bold;
		color: #28B999;
		padding-top: 5px;
		padding-bottom: 5px;
		background: #f3f3f3;
	}

@media screen and (max-width: 600px) {
	.header1 {
		width: auto !important;
	}
}

/*#endregion */

/*#region common */

.MI-body {
	margin-left: 17px;
}

.header2 {
	color: #28B999;
	font-size: 1.5em;
}

.header-italic {
	margin-top: 10px;
	margin-bottom: 20px;
	font-style: italic;
	color: #28B999;
	font-size: 1.2em;
}

p, ul {
	color: #95969a;
	font-size: 1.1em;
	text-align: justify;
	margin: 5px 0px 5px 0px;
	font-family: exo_2light;
	line-height: 27px;
}

p.center {
	text-align: center;
	width: calc(100% - 20px);
	margin: 10px auto;
}

.italic {
	font-style: italic;
	font-family: exo_2light;
}

.gray-italic {
	color: #cecece;
	font-weight: normal;
	font-style: italic
}
.gray {
	color: #cecece;
	font-weight: normal;
}

.brand-color {
	color: #28B999;
}

.header4 {
	color: #28B999;
	font-size: 1.4em;
	font-weight: bold;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #28B999;
	background-color: transparent !important;
	text-align: center;
	margin: 0 auto !important;
	margin-top: -10px !important;
	margin-bottom: -14px !important;
	transform: scale(1.7, 1);
	-webkit-transform: scale(1.7, 1); /* Safari */
}

 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 15px;
}

 li {
 	font-family: exo_2light;

	padding-left: 1em;
	text-indent: -15px;
	margin-bottom: 0px;
	color: #95969a;
}

	li::before {
		content: "• ";
		color: #28B999;
		font-size: 30px;
	}


/*#endregion */

/*#region issue-content */

	.about-2-cols > div {
		display: inline-block;
		vertical-align: top;
	}
	.about-2-cols > div:nth-child(2) {
		width: calc(100% - 300px - 50px);
	}

.issue-content {
	text-align: center;
	width: 300px;
	margin-right: 20px;
}

	.issue-content > div:first-child {
		background-color: #28B999;
		color: white;
		font-size: 1.3em;
		padding: 8px 0;
	}

	.issue-content > div {
		background-color: #efefee;
		margin: 10px 0;
		padding: 5px 0;
		color: #95969a;
	}

	.issue-content header {
		color: #28B999;
		font-size: 1.1em;
	}

@media screen and (max-width: 620px) {
	.issue-content {
		width: 100%;
		float: none;
	}
	.about-2-cols > div:nth-child(2) {
		width: 100%;
	}
}

/*#endregion*/

/*#region MI-clients */

section#MI-clients {
	background-color: #ddebf6;
	border-top: 2px dashed #95969a;
	border-bottom: 2px dashed #95969a;
}

	section#MI-clients .header1 {
		margin: 15px 0;
	}

.MI-clients {
	text-align: center;
}
.MI-clients img {
	margin: 10px;
}
/*#endregion  */

/*#region Testimonials */

.MI-testimonials {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

	.MI-testimonials article {
		flex-grow: 0;
		flex-shrink: 1;
		margin: 0 0 4em 4em;
		position: relative;
		width: calc(50% - 4em);
		padding: 35px 0;
	}

	.MI-testimonials h3 {
		color: #28B999;
		text-align: center;
		font-size: 1.1em;
	}

	.MI-testimonials h4 {
		color: #28B999;
		font-weight: normal;
		font-family: exo_2light;
		width: 80%;
		margin: 0 auto;
		text-align: center;
		font-size: 0.9em;
		margin-bottom: 4px;
	}

	.MI-testimonials div {
		text-align: justify;
		width: 70%;
		margin: 0 auto;
		display: block;
		font-size: 0.9em;
		color: #95969a;		
	}

	.MI-testimonials article img:nth-child(1) {
		width: 50px;
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.MI-testimonials article img:nth-child(2) {
		width: 50px;
		position: absolute;
		right: 0px;
		bottom: 0px;
	}


@media screen and (max-width: 800px) {
	.MI-testimonials article {
		width: calc(100% - 4em);
	}
}


/*#endregion*/

/*#region header3 */

.header3 {
	text-align: center;
	position: relative;
	margin: 20px auto;
}

.header3 img:nth-child(1) {
	width: 30px;
	position: absolute;
	left: 26px;
	top: 0px;
}

.header3 img:nth-child(2) {
	width: 30px;
	position: absolute;
	right: 26px;
	bottom: 0px;
}

.header3 div {
	display: block;
	width: 90%;
	margin: 0 auto;
	font-size: 1em;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 5px;
	background: #f3f3f3;
}

/*#endregion */

/*#region industry */

div.industry-region {
	color: #706f74;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
}

.industry-bullet {
	position: relative;
}

.industry-bullet {
	margin-top: 70px;
}
.industry-bullet:first-child {
	margin-top: 40px;
}

	.industry-bullet div:nth-child(2) {
		position: absolute;
		left: 30px;
		top: 30px;
		font-size: 4em;
		color: #28B999;
	}

	.industry-bullet div:nth-child(3) {
		position: absolute;
		left: 150px;
		top: 50px;
		font-size: 0.8em;
		color: #95969a;
		max-width:450px;
	}

	.industry-bullet:nth-child(2), .industry-bullet:nth-child(4) {
		margin-left: 100px !important;
	}
	.industry-bullet:nth-child(3) {
		margin-left: 200px !important;
	}

/*#endregion */

/*#region editorial-program */
.MI-editorial-program {
	position: relative;
	padding-left: 40px;
}

	.MI-editorial-program table {
		width: 100%;
		table-layout: fixed;		
		color: #95969a;
		border-spacing: 3px;
		background: white;		
	}

		.MI-editorial-program table td {
			vertical-align: middle;
			padding: 10px;
			width: 100px;
			height: 80px;
			border-radius: 4px;
			text-align: center;
		}

		.MI-editorial-program table td p {
			margin: 0;
			padding: 0;
			text-align: center;
		}
		.MI-editorial-program table td:first-child,
		.MI-editorial-program table td:first-child p {
			text-align: left;
		}
	.MI-editorial-program table tr:nth-child(2n+1) {
		background: #efefee;	
	}

	.MI-editorial-program table tr:first-child td {
		background: #28B999;
		color: white !important;
		font-size: 1.4em;
		text-align: center;
		border-radius: 4px;
		height: 40px;
	}
		.MI-editorial-program table tr:first-child td p {
			color: white !important;
		}


	/*.MI-editorial-program table tr:nth-child(10) td,
	.MI-editorial-program table tr:nth-child(12) td,
	.MI-editorial-program table tr:nth-child(13) td {
		border-top: 1px solid #28B999;
	}*/

	.MI-editorial-program .group-captions {
		float: left;
		height: 1000px;
		width: 40px;
		background: red;
		color: #28B999;
		font-weight: bold;
		font-size: 1.5em;
		position: absolute;
		top: 0;
		left: 0;
		background: white !important;
	}

		.MI-editorial-program .group-captions div {
			vertical-align: middle;
			text-align: center;
			-moz-transform: rotate(-90.0deg); /* FF3.5+ */
			-o-transform: rotate(-90.0deg); /* Opera 10.5 */
			-webkit-transform: rotate(-90.0deg); /* Saf3.1+, Chrome */
			width: 200px;
			margin-left: -85px;
		}

			.MI-editorial-program .group-captions div:nth-child(1) {
				margin-top: 500px;				
			}
			.MI-editorial-program .group-captions div:nth-child(2) {
				margin-top: 460px;
			}
			.MI-editorial-program .group-captions div:nth-child(3) {
				margin-top: 385px;
			}

/*#endregion */

/*#region Ad Rates */

.MI-ad-rates {
	padding-left: 0;
}

.MI-ad-rates h2 {
	text-align: left;
}
.MI-ad-rates table {
	width: 100%;
}
	.MI-ad-rates table td {
		height: unset;
	}

	.MI-ad-rates table tr:first-child td {
		font-size: 1.2em;
	}

#tblAdSpecs6 tr {
	/* single row */
	background: #efefee;
}

/*#endregion*/

/*#region Addresses */

.MI-addresses {
	color: #95969a;
}
.MI-addresses h3 {
	color: #28B999;
}
	.MI-addresses a {
		color: #95969a !important;
	}
.MI-addresses div:first-child {
	color: #95969a;
	margin: 20px auto;
	width: 80%;

	position: relative;
	display: flex;
	flex-wrap: wrap;
}

	.MI-addresses article {
		display: inline-block;
		flex-grow: 0;
		flex-shrink: 1;
		margin: 20px 10px 0 10px;
		position: relative;
		width: calc(33.333% - 25px);		
	}

	.MI-addresses div:last-child {
		margin-top: 15px;
		color: #28B999;
		text-align: center;
		width: 100%
	}

@media screen and (max-width: 1000px) {
	.MI-addresses article {
		width: calc(50% - 20px);
	}
		.MI-addresses article:last-child {
			width: auto;
			margin-left: auto;
			margin-right: auto;
		}
}

@media screen and (max-width: 450px) {
	.MI-addresses article {
		width: 100%;
	}
}

/*#endregion */

/*#region Sticky navbar */

#mi-navbar {
	margin-top: 10px;
	overflow: hidden;
	background-color: #28B999;
	max-width: 1200px;
}

	#mi-navbar a {
		float: left;
		display: block;
		color: #f2f2f2;
		text-align: center;
		padding: 14px;
		text-decoration: none;
	}
		#mi-navbar a:hover {
			background-color: #ddd;
			color: black;
		}

		#mi-navbar a:active {
			background-color: #28B999;
			color: white;
		}

#mi-navbar-content {
	/*padding: 16px;*/
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
	position: fixed;
	top: 0;
	width: calc(100% - 50px);
	z-index: 99;
	margin-top: 0px !important;
}

	/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
	.sticky + #mi-navbar-content {
		padding-top: 60px;
	}

.mi-navbar-link {
	display: block;
	padding-top: 0px;
}
.sticky + .mi-navbar-link {
	padding-top: 40px;
}

@media screen and (max-width: 450px) {
	#mi-navbar a:nth-child(2n) {
		float: none;
	}
}


/*#endregion */

.layout-wide {
	width: 90%;
}

.layout-narrow {
	display: none;
	width: 90%;
}

@media screen and (max-width: 600px) {

	.layout-wide {
		display: none;
	}

	.layout-narrow {
		display: block;
	}
}

