/*-------------------------------------
	HORIZONTAL NAV 
-------------------------------------*/

	.ms-nav-horizontal-bilevel-main,
	.ms-nav-horizontal-bilevel-sub {
		background-color: #0063be;
		min-height: 50px;
		width: 100%;
		z-index: 4;
		display: inline-block; 
	}
	.ms-nav-horizontal-bilevel-main .active,
	.ms-nav-horizontal-bilevel-sub .active {
		font-weight: bold; 
	}
	.ms-nav-horizontal-bilevel-main .active a{
		border-bottom: solid 3px #129fda;
	}
	.ms-nav-horizontal-bilevel-sub .active a {
		border-bottom: solid 3px #ffffff; 
	}
	.ms-nav-horizontal-bilevel-main a,
	.ms-nav-horizontal-bilevel-sub a {
		float: left;
		min-height: 20px;
		padding: 17px 0px 10px 0px;
		margin-right: 40px;
		color: #fff;
		font-size: 0.8rem;
		line-height: 1.375;
		text-transform: none; 
	}
	.ms-nav-horizontal-bilevel-main a:hover,
	.ms-nav-horizontal-bilevel-sub a:hover {
		border-bottom: solid 3px #129fda; 
	}

	.ms-nav-horizontal-bilevel-sub {
		background-color: #129fda;
		margin-top: -5px; 
	}
	.ms-nav-horizontal-bilevel-sub a:hover {
		border-bottom: solid 3px #fff; 
	}
	.ms-nav-horizontal-inner {
		width: 100%;
		padding: 0 40px;
		max-width: 1240px;
		min-width: 1230px;
		min-height: 50px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box; 
	}
	.scrollarrow{
		height:50px;
		width: 40px;
		background-color: rgba(0, 0, 0, 0.75);
		position:absolute;
		cursor:pointer;
		display: none;
	}
	.scrollarrow:before{
		content:'';
		border:#fff;
		border-left: 2px solid #fff;
		border-top: 2px solid #fff;
		height: 15px;
		width:15px;
		position:absolute;
	}
	.scrollarrow.scrollLeft{
		left:0;
		top:0;
		display:none;
	}
	.scrollarrow.scrollRight{
		right:0;
		top:0;
	}
	.scrollLeft:before{
		transform: rotate(-45deg);
		margin-left:15px;
		margin-top:17px;
	}
	.scrollRight:before{
		transform: rotate(135deg);
		margin-left:10px;
		margin-top:17px;
	}
	@media only screen and (max-width: 600px) {
		.ms-nav-horizontal ul {
			display: inline-block;
			margin: 0 auto;
			padding: 0px 20px 0px 20px;
			text-align: center; 
		}
		.ms-nav-horizontal ul li {
			padding: 5px 5px 5px 0px; 
		} 
	}

	@media only screen and (max-width: 984px) {
		.ms-nav-horizontal {
			margin: 10px 0px -15px 0px; 
		}
		.ms-nav-horizontal ul {
			list-style: none;
			max-width: 1160px;
			margin: 0 auto;
			padding: 0px 20px 0px 20px; 
		}
		.ms-nav-horizontal-inner {
			margin-top: 0;
			padding: 0 20px;
			min-width: initial; 
		}
		.ms-nav-horizontal-bilevel-main {
			margin-top: 64px !important;  
		}
		.ms-nav-horizontal-bilevel-main ul {
			display: block;
			float: none; 
		}
		.ms-nav-horizontal-bilevel-main li {
			height: 50px;
			display: inline-flex; 
			float: left;
		}
		.ms-nav-horizontal-bilevel-sub {
			margin-top: 0px; 
		}
		.ms-nav-horizontal-bilevel-sub li {
			display: inline-flex; 
			float: left;
		} 
		.ms-nav-horizontal-bilevel-main li.nav-right{
			float: right;
		}

	}
