
@charset "utf-8";
/* CSS Document */

/* Color Palette:
Logo Red: #EA3A34 
Muted Red: 	#cd5c5c
brigher red: #C60032
black-gray: #222533 (footer)
Dark gray: #2D3E50
light gray: #5C5C5C 
light blue:#d3dde7
*/

html, body {
    height: 100%;
}

* {
	box-sizing: border-box;
	-webkit-print-color-adjust: exact;
}

body  {
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	line-height: 18px;
	vertical-align: top;
	text-align: left;
	background:#fff;
	padding:0px;
}

body.in_editor 
{
    margin: 5px;
}

a, a:active, a:visited
{
	color:#C60032;
	font-weight:600;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#search
{
	height: 50px;
	width: 30px;
}
#search_text {
    position: absolute;
    display: inline-block;
    z-index: 101;
    top: 0px;
    right: 0;
}


#search_text a:link, #search_text a:hover, #search_text a:visited {
    background-color: #C60032;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 110%;
    padding: 8px 15px;
	border-bottom: 1px solid #C60032;
}

.search_box {
    border: 1px solid #444;
    border-radius: 0;
    float: right;
    margin-right: -28px;
    margin-top: 0px;
    padding: 10px;
    width: 300px;
}
 
.search_box input, .search_box textarea{
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 5px 5px 20px;
}


#search_sm div.module
{
    color: #555;
    font-weight: 500;
    line-height: 25px;
	float: right;

}
#utility_bar {
    background-color: #222533;
    height: 36px;
    position: fixed;
    top: 0;
    width: 100%;
}

#utility_bar_instructor {
    background-color: #222533;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
}

#utility_bar img, #utility_bar_instructor img {
width:250px;
margin-left: 165px; 
margin-top: 2px;
}

div#utility {
    position: fixed;
    top: 0;
    right: 50px;
    padding: 0;
    margin: 0;
    width: auto;
}

#utility a:link, #utility a:active, #utility a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 90%;
}

#logo {
    margin: 0px;
    position: fixed;
    background: #fff;
    z-index: 999;
    padding: 2px 7px;
	border-radius:  0px 60px 0px 0px;
}

#logo img {
height: 85px;
}

#header {
    height: 50px;
    margin: 0;
    padding: 0;
	position: fixed;
	background-color: #fff;
}

#sub_header {
	background-color: #d3dde7;
	height: 30px;
	display: block;
	border-bottom: 1px solid #bbb;
	margin-top: 20px;
}

#sub_header h2 {
	font-size: 65%;
	color: #333;
	float: right;
	margin-right: 40px;
	margin-top: 10px;
	text-transform: none;
}

/* GLOBAL MENU  - dropdown menu styles*/
#global {
    position: fixed;
    top: 30px;
    right: 0px;
	background: #fff;
	width: 100%;
	padding-top: 10px;
	border-bottom: 1px solid #bbb;
}

#global ul
{
display: inline-block;
list-style: none;
padding-left: 0px;
margin-left: 0;
float: right;
}

#global li
{
float: left;
background: none;
margin-left: 10px;
margin-right: 0px;
}

#global li a:link, 
#global li a:visited {
color:#2D3E50;
display: inline-block;
font-weight: 600;
font-size: 100%;
padding: 0 15px;
text-decoration: none;
letter-spacing: 1px;
}

#global li a:hover,
#global li a:focus
{
color:#333;
}

#global li.submenu > a::after
{
	content: '\e81e';	
	font-family: 'fontello';
	font-weight: 100;
	margin-left: 8px;
	color: #2D3E50;
}

#global ul li ul {
    display: block;
    background: #fff;
    width: auto;
    padding: 10px 0 10px 0px;
    border-radius: 0 0 20px 20px;
    position: absolute;
    left: -10000px;
    border-bottom: solid 4px #C60032;
}

#global ul li ul a:link, 
#global ul li ul a:visited {
	color: #2D3E50;
	font-size: 90%;
	font-weight: 600;
}


#global ul li ul li {
    display: block;
    width: 250px;
    float: none;
    padding: 0;
    margin: 20px 0;
}

#hamburger{
display:none;
}

/* END GLOBAL MENU  - dropdown menu styles*/


.section_content {
    margin: auto auto 40px;
    width: 1200px;
}


#sub_container
{	
	background-color:#FFF;
	margin:auto;	
	line-height: 140%;
	clear:both;
	width: 1100px;
	padding: 30px 0px;
}
	


.icon_left
 {
float: left;
}


.content  {
	
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	width: 1200px;
	margin:auto;
}


h1 {
	font-size: 200%;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 120%;
    padding-bottom: 0;
    padding-top: 0;
	text-align: center;

}


h2 {
    color: #C60032;
	font-size: 180%;;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 115%;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: uppercase;
}

h3 {
    color: #C60032;
    font-size: 135%;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 115%;
    text-align: left;
}

h4
{
	letter-spacing: 1px;
	color: #333;
	font-size: 115%;	
	font-weight: 600;
	padding-bottom: 0;
}


#footer {
    background: #222533 none repeat scroll 0 0;
    border-top: 2px solid #ccc;
    color: #fff;
    font-size: 12px;
    margin: 50px 0 0;
    min-height: 200px;
    padding-top: 60px;
    text-decoration: none;
	clear: both;
	padding-bottom: 30px;
	margin-top: -250px;
} 
 

#footer_content {
width: 1000px;
margin: auto;
	padding-left: 20px;
}

#footer_content a, #footer_content a:link, #footer_content a:visited {
color: #FFF;
}

#footer h3 {
	font-weight: 300;
}

#footer i{
	font-size: 200%;
}
#feature_box {
  border: 1px solid #999999;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 2px 2px 3px #CCCCCC;
  background-color: #eee;
  padding: 10px;
  margin:auto;
}


.filter label {
    display: inline-block;
    font-family: Lato
    width: auto;
}

.theme_right {
    background-color: #fff;
    border-left: 4px solid #006F86;
    border-radius: 8px;
    float: right;
    padding: 10px;
    text-align: left;
    width: 25%;
}

/* start search */

#search_results
{
	clear: both;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}



#search_results li
{
	border-bottom: dotted 1px #060;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;	
}


#search_results img.search_result_icon
{
	padding-bottom: 10px;
}

