/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}


@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Sylfaen';
    src: url('fonts/sylfaen.eot');
    src: url('fonts/sylfaen.eot?#iefix') format('embedded-opentype'),
         url('fonts/sylfaen.woff2') format('woff2'),
         url('fonts/sylfaen.woff') format('woff'),
         url('fonts/sylfaen.ttf')  format('truetype'),
         url('fonts/sylfaen.svg#Sylfaen') format('svg');
}

html {
  scroll-behavior: smooth;
}

body, h1, h2, h3, h4, ul {
	padding:0px;
	margin:0px;
}
body {
	font-family:'Raleway', sans-serif;
	font-weight:500;
	color:#273755;
	font-size:14px;
	line-height:24px;
}
.Syl {
	font-family: 'Sylfaen',serif;
}

h1, h2, h3 { font-family: 'Sylfaen',serif; padding-bottom:8px; }
h2 { line-height:26px; }
a { text-decoration:none;color:#8aabca; }
.hover { cursor:pointer; }
		
/* COLORS */
.Navy 		{ color:#15233c; }
.NavyBG		{ background-color:#15233c; }
.Cornflower	{ color:#8aabca; }
.CornflowerBG{ background-color:#8aabca; }
.White		{ color:#FFFFFF; }
.WhiteBG	{ background-color:#FFFFFF; }
.BlackBG	{ background-color:#000000; }
.Tan 		{ color:#d9d0c3; }
.TanBG		{ background-color:#fff6ea; }

.quote { font-style:italic; }

.flushRight  { right:0px; }
.flushTop 	 { top:137px; }
.flushLeft 	 { left:0px; }
.flushBottom { bottom:0px; }

.L { text-align:left; }
.R { text-align:right; }
.C { text-align:center; }
.VC { align-self: center; }

.hemnav { max-width:1750px; } 
.hem { max-width:1180px; } 
.hem2 { max-width:1440px; } 

@media (max-width:1460px) { 
	.hem { max-width:980px; } 
}

img { width:100%; }

.padd 	{ padding:15px; }
.pT		{ padding-top:30px; }
.pB		{ padding-bottom:30px; }
.pR 	{ padding-right:15px; }
.pL 	{ padding-left:15px; }
.grid2, .grid2n, .grid3, .grid4, .grid5 { width: 100%; display: grid; display:-ms-grid; grid-column-gap: 0px; grid-row-gap: 0px; }

.grid2, .grid2n {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2,1fr);
}
.grid3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3,1fr);
}
.grid4 {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4,1fr);
}
.grid5 {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5,1fr);
}
.span2 { grid-column: span 2; }
.span3 { grid-column: span 3; }
.span4 { grid-column: span 4; }
.span5 { grid-column: span 5; }

@media (max-width:560px) { 
	.grid2, .grid3, .grid4, .grid5, .menugrid { 
		-ms-grid-columns: (1fr)[1]; 
		grid-template-columns: repeat(1,1fr); 
	}
	.span2, .span3, .span4, .span5 { grid-column: span 1; }
}

.posText { position:absolute;bottom:100px;z-index:8; }
.placeRight { right:100px; }
.placeLeft { left:100px; }

.op0 	{ opacity:0; }
.op20 	{ opacity:0.2; }
.op40 	{ opacity:0.4; }
.op60 	{ opacity:0.6; }
.op80 	{ opacity:0.8; }
.op100 	{ opacity:1; }
.fullzero { display:none;opacity:0; }

@media (max-width:560px) {
	.posText 		{ bottom:0px;right:0px;left:0px;width:100%; }
	.desktopBuff 	{ padding:0px; }
}

h1 {
	font-size:68px;
	line-height:72px;
	font-weight:300;
}
h2 {
	font-size:30px;
	line-height:32px;
	font-weight:400;
}

h3 {
	font-size:23px;
	line-height:24px;
	font-weight:400;
	font-family:'Raleway';
}

.nav li {
	display:inline-block;
	list-style-type: none;
	padding-left:20px;
	color: #243451;
}
li a {
	color: #243451;
}

ul {
	padding-right:40px;
}

.navLogo {
	float:left;margin-top:-70px;max-width:572px;
}

#navMobHover {
	position:fixed;top:0px;right:0px;width:100%;background-color:#243451;color:#FFFFFF;
}

#navMob, #navMobHover {
	display:none;
}

@media (max-width:1030px) { 
	.navLogo { max-width:228px; } 
}

.f48 {
	font-size:48px;
	line-height:52px;
}
.bottomBox {
	max-width:280px;
	color:#FFFFFF;
	text-align:left;
}

.mobNavItem {
	color:#FFFFFF;
	line-height:30px;
	font-size:20px;
	font-family: 'Sylfaen',serif;
	border-bottom:1px solid #30456c;
	padding:10px 15px;
}
.mobNavItem a { color:#FFFFFF; }

.head {
	background-image:url(/img/HomeHeadBG.jpg);
	background-size:cover;
	background-position:center top;
	width:100%;
	height:576px;
}
.byline {
	background-color:#15233c;color:#FFFFFF;text-align:center;font-size:12px;line-height:20px;
}
.footer {
	background-color:#15233c;padding-top:60px;padding-bottom:60px;
}
.footnav { text-align:right; }
.footlogo { text-align:left; }

@media (max-width:688px) { 
	#navDesk { display:none; }
	#navMob {  display:block; }
	h1 {
		font-size:48px;
		line-height:50px;
		font-weight:300;
	}
	.head {
		height:356px;
	}
	.footnav, .footlogo {
		text-align:center;
	}
}


.inline-item {
  opacity: 0;
  -webkit-transform: translateY(4em);/* rotateZ(-5deg);*/
          transform: translateY(4em);/* rotateZ(-5deg);*/
  -webkit-transition: opacity .3s .25s ease-out,
              -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: opacity .3s .25s ease-out,
              -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out,
              -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  /*width: 90%;*/
  will-change: transform, opacity;
}

.inline-item.is-visible {
  opacity: 1;
  /*-webkit-transform: rotateZ(-2deg);
          transform: rotateZ(-2deg);
	*/
  -webkit-transform: translateY(0em);;
          transform: translateY(0em);;
}


.inline-item2 {
  opacity: 0;
  -webkit-transition: opacity .3s .25s ease-out,
              -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: opacity .3s .25s ease-out,
              -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out,
              -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  /*width: 90%;*/
  will-change: opacity;
}

.inline-item2.is-visible {
  opacity: 1;
}



header {
  opacity: 0;
  -webkit-transition: opacity .5s .25s ease-out;
  transition: opacity .5s .25s ease-out;
}

header.is-visible {
  opacity: 1;
}

.main-photo {
  -webkit-transform: scale(.8);
          transform: scale(.8);
}

.heading {
  -webkit-transform: translate(-50%, calc(-50% + 1em));
          transform: translate(-50%, calc(-50% + 1em));
}

.is-visible .main-photo {
  -webkit-transform: none;
          transform: none;
}

.is-visible .heading {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-photo, .heading {
  -webkit-transition: -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1), -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);

  will-change: transform;
}

