/* @override 
	http://www.sundogcore.com/wp-content/themes/core/style.css?ver=3.0
	http://www.sundogcore.com/wp-content/themes/core/style.css?*
	http://sundog-core.local/wp-content/themes/core/style.css?*
	http://ageya.wpengine.com/wp-content/themes/core/style.css?*
	https://ageya.wpengine.com/wp-content/themes/core/style.css?* */

/* # Genesis Framework
Theme Name: Sundog CORE
Theme URI: http://www.sundogcore.com/
Description: Sundog Media's CORE Framework
Author: Sundog Media
Author URI: http://www.sundogmedia.com/
Version: 3.0
Genesis Version: 2.5.3
Template: genesis
Template Version: 2.5
Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Titles
	- Objects
	- Forms
	- Tables
	- Gutenberg
	- Screen Reader Text
	- Skip Links
- Structure and Layout
	- Site Containers
- Site Header
    - Before Site Header
	- Title Area
- Site Navigation
	- Accessible Menu
- Content Area
	- Entries
	- Pagination
	- Error Page
- Site Footer
- Home Page
- Media Queries
	- Max-width: 1280px
	- Max-width: 1023px
	- Max-width: 767
	- Max-width: 599
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:0}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[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-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::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,
.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 */
	 height: 100%;
}