#search_results h4
{
	display: inline;
	padding-left: 0px;
	font-size: 14px;	
 	color: #000066;	
}
.Standard h4 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.paginator {
    color: #CCCCCC;
    height: 34px;
    margin-bottom: 20px;
    padding: 10px;
}
.paginator ul {
    display: block;
    float: right;
}
.paginator li {
    float: left;
    list-style: none outside none;
    margin-left: 10px;
}
.paginate {
    background-color: #120C08;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1;
    margin-top: -0.2em;
    padding: 5px 8px 0.3em;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.paginate:hover {
    background-color: #EA890D;
    color: #FFFFFF !important;
}
.goto-page {
    color: #111111 !important;
	font-size: 13px;
}

.required_text {
    display: inline-block;
    padding: 0 0 10px 0;
    font-weight: 400;
    float: left;
}

td.label {
  font-weight: bold;
  vertical-align: top;
  text-align: right;
}

label 
{
    font-weight: 400;
    color: #000;
}

div.field {
    margin-bottom: 15px;
}

div.field label {
    display: inline-block;
}

button.button, a.button, a.button:link, input.button, button.button:hover, input.button:hover, a.button:hover , a.button:active
{
    background: #C60032 none repeat scroll 0 0;
    border: 1px solid #FFF;
    color: #FFF;
    font-weight: 400;
    padding: 5px 10px;
	margin: 0px 10px 0px 0px;
	width: auto;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	border-radius: 10px;
	font-size: 100%;
	-webkit-appearance: none;
}
input[type="submit"] {
	-webkit-appearance: none;
}

.value a.button, 
a.button.small {
    width: auto;
    padding: 5px 15px;
}

.dialog_header 
{
    background: none repeat scroll 0 0 #eee;
    border-radius: 8px 8px 0 0;
    color: #333;
    font-size: 125%;
    font-variant: normal;
    font-weight: bold;
    padding: 15px 20px;
    border-bottom: solid 1px #bbb;
}

.dialog {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 8px;
  box-shadow: 2px 2px 20px #333333;
  display: none;
}

.dialog_header a, .dialog_header a:link, .dialog_header a:hover, .dialog_header a:visited {
    font-size: 125%;
    color: #333;
    margin: 0;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 10px;
}

fieldset {
    /* box-shadow: 0px 1px 5px #ccc; */
    border: solid 1px #eee;
    border-top: solid 2px #ccc;
    padding-top: 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow-Y: auto; 
}

fieldset.collapsed
{
	display: none;
}

legend {
    top: 8px;
    font-size: 120%;
    background: #fff;
	color: #444;
	letter-spacing: 1px;
}

input,textarea,select {
  border: 1px solid #ccc;
  border-radius: 3px 3px 3px 3px;
  padding: 10px;
}

input, textarea, select {
    border: none;
    border-bottom: solid 1px #000;
    border-radius: 0;
    padding: 5px;
	font-size: 110%;
	color: #333;
  	max-width: 100%;
}

textarea {
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    width: 330px;
    max-width: 100%;
}

td[colspan='2'] textarea {
    width: 100%;
}

input.checkbox
{
	border: none;
}

td.error {
    border: solid 1px #800;
    width: 100%;
    padding: 10px;
    background: #fff8ee;
    border-radius: 8px;
    border-top: solid 2px #800;
    color: #800;
}

table.form {
    width: 100%;
    max-width: 960px;
}

td.error:before {
    font-family: 'fontello';
    content: '\e80a';
    margin-right: 5px;
}

table.form td {
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
}

#right_nav h3 a {
  color: inherit;
  display: block;
  font-weight: inherit;
  margin-left: 16px;
  text-decoration: none;
  text-indent: -14px;
}


#right_nav h4 a {
  color: inherit;
  display: block;
  font-weight: inherit;
  margin-left: 16px;
  text-decoration: none;
  text-indent: -12px;
  font-size: 15px;
}

#feedback_send_button {
	font-weight: bold;
	font-size: 14px;
	display: block;
    height: 20px;
    left: 270px;
    line-height: 20px;
    margin-top: 4px;
    padding: 0 14px;
    position: absolute;
    text-decoration: none;
    top: 0;
}

#login_button 
{
  float: right;
  margin: 6px 0 0 6px;

}

#login_button a
{
	font-size: 14px;
}
#login_form > table {
  margin: 40px auto;
}


#login_box
{
    clear:both;
	background: #F9F9F9;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 13px;
	border: solid 1px #999;
	width: 100%;
	margin: auto; !important
	border-radius: 3px;
}
#login_box_new
{
   clear: both;
   color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 10px;
	border: solid 1px #999;
	width: 80%;
	margin: auto;
	border-radius: 3px; 
	background: #FFF;
   }
   
#login_box button a
{
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 10px;
	border: solid 1px #999;
	margin: auto;
	border-radius: 3px; 
	background: #FFF;
   }
   
.photo-left
{
	float: left;
	margin: 0 20px 20px 0;
}

.photo-right
{
	float: right;
	margin: 0 0 20px 20px;
}



/* TABLE Styles */
table.list {
    
    background-color: #ffffff;
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    box-shadow: none;
    clear: both;
    empty-cells: show;
    vertical-align: top;
    font-size: 100%;
    width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

table.list th {
    background: #fff none repeat scroll 0 0;
    border: none;
    border-bottom: solid 2px #333;
    color: #333;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}

table.list td {
   
    border: none;
    border-bottom: dashed 1px #000;
    padding: 10px;
}

table.list.small {
    font-size: 80%;
}

table.list.small td {
    padding: 6px;
}

table.list.small th {
    padding: 6px;
}

table.list a, table.list a:visited {
	font-weight: 400;
}

table.list tfoot tr {
    background: #eee;
    border-top: solid 2px #000;
}

table.list tr.subheading
{
    background-color: #eee;
}

table.list tr.subheading td
{
    padding-left: 30px;
}

/** END TABLE STYLES **/

/** PAGINATION **/
.paginate {
    background-color: #Fff;
    border-bottom: none;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    padding: 6px 10px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    background: #c60032;
}

.paginate:hover, .paginate:active 
{
	text-decoration: none;
	background: #e40e44;
	font-weight: normal;
}

.paginator ul 
{
	display: block;
	float: right;
	margin-bottom: 25px;
}

.paginator {
    color: #666;
    margin-bottom: 15px;
    margin-top: -15px;
}

#document_library .document_title {
    font-size: 115%;
    font-weight: bold;
	padding-bottom: 5px;

}

#library_link_list .document_title {
    font-size: 115%;
    font-weight: bold;
	line-height: 16px;
}

.event_summary {
	border: 0px;
    border-radius: 0px;
 	box-shadow: 0px 0px 0px #FFF;
    background-color: #FFF;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 11px;
    line-height: 110%;
    padding: 1px;
}
.event_summary h4 {
    background-color: #d3dde7;
    border-bottom: 0px solid #EEE;
    color: #333;
    display: block;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 2px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}

#fullcalendar th {
    background-color: #333;
    border: medium none;
    color: #d3dde7;
    height: 25px;
    text-align: center;
}


#fullcalendar td.month {
    border: solid 1px #FFF;
    margin-bottom: 5px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    background: #FFF;
    font-weight: 500;
    color: #C60032;
    font-size: 30px;
    letter-spacing: 4px;
	text-transform: uppercase;
}

#fullcalendar td{
	height: 100px;
	
}
.event_summary:hover {
background-color: #fff;
	}
	
.message {
    background-color: #ffffff;
    margin-bottom: 8px;
    border: 0px;
	padding: 5px 0px;
    width: 640px;
	border-radius: 0px;
}

.notification {
    border: solid 1px #666;
    border-radius: 0;
    font-size: 125%;
    line-height: 1.2;
    font-weight: bold;
    background-color: #fff;
    color: #333;
    box-shadow: 1px 1px 5px #ccc;
    z-index: 400;
    padding: 20px;
    border-top: solid 5px #666;
    font-weight: normal;
}

#comment_panel {
    background-color: #ffffff;
    border-top: 1px solid #CCC;
	margin-top: 80px;
    padding: 15px 10px 10px 0px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;

}
.fb-like-box .fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}

#fb-root {
display: none;
}
 
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}

a.multi_select_dropdown {
    background: url("/fakoli/images/open.gif") no-repeat scroll right 5px center #e8e8e8;
    border: 1px solid #333;
    border-radius: 2px;
    box-shadow: -1px -1px 2px #888 inset;
    color: #333;
    display: inline-block;
    margin-right: 5px;
    overflow: hidden;
    padding: 2px 20px 2px 5px;
    text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.abcg li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.article_summary h4 {
    font-size: 130%;
    font-weight: 600;
    margin-bottom: 12px;
	color: #006F86;
	
}

#icon {
    font-size: 240%;
}

.intro {
    color: #fff;
    display: inline-block;
    font-size: 180%;
    font-weight: 400;
    line-height: 130%;
    margin-top: 80px;
    max-width: 500px;
}


