/*
	Theme Name: Enterprise Pro Theme
	Theme URI: http://my.studiopress.com/themes/enterprise/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.1.1

	Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DancingScriptOTRegular';
	src: url('DancingScript-Regular-webfont.eot');
	src: url('DancingScript-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/dancing-script/DancingScript-Regular-webfont.woff') format('woff'),
		url('fonts/dancing-script/DancingScript-Regular-webfont.ttf') format('truetype'),
		url('fonts/dancing-script/DancingScript-Regular-webfont.svg#DancingScriptOTRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	color: #2E5300;
	font-family: Arial,Tahoma,Verdana;
	line-height: 20px;
	background: #FFF url("images/header_bg.jpg") repeat-x scroll 0% 0%;
	font-size: 14px;
	margin: 0px auto;
	text-align: justify;
	font-weight: normal;
}

body.home {
	font-size: 16px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a, a:visited {
	color: #334366;
	text-decoration: underline;
}

a:hover {
	color: #334366;
	text-decoration: none;
}

a img {
	border: none;
}

a:focus, a:hover, a:active {
	outline: none;
}

p {
	margin: 0;
	padding: 0px 0px 15px;
}

strong {
	font-weight: bolder;
}

ol,
ul {
	margin: 0;
	padding: 0px 0px 15px;
}

li {
	list-style-type: square;
	padding: 0;
}

ul li {
	margin: 0px 0px 0px 20px;
}

ol li {
	margin: 0px 0px 0px 25px;
}

blockquote {
	background-color: #F7F7F7;
	margin: 5px 15px 15px;
	padding: 10px 20px 0px 15px;
	border: 1px solid #E6E6E6;
}

cite {
	font-style: normal;
}

input[type="search"] {
    width: 192px;
	color: #6C7996;
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	margin: 3px 5px 0px 0px;
	padding: 8px 10px 7px;
	border: 1px solid #DBDEE4;
	border-radius: 0px;
}

hr {
	margin: 15px 0px;
	color: #2E5300;
	clear: both;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #334366;
	font-family: Arial,Tahoma,Verdana;
	font-weight: 700;
	line-height: 42px;
	margin: 0px 0px 5px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ececec;
	color: #aaa;
	font-size: 13px;
	font-weight: 400;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #6C7996;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #6C7996;
	font-weight: 400;
}

.entry-content input[type="image"] {
    padding: 0;
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #F0F0F0;
	color: #000;
	cursor: pointer;
	width: auto;
	font-size: 12px;
	padding: 5px !important;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

td,
th {
	text-align: left;
}

th {
	font-weight: 700;
}

.content-sidebar-wrap {
	overflow: hidden;
	background-color: #FFF;
	padding: 13px 5px 15px 15px;
	border: 1px solid #CDCDCD;
}

.home .content-sidebar-wrap {
    overflow: inherit;
    background-color: transparent;
    padding: 0px;
    border: none;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1080px;
    width: 100%;
}

.enterprise-pro-landing .wrap {
	max-width: 800px;
}

.site-inner {
	clear: both;
	margin: 20px 0px 0px;
}

.home .site-inner {
    margin-top: 20px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 730px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 308px;
	background: transparent url("images/sidebar_bg.jpg") repeat-y scroll left center;
	padding: 0px 15px 0px 20px;
	margin-top: -12px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

#sidebar-top {
    background: transparent url("images/sidebar_top.jpg") no-repeat scroll left center;
    height: 28px;
	margin: 0px 0px 0px -20px;
}

#sidebar-bottom {
    background: transparent url("images/sidebar_bottom.jpg") no-repeat scroll left center;
	height: 33px;
	margin: 0px 0px 0px -20px;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.author-box {
	background-color: #fff;
	border: 1px solid #ececec;
	-webkit-box-shadow: 0 1px #ececec;
	        box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 8px;
}

.entry-content .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	margin: 0px 0px;
	padding: 7px 10px;
	position: absolute;
	background: transparent url("images/search_btn_bg.png") repeat-x scroll center top;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-radius: 0px;
	border-width: 0px 1px;
	border-style: none solid;
	border-color: #D4DBE1;
	cursor: pointer;
	line-height: 16px;
	width: 69px;
	height: 32px;
	color: #FFF;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 32px;
	line-height: 42px;
	font-family: DancingScriptOTRegular;
	font-weight: normal;
	margin: 0px;
	border-bottom: 2px solid #2E5300;
	text-align: left;
}

.entry-title a,
.sidebar .widget-title a {
	color: #334366;
	text-decoration: none;
}

.error404 .entry-title {
    margin-bottom: 5px;
}

.widget-title,
.footer-widgets .featured-content .widget-title {
	font-size: 26px;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	line-height: 20px;
}

.sidebar-primary .widget-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 4px 0px 5px;
	border-bottom: 1px dotted #DBDEE4;
	color: #2E5300;
	line-height: 20px;
	text-align: left;
}

.sidebar-primary .textwidget {
    margin: 0px;
    padding: 10px 0px 0px;
}

.sidebar-primary .widget {
    margin: 0px 0px 15px;
    padding: 0px 0px 10px;
}

.sidebar-primary ul {
    margin: 10px 0px 0px;
    padding: 0px 10px 0px 5px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0px 15px 15px 0px;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0px 0px 15px 15px;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: square;
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.sidebar .widget.featured-content {
	border-bottom-width: 0;
	padding: 0;
}

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
	margin: 0;
	padding: 0;
}

.featured-content .entry {
	background: none;
	border: none;
	border-bottom: 1px solid #ececec;
	-webkit-box-shadow: none;
	        box-shadow: none;
	margin: 0;
	padding: 0;
}

.featured-content .entry-header {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry-title {
	font-size: 20px;
	margin: 0;
}

.featured-content .entry-content {
	padding: 0px;
}

.featured-content .alignnone {
	background: #f8f8f8;
	border-bottom: 1px solid #ececec;
	margin-bottom: 0;
}

.featured-content img {
	margin-bottom: -7px;
}

.featured-content .more-link {
	display: block;
	font-weight: 700;
	margin-top: 20px;
}

.featured-content .more-from-category,
.featured-content ul {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 40px;
}

.footer-widgets  .featured-content .alignnone {
	margin-bottom: 24px;
}

.footer-widgets .featured-content .entry {
	background: none;
	border: none;
	margin-bottom: 30px;
}

.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
	border: none;
	padding: 0 0 10px;
}

.footer-widgets .featured-content .entry-content {
	padding: 0;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	min-height:120px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 20px 0px 0px;
	width: 255px;
	background: url("images/sanfillipo_logo.png") no-repeat;
	height: 110px;
	margin: 5px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: 'Titillium Web', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	text-indent: -9999px;
	position: absolute;
	z-index: -9999;
}

.site-title a,
.site-title a:hover {
	color: #31b2ed;
}

.header-image .site-title > a {
	background-position: top !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	color: #aaa;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: uppercase;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 674px;
	margin-top: 30px;
}

.site-header .widget-area .widget {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}

.site-header .widget-area .widget_search {
    margin-left: 50px;
	margin-top: 5px;
}

.site-header .genesis-nav-menu li {
	border: none;
	margin: 0;
	padding: 0;
}

.header-tagline {
    font-family: "DancingScriptOTRegular";
    color: #656565;
    font-size: 34px;
    font-weight: normal;
	margin-top: 20px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 0px;
	width: 100%;
	color: #FFF;
	padding: 0px;
}

.genesis-nav-menu a {
	color: #FFF;
	font-size: 14px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	margin: 0px;
}

.genesis-nav-menu a {
	display: block;
	padding: 11px 24px;
	text-decoration: none;
	border-left: 1px solid #000;
	margin: 1px 0px 0px;
	font-weight: bold;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #ff7602;
	color: #FFF;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #F6FEEF;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f8f8f8;
	border: 1px solid #ececec;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 16px 24px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -42px 0px 0px 220px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 20px 24px;
}

.genesis-nav-menu > .search {
	padding: 8px 0 0;
}

.genesis-nav-menu > .search input {
	font-size: 12px;
	padding: 12px 20px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	color: #333;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary .wrap {
    background-color: #693e86;
	color: #FFF;
	font-size: 0;
	overflow: hidden;
	clear: both;
}

.nav-primary,
.nav-primary a {
	color: #fff;
}

.nav-primary .sub-menu {
	border-color: #222;
}

.nav-primary .sub-menu a {
	background: #ECECEC;
	color: #334366;
	padding: 11px 30px 9px 20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #BCC9D2;
	width: 332px;
	margin: 0;
	border-left: 1px solid #B8C6D1;
	border-right: 1px solid #B8C6D1;
	font-size: 14px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 6px 20px;
}

.site-footer .nav-secondary .genesis-nav-menu a {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #31b2ed;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
}

.entry-header {
	margin-bottom: 5px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 0px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #aaa;
	font-size: 14px;
	margin-bottom: 0;
}

.entry-meta a {
	font-weight: normal;
}

.entry-header .entry-meta {
	color: #6C7996;
	font-size: 11px;
	margin: 5px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px dotted #DBDEE4;
	text-transform: capitalize;
}

.entry-author a, .post-edit-link {
    font-weight: normal;
}

.entry-footer {
	margin: 16px 0px;
	border-bottom: 2px solid #DBDEE4;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ececec;
	margin: 0 -40px;
	padding: 40px 40px 0;
}

.entry-tags {
	float: right;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #fff;
	border: 1px solid #ececec;
	-webkit-box-shadow: 0 1px #ececec;
	        box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.after-entry .widget {
	margin: 0;
	padding: 40px;
}

.after-entry .widget-title {
	border-top: 1px solid #ececec;
	margin: -40px -40px 30px;
	padding: 30px 40px;
}

.after-entry .widget:first-child .widget-title {
	border-top: 0;
}

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
	border-bottom: none;
}

.after-entry .featured-content .more-from-category {
	padding: 20px 40px;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin:15px 0px 10px;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
	margin: 0px 0px 0px 10px;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #ececec;
	-webkit-box-shadow: 0 1px #ececec;
	        box-shadow: 0 1px #ececec;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	margin-bottom: 15px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #334366;
}

.entry-pagination.pagination {
	margin: 0 0 10px;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	border: 1px solid #ececec;
	-webkit-box-shadow: 0 1px #ececec;
	        box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.comment-respond h3 {
	border-bottom: 1px solid #ececec;
	margin: -40px -40px 40px;
	padding: 30px 40px;
}

.entry-comments {
	border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #ececec;
	padding-bottom: 40px;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 40px 40px 0;
}

.comment-list li li {
	padding-right: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
	color: #333;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.comment-meta,
.comment-meta a {
	color: #aaa;
	font-size: 14px;
}

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
	color: #31b2ed;
}

.ping-list li {
	padding: 40px 40px 16px;
}

.entry-pings .reply {
	display: none;
}

.comment-reply-link {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	border-top: 1px solid #ececec;
	clear: both;
	padding-top: 40px;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: transparent url("images/footer_bg.png") no-repeat scroll center top;
	color: #2E5300;
	font-size: 12px;
	padding: 25px;
	text-shadow: 1px 1px #FFF;
	text-align: center;
}

.site-footer a {
	color: #2E5300;
	text-decoration: underline;
}

.site-footer a:hover {
	color: #334366;
}

.site-footer p {
	margin: 0;
	padding: 0;
}

.footer-creds,
.sitemap,
.gototop {
	display: inline-block;
	vertical-align: top;
}

.gototop {
    float: left;
}

.footer-creds {
    float: right;
}

.gototop a {
    background: transparent url("images/footer-top.png") no-repeat scroll left center;
    margin: 0px;
    padding: 2px 0px 2px 18px;
}

.entry-content img {
    -webkit-box-sizing: unset;
            box-sizing: unset;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */
