/* GeneratePress Site CSS */ /* GLOBAL COLORS */

.slideout-header {
    background-color: #0A6884;
}

.slideout-header .slideout-exit {
    color: #fff;
    background-color: #0A6884;
}
.slideout-header .custom.slideout-toggle a {
    background-color: #0A6884;
}

#generate-slideout-menu .slideout-menu li {
    background-color: #0A6884;
}


.nav-links .page-numbers {
    background-color: #0b0521;
    color: #fff;
}

.nav-links .page-numbers:hover {
    background-color: #383f49;
    color: #fff;
}

.slider {
    background-color: #0b0521;
}

input:checked+.slider {
    background-color: #ff3366;
}

.author-box {
    background-color: #f1f6f7;
}


/* Global Styles */

.inside-header, .author-box, #post-nav a, #post-nav .post-nav-wrap, .section-box .generate-sections-inside-container, .flex-inner>div, .two-column .generate-sections-inside-container>div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slideout-header, .author-box, #post-nav, #post-nav .post-nav-wrap, .flex-section .generate-sections-inside-container, .flex-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.author-box, #post-nav, .flex-section .generate-sections-inside-container, .flex-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 640px) {
    .two-column .generate-sections-inside-container>div {
        flex: 0 0 40%;
        align-self: center;
    }
    .two-column .generate-sections-inside-container>div:first-child {
        margin-right: auto;
    }
}

/* HEADER */

@media (max-width: 768px) {
    .inside-header {
        padding:45px 30px 5px;
    }
}

/* SLIDE OUT NAVIGATION */

.main-navigation.offside {
    overflow: visible;
	  
}

.main-navigation .inside-navigation .menu .slideout-toggle, button.menu-toggle, .slideout-overlay {
    display: none !important;
}

.slideout-widget .search-submit {
	display:none !important;
}

/* style and position Custom Slideout toggle */

.slideout-header .slideout-exit:before {
    font-family: GeneratePress;
}

.slideout-header {
    padding: 0 20px;
    line-height: 45px;
}

.custom.slideout-toggle a, .slideout-header .slideout-exit {
    width: 45px;
    text-align: center;
	cursor: pointer;
}

.custom.slideout-toggle a {
    position: relative;
}

.slideout-header .slideout-exit {
    position: absolute;
}

.offside--right .slideout-header .custom.slideout-toggle a {
    left: -60px;
}

.offside--right .slideout-header .slideout-exit {
    left: -40px;
}

.offside--left .slideout-header .custom.slideout-toggle a {
    right: -265px;
}

.offside--left .slideout-header .slideout-exit {
    right: -40px;
}

.slideout-navigation.is-open .slideout-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: .35s !important;
    transition-delay: .2s !important;
}

.slideout-menu {
    -webkit-transform: translate3d(0, -140%, 0);
    transform: translate3d(0, -140%, 0);
    overflow: hidden;
}

.main-navigation.offside {
    height: auto;
}

.offside-js--interact .offside, .offside-js--interact .offside-sliding-element, .slideout-navigation.is-open .slideout-menu, .slideout-menu {
    -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* PAGE HERO */
/* single ppst hero meta */

.hero-category a, .post-nav, .entry-meta .cat-links a {
    padding: 30px 0;
    border-radius: 3px;
    font-size: 16px;
    float: right;
}

.hero-byline {
    font-size: 0.9em;
}

.hero-category, .entry-meta .cat-links {
    visibility: visible;
}

.hero-category a, .entry-meta .cat-links a {
    visibility: visible;
    margin-bottom: 10px !important;
}

.entry-meta .cat-links:before {
    display: none;
}

.page-hero.overlay {
	box-shadow: inset 0px 100px 83px -15px rgba(0,0,0,0.75);
}

/* WIDGET STYLING */

#footer-widgets li:not(:last-child)  {
    border-bottom: 1px dotted #d6d7d8;
    line-height: 2.5em;
    margin-bottom: 0.5em;
	display: inline-block;
}

.footer-widgets {
    -webkit-box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.25);
}


/* CUSTOM POST NAVIGATION - ENSURE GP NAV IS DISABLED */

#post-nav a {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    #post-nav a {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}

#post-nav .post-nav-wrap {
    background-size: cover !important;
    background-position: center center !important;
    min-height: 120px;
    height: 100%;
    padding: calc(6% + 1em) 5%;
    -webkit-box-shadow: inset 0 -50px 70px 20px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -50px 70px 20px rgba(0, 0, 0, 0.5);
    -webkit-transition: -webkit-box-shadow 500ms;
    transition: -webkit-box-shadow 500ms;
    transition: box-shadow 500ms;
    transition: box-shadow 500ms, -webkit-box-shadow 500ms;
    position: relative;
}

#post-nav .post-nav-wrap:hover {
    -webkit-box-shadow: inset 0 -90px 70px 20px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -90px 70px 20px rgba(0, 0, 0, 0.5);
}

.post-nav-wrap>* {
    color: #fff;
}
.post-nav-date {
    font-size: 0.9em;
}
.post-nav-title {
    margin: 5px 0 !important;
}
.post-nav {
    min-width: 60px;
    position: absolute;
    top: 0;
    border-radius: 0 0 2px 0;
}
.post-nav:first-child {
    left: 0;
}
.post-nav:last-child {
    right: 0;
}