/* BLOG/NEWs Styles */
.Standard {
    display: block;
    list-style: outside none none;
    margin-right: 5px;
    padding-left: 0;
}
.Standard li {
    border-bottom: 1px dashed #333;
    margin-bottom: 50px;
}
.Standard img {
    border: 1px solid #666;
    margin: 10px;
}
.Standard h4 {
    color: #028242;
    font-size:  130%;
	letter-spacing: 1px;
	line-height:130%;
	font-family:Roboto;
	font-weight: 300;
}
.recent_articles {
    list-style: outside none none;
    padding-left: 0;
}
.recent_articles a {
    font-size: 90%;
    font-weight: normal;
}
.message {
    background-color: #ffffff;
    border: 1px solid #666;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 5px 25px;
    width: 530px;
}
.message unpublished {
    background-color: #ffffff;
    border: 1px dashed #990000;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 10px;
    width: 530px;
}
.message .button {
}
.message .small {
    color: #584e3a;
    font-size: 11px;
    font-style: italic;
    padding-top: 5px;
}
.message .title {
    border-bottom: 1px solid #666;
    color: #028242;
    display: block;
    margin-bottom: 12px;
}
.message_controls {
    color: #666666;
    font-size: 10px;
    text-align: right;
}
	
.blog_timestamp {
display: block;
color: #777;
font-size: 80%;
font-style: normal;
margin-bottom: 20px;
}

/*END Standard BLOG*/

/*Start Custom BLOG*/
.dateline {
    font-size: 90%;
    letter-spacing: 2px;
}
#social_media {
    padding-left: 0;
}

#social_media li {
    color: #fff;
    display: inline;
    list-style: outside none none;
    padding: 0;
}

#social_media a, #social_media a:link, #social_media a:hover, #social_media a:visited {
    border-radius: 5px;
    color: #fff;
    font-size: 110%;
    font-weight: 700;
    margin: 1px;
    padding: 4px 5px;
}


.caption {
    color: #777;
    font-size: 70%;
    line-height: 20px;
    margin-bottom: 18px;
    margin-top: 12px;
    padding: 5px 0 0 2px;
    text-align: left;
    vertical-align: top;
}


.message_toggle {
    border-bottom: 1px solid #333;
    color: #08080d;
    cursor: pointer;
    padding-bottom: 20px;
    padding-right: 5px;
    text-align: right;
}

#article_list.abcg {
    list-style: outside none none;
    padding-left: 0;
	
}
a.read_more, a.read_more:visited, a.read_more:hover {
    color: #006f86;
    display: block;
    font-weight: normal;
    text-decoration: none;
}	


/*End Custom BLOG*/

.button_gray img {
    height: auto;
    width: 50px;
}

.theme_right {
    background-color: #eee;
    border-left: 4px solid #ea890d;
    border-radius: 8px;
    padding: 10px;
    text-align: left;
}

.image_panel {
    background-image: url("/templates/images/sub_banner2.jpg");
    background-size: cover;
    min-height: 300px;
	margin-top: 40px;
}



table.list.sortable th {
    background: #fff;
	color: #333;
}

table.list.sortable th:before {
    font-family: 'fontello';
    content: '\e947';
    float: right;
}

table.list.sortable th.forward_sort {
    background: #f5f5f5;
	color: #333;
}

table.list.sortable th.forward_sort:before {
    font-family: 'fontello';
    content: '\e948';
    float: right;
}

table.list.sortable th.reverse_sort {
    background: #f5f5f5;
    color: #333;
}

table.list.sortable th.reverse_sort:before {
    font-family: 'fontello';
    content: '\e817';
    float: right;
}

table.list th.nosort:before {
    content: '';
}


.news_item {
    font-size: 90%;
    line-height: 140%;
    width: 90%;
}

.news_item img {
    border: 1px solid #eee;
    border-radius: 90px;
    float: left;
    margin-bottom: 40px;
    margin-right: 20px;
    margin-top: 20px;
    width: 160px;
}

img.article_image {
    float: left;
    width: 150px;
    height: 150px;
    margin: 0 20px 20px 0;
    border: none;
    overflow: hidden;
}

a.read_more.has_image {
    margin-top: 0;
    margin-left: 170px;
    float: left;
}

/* RESPONSIVE GRID SECTIONS  */

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 0%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}



#boxes .button {
    margin-left: 0;
	margin-top:20px;
}

#boxes H3 {
    font-size: 110%;
    font-weight: 600;
}

.col.span_1_of_3 input {
    height: 60px;
    text-align: center;
    width: 90%;
}

	

.part {
    clear: both;
    padding-bottom: 10px;
	padding-top:20px;
}



.white_part {
    background-color: #fff;
    color: #222;
	min-height: 450px;
	padding-top: 20px;
}


.white_short_part {
    background-color: #fff;
    color: #222;
	min-height: 350px;
}

.light_blue_part {
    background-color: #d3dde7;
    color: #222;
	min-height: 300px;
	padding-top: 20px;
	border-bottom: 2px solid #ccc;
}


.donate_girl_part {
    color: #fff;
	min-height: 300px;
	padding-top: 150px;
	padding-bottom: 100px;
	background-image:url(/templates/images/Donate1.jpg);
	background-repeat: no-repeat;
	height: 780px;
	background-size: 100%;
}

.donate_girl_part .text {
	width: 1100px;
	margin: auto;
	text-align: center;
}

.donate_girl_part h1 {
    color: #fff;
    font-size: 220px;
    line-height: 10%;
}

.donate_girl_part h2 {
    color: #fff;
    font-size: 250%;
    margin-top: -35px;
    font-weight: 400;
}

.donate_girl_part input {
    width: 210px;
    float: right;
    margin-top: 20px;
    clear: both;
}

.dark_donate_part {
    background-color: #222;
    color: #fff;
	min-height: 300px;
	padding-top: 80px;
	padding-bottom: 100px;
	background-image:url(/templates/images/DonateToUs.jpg);
    background-size: 100%;
	background-repeat: no-repeat;
}

.dark_donate_part .text {
	text-align: center; 
	margin: auto;
	width: 1000px;
	line-height: 140%;
	color: #fff;
}

.dark_donate_part h2 {
	font-size: 70px; 
	color: #fff;
	text-align: center;
}

.dark_donate_part h3 {
    font-size: 200%;
    color: #fff;
    text-align: center;
    font-weight: 900;
    margin-bottom: 12px;
}

.dark_donate_part p {
	font-weight: 600; 
	font-size: 140%;
	line-height: 140%;
}


.donate_tj_part {
    min-height: 300px;
    padding-top: 200px;
    padding-bottom: 100px;
    background-image: url(/templates/images/Donate2.jpg);
    background-size: 100%;
    height: 780px;
    color: #003366;
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 110%;
	background-repeat: no-repeat;
}


.donate_tj_part .col.span_1_of_2{
	text-align: right;
	padding-right: 60px;
	line-height: 140%;
	
}


.donate_teacher_part {

    background-image: url(/templates/images/Donate3.jpg);
    background-size: 100%;
    height: 700px;
    border-top: 2px solid #333;
    font-size: 110%;
	margin-bottom: -16px;
	background-repeat: no-repeat;
}


.donate_teacher_part .col.span_1_of_2{
	padding-right: 60px;
	line-height: 140%;
	
}

.donate_teacher_part h2 {
    color: #333;
	font-size: 300%;
	text-align: right;
}

.donate_teacher_part input { 
    width: 180px;
	float: right;
	margin-bottom: 20px;
}

.donate_teacher_part ul {
  list-style-type: none;
}

