body {
	font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	/* customize_body_background */ background-color:#FFFFFF; /* customize_body_background */
	/* customize_body_text */ color:#222222; /* customize_body_text */
}

.ff-wrapper a,
.ff-wrapper a:hover,
.ff-wrapper a:active,
.ff-wrapper a:focus {
	outline: none;
}

.ff-wrapper a {
	/* customize_link_text */ color:#113d2e; /* customize_link_text */
}
.ff-wrapper a:hover {
	/* customize_link_text_hover */ color:#0079a1; /* customize_link_text_hover */
}
.ff-wrapper .row,
.ff-wrapper .contain-to-grid .top-bar {
	max-width: 75rem;
}
.ff-wrapper .ff-search-form input[type=submit] {
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
}
.ff-wrapper .ff-search-form span.postfix {
	border: none;
}
.ff-wrapper .left-off-canvas-toggle,
.ff-wrapper .right-off-canvas-toggle {
	line-height: 45px;
	z-index: 100;
	width: auto;
	position: fixed;
	top: 0;
	width: 45px;
	height: 45px;
	background-color: #333333;
}
.ff-wrapper .left-off-canvas-toggle {
	left: 0;
	text-align: center;
}
.ff-wrapper .right-off-canvas-toggle {
	right: 0;
	text-align: center;
}
.ff-wrapper .contain-to-grid,
.ff-wrapper .top-bar,
.ff-wrapper .top-bar-section li a:not(.button),
.ff-wrapper .top-bar-section ul {
	/* customize_top_bar_nav_background */ background-color:#113d2e; /* customize_top_bar_nav_background */
}
.ff-wrapper .top-bar .name h1 a {
	/* customize_site_name_text */ color:#FFFFFF; /* customize_site_name_text */
}
.ff-wrapper .top-bar .name h1 a:hover {
	/* customize_site_name_text_hover */ color:#FFFFFF; /* customize_site_name_text_hover */
}
.ff-wrapper nav.top-bar section.top-bar-section ul.right li.nav-selected a.nav-selected,
.ff-wrapper nav.top-bar section.top-bar-section ul.right li.nav-path-selected a.nav-path-selected {
	/* customize_top_bar_nav_selected_background */ background-color:#113d2e; /* customize_top_bar_nav_selected_background */
	/* customize_top_bar_nav_selected_text */ color:#FFFFFF; /* customize_top_bar_nav_selected_text */
}
.ff-wrapper .top-bar-section li a:hover:not(.button) {
	/* customize_top_bar_nav_hover_background */ background-color:#113d2e; /* customize_top_bar_nav_hover_background */
	/* customize_top_bar_nav_hover_text */ color:#FFFFFF; /* customize_top_bar_nav_hover_text */
}
.ff-wrapper .top-bar-section li > ul a {
	background-color: #c99700 !important;
	color:#ffffff !important;
}
.ff-wrapper .top-bar-section li > ul a:hover:not(.button) {
	background-color: #c99700;
	color:#113d2e !important;
}

.ff-wrapper .top-bar-section > ul > .divider,
.ff-wrapper .top-bar-section > ul > [role="separator"] {
    border-right-width: 1px;
    border-right-style: solid;
    /* customize_top_bar_nav_divider */ border-right-color:#113d2e; /* customize_top_bar_nav_divider */
}
.ff-wrapper .top-bar-section .divider,
.ff-wrapper .top-bar-section [role="separator"] {
    border-top-width: 1px;
    border-top-style: solid;
    /* customize_top_bar_sub_nav_divider */ border-top-color:#c99700; /* customize_top_bar_sub_nav_divider */    
}
.ff-wrapper #ff-page-meta h4 {
	/* customize_page_meta_subtext */ color:#CCCCCC; /* customize_page_meta_subtext */
}
.ff-wrapper #ff-banner-wrap {
	/* customize_banner_background */ background-color:#ffffff; /* customize_banner_background */
	padding-top: 0;
	padding-bottom: 22px;
}
.ff-wrapper #ff-banner-wrap img {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height:100%;
}
.ff-wrapper .ff-sidebar {
	/* customize_sidebar_background */ background-color:#ffffff; /* customize_sidebar_background */
	/* padding: 32px 20px; */
	margin-top: -20px !important;
}
.ff-wrapper .ff-sidebar p {
	font-size: .9em;
	line-height: 1.4;
	margin-bottom:6px;
	}
