/* Table of Content
==================================================
	#Site Variables
	#Site Styles
	#UIKit Styles
	#Page Styles
	#Media Queries
	#Font-Face */


/* #Site Variables
================================================== */
/*@import 'variable.php';*/
:root {
  --primary: #3c2b72;
  --secondary: #d2c929;
  --tertiary: #27318b;
  --light: #ccdde5;
  --dark: #4a697f;
  --white: #ffffff;
  --gray: #333333;
  --text: #2a2744;
  --navigation: #ffffff;
  --alt: #2a2744;
  --alt2: #a5a5c3;
  --alt3: #6f809f;

  --primary-font: 'Geo', 'Helvetica Nueu', 'Helvetica', Arial, sans-serif;
  --secondary-font: 'Gotham', 'Helvetica Nueu', 'Helvetica', Arial, sans-serif;
}


/* #Site Styles
================================================== */
*				{ outline:none; }
html, body		{ color:var(--text); font-size:19px; font-weight:300; font-family:var(--primary-font); line-height:1.5rem; overflow-x:hidden; }

.aligncenter 	{ text-align:center; }
.alignleft		{ text-align:left; }
.alignright		{ text-align:right; }
	img.aligncenter { float:none; display:block; margin:0 auto 15px; }
	img.alignleft	{ float:left; margin-right:15px; }
	img.alignright	{ float:right; margin-left:15px; }

.w900 			{ font-weight:900; }
.w800			{ font-weight:800; }
.w700			{ font-weight:700; }
.w600			{ font-weight:600; }
.w500			{ font-weight:500; }
.w400			{ font-weight:400; }
.w300			{ font-weight:300; }
.w200			{ font-weight:200; }
.w100			{ font-weight:100; }

.font6			{ font-size:0.625em; }
.font7			{ font-size:0.750em; }
.font8			{ font-size:0.875em; }
.font10			{ font-size:1.0em; }
.font12			{ font-size:1.2em; }
.font15			{ font-size:1.5em; }
.font18			{ font-size:1.8em; }
.font20			{ font-size:2.0em; }
.font25			{ font-size:2.5em; }
.font30			{ font-size:3.0em; }
.font35			{ font-size:3.5em; }
.font40			{ font-size:4.0em; }
.font45			{ font-size:4.5em; }

.s0				{ letter-spacing:0px !important; }
.s1				{ letter-spacing:1px; }
.s2				{ letter-spacing:2px; }
.s3				{ letter-spacing:3px; }
.s4				{ letter-spacing:4px; }
.s5				{ letter-spacing:5px; }
.s6				{ letter-spacing:6px; }
.s7				{ letter-spacing:7px; }
.s8				{ letter-spacing:8px; }

.lh0			{ line-height:1em; }
.lh1			{ line-height:1.1em; }
.lh2			{ line-height:1.2em; }
.lh3			{ line-height:1.3em; }
.lh4			{ line-height:1.4em; }
.lh5			{ line-height:1.5em; }
.lh8			{ line-height:1.8em; }

h1, h2, h3, h4, h5	{ font-family:var(--secondary-font); color:inherit; line-height:1.2em; font-weight:800; text-transform:inherit; letter-spacing:2px; text-transform:uppercase;}

h1				{ font-size:2.35em; }
h2				{ font-size:1.65em; }
h3				{ font-size:1.15em; }
h4				{ font-size:1em; }

h4 + p 			{ margin-top:-10px; }

b, strong, .uk-text-bold	{ font-weight:800; }

a, .uk-link		{ color:var(--primary); }
	a:hover, .uk-link:hover { color:inherit; text-decoration:underline; }

blockquote		{ font-size:1.5em; line-height:1.5em; font-style:normal; font-weight:300; quotes: "“" "”" "‘" "’"; }
	blockquote::before { content: open-quote; position: absolute; left: 20%; font-size: 200px; font-family: Arial; font-weight: 900; opacity: 0.15; }
	blockquote::after { content: close-quote; display:none; }
	blockquote cite { display:block; font-style:normal; font-size:.875rem; text-transform:uppercase; font-weight:700; }

