@charset "UTF-8";
@import url("../../webfonts/Lexend_Deca/stylesheet.css");
@import url("../../webfonts/Raleway_Regular/stylesheet.css");
@import url("../../webfonts/Raleway_Bold/stylesheet.css");
@import url("../../webfonts/Montserrat_SemiBold/stylesheet.css");
@import url("../../webfonts/Raleway_SemiBold/stylesheet.css");
/*Use -webkit-text-size-adjust:none to disable text size adjust on the iPhone.*/
html {
	-webkit-text-size-adjust: none;
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/* Responsive videos - makes the video embed to expand fullwidth to the boundary */
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 0.5em;
}
.video iframe, .video object, .video embed {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 100%;
}
body {
	font-size: 18px;
	line-height: 1.8;
	color: #333;
	background-color: #FFF;
	font-family: "Raleway Regular";
}
body * strong {
	font-weight: normal;
	font-family: "Raleway Bold";
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #BA3647;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: purple;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: red;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: red;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: red;
}
a[class^="link_"] {
	background-position: left center;
	padding: 1px 1px 1px 20px;
	display: block;
	background-repeat: no-repeat;
}
blockquote {
	margin: 1.5em 0;
	padding: 0.5em 1em 0.5em 2.5em;
	position: relative;
	color: #333;
	background-color: #FAFAFA;
	font-style: italic;
	border-left: 10px solid #EEE;
}
blockquote:before {
	color: #ccc;
	content: "\201C";
	font-size: 5em;
	position: absolute;
	left: 5px;
	top: 0.5em;
	line-height: 0.1em;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	color: #BA3647;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 1em;
	line-height: 1.3em;
	clear: both;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1 {
	font-size: 2.3em;
	margin-top: 0px;
	margin-bottom: 0.8em;
}
h1 em {
	/* [disabled]font-size: 0.6em;
*/
	/* [disabled]color: #999;
*/
}
div h2:first-child {
	margin-top: 0;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.5em;
	/* [disabled]clear: both;
*/
	margin-top: 1em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
	font-weight: normal;
}
h3 em {
	color: #999;
	/* [disabled]font-style: normal; */
	font-size: 0.8em;
}
ul {
}
a.button {
	padding: 0.5em 2em;
	display: inline-block;
	color: #FFF;
	background-color: #BA3647; /* for non-css3 browsers */
	border: 1px solid #CCC;
	border-radius: 30px;
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	text-decoration: none;
}
a.button:hover, a.button.selected {
	text-decoration: none;
	background-color: #cd2343; /* for non-css3 browsers */
}
.arrow_box_left {
	position: relative;
	padding-left: 1.75em;
	color: #2F343C;
}
.arrow_box_left:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 0.5em solid #2F343C;
	border-right: 0.6em solid #2F343C;
	border-bottom: 0.5em solid #2F343C;
	border-left: 0.5em solid #2F343C;
}
.arrow_box_left:after {
	content: "";
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-left: 0.5em solid #2F343C;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 1em;
}
.arrow_box_right {
	position: relative;
}
.arrow_box_right:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	border: 0.5em solid #CCC;
	right: 0px;
}
.arrow_box_right:after {
	content: "";
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-right: 0.5em solid #CCC;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	right: 1em;
}
.ribbon_left, .ribbon_right {
	position: relative;
	padding: 5px 10px;
	margin: 30px -10px;
	color: #fff;
	text-align: center;
	background-color: #666;
}
.ribbon_left:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0px;
	height: 0;
	width: 0;
	border-top: 10px solid #333;
	border-left: 10px solid;
}
.ribbon_right:after {
	content: '';
	position: absolute;
	top: 100%;
	right: 0px;
	height: 0;
	width: 0;
	border-top: 10px solid black;
	border-right: 10px solid transparent;
}
.callout1, *[class*="callout1"] {
	background-color: #EEE;
	padding: 15px;
	font-size: 0.9em;
}
*[class*="callout1"] h3, *[class*="callout1"] h4 {
	color: #FFF;
	background-color: #4D535D;
	margin: -15px -15px 0px;
	padding: 10px;
	line-height: 1em;
	border-bottom: 4px solid #fabe44;
	text-align: center;
	text-transform: uppercase;
}
*[class*="col-"] > div {
	margin: 10px;
}
.col-one-third, .col-two-third, .col-one-half, .col-one-fourth {
	overflow: hidden;
}
.col-one-half + .col-one-half, .col-one-third + .col-one-third + .col-one-third, .col-one-third + .col-two-third, .col-two-third + .col-one-third, .col-one-fourth + .col-one-fourth + .col-one-fourth + .col-one-fourth {
	margin-right: 0px;
}
.centered {
	text-align: center;
}
.clear_both {
	clear: both;
}
.contain {
	overflow: hidden;
}
.fancy_lines:before, .fancy_lines:after {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	content: "";
	display: inline-block;
	height: 0.1em;
	position: relative;
	vertical-align: middle;
	width: 50%;
	margin-bottom: 0.15em;
}
.fancy_lines:before {
	right: 1em;
	margin-left: -50%;
}
.fancy_lines:after {
	left: 1em;
	margin-right: -50%;
}
.fb_feed    {
	border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
	color: #666;
	padding-top: 20px;
	margin: 0px;
	background: url(images/facebook_icon.png) no-repeat left 20px;
	padding-left: 0px;
	overflow: hidden;
}
.fb_feed h2   a{
	color: #8896A8;
	display: block;
	padding: 0px;
	margin: 0px;
}
.fb_feed .publishedDate   {
	font-size: 12px;
	color: #999;
	display: block;
	margin-bottom: 10px;
	font-style: italic;
}
.fb_feed a img   {
	float: left !important;
	border: 1px solid #CCC;
	margin-top: 30px;
	margin-right: 10px;
	-webkit-transform: scale(1.0) rotate(0deg);
	-moz-transform: scale(1.0) rotate(0deg);
	-o-transform: scale(1.0) rotate(0deg);
	-ms-transform: scale(1.0) rotate(0deg);
	transform: scale(1.0) rotate(0deg);
}
.flt_right, *[align="right"]:not()th,td), *[style*="float: right"] {
	float: none;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
.flt_left, *[align="left"]:not(th,td), *[style*="float: left"] {
	float: none;
	margin-bottom: 10px;
	display: block;
}
#_____________________________________________________CONTAINER {
}
/* Mobile Layout: 480px and below. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/* [disabled]background-color: #0FF; */
	padding: 0 10px;
}
.img-circle {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	width: 100px;
	height: 100px;
	background-color: #CCC;
}
.img_border, img[class*="border"] {
	background-color: #FFF;
	border: 5px solid #AAA;
	max-width: 96%;
}
.img_right_border, img[align="right"], img[style*="float: right"] {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #FFF;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
	padding: 5px;
	border-top: 1px double #CCC;
	border-right: 1px double #999;
	border-bottom: 1px double #999;
	border-left: 1px double #CCC;
	-webkit-transform: scale(1.0) rotate(2deg);
	-moz-transform: scale(1.0) rotate(2deg);
	-o-transform: scale(1.0) rotate(2deg);
	-ms-transform: scale(1.0) rotate(2deg);
	transform: scale(1.0) rotate(2deg);
}
.img_left_border, img[align="left"], img[style*="float: left"] {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	background-color: #FFF;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
	padding: 5px;
	border-top: 1px double #CCC;
	border-right: 1px double #999;
	border-bottom: 1px double #999;
	border-left: 1px double #CCC;
	/* [disabled]-webkit-transform: scale(1.0) rotate(2deg);
*/
	/* [disabled]-moz-transform: scale(1.0) rotate(2deg);
*/
	/* [disabled]-o-transform: scale(1.0) rotate(2deg);
*/
	/* [disabled]-ms-transform: scale(1.0) rotate(2deg);
*/
	/* [disabled]transform: scale(1.0) rotate(2deg);
*/
}
.link_zoom:hover, .magnific:hover {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
a.sort, .results tr th a {
	background: url(../images/icons/sort_alpha.png) no-repeat right center;
	display: inline;
	height: 16px;
	width: auto;
	line-height: 18px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
a.sort:hover, .results tr th a:hover {
	background-image: url(../images/icons/sort_alpha_over.png);
}
.results_next {
	background: url(../images/icons/resultset_next.png) no-repeat right center;
	padding-right: 16px;
	padding-left: 5px;
}
.results_previous {
	background: url(../images/icons/resultset_previous.png) no-repeat left center;
	padding-left: 16px;
	padding-right: 5px;
}
.results_last {
	background: url(../images/icons/resultset_last.png) no-repeat right center;
	padding-right: 16px;
	padding-left: 5px;
}
.results_first {
	background: url(../images/icons/resultset_first.png) no-repeat left center;
	padding-left: 16px;
	padding-right: 5px;
}
.search {
	background: url(../images/icons/zoom.png) no-repeat left center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 18px;
}
table.results {
	border-collapse: collapse;
	width: 100%;
	/* [disabled]max-width: 90%; */
}
table.results td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
	line-height: 125% !important;
	color: #333;
	padding: 10px 5px;
}
table.results tr:nth-child(even) {
	background-color: #FAFAFA;
}
table.results tr:hover {
	background-color: #FFD023;
}
table.results .even_color {
	background-color: #EEE;
}
.row, .row_alt {
	/* [disabled]background-color: #FF0;
*/
	overflow: hidden;
	margin: 1em -1.1%;
	padding: 1em 1%;
}
.row_alt {
	background-color: #EEE;
}
ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
ul.nav li {
	display: inline;
}
ul.nav li a {
	text-transform: capitalize;
	text-decoration: none;
	white-space: nowrap;
	line-height: 2em;
	font-size: 1.2em;
	margin: 0 4px;
	padding: 2px;
	color: #FFF;
}
ul.nav li a:hover {
	text-decoration: underline;
}
ul.nav li a.current {
	/* [disabled]text-decoration: underline;
*/
	color: #999 !important;
}
ul.subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #CCC;
	background-color: #4D535D;
	color: #CCC;
}
ul.subnav li {
	padding: 0;
	margin: 0;
}
ul.subnav li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #CCC;
	padding: 0.5em;
	color: #EEE;
	/* [disabled]margin-left: -10px; */
}
ul.subnav li a:hover, ul.subnav li a.current {
	background-color: #FFF;
	color: #333;
}
#_____________________________________________________HEADER {
}
#WrapHeader {
	margin-top: 10px;
}
#LayoutDivHeader {
	color: #999;
	text-align: center;
	position: relative;
}
#LayoutDivHeader #TopStripe {
	overflow: hidden;
	font-size: 30px;
	display: none;
}
#LayoutDivHeader #TopStripe > div {
	white-space: nowrap;
	min-width: 10em;
}
#LayoutDivHeader #logo_link {
	display: block;
	padding: 10px;
	margin-bottom: -10px;
}
#LayoutDivHeader #logo {
	width: 350px;
	height: auto;
}
#LayoutDivHeader #tagline {
	font-size: 16px;
	font-style: italic;
	color: #333;
	display: none;
}
#LayoutDivHeader #utility {
	font-size: 30px;
	color: #BA3647;
	border: 1px solid rgba(128,20,23,0.6);
	padding: 3px 6px;
	max-width: 250px;
	margin: 10px auto;
}
#LayoutDivHeader #phone a {
}
#LayoutDivHeader #main_nav {
}
#LayoutDivHeader #main_nav li a {
	color: #666;
	text-transform: uppercase;
	padding: 10px 5px;
	font-size: 16px;
}
#LayoutDivHeader #main_nav li a:hover, #LayoutDivHeader #main_nav li.current a {
	color: #FFF;
	background-color: #444;
	text-decoration: none;
}
#page-nav {
}
/* Hide Hamburger */
#page-nav label, #hamburger {
	display: none;
}
#search-simple {
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
	font-size: 15px;
}
#search-simple h2 {
	text-transform: uppercase;
	color: #8A1118;
}
#search-simple #simple_search_form {
	padding: 15px 5px 0px 5px;
	background-color: #444;
}
#search-simple #simple_search_form #q {
	min-width: 5em;
}
#search-simple #simple_search_form select {
	-webkit-appearance: none;
	padding: 5px 10px;
	background: #444444;
	border: 1px solid #666;
	color: #FFF;
	cursor: pointer;
	display: inline;
	min-width: 6em !important;
}
#search-simple #simple_search_form input[type="submit"] {
	background-color: #BA3647;
	border: none;
	float: none;
	margin: 0;
	width: auto;
	font-size: 15px;
}
#_____________________________________________________BANNER {
}
#WrapBanner {
	background-color: #444;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}
