/*
Theme Name:		Ontario Parasports 2023
Author:			CMS Web Solutions
Author URI:		http://cmswebsolutions.com
*/

* {
	box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	position: relative;
	color: #010101;
	background-color: #fffefe;
}

article, aside, details, embed, figcaption, figure, footer, header, iframe, main, nav, section, summary {
	display: block;
	position: relative;
	margin: 0 auto;
}

h1 {
	line-height: 1;
	margin:  0 0 1em;
	padding: 1em .5em;
	text-align: center;
	color: #fff;
	background-color: #0063BE;
	font-size: 1.75em;
	font-weight: 300;
	position: relative;
}

.single h1 {
	margin-bottom: 0;
}

h1 strong {
	text-transform: uppercase;
	font-weight: 900;
}

h1:focus {
	color: navy;
	font-size: 2.275em;
	outline: none;
}

h2 {
	line-height: 1;
	font-weight: 300;
	color: #146aaa;
	margin: 1.5em 0 .75em;
	font-size: 1.5em;
}

h1 + h2 {
	margin: 0 0 .75em;
}

h2 a {
	color: #146aaa;
	-webkit-text-decoration-color: #aaa;
	text-decoration-color: #aaa;
}

h2 a:hover,
h2 a:focus {
	color: #000;
	-webkit-text-decoration-color: #222;
	text-decoration-color: #222;
}

h3 {
	line-height: 1;
	font-weight: 300;
	color: #000;
	margin: 1.5em 0 .75em;
	font-size: 1.2em;
}

h4 {
	line-height: 1;
	font-weight: 300;
	color: #000;
	margin: 1.5em 0 .75em;
	font-size: 1.1em;
}

p, li, dt, dd {
	line-height: 1.5;
}

li, p + p, dt, dd {
	margin-top: 0;
}

p * {
	margin-top: 0;
}

ul,ol {
	padding-left: 1.5em;
}

blockquote {
    background-color: #eee;
    border-left: 10px solid #ddd;
    margin: 0 0 1.5em;
    padding: 1em;
}

cite {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
	border-style: none;
}

a {
	color: #000;
	transition: color .1s;
}

a[href^="tel:"] {
	text-decoration: none;
}

a:hover,
a:focus {
	color: #146aaa;
}

a:active {
	transition: color 2s;
	color: blue;
}

a img {
	border: none;
	outline: none;
}

iframe,embed {
	max-width: 100%;
}

strong {
	font-weight: 700;
}

button,input,select,textarea {
	font: inherit;
	margin: 0;
}

.button,
main button[type=submit] {
	color: #fff;
	background-color: #e0153d;
	border:  2px solid transparent;
	padding: .25em 1.25em;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
}

.button:hover,
.button:focus,
main button[type=submit]:hover,
main button[type=submit]:focus {
	color: #e0153d;
	background-color: #fff;
	border:  2px solid #e0153d;
}

table {
	border-collapse: collapse;
	margin: 1em auto 2em;
	padding: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: scroll;
}

table caption {
	font-weight: 600;
	text-align: left;
	font-size: 125%;
	padding-bottom: .25em;
}

table thead,table tbody {
	max-width: 100%;
}

table thead {
	text-align: left;
}

table th {
	font-weight: 600;
	font-size: 1.05em;
}

table tr {
	border-bottom: 1px solid #eae4de;
}

table tr:hover,table tr:focus {
	background-color: #efefef;
}

table tr td,table tr th {
	padding: .25em;
	text-align: left;
}

.hidden {
	position: absolute;
	left: -1000em;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	clip: rect(0,0,0,0);
	border: 0;
}

.clearfix {
	overflow: hidden;
	content: "";
	visibility: hidden;
	display: block;
	height: 1px;
	width: 1px;
	clear: both;
}

#skip {
	position: absolute;
	top: 0;
	left: -1000em;
	background-color: #354c65;
	color: #fff;
	text-decoration: none;
	border-radius: 0 0 3px 3px;
}

#skip:focus,
#skip:hover {
	left: 1em;
	top: 0;
	padding: .5em 1em;
}

header .inner {
	text-align: center;
}

.logo {
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 1em auto;
	display: block;
	text-align: center;
	background-color: #fff;
}

.switcher {
	margin: 0 0 .75em;
	padding-left: 0;
	text-align: right;
}

