@charset "UTF-8";
/* CSS Document */
/* note sizing and other elements have been customized for the editor and therefore may not match production css */
body {margin: 0;font-family: Helvetica, Arial,sans;font-weight:normal;font-size: 1.4em;}		

a {color:#862633;text-decoration:underline;padding-right:20px;}

h1 {
    font-family: Times,Times New Roman,Palatino,serif;
    font-weight: normal;
    margin-left: 0;
    color: #862633;
    line-height: 1.2em;
	font-size: 1.8em;
}

p {
	padding: 0 2% 0 0;
    box-sizing: border-box;
    display: block;
    /*width: 66%;*/
    color: #222;
    font-weight: lighter;
    line-height: 1.2em;
    letter-spacing: .1em;
    vertical-align: top;
	font-size: 60%;;
}



/* for primary buttons */

#apply {color: #888;
    text-decoration: none;
    background-color: #ddd;
    padding:12px;
background-image: url(/_resources/images/program/red-slash.png);
    background-size: 60%;
    margin-right: 40px;}




/* toggle css begins here */	
.toggleWrapper {/*width:33.3333%;*/display:inline-block;text-align:left;padding:0;width:100%;}
.toggleTitle {margin: 0;padding:14px 8px 14px 60px;display:block;font-size:1em;font-weight:normal;color:#222;background-color:#a9e2d7;}

	
.toggleContent {display: block;padding:10px 0;color:#222;background-color:#ddd;} /*display block for editor*/
.toggleContent p {margin:0;padding:0 60px;font-size:60%;}/*removed width percentage and top and bottom padding to reduce jump*/
	
.toggleButton {font-weight: lighter; padding: 0;cursor: pointer;display:inline-block;margin:10px 0;width:100%;max-width:80%;}/*removed background arrow for editor*/