.custom_pages_content {
  padding-top: 200px
}


@font-face {
    font-family: 'rock_saltregular';
    src: url('rocksalt-webfont.woff2') format('woff2'),
         url('rocksalt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ubuntulight';
    src: url('ubuntu-l-webfont.woff2') format('woff2'),
         url('ubuntu-l-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

span.headerV2  {color: #f36e63; font-family:ubuntulight,'Open Sans',Arial; font-size:330%;}
 
span.Rockyheader  {color: #484242; font-family:rock_saltregular,'Open Sans',Arial; font-size:150%;} 
p.RockyheaderWhite  {color: #ffffff; font-family:rock_saltregular,'Open Sans',Arial; font-size:150%; text-align: center;}

div.lightblue
/* as used on the patient stories page */
{background-color: #93d3f6;}


/* these next three divs are for use in the newsletter pages */
div.OrangeBlock
{display:inline-block; width:80px; height:70px; margin: 5px; border-radius: 10px; background-color: #f36e63; padding: 20px 10px 10px 10px; float: left; clear:left}

div.OrangeBlockw
{display:inline-block; width:120px; height:70px; margin: 5px; border-radius: 10px; background-color: #f36e63; padding: 20px 10px 10px 10px; float: left; clear:left}

div.OrangeBlockwide
{display:inline-block; width:230px; height:70px; margin: 5px; border-radius: 10px; background-color: #f36e63; padding: 20px 10px 10px 10px; float: left; clear:left}



/*  these next two groups of style are what we are using for the Spanish For Parents page */

.paso-1:before {
	content: "PASO 1";
}
.paso-2:before {
	content: "PASO 2";
}
.paso-3:before {
	content: "PASO 3";
}
.paso-4:before {
	content: "PASO 4";
}


.ac-paso.paso-1:before {
	content: "PASO 1";
	color: #243746;
	border: 2px solid #243746;
}
.ac-paso.paso-2:before {
	content: "PASO 2";
	color: #ff6666;
	border: 2px solid #ff6666;
}
.ac-paso.paso-3:before {
	content: "PASO 3";
	color: #6a9cb5;
	border: 2px solid #6a9cb5;
}
.ac-paso.paso-4:before {
	content: "PASO 4";
}