.switcher li {
	padding-left: .25em;
	list-style: none;
	display: inline-block;
}

.switcher a {
	border-bottom: 4px solid transparent;
	text-decoration: none;
}

.switcher .current_lang a {
	border-bottom: 4px solid #0063BE;
}

.switcher a:hover,
.switcher a:focus {
	color: #000;
	border-bottom: 4px solid #E2223E;
}

.trp_language_switcher_shortcode {
	margin-bottom: 1em;
	text-align: right;
}

.trp-language-switcher > div {
	border: none;
	background-color: #fff;
}

.trp-language-switcher > div > a {
	padding: 5px;
	border-radius: 0;
	text-align: left;
}

/* .event_date, */
.countdown {
	padding: .5em;
	color: #fff;
	background-color: #E2223E;
	text-align: center;
}

.info {
	color: #000;
	font-weight: 700;
	text-align: center;
}

.info h2 {
	margin:  0;
	line-height: 1;
	color: #000;
	font-size: 1.25em;
	font-weight: 900;
}

.info p {
	margin: 0;
	line-height: 1;
	font-size: 1.1em;
}

#countdown div {
	display: inline-block;
	text-align: center;
	margin: 0 .25em;
}

#countdown span {
	display: block;
}

#countdown .unit {
	margin: 0 .5em;
	font-weight: 400;
}

#countdown .count {
	font-size: 2em;
	font-weight: 300;
}

#countdown .label {
	font-size: 1.4em;
}

nav {
	color: #000;
	background-color: #fff;
	border-top:  1px solid #c4c4c4;
}

nav .mobile {
	transition: none;
	cursor: pointer;
	display: block;
	background: transparent;
	width: 100%;
	color: #000;
	margin: 0 auto;
	padding: .5em 0;
	font-size: 1.25em;
	font-weight: 700;
	text-align: center;
	border: none;
	border-radius: 0;
}

nav .mobile span::before {
	content: '\2630';
	display: inline-block;
	margin-right: .25rem;
	font-size: 1.25rem;
}

nav .mobile.open span::before {
	content: '\00D7';
}

nav .mobile:hover,
nav .mobile:focus {
	color: #020000;
	background-color: #fff;
}

nav ul {
	width: 100%;
	margin: 0;
	padding: 0 1em;
	display: none;
}

nav a {
	width: 100%;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000;
	padding: .5em 0;
	border-bottom: 1px solid #c4c4c4;
}

.nav_trigger,
.nav_trigger[aria-expanded=true] {
	margin: 0;
	padding: .5rem;
	width: 100%;
	color: #000;
	background-color: transparent;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid transparent;
}

.nav_trigger span {
	display: inline-block;
	background: url(img/arrow-down.png) bottom left no-repeat;
	width: 16px;
	height: 16px;
	margin-right: .25rem;
}

nav a:hover,
nav a:focus,
nav .current-menu-item a,
.current_page_ancestor .nav_trigger {
	color: #fff;
	background-color: #146aaa;
	border-bottom: 1px solid #146aaa;
}

.current_page_ancestor .nav_trigger span,
/* .nav_trigger:hover span,
.nav_trigger:focus span, */
.nav_trigger:active span {
	background: url(img/arrow-down_active.png) bottom left no-repeat;
}

.current_page_ancestor .nav_trigger span:hover,
.current_page_ancestor .nav_trigger span:focus {
	background: url(img/arrow-down.png) bottom left no-repeat;
}

nav li {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
}

nav .open + ul {
	display: block;
}

nav .open + ul li {
	padding: .5rem;
	text-align: center;
}

nav .open + ul li:hover,
nav .open + ul li:focus {
	background-color: #000;
}

nav .sub-menu {
	background-color: #ddd;
	min-width: 5rem;
	text-transform: none;
	transition: all 0.5s ease;
	display: none;
}

nav .sub-menu.open {
	display: block;
	position: relative;
}

nav .sub-menu.open li {
	display: block;
	position: relative;
	border-bottom: 1px solid #000;
}

main {
	max-width: 1350px;
}

.wrapper,
.inner.narrow,
.inner.medium {
	padding: 0 3em;
}

.callouts {
	margin-bottom: 1em;
}

.callouts ul {
	margin:  0;
	padding-left: 0;
	text-align: left;
}