.donate_teacher_part li {
    margin-bottom: 16px;
}

#donate_slideshow
{
	position: relative;
	display: table-cell;
}

#donate_slideshow img
{
	position: absolute;
}

.part.donate-form {
    padding: 0;
    background-color: #d3dde7;
    margin-top: 20px;
    border-bottom: solid 1px #666;
}

#hp_text {
    width: 50%;
    margin: auto;
    text-align: center;
    font-size: 150%;
    font-weight: 700;
    padding-top: 80px;
    line-height: 140%;
}

#hp_text a.button{
	float: none;
}

.light_gray_part {
    background-color: #eee;
    color: #222;
	min-height: 780px;
}

.dark_gray_part {
    background-color:#304459;
    color: #fff;
	padding-top: 20px;
	padding-bottom: 30px;
}

.dark_gray_part H2 {
	color: #fff;
	text-align: center;
}

.dark_gray_part H3 {
	color: #fff;
	text-align: center;
}

.dark_gray_part .button, .dark_gray_part a.button {
	float: none;
}

.white_part .button, .dark_gray_part a.button {
	float: none;
}

.red_part {
    background-color: #C60032;
    color: #fff;
	padding-top: 20px;
	padding-bottom: 30px;
}

.red_part h3 {
    color: #fff;
	text-align: center;
}

.red_part h2 {
    color: #fff;
	text-align: center;
}

.red_part button, .red_part a.button {
    float: none;
}

.page {
    margin-top: 0px;
	width: 100%;

}


.full-width .content
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}


.hero_banner.full-width {
	background-image:url(/templates/images/streets.jpg);
    background-size: 100% auto;
 	min-height:200px;
	padding-top: 0;
	width: 100%;

}


.gbox {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0px 14px 14px 14px;
	width: 255px;
	text-align: center;
	height: 330px;
	font-size: 90%;
	font-weight: 500;
	border-bottom: 2px solid #005500;
	position: relative;
	cursor: pointer;
	
}

.gbox img {
    width: 165px;
    border-radius: 50%;
    margin-top: 12px;
    position: absolute;
    bottom: 22px;
    left: 60px;
}

.gbox h3{
	font-size: 140%;
	margin-bottom: 2px;	
	color: #005500;
	font-weight: 500;
	text-align: center;
}


.content hr {
    margin-top: 40px;
    margin-bottom: 40px;
	border: 1px dotted #005500;
}


.price_box a.price_box, a.price_box:link, a.price_box:visited {
	padding: 10px;
	text-align: center;
	background-color: #fff; 
	width: 70px; 
	height: 30px; 
	border: 1px solid #ccc; 
	font-weight: 700; 
	font-size: 130%; 
	border-radius: 5px;
	display: inline;
	margin-right: 15px;
	color: #333;
}

.grid_content a:hover {
    background-color: #333;
    color: #fff;
}
	
.donation_amount_form
{
	padding: 20px 0;
}

select#donation_campaign_id {
    font-size: 140%;
    font-weight: 700;
    color: #666666;
    padding: 9px 4px;
    border-bottom: none;
    margin-left: 5px;
}

.price_box2 {
    padding: 10px;
    text-align: center;
    background-color: #fff;
    width: 150px;
    border: 1px solid #ccc;
    font-weight: 700;
    font-size: 140%;
    color: #979797;
	margin-bottom: 10px;
}


.grid_content {
	padding: 20px 50px 0px 10px;
	line-height: 130%;
	
}

.grid_content h3{
	color: #333;
}


#cc {
    width: 180px;
    height: 50px;
    float: right;
    color: #333;
    font-size: 200%;
}

div#donate_paypal {
    width: 100px;
    position: absolute;
    bottom: -20px;
    right: 20px;
}

#sponsors p {
    margin-bottom: -52px;
}

#sponsors img {
	border-top: 2px solid #333;
}

.hp_box {
padding: 10px;
width: 100%;
}

.hp_box img{
width: 90%;	
}

.part.full-width .content {
    width: 100%;
}


.box {
border: 1px solid #ccc;
background: #FFF;
padding: 0px 20px 3px 20px;
height: auto;
}

.box h4 {
	margin-bottom: 0px;
}

.page_box {
width: 90%;
margin: auto;
padding: 15px 15px 25px 15px;
border-bottom: 1px solid #ccc;
height: 300px;
}

.page_box .button, .page_box a.button, .page_box a.button:link {
float: none;
	}

.page_box  img {
	width: 320px;
	height: auto;
	float: left;
	margin-right: 20px;
	
}

.page_box h2 {
    margin-top: 0px;
    font-size: 150%;
}

#donate a:hover, #donate a:visited {
color: #fff!important;
}

/*Status block styles*/
#signed_in_as
{
	display: inline-block;
	margin-right: 15px;
}

#header {
    position: fixed;
    z-index: 101;
    top: 0;
}

#utility_bar{
position:fixed;
z-index:1;
}

#donate_button {
    display: inline-block;
    padding: 10px 20px 12px;
    border-radius: 0px 0px 8px 8px;
    background-color: #C60032;
    margin-right: 15px;
}


#contact_button
{
	display: inline-block;
	margin-right: 15px;
}

.signed_in_box a 
{
    display: block;
    padding: 16px;
    margin: 0;
}

#become_member_button {
    margin-right: 15px;
}

#sign_in_button { 
    margin-right: 15px;
}
 
#utility_sign_in_dialog {
    width: 274px;
    display: none;
    background-color: #222533;
    padding: 0 0 20px 0;
    color: #fff;
}

#sign-in-box{
color:white;
width:274px;
height:230px;
background-color:#191918;
position:relative;
left:100px;
top:8px;
}

#login_submit_button{
cursor:pointer;
position:relative;
left:20px;
	-webkit-appearance: none;
}

.loginboxelement{
position:relative;
left:20px;
top:20px;
}

#username{
width:265px;
height:30px;
}

#user_info_block {
    display: inline-block;
}

#password_input{
width:265px;
height:30px;
}

#user_status_block_menu_links
{
	display: none;
	background-color:#222533;
}

.number {
	background: #C60032;
	border-radius: 50%;
	padding: 6px 12px;
	color: #fff;
	font-size: 90%;
	margin-right: 20px;
}

.price {
	
color: #C60032;	 
font-size: 110%;
margin-left: 20px;
	}


#feedback_closed {
background-color:  #DEECF9;
background-image: none;
border-left: 1px solid #666;
border-radius: 5px 5px 0 0;
border-right: 1px solid #666;
border-top: 1px solid #666;
box-shadow: 1px 1px 5px #666666;
color:  #164E90;
cursor: pointer;
font-weight: bold;
height: 40px;
line-height: 40px;
opacity: 0.95;
padding-left: 12px;
}

#feedback_send_button {
color:  #2D3E50;
background-color: transparent;
min-width: none;
display: block;
height: 22px;
left: 270px;
line-height: 20px;
margin-top: 4px;
padding: 0 14px;
position: absolute;
text-decoration: none;
top: 0;
}

#feedback_open {
background-color:  #DEECF9;
background-image: none;
border-left: 1px solid #666;
border-radius: 5px 5px 0 0;
border-right: 1px solid #666;
border-top: 1px solid #666;
box-shadow: 1px 1px 5px #666666;
color:  #2D3E50;
cursor: pointer;
font-weight: bold;
height: 120px;
line-height: 29px;
opacity: 1;
padding-left: 7px;
position: relative;
}

#feedback_textarea {
border: 1px solid #bfbfbf;
color: #444;
font-size: 9pt;
height: 60px;
width: 323px;
}

