/*
	Theme Name: ExpertBoxing
	Theme URI: https://demo.studiopress.com/
	Description: This is the ExpertBoxing theme created for the ExpertBoxing website.
	Author: WP Allied
	Author URI: https://www.wpallied.com/
	Version: 0.4.1

	Tags: one-column, two-columns, left-sidebar, accessibility-ready, custom-menu, featured-images, footer-widgets, full-width-template, threaded-comments, translation-ready

	Template: genesis
	Text Domain: expertboxing
*/

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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}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,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:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[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}

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

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        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
---------------------------------------------------------------------------------------------------- */

/* OpenSans Font
--------------------------------------------- */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'),
		 local('OpenSans-Regular'),
		 url('../woff2/opensans-regular.woff2') format('woff2'),
		 url('../woff/opensans-regular.woff') format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans SemiBold'),
		 local('OpenSans-SemiBold'),
		 url('../woff2/opensans-semibold.woff2') format('woff2'),
		 url('../woff/opensans-semibold.woff') format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'),
		 local('OpenSans-Bold'),
		 url('../woff2/opensans-bold.woff2') format('woff2'),
		 url('../woff/opensans-bold.woff') format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: local('Open Sans ExtraBold'),
		 local('OpenSans-ExtraBold'),
		 url('../woff2/opensans-extrabold.woff2') format('woff2'),
		 url('../woff/opensans-extrabold.woff') format('woff');
}

/* Ebox Icon Font
--------------------------------------------- */

@font-face {
font-family: 'ebox';
	font-weight: normal;
	font-style: normal;
	src:  local('ebox'),
		  url('../woff/ebox.woff') format('woff'),
		  url('../ttf/ebox.ttf') format('truetype'),
		  url('../eot/ebox.eot') format('embedded-opentype'),
		  url('../svg/ebox.svg') format('svg');
}

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a {
	color: #004b80;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #666;
}

.entry-content a {
	text-decoration: underline;
}

p {
	margin: 0 0 2.2rem;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	background-color: #f4f4f4;
	border-left: 10px solid rgba(0,0,0,0.05);
	letter-spacing: 1px;
	margin: 4rem 4rem 4rem 0;
	padding: 2rem;
}

.entry-content blockquote p {
	margin-bottom: 1.6rem;
}

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

.box-hilite {
	background-color: #e2f3ff;
	border: 1px solid #004b80;
	display: block;
	font-size: 2rem !important;
	font-weight: 700;
	padding: 3rem;
	text-align: center;
}

.box-hilite span {
	font-size: 2rem !important;
}

.greybox {
	background: #d1d1d1;
	display: block;
	padding: 2.2rem;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 2rem;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.7rem;
}

.entry-content h2 {
	border-bottom: 2px solid #000;
	font-size: 3.2rem;
	font-weight: 400;
	margin-bottom: 2.2rem;
	padding-bottom: 0.6rem;
}

@media only screen and (min-width: 1140px) {
	.entry-content h2 {
		margin-top: 4rem;
	}
}

h3 {
	font-size: 2.4rem;
}

.entry-content h3 {
	color: #004b80;
	margin-bottom: 1.8rem;
	word-wrap: break-word;
}

@media only screen and (min-width: 450px) {
	.entry-content h3 {
		font-size: 2.6rem;
		margin-bottom: 2rem;
	}
}

@media only screen and (min-width: 1140px) {
	.entry-content h3 {
		margin-top: 4rem;
	}
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.8rem;
}

h6 {
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
	vertical-align: top;
	width: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.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-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 1.1rem 1.2rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #d01515;
	border-bottom: 3px solid #9d0e0e;
	border-radius: 1px;
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.56px;
	padding: 0.4rem 1.6rem 0.2rem;
	text-align: center;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

@media only screen and (min-width: 1140px) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button {
		font-size: 1.8rem;
		padding: 0.8rem 5.3rem 0.5rem;
	}
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #9d0e0e;
	color: #fff;
}

.button {
	display: inline-block;
}

