/*
Theme Name: NTMA Pro
Theme URI: https://www.datachieve.com/
Description: NTMA Pro showcases the sleek difference that white space and typography make in minimal design.
Author: Datachieve Digital
Author URI: https://www.datachieve.com/

Version: 1.6.2

Tags: accessibility-ready, block-styles, custom-background, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, featured-images, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: starter-pro
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Container
		- Site Inner
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Author Pro / Genesis Portfolio Pro
		- Jetpack
		- WPForms
	- Skip Links
	- Site Header
		- Title Area
	- Site Navigation
		- Header Menu
		- Header Search
		- Footer Menu
		- Accessible Menu
	- Content Area
		- Entries
		- Entry Messages
		- Entry Meta
		- Pagination
		- Comments
		- Pricing Page
	- Sidebar
	- Before Footer CTA
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 600px
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */
/*
Plantin MT Pro Regular
font-family: "plantin", sans-serif;
font-weight: 400;
font-style: normal;
Plantin MT Pro Italic
font-family: "plantin", sans-serif;
font-weight: 400;
font-style: italic;
Plantin MT Pro Bold
font-family: "plantin", sans-serif;
font-weight: 700;
font-style: normal;
Plantin MT Pro Bold Italic
font-family: "plantin", sans-serif;
font-weight: 700;
font-style: italic;

Orator Std Medium
font-family: "orator-std", monospace;
font-weight: 400;
font-style: normal;
Orator Std Slanted
font-family: "orator-std", monospace;
font-weight: 400;
font-style: italic;
*/

/* Typographical Elements
--------------------------------------------- */
body.home {
	background-color: #fff;
}

body {
	background-color: #f8f8f8;
	color: #666;
	font-family: "trade-gothic-next", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.875;
	margin: 0;
	overflow-x: hidden;
}