.ff-wrapper #ff-footer-top-wrap {
	color: #FFFFFF;
	/* customize_footer_top_background */ background-color:#c7a20c; /* customize_footer_top_background */
}
.ff-wrapper #ff-footer-top-wrap ul {
	list-style-type: none;
	padding: 0px;
    margin: 0px;
    font-size: .85em
}
.ff-sidebar ul li {
	list-style-type: none;
	padding: 0px;
    margin: 0px;
	font-size: .85rem;
}
.ff-wrapper #ff-footer-bottom-wrap {
	/* customize_footer_bottom_text */ color:#666666; /* customize_footer_bottom_text */
	/* customize_footer_bottom_background */ background-color:#c7a20c; /* customize_footer_bottom_background */
}
.ff-wrapper #ff-footer-signin {
	text-align: right;
}
/* Utility Classes */
.ff-wrapper .ff-pad-top-small {
	padding-top: 10px;
}
.ff-wrapper .ff-pad-top-medium {
	padding-top: 20px;
}
.ff-wrapper .ff-pad-top-large {
	padding-top: 50px;
}
.ff-wrapper .ff-pad-bottom-small {
	padding-bottom: 10px;
}
.ff-wrapper .ff-pad-bottom-medium {
	padding-bottom: 20px;
}
.ff-wrapper .ff-pad-bottom-large {
	padding-bottom: 50px;
}
.ff-wrapper .ff-pad-left-small {
	padding-left: 10px;
}
.ff-wrapper .ff-pad-left-medium {
	padding-left: 20px;
}
.ff-wrapper .ff-pad-left-large {
	padding-left: 50px;
}
.ff-wrapper .ff-pad-right-small {
	padding-right: 10px;
}
.ff-wrapper .ff-pad-left-medium {
	padding-right: 20px;
}
.ff-wrapper .ff-pad-left-large {
	padding-right: 50px;
}
.ff-wrapper .ff-mar-top-none {
	margin-top: 0;
}
.ff-wrapper .ff-mar-top-small {
	margin-top: 10px;
}
.ff-wrapper .ff-mar-top-medium {
	margin-top: 20px;
}
.ff-wrapper .ff-mar-top-large {
	margin-top: 50px;
}
.ff-wrapper .ff-mar-bottom-none {
	margin-bottom: 0;
}
.ff-wrapper .ff-mar-bottom-small {
	margin-bottom: 10px;
}
.ff-wrapper .ff-mar-bottom-medium {
	margin-bottom: 20px;
}
.ff-wrapper .ff-mar-bottom-large {
	margin-bottom: 50px;
}
.ff-wrapper .ff-mar-left-small {
	margin-left: 10px;
}
.ff-wrapper .ff-mar-left-medium {
	margin-left: 20px;
}
.ff-wrapper .ff-mar-left-large {
	margin-left: 50px;
}
.ff-wrapper .ff-mar-right-small {
	margin-right: 10px;
}
.ff-wrapper .ff-mar-right-medium {
	margin-right: 20px;
}
.ff-wrapper .ff-mar-right-large {
	margin-right: 50px;
}
.ff-wrapper .ff-bor-left {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.ff-wrapper .clear {
	clear: both;
}
.ff-wrapper .alpha {
	padding-left: 0;
}
.ff-wrapper .omega {
	padding-right: 0;
}
.ff-wrapper .ff-box-shadow {
	-moz-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
}
.ff-wrapper .ff-box-hightlight {
	-moz-box-shadow: 3px 3px 6px 1px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 3px 3px 6px 1px rgba(255, 255, 255, 0.1);
	box-shadow: 3px 3px 6px 1px rgba(255, 255, 255, 0.1);
}
.ff-wrapper .ff-box-border {
	-moz-box-shadow: 0 0 0px 3px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 0 0px 3px rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 0px 3px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.25);
}
.ff-wrapper .ff-text-shadow {
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.ff-wrapper .ff-text-highlight {
	text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.2);
}
.ff-wrapper .ff-outline {
	border: 1px solid #E8E8E8;
}
.ff-wrapper .ff-fill-white {
	background-color: #FFFFFF;
}
.ff-wrapper .ff-fill-grey {
	background-color: #F9F9F9;
}
.ff-wrapper .ff-noise {
	background-image: url(/packages/foundation_5/themes/foundation_5/images/noise-bg.png);
	background-repeat: repeat;
}
.ff-wrapper .ff-full-width {
	width: 100%;
}
.ff-wrapper .ff-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: inline-block;
	float: none;
}
.ff-wrapper .ff-nowrap {
	white-space: nowrap;
}
/* Buttons */
	/* Primary */
	.ff-wrapper button,
	.ff-wrapper .button {
		/* customize_primary_button_background */ background-color:#e8e8e8; /* customize_primary_button_background */
		/* customize_primary_button_text */ color:#113d2e; /* customize_primary_button_text */
		border-radius: 12px;
	}
	.ff-wrapper button:hover,
	.ff-wrapper button:focus,
	.ff-wrapper .button:hover,
	.ff-wrapper .button:focus {
		/* customize_primary_button_background_hover */ background-color:#c99700; /* customize_primary_button_background_hover */
		/* customize_primary_button_text_hover */ color:#FFFFFF; /* customize_primary_button_text_hover */
	}
	/* Secondary */
	.ff-wrapper button.secondary,
	.ff-wrapper .button.secondary {
		/* customize_secondary_button_background */ background-color:#e7e7e7; /* customize_secondary_button_background */
		/* customize_secondary_button_text */ color:#113d2e; /* customize_secondary_button_text */
		border-radius: 12px;
	}
	.ff-wrapper button.secondary:hover,
	.ff-wrapper button.secondary:focus,
	.ff-wrapper .button.secondary:hover,
	.ff-wrapper .button.secondary:focus {
		/* customize_secondary_button_background_hover */ background-color:#dadada; /* customize_secondary_button_background_hover */
		/* customize_secondary_button_text_hover */ color:#333333; /* customize_secondary_button_text_hover */
	}