/* Chrome fix */
body > div {
    font-size: 2rem;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Lato, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
	height: 100%;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
a.button,
p.button a,
.gallery img,
a .link-wrap::after,
.wp-block-button .wp-block-button__link {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #38a2b4;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #0e324e;
}

a .link-wrap {
	display: inline-block;
}

a .link-wrap::after {
	content: '';
	height: 4px;
	width: 80px;
	background: #38a2b4;
	display: block;
}

a:hover .link-wrap::after {
	width: 100%;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

.wp-block-kadence-accordion {
	margin-bottom: 50px !important;
}

.kt-accordion-panel-inner {
	margin: 24px 0 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #a1a1a1;
	clear: both;
	margin: 24px 0;
}

hr.orca,
hr.title-line {
	margin: 120px auto 76px;
	position: relative;
	z-index: 9;
}


hr.orca::before,
hr.title-line::before {
	content: '';
	width: 100%;
	height: 106px;
	margin-top: -53px;
	background: url('images/orca-icon.jpg') no-repeat center;
	background-size: auto 100% ;
	display: block;
}

hr.title-line::before {
	background-image: url('images/kayak-icon.jpg');
}

.post-263 hr.title-line {
	margin-bottom: 120px;
}

.post-263 hr.title-line::before {
	background-image: url('images/litnaugwiq-logo.jpg');
	height: 207px;
	margin-top: -104px;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.clear {
	clear: both;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lato, sans-serif;
	font-weight: 800;
	line-height: 1.4;
	margin: 0 0 24px;
	color: #222;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
	color: #0e324e;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #38a2b4;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Titles
--------------------------------------------- */

h1.entry-title,
h1.archive-title {
	font-size: 60px;
	font-size: 6rem;
	font-weight: 900;
	margin-bottom: 36px;
	color: #38a2b4;
	text-align: center;
}

h2.entry-title {
	font-size: 28px;
	font-size: 2.8rem;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #38a2b4;
}

.content-area h2 {
	margin: 48px 0 24px;
}

.content-area h2:first-child {
	margin-top: 0;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

iframe {
	width: 100%;
	border: 1px solid #a1a1a1;
	margin-bottom: 24px;
}

img {
	height: auto;
}

.image-header img {
	display: block;
	width: 100%;
}


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 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 24px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	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 28px;
}

#map {
	max-width: none;
	margin: 0 auto;
}

#map iframe {
	border: none;
	margin: 0 0 -48px;
}

.wp-block-columns.photo-grid .wp-block-column {
	position: relative;
	margin-bottom: 0px;
}

.wp-block-columns.photo-grid .wp-block-columns:first-child {
	margin-bottom: 20px;
}

.wp-block-columns.photo-grid .wp-block-column:nth-child(odd){
	margin-right: 10px
}

.wp-block-columns.photo-grid .wp-block-column:not(:first-child),
.wp-block-columns.photo-grid .wp-block-column:nth-child(2n){
	margin-left: 10px
}
	
.wp-block-columns.photo-grid .wp-block-column:not(:last-child){
	margin-right: 10px
}

.wp-block-columns.photo-grid {
	margin: 60px 0;
}

.entry-content .justified-gallery {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
	padding: 0 !important;
}

.entry-content .justified-gallery.not-full-width {
	max-width: none;
	width: 100%;
	margin: 0 auto;
}

.entry-content .justified-gallery a {
	display: block;
	background: url('images/footer-logo.png') no-repeat center #38a2b4;
	background-size: 20% auto;
}

.entry-content .justified-gallery a:hover img {
	opacity: 0.4;
}



/* ## Forms
--------------------------------------------- */

.gform_body {
	padding: 24px;
    background: rgba(211,231,232,.7);
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	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: #222;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #222;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
p.button a,
.wp-block-button .wp-block-button__link {
	background-color: #0e324e;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 900;
	text-transform: uppercase;
	padding: 18px 24px;
	width: auto;
}

a.button:hover,
p.button a:hover,
.wp-block-button .wp-block-button__link:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
a.button:focus,
p.button a:focus,
.wp-block-button .wp-block-button__link:focus {
	background-color: #38a2b4;
	color: #fff;
}


p.button a,
.wp-block-button .wp-block-button__link {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
input[type="checkbox"] {
	width: 20px !important;
	height: 20px;
	margin-right: 6px;
}

.gform_wrapper .field_description_below .gfield_consent_description, .gform_wrapper .gfield_consent_description {
	background-color: #ffffff;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	font-size: 0.9em;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,th {
	text-align: left;
	padding: 6px 12px;
}

table th {
	text-transform: uppercase;
	font-size: 1em;
	background-color: #38a2b4;
	color: #fff;
}

td {
	border-top: 1px solid #ddd;
}

th {
	font-weight: 400;
}

/* ## Gutenberg
--------------------------------------------- */

.content-area .wp-block-columns {
	flex-wrap: nowrap;
}

.content-area .wp-block-column:nth-child(odd){
	margin-right: 20px
}

.content-area .wp-block-column:not(:first-child),
.content-area .wp-block-column:nth-child(2n){
	margin-left: 20px
}
	
.content-area .wp-block-column:not(:last-child){
	margin-right: 20px
}

.content-area .two-buttons {
	margin: 50px auto;
	overflow: hidden;
}

.content-area .two-buttons .wp-block-column,
.content-area .two-buttons .wp-block-column .wp-block-button {
	margin-bottom: 0;
}




/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.nav-primary .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #222;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
    position: relative;
}

.more-link::after, 
.more-from-category a::after{ 
	content: '>';  
	margin-left: 6px; 
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Don't Display outline on focus */
:focus {
	color: #222;
	outline: none;
}



/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.wrap,
.content-area {
	margin-left: auto;
	margin-right: auto;
	max-width: 1648px;
	padding-left:  24px;
	padding-right: 24px;
}

.content-area .page,
.content-area .post,
.archive-pagination {
	max-width: 1400px;
    margin: 0 auto;
}

.site-inner {
	background: url('images/bg-content.jpg') no-repeat bottom center #fff;
	background-size: 100% auto;
}

.page-template-page_slideshow .site-inner {
	background: #fff;
}

div.background {
	position: relative;
	padding-bottom: 120px;

}

.background .wrap {
	height: 400px;
	max-width: none;
	background: url('images/bg-content.jpg') no-repeat bottom center #fff;
	background-size: 100% auto;
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
	position: absolute;
	bottom: 0;
}

.content-area {
	clear: both;
	margin: 76px auto;
}

.image-header {
	margin-top: 170px;
}




/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	position: fixed;
	width: 100%;
	z-index: 99;
	background: #fff;
	top: 0;
	-webkit-transition: all 0.8s;  
	-moz-transition: all 0.8s; 
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	border-bottom: 8px solid #fff;
}

.scroll .site-header { 
	border-color: #38a2b4; 
}

.site-header .wrap {
	padding-top: 24px;
	padding-bottom: 24px;
	position: relative;
}



/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 440px;
}

.site-title {
	margin: 0;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	background-size: auto 100%;
	float: left;
	min-height: 112px;
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #222;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.site-header .nav-primary {
	position: absolute;
	vertical-align: middle;
	top: 0;
	right: 30px;
	line-height: 1;
	width: 65%;
	height: 100%;
}

.site-header .nav-primary .wrap {
	padding: 0;
	position: absolute;
	top: 50%;
    transform: translate( 0, -50%);
	right: 0;
}


.nav-primary .menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
}

.nav-primary .menu-item {
	float: left;
}

.nav-primary a {
	color: #0e324e;
	text-decoration: none;
	display: block;
	padding: 6px 0;
	margin: 0 0 0 30px;
	border-bottom: 4px solid #fff;
}

.nav-primary a:hover,
.nav-primary a:focus,
.nav-primary .current-menu-item > a,
.nav-primary .current-menu-ancestor > a,
.nav-primary .sfHover > a {
	border-color: #38a2b4;
}

/** Icons **/

.nav-primary a i {
	background: #355a87;
	color: #fff;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	text-align: center;
	padding-top: 8px;
	margin-top: -24px;
}

.nav-primary a:hover i {
	background: #38a2b4;
}

.nav-primary a span span {
	display: block;
	text-align: left;
	text-indent: -9999px;
	width: 0;
	height: 0;
}

/** Sub Menus **/

.nav-primary .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 210px;
	padding-top: 6px;
	z-index: 99;
}