/*-------------------------------------
	GENERAL 
-------------------------------------*/
	html{
		font-size: 100%;
	}
	body{
		font-size: 1rem;
	}
	h1{
		font-family: "Univers67BoldCondense",Arial,san-serif !important;
	    text-transform: uppercase;
	    font-size: 70px;
	    padding: 0;
	    color: #FFF;
	}
	h2{
		font-family: "Univers67BoldCondense",Arial,san-serif !important;
    	text-transform: uppercase;
    	font-size: 48px;
    	color: #000;
    	margin-bottom: 20px;
	}
	h3{
		font-family: "Univers67BoldCondense",Arial,san-serif !important;
		text-transform: none;
		font-size: 30px;
		color: #000; 
		font-weight: 100;
		margin-bottom: 20px;
	}
	.ms-tab-section{
		margin-bottom: 0;
    	padding-bottom: 0;
	}
	.ms-tab-section .tab-section-title {
	    padding-bottom: 0;
	    border-bottom: none;
	    margin-top: 0;
	}
	h3.homepage-lb {
	    font-size: 1.875em;
	    color: #00A1DF;
	    margin: 0;
	    font-weight: 100;
	    text-transform: none;
	}
	h4{
	    font-family: "Univers57Condense",Arial,san-serif !important;
	    font-size: 18px;
	    font-weight: 100;
	    color: #000;
	    line-height: 1.2;
	    text-transform: uppercase;
	    margin-bottom: 10px;
	}
	h4.brandpage-lb{
		color: #00A1DF;
		font-family: "Univers67BoldCondense",Arial,san-serif !important;
	}
	h5{
	    text-transform: none;
	    font-family: "Univers67BoldCondense",Arial,san-serif !important;
	    font-size: 16px;
	    color: #000;
	    line-height: 1.2;
	    margin-bottom: 20px;
	    letter-spacing: 0;
	}
	p{
    	font-size: 18px;
    	color: #6D6E71;
    	line-height: 1.2;
    	margin-bottom: 20px;
	}
	li{
		color: #6D6E71;
	}
	.richtexteditor li{
		font-size: 18px;
	}
	h6{
		font-family: "Univers67BoldCondense",Arial,san-serif !important;
		text-transform: uppercase;
		font-size: 1.25rem;
		font-weight: normal;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	h6 span{
		font-family: "Univers67BoldCondense",Arial,san-serif !important;
	}
	hr{
	    height: 1px;
	    background-color: #acacac !important;
		margin: 120px 0;
	}
	.spacing70{
		display: block;
		height: 70px;
		margin: 0;
		padding: 0;
	}
	.spacing30{
		display: block;
		height: 30px;
		margin: 0;
		padding: 0;
	}
	.spacing50{
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
	}
	.btn-play{
		top:40%;
	}

	.ms-row>.ms-column.medium-6{
		padding: 0 20px 20px 20px;
	}
	.ms-content-main-wide .ms-row .ms-column:last-child{
		padding-right: 10px;
	}

	@media only screen and (min-width: 1025px) {
		.ms-row>div>.ms-column.offset-large-0,.ms-row>.ms-column.offset-large-0 {
	        margin-left: 0 !important;
	        *margin-left: 0 !important;
	        padding: 0 10px 20px 10px;
	        *padding: 0 9.75px 19.5px 9.75px
	    }
	}

	.alttextimage.section {
    	margin-bottom: 10px;
	}


	.ms-content-main-wide .ms-row{
		padding: 0 40px;
	}
	#logo-up-separator, #typography-separator, .hr-thinmargin{
		padding: 0;
	}
	#logo-up-separator hr, #typography-separator hr{
		margin: 0;
	}

	.hr-thinmargin hr{
		margin: 40px 0;
	}

		/*------------------
			BUTTONS 
		------------------*/
		.dwnldBut{
			padding: 16px 50px;
		    background-color: #005CB9;
		    color: #fff;
		    font-weight: 700;
		    margin-top: 15px;
		    display: inline-block;
		    position: relative;
		}
		.dwnldBut:hover{
			background-color: #00A1DF;
		}
		.dwnldBut.ms-icon:before{
			margin-right: 20px;
		}
		.dwnldBut.ms-icon:after{
		    content: "";
		    display: block;
		    width: 1px;
		    height: 20px;
		    background: #e1e1e1;
		    opacity: 0.5;
		    top: 26px;
		    margin-top: -10px;
		    left: 60px;
		    position: absolute;
		}
		.dwnldBut.ms-icon{
			padding-left: 30px;
		}
        .dwnldButTerms a {
            background-color: #dedede;
            font-weight: normal;
            color: #005CB9;
            border-top: solid 1px #c2c2c2;
        }
        .dwnldButTerms a:hover {
            background-color: #00A1DF;
            color: #fff;
        }
        .dwnldButTerms .download-terms {
            background: #dfdfdf;
            border-top: solid #ccc 1px;
            padding: 10px;
        }
        .dwnldButTerms .download-terms p.legal-download-text {
            font-weight: normal;
        }
        .dwnldButTerms .download-terms a.legal-agree-button {
            padding-left: 25px;
            border: solid 1px #777;
            padding-top: 15px;
            height: 30px;
            font-weight: bold;
            background: #005CB9;
            color: #fff;
        }
        .dwnldButTerms .download-terms a.legal-agree-button:hover {
            background-color: #00A1DF;
        }
        .dwnldButTerms .download-terms a.legal-cancel-button {
            padding-left: 25px;
            border: solid 1px #c2c2c2;
            padding-top: 15px;
            height: 30px;
            background: #ccc;
        }
        
		/*------------------
			FLUSH COL FIX 
		------------------*/
		.flush-row{
			margin: 0 -10px;
		}
	.t-center{
		text-align: center;
	}
	.t-left{
		text-align: left;
	}
	.split-4col > div{
		width: 25%;
		float: left;
	}
	.cont-light{
		color: #fff;
	}
	.brand-banner{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: -5px auto 100px auto;
		background-repeat: no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	    height: 500px;
	}

	.brand-banner .ms-row{
		padding: 125px 0 80px;
	}

	.brand-banner p{
    	margin-top: 5px;
    	font-size: 1.250rem;
    	color: #fff;
	}
	.brand-banner#contactFooter{
	    background-image: url(/content/dam/msi/images/brand/brand_strategy/footer_image.jpg);
	    margin-bottom: 0;
	    padding: 20px 0 0 0;
	    margin-top: 100px;
	    max-width: none;
	    height: 250px;
	}
	.brand-banner#contactFooter .ms-row{
		padding: 20px 40px 20px 40px;
	}

	.brand-footer-overlay{
		background: rgba(255,255,255,0.8);
    	padding: 37px;
	}
	.brand-footer-overlay h2{
	    text-transform: none;
    	font-size: 1.9rem;
    	color: #000;
    	margin-bottom: 10px;
    	line-height: 35px;
    }
    .brand-footer-overlay p {
	    margin-top: 0;
	    font-size: 1.05rem;
	    color: #6D6E71;
	    margin-bottom: 5px;
	}

	@media only screen and (max-width: 600px) {
		.brand-banner{
			color: #fff;
		}
		.brand-banner .overlay-lt{
			position: absolute;
			top:0;
			left:0;
			width: 100%;
			height: 100%;
			background-image: linear-gradient(rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5));
		}
		.brand-banner .overlay-drk{
			position: absolute;
			top:0;
			left:0;
			width: 100%;
			height: 100%;
/*			background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7));
*/		}
		.brand-banner .overlay-clr{
			position: absolute;
			top:0;
			left:0;
			width: 100%;
			height: 100%;
/*			background-image: linear-gradient(rgba(0, 90, 190, 0.7),rgba(0, 90, 190, 0.7));
*/		}
	}


