#feature-fmc2 { background-image: linear-gradient(#067ead, #27a9b5, #5aebc1); height: 550px; }
#feature-fmc2-clouds { background-image: url(/home/features/2019/fmc2/images/feature_graphic_clouds_2x.png); }
/*#feature-fmc2 .section { padding: 90px 0px 150px}*/
#feature-fmc2-clouds { background-position: bottom; background-repeat: no-repeat; background-size: contain; height: 100%; }
#feature-fmc2 .column-content h2, #feature-fmc2 .column-content p, #feature-fmc2 .column-content a { color: #ffffff; }
#feature-fmc2 .column-content h2 { margin-bottom: 30px; }
#feature-fmc2 .column-content p { margin-bottom: 10px; }
#feature-fmc2 .column-content h2.heading-blue strong { color: #10516a; }
#feature-fmc2 .btn { border: 1px solid #ffffff; width: 90%; }
#feature-fmc2 .btn:hover { color: #006ece; background: #ffffff; }

#feature-fmc2 #cloud2-links { width: 80%; margin: 0 auto; }
#feature-fmc2 #cloud2-links div { display: inline-block; width: 30%; vertical-align: top; }

#feature-fmc2.long #cloud2-links { width: 90%; }
#feature-fmc2.long #cloud2-links div { width: 30%; }

/* X-LARGE SCREENS (CASCADE TO LOWER SCREEN) */
@media only screen and (min-width: 1442px) {
	
}
 
/* LARGE SCREENS (SPECIFIC) */
@media only screen and (min-width: 1069px) and (max-width:1441px) {
	#feature-fmc2 { height: 500px; }
	
}
 
/* MEDIUM SCREENS (CASCADE TO LOWER SCREENS) */
@media only screen and (max-width: 1068px) {
	#feature-fmc2 { height: 500px; }
	#feature-fmc2-clouds { background-size: inherit; }
	#feature-fmc2 .section { padding: 90px 0px 120px}
	#feature-fmc2 #cloud2-links { width: 90%; }
	#feature-fmc2 #cloud2-links div { width: 40%; }
	#feature-fmc2 .btn { width: 90%; }
	
	#feature-fmc2.long #cloud2-links { width: 100%; }
	#feature-fmc2.long #cloud2-links div { width: 49%; }
}
 
/* MEDIUM SCREENS (SPECIFIC) */
@media only screen and (min-width: 736px) and (max-width:1068px) {
 
}
 
/* SMALL SCREENS */
@media only screen and (max-width: 735px) {
	#feature-fmc2 { height: 660px; }
	#feature-fmc2 #cloud2-links div, #feature-fmc2.long #cloud2-links div { width: 100%; }
	#feature-fmc2 #cloud2-links div:first-child {margin-bottom: 15px;}
 
}
 
/* EXTRA SMALL SCREENS < 400px */
@media only screen and (max-width: 400px) {
 
}