/* BLOG AND ARCHIVE STYLING */



.blog .post-image img, .archive .post-image img, .search .post-image img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.entry-summary, .entry-meta {
    font-size: 16px;
    margin: 20px 0;
}

.nav-links .page-numbers {
    display: inline-block;
    min-width: 30px;
    line-height: 39px;
    text-align: center;
    border-radius: 2px;
}

.nav-links .next.page-numbers, .nav-links .prev.page-numbers {
    width: auto;
    padding: 0 20px;
}

/* FORM STYLING */

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    border: none;
    font-size: 0.8em;
}

/* Show Hide Comments Toggle */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}
.slider, .slider:before, .slider:after {
	position: absolute;
}
.slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    z-index: 1
}

.slider:after {
    content: "SHOW HIDE";
    font-size: 0.4em;
    line-height: 34px;
    margin-left: 0.45em;
    color: #fff;
    letter-spacing: 0.05em;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
} /* End GeneratePress Site CSS */

/*Making Waves CSS*/

.featured_caption {
	font-size: 12px;
	margin-top: -80px;
	margin-bottom: 60px;
	text-align:right;
	color:#fff;
}
.first-block {
	margin-bottom: 16px !important;
}
.second-block { margin-bottom: 16px !important;}
.wp-block-column { margin-left:16px !important;} 

.post-1869 div.wp-block-columns.has-2-columns { margin-left:-16px; margin-top:-16px; margin-bottom: -16px; }

body.home .wp-block-image {
	margin-bottom: 0 !important;
}
body.home .wp-block-image:hover {
	  filter: brightness(70%);
	transition: 1s;
}
p.text-container {
	max-width: 800px;
	margin: 0 auto 25px;
}
.blue-outline a {
	border: 2px solid #0A6884;
	display: inline-grid;
}

.purple-outline a {
	border: 2px solid #7D6581;
	display: inline-grid;
}
.lightblue-outline a {
	border: 2px solid #559e9b;
	display: inline-grid;
}
.lightpurple-outline a  {
	border: 2px solid #9f8ca1;
	display: inline-grid;
}
.top-blue,
.bottom-blue {
  background: #0A6884;
  display: inline-block;
  height: 30px;
  width: 60px;
}

.top-blue {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  margin: 0 -2px 30px;
}

.bottom-blue {
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  margin: 30px -2px 0;
}
body.single-post div.inside-article div.featured-image.page-header-image-single { 
  float: none;
}
body.single-post div.inside-article header.entry-header, body.single-post div.inside-article div.entry-content, body.single-post div.inside-article footer.entry-meta  { 
  max-width: 800px;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 20px;
}
/*Blockquote*/

blockquote {
	border-left: 0;
	margin: 40px -130px 40px 40px;
	width: 50%;
	float: right;
}
blockquote p {
	border: 2px solid #cae9ed;
  padding: 40px;
	font-family: Montserrat;
	font-style: normal;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin: 40px -130px 40px 40px;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p { 
	font-style: normal;
	color: #0A6884;
}
.has-drop-cap:not(:focus)::first-letter {
	font-family: Montserrat;
	font-weight: 700;
	color: #7D6581;
}
.has-drop-cap:not(:focus)::after
{
	padding-top:0
}
/*Drop waves*/

@media (max-width: 1100px) {
	div.waves .top-blue.first, div.waves .bottom-blue.first { 
		display: none;
	}
	body.single-post div.inside-article header.entry-header, body.single-post div.inside-article div.entry-content, body.single-post div.inside-article footer.entry-meta {
		max-width: 85%;
	}
	blockquote {
	margin-right: 0px !important;
		width: 45%;
}
}
@media (min-width: 768px) {
	body.home .header-wrap, body.home .page-hero { 
		display: none;
	}
}
@media (max-width: 768px)  {
    

	
	.home-grid {
		display: none;
	}
.wp-block-column {
		margin-left: 0 !important;
	margin-bottom: 0 !important;
	}
	p.text-container {
	margin: 25px;
}
	div.waves { float: none; text-align: center;
	} 
.wp-block-columns .wp-block-column {
    flex-flow: row wrap;
	flex-basis: 48%;
	margin: 0 5px !important;
  }

}

@media only screen and (max-width: 480px) {
    
.slideout-header {
    line-height: 40px;
}
.custom.slideout-toggle a, .slideout-header .slideout-exit {
    width: 40px;
}
	.top-blue,
.bottom-blue {
  background: #0A6884;
  display: inline-block;
  height: 20px;
  width: 40px;
}

.top-blue {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  margin: 0 -2px 20px;
}

.bottom-blue {
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  margin: 20px -2px 0;
}
	
blockquote {
	display: none;
	}
	
#mobile-header .mobile-bar-items { margin-left: 100px;
	}
.home-grid {
		display: none;
	}
.wp-block-column {
		margin-left: 0 !important;
	margin-bottom: 0 !important;
	
	}
	.featured_caption {
	font-size: 10px;
}
	.third-block div.wp-block-column {margin-left: auto !important; margin-right: auto !important; text-align: center;}
	
	.site-header {
		padding-top: 10px
	}
	
}