/*-------------------------------------
	Responsive Styles 
-------------------------------------*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px){
	.brand-banner .ms-row {
    	padding: 80px 40px;
	}
	.brand-footer-overlay {
	    padding: 25px 30px 40px;
	    width: 250px;
	    height: 100px;
	}
	.ms-nav-horizontal-bilevel-sub {
	    height: 55px;
	}
}



/*-------------------------------------
	BRAND PAGE 
-------------------------------------*/

	.hOverview h2{
		line-height: 37px;
		font-size: 2.5rem;
		margin-bottom: 0;
	}
	.hOverview h2 span{
		font-family: "Univers-lt",Arial,san-serif;
		font-size: 1.75rem;
		text-transform: none;
	}
	.navTile{
		height:auto;
		border: solid 1px #ccc;
	}
	.navTile > div{
		padding-left: 30px;
		padding-right: 30px;
	}
	.navTile a{
		width: 100%;
		height:60px;
		text-align: center;
		background-color: #129FDA;
		color: #fff;
		display:block;
	}
	.navTile h3{
		height: 46px;
	}
	.navTile p{
		height: 126px;
	}
	.navTile span{
		padding-top: 19px;
	    display: block;
	}
	@media only screen and (max-width: 984px) {

	}
	@media only screen and (max-width: 600px) {
		.offset-large-1 .navTile{
			margin-bottom: 40px;
		}
		.flush-row{
			margin: 0;
		}
		.colorInfo{
			margin-bottom: 20px;
		}
	}

