/* 
Theme Name: nnc
Author: Shakopee Mdewakanton Sioux Community
Author URI: https://shakopeedakota.org/
Description: Description
Version: 1.0.0
Text Domain: nnc
Tags: 
©2019 SMSC. All Rights Reserved.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

:root {
    --unm-gold: #bc9552;
    --unm-blue: #8db5c9;
    --unm-dark-gray: #383838;

    --gutter: 20px;
}

/* Document
	 ========================================================================== */

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/awesome/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
		 url('../fonts/awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
		 url('../fonts/awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
		 url('../fonts/awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
		 url('../fonts/awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900&display=swap');

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body { margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a { background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong { font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small { font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img { border-style: none; }

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] { -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */

fieldset { padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress { vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea { overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details { display: block; }

/*
 * Add the correct display in all browsers.
 */

summary { display: list-item; }

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template { display: none; }

/**
 * Add the correct display in IE 10.
 */

[hidden] { display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea { color: #404040; font-family: 'Montserrat', sans-serif; font-size: 14px; line-height: 1.5; }
h1, h2, h3, h4, h5, h6 { clear: both; font-weight: 400; margin: 0; }
/* p { margin-bottom: 1.5em; } */
dfn, cite, em, i { font-style: italic; }
blockquote { margin: 0 1.5em; }
address { margin: 0 0 1.5em; }
pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }
code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; } 
abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }
mark, ins { background: #fff9c0; text-decoration: none; }
big { font-size: 125%; }

p { margin: 0 0 12px 0; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html { box-sizing: border-box; }

html, body {
	height: 100%;
	font-size: 16px;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body { background: #eceae6; /* Fallback for when there is no custom background color defined. */ }
hr { background-color: #ccc; border: 0; height: 1px; margin: 1.5em 0; }
ul, ol { margin: 0 0 1.5em 3em; }
ul { list-style: disc; }
ol { list-style: decimal; }
li > ul,
li > ol { margin-bottom: 0; margin-left: 1.5em; }
dt { font-weight: bold; }
dd { margin: 0 1.5em 1.5em; }
img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }
figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ }
table { margin: 0 0 1.5em; width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; color: rgba(0, 0, 0, 0.8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover { border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus { border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus { color: #111; }

select { border: 1px solid #ccc; }

textarea { width: 100%; }

/*--------------------------------------------------------------
# OOCSS
--------------------------------------------------------------*/

.content-width { max-width:1160px; width:100%; margin:0 auto; padding: 0 10px; }  
.full-width { width: 100%; }
.half-width { width: 50%; }
.one-fifth-width { width: 20%; }
.one-qtr-width { width:25%; }
.one-fifth-width { width:20%; }
.two-fifth-width { width: 40%; }
.three-fifth-width { width: 60%; }
.four-fifth-width { width: 80%; }
.three-qtr-width { width:75%; }
.one-third-width { width: 33.3333%; }
.two-third-width { width: 66.6666%; }
.full-height { height:100%; }

.no-padding { padding: 0; }
.sm-padding, .padding-sml { padding:5px; }
.med-padding, .padding-med { padding:15px; }
.lrg-padding, .padding-lrg { padding: 30px; }
.padding-top-non { padding-top: 0px; }
.padding-top-sml { padding-top: 5px; }
.padding-top-med { padding-top: 15px; }
.padding-top-lrg { padding-top: 30px; }
.padding-bottom-sml { padding-bottom: 5px; }
.padding-bottom-med { padding-bottom: 15px; }
.padding-bottom-lrg { padding-bottom: 30px; }
.padding-right-zer { padding-right: 0px; }
.padding-right-sml { padding-right: 5px; }
.padding-right-med { padding-right: 15px; }
.padding-right-lrg { padding-right: 30px; }
.padding-left-zer { padding-left: 0px; }
.padding-left-sml { padding-left: 5px; }
.padding-left-med { padding-left: 15px; }
.padding-left-lrg { padding-left: 30px; }
.padding-right-med { padding-right: 15px; }
.padding-right-sml { padding-right: 5px; }
.padding-x-sml, .padding-horz-sml { padding-left: 5px; padding-right: 5px; }
.padding-x-med, .padding-horz-med { padding-left: 15px; padding-right: 15px; }
.padding-x-lrg, .padding-horz-lrg { padding-left: 30px; padding-right: 30px; }
.padding-x-xlrg, .padding-horz-xlrg { padding-left: 40px; padding-right: 40px; }
.padding-y-sml, .padding-vert-sml { padding-top: 5px; padding-bottom: 5px; }
.padding-y-med, .padding-vert-med { padding-top: 15px; padding-bottom: 15px; }
.padding-y-lrg, .padding-vert-lrg { padding-top: 30px; padding-bottom: 30px; }
.padding-y-xlrg, .padding-vert-xlrg { padding-top: 40px; padding-bottom: 40px; }

.no-margin { margin: 0 !important; }
.margin-right-zer { margin-right: 0px; }
.margin-right-sml { margin-right: 5px; }
.margin-right-med { margin-right: 15px; }
.margin-right-lrg { margin-right: 30px; }
.margin-left-zer { margin-left: 0px; }
.margin-left-sml { margin-left: 5px; }
.margin-left-med { margin-left: 15px; }
.margin-left-lrg { margin-left: 30px; }
.margin-bottom-zer { margin-bottom: 0px; }
.margin-bottom-sml { margin-bottom: 5px; }
.margin-bottom-med { margin-bottom: 15px; }
.margin-bottom-lrg { margin-bottom: 30px; }
.margin-top-zer { margin-top: 0px; }
.margin-top-sml { margin-top: 5px; }
.margin-top-med { margin-top: 15px; }
.margin-top-lrg { margin-top: 30px; }
.margin-x-sml,  .margin-horz-sml  { margin-left: 5px;  margin-right: 5px; }
.margin-x-med,  .margin-horz-med  { margin-left: 15px; margin-right: 15px; }
.margin-x-lrg,  .margin-horz-lrg  { margin-left: 30px; margin-right: 30px; }
.margin-x-xlrg, .margin-horz-xlrg { margin-left: 40px; margin-right: 40px; }
.margin-y-sml,  .margin-vert-sml  { margin-top: 5px;  margin-bottom: 5px; }
.margin-y-med,  .margin-vert-med  { margin-top: 15px; margin-bottom: 15px; }
.margin-y-lrg,  .margin-vert-lrg  { margin-top: 30px; margin-bottom: 30px; }
.margin-y-xlrg, .margin-vert-xlrg { margin-top: 40px; margin-bottom: 40px; }

.float-left, .desktop-left, .alignleft { float:left; }
.float-right, .desktop-right, .alignright { float:right; }

img.alignleft { padding: 20px 20px 20px 0 }
img.alignright { padding: 20px 0px 20px 20px }

.overflow-hidden { overflow:hidden; }
.overflow-initial { overflow: initial; }
.tablet-show, .mobile-show { display:none; }
.display-table { display:table; table-layout: fixed; }
.display-inline-block { display: inline-block; }
.display-block { display: block; }
.relative{position: relative;}
.absolute {position: absolute;}
.fixed { position: fixed; }
.vertical-top { vertical-align:top; }
.vertical-middle { vertical-align:middle; }
.table-cell { display:table-cell; }
.text-center { text-align: center; }
.text-left { text-align:left; }
.text-right { text-align:right; }

.xlrg-font, .font-xlrg { font-size: 2.25em; }
.lrg-font, .font-lrg { font-size: 2em; line-height: 1; }
.med-font, .font-med { font-size: 1.5em; line-height: 1.5em;}
.font-sml { font-size: .8em; }
.light { font-weight: lighter; }
.font-bold { font-weight: 700; }
.uppercase { text-transform:uppercase; }
.italic { font-style: italic; }

.border-sml  { border: 1px solid transparent; }
.border-med  { border: 3px solid transparent; }
.border-lrg  { border: 5px solid transparent; }
.border-xlrg { border: 10px solid transparent; }
.border-top-sml  { border-top: 1px solid transparent; }
.border-top-med  { border-top: 3px solid transparent; }
.border-top-lrg  { border-top: 5px solid transparent; }
.border-top-xlrg { border-top: 10px solid transparent; }
.border-bottom-sml  { border-bottom: 1px solid transparent; }
.border-bottom-med  { border-bottom: 3px solid transparent; }
.border-bottom-lrg  { border-bottom: 5px solid transparent; }
.border-bottom-xlrg { border-bottom: 10px solid transparent; }
.border-left-sml  { border-left: 1px solid transparent; }
.border-left-med  { border-left: 3px solid transparent; }
.border-left-lrg  { border-left: 5px solid transparent; }
.border-left-xlrg { border-left: 10px solid transparent; }
.border-right-sml  { border-right: 1px solid transparent; }
.border-right-med  { border-right: 3px solid transparent; }
.border-right-lrg  { border-right: 5px solid transparent; }
.border-right-xlrg { border-right: 10px solid transparent; }

.border-dotted { border-style: dotted; }
.border-bottom-none { border-bottom: none !important; }

.light-blue-color, .light-blue-color a { color: #8db5c9; }
.dark-blue-color, .dark-blue-color a { color: #0e1a33; }
.gold-color, .gold-color a { color: #bd9554; }
.light-beige-color, .light-beige-color a { color: #f8f5eb; }
.white-color, .white-color a { color:#fff; }
.almost-black-color, .almost-black-color a { color: #404040; }

.white-bg { background-color:#fff; }
.gray-bg { background-color: #F5F5F5; }
.dark-gray-bg { background-color: #383838; }
.light-gray-bg { background-color: #7e7e7e; }
.lighter-gray-bg { background-color: #a1a1a1; }
.light-blue-bg { background-color: #8db5c9; }
.dark-blue-bg { background-color: #0e1a33; }
.gold-bg { background-color: #bd9554; }
.light-beige-bg { background-color: #f8f5eb; }
.semi-dark-transparent-bg { background-color: rgba(0, 0, 0, 0.1); }
.semi-light-transparent-bg { background-color: rgba(255, 255, 255, 0.1); }
.mostly-light-transparent-bg { background-color: rgba(255, 255, 255, 0.7); }

.dark-gray-border { border-color: #383838; }
.light-gray-border { border-color: #7e7e7e; }
.lighter-gray-border { border-color: #e1e1e1; }
.gray-border { border-color: #a1a1a1; }
.semi-dark-transparent-border { border-color: rgba(0,0,0,0.1); }
.semi-light-transparent-border { border-color: rgba(255,255,255,0.1); }

.pointer { cursor: pointer; }

.flex-container { -ms-box-orient: horizontal; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; }
.wrap    { -webkit-flex-wrap: wrap; flex-wrap: wrap; }  

.inherit-height { height: inherit; }
.inherit-width { width: inherit; }

.hide { display: none; }
.hide-all { display: none; visibility: hidden; opacity: 0; }

/* css columns do not work >= IE8 */
.columns-1 { columns: 1; -webkit-columns: 1; -moz-columns: 1; }
.columns-2 { columns: 2; -webkit-columns: 2; -moz-columns: 2; -webkit-column-gap: 50px; -moz-column-gap: 50px; column-gap: 50px; }
.columns-3 { columns: 3; -webkit-columns: 3; -moz-columns: 3; -webkit-column-gap: 30px; -moz-column-gap: 30px; column-gap: 30px; }
.columns-4 { columns: 4; -webkit-columns: 4; -moz-columns: 4; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; }
.columns-5 { columns: 5; -webkit-columns: 5; -moz-columns: 5; -webkit-column-gap: 15px; -moz-column-gap: 15px; column-gap: 15px; }

/* ~ Flex Positioning ~ */
.display-flex { display: flex; flex-wrap: wrap; }
.flex-row { flex-direction: row; }
.flex-row-reverse { flex-direction: row-reverse; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-top { align-items: flex-start; align-content: flex-start; }
.flex-horz-center, .flex-justify-center { justify-content: center; }
.flex-horz-right { justify-content: flex-end; }
.flex-horz-space-around { justify-content: space-around; }
.flex-horz-space-between { justify-content: space-between; }
.flex-vert-top { align-items: flex-start; }
.flex-vert-center { align-items: center; }
.flex-vert-bottom { align-items: flex-end; }
.flex-vert-stretch { align-items: stretch; }
.flex-self-top { align-self: flex-start; }
.flex-self-center { align-self: center; }
.flex-self-bottom { align-self: flex-end; }
.flex-self-stretch { align-self: stretch; }
.flex-abs-center { align-items: center; justify-content: center; }
.flex-grow-1 { flex-grow: 1; }
.flex-grow-2 { flex-grow: 2; }
.flex-grow-3 { flex-grow: 3; }
.flex-grow-4 { flex-grow: 4; }
.flex-grow-5 { flex-grow: 5; }
.flex-grow-6 { flex-grow: 6; }
.flex-grow-7 { flex-grow: 7; }
.flex-grow-8 { flex-grow: 8; }
.flex-grow-9 { flex-grow: 9; }
.flex-25 { flex: 25%; }
.flex-33 { flex: 33.333%; }
.flex-50 { flex: 50%; }
.flex-66 { flex: 66.666%; }
.flex-75 { flex: 75%; }

/* Buttons/Links */
a.button { text-decoration: none; text-align: center; color: #ffffff; padding: 0 14px; line-height: 2.6em; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; outline: none; border: none; font-family: inherit; font-size: 1em; font-weight: 600; display: inline-block; margin: 0 4px 4px 0; cursor: pointer; -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.button i { margin-right: 0.7em; color: inherit; position: relative; line-height: 0; }
a.button.large { padding: 0 18px !important; font-size: 1.2em !important; }
a.button:hover { color: #bd9554; }

/***************/
/* Transitions */
/***************/
.transition75  {
	-moz-transition: all 75ms ease;  /* FF4+ */
	-o-transition: all 75ms ease;  /* Opera 10.5+ */
	-webkit-transition: all 75ms ease;  /* Saf3.2+, Chrome */
	-ms-transition: all 75ms ease;  /* IE10 */
	transition: all 75ms ease; 
}

.transition100 {
	-moz-transition: all 100ms ease;  /* FF4+ */
	-o-transition: all 100ms ease;  /* Opera 10.5+ */
	-webkit-transition: all 100ms ease;  /* Saf3.2+, Chrome */
	-ms-transition: all 100ms ease;  /* IE10 */
	transition: all 100ms ease; 
}
.transition250, .deli-day, .lightbox {
	-moz-transition: all 250ms ease;  /* FF4+ */
	-o-transition: all 250ms ease;  /* Opera 10.5+ */
	-webkit-transition: all 250ms ease;  /* Saf3.2+, Chrome */
	-ms-transition: all 250ms ease;  /* IE10 */
	transition: all 250ms ease; 
}
.transition500-ease-in-out {
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.transition500, .read-overlay::after {
	-moz-transition: all 500ms ease;  /* FF4+ */
	-o-transition: all 500ms ease;  /* Opera 10.5+ */
	-webkit-transition: all 500ms ease;  /* Saf3.2+, Chrome */
	-ms-transition: all 500ms ease;  /* IE10 */
	transition: all 500ms ease; 
}
.transition1000 {
	-moz-transition: all 1000ms ease;  /* FF4+ */
	-o-transition: all 1000ms ease;  /* Opera 10.5+ */
	-webkit-transition: all 1000ms ease;  /* Saf3.2+, Chrome */
	-ms-transition: all 1000ms ease;  /* IE10 */
	transition: all 1000ms ease; 
}
.no-transition {
	-moz-transition: all 0ms ease;  /* FF4+ */
	-o-transition: all 0ms ease;  /* Opera 10.5+ */
	-webkit-transition: all 0ms ease;  /* Saf3.2+, Chrome */
	-ms-transition: all 0ms ease;  /* IE10 */
	transition: all 0ms ease; 
}

.delay250 { -webkit-transition-delay: 250ms; -moz-transition-delay: 250ms; -o-transition-delay: 250ms; transition-delay: 250ms;	}
.delay500 { -webkit-transition-delay: 500ms; -moz-transition-delay: 500ms; -o-transition-delay: 500ms; transition-delay: 500ms;	}
.delay750 { -webkit-transition-delay: 750ms; -moz-transition-delay: 750ms; -o-transition-delay: 750ms; transition-delay: 750ms;	}
.delay1000 { -webkit-transition-delay: 1000ms; -moz-transition-delay: 1000ms; -o-transition-delay: 1000ms; transition-delay: 1000ms; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#site-title { margin: 0; }
#site-title .logo { width: 100%; }

.header-wrapper { height: 120px; }
#masthead { position: fixed; top: 0; z-index: 5000; width: 100%; background: #f8f5eb; -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); } 
#header-top { height: 120px; }
#header-top .site-branding img { width: 302px; }

#nav-icon { display: none; width: 30px; right: 10px; top: 20px; float: right; opacity: 0.8; height: 30px; position: relative; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; }
#nav-icon span { display: block; position: absolute; height: 5px; width: 100%; border-radius: 5px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
#nav-icon span:nth-child(1) { top: 0; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
#nav-icon span:nth-child(2) { top: 10px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
#nav-icon span:nth-child(3) { top: 20px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }

#nav-icon.active span:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; left: 8px; }
#nav-icon.active span:nth-child(2) { width: 0; opacity: 0; }
#nav-icon.active span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 21px; left: 8px; }

.top-navigation ul#primary-menu { padding-left: 0; margin: 0; list-style: none; height: 120px; }
.top-navigation ul > li { float: left; padding-left: 20px; height: 120px; line-height: 120px; position: relative; }
.top-navigation ul > li a { color: #7e7e7e; text-decoration: none; font-size: 14px; display: table-cell; vertical-align: middle; white-space: nowrap; border-top: 4px solid transparent; border-bottom: 4px solid transparent; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -o-transition: all .1s linear; -ms-transition: all .1s linear; transition: all .1s linear; }
.top-navigation li.menu-item-has-children>a:after { content: '\f107'; font-family: 'FontAwesome'; margin-left: 5px; }
.top-navigation li.menu-item-has-children>a.menu-shown:after { content: '\f105'; }
.top-navigation li.menu-item-has-children:hover>.sub-menu { display: block !important; }
.top-navigation ul > li:hover > a { color: #bc9552; }
.top-navigation #primary-menu > li.current-menu-item>a,
.top-navigation #primary-menu > li.current-menu-parent > a { border-top-color: #3b3b3b; color: #bc9552; }
.top-navigation .sub-menu { display: none; position: absolute; padding: 10px; margin-top: -40px; right: 0; background-color: #fff; -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
.top-navigation .sub-menu li { float: none; padding: 10px; height: auto; line-height: 1; overflow: hidden; }
.top-navigation .sub-menu li a { float: left; width: 100%; height: 100%; font-size: 14px; }
.top-navigation .sub-menu li a:hover { color: #bd9554; }
.top-navigation .sub-menu li a:visited { color: #7e7e7e; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited { color: #bc9552; text-decoration: none; }
/* a:visited { color: #bc9552; } */
a:hover, a:focus, a:active { text-decoration: underline; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation { clear: both; display: block; float: left; width: 100%; }
.main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; }
.main-navigation ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 100%; left: -999em; z-index: 99999; }
.main-navigation ul ul ul { left: -999em; top: 0; }
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul { left: 100%; }
.main-navigation ul ul a { width: 200px; }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul { left: auto; }
.main-navigation li { float: left; position: relative; }
.main-navigation a { display: block; text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul { display: block; }

@media screen and (min-width: 37.5em) {
	.menu-toggle { display: none; }
	.main-navigation ul { display: block; }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation { margin: 0 0 1.5em; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous { float: left; width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next { float: right; text-align: right; width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus { outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }
.alignright { display: inline; float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; 	margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget select { max-width: 100%; }
.widget ul { margin: 0; list-style: none; padding-left: 10px; }
.widget ul li a { text-decoration: none; }
.widget input[type="text"] { padding-left: 15px; padding-right: 41px; }
.widget .search-btn { top: 0; right: 0; background: none; border: none; outline: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site { width: 100%; margin: 0 auto; position: relative; display: table; table-layout: fixed; height: 100%; }
.site-content { width: 100%; display: table-row; height: 100%; text-align: left; }
#content { margin-top: 120px; }
.banner {
	background-color: #fff;
	border-top: 10px solid #383838; 
	border-bottom: 20px solid #383838; 
	position: relative;
}
.background-1,
.background-1-1,
.background-2 { position: absolute; width: 100%; height: 100%; }
.background-1 { 
	background: url(../images/header_image_bw.png) no-repeat;
	background-size: cover; 
	background-position: center center;
}
.background-2 { 
	background: url(../images/header_shapes_color.png) no-repeat; 
	background-size: auto 100%; 
	background-position: center center;
}
/* .banner:hover .background-2 { opacity: 0; } */
.banner:hover .background-1 { 
	background: url(../images/header_image_color.png) no-repeat; 
	background-size: cover;
	background-position: center center;
}

#header-image { 
	background-color: #ffffff;
	position: relative;
	min-height: 150px; 
}
#header-image .background-1 {
	background-size: cover;
	background-position: center center; 
}
.banner .background-1-1,
#header-image .background-1-1 {
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
.banner:hover .background-1-1,
#header-image:hover .background-1-1 {
	opacity: 1;
}
#header-image .background-2 { background-size: auto 100%; background-repeat: no-repeat; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky { display: block; }

.updated:not(.published) { display: none; }

.page-content,
.entry-content,
.entry-summary { margin: 12px 0 0; }

.page-links { clear: both; margin: 0 0 1.5em; }

.page-title h1 { font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; }

.error-404-image { width: 100%; height: 300px; position: relative; }
.error-404-image .image-1,
.error-404-image .image-2 { position: absolute; width: 100%; height: 100%; background-size: contain; background-position: center center; background-repeat: no-repeat; }
.error-404-image .image-2 { opacity: 0; }
.error-404-image:hover .image-2 { opacity: 1; }

.post .entry-title a { text-decoration: none; }

article.post { padding-bottom: 20px; }
article.post:not(:first-of-type) { padding-top: 20px; }
article.post { border-bottom: 1px solid #cecece; }
article.post:last-of-type { border-bottom: 0; }
article.post p:last-of-type { margin-bottom: 0px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object { max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link { display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; } 
.wp-caption-text { text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; }
.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; } 
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; } 
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }
.gallery-caption { display: block; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer { color: #ececec; font-size: 14px; padding: 24px 0; line-height: 2.0;}
.site-footer .footer-campaign { float: left; }
.site-footer .footer-copy { float: right; }

/*--------------------------------------------------------------
# Custom Elements
--------------------------------------------------------------*/

.menu.nav-menu { height: 120px; }
.menu.nav-menu li { list-style: none; display: inline-block; float: left; vertical-align: middle; text-transform: none; position: relative; margin-left: 20px; height: 120px; }
.menu.nav-menu li a { display: table-cell; vertical-align: middle; white-space: nowrap; border-top: 4px solid transparent; border-bottom: 4px solid transparent; height: 120px; }
 
.info-panel { background: #383838; border-bottom: 10px solid #4d4d4d; padding: 20px 0; }
.article-row { border-bottom: 10px solid rgba(0, 0, 0, 0.1) !important; }
.page-info-panel { padding: 40px 0; }
/* .page-info-panel img { height: 100%; } */
/* .page-info-panel img { max-width: 268px; } */

/* Accordian */
.accordion-active .accordion-title { background-color: #3b3b3b !important; }
.accordion-title { padding: 1em 2.8em 1em 0.6em; }
.accordion-item { margin-bottom: 10px; }
.accordion-item .accordion-body { display: none; }
.accordion-item:first-of-type .accordion-body { display: block; }
.expand-icon { position: absolute; right: 0; padding-right: 10px; height: 100%; top: 0; display: flex; align-items: center; }
.expand-icon:after { content: '\f055'; font-family: 'FontAwesome'; }
.accordion-active .expand-icon:after { content: '\f056'; font-family: 'FontAwesome'; }
.caption-container { margin: 0 20px; padding: 10px; border: 4px solid rgba(0,0,0,0.2); background: rgba(0,0,0,0.7); text-align: center; }

/* Stats/Facts */
.featured-stats .slick-list,
.featured-stats .slick-track { height: 100% !important; }
.adornment img { width: 100%; height: auto; max-width: 250px; max-height: 250px; }

.stat-single:nth-child(even) .adornment { float: left; }
.stat-single:nth-child(even) .stat { float: right; }
.stat-single:nth-child(odd) .adornment { float: right; }
.stat-single:nth-child(odd) .stat { float: left; }

.slick-slide, .slick-slide * { outline: none !important; } 
.slick-prev.slick-arrow { left: 0px; }
.slick-next.slick-arrow { right: 0px; }
.slick-prev.slick-arrow:before { font-size: 30px; color: #040404; content: "\f137" !important; font-family: 'FontAwesome' !important; position: absolute !important; left: 0px; top: 0px; }
.slick-next.slick-arrow:before { font-size: 30px; color: #040404; content: "\f138" !important; font-family: 'FontAwesome' !important; position: absolute !important; right: 0px; top: 0px; }


/* Podcast */
.podcast-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.podcast-section-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-bottom: 10px; }
.podcast-section-title img { float: left; width: 20px; height: auto; margin-left: 0; margin-right: 0; }


.podcast-container__item { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 10px; padding-bottom: 10px; }
.podcast-item__thumbnail { width: 100%; max-width: 320px; position: relative; max-height: 180px; height: 100%; overflow: hidden; -webkit-transition: all .4s linear; -o-transition: all .4s linear; transition: all .4s linear; }
.podcast-container__item:first-of-type { margin-bottom: 50px; }
.podcast-container__item:first-of-type .podcast-item__thumbnail { max-width: 400px; max-height: 225px; }
.podcast-thumbnail__cover { color: #8db5c9; opacity: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; position: absolute; font-size: 5em; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.2); z-index: 1; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.podcast-item__thumbnail:hover .podcast-thumbnail__cover { opacity: 1; }
.podcast-item__details { padding-left: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.podcast-details__meta { color: #404040; margin-bottom: 5px; }
.podcast-details__body { margin-bottom: 10px; }
.podcast-details__subscribe { margin-top: auto; }
.listen-container__item { display: inline-block; }
.listen-container__item:not(:last-of-type) { margin-right: 10px; }
/* .listen-container__item a.listen-to-link { display: block; padding: 10px; border-radius: 5px; border: 2px solid #cecece; background: rgba(255,255,255,0.7); } */
.listen-container__item a.share-to-link { display: block; font-size: 32px; }
.listen-container__item a.share-to-link:not(:last-of-type) { margin-right: 5px; }
.share-to-link.facebook { color: #1877f2; }
.share-to-link.twitter { color: #1d9bf0; }
.listen-container__item img { height: 60px; width: auto; }

.single-unm_podcast .entry-footer { display: flex; }
.single-unm_podcast .entry-footer .next-episode { margin-left: auto; }

/* Podcast Lightbox */
body.lightbox-active, body.speaker-popover-active { overflow-y: hidden; }
.lightbox-overlay, .speaker-overlay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0,0,0,0.4); display: none; overflow-y: auto; }
.lightbox-overlay.active, .speaker-overlay.active { display: block; padding: 100px; z-index: 1000000; }
.lightbox__inner {
    background-color: #fff;
    position: relative;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.lightbox-close { position: absolute; top: -15px; right: -15px; background: #fff; border: 1px solid #cecece; font-size: 1.1em; padding: 5px; border-radius: 50%; width: 30px; height: 30px; text-align: center; cursor: pointer; z-index: 100; }
.lightbox-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 99;
	width: 100%;
	line-height: 0;
	max-width: 900px;
}
.lightbox-content__scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	margin-top: 56.25%;
}
.lightbox-content__scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgb( 0 0 0 / 60%);
			box-shadow: 0 0 8px rgb( 0 0 0 / 60%);
	background: #000;
	border: 0;
	outline: 0;
}
.lightbox-scaler__temp {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

/** Ninja Forms Override **/
.nf-form-content .list-select-wrap>div div {
    display: block;
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 16px;
    height: 50px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field:not([type="radio"]), .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 50px;
}
.nf-form-content input:not([type=button]), .nf-form-content textarea, .nf-form-content select {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
}
.nf-field-description {
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 0.8em;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	#site-title img { position: absolute; z-index: 100; }
	.banner { min-height: 300px; height: 400px; }
}

@media only screen and (min-width: 1280px) {
	/* .banner { min-height: 400px; height: 600px; } */
}
@media only screen and (min-width: 1920px) {
	html, body { font-size: 18px; }
}

@media only screen and (max-width: 1280px) {
	.desktop-sml-half { width:50%; display:block; }
	.desktop-sml-third { width:33.3333%; display:block; }
	.top-navigation ul>li { padding: 0 0 0 40px; }
	.top-navigation ul>li a { font-size: 14px; }
}

@media only screen and (max-width: 1160px) {
	.article-sidebar { margin-right: 30px; }
}

@media only screen and (max-width: 1146px) {
	a.button { line-height: 2.2em; }
}

@media only screen and (max-width:1000px),
only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.tablet-lrg-full { width:100%; display:block; }
	.tablet-lrg-half { width:50%; display:block; }
	.tablet-lrg-float-left { float:left; }
	.tablet-lrg-float-right { float:right; }
	.tablet-lrg-two-third { width: 66.6666%; } 
	.tablet-lrg-one-third { width:33.3333%; }
	.tablet-lrg-hide { display: none; }
	
	.header-wrapper { height: 100px; }
	#content { margin-top: 100px; }
	#header-top { height: 100px; }
	.top-navigation ul#primary-menu { height: 100px; }
	.top-navigation ul>li { float: left; padding-left: 20px; height: 100px; line-height: 100px; }

	.site-branding { width: 300px; }
	.site-branding img { max-width: 100%; }

	#nav-icon { display: block; top: 37px; }
	.top-navigation { position: absolute; left: -200px; top: 100px; height: auto; background: #fff; opacity: 0; -moz-transition: all 500ms ease; -o-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; transition: all 500ms ease; border-bottom: 1px solid rgba(0,0,0,0.1); }
	.top-navigation.active { left: 0%; width: 100%; opacity: 1; }
	.top-navigation .table-cell { display: block; width: 100%; }
	.top-navigation ul#primary-menu { height: auto; }
	.top-navigation ul>li { float: none; padding: 0px; line-height: 1; height: auto; width: 100%; border-top: 1px solid rgba(0,0,0,0.1); }
	.top-navigation ul>li a { padding: 15px 10px; display:block; border-width: 0; width: 100%; }
	.top-navigation li.menu-item-has-children a:after { float: right; }
	.top-navigation .sub-menu { position: relative; background: #fff; width: 100%; padding: 0; margin: 0; }
	.top-navigation li:hover > .sub-menu { display: block; }
	.top-navigation .sub-menu li { padding: 0px; line-height: 1; height: auto; width: 100%; border-top: 1px solid rgba(0,0,0,0.1); }
	.top-navigation .sub-menu li a { padding: 15px 10px 15px 25px; display: block; border-width: 0; width: 100%; }
}

@media only screen and (max-width: 768px) {
	.tablet-full { width:100%; display:block; margin-bottom: 20px; }
	.tablet-full:last-of-type { margin-bottom: 0px; }
	.tablet-half { width: 50%; }
	.tablet-hide { display:none; }
	.tablet-show { display:block; }
	.desktop-right, .desktop-left { float:none; }
	.tablet-text-center { text-align:center; }
	.tablet-text-left { text-align:left; }
	.tablet-text-right { text-align:right; }
	.tablet-flex { flex-direction: column; }
	.tablet-padding-horz-lrg { padding-left: 30px; padding-right: 30px; }
	.tablet-margin-horz-lrg { margin-left: 30px; margin-right: 30px; }
	
    .border-right-gray-med { border-right: none; }	
	.columns-2, .columns-3, .columns-4, .columns-5 { columns: 1; -webkit-columns: 1; -moz-columns: 1; }
 
	a.button.large { font-size: 1em !important; } 
	
	#header-image img.wp-post-image { width: 100%; min-width: 1200px; }
	
	#nav-icon { display: block; top: 37px; }
	.top-navigation { position: absolute; left: -200px; top: 100px; height: auto; background: #fff; opacity: 0; -moz-transition: all 500ms ease; -o-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; transition: all 500ms ease; border-bottom: 1px solid rgba(0,0,0,0.1); }
	.top-navigation.active { left: 0%; width: 100%; opacity: 1; }
	.top-navigation .table-cell { display: block; width: 100%; }
	.top-navigation ul#primary-menu { height: auto; }
	.top-navigation ul>li { float: none; padding: 0px; line-height: 1; height: auto; width: 100%; border-top: 1px solid rgba(0,0,0,0.1); }
	.top-navigation ul>li a { padding: 15px 10px; display:block; border-width: 0; width: 100%; }
	.top-navigation li.menu-item-has-children a:after { float: right; }
	.top-navigation .sub-menu { position: relative; background: #fff; width: 100%; padding: 0; margin: 0; }
	.top-navigation li:hover > .sub-menu { display: block; }
	.top-navigation .sub-menu li { padding: 0px; line-height: 1; height: auto; width: 100%; border-top: 1px solid rgba(0,0,0,0.1); }
	.top-navigation .sub-menu li a { padding: 15px 10px 15px 25px; display: block; border-width: 0; width: 100%; }

	.page-info-panel { padding: 20px; }

	.site-footer .footer-campaign { float: none; width: 100%; padding-bottom: 15px; }
	.site-footer .footer-copy { float: none; width: 100%; padding-top: 15px; }

	.font-med { font-size: 1.4em; line-height: 1.4em; }

	.lightbox-overlay.active {
		padding: 50px;
	}

	.latest-podcast-container { margin-bottom: 30px; }
}

@media only screen and (max-width: 640px) {
	.sml-tablet-left { float:left; }
	.sml-tablet-right { float:right; }
	.sml-tablet-full { width:100%; }
	.sml-tablet-half { width:50%; }
	.sml-tablet-text-center { text-align:center; }
	
	.header-wrapper { height: 100px; }
	#header-top { height: 100px; }
	.site-branding { width: 250px; padding-left: 0; }
	.top-navigation { top: 100px; }
	#header-top .site-branding img { width: 100%; }
	
	#nav-icon { right: 10px; top: 37px; }
	#content { margin-top: 100px; }
	.banner { min-height: 150px; }

	.featured-stats { padding-left: 40px; padding-right: 40px; }

	.slick-prev.slick-arrow:before { left: 10px; font-size: 25px; }
	.slick-next.slick-arrow:before { right: 10px; font-size: 25px; }

	/* Podcast */
	.podcast-container__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.podcast-item__thumbnail { margin-left: auto; margin-right: auto; max-width: 100%; }
	.podcast-item__thumbnail img { width: 100%; }
	.lightbox-overlay.active {
		padding: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.mobile-full { width:100%; display:block; }
	.mobile-hide { display:none; }
	.mobile-show { display:block; }
	.mobile-padding-sml { padding: 10px; }
	.mobile-padding-non { padding: 0px; }
	.mobile-padding-y-sml { padding-top: 10px; padding-bottom: 10px; }
	.padding-med { padding: 5px; }
	.mobile-font-med { font-size: 20px; }
	.mobile-font-sml { font-size: 14px; }
	.mobile-flex { flex-direction: column; }

	.font-med { font-size: 1.3em; line-height: 1.3em; }

	.lrg-padding, .padding-lrg { padding: 10px; }

	h1 { font-size: 1.6em; font-weight: 400; }

	.page-info-panel img { width: 100%; }

	.adornment img { max-width: 200px; max-height: 200px; }

	.lightbox-overlay.active {
		padding: 10px;
	}	

	.latest-podcast-container { margin-bottom: 20px; }
}

.agenda-day--date {
    display: flex;
    gap: 20px;
    align-items: center;
    white-space: nowrap;
    color: var(--unm-gold);
    margin-bottom: 1em;
    display: flex;
    align-items: center;
}
.agenda-day--date .agenda-date--divider {
    content: '';
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: 100%;
}
.agenda-item {
    display: grid;
    gap: 20px;
    grid-template-columns: 20% 1fr;
    padding-bottom: 20px;
    align-items: start;
}
.agenda-item + .agenda-item {
    padding-top: 20px;
    border-top: 1px solid #cecece;
}
.agenda-item--time {
    display: flex;
    flex-direction: column;
    top: 130px;
    position: sticky;
}
.agenda-item--time i {
    margin-right: 10px;
}
.agenda-item--title {
    line-height: 1.3;
    font-size: 1.5em;
    text-transform: uppercase;
    top: 120px;
    position: sticky;
    background-color: #eceae6;
    padding-top: 10px;
    z-index: 1;
}
.agenda-item--title h3 {
    border-bottom: 4px dashed var(--unm-dark-gray);
    display: inline;
}
.agenda-item--description {
    position: relative;
    display: block;
    margin: 20px 0;
}
.agenda-item--description em {
    display: block;
    border-left: 2px solid var(--unm-blue);
    background-color: #fafafa;
    margin-top: 5px;
    padding-left: 4px;
}
.agenda-item--description h4 {
    font-size: 1.25em;
    font-weight: bold;
    display: inline;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.agenda-item--description h4:not(:first-of-type) {
    margin-top: 20px;
}
.agenda-item--description h5 {
    font-size: 1.1em;
    text-decoration: underline;
}

.speaker-popover {
    cursor: pointer;
}
.speaker-popover.inactive {
    cursor: default;
    color: #404040;
}
.speaker-popover.inactive:hover {
    text-decoration: none;
}
.speaker-template {
    display: none;
    position: absolute;
    z-index: -1;
    top: -1000px;
    left: -1000px;
}
.close-speaker-modal {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
    display: flex;
    transform: translate(50%, -50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
}
.close-speaker-modal:hover {
    background-color: #fafafa;
}
.speaker-popover-container {
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    max-width: 900px;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.speaker-image {
    background: #eaeaea;
    padding: 20px;
}
.speaker-popover-container img {
    width: 100%;
    height: auto;
    max-width: 300px;
    border-radius: 4px;
    border: 10px solid #fff;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.speaker-bio {
    padding: 20px;
}
.speaker-popover-container h3 {
    
    font-weight: bold;
}
.speaker-popover-container em {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.9em;
    color: #333;
}

@media (max-width: 768px) {
    .agenda-item {
        grid-template-columns: 1fr;
    }
    .agenda-item--time {
        position: relative;
        top: 0;
    }
    .speaker-overlay.active {
        padding: 50px;
    }
    .agenda-item--title {
        position: relative;
        top: 0;
    }
}
@media (max-width: 500px) {
    .speaker-overlay.active {
        padding: 0;
    }
    .close-speaker-modal {
        transform: translate(0);
        top: calc(100% - 60px);
        right: 10px;
        position: fixed;
        background-color: var(--unm-blue);
        color: #fff;
        transition: background color 0.3s ease;
    }
    .close-speaker-modal:hover {
        color: #333;
    }
}