/* --> Home Top <-- */

.home-top-left-section {
    width: 66.203703703704%;
    display: inline-block;
    vertical-align: top;
    background-color: #FFF;
    text-shadow: 1px 1px #FFF;
    border-left: 1px solid #D9DFE4;
    border-right: 1px solid #D9DFE4;
}

.home-top-left.widget-area {
    background: #FFF url("images/home-top-left.jpg") repeat-x scroll center bottom;
    min-height: 258px;
    padding: 20px;
    border: 1px solid #C0E0AB;
    overflow: hidden;
}

.home-top .widget-title {
    font-weight: normal;
    color: #2E5300;
}

.home .ngg-slideshow.slick-slider {	
	margin: 0 !important;	
}

.home-top-right-section {
    display: inline-block;
    width: 345px;
    border-left: 1px solid #C0E0AB;
    border-right: 1px solid #C0E0AB;
    vertical-align: top;
    height: 268px;
	margin-left: 19px;
    background: #FFF url("images/home-top-right.jpg") repeat scroll 0% 0%;
}

.home-top .widget_slideshow .widgettitle {
    display: none;
}

.home-top-widgets-background {
    background: transparent url("images/home-shadow2.png") no-repeat scroll center bottom;
    width: 1020px;
    height: 57px;
	margin-left: -30px;
	margin-top: -33px;
}