.callouts li {
	position: relative;
	margin:  0 0 2.5em;
	padding: 0;
	list-style: none;
}

.callouts a img {
	display: block;
}

.callouts .details {
	max-width: 664px;
}

.callouts .details > p {
	margin: 0 0 1em;
}

.callouts .details a {
	display: block;
	color: #fff;
	background-color: #e0153d;
	border:  2px solid transparent;
	padding: .25em 1.25em;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
	/* padding: .5em;
	color: #fff;
	background-color: #e0153d;
	font-size: 1.1em;
	font-weight: 700;
	text-align: center;
	text-decoration: none; */
}

/* .main_callout .details a {
	padding: .5em;
	color: #fff;
	background-color: #007b31;
	font-size: 1.1em;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	display: block;
} */

.callouts .details a:hover,
.callouts .details a:focus {
	color: #e0153d;
	background-color: #fff;
	border:  2px solid #e0153d;
	/* background-color: #007b31; */
}

/* .main_callout .details a:hover,
.main_callout .details a:focus {
	background-color: #156cae;
} */

.grid_row {
	margin: 1em 0;
}

.news,
.tribute {
	padding: 1.5em;
}

.news {
	background-color: #efefef;
}

.news h2 {
	color: #146aaa;
	font-size: 1.75em;
	font-weight: 700;
}

.tribute {
	background-color: #f1e2e5;
	text-align: center;
}

.tribute h2 {
	color: #e0153d;
	font-family: 'Merriweather', serif;
	font-size: 1.75em;
	font-style: italic;
	font-weight: 400;
	text-align: center;
}

.news ul,
.tribute ul {
	padding-left: 0;
}

.news li,
.tribute li {
	list-style: none;
}

.news li {
	padding: 1em 0;
	border-top: 2px solid #b4b3b3;
}

.news .details p {
	margin-top: .25em;
}

.news a {
	font-size: 1.25em;
	font-weight: 900;
	text-decoration: none;
}

.news a.read-more {
	font-size: 1em;
	text-decoration: underline;
}

.news a:hover,
.news a:focus {
	color: #000;
	text-decoration: underline;
}

.news a.read-more:hover,
.news a.read-more:focus {
	color: #e0153d;
}

.tribute img + p {
	margin-bottom: .5em;
}

.tribute strong {
	font-size: 1.1em;
	font-weight: 700;
}

.legacy {
	margin-bottom: 1em;
	padding: 2em;
	color: #fff;
	background: #07753e url(img/parasport-1.jpg) center center no-repeat;
	/* background: #012a60 url(img/legacy.jpg) center center no-repeat; */
	background-size: cover;
}

.legacy h2,
.legacy a {
	color: #fff;
}

.legacy h2 {
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
}

.legacy a:hover,
.legacy a:focus {
	color:  #fff;
	background-color: #e0153d;
}

.divider {
	background:  url(img/divider.jpg) center center no-repeat;
	display: block;
	height: 1.5em;
}

.secondary_callouts {
	display: inline-block;
}

.secondary_callouts div {
	display: inline-block;
	display: flex;
	flex-direction: column;
	margin-bottom: 1em;
	padding: 1em 3em 2em;
	text-align: center;
}

.secondary_callouts .details {
	text-align: left;
}

.venues, .venues h2, .venues a,
.accommodations, .accommodations h2, .accommodations a {
	color: #fff;
}

.venues h2,
.accommodations h2 {
	font-size: 2.5em;
	font-weight: 700;
}

.venues a,
.accommodations a {
	text-decoration: none;
}

.venues h2 a:hover, .venues h2 a:focus,
.accommodations h2 a:hover, .accommodations h2 a:focus {
	color: #fff;
	text-decoration: underline;
}

.link {
	margin-top: auto;
}

.link a {
	width: 100%;
	display: block;
	color: #fff;
	background-color: #e0153d;
	border:  2px solid transparent;
	padding: .25em 1.25em;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
}

.link a:hover,
.link a:focus {
	color: #e0153d;
	background-color: #fff;
	border:  2px solid #e0153d;
}

.venues {
	background: #012a60 url(img/parasport-2.jpg) center center no-repeat;
}

.accommodations {
	background: #012a60 url(img/parasport-3.jpg) center center no-repeat;
}

.sponsors {
	text-align: center;
}