/* ProBlog */
#twee * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/* Log In/Register Forms */

.ff-wrapper .ff-log-in-wrap,
.ff-wrapper .ff-register-wrap {
	margin-top: 50px;
	margin-bottom: 50px;
}

.system-errors ul {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.system-errors ul li {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	color: #FFFFFF;
	font-size: 0.8125rem;
	font-weight: normal;
}

/* Media Queries */
@media only screen and (max-width: 768px) {

.ff-wrapper .section-landing-image {
 	margin-top: -17px;
 	min-height: 250px;
 	}
 	
.name { display: none; }

#logo-float img {
	display:block;
	position: absolute;
	width: 20%;
	z-index:100;
	-webkit-box-shadow: -7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	}
	.ff-wrapper .ff-bor-left {
		border-left: none;
	}
	.ff-wrapper .ff-bor-right {
		border-right: none;
	}
}
@media only screen and (max-width: 70em) {

	.name { display: none; }

	.ff-wrapper .left-off-canvas-toggle {
		left: 0;
		border-right: none;
		padding-right: 16px;
		top: 45px;
		width: 45px;
	}
	.ff-wrapper .right-off-canvas-toggle {
		right: 0;
		border-left: none;
		padding-left: 16px;
		top: 45px;
		width: 45px;
	}
}
@media only screen and (min-width: 40em) { /* Desktop */

.ff-wrapper .section-landing-image {
 	margin-top: -17px;
 	min-height: 250px;
 	}
 	
.name { display: none; }

#logo-float img {
	display:block;
	position: absolute;
	margin:35px 0 -165px 50px;
	width: 20%;
	max-width: 244px;
	z-index:100;
	-webkit-box-shadow: -7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	}
	/* Navigation Search */
	
	.ff-wrapper .top-bar .ff-nav-search-form {
		margin-top: 5px;
		margin-left: 5px;
	}
	
	.ff-wrapper .top-bar .ff-nav-search-form input {
		top: auto;
	}
	
	.ff-wrapper .ff-nav-search-form input[type="text"],
	.ff-wrapper .ff-nav-search-form input[type="submit"],
	.ff-wrapper .ff-nav-search-form span.postfix {
		height: 26px;
		margin-top:4px;
		margin-bottom: 0;
		border: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
		background-color: #F7B900;
		border-radius: 12px;
	}
	