.primary-font	{ font-family:var(--primary-font); }
.secondary-font { font-family:var(--secondary-font); }

/* #UIKit Styles
================================================== */
.uk-container-alt	{ padding:0 2%; }

.uk-text-primary 	{ color:var(--primary) !important; }
.uk-text-secondary 	{ color:var(--secondary) !important; }
.uk-text-tertiary 	{ color:var(--tertiary) !important; }
.uk-text-light		{ color:var(--light) !important; }
.uk-text-dark 		{ color:var(--dark) !important; }
.uk-text-contrast	{ color:var(--white) !important; }
.uk-text-gray		{ color:var(--gray) !important; }
.uk-text-alt		{ color:var(--alt) !important; }
.uk-text-alt2		{ color:var(--alt2) !important; }
.uk-text-alt3		{ color:var(--alt3) !important; }

.uk-background-primary, .uk-section-primary { background:var(--primary); color:var(--white) !important; }
.uk-background-secondary, .uk-section-secondary { background:var(--secondary); color:var(--white) !important; }
.uk-background-tertiary, .uk-section-tertiary { background:var(--tertiary); color:var(--white) !important; }
.uk-background-light, .uk-section-light { background:var(--light); }
.uk-background-dark, .uk-section-dark { background:var(--dark); color:var(--white) !important; }
.uk-background-gray, .uk-section-gray { background:var(--gray); color:var(--white) !important; }
.uk-background-alt, .uk-section-alt { background:var(--alt); color:var(--white) !important; }
.uk-background-alt2, .uk-section-alt2 { background:var(--alt2); color:var(--primary) !important; }
.uk-background-alt3, .uk-section-alt3 { background:var(--alt3); color:var(--white) !important; }

.uk-button { font-size:.875em; font-family:var(--secondary-font); font-weight:300; border-radius:0; text-transform:uppercase; background:none; border:2px solid var(--alt); color:var(--alt); letter-spacing:2px; }
.uk-button-primary, .uk-active>.uk-button, .uk-button-primary > a { background:none; color:var(--primary); border-color:var(--primary); }
.uk-button-secondary, .uk-button-secondary > a { background:none; color:var(--secondary); border-color:var(--secondary); }
	.uk-button-primary:hover { background:var(--primary); text-decoration:none; }
	.uk-button-secondary:hover { background:var(--secondary); opacity:0.85; text-decoration:none; }

.uk-section-alt .uk-button, .uk-section-primary .uk-button-primary, .uk-section-primary  .uk-active>.uk-button, .uk-button-primary > a, .uk-button.contrast { border-color:var(--white); color:var(--white); }
.uk-section-alt .uk-button:hover, .uk-section-primary .uk-button-primary:hover, .uk-section-primary  .uk-active>.uk-button:hover, .uk-button-primary > a:hover, .uk-button.contrast:hover { background:var(--white); color:var(--primary); }


.uk-button-text { line-height:1.5; padding:0 0 2px; background:none; color:inherit; border:0; height:auto; font-size:.875em; font-weight:600; letter-spacing:.1em; text-transform:uppercase; }
.uk-button-text:focus, .uk-button-text:hover { color:inherit; }
.uk-button-text::before { border-bottom:4px solid var(--secondary); right:0; }
.uk-button-text:focus::before, .uk-button-text:hover::before { right:100%; }


.uk-overlay-gradient { background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 100%); }

.uk-heading-line { text-transform:uppercase; letter-spacing:.1em; }
.uk-heading-line>::after, .uk-heading-line>::before { top:calc(50% - ((3px + .05em)/ 2)); border-bottom:calc(3px + .05em) solid var(--primary); }
.uk-heading-line.alt>::after, .uk-heading-line.alt>::before { top:calc(50% - ((15px + .05em)/ 2)); border-bottom:calc(15px + .05em) solid var(--secondary); }
.uk-heading-line.alt>span { margin-left:50px; }

/* #Page Styles
================================================== */


