/*!
Theme Name: Tucker Carlson
Theme URI: http://underscores.me/
Author: NCreatives
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tucker
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Tucker Carlson is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size: 16px;
}

body {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	background: #fff;
	color: #313131;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

h1, 
h2, 
h3, 
h4, 
h5 {
	font-family: 'Oswald', sans-serif;	
}

a {
	color: inherit;
}

a:hover, 
a:focus {
	text-decoration: none;
	color: inherit;
}

blockquote, q {
	quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.rockabye-container.container-fluid {
	padding-right: 32px;
	padding-left: 32px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.nav__wrap {

}

.site-header.frontpage-header {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  transition: top .3s ease-out;
  z-index: 99;
}

.site-header:not(.frontpage-header) {
	margin-top: 32px;
}

.tucker-hero {
	position: relative;
}

.tucker-hero-item {
	background-size: cover;
	background-position: center;
}

.tucker-hero-item-inner {
	padding: 175px 0 100px;
	background-color: rgba(5, 28, 44, .75);
}

.post-type-archive .tucker-hero-item-inner {
	padding: 50px 0 80px;
	background: none;
}

.hero-item__product .hero-item__inner__left {
	max-width: 50%;
	text-align: center;
	color: #fff;
}

.post-type-archive .hero-item__product .hero-item__inner__left {
	text-align: left;
	color: #313131;
}

.hero-item__product .hero-item__inner__right {
	max-width: 50%;
	text-align: center;
}

.hero-item__product .hero-item__inner__right .product__image {
	position: relative;
	transform: rotate(5deg);
}

.post-type-archive .hero-item__product .hero-item__inner__right .product__image {
	position: relative;
	transform: none;
}

.hero-item__product .hero-item__inner__right .product__image_badge {
	position: absolute;
	top: -72px;
	right: 24px;
	transform: rotate(-5deg);
}

.post-type-archive-book .hero-item__product .hero-item__inner__right .product__image_badge {
    position: absolute;
    top: 0px;
    right: 10%;
    width: 180px;
    transform: none;
}

.hero-item__product .hero-item__inner__left p {
	margin-bottom: 1.5rem;
	font-size: 1.375rem;
	font-weight: 300;
}

.hero-item__product .hero-item__inner__left h2 {
	margin-bottom: 1.5rem;
	font-size: 5.75rem;
	font-weight: 500;
	text-transform: uppercase;
}

.post-type-archive .hero-item__product .hero-item__inner__left h2 {
	margin-bottom: 0;
	font-size: 2.375rem;
	color: #051C2C;
}

.post-type-archive .hero-item__product .hero-item__inner__left > span {
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 500;
	color: #0071CE;
}

.post-type-archive .hero-item__product .hero-item__inner__left p {
	margin-bottom: 3rem;
	font-size: 2.3rem;
	font-weight: 300;
}

.post-type-archive .hero-item__product .hero-item__inner__left .hero-item__action a {
	margin-left: 0;
	margin-right: 1.5rem;
}

.hero-item__product .hero-item__inner__left span {
	display: block;
	margin-bottom: 2.5rem;
	font-size: 1rem;
	font-weight: 300;
}

.hero-item__product .hero-item__inner__left .hero-item__action a, 
.tucker__external-link, 
.single_add_to_cart_button {
	display: inline-block;
	margin: 0 10px 1rem;
	padding: 12px 24px;
	font-size: 1rem;
	font-weight: 500;
	background: #fff;
	color: #313131;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.16);
	transition: all .3s ease-out;
}

.hero-item__product .hero-item__inner__left .hero-item__action a span, 
.tucker__external-link span {
	display: inline-block;
	width: 24px;
	margin-right: 5px;
	margin-bottom: 0;
}

.hero-item__product .hero-item__inner__left .hero-item__action a img, 
.tucker__external-link img {
	transition: all .3s ease-out;
}

.hero-item__product .hero-item__inner__left .hero-item__action a:hover img, 
.hero-item__product .hero-item__inner__left .hero-item__action a:focus img, 
.tucker__external-link:hover img, 
.tucker__external-link:focus img {
	transform: scale(1.15);
}

.hero-item__product .hero-item__inner__left .hero-item__action a:focus, 
.hero-item__product .hero-item__inner__left .hero-item__action a:hover, 
.tucker__external-link:hover, 
.tucker__external-link:focus, 
.single_add_to_cart_button:hover, 
.single_add_to_cart_button:focus {
    background-color: #0071ce;
    color: #fff;
}

.site-header.nav-up {
	top: 0;
}

.site-header.nav-down {
	top: -80px;
}

.site-branding {
	display: flex;
	height: 100%;
	line-height: 1;
	text-align: center;
	align-items: center;
}

.site-branding > a {
	margin: 0 auto;
}

.tucker__section.tucker__main-section {
	padding: 5rem 0;
}

.tucker__section {
	position: relative;
	padding: 6rem 0;
}

.site .row {
	margin-right: -20px;
	margin-left: -20px;
}

.site .row div[class^="col-"] {
	padding-right: 20px;
	padding-left: 20px;
}

.tucker__column-heading {
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 300;
	color: #004876;
}

.tucker__column-content {
	position: relative;
}

.tucker__dvr-wrap .tucker__column-content:after, 
.tucker__post-wrap .tucker__column-content:after {
	content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    top: 0;
    right: -20px;
    background: #f1f1f1;
}

.posts__grid, 
.events__grid, 
.external-posts__grid, 
.books__grid, 
.clips__grid {
	margin: 0;
	padding: 0;
	list-style: none;
}

.external-posts__grid, 
.books__grid, 
.tuckers__journal-section .tucker__post-wrap .posts__grid, 
.clips__grid {
	margin: 0 -20px;
}

.tuckers__journal-section .tucker__post-wrap .posts__grid {
	margin-bottom: 2rem;
}

.posts__grid > li, 
.clips__grid > li {
	margin-bottom: 2.5rem;
}

.external-posts__grid > li, 
.books__grid > li, 
.tuckers__journal-section .tucker__post-wrap .posts__grid > li, 
.clips__grid > li {
	float: left;
	width: 25%;
	padding: 0 20px;
}

.tuckers__journal-section .tucker__post-wrap .posts__grid > li, 
.clips__grid > li {
    float: left;
	width: 33.33%;
	padding: 0 20px;
	margin-bottom: 2.3rem;
}

.external-posts__grid > li, 
.books__grid > li {
	float: left;
	width: 25%;
	padding: 0 20px;
	margin-bottom: 2.3rem;
}

.tuckers__journal-section .tucker__post-wrap .posts__grid > li:nth-child(3n+1), 
.clips__grid > li:nth-child(3n+1) {
	clear: both;
}

.external-posts__grid > li:nth-child(4n+1), 
.books__grid > li:nth-child(4n+1) {
    clear: both;
}

.posts__date {
	margin-bottom: .25rem;
	font-size: .875rem;
	font-weight: 300;
	color: #004876;
}

.external-posts__item, 
.books__item {
	padding-bottom: 8px;
	border-bottom: 2px solid #dcdcdc;
}

.external-posts__thumb {
	margin-bottom: 1rem;
}

.books__thumb {
	padding-bottom: 1.5rem;
	margin-bottom: 1rem;
	border-bottom: 2px solid #f1f1f1;
}

.external-posts__date {
	margin-bottom: .5rem;
	font-size: .875rem;
	color: #004876;
}

.posts__title, 
.events__title, 
.external-posts__title {
	font-size: 1.5rem;
	font-weight: 500;
	color: #051C2C;
	line-height: 1.4;
}

.events__title {
    margin-bottom: 0;
	font-size: 1.25rem;
	color: #313131
}

.books__title {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 500;
	color: #051C2C;	
}

.books__author {
	margin-bottom: .75rem;
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 500;
	color: #0071CE;
}

.tucker__post-wrap .posts__title {
	margin-bottom: .5rem;
}

.posts__thumb, 
.clips__thumb, 
.tucker__single-thumbnail {
	position: relative;
	text-align: center;
}

.clips__thumb {
	margin-bottom: 1rem;
}

.posts__thumb.no__cat {
	margin-bottom: 1rem;
}

.posts__thumb a, 
.clips__thumb a {
	display: block;
	position: relative;
}

.posts__thumb .play-icon, 
.clips__thumb .play-icon,
.tucker__single-thumbnail .play-icon {
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	line-height: 74px;
	text-align: center;
	font-size: 48px;
	border: 3px solid #fff;
	border-radius: 50%;
}

.posts__thumb .play-icon i, 
.clips__thumb .play-icon i {
	position: relative;
	left: 2px;
}

.clips__thumb .clips__length {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 8px 20px;
	background: #8E1537;
	color: #fff;
	font-size: .75rem;
	font-weight: 500;
}

.clips__date {
	margin-bottom: 10px;
	color: #004876;
}

.clips__title {
	line-height: 1.5;
	font-size: 1.5rem;
	font-weight: 500;
	color: #051C2C;
}

.posts__is_politics, 
.tucker__single-politics {
	position: relative;
	display: inline-block;
	padding: 10px 50px;
	background-color: #EA0029;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 500;
	transform: translateY(-50%);
	z-index: 3;
}

.tucker__post-wrap .posts__date {
	text-transform: uppercase;
}

.posts__content p a {
	color: #004876;
	text-decoration: underline;
}

.external-posts__content p, 
.books__content p {
	margin-bottom: .5rem;
}

.external-posts__action a, 
.books__action a {
	color: #aaa;
}

.tucker__book-section {
	padding: 3rem 0;
}

.tucker__book-section-sep {
	width: 100%;
	height: 2px;
	background: #f1f1f1;
}

.tucker__book-section-cat, 
.tucker__clip-section-cat {
	margin-bottom: 3rem;
	font-size: 1rem;
	text-transform: uppercase;
	color: #0071CE;
}

.tucker__clip-section-cat {
	margin-bottom: 2rem;
}

.events__item {
	margin-bottom: 2.25rem;
	padding-bottom: 2.25rem;
	border-bottom: 2px solid #f1f1f1;
}

.events__grid li:last-child .events__item {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.events__date {
	margin-right: 12px;
	padding: 20px 18px;
	background-color: #0071CE;
	color: #fff;
	font-weight: 500;
}

.events__date span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
}

.events__content p {
	margin-bottom: 0;
}

.tucker__section-container {
	position: relative;
}

.tucker__section-heading, 
.tucker__folow-twitter a, 
.tucker__post-shortcode-title span {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 15px 20px;
	font-size: 1.0625rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	transform: translateY( calc( -6rem - 50% ) );
}

.tucker__section.style-1 .tucker__section-heading, 
.tucker__section.style-2 .tucker__section-heading, 
.tucker__folow-twitter a {
	background: #0071ce;
	background: -moz-linear-gradient(left, #0071ce 15%, #005a9f 85%);
	background: -webkit-gradient(left top, right top, color-stop(15%, #0071ce), color-stop(85%, #005a9f));
	background: -webkit-linear-gradient(left, #0071ce 15%, #005a9f 85%);
	background: -o-linear-gradient(left, #0071ce 15%, #005a9f 85%);
	background: -ms-linear-gradient(left, #0071ce 15%, #005a9f 85%);
	background: linear-gradient(to right, #0071ce 15%, #005a9f 85%);
}

.tucker__section.style-1 .tucker__section-heading:after, 
.tucker__section.style-2 .tucker__section-heading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0071ce;
    opacity: 0;
    z-index: 0;
    transition: opacity .3s ease-out;
}

.tucker__section.style-1 .tucker__section-heading:hover:after, 
.tucker__section.style-2 .tucker__section-heading:hover:after {
    opacity: 1;
}

.tucker__section.style-4 .tucker__section-heading, 
.tucker__section.style-5 .tucker__section-heading, 
.tucker__post-shortcode-title span {
	background: #e2022b;
	background: -moz-linear-gradient(left, #e2022b 15%, #8e1537 85%);
	background: -webkit-gradient(left top, right top, color-stop(15%, #e2022b), color-stop(85%, #8e1537));
	background: -webkit-linear-gradient(left, #e2022b 15%, #8e1537 85%);
	background: -o-linear-gradient(left, #e2022b 15%, #8e1537 85%);
	background: -ms-linear-gradient(left, #e2022b 15%, #8e1537 85%);
	background: linear-gradient(to right, #e2022b 15%, #8e1537 85%);
}

.tucker__section.style-4 .tucker__section-heading:hover:after, 
.tucker__section.style-5 .tucker__section-heading:hover:after {
    opacity: 1;
}

.tucker__section.style-2 .tucker__section-heading, 
.tucker__section.style-5 .tucker__section-heading {
	right: 0;
	left: auto;
}

.tucker__section.style-2 .tucker__section-heading:before, 
.tucker__section.style-5 .tucker__section-heading:before {
	top: 32px;
	left: auto;
	right: 0;
	border-width: 32px 40px 0 0;
	border-color: #005a9f transparent transparent transparent;
}

.tucker__section.style-5 .tucker__section-heading:before {
	border-color: #8e1537 transparent transparent transparent;
}

.tucker__section.style-3 .tucker__section-heading, 
.tucker__section.style-6 .tucker__section-heading {
	right: auto;
	left: 50%;
	min-width: 190px;
	text-align: center;
	transform: translate( -50%, calc( -6rem - 50% ) );
	background: #0071ce;
}

.tucker__section.style-4 .tucker__section-heading:before {
	border-color: transparent #e2022b transparent transparent;
}

.tucker__section.style-6 .tucker__section-heading {
	background: #e2022b;
}

.tucker__section.style-3 .tucker__section-heading:before, 
.tucker__section.style-6 .tucker__section-heading:before {
	display: none;
}

.tucker__section.style-3, 
.tucker__section.style-6 {
	border-top: 2px solid #f1f1f1;
}

.tucker__section-heading span {
    position: relative;
	z-index: 1;
}

.tucker__section-heading:before, 
.tucker__folow-twitter a:before, 
.tucker__post-shortcode-title span:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 32px;
	left: 0;
	border-style: solid;
	border-width: 0 40px 32px 0;
	border-color: transparent #0071ce transparent transparent;
	z-index: 0;
}

.tucker__post-shortcode-title span:before {
	top: 36px;
	left: auto;
	right: 0;
	border-width: 32px 40px 0 0;
	border-color: #8e1537 transparent transparent transparent;	
}

.tucker__before-footer {
	position: relative;
	padding-bottom: 0;
}

.tucker__before-footer .tucker__phone, 
.tucker__before-footer .tucker__follow {
	position: relative;
	padding: 0 20px;
	width: 50%;
}

.tucker__before-footer:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 62%;
	bottom: 0;
	left: 0;
	background: #f1f1f1;
	z-index: -1;
}

.tucker__follow .blue-bubble {
	position: relative;
	transform: none;
	text-transform: none;
	font-size: 20px;
	font-weight: 300;
	transition: all .3s ease-out;
}

.tucker__follow .blue-bubble:before {
	top: 42px;
}

.tucker__follow .blue-bubble:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0071ce;
    opacity: 0;
    z-index: 0;
    transition: opacity .3s ease-out;
}

.tucker__follow .blue-bubble:hover:after, 
.tucker__follow .blue-bubble:focus:after {
    opacity: 1;
}

.tucker__follow .blue-bubble i {
    position: relative;
	margin-right: 10px;
	z-index: 1;
	transition: all .3s ease-out;
}

.tucker__follow .blue-bubble:hover i, 
.tucker__follow .blue-bubble:focus i {
    transform: scale(1.15);
}

.tucker__follow .blue-bubble span {
    position: relative;
	z-index: 1;
}

.tucker__follow-text {
	padding: 3rem 0 3rem 3rem;
}

.tucker__follow-text h4 {
	text-transform: uppercase;
	font-size: 4.5rem;
	color: #0071CE;
}

.tucker__follow-text p {
	font-size: 1.375rem;
}

.tucker__follow-text p a {
	color: #0071CE;
}

.posts__category {
	margin-bottom: 1rem;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
	color: #0071CE;
}

.journal-featured__first .posts__title {
	margin-bottom: 1rem;
	font-size: 2.75rem;
	color: #051C2C;
}

.journal-featured__first hr {
	height: 2px;
	margin-bottom: 1rem;
	background-color: #f1f1f1;
}

.journal-featured__first .posts__content {
	font-size: 1.875rem;
	color: #051C2C;
}

.journal-featured__side .posts__date {
	text-transform: uppercase;
}

.tucker__journal-separator {
	margin: 4rem 0 2rem;
	border-top: 2px solid #f1f1f1;
	text-align: center;
}

.tucker__journal-separator span {
	display: inline-block;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 500;
	background: #EA0029;
	color: #fff;
	transform: translateY(-50%);
}

.tucker__single-cat {
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: 500;
	color: #0071CE;
	text-transform: uppercase;
}

.tucker__single-title {
	font-size: 2.75rem;
	color: #051C2C;
}

.tucker__single .entry-header {
	margin-bottom: 2rem;
}

.tucker__single .entry-header hr {
	margin: 1.75rem 0 1.375rem;
	height: 2px;
	background-color: #f1f1f1;
}

.tucker__single-excerpt {
	font-size: 1.875rem;
	color: #051C2C;
}

.tucker__single-meta {
	margin: 1rem 0;
	padding: 1.25rem 0;
    font-size: 1rem;
    color: #004876;
    border: 2px solid #f1f1f1;
    border-left: none;
    border-right: none;
}

.tucker__single-content.entry-content {
	padding-left: 110px;
	padding-right: 110px;
	font-size: 1.25rem;
	color: #666; 
	max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.type-event .tucker__single-content.entry-content, 
.type-page .tucker__single-content.entry-content {
	padding-right: 0;
	padding-left: 0;
}

.tucker__single-content p {
	margin-bottom: 2rem;
}

.tucker__single-content .wpsdc-drop-cap {
	margin: 14px 20px 14px 0;
	padding: 15px 25px;
	font-size: 3.875rem;
	line-height: 1;
	background: #0071CE;
	color: #fff;
}

.tucker__single-content blockquote p {
	margin-bottom: 0;
	line-height: 1.875;
	color: #002856;
}

.tucker__twitter-shortcode {
	padding: 2.5rem 110px;
	margin: 2.5rem -110px;
	border: 2px solid #0071CE;
	border-right: none;
	border-left: none;
}

.tucker__book-shortcode .books__detail {
	position: relative;
}

.tucker__book-shortcode .books__action {
	position: absolute;
	right: 0;
	bottom: -10px;
}

.tucker__book-shortcode .books__thumb {
	margin-bottom: .75rem;
}

.tucker__book-shortcode .books__item, 
.tucker__post-shortcode .external-posts__item {
	position: relative;
	display: inline-block;
	padding-bottom: 0;
	max-width: 330px;
	border-color: #f1f1f1;
}

.tucker__post-shortcode .external-posts__item {
	padding: 1rem 2.5rem 1rem;
	background-color: #f1f1f1;
}

.tucker__post-shortcode .external-posts__content p {
	margin-bottom: 0;
	font-size: 1rem;
}

.tucker__book-shortcode.right, 
.tucker__post-shortcode.right {
	float: right;
	padding: 2rem;
	padding-right: 0;
	margin-right: -110px;
}

.tucker__book-shortcode.left, 
.tucker__post-shortcode.left {
	float: left;
	padding: 2rem;
	padding-left: 0;
	margin-left: -110px;
}

.tucker__single-content blockquote p:before, 
.tucker__single-content blockquote p:after, 
.tucker__twitter-shortcode span:before, 
.tucker__twitter-shortcode span:after {
	content: '"';
}

.tucker__twitter-shortcode span {
	line-height: 1.5;
	color: #051C2C;
	font-size: 2.5rem;
}

.tucker__twitter-shortcode i {
	line-height: 1;
	font-size: 2.5rem;
	color: #1DA1F2;
}

.tucker__post-shortcode-title {
	transform: translateY( calc( -50% - 1rem ) );
	text-align: center;
}

.tucker__post-shortcode-title span {
	position: relative;
	padding: 10px 30px;
	transform: none;
	text-align: center;
}

.tucker__single-content blockquote {
	padding-left: 10px;
	border-left: 5px solid #EA0029;
}

.tucker__single-content ul {
	margin-bottom: 2rem;
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.tucker__single-content ul li:before {
	content: '■';
    position: relative;
    margin-right: 1rem;
    top: -3px;
	color: #0071CE;
}

.tucker__single-section-sep {
	margin-bottom: 3rem;
	background-color: #f1f1f1;
	height: 2px;
}

.tucker__single-next-post {
	margin-bottom: 2rem;
}

.tucker__single-share {
	color: #004876;
}

.tucker__single-share a {
	margin-left: 10px;
	font-size: 24px;
}

.malinky-load-more {
	margin-bottom: 2rem;
	padding: 1.5rem 0;
	border: 2px solid #f1f1f1;
	border-right: none;
	border-left: none;
	color: #fff;
}

.malinky-load-more__button {
	display: inline-block;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 500;
	background: #002856;
	color: #fff;	
	transition: all .3s ease-out;
}

.malinky-load-more__button:hover, 
.malinky-load-more__button:focus {
	background: #EA0029;
}
/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Menus
--------------------------------------------------------------*/
.main-navigation, 
.alt-navigation {
	clear: both;
	display: block;
	width: 100%;
}

