/*
Theme Name: ASI Theme
Author: Rob Stainback
Author URI: http://mybluerobot.com/
Description: The 2014 theme for ASI - American SIDS Institute.
Version: 1.0
*/

/* Colors:

Dark Red (Primary) = #a70707
Red (Secondary) = #d30707
Light Blue = #80d2f2
Dark Blue = #3f9bbf
Grayish = #e4e4dc

*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color:#333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color:#333;
}
h1 { font-size:32px; font-size:2rem; line-height:32px; line-height:2rem; }
h2 { font-size:24px; font-size:1.5rem; line-height:26px; line-height:1.625rem; }
h3 { font-size:18px; font-size:1.125rem; line-height:21px; line-height:1.3125rem; color:#a70707; }
h4 { font-size:16px; font-size:1rem; line-height:18px; line-height:1.125rem; }
h5 { font-size:14px; font-size:.875rem; line-height:16px; line-height:1rem; text-transform:uppercase; }
h6 { font-size:12px; font-size:.75rem; line-height:14px; line-height:.875rem; text-transform:uppercase; }

p {
	font-size:14px;
	font-size:.875rem;
	line-height:20px;
	line-height:1.25rem;
}
p.no-p {
	margin:0;
	padding:0;
}

hr {
	border-color: #ccc;
}

strong { font-weight:700; }

a { color: #a70707; }
a:hover, a:focus { color: #3f9bbf; }

a.learnmore {
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 700;
	background-color:#3f9bbf;
	font-size:10px;
	font-size:.625rem;
	color:#fff;
	padding:4px;
}
a.learnmore:hover, a.learnmore:focus {
	background-color:#80d2f2;
}

.readmore {
	display:block;
	text-align:right;
	font-size:11px;
	font-size:.6875rem;
	line-height:18px;
	line-height:1.125rem;
	text-transform:uppercase;
	padding-top:3px;
}

.nopadding {
	padding:0;
}

#header {
	position:relative;
	background:#80d2f2;
	color:#fff;
}
.logo-div {
	position:relative;
}
.logo { padding:10px 0 20px; }






.topmenu {
	background:#3f9bbf url(images/menu-bg.png) repeat-x center top;
}




/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Navigation Menu */
.main-navigation {
	/*margin-top: 24px;
	margin-top: 1.714285714rem;*/
	text-align: left;
}
.main-navigation li {
	/*margin-top: 24px;
	margin-top: 1.714285714rem;*/
	font-size: 16px;
	font-size: 1em;
	font-weight:400;
}
.main-navigation a {
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	color: #fff;
	background-color:transparent;
	width:100%;
	padding:5px 10px;
	display:block;
}
.main-navigation a:hover {
	color: #fff;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
	margin-left:0;
	width:100%;
	list-style:none;
}
.main-navigation ul.nav-menu ul {
	margin-left:0;
	list-style:none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
	margin-bottom:0;
	width:100%;
}

.menu-toggle.button,
.menu-toggle.button:hover {
    box-shadow:none;
    border:none;
    height:45px;
    color:#fff;
    background:url(images/menu.png) no-repeat 0% 45%;
    padding:12px 0 0;
    text-align:left;
    font-size:14px;
	font-size:.875rem;
	font-weight:400;
	padding-left:35px;
}




.header-content {
	border-bottom:#8dc63f 5px solid;
}
.header-content .wrapper {
	background:#000;
	border-bottom:#fff 5px solid;
}





.maincontent {
	background:#e4e4dc url(images/content-bg.jpg) no-repeat center top;
}
.topshadow {
	background:url(images/shadow.png) no-repeat center top;
	padding:30px 0;
}
.maincontent p {
	font-size:14px;
	font-size:.875rem;
	line-height:17px;
	line-height:1.0625rem;
}
.primary ul, .primary ol, .maincontent ul, .maincontent ol {
	font-size:14px;
	font-size:.875rem;
	margin-left:17px;
	margin-left:1.0625em;
}


.contentheader {
	padding-bottom:20px;
}
.contentheader p {
	margin:0;
	padding:0;
}


.content {
	padding-bottom:20px;
}