/* Header */
.header { position:absolute; top:0; left:0; width:100%; z-index:2; }
	.header .logo { max-width:250px; margin-top:5px; }

	.header nav { float:right; }
		/*.header .uk-navbar-nav>li>a { font-family:var(--secondary-font); min-height:50px; text-transform:inherit; font-weight:700; color:var(--navigation); font-size:.875em; letter-spacing:2px; }
		.header .uk-navbar-nav>li>a:hover { color:var(--light); }*/
		.header .uk-navbar-toggle { min-height:50px; }
		.header [class*=uk-navbar-dropdown-bottom] { margin-top:0; }


		.header .uk-navbar-nav>li>a { font-family:var(--secondary-font); min-height:50px; text-transform:inherit; font-weight:700; color:var(--navigation); text-transform:uppercase; font-size:18px; letter-spacing:0; height:45px; }
			.header .uk-navbar-dropdown-nav>li>a { line-height:20px; color:#000; }
			.header .uk-navbar-dropdown { width:240px; }
			.header .uk-navbar-dropdown ul ul a { font-size: 14px; line-height:18px; }
			.header .uk-navbar-nav>li>a:hover, .header .uk-navbar-nav>li.alt>a { background:#fff; color:var(--primary); }
			.header .uk-subnav a { color:#fff; }

.slideshow { position:relative; }
	.slideshow .uk-slideshow-items>*:before { content:''; position:absolute; top:0; left:0; width:100%; min-height:50%; z-index:1; background: rgb(42,39,68); background: linear-gradient(180deg, rgba(42,39,68,1) 0%, rgba(42,39,68,0) 100%); }
	.slideshow .uk-slideshow-items>*:after { content:''; position:absolute; bottom:0; left:0; width:100%; min-height:50%; z-index:1; background: rgb(42,39,68); background: linear-gradient(0deg, rgba(42,39,68,.5) 0%, rgba(42,39,68,0) 100%); }
	.slideshow .uk-slideshow-items>*>div { z-index:2; }

.cta { padding-top:1px; }
	.cta > div { padding-right:1px; }

.shadow { position:relative; z-index:0; }
	.shadow:before { content:''; position:absolute; display:block; width:100%; height:100%; z-index:-1; }
	
	.page-template-template-about .shadow:before { content:''; position:absolute; display:block; width:100%; height:100%; z-index:-1 !important; }
	
	
	.shadow.primary:before { background:var(--primary); }
	.shadow.secondary:before { background:var(--secondary); }
	.shadow.tertiary:before { background:var(--tertiary); }
	.shadow.light:before { background:var(--light); }
	.shadow.dark:before { background:var(--dark); }
	.shadow.gray:before { background:var(--gray); }
	.shadow.alt:before { background:var(--alt); }
	.shadow.alt2:before { background:var(--alt2); }
	.shadow.alt3:before { background:var(--alt3); }

	.shadow.top:before { top:-25%; }
	.shadow.top.small:before { top:-15%; }
	.shadow.bottom:before { bottom:-25%; }
	.shadow.bottom.small:before { bottom:-15%; }
	.shadow.left:before { left:-25%; }
	.shadow.right:before { right:-25%; }

	.shadow.bottom { margin-bottom:30%; }
	.shadow.top { margin-top:30%; }

	.shadow.alpha:before { opacity:0.5; }
	.shadow.beta:before { opacity:0.8; }
	.shadow.omega:before { opacity:0.3; }
	.shadow.half:before { width:50%; }


	.slideshow .shadow.top.right:before  { top:-15%; right:-2%; }

.title-bar { font-size:2em; font-weight:700; text-align:center; letter-spacing:.1em; color:var(--white); font-family:var(--secondary-font); position:relative; padding:40px; }
	.title-bar:before { content:''; position:absolute; z-index:-1; display:block; width:100%; height:100%; top:0; left:0; opacity:0.8; }
	.title-bar.primary:before { background:var(--primary); }
	.title-bar.secondary:before { background:var(--secondary); }
	.title-bar.tertiary:before { background:var(--tertiary); }
	.title-bar.alt:before { background:var(--alt); }
	.title-bar.alt2:before { background:var(--alt2); }
	.title-bar.alt3:before { background:var(--alt3); }

.impact-statement { font-family:'Backlash'; font-size:120px; color:#222; text-align:center; }

.btn-selection { border:1px solid var(--primary); color:var(--text); padding:15px; transition:all 0.3s ease-in-out; }
	.btn-selection:hover { background:var(--primary); color:var(--white); text-decoration:none; }

.toggle-menu { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.toggle-menu::after { display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased;  font-family: "Font Awesome 5 Pro"; font-weight: 400; content: "\f105"; margin:15px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.toggle-menu:hover { background:var(--primary); color:var(--white) !important; padding-left:20px; }
.toggle-menu:hover::after { content: "\f107"; margin-left:25px; }

.timeline { margin-top:150px; margin-bottom:150px; position:relative; }
	.timeline:before { content:''; position:absolute; top:0; right:0; left:0; margin:0 auto; width:10px; height:100%; background:var(--primary); z-index:-1; }
.year { position:relative; background:var(--secondary); width:100px; height:100px; border-radius:50%; text-align:center; line-height:100px; color:var(--primary); display:inline-block; font-weight:800; font-family:var(--secondary-font); }
	.year.right:before { content:''; position:absolute; top:50%; right:-100px; height:1px; width:100px; border-bottom:1px dotted #333; }
	.year.left:before { content:''; position:absolute; top:50%; left:-100px; height:1px; width:100px; border-bottom:1px dotted #333; }

.gform_button.button { background:none; border:2px solid var(--primary); color:var(--primary); padding:0px 30px; text-transform:uppercase; font-weight:700; letter-spacing:2px; font-family:var(--secondary-font); font-size:.875em; line-height:38px; }

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label { font-family:var(--secondary-font); color:var(--tertiary); letter-spacing:2px; text-transform:uppercase; font-size:.875em; }

.gform_wrapper textarea, .gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper select { border:1px solid #aaa; }

.footer { font-size:0.875em; }
	.footer .logo { width:200px; }
	.footer nav {}
		.footer .uk-navbar-nav>li>a { font-family:var(--primary-font); height:40px; font-weight:600; color:var(--dark); font-size:1.125em; }
		.footer .uk-navbar-nav>li>a:hover { color:var(--primary); }
		.footer [class*=uk-navbar-dropdown-bottom] { display:none; }

	.footer input[type="text"], .footer input[type="email"] { background:none; border:2px solid var(--white); width:100% !important; padding:10px 15px !important; margin:0 !important; color:var(--white) !important; }
	.footer input[type="submit"] { border-color:var(--white); color:var(--white); }

.height-small { height:25px; }
.height-medium { height:50px; }
.height-large { height:75px; }

.embed-container { position:relative; padding-bottom:56.25%; overflow:hidden; max-width:100%; height:auto; }
	.embed-container iframe, .embed-container object, .embed-container embed { position:absolute; top:0; left:0; width:100%; height:100%; }

.uk-offcanvas-bar { padding:20px 0; background: var(--alt); }
	.uk-offcanvas-bar .uk-nav-default>li { position:relative; }
	.uk-offcanvas-bar .uk-nav-default>li>a { padding:10px 20px; color:#6f9cc1; font-size:.875em; font-family:var(--secondary-font); text-transform:uppercase; border-bottom:1px solid #1f1c36; letter-spacing:1px; }
	.uk-offcanvas-bar .uk-nav-default>li>a:hover, .uk-offcanvas-bar .uk-nav-default>li.active>a, .uk-offcanvas-bar .uk-nav-default>li.current-menu-item>a { color:#d2c929; }

	.uk-offcanvas-bar .uk-nav-default > li > .uk-nav-sub { background:#1f1c36; height:0; overflow:hidden; padding:0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
	.uk-offcanvas-bar .uk-nav-default .uk-nav-sub.active { height:auto; overflow:auto; padding:10px 0; }
	.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a { padding:5px 20px; color:#fff; }
	.uk-offcanvas-bar .uk-nav-default .uk-nav-sub > li.current-menu-item > a { color:#d2c929; }

	.uk-offcanvas-bar .uk-nav-default>li a.arrow { display:none; }
	.uk-offcanvas-bar .uk-nav-default>li.menu-item-has-children>a.arrow { position:absolute; top:0px; right:0px; text-align:center;
	line-height:48px; height:48px; width:40px; color:#6f9cc1; display:block; padding:0; border:0; }
	.uk-offcanvas-bar .uk-nav-default>li.menu-item-has-children>a.arrow:hover, .uk-offcanvas-bar .uk-nav-default>li a.arrow.active { color:#d2c929; }
	.uk-offcanvas-bar .uk-nav-default>li.menu-item-has-children>a.arrow:after { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; display:inline-block; font-style:normal; font-variant:normal; text-rendering:auto; -webkit-font-smoothing:antialiased;  font-family:"Font Awesome 5 Pro"; font-weight:900; content: "\f067"; }
	.uk-offcanvas-bar .uk-nav-default>li.menu-item-has-children>a.arrow.active:after { content:'\f00d'; }

/* #Media Queries
================================================== */

	@media only screen and (max-width: 1399px) {
			.header .uk-navbar-nav>li>a { font-size:15px; padding:0 12px; }
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		html, body { font-size:14px; }

		.header .logo { max-width:200px; }

		.impact-statement { font-size:60px; }

		.slideshow h1 { line-height:1.2em; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextCyr-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextCyr-Medium.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextCyr-Demi.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Demi.woff') format('woff'),
        url('../fonts/AvenirNextCyr-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextCyr-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Geo';
    src: url('../fonts/Geogrotesque-Medium.woff2') format('woff2'),
        url('../fonts/Geogrotesque-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geo';
    src: url('../fonts/Geogrotesque-Light.woff2') format('woff2'),
        url('../fonts/Geogrotesque-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Geo';
    src: url('../fonts/Geogrotesque-Bold.woff2') format('woff2'),
        url('../fonts/Geogrotesque-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Gotham-ExtraLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Backlash';
    src: url('../fonts/BacklashScript.woff2') format('woff2'),
        url('../fonts/BacklashScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/


/* Additional Flex Templates */

.uk-margin.blogTileLinks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
}

.uk-margin.blogTileLinks .blogTileLink {
    width: calc(33.33% - 10px);
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}

.uk-margin.blogTileLinks .blogTileLink:nth-child(3), .uk-margin.blogTileLinks .blogTileLink:nth-child(6) {
    margin-right: 0px;
}

@media (max-width:597px) {
	.uk-margin.blogTileLinks .blogTileLink {
		margin-right: 0;
	}
}

.uk-margin.blogTileLinks .blogTileLink:nth-child(1),.uk-margin.blogTileLinks .blogTileLink:nth-child(2),.uk-margin.blogTileLinks .blogTileLink:nth-child(3) {
	margin-bottom:5vw;
}

.uk-margin.blogTileLinks .blogTileLink .photo img {
    width: 100%;
    height: auto;
    margin-top: -10%;
    margin-bottom: -10%;
    position: relative;
    z-index: 1;
}

.uk-margin.blogTileLinks .blogTileLink .photo {
    overflow: hidden;
    position: relative;
}

.uk-margin.blogTileLinks .blogTileLink .photo .details {
    background: rgb(42 39 68 / 80%);
    z-index: 100;
    position: absolute;
    bottom: 0px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    flex-wrap: nowrap;
    align-items: flex-start;
    max-height: 50%;
    width: 100%;
	min-height:40%;
}



.uk-margin.blogTileLinks .blogTileLink .photo .details p {
    height: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px 30px;
    display: block;
    position: relative;
}

.uk-margin.blogTileLinks .blogTileLink:hover .photo .details p {
    height: auto;
}

.uk-margin.blogTileLinks .blogTileLink .details,
.uk-margin.blogTileLinks .blogTileLink .details *{
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.uk-margin.blogTileLinks .blogTileLink .photo .details *:first-child {
    font-family: var(--primary-font);
    text-transform: uppercase;
    padding: 20px 30px;
    margin: 0px;
	font-weight:800;
}

.blogTileLink:hover .details {
    bottom: 0px;
    max-height:100% !important;
    height:100% !important;
}

.blogTileLink:hover .details p {
    padding:0px 30px 20px 30px !important;
}

a.blogTileLink {
    display: block !important;
    width: 160px !important;
    text-align: center;
    padding: 20px 0px 0px 0px;
    box-sizing: border-box;
    color: #2A2744;
    font-family: 'Gotham';
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 4px solid #D2C929;
    margin: auto !important;
    text-decoration:none !important;
}

@media(max-width:1200px) {
    .uk-margin.blogTileLinks .details {
        max-height:80% !important;
    }

    .uk-margin.blogTileLinks .blogTileLink:hover .details {
        max-height:100% !important;
    }
    
    .uk-margin.blogTileLinks .blogTileLink h3 {
        font-size:18px;
        padding-top:10px !important;
        padding-bottom:10px !important;
    }
    
    .uk-margin.blogTileLinks .blogTileLink p {
        font-size:14px;
        line-height:150%;
        padding-right:30px !important;
    }
}

@media(max-width:900px) {
    .uk-margin.blogTileLinks .blogTileLink {
        width: 100%;
        margin-bottom:30px;
    }

    .uk-margin.blogTileLinks .blogTileLink h3 {
        font-size:25px;
        padding-top:20px !important;
        padding-bottom:20px !important;
    }
    
    .uk-margin.blogTileLinks .blogTileLink p {
        font-size:18px;
        line-height:150%;
    }
}

.uk-margin.fourColumnColors {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.uk-margin.fourColumnColors .column {
    width: 25%;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-top: 20px solid;
    padding-top: 40px;
    box-sizing: border-box;
}

.uk-margin.fourColumnColors .column:last-of-type {
    margin-right: 0px;
}

.uk-margin.fourColumnColors .column h4 {
    font-size: 45px;
}

.uk-margin.fourColumnColors .column h5 {
    font-family: var(--primary-font);
    font-size: 29px;
    font-weight: 800;
    line-height: 120%;
}

.uk-margin.fourColumnColors .column:not(:first-of-type) {
    padding-right: 20px;
    padding-left: 20px;
}

.uk-margin.fourColumnColors .column p {
    font-size: 18px;
    line-height: 120%;
    margin:0px;
}

@media (max-width:900px) {
    .uk-margin.fourColumnColors {
        display: flex;
        flex-direction: column;
    }
    
    .uk-margin.fourColumnColors .column {
        width: 100%;
        border-top: 0px;
        border-left: 40px solid;
        padding-left: 30px !important;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.uk-margin.blogTileLinks a.blogTileLink:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #D2C929;
    bottom: 0px;
    left: 0px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.uk-margin.blogTileLinks a.blogTileLink {
    position: relative;
    border-bottom: 0px !important;
    overflow: hidden;
    padding-bottom:3px;
}

.uk-margin.blogTileLinks a.blogTileLink:hover:after {
    left: -100%;
} 

.photo-cred {
	font-family: var(--primary-font);
	color: #fff;
	z-index:2;
	font-weight:300;
}

/* Fixes for mobile issues for google search console */
@media (max-width:500px) {
    .slideshow h1 {
        font-size:22px;
    }
}

iframe {
    max-width:100% !important;
}

.shadow.top.left.uk-margin-remove img {
    z-index:1;
    position:relative;
}

blockquote::before,
.shadow:before {
    z-index: 0;
}

.uk-button-text,
.shadow + p {
    position: relative;
    z-index: 1;
}
/* End fixes for mobile issues for google search console */

@media (max-width:500px) {
    #gform_16 input[type=submit] {
        padding: 0px;
        font-size: 10px;
    }
}