/* 
=========================
This is for the login 
and sign up modal popup on 
the browse courses page
==========================
*/
a#feedback_send_button {
    float: none;
    width: 60px;
    background: #2D3E50;
    padding: 0px;
    color: #fff;
}

.address_editor {
    display: block;
    /*min-width: 640px;*/
    font-size: 85%;
}

.address_editor .address {
    display: inline-block;
    width: 45%;
    float: left;
}

.address_editor .address_controls {
    width: 40%;
    float: left;
    display: inline-block;
}

label.login_modal {
    display:block;
}

label:after {
    content:"\a";
    white-space: pre;
}
input.login_modal_el{
    margin-bottom:10px;
    height:30px;
}

.sign_in_modal{
background-color: #fff !important;
border-radius:5px;
	min-height: 540px;
}

a.sign_in_modal_close[style]:hover{
color:red !important;
}

.sign_up_modal{
	background-color:black;
	border-radius: 5px;
	min-height: 540px;
}

.dialog_body
{
	padding: 20px;
	overflow-Y: auto; 
}

.dialog_body label
{
	font-weight: 400;
}

#sign_up_panel label
{
	white-space: nowrap;
}

#login_heading {
    background: #d3dde7;
    margin-top: -20px;
    height: 80px;
    margin-bottom: 80px;
    margin-left: -20px;
    margin-right: -20px;
}

#login_face {
    width: 120px;
    margin: 0 auto;
    display: block;
    padding-top: 5px;
}

#sign_in_modal_form {
    width: 270px;
    margin: 0 auto;
}

button#sign_up,
input#sign_in_button 
{
    display: block;
    width: 100%;
    margin: 5px 0px;
}

button#sign_up
{
	margin-bottom: 15px;
}

.dialog
{
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.dialog.error
{
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/*
#frame, #footer
{
	transition: .5s linear;
	-webkit-transition: .5s linear;
	-moz-transition: .5s linear;
	-o-transition: .5s linear;
}


#curtain
{
    animation: none;
}

body.curtain_lowered #curtain 
{
	opacity: 0;
    animation: none;
}

#frame, #footer
{
	-webkit-filter: grayscale(0%) blur(0px) brightness(100%) contrast(100%);
    -moz-filter: grayscale(0%) blur(0px) brightness(100%) contrast(100%);
    -o-filter: grayscale(0%) blur(0px) brightness(100%) contrast(100%);
	filter: grayscale(0%) blur(0px) brightness(100%) contrast(100%);
}

body.curtain_lowered #frame,
body.curtain_lowered #footer
{
	-webkit-filter: grayscale(20%) blur(3px) brightness(50%) contrast(70%);
    -moz-filter: grayscale(20%) blur(3px) brightness(50%) contrast(70%);
    -o-filter: grayscale(20%) blur(3px) brightness(50%) contrast(70%);
	filter: grayscale(20%) blur(3px) brightness(50%) contrast(70%);
	
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
}
*/



#tab_bar ul,
#tabs ul,
#popup_tabs ul
{
    list-style: none;
    display: block;
    padding-left: 0;
    border-bottom: solid 1px #333;
    height: 45px;
    margin: 0;
}

#tab_bar li,
#tabs li,
#popup_tabs li
{
	float: left;
	display: block;
	width: auto;
}

#tab_bar ul:after
#tabs ul:after,
#popup_tabs ul:after
{
	content: "";
	display: table;
	clear: both;
}

#tab_bar li a,
#tabs li a,
#popup_tabs li a
{
	display: inline-block;
	padding: 10px 20px;
    font-weight: 400;
}


#tab_bar li a:hover,
#tabs li a:hover,
#popup_tabs li a:hover
{
	background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(250,250,250,0) 67%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(250,250,250,0) 67%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(240,240,240,1) 0%,rgba(250,250,250,0) 67%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#tab_bar li.current a,
#tabs li.current a,
#popup_tabs li.current a
{
	color: #333;   
}

#tab_bar li,
#tabs li,
#popup_tabs li
{
    float: left;
    display: block;
    width: auto;
    height: 45px;
    border-top: solid 3px transparent;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

#tab_bar li.current,
#tabs li.current,
#popup_tabs li.current
{
    border: solid 1px #333;
    border-bottom: solid 1px #fff;
    border-top: solid 3px #333;
    background: #fff;
}

#popup_tabs li {
    height: 30px;
    margin-top: 15px;
    font-size: 90%;
}

#popup_tabs li a {
    padding: 4px 10px;
}

#subtabs
{
	background-color: #fff;
	clear: left;
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	text-decoration: none;
}


#subtabs ul  
{
  margin:0;
  padding: 0;
  list-style:none;
  text-align: center;
  background-color: #fff;
  height: 28px;
  width: 100%;
}

#subtabs li 
{
  float: left;
  background-color: #fff;
  margin:0;
  padding: 0;
  font-size: 90%;
  text-align: center;
  text-decoration: none ;
}
  
#subtabs a
{
  float:left;
  display:block;
  background-color: #fff;
  padding: 3px 15px 3px 15px;
  font-weight:normal;
  color: #C60032;
  outline: none;
  border: none !important;
}  

#subtabs a:hover {
	background-color: #f5f5f5;	
	color: #000000;
	text-decoration: none;
}


#subtabs li.current a,
#subtabs li.current a:hover
{
	font-weight: bold;
	background-color: #f5f5f5;
	color: #333;
	text-decoration: none;
}



#subtabs a:visited {
	text-decoration: none;
	background-color: #fff;
 	color: #C60032;
    font-weight:normal;	
}


#subtabs a:link {
	text-decoration: none;
	background-color:  #fff;
 	color: #C60032;
}

#subtabs a.disabled {
	font-style: italic;
	color: #888;
}

#survey_tab_border {
    border: solid 1px #333;
    border-top: none;
    box-shadow: none;
    border-radius: 0 0 8px 8px;
    padding: 15px;
}

div#announcements {
    display: block;
    position: fixed;
    top: 91px;
    width: 100%;
    left: 0;
    padding: 0;
    z-index: 99;

}

.announcement_panel {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #ffc457;
    padding: 10px;
    position: relative;
    border-bottom: solid 1px #666;
    border-top: solid 1px #666;
    box-shadow: 0px 7px 20px #888;
}

.announcement_panel a {
    font-size: 125%;
    color: #600;
}

a.announcement_dismiss {
    position: absolute;
    color: #600;
    top: 15%;
    right: 20px;
    line-height: 36px;
    margin-top: -18px;
}
a.announcement_dismiss:before {
    font-family: 'fontello';
    content: '\e845';
}

div#frame
{
	padding-top: 70px;	
	padding-bottom: 20px;
    transition: padding 1s ease-in;
    min-height: 100%;
}

#push {
    height: 250px;
}

body.has_announcements div#frame {
    /*padding-top: 120px;*/
    /*transition: none;*/
}

#main
{
	margin-top: 40px;
}

tr.free
{	
    background-color: #ffd992;
}

table.courses h4 {
    margin: 0;
}

table.courses p {
    margin: 0 0 10px 0;
    font-size: 100%;
}

table.courses a.button {
    padding: 4px 10px;
}

a.course_description_link {
    font-size: 65%;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}

a.toggle.closed:before {
    font-family: 'fontello';
    content: '\e8a8';
    font-size: 85%;
    color: #666;
    display: inline-block;
    margin-right: 10px;
}
a.toggle.open:before {
    font-family: 'fontello';
    content: '\e812';
    font-size: 85%;
    color: #666;
    display: inline-block;
    margin-right: 10px;
}

input.search_field {
    min-width: 240px;
}