.site-header:not(.frontpage-header) .main-navigation {
	padding: 10px 0;
	border-top: 2px solid #f1f1f1;
	border-bottom: 2px solid #f1f1f1;
}

.main-navigation {
	margin-left: 2rem;
}

.main-navigation .menu {
	text-align: right;
}

.alt-navigation {
	text-align: right;
}

.main-navigation ul, 
.alt-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul > li {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.main-navigation ul ul > li {
	display: block;
	margin-bottom: 10px;
	background: rgba(0,0,0,.1);
	padding-top: 0;
	padding-bottom: 0;
}

.main-navigation ul ul a {
	color: #fff !important;
	transition: all .3s ease-out;
}

.main-navigation ul ul > li:last-child {
	margin-bottom: 0;
}

.alt-navigation ul > li {
	display: inline-block;
	margin-left: 20px;
}

.main-navigation ul > li > a, 
.alt-navigation ul > li > a {
	padding: 12px 32px;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
} 

.site-header:not(.frontpage-header) .main-navigation ul > li > a {
	color: #002856;
}

.main-navigation ul > li.menu-item-has-children > a:after {
	content: "\f280";
	font-family: "Ionicons";
	margin-left: 5px;
	font-size: 17px;
}

.alt-navigation ul > li > a {
	font-size: 16px;
}

.main-navigation ul > li > a:hover, 
.main-navigation ul > li:hover > a, 
.alt-navigation ul > li > a:hover, 
.main-navigation ul > li > a:focus, 
.alt-navigation ul > li > a:focus,
.site-header:not(.frontpage-header) .main-navigation ul ul li a:hover, 
.site-header:not(.frontpage-header) .main-navigation ul ul li a:focus {
	background: rgba(0, 72, 118, .72);
}

.site-header:not(.frontpage-header) .main-navigation ul > li > a:hover,
.site-header:not(.frontpage-header) .main-navigation ul > li:hover > a, 
.site-header:not(.frontpage-header) .main-navigation ul > li > a:focus {
	background: none;
	color: #0071CE;
}

.main-navigation .tucker__header-social {
    min-width: 127px;
	margin-left: 32px;
}

.main-navigation .tucker__header-social a {
	display: inline-block;
	margin-left: .75rem;
	font-size: 20px;
	color: #fff;
}

.main-navigation.white-navigation .tucker__header-social a {
	color: #002856;
}

.main-navigation .tucker__header-social a:hover, 
.main-navigation .tucker__header-social a:focus {
	color: #0071CE;
}

.main-navigation ul ul {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;	
	background: rgba(0, 113, 206, .98);
	transform: translateX(-50%);
	text-align: center;
	min-width: 200px;
	padding: 15px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul, 
.main-navigation ul li:focus-within > ul {
	left: 50%;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.post-type-archive .site-content {
	padding-bottom: 5rem;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {

}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Rockabye
--------------------------------------------------------------*/
/* Button */
.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
	display: inline-block;
	padding: 12px 24px;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 24px;
	background-color: #82af7d;
	color: #fff;
	transition: background-color .3s ease-out;
}

.comment-navigation .nav-links a:hover,
.posts-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover {
	background-color: #020202;
}

.entry-title {
	letter-spacing: -0.025em;
}

.entry-meta .meta-sep {
	position: relative;
	margin: 0 10px;
}

.entry-meta .meta-sep:before {
	content: '-';
}


.entry-more {
	margin-top: 5px;
}

.entry-more a {
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #181818;
}

.entry-more a > span {
	transition: margin .3s ease-out;
}

.entry-more a:hover > span, 
.entry-more a:focus > span {
	margin-left: 5px;
}

.author .avatar {
	margin-top: -2px;
	margin-right: 8px;
	border-radius: 50%;
}

.site-hero {
	padding-bottom: 60px;
}

.site-hero .swiper-container {

}

.site-hero .swiper-slide {
	padding: 50px 0;
	width: 100%;
	min-height: 500px;	
}

.site-hero .swiper-slide > a {
	display: block;
}

.posts-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;  
}

.posts-hero-content {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 5%;
  width: 30%;
  padding: 48px 64px;
  z-index: 50;
  background-color: rgba(255,255,255,.9);
  transform: translateY(-50%);
  border-radius: 2px;
}

.site-hero .entry-title {
	font-size: 2.25rem;
}

.entry-content {
	margin-top: 24px;
	line-height: 2;
}

.post-categories {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	list-style: none;
}

.post-categories li {
	display: inline-block;
}

.post-categories li + li {
	margin-left: 5px;
}

.post-categories li a {
	display: block;
	font-size: 0.65rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #82af7d;
	border-radius: 1px;
}

.entry-thumb-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.6);
	opacity: 0;
	transition: opacity .3s ease-out;
}