.button.alt {
	background-color: transparent;
	border: 3px solid #d01515;
	font-size: 1rem;
	letter-spacing: 0.34px;
	line-height: 1.1;
	padding: 0.4rem 1rem;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

@media only screen and (min-width: 1140px) {
	.button.alt {
		font-size: 1.8rem;
		padding: 1rem 4.1rem;
	}
}

.button.alt:focus,
.button.alt:hover {
	background-color: #d01515;
}

.search-form-input::placeholder {
	color: #888;
}

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

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

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

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

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

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

/* Read More link
--------------------------------------------- */

.more-link {
	background-color: #d01515;
	box-shadow: 4px 4px 0 #9d0e0e;
	color: #fff;
	display: inline-block;
	line-height: 1;
	margin-top: 0.8rem;
	text-align: center;
	text-decoration: none !important;
	font-size: 1.8rem;
	letter-spacing: 0.56px;
	padding: 10px 100px;
}

.more-link:focus,
.more-link:hover {
	background-color: #9d0e0e;
	color: #fff;
}

/* Icons
--------------------------------------------- */

.icon::before {
	display: inline-block;
	font-family: 'ebox' !important;
	speak: none;
	font-style: normal;
	font-size: inherit;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
	content: "\e900";
}

.icon-envelope:before {
	content: "\e901";
}

.icon-star:before {
	content: "\e902";
}

.icon-facebook-group:before {
	content: "\e903";
}

.icon-close:before {
	content: "\e904";
}

.icon-search:before {
	content: "\e905";
}

.icon-youtube:before {
	content: "\e906";
}

.icon-twitter:before {
	content: "\e907";
}

.icon-facebook:before {
	content: "\e908";
}

.icon-comment:before {
	content: "\e909";
}

.icon-print:before {
	content: "\e90a";
}

.icon-instagram:before {
	content: "\e90b";
}

.icon-sponsors:before {
	content: "\e90c";
}

.icon-plus-circle:before {
	content: "\e90d";
}

.icon-minus-circle:before {
	content: "\e90e";
}

.icon-vk:before {
	content: "\e90f";
}

/* Legacy FontAwesome usage */
.fa::before {
	display: inline-block;
	font-family: 'ebox' !important;
	speak: none;
	font-style: normal;
	font-size: inherit;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-plus-circle:before {
	content: "\e90d";
}

.fa-minus-circle:before {
	content: "\e90e";
}

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

/* Site Container
--------------------------------------------- */

.site-container {
	word-wrap: break-word;
}

.content-sidebar .content-sidebar-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

.blog .site-inner,
.search .site-inner,
.single-post .site-inner,
.page .site-inner {
	margin-top: 1.9rem;
}

@media only screen and (min-width: 1140px) {
	.blog .site-inner,
	.search .site-inner,
	.single-post .site-inner,
	.page .site-inner {
		margin-top: 4rem;
	}
}

.category-grid .site-inner {
	margin-top: 3.3rem;
}

@media only screen and (min-width: 1140px) {
	.category-grid .site-inner {
		margin-top: 8.2rem;
	}
}

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


.error404 .site-inner {
	margin-top: 7.5rem;
}

/* Wrapper
--------------------------------------------- */

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 768px;
	padding-left: 3%;
	padding-right: 3%;
}

@media only screen and (min-width: 810px) {
	.wrap {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 1023px) {
	.wrap {
		max-width: 960px;
	}
}

@media only screen and (min-width: 1140px) {
	.wrap {
		max-width: 1100px;
	}
}

@media only screen and (min-width: 1300px) {
	.wrap {
		max-width: 1260px;
	}
}

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

.content {
	max-width: 100%;
}

@media only screen and (min-width: 1140px) {
	.content-sidebar .content {
		width: 70rem;
	}
}

@media only screen and (min-width: 1300px) {
	.content-sidebar .content {
		width: 80rem;
	}
}

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

@media only screen and (min-width: 1140px) {
	.content-sidebar .sidebar {
		margin-left: 5.8rem;
		width: 34.2rem;
	}
}

@media only screen and (min-width: 1300px) {
	.content-sidebar .sidebar {
		width: 40.2rem;
	}
}

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

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

.avatar {
	float: left;
}

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

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

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

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description {
	border: 2px solid #004b80;
	margin-bottom: 2rem;
	padding: 1.2rem;
	position: relative;
	text-align: center;
}

@media only screen and (min-width: 1140px) {
	.archive-description {
		border-width: 3px;
		margin-bottom: 2.5rem;
		padding: 4.4rem 16rem;
	}
}

.archive-description p {
	color: #3d3d3d;
	text-align: center;
}

.archive-description p:last-child {
	margin-bottom: 0;
}

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

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

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

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

.archive-title {
	background-color: #fff;
	color: #004b80;
	display: table;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.32px;
	line-height: 13.8px;
	margin-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	position: absolute;
	top: -2%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (min-width: 1140px) {
	.archive-title {
		font-size: 2.8rem;
		letter-spacing: -0.75px;
		line-height: 46px;
	}
}

.search .archive-title {
	left: 2%;
	transform: translate(0%, -50%);
}

.entry-title {
	color: #3d3d3d;
	font-size: 3.4rem;
	letter-spacing: -1.5px;
	line-height: 1.09;
	margin-bottom: 1.1rem;
}

@media only screen and (min-width: 1140px) {
	.entry-title {
		font-size: 4rem;
		line-height: 1.125;
		margin-bottom: 1rem;
	}
}

.entry-title a {
	color: #3d3d3d;
}

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

.widget-title {
	font-size: 1.6rem;
	margin-bottom: 0.8rem;
}

.sidebar-primary .widget-title {
	color: #141414;
	border-bottom: 2px solid #141414;
	font-size: 2.4rem;
	letter-spacing: -1.5px;
}

.sidebar-primary .widget-title span {
	background: #fff;
	padding-right: 0.5rem;
	position: relative;
	top: 0.6rem;
}

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

.aligncenter {
	text-align: center;
}

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 30px;
}

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	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: 4rem;
}

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

.widget ul > li {
	margin-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;
}

/* After Entry Banners
--------------------------------------------- */

/* Compatibility only for widgets added to the after entry products widget area. */

.after-entry-products {
	display: none;
	margin-bottom: 1rem;
	text-align: center;
}

@media only screen and (min-width: 1140px) {
	.after-entry-products {
		display: block;
		margin-bottom: 1.8rem;
	}
}

.after-entry-banners .widget {
	margin-bottom: 0.7rem;
}

.sharing-section {
	margin-bottom: 6rem;
	text-align: center;
}

/* Compatibility only for genesis simple share. */

.sharing-section .share-headline {
	color: #3d3d3d;
	margin-bottom: 1rem;
}

@media only screen and (min-width: 669px) {
	.sharing-section .share-headline {
		margin-bottom: 2rem;
	}
}

.sharing-section .share-entry_footer {
	display: inline-block;
}

.sharing-section .print-button {
	margin-left: -0.4rem;
}

.sharing-section .print-button .count {
	border: 1px solid #5b5b5b;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #5b5b5b;
	display: block;
	float: none;
	height: 55px;
	line-height: 55px;
	width: 75px;
}

.print-button .box:hover .count {
	background-color: #5b5b5b;
	color: #fff;
}

.print-button .count::before {
	content: "\e90a";
	display: inline-block;
	font-family: 'ebox' !important;
	speak: none;
	font-style: normal;
	font-size: inherit;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.print-button .no-count .share {
	background: #5b5b5b;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 75px;
}

/* Genesis Featured Post Widget
--------------------------------------------- */

.featured-content .entry-title  {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -0.3px;
	line-height: 1.3;
}

.featured-content .entry-title a  {
	color: #004b80;
}

/* Compatibility only for widgets added to the sidebar. */

.sidebar-primary .featured-content .widget-title {
	margin-bottom: 1.2rem;
}

.sidebar-primary .featured-content .entry {
	min-height: 6.5rem;
	margin-bottom: 1.4rem;
}

.sidebar-primary .featured-content .entry .alignleft {
	margin: 0;
}

.sidebar-primary .featured-content .entry img {
	float: left;
	object-fit: cover;
	height: 65px;
	width: 115px;
}

.sidebar-primary .featured-content .entry-title  {
	margin-top: 0.2rem;
	margin-left: 12.5rem;
	margin-bottom: 0;
	max-height: 8rem;
	overflow: hidden;
	text-align: left;
}

/* Compatibility only for widgets added to the after entry widget section. */

.after-entry .featured-content {
	margin-bottom: 1rem;
}

@media only screen and (min-width: 669px) {
	.after-entry .featured-content {
		margin-bottom: 5rem;
	}
}

.after-entry .featured-content .widget-wrap {
	display: flex;
	flex-wrap: wrap;
}

.after-entry .featured-content .widget-title {
	background: #004b80;
	color: #fff;
	font-size: 2.4rem;
	margin-bottom: 1.3rem;
	padding: 0.8rem 1.8rem;
	text-transform: uppercase;
	width: 100%;
}

@media only screen and (min-width: 669px) {
	.after-entry .featured-content .widget-title {
		margin-bottom: 2.4rem;
	}
}

.after-entry .featured-content .entry {
	margin-right: 1.2rem;
	margin-bottom: 1.1rem;
	width: calc(100%/2 - 0.6rem);
}

.after-entry .featured-content .entry:nth-of-type(2n) {
	margin-right: 0;
}

@media only screen and (min-width: 669px) {
	.after-entry .featured-content .entry {
		margin-right: 2.1rem;
		margin-bottom: 2rem;
		width: calc(100%/3 - 1.6rem);
	}

	.after-entry .featured-content .entry:nth-of-type(2n) {
		margin-right: 2.1rem;
	}

	.after-entry .featured-content .entry:nth-of-type(3n) {
		margin-right: 0;
	}
}

.after-entry .featured-content .alignnone {
	/* box-shadow: 0 3px 7px 0 rgba(178,178,178,0.30), 0 1px 3px 0 rgba(149,149,149,0.50); */
	display: block;
	margin-bottom: 0.7rem;
	position: relative;
}

@media only screen and (min-width: 669px) {
	.after-entry .featured-content .alignnone {
		margin-bottom: 1rem;
	}
}

.after-entry .featured-content .alignnone::after {
	content: '';
	display: block;
	padding-bottom: 56.23%
}

.after-entry .featured-content .alignnone .entry-image {
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%
}

.after-entry .featured-content .entry-title {
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 0;
}

@media only screen and (min-width: 669px) {
	.after-entry .featured-content .entry-title {
		font-size: 1.6rem;
	}
}

/* Recommended Post Widget Menu
--------------------------------------------- */

.sidebar-primary .menu-recommended-container .menu li {
	border-bottom: 1px dotted #d6d6d6;
	margin-top: -0.2rem;
	margin-bottom: 0.6rem;
	padding-bottom: 0.4rem;
}

/* AP Recent Comments
--------------------------------------------- */

.ap_widget_recent_comments .recentcomments {
	margin-bottom: 2rem;
}

.ap_widget_recent_comments a {
	font-weight: 700;
}

.ap_widget_recent_comments p {
	color: #787878;
	font-size: 1.4rem;
	line-height: 1.45em;
}

.ap_widget_recent_comments p em {
	color: #333;
}

/* Promotional Widget
--------------------------------------------- */

@media only screen and (min-width: 1140px) {
	.sidebar #custom_html-5 {
		position: -webkit-sticky;
		position: sticky;
		top: 4rem;
	}
}

.sidebar-newsletter {
	background: #e1f3ff;
	border: 2px solid #004b80;
	margin-bottom: 2.5rem;
	padding: 1.2rem 1.8rem 2.3rem;
}

.sidebar-newsletter .title {
	font-size: 2.2rem;
	color: #3d3d3d;
	letter-spacing: 0;
	margin-bottom: 1.3rem;
}

.sidebar-newsletter p {
	font-size: 1.4rem;
	color: #3d3d3d;
	letter-spacing: 0.04px;
	margin-bottom: 2rem;
}

.sidebar-newsletter .email {
	border: none;
	border-radius: 0;
	color: #8c8c8c;
	font-size: 1.4rem;
	letter-spacing: 0.04px;
	margin-bottom: 0.8rem;
	padding: 1.2rem;
}

.sidebar-newsletter .button {
	font-size: 1.8rem;
	line-height: 1.18;
	padding: 0.9rem 5.3rem 0.6rem;
	width: 100%;
}

.sidebar-guide .guide-image {
	margin-bottom: 2.5rem;
}

/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Shared Counts
--------------------------------------------- */

.shared-counts-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.shared-counts-button {
	border: 1px solid;
	border-radius: 3px;
	display: inline-block;
	line-height: 0;
	margin-right: 5px;
	width: 75px;
}

.shared-counts-button:not(.print):not(.shared-counts-no-count) {
	display: flex;
	flex-wrap: wrap;
}

.shared-counts-button:last-child {
	margin-right: 0;
}

.shared-counts-button:not(.print):not(.shared-counts-no-count) .shared-counts-icon-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

.shared-counts-icon {
	display: inline-block;
	margin-right: 5px;
}

.shared-counts-icon svg {
	fill: #fff;
	height: 12px;
	width: 12px;
}

.shared-counts-label {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
}

.shared-counts-button:not(.print):not(.shared-counts-no-count) .shared-counts-count {
	background-color: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 16px;
	font-weight: 700;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	line-height: 55px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

/* Styles specific for buttons without counts and the print button */

.shared-counts-button.shared-counts-no-count .shared-counts-icon-label,
.shared-counts-button.print .shared-counts-icon-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shared-counts-button.shared-counts-no-count .shared-counts-icon,
.shared-counts-button.print .shared-counts-icon {
	background-color: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 55px;
	line-height: 60px;
	margin-right: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.shared-counts-button.shared-counts-no-count .shared-counts-icon svg,
.shared-counts-button.print .shared-counts-icon svg {
	height: 20px;
	width: 20px;
}

.shared-counts-button.shared-counts-no-count .shared-counts-label,
.shared-counts-button.print .shared-counts-label {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

/* Styles specific for the Facebook button */

.shared-counts-button.facebook {
	background-color: #3d5a98;
	color: #3d5a98;
}

.shared-counts-button.facebook:focus .shared-counts-count,
.shared-counts-button.facebook:hover .shared-counts-count {
	background-color: #3d5a98;
	color: #fff;
}

.shared-counts-button.facebook.shared-counts-no-count:focus .shared-counts-icon,
.shared-counts-button.facebook.shared-counts-no-count:hover .shared-counts-icon {
	background-color: #3d5a98;
}

.shared-counts-button.facebook.shared-counts-no-count .shared-counts-icon svg {
	fill: #3d5a98;
}

.shared-counts-button.facebook.shared-counts-no-count:focus .shared-counts-icon svg,
.shared-counts-button.facebook.shared-counts-no-count:hover .shared-counts-icon svg {
	fill: #fff;
}

/* Styles specific for the Twitter button */

.shared-counts-button.twitter {
	background-color: #09b0ed;
	color: #09b0ed;
}

.shared-counts-button.twitter:focus .shared-counts-count,
.shared-counts-button.twitter:hover .shared-counts-count {
	background-color: #09b0ed;
	color: #fff;
}

.shared-counts-button.twitter.shared-counts-no-count:focus .shared-counts-icon,
.shared-counts-button.twitter.shared-counts-no-count:hover .shared-counts-icon {
	background-color: #09b0ed;
}

.shared-counts-button.twitter.shared-counts-no-count .shared-counts-icon svg {
	fill: #09b0ed;
}

.shared-counts-button.twitter.shared-counts-no-count:focus .shared-counts-icon svg,
.shared-counts-button.twitter.shared-counts-no-count:hover .shared-counts-icon svg {
	fill: #fff;
}

/* Styles specific for the Pinterest button */

.shared-counts-button.pinterest {
	background-color: #cb2127;
	color: #cb2127;
}

.shared-counts-button.pinterest:focus .shared-counts-count,
.shared-counts-button.pinterest:hover .shared-counts-count {
	background-color: #cb2127;
	color: #fff;
}

.shared-counts-button.pinterest.shared-counts-no-count:focus .shared-counts-icon,
.shared-counts-button.pinterest.shared-counts-no-count:hover .shared-counts-icon {
	background-color: #cb2127;
}

.shared-counts-button.pinterest.shared-counts-no-count .shared-counts-icon svg {
	fill: #cb2127;
}

.shared-counts-button.pinterest.shared-counts-no-count:focus .shared-counts-icon svg,
.shared-counts-button.pinterest.shared-counts-no-count:hover .shared-counts-icon svg {
	fill: #fff;
}

/* Styles specific for the Print button */

.shared-counts-button.print {
	background-color: #5b5b5b;
	color: #5b5b5b;
}

.shared-counts-button.print:focus .shared-counts-icon,
.shared-counts-button.print:hover .shared-counts-icon {
	background-color: #5b5b5b;
}

.shared-counts-button.print .shared-counts-icon svg {
	fill: #5b5b5b;
}

.shared-counts-button.print:focus .shared-counts-icon svg,
.shared-counts-button.print:hover .shared-counts-icon svg {
	fill: #fff;
}

.shared-counts-button.print .shared-counts-count {
	display: none;
	visibility: hidden;
}

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

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

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

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

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


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.05);
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.site-header .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	max-width: 100%;
}

@media only screen and (min-width: 1140px) {
	.site-header .wrap {
		max-width: 1100px;
	}
}

@media only screen and (min-width: 1300px) {
	.site-header .wrap {
		max-width: 1260px;
	}
}

/* Header Banner
--------------------------------------------- */

.header-banner {
	display: none;
}

@media only screen and (min-width: 1140px) {
	.header-banner {
		background-color: #004b80;
		color: #fff;
		display: block;
		line-height: 1.125;
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}

	.header-banner .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header-banner .left-section {
		width: 50%;
	}

	.header-banner .site-description {
		margin-bottom: 0;
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: 1.67px;
		text-transform: uppercase;
	}

	.header-banner .right-section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 50%;
	}

	.header-banner .social-tagline {
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: 1.67px;
		margin-right: 1.3rem;
		margin-bottom: 0;
		text-transform: uppercase;
	}

	.header-banner .social-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 14rem;
	}

	.header-banner .social-links a {
		line-height: 1;
	}

	.header-banner .social-links a .icon {
		color: #fff;
		font-size: 2rem;
	}

	.header-banner .social-links .facebook-group-link .icon {
		font-size: 4rem;
	}

	.header-banner .social-links a:focus .icon,
	.header-banner .social-links a:hover .icon {
		color: rgba(255,255,255,0.5);
	}
}

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