a.contact_search_result {
    padding: 5px 10px;
}

a.contact_search_result:before {
    font-family: Font Awesome\ 5 Pro;
    content: '\f007';
    font-weight: 900;
    margin-right: 5px;
}

.contact_selector_panel .contact:before {
    font-family: Font Awesome\ 5 Pro;
    content: '\f007';
    font-weight: 900;
    margin-right: 5px;
}

span.operations
{
	float: right;
}


/* ENROLLMENT DIALOG CSS */

.enroll_tint {
  cursor: pointer;
  box-shadow:none;
  transform: translate3D(0,0,0) rotateX(0deg);
}


.enroll_tint:hover:before { background: none; box-shadow:none; }

.enroll_tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
/*<!--  background: rgba(205,92,0, 0.5);   -->*/
  transition: all .3s linear;
}

.register_image_container
{
    position: relative;
    text-align: center;
    color: white;   
}

.register_picture_text {
    color: white;
    font-size: 120%;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 130%;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0px;
    /* text-align: left; */
    text-shadow: 0 0 2px #000000, 0 0 1px #000000;
    position: absolute;
    top: 15%;
    left: 48%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.kids_enroll_button{
	width:230px;
	margin-top:20px;
	border-radius: 5px;
	border-bottom: 3px solid #333;
	border-top: 30px solid #333;
}

.kids_enroll_button:hover {
	background: rgba(205,92,92, 0.5);
}
.adult_enroll_button{
	width:230px;		
	margin-top:20px;
	border-radius: 5px;
	border-bottom: 3px solid #C60032;	
	border-top: 30px solid #C60032;
}
.adult_enroll_button::hover {
	background: rgba(205,92,92, 0.5);
}

.password_complexity_panel {
    font-size: 80%;
}

.password_complexity_panel .fail
{
	background-image: none;
}

.password_complexity_panel .pass
{
	background-image: none;
}

.password_complexity_panel .pass::before {
    font-family: 'fontello';
    color: #00cc00;
    content: '\e846';
    display: inline-block;
    padding-right: 5px;
}

.password_complexity_panel .fail::before {
    font-family: 'fontello';
    color: #cc0000;
    content: '\e845';
    display: inline-block;
    padding-right: 5px;
}

ul.product_list {
    list-style: none;
    padding: 0;
}

ul.product_list li
{
	display: block;
	float: left;
	margin-right: 20px;
}

div.group_description p {
    margin: 0 10px 10px;
}

table.list th.nosort img {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.context_menu {
    font-size: 100%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #aaa;
}

.context_menu li a:link, .context_menu li a:visited {
    padding: 5px 10px 5px 24px;
}

.context_menu li img {
    padding-top: 4px !important;
    width: 16px;
}

#course_list_panel .filter {
	padding-top: 10px;
	height: auto;
	padding-bottom: 15px;
	font-size: 130%;
}

.boxes {
    padding: 0px 12px 12px 10px;
    border: 1px solid #ccc;
    height: 320px;
    font-size: 90%;
}

/* CARDS */

.card 
{
    cursor: pointer;
    display: block;
    transition: all 1s ease 0s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    position: relative;
	font-size: 85%;
	line-height: 135%;
}

.face 
{
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: block;
    position: absolute;
    transform-style: preserve-3d;
    transition: all 1s ease 0s;
}

.front 
{
    display: block;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.back 
{
    box-sizing: border-box;
    display: block;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
	}

.card a
{
text-decoration: none;
}
.card:hover .front
{
	-webkit-transform: rotateY(180deg);
    	transform: rotateY(180deg);
}

.card:hover .back
{
	-webkit-transform: rotateY(0deg);
    	transform: rotateY(0deg);
}

.card .back h3 {
    margin-top: 0;
}

#hp_cards
{
	display: block;
	list-style: none;
	margin-left: -40px;
}

#hp_cards li
{
    display: block;
    float: left;
}


#hp_cards .card,
#hp_cards .front,
#hp_cards .back
{
	width: 280px;
	height: 280px;	
}

#hp_cards .background_header
{
    min-height: 80%;
    background-size: cover;
    position: absolute;
    width: 100%;
}

#hp_cards .card_content
{
    position: absolute;
    bottom: 10px;
    padding: 0px;
    width: 100%;
}

#hp_cards li p
{
	font-size: 85%;
}

#hp_cards li h2
{
	font-size: 110%;
	line-height: 120%;
	text-align: center;
	text-transform:none;
    text-transform: uppercase;
	color: #304459;
}

#hp_cards .card
{
	margin: 10px;
	transform: perspective(2000px);
}

#hp_cards .front
{
    background-color: #FFF;
    border-color: #ccc #ccc #ccc #304459;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    padding: 0;
    width: 100%;
    margin-top: 15px;
}

#hp_cards .back
{
	background-color: #FFF;
    border-color: #ccc #304459 #ccc #ccc;
	border-style: solid;
    border-width: 1px 4px 1px 1px;
	padding: 20px 14px 7px;
	width: 100%;
	margin-top: 15px;
	font-size: 110%;

}

#hp_cards .front a:link, #hp_cards .front a:visited
{
	color: #C60032;
    font-weight: 400;
    font-size: 90%;
    text-align: center;
}

#hp_cards .back a:link, #hp_cards .back a:visited  
{
	color: #C60032;
}

#hp_cards .button {
background-color: transparent;
padding: 5px 0px 0px 0px;
}

/*FOR CMS EDITING*/

body.in_editor .front 
{
    display: block;
    -webkit-transform: none;
    transform: none;
}

body.in_editor .back 
{
    box-sizing: border-box;
    display: block;
    -webkit-transform: none;
    transform: none;
	}

body.in_editor .card a
{
text-decoration: none;
}

body.in_editor .card:hover .front
{
	-webkit-transform: none;
    transform: none;
}

body.in_editor .card:hover .back
{
	-webkit-transform: none;
    transform: none;
}

body.in_editor #hp_cards .card
{
	width: 560px;
	
}

body.in_editor #hp_cards .back
{
	left: 280px;
	width: 280px;
}

body.in_editor #hp_cards .front
{
	left: 0px;
	width: 280px;
}

.right
{
	float: right;
	margin-left: 20px;
	width: 320px;
}

.block {
	dispLay: block;
	clear: both;
	
}

.text_box {
	border-top: 4px solid #EA3A34;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 22px;
	margin-top: 40px;
}

#logos {
	width: 1200px;
	margin:auto;
}

#logos img{
	width: 75%;
	height: auto;

	
}

#logos .col {
	margin: 1% 0 1% 1%;
}

.dashboard_row
{
	display: flex;
}

.dashboard_part {
border-right: 1px solid #666;
border-left: 1px solid #666;
border-bottom: 1px solid #666;
border-top: 4px solid #666;
padding-bottom:20px;
flex: 1;
margin: 10px;
position: relative;
}

.dashboard_part fieldset {
    box-shadow: none;
    border: none;
    border-top: none;
    padding: 0 0 20px;
    border-radius: 0;
    margin: 0;
}

.dashboard_part legend {
    top: 8px;
    font-size: 120%;
    background: transparent;
    color: #333;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    padding: 6px 10px;
    margin-bottom: 10px;
    border-bottom: dashed 1px #888;
}

.dashboard_part fieldset > div
{
	padding-left: 10px;
	padding-right: 10px;
}

.dashboard_edit {
    position: absolute;
    top: 2px;
    padding: 2px 10px !important;
    right: 2px;
    margin-right: 2px !important;
}

.dashboard_part table.form {
	width: 92%;
	margin-left: 10px;
}

.inner_pane {
    margin: 10px;
}