button, .button {
	border:none;
	background:#a70707 url(images/red-bg.png) repeat-x center top;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	color:#fff;
	text-align:center;
	padding:10px;
	font-weight:400 !important;
	font-size:18px !important;
	font-size:1.125rem !important;
	line-height:20px !important;
	line-height:1.25rem !important;
	margin:0;
	text-transform:uppercase;
}
button:hover, .button:hover {
	background: #3f9bbf;
}
.gform_wrapper .top_label .gfield_label {
	font-size:14px !important;
	font-size:.875rem !important;
	line-height:17px !important;
	line-height:1.0625rem !important;
	color:#3f9bbf !important;
	font-weight:700 !important;
}
.gform_wrapper .gfield_required {
    color: red !important;
}
.gform_wrapper .gform_footer {
    padding: 15px 0 0 !important;
}
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea {
    background-color:#80d2f2 !important;
    border: none !important;
    box-shadow: none !important;
    font-size:12px !important;
    font-size: .75rem !important;
    font-weight:400 !important;
    height: auto !important;
    margin: 0 0 .4rem !important;
    padding: 2px !important;
    /*transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;*/
}

.gform_wrapper .gfield_description {
    padding: 4px 0 0 !important;
    font-size:12px !important;
    font-size:.75rem !important;
    line-height:16px !important;
    line-height:1rem !important;
}
.gform_wrapper .gform_footer {
    margin: 0 !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
    padding:5px !important;
    font-size:16px !important;
    font-size:1rem !important;
}
.gform_wrapper .left_label .gfield_label {
    float: left;
    font-weight: bold;
    margin: 0 15px 0 0;
    width: auto !important;
    color:#fff;
}




.entry {
	padding:0 0 10px 15px;
	border-left:#ccc 1px solid;
	margin-bottom:30px;
}
.entry.noborder {
	border-left:none;
	padding:0 0 10px 0;
}
.comments-link a {
	color:#3f9bbf;
}
.comments-link a:hover {
	color:#000;
}
.vcard {
    border: none;;
    display: inline-block;
    margin: 0;
    padding: 0;
}





.readmore {
	font-size:11px;
	font-size:.6875rem;
	text-align:right;
}

.repeatable {
	margin:10px 0;
}
.postsummary h4 {
	line-height:20px;
	line-height:1.25rem;
}
.postsummary .date {
	font-size:11px;
	font-size:.6875rem;
	color:#58595b;
}
.postsummary h5, .postsummary .date {
	text-transform:uppercase;
}
.relative {
	position:relative;
}
.postcontent {
	margin:0 0 60px;
}
.entry-meta {
	font-size:10px;
	font-size:.625rem;
	color:#333;
	line-height:.875rem;
}
.entry-meta a {
	font-weight:700;
}