.title-area {
	margin-left: 1.6rem;
	margin-right: 7.3rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-top: 0.6rem;
	padding-bottom: 0.7rem;
	width: 100%;
}

@media only screen and (min-width: 1023px) {
	.title-area {
		margin-left: 7.9rem;
	}
}

@media only screen and (min-width: 1140px) {
	.title-area {
		margin-left: 0;
		margin-right: 5.6rem;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-top: 3.5rem;
		padding-bottom: 3.2rem;
		width: 45.6rem;
	}
}

.title-area .site-title {
	margin-bottom: 0;
}

.title-area .site-title a {
	display: block;
	background: url(../svg/logo.svg) no-repeat left;
	background-size: contain;
	height: 3.1rem;
	text-indent: -9999px;
	width: 19rem;
}

@media only screen and (min-width: 450px) {
	.title-area .site-title a {
		height: 4.1rem;
		width: 25.1rem;
	}
}

@media only screen and (min-width: 1140px) {
	.title-area .site-title a {
		height: 7.2rem;
		width: 45.6rem;
	}
}

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

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

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

.genesis-nav-menu .menu-item {
	display: inline-block;
	position: relative;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.2px;
	padding: 3px 8px;
}

@media only screen and (min-width: 1140px) {
	.genesis-nav-menu a {
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: 0.89px;
	}
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #004b80;
	text-decoration: none;
}

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

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

.nav-primary {
	background-color: #004b80;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	text-align: center;
	width: 100%;
}

@media only screen and (min-width: 1140px) {
	.nav-primary {
		background-color: transparent;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 58.1rem;
	}
}

@media only screen and (min-width: 1300px) {
	.nav-primary {
		margin-left: auto;
	}
}

.nav-primary .genesis-nav-menu {
	line-height: 15px;
}

.nav-primary .genesis-nav-menu a {
	text-transform: uppercase;
}

@media only screen and (min-width: 1140px) {
	.nav-primary .genesis-nav-menu a {
		color: #000;
		padding: 2rem 1.7rem;
	}

	.nav-primary .genesis-nav-menu .menu-item:last-child a {
		padding-right: 0;
	}
}

.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: rgba(255,255,255,0.5);
}

@media only screen and (min-width: 1140px) {
	.nav-primary .genesis-nav-menu a:focus,
	.nav-primary .genesis-nav-menu a:hover,
	.nav-primary .genesis-nav-menu .current-menu-item > a {
		color: #004b80;
	}
}

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

.nav-secondary {
	background-color: #d01515;
	text-align: center;
}

.nav-secondary .genesis-nav-menu {
	line-height: 15px;
}

@media only screen and (min-width: 1140px) {
	.nav-secondary .genesis-nav-menu {
		line-height: 14px;
	}
}

.nav-secondary .genesis-nav-menu a {
	text-transform: uppercase;
}

@media only screen and (min-width: 1140px) {
	.nav-secondary .genesis-nav-menu a {
		padding: 1.8rem 2.1rem;
	}
}

.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item > a {
	color: rgba(255,255,255,0.5);
}

.nav-secondary .genesis-nav-menu .menu-item .mobile-hidden {
	display: none;
}

@media only screen and (min-width: 450px) {
	.nav-secondary .genesis-nav-menu .menu-item .mobile-hidden {
		display: inline-block;
	}
}

.nav-secondary .menu-item-search,
.nav-secondary .menu-item-search:focus,
.nav-secondary .menu-item-search:hover {
	position: static;
}

@media only screen and (min-width: 1140px) {
	.nav-secondary .menu-item-search,
	.nav-secondary .menu-item-search:focus,
	.nav-secondary .menu-item-search:hover {
		position: relative;
	}
}

.nav-secondary .search-trigger {
	background-color: transparent;
	border: none;
	color: #004b80;
	cursor: pointer;
	font-size: 1.5rem;
	outline: none;
	padding: 1rem 1.5rem;
	position: absolute;
	top: 2.6rem;
	right: 0.5rem;
}

@media only screen and (min-width: 450px) {
	.nav-secondary .search-trigger {
		top: 3rem;
	}
}

@media only screen and (min-width: 1140px) {
	.nav-secondary .search-trigger {
		display: none;
		visibility: hidden;
	}
}

.nav-secondary .search-trigger::before {
	font-weight: 900;
}

.nav-secondary .search-close {
	background-color: transparent;
	border: none;
	color: #333;
	font-size: 1.5rem;
	padding: 1rem 1.5rem;
	position: absolute;
	top: 33%;
	right: 3%;
}

@media only screen and (min-width: 1140px) {
	.nav-secondary .search-close {
		display: none;
		visibility: hidden;
	}
}

.nav-secondary .search-overlay {
	display: none;
}

@media only screen and (min-width: 1140px) {
	.nav-secondary .search-overlay {
		display: block;
	}
}