/* --> Home Banner <-- */

.home-banner {
    margin: 8px 0px 25px;
}

.climbforcure img {
    width: 100%;
}

/* --> Home Middle <-- */

.home-middle-title h1 {
    font-family: DancingScriptOTRegular;
    font-size: 36px;
    line-height: 18px;
    margin-top: 26px;
    font-weight: normal;
    color: #693e86;
    text-align: center;
	margin: 0px 0px 15px;
}

.home-middle {
    margin-top: 2px;
}

.home-middle .widget {
    display: inline-block;
    vertical-align: top;
}

.home-widgets-top-border {
	background-color: #693e86;
	width: 100%;
	height: 4px;
}

.help-box {
    background-color: #FFF;
    border: 2px solid #693e86;
    height: 119px;
    width: 205px;
    font-size: 11px;
    text-shadow: none;
}

.home-middle-widget .help-box .button a {
    background-color: #693e86;
    color: #FFF;
    text-decoration: none;
    padding: 8px 10px;
    width: 120px;
    display: block;
    font-size: 12px;
}

.home-middle-widget {
    text-align: center;
	margin: 15px auto 14px;
}

.home-middle-widget .widget {
    margin: 0px 3px;
}

.home-middle-section .wrap {
    background: transparent url("images/home_middle_bg_gray.png") repeat-y scroll center center;
}