.entry-thumb:hover .entry-thumb-inner {
	opacity: 1;
}

.entry-thumb-inner .entry-share {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(255,255,255,.95);
	text-align: center;
}

.entry-thumb-inner .entry-share a {
	margin: 0 15px;
	font-size: 20px;
	transition: color .3s ease-out;
}

.entry-thumb-inner .entry-share a.share-facebook:hover {
	color: #3b5998;
}

.entry-thumb-inner .entry-share a.share-twitter:hover {
	color: #1da1f2;
}

.entry-thumb-inner .entry-share a.share-pinterest:hover {
	color: #bd081c;
}

.entry-thumb-inner .entry-share a.share-google:hover {
	color: #dd4b39;
}

.posts-hero-prev, 
.posts-hero-next {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 8px;
	transform: translateY(-50%);
	cursor: pointer;
	background-color: #020202;
	color: rgba(255,255,255,.75);
}

.posts-hero-prev:hover, 
.posts-hero-next:hover {
	color: rgba(255,255,255,1);
}

.posts-hero-next {
	left: auto;
	right: 0;
}

.posts-hero-prev.swiper-button-disabled, 
.posts-hero-next.swiper-button-disabled {
	opacity: 0;
}

.swiper-pagination {
	transform: none;
	right: 24px;
	bottom: 24px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin-left: 4px;
}

