/* RESPONSIVE GRID SYSTEM =============================================================================  */


/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font-family: 'Gentium Basic', serif; 
font-size:  1.2em;	
color : #000; 
text-align: left;

}

button, 
input, 
select, 
textarea { 
font-family: 'Gentium Basic', serif; 
font-size:  1.2em;	
 }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family: 'Cabin Condensed', sans-serif;
font-weight: normal;
margin-top: 0px;
color: #000;
}

h1 { 
margin-top : 1em;
margin-bottom : 0.2em;
font-size : 2em; 
line-height : 1.4;
font-weight:700;
}

h2 { 
margin-bottom : .5em;
margin-top : .5em;
font-size : 1.75em; /* 40 / 16 */
line-height : 1.2;
font-weight:600;
}
h2.red { 
margin-bottom : 0.2em;
margin-top : 0.2em;
font-size : 1.75em; /* 40 / 16 */
line-height : 1.2;
font-weight:600;
color:#C00;
}
h3 { 
/*margin-top : .5em; 
margin-bottom : 0.3em;*/
font-size : 1.5em; /* 28 / 16 */
line-height : 1.3; 
font-weight:600;
}


h4 { 

margin-bottom : 0.5em;
font-size : 1.5em; /* 24 / 16  */
line-height : 1.25; }

	footer h4 { 
		color: #ccc;
	}

h5 { 

margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 

font-size : 1em; /* 16 / 16  */ }
/* Editor Area IDs */
#ez1 {
	margin: 0px;
	padding: 10px;
	width: 100%;
}	
#ez2 {
	margin: 0px;
	padding:  10px;
	width: 100%;
}
#ez3 {
	margin: 0px;
	padding: 10px;
	width: 100%;
}
#ez4 {
	margin: 0px;
	padding: 10px;
	width: 100%;
}
#ez5 {
	margin: 0px;
	padding: 10px;
	width: 100%;
}
#ez6 {
	margin: 0px;
	padding: 10px;
	width: 100%;
}

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address{ 
margin-bottom : 1em; 
font-size : 1.2em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }

p.right {
text-align: right;
}


p.center {
text-align: center;
}


.and {
font-family:'Gentium Basic', serif;
font-size: 1.5em; /* 24 / 16 */
}


ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 90%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}
blockquote {
	display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
	font-size : 1.2em; /* 16 / 16 = 1 */ }

}
/* LINKS =============================================================================  */

a { 
color: #668cd9;
font-size: 1.2em;
font-weight:bold;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #668cd9; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #24479b;
text-decoration: underline;
}
a.wht { 
color : #24479b;
font-size: 1em;
font-weight:normal;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a.wht:visited { 
color : #24479b; }

a.wht:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a.wht:hover, 
a.wht:active { 
outline : 0;
color : #24479b;
text-decoration: underline;
}


.imglink{
  height:auto;
  width:auto;
}

.imglink:hover {
	/*background: #bbd3c3; */
	position: relative;
	top: -2px;
}



/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
margin: 5px;

}

img.floatleft { float: left; margin: 0 1em 0 0; }
img.floatright { float: right; margin: 0 0 0 1em; }


img.circular { border-radius: 50%; }


.intro-benefits img { margin:10px 8px 0 0 ; }

.box-shadow {
	-webkit-box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.66);
-moz-box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.66);
box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.66); */
}

/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }
table.documents {
border:1px solid black;
	background-color: #ebebeb;
	margin-bottom: 10px;
}
/*th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
/*cursor : pointer; */
display:block;
margin:0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#000;
	font-size:1.2em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
/*input[type="submit"] */
{ 
padding: 0.5em 1em;
margin: 0;
cursor : pointer; 
font-weight:300;
font-family:  'Cabin Condensed', sans-serif;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
margin:0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}


/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }


/*  MAIN LAYOUT	============================================================================= */


#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

	#headcontainer {
		width: 100%;
		background-image:url(../images/header-bkgn.jpg);
		background-repeat:repeat-x;
		background-position:top;
	}

		header {
			clear: both;
			width: 80%;
			max-width: 92.3em; 
			margin: 0 auto; 
			padding: 0px 0px 5px 0px;
			position: relative;
			color: #fff;
			text-align: left;
			vertical-align:top;
		}
 
			
	#maincontentcontainer {
		width: 100%;
	}