.nav-primary .sub-menu a {
	background-color: #38a2b4;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	font-weight: 400;
	text-transform: none;
	padding: 12px 18px;
	position: relative;
	width: 210px;
	word-wrap: break-word;
	text-align: left;
}

.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu a:focus,
.nav-primary .sub-menu .current-menu-item > a {
	background: #0e324e;
}

.nav-primary .sub-menu .sub-menu {
	margin: -56px 0 0 209px;
}

.nav-primary .menu-item:hover {
	position: static;
}

.nav-primary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.nav-primary > .first > a {
	padding-left: 0;
}

.nav-primary > .last > a {
	padding-right: 0;
}

.menu-toggle,
.sub-menu-toggle,
.nav-primary li.mobile,
.nav-primary li.search{	
	display: none; 
	visibility: hidden; 
	 text-align: center; 
}
 	 			
 button.menu-toggle{  
 	cursor: pointer;  
 	background: none; 
 	color: #0e324e; 
 	position: absolute;
 	right: 24px;
 	top: 56px;
 	font-size: 40px;
 	font-size: 4rem;
 	padding: 0;
 }
 			 		
 button.menu-toggle::after { 
 	font-family: "dashicons"; 
 	content: "\f333"; 
 	margin-left: 10px; 
 	position: relative; 
 	top: 2px;   
 }
 			 
 button.menu-toggle.activated::after {  
 	content: "\f158"; 
 }
 			
 button.sub-menu-toggle { 
 	position: absolute; 
 	right: 0; 
 	top: 0; 
 	background: none; 
 	color: #38a2b4; 
 	padding: 16px 16px 0; 
 	border-radius: 0; 
 	width: 100%;
 	text-align: right;
 }
 