body {
	animation: fadein 1s;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.wp-custom-logo .site-title > a,
.wp-custom-logo .title-area,
.site-header {
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

a {
	color: #005596;
	border: none;
	outline: 0;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000;
	border: none;
	outline: 0;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border-width: 0;
	border-collapse: collapse;
	border-top: 1px solid currentColor;
	color: #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 600;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background-color: #ddd;
	color: #000;
}

blockquote {
	margin: 1em;
}

em {
	color: #2D2D2D;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "trade-gothic-next-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.3;
	margin: 0 0 24px;
	text-transform: uppercase;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

.home .small-title {
	color: #fff;
	display: block;
	font-family: "orator-std", monospace;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.small-title {
	color: #2DA9DE;
	display: block;
	font-family: "orator-std", monospace;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

span.small-title.ev-sec {
	font-size: 22px;
}

.comment-respond h3,
.entry-comments h3 {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -0.5px;
	text-align: center;
}

.comment-respond h3::after,
.entry-comments h3::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 40px;
	padding-bottom: 40px;
	width: 5%;
}

h4 {
	font-size: 20px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-bottom: 20px;
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #ccc;
}

/* Forms
--------------------------------------------- */

input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 0;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	padding: 15px;
	width: 100%;
}

input[type="search"] {
	-webkit-appearance: none;
}

input:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

::placeholder {
	color: #000;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: #005596;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding: 20px 30px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.button {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}

.button:after {
	content: "\f138";
	color: #2DA9DE;
    font-family: 'Font Awesome 6 Pro';
	font-size: 18px;
	font-weight: 700;
    padding-left: 10px;
	position: relative;
	top: 1px;
    speak: none;
}	

.button.alt:after {
    display: none;
}	

.button.alt{
    color: white !important;
    text-align: center;
}

.button.large {
	font-size: 14px;
}

.button.secondary {
	background-color: #eee;
	color: #000;
}

.more-link {
	display: inline-block;
	margin-top: 10px;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 15px 20px;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:focus,
.more-link:hover,
.more-link:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	background-color: #304257;
	border-width: 0;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #000;
	color: #fff;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	box-shadow: none;
	color: #999;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background-color: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: 600;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */
.site-container {
	position: relative;
}

.gmm-active .site-container {
	margin-bottom: 0 !important;
}

/* Site Inner
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.home .site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 100px;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	word-wrap: break-word;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: -60px;
	margin-bottom: 60px;
	position: relative;
	word-wrap: break-word;
	z-index: 400;
}

.archive .site-inner,
.page-template-page_blog .site-inner {
	margin-bottom: 100px;
}

.full-width-content.featured-image .site-inner {
	margin-top: -220px;
}

.full-width-content.landing-page .site-inner {
}

.genesis-title-hidden .site-inner {
	margin-top: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Sidebar */

.sidebar {
	background-color: #eee;
	padding: 60px 20px;
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	float: left;
}

/* Sidebar Events
--------------------------------------------- */
.sidebar-events {
	margin-bottom: 40px;
}

.sidebar-events .uk-card-body {
	padding: 30px 10px 10px;
	position: relative;
}

.sidebar-events .uk-card.uk-card-default {
	border-radius: 8px;
	margin-bottom: 10px;
}

.sidebar-events .uk-card-body .cal.ev-height {
	background-color: #304257;
	border-radius: 6px;
    color: #fff;
    float: left;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 18%;
}

.sidebar-events .uk-card-body span.month {
	display: block;
}

.sidebar-events .uk-card-body .cal span.day {
    font-size: 21px;
    font-weight: 700;
}

.sidebar-events .uk-card-default .uk-card-title {
	font-size: 17px;
	display: block;
	margin-bottom: 6px;
}

.sidebar-events .uk-card-body .ev-details {
    font-family: "plantin", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
	float: right;
	width: 76%;
}

.sidebar-events .uk-card-body .uk-badge {
    background: #2DA9DE;
    border-radius: 5px;
    position: absolute;
    font-size: 10px;
    top: 5px;
    padding: 6px 10px 8px;
    right: 5px;
    text-transform: uppercase;
}

/* Sidebar Ads
--------------------------------------------- */
.interior_ad_container {
	text-align: center;
}

/* Column Classes
--------------------------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-avatar .avatar {
	background-color: #fff;
	float: none;
	margin-bottom: 40px;
	margin-top: -60px;
	padding: 5px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 14px;
	margin-bottom: 40px;
}

.single-post .breadcrumb {
	display: none;
}

.full-width-content.single .breadcrumb {
	text-align: center;
}

.featured-image .breadcrumb {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 100px;
}

.after-entry,
.archive-description,
.author-box {
	font-size: 20px;
}

.after-entry {
	box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
	padding: 60px 80px;
}

.full-width-content .after-entry:last-child {
	margin-bottom: 180px;
}

.archive-description p:last-of-type,
.author-box p:last-of-type {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	margin-bottom: 40px;
	margin-top: 20px;
}

.error404 .entry-content .search-form input[type="search"] {
	margin-right: 10px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"],
.header-search-wrap input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search input[type="submit"] {
	right: 0;
	top: 0;
}

.widget_search input[type="submit"]:focus,
.site-header .header-search-wrap input[type="submit"]:focus {
	background-color: #000;
	box-shadow: none;
	clip: auto;
	color: #fff;
	height: auto;
	padding: 22px 20px;
	width: auto;
}


/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.archive-description .entry-title,
.archive-title {
	margin-bottom: 20px;
}

.author-box-title {
	margin-bottom: 10px;
}

.entry-title {
	font-size: 42px;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.page-template-page_blog-php.page .entry-title {
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #005596;
}

.widget-title {
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.sidebar .widget-title {
	margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-of-type,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* Featured Content
--------------------------------------------- */

.featured-content .aligncenter,
.featured-content .aligncenter:hover,
.featured-content .alignleft,
.featured-content .alignleft:hover,
.featured-content .alignnone,
.featured-content .alignnone:hover,
.featured-content .alignright,
.featured-content .alignright:hover {
	border-width: 0;
}

.featured-content .entry {
	padding: 0;
}

.sidebar .featured-content .entry {
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
}

.sidebar .featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.sidebar .featured-content .entry-meta {
	margin-bottom: 5px;
}

.sidebar .featured-content a.alignleft,
.sidebar .featured-content a.alignright {
	margin-bottom: 0;
}


/* Plugins
---------------------------------------------------------------------------- */
.post-type-archive-tribe_events span.arv-intro {
	color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}

.entry-content div.tribe-events-event-image{
    display: none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 0;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
	padding-left: 0;
	padding-right: 0;
}

.single-tribe_events .sidebar {
	margin-top: -60px;
}

.single-tribe_events .content {
	padding: 0 0 60px 60px;
}

.single-tribe_events .tribe-events-schedule.tribe-clearfix h2 {
    margin-top: 0;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__button, 
.tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
	width: 235px;
}

.single-tribe_events p.tribe-events-back {
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}

ul.tribe-events-sub-nav {
    padding-left: 0;
}

ul.tribe-events-sub-nav li {
    list-style-type: none;
}

.post-type-archive-tribe_events .nav-secondary a.menu-item.uk-button.uk-button-default,
.single-tribe_events .nav-secondary a.menu-item.uk-button.uk-button-default {
	height: 80px;
	padding: 26px 30px;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__mobile-events-icon--event,
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
	/*display: none;*/
}

.tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-daynum {
	color: #fff !important;
}

/* The Events Calendar
--------------------------------------------- */
.post-type-archive-tribe_events.page-template-ntma-pro .site-inner {
	margin: -60px 5% 0;
	max-width: 100%;
}

.post-type-archive-tribe_events.page-template-ntma-pro .content {
	padding: 60px 0 60px 60px;
	width: 65%;
}

.post-type-archive-tribe_events.page-template-ntma-pro .sidebar-primary {
	width: 30% !important;
}

#tribe-widget-events-month-2 {
	margin-bottom: 40px;
}

.post-type-archive-tribe_events.page-template-ntma-pro h3.tribe-events-pro-photo__event-title.tribe-common-h6 {
	font-size: 20px;
	line-height: 1.3em;
}

.post-type-archive-tribe_events.page-template-ntma-pro .tribe-events-pro-photo__event-datetime.tribe-common-b2 {
	display: block;
	color: #666;
	font-size: 12px;
}

.tribe-events-pro .tribe-events-pro-photo__event-featured-image, .tribe-events-pro .tribe-events-pro-photo__event-featured-image-link {
	margin-bottom: 24px;
}

.sidebar .tribe-common.tribe-events.tribe-events-widget-shortcode .widget-title {
	font-size: 20px;
}

/******* Single Event Page ********/
.single h1.tribe-events-single-event-title {
    border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
    color: #005596;
    font-size: 36px;
    padding: 10px 0;
	text-transform: none;
}

.tribe-events-meta-group a {
	color: #005596;
}

.tribe-events-meta-group a:hover {
	color: #000;
}

.entry-content ul > li {
    list-style-type: circle;
}

.tribe-events-single .tribe-events-sub-nav {
	padding-left: 0;
}

.tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-widget-events-month {
	background-color: #fff !important;
}

/* Relocated Titles / Header Function
--------------------------------------------- */

.header-hero .site-title a,
.header-hero .nav-primary .genesis-nav-menu a {
	color: #fff;
}

.header-hero h1.entry-title {
	color: #fff;
	font-size: 24px;
	letter-spacing: 1px;
	opacity: .8;
	margin-bottom: 24px;
}

div.uk-background-cover.header-hero{
    min-height: 55vh;
    min-height: 55dvh;
    position: relative;
    display: flex;
    align-items: center;
}

div.uk-background-cover.header-hero div.color-overlay{
    padding: 0;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

div.uk-background-cover.header-hero div.color-overlay::before{
    content: "";
	background-color: rgba(0,0,0,.5);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

div.uk-background-cover.header-hero div.color-overlay div.wrap{
    width: 100%;
    position: relative;
    z-index: 99;
}

.page-id-13059 .header-hero h1.entry-title,
.page-id-5596 .header-hero h1.entry-title {
	color: #fff;
	font-size: 42px;
	opacity: 1;
	margin-bottom: 0;
}

.header-hero p.opt-header-txt {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
}

.header-hero .hero-page-title {
	color: #fff;
}

.header-hero .color-overlay {
	/*background-color: rgba(0,0,0,.5);*/
}

.header-hero a.button.btn2 {
	margin-left: 15px;
}

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #000;
	outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    min-height: 80px;
    padding: 0 0 0 25px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}

.site-header .wrap {
	max-width: 100%;
}

.admin-bar .site-header {
	top: 32px
}

.site-header a.mobile.menu-item.uk-button.uk-button-default {
	display: none;
}

/* Slider & Video Site Header
--------------------------------------------- */
.hero-slider .site-header,
.video-section-header .site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transform: none !important;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
}

.wp-custom-logo .title-area {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-top: 11px;
	width: 300px;
}

.site-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #000;
	text-decoration: none;
}

.wp-custom-logo .site-title > a {
	float: left;
	min-height: 50px;
	width: 100%;
}

.site-description,
.wp-custom-logo .site-title {
	border-width: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site-header .custom-logo-link .custom-logo {
	height: auto;
	width: auto;
}

.hero-section-header .site-title a,
.video-section-header .site-title a,
.hero-slider .site-title a {
	color: #fff;
}

/* # Sub Menu Indicators
--------------------------------------------- */

/* .genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
    content: "\f138";
    font-family: 'Font Awesome 6 Pro';
	font-size: 21px;
	font-weight: 300;
	float: right;
    padding-left: 0.5rem;
	position: relative;
    speak: none;
	top: 3px;
} */

/* ul.sub-menu li.menu-item-has-children > a:after {
    content: "\f138";
    font-family: 'Font Awesome 6 Pro';
	font-size: 21px;
	font-weight: 300;
    padding-left: 1rem;
    speak: none;
} */

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu li {
	float: none;
	list-style-type: none;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu .menu-item,
.genesis-nav-menu .toggle-header-search {
	display: inline-block;
	text-align: left;
}

/* .genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
} */

.genesis-nav-menu a,
.genesis-nav-menu .toggle-header-search {
	color: #005596;
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 20px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .toggle-header-search:focus,
.genesis-nav-menu .toggle-header-search:hover {
	color: #2d2d2d;
}

/* .genesis-nav-menu .sub-menu {
	background: transparent;
	left: -9999px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.5s ease-in-out;
	width: 160px;
	z-index: 99;
} */

.genesis-nav-menu .sub-menu .sub-menu::before {
	display: none;
}

.genesis-nav-menu > .menu-item > .sub-menu {
	padding-top: 5px;
}

.genesis-nav-menu .sub-menu a {
	font-size: 13px;
	padding: 12px 15px;
	position: relative;
	width: 160px;
}

/* .genesis-nav-menu .sub-menu .sub-menu {
	margin: -42px 0 0 160px;
} */

.genesis-nav-menu .menu-item:hover {
	position: static;
}

/* .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
} */

/* Header Menu
--------------------------------------------- */


/* Secondary Menu
--------------------------------------------- */

.nav-secondary {
	float: right;
	text-align: right;
	width: auto;
}

.nav-secondary .genesis-nav-menu a {
	font-weight: 700;
	position: relative;
	top: 2px;
}

.nav-secondary .highlight.menu-item a {
	background-color: #005596;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 30px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
}

.nav-secondary .highlight.menu-item a:hover {
	background-color: #2d2d2d;
}

.nav-secondary .highlight.menu-item a:after {
	content: "\f138";
    color: #2DA9DE;
    font-family: 'Font Awesome 6 Pro';
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
    position: relative;
    top: 1px;
    speak: none;
}

.nav-secondary button.msearch-menu {
    border: none;
	color: #262626;
    background-color: transparent;
    font-size: 24px;
    margin-top: 0;
	margin-left: 10px;
    padding: 8px;
    display: inline-block;
}

.nav-secondary .uk-dropdown {
    min-width: 300px;
}


/* NTMA-U Sub-Menu
--------------------------------------------- */
.thirdnav {
    background-color: #f8f8f8;
	display: block;
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

.thirdnav li.page_item {
	display: inline-block;
	font-size: 14px;
	padding: 20px;
}

.thirdnav li.page_item a:after {
	content: "\f138";
    color: #2DA9DE;
    font-family: 'Font Awesome 6 Pro';
    font-size: 18px;
    font-weight: 700;
    padding-left: 6px;
    position: relative;
    top: 1px;
    speak: none;
}

/* UK Off-Canvas Menu
--------------------------------------------- */
.uk-offcanvas-bar {
	background-color: #000;
}

.uk-offcanvas-bar .uk-nav>li>a {
    border-bottom: 1px solid rgba(255,255,255,.10);
    font-size: 16px;
    padding: 10px 0;
}

.uk-offcanvas-bar a.toggle-header-search {
	display: none;
}

/* Responsive Menu
--------------------------------------------- */

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

.site-header button.uk-button.uk-button-default {
    float: right;
    margin-top: 12px;
}

.nav-secondary a.menu-item.uk-button.uk-button-default {
	background-color: #2DA9DE;
	border: 1px solid #2DA9DE;
	color: #fff;
	font-size: 28px;
	padding: 20px 30px;
	margin-left: 20px;
	top: 0 !important;
}

.nav-secondary a.menu-item.uk-button.uk-button-default:hover {
	background-color: #005596;
	border: 1px solid #005596;
}

button.uk-modal-close-full.uk-close-large.uk-icon.uk-close:hover {
	color: #fff;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus,
.menu .menu-item.sfHover {
	position: static;
}

/* .menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
} */

.genesis-nav-menu .menu-item.sfHover > .sub-menu > .menu-item.sfHover > .sub-menu {
	left: 160px;
	margin-left: 0;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* Custom Hero Header
---------------------------------------------------------------------------- */

/******* Static Hero Image ************/
.hero-section-header {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	position: relative;
	height: 100vh;
  }
  
  .hero-section-header .color-overlay {
	background-color: rgba(0,0,0,.40);
	position: relative;
	height: 100vh;
  }

  .hero-section-header .wrap {
	max-width: 100%;
  }

  .hero-section-header .hero-widget,
  .video-section-header .hero-widget,
  .hero-slider .hero-widget {
	font-size: 22px;
	color: #fff;
    position: absolute;
	left: 5%;
	bottom: 22%;
	line-height: 1.6em;
    max-width: 720px;
  }
  
  .hero-section-header .hero-widget h1,
  .video-section-header .hero-widget h1,
  .hero-slider .hero-widget h1 {
	color: #fff;
	font-size: 92px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.0em;
	text-transform: uppercase;
  }

  .hero-section-header .uk-button-default {
	color: #fff;
	margin-bottom: 10px;
  }
  

/******* Hero Carousel Slider ************/
.hero-slider,
.hero-slider .wrap {
	position: relative;
	max-width: 100%;
}

.hero-slider .overlay {
	content: '';
	background-color: rgba(17,24,32,.4);
	display: block;
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

/******* Video Hero Section ************/
.video-section-header {
	position: relative;
}

.video-section-header .uk-cover-container {
	height: 500px;
}

.video-section-header .uk-cover-container:before {
	content:'';
	background-color: rgba(0,0,0,.4);
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;
	display:block;
	z-index: 300;
}

.video-section-header .site-header {
	position: relative;
	z-index: 1000;
}

.video-section-header .hero-page-title.uk-width-2xlarge.uk-margin {
	color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 450;
    display: flex;
    flex-direction: column;
    padding: 100px 0;
}

.video-section-header .hero-page-title.uk-width-2xlarge.uk-margin .entry-title {
	color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    opacity: .8;
    margin-bottom: 24px
}

.video-section-header p.opt-header-txt {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}

/******* Page Header Slider ************/
.header-slider .wrap {
	max-width: 100%;
}

.header-slider .overlay {
	position: relative;
    z-index: 50;
    display: flex;
    flex-direction: column;
    padding: 100px 0;
    margin: 0 auto;
    max-width: 1280px;
}

.header-slider .overlay h1.entry-title {
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    opacity: .8;
    margin-bottom: 24px;
}

.header-slider .overlay p.opt-header-txt {
	color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}

/******* News Widget ************/
.hero-section-header .news-widget,
.hero-slider .news-widget,
.video-section-header .news-widget {
	background-color: rgba(34,34,34,.60);
	position: absolute;
	right: 5%;
	bottom: 10%;
	padding: 25px;
	width: 380px;
}

.news-widget h4.widget-title {
	color: #fff;
	font-size: 20px;
	opacity: .7;
	margin-bottom: 30px;
}

.news-widget h3.entry-title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: none;
}

.news-widget h3.entry-title:hover {
	color: #2DA9DE;
}

.news-widget li {
	border-bottom: 1px solid rgba(255,255,255,.20);
	margin-bottom: 15px;
}

.news-widget li:last-child {
	border-bottom: none;
}
	

/******* Mouse / Scroll ************/
.mouse,
.mouse {
    width: 25px;
    position: absolute;
    height: 36px;
    border-radius: 15px;
    border: 2px solid #888;
    border: 2px solid rgba(255,255,255,.8);
    bottom: 80px;
    left: 50%;
    margin-left: -12.5px;
    cursor: pointer;
    -webkit-transition: border-color .2s ease-in;
    -moz-transition: border-color .2s ease-in;
    transition: border-color .2s ease-in;
	z-index: 1000;
}

.mouse .scroll,
.mouse .scroll {
    display: block;
    margin: 6px auto;
    width: 3px;
    height: 6px;
    border-radius: 4px;
    background: #b0b1b1;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: scroll;
    -moz-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

/* NTMA Featured Call-to-Actions
---------------------------------------------------------------------------- */

.featured-cta-grid-container {
	background-color: #fff;
	border: 15px solid #fff;
}

.featured-cta-grid-container .wrap {
	max-width: 100%;
}

.featured-cta-grid-container .inner-overlay {
    display: block;
	color: #fff;
    padding: 350px 0 0;
    background: rgba(45,45,45, .60);
    height: 100%;
    width: 100%;
}

.featured-cta-grid-container .inner-overlay h2 {
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.featured-cta-grid-container .uk-card-default {
	position: relative;
	overflow: hidden;
}

.featured-cta-grid-container .uk-card-body {
	line-height: 1.7;
	position: relative;
	z-index: 50;
}

.featured-cta-grid-container .uk-card-default .ntma-corner {
	background: #005596;
    bottom: 0;
    content: '';
    display: block;
    height: 40%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(45deg);
    transform-origin: -15%;
    z-index: 1;
	transition: all .4s ease-in-out;
}

.featured-cta-grid-container .uk-card-default:hover .ntma-corner {
	transform: skewY(30deg);
    transform-origin: -15%;
}

/* NTMA Mission
---------------------------------------------------------------------------- */
.ntma-ms-container {
	padding: 60px 0 160px;
}

.ms-cnt.uk-width-1-2.uk-first-column {
	padding-left: 0;
}

.ntma-ms-container .ms-cnt.uk-width-1-2 {
	padding-right: 60px;
	margin-top: 40px;
}

.ntma-ms-container .uk-card.uk-card-default.uk-card-body {
	padding: 0;
	box-shadow: none;
}

.ntma-ms-container .uk-height-medium {
	height: 350px;
}

.ntma-ms-container .uk-height-small {
	height: 200px;
}

.ntma-ms-container .ms-cnt.uk-width-1-2 h3 {
	font-size: 36px;
}

.ntma-ms-container .col1 .uk-height-medium.uk-card-media-top {
	margin-bottom: 15px;
}

.ntma-ms-container .col2 .uk-height-small.uk-card-media-top {
	margin-bottom: 15px;
}

.ntma-ms-container .uk-card-media-top,
.ntma-ms-container .uk-card-media-bottom {
	border-radius: 15px;
}

/* Homepage Upcoming Events
---------------------------------------------------------------------------- */
.ntma-event-container {
	background-image: url(images/events-bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	margin-bottom: 80px;
	position: relative;
	overflow: hidden;
}

.tribe_event_title a.alt:hover {
	color: #ffffff;
}

.ntma-overlay {
	background-color: rgba(0,85,150,.85);
	padding: 120px 5%;
}

.ntma-event-container .ntma-corner-large {
	background: rgba(255,255,255,.20);
    bottom: 0;
    content: '';
    display: block;
    height: 80%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(45deg);
    transform-origin: -15%;
    z-index: 1;
    transition: all .4s ease-in-out;
}

.ntma-event-container .ev-cnt.uk-width-1-2.uk-first-column {
	margin-top: 60px;
	padding-left: 0;
	position: relative;
	z-index: 150;
}

.ntma-event-container .ev-cnt.uk-width-1-2 h3 {
	color: #fff;
	font-size: 36px;
}

.ntma-event-container .ev-cnt.uk-width-1-2 a.button {
	background-color: #fff;
	color: #005596;
}

.ntma-event-container .ev-cnt.uk-width-1-2 a.button:hover {
	background-color: #2d2d2d;
	color: #fff;
}

.ntma-event-container .ev-event-list.uk-width-1-2 {
	padding-left: 80px;
}

.ntma-event-container .ev-event-list.uk-width-1-2 h4.widget-title {
	color: #fff;
	font-size: 30px;
}

/* NTMA Membership Benefits
---------------------------------------------------------------------------- */
.ntma-membership-benefits {
	/*padding: 160px 0 0;*/
}

.ntma-membership-benefits .uk-card.uk-card-default.uk-card-body {
	padding: 0;
	box-shadow: none;
}

.ntma-membership-benefits .uk-height-medium {
	height: 350px;
}

.ntma-membership-benefits .uk-height-small {
	height: 200px;
}

.ntma-membership-benefits .ms-cnt.uk-width-1-2 h3 {
	font-size: 32px;
}

.ntma-membership-benefits .content-container {
	font-size: 20px;
}

.ntma-membership-benefits .col1 .uk-height-medium.uk-card-media-top {
	margin-bottom: 15px;
}

.ntma-membership-benefits .col2 .uk-height-small.uk-card-media-top {
	margin-bottom: 15px;
}

.ntma-membership-benefits .uk-card-media-top,
.ntma-membership-benefits .uk-card-media-bottom {
	border-radius: 10px;
}

.ntma-membership-benefits .embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.ntma-membership-benefits .embed-container iframe,
.ntma-membership-benefits .embed-container object,
.ntma-membership-benefits .embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Events List
---------------------------------------------*/
.ev-event-list.uk-width-1-2 .uk-card.uk-card-default {
	border-radius: 8px;
	margin-bottom: 15px;
}

.ev-event-list.uk-width-1-2 .uk-card-body {
	padding: 0;
	position: relative;
}

.ev-event-list.uk-width-1-2 li a {
	display: block;
}

.ev-event-list.uk-width-1-2 .uk-card-body .cal {
	background-color: #304257;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	color: #fff;
	float: left;
	display: flex;
	flex-direction: column;
	line-height: 1.7em;
	padding: 12px 0;
	align-items: center;
	justify-content: center;
	width: 15%;
	text-transform: uppercase;
}

.ev-event-list.uk-width-1-2 .uk-card-body .uk-badge {
	background: #2DA9DE;
	border-radius: 5px;
    position: absolute;
    font-size: 11px;
    top: 5px;
    padding: 6px 10px 8px;
    right: 5px;
    text-transform: uppercase;
}

.ev-event-list.uk-width-1-2 .uk-card-body span.month {
	font-size: 14px;
}

.ev-event-list.uk-width-1-2 .uk-card-body .cal span.day {
    font-size: 24px;
    font-weight: 700;
}

.ev-event-list.uk-width-1-2 .uk-card-body span.uk-card-title {
	font-size: 20px;
	font-family: "trade-gothic-next-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.ev-event-list.uk-width-1-2 .uk-card-body .ev-details {
	float: right;
	font-family: "plantin", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	padding: 12px 0;
	width: 80%;
}

/* NTMA Metrics
---------------------------------------------------------------------------- */
.membership-metrics .metric-item.uk-card.uk-card-default.uk-card-body {
	box-shadow: none;
}

.membership-metrics span.st-title {
	display: block;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
  }
  
  .membership-metrics span.numscroller.st_numbr,
  .membership-metrics span.st_after {
	color: #005596;
	font-size: 52px;
	font-weight: 700;
	font-style: normal;
  }
  
  .membership-metrics p.dscr-stat {
	font-weight: 400;
	margin-bottom: 0;
  }

/* New Members Carousel
---------------------------------------------------------------------------- */
.featured-ntma-members {
	padding: 60px 0;
	text-align: center;
}

.featured-ntma-members h4.widget-title {
	font-size: 30px;
}

.featured-ntma-members .uk-card-default {
	box-shadow: none;
}

.featured-ntma-members .uk-card-default img {
	object-fit: contain;
	height: 133px;
	padding: 0 30px;
}

/* New Sponsorship / Ads
---------------------------------------------------------------------------- */
.ntma-sponsors-ads {
	background-image: url(images/ntma-training-bg.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	margin: 0 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.ntma-sponsors-ads .ntma-overlay {
	background-color: rgba(0,85,150,.85);
	padding: 80px 5% 60px;
}
.ntma-sponsors-ads .ntma-overlay h4.widget-title {
	color: #fff;
	font-size: 30px;
	margin-bottom: 40px;
}

.ntma-sponsors-ads .ad-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
	position: relative;
	z-index: 100;
}

.ntma-sponsors-ads .ntma-corner-large {
	background: rgba(255,255,255,.20);
    bottom: 0;
    content: '';
    display: block;
    height: 120%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(45deg);
    transform-origin: -15%;
    z-index: 1;
    transition: all .4s ease-in-out;
}

.ad-container-btm.ads-btm {
	display: flex;
    justify-content: center;
	margin-top: 10px;
	padding: 0 14px;
}

.ad-container-btm.ads-btm img {
	padding: 12px;
}

.sidebar .ad-container-btm.ads-btm {
	display: block;
    justify-content: center;
	margin-top: 10px;
	padding: 0;
	width: 100%;
}

.sidebar .ad-container-btm.ads-btm img {
	padding: 0;
}

/* Content Area
---------------------------------------------------------------------------- */
.home .content {
	float: left;
	padding: 0;
	width: 65%;
}

.content {
	float: left;
	padding: 60px 0 60px 60px;
	width: 65%;
}

.sidebar-content .content {
	float: right;
}

.home.full-width-content .content {
	border-bottom: 1px solid #ddd;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 40px;
	width: 100%;
}

.full-width-content .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding: 60px;
	width: 100%;
}

/* Entries
--------------------------------------------- */

.entry-background {
	background-position: center;
	background-size: cover;
	display: block;
	height: 460px;
	position: relative;
	width: 100%;
}

.entry {
	margin-bottom: 100px;
}

.full-width-content.landing-page .entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #eee;
}

.entry-content .intro {
	font-size: 19px;
	font-style: italic;
	font-weight: 600;
}

p.center {
	text-align: center;
}

/* Entry Messages
--------------------------------------------- */

.message {
	padding: 25px 30px;
}

.message,
.message a {
	color: #fff;
}

.message a {
	border-bottom: 1px solid #fff;
}

.message a:hover,
.message a:focus {
	border-bottom: none;
}

.message.green {
	background-color: #00a86d;
}

.message.orange {
	background-color: #cc4b00;
}

.message.red {
	background-color: #be0040;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-meta a {
	color: #000;
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #005596;
	text-decoration: none;
}

.single.full-width-content .entry-header {
	text-align: center;
}

.single.full-width-content .entry-header::after {
	margin-left: auto;
	margin-right: auto;
}

.single .content-sidebar-wrap {
	padding-top: 60px;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-footer {
	margin-top: 30px;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 16px/1 "ionicons"; /* stylelint-disable-line */
	margin-right: 8px;
	margin-top: -5px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f3ca";
}

.entry-tags::before {
	content: "\f48d";
}

.entry-categories,
.entry-tags {
	display: block;
}

.page .content i {
	color: #2DA9DE;
	font-size: 30px;
	margin-right: 6px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
}

.archive-pagination a {
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	padding: 10px 15px;
	text-transform: uppercase;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination li.active a {
	background-color: #005596;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-1px);
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline-block;
	margin-bottom: 10px;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 17px;
}

.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

.comment-notes {
	text-align: center;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content p {
	margin-bottom: 20px;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond {
	margin-bottom: 100px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

.entry-pings .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	line-height: 1.75;
	margin-bottom: 100px;
}

.sidebar,
.sidebar p {
	font-size: 16px;
}

.sidebar .widget {
	margin-bottom: 80px;
}

/* Join NTMA Call-to-Action
---------------------------------------------------------------------------- */
.ntma-join-cta {
	background-color: #2D2D2D;
	padding: 40px 0;
}

.ntma-join-cta .uk-card-default {
	background-color: transparent;
	box-shadow: none;
	color: #fff;
}

.ntma-join-cta .uk-card-default h4.widget-title {
	color: #fff;
	font-size: 30px;
}

.ntma-join-cta .uk-card-default p {
	color: #ccc;
	margin-bottom: 0;
}

.ntma-join-cta .uk-grid>* {
    padding-left: 0;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 18px;
	padding: 60px 0;
}

.footer-widgets-1 {
	float: left;
	margin-right: 60px;
	width: 350px;
}

.footer-widgets-2 {
	float: left;
	margin-right: 60px;
	width: 200px;
}

.footer-widgets-3 {
	float: left;
	width: 200px;
}

.footer-widgets-4 {
	float: right;
	width: 350px;
}

.footer-widgets-2 span.clear-addr {
	display: block;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 .widget-title {
    font-size: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
	margin-top: 15px;
}

.footer-widgets-1 img.footer-logo {
    height: 70px;
	margin-bottom: 30px;
}

.footer-widgets-1 address.street-address {
	font-size: 18px;
}

.footer-widgets-1 span.clear-addr {
	display: block;
	clear: both;
}

.footer-widgets-3.widget-area a.phone {
	display: block;
	margin-bottom: 15px;
}

.footer-widgets-1 p {
	margin-bottom: 15px;
}

.ft-social ul.social_cont li {
	display: inline-block;
}

.ft-social ul.social_cont li a{
	display: flex;
	align-items: center;
	justify-content: center;
    color: #005596;
    border: 1px solid #005596;
    border-radius: 50%;
    font-size: 18px;
    height: 45px;
    width: 45px;
	margin-right: 10px;
    text-align: center;
}

.footer-widgets-4  section#mc4wp_form_widget-2 {
	position: relative;
}

.footer-widgets-4 input[type="submit"] {
	font-family: "orator-std", monospace;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    padding: 12px 10px;
    top: 50px;
    right: 1px;
}

.footer-widgets-4 label {
	display: none;
	font-size: 12px;
}

.footer-widgets-4 input[type="email"] {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #005596;
	font-family: "orator-std", monospace;
	font-weight: 400;
	font-style: normal;
}

.footer-widgets-4 input::placeholder {
	color: #77787B;
	font-family: "orator-std", monospace;
	font-weight: 400;
	font-style: normal;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 13px;
	padding-bottom: 30px;
	padding-top: 30px;
	width: 100%;
}

.gmm-active .site-footer {
	position: inherit;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .ion-heart {
	font-size: 13px;
	margin-left: 2px;
	margin-right: 2px;
}

.site-footer .wrap a.footer-logo-link {
	border-bottom-width: 0;
	display: inline-block;
	height: 35px;
	margin-bottom: 10px;
	padding: 0;
}

/* ACF Alert
--------------------------------------------- */

.alert-container {
	background-color: #005596;
	border-bottom: 1px solid rgba(255,255,255,.20);
	color: #000;
	font-size: 15px;
	font-weight: 600;
	padding: 15px 10px;
	text-align: center;
	transition: all 0.4s ease-in-out;
}

.alert-container p {
	margin-bottom: 0;
}

a:hover .alert-container {
	opacity: .9;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (max-width: 1430px) {

	.tribe-events .tribe-events-l-container {
		min-height: 600px;
		padding: 0;
		padding-bottom: 0;
		padding-top: 0;
	}

}

@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.header-slider .overlay {
		padding: 100px 5%;
	}

	.hero-section-header .hero-widget, 
	.video-section-header .hero-widget, 
	.hero-slider .hero-widget {
		max-width: 620px;
	}

	.hero-section-header .hero-widget h1, 
	.video-section-header .hero-widget h1, 
	.hero-slider .hero-widget h1 {
		font-size: 80px;
	}

	.featured-cta-grid-container .inner-overlay {
		padding: 200px 0 0;
	}

	.ntma-membership-benefits {
		padding: 160px 5% 0;
	}

	.footer-widgets-1 {
		width: 300px;
	}

	.footer-widgets-2 {
		margin-right: 40px;
		width: 180px;
	}

	.footer-widgets-3 {
		width: 180px;
	}

}

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.hero-section-header .news-widget, 
	.hero-slider .news-widget, 
	.video-section-header .news-widget {
		width: 320px;
	}

	.hero-section-header .hero-widget, 
	.video-section-header .hero-widget, 
	.hero-slider .hero-widget {
		max-width: 520px;
	}

	.hero-section-header .hero-widget h1, 
	.video-section-header .hero-widget h1, 
	.hero-slider .hero-widget h1 {
		font-size: 66px;
	}

	.mouse, .mouse {
		bottom: 40px;
	}

	.ntma-ms-container {
		padding: 0 0 100px;
	}
	
	.ntma-ms-container .ms-cnt.uk-width-1-2 {
		margin-top: 0;
	}

	.home.full-width-content .content {
		padding: 60px 0;
	}

	.ev-event-list.uk-width-1-2 .uk-card-body .ev-details {
		padding: 22px 0 12px;
	}

	.ntma-join-cta .uk-width-3-4 {
		width: 60%;
	}

	.ntma-join-cta .uk-width-1-4 {
		width: 35%;
	}

	.footer-widgets {
		padding: 60px 5%;
	}

	.footer-widgets-4 {
		float: left;
		clear: both;
		margin-top: 60px;
		width: 720px;
		max-width: 100%;
	}

}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content {
		padding: 40px;
	}

	.content,
	.full-width-content .content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.js .nav-primary,
	.sidebar {
		width: 100%;
	}

	.post-type-archive-tribe_events.page-template-ntma-pro .sidebar-primary {
		width: 100% !important;
	}

	.post-type-archive-tribe_events.page-template-ntma-pro .content {
		padding: 40px 40px 40px 40px;
		width: 100%;
	}

	.site-header {
		padding-left: 0;
		padding-right: 0;
	}

	.site-header .title-area {
		margin: 11px 0 11px 20px;
	}

	.nav-secondary .menu-item.uk-button.uk-button-default,
	.nav-secondary button.msearch-menu {
		display: none;
	}

	.site-header a.mobile.menu-item.uk-button.uk-button-default {
		display: inline-block;
		float: right;
		background-color: #2DA9DE;
		border: 1px solid #2DA9DE;
		color: #fff;
		height:80px;
		font-size: 28px;
		padding: 18px 30px;
		margin-left: 20px;
		top: 0 !important;
	}

	.post-type-archive-tribe_events .site-header a.mobile.menu-item.uk-button.uk-button-default,
	.single-tribe_events .site-header a.mobile.menu-item.uk-button.uk-button-default {
		padding: 25px 30px;
	}

	.site-header a.mobile.menu-item.uk-button.uk-button-default:hover {
		background-color: #005596;
		border: 1px solid #005596;
	}

	.nav-secondary {
		float: left;
		border-top: 1px solid #ddd;
		text-align: center;
		width: 100%;
	}

	.nav-secondary .highlight.menu-item a {
		background-color: transparent;
		border: 0;
		border-radius: 0;
		color: #005596;
		cursor: pointer;
		font-size: 16px;
		font-weight: 700;
		line-height: 1;
		padding: 20px;
		text-decoration: none;
		text-transform: none;
		white-space: normal;
		top: 0;
	}

	.nav-secondary .highlight.menu-item a:hover {
		background-color: transparent;
		color: #2d2d2d;
	}

	.nav-secondary .menu-item:nth-child(3n+2) {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	.hero-section-header .hero-widget, 
	.video-section-header .hero-widget, 
	.hero-slider .hero-widget {
		font-size: 18px;
	}

	.hero-section-header .news-widget, 
	.hero-slider .news-widget, 
	.video-section-header .news-widget {
		display: none;
	}

	.featured-cta-grid-container .uk-child-width-1-4\@s>* {
		width: 50%;
	}

	.full-width-content.landing-page .site-inner {
		margin-top: 80px;
	}

	.home.full-width-content .content {
		padding: 0;
	}

	.ntma-ms-container .ms-cnt.uk-width-1-2 {
		padding-right: 0;
		width: 100%;
	}

	.ms-imgs.uk-width-1-2.uk-grid-margin.uk-first-column {
		padding-left: 0;
		margin-top: 80px;
		width: 100%;
	}

	.ntma-event-container,
	.ntma-sponsors-ads {
		margin: 0 20px;
	}

	.ms-cnt.uk-width-1-2.uk-first-column {
		width: 100%;
	}

	.ms-imgs.uk-width-1-2 {
		float: left;
		margin-top: 80px;
		width: 100%;
	}

	.ntma-join-cta .uk-width-3-4 {
		width: 56%;
	}

	.ntma-membership-benefits {
		padding: 100px 5% 0;
	}

	.pricing-table .one-fifth,
	.pricing-table .one-fourth,
	.pricing-table .one-half,
	.pricing-table .one-third {
		padding: 30px 40px;
	}

	.pricing-table .one-fourth,
	.pricing-table .one-fifth {
		width: 50%;
	}

}

@media only screen and (max-width: 860px) {

	.site-inner {
		padding: 5% 5% 0;
	}

	.content,
	.post-type-archive-tribe_events.page-template-ntma-pro .content,
	.single-tribe_events .content {
		padding: 0;
	}

	.page .entry-header-wrapper + .site-inner,
	.single .entry-header-wrapper + .site-inner,
	.archive .archive-description + .site-inner,
	.site-inner {
		margin-top: 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.alert-container .wrap,
	.site-header .wrap,
	.hero-slider .wrap,
	.featured-cta-grid-container .wrap,
	.ntma-overlay .wrap,
	.header-slider .wrap {
		padding-right: 0;
		padding-left: 0;
	}

	.full-width-content .content,
	.entry {
		padding: 0;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings {
		padding: 30px;
		margin-bottom: 5%;
	}

	.entry {
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.hero-section-header .hero-widget, 
	.video-section-header .hero-widget, 
	.hero-slider .hero-widget {
		max-width: 100%;
	}

	.home .site-inner {
		margin-top: 60px;
	}

	.ntma-event-container .ev-cnt.uk-width-1-2.uk-first-column {
		margin-top: 0;
		width: 100%;
	}

	.ev-event-list.uk-width-1-2.uk-grid-margin.uk-first-column {
		padding-left: 0;
		position: relative;
		margin-top: 60px;
		z-index: 300;
		width: 100%;
	}

	.ntma-join-cta .uk-width-3-4 {
		width: 100%;
	}

	.ntma-join-cta .uk-width-1-4 {
		width: 100%;
	}

	.featured-ntma-members .uk-child-width-1-4\@s>* {
		width: 33.33%;
	}

	.membership-metrics .uk-grid {
		margin-left: 0;
	}

	.membership-metrics span.numscroller.st_numbr, .membership-metrics span.st_after {
		font-size: 48px;
	}

	.membership-metrics .metric-item.uk-card.uk-card-default.uk-card-body {
		padding: 30px 15px;
	}

	.ntma-join-cta {
		text-align: center;
	}

	.footer-widgets-1 {
		margin-right: 60px;
		width: 250px;
	}

	.footer-widgets-2 {
		margin-right: 20px;
	}

}

@media only screen and (max-width: 700px) {
	.hero-section-header .hero-widget h1, 
	.video-section-header .hero-widget h1, 
	.hero-slider .hero-widget h1 {
		font-size: 60px;
	}

	.membership-metrics .uk-grid {
		margin-left: 0;
	}

	.metric-item.uk-card.uk-card-default.uk-card-body.uk-grid-margin.uk-first-column {
		margin-top: 0;
	}

	.membership-metrics .metric-item.uk-card.uk-card-default.uk-card-body {
		padding: 30px 30px 0 30px;
	}

	.membership-metrics {
		padding-bottom: 60px;
	}

	.featured-ntma-members .uk-child-width-1-4\@s>* {
		width: 50%;
	}

	.ntma-sponsors-ads .ad-container {
		flex-direction: column;
		gap: 10px;
	}

	.ad-container-btm.ads-btm {
		display: block;
		justify-content: center;
		margin-top: 10px;
		padding: 0;
		width: 100%;
	}

	.ad-container-btm.ads-btm img {
		padding: 0;
	}

	.footer-widgets-1 {
		margin-right: 0;
		margin-bottom: 40px;
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {

	.admin-bar .site-header {
		position: relative;
		top: 0;
	}

	.nav-secondary .genesis-nav-menu a,
	.nav-secondary .highlight.menu-item a {
		font-size: 15px;
		font-weight: 700;
		position: relative;
		padding: 20px 15px;
		top: 0;
	}

	.nav-secondary .highlight.menu-item a:after {
		padding-left: 5px;
	}

	.thirdnav li.page_item {
		display: block;
		border-bottom: 1px solid #eee;
		padding: 10px 0;
		width: 100%;
	}

	.thirdnav li.page_item:last-child {
		border-bottom: none;
	}

	.hero-section-header .hero-widget h1, 
	.video-section-header .hero-widget h1, 
	.hero-slider .hero-widget h1 {
		font-size: 52px;
	}

	.hero-section-header .hero-widget, 
	.video-section-header .hero-widget, 
	.hero-slider .hero-widget {
		left: 0;
	}

	.hero-widget.uk-scrollspy-inview {
		padding: 0 5%;
	}

	.hero-slider a.uk-position-center-left.uk-position-small.uk-hidden-hover.uk-icon.uk-slidenav-previous.uk-slidenav,
	.hero-slider a.uk-position-center-right.uk-position-small.uk-hidden-hover.uk-icon.uk-slidenav-next.uk-slidenav {
		display: none;
	}

	.ntma-event-container .ev-cnt.uk-width-1-2 h3,
	.ntma-ms-container .ms-cnt.uk-width-1-2 h3 {
		font-size: 32px;
	}

	.ntma-membership-benefits .ms-cnt.uk-width-1-2 h3.ad-container,
	.post-type-archive-tribe_events span.arv-intro {
		font-size: 28px;
	}

	.header-hero h1.entry-title {
		font-size: 20px;
	}

	.footer-widgets {
		padding: 60px 5% 0;
	}

	.footer-widgets-1.widget-area,
	.footer-widgets-2.widget-area,
	.footer-widgets-3.widget-area,
	.footer-widgets-4.widget-area {
		float: left;
		margin: 0 auto 40px;
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	.post-type-archive-tribe_events .site-header a.mobile.menu-item.uk-button.uk-button-default,
	.single-tribe_events .site-header a.mobile.menu-item.uk-button.uk-button-default {
		padding: 20px 30px;
	}

	.small-title {
		font-size: 16px;
	}

	.wp-custom-logo .title-area {
		width: 230px;
	}

	.site-header .title-area {
		margin: 11px 0 11px 10px;
	}

	.nav-secondary .genesis-nav-menu a,
	.nav-secondary .highlight.menu-item a {
		font-size: 13px;
		padding: 20px 10px;
	}

	.site-header a.mobile.menu-item.uk-button.uk-button-default {
		height: 67px;
		font-size: 24px;
		padding: 20px;
	}

	.hero-section-header .hero-widget, 
	.video-section-header .hero-widget, 
	.hero-slider .hero-widget {
		bottom: 25%;
	}

	.hero-section-header .hero-widget h1, 
	.video-section-header .hero-widget h1, 
	.hero-slider .hero-widget h1 {
		font-size: 40px;
	}

	.featured-cta-grid-container .uk-child-width-1-4\@s>* {
		width: 100%;
	}

	.ntma-overlay {
		padding: 80px 5%;
	}

	.ntma-event-container .ev-cnt.uk-width-1-2 h3, 
	.ntma-ms-container .ms-cnt.uk-width-1-2 h3 {
		font-size: 28px;
	}

	.ntma-join-cta .uk-card-default h4.widget-title,
	.featured-ntma-members h4.widget-title {
		font-size: 26px;
	}

	.featured-ntma-members .uk-child-width-1-4\@s>* {
		width: 100%;
	}

}

@media only screen and (max-width: 1340px) {
	.ntma-membership-benefits {
		padding-top: 0;
	}
}

.has-background.has-text-color a {
    text-decoration: underline;
}

.uk-background-cover.header-hero {
    padding: 4rem 0;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a {
    padding: 0 0 1rem;

    img {
        object-fit: contain;
        object-position: center;
        position: static;
        height: 160px;
        padding: 0.5rem;
        transform: none;
    }
}

/* Engage custom template 5/30/2025 */
body.engage {
    .site-inner {
        margin-bottom: 0;
    }

    .countdown {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 1rem;
        padding: 2rem 3rem;
        background-color: #eaeaea;

        .entry_wrap {
            display: flex;
            flex-direction: column;
            align-items: center;

            .circle {
                border-radius: 50%;
                border: 4px solid #005596;
                height: 96px;
                width: 96px;
                display: flex;
                justify-content: center;
                align-items: center;

                .counter {
                    line-height: 1;
                    font-size: 2rem;
                    color: #000;
                }
            }

            .label {
                color: #000;
            }
        }
    }

    .video_wrap {
        width: 100%;
        padding: 2rem 3rem;
        background-color: #f8f8f8;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cta_wrap {
        background-color: #005596;
        padding: 2rem 3rem;
        display: flex;
        gap: 3rem;

        @media(max-width: 860px) {
            flex-direction: column;
        }

        .left {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 1rem;

            .title {
                color: #efa81a;
                text-transform: uppercase;
            }

            .description {
                color: #fff;
            }

            .button {
                background-color: #2DA9DE;

                &::after {
                    color: #000;
                }
            }
        }

        .right {
            flex: 1;
            display: flex;
            justify-content: flex-end;
            align-items: center;

            @media(max-width: 860px) {
                justify-content: flex-start;
            }

            .image {
                max-height: 300px;
            }
        }
    }

    .speakers_wrap {
        padding: 2rem 3rem;
        background-color: #f8f8f8;
        display: flex;
        flex-direction: column;
        align-items: center;

        .title {
            text-transform: uppercase;
        }

        .slider_wrap {
            gap: 1rem;
            margin-bottom: 1.5rem;
            padding: 1rem;

            .slide {
                background-color: #005596;
                padding: 1.5rem 1rem;
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 1rem;

                .image {
                    height: 240px;
                    width: 100%;
                    object-fit: contain;
                }

                .name {
                    margin: 0;
                    color: #fff;
                    text-transform: uppercase;
                }

                .title {
                    text-transform: none;
                    color: #e5e5e5;
                }

                .open_bio {
                    background-color: #2DA9DE;
                }
            }
        }
    }

    .event_wrap {
        
        .inner {
            max-width: 1280px;
            margin: 3rem auto;
            padding: 0 1rem;

            .title {
                text-align: center;
            }

            .entries {
                display: flex;
                flex-wrap: wrap;
                gap: 1rem;

                .info_entry {
                    flex: 1;
                    display: flex;
                    flex-direction: column;
                    background-color: #eaeaea;
                    border-radius: 8px;
                    padding: 2rem;
                    min-width: 340px;

                    .entry_content {
                        li {
                            list-style-type: disc;
                            padding-left: 0.75rem;
                        }
                    }

                    &:last-child {
                        flex: 0 0 100%;
                    }
                }
            }
        }
    }

    .pre_footer_wrap {
        background-color: #005596;
        padding: 2rem 0;

        .inner {
            max-width: 960px;
            margin: 3rem auto;
            padding: 0 1rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            color: #ffffff;

            .title {
                color: #ffffff;
            }

            .tagline {
                .alt {
                    color: #efa81a;
                }
            }

            .quote {
                font-size: 1.25rem;
            }

            .author::before {
                content: "-- ";
            }

            .link {
                margin-top: 2rem;
                background-color: #be0040;
                color: #ffffff;
                padding: 0.5rem 1rem;
                font-size: 1.25rem;
                transition: background-color ease-in-out 0.3s;

                &:hover, &:focus, &:active {
                    background-color: #be0040e0;
                }
            }
        }
    }

    .modal_body {
        background-color: #fff;
        padding: 2.5rem 1.5rem 1.5rem;
    }
}
