/* v2.0 */

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

/* #Site Variables
================================================== */
:root {
  --primary: #BA0C2F;
  --secondary: #000000;
  --light: #E2E2E2;
  --dark: #000000;
  --white: #ffffff;
  --text: #000000;
  --navigation: #ffffff;
  
  --primary-font: 'Merriweather', 'Times New Roman', 'Times', serif;
  --secondary-font: 'TradeGothic', Arial, sans-serif;
}


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

.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; }

.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; }
.lh20			{ line-height:2.0em; }
.lh25			{ line-height:2.5em; }

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

h1, .uk-h1				{ font-size:3.500em; }
h2, .uk-h2				{ font-size:2.250em; }
h3, .uk-h3				{ font-size:1.500em; }
h4, .uk-h4				{ font-size:1.000em; }
h5, .uk-h5				{ font-size:0.775em; }

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

em 						{ font-style:normal; color:var(--secondary); }

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

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

hr { position:relative; background:none; border:0; margin:10px 0; }
	hr:before { content:''; position:absolute; bottom:0; left:0; right:0; width:75px; height:2px; background:var(--secondary); margin:0 auto; }

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

blockquote { padding:0 5%; color:inherit; font-style:normal; position:relative; }
	blockquote p { font-size:1.25em; font-weight:600; line-height:1.8em; }
	blockquote cite { display:block; font-style:italic; font-size:.875rem; line-height:1.2em; margin-top:25px; }

label { font-size:.775em; font-family:var(--secondary-font); letter-spacing:2px; text-transform:uppercase; color:var(--dark); }

/* #UIKit Styles
================================================== */
.uk-container-wide		{ padding:0 5%; }
.uk-container-narrow	{ max-width:1000px; padding:0 20px; margin:0 auto; } 

.uk-background-muted { background:var(--light); }

.uk-text-light		{ color:var(--light) !important; }
.uk-text-dark 		{ color:var(--dark) !important; }
.uk-text-contrast	{ color:var(--white) !important; }

.uk-text-small 		{ font-size:.75rem; }
.uk-width-1-1		{ width:100%; }
.uk-height-1-1		{ height:100%; }
.uk-height-1-2		{ height:50%; }

.uk-section-dark, .uk-background-dark { background:var(--dark); color:var(--white); }
.uk-section-dark a, .uk-background-dark a	{ color:var(--light); text-decoration: underline; }

.uk-button { font-family:var(--primary-font); font-weight:300; font-size:.875rem; padding:0px 15px; border-radius:25px; text-transform:inherit; color:var(--dark); border:2px solid var(--dark); background:none; }
.uk-button::after { display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; margin-left:10px; }
    .uk-button::after { font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f30b"; }
.uk-button-primary { border-color:var(--primary); }
.uk-button-primary:hover { background:var(--primary); }
.uk-button-secondary { border-color:var(--primary); color:var(--white); }
.uk-button-secondary:hover { background:var(--primary); }
.uk-button-text { padding:0; color:var(--secondary); font-size:1rem; font-weight:300; }

.uk-overlay-primary { background:rgba(20,57,117,.75); }
.uk-overlay-light { background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,0) 100%);  }
.uk-overlay-gradient { background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); color:var(--white); }
.uk-overlay-gradient2 { background: rgb(0,0,0); background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); color:var(--white); }
.uk-overlay-gradient3 { background: rgb(0,0,0); background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); color:var(--white); }


/* #Page Styles
================================================== */
.logo { width:275px; display:block; margin:0 auto 15px; }