.swiper-pagination-bullet-active {
	background-color: #020202;
}

/* Post List */
.post-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;	
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 50px;
}

.post-list-thumb {
  position: relative;
  float: left;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  overflow: hidden;
}

.post-list-full .post-list-thumb {
	width: 400px;
	min-width: 400px;
	max-width: 400px;
	height: 500px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
  }

.post-list-content {
	margin-bottom: 0;
	overflow: hidden;
}

/* Post Grid */
[data-grid-columns="1"] {
	margin: 0;
}

[data-grid-columns="2"] {
	margin: 0 -15px;
}

.post-grid {
	float: left;
	width: 50%;
  	padding: 0 15px;
  	margin-bottom: 50px;
}

[data-grid-columns="1"] .post-grid {
	padding: 0;
}

.post-grid.post-grid-full {
	float: none;
	width: 100% !important;
}

.post-grid.post-masonry {
	margin-bottom: 30px;
}

.article-inner {
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
}

.post-list .article-inner {
	display: flex;
}

[data-grid-columns="2"] .post-grid {
	width: 50%;	
}

[data-grid-columns="2"][data-first-post="false"] .post-grid:nth-child(2n + 1){
	clear: both;
}

[data-grid-columns="2"][data-first-post="true"] .post-grid:nth-child(2n){
	clear: both;
}