.help-box h3 {
    font-size: 13px;
    text-shadow: none;
    text-align: center;
    color: #2E5300;
    line-height: 20px;
	margin: 20px 0px 15px;
}

.help-box .youtube {
    margin: 0px 2px;
}

/* --> Home Featured <-- */

.home-featured-bottom {
	border: 4px solid #496AA7;
	width: 100%;
	background-color: #E9E8EA;
	display: block;
	overflow: hidden;
	margin: 20px 0;
}

.home-news-featured-image {
    width: 29.850746268657%;
    float: left;
}

.home-news-featured-image img {
    max-width: 100%;
}

.home-news-content {
    line-height: 0;
}

.home-news-featured-entry-content {
    float: right;
    width: 70.149253731343%;
    padding: 15px 25px;
    line-height: 20px;
}

.home-news-featured-entry-content h2 {
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: #496AA7;
    font-weight: 400;
    line-height: inherit;
    margin: 10px 0px 10px;
	text-align: left;
}

.home-news-featured-entry-content .learnmore {
    background-color: #496AA7;
    display: block;
    width: 115px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    padding: 8px 10px;
    margin-top: 25px;
}

.home-featured-post.home-featured-bottom.one {
    margin-top: 35px;
}

.home-featured-bottom.four {
    margin-bottom: 35px;
}

/* --> Home Footer <-- */

.home-footer-section {
    background: transparent url("images/home_middle_bg_gray.png") repeat-y scroll center center;
    margin: 0px;
    text-shadow: 1px 1px #FFF;
    text-align: center;
}

.home-footer .ngg_images .widgettitle {
    display: none;
}

.home-footer-widget {
    margin: 11px auto 3px;
}

.home-footer .ngg-widget {
    padding: 0px;
	text-align: center;
}

.home-footer .ngg-widget img {
	float: none !important;
	padding: 5px !important;
	-webkit-box-sizing: content-box !important;
	        box-sizing: content-box !important;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #D7DBE0 #D7DBE0 #B6BCC3 !important;
	margin: 0 2px 0 !important;
	background-color: #FFF !important;
}

.home-footer .ngg-widget img:hover {
    background-color: #8199A9 !important;
}

.paypal-button input[type="image"] {
    padding: 0px;
    border: none;
}

.sidebar-primary .widget p:last-child {
    padding: 0px;
}

#member {
    padding-bottom: 15px;
}

#left-top {
    display: inline-block;
    width: 200px;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    font-weight: bold;
}

#right-top {
    display: inline-block;
    width: 400px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

#left-bottom {
    width: 200px;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    font-style: italic;
	display: inline-block;
}

#right-bottom {
    display: inline-block;
    width: 400px;
    margin: 0px;
    padding: 0px;
    font-style: italic;
}

/* Formidable Pro */

.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="phone"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="file"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select {
    height: 22px !important;
}

.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="email"] {
    max-width: 342px !important;
}

.frm_style_formidable-style.with_frm_style textarea {
    max-width: 423px !important;
}

.with_frm_style .frm_submit {
    padding-top: 25px;
}

#logo-container {
    width: 100%;
}

.logo-row {
    width: 100%;
}

.logo-left-col {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
	text-align: center;
}

.left-col-wrap {
    padding: 20px;
}

.logo-right-col {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
	text-align: center;
}

.right-col-wrap {
    padding: 20px;
}

.followus {
    text-align: center;
}

/* Changes 2016 */

.donate {
    margin: 50px 0px;
    text-align: center;
}

.donate a {
    background-color: #E5EEB2;
    padding: 15px 20px;
    border: 2px solid #b8d12f;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    color: #2E5300;
}

#donation-meter {
    text-align: center;
	margin-bottom: 60px;
}

#donation-progress {
    background-color: #f3f3f3;
    border: 0px;
    height: 35px;
    border-radius: 9px;
    width: 400px;
    padding: 5px 10px;
}

/* --> Hero List Table */

.hero-search {
    text-align: right;
    margin-bottom: 10px;
}

.hero-search input[type="search"] {
    border: 1px solid #D3E6AE;
    font-size: 13px;
    color: #2E5300;
}

.hero-search input[type="submit"] {
    padding: 8px !important;
    background-color: #d2e7ae;
    border: 1px solid #d2e7ae;
    color: #2E5300;
    font-weight: bold;
}

.ts-list {
    margin-top: 30px;
}

#teamsanfilipolist thead {
    background-color: #d2e7ae;
}

#teamsanfilipolist tbody tr:hover {
    background-color: #eaffdc;
}

#teamsanfilipolist .odd {
    background-color: #f9fff5;
}

