/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We'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 and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
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}body{line-height:1}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}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{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
.page-id-75 .review-wrapper,.page-id-448 .review-wrapper,.page-id-451 .review-wrapper,.page-id-454 .review-wrapper,.page-id-862 .review-wrapper,.page-id-866 .review-wrapper,.page-id-868 .review-wrapper{order:5;}
.page-id-75 .textMain,.page-id-448 .textMain,.page-id-451 .textMain,.page-id-454 .textMain,.page-id-862 .textMain,.page-id-866 .textMain,.page-id-868 .textMain {	display: flex;	flex-wrap: wrap;flex-direction: column;}
.page-id-448 iframe,.page-id-451 iframe,.page-id-454 iframe{width: 100%;}

.header-right1 { width: 67%; }
.header-right1 a.resource{ width: auto; }

#Footer-Container{ padding-bottom: 50px; height: auto; }

.footer-location{
	font-family: 'Muli', sans-serif;
	border-top: 1px solid #414959;
	padding: 40px 0;
	color: #fff;
	display: flex;
}
.footer-location > div{ width: 33.33%; flex: 0 0 33.33%; padding: 0 20px; }
.footer-location h4 a.loc-ttl.dfw-FontResize {
	font-size: 20px !important;
	text-transform: uppercase;
	margin: 0 0 20px;
	display: block;
	font-weight: 700;
}
.footer-location p { margin-bottom: 20px; line-height: 1.2; }
.footer-location p span{ margin-top: 8px; display: block; }
.footer-location-block .direction{ color: #2d65cd; font-weight: 700; }
.footer-location-block .direction:hover{ color: #fff; }
.copyrights.table-cell ul { text-align:center; }
.copyrights.table-cell ul li{ float: none !important; display: inline-block; }

@media screen and (max-width: 679px){
	.footer-location{ display: block; }
	.footer-location > div{ width: 100%; flex: 0 0 100%; padding: 0 20px 45px; }
	.footer-location > div:last-child{ padding-bottom: 0; }
	.footer-location h4 a.loc-ttl.dfw-FontResize{ font-size: 16px !important; line-height: 1.2; margin: 0 0 12px; }
}
/* Author / Category / Tag Archive Page */
.author .header,
.category .header,
.tag .header{
	min-height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.entry-title.archive-header {
	font-family: 'Muli';
	font-size: 4rem;
	color: white;
	text-align: center;
	background: none;
}

.single-page-in article.post ul { padding-left: 20px; }
.single-page-in article.post ul li {
    color: #4f4f4f;
    padding: 0;
    font: 14px/24px 'Muli', sans-serif;
    margin-bottom: 8px;
	list-style: disc;
}
.single-page-in article.post h4 {
    line-height: 20px !important;
    font: 700 20px/28px 'Muli', sans-serif;
    color: #002d78;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.author .header,
	.category .header,
	.tag .header {
		height: 200px;
	}
	.entry-title.archive-header {
		font-size: 2.4rem;
	}
}
.grid-container {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax(368px, 1fr) );
	gap: 2rem;
	max-width: 1200px;
	margin: 3rem auto;
	padding: 1rem;
}
.grid-container article {
	padding: 0 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.grid-container article header {
	color: white;
	padding: 1rem;
}
.grid-container article header .entry-title {
	font-size: 1.6rem;
	margin: 0.6rem 0;
}
.grid-container article .entry-summary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 1rem;
}
.grid-container article .entry-summary > a {
	display: block;
	position: relative;
	padding-top: 75%;
}
.grid-container article .entry-summary > a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