.nav-primary .current-menu-item button.sub-menu-toggle,
.nav-primary .current-menu-ancestor button.sub-menu-toggle,
.nav-primary .sfHover button.sub-menu-toggle {
  	color: #fff;
  }
 			 	
 button.menu-toggle span,
  button.sub-menu-toggle span{  
 	text-indent: -9999px; 
 	display: inline-block;
 	text-align: left;
 }
 			
 button.sub-menu-toggle:before { 
 	content: "\f347"; 
 	font-family: "dashicons"; 
 	position: relative; 
 	font-size: 20px; 
 	float: right;
 	transform: rotate(0deg);
 	-webkit-transition: transform 0.25s ease-in-out 0s; 
 	-moz-transition:    transform 0.25s ease-in-out 0s; 
 	-ms-transition: transform 0.25s ease-in-out 0s; 
 	-o-transition: transform 0.25s ease-in-out 0s; 
 	transition: transform 0.25s ease-in-out 0s; display: block; 
 }
 						
 button.sub-menu-toggle.activated:before {  
 	transform: rotate(180deg); 
 }


/* ## Accessible 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;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.archive .entry, 
.search .entry, 
.blog .entry {
	margin-bottom: 50px;
	border-bottom: 1px solid #a1a1a1;
}

.archive .entry:last-child, 
.search .entry:last-child,  
.blog .entry:last-child {
	border: none;
}

.entry-header .entry-meta {
	margin-top: -24px;
	text-transform: uppercase;
}

.single .entry-header .entry-meta {
	text-align: center;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 24px;
	padding-left: 30px;
}

.entry-content ol > li {
	list-style-type: decimal;
	margin-bottom: 12px;
}

.entry-content ul > li {
	list-style-type: disc;
	margin-bottom: 12px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #222;
	color: #ddd;
}

.wp-block-column.info-block {
	border: 1px solid #898989;
	padding-bottom: 24px;
	background-color: #ffffff;
	margin-bottom: 50px;
}

.info-block h2, .info-block h3, .info-block p {
	padding: 0 24px;
}


/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px auto;
}

.pagination ul {
	margin: 0;
}

.pagination ul li {
	display: inline-block;
	list-style: none;
	margin: 0 6px 0 0;
}

.pagination li a {
	cursor: pointer;
	display: block;
	background-color: #0e324e;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 8px 12px;
	text-decoration: none;
}

.pagination li a:hover, 
.pagination li.active a { 
	background-color: #38a2b4; 
}



/* ## Error Page
--------------------------------------------- */
.error404 .site-main .search-form{ 
	margin-bottom: 40px; 
	width: 100%; 
}

.error404 .site-main .search-form input[type=search]{ 
	max-width: 83%; 
}

.error404 .site-main .search-form input[type=submit]{ 
	float: right; 
}



/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets { 
	background: url('images/bg-footer-widgets.jpg') center;
	background-size: 100% auto;
	color: #fff; 
	font-size: 21px;
	font-size: 2.1rem;
}

.footer-widgets .wrap{ 
	padding-top: 80px;
	padding-left: 282px;
	padding-bottom: 56px;
	background: url('images/footer-logo.png') no-repeat 24px center;
	background-size: 117px auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.footer-widgets-1, 
.footer-widgets-2, 
.footer-widgets-3 {
	flex: 1;
	padding: 0 0 0 80px;
	position: relative;
}


.footer-widgets-1::before,
.footer-widgets-2::before,
.footer-widgets-3::before {	
	content: "\f3c5"; 
	font-family: "Font Awesome 5 Free";
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 900;
	display: block;
	position: absolute;
	left: 20px;
	top: -12px;
}

.footer-widgets-2::before{
	content: "\f0e0"; 
	left: 10px;
	top: -18px;
}

.footer-widgets-3::before {
	content: "\f3cd"; 
}

.footer-widgets .widgettitle {
	color: #fff;
	font-weight: 900;
	margin-bottom: 0;
}

.footer-widgets a{	
	color: #fff;
}

.footer-widgets a:hover { 
	color: #fbf692; 
	border: none;
}





/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	color: #58595b;
}

.site-footer .wrap {
	padding-top: 80px;
	padding-bottom: 80px;
}

.site-footer a { 
	color: #58595b; 
}

.site-footer a:hover { 
	border: none;
	color: #38a2b4;
}

.creds{ 
	float: right;
}