#teamsanfilipolist tr td {
    padding: 10px 10px 3px;
}

#teamsanfilipolist a {
    color: #2E5300;
    font-size: 13px;
}

/* Hero Profile Page */

.hero-name {
    text-align: center;
    font-weight: bold;
	    font-size: 14px;
}

.hero-photo {
	float: left;
	margin: 20px 15px 15px 0px;
}

.hero-goal {
    font-weight: bold;
    font-size: 14px;
}

#teamsanfilipolist.donation-list {
    border: 1px solid #e3e3e3;
}

#teamsanfilipolist.donation-list thead th {
    padding: 10px;
}

.donation-list .comment p {
    padding: 0px;
}

.donation-list .total {
    font-weight: bold;
}

#donation-meter h2 {
    font-size: 18px;
    margin-bottom: 0px;
}

.return {
    text-align: center;
	margin-top: 15px;
}

.cancel-button .frm_cancel_button {
    background: #eee;
    color: #444444;
    padding: 5px;
    border: 1px solid #ddd;
    text-decoration: none;
    border-radius: 10px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 1px #999999;
    box-shadow: 0 1px 1px #999999;
}

/* --> Donation Meter */

#donation-stat {
	background-color: #f9fff5;
	border-radius: 5px;
	padding: 7px;
	border: 3px solid RGBA(227, 227, 227, 0.9);
	width: 100%;
}

#donation-stat #dmeter {
	background-color: #b8d12f;
	height: 35px;
	border-radius: 3px;
	max-width: 100% !important;
}

.donationdata {
	margin-top: 5px;
	padding: 0 8px;
	font-size: 12px;
	font-weight: 600;
}

.donationdata #raised {
    float: left;
}

.donationdata #goal {
    float: right;
}

.donationdata span {
    font-size: 12px;
}

.single-frm_display.postid-1607 .entry-header .entry-meta,
.single-frm_display.postid-1606 .entry-header .entry-meta,
.single-frm_display.postid-1605 .entry-header .entry-meta,
.single-frm_display.postid-1604 .entry-header .entry-meta {
     display: none;
}

.home .addthis_toolbox {
    display: none !important;
}

/* Home Featured Event */

.home-event-section {
    margin-top: 35px;
}

.home-event-section .wrap {
    padding: 10px 0;
}

.home-event-section .home-event-title h1 {
	font-family: DancingScriptOTRegular;
	font-size: 36px;
	font-weight: normal;
	color: #693e86;
	text-align: center;
	margin: 0px 0px 20px;
}

.home-event-section .home-event-entry-content {
    width: 100%;
}

.home-event-section .home-event-entry-content img {
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
}

.home-event-entry-content h2 {
	line-height: inherit;
	margin: 0px 0px 15px;
	text-align: left;
}

.home-event-entry-content h2 a {
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    color: #693e86;
    font-weight: 400;
}

.home-event-section .home-event-entry-content .readmore {
    background-color: #693e86;
    display: block;
    width: 150px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    padding: 8px 10px;
    margin-top: 15px;
}

/* 12/2/2016 */

.board-of-directors-list {
    margin-bottom: 45px;
}

.board-of-directors-list-container {	
	margin-bottom: 10px;	
	padding-top: 20px;	
}

.board-of-directors-list .member {
		margin-bottom: 15px;
		clear: both;	
		overflow: hidden;
}

.board-of-directors-list .col-left {
    float: left;
    width: 50%;
	text-align: left;
}

.board-of-directors-list .col-right {
    float: right;
    width: 50%;
	text-align: left;
}

.board-of-directors-list a {
    color: #2E5300;
}

.board-of-directors-list .row.top {
    font-weight: 700;
}

.board-of-directors-list .row.bottom {
    font-style: italic;
}

.bod-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.home .home-top-right-section div.ngg-slideshow img {
    max-height: 247px;
}

.ngg-gallery-thumbnail img {
	width: 160px;
}

.home-top-right-section .slideshowlink {
	display: none;
}

.home-footer-widget .ngg-galleryoverview.default-view {
	margin: 15px 0;
	width: calc(100% + 10px);
}

.home-footer-widget .ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
	margin-right: 10px;
}

.home-footer-widget .ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
	margin: 0;
}

.home-footer-widget .ngg-gallery-thumbnail img {
	background-color: #FFF;
	border: 1px solid #D7DBE0;
	padding: 5px;
	max-height: 128px;
	max-width: 208px !important;
	width: 100%;
}

.home-footer-widget .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img:hover {
	background-color: #8199A9;
	opacity: 1;
}

.teamsan .ngg-slideshow.slick-slider {
	margin: 0 !important;
}

.ngg-slideshow .ngg-gallery-slideshow-image {
	padding: 5px;
}

.at-below-post-page {	
	padding-top: 40px;	
}	
	
.post-edit-link {	
	padding: 20px 0;	
	display: block;	
	overflow: hidden;	
	clear: both;	
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

}