.edit_profile_link{
	margin-left:20px !important;
}

.dash_title{
    font-size: 135%;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 140%;
    text-align: left;
    color:black;
    margin-left:15px;
}

.options_list .selected {
    background: url(/templates/images/white_checkmark.svg) 10px center no-repeat #C60032;
    color: #fff;
    background-size: 40px;
}

.options_list .selected h3
{
	color: #fff;
}

.options_list > li {
    box-shadow: none;
    cursor: pointer;
    font-size: 87.5%;
    margin-bottom: 10px;
    padding: 20px 60px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.options_list ul li {
    padding-left: 0;
    box-shadow: none;
    margin: 0;
}

.options_list ul {
    list-style: disc;
    padding-left: 20px;
    margin: 5px 0;
}

span.operations a {
    display: inline-block;
    margin-left: 10px;
}

.warning{
    color: #BA0C2F;
}

.pass_edit{
    background: #C60032 none repeat scroll 0 0;
    border: 1px solid #FFF;
    color: #FFF;
    font-weight: 600;
    padding: 10px 20px;
    margin: 0px 10px 0px 0px;
    width: auto;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    position: absolute;
    top: 2px;
    padding: 2px 10px !important;
    right: 75px;
    margin-right: 2px !important;
}

ul#instructors{
	list-style:none;
	padding-left:0;

}
 ul#instructors{

	list-style:none;
	padding-left:0;

}

ul#instructors li{

	display:block;
	width:48%;
	float:left;

}
#instructors h3 {
    color: black;
}

span.contact
{
	margin-right: 10px;
}

.progressive_search
{
	z-index: 148;
}

.progressive_search span.no_match {
	display: block;
    font-style: italic;
    margin: 5px;
}
.progressive_search span.not_listed {
	display: block;
    padding: 5px;
    background-color: #eee;
}

.progressive_search span.not_listed a.button {
    margin-top: 5px;
}

#placementTable .button {
    color: #EA3A34;
    background-color: #fff;
    font-size: 90%;
}

.fas.fa-external-link-alt {
  margin-left: 5px;
}

#mtitle {
    float: right;
    padding-right: 40px;
    color: #fff;
    font-size: 145%;
    margin-top: 16px;
}

#HP_Image_Panel .button {
    padding: 10px 20px 10px 20px;
    font-size: 85%;
}

#HP_List_of_Courses .button {
    padding: 10px 20px 10px 20px;
    font-size: 100%;
}

.flipcards .card, .flipcards .front, .flipcards .back {
    width: 280px;
    height: 260px;
}

.flipcards .background_header {
    background-size: cover;
}

.flipcards li h2 {
	font-size: 100%;
}

.flipcards.staff .card, .flipcards.staff .front, .flipcards.staff .back {
    width: 350px;
    height: 320px;
}


.flipcards .card_content {
    position: absolute;
    bottom: 3px;
    padding: 0px;
    width: 100%;
}

.flipcards li h2 {
	font-size: 100%;
}

ul#membership_levels
{
    list-style: none;
    padding-left: 0;
}

#receipt_logo img {
    width: 250px;
}

.icon-mail-alt {
    margin-left: 10px;
}

span.nonmember_price {
    white-space: nowrap;
    font-size: 75%;
}

.membership_details > p > label {
    display: inline-block;
    width: 125px;
    font-weight: 600;
}

.membership_details {
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 0 10px;
}

.membership_details > p {
    margin: 10px 0;
}

.billing_details > p > label {
    display: inline-block;
    width: 125px;
    font-weight: 600;
}

.billing_details {
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 0 10px;
}

.billing_details > p {
    margin: 10px 0;
}

#course_list_panel div.filter > div {
    display: inline-block;
    padding: 12px 5px 2px 0;
    line-height: 60px;
}

fieldset.hidden {
    display: none;
}

#course_book_display{
	border-top:solid;
	border-top-width:1px;
	padding-top:15px;
	padding-bottom:135px;
}

img.course_book{
border:solid;
border-width:1px;
border-top-width:2px;
width:110px;
height:130px;
border-bottom-width:2px;
border-right-width:5px;
border-right-color:darkgrey;
}

.registration_prompt_buttons{
clear:left;
padding-top:20px !important;
}

.registration_prompt_suggested_text{
clear:left;
padding-bottom:10px;
color:red;
}

#registration_prompt_total{
border-top:solid;
border-width:1px;
clear:left;
}

p.validation.warning, 
p.validation.alert {
    border: solid 1px #BA0C2F;
    padding: 20px;
    border-radius: 8px;
    background-color: #ffffee;
    font-size: 125%;
}

p.validation.warning:before
{
	font-family: 'fontello';
	content: '\e80a';
	display: inline-block;
	margin-right: 10px;
}

p.validation.alert:before
{
	font-family: 'fontello';
	content: '\e865';
	display: inline-block;
	margin-right: 10px;
}

p.validation.alert
{
	border-color: #000;
}

p.validation.warning.small,
p.validation.alert {
    font-size: 100%;
}

a.button.impersonate {
    margin: 0 10px;
}

a.button.register_course,
a.button.purchase_products,
a.button.purchase_private_classes
{
    position: absolute;
    top: 2px;
    right: -5px;
    padding: 3px 10px;
}

#your_private_classes {
    position: relative;
}

#your_private_classes legend {
    border-top: dashed 1px #666;
    margin: 0;
}

tr.not-available {
    opacity: 0.5;
}


.products h3
{
	clear: both;
}

.product_list
{
	display: flex;
	flex-wrap: wrap;
}

.product_list img
{
	width: 200px;
}

.product_list li
{
	margin: 10px;
    width: 210px;
 }

.product_list li .product_name {
    display: block;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 8px;
}

.selectbox {
    padding: 5px;
}


.scrollbox
{
    border: solid 1px #333;
}

.selectbox label,
.scrollbox label 
{
    display: block;
}

table.list.select tr
{
	cursor: pointer;
}

table.list.select tr:hover
{
	background-color: #f5f5f5;
}

table.list.select tr.selected,
table.list.select tr.selected:hover
{
	color: #fff;
	background: url(/templates/images/white_checkmark.svg) 10px center no-repeat #C60032;
	background-size: 22px;
}	

table.list.select.small tr.selected {
    background-size: 15px;
}

table.list.select span.check
{
	display: block;
	width: 25px;
}

#link_picker_panel
{
	border: none;
}	


p.info:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f05a";
    font-weight: 900;
    margin-right: 10px;
    font-size: 125%;
    color: #C60032;
    float: left;
}

p.info {
    display: block;
    border: solid 1px #666;
    padding: 10px;
    border-top-width: 3px;
    background-color: #f5f5f5;
}


a.button.alternate_payment 
{
    display: block;
    width: 275px;
    margin: 10px auto;
    padding: 10px 20px;
}

h1.warning.left
{
	text-align:left;
}

table.list.auto-width {
    width: auto;
}

table.simple {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table.simple > thead > tr > th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

table.simple > tbody > tr > td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

table.simple > tbody > tr:nth-child(even) {
    background-color: #dddddd;
}

table.simple.no_shade > tbody > tr:nth-child(even)
{
	background-color: white;	
}

table.simple.no_shade.top_table
{
	margin-top: 30px;
	margin-bottom: 30px;
}

.instructor_week_middle
{
	font-size: 150%;
	text-align:center;	
}

#schedule_overlay_date_nav
{
	text-align:center;
}

span.small {
    font-size: 75%;
}

#custom_report {
    border: none;
    border-radius: 8px;
    box-shadow: 1px 1px 10px #aaa;
    background-color: #f7f7f7;
    padding: 0px 30px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#report_table_navigator {
    width: 400px;
    float: left;
}

