@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);

body {
	color: #2d2d2d;
	font: 12px 'Open Sans', sans-serif;
	background-color: #d6e6f7;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #235c78;
}

#Sub-navigation {
	font: 14px 'Open Sans', sans-serif;
	color: #235c78;
}

a.selected {
	color: #454545;
}

blockquote {
	margin-left: 20px;
}

.hidden {
	display: none;
}

a:hover {
	text-decoration: underline;
}

ul.boldlist {
	overflow: hidden;
}

ul.boldlist li {
	font: bold 13px "Open Sans", sans-serif;
	color: #454545;
}

ul.splitter {
	margin-bottom: 15px;
	height: 25px;
}

.splitter li
{
	list-style-type: none;
	float: left;
	display: block;
	margin: 0;
}

.splitter .button {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-right: -1px;
	padding: 2px 8px;
}

.splitter .button.first {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.splitter .button.last {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.splitter-label {
	font: 14px "Droid Serif", sans-serif;
	color: #071b40;
	margin-bottom: 5px;
}

.cart {
	background: url(https://cdn.cd2learning.com/mcfd_web/images/internal/ShoppingCart_18x15.png) no-repeat left top;
	padding-left: 22px;
}

.cartcontainer {
	margin-bottom: 15px;
}

.list-grid li {
	width: 145px;
	float: left;
	list-style-type: none;
	margin-bottom: 15px;
	height: 150px;
}

.list-grid img, .list-grid strong, .list-grid span {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.list-grid::after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

/*Headers and colors */
h1 {
	font: bold 28px "Droid Serif", sans-serif;
	color: #071b40;
}

h2, .header {
	font: bold 22px "Droid Serif", sans-serif;
	color: #071b40;
}

h3 {
	font: 18px "Droid Serif", sans-serif;
	color: #071b40;
}

h4 {
	font: 16px "Droid Serif", sans-serif;
	color: #454545;
}
h5 {
	font: 16px "Open Sans", sans-serif;
	color: #454545;
}

.shadow {
	-webkit-box-shadow: 0px 5px 5px 5px rgba(100, 100, 100, .3);
	-moz-box-shadow: 0px 5px 5px 5px rgba(100, 100, 100, .3);
	box-shadow: 0px 5px 5px 5px rgba(100, 100, 100, .3);
}

.container_12.showgrid {
	background-image: url(https://cdn.cd2learning.com/blanchard_web/images/frontpage/12_col.gif);
}

.container_12 {
	background-color: #fff;
	position: relative;
}

.separator {
	margin: 0 5px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.center {
	text-align: center;
}

.blue-top {
	border-top: 3px solid #1e62d1;
	background-color: #1e62d1;
	padding-top: 10px;
	position: relative;
}

.thin-blue-top {
	border-top: 1px solid #1e62d1;
	margin-top: 10px;
	padding-top: 10px;
}

#white_bar {
	margin-top: 5px;
	margin-bottom: 5px;
}

#bottom_margin {
	height: 20px;
}

.margin-container {
	margin: 0 10px;
}

#loginlinks {
	padding-top: 5px;
}

/*Header information*/
#headerlogo {
	padding: 10px 0;
}

#headerlogo .logo {
	padding-right: 10px;
}

.tagline {
	color: #2c467e;
	font: italic 13px "Droid Serif", sans-serif;
}

/*Page Slider*/

#imageslider {
	height: 272px;
}

#imageslider .image {
	display: none;
}

#imageslider .image.first {
	display: block;
}

#dots {
	float: right;
	margin: 3px 0;
}

#dots .item {
	height: 9px;
	width: 12px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
	border: 1px solid #ccc;
	background-color: #fff;
	
	-webkit-box-shadow: 1px 1px 2px 0px rgba(100, 100, 100, .3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(100, 100, 100, .3);
	box-shadow: 1px 1px 2px 0px rgba(100, 100, 100, .3);
}

#dots .item.activeSlide {
	background-color: #1e62d1;	
}

#dots .item:last-child {
	margin-right: 0;
}

#loginarea {
	float: right;
}

/*Buttons:
	button - class is for a rounded div and the other properties of a button
	outline classes - Various colors of outlines
	gradient classes - Various color gradients for the buttons
*/
.button {
	padding: 2px 4px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	display:inline-block; /* IE is so silly */
	position: relative;
	cursor: pointer;
	font: 13px 'Open Sans', sans-serif;
	color: #454545;
	border: 1px solid #ccc;
	behavior: url(PIE.htc);
}