.sponsors h2 {
	color: #146aaa;
	font-size: 1.75em;
	font-weight: 700;
}
/* 
.sponsors h2 a {
	text-decoration: none;
} */

.sponsors ul {
	padding-left: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.sponsors li {
	margin:  .5em 1em;
	list-style: none;
	display: inline-block;
}


.no_logo,
.no_logo a {
	color: #146aaa;
	font-size:  1.1em;
	font-weight: 400;
}

.no_logo a {
	-webkit-text-decoration-color: rgba(20, 106, 170, .4);
	text-decoration-color: rgba(20, 106, 170, .4);
}

.no_logo a:hover,
.no_logo a:focus {
	color: #000;
	-webkit-text-decoration-color: #000;
	text-decoration-color: #000;
}

.row {
	display: flex;
	margin: 1em 0;
}

.row img {
	flex-basis: 25%;
}

.row .details {
	margin-left: 1em;
	flex-basis: 65%;
}

.row .details h2 {
	margin: 0;
	padding: 0 0 .25em 0;
}

.hilite {
	padding: .5em 2em 1em;
	background-color: #f1e2e5;
}

/* Sports */
.sports {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sports figure {
	margin: 1em;
	text-align: center;
	width: 180px;
	flex-basis: 180px;
}

.sports a {
	margin:  .5em 0;
	color: #146aaa;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 400;
}

.sports a:hover,
.sports a:focus {
	color: #000;
	text-decoration: underline;
}

@supports ((display: -ms-grid) or (display: grid)) {
	.sports {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (minmax(180px, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
		grid-gap: 2em;
	}

	.sports figure {
		margin: 0;
		width: auto;
	}
}

.sport_thumbnail {
	margin: 1em 0 2em 2em;
	float: right;
}

.inner.sport {
	margin: 1em auto;
}

/* Collapsible content */

.buttons {
	text-align: right;
}

.buttons button {
	margin-bottom: 1em;
}

.collapsible {
	margin: 1em 0;
}

.collapsible h3 {
	margin: 0;
	color: #000;
	width: 100%;
	position: relative;
	text-align: left;
}

.collapsible h3 [aria-expanded] {
	width: 100%;
	text-align: left;
}

.collapsible h3 [aria-expanded] .state {
	margin-right: .25em;
	border-right: 2px solid #fff;
	display: inline-block;
	width: 1.75em;
	height: 1.75em;
	vertical-align: middle;
}

.collapsible h3 [aria-expanded="false"] .state {
	background: #146aaa url(img/plus.svg) center center no-repeat;
	background-size: 1em;
}

.collapsible h3 [aria-expanded="true"] .state {
	background: #146aaa url(img/minus.svg) center center no-repeat;
	background-size: 1em;
}

.collapsible button[aria-expanded] {
	padding: .1em 0;
	color: #000;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-weight: 300;
	text-transform: none;
	display: grid;
	grid-template-columns: 5% 95%;
}

.collapsible button[aria-expanded="true"] {
	color: #fff;
	background-color: #146aaa;
}

.collapsible h3 + [aria-hidden] {
	display: none;
}

.collapsible h3 + [aria-hidden="false"] {
	display: block;
}

.collapsible .details {
	padding: 1em;
}

/* Default gallery */
.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery-item {
	margin: 1em;
}

@supports ((display: -ms-grid) or (display: grid)) {
	.gallery {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (minmax(260px, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
		grid-gap: 1em;
	}

	.gallery-item {
		margin: 0;
	}
}

.gallery-caption {
	margin: 0;
	text-align: center;
}

.gallery br {
	display: none;
}

/* Blog */

.filter_bar {
	text-align: center;
}

#filters {
	margin: 0;
}

#filters li {
	list-style: none;
	margin-right: .5em;
	display: inline-block;
}

#filters button {
	font-weight: 400;
	text-transform: none;
	background-color: transparent;
	border:  none;
	outline: 0;
}

#filters button:hover,
#filters button:focus,
#filters button.active {
	color: #000;
}

#filters button::before {
	content: '';
	display: inline-block;
	width: .75em;
	height: .75em;
	margin-right: .25em;
	padding: 2px;
	color: #000;
	background-clip: content-box;
	border: 1px solid #000;
	border-radius: 50%;
	vertical-align: middle;
}

#filters button:hover::before,
#filters button:focus::before,
#filters button.active::before {
	content: '';
	display: inline-block;
	width: .75em;
	height: .75em;
	padding: 2px;
	color: #e60f3d;
	background-color: #e60f3d;
	background-clip: content-box;
	border: 1px solid #000;
	border-radius: 50%;
}

