/* COLOR CODES
DARKBLUE	#003056
BLUE		#04518C
LIGHTBLUE	#00A1D9
GREEN		#009C82
ORANGE		#FF8500
DARKGRAY	#808080
LIGHTGRAY	#F2F2F2
*/



.btn-social{
	background-color: #808080;
	color: #F2F2F2;
	border-radius: 0px;
	font-size: 1.5em;
	text-align: center;
	padding: 5px;
}

.btn-social:hover{
	background-color :#FF8500;
	color: #F2F2F2;
}


.btn-social i{
	width: 25px;
	height: 25px;
}

.contact{
	background-color: #808080;
	color:#F2F2F2;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	padding: 2%;
	padding-top: 5%;	
}

.contact a{
	color:#F2F2F2;
		text-decoration: none;
}

.contact a:hover{
	color:#FF8500;
	font-weight: bold;
}


.content{
	color :#003056;
	background-color: white;
	/*HACK TO FILL THE PARENT DIV*/
	padding-bottom: 9999px;
    margin-bottom: -9999px;
}

.content h1{
	color: #ff8500;
}

.content h2{
	color: #04518C;
}



.item-detail{
	height: inherit !important;
	width: inherit !important;
}

.item-detail iframe
{
	height: inherit !important;
	width: inherit !important;

}

/*---------------------*/



.factsheet{
	background-color: #009C82;
	color: white;
}


#page-content-row{
	/*HACK TO FILL THE PARENT DIV*/
	overflow: hidden;

	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1.3%;
}


.related{
	color: #FF8500;
	background-color: #F2F2F2; 

/*HACK TO FILL THE PARENT DIV*/
	padding-bottom: 9999px;
    margin-bottom: -9999px;
}

.related a{
		color: #003056;
}


.sidemenu{
	background-color: #F2F2F2;
	
}

.sidemenu ul{
	list-style-type: none;
	padding: 0;
}

.sidemenu a{
	color: #FF8500;

}


.sidebar{
	padding: 0px;


/*HACK TO FILL THE PARENT DIV*/	
	padding-bottom: 9999px;
    margin-bottom: -9999px;
    overflow: hidden;
}

.sub-sidemenu a{
	color : #003056;
}

.sidemenu .active{
	color: red;
	text-decoration: none;
}


#social-UMlogo{
	background-color: white;
	text-align: right;
	overflow: hidden;    
}

#social-UMlogo img{
	max-width: 75px;
	max-height:75px;
	margin-bottom: 20px;
    margin-right: 20px;
}

#social-UMlogo span{
	background-color: #f2f2f2;
    width: 100px;
    height: 100px;
    position: absolute;
    -ms-transform: transform: skewX(20deg); /* IE 9 */
   	-webkit-transform: transform: skewX(20deg); /* Safari */
    transform:skewX(20deg);
    right: 150px;
}


#social-icons{
	/*HACK TO FILL THE PARENT DIV*/	
	padding-bottom: 9999px;
    margin-bottom: -9999px;
	background-color: #F2F2F2;
	padding-top: 15px;
    padding-left: 30px;
}

#social-icons p{
	color: #FF8500;
	font-weight: bold;
}

#social-row{
	overflow: hidden;
	background-color: #F2F2F2;
}

.title{
	color: #F2F2F2;
	background-color: #FF8500;
	text-align: right;
	margin-left: 0px;
	margin-right: 0px;

	/*height:480px;*/

	overflow: hidden;
}

.title a
{
    color: white;
    font-weight: bold;
}



.thumbnail{
	border: 0px;
	border-radius: 0px;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	border-color: transparent;
	
}
.thumbnail img {
	max-width: 100%;
}

.wrapper{
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #F2F2F2;
	overflow: hidden;
}



.custom-font-size
{

}

.custom-font-size h1
{
	font-size: 36px;
}

.custom-font-size h2
{
	font-size: 30px;
}

.custom-font-size h3
{
	font-size: 24px;
}

.custom-font-size h4
{
	font-size: 18px;
}

.custom-font-size h5
{
	font-size: 12px;
}

.custom-font-size p
{
	font-size: 14px;
}







/*##############################*/
.list-item{
	padding: 1.3%;
}

.list-item img{
	width: 100%;
}



#social-UMlogo-lists{
	background-color: white;
	height: 100px;    
}

#social-UMlogo-lists img{
	max-width: 75px;
	max-height:75px;
	margin-bottom: 20px;
    margin-right: 20px;
}

#social-UMlogo-lists span{
	background-color: #f2f2f2;
    width: 150px;
    height: 100px;
    position: absolute;
    -ms-transform: transform: skewX(20deg); /* IE 9 */
   	-webkit-transform: transform: skewX(20deg); /* Safari */
    transform:skewX(20deg);
    left: -125px;
}


#social-icons-lists{
	padding-top: 1.5%;
	padding-left: 4.5%;
	padding-right: 4.5%;
	height: 100px;
}

#social-icons-lists p{
	color: #FF8500;
	font-weight: bold;
}


#related-lists{
	text-align: right;
	color: #04518C;
}


#related-lists h2{
	color: #FF8500;
	font-weight: bold;
}


#related-lists a{
	color: #04518C;
	text-decoration: none;
	display: block;
}



/*==================================================
=            Font Sizes             =
==================================================*/




    /*==========  Mobile First Method  ==========*/


        /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 479px) {
    	h1{
    		font-size: 25px; 
/*    	}
		h2{
    		font-size: 100px; 
    	}
    	h3{
    		font-size: 100px; 
    	}
		h4{
    		font-size: 100px; 
    	}
    	h5{
    		font-size: 100px; 
    	}
		h6{
    		font-size: 100px; 
    	}
    	.p{
    		font-size: 100px; 
    	}
		.a{
    		font-size: 100px; 
    	}*/
    }



    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
    	h1{
    		font-size: 30px; 
/*    	}
		h2{
    		font-size: 100px; 
    	}
    	h3{
    		font-size: 100px; 
    	}
		h4{
    		font-size: 100px; 
    	}
    	h5{
    		font-size: 100px; 
    	}
		h6{
    		font-size: 100px; 
    	}
    	.p{
    		font-size: 100px; 
    	}
		.a{
    		font-size: 100px; 
    	}*/
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
    	h1{
    		font-size: 30px; 
    	}
/*		h2{
    		font-size: 100px; 
    	}
    	h3{
    		font-size: 100px; 
    	}
		h4{
    		font-size: 100px; 
    	}
    	h5{
    		font-size: 100px; 
    	}
		h6{
    		font-size: 100px; 
    	}
    	.p{
    		font-size: 100px; 
    	}
		.a{
    		font-size: 100px; 
    	}*/
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
    	h1{
    		font-size: 30px; 
    	}
/*		h2{
    		font-size: 100px; 
    	}
    	h3{
    		font-size: 100px; 
    	}
		h4{
    		font-size: 100px; 
    	}
    	h5{
    		font-size: 100px; 
    	}
		h6{
    		font-size: 100px; 
    	}
    	.p{
    		font-size: 100px; 
    	}
		.a{
    		font-size: 100px; 
    	}*/
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
    	h1{
    		font-size: 30px; 
    	}
/*		h2{
    		font-size: 100px; 
    	}
    	h3{
    		font-size: 100px; 
    	}
		h4{
    		font-size: 100px; 
    	}
    	h5{
    		font-size: 100px; 
    	}
		h6{
    		font-size: 100px; 
    	}
    	.p{
    		font-size: 100px; 
    	}
		.a{
    		font-size: 100px; 
    	}*/
    }