@font-face {
	font-family: "Apax";
	src: url("../webfonts/Apax-Thin.eot");
	src: url("../webfonts/Apax-Thin.eot?#iefix") format("embedded-opentype"),
	     url("../webfonts/Apax-Thin.woff2") format("woff2"),
	     url("../webfonts/Apax-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Apax";
	src: url("../webfonts/Apax-Thin-Italic.eot");
	src: url("../webfonts/Apax-Thin-Italic.eot?#iefix") format("embedded-opentype"),
	     url("../webfonts/Apax-Thin-Italic.woff2") format("woff2"),
	     url("../webfonts/Apax-Thin-Italic.woff") format("woff");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Apax";
	src: url("../webfonts/Apax-Light.eot");
	src: url("../webfonts/Apax-Light.eot?#iefix") format("embedded-opentype"),
	     url("../webfonts/Apax-Light.woff2") format("woff2"),
	     url("../webfonts/Apax-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Apax";
	src: url("../webfonts/Apax-Light-Italic.eot");
	src: url("../webfonts/Apax-Light-Italic.eot?#iefix") format("embedded-opentype"),
	     url("../webfonts/Apax-Light-Italic.woff2") format("woff2"),
	     url("../webfonts/Apax-Light-Italic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Apax";
	src: url("../webfonts/Apax-Regular.eot");
	src: url("../webfonts/Apax-Regular.eot?#iefix") format("embedded-opentype"),
	     url("../webfonts/Apax-Regular.woff2") format("woff2"),
	     url("../webfonts/Apax-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Apax";
	src: url("../webfonts/Apax-Italic.eot");
	src: url("../webfonts/Apax-Italic.eot?#iefix") format("embedded-opentype"),
	     url("../webfonts/Apax-Italic.woff2") format("woff2"),
	     url("../webfonts/Apax-Italic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Apax";
	src: url("../webfonts/Apax-Medium.eot");
	src: url("../webfonts/Apax-Medium.eot?#iefix") format("embedded-opentype"),
	     url("../webfonts/Apax-Medium.woff2") format("woff2"),
	     url("../webfonts/Apax-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Apax";
	src: url("../webfonts/Apax-Medium-Italic.eot");
	src: url("../webfonts/Apax-Medium-Italic.eot?#iefix") format("embedded-opentype"),
	     url("../webfonts/Apax-Medium-Italic.woff2") format("woff2"),
	     url("../webfonts/Apax-Medium-Italic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Apax";
	src: url("../webfonts/Apax-Bold.eot");
	src: url("../webfonts/Apax-Bold.eot?#iefix") format("embedded-opentype"),
	     url("../webfonts/Apax-Bold.woff2") format("woff2"),
	     url("../webfonts/Apax-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Apax";
	src: url("../webfonts/Apax-Bold-Italic.eot");
	src: url("../webfonts/Apax-Bold-Italic.eot?#iefix") format("embedded-opentype"),
	     url("../webfonts/Apax-Bold-Italic.woff2") format("woff2"),
	     url("../webfonts/Apax-Bold-Italic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}


/***********************
 * Set Global Variables 
 ***********************/

:root {
	--primary-font: 'Apax', 'Open Sans', sans-serif;
	--grey: #757575;
	--light-blue: #e8ebf5;
	--red: #ed1c24;
	--dark-red: #d10c14;
	--miami-blue: #25c9ef;
	--dark-miami-blue: #1dafe1;

	--container-max-width: 1368px;
	--container-padding: 50px;
	/* Padding on outside of container */
	--column-gutter: 25px;
	/* Default gutter for Bootstrap rows and Gutenberg columns */
	--grid-gutter: 25px;
	/* Gutter for .post-grid elements */
}


/***********************
 * Set Global Defaults 
 ***********************/

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	max-width: calc(var(--container-max-width) + 2 * var(--container-padding));
	padding-right: var(--container-padding);
	padding-left: var(--container-padding);
}

.row {
	margin-right: calc(-1 * var(--column-gutter) / 2);
	margin-left: calc(-1 * var(--column-gutter) / 2);
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-right: calc(var(--column-gutter) / 2);
	padding-left: calc(var(--column-gutter) / 2);
}

@media (min-width: 782px) {
	.wp-block-column:not(:first-child) {
		margin-left: var(--column-gutter);
	}
}


.row.post-grid {
	margin: calc(-1 * var(--grid-gutter) / 2);
}

.row.post-grid>.col,
.row.post-grid>.col-1,
.row.post-grid>.col-10,
.row.post-grid>.col-11,
.row.post-grid>.col-12,
.row.post-grid>.col-2,
.row.post-grid>.col-3,
.row.post-grid>.col-4,
.row.post-grid>.col-5,
.row.post-grid>.col-6,
.row.post-grid>.col-7,
.row.post-grid>.col-8,
.row.post-grid>.col-9,
.row.post-grid>.col-auto,
.row.post-grid>.col-lg,
.row.post-grid>.col-lg-1,
.row.post-grid>.col-lg-10,
.row.post-grid>.col-lg-11,
.row.post-grid>.col-lg-12,
.row.post-grid>.col-lg-2,
.row.post-grid>.col-lg-3,
.row.post-grid>.col-lg-4,
.row.post-grid>.col-lg-5,
.row.post-grid>.col-lg-6,
.row.post-grid>.col-lg-7,
.row.post-grid>.col-lg-8,
.row.post-grid>.col-lg-9,
.row.post-grid>.col-lg-auto,
.row.post-grid>.col-md,
.row.post-grid>.col-md-1,
.row.post-grid>.col-md-10,
.row.post-grid>.col-md-11,
.row.post-grid>.col-md-12,
.row.post-grid>.col-md-2,
.row.post-grid>.col-md-3,
.row.post-grid>.col-md-4,
.row.post-grid>.col-md-5,
.row.post-grid>.col-md-6,
.row.post-grid>.col-md-7,
.row.post-grid>.col-md-8,
.row.post-grid>.col-md-9,
.row.post-grid>.col-md-auto,
.row.post-grid>.col-sm,
.row.post-grid>.col-sm-1,
.row.post-grid>.col-sm-10,
.row.post-grid>.col-sm-11,
.row.post-grid>.col-sm-12,
.row.post-grid>.col-sm-2,
.row.post-grid>.col-sm-3,
.row.post-grid>.col-sm-4,
.row.post-grid>.col-sm-5,
.row.post-grid>.col-sm-6,
.row.post-grid>.col-sm-7,
.row.post-grid>.col-sm-8,
.row.post-grid>.col-sm-9,
.row.post-grid>.col-sm-auto,
.row.post-grid>.col-xl,
.row.post-grid>.col-xl-1,
.row.post-grid>.col-xl-10,
.row.post-grid>.col-xl-11,
.row.post-grid>.col-xl-12,
.row.post-grid>.col-xl-2,
.row.post-grid>.col-xl-3,
.row.post-grid>.col-xl-4,
.row.post-grid>.col-xl-5,
.row.post-grid>.col-xl-6,
.row.post-grid>.col-xl-7,
.row.post-grid>.col-xl-8,
.row.post-grid>.col-xl-9,
.row.post-grid>.col-xl-auto {
	padding: calc(var(--grid-gutter) / 2);
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}


/***********************
 * Fonts/Text Defaults 
 ***********************/

html,
body {
	font-family: var(--primary-font);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
	color: var(--grey);
	overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: #000;
	font-family: var(--primary-font);
	font-weight: 400;
	line-height: 1.2;
	margin: 1.2em 0 0.5em;
}

h1,
.h1 {
	font-size: 47px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

p,
li {
	margin: 0.5em 0 1em;
}

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

ol li,
ul li {}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child,
p:first-child,
li:first-child {
	margin-top: 0;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
p:last-child,
li:last-child {
	margin-bottom: 0;
}

a,
a:visited {
	transition: color 0.25s;
	color: var(--miami-blue);
	text-decoration: none;
}

a:hover {
	color: var(--dark-miami-blue);
	text-decoration: underline;
}


h1 a {
	color: inherit !important;
	font: inherit !important;
	text-decoration: inherit !important;
}


/* Font Sizes */

.has-intro-font-size {
	max-width: 960px;
	font-size: 25px;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
}


/* Blockquotes */

blockquote,
.wp-block-pullquote p {
	font-size: 1.35em;
	margin: 1.5em;
}

blockquote> :first-child::before,
blockquote> :first-child::after {
	font-size: 1.5em;
	margin: 0 0.25em;
}

blockquote>p:first-of-type::before {
	content: "“";
}

blockquote>p:last-of-type::after {
	content: "”";
}

.wp-block-pullquote {
	padding: 1em 0;
}

.wp-block-pullquote p {
	line-height: 1.2;
}

.wp-block-pullquote cite {
	margin-right: 2em;
}

.wp-block-pullquote cite::before {
	content: "—";
}


/* Buttons */

.btn {
	transition: all 0.25s;
    padding: .75em 2em;
	border-color: var(--miami-blue);
	border-radius: .8rem;
	box-shadow: rgb(0 0 0 / 12%) 0 10px 25px;
	background-color: var(--miami-blue);
	color: #fff;
	font-size: 0.9em;
}

.btn:hover,
.btn:focus {
	color: var(--dark-miami-blue);
	background-color: #fff;
	border-color: #fff;
}

.btn.btn-arrow::after {
	display: inline-block;
	content: "›";
	transform: translateX(0px);
	transition: transform 0.4s;
	margin-left: 0.3em;
}

.btn.btn-arrow:hover::after,
.btn.btn-arrow:focus::after {
	transform: translateX(4px);
}


/***********************
 * Menus 
 ***********************/

/* Menu Defaults */

ul.menu,
ul.menu>li,
ul.sub-menu,
ul.sub-menu>li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu a {
	color: inherit;
}
ul.menu li.current-menu-item > a {
	color: var(--miami-blue);
}

ul.sub-menu {
	padding-left: 20px;
}

/* Bootstrap Menus */

.navbar {
	padding: 0;
}

.dropdown-menu {
	margin: 0;
}

.navbar-expand .navbar-nav {
	margin-left: -10px;
	margin-right: -10px;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 10px;
	padding-left: 10px;
}


/***********************
 * Header 
 ***********************/

#masthead {
	padding: 10px 0;
}

/* Top Header */

#section-header-top {
	padding: 1em 0;
}

/* Main Header */

#section-header-main {
	padding: 1em 0;
	background-color: var(--light-blue);
}

#top_header_widgets_1 {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	grid-column-gap: 1.5em;
}
#masthead h1 {
	font-weight: 500;
}

/* Fox Block Sections */

section.fox-block {
	margin: 0 calc(50% - 50vw);
	padding: 10vh calc(50vw - 50%);
}

.acf-block-preview>section.fox-block {
	margin: 0;
	padding: 50px 0;
}


/* Logo Block */

.block.logo {
	max-width: 100%;
	width: 250px;
}

.block.logo .site-logo {
	margin: 0 0 -10px;
	padding: 10px 0;
}

.block.logo .site-logo a {
	display: block;
	text-indent: -999em;
	width: 100%;
	margin-bottom: 0.5em;
	padding-bottom: 50%;
	background-size: 98%;
	background-repeat: no-repeat;
	background-position: center;
	height: 0;
	/*image-rendering: -webkit-optimize-contrast;*/
}

#responsive-menu-pro .sub-menu {
	padding-left: 1em;
}


/***********************
 * Content 
 ***********************/

#primary {
	padding: 60px 0;
}

.row.post-grid {
    margin-top: 0;
    margin-bottom: 0;
}
.pagination {
	display: block;
	text-align: center;
}


/***********************
 * Post Blocks 
 ***********************/

article.block {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

article.block .image {}

article.block .post-thumbnail {
	display: block;
	position: relative;
}

article.block .post-thumbnail::before {
	content: "";
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 56.25%;
}

article.block .post-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

article.block .text {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 2em;
}

article.block .text .top {
	flex-grow: 1;
}

article.block .entry-content {
	margin: 1em 0;
}

article.block .entry-footer {
	margin: 1em 0;
}

article.block .text .bottom {}









.block.type-video-post {
	box-shadow: none;
}
.block.type-video-post a {
	color: inherit;
	font: inherit;
	text-decoration: inherit;
}
.block.type-video-post .thumbnail {
	position: relative;
	padding-bottom: 56.25%;
	background-color: #444;
}
.block.type-video-post .thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content-fit: cover;
}
.block.type-video-post .thumbnail .length {
	position: absolute;
	bottom: .5em;
	right: .5em;
	display: inline-block;
	padding: .15em .25em;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .66);
	color: #fff;
	font-size: .85em;
	font-family: Roboto, Arial, sans-serif;
	line-height: 1;
}
.block.type-video-post a .info {
	padding: 1em .5em .5em;
	opacity: 0;
	transition: opacity .15s;
	font-size: .9em;
	line-height: 1.5;
}
.block.type-video-post a:hover .info {
	opacity: 1;
}
.block.type-video-post .info .entry-content {
	margin: .5em 0 0;
}



/***********************
 * Footer 
 ***********************/

#colophon {
	padding: 20px 0;
	font-size: 16px;
	font-weight: 200;
}
#colophon .row .col {
    padding-top: 1em;
    padding-bottom: 1em;
}
#colophon a {
    font-weight: 300;
    color: #000;
}



/* Main Footer */

#section-footer-top {
    padding: 3em 0;
    background-color: var(--light-blue);
}
#section-footer-top .widget_media_image img {
    width: 170px;
}
#section-footer-top ul.menu > li {
    margin: 0 1.5em;
}


/* Main Footer */

#section-footer-main {
	padding: 3em 0 1.5em;
}
#section-footer-main ul.menu {
    display: block;
    margin: 0 auto;
    max-width: 20em;
    columns: 2;
}
#section-footer-main ul.menu > li {
    padding: 0 0 .5em;
}
#section-footer-main .copyright {
    font-size: 11px;
    font-weight: 400;
}


/* Bottom Footer */

#section-footer-bottom {
	padding: 1.5em 0 3em;
}
#section-footer-bottom .widget_text img {
    width: 115px;
}