::-webkit-input-placeholder {
   color: #113d2e;
}
:-moz-placeholder { /* Firefox 18- */
   color: 113d2e;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: 113d2e;  
}
:-ms-input-placeholder {  
   color: 113d2e;  
}
	
	.ff-wrapper .ff-nav-search-form input[type="submit"] {
		background-color: transparent;
		color: #FFFFFF;
	}
	
	
	.ff-wrapper .top-bar .ff-nav-search-form .button {
		top: auto;
		padding: 0;
		height: 100%;
		width: 100%;
	}
	
	/* Navigation Search Dropdown */
	
	.ff-wrapper .top-bar-section li a.ff-nav-search-dropdown {
		/* customize_nav_search_background */ background-color:#F04124; /* customize_nav_search_background */
	}
	
	.ff-wrapper .top-bar-section li a.ff-nav-search-dropdown:hover,
	.ff-wrapper .top-bar-section li a.ff-nav-search-dropdown:active {
		/* customize_nav_search_background_hover */ background-color:#CF280E; /* customize_nav_search_background_hover */
	}	
	
	.ff-wrapper #ff-dropdown-nav-search {
		width: 300px;
		max-width: 300px;
		padding: 5px;
		right: 0;
	}	
	
	.ff-nav-search-dropdown-form {
		
	}	
	.ff-wrapper .top-bar .ff-nav-search-dropdown-form input {
		top: auto;
	}
	
	.ff-wrapper .ff-nav-search-dropdown-form input[type="text"] {
		height: 35px;
		margin-bottom: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}

	.ff-wrapper .ff-nav-search-dropdown-form input[type="submit"],
	.ff-wrapper .ff-nav-search-dropdown-form span.postfix {
		height: 35px;
		margin-bottom: 0;
		border: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	
	.ff-wrapper .ff-nav-search-dropdown-form input[type="submit"] {
		background-color: transparent;
		color: #FFFFFF;
	}
	
	
	.ff-wrapper .top-bar .ff-nav-search-dropdown-form .button {
		top: auto;
		padding: 0;
		height: 100%;
		width: 100%;
	}
	
	
	/* Tall Top Bar */
	.ff-wrapper .top-bar-tall:not(.fixed) .top-bar,
	.ff-wrapper .top-bar-tall:not(.fixed) .top-bar .name,
	.ff-wrapper .top-bar-tall:not(.fixed) .top-bar-section ul,
	.ff-wrapper .top-bar-tall:not(.fixed) .top-bar-section li a:not(.button),
	.ff-wrapper .top-bar-tall:not(.fixed) .top-bar .name h1 {
		height: 100px;
		line-height: 100px;
	}	
	
	
	.ff-wrapper .top-bar-tall.fixed .top-bar .name,
	.ff-wrapper .top-bar-tall.fixed .top-bar-section ul,
	.ff-wrapper .top-bar-tall.fixed .top-bar-section li a:not(.button),
	.ff-wrapper .top-bar-tall.fixed .top-bar .name h1 {
		height: 45px;
		line-height: 45px;
	}

	.ff-wrapper .top-bar-tall img {
		max-height: 98px;
		width: auto;
	}	
	
	.ff-wrapper .top-bar-tall.fixed img {
		max-height: 45px;
		width: auto;
	}	
	
	.ff-wrapper .top-bar-tall:not(.fixed) .top-bar-section .has-dropdown > a:after {
		margin-top: -2.5px;
		top: 50px;
	}
	
	.ff-wrapper .top-bar-tall:not(.fixed) .top-bar-section .dropdown li a {
	    line-height: 1;
	    padding: 9px 15px;
	    white-space: nowrap;
	    height: auto;
	}
	
	#orbitImageSlider200 {
		z-index:10;
		/* margin-top:-13px; */
		}
	.ff-wrapper .contain-to-grid .top-bar {
		opacity: .9;
		z-index:15;
		}
	.ff-wrapper #ff-banner {
		z-index:10;
		/* margin-top:-43px; */
		}
	#ff-main-content-right {
		margin-top:-33px;
		}

	/* Tall Top Bar */
	
}