#report_filter_navigator {
    float: left;
    width: auto;
    padding-left: 30px;
}

div.selected_table div.columns {
    background-color: #fff;
    color: #000;
}

div.report_table {
    border: solid 1px #666;
    background-color: #AEBFDA;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 10px;
    cursor: pointer;
}

body.management div.report_table h3
{
	color: #444;
}

div.selected_table {
    background-color: #2B388C;
}

div.report_table div.columns {
    padding: 5px 10px 10px;
    background: #fff;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    display: block;
    border: none;
    cursor: default;
    color: #666;
}

body.management div.selected_table h3 {
    color: #c9d0dc;
}

div.report_filter div.filter {
    padding: 10px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    display: block;
    border: none;
    cursor: default;
}

div.report_filter {
    border: solid 1px #666;
    background: url(/components/report_manager/images/report_filter_open.png) top right no-repeat #444;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #666;
    margin-bottom: 10px;
    cursor: pointer;
}

body.management div.report_filter h3 {
    color: #ddd;
}

div.custom_report_list_panel {
    border: solid 1px #666;
    padding: 0;
    margin: 0 0 20px 0;
    border-radius: 5px;
}

body.management div.custom_report_list_panel h3 {
    display: block;
    background-color: #555;
    padding: 10px;
    margin: 0;
    color: #ddd;
}

div.report_list {
    padding: 20px;
}

div.report_list ul {
    list-style: none;
    padding-left: 0;
}

div.report_list li
{
	margin-bottom: 20px;
}

div.report_list .report_title {
    font-size: 125%;
    font-weight: bold;
    color: #777;
    margin: 0 0 10px 0;
}
div.report_list .report_title:before
{
    font-family: Font Awesome\ 5 Pro;
    content: '\f15c';
    font-weight: 900;
    margin-right: 10px;
}

div.report_list .report_description
{
	font-weight: normal;
	font-size: 100%;
	margin: 0 0 10px 0;
}

p.holiday {
    border: solid 2px #d4d41f;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    background-color: #ffc;
    font-size: 125%;
}

p.closure.warning {
    border: solid 2px #BA0C2F;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    background-color: #f3d9de;
    font-size: 125%;
}

table.scheduler.closed th 
{
    background-color: #f3d9de;
} 

table.scheduler.holiday th
{
    background-color: #ffc;
}

.inline_editor_toolbar a.edit:before
{
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    margin-right: 5px;
	content: '\f303';	
}

.inline_editor_toolbar a.approve:before
{
    font-family: Font Awesome\ 5 Pro;
    content: '\f00c';
    font-weight: 900;
    margin-right: 5px;
}

.inline_editor_toolbar a.revert:before
{
    font-family: Font Awesome\ 5 Pro;
    content: '\f00d';
    font-weight: 900;
    margin-right: 5px;
}

.clickable
{
	cursor: pointer;
}

.event_categories li.selected {
    background-image: none;
}
.event_categories li i {
    font-size: 200%;
    display: block;
}
.event_categories li {
    width: 30%;
    float: left;
    margin-right: 10px;
    padding: 10px 10px;
    text-align: center;
}

.flipcards.upcoming_events .card {
    width: 380px;
    height: 280px;
}

.flipcards.upcoming_events .card, 
.flipcards.upcoming_events .front, 
.flipcards.upcoming_events .back {
    width: 380px;
    height: 280px;
}

 
.flipcards.upcoming_events .front
{
	border-top: solid 1px #333;
}

.flipcards.upcoming_events .back .event_categories
{
	float: right;
	font-size: 167%;
}

.flipcards.upcoming_events .background_header {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.flipcards.upcoming_events .card_content {
    position: absolute;
    bottom: 0px;
    padding: 0px;
    width: 100%;
    height: 60px;
    /* border: solid 1px red; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.flipcards.upcoming_events .card .back h3 {
    margin-top: 0;
    font-size: 110%;
}

.flipcards.upcoming_events .card .back h4 {
    margin-top: 0;
    font-size: 85%;
}

.event_date {
    background-color: #333;
    padding: 5px;
    color: #fff;
}

.eventbrite_event_header {
    display: flex;
    border: solid 1px #333;
    border-top: solid 3px #333;
}

.eventbrite_event_title_block {
    flex: 1;
    padding: 20px;
    background: rgb(242, 245, 249);
}

.eventbrite_event_title_block h3 {
	margin-top: 0;
}

.eventbrite_event_title_block .event_categories span.category i {
    font-size: 200%;
}

.eventbrite_event_title_block .event_categories span.category {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}

.eventbrite_event_title_block .event_categories {
    float: right;
}

ul.event_category_filter {
    list-style: none;
    padding: 0;
}

ul.event_category_filter li {
    float: left;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    border: solid 1px #ccc;
    padding: 10px;
    font-size: 80%;
    min-width: 75px;
    border-radius: 5px;
    cursor: pointer;
}

ul.event_category_filter li i {
    font-size: 200%
}

ul.event_category_filter li.selected
{
	color: #fff;
	background-color: #C60032;
}

#event_sub_header {
    background: url(/templates/images/banner_events.png) center center;
    background-size: cover;
    height: 200px;
}

ul#upcoming_events {
    list-style: none;
    padding: 0;
}

.tab_border
{
	position: relative;
}

.button.tablegrouping
{
	position: absolute;
	top: 10px;
	right: 0;
}

ul.attachment {
    list-style: none;
    padding: 0 0 8px 0;
}

li.attachment {
    display: block;
    line-height: 1.2;
}

input.question {
    background-color: #f3f3f3;
    display: inline-block;
    padding: 2px 5px;
    margin: 2px 5px;
}

textarea.questionarea {
    background-color: #f3f3f3;
    width: 100%;
    height: 200px;
}

div.answerarea {
    display: block;
    font-weight: bold;
    background-color: #c9e7fb;
    padding: 4px;
    border-bottom: solid 1px;
    /* margin: 0 10px; */
    width: 100%;
    min-height: 100px;
}

div.reviewpage {
    padding: 0 10px;
    border: solid 1px #ddd;
    box-shadow: 1px 1px 5px #ccc;
    margin-bottom: 20px;
    cursor: pointer;
}



div.placement_test p
{
	min-height: 20px;
}

div.reviewpage:hover
{
	background-color: #f5f5f5;
}

span.answer {
    display: inline-block;
    font-weight: bold;
    background-color: #c9e7fb;
    padding: 4px;
    border-bottom: solid 1px;
    margin: 0 10px;
    min-width: 50px;
}

div.answerarea {
    display: inline-block;
    font-weight: bold;
    background-color: #c9e7fb;
    padding: 4px;
    border-bottom: solid 1px;
    margin: 0 10px;
    min-width: 50px;
}

#schedule_logo img
{
	float: right;
	width: 150px;
}

#schedule_print h2
{
	padding-top: 50px;
}

table.room_schedule_summary td
{
	white-space: nowrap;
}

table.room_schedule_summary td.times
{
	width: 175px;
	font-weight: bold;
	padding: 4px 0;
}

table.room_schedule_summary td.description
{
	width: 350px;
}

table.room_schedule_summary td.scheduler
{
	font-style: italic;
}

#room_schedule_list
{
	clear: both;
}



/* SLIDESHOW*/
.crossfade {
    position: relative;
}

/*END SLIDESHOW*/

input.amount.refund {
    width: 80px;
}

.signed_in_box .barcode {
    width: 100%;
    background: #fff;
    text-align: center;
    margin-top: 5px;
}