#LayoutDivBanner {
	/* [disabled]background-color: #91B6DF; */
	text-align: center;
	color: #FFF;
	background-image: url(/images/slider_highlight.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#LayoutDivBanner.gridContainer {
	padding: 0;
}
#LayoutDivBanner h1 {
	color: #FFF;
	font-size: 34px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-shadow: 2px 2px 1px #1A1A1A;
	margin: 30px 0;
}
#LayoutDivBanner p {
	color: #FFF;
	font-size: 26px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	text-shadow: 2px 2px 2px #1A1A1A;
	margin: 20px;
}
#LayoutDivBanner .gridContainer #banner-caption {
	left: 0px;
	/* [disabled]top: 0px;
*/
	position: absolute;
	background-color: rgba(51,51,51,0.7);
	padding: 5px 10px;
	overflow: hidden;
	bottom: 0px;
	width: 100%;
	z-index: 10;
}
#LayoutDivBanner h1 + h2 {
	margin: 0;
	margin-top: -1em;
	font-size: 20px;
	color: #CCC;
	font-style: italic;
	margin-bottom: 30px;
}
#LayoutDivBanner .gridContainer #banner-caption h3 {
	font-size: 1em;
	text-shadow: none;
	color: #EEE;
	margin-top: 0.5em;
}
#_____________________________________________________BANNER_BOTTOM {
}
#WrapBannerBot {
	background-color: #EEE;
	text-align: center;
	border-bottom: 8px solid #DDD;
	display: none;
}
#WrapBannerBot > div {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;
}
#_____________________________________________________BODY {
}
#WrapBody {
	/* [disabled]overflow: hidden; */
}
#LayoutDivBody, body.full #LayoutDivBody {
	/* [disabled]background-color: #F0F;
*/
	margin: 20px 0px;
}
#LayoutDivBody > div {
	/* [disabled]padding: 0px 10px 20px 20px; */
	/* [disabled]padding-left: 20px; */
}
#home #LayoutDivBanner #search_form {
	position: absolute;
	height: auto;
	width: 300px;
	left: 20px;
	top: 20px;
	z-index: 100;
	background: url(../../images/bkg_transparent_white.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding-box;     /* Firefox 3.6 */
	-webkit-background-clip: padding-box;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	padding: 10px 20px;
	border: 1px solid #999;
	overflow: hidden;
}
#home #LayoutDivBanner #search_form label {
	display: block;
	text-align: left;
	width: auto;
	font-size: 18px;
	text-shadow: none;
	color: #333;
	line-height: 1.5em !important;
	margin: 0 0 10px 0;
	float: left;
	padding: 2px 0;
	clear: both;
}
#home #LayoutDivBanner #search_form input[type="text"] {
	width: auto;
	float: right;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	max-width: 150px;
}
#home #LayoutDivBanner #search_form input[type="submit"] {
	clear: both;
	margin: 0;
}
.results {
	width: 100%;
	line-height: 1.2em;
}
.results tr:hover {
	background-color: #F0F0F0;
}
.results th {
	font-weight: normal;
	color: #FFF;
	padding: 0.5em 1em;
	background-color: #9B2638;
	text-align: left;
}
.results td {
	color: #666;
	font-size: 0.9em;
	vertical-align: top;
	padding: 5px;
	text-transform: capitalize;
}
.results img {
}
.results img:hover {
}
.row_full_width {
}
#_____________________________________________________SIDEBAR {
}
#LayoutDivSidebar > div {
	padding: 0px 0px 20px;
	/* [disabled]background-color: #EEE;
*/
}
#LayoutDivSidebar h3 {
	color: #666;
	margin-bottom: 0.5em;
}
#LayoutDivSidebar h2 {
	margin-top: 0px;
}
.fullwidth #LayoutDivSidebar, .admin #LayoutDivSidebar {
	display: none;
}
#LayoutDivSidebar label {
	text-align: left;
}
#LayoutDivSidebar input[type="text"] {
	width: 10em;
}
#LayoutDivSidebar #featured {
	overflow: hidden;
	clear: both;
}
#home #LayoutDivSidebar #search_form2 {
	display: none;
}
#home #LayoutDivSidebar #featured {
	margin-top: 0;
}
#LayoutDivSidebar #search_form2 p #showall_button {
	margin: 2px;
	float: none;
}
#LayoutDivSidebar #search_form2 p #search_button2 {
	margin: 2px;
	float: none;
}
#LayoutDivSidebar #featured a {
	background-color: #FAFAFA; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EEE)); /* for webkit browsers */
	background-image: -moz-linear-gradient(top, #FAFAFA, #EEE); /* for firefox 3.6+ */
	border: 1px solid #EEE;
	/* [disabled]height: 90px;
*/
	margin-bottom: 10px;
	padding: 5px;
	font-size: 10px;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #666;
	display: block;
	overflow: hidden;
}
#LayoutDivSidebar #featured a:hover {
	text-decoration: none !important;
	/* [disabled]color: red;
*/
	background: #ECDBDE;
}
#LayoutDivSidebar #featured a img {
	width: 135px;
	height: 100px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#LayoutDivSidebar #facebook {
	background-color: #BA3647; 
	padding: 1em 1em;
	color: #FFF;
	display: block;
	font-size: 0.8em;
}
#LayoutDivSidebar #facebook h2 {
	background-image: url(/images/social_icons_facebook.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
}
#_____________________________________________________FOOTER {
}
#WrapFooterTop {
	background-color: #1A1A1A;
	text-align: center;
	color: #2F343C;
	padding: 20px 0;
	border-top: 5px solid #2F343C;
	clear: both;
}
#LayoutDivFooterTop {
	overflow: hidden;
	text-align: center;
	color: #999;
}
#LayoutDivFooterTop #footer_nav {
	width: auto;
}
#LayoutDivFooterTop #footer_nav li a {
	color: #CCC;
	text-transform: uppercase;
}
#WrapFooter {
	overflow: hidden;
	border-top: 5px outset #2F343C;
}
#WrapFooter #social {
	display: none;
}
#LayoutDivFooter {
	clear: both;
	text-align: center;
	color: #666;
	overflow: hidden;
	padding: 20px 0;
}
#LayoutDivFooter > div {
	padding: 20px;
	overflow: hidden;
}
#LayoutDivFooter a {
	color: #801417;
	display: inline-block;
	margin: 10px;
}
#LayoutDivFooter h2 {
	color: #666;
	font-size: 26px;
}
#LayoutDivFooter #wdtp {
	/* [disabled]color: #CCC;
*/
	font-size: 11px;
	clear: both;
	display: block;
	text-decoration: none;
	margin: 40px 0;
}