@media only screen and (max-width: 40em) { /* Mobile */

.ff-wrapper .section-landing-image {
 	margin-top: -17px;
 	}
 	
.name { display: block; }

	.ff-wrapper #ff-copyright {
		text-align: center;
	}
	.ff-wrapper #ff-footer-signin {
		text-align: center;
	}
	.ff-wrapper .contain-to-grid,
	.ff-wrapper .top-bar,
	.ff-wrapper .top-bar-section li a:not(.button) {
		/* customize_mobile_nav_background */ background-color:#113d2e; /* customize_mobile_nav_background */
	}
	.ff-wrapper .top-bar li.top-bar-block {
		display: visible;
	}

	.ff-wrapper .top-bar-tall img {
		max-height: 45px;
		width: auto;
	}	
#logo-float img {
	display:none;
	position: relative;
	margin:0 0 -165px 50px;
	width:20%;
	height:20%;
	z-index:10;
	-webkit-box-shadow: -4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	}
}

.ff-sidebar .ccm-page-list-title {
	font-size: .85rem !important;
}

.top-bar-section .has-dropdown > a:after {
   border-color: transparent transparent transparent !important;
   padding-right: 15px !important;
}

/* Cavicchio */


.ff-wrapper .top-bar .name h1 a { width: 90%; font-size: .95rem; }

.ff-wrapper .top-bar-section li a:not(.button) {
	/* customize_top_bar_nav_text */ color:#c99700; /* customize_top_bar_nav_text */
	text-transform:uppercase;
	}
/* 
.ff-wrapper img {
	display: block;
}
 */
.ff-wrapper #ff-page-meta-wrap {
	/* customize_page_meta_background */ background-color:#ffffff; /* customize_page_meta_background */
	padding-top: 0;
	padding-bottom: 22px;
}
.ff-wrapper #ff-page-meta h3 {
	/* customize_page_meta_text */ color:#113d2e; /* customize_page_meta_text */
	border-bottom: 3px solid #c99700;
	font-size: 1.4rem;
	}
.ff-wrapper h5 {
	color: #113d2e;
	margin-bottom: 0;
}

.ff-wrapper p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .9rem;
	line-height: 1.2;
	margin-bottom: 1rem;
	color:#444;
}
.ff-wrapper ul, .ff-wrapper ol, .ff-wrapper dl {
	font-size: .85rem;
	line-height: 1.4;
	margin-bottom: 1.25rem;
	list-style-position: outside;
	font-family: Arial, sans-serif;
}
.ff-wrapper .orbit-container .orbit-timer .orbit-progress {
 	visibility: hidden;
 	}
/* 
.ff-sidebar (
 	padding-top:30px !important;
 	}
 */
 	
.ff-wrapper h1, .ff-wrapper h2, .ff-wrapper h3, .ff-wrapper h4, .ff-wrapper h5, .ff-wrapper h6 { color:#113d2e !important; }

.ff-wrapper table tr td {
  padding: 2px 5px !important; font-size: .7rem !important; line-height: 1rem !important; vertical-align: top;
  }

.ff-wrapper select { width: auto !important; }
 
/* 
.ff-wrapper .ff-bor-right {
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}
 */
/* 
.ff-wrapper #ff-footer-top .ff-bor-right {
	border-right: 1px solid #FFFFFF;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
 */
 
.subhead {
 	font-weight:600;
 	border-bottom: 1px solid #000;
 	}
 	
.ff-wrapper button, .ff-wrapper .button {
	padding-top: .5rem;
	padding-right: 1rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: .8rem;
} 	

.ccm-paging-top {
    font-weight: normal !important;
    font-size: .7em;
    color: #c99700 !important;
}
.pagination {
    font-size: .75em;
    text-transform: uppercase;
    margin-top: -10px !important;
    margin-bottom: 9px !important;
}
.numbers {
	margin-right:.35em;
	}