aside {
	margin-bottom:30px;
}
aside ul, aside ol {
	margin:0 !important;
	padding:10px !important;
}
aside ul li, aside ol li {
	list-style:none;
	font-size:14px;
	font-size:.875rem;
	line-height:17px;
	line-height:1.0625rem;
	margin-bottom:10px;
}
aside.gform_widget ul li, aside.gform_widget ol li {
	border-left:none;
	padding:0;
}
.all-link {
	text-align:right;
	padding:0 10px 10px;
	font-size:14px;
	font-size:.875rem;
	line-height:16px;
	line-height:1rem;
}
aside h4, aside h4 a {
	color:#000;
	font-weight:400;
	text-transform:none;
}
.widget-title {
	font-size:16px;
	font-size:1rem;
	text-transform:uppercase;
	margin:0;
	color:#fff;
	background:#a70707 url(images/red-bg.png) repeat-x center top;
	padding:10px;
}
#hwim-3 .widget-title, .hwim-3 .widget-title {
	color:#3f9bbf;
	background:#fff;
}
aside.widget_boxed {
	filter:progid:DXImageTransform.Microsoft.Glow(Color=black,Strength=4);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
	box-shadow: 0px 0px 5px 0 rgba(0,0,0,.4);
	background-color:#fff;
}
aside.widget_text, aside.widget_hwim, aside.featured {
	background:none;
	border:none;
	margin-bottom:20px;
}
aside.widget_text .widget-title, aside.featured .widget-title {
	color:#a70707;
	background:none;
	padding:0;
}
aside.widget_hwim img {
	filter:progid:DXImageTransform.Microsoft.Glow(Color=black,Strength=4);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
	box-shadow: 0px 0px 5px 0 rgba(0,0,0,.4);
}
aside.widget_hwim a img:hover, aside.featured a img:hover {
	filter:progid:DXImageTransform.Microsoft.Glow(Color=black,Strength=6);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.6);
	box-shadow: 0px 0px 5px 0 rgba(0,0,0,.6);
}
aside.featured img, .shadow {
	border:2px solid #fff;
	filter:progid:DXImageTransform.Microsoft.Glow(Color=black,Strength=4);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
	box-shadow: 0px 0px 5px 0 rgba(0,0,0,.4);
}
footer .widget-title {
	padding:0 0 10px !important;
	color:#fff !important;
	background:none;
}
footer aside {
	padding-left:0;
	padding-bottom:0;
}
footer aside ul, footer aside ol {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}
footer aside ul li, footer aside ol li {
	list-style: disc outside;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding:0;
	border-bottom:none;
	line-height:8px;
	line-height:.5rem;
}
footer .widget {
	background:none;
}
footer img {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
footer input[type="text"], 
footer input[type="password"], 
footer input[type="date"], 
footer input[type="datetime"], 
footer input[type="datetime-local"], 
footer input[type="month"], 
footer input[type="week"], 
footer input[type="email"], 
footer input[type="number"], 
footer input[type="search"], 
footer input[type="tel"], 
footer input[type="time"], 
footer input[type="url"], 
footer textarea {
    /*background-color:#eee !important;*/
    border: none !important;
    box-shadow: none !important;
    font-size:12px !important;
    font-size: .75rem !important;
    font-weight:400 !important;
    height: auto !important;
    margin: 0 0 .4rem !important;
    padding: 4px !important;
    /*transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;*/
}
footer input[type="submit"], footer button, footer .button {
	background:#a70707 url(images/red-bg.png) repeat-x center top;
	display:inline-block;
	color:#fff;
	font-size:14px !important;
	font-size:.875rem !important;
	border:none;
	border-radius:8px;
	text-transform:uppercase;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
footer input[type="submit"]:hover {
	display:inline-block;
	color:#fff;
	background-color:#d30707;
}
footer .widget-title label {
	font-weight:700;
	font-size:20px;
	font-size:1.25rem;
	color:#333;
}


footer .gform_fields {
	padding:0 !important;
}
footer .gfield_label {
	padding-top:10px;
}



footer {
	background:#1e6f8f url(images/footer-bg.png) repeat-x center top;
	color:#fff;
	padding:30px 0;
}
footer a {
	color:#fff;
}
footer a:hover {
	color:#fff;
	text-decoration:underline;
}
footer ul, footer ol {
	font-size:14px;
	font-size:.875rem;
	margin-left:20px;
	margin-left:1.25em;
}
.copyright {
	padding-top:20px;
	font-size:12px;
	font-size:.75rem;
}
ul.footer-menu {
	margin:0;
	list-style:none;
}
ul.footer-menu li {
	margin:0;
	list-style:none;
	display:inline;
	padding:8px;
}
ul.footer-menu li a {
	font-weight:700;
	text-transform:uppercase;
}




.marginbottom {
	margin-bottom:30px;
}









/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
.wp-caption.alignleft {
	margin-right: 1em;
}
img.alignright,
.wp-caption.alignright {
	margin-left: 1em;
}
.wp-caption {
	background: #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	max-width: 100%;
	padding: .8em;
	text-align: center;
}
.wp-caption img {
	margin: 0;
}
.wp-caption a img,
.wp-caption a:hover img {
	border: none;
}
.wp-caption .wp-caption-text {
	color: #333;
	font-size: 12px;
	margin: .5em;
}
.gallery-caption {
	color: #333;
}
.wp-smiley {
	margin: 0;
}

.entry-content img,
.comment-content img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #666;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.nav-single {
	font-size:12px;
	font-size:.75rem;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 40%;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size:12px;
	font-size:.75rem;
	text-transform:uppercase;
	line-height:1.25;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 40%;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size:12px;
	font-size:.75rem;
	text-transform:uppercase;
	line-height:1.25;
}
.nav-previous a, .nav-next a {
	color:#a70707;
}
.nav-previous a:hover, .nav-next a:hover, .nav-previous a:focus, .nav-next a:focus {
	color:#3F9BBF;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	word-wrap: break-word;
}
/*.widget-area .widget h3 {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}*/
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.25;
}
.widget-area .widget p {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
.widget-area ul {
	list-style: disc outside;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}
.widget-area li {
	margin-left: 20px;
	margin-left: 1.25rem;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Images */

img.alignleft {
	margin: 0 16px 12px 0;
	margin: 0 1rem 0.75rem 0;
}
img.alignright {
	margin: 0 0 12px 16px;
	margin: 0 0 0.75rem 1rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #58595b;
}
.comments-area article header a {
}
.comments-area article header a:hover {
}
.comments-area article header cite a {
}
.comments-area article header cite a:hover {
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #58595b;
}
.required {
	color: #ea7c23;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #333;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #333;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}




.page-break	{ display: none; }






.header-search #widget-search {
	width:100%;
	color:#666;
	border-radius:8px;
	font-size:12px !important;
	font-size:.75rem !important;
	padding-left:10px !important;
	padding-right:30px !important;
	padding-top:5px !important;
	padding-bottom:5px !important;
	background-image:url(images/search-icon.png) !important;
	background-repeat:no-repeat !important;
	background-position:97% 50% !important;
	background-color:#fff !important;
	filter:progid:DXImageTransform.Microsoft.Glow(Color=black,Strength=4) !important;
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.4) !important;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.4) !important;
	box-shadow: 0px 0px 5px 0 rgba(0,0,0,.4) !important;
}