/*-------------------------------------
	DESIGN LANGUAGE 
-------------------------------------*/


/*-------------------------------------
	OUR BRAND
-------------------------------------*/


/*-------------------------------------
	LOGO
-------------------------------------*/

	img[alt~="logousage"]{
		width: 95%;
		margin-bottom: 10px;
	}

	img[alt~="mainlogo"]{
		width: 80%;
		margin: 20px auto;
		display: block;
	}

	img[alt~="logostandars"]{
		margin: 25px 0;
		width: 80%;
	}

	img[alt~="logostandars2"]{
		margin: 63px 0 25px;
		width: 80%;
	}

	img[alt~="logo-emsignia"] {
	    width: 20%;
	    margin: 0 auto;
	    display: block;
	}

	img[alt~="logo-colortypes"]{
	    width: 75%;
	    display: block;
	    margin: 0 auto;
	}

	img[alt~="motorola-signature"]{
	    width: 75%;
	    display: block;
	    margin: 0 auto;
	}
	img[alt~="motorola-wordmark"], 
	img[alt~="emsigniamisuses"]{
	    display: block;
	    margin: 10px auto 0;
	    max-width: 270px;
	}

	img[alt~="emsigniamisuses-crop"],
	img[alt~="emsigniamisuses-color"]{
		margin-top: 10px;
   		max-width: 270px;
	}
	
	


/*-------------------------------------
	MSI SIGNATURE 
-------------------------------------*/

	.usage ul{
		list-style: initial;
		margin-left: 20px;
	}
	.usage h3{
		margin-top: 0;
	}
	.usage hr{
		margin-bottom: 0;
	}
	.usage h4{
		margin-top: 0;
	}
/*-------------------------------------
	BRAND VOICE 
-------------------------------------*/

	.voice-tone-hr hr{
		margin: 100px 0;
	}

/*-------------------------------------
	WRITING GUIDE
-------------------------------------*/


/*-------------------------------------
	COLOR 
-------------------------------------*/

	img[alt~="color-selection"]{
	    width: 80%;
	    margin: 0 auto;
	    display: block;
	}

	@media only screen and (max-width: 1026px) {
		.icn-plus{
			margin-top: 30px !important;
			margin-bottom: 30px !important;
		}
	}
	@media only screen and (max-width: 600px) {
		.dashed-circ{
			width: 50%;
			padding-top: 50%;
			margin-left: 25%;
		}
		.combo-circle.combo-circle-color.dashed-circ{
			margin-left: 0;
		}
	}
/*-------------------------------------
	TYPOGRAPHY 
-------------------------------------*/

	h1.typo-headline{
		color: #0063BE;
	}

	p.typo-introcopy, p.typo-bodycopy{
	    font-family: "Univers-lt",Arial,san-serif;
	    color: #000;
	    letter-spacing: 1px;
	    font-size: 1.3em;
	}
	p.typo-bodycopy{
		font-size: 1em;	
	}

	img[alt~="kerning"]{
		width: 80%;
		margin-bottom: 10px auto;
		display: block;
	}

	img[alt~="leading"]{
		width: 90%;
		display: block;
	}
	img[alt~="regional-styles"]{
		width: 90%;
		margin: 10px auto;
		display: block;
	}
	img[alt~="formatting-ratios"]{
		max-height: 711.5px;
	}	
	.typeSet h2{
		margin-bottom: 40px;
	}
	.typeSet h3{
		margin: 0;
	}
	.typeSet p{
		font-size: 2rem;
		margin: 0;
		word-break: break-all;
	}
	.typeSet .ms-column{
		padding-bottom: 0 !important;
	}