.post-grid-thumb {
  position: relative;
  overflow: hidden;
}

.post-grid-content {
	padding: 20px 30px;
}

.post-grid-full .post-grid-content-inner {
	position: relative;
	margin: -100px 0 0;
	padding: 18px 32px 8px;
	background: #fff;
}

.post-list-content {
	display: flex;
	padding: 18px 24px;
	margin-bottom: 0;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}

.post-list-full .post-list-content {
	padding: 24px 32px;
}

.post-grid.post-grid-full .entry-title, 
.post-list.post-list-full .entry-title {
	font-size: 2rem;
}


.site-footer {
	background-color: #051C2C;
	color: #fff;
}

.site .site-footer .row {
	margin-right: -15px;
	margin-left: -15px;
}

.site .site-footer div[class^="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

.footer-menu {
	padding: 6rem 2rem;
}

.footer-subscribe {
	padding: 5rem 0 0 4rem;
}

.footer-subscribe-inner h4 {
	text-transform: uppercase;
	font-size: 1.5rem;
}

.footer-subscribe-inner input[type="email"] {
	width: 100%;
	padding: 10px 15px;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 500;
}

.footer-subscribe-inner input[type="email"],
.tuker-button-red, 
.button {
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 500;
	border: none;
	transition: all .3s ease-out;
}

.button {
	width: auto;
}

.tuker-button-red, 
.button {
	padding: 14px 15px;
	background-color: #EA0029;
	color: #fff;
}

.button {
	background-color: #0071ce;
}

.tuker-button-red:hover, 
.tuker-button-red:focus,
#newsletter-dialog .tucker__subscribe .gform_footer input[type="submit"]:hover,
#newsletter-dialog .tucker__subscribe .gform_footer input[type="submit"]:focus {
	background-color: #0071ce;
}
 