.border { position:relative; }
	.border:before { content:''; position:absolute; top:0; right:0; width:1px; height:100%; background:#707070; z-index:999; }
	
	.border .line { position:fixed; top:0; left:calc(25% - 1.5px); width:2px; height:265px; background:var(--primary); z-index:999; }
	.border .line:after { content:''; position:absolute; bottom:-3.5px; left:-3.5px; width:10px; height:10px; background:var(--primary); border-radius:50%; }

.post-preview { margin-bottom:0x; position:relative; padding:15px 40px 5px; transition: all 0.3s ease-in-out; }
	.post-preview.active { background:#f2f2f2; }
	.post-preview:before { content:''; position:absolute; z-index:999; top:25px; right:-13px; height:20px; width:20px; border:3px solid var(--primary); border-radius:50%; }
	.post-preview.active:before { position:fixed; top:250px; left:calc(25% - 12.5px); }
	/*.post-preview.active:after { content:''; position:absolute; z-index:999; top:32px; right:-6px; height:12px; width:12px; background:var(--primary); border-radius:50%; }*/

.meta { margin-bottom:10px; }
	.meta .icon { width:25px; margin:0 15px 0 0; }
	.meta .date { font-family:var(--secondary-font); font-size:1.3rem; color:var(--primary);display:none; text-transform:uppercase; }
	.meta .category { font-family:var(--secondary-font); font-size:1.2rem; color:var(--primary/*--dark*/); text-transform:uppercase; font-weight:700; }

.hero { display:none; }
	.uk-active.hero { display:block; }

.dropdown-btn { background:none; border:2px solid var(--primary); border-radius:15px; font-family:var(--secondary-font); font-size:1.3em; font-weight:600; text-transform:uppercase; padding:10px 20px; min-width:250px; text-align:left; }
.dropdown-btn:hover { background:var(--primary); color:var(--white); cursor:pointer; }
.dropdown { width:250px; margin-top:0; background:var(--primary); color:var(--white); font-family:var(--secondary-font); border-radius:15px; }
	.dropdown .uk-list li { line-height:1em; }
	.dropdown .uk-list a { color:var(--white); text-decoration:none; text-transform:uppercase; font-size:1.2em; }
	.dropdown .uk-list a:hover { color:var(--dark); }
	.dropdown .uk-list .icon { width:20px; margin-right:5px; }

.highlight { position:relative; }
	.highlight:before { content:''; width:15px; height:15px; border-radius:50%; border:2px solid var(--primary); position:absolute; top:0; left:200px; }
	.highlight:after { content:''; width:2000px; height:2px; background:var(--primary); top:10px; left:-1800px; position:absolute; }

.filter-nav { margin:0; padding:10px 0; list-style:none; }
	.filter-nav li { padding-left:25px; margin:0 0 10px; position:relative; }
	.filter-nav li:before { content:''; background:url('../images/filter-off.svg') top left no-repeat; background-size:contain; width:18px; height:25px; position:absolute; top:0; left:0; }
	.filter-nav li a { font-family:var(--secondary-font); color:var(--white); transition: all 0.3s ease-in-out; }
	.filter-nav li:hover a { text-decoration:none; color:var(--primary); }
	.filter-nav li:hover::before, .filter-nav li.uk-active:before { background-image: url('../images/fitler-on.svg'); }

.ribbon {
	  margin-left:25px;
	  display:inline-block;
	  background:var(--primary);
	  position:relative;
	  color:var(--white);
	  padding:10px 0 8px; 
	}
	.ribbon:before { content:''; position:absolute; top:0; left:-25px; height:100%; width:25px; clip-path: polygon(25px 0,0 0,.5em 50%,0 100%,25px 100%); background:var(--primary); }
	.ribbon:after { content:''; position:absolute; top:0; right:-25px; height:100%; width:25px; clip-path: polygon(-100vw 0,calc(100% - .8em) 0,100% 50%,calc(100% - .8em) 100%,-100vw 100%); background:var(--primary); }

.caption { background:var(--primary); color:var(--white); text-align:center; padding:5px 10px; font-size:.75em; font-family:var(--secondary-font); text-transform:uppercase; }

.footer { font-family:var(--secondary-font); color:var(--white); }

.quote-mark { width:125px; }

.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%;
    }

/* #Media Queries
================================================== */
	@media only screen and (max-width: 1199px) {
		h1, .uk-h1				{ font-size:3.000em; }
		h2, .uk-h2				{ font-size:2.150em; }
		h3, .uk-h3				{ font-size:1.500em; }
		h4, .uk-h4				{ font-size:1.000em; }
		
		.border .line { left:calc(33.33% - 1.5px); }
		.post-preview.active:before { left: calc(33.33% - 12.5px); }
		.hero .font12 { font-size:1em; }
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		h1, .uk-h1 { font-size:2.50em; }
		h2, .uk-h2 { font-size:2.00em; }
		h3, .uk-h3 { font-size:1.40em; }
		h4, .uk-h4 { font-size:1.00em; }
		
		.border:after { content:''; position:fixed; top:0; left:calc(83.333% - 1.5px); }
		.border .line { left:calc(100% * 5 / 6.001 - 1.25px); }

		.quote-mark { width:65px; }
	}

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

		h1, .uk-h1 { font-size:2.0em; }
		h2, .uk-h2 { font-size:1.8em; }
		h3, .uk-h3 { font-size:1.25em; }
		h4, .uk-h4 { font-size:0.87em; }
		
		.filter-nav { display:flex; flex-wrap:wrap; }
		.filter-nav li { flex:calc(50% - 25px); }
		
		.post-template-single-thought-leaders .overlay-image { background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); width:100%; height:50%; bottom:0; left:0; }
		.post-template-single-thought-leaders .hero-text { top:auto; bottom:0; --uk-position-translate-y:0; font-size:.875em; }
	}

	/* 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: 'Merriweather';
    src: url('../fonts/Merriweather-Regular.woff2') format('woff2'),
        url('../fonts/Merriweather-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TradeGothic';
    src: url('../fonts/TradeGothicLT-BoldCondTwenty.woff2') format('woff2'),
        url('../fonts/TradeGothicLT-BoldCondTwenty.woff') format('woff');
    font-weight: bold;
    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; }
*/

/*------------------------------------*\
   MOTION HERO 
\*------------------------------------*/

.hero-header {
    margin-bottom: 2em;
	position: relative;
    padding-top:140px;
}

.hero-header video{
	width: 100%;
    position: relative;
	height: 50vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.hero-header .overlay{
	position:absolute;
    background-color: rgba(255,255,255,0.7);
	bottom:0;
    padding:40px 0;
	width: 100%;
	z-index: 2;
    box-sizing: border-box;
    max-height: 40vh;
    overflow: hidden;
}

/* Spacing fix if multiple categories present */
span.category{margin-right:1em;}