/*-------------------------------------
	ICONS 
-------------------------------------*/

	.align-bot{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.align-bot-plus img{
		padding-bottom: 28px;
	}
	.icn-row.icn-row-short .ms-column{
		min-height: 150px;
	}
	.icn-row.icn-row-med .ms-column{
		min-height: 270px;
	}
	.icn-row.icn-row-tall .ms-column{
		min-height: 300px;
	}
/*-------------------------------------
	ILLUSTRATIONS 
-------------------------------------*/
	

/*-------------------------------------
	PHOTOGRAPHY 
-------------------------------------*/

	.img-row img{
		margin-bottom: 20px;
	}
	.ms-content-main-wide .ms-row .ms-column.medium-4:first-child, .ms-content-main-wide .ms-row .ms-column.medium-3:first-child{
		padding-left: 10px;
	}
	.ms-content-main-wide .ms-row .ms-column.medium-4:last-child {
	    padding-right: 10px;
	}

	img[alt~="major-retouching"]{
    	margin-top: 101px;
    	max-height: 319px;
	}
	img[alt~="crop-image-photography"]{
    	max-height: 591px;
	}
	img[alt~="lighting-do"]{
    	max-height: 329px;
	}

	img[alt~="spot-retouching-before"]{
    	max-height: 318px;
	}
	h5.cropped-image{
    	margin-top: 26px;
	}
		

/*-------------------------------------
	GRAPHIC ELEMENTS 
-------------------------------------*/

	img[alt~="04-types-infographics"]{
    	max-height: 218px;
	}
	img[alt~="icon-cop-car"]{
		padding: 10px 0;
	}
	img[alt~="design-donts"]{
		max-height: 157px;
	}
	
	img[alt~="illustrations-design"]{
    	width: 99%;
	}

	.ms-content-main-wide .ms-row .ms-column.medium-2 img {
	    max-height: 90px;
	    margin: 0 auto;
	    display: block;
	}


/*-------------------------------------
	STORYTELLING 
-------------------------------------*/


/*-------------------------------------
	VIDEOGRAPHY	 
-------------------------------------*/


	img[alt~="video-types-customercasestudy"], img[alt~="video-types-shortvignette"]{
    	height: 208px;
	}


/*-------------------------------------
	LAYOUTS
-------------------------------------*/


	img[alt~="horizontal-page-layout"]{
    	max-width: 608px;
	}
	img[alt~="margins-logo-template"], img[alt~="masked-headline-templatesa"], img[alt~="alternative-cover-templatesa"]{
    	max-height: 265.5px;
	}

	.layouts-row{
		padding: 0 !important;
	}
	.layouts-row hr{
		margin: 0 !important;
	}

/*-------------------------------------
	USING PRODUCTS 
-------------------------------------*/

/*-------------------------------------
	EXAMPLES
-------------------------------------*/

/*-------------------------------------
	DOWNLOADS 
-------------------------------------*/

	.downloads-btn{
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    text-align: center;
	    margin-top: 30px;
	}
    .downloads-btn a {
        display: block;
        height: 40px;
        padding-top: 20px;
    }
	.dwnldBut.downloads-btn{
	    margin: 0;
        margin-top: -10px;
        display: block;
	}
	.downloads-cs{
	    color: #fff;
	    font-weight: 700;
	    margin-top: 15px;
	    display: inline-block;
	    position: relative;
	    width: 100%;
	    margin: 0;
	    padding: 16px 0;
	    text-align: center;
	    background: #bdbdbd;
	    margin-top: -10px;
	}
	img[alt~="collateral-templates-downloads"]{
    	height: 300px;
	}

/*-------------------------------------
	FACILITY BRANDING 
-------------------------------------*/


/*-------------------------------------
	QUICK ACCESS 
-------------------------------------*/


	

/*-------------------------------------
	ENVIRONMENTAL BRANDING
-------------------------------------*/


	img[alt~="our-purpose-3"],
	img[alt~="our-values-3"],
	img[alt~="image-treatment-3"],
	img[alt~="fleet-vehicle-branding"]{
    	max-height: 233px;
	}

/*-------------------------------------
	RECENT WORK
-------------------------------------*/

	.graph-hr {
	    padding: 0 !important;
	    margin: 40px 0 20px !important;
	}

	.recentwork-hr{
		padding: 0 !important;
	}
	.recentwork-hr hr{
		margin: 0 !important;
	}
	img[alt*="recent-work"]{
    	height: 300px;
	}
	.ms-content-main-wide .ms-row > img[alt*="recent-work"]{
		padding: 0 !important;
	}
/*-------------------------------------
	LEGAL
-------------------------------------*/


.ms-footer-links h3 {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.ms-copyright {
    font-size: 12px;
}


/****************
 IPAD LANDSCAPE
*****************/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	img[alt~="emsigniamisuses-crop"], img[alt~="emsigniamisuses-color"] {
	    margin-top: 0;
	}
	img[alt~="emsigniamisuses"] {
	    margin: 0;
	}
	.ms-nav-horizontal-bilevel-sub {
    	height: 50px;
	}
	.ms-content-main-wide .ms-row .ms-column:last-child {
    	padding-right: 0;
	}
	img[alt~="motorola-wordmark"], img[alt~="emsigniamisuses"] {
	    max-width: 170px;
	    margin:0;
	}

	img[alt~="emsigniamisuses-crop"], img[alt~="emsigniamisuses-color"] {
    	max-width: 170px;
	}
	img[alt~="photography-genres-application"] {
	    max-height: 179px;
	}
	img[alt~="product-photography-guidelines-after"] {
	    height: 328px;
	}
	img[alt~="color-corrections-after"] {
	    height: 328px;
	}
	img[alt~="shapes-symmetry-4"] {
    	height: 192px;
	}
	img[alt~="design-donts"] {
    	max-height: 125px;
	}
	img[alt~="illustrations-design"] {
    	height: 295px;
	}
	img[alt~="04-types-infographics"] {
	    height: 175px;
	}
	img[alt~="horizontal-page-layout"] {
    	height: 380px;
	}
	img[alt~="collateral-templates-downloads"] {
    	height: 242px;
	}
	img[alt*="recent-work"] {
    	height: 214px;
	}
	.brand-banner#recent_work, .brand-banner#downloads {
    	height: 400px;
	}	 
		img[alt~="video-types-customercasestudy"], img[alt~="video-types-shortvignette"]{
    	height: 119px;
	}


}
/****************
END IPAD LANDSCAPE
*****************/