.button:hover, 
.button:focus {
	background-color: #EA0029;
	color: #fff;
}

.footer-branding .custom-logo-link {
	transform: translateY(-25px);
}

.footer-branding p {
	margin-top: 10px;
	line-height: 1.7;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu ul li {
	display: inline-block;
	width: 33%;
	margin-bottom: 2rem;
}

.footer-menu ul li a {
	text-transform: uppercase;
	font-weight: 500;
}

.footer-menu .footer-social ul li {
	display: block;
	width: 100%;
	margin-bottom: .875rem;
	display: inline-block;
	width: auto;
    margin-top: 20px;
    margin-right: 15px;
}

.footer-menu .footer-social ul li a {
	font-size: 17px;
}

/* Magnific Popup */
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}

.tucker__popup {
	position: relative;
	background: #fff;
	padding: 20px 50px;
	width: auto;
	max-width: 800px;
	max-height: 600px;
	margin: 20px auto;
	overflow: hidden;
}

#follow-dialog {
	max-width: 600px;
	padding: 0;
	background-color: #051C2C;
	color: #fff;
}

#follow-dialog .tucker__subscribe-follow-head { 
	padding: 30px;
}

#follow-dialog h4 {
	font-size: 2.5rem;
}

#follow-dialog p {
	margin-bottom: 0;
	font-size: 1.5rem;
}

#follow-dialog a {
	width: 50%;
	max-width: 50%;
	padding: 60px 0;
	text-align: center;
	font-size: 1.125rem;
	text-transform: uppercase;
	font-weight: 500;
}

#follow-dialog a i {
	display: block;
	font-size: 2rem;
}

#follow-dialog .mfp-close {
	color: #fff;
}

.tucker__subscribe-fb {
	background: #3b5998;
}