.creds img{ 
	opacity: 0.4; 
	position: relative; 
	top: 4px; 
}

.creds a:hover img{ 
	opacity: 0.5;
}

.gototop{ 
	float: left; 
}

.gototop a{ 
	display: inline-block; 
	background: #dedede; 
	width: 60px; 
	height: 60px; 
	color: #fff;
	text-align: center;
}

.gototop a span{ 
	text-indent: -9999px; 
	display: inline-block;
}

.gototop a:hover{ 
	background: #38a2b4;
	color: #fff;
}

.gototop a:before{  
	content: "\f343"; 
	font-family: "dashicons"; 
	font-size: 24px; 
	font-size: 2.4rem;
	position: relative; 
	top: 10px; 
}

/* # Home Page
---------------------------------------------------------------------------------------------------- */

/* Slides */

.page-template-page_slideshow .site-container,
#slideshow{ 
	height: 100%;
}

#supersized img{ 
	max-width: none !important;
}

#supersized li {
	background: #0e324e !important;
}

#slideshow #controls-wrapper{ 
	position: absolute; 
	top: 50%; 
	transform: translate( 0, -50%); 
	right: 80px;  
}

#slideshow #slide-list span { 
	display: block; 
	text-indent: -9999px;
}

#slideshow #slide-list a{ 
	width: 28px; 
	height: 28px; 
	border-radius: 14px; 
	background: rgba(255,255,255,0.3); 
	display: inline-block; 
	margin: 6px 0; 
	cursor: pointer;
}

#slideshow #slide-list a:hover,
#slideshow  #slide-list .current-slide a{ 
	background: #fff;
}


/* Callout */
#slideshow .slideshow-caption{ 
	position: absolute; 
	bottom: 30px; 
	width: 100%;
	padding: 0 24px;
	text-align: center; 
	color: #fff; 
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 400;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.slideshow-caption h2 {
	font-size: 50px;
	font-size: 5rem;
	font-weight: 900;
	text-transform: none;
	color: #fff;
	margin: 0 0 12px;
}

.slideshow-caption h2 strong {
    font-family: 'Rock Salt', cursive;
	line-height: 1.8;
}

.slideshow-caption a{
	display: inline-block;
	padding: 12px 36px;
	border: 1px solid #fff;
	border-bottom: 4px solid #38a2b4;
	background: #0e324e;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 20px;
}

.slideshow-caption a:hover {
	background: #38a2b4;
	border-color: #fff;
}

/** Slideshow Template Content **/
.page-template-page_slideshow .content-area {
	margin-top: 120px;
	margin-bottom: 0;
}

.page-template-page_slideshow .content-area hr:first-child {
	margin-top: 0;
}

.page-template-page_slideshow h1.entry-title {
	margin-bottom: 0;
}

.page-template-page_slideshow .post-263 h1.entry-title {
	text-indent: -9999px;
	height: 0;
	width: 0;
}

.page-template-page_slideshow .entry-content h2 {
	color: #707070;
	font-weight: 500;
	position: relative;
	z-index: 9;
}

.page-template-page_slideshow .entry-content h3 {
	position: relative;
	z-index: 9;
	font-weight: 500;
	color: #707070;
}

.page-template-page_slideshow .entry-content h3.orange {
	font-size: 36px;
	font-size: 3.6rem;
	color: #e2723f;
	font-weight: 900;
}

.page-template-page_slideshow .entry-content p {
	margin: 0 auto 24px;
	position: relative;
	z-index: 9;
}

.home .entry-content p {
	max-width: 85%;
}

.page-template-page_slideshow .entry-content .button a {
	padding: 18px 100px;
}



/** Panels **/

.panel {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
	clear: both;
	overflow: hidden;
	position: relative;
}

.panel-image {
	float: left;
	width: 50%;
}

.panel.right .panel-image {
	float: right;
}

.panel-image img {
	max-width: none;
	width: 100%;
	display: block;
}

.panel-text {
	width: 50%;
	position: absolute;
	left: 50%;
	height: 100%;
}