/****************
 IPAD PORTRAIT
*****************/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait){
	.ms-content-main-wide .ms-row .ms-column:last-child {
    	padding-right: 0;
	}
	img[alt~="motorola-wordmark"], img[alt~="emsigniamisuses"] {
	    max-width: 160px;
	    margin:0;
	}
	img[alt~="emsigniamisuses-crop"], img[alt~="emsigniamisuses-color"] {
    	margin-top: 0;
    	max-width: 160px;
	}
	img[alt~="formatting-ratios"] {
	    margin-top: 20px;
	}
	.ms-column.medium-8 .ms-column.medium-3{
    	max-width: 140px;
	    width: 50%;
	    margin-left: 20px;
    }
    .ms-column.medium-8 .ms-column.medium-3 p {
    	font-size: 15px;
	}
    .ms-column.medium-6 .ms-column.medium-4{
    	width: 50%;	
    	height: 370px;
    }

    img[alt~="photography-genres-application"] {
	    max-height: 126px;
	}
	img[alt~="product-photography-guidelines-after"] {
	    height: 231px;
	}
	img[alt~="color-corrections-after"] {
	    height: 231px;
	}
	img[alt~="04-types-infographics"] {
    	max-height: 125px;
	}
	img[alt~="shapes-symmetry-4"] {
    	height: 135px;
	}
	img[alt~="icon-cop-car"] {
    	padding: 25px 0;
	}
	img[alt~="design-donts"] {
    	height: 88px;
	}
	img[alt~="illustrations-design"] {
    	height: 213px;
	}
	.ms-nav-horizontal-bilevel-main a, .ms-nav-horizontal-bilevel-sub a {
    	margin-right: 30px;
	}
	.brand-banner#brandVoice {
    	height: 590px;
	}
	img[alt~="horizontal-page-layout"] {
    	height: 270px;
	}
	.dwnldBut.downloads-btn, .downloads-cs {
    	font-size: 14px;
	}
	img[alt~="collateral-templates-downloads"] {
    	height: 174px;
	}
	img[alt*="recent-work"] {
    	height: 132px;
	}
	.ms-nav-horizontal-bilevel-main {
    	height: 55px;
    	margin-top: 170px !important;
	}
	.dwnldBut.dwn-color{
		padding: 16px 30px;
	}
	img[alt~="video-types-customercasestudy"], img[alt~="video-types-shortvignette"]{
    	height: 119px;
	}

}
/****************
END IPAD PORTRAIT
*****************/

