/* These styles are used in the backend editor AND in the Theme (frontend) */

/* CSS is provided by the theme itself, and modified by any custom css you add to the theme. */
/* But that CSS is not active when using the backend-editor, so here is a good place to put  */
/* any custom css which should be active in the frontend website and also applied to editor. */
/* The goal is to make the visual editor display as like the final frontend view as possible */
/* so do not forget to configure the TinyMCE styles dropdown with elements to match these.   */

/* Suggested general non-tag-specific visual styles (for all websites) */

.list		{ margin: 0.35rem 0; }
.stdtop     { margin-top: 0.65rem !important; }
.moretop    { margin-top: 0.8rem  !important; }
.lotstop    { margin-top: 1rem    !important; }
.hugetop    { margin-top: 1.3rem  !important; }
.stdbottom  { margin-bottom: 0.65rem !important; }
.morebottom { margin-bottom: 0.8rem  !important; }
.lotsbottom { margin-bottom: 1rem    !important; }
.hugebottom { margin-bottom: 1.3rem  !important; }

.topless    { margin-top: 0 !important; }
.bottomless { margin-bottom: 0 !important; }

.beforelist { margin-bottom: 0.3rem; }

.lastitempx { padding-bottom: 12px !important; }
.lastitemem { margin-bottom: 0; padding-bottom: 1.3rem; }

strong, .strong, .fett, .bold, .smallBold, .smallerBold { font-weight: bold; }

/* Revert to normal text within strong */
.notstrong { font-weight: normal; }

.smaller, .smallerBold { font-size: 0.95rem; line-height: 1.25; }

.small, .smallBold { font-size: 0.89rem; line-height: 1.2; }

/* Append your site-specific styles here */

.purple-divider {
background-color: #5c505e;
color:#ffffff;
font-size:20px;
margin-top:30px;
margin-bottom:30px;
padding:10px 30px;
}

.green-divider {
background-color: #9AAB89;
color:#ffffff;
font-size:20px;
margin-top:30px;
margin-bottom:30px;
padding:10px 30px;
}

.blue-divider {
background-color: #465780;
color:#ffffff;
font-size:20px;
margin-top:30px;
margin-bottom:30px;
padding:10px 30px;
}

.pullquote {
	border-bottom:1px solid #d3d3d3;
	color:#007bb6;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	line-height:1.25;
}

.register-button-orange {
	background-color:#d96d32;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	margin:0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px;
	text-align:center;
	text-transform: uppercase;
	width:30%;
	-webkit-font-smoothing: antialiased;
}

.pay-modify {
color:#d96d32;
font-weight:700;
text-align:center;
}

.feetable {
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 40px;
	margin-top: 40px;
    margin-left:15%; 
   	margin-right:15%;
	valign="top";
	width: 70%;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(211,211,211,1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(211,211,211,1);
	box-shadow: 0px 0px 5px 1px rgba(211,211,211,1);
}

.feetable th {
	background-color:#6b7dae;
	color:#fff;
	font-weight: 700;
	padding:5px 10px;
}

.feetable td,th {
	font-family:AvenirNext;
	font-size:14px;
	text-align: left;
}

.feetable td {
	background-color:#fffff0;	
}