.posts,
.post_grid {
	padding: 1em;
}

.post_grid {
	background-color: #ECECEC;
}

.hotels figure,
.posts li,
.post_grid li {
	list-style: none;
	flex-basis: 100%;
	margin-bottom: 1em;
	padding: 1em;
	background-color: #fff;
}

.posts li {
	background-color: #f9f9f9;
}

.hotels figure {
	padding: 0;
	text-align: center;
}

.posts li {
    -webkit-transform: scale(0);
        transform: scale(0);
    transition: all 350ms ease;
}

.posts li.scale-anm{
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hotels figcaption,
.posts h2,
.post_grid h2 {
	margin:  .5em 0;
}

.hotels figcaption,
.posts h2 a,
.post_grid h2 a {
	color: #146aaa;
	font-size: 1.1em;
	font-weight: 400;
	text-decoration: none;
}

.map {
	color: #e0153d;
	text-decoration: none;
	text-align: center;
	font-size: 1.1em;
	font-weight: 400;
}

.map:hover,
.map:focus {
	color: #007b31;
}

.map::before {
	content: '';
	background:  url(img/location.svg) left center no-repeat;
	background-size: 1em;
	width: 1em;
	height: 1em;
	margin-right: .25em;
	display: inline-block;
}

.map:hover::before,
.map:focus::before {
	content: '';
	background:  url(img/location_hover.svg) left center no-repeat;
	background-size: 1em;
	width: 1em;
	height: 1em;
	margin-right: .25em;
	display: inline-block;
}

.time-authored {
	margin:  .5em 0;
	color: #616161;
	font-size: .9em;
}

.post_utilities {
	padding: .5em 1em;
	background-color: #efefef;
	clear:  both;
}

.alignleft,img.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
}

.alignright,img.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
}

.aligncenter,img.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto 1.5em;
}

.wp-caption {
	max-width: 100%;
	position: relative;
	display: block;
}

.wp-caption img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wp-caption p.wp-caption-text {
	display: block;
	width: 100%;
	margin: 0;
	padding: .5em;
}

ul.navigation {
	margin: 0;
	padding: 0 !important;
	list-style-type: none;
}

ul.navigation li {
	float: right;
}

ul.navigation li.newer {
	float: left;
}

footer {
	width: 100%;
	margin:  2em auto 0;
	padding-bottom: 2em;
	color: #fff;
	background-color: #0063BE;
	/* background: #0063BE url(img/icon.png) left center no-repeat; */
	text-align: center;
	clear: both;
}

.footer_logo {
	width: 180px;
}

footer div {
	padding: 1em 0;
	display: block;
}

footer div.follow,
footer div.newsletter {
	padding: 0;
}