@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 767px){
	
	.ms-nav-horizontal-bilevel-main, 
	.ms-nav-horizontal-bilevel-sub{
		height: 52px;
		padding-top: 10px;
	}
	.ms-nav-horizontal-inner{
		height: auto;
	}  
	.ms-nav-horizontal-bilevel-main li, .ms-nav-horizontal-bilevel-sub li{
		width: 32%;
    	height: auto;
	}     
    .ms-nav-horizontal-bilevel-main a, .ms-nav-horizontal-bilevel-sub a {
	    float: left;
	    text-align: center;
	    padding: 0 5px;
	    margin: 0;
	}
	.brand-banner{
		padding: 0 20px;
		width: 100%;
		height: 550px;
	}
	.brand-banner .ms-row {
	    padding: 125px 0 !important;
	}

	.brand-banner p {
	    margin-top: 10px;
	    width: 90%;
	}

	.richtexteditor.section{
		margin-top: 30px;
	}
	.brand-footer-overlay {
	    padding: 20px;
	    width: 240px;
	}
	.alttextimage.section {
    	margin-bottom: 40px;
	}
	.ms-content-main-wide .ms-row {
    	padding: 0 20px;
	}
	.ms-content-main-wide .ms-row .ms-column:last-child {
    	padding-right: 0;
	}
	.brand-banner#contactFooter .ms-row {
    	padding: 20px 40px 20px 40px !important;
	}
}


/*********************
  IPHONE LANDSCAPE
**********************/
@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 767px) 
and (orientation : landscape){
	img[alt~="logostandars2"] {
	    margin: 50px 0 25px;
	    width: 80%;
	}
	img[alt~="emsigniamisuses-color"] {
	    margin-top: 10px;
	    max-width: 150px;
	}
	img[alt~="motorola-wordmark"], img[alt~="emsigniamisuses"] {
	    display: block;
	    margin: 10px auto 0;
	    max-width: 150px;
	}
	img[alt~="emsigniamisuses-crop"], img[alt~="emsigniamisuses-color"] {
	    margin-top: 10px;
	    max-width: 150px;
	}
	.ms-column.medium-8 .ms-column.medium-3{
    	width: 50%;
    }
    .ms-column.medium-6 .ms-column.medium-4{
    	width: 50%;	
    }
    h2.environmental-photography{
		font-size: 38px;
	}
	img[alt~="photography-genres-application"] {
	    height: 113px;
	}
	img[alt~="product-photography-guidelines-after"] {
	    height: 208px;
	}
	img[alt~="color-corrections-after"] {
	    height: 208px;
	}
	img[alt~="04-types-infographics"] {
    	height: 112px;
	}
	img[alt~="shapes-symmetry-4"] {
    	height: 121px;
	}
	.ms-content-main-wide .ms-row .ms-column.medium-2 img {
	    height: 80px;
	    margin: 0 auto;
	    display: block;
	}
	img[alt~="icon-cop-car"] {
	    padding: 25px 0;
	    height: auto !important;
	    width: auto;
	}
	img[alt~="design-donts"] {
	    height: 79px;
	}
	img[alt~="illustrations-design"] {
	    height: 194px;
	}
	.ms-nav-horizontal-bilevel-sub {
    	height: 52px;
    	padding-top: 5px;
	}
	.brand-banner#brandVoice {
    	height: 650px;
	}
	img[alt~="horizontal-page-layout"] {
    	height: 244px;
	}
	.dwnldBut.downloads-btn, .downloads-cs {
    	top: -30px;
    	font-size: 13px;
	}
	img[alt~="collateral-templates-downloads"] {
    	height: 157px;
	}
	img[alt*="recent-work"] {
    	height: 138px;
	}
	img[alt~="video-types-customercasestudy"], img[alt~="video-types-shortvignette"]{
    	height: 107px;
	}
	.ms-nav-horizontal-bilevel-main{
		margin-top: 165px !important;
	}
	.ms-nav-horizontal-bilevel-main li, .ms-nav-horizontal-bilevel-sub li {
   		float: left;
	}
}
/*********************
 END IPHONE LANDSCAPE
**********************/