.washington_button {
	padding: 9px 9px 0 9px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	display:inline-block; /* IE is so silly */
	position: relative;
	cursor: pointer;
	font: 13px 'Open Sans', sans-serif;
	color: #454545;
	border: 1px solid #ccc;
	behavior: url(PIE.htc);
}

.washington_button:hover {
	text-decoration: none;
}

.button:hover {
	text-decoration: none;
}

.right-arrow {
	padding-right: 20px;
	background: url(https://cdn.cd2learning.com/mcfd_web/images/home_v3/Button_ArrowNextOFF_12x13.png) 97% center no-repeat;
}

.left-arrow {
	padding-left: 20px;
	background: url(https://cdn.cd2learning.com/mcfd_web/images/home_v3/Button_ArrowPrevOFF_12x13.png) 3% center no-repeat;
}

.right-arrow:hover {
	background: url(https://cdn.cd2learning.com/mcfd_web/images/home_v3/Button_ArrowNextON_12x13.png) 97% center no-repeat;
}

.left-arrow:hover {
	background: url(https://cdn.cd2learning.com/mcfd_web/images/home_v3/Button_ArrowPrevON_12x13.png) 3% center no-repeat;
}

.gradient-grey {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* W3C */
	-pie-background: linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* W3C */
	behavior: url(pie.htc);	
}

.gradient-grey:hover, .gradient-grey.selected {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #8ec3dd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#8ec3dd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#8ec3dd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#8ec3dd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#8ec3dd 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#8ec3dd 100%); /* W3C */
	-pie-background: linear-gradient(top,  #ffffff 0%,#8ec3dd 100%); /* W3C */
	behavior: url(pie.htc);	
}

.button h4 {
	padding-left: 40px;
	background: url(https://cdn.cd2learning.com/mcfd_web/images/home_v3/Icon_Arrow_17x18.png) no-repeat 10px center;
	margin-bottom: 0;
	padding-right: 20px;
}

.main_buttons {
	margin-bottom: 10px;
}

#main_left_col_lnkRequest {
	margin-left: 39px;
}

.demo_buttons {
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 5px;
	margin-top: 5px;
}

.demo_buttons a {
	margin-right: 38px;
}

#watchbutton {
	width: 285px;
	text-align: center;
}

#watchbutton3 {
	width: 285px;
	text-align: center;
}

/*Main menu styles */
#menu {
	text-transform: uppercase;
	height: 54px;
	background-color: #5c5757;
	font-weight: semi-bold;
	border-bottom: 3px solid #d6e6f7;
}

#menu ul.main_menu {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 18px;
}

#menu .main_menu li {
	margin-left: 0;
	display: inline;
	list-style-type: none;
	border-right: 1px dotted #d6e6f7;
	padding: 10px 32px;
}

#menu .main_menu li.last {
	border: 0;
}

#menu .main_menu a{
	color: #ffffff;
}

#menu .main_menu a:hover, #menu .main_menu .selected {
	color: #d6e6f7;
}

/*Selector Bar*/
#selector_bar {
	background-color: #d6e6f7;
	padding-top: 10px;
	margin-bottom: 10px;
}

#selector_bar .right-border {
	border-right: 1px dotted #594023;
	padding-left: 5px;
	margin-top: 10px;
	height: 135px;
	float: left;
}

#selector_bar a {
	color: #071B40;
}

.icon {
	margin-right: 5px;
}

/*Sub Pages*/

.blue-box {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #edf6ff;
	margin-bottom: 10px;
}

.tan-box {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fffbf0;
	margin-bottom: 10px;
}

.green-quote-box {
	background: #f0f2e1;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(PIE.htc);	
}

.blue-box-borders {
	border-top: 1px solid #1e62d1;
	border-bottom: 1px solid #1e62d1;
	padding: 10px 0;
	margin-bottom: 10px;
}

/*Footer style */

#footer {
	background-color: #5c5757;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}

#footer p {
	margin: 0;
	margin-right: 10px;
}

#footer a {
	color: #fff;
}

#footer ul.footer_menu {
	padding-left: 0;
	white-space: nowrap;
	margin: 0;
}

#footer .footer_menu li {
	margin-left: 0;
	display: inline;
	list-style-type: none;
	border-right: 1px dotted #fff;
	padding: 0 10px;
}

