/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal 
 *  and widescreen CSS files as appropriate. */

.container-12 .grid-12 {
	width: 100% !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.container-12 {
    width: 100% !important;
    max-width: 960px;
}
 
 body {
    margin: 0px;
	min-width: 0px !important;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

#section-content {
    background: #E9F8FB;
}

.front #section-content {
    padding-top: 0px;
	    background: white;
}

#header, #footer {
    max-width: 100%;
    margin: 0 auto 0 auto;
}

#logo-image {
    width: auto;
    height: 113px;
    padding: 10px 0 22px 0;
}

#content {
    background: transparent;
}

#content-inner {
    width: 100%;
    margin: 0 auto 0 auto;
}

#page-title {
    font-family: 'Yellowtail', cursive;
    font-size: 30pt;
    font-style: normal;
    font-variant: normal;
    line-height: 1.0em;
    color: #dc393d;
    padding: 0px;
}

#page-title img {
    width: 100%;
}

#page-content {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #585857;
    font-size: 12pt;
	padding-bottom: 30px;
}

.text {
    margin-bottom: 15px;
}

#page-content .text {
    text-align: center;
    font-size: 18px;
}

#page-content .text.search img {
	width: 100%;
}

#page-content .float {
    width: 96%;
	margin-left: auto;
	margin-right: auto;
}

#page-content .float a {
	text-decoration: none;
}


#page-content .float .subheading {
    font-weight: bold;
    text-align: center;
	    margin-bottom: 15px;
}

#page-content .float .block {
    background: rgb(159,0,0);
    border-radius: 20px;
    padding: 10px 25px 0px;
    box-sizing: border-box;
    position: relative;
	margin-bottom: 0px;
	background: transparent;
}

#page-content .float p {
	margin-bottom:0px;
}

#page-content .float .block-text {
    color: black;
    font-weight: bold;
    text-align: center;
}

#page-content .float .block-image img {
    height: 75px;
    position: absolute;
    bottom: 16px;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#page-content .float .float-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 15px;
}

#page-content .float .float-note {
    font-size: 10pt;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	margin-bottom: 15px;
}

div#footer-inner {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin-top: 15px;
    font-size: 12pt;
	padding-bottom: 15px;
	    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.footer-links {
	margin-bottom: 10px;
}

.footer-links a {
    text-decoration: underline;
    color: #333333;
}

.footer-copyright {
    font-size: 9pt;
}

#page-content .text.front-footer {
    font-family: 'Yellowtail', cursive;
    font-size: 22px;
    font-weight: normal;
	margin-top: 15px;
}