.memorialbg {
	background:#1d75b8 url(images/memorialbg.jpg) no-repeat center top;
	color:#fff;
}
.memorialbg a {
	color:#fcc601;
}
.memorialbg a:hover {
	color:#bddeff;
}
.memorialbg h1, .memorialbg h2, .memorialbg h3, .memorialbg h4, .memorialbg h5, .memorialbg h6 {
	color:#fff;
}
.memorial {
	margin:5px;
	width:100%;
	/*min-height:100px;
	float:left;*/
	text-align:center;
	border:#fff 1px solid;
	background-color:#67c5f4;
	color:#000;
}
.memorial-image {
	width:100px;
	margin:0 auto;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}
.memorial-inside {
	padding:20px;
}
.memorial-inside h3 {
	color:#000;
}
.memorial-links {
	text-align:center;
	padding-bottom:20px;
}
.memorial-links a {
	display:inline-block;
	min-width:15px;
	margin:0 1px;
	/*border:#a70707 1px solid;*/
	padding:1px 2px 2px;
	line-height:12px;
	line-height:.75rem;
	font-size:12px;
	font-size:.75rem;
	background:#fff;
	text-align:center;
	background:#004e88;
}
.memorial-links a:hover {
	color:#fff;
	background:#3f9bbf;
}


.fgfic-style1{
    border: none !important;
}
.fgfic-style1 .fgfic-icon-wrapper {
    text-align: left;
}


/* =Media queries
-------------------------------------------------------------- */

/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
	#gform_wrapper_6 {
    		display : block !important;
	}
}

/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	.logo-div {
		position:absolute;
		z-index:999;
		width:100%;
	}
	.memorial-image {
		float:left;
		width:100px;
		margin:0 20px 0 0;
		border-right:1px solid #fff;
		border-bottom:none;
		border-left:none;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {

	.header-slider {
		min-height:300px;
	}

	.memorial {
		width:700px;
		margin:5px auto;
	}

	.main-navigation {
		text-align:left;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		/*border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;*/
		display: inline-block !important;
		text-align: center;
		/*width: 100%;*/
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		background-color:transparent;
		padding:15px 10px;
		line-height:1;
		font-weight:400;
		font-size: 16px;
		font-size: 1rem;
	}
	.main-navigation li a:hover {
		background-color:#80d2f2;
	}
	.main-navigation li {
		margin:0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		/*margin: -5px;*/
		position: absolute;
		top: 100%;
		z-index: 9999;
		text-align:left;
		background-color:#80d2f2;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
		text-align:left;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #80d2f2;
		display: block;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1;
		padding: 10px 10px 10px 15px;
		padding: .625rem .625rem .625rem .9375rem;
		width: 200px;
		white-space: normal;
		color:#fff;
	}
	.main-navigation li ul li a:hover {
		background: #3f9bbf;
		color: #fff;
	}
	/*.main-navigation .current-menu-item > a,
	.main-navigation .current_page_item > a {
		color: #fff;
		background-color:#ccc;
		font-weight:400;
	}
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_ancestor > a {
		color: #fff;
		background-color:#ccc;
		font-weight:400;
	}*/
	
	.menu-toggle {
		display: none;
	}
	
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	a {
		text-decoration: none;
	}
	a:link:after, a:visited:after {
		content: "";
	}
}