/*
	Theme Name: Genesis Sample
	Theme URI: https://demo.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: https://www.studiopress.com/

	Version: 2.6.0

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Formsw
    - Input Groups
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
    - Bootstrap
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
    - Front Page Widget
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* 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,
.widget::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,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Proxima-nova', sans-serif !important;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #e00084;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 27px;
	font-size: 2.7rem;
}

.entry-content {display: block;
    clear: both;}
.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}
img {border-radius: 10px;}
/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}
.jp-relatedposts-post-img {    border: 1px solid #f4f4f4;}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}
.fb_iframe_widget_fluid_desktop {margin: 2em 0; }
.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 15px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
.nav-tabs.nav-justified>li>a {border-bottom: 0px !important;}
/* social icons*/
.jp-relatedposts-post2 {display: none;}
.sd-title {display: inline; margin-right: 1em;    font-size: 18px;}
.sd-content {display: inline-block;}
.sd-content ul {margin: 1em 0 !important;}
.sd-content ul li {
    display: inline-block;
}
.sd-content ul li a {
	padding: 10px;
	color: inherit;

}
.sd-content ul li a span {display: none;}
.sd-social-icon-text .sd-content li.share-facebook a:before {
    content: '\f39e';
		  font-family: 'Font Awesome 5 Brands';
}

.sd-social-icon-text .sd-content li.share-twitter a:before {
    content: '\f099';
		  font-family: 'Font Awesome 5 Brands';
}
.sd-social-icon-text .sd-content li.share-pinterest a:before {
    content: '\f231';
		  font-family: 'Font Awesome 5 Brands';
}
.sd-social-icon-text .sd-content li.share-linkedin a:before {
    content: '\f0e1';
		  font-family: 'Font Awesome 5 Brands';
}
.sd-social-icon-text .sd-content li.share-print a:before {
    content: '\f02f';
		  font-family: 'Font Awesome 5 Pro';
}
/* Input Groups
--------------------------------------------- */

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  font-size: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	animation:         fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}

/* Bootstrap
--------------------------------------------- */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.navLogo  {width: 110px; height: auto; margin-top: 0px;border-radius: 0px;}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
	

	
	
/*new nav - not pink:)*/
#navMainLeft {font-size: 11px;text-transform: uppercase; letter-spacing: 1px;}
#navMainLft {color: #0e0e0e;font-size: 13px; margin-left: 20px; float: right;}
#navMainLeft a {color: #8b8c8e;}
#navMainLeft .active a {font-weight: bold; color: #505050; background-color: #fff;}

#navMainLeft>li>a {padding: 6px 30px;}
#navMainLft>li>a {color: #161616;  padding: 0px 10px 11px 0px; font-size: 14px;    letter-spacing: .5px;
    font-weight: 500;}
#navMainLft>li {color: #161616;   padding: 17px 16px 0px 0px;}	
.navFaqPad {padding-right: 1px !important;}
/*.navDonate a {padding-top: 21px !important;}*/

#navMainBrand .navbar-brand {    margin: 0px;
    padding-top: 11px !important;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0}
	#navMainBrand a {padding-top: 11px !important;}
	.comment-form-url {display: none;}	