#main-menu {
	position:relative;
	z-index: 9999;
	text-align:center;
	width:80%;
}
#main-menu ul {
	text-align:left;
}
#main-menu > li {
	float:none;
	display:inline-block;
	margin-right:-4px;
}
*:first-child+html #main-menu > li { /* for IE7 */
	display:inline;
	margin-right:0;
	zoom:1;
}
* html #main-menu li { /* for IE6 */
	float:none;
	display:inline;
	zoom:1;
}
/*
 Override the above in collapsible mode.
 Make sure the break point width is the same as the one in the theme you use.
*/
@media screen and (max-width: 1221px) {
	#main-menu {
		text-align:left;
	}
	#main-menu > li {
		display:block;
		margin-right:0;
	}
}	
#docs-menu {
	position:relative;
	z-index: 9999;
	text-align:left;
	width:80%;
}
#docs-menu ul {
	text-align:left;
}
#docs-menu > li {
	float:none;
	display:inline-block;
	margin-right:-4px;
}
*:first-child+html #docs-menu > li { /* for IE7 */
	display:inline;
	margin-right:0;
	zoom:1;
}
* html #docs-menu li { /* for IE6 */
	float:none;
	display:inline;
	zoom:1;
}
/*
 Override the above in collapsible mode.
 Make sure the break point width is the same as the one in the theme you use.
*/
@media screen and (max-width: 1221px) {
	#docs-menu {
		text-align:left;
	}
	#docs-menu > li {
		display:block;
		margin-right:0;
	}
}		
		.standardcontainer {
			
		}
		
		.darkcontainer {
			background-color: #faf5e2;
		}

		.lightcontainer {
			background: rgba(255, 255, 255, 0.33);
		}
		
		.standardcontainer, .darkcontainer, .lightcontainer { border-bottom:1px #fff solid; }
		
		.want-a-website { margin-top:-1px;background:#fff; border-top:6px #2dbbe9 solid; }
		.er-logo { background:#f2f7f8; border:1px #e3f1f5 solid; padding:6.75em 1em; margin:0; text-align:center; }
		
		.want-a-website a.button { background:#2dbbe9; color: #fff; }
		.want-a-website a { color:#2dbbe9; }
		
			#maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 1em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 0px;
				color: #000;
				line-height: 1.5em;
				position: relative;
			}
		
			.maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 1em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #000;
				line-height: 1.5em;
				position: relative;
			}

	#footercontainer {
		width: 100%;	
		background: #668cd9;
		background-image:url(../images/footer-bkgn.jpg);
		background-repeat:repeat-x;
		background-position:top;
	}
	
		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 20px 0px 10px 0px;
			color: #999;
		}
		footer p {
			font-size: 1em; /* 13 / 16 */
			color: #fff;
		}

		footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #fff;
		}


		footer a:link, footer a:visited { color: #fff; text-decoration: none; font-weight:normal; font-size: 1em; }
		footer a:hover { color: #fff; text-decoration: underline; }
		
		footer a:link.button {text-decoration: none;}

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

			#smallprint {
				margin-top: 20px;
				line-height: 1.4em;
				text-align: center;
				color: #999;
				font-size: 0.923em; /* 12 / 13 */
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: underline; }

/*
Back to top button 
*/
.scroll-top-wrapper {
    position: fixed;
opacity: 0;
visibility: hidden;
overflow: hidden;
text-align: center;
z-index: 99999999;
    background-color: #24479b;
color: #eeeeee;
width: 50px;
height: 48px;
line-height: 48px;
right: 10px;
bottom: 250px;
padding-top: 2px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
background-color: #d1e6fc;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
opacity: 1.0;
}
.scroll-top-wrapper i.fa {
line-height: inherit;
}
/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	
/*  CODE  ============================================================================= */

pre.code {
	padding: 1em;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
	background:#444; color:#fff;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}




/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: url(/images/bodyback.png);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent url(/images/stripe-bg.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.siteimage:hover {
	background: #999 url(/images/stripe-bg.png);
	position: relative;
	top: -2px;
	-webkit-transform: scale(1.2);
	-webkit-transform-origin: 50% 50%;
	-moz-transform: scale(1.2);
	-moz-transform-origin: 50% 50%;
	-o-transform: scale(1.2);
	-o-transform-origin: 50% 50%;
	-ms-transform: scale(1.2);
	-ms-transform-origin: 50% 50%;
	transform: scale(1.2);
	transform-origin: 50% 50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	box-shadow: 0 3px 6px rgba(0,0,0,.25);
	
	
	
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: .25em .5em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family:  'Cabin Condensed', sans-serif;
	font-weight: 300;
	background: #24479b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 1.2em;
				
}
.button:hover, .button:active {
	background: #d1e6fc;
	color: #000;
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}
.redButton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: .25em .5em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family:  'Cabin Condensed', sans-serif;
	font-weight: 300;
	color: #fff;
	BACKGROUND-COLOR: Red;
	
}

.redButton:hover {
	text-decoration: none;
	color: #000;
	BACKGROUND-COLOR: #FFC0CB;
	
}

.deletebutton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	
	color: #fff;
	padding: .25em .5em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family:  'Cabin Condensed', sans-serif;
	font-weight: normal;
	background: red;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 1.2em;
				
}
.deletebutton:hover, .button:active {
	background: red;
	color: #000;
	text-decoration: none;
}
.deletebutton:active {
	position: relative;
	top: 1px;
}
.deletebutton:visited { 
	color : #fff;
}
.brnbutton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 15px;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family:  'Cabin Condensed', sans-serif;
	font-weight: 300;
	background: #402b18;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 2em;
				
}
.brnbutton:hover, .brnbutton:active {
	background: #78a22f;
	color: #000;
	text-decoration: none;
}
.brnbutton:active {
	position: relative;
	top: 1px;
}
.brnbutton:visited { 
	color : #fff;
}
.tanbutton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding: 15px;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family:  'Cabin Condensed', sans-serif;
	font-weight: 300;
	background: #bfae8e;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 2em;
				
}
.tanbutton:hover, .tanbutton:active {
	background: #78a22f;
	color: #fff;
	text-decoration: none;
}
.tanbutton:active {
	position: relative;
	top: 1px;
}
.tanbutton:visited { 
	color : #000;
}

