
#cloud_body {
	width: 100%;
	background: #fff;
	padding-bottom: 0; 
	min-width: 280px;
}

.newcloud_hero { 
	height: auto;
}

#cloud_body p.tagline {
	margin-bottom: 30px;
	line-height: 30px;
}

.columns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}

.cloud_heading {
	background: #323332;
	background: -moz-linear-gradient(top,  #323332 0%, #5a5a5a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323332), color-stop(100%,#5a5a5a));
	background: -webkit-linear-gradient(top,  #323332 0%,#5a5a5a 100%);
	background: -o-linear-gradient(top,  #323332 0%,#5a5a5a 100%);
	background: -ms-linear-gradient(top,  #323332 0%,#5a5a5a 100%);
	background: linear-gradient(to bottom,  #323332 0%,#5a5a5a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323332', endColorstr='#5a5a5a',GradientType=0 );
	padding: 40px 0;
}
#cloud_body .cloud_heading a {
	color: #f57300;
}
#cloud_body .cloud_heading a:hover {
	color: #f71900;
}
#cloud_body h1 {
	font-size: 2.75rem !important;
	color: #fff;
	text-transform: none;
	margin: 0;
	margin-top: .7em; 
	padding-top: 18px;
          font-family: 'Source Sans Pro', Arial, sans-serif;
}
.tagline {
	color: #e3e3e3 !important;
	font-size: 1.125em !important;
}
#cloud_body h2.ideal-for {
    font-weight: 600;
    font-size: 1.3em;
    margin: 2.5em 0 0.25em 0;
    color: #656565;
}
#cloud_body h4.red {
	margin: 2em 0 0.25em 0;
}
#cloud_body p.orange_smaller {
	font-size: 1.68emem;
	line-height: 1.7em;
	margin: 2em 0 0.5em;
}
#cloud_body .grey_smaller {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0;
	color: #656565;
	float: left;
}
#cloud_body span.grey_smaller {
	font-size: 1em;
}
#cloud_body .smaller {
	font-size: 1.1em !important;
}
#cloud_body .orange_smaller a {
	color: #f57300;
}
#cloud_body .orange_smaller a:hover {
	color: #f71900;
}
.chevron {
	color: #f57300;
}
.two_column {
	margin-bottom: 30px;
}
#cloud_body ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
	white-space: nowrap;
}
#cloud_body li {
	float: left;
	color: #3f3f3f;
	font-size: 14px;
	line-height:1.7em;
	padding: 0 0 0 10px;
	margin: 0 7px 0 0;
	list-style-position:inside;
	background: url('/images/marketing/small-bullet.png') no-repeat 0 10px;
	display: inline;
}
.bigger-list {
	text-transform: uppercase;
}
li span {
	font-size: 14px;
}

#cloud_body .first {
	background: transparent;
	margin-left: 0;
	margin-right: 0;
	margin: 0 5px 0 0;
	padding: 0;
}
#cloud_body .bigger-list .first {
	margin-left: 0;
}
.cloud_container {
	overflow: hidden;
	width: 100% !important;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 50px;
}
.entities-1 {
	clear: both;
	overflow: hidden;
	margin-top: -10px;
	padding: 0 0 55px 0;
}
.entities-2 {
	clear: both;
	overflow: hidden;
	padding: 20px 0 30px;
}
#cloud_body p.orange {
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
color: #f57300 !important;
font-size: 0.85em;
margin: 2.2em 0 0 0;
}
.larger {
	font-size: 15px !important;
	margin: 0 0 10px 0;
}
.small_larger.last {
	margin-bottom: 50px;
}
.four_column {
    width: 100%;
    overflow: hidden;
}

.fourcol_one,.fourcol_two, .fourcol_three, .fourcol_four {
    padding-right: 3%;
    float: left;
    width: 170px;
}
.trade {
        font-size: 15px;
        vertical-align: top;
        margin: .25em 0 0 .1em !important;
        display: inline-block;
        font-weight: 200;
        color: #c1c1c1 !important;
        }
        
.wstp_acronym {
	font-size:75%;
	font-weight:300 !important;
	vertical-align: baseline;
	position: relative;
	top: -0.1em;
}

.wstp_note {
	padding-left: 16px;
	font-size: 90% !important;
	line-height: 1.55 !important;
	color: #777 !important;
	border-left: 2px solid #d1e2e8;
}

.blue_smaller {
	font-size: 140% !important;
}

#cloud_body ol.tech_info {
	display: inline !important;
	white-space: wrap !important;
	list-style: none;
	margin: 0;
	padding: 0;	
}

#cloud_body ol li {
	margin-bottom: 1em;
	color: #656565;
	padding-right: 1em;
}

.less_leading {
	line-height: 1.6 !important;
} 

/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
	
}

/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
	.cloud_container {
		max-width: 700px;
	}
}

/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
	.cloud_container {
		padding: 0 30px;
	}
	.columns {
		grid-template-columns: 1fr;
		grid-row-gap: 0;
	}
}

/* styles for minimum supported screen width (320px)
   ========================================================================== */

      