#footer .footer_menu li.last {
	border: 0;
}

/*LOGIN INFORMATION*/

#login_button {
	cursor: pointer;
}

#login_box {
	border: 1px solid #ccc;
	background: #fff;
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 5px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(PIE.htc);
}

#login_box #closeicon {
	margin-top: 4px;
	margin-right: 4px;
	cursor: pointer;
	padding: 0 5px 2px 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #ccc;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(PIE.htc);	
}

#login_box #closeicon:hover {
	background-color: #EBAA5C;
	color: #000;
}

#login_box input.btn-login {
	width: 108px;
	height: 27px;
	background: transparent url(https://cdn.cd2learning.com/mcfd_web/images/home_v3/Button_SignIn_108x27.png) no-repeat top left;
	border: none;
	cursor: pointer;
}

#login_box input.btn-login:hover {
	background: transparent url(https://cdn.cd2learning.com/mcfd_web/images/home_v3/Button_SignInHover_108x27.png) no-repeat top left;
}

#login_box p.input-label {
	text-align: right;
	line-height: 23px;
}

#login_box input.input-text {
	width: 280px;
}

#login_box .signin {
	margin-top: 40px;
}

#login_box .btn-lessons {
	display: none;
}

#login_box .errormsg {
	color: red;
}

/*END OF LOGIN INFORMATION*/

/* Individual Element Positioning */

.diocese-code {
	background: white;
	width: 258px;
	height: 38px;
	margin: 0 auto;
	font: bold 20px/40px "Droid Serif", sans-serif;
	color: #071b40;
	border: 1px solid #ccc;
}

.diocese-code img {
	margin-right: 20px;
}

.ui-dialog {
	position: absolute;
}

/* Info form */

.infoform label {
	width: 90px;
	float: left;
}

.infoform .nolabelfloat label{
	float: none;
}

#error, label.error {
  background: #ffc;
  color: #c00;
  font-style: italic;
  width: 100%;
  float: none;
}

input.error,
select.error,
textarea.error {
  background-color: #fee !important;
}

.infoform strong {
	font-size: 16px;
	color: red;
	margin-left: 5px;
}

.contactus img {
	margin-bottom: 10px;
	margin-right: 10px	;
}

.board_column {
	background-color: #e9e9e9;
	padding: 8px;
}

.board_column img {
	margin: 0 5px 5px 0;
}

.title {
	font: 14px "Droid Serif", sans-serif;
	color: #071b40;
	margin-bottom: 0;
}

/* Flags */

.flag-container {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.english-flag {
	padding-top: 43px;
	min-width: 38px;
	background: url(https://cdn.cd2learning.com/mcfd_web/images/home_v2/English_Flag_38x38.png) top center no-repeat;
	float: left;
	margin-right: 15px;
}

.spanish-flag {
	padding-top: 43px;
	min-width: 38px;
	background: url(https://cdn.cd2learning.com/mcfd_web/images/home_v2/Spanish_Flag_38x38.png) top center no-repeat;
	float: left;
	margin-right: 15px;
}



	.storebutton  {
		float: left;
		margin: 10px;
		background-color: white;
		padding: 2px 4px;
		text-decoration: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px 5px 5px 5px;
		position: relative;
		cursor: pointer;
		font: 13px 'Open Sans', sans-serif;
		color: #454545;
		border: 1px solid #CCC;
	}
	
	.storebutton:hover {
	    background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #8ec3dd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#8ec3dd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#8ec3dd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#8ec3dd 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#8ec3dd 100%); /* IE10+ */
		background: linear-gradient(top,  #ffffff 0%,#8ec3dd 100%); /* W3C */
		-pie-background: linear-gradient(top,  #ffffff 0%,#8ec3dd 100%); /* W3C */
		behavior: url(pie.htc);	
		
	}

#downtimeannouncement {
	position: absolute;
	top: 273px;
	width: 420px;
	left: 500px;
	background: white;
	border: 1px solid grey;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 1000;
}

.social_media_icons a {
	display: inline;
	padding-right: 5px;
}

.social_media_icons a.last {
	padding-right: 0;
}

/* Columnar items */

.column-group div {
	float: left;
}

.column-group div+div {
	margin-left: 10px;
}

.column-group img {
	width: 200px;
}
/* Tables */
td
{
padding:15px;
width:100%;
border:1px solid #e2e2e2;
}