@media only screen and (max-width: 1100px) {
	.wrap {
    	max-width: 930px;
	}

	.site-header .widget-area {
    	width: 68.279569892473%;
	}

	.site-header .widget-area .widget_search {
		margin-left: 30px;
	}

	.header-tagline {
    	font-size: 32px;
	}

	.home-top-left-section {
		width: 60.752688172043%;
	}

	.home-top-left-section .home-top-left .top-right-button {
		padding-top: 25px !important;
	}

	.genesis-nav-menu a {
    	padding: 11px 14.6px;
	}

	.help-box {
    	width: 175px;
	}

	.home-footer .ngg-widget img {
		width: 165px;
	}

	.content {
    	width: 585px;
	}

	.home-top-left.widget-area {
    	font-size: 12px;
	}

	.ngg-gallery-thumbnail img {
		width: 125px;
	}

	.home-footer-widget .ngg-gallery-thumbnail img {
		max-width: 170px !important;
	}

}

@media only screen and (max-width: 953px) {
	.wrap {
    	max-width: 815px;
	}

	.site-header .widget-area {
    	width: 565px;
	}

	.header-tagline {
    	font-size: 27px;
	}

	.site-header .widget-area .widget_search {
		margin-left: 30px;
	}

	.widget-area  input[type="search"] {
		width: 175px;
	}

	.title-area {
		width: 225px;
		height: 105px;
		background-size: 225px auto;
	}

	.genesis-nav-menu a {
    	padding: 11px 11.75px;
	}

	.nav-primary .sub-menu a {
		width: 295px;
	}

	.home-top-left-section {
		width: 485px;
	}

	.home-top-right-section {
		padding: 0px 5px;
		margin-left: 10px;
		width: 320px;
		height: 252px;
	}

	.ngg-slideshow img {
		height: 240px !important;
	}

	.home-top-left.widget-area {
		padding: 13px 15px 10px;
		min-height: 250px;
	}

	.genesis-nav-menu a {
    	font-size: 13px;
	}

	.top-right-button {
		padding-top: 9px !important;
	}

	.top-right-button img {
		width: 130px !important;
	}

	.home-top-widgets-background {
		background: transparent url("images/home-shadow2.png") no-repeat scroll center bottom;
		width: 870px;
		margin-left: -30px;
		background-size: 100%;
	}

	.home-middle-widget .widget {
		margin: 0px 3px;
	}

	.help-box {
		height: 89px;
		width: 153px;
	}

	.help-box h3 {
		font-size: 12px;
    	margin: 10px 0px;
	}

	.help-box .youtube {
		margin: 0px;
	}

	.help-box .youtube,
	.help-box .twitter,
	.help-box .facebook {
		width: 43px;
	}

	.home-widgets-top-border {
		background-size: 100% 4px;
	}

	.home-footer .ngg-widget img {
		width: 140px !important;
	}

	.content {
    	width: 510px;
	}

	.sidebar-primary {
    	width: 265px;
	}

	.paypal-button {
		text-align: center;
		margin-bottom: 10px;
	}

	#member {
    	width: 100%;
	}

	#right-top {
    	width: 40%;
		text-align: left;
	}

	.frm_style_formidable-style.with_frm_style textarea {
		max-width: 340px !important;
		height: 200px !important;
	}

	.home-news-featured-image {
		width: 36.802973977695%;
	}

	.home-news-featured-entry-content {
		width: 63.197026022305%;
	}

	.home-news-featured-entry-content p {
		padding: 0;
		font-size: 12px;
	}

	.ngg-gallery-thumbnail img {
		width: 150px;
		min-height: 86px;
	}

	.home-footer-widget .ngg-gallery-thumbnail img {
		max-width: 150px !important;
	}

}