.nav-secondary .search-overlay.popup {
	background-color: rgba(255,255,255,0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.nav-secondary .search-form {
	position: relative;
	width: 94%;
}

@media only screen and (min-width: 1140px) {
	.nav-secondary .search-form {
		display: inline;
		margin-left: 2.3rem;
		top: -0.1rem;
		width: auto;
	}
}

.nav-secondary .search-form input[type=search] {
	background-color: transparent;
	border-color: transparent;
	border-bottom: 1px solid #004b80;
	border-radius: 0;
	color: #004b80;
	font-size: 1.6rem;
	letter-spacing: -0.05px;
	padding: 0.8rem 5rem 0.8rem 1.4rem;
}

@media only screen and (min-width: 1140px) {
	.nav-secondary .search-form input[type=search] {
		background-color: #fff;
		border: none;
		color: #3d3d3d;
		font-size: 1.4rem;
		letter-spacing: 1.15px;
		padding: 0.8rem 4rem 0.8rem 1.4rem;
		width: 22.2rem;
	}
}

.nav-secondary .search-form input[type=submit] {
	background-color: transparent;
	border: 0;
	color: #004b80;
	font-family: 'ebox' !important;
	font-size: 1.4rem;
	margin-top: 0;
	padding: 1rem 1.5rem;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 1140px) {
	.nav-secondary .search-form input[type=submit] {
		padding: 0.8rem 1rem;
		top: -4px;
	}
}

.nav-secondary .search-form input[type=submit]:focus,
.nav-secondary .search-form input[type=submit]:hover {
	background-color: #004b80;
	color: #fff;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 70px;
}

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

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

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

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

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

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

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

.entry-meta {
	color: #8a8a8a;
	font-size: 1.2rem;
	margin-bottom: 1.6rem;
}

@media only screen and (min-width: 450px) {
	.entry-meta {
		font-size: 1.4rem;
	}
}

.entry-meta a {
	color: #8a8a8a;
}

.entry-meta a:focus,
.entry-meta a:hover {
	color: #676767;
}

.entry-header .entry-meta .entry-comments-link a::before {
	content: "\e909";
	display: inline-block;
	font-family: 'ebox' !important;
	speak: none;
	font-style: normal;
	font-size: inherit;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.4rem;
	margin-left: 1rem;
}

/* Compatibility only for post meta in single and blog archive view. */

.content .entry-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.4;
	margin-bottom: 1.7rem;
	text-transform: uppercase;
}

.content .entry-meta .entry-author {
	margin-left: 1rem;
}

.content .entry-meta .entry-terms {
	display: inline-block;
	font-style: italic;
	font-weight: 700;
	margin-left: 1rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media only screen and (min-width: 576px) {
	.content .entry-meta .entry-terms {
		display: inline;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}

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

.pagination {
	clear: both;
}

.archive-pagination {
	font-size: 1.4rem;
	margin-bottom: 4rem;
}

.archive-pagination ul {
	display: block;
	width: 100%;
}

.archive-pagination li {
	display: inline-block;
}

.archive-pagination .pagination-previous {
	margin-left: 1.4rem;
}

.archive-pagination .pagination-previous a,
.archive-pagination .pagination-next a {
	min-width: 9rem;
	text-align: center;
	text-transform: uppercase;
}

.archive-pagination li a {
	background-color: #8f8f8f;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 3.4rem;
	line-height: 34px;
	margin: 0.1rem;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	position: relative;
	vertical-align: middle;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover {
	background-color: #767676;
}

.archive-pagination li.active a {
	background-color: #004b80;
}

.archive-pagination .pagination-previous a::before,
.archive-pagination .pagination-next a::after {
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	content: '';
	height: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.archive-pagination .pagination-previous a::before {
	border-right: 14px solid #8f8f8f;
	margin-left: -1.4rem;
	left: 0;
}

.archive-pagination .pagination-next a::after {
	border-left: 14px solid #8f8f8f;
	margin-right: -1.4rem;
	right: 0;
}

.archive-pagination .pagination-previous a:focus::before,
.archive-pagination .pagination-previous a:hover::before {
	border-right-color: #767676;
}

.archive-pagination .pagination-next a:focus::after,
.archive-pagination .pagination-next a:hover::after {
	border-left-color: #767676;
}

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

.entry-pings,
.entry-comments {
	margin: 0 auto 4.4rem;
}

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

.entry-comments > h4 {
	background: #004b80;
	color: #fff;
	font-size: 2.4rem;
	margin: 0;
	padding: 0.8rem 1.8rem;
	text-transform: uppercase;
}

.comment-list .children {
	background: #fff;
	margin-left: 1.5rem;
}

@media only screen and (min-width: 540px) {
	.comment-list .children {
		margin-left: 2.1rem;
	}
}

.comment article {
	border-bottom: 2px #787878 solid;
	padding: 1.5rem;
}

@media only screen and (min-width: 540px) {
	.comment article {
		padding: 2.1rem;
	}
}

.comment-list .children > .bypostauthor > article {
	background-color: #e2f2ff;
}

.comment header,
.comment .comment-author img {
	height: 4.8rem;
}

@media only screen and (min-width: 540px) {
	.comment header,
	.comment .comment-author img {
		height: 6.4rem;
	}
}

.comment .comment-author {
	margin-bottom: 0;
}

@media only screen and (min-width: 540px) {
	.comment .comment-author {
		display: inline-block;
		float: left;
	}
}

.comment .comment-author span {
	color: #01467A;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 0 1.5rem;
}

@media only screen and (min-width: 540px) {
	.comment .comment-author span {
		margin: 0 0 0 2.1rem;
	}
}

.comment .comment-author span a:hover {
	color: #01467A;
}

.comment .comment-meta {
	margin: -0.3rem 0 0 6.3rem;
	line-height: 1.15;
}

@media only screen and (min-width: 540px) {
	.comment .comment-meta {
		display: inline-block;
		line-height: 1.925;
		margin: 0 0 0 1rem;
	}
}

.comment .comment-time-link {
	color: #979797;
	font-size: 1.4rem;
}

.comment .comment-time-link:hover {
	color: #979797;
	text-decoration: underline;
}

.comment .comment-edit-link {
	float: right;
}

.comment .comment-content {
	clear: both;
	margin: 1.5rem 0 3.3rem 0;
	word-wrap: break-word;
	word-break: break-word;
}

@media only screen and (min-width: 540px) {
	.comment .comment-content {
		margin: 0 0 0.5rem 8.6rem;
		position: relative;
		top: -2.9rem;
	}

	.comment .comment-content p:last-child {
		margin-bottom: 0;
	}
}

.comment .comment-reply-link {
	background-color: #787878;
	color: #fff;
	display: block;
	float: right;
	padding: 0.3rem 1.4rem 0.2rem;
	position: relative;
	top: -16px;
	right: -15px;
	text-transform: uppercase;
}

@media only screen and (min-width: 540px) {
	.comment .comment-reply-link {
		position: relative;
		top: -1rem;
		right: -2.1rem;
	}
}

.comment .comment-reply-link:hover {
	color: #fff;
	text-decoration: underline;
}

.comment-respond {
	margin: 4.4rem 0;
	position: relative;
}

.comment-respond .comment-reply-title {
	color: #01467a;
	font-size: 2.4rem;
	font-weight: 700;
}

.comment-respond label {
    display: block;
}

.comment-respond label[for=comment_mail_notify] {
	display: inline;
	margin-left: 0.8rem;
}

.comment-respond .required {
	color: #ec1919;
}

.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond input[type="text"],
.comment-respond textarea {
	background: #f1f1f1;
	-webkit-transition: .07s ease-in;
	transition: .07s ease-in;
}

@media only screen and (min-width: 540px) {
	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"] {
		width: 50%;
	}
}

.comment-respond .comment-form-comment {
	margin: 0;
}

.comment-respond .comment-notes {
	margin: 0 0 0.5rem;
}

.comment-respond #cancel-comment-reply-link {
	background: #d00;
	border-radius: 3px;
	color: #fff;
	float: right;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 0.8rem;
	position: absolute;
	top: -3.5rem;
	right: 0;
	text-transform: uppercase;
}

@media only screen and (min-width: 540px) {
	.comment-respond #cancel-comment-reply-link {
		font-size: 1.6rem;
	}
}

.comment-respond #cancel-comment-reply-link:hover {
	background-color: #ba0000;
}

.comments-closed-notice {
	background: #d1d1d1;
	font-weight: 700;
	padding: 2.2rem;
	text-align: center;
	text-transform: uppercase;
}

.collapse-comments-button {
	color: ##123e65;
	cursor: pointer;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	padding: 1.5rem;
	text-align: center;
}

@media only screen and (min-width: 669px) {
	.collapse-comments-button {
		display: none;
	}
}

.collapse-comments-button + input {
	display: none;
}

.collapse-comments-button + input + div.entry-comments > ol {
	display: none;
}

@media only screen and (min-width: 669px) {
	.collapse-comments-button + input + div.entry-comments > ol {
		display: block;
	}
}

.collapse-comments-button + input:checked + div.entry-comments > ol {
	display: block;
}

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

.sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1.6rem;
	line-height: 1.5;
}

@media only screen and (min-width: 1140px) {
	.sidebar {
		flex-direction: column;
		justify-content: flex-start;
	}
}

.sidebar .widget {
	margin-bottom: 2.5rem;
	width: 48%;
}

@media only screen and (min-width: 1140px) {
	.sidebar .widget {
		width: 100%;
	}
}

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

.footer-widgets {
	background-color: #004b80;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.22px;
	padding-top: 2.9rem;
}

@media only screen and (min-width: 1140px) {
	.footer-widgets {
		padding-top: 6rem;
		padding-bottom: 7rem;
	}
}