.panel.right .panel-text{
	left: auto;
}

.panel-text .wrap{
	padding: 0 36px 0 72px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	max-width: 824px;
}

.panel.right .panel-text .wrap {
	left: auto;
	right: 0;
	padding: 0 72px 0 36px;
}

.panel-text .wrap h2 {
	font-size: 60px;
	font-size: 6rem;
	font-weight: 900;
	color: #38a2b4;
	line-height: 1.2;
}

.panel-text .wrap p {
	margin: 0 0 24px;
}

.panel-text .wrap a {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 900;
	color: #0e324e;
	position: relative;
}


/** Image Headings **/
h2.image-heading {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 900 !important;
	color: #fff;
	margin: 0;
	line-height: 1.6;
	background: url('images/footer-logo.png') no-repeat center #0e324e;
	background-size: 20% auto;
	position: relative;
}

.image-heading a {
	color: #fff;
}

.image-heading .link-wrap {
	position: absolute;
	bottom: 24px;
	left: 24px;
}

.image-heading img {
	display: block;
	margin: 0;
}

.image-heading a:hover img {
	opacity: 0.4;
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1699px) {
	
	.site-inner,
	.background .wrap {
		background-size: auto;
	}
	
	.panel-text .wrap,
	.panel.right .panel-text .wrap{
		padding: 0 30px;
		max-width: none;
	}
	
	.panel-text .wrap h2 {
		font-size: 36px;
		font-size: 3.6rem;
		margin-bottom: 12px;
	}
	
	.panel-text .wrap h3,
	.panel-text .wrap p {
		margin-bottom: 12px;
		line-height: 1.6;
	}
	
	.panel-text .wrap a {
		font-size: 24px;
		font-size: 2.4rem;
	}

}

@media only screen and (max-width: 1399px) {
	
	/** Home **/
	.slideshow-caption h2 {
		font-size: 44px;
		font-size: 4.4rem;
		font-weight: 900;
		text-transform: none;
		color: #fff;
		margin: 0;
	}
	
	
	

}

@media only screen and (max-width: 1259px) {

	/** Structure **/
	.wrap,
	.content-area {
		max-width: 100%;
	}
	
	/** Header **/
	
	.title-area {
		width: 115px;
	}

	
	/** Site Nav **/
	.site-header .nav-primary {
		width: 83%;
	}
	
	/* # Footer  */
	.footer-widgets {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.footer-widgets .wrap{ 
		padding-left: 120px;
		background-size: 90px auto;
	}
	
	.footer-widgets .widgettitle {
		font-size: 20px;
		font-size: 2rem;
	}
	
	.footer-widgets-1::before,
	.footer-widgets-2::before,
	.footer-widgets-3::before {	
		font-size: 40px;
		font-size: 4rem;
		left: 30px;

	}
	
	.footer-widgets-2::before {
		left: 20px;
	}
	
	
		
	/** Home **/
	#slideshow #controls-wrapper {
		right: 24px;
	}

	.slideshow-caption h2 {
		font-size: 36px;
		font-size: 3.6rem;
	}
	
	
	.home .entry-content p {
		max-width: 100%;
	}

		
	/** Panels **/
	.panel-image,
	.panel.right .panel-image {
		float: none;
		width: 100%;
	}
	
	.panel-text {
		width: 100%;
		position: static;
		left: auto;
		height: auto;
	}
	
	.panel-text .wrap,
	.panel.right .panel-text .wrap{
		padding: 30px;
		position: static;
		top: auto;
		left: 0;
		transform: none;
		max-width: 100%;
	}

	.panel-text .wrap h2,
	.panel-text .wrap h3,
	.panel-text .wrap p {
		margin-bottom: 24px;
	}
	
	/** Image Headings **/
	
	.image-heading{
		font-size: 28px;
		font-size: 2.8rem;
	}


}

@media only screen and (min-width: 1024px) {

	.site-header .nav-primary .menu {
		display: block !important;
	}
}