.sponsor_logos ul {
	padding-left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.sponsor_logos li {
	list-style: none;
	margin:  .5em 1em;
	flex-basis: 100%;
}

.sponsor_logos li img {
	height: 70px;
	width: auto;
	opacity: .7;
}

.sponsor_logos li :hover img,
.sponsor_logos li :focus img {
	opacity: 1;
}

.sponsor_logos a:hover,
.sponsor_logos a:focus {
	text-decoration: none;
}

footer h3 {
	margin:  0 0 .5em;
	color: #fff;
}

footer p {
	margin: .1em 0;
}

footer a {
	color: #fff;
}

footer a:hover,
footer a:focus {
	color: #0163be;
	background-color: #fff;
}

.hashtag {
	display: block;
	color: #fff;
}

.follow {
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom:  2px solid #fff;
}

.follow ul {
	padding-left: 0;
}

.follow li {
	margin: .25em;
	list-style: none;
	display: inline-block;
}

.follow img {
	padding: .5em;
	background-color: #fff;
	border-radius: 50%;
}

.follow img:hover,
.follow img:focus {
	background-color: #000;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    nav ul,
    nav li {
    	display: inline-block;
    }
}

@media screen and (min-width: 561px) {
	.sponsor_logos li {
		flex-basis: initial;
	}
}

@media screen and (min-width: 769px) {
	html {
		font-size: 18px;
	}

	.inner {
		margin: 0 auto;
		max-width: 1350px;
	}

	.inner.narrow {
		padding: 0 10em;
	}

	.inner.medium {
		padding: 0 5em;
	}

	.main_callout {
		position: relative;
	}

	.callouts li {
		margin:  0 0 1em;
	}

	.main_callout::after,
	.callouts li::after {
		content: '';
		display: block;
		position: absolute;
		background:  #000;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 40%,rgba(0,0,0,1) 100%);
		bottom: 0;
		height: 50%;
		width: 100%;
	}

	.callouts .details {
		position: absolute;
		z-index: 10;
		color: #fff;
		bottom: 0;
		padding: .5em .75em 0;
		width: 100%;
	}

	.callouts img {
		width: 100%;
	}

	.callouts a img {
		transition: all 0.1s linear;
	}

	.callouts a:hover img,
	.callouts a:focus img {
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
	}

	.divider {
		height: 2em;
	}

	.single-sports .inner.narrow {
		padding: 2em 10em;
	}

	.sport_thumbnail {
		margin:  0 0 2em 2em;
	}

	.hotels,
	.posts,
	.post_grid {
		display: flex;
		justify-content: space-between;
		flex-wrap:  wrap;
	}

	.hotels figure,
	.posts li,
	.post_grid li {
		flex-basis: 46%;
	}

	@supports ((display: -ms-grid) or (display: grid)) {

		.hotels,
		.posts,
		.post_grid {
			display: -ms-grid;
			display: grid;
	        -ms-grid-columns: 1fr 1fr;
	            grid-template-columns: 1fr 1fr;
			grid-column-gap: 1em;
		}

	}

	.filter_bar {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.share,
	.addthis_inline_share_toolbox,
	.filed,
	.post-categories {
		display: inline-block;
		vertical-align: middle;
	}

	.share,
	.filed {
		font-size: 1.2em;
		font-weight: 700;
	}

	.addthis_inline_share_toolbox {
		margin-right:  2.5em;
	}

	.filter_bar {
		text-align: left;
	}

	.post-categories {
		padding-left: .25em;
	}

	.post-categories li {
		font-size: 1.2em;
		list-style: none;
		display: inline-block;
		margin-right: .5em;
	}

	footer {
		padding: 2em;
		text-align: left;
	}

	footer .inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap:  wrap;
	}

	.footer_logo {
		-ms-grid-row-align: center;
		    align-self: center;
	}

	footer .social {
		margin: 2em auto 0;
		text-align: center;
	}

	.follow,
	.follow ul {
		display: inline-block;
	}

	.follow ul {
		margin:  0 0 .5em;
	}

	.social a {
		color: #fff;
		display: block;
		padding: 6px 6px 4px;
		border-radius: 50%;
	}
	
	.social a:hover,
	.social a:focus {
		color: #0163be;
	}
	
	.social svg {
		width: auto;
		height: 28px;
		fill: #fff;
	}
	
	.social svg:hover,
	.social svg:focus {
		fill: #0163be;
	}

}

@media screen and (min-width: 960px) {

	h1 {
		margin:  .5em 0 1em;
		font-size: 2.2em;
	}

	header .inner {
		padding: 1em;
		text-align: left;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	:not(.home) > main {
		padding-bottom: 2em;
	}

	.logo {
		margin:  1em 0;
		max-width: 500px;
		text-align: left;
	}

	.countdown {
		justify-content: space-between;
	}

	nav {
		border-top: none;
		box-shadow: 0px 10px 8px -11px #ccc, 0px -10px 8px -11px #ccc;
	}

	nav .mobile {
		display: none;
	}

	nav ul {
		padding: 0 1em;
		display: flex;
		justify-content: space-between;
	}

	nav li {
		margin: auto;
		width: auto;
		border-bottom: none;
	}

	nav li:last-of-type {
		margin-right: 0;
	}

	nav a {
		padding: .5em;
		border-bottom: 2px solid transparent;
	}

	nav .sub-menu.open {
		position: absolute;
		z-index: 10;
		width: auto;
		min-width: 10rem;
		color: #000;
		background-color: #fff;
		box-shadow: 0 0 10px #363636;
		text-transform: none;
	}

	nav .sub-menu.open li:hover,
	nav .sub-menu.open li:focus,
	nav .sub-menu.open .current_page_item {
		background-color: #146aaa;
	}

	nav .sub-menu.open a {
		color: #000;
		text-align: left;
	}

	nav .sub-menu.open a:hover,
	nav .sub-menu.open a:focus,
	.sub-menu.open .current_page_item a {
		color: #fff;
		background-color: #146aaa;
	}

	.current_page_item:not(.menu-item-home) a,
	.current_page_ancestor .nav_trigger {
		color: #fff;
		background-color: #146aaa;
	}

	nav a:hover,
	nav a:focus,
	nav .current-menu-item a,
	.nav_trigger:hover,
	.nav_trigger:focus,
	.nav_trigger:active {
		color: #146aaa;
		background-color: transparent;
		border-bottom: 2px solid #146aaa;
	}

	main .inner {
		padding: 0;
	}

	.callouts {
		display: flex;
	}

	.main_callout {
		flex-basis: 50%;
	}

	.callouts ul {
		flex-basis: 50%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.callouts li {
		flex-basis: 47%;
	}

	.callouts li:nth-child(1),
	.callouts li:nth-child(3) {
		margin: 0 1em;
	}

	.callouts li:nth-child(1),
	.callouts li:nth-child(2) {
		margin-bottom: 2em;
	}

	.callouts li:nth-child(4) {
		margin:  0;
	}

	.grid_row,
	.secondary_callouts {
		display: flex;
		justify-content: space-between;
	}

	.news li {
		display: flex;
	}

	.news li a {
		flex: 0 1 40%;
	}

	.news .details {
		margin:  0 1em;
		flex: 0 1 60%;
	}

	.tribute {
		text-align: left;
		flex-basis: 40%;
	}

	.tribute ul {
		display: flex;
	}

	.tribute li {
		margin:  0 .25em;
	}

	.tribute img {
		max-height: 190px;
		width: auto;
		-o-object-fit: cover;
		   object-fit: cover;
	}

	.venues,
	.accommodations {
		flex-basis: 48%;
	}

	.venues {
		margin-right: .5em;
	}

	.accommodations {
		margin-left: .5em;
	}

	@supports ((display: -ms-grid) or (display: grid)) {

		.callouts {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 1fr 1fr;
			    grid-template-columns: 1fr 1fr;
			grid-gap: 1.1em;
		}

		.main_callout {
			width: auto;
		}

		.callouts ul {
			width: auto;
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 1fr 1fr;
			    grid-template-columns: 1fr 1fr;
			grid-gap: 1.1em;
		}

		.callouts li:nth-child(1),
		.callouts li:nth-child(2),
		.callouts li:nth-child(3) {
			margin: 0;
		}

		.grid_row {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 2fr 1fr;
			    grid-template-columns: 2fr 1fr;
			grid-gap: 1em;
		}

		.news li {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 40% 60%;
			    grid-template-columns: 40% 60%;
			grid-gap: 1em;
		}

		.tribute ul {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 1fr 1fr;
			    grid-template-columns: 1fr 1fr;
			grid-gap: 1em;
		}

		.tribute li {
			margin:  0;
		}

		.secondary_callouts {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 1fr 1fr;
			    grid-template-columns: 1fr 1fr;
			grid-gap: 1em;
		}

		.secondary_callouts div {
			width: auto;
		}

		.venues {
			margin-right: 0;
		}

		.accommodations {
			margin-left: 0;
		}
	}
}

@media screen and (min-width: 1024px) {

	.countdown {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.info h2 {
		font-size: 1.4em
	}

	.callouts li::after {
		content: '';
		display: block;
		position: absolute;
		background:  #000;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 40%,rgba(0,0,0,1) 100%);
		bottom: 0;
		height: 30%;
		width: 100%;
	}

	.legacy {
		padding: 3em 7.5em;
	}

	.legacy h2 {
		font-size: 1.9em;
	}

	.footer_logo {
		width: auto;
		max-width: 300px;
	}

	footer .social {
		margin: 0;
		text-align: left;
	}
}

@media screen and (min-width: 1350px) {

	header .inner {
		padding:  1em 0;
	}

	.logo {
		max-width: 670px;
	}

	#countdown .count {
		font-size: 2.4em;
	}

	nav ul {
		padding: 0;
	}

	.wrapper {
		padding:  0;
	}
}