/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.searchform {
	float: right;
	margin-top:25px; 
	margin-right:10px;
	vertical-align:top;
} 
.loginlink {
	float: right;
	margin-top:25px; 
	margin-right:10px;
	vertical-align:top;
	font-family:  'Cabin Condensed', sans-serif;
	font-weight: 300;
	color: #24479b;
	
} 
/*  Spacers and  Buttons from old STL Fund site ============================================= */
.spacer10px {
	padding: 0px 5px;
	width: 100%;
	margin: 0px;
}
.spacer20px {
	padding: 0px 10px;
	width: 100%;
	margin: 0px;
}
a.blueButton {
 	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .25em .5em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family:  'Cabin Condensed', sans-serif;
	font-weight: 300;
	color: #ffffff;
	BACKGROUND-COLOR: #044bc2;
	
}
a.blueButton:hover {
	text-decoration: none;
	color: #000000;
	BACKGROUND-COLOR: #99ccff;
	
}
a.redButton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .25em .5em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family:  'Cabin Condensed', sans-serif;
	font-weight: 300;
	color: #000000;
	BACKGROUND-COLOR: Red;
	
}

a.redButton:hover {
	text-decoration: none;
	color: #000000;
	BACKGROUND-COLOR: #FFC0CB;
	
}

a.blackButton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .25em .5em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family:  'Cabin Condensed', sans-serif;
	font-weight: 300;
	color: #ffffff;
	BACKGROUND-COLOR: #000000;
	
}
a.blackButton:hover {
	text-decoration: none;
	color: #000000;
	BACKGROUND-COLOR: #acacac;
	
}

a.greenButton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .25em .5em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family:  'Cabin Condensed', sans-serif;
	font-weight: 300;
	color: #ffffff;
	BACKGROUND-COLOR: Green;
	
}
a.greenButton:hover {
	
	text-decoration: none;
	color: #000000;
	BACKGROUND-COLOR: Lime;
	
}

a.blueButton2 {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .25em .5em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family:  'Cabin Condensed', sans-serif;
	font-weight: 300;
	color: #ffffff;
	BACKGROUND-COLOR: #044bc2;
	
}
a.blueButton2:hover {
	text-decoration: none;
	color: #000000;
	BACKGROUND-COLOR: #99ccff;
		
}
.boxframe {
	margin: 10px ; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #666666;
	padding: 5px;
	color: #000000;
}
.textBold {
	font-weight: bold;
	
}
.section-Title {
	font-size: 1.2em;
	color: Black;
	font-style: italic;
	font-weight: Bold;
	text-align: center;
	padding: 3px; 
	margin: 0px;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}