@media only screen and (min-width: 1140px) {
	.footer-widgets .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.footer-widgets-1 {
	border-bottom: 2px solid rgba(255,255,255,0.10);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (min-width: 1140px) {
	.footer-widgets-1 {
		border: none;
		margin-top: 1.3rem;
		width: 720px;
	}
}

@media only screen and (min-width: 1300px) {
	.footer-widgets-1 {
		width: 820px;
	}
}

.footer-widgets-1 .widget {
	margin-bottom: 2.5rem;
	width: 50%;
}

@media only screen and (min-width: 669px) {
	.footer-widgets-1 .widget:nth-child(1) {
		max-width: 115px;
	}

	.footer-widgets-1 .widget:nth-child(2) {
		max-width: 143px;
	}

	.footer-widgets-1 .widget:nth-child(3) {
		max-width: 109px;
	}

	.footer-widgets-1 .widget:nth-child(4) {
		max-width: 140px;
	}
}

.footer-widgets-1 .menu-item {
	margin-bottom: 0;
}

.footer-widgets-1 .menu-item:first-child {
	margin-bottom: 0.5rem;
}

.footer-widgets-1 .menu-item a {
	color: #fff;
	letter-spacing: 0.22px;
	line-height: 28px;
}

.footer-widgets-1 .menu-item:first-child a {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer-widgets-1 .menu-item a:focus,
.footer-widgets-1 .menu-item a:hover,
.footer-widgets-1 .current-menu-item > a {
	color: rgba(255,255,255,0.5);
}

.footer-widgets-2 {
	margin-top: 2.1rem;
}

@media only screen and (min-width: 669px) {
	.footer-widgets-2 {
		margin-top: 2.3rem;
	}
}

@media only screen and (min-width: 1140px) {
	.footer-widgets-2 {
		margin-top: 0.3rem;
		margin-left: 9.4rem;
		width: 286px;
	}
}

@media only screen and (min-width: 1300px) {
	.footer-widgets-2 {
		margin-left: 140px;
		width: 300px;
	}
}

.footer-widgets-2 .widget {
	margin-bottom: 0.6rem;
}

@media only screen and (min-width: 669px) {
	.footer-widgets-2 .widget {
		margin-left: auto;
		margin-right: auto;
		max-width: 465px;
	}
}

.footer-widgets-2 .ebox-info {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
	max-width: 465px;
}

@media only screen and (min-width: 669px) {
	.footer-widgets-2 .ebox-info {
		text-align: center;
	}
}

@media only screen and (min-width: 1140px) {
	.footer-widgets-2 .ebox-info {
		text-align: left;
	}
}

.footer-widgets-2 .ebox-info .logo {
	margin-bottom: 0.8rem;
	text-align: center;
}

@media only screen and (min-width: 669px) {
	.footer-widgets-2 .ebox-info .logo {
		margin-bottom: 1rem;
	}
}

@media only screen and (min-width: 1140px) {
	.footer-widgets-2 .ebox-info .logo {
		margin-bottom: 1.5rem;
		text-align: left;
	}
}

.footer-widgets-2 .ebox-info svg {
	width: 24.5rem;
}

@media only screen and (min-width: 1140px) {
	.footer-widgets-2 .ebox-info svg {
		width: 25.5rem
	}
}

.footer-widgets-2 .ebox-info .tagline {
	line-height: 22px;
}

.footer-widgets-2 .subscription-form {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}

.footer-widgets-2 .subscription-form .email {
	background: #f5f8fb;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	color: #9b9b9b;
	font-size: 1.2rem;
	letter-spacing: -0.11px;
	padding: 1.05rem 4.7rem 1.05rem 1.5rem;
}

.footer-widgets-2 .subscription-form .button {
	background: transparent;
	border: 0;
	color: #004b80;
	font-family: 'ebox' !important;
	font-size: 1.9rem;
	line-height: 1;
	padding: 0.9rem 1.3rem;
	position: absolute;
	top: -1px;
	right: 0;
	z-index: 2;
}

.footer-widgets-2 .social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}

.footer-widgets-2 .social-links a {
	color: #fff;
	font-size: 3.2rem;
}

.footer-widgets-2 .social-links a:focus,
.footer-widgets-2 .social-links a:hover {
	color: rgba(255,255,255,0.5);
}

.footer-widgets-2 .social-links .facebook-group-link {
	font-size: 5rem;
}

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

.site-footer {
	background-color: #003f6b;
	color: rgba(255,255,255,0.5);
	font-size: 1.1rem;
	letter-spacing: 0.45px;
	padding-top: 0.5rem;
	padding-bottom: 1rem;
	text-align: center;
}

@media only screen and (min-width: 1140px) {
	.site-footer {
		font-size: 1.4rem;
		letter-spacing: 0.57px;
		padding-top: 1.7rem;
		padding-bottom: 1.7rem;
		text-align: left;
	}
}

.site-footer .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-footer a {
	color: rgba(255,255,255,0.5);
}

.site-footer a:focus,
.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}

@media only screen and (min-width: 1140px) {
	.site-footer p {
		margin-bottom: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 46%;
	}
}

.nav-footer {
	background-color: #003f6b;
	border-bottom: 2px solid rgba(255,255,255,0.10);
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	width: 100%;
}

@media only screen and (min-width: 1140px) {
	.nav-footer {
		border: none;
		margin-bottom: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-bottom: 0;
		width: 54%;
	}
}

.nav-footer .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (min-width: 1140px) {
	.nav-footer .menu {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.nav-footer .menu a {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.79px;
	padding: 0.4rem 1.1rem;
}

.nav-footer .menu a:focus,
.nav-footer .menu a:hover,
.nav-footer .menu .current-menu-item > a {
	color: rgba(255,255,255,0.5);
}

@media only screen and (min-width: 1140px) {
	.nav-footer .menu a {
		font-size: 1.4rem;
		letter-spacing: 0.92px;
		padding: 0.4rem 1.4rem;
	}

	.nav-footer .menu .menu-item:last-child a {
		padding-right: 0;
	}
}

.icons-section {
	display: none;
	visibility: hidden;
}

/* Content Area Templates
---------------------------------------------------------------------------------------------------- */

.section-block .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section-block .column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-block .section-title {
	border-bottom: 2px solid #004b80;
	color: #004b80;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.21px;
	margin-bottom: 1rem;
	padding-bottom: 0.3rem;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (min-width: 450px) {
	.section-block .section-title {
		font-size: 1.6rem;
		letter-spacing: 0;
		margin-bottom: 1.7rem;
		padding-bottom: 0.8rem;
	}
}

@media only screen and (min-width: 1140px) {
	.section-block .section-title {
		font-size: 2.8rem;
		letter-spacing: 0;
		margin-bottom: 3rem;
		padding-bottom: 1.7rem;
	}
}

/* Hero
--------------------------------------------- */

.hero {
	background: url(../jpg/ebox-hero-mobile.jpg) no-repeat scroll center center/cover;
	color: #fff;
	margin-bottom: 6rem;
}

@media only screen and (min-width: 450px) {
	.hero {
		background: url(../jpg/ebox-hero.jpg) no-repeat scroll center center/cover;
	}
}

@media only screen and (min-width: 669px) {
	.hero {
		margin-bottom: 4.9rem;
	}
}

@media only screen and (min-width: 1140px) {
	.hero {
		margin-bottom: 7.5rem;
	}
}

@media only screen and (min-width: 1300px) {
	.hero {
		margin-bottom: 14rem;
	}
}

.hero .wrap {
	padding-top: 1.8rem;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 1.6rem;
	margin-right: 6.5%;
	max-width: 17.7rem;
}

@media only screen and (min-width: 669px) {
	.hero .wrap {
		max-width: 31.9rem;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

@media only screen and (min-width: 1140px) {
	.hero .wrap {
		max-width: 63.7rem;
		padding-top: 3.1rem;
		padding-bottom: 3.6rem;
	}
}

@media only screen and (min-width: 1300px) {
	.hero .wrap {
		padding-top: 5.1rem;
		padding-bottom: 5.6rem;
	}
}

.hero .heading {
	font-size: 3.4rem;
	font-weight: 800;
	letter-spacing: 0.59px;
	line-height: 27px;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}

@media only screen and (min-width: 669px) {
	.hero .heading {
		font-size: 5.6rem;
		letter-spacing: -1.36px;
		line-height: 46px;
		margin-bottom: 1.3rem;
	}
}

@media only screen and (min-width: 1140px) {
	.hero .heading {
		font-size: 11.5rem;
		letter-spacing: -2.72px;
		line-height: 92px;
		margin-bottom: 2.7rem;
	}
}

.hero .subheading {
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.41px;
	line-height: 21px;
	margin-bottom: 0.8rem;
	opacity: 0.9;
	text-shadow: 0 2px 4px rgba(0,0,0,0.80);
}

@media only screen and (min-width: 669px) {
	.hero .subheading {
		font-size: 1.3rem;
		letter-spacing: 0.66px;
		line-height: 17.5px;
		margin-bottom: 1.6rem;
		text-shadow: 0 1px 2px rgba(0,0,0,0.70);
	}
}

@media only screen and (min-width: 1140px) {
	.hero .subheading {
		font-size: 2.6rem;
		letter-spacing: 1.32px;
		line-height: 35px;
		margin-bottom: 3rem;
		text-shadow: 0 2px 4px rgba(0,0,0,0.70);
	}
}

@media only screen and (min-width: 669px) {
	.hero .buttons-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.hero .buttons-wrapper .button {
	margin-bottom: 0.6rem;
	width: 17.7rem;
}

@media only screen and (min-width: 669px) {
	.hero .buttons-wrapper .button {
		margin-right: 1rem;
		width: 13.5rem;
	}
}

@media only screen and (min-width: 1140px) {
	.hero .buttons-wrapper .button {
		margin-right: 2rem;
		width: 27rem;
	}
}

/* Start Here
--------------------------------------------- */

.start-here {
	margin-bottom: 5rem;
}

@media only screen and (min-width: 1140px) {
	.start-here {
		margin-bottom: 7rem;
	}
}

@media only screen and (min-width: 1300px) {
	.start-here {
		margin-bottom: 13rem;
	}
}

.start-here .single-start {
	-webkit-box-shadow: 0 3px 7px 1px rgba(178,178,178,0.30), 0 1px 2px 0 rgba(149,149,149,0.50);
	box-shadow: 0 3px 7px 1px rgba(178,178,178,0.30), 0 1px 2px 0 rgba(149,149,149,0.50);
	margin-bottom: 1rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: calc(100%/2 - 0.5rem);
}

.start-here .single-start::after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.start-here .single-start:nth-child(odd) {
	margin-right: 1rem;
}

@media only screen and (min-width: 669px) {
	.start-here .single-start {
		margin-right: 2rem;
		width: calc(100%/4 - 1.5rem);
	}

	.start-here .single-start:nth-child(odd) {
		margin-right: 2rem;
	}

	.start-here .single-start:last-child {
		margin-right: 0;
	}
}

@media only screen and (min-width: 1140px) {
	.start-here .single-start {
		height: 248px;
		margin-right: 3.5rem;
		width: 248px;
	}

	.start-here .single-start:nth-child(odd) {
		margin-right: 3.5rem;
	}
}

@media only screen and (min-width: 1300px) {
	.start-here .single-start {
		height: 288px;
		width: 288px;
	}
}

.start-here .single-start.beginners-guide {
	background: url(../jpg/beginners-guide.jpg) no-repeat center center/cover;
}

.start-here .single-start.punching-power {
	background: url(../jpg/punching-power.jpg) no-repeat center center/cover;
}

.start-here .single-start.boxing-footwork {
	background: url(../jpg/boxing-footwork.jpg) no-repeat center center/cover;
}

.start-here .single-start.boxing-defense {
	background: url(../jpg/boxing-defense.jpg) no-repeat center center/cover;
}

.start-here .single-start a {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 700;
	height: 100%;
	letter-spacing: 0.86px;
	padding-left: 5rem;
	padding-right: 5rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

@media only screen and (min-width: 450px) {
	.start-here .single-start a {
		font-size: 1.5rem;
	}
}

@media only screen and (min-width: 669px) {
	.start-here .single-start a {
		font-size: 1rem;
	}
}

@media only screen and (min-width: 1140px) {
	.start-here .single-start a {
		font-size: 2rem;
		letter-spacing: 1.5px;
		line-height: 2.4rem;
	}
}

@media only screen and (min-width: 1300px) {
	.start-here .single-start a {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

.start-here .single-start.beginners-guide a {
	padding-left: 2rem;
	padding-right: 2rem;
}

@media only screen and (min-width: 1300px) {
	.start-here .single-start.beginners-guide a {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

.start-here .single-start a::before {
	border: 1px solid #fff;
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.start-here .single-start a:focus::before,
.start-here .single-start a:hover::before {
	background-color: rgba(255,255,255,.2);
	-webkit-transform: scale3d(1.2,1.2,1);
	transform: scale3d(1.2,1.2,1);*/
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	-webkit-transition: all .35s;
	transition: all .35s;
}

/* Latest Posts
--------------------------------------------- */

.latest-posts {
	margin-bottom: 6rem;
}

@media only screen and (min-width: 1140px) {
	.latest-posts {
		margin-bottom: 7.5rem;
	}
}

@media only screen and (min-width: 1300px) {
	.latest-posts {
		margin-bottom: 14rem;
	}
}

.latest-posts .posts-display .entry {
	margin-bottom: 1rem;
	width: calc(100%/2 - 0.5rem);
}

.latest-posts .posts-display .entry:nth-child(odd) {
	margin-right: 1rem;
}

@media only screen and (min-width: 669px) {
	.latest-posts .posts-display .entry {
		margin-right: 1.6rem;
		margin-bottom: 1.4rem;
		width: calc(100%/3 - 1.1rem);
	}

	.latest-posts .posts-display .entry:nth-child(odd) {
		margin-right: 1.6rem;
	}

	.latest-posts .posts-display .entry:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 1140px) {
	.latest-posts .posts-display .entry {
		margin-right: 3.5rem;
		margin-bottom: 2.2rem;
		width: 343px;
	}

	.latest-posts .posts-display .entry:nth-child(odd) {
		margin-right: 3.5rem;
	}

	.latest-posts .posts-display .entry:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 1300px) {
	.latest-posts .posts-display .entry {
		width: 396px;
	}
}

.latest-posts .posts-display .featured-media {
	display: block;
	position: relative;
	margin-bottom: 0.3rem;
}

@media only screen and (min-width: 540px) {
	.latest-posts .posts-display .featured-media {
		margin-bottom: 0.6rem;
	}
}

.latest-posts .posts-display .featured-media::after {
	content: '';
	display: block;
	padding-bottom: 62%;
}

.latest-posts .posts-display .featured-media img {
	-webkit-box-shadow: 0 2px 6px 1px rgba(178,178,178,0.30), 0 1px 2px 0 rgba(149,149,149,0.50);
	box-shadow: 0 2px 6px 1px rgba(178,178,178,0.30), 0 1px 2px 0 rgba(149,149,149,0.50);
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

@media only screen and (min-width: 1140px) {
	.latest-posts .posts-display .featured-media img {
		height: 212px;
	}
}

@media only screen and (min-width: 1300px) {
	.latest-posts .posts-display .featured-media img {
		height: 245px;
	}
}

.latest-posts .posts-display .entry-title {
	color: #004b80;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.3em;
	margin-bottom: 0;
}

@media only screen and (min-width: 450px) {
	.latest-posts .posts-display .entry-title {
		font-size: 1.2rem;
	}
}

@media only screen and (min-width: 1140px) {
	.latest-posts .posts-display .entry-title {
		font-size: 2rem;
		margin-bottom: 0.6rem;
	}
}

.latest-posts .posts-display .entry-title a {
	color: #004b80;
}

.latest-posts .posts-display .featured-media:hover + .entry-title a,
.latest-posts .posts-display .entry-title a:focus,
.latest-posts .posts-display .entry-title:hover a {
	color: #d01515;
}

.latest-posts .section-link {
	margin-top: 0.2rem;
	text-align: center;
}

@media only screen and (min-width: 1140px) {
	.latest-posts .section-link {
		margin-top: 1.2rem;
	}
}

/* Equipment Reviews
--------------------------------------------- */

.equipment-reviews {
	margin-bottom: 6rem;
}

@media only screen and (min-width: 1140px) {
	.equipment-reviews {
		margin-bottom: 8rem;
	}
}

@media only screen and (min-width: 1300px) {
	.equipment-reviews {
		margin-bottom: 14rem;
	}
}

.equipment-reviews .single-review {
	-webkit-box-shadow: 0 3px 7px 1px rgba(178,178,178,0.30), 0 1px 2px 0 rgba(149,149,149,0.50);
	        box-shadow: 0 3px 7px 1px rgba(178,178,178,0.30), 0 1px 2px 0 rgba(149,149,149,0.50);
	margin-bottom: 1rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: calc(100%/2 - 0.5rem);
}

.equipment-reviews .single-review::after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.equipment-reviews .single-review:nth-child(odd) {
	margin-right: 1rem;
}

@media only screen and (min-width: 669px) {
	.equipment-reviews .single-review {
		height: 142px;
		margin-right: 2rem;
		margin-bottom: 2rem;
		width: 142px;
	}

	.equipment-reviews .single-review:nth-child(odd) {
		margin-right: 2rem;
	}

	.equipment-reviews .single-review:nth-child(4n) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 1140px) {
	.equipment-reviews .single-review {
		height: 248px;
		margin-right: 3.5rem;
		margin-bottom: 3.5rem;
		width: 248px;
	}

	.equipment-reviews .single-review:nth-child(odd) {
		margin-right: 3.5rem;
	}
}

@media only screen and (min-width: 1300px) {
	.equipment-reviews .single-review {
		height: 288px;
		width: 288px;
	}
}

.equipment-reviews .single-review .review-media {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.equipment-reviews .single-review .review-media::after {
	background-color: rgba(0,0,0,0.5);
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.equipment-reviews .single-review .review-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.equipment-reviews .single-review a {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	height: 100%;
	letter-spacing: 0.86px;
	padding-left: 1.9rem;
	padding-right: 1.9rem;
	width: 100%;
}

@media only screen and (min-width: 450px) {
	.equipment-reviews .single-review a {
		font-size: 1.5rem;
	}
}

@media only screen and (min-width: 669px) {
	.equipment-reviews .single-review a {
		font-size: 1rem;
	}
}

@media only screen and (min-width: 1140px) {
	.equipment-reviews .single-review a {
		font-size: 2rem;
		letter-spacing: 1.5px;
		padding-left: 1.8rem;
		padding-right: 1.8rem;
	}
}

.equipment-reviews .single-review .icon {
	font-size: 0.9rem;
}

@media only screen and (min-width: 450px) {
	.equipment-reviews .single-review .icon {
		font-size: 1.5rem;
	}
}

@media only screen and (min-width: 669px) {
	.equipment-reviews .single-review .icon {
		font-size: 0.9rem;
	}
}

@media only screen and (min-width: 1140px) {
	.equipment-reviews .single-review .icon {
		font-size: 1.5rem;
	}
}

.equipment-reviews .section-link {
	margin-top: 0.7rem;
	text-align: center;
}

/* Community
--------------------------------------------- */

.community-links {
	margin-bottom: 5rem;
}

@media only screen and (min-width: 1140px) {
	.community-links {
		margin-bottom: 7.8rem;
	}
}

@media only screen and (min-width: 1300px) {
	.community-links {
		margin-bottom: 10.5rem;
	}
}

.community-links .single-link {
	-webkit-box-shadow: 0 3px 7px 1px rgba(178,178,178,0.30), 0 1px 2px 0 rgba(149,149,149,0.50);
	box-shadow: 0 3px 7px 1px rgba(178,178,178,0.30), 0 1px 2px 0 rgba(149,149,149,0.50);
	margin-bottom: 1rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	width: calc(100%/2 - 0.5rem);
}

.community-links .single-link::after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

@media only screen and (min-width: 669px) {
	.community-links .single-link::after {
		display: none;
	}
}

.community-links .single-link:nth-child(odd) {
	margin-right: 1rem;
}

.community-links .single-link:hover {
	opacity: 0.75;
}

@media only screen and (min-width: 669px) {
	.community-links .single-link {
		height: 142px;
		margin-right: 2rem;
		margin-bottom: 2rem;
		width: 142px;
	}

	.community-links .single-link:nth-child(odd) {
		margin-right: 2rem;
	}
}

@media only screen and (min-width: 1140px) {
	.community-links .single-link {
		height: 248px;
		margin-right: 3.5rem;
		margin-bottom: 3.5rem;
		width: 248px;
	}

	.community-links .single-link:nth-child(odd) {
		margin-right: 3.5rem;
	}
}

@media only screen and (min-width: 1300px) {
	.community-links .single-link {
		height: 288px;
		width: 288px;
	}
}

.community-links .single-link.facebook {
	background-color: #004b80;
}

.community-links .single-link.twitter {
	background-color: #1a99d6;
}

.community-links .single-link.instagram {
	background-color: #a41d92;
}

.community-links .single-link.youtube {
	background-color: #d01515;
}

@media only screen and (min-width: 669px) {
	.community-links .single-link.youtube {
		margin-right: 0;
	}
}

.community-links .single-link.facebook-group {
	background-color: #004b80;
}

@media only screen and (min-width: 669px) {
	.community-links .single-link.facebook-group {
		width: 304px;
	}
}

@media only screen and (min-width: 1140px) {
	.community-links .single-link.facebook-group {
		width: 531px;
	}
}

@media only screen and (min-width: 1300px) {
	.community-links .single-link.facebook-group {
		width: 611px;
	}
}

.community-links .single-link.sponsors {
	background-color: #ffd621;
}

@media only screen and (min-width: 669px) {
	.community-links .single-link.sponsors {
		margin-right: 0;
		width: 304px;
	}
}

@media only screen and (min-width: 1140px) {
	.community-links .single-link.sponsors {
		margin-right: 0;
		width: 531px;
	}
}

@media only screen and (min-width: 1300px) {
	.community-links .single-link.sponsors {
		width: 611px;
	}
}

.community-links .single-link a,
.community-links .single-link .no-link {
	color: #fff;
	font-size: 1rem;
	height: 100%;
	letter-spacing: 0.86px;
	padding-top: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.community-links .single-link .icon {
	font-size: 5rem;
	line-height: 1;
}

@media only screen and (min-width: 450px) {
	.community-links .single-link .icon {
		font-size: 7rem;
	}
}

@media only screen and (min-width: 669px) {
	.community-links .single-link .icon {
		font-size: 5rem;
	}
}

@media only screen and (min-width: 1140px) {
	.community-links .single-link .icon {
		font-size: 8.5rem;
	}
}

.community-links .single-link .icon-facebook {
	color: #1a99d6;
}

.community-links .single-link .icon-twitter {
	color: #004b80;
}

.community-links .single-link .icon-youtube {
	color: #89030c;
}

.community-links .single-link .icon-instagram {
	color: #710062;
}

.community-links .single-link .icon-facebook-group {
	color: #1a99d6;
	font-size: 8rem;
	position: relative;
	top: 5px;
}

@media only screen and (min-width: 450px) {
	.community-links .single-link .icon-facebook-group {
		font-size: 9.5rem;
		top: 13px;
	}
}

@media only screen and (min-width: 669px) {
	.community-links .single-link .icon-facebook-group {
		font-size: 8rem;
		top: 5px;
	}
}

@media only screen and (min-width: 1140px) {
	.community-links .single-link .icon-facebook-group {
		font-size: 11rem;
		top: 15px;
	}
}

.community-links .single-link .info {
	margin-top: 0.3rem;
}

@media only screen and (min-width: 669px) {
	.community-links .single-link .info {
		margin-top: 0.6rem;
	}
}

@media only screen and (min-width: 1140px) {
	.community-links .single-link .info {
		margin-top: 1rem;
	}
}

.community-links .single-link.facebook-group .info {
	position: relative;
	top: -16px;
}

@media only screen and (min-width: 450px) {
	.community-links .single-link.facebook-group .info {
		top: -13px;
	}
}

@media only screen and (min-width: 669px) {
	.community-links .single-link.facebook-group .info {
		top: -15px;
	}
}

@media only screen and (min-width: 1140px) {
	.community-links .single-link.facebook-group .info {
		top: -13px;
	}
}

.community-links .single-link .name {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.75px;
	text-align: center;
	line-height: 13px;
	margin-bottom: 0;
}

@media only screen and (min-width: 669px) {
	.community-links .single-link .name {
		font-size: 1.2rem;
		letter-spacing: 0.86px;
		margin-bottom: 0.4rem;
	}
}

@media only screen and (min-width: 1140px) {
	.community-links .single-link .name {
		font-size: 2rem;
		letter-spacing: 1.5px;
		line-height: 20px;
		margin-bottom: 0.8rem;
	}
}

.community-links .single-link .tagline {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.75px;
	text-align: center;
	line-height: 13px;
	margin-bottom: 0;
}

@media only screen and (min-width: 669px) {
	.community-links .single-link .tagline {
		font-size: 0.8rem;
		font-weight: 600;
		letter-spacing: 0.6px;
		line-height: 1;
	}
}

@media only screen and (min-width: 1140px) {
	.community-links .single-link .tagline {
		font-size: 1.4rem;
		letter-spacing: 1.05px;
	}
}

.community-links .single-link .count {
	color: rgba(255,255,255,0.90);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.6px;
	margin-bottom: 0;
	text-align: center;
}

@media only screen and (min-width: 1140px) {
	.community-links .single-link .count {
		font-size: 1.4rem;
		letter-spacing: 1.05px;
	}
}

/* Products
--------------------------------------------- */

.products {
	margin-bottom: 60px
}

@media only screen and (min-width: 1300px) {
	.products {
		margin-bottom: 112px;
	}
}

.products .section-title {
	color: #d01515;
	border-bottom-color: #d01515;
}

.products .single-product {
	margin-bottom: 1rem;
	position: relative;
	text-align: center;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	width: calc(100%/2 - 0.5rem);
}

.products .single-product::after {
	content: '';
	display: block;
	padding-bottom: 116.55%;
}

.products .single-product:nth-child(odd) {
	margin-right: 1rem;
}

.products .single-product:hover,
.products .single-product:focus {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

@media only screen and (min-width: 669px) {
	.products .single-product {
		height: 220px;
		margin-right: 1.6rem;
		margin-bottom: 2rem;
		width: 198px;
	}

	.products .single-product:nth-child(odd) {
		margin-right: 1.6rem;
	}

	.products .single-product:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 1140px) {
	.products .single-product {
		height: 383px;
		margin-right: 3.5rem;
		margin-bottom: 3.5rem;
		width: 343px;
	}

	.products .single-product:nth-child(odd) {
		margin-right: 3.5rem;
	}

	.products .single-product:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 1300px) {
	.products .single-product {
		height: 420px;
		width: 396px;
	}
}

.products .single-product.how-to-box {
	background-image: -webkit-radial-gradient(51% 121%, #0065d7 81%, #004a9f 100%);
	background-image: -o-radial-gradient(51% 121%, #0065d7 81%, #004a9f 100%);
	background-image: radial-gradient(51% 121%, #0065d7 81%, #004a9f 100%);
}

.products .single-product.advance-boxing-workshop {
	background-image: -webkit-radial-gradient(51% 121%, #e60101 81%, #9a0000 100%);
	background-image: -o-radial-gradient(51% 121%, #e60101 81%, #9a0000 100%);
	background-image: radial-gradient(51% 121%, #e60101 81%, #9a0000 100%);
}

.products .single-product.fighter-diet {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b4ec51), color-stop(90%, #429321));
	background-image: -webkit-linear-gradient(top, #b4ec51 0%, #429321 90%);
	background-image: -o-linear-gradient(top, #b4ec51 0%, #429321 90%);
	background-image: linear-gradient(-180deg, #b4ec51 0%, #429321 90%);
}

@media only screen and (min-width: 669px) {
	.products .single-product.fighter-diet {
		background-image: -webkit-radial-gradient(51% 121%, #35c54d 81%, #078102 100%);
		background-image: -o-radial-gradient(51% 121%, #35c54d 81%, #078102 100%);
		background-image: radial-gradient(51% 121%, #35c54d 61%, #078102 100%);
	}
}

.products .single-product.dancer-footwork {
	background-image: -webkit-radial-gradient(51% 121%, #6a1a99 81%, #47126a 100%);
	background-image: -o-radial-gradient(51% 121%, #6a1a99 81%, #47126a 100%);
	background-image: radial-gradient(51% 121%, #6a1a99 81%, #47126a 100%);
}

.products .single-product.punching-power {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(39%, #ffcc00), color-stop(82%, #e9bb02));
	background-image: -webkit-linear-gradient(top, #ffcc00 39%, #e9bb02 82%);
	background-image: -o-linear-gradient(top, #ffcc00 39%, #e9bb02 82%);
	background-image: linear-gradient(-180deg, #ffcc00 39%, #e9bb02 82%);
}

@media only screen and (min-width: 669px) {
	.products .single-product.punching-power {
		background-image: -webkit-radial-gradient(50% 115%, #ffcc00 72%, #e9bb02 100%);
		background-image: -o-radial-gradient(50% 115%, #ffcc00 72%, #e9bb02 100%);
		background-image: radial-gradient(50% 115%, #ffcc00 72%, #e9bb02 100%);
	}
}

@media only screen and (min-width: 1140px) {
	.products .single-product.punching-power {
		width: 343px;
	}
}

@media only screen and (min-width: 1300px) {
	.products .single-product.punching-power {
		width: 396px;
	}
}

.products .single-product.boxing-defense {
	background-color: #000000;
	margin-right: 0;
}

@media only screen and (min-width: 1140px) {
	.products .single-product.boxing-defense {
		width: 343px;
	}
}

@media only screen and (min-width: 1300px) {
	.products .single-product.boxing-defense {
		width: 396px;
	}
}

.products .single-product .product-image {
	background-color: #fff;
	height: 61%;
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
}

@media only screen and (min-width: 669px) {
	.products .single-product .product-image {
		height: 142px;
	}
}

@media only screen and (min-width: 1140px) {
	.products .single-product .product-image {
		height: 248px;
	}
}

@media only screen and (min-width: 1300px) {
	.products .single-product .product-image {
		height: 284px;
	}
}

.products .single-product .product-image img {
	margin-left: auto;
	margin-right: auto;
}

.products .single-product.how-to-box .product-image img {
	height: 92px;
	width: 122px;
}

@media only screen and (min-width: 450px) {
	.products .single-product.how-to-box .product-image img {
		height: 127px;
		width: 168px;
	}
}

@media only screen and (min-width: 1140px) {
	.products .single-product.how-to-box .product-image img {
		height: 221px;
		width: 291px;
	}
}

.products .single-product.advance-boxing-workshop .product-image img {
	height: 94px;
	width: 109px;
}

@media only screen and (min-width: 450px) {
	.products .single-product.advance-boxing-workshop .product-image img {
		height: 122px;
		width: 133px;
	}
}

@media only screen and (min-width: 1140px) {
	.products .single-product.advance-boxing-workshop .product-image img {
		height: 213px;
		width: 231px;
	}
}

.products .single-product.fighter-diet .product-image img {
	height: 99px;
	width: 143px;
}

@media only screen and (min-width: 450px) {
	.products .single-product.fighter-diet .product-image img {
		height: 137px;
		width: 196px;
	}
}

@media only screen and (min-width: 1140px) {
	.products .single-product.fighter-diet .product-image img {
		height: 239px;
		width: 340px;
	}
}

.products .single-product.dancer-footwork .product-image img {
	height: 96px;
	width: 122px;
}

@media only screen and (min-width: 450px) {
	.products .single-product.dancer-footwork .product-image img {
		height: 133px;
		width: 169px;
	}
}

@media only screen and (min-width: 1140px) {
	.products .single-product.dancer-footwork .product-image img {
		height: 232px;
		width: 292px;
	}
}

.products .single-product.punching-power .product-image img {
	height: 96px;
	width: 122px;
}

@media only screen and (min-width: 450px) {
	.products .single-product.punching-power .product-image img {
		height: 118px;
		width: 169px;
	}
}

@media only screen and (min-width: 1140px) {
	.products .single-product.punching-power .product-image img {
		height: 205px;
		width: 292px;
	}
}

@media only screen and (min-width: 1140px) {
	.products .single-product.boxing-defense .product-image img {
		height: 248px;
		width: 338px;
	}
}

.products .single-product.boxing-defense .product-image img {
	height: 85px;
	width: 150px;
}

@media only screen and (min-width: 450px) {
	.products .single-product.boxing-defense .product-image img {
		height: 110px;
		width: 196px;
	}
}

@media only screen and (min-width: 1140px) {
	.products .single-product.boxing-defense .product-image img {
		height: 192px;
		width: 340px;
	}
}

.products .single-product .product-info {
	height: 39%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

@media only screen and (min-width: 669px) {
	.products .single-product .product-info {
		height: 77px;
	}
}

@media only screen and (min-width: 1140px) {
	.products .single-product .product-info {
		height: 133px;
	}
}

.products .single-product .product-name {
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 0.04px;
	line-height: 8.41px;
	margin-bottom: 2%;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (min-width: 540px) {
	.products .single-product .product-name {
		font-size: 1.3rem;
		margin-bottom: 4%;
	}

	.products .single-product.punching-power .product-name {
		margin-bottom: 2%;
	}
}


@media only screen and (min-width: 669px) {
	.products .single-product .product-name {
		font-size: 0.9rem;
		margin-bottom: 0.3rem;
	}

	.products .single-product.punching-power .product-name {
		margin-bottom: 0.3rem;
	}
}

@media only screen and (min-width: 1140px) {
	.products .single-product .product-name {
		font-size: 1.8rem;
		letter-spacing: 0.09px;
		line-height: 2.1rem;
		margin-bottom: 0.4rem;
	}

	.products .single-product.punching-power .product-name {
		margin-bottom: 0.4rem;
	}
}

.products .single-product .product-description {
	color: #fff;
	font-size: 0.8rem;
	letter-spacing: 0.09px;
	line-height: 8.41px;
	margin-bottom: 2%;
}

@media only screen and (min-width: 540px) {
	.products .single-product .product-description {
		font-size: 1.1rem;
		margin-bottom: 5%;
	}

	.products .single-product.punching-power .product-description {
		margin-bottom: 2%;
	}
}

@media only screen and (min-width: 669px) {
	.products .single-product .product-description {
		font-size: 0.8rem;
		line-height: 11.65px;
		margin-bottom: 0.5rem;
	}

	.products .single-product.punching-power .product-description {
		margin-bottom: 0.5rem;
	}
}

@media only screen and (min-width: 1140px) {
	.products .single-product .product-description {
		font-size: 1.4rem;
		letter-spacing: 0.15px;
		line-height: 20.24px;
		margin-bottom: 1rem;
	}

	.products .single-product.punching-power .product-description {
		margin-bottom: 1rem;
	}
}

.products .single-product .buy-now {
	background-color: #fff;
	border-bottom: 3px solid #dcdcdc;
	color: #3d3d3d;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.28px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5rem 2.1rem 0.2rem;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media only screen and (min-width: 1140px) {
	.products .single-product .buy-now {
		font-size: 1.8rem;
		letter-spacing: 0.56px;
	}
}

.products .single-product .buy-now:hover,
.products .single-product .buy-now:focus {
	background-color: #dcdcdc;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

/* Membership
--------------------------------------------- */

.membership {
	margin-bottom: 60px;
}

@media only screen and (min-width: 1140px) {
	.membership {
		margin-bottom: 75px;
	}
}

@media only screen and (min-width: 1300px) {
	.membership {
		margin-bottom: 147px;
	}
}

.membership .wrap {
	padding: 0;
}

/* Category Grid View
--------------------------------------------- */

.category-grid .posts-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

@media only screen and (min-width: 1140px) {
	.category-grid .posts-grid {
		margin-bottom: 4.5rem;
	}
}

.category-grid .entry {
	margin-bottom: 1.8rem;
	width: calc(100%/2 - 0.5rem);
}

.category-grid .entry:nth-of-type(odd) {
	margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
	.category-grid .entry {
		margin-bottom: 20px;
		width: calc(100%/3 - 8px);
	}

	.category-grid .entry:nth-of-type(odd) {
		margin-right: 12px;
	}

	.category-grid .entry:nth-of-type(2n) {
		margin-right: 12px;
	}

	.category-grid .entry:nth-of-type(3n) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 1140px) {
	.category-grid .entry {
		margin-right: 1.2rem;
		margin-bottom: 2.3rem;
		width: 266px;
	}

	.category-grid .entry:nth-of-type(odd) {
		margin-right: 1.2rem;
	}

	.category-grid .entry:nth-of-type(3n) {
		margin-right: 12px;
	}

	.category-grid .entry:nth-of-type(4n) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 1300px) {
	.category-grid .entry {
		width: 306px;
	}
}

.category-grid .entry-image-link {
	display: block;
	margin-bottom: 0.3rem;
	padding-bottom: 62.07%;
	position: relative;
}

@media only screen and (min-width: 1140px) {
	.category-grid .entry-image-link {
		margin-bottom: 5px;
	}
}

@media only screen and (min-width: 1140px) {
	.category-grid .entry-image-link {
		height: 155px;
		margin-bottom: 1rem;
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 1300px) {
	.category-grid .entry-image-link {
		height: 178px;
	}
}

.category-grid .entry-image-link .entry-image {
	height: 100%;
	margin-bottom: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.category-grid .entry-title {
	color: #004b80;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 18px;
	margin-bottom: 0;
}

@media only screen and (min-width: 1140px) {
	.category-grid .entry-title {
		font-size: 1.8rem;
		line-height: 23px;
	}
}

.category-grid .entry-title a {
	color: #004b80;
}

.category-grid .entry-meta {
	font-size: 7px;
	letter-spacing: 0.3px;
	margin-bottom: 0.2rem;
}

@media only screen and (min-width: 576px) {
	.category-grid .entry-meta {
		font-size: 10px;
		color: #8C8C8C;
	}
}

@media only screen and (min-width: 768px) {
	.category-grid .entry-meta {
		margin-bottom: 5px;
	}
}


@media only screen and (min-width: 1140px) {
	.category-grid .entry-meta {
		font-size: 11px;
	}
}

@media only screen and (min-width: 1300px) {
	.category-grid .entry-meta {
		font-size: 12px;
	}
}

.category-grid .entry-meta .entry-comments-link a::before {
	content: "\e909";
	display: inline-block;
	font-family: 'ebox' !important;
	speak: none;
	font-style: normal;
	font-size: inherit;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.4rem;
	margin-left: 1rem;
}

/* 404 View
--------------------------------------------- */

.error404 .section-heading {
	border-bottom: 2px solid #004b80;
	margin-bottom: 10px;
	padding-bottom: 3px;
	text-align: center;
}

@media only screen and (min-width: 669px) {
	.error404 .section-heading {
		margin-bottom: 17px;
		padding-bottom: 8px;
	}
}

@media only screen and (min-width: 1140px) {
	.error404 .section-heading {
		margin-bottom: 50px;
		padding-bottom: 17px;
	}
}

.error404 .section-title {
	color: #004b80;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.21px;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media only screen and (min-width: 669px) {
	.error404 .section-title {
		font-size: 1.6rem;
		letter-spacing: 0;
	}
}

@media only screen and (min-width: 1140px) {
	.error404 .section-title {
		font-size: 2.8rem;
		letter-spacing: 0;
	}
}

.error404 .section-copy {
	margin-top: 10px;
}

@media only screen and (min-width: 669px) {
	.error404 .section-copy {
		margin-top: 17px;
	}
}

.error404 .section-copy p:last-of-type {
	margin-bottom: 0;
}

.error404 .posts-grid {
	margin-bottom: 6rem;
}

.error404 .year-number {
	color: #004B80;
	font-size: 2.6rem;
	letter-spacing: -0.7px;
	margin-bottom: 4.6rem;
	text-transform: uppercase;
}

.error404 .entry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.error404 .featured-media {
	margin-right: 1.5rem;
	width: 120px;
}

.error404 .featured-media img {
	height: 68px;
	margin-bottom: 0;
	object-fit: cover;
	width: 120px;
}

.error404 .entry-info {
	width: calc(100% - 135px);
}

.error404 .entry-title {
	color: #004B80;
	font-size: 1.9rem;
	letter-spacing: -0.5px;
	line-height: 1;
	margin-bottom: 0.7rem;
}

.error404 .entry-title a {
	color: #004B80;
}

.error404 .entry-meta {
	margin-bottom: 0;
}

/* Custom Blocks
---------------------------------------------------------------------------------------------------- */

/* Videos Grid
--------------------------------------------- */

.site-container .videos-grid__group {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px 10px;
}

@media only screen and (min-width: 1024px) {
	.site-container .videos-grid__group {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px 15px;
	}
}

.site-container .videos-grid__single {
	position: relative;
}

.site-container .videos-grid__single__cover {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.site-container .videos-grid__single__play {
	border-bottom: 0 !important;
	margin-left: -34px;
	margin-top: -33px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}

.site-container .videos-grid__single__lightbox {
	display: none;
}

/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.title-area,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-footer,
	.nav-primary,
	.nav-secondary,
	.nav-footer_tabs,
	.post-edit-link,
	.sidebar-primary,
	.after-entry,
	.after-entry-products,
	.sharing-section,
	.collapse-comments-button,
	.collapse-comments-button + input,
	.entry-comments,
	.comment-reply,
	.footer-widgets,
	.site-footer .nav-footer {
		display: none !important;
	}

	.site-inner {
		border-top: none;
		padding-top: 0;
		position: relative;
	}

	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	.box-hilite,
	.Greybox,
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