@media only screen and (max-width: 853px) {
	.wrap {
		max-width: 700px;
	}

	.title-area {
		width: 255px;
		height: 110px;
		background-size: 100%;
	}

	.site-header .widget-area {
		width: 347px;
		margin-top: 10px;
	}

	.header-tagline {
		font-size: 33px;
	}

	.widget-area input[type="search"] {
		width: 205px;
		margin: 0px 5px 0px 0px;
	}

	.site-header .widget-area .widget_search {
		margin-left: 66px;
		margin-top: 0px;
	}

	.site-header .search-form {
    	margin-top: 20px;
	}

	.home-top .widget-title {
    	font-size: 23px;
	}

	.genesis-nav-menu a {
		padding: 11px 9.4px;
		font-size: 11px;
	}

	.nav-primary .sub-menu a {
    	font-size: 12px;
		width: 220px;
	}

	.home-top-right-section {
    	width: 334px;
		height: 310px;
	}

	.home-top-left-section {
		width: 356px;
	}

	.home-top-left.widget-area {
		padding: 15px 13px 8px;
	}

	.ngg-galleryoverview.ngg-slideshow {
		max-height: 300px !important;
	}

	.ngg-slideshow img {
		height: 300px !important;
	}

	.home-top-right .ngg-slideshow img {
		min-height: 285px;
	}

	.home-top-widgets-background {
    	width: 760px;
	}

	.home-middle-widget .widget {
		margin: 0px 6px;
	}

	.help-box {
		height: 108px;
		width: 185px;
		margin-bottom: 15px;
	}

	.help-box h3 {
		font-size: 13px;
		margin: 12px 0px 15px;
	}

	.help-box.four,
	.help-box.five {
		margin-bottom: 0px;
	}

	.help-box .youtube,
	.help-box .twitter,
	.help-box .facebook {
		width: 50px;
	}

	.home-featured-bottom {
		display: block;
	}

	.home-footer .ngg-widget img {
		width: 119px !important;
	}

	.content-sidebar-wrap {
    	padding: 13px 15px 15px;
	}

	.content {
    	width: 430px;
	}

	.sidebar-primary {
		width: 220px;
		padding: 0px 0px 0px 15px;
	}

	#sidebar-top {
    	margin: 0px 0px 0px -15px;
	}

	#sidebar-bottom {
    	margin: 0px 0px 0px -15px;
	}

	.entry-title {
		font-size: 29px;
	}

	.frm_style_formidable-style.with_frm_style textarea {
		max-width: 345px !important;
	}

	h3, h4, h5, h6 {
		line-height: 34px;
	}

	.home-news-featured-entry-content p {
		padding: 0;
	}

	.home-news-featured-image {
		width: 43.352601156069%;
	}

	.home-news-featured-entry-content {
		width: 56.647398843931%;
	}

	.ngg-gallery-thumbnail img {
		width: 120px;
		min-height: 70px;
	}

	.ngg_slideshow {
		margin-top: 10px;
	}

	.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box:nth-child(5) {
		display: none;
	}

}

@media only screen and (max-width: 768px) {

	.wrap {
		max-width: 585px;
	}

	.title-area {
		width: 210px;
		margin-top: 15px;
	}

	.site-header .widget-area {
		width: 315px;
	}

	.site-header .widget-area .widget_search {
		margin-left: 35px;
	}

	.header-tagline {
		font-size: 30px;
	}

	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 16px 20px;
		text-transform: none;
		color: #334366;
		font-size: 15px;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
		background-color: #ECECEC;
		color: #334366;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.07);
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.home-top-left-section {
		width: 100%;
		margin: 0px auto;
	}

	.home-top-right-section {
		width: 100%;
		height: 260px;
		margin: 20px auto 0px;
		border: 1px solid #C0E0AB;
	}

	.ngg-galleryoverview.ngg-slideshow {
		max-height: 100% !important;
		max-width: 100% !important;
	}

	.home-top-right .ngg-slideshow img {
		min-height: unset;
		width: 100%;
		max-height: 283px;
	}

	.home-top-widgets-background {
		width: 100%;
		margin-left: 0px;
		margin-top: -40px;
	}

	.home-middle {
		margin-top: 25px;
	}

	.home-middle-section .wrap {
    	background-size: 100% auto;
	}

	.help-box {
		height: 105px;
		width: 180px;
	}

	.home-footer .ngg-widget img {
		width: 175px !important;
	}

	.home-footer-section {
		background-size: 100% auto;
	}

	.site-footer {
		background-size: 100% auto;
	}

	.content {
		width: 100%;
	}

	#sidebar-top,
	#sidebar-bottom	{
    	display: none;
	}

	.sidebar-primary {
		width: 100%;
		padding: 20px 0px 0px;
		background: transparent url("images/home_middle_border.png") no-repeat scroll center 0%;
		margin-top: 30px;
		background-size: 100%;
	}

	.sidebar-primary .widget-title {
		font-size: 20px;
		text-align: center;
		line-height: 25px;
	}

	.home-news-featured-image {
		width: 52.339688041594%;
	}

	.home-news-featured-entry-content {
		width: 47.660311958406%;
		padding: 10px 15px;
	}

	.home-news-featured-entry-content .learnmore {
    	margin-top: 10px;
	}

	.home-event-section .home-event-entry-content img {
		margin-left: 20px;
		max-width: 57.948717948718%;
	}

	.ngg-gallery-thumbnail img {
		width: 162px;
		min-height: 95px;
	}

	.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box:nth-child(4) {
		display: none;
	}

	.home-footer-widget .ngg-gallery-thumbnail img {
		max-width: 180px !important;
	}

}