@media only screen and (max-width: 1023px) {

	/** Structure **/
	.site-inner {
		background-size: auto;
	}
	
	.content-area,
	.home .content-area {
		padding: 5%;
		margin: 0;
	}
	
	hr.orca,
	hr.title-line {
		margin: 10% auto !important;
	}
	
	hr.orca::before,
	hr.title-line::before {
		height: 53px;
		margin-top: -26px;
	}
	
	h1.entry-title {
		font-size: 40px;
		font-size: 4rem;
	}
	
	
	
	
	.wp-block-column.info-block {
		padding-bottom: 0;
	}
	
	.info-block h2, .info-block h3, .info-block p {
		padding: 0 5%;
	}
	
	.wp-block-columns.photo-grid {
		display: block;
		margin: 5% 0;
	}
	
	.content-area .wp-block-columns.photo-grid .wp-block-columns {
		display: flex;
	}
	
	.wp-block-columns.photo-grid .wp-block-column:first-child {
		margin: 0 0 20px;
	}
	
	.wp-block-columns.photo-grid  .wp-block-column:nth-child(2),
	.wp-block-columns.photo-grid  .wp-block-column:nth-child(2) .wp-block-columns.has-2-columns{
		margin: 0;
	}
	
	.wp-block-columns.photo-grid  .wp-block-column:nth-child(2) .wp-block-column {
		margin-bottom: 20px;
		padding-left: 10px;
	}
	
	.wp-block-columns.photo-grid  .wp-block-column:nth-child(2) .wp-block-column:first-child {
		padding-right: 10px;
		padding-left: 0;
	}
	
	
	.content-area .two-buttons {
		margin: 5% auto;
		display: flex;
	}
	
	.wp-block-button.alignright, .wp-block-button.alignleft {
	    margin: 0 5%;
    }
	
	/** Site Header **/
	.site-header {
		position: relative;
		border: none;
	}
	
	.site-header .wrap{
		padding: 0;
	}
	
	.site-header .title-area {
		margin: 24px;
		width: 440px;
	}
	
	.image-header {
		margin-top: 0;
	}
	
	/** Site Nav **/
	.site-header .nav-primary {
		position: static;
		width: 100%;
	}
	
	.site-header .nav-primary .wrap {
		position: static;
	    transform: none;
	}
	
	.site-header .nav-primary .menu {
		display: none;
	}
		
	button.menu-toggle,	
	button.sub-menu-toggle {  
		display: block;  
		visibility: visible;   
	}
	
	.nav-primary li{ 
		display: block; 
		float: none; 
		overflow: hidden; 
	}
	 	
	.nav-primary .menu-item, 
	.nav-primary li a{ 
		width: 100%; 
		position: relative; 
		display: block; 
		text-align: left; 
	}
	
	.nav-primary li.mobile,
	.nav-primary li.search {
		display: none;
	}
	
	.nav-primary li a{ 
		margin: 0; 
		border-bottom: 1px solid rgba(0,0,0,0.1); 
		padding: 18px;  
	}
	 
	.nav-primary li ul{ 
		position: static; 
		width: 100%; 
		clear: both; 
		display: none; 
		opacity: 1; 
	}
	 	
	.nav-primary .menu-item:hover { 
		position: relative;
	}
	 	 
	.nav-primary .sub-menu{ 
		margin: 0; 
		padding: 0;
		position: relative; 
		left: auto; 
		opacity: 1.0; 
		width: auto; 
	}
	
	.nav-primary .sub-menu a {  
		width: auto;  
		padding: 18px;
	}
	

	
	/** Footer */
	.footer-widgets {
		background-size: auto;
	}
	
	
	.footer-widgets .wrap{ 
		display: block;
		padding: 5%;
		padding-top: 140px;
		background-position: center 30px;
	}
		
	
	.footer-widgets-1, 
	.footer-widgets-2 {
		margin-bottom: 24px;
	}
	
		
	.creds, .gototop{
		float: none; 
		text-align: center; 
		margin-bottom: 24px; 
	}
		
	.gototop a:before{  
		left: 0px;  
	}
	
	.site-footer .wrap {
		padding: 5%;
	}
	
	/** Home Page **/	
	#slideshow .slideshow-caption {
		padding: 0 5%;
		bottom: 0;
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	.slideshow-caption h2 {
		line-height: 1.2;
		margin-bottom: 12px;
	}
	
	.home .content-area hr:first-child {
		margin-top: 5%;
	}
	
	div.background {
		padding-bottom: 5%;
	}
	
	.home .entry-content .button a {
		padding: 18px 24px;
	}
	
	/** Image Headings **/
	
	.image-heading img {
		width: 100%;
	}
	
	
	
}


