/**
 * This file gets used in the editor so it should contain all typographic 
 * styles to match what the user sees in the editor as closely as it can 
 * to the front end. It also gets included in the main stylesheet so that 
 * the styles don't have to be repeated.
 */
 
* {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	background:#fff;
	font:14px/1.5 sans-serif;
	color:#505050;
    font-weight: 300;
}

html .mceContentBody {
	max-width: 630px;
}

/**
 * Links and Typography
 */
a {
	text-decoration:none;
	color:#e31c1c;
}
	
a:hover {
	text-decoration:underline;
}

h1 a, h2 a, h3 a {
	color:#212121;
}
		
h1 a:hover, h2 a:hover, h3 a:hover, #sitename:hover {
	text-decoration:none;
	color:#e31c1c;
}

p {
	margin:10px 0 20px;
}

h1,h2,h3,h4,h5{
    font-family: 'Montserrat', 'Roboto', Helvetica, Arial, sans-serif;
    color: #3c3c3c;
}
	
h1 {
	font-weight:700;
	font-size:24px;
	margin:0 0 17px;
}

	h1 span {
		font-weight:700;
	}
	
h2 {
	font-weight:400;
	font-size:18px;
	margin:0 0 10px;
}

h2,h3{
    color: #bf3542;
}
	
h3,
.widget_calendar caption {
	font-weight:300;
	font-size:18px;
	text-transform:uppercase;
	margin:0 0 10px;
}

	h3 span,
	.widget_calendar caption span {
		font-weight:700;
	}
	
h4 {
	font-weight:900;
	font-size:14px;
	margin:0 0 10px;
}

	.mceContentBody h1,
	.entry-content h1 {
		line-height:1.2;
		padding-bottom:16px;
		border-bottom:1px solid #c7c7c7;
	}

	.mceContentBody h2,
	.mceContentBody h3,
	.entry-content h2, 
	.entry-content h3 {
		margin-top:30px;
	}
	
	.mceContentBody > h2:first-child,
	.mceContentBody > h3:first-child,
	.entry-content > h2:first-child, 
	.entry-content > h3:first-child {
		margin-top:0;
	}

#content .awards_list img{
    border: none !important;
    box-shadow: none !important;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.clearfix{
    zoom: 1;
}
.clearfix:before{
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}

small {
	font-size:12px;
	color:#999;
}
	
code,
pre {
	font-family:"Courier New", Courier, Fixed;
	background:#eee;
}
	
pre {
	margin:20px;
	padding:10px;
	border:1px solid #ccc;
}
	
hr {
	clear:both;
	width:80%;
	height:1px;
	border:none 0;
	color:#ccc;
	background-color:#ccc;
	margin:20px auto;
}
	
img {
	border:none;
}
	
blockquote {
	margin:20px 30px;
	border-top:1px solid #e31c1c;
	border-bottom:1px solid #e31c1c;
	font-style:italic;
	font-weight:300;
	font-size:18px;
	line-height:1.2;
}

	blockquote p:last-child {
		margin-bottom:10px;
	}
		
	blockquote cite:before {
		content: "\2014 \0020";
	}

.mceContentBody ul,
.mceContentBody ol,
.entry-content ul, 
.entry-content ol {
	margin:20px 40px;
}
	.mceContentBody ul ul,
	.mceContentBody ol ol,
	.mceContentBody ul ol,
	.mceContentBody ol ul,
	.entry-content ul ul, 
	.entry-content ol ol,
	.entry-content ul ol, 
	.entry-content ol ul {
		margin:0 20px 0;
	}
	
	.mceContentBody li,
	.entry-content li {
		padding:2px 0 3px;
		}

/**
 * Helper Classes
 */	
.clear { 
	clear:both !important;
	height:0 !important;
	width:100% !important;
	padding:0 !important;
	margin:0 !important;
	float:none !important;
	background:none !important;
	line-height:0 !important;
	font-size:1px !important;
}

.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	*zoom: 1;
}
		
.alignleft {
	float:left;
}
	
.alignright {
	float:right;
}
	
.aligncenter, 
div.aligncenter, 
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/**
 * Images
 */
img {
	border:none;
	max-width:100%;
	height:auto;
}

img.alignleft,
.wp-caption.alignleft {
	margin:0 20px 10px 0;
}
	
img.alignright,
.wp-caption.alignright {
	margin:0 0 10px 20px;
}

.wp-caption, 
.entry-attachment .attachment {
	border: 1px solid #ccc;
	border-radius:5px;
	text-align: center;
	background-color: #eee;
	padding:5px;
}

.wp-caption img,
.entry-attachment .attachment img {
	display:block;
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text,
.wp-caption-dd {
	font-size: 12px;
	padding:5px;
	margin: 0;
}

.entry-attachment .attachment {
	margin:15px 0;
}

.attachment, .caption {
	text-align:center;
}

.video-modal.ui-widget-content {
	font-size: 0;
}
.video-modal iframe {
	max-width: 100%;
}