@media only screen and (max-width: 615px) {
	.wrap {
		max-width: 400px;
	}

	.site-header {
		min-height: 255px;
	}

	.title-area {
		background-position: center center;
		width: 100%;
		margin-top: 15px;
		background-size: 255px auto;
	}

	.site-header .widget-area {
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}

	.site-header .widget-area .widget_search {
		margin-left: 55px;
		margin-top: 10px;
	}

	.home-middle-title h1 {
    	font-size: 30px;
	}

	.ngg-widget.entry-content a:last-child {
		display: none;
	}

	.home-top-left-section {
    	margin: 0px auto;
	}

	.home-top-widgets-background {
    	margin-top: -45px;
	}

	.entry-content img {
    	max-width: 195px;
	}

	.entry-title {
		font-size: 25px;
		line-height: 35px;
	}

	h3, h4, h5, h6 {
		line-height: 34px;
	}

	.logo-left-col,
	.logo-right-col	{
		width: 100%;
	}

	.events .entry-content img {
		max-width: 100% !important;
	}

	.medcen-col {
		display: inline-block !important;
		width: 49% !important;
	}

	.entry-content img.wp-image-1375 {
		max-width: 100% !important;
		width: 100%;
	}

	.home-news-featured-image {
		width: 100%;
		float: none;
		display: block;
	}

	.home-news-featured-entry-content {
		width: 100%;
		padding: 20px 15px;
		float: none;
		display: block;
	}

	.home-event-section .home-event-entry-content img {
		margin-left: 0;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.board-of-directors-list .col-right,
	.board-of-directors-list .col-left	{
		float: none;
		width: 100%;
		text-align: left;
		display: block;
	}

	.board-of-directors-list .member p{
		padding: 0;
	}

	.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box:nth-child(3) {
		display: none;
	}

}

@media only screen and (max-width: 600px) {

	.home-top-right-section .ngg-slideshow .ngg-gallery-slideshow-image {
		height: 270px !important;
	} 

}

@media only screen and (max-width: 430px) {
	.wrap {
		max-width: 280px;
	}

	h3, h4, h5, h6 {
		line-height: 25px;
	}

	.header-tagline {
		font-size: 25px;
		margin-top: 10px;
	}

	.site-header .widget-area .widget_search {
		margin-left: 0;
		margin-top: 10px;
	}

	div.ngg-slideshow div.ngg-gallery-slideshow-image {
		max-height: 200px !important;
	}

	.home-top-right .ngg-slideshow img {
    	max-height: 215px;
	}

	.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
		position: relative;
	}

	.ngg-galleryoverview.ngg-slideshow {
    	max-width: 280px !important;
	}

	.home-top .widget-title {
		font-size: 18px;
		text-align: left;
	}

	.home-middle-title h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.help-box {
		height: 125px;
		width: 215px;
	}

	.help-box h3 {
		font-size: 14px;
		margin: 20px 0px;
	}

	.help-box.four {
		margin-bottom: 15px;
	}

	.home-footer .ngg-widget img {
		width: 175px !important;
	}

	.ngg-widget.entry-content a:last-child {
		display: block;
	}

	.gototop {
		float: none;
	}

	.footer-creds {
		float: none;
	}

	.footer-creds, .sitemap, .gototop {
		display: block;
		vertical-align: top;
		margin: 5px 0px;
	}

	.home-top-right-section {
    	height: 227px;
	}

	.home-top-widgets-background {
    	margin-top: -48px;
	}

	a.alignleft, img.alignleft, .wp-caption.alignleft,
	a.alignright, img.alignright, .wp-caption.alignright {
		margin: 0px auto 15px !important;
	}

	.entry-content img {
		max-width: 250px;
		margin: 0px auto 20px !important;
		width: 100% !important;
	}

	#right-top {
		width: 100%;
		text-align: left;
	}

	.entry-content img.small-img {
		margin: 0px 15px 20px 0px !important;
		max-width: 87px !important;
	}

	.yearended-expences {
		font-size: 10px;
	}

	.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="email"] {
		max-width: 240px !important;
	}

	.frm_style_formidable-style.with_frm_style textarea {
    	max-width: 240px !important;
	}

	.newsletter-form {
		width: 100% !important;
	}

	.newsletter-form input,
	.newsletter-form select,
	.newsletter-form textarea	{
		width: 220px !important;
	}

	.medcen-col {
		display: block !important;
    	margin: 0 auto;
	}

	.medcen-col.bag {
		width: 100% !important;
	}

	.entry h1 {
		font-size: 30px;
		text-align: left;
	}
 
	.ngg-gallery-thumbnail img {
		max-width: 102px !important;
	}

	.home-top-right-section {
		height: 203px;
	}

	.home-footer-widget .ngg-galleryoverview.default-view {
		margin: 15px 0 0;
	}

	.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box:nth-child(3),
	.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box:nth-child(4),
	.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box:nth-child(5) {
		display: block;
	}

	.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
		margin-bottom: 13px;
	}

	.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box:nth-child(5) {
		margin-bottom: 0;
	}
}