@media only screen and (max-width: 599px) {

	/** Header **/
	
	.site-header .title-area {
		width: 300px;
	}
	
	.header-image .site-title > a {
		min-height: 76px;
	}
	
	 button.menu-toggle{  
	 	top: 36px;
	 }
	 
	 /** Content **/
	 h1.entry-title {
		line-height: 1.2;
	 }
	
	/** Slideshow Page **/
	#slideshow #controls-wrapper {
		display: none !important;
	}
	
	#supersized img {
		opacity: 0.6;
	}
	
		
	#slideshow .slideshow-caption {
		position: absolute;
		padding: 0;
		width: 100%;
		height: 100%;
		top: 0;
		padding: 0;
	}
		
	.slideshow-caption .widget-wrap {
		position: absolute;
		bottom: 5%;
		padding: 0 5%;
	}

	
	.slideshow-caption h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	.slideshow-caption p {
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.4;
		margin-bottom: 0;
	}
	
	.slideshow-caption p a {
		display: block;
		margin: 12px 0 0 !important;
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.content-area .wp-block-columns.photo-grid .wp-block-columns {
		display: block;
	}
	
	.wp-block-columns.photo-grid  .wp-block-column:nth-child(2) .wp-block-column,
	.wp-block-columns.photo-grid  .wp-block-column:nth-child(2) .wp-block-column:first-child {
		padding: 0;
	}
	
	.content-area .wp-block-columns {
		display: block;
		margin: 0 auto !important;
		clear: both;
	}
	
	.content-area .wp-block-columns .wp-block-column {
		margin: 5% auto;
	}
	
	/** Photo Gallery **/
	.entry-content .justified-gallery a {
		position: relative;
		width: 100%;
		height: auto;
		max-width: none;
		left: auto !important;
		top: auto !important;
	}
	
	.entry-content .justified-gallery img {
		display: block;
		margin: 0;
	}
	
	tr {
		display: block;
		padding: 20px;
	}
	td {
		display: block;
		border: none;
		padding: 0;
	}
	td:first-child {
		font-weight: 700;
	}
	
	thead tr {
		display: none;
	}
	
	.content-area .wp-block-column:nth-child(odd){
    	margin-right: 0px
    }
    
    .content-area .wp-block-column:not(:first-child),
    .content-area .wp-block-column:nth-child(2n){
    	margin-left: 0px
    }
    	
    .content-area .wp-block-column:not(:last-child){
    	margin-right: 0px
    }
    
    .wp-block-button.alignright, .wp-block-button.alignleft {
	    text-align: center !important;
	    float: none;
	    margin: 0 auto;
    }
	
	.content-area .two-buttons {
		display: block;
	}
	

}

@media only screen and (max-width: 399px) {

	.site-header .title-area {
		width: 78px;
	}

}

@media only screen and (max-height: 419px) {
	#slideshow p:first-child {
		display: none;
	}
	
	#supersized img {
		opacity: 0.4;
	}
	
	#slideshow #controls-wrapper {
		display: none !important;
	}
	
}


@media only screen and (max-height: 369px) {
	
	.slideshow-caption p {
		display: none;
	}
}

@media only screen and (max-height: 249px) {
	
	.slideshow-caption{
		display: none;
	}
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !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;
	}

}