#navBarMain {border-bottom: none; background-color: transparent; margin-bottom: 0px; }	
nav#navBarMain { margin-bottom: 0px !important;}
#navContact {font-size: 14px;font-weight: normal; }
#navContact a {color: #8b8c8e;}
#navContact>li>a {padding: 0px 15px;}
.navMainPhone {font-size: 16px; font-weight: bold; letter-spacing: .5px; padding-right: 14px; color: #747475;}
.navOpen {text-transform: uppercase; font-size: 11px; float: left; padding: 4px 6px 0px 0px; letter-spacing: 1px;}
#navContact {color: #8b8c8e}
.navDonate a {color: #fff !important;  font-size: 14px; font-weight: bold; letter-spacing: 1px; background-color: #ec008c !important; padding: 8px 19px !important; text-transform: uppercase; border-radius: 2px; margin-top: 7px; margin-bottom: 7px;}
.navDonate { padding-right: 7px !important; padding-left: 8px !important; padding-top: 0px !important;}
#navBarMain .container-fluid {padding-right: 0px;}
.dropdown-menu>li>a {text-transform: capitalize;     padding: 5px 20px;     color: #8b8c8e;}

.navCanada .navLogo {width: 120px; height: auto; margin-top: 0px;}
.navContainer {display:block; padding-right: 5px;}
.bcStatic img {display: none;}
.navActive {border-bottom: solid 3px #161616;}	
.navAbout {padding: 22px 20px 17px 15px !important;}	
#navMainLeft > li > a:hover, #navMainLeft > li > a:focus {background-color:#e2e2e2;}
/*#navContact > li > a:hover, #navContact > li > a:focus {background-color: #fff; }*/
.navDonate > a:hover, .navDonate > a:focus {background-color: #b10069 !important; }
#navContact .bcStatic {padding: 0px 0px 0px 8px;}
#navContact .bcStatic a {padding: 2px 0px 2px 0px;}
.navChat {width: 69px; padding-top: 4px;}	
.navDonate {padding-right: 0px !important; padding-left: 5px !important;}
#navContact .dropdown {padding-top: 6px; z-index: 2000;}
#navContact .dropdown #drop3::before  { content:url('/img/flag-usa-gray.gif');  position:relative; z-index:100000; left:-4px; }
#navContact .dropdown #drop4::before  { content:url('/img/flag-canada-gray.gif');  position:relative; z-index:100000; left:-4px; }
#navMainLft	.dropdown {padding-right: 12px;}
	footer {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;}
footer .dropdown-menu li {padding: 0px 0 6px 0px;}
.navbar-fixed-top .navbar-collapse {background-color: transparent;}
#navMainLft>li>a {background-color: #fff;}
#navMainBrand {padding: 0px;}	
	.navContainer>.navbar-nav>li>a {background-color: transparent;}	
	#navTabBg	{   background: #f2f2f2;}	
.navPhonePad {padding-top: 5px;}
.navCaCharity {border-right: solid 1px #e0dfdf; padding: 0px 10px 0px 10px; margin-top: 6px; text-transform: uppercase;}
.navCanada { margin: 6px 0px 2px 0px !important;} 
/*second adjust*/
#navMainBg .container {padding: 0px;}
#navMainBg {background-color: #fff;}

#navBarMain .dropdown-menu li {padding:0px;}	
.navbar-nav .open .dropdown-menu {background-color: #fff;    border-radius: 2px;}		

/*mobile navigation*/
.nav>li {border-bottom: none;}	
/*.navbar-default .navbar-collapse { background-color:#e00084; border:none;}*/
/*.navbar-default {background-color: #f8f8f8;}*/
/*.navbar {border: 1px solid transparent; background-color:#e00084;}*/
.navbar-right {font-weight: 300 !important; margin-right: 0px;}
.navbar-default #navMainLft>.open>a, .navbar-default #navMainLft>.open>a:hover, .navbar-default #navMainLft>.open>a:focus {background-color:#fff; color:#686767;}	
.logoBoat {display:none !important;}	
	.jetpack_subscription_widget .widget-title {
font-size: 15px;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
}
#subscribe-email input {
width: 85% !important;
height: 40px;
padding: 10px 8px;
font-size: 15px;
float: left;
border: 1px solid #e00084;
}	
	#subscribe-submit button {
background: #e00084;
width: 15%;
padding: 0;
border: 1px solid #e00084;
height: 40px;color: white;
}
	
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1050px;
  }
	
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {padding-right: 20px; padding-left: 20px;}
/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */
.author-avatar {display: inline-block; text-align: center; margin-bottom: 1em;}
.avatar {
width: 50px;
  
}

.author-box .avatar,
.alignleft .avatar {
	
}

.alignright .avatar {
	
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 0px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
.search-form input[type=search] {font-size: 12px;}
/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	 line-height: 1.35;
       font-size: 1.5em;
	margin-top: 0;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 600;
	    padding: 0 !important;
	margin-bottom: 5px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #e00084; text-decoration: none;
}


.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */

.aligncenter {
	text-align: center;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-image {
width: 100%;
}

.featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
	margin-top: 10px;
}

/* Featured Content Widget Home Page
--------------------------------------------- */

.front-page-widget-area {
    color: #333;
}
.front-page-widget-area .jumbotron {background: #fce5f2;    display: -webkit-box;    margin-bottom: 0; padding-left: 0px; padding: 0;}
.front-page-widget-area-6 .jumbotron {display: -webkit-box; background: transparent;   margin-bottom: 0; padding-left: 0px; padding-bottom: 1em; }
.front-page-widget-area .jumbotron h1, .front-page-widget-area-6 .jumbotron h1 {    font-size: 12px;   text-transform: uppercase;    font-weight: bold;    text-align: left;    padding-bottom: 0; margin-bottom: 0;}


.front-page-widget-area .jumbotron h1 small, .front-page-widget-area-6 .jumbotron h1 small {    display: block;
    text-transform: none; font-size: 14px; color:#f362b8; line-height: 1.5; text-align: left; margin-bottom: 1em;    margin-top: 0px;}
.container .jumbotron, .container-fluid .front-page-widget-area-6 .jumbotron {	padding-left: 0; padding-right: 0;}
.front-page-widget-area .widget-title {
    font-size: 2em;
    text-align: center;
    margin-top: 2em;
}
.front-page-widget-area p {
    text-align: center;
    font-size: 20px;
}
.background .front-page-widget-area-2 .featuredpost {background: white;}
.background a.alignnone {margin-bottom: 0;}

.breadcrumb {display: none;}
.featured-post, .featured-post-2 {overflow: hidden;position: relative;}

.featured-post .entry-header { position: absolute; bottom: 0px;   margin-bottom: 0px; padding: 1em 2em;   width: 100%;    font-family: Proxima-nova, sans-serif; left: 0px;}

.featured-post-3 .entry-header { position: relative; bottom: 0px;   margin-bottom: 1em; padding: 0 30px;  background:none; font-family: Proxima-nova, sans-serif;  }
.featured-post-3 .entry-title {    font-size: 20px;    line-height: 1.2;}
.featured-post-3 .entry-title a {color: black;}
.featured-post-2 .entry-header { position: absolute; bottom: 0px;   margin-bottom: 0px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;   padding: 1em;   width: 100%;   background:#f9f9f9; font-family: Proxima-nova, sans-serif;}
.featured-post p.entry-meta {color: white;text-transform: uppercase;  font-size: 14px;  text-align: left;  letter-spacing: 1px;  font-weight: bold; margin-bottom: 0; }

.featured-post .entry-title {font-size: 2em; margin-top: 0;}
.featured-post .entry-title a{color: white;}
.featured-post .entry-title a:hover, .featured-post a:hover{text-decoration: none; }
.featured-post-2 .entry-title a {color: #333;}
.featured-post-2 .entry-title a:hover {text-decoration: none;}
.featured-post-2 .entry-title {margin-top: 0; font-size: 1.7rem;}

.page-id-8608 .entry-title {    text-align: center;    margin: 1em 0 0;}

.featured-content p.entry-meta {text-align: left;}
.featured-content p.entry-meta a , .front-page-widget-area-3 p.entry-meta a{    color: white;    font-weight: bold;    letter-spacing: .5px; }
.background .format-standard {background: white;}
.front-page-widget-area-3 .entry-header, .front-page-widget-area-4 .entry-header, .post-card .entry-header, .post-card-wide .entry-header , .post-card-large .entry-header {padding: 1em 0;}
.front-page-widget-area-3 p.entry-meta,  .front-page-widget-area-4 p.entry-meta , .post-card p.entry-meta, .post-card-wide p.entry-meta, .post-card-large p.entry-meta {margin: 0;}
.front-page-widget-area-3 p.entry-meta a, .front-page-widget-area-4 p.entry-meta a, .post-card-wide p.entry-meta, .post-card-large p.entry-meta {color: black; text-transform: uppercase; font-size:12px; opacity: .5;}

/* Featured Content Carousel Widget Home Page
--------------------------------------------- */

.front-page-widget-area-3, .front-page-widget-area-4 {
    margin-bottom: 2em;
}
.front-page-widget-area-2 {padding-top: 1em;}
.front-page-widget-area-2 .widget-title, .front-page-widget-area-3 .widget-title, .front-page-widget-area-4 .widget-title { margin: 0 10px 30px 45px;    font-size: 24px;}
.front-page-widget-area-3 article {max-height: 200px;}

.front-page-widget-area-6 h3 {display: none;}
.front-page-widget-area-6 .jumbotron h1 a {color: #333; text-decoration: underline;}
.front-page-widget-area-5 h3 , .front-page-widget-area-6 .jumbotron h1 a  { text-transform: uppercase; font-weight: bold; letter-spacing: 1px;  font-size: 12px;}

.post-card, .post-card-wide {background: white; margin-bottom: 0;}
.post-card-wide {display:-webkit-box; position: relative;    overflow: hidden;}
.post-card-large .featured-background-image {height: 500px;}
.post-card .outer-div {  height:150px;  overflow: hidden; }
.post-card .outer-div a:hover, .outer-div a:hover {text-decoration: none;}

.post-card-wide .outer-div {height: 150px; padding-left: 0px;    padding-right: 0px;
	overflow: hidden;}
.featured-content-list .row {background: white;margin: 0 0em 1em 0; }	
.front-page-widget-area-5 .featured-content-list {padding: .5em 0;}
.featured-content-list .row.no-shadow {background: transparent; box-shadow: none; margin-bottom: 0; padding-bottom: .5em;}
.featured-content-list .outer-div {height: 100px; padding: 0; position: relative;  overflow: hidden;}	
.featured-content-list .entry-header {
    padding: 1em 0;
}
.featured-content-list .post-categories {margin-top: 10px;}
.featured-content-list .post-categories li a {text-transform: uppercase; letter-spacing: .5px; font-size: 12px;  font-weight: bold;  color: black;  opacity: .4;}
.featured-content-list p.entry-meta, .featured-post-2 p.entry-meta, .post-card p.entry-meta { text-align: left; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; opacity: .5; margin-bottom: 5px; }
.featured-content-list .entry-title {font-size: 1.25em;    line-height: 1.2;}
.featured-content-list .entry-title a:hover, .featured-post-2 a:hover {text-decoration: none; color: #333;}
 .featured-background-image {height: 100%; width: 100%; background-size: cover !important;background-position: center;border-radius: 10px;    object-fit: cover;
    background-position: center;}
.featured-post .featured-background-image, .featured-post-2 .featured-background-image,  .featured-post-3 .featured-background-image, .outer-div .featured-background-image {height: 100%; width: 100%; background-size: cover !important; background-position: center center;transition: all 0.8s ease;    border: 1px solid #f4f4f4;}
.featured-post .featured-background-image:hover, .featured-post-2 .featured-background-image:hover, .featured-post-3 .featured-background-image:hover , .outer-div .featured-background-image:hover {  transform: scale(1.2);  }

.loader-padding {    padding: 3em 0 12em;    text-align: center;}
.loader-padding i {  -webkit-text-stroke: 3px #eeeeee; color: #e00084;}

#btnload {
	padding: 1em 3em;
    border-radius: 3px;
    background: transparent;
    margin-bottom: 2em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #333;
    border: 0px;
	text-decoration: underline;
	
}
#btnload:hover {color: #333;
    background-color: transparent;
    opacity: .6;}


.contact aside, .contact .sidebar {display: none;}
.contact article {margin-top: 4em;}

/* Plugins
---------------------------------------------------------------------------------------------------- */

.post-last-modified {display: none;}



/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */



/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
}

.title-area img{
	max-width: 130px;
	padding-bottom: 5px;
	padding-top: 5px;
}


.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.wp-custom-logo .site-container .title-area {text-align: center;
    float: none;
    padding: 0;
    line-height: 1;}




/*footer*/
footer { padding-top:25px;background:white;  }
footer ul {padding-left:0px;}
footer ul a, footer ul a:hover, .footer-bottom a {color: #4F4F4F;}
footer li {list-style: none; font-size:14px; padding: 6px 0 6px 0px;font-weight:normal;}
.footer-bottom { font-size:12px; padding:.5em; margin-top:25px;}
.nav-footer { text-align:center; padding-left: 0;  margin-bottom: 0;  list-style: none;}
.nav-link {  display: block;  padding: 0.5rem 1rem;}
.nav-link:focus, .nav-link:hover {  text-decoration: none;}
.nav-footer .nav-item { display:inline-block;text-align: center;}
.nav-footer .nav-item sub {top:-.25em;}
.nav-small-text {	margin-bottom:3em; 	}
.nav-small-text>li, .nav-social-icons>li {border-bottom:0px !important;}
#nav-no-link{    padding: 12px 13px 1px 0px;color:#4F4F4F;}
.justify-content-center {  -ms-flex-pack: center !important;      justify-content: center !important;}
.nav-social-icons {    margin-top: 0;    margin-bottom: 5em;}
sub { padding: 0 6px;}
sub i {font-size:4px !important;color:#333;}
.footer-links-row {margin-bottom:3em;margin-top:2em;color:#4f4f4f;}



/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
	margin-bottom: 0;
}

.genesis-nav-menu .menu-item {
	    display: block;
    float: left;
    position: relative;
    padding: 0 10px;
    text-decoration: underline;
}
#navMainLft>li>a {background-color: #fff;}
#navMainBrand {padding: 0px;}	
	.navContainer>.navbar-nav>li>a {background-color: transparent;}	
	#navTabBg	{   background: #f2f2f2;}	
.navPhonePad {padding-top: 5px;}
.navCaCharity {border-right: solid 1px #e0dfdf; padding: 0px 10px 0px 10px; margin-top: 6px; text-transform: uppercase;}
.navCanada { margin: 6px 0px 2px 0px !important;} 
/*second adjust*/
#navMainBg .container {padding: 0px;}
#navMainBg {background-color: #fff;}

#navBarMain .dropdown-menu li {padding:0px;}	
.navbar-nav .open .dropdown-menu {background-color: #fff;    border-radius: 2px;}		

/*mobile navigation*/
.nav>li {border-bottom: none;}	
/*.navbar-default .navbar-collapse { background-color:#e00084; border:none;}*/
/*.navbar-default {background-color: #f8f8f8;}*/
/*.navbar {border: 1px solid transparent; background-color:#e00084;}*/
.navbar-right {font-weight: 300 !important; margin-right: 0px;}
.navbar-default #navMainLft>.open>a, .navbar-default #navMainLft>.open>a:hover, .navbar-default #navMainLft>.open>a:focus {background-color:#fff; color:#686767;}	
.logoBoat {display:none !important;}	
.genesis-nav-menu {text-align: center; }
.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}
.navbar-text {padding: 0 1em;    text-align: right;}
.navbar-default .navbar-brand {padding-top: 11px !important;}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	padding-bottom: 15px;
	position: relative;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-transform: rotate( 0 );
	-ms-transform:     rotate( 0 );
	transform:         rotate( 0 );
	transition: transform .25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate( 180deg );
	-ms-transform:     rotate( 180deg );
	transform:         rotate( 180deg );
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

.home .content-sidebar-wrap {
display: none;
}


/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.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: #f5f5f5;
}

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

.single p.entry-meta {
    font-size: 1.5rem;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
    clear: both;
    padding: 0 0em 10px 0;
    opacity: .7;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}
.entry-comments-link a {color: #e00084;}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
	list-style: none;
}

.comment-list .bypostauthor {
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.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;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #000;
	background-color: #000;
	clear: both;
	font-size: 13px;
	padding: 30px 0;
}

.footer-widgets li a {
	color: white;
	font-family: proxima-nova, sans-serif;
    letter-spacing: .5px;
}
.footer-widgets .widget-title {
	    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    font-family: proxima-nova, sans-serif;
    letter-spacing: 2px;
}
.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child ,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
	padding-right: 0;
}
.footer-widgets .nav-pills>li>a {
	padding: 10px;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	border-top: 1px solid #000;
	font-size: 12px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	    margin-bottom: 0;
    color: white;
    opacity: .5;
}

#genesis-sidebar-primary {        padding: 1em 1em;	background: #fce5f2;}
#genesis-sidebar-primary .entry-title a {
	 font-weight: normal;
    font-size: 14px;
    line-height: 1.3;
    color: #092935;display: block;}
#genesis-sidebar-primary .entry-title a:hover {
	    text-decoration: none;
    color: #092935;
    opacity: .8;
}
#genesis-sidebar-primary .featured-content .entry {border-bottom:1px solid #a5b6bdab;margin-bottom: 0;
    padding: 1em 0;}
#genesis-sidebar-primary .widget-title {
    font-family: 'proxima-nova';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    position: absolute;
    top: -31px;
    left: 32px;
}
.single-side {    margin-top: 2em;}


.sidebar-top {margin-top: 1em; margin-bottom: 0;     display: -webkit-box; clear: both; }
.background {	background: #eee;	display: -webkit-box;	 padding-top: 3em;}
.background a.alignnone {}
.category-page { padding-bottom: 1em;}
.category-page .jumbotron {margin-bottom: 0px; background: url(https://images.unsplash.com/photo-1539920951450-2b2d59cff66d?ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80);
background-position: 10% 71%; background-size: cover;    padding-top: 7em;    padding-bottom: 2em;}
.category-page .jumbotron h1 {    margin-bottom: 0; color: white; font-size: 3em;font-family: 'proxima-nova', sans-serif;}
.category-page .jumbotron p {    margin-bottom: 15px;    font-size: 16px;    font-weight: 200;    line-height: 1.4; color: white;}

.category-page h2 {line-height: 1.5; font-size: 18px;  margin-top: 1em;}

.category-page .wp-post-image {  height: 180px;    object-fit: cover;    object-position: 50% 73;    object-position: 0 37%;}
.category-page .date , .category-page .author{    font-size: 10px;    opacity: .5;    text-transform: uppercase;    letter-spacing: .5px;}
.category-page .filter-nav {  border-bottom: 0px;  margin-top: 1em; margin-bottom:2em;background: #f9f9f9;
    border-radius: 10px;
    line-height: 1;}
.category-page .nav-tabs {border-bottom: 0px;}
.nav-tabs.nav-justified>li{padding-bottom: 2px;vertical-align: middle;}

.nav>li.cat-item>a { padding: 10px 0px;    color: #999;    text-transform: uppercase;
    font-size: 12px;    letter-spacing: 1px;line-height:1;	border: 0;    font-family: 'proxima-nova', sans-serif; border-bottom: 4px solid transparent; }
.nav-tabs>li {border-top: 4px solid transparent;}
.nav-tabs>li>a {border-radius: 0px;}
.nav-tabs>li>a:hover,.nav-tabs>li>a:focus, .nav-tabs>li>a:focus:hover {border:0px;background-color: transparent !important;  outline: none; }



.left {float: left;}
.dashicons.spin {
   animation: dashicons-spin 1s infinite;
   animation-timing-function: linear;
}

@keyframes dashicons-spin {
   0% {
      transform: rotate( 0deg );
   }
   100% {
      transform: rotate( 360deg );
   }
}


.author-box {clear: both;}
.entry-content .author-box h4 {margin-top: 1em; font-size: 16px;}
.author-box .title a, .author-box-archive .title a {color: #e00084;}
.author-title small {display: -webkit-box;}
.author-box-archive .avatar { }
.author-box-archive .desc {    clear: both;    padding: 1em 0; }
.author-box-archive p.desc {margin: 0;}
.entry-content .author-box ul {margin: 0;}
#first {padding-left: 0;}
.author-box .nav-pills>li>a {
    padding: 7px;
    text-align: center; 
}
.author-box .nav-pills>li>a, .author-box-archive .nav-pills>li>a {
	color: #e00084;
}


@keyframes dashicons-spin {
   0% {
      transform: rotate( 0deg );
   }
   100% {
      transform: rotate( 360deg );
   }
}

.textwidget .nav>li>a:focus, .textwidget .nav>li>a:hover {background: transparent; opacity: .5;}
.textwidget .nav li:first-child a {padding-left: 0px;}
.category-page .grid-row {margin-bottom: 1em; }
.category-page .grid-row .col-md-4 {padding:.5em 1em;}

.category-page h2 a {    font-size: 16px;    display: block;    color: #61545c;    font-family: 'proxima-nova', sans-serif;font-weight: bold;}
.category-page .featured-image {margin: 1.5em 0;    display: -webkit-inline-box;width: 100%; } 
.category-page .featured-image img {    width: 100%;    height: 400px;    object-fit: cover;    object-position: 0 40%;margin-bottom: 0;}
.single .featured-image img {    margin-left: 0;  margin-right: 0; min-width: 100%;  margin-bottom: 1em;  max-height: 200px; border-radius: 10px;
    object-fit: cover;object-position: top;}
.img-fix .featured-image img {object-position: center;}
.img-fix-color .featured-image img {
    object-position: center;
    object-fit: contain;
    background: #000;
}
.single .breadcrumb {padding: 8px 0;    margin-bottom: 0;    list-style: none;    border-radius: 4px;    display: -webkit-inline-box;    margin-top: 2em;	background: none;    border: 0px;text-transform: uppercase;    font-size: 12px;    letter-spacing: 1px;    font-family: 'proxima-nova', sans-serif;    font-weight: bold;}
.single .breadcrumb a {color:#e00084 ;}
.entry-content h2 {font-family: 'proxima-nova', sans-serif;}
.entry-content p, .entry-content ol, .entry-content ul {line-height: 1.6;
font-size: 16px; font-family: 'proxima-nova', sans-serif;color: #525975;margin: 2em 0;}
.entry-content p:first-child {margin-top: 0;}

.entry-date {opacity: .5;font-size: 12px;}
.entry-author a {color: #333;}
#wpstats, .akismet_comment_form_privacy_notice {display: none;}
p.comment-reply-title {font-size: 18px; }
p.comment-notes {    font-size: 16px;    margin: 5px 0;}
p.comment-form-comment  {margin: 0;}
p.comment-form-author, p.comment-form-email, p.comment-form-url {margin: 1em 0;}
.crunchify-link {
       background: transparent;
      color: #b6b6bf;
    display: block;
    text-decoration: none;  padding: 0 10px;

}
 
.crunchify-link:hover,.crunchify-link:active, .crunchify-link:focus {
    opacity: .8;  color: #b6b6bf;text-decoration: none;
}
 
.crunchify-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}
.sidebar-top span { padding-right: 1em;}
.social-float i {    padding: 10px 15px 10px 0px;}
.front-page-widget-area-4 .wrap {
    padding: 15px;
}
.section-1-img {  width: 100%;  height: 100%;  background-size: cover;  position: relative;   bottom: 0px;}
.section-1 {display: flow-root;height: 100%;  left: 0;  margin: 0;  position: relative;  background-size: cover;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover; padding-bottom: 2em;}

.section-2 {background: #f2f2f2;     padding: 0 0 1em; display: flow-root;height: 100%;  left: 0;  margin: 0;  position: relative; }
.section-3 {   padding: 0 0 5em;display: flow-root;}

.author-box {background-color: #f5f5f5;padding: 1em;}

.related { margin-top: 2em;}
.related-image {    min-width: 100%;  }
.related-image img {
    object-fit: cover;
    height: 120px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.comment-respond {clear: both;    padding-top: 1em;}
.related-title { margin-bottom: 1em;}
.author-box-content p {
    font-size: 16px !important;
    line-height: 1.5 !important;
}
.related-post {    background: white;
    margin: 0;
    padding: 1em .5em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0px;}
a.related-post-title {
    font-size: 16px;
    color: #333;
    opacity: .8;
}
.related-post a:hover {text-decoration: none; opacity: .8;}

.page-id-2 h1{margin-top: 2em;}
.page-id-2 aside {display: none;}

	.jp-relatedposts-post-a:hover, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {text-decoration: none !important;color: #757575; opacity: 1;}
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {color: #757575; opacity:1;}
	#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {opacity: 1 !important;}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

.site-title {display: none;}
@media only screen and (min-width: 760px) {
	.single p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	text-align: left;
	margin-top:0;
	padding: 2em 0;
	clear: both;
}.featured-content-list .entry-header {
padding: 0 1em;
}
	.front-page-widget-area-2 .col-md-6:nth-child(2) { padding-left: 0;}
	.wp-custom-logo .site-container .title-area {padding-top: 4px;text-align: left; float: left;}
	.site-header { border-top: 1px solid #f0eeee; line-height: 1; padding: .25em 0;}
	.featured-content-list p.entry-meta, .featured-post-2 p.entry-meta, .post-card p.entry-meta { text-align: left; text-transform: uppercase; font-size: 12px; letter-spacing: .7px; opacity: .5;  margin-bottom: 0;  margin-top: 10px; }
	.front-page-widget-area .jumbotron { display: -webkit-box;  margin-bottom: 2em;  }
	.section-2 {background: #f2f2f2; padding: 0 0 5em;}
	.post-card {margin-bottom: 0; min-height: 346px;}
	.post-card .outer-div { height: 200px; }
	.col-md-4.front-page-widget-area-5 {padding: 0;}
	.featured-content-list { background: transparent;  box-shadow: none; }
	.featured-content-list .row {padding-bottom: 1em; box-shadow: none; margin: 0; background: transparent;}
	.featured-content-list .outer-div {height: 100px; padding: 0;position: relative;  overflow: hidden;}
	.featured-content-list .entry-title, .featured-post-2 .entry-title, .post-card .entry-title {  font-size: 1.8rem; margin-bottom: 5px; line-height: 1.25;  margin-top: .2em;}
	.entry-content p, .entry-content ol, .entry-content ul {line-height: 1.7;font-size: 19px; font-family: 'proxima-nova', sans-serif;color: #757575;margin: 2em 0;}
	#jp-relatedposts h3.jp-relatedposts-headline {line-height: 1.7;font-size: 19px !important; font-family: 'proxima-nova', sans-serif;color: #757575;margin: 2em 0;}
	#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {line-height: 1.3 !important;font-size: 18px !important; font-family: 'proxima-nova', sans-serif;color: #757575 !important ;margin: 1em 0!important;}
	.featured-post {height: 500px; }
	.front-page-widget-area-2 .featured-post {    height: 453px;    margin-bottom: 19px; }
	.featured-post .entry-header { background: linear-gradient(0deg, rgba(0, 0, 0, 0.49) 0%, rgba(255, 255, 255, 0) 99%); border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;}
	.featured-post .entry-title {line-height: 1.1; font-size: 1.8em;    max-width: 70%;}
	.featured-post-2 {height: 337px;}
	.featured-post-3 {height: 250px; overflow: hidden;}
	.wrap .form-group {margin-bottom: 20px;}
	.entry-title {font-size: 2em; line-height: 1; letter-spacing: .5px;margin-bottom: .5em;margin-top: 0;font-family: 'proxima-nova', sans-serif;}
	.single .entry-title {line-height: 1.1; font-size: 2em; margin: 0;padding: 0;}
	.author-avatar {display: block; text-align: center; margin-bottom: 1em;}
	.search-results .author-avatar {display: block; text-align: left; float: left; margin-right: 1em;}

	._2pi8 {padding-right: 0 !important; padding-left: 0 !important;}
	.avatar {width: 65px; }
	.search-results .avatar {width: 35px; }
	.search-results .entry-date {display: none;}
	.search .entry-meta { font-size: 12px; margin-bottom: 0;}
	.search .entry-content p {display: none;}
	.featured-content-list p.entry-meta { margin-top: 0; margin-bottom: 0; padding: 0; }

	.single .featured-image img { margin-bottom: 2em;max-height: 400px;}
	.single .breadcrumb {font-size: 14px;}
	.sidebar-top {margin-top: 0; margin-bottom: 0;}
	.wrap {    max-width: 1200px;
    margin: auto;}
	.featured-post-3 .entry-header { position: absolute; bottom: 0px;   margin-bottom: 0px; padding: 1em;  background:linear-gradient(0deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0) 100%); font-family: Proxima-nova, sans-serif; width: 90%; }
	.featured-post-3 .entry-title a {color: white;}
	.featured-post-3 .entry-title {    font-size: 24px;    line-height: 1.2;}
	.front-page-widget-area-6 h3  {display: block; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; padding: 0; font-size: 12px;}

	.front-page-widget-area-6 h3 a { float: right;    color: #e00084;   border-bottom: 2px solid black;}
	.front-page-widget-area-6 h3 a:hover { text-decoration: none;    color: black;}
	
	.author-box-archive p.desc, .author-box p.desc {clear: both;}
	.wp-custom-logo .site-title  {display:block;    margin: 0;  padding-top: 6px; font-size: 15px;   color: #333;    letter-spacing: .5px;}
	.genesis-nav-menu .menu-item {text-decoration: none;}
	.jp-relatedposts-post2 {display:block;}
}

@media only screen and (min-width: 960px) {


	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {		display: inline-block;	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {		position: relative;	}

	.genesis-nav-menu > .menu-bold > a {		font-weight: 700;	}

	.genesis-nav-menu > .menu-highlight > a {		background-color: #333;		border-radius: 3px;		color: #fff;		font-weight: 600;		margin-left: 15px;		padding-left: 20px;		padding-right: 20px;	}

	.genesis-nav-menu > .menu-highlight > a:hover,
	.genesis-nav-menu > .menu-highlight > a:focus {		background-color: #0073e5;	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {		width: 180px;	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity .4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 0px;
		padding-bottom: 5px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
    padding-left: 13px;
    padding-right: 13px;
    text-transform: uppercase;
    font-family: 'proxima-nova', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
	}

	img.custom-logo {width: 150px;}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		margin-top: 70px;
		max-width: 1140px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	
	/* Author Box
	--------------------------------------------- */

	
	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: 25%; /* fallback for older browsers */
		width: calc(100% / 4);
	}
	
	

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active), (-webkit-min-device-pixel-ratio:0) {
	.featured-post .featured-background-image, .featured-post-2 .featured-background-image,  .featured-post-3 .featured-background-image, .outer-div .featured-background-image {height: 100%; width: 100%; background-size: cover !important; background-position: center center;transition: none;}
.featured-post .featured-background-image:hover, .featured-post-2 .featured-background-image:hover, .featured-post-3 .featured-background-image:hover , .outer-div .featured-background-image:hover {  transform: none;  }
	.front-page-widget-area .jumbotron {display: -ms-flexbox; background: #fce5f2;}
	.section-1, .section-2, .section-3 {display: block; clear: both;}
	.section-2 {background: white;}
}

/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

.grid-container .widget-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15ch, 1fr));
    grid-template-rows: auto;
    grid-gap: 4%;
}

@media only screen and (max-width: 1023px) {

    .grid-container .widget-wrap {
        grid-template-columns: 1fr;
    }
    
}
@media (max-width: 640px){
  .filter-nav { 
    overflow-y:hidden;
    overflow-x:scroll;
  }
  .nav-tabs {
    height: 70px; 
    width: 600px; 
  }
}


/*
Menu Search 
---------------------------------------------------------------------------------------------------- */
.menu-item.search {
}

.nav-primary .genesis-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search .search-form {
    text-align: center;
}

.search .search-form input[type="search"] {
    position: relative;
    width: 1px;
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    background-color: transparent;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: width 500ms ease, background 400ms ease;
    transition: width 500ms ease, background 400ms ease;
	margin-left: -20px;
}

.search .search-form input[type="search"]:focus {
    width: 250px;
    outline: 0;
    background-color: #fff;
    cursor: text;
}

.genesis-nav-menu .search input[type="submit"] {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.search .search-form:before {
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	font-family: "dashicons";
	font-size: 20px;
	content: "\f179";
}

.home .search .search-form:before {
    color: #ccc;
}

.site-container.white .search .search-form:before {
    color: #999;
}

@media only screen and (max-width: 862px) {
    .nav-primary .genesis-nav-menu {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .menu-item.search {
        margin-bottom: 10px;
        margin-left: 20px;
		display: inline-block;
    }

    .search .search-form:before {
        color: #999;
        -webkit-transform: none;
        transform: none;
    }

    .search .search-form {
        text-align: left;
    }

    .search .search-form input[type="search"] {
        padding-right: 0;
        padding-left: 0;
    }
}

.search .site-inner {
max-width: 100%;
}

.search .entry {
margin-bottom: 0;
padding: 30px;
padding-bottom: 0;
}

.search .entry-title {
font-size: 29px;
font-size: 2.5rem;
}

.search .sidebar {display: none;}
.search .entry-image-link img {    min-width: 100%;    height: 200px;    object-fit: cover;}
.search .entry-content p {    line-height: 1.5;
    font-size: 16px;
    font-family: 'proxima-nova', sans-serif;
    color: #757575;
    margin: 2em 0;}