.tucker__subscribe-twitter {
	background: #1da1f2;
}

#twitter-dialog  {
	padding-top: 60px;
	padding-bottom: 0;
	background-color: #0071CE;
}

#newsletter-dialog {
	padding: 0;
	background-color: #004876;
}

#newsletter-dialog .tucker__photo {
	min-width: 338px;
	max-width: 338px;
	height: 600px;
}

#newsletter-dialog .tucker__subscribe {
	min-width: 462px;
	max-width: 462px;
	padding: 20px 40px;
}

#newsletter-dialog .tucker__subscribe h4 {
	margin: 1.5rem 0;
	font-size: 1.25rem;
	font-weight: 300;
	color: #fff;
}

#newsletter-dialog .tucker__subscribe .gform_title, 
#newsletter-dialog .tucker__subscribe .gfield_label, 
#newsletter-dialog .tucker__subscribe .gfield_required {
	display: none;
}

#newsletter-dialog .tucker__subscribe .gform_fields {
	margin: 0;
	padding: 0;
	list-style: none;
}

#newsletter-dialog .tucker__subscribe .gform_fields li {
	margin-bottom: 1rem;
}

#newsletter-dialog .tucker__subscribe .ginput_container input, 
#newsletter-dialog .tucker__subscribe .gform_footer input[type="submit"] {
	display: block;
	width: 100%;
	padding: 12px 32px;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	border-radius: 0;
	color: #666;
}

#newsletter-dialog .tucker__subscribe .gform_footer input[type="submit"] {
	padding: 16px 32px;
	font-size: 1rem;
	background-color: #EA0029;
	color: #fff;
	cursor: pointer;
	transition: all .3s ease-out;
}

#newsletter-dialog .tucker__subscribe-notice {
	margin-top: 10px;
	color: #fff;
}

#newsletter-dialog .tucker__subscribe-close {
	color: #fff;
	text-decoration: underline;
}

#newsletter-dialog .tucker__subscribe-close:hover, 
#newsletter-dialog .tucker__subscribe-close:focus {
	text-decoration: none;
}

#newsletter-dialog .tucker__subscribe .validation_error {
	display: none;
}

#newsletter-dialog .tucker__subscribe .validation_message {
	margin-top: 5px;
	text-align: left;
	color: #fff;
}

#twitter-dialog .tucker__phone {
	min-width: 300px;
}

#twitter-dialog .tucker__follow-text, 
#twitter-dialog .tucker__follow-text h4, 
#twitter-dialog .tucker__follow-text p a {
	color: #fff;
}

#twitter-dialog .tucker__follow-text h5 {
	margin: 1rem 0;
	font-size: 2rem;
	font-weight: 300;
}

#twitter-dialog .tucker__follow-text h5 span {
	font-weight: 500;
}

.mfp-close-btn-in #twitter-dialog .mfp-close, 
.mfp-close-btn-in #newsletter-dialog .mfp-close {
	width: 72px;
	height: 72px;
	color: #fff;
	font-family: 'Oswald';
	font-size: 64px;
	font-weight: 300;
}

.tucker__menu-btn {
	display: none;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 36px;
	color: #002856;
	cursor: pointer;
}

.tucker__menu-btn:hover, 
.tucker__menu-btn:focus {
	color: #0071CE;
}

.tucker__menu-btn.white {
	color: #fff;
}

.tucker__menu-btn .ion-ios-close, 
.tucker__menu-btn.active .ion-ios-menu {
	display: none;
}

.tucker__menu-btn.active .ion-ios-close, 
.tucker__menu-btn .ion-ios-menu {
	display: block;
}

.tucker__mobile-menu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #004876;
	color: #fff;
	z-index: 9999;
	transition: left .3s ease-out;
    overflow: auto;
}

.tucker__mobile-menu.active {
	left: 0;
	transition: left .3s ease-out;
}

.tucker__mobile-menu-inner {
	position: relative;
    padding: 2rem;
	text-align: center;
}

.tucker__mobile-menu-logo {
	padding: 1.5rem 0;
	text-align: center;
}

.tucker__mobile-menu .menu-menu-container, 
.tucker__mobile-menu-social {
	padding: 0 1.5rem;
}

.tucker__mobile-menu-inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tucker__mobile-menu-inner ul li a {
	display: inline-block;
	padding: 12px 0;
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}

.tucker__mobile-menu-social {
	display: block;
	margin-top: 2rem;
}

.tucker__mobile-menu-social a {
	margin: 0 1.5rem;
	font-size: 20px;
}

.tucker__mobile-menu-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 36px;
	color: #fff;
	cursor: pointer;
}

.tucker__bottom-information {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	font-size: 1.25rem;
	background-color: #0071CE;
	color: #fff;
	padding: 20px 0;
}

.tucker__bottom-information p {
	margin-bottom: 0;
}

.tucker__bottom-information p a {
	text-decoration: underline;
}

.tucker__bottom-information p a:hover, 
.tucker__bottom-information p a:focus {
	text-decoration: none;
}

.tucker__mobile-menu ul.sub-menu {
	display: none;
}

.tucker__mobile-menu ul.sub-menu.active {
	display: block;
}

.tucker__mobile-menu ul li span {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-left: 10px;
	text-align: center;
	cursor: pointer;
}

.tucker__mobile-menu ul li span:before {
	content: "\f100";
	font-family: "Ionicons";
	font-size: 20px;
}

.tucker__mobile-menu ul li span.active:before {
	content: "\f1fa";
}

