
@media only screen {.preview-mode-theme-mismatch-warning {display: none !important;}
}


/*DEFINE COLORS*/
:root {
  	--blue:#0B2E78;
  	--yellow:#f3ce00;
  	--red:#bd2c00;
   	--lightgrey:#F1F1F1;
  	--midgrey:#CCCCCC;
 	--darkgrey:#293840;
  	--body:#2F3048;
	}
	
/*TAGS*/	
h1, h2, h3, h4, h5, h6 {
	color:var(--blue) !important;
	}

p {
	margin-top:10px !important;
	margin-bottom:0px !important;
	}	
	
ul {
	margin-top:0px !important;
	margin-bottom:0px !important;
	}

ol {
	margin:0px !important;
	margin-left:-20px !important;
	}
li {
	margin-top:5px !important;
	margin-bottom:0px !important;
	}	



em {
	color:var(--blue) !important;
	}	

a:hover img {
	opacity: 0.6 !important;
    filter: alpha(opacity=60) !important; /* For IE8 and earlier */		
	}
	
strong {
	color:var(--blue) !important;
	}

/*CLASSES*/		
.fade-70 {
	opacity: 0.7 !important;
    filter: alpha(opacity=50) !important; /* For IE8 and earlier */		
	}	
.fade-60 {
	opacity: 0.6 !important;
    filter: alpha(opacity=50) !important; /* For IE8 and earlier */		
	}	
.fade-50 {
	opacity: 0.5 !important;
    filter: alpha(opacity=50) !important; /* For IE8 and earlier */		
	}		