/****************
 IPHONE PORTRAIT
*****************/
@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 767px) 
and (orientation : portrait){
	.ms-nav-horizontal-bilevel-main a, .ms-nav-horizontal-bilevel-sub a {
	    float: left;
	    text-align: left;
	    padding: 0 5px;
	    margin: 0;
	   	font-size: 11px;
	}
	.ms-nav-horizontal-bilevel-main{
	    height: 80px;
	    padding-top: 10px;
	    margin-top: 180px !important;
	}
	.brand-banner#contactFooter .ms-row {
    	padding: 30px 0px 20px 30px !important;
	}
	.brand-banner .ms-row .ms-column{
		padding: 0 20px !important;
	}
	.brand-banner {
    	padding: 0;
    }
    .spacing70.standard-colors{
    	display: none;
    }
    img[alt~="emsigniamisuses-crop"], img[alt~="emsigniamisuses-color"] {
	    margin: 0 auto;
	    display: block;
	}
	#logo-up-separator{
    	padding: 20px 0;
	}
	#typography h1{
    	font-size: 58px;
    }
    #photography h1, #storytelling h1{
    	font-size: 52px;
    }
    #videography h1{
    	font-size: 54px;
    }
    #environmental-branding h1{
    	font-size: 45px;
    }
    #downloads h1{
    	font-size: 59px;
    }
    img[alt~="spot-retouching-before"] {
    	max-height: 447px;
	}
	h2.environmental-photography{
		font-size: 45px;
	}
	img[alt~="design-donts"] {
    	height: 157px;
	}
	.ms-nav-horizontal-bilevel-sub {
    	height: 66px;
    	padding-top: 5px;
	}
	.brand-banner#brandVoice {
    	height: 640px;
	}
	img[alt~="horizontal-page-layout"] {
    	width: 335px;
	}
	img[alt~="margins-logo-template"], img[alt~="masked-headline-templatesa"], img[alt~="alternative-cover-templatesa"] {
    	width: 295px;
    	max-height: 382px;
	}
	.dwnldBut.downloads-btn, .downloads-cs {
    	top: -30px;
	}
	img[alt~="collateral-templates-downloads"] {
    	height: 179px;
	}
	img[alt*="recent-work"] {
    	height: auto;
    	width: auto;
	}
	img[alt~="video-types-customercasestudy"], img[alt~="video-types-shortvignette"]{
    	height: 119px;
	}
	.ms-nav-horizontal-bilevel-sub li {
    	width: 30%;
	}

}

/****************
END IPHONE PORTRAIT
*****************/

@media only screen and (max-width: 767px) and (min-width: 300px){
	.ms-nav-horizontal-bilevel-main a, .ms-nav-horizontal-bilevel-sub a {
	    float: left;
	    text-align: left;
	    padding: 0 5px;
	    margin: 0;
	    font-size: 11px;
	}
	.ms-nav-horizontal-bilevel-sub li {
    	width: 30%;
	}
	.ms-nav-horizontal-bilevel-sub {
	    height: 66px;
	    padding-top: 5px;
	} 
	.ms-nav-horizontal-bilevel-main li, .ms-nav-horizontal-bilevel-sub li{
	    width: 32%;
	    height: auto;
	    max-height: 25px;
	    float: left;
	}   
	.brand-banner .ms-row .ms-column {
    	padding: 0 20px !important;
	}
}

/****************
EXTRAS
*****************/
.legal-text {
    font-size: 14px;
    color: #888;
}
.legal-text-strong {
    font-weight: bold;
}
.legal-download-text {
    font-size: 12px;
    color: #555;
    text-align: left;
    margin: 20px;
}
.nav-right {
    float: right;
}
.nav-right a {
    margin-right: 0px;
}
@media only screen and (max-width: 984px) {
    .nav-right {
        float: none;
    }
}