@media (min-width: 1360px) {
	.container {
		max-width: 1310px;
	}	
}

@media (max-width: 1359px) {
	.main-navigation ul > li > a, 
	.alt-navigation ul > li > a {
		padding: 12px 24px;
	}
	.main-navigation .tucker__header-social {
		margin-left: 24px;
	}
	.tucker__follow-text {
		padding: 2rem 0 2rem 2rem;
	}
}

@media (max-width: 1200px) {
	.main-navigation .tucker__header-social {
		display: none;
	}	
	.tucker__follow-text {
		padding: 0;
	}
	.tucker__follow {
		margin-top: 32px;
	}
	.tucker__folow-twitter {
		margin-bottom: 1rem;
	}
	.footer-menu {
		padding: 6rem 0;
	}
	.footer-subscribe {
		padding: 6rem 0 0 2rem;
	}
    .footer-menu ul li {
	    display: inline-block;
	    width: 48%;
    }
}

@media (max-width: 991px) {
	.tucker__menu-btn {
		display: block;
	}
	#site-navigation {
		display: none !important;
	}
	.hero-item__product .hero-item__inner__left, 
	.hero-item__product .hero-item__inner__right {
		max-width: 100%;
	}
	.hero-item__product .hero-item__inner__right {
		margin-bottom: 2.5rem;
	}
	.hero-item__product .hero-item__inner__right .product__image {
		max-width: 640px;
		margin: 0 auto;
	}
	.tucker-hero-item-inner {
		padding-top: 200px;
	}
	.container {
		max-width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.tucker__main-section .container > .row > .col-sm:last-child {
		flex-basis: auto;
		width: 100%;
	}
	.external-posts__grid > li, 
	.books__grid > li, 
	.tuckers__journal-section .tucker__post-wrap .posts__grid > li, 
	.clips__grid > li {
		width: 50%;
		margin-bottom: 2.5rem;
	}
	.tucker__section {
		padding-bottom: 4rem;
	}
	.tucker__before-footer {
		padding-top: 1rem;
	}
	.tucker__before-footer .tucker__phone {
		display: none;
	}
	.tucker__before-footer .tucker__follow {
		width: 100%;
		text-align: center;
	}
	.tucker__before-footer::after {
		height: 100%;
	}
	.tucker__folow-twitter {
		margin-bottom: 2rem;
	}
	.hero-item__product .hero-item__inner__left h2 {
		font-size: 4.5rem;
	}
	.footer-branding {
		text-align: center;
	}
	.footer-menu, 
	.footer-subscribe {
		padding: 3rem 0;
		text-align: center;
	}	
	.footer-menu .footer-social ul li {
		display: inline-block;
		margin: 0 0 .875rem;
		width: 24%;
	}
	.footer-subscribe {
		padding-top: 1rem;
	}
	.footer-social {
		margin-top: 2rem;
	}
	.footer-menu .footer-social ul li a {
		font-size: 24px;
	}
	.journal-featured__first {
		margin-bottom: 3rem;
	}
	.tucker__single-content.entry-content {
		padding-right: 0;
		padding-left: 0;
	}
	.tucker__book-shortcode.right, 
	.tucker__post-shortcode.right {
		margin-right: 0;
	}
	.tucker__book-shortcode.left, 
	.tucker__post-shortcode.left {
		margin-left: 0;
	}
	.tucker__twitter-shortcode {
		margin: 2.5rem 0;
		padding: 2.5rem 0;
	}
	.tucker__photo img, 
	#newsletter-dialog .tucker__photo, 
	#twitter-dialog .tucker__phone {
		display: none;
	}
	#newsletter-dialog .tucker__subscribe {
		min-width: 100%;
		max-width: 100%;
		padding: 40px;
	}
	#twitter-dialog .tucker__follow {
		margin-top: 0;
	}
	#twitter-dialog {
		padding: 40px;
	}

}

@media (max-width: 575px) {
	.external-posts__grid > li, 
	.books__grid > li, 
	.tuckers__journal-section .tucker__post-wrap .posts__grid > li, 
	.clips__grid > li {
		width: 100%;
		margin-bottom: 2.5rem;
	}
	.tucker__section {
		padding-bottom: 2rem;
	}
	.tucker__before-footer {
		padding-top: 2rem;
	}
	.tucker__follow-text h4 {
		font-size: 3.5rem;
	}
	.tucker__before-footer::after {
		height: 100%;
	}
	.tucker__folow-twitter {
		margin-bottom: 2rem;
	}
	.hero-item__product .hero-item__inner__left h2 {
		font-size: 3.5rem;
	}
	.hero-item__product .hero-item__inner__left p {
		font-size: 1.125rem;
	}
	.tucker__book-shortcode.right, 
	.tucker__post-shortcode.right,
	.tucker__book-shortcode.left, 
	.tucker__post-shortcode.left {
		float: none;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}
	.tucker__book-shortcode .books__item, 
	.tucker__post-shortcode .external-posts__item {
		text-align: left;
	}
	.hero-item__product .hero-item__inner__right .product__image_badge {
		width: 150px;
	}
	.post-type-archive-book .hero-item__product .hero-item__inner__right .product__image_badge {
	     width: 120px;   
	}
	.post-type-archive .hero-item__product .hero-item__inner__left p {
	     font-size: 1.5rem;   
	}
}

@media (max-width: 360px) {
	.tucker__mobile-menu {
		left: -360px;
		width: 100%;
	}
}