/* RESET */

* {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
}

body {
	line-height: 1;
	font: 100%/1 'Source Sans Pro', 'sans-serif';
	transition: left 0.5s;
	left: 0;
}

body.shifted {
	position: absolute;
	left: 80%;
	overflow: hidden;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: medium none;
}

*::-moz-focus-inner {
	border: 0 none;
}

::-moz-placeholder {
	color: #d1d1d1;
}

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

:focus::-webkit-input-placeholder {
	color: transparent;
}

:focus::-moz-placeholder {
	color: transparent;
}

:focus::placeholder {
	color: transparent;
}

/* reset webkit search input styles */

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

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

img {
	max-width: 100%;
	height: auto;
	width: auto;
	/* ie8 */
}

button {
	font-family: 'Source Sans Pro', 'sans-serif';
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	font-size: inherit;
}

.resetHeaders h1, .resetHeaders .resetHeaders h2, .resetHeaders h3, .resetHeaders h4, .resetHeaders h5, .resetHeaders h6, .resetHeaders p {
	display: block;
	margin: 0;
	font-size: inherit;
	font-weight: bold;
}

.resetHeaders h1 {
	font-size: 2em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}

.resetHeaders h2 {
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
}

.resetHeaders h3 {
	font-size: 1.17em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.resetHeaders h4 {
	font-size: 1em;
	margin-top: 1.33em;
	margin-bottom: 1.33em;
}

.resetHeaders h5 {
	font-size: .83em;
	margin-top: 1.67em;
	margin-bottom: 1.67em;
}

.resetHeaders h6 {
	font-size: .67em;
	margin-top: 2.33em;
	margin-bottom: 2.33em;
}

.toast-message {
	font-size: 16px;
}

/* COMMON */

/*@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

.container {
	margin: 0 auto;
	max-width: 1137px;
}

.container.narrow {
	max-width: 945px;
}

.center {
	text-align: center;
}

/* BUTTONS */

.btn {
	display: inline-block;
	text-decoration: none !important;
	border: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	outline: none !important;
	box-shadow: none !important;
}

.btn.white {
	background: #fff;
	color: #004d99;
}

.btn.blue {
	background: #1862ab;
	color: #f8f9fa;
}

.btn.red {
	background: #c80813;
	color: #fff;
}

.btn.orange {
	background: #fd7e14;
	color: #fff;
}
.btn.dark-orange {
	background: #e8490d;
	color: #fff;
}

.btn.transparent {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}

.btn.big {
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	font-size: 30px;
}

.btn.small {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-size: 14px;
	border-width: 1px;
}

.btn.rounded {
	border-radius: 20px;
}

.btn.big.rounded {
	border-radius: 30px;
}

.btn.corners {
	border-radius: 0;
}

.btn.logout:after {
	content: '\f061';
	margin-left: .5em;
	font: normal 14px 'FontAwesome';
}

.btn-like:hover, .btn-likeSelected:hover {
	text-decoration: none;
}

.btn-like, .btn-likeSelected {
	display: inline-block;
	border: 0;
	height: 20px;
	cursor: pointer;
	outline: none !important;
	box-shadow: none !important;
	background: transparent;
	font-size: 0;
	color: #c80813;
	vertical-align: middle;
}

.btn-like:before {
	content: '\f08a';
	font: normal 20px/20px 'FontAwesome';
}

.btn-likeSelected:before {
	content: '\f004';
	font: normal 20px/20px 'FontAwesome';
}

/* VIDEO CONTAINER */

.video-container-wrapper {
	max-width: 822px;
	margin: 0 auto;
}

.video-container {
	position: relative;
	padding-bottom: 55.7%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

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

/* HEADER */

.navbar-fixed-top-wrapper {
	height: 60px;
}

.menu {
	width: 100%;
	background: #444;
	height: 30px;
	line-height: 30px;
	position: relative;
	z-index: 999;
}

.menu .container {
	overflow: hidden;
}

.menu ul {
	position: relative;
	float: left;
	left: 50%;
	margin-bottom: 0;
}

.menu ul li {
	position: relative;
	float: left;
	right: 50%;
}

.menu ul li a {
	font: 10px/30px 'Lato', sans-serif;
	text-decoration: none;
	color: #999;
	text-transform: uppercase;
	height: 30px;
	float: left;
	background: #444;
	padding: 0 25px;
	transition: all .3s ease;
	cursor: pointer;
}

.menu ul li a:hover, .menu ul li a.active {
	color: #fff;
	background: #666;
}

/*submenu*/

.submenu {
	height: 60px;
	background: #212529;
	color: #fff;
}

.submenu .container {
	position: relative;
}

.submenu.large {
	height: 75px;
}

.submenu.large .logo {
	margin-top: 23px;
	margin-bottom: 22px;
}

.submenu.x-large {
	height: 100px;
}

.submenu.x-large .container {
	position: relative;
}

.submenu.x-large .logo {
	margin-top: 27px;
}

.submenu.x-large .logo a {
	width: 335px;
	height: 56px;
}

.submenu.x-large.center .logo {
	float: none;
}

.submenu.x-large.center .logo a {
	margin-left: auto;
	margin-right: auto;
}

.submenu .logo {
	float: left;
	margin-top: 15px;
}

.submenu .logo a {
	display: block;
	width: 180px;
	height: 30px;
	background: url(../img/logo-wpt.svg) 0 0 no-repeat;
	background-size: 100% auto;
	font-size: 0;
	text-indent: -9999px;
}

.submenu h1 {
	float: left;
	margin-left: 25px;
	font-weight: 200;
	font-size: 30px;
	line-height: 75px;
}

.submenu .login-form {
	position: absolute;
	right: 15px;
	padding: 10px 0 0;
	text-align: right;
}

.submenu .login-form>.btn {
	margin-left: 0;
	margin-bottom: 10px;
}

.submenu .login-form>.btn.small {
	margin-top: 5px;
	margin-left: 0;
}

.login-form .login {
	float: right;
}

.signup, .login, .loggedin, .pwrecover {
	display: none;
}

.showIt {
	display: inline-block;
}

.loginField, input.form-control.pwRecoverField {
	display: inline-block;
	width: initial;
}

.loginField:first-child {
	width: 240px;
}

.login-help {
	display: block;
	margin-top: -2.5px;
	text-align: left;
	color: white;
}

.notification-open {
	position: relative;
	width: 26px;
	height: 28px;
	padding: 0;
	margin-top: 10px;
	background: transparent;
}

.notification-open:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 28px;
	color: #fff;
	content: '\f0a2';
	font: normal 24px/20px 'FontAwesome';
}

.notification-open .count {
	position: absolute;
	top: -15px;
	right: -15px;
	display: block;
	min-width: 25px;
	height: 25px;
	padding: 0 2px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 25px;
	border-radius: 14px;
	background-color: #c80813;
}

@media screen and (max-width: 768px) {
	#notifications-wrapper {
		position: absolute;
		left: 12px;
		display: none;
		padding-top: 5px;
	}
}

@media screen and (min-width: 768px) {
	#notifications-wrapper {
		margin-right: 5px;
		display: none;
	}
}

.notifications-dropdown {
	display: inline;
}

.notifications-dropdown .dropdown-toggle {
	background-color: inherit;
	border-width: 0px;
	padding-right: 10px;
}

.notifications-dropdown .fa {
	font-size: 20px;
	top: 5px;
	position: relative;
}

.notifications-dropdown-menu {
	background-color: #353a40;
	border-style: solid;
	margin-top: 12px;
	left: -115px;
	top: 20px;
	border-color: grey;
	border-width: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.notifications-dropdown-menu::before {
	position: absolute;
	top: -11px;
	left: 114px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent gray transparent;
}

.notifications-dropdown-menu::after {
	position: absolute;
	top: -10px;
	left: 114px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #353a40 transparent;
}

.notifications-dropdown-menu li {
	padding: 8px 10px 8px 0;
	width: 260px;
	border-bottom-style: solid;
	border-bottom-color: grey;
	border-bottom-width: 1px;
	line-height: 18px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.notifications-dropdown-menu li a, .notifications-dropdown-menu li a:hover {
	text-decoration: none;
	color: inherit;
	padding: 0px;
	display: inline;
	background-color: inherit;
	font-weight: bold;
}

.notifications-dropdown-menu li .fa {
	top: 0px;
	padding: 3px 12px 0;
}

#notification-badge {
	background-color: #c80813;
	position: relative;
	left: 10px;
	top: -25px;
	padding: 3px 6px;
	display: none;
}

.login-form .popover {
	max-width: 330px;
	width: 330px;
	background-color: #353a40;
	color: #fff;
	border: solid 1px #868e96;
	font: 300 14px 'Source Sans Pro', 'sans-serif' !important;
}

.login-form .popover-content {
	padding: 5px 0;
}

.login-form .popover .arrow {
	border-bottom-color: #868e96;
}

.login-form .popover .arrow:after {
	border-bottom-color: #353a40;
}

.login-form .popover-content li {
	position: relative;
	padding: 7px 20px 7px 50px;
	border-top: 1px solid #868e96;
}

.login-form .popover-content li:before {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 24px;
	height: 24px;
	font: normal 24px/20px 'FontAwesome';
}

.login-form .popover-content .item-episode:before {
	content: '\f144';
}

.login-form .popover-content .item-comment:before {
	content: '\f0e6';
}

.login-form .popover-content .item-answer:before {
	content: '\f059';
}

.login-form .popover-content li:first-child {
	border-top: none;
}

.login-form .popover-content li span {
	display: block;
}

/* FOOTER */

footer {
	background-color: #000;
	padding: 25px 0 0;
	min-height: 60px;
	font-size: 14px;
	color: #fff;
}

footer .footer-item.left {
	float: left;
}

footer .footer-item.right {
	float: right;
}

footer a, footer .footer-item.left a:hover {
	color: #fff;
}

footer .footer-item.left a {
	text-decoration: none;
}

/* page-header */

.page-header {
	background-color: #e9ecef;
	color: #495057;
	padding: 0;
	margin: 0;
	border: none;
}

.page-header .container {
	position: relative;
	padding: 25px 20px;
}

.page-header h2 {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.67;
}

.page-header h4 {
	font-size: 16px;
	font-weight: 300;
}

.toBottom {
	position: absolute;
	bottom: 6px;
}

@media screen and (max-width: 767px) {
	.page-header-logo {
		margin-top: 30px;
		text-align: initial;
	}
}

/* CONTENT-BOXES */

.box_type_blue-squared {
	background: #004d99 url(../img/grid.png);
	color: #fff;
}

.box_type_blue-squared h2 {
	font-weight: 900;
	font-size: 48px;
	line-height: 2;
	color: #f8f9fa;
	text-shadow: 0 4px 0 #212529;
	text-transform: uppercase;
}

.box_type_blue-squared h2.text-header {
	padding: .5em 0;
}

.box_type_blue-squared h3 {
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	padding: 1em 0 .6em;
}

.box_type_blue-squared h4 {
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	padding: 0 0 1.2em;
}

.box_type_blue-squared .text p {
	font-size: 24px;
	line-height: 1.4;
	margin: 0 0 1.5em;
}

.quotes .container {
	position: relative;
}

.quotes .container:before, .quotes .container:after {
	content: '';
	position: absolute;
	width: 70px;
	height: 61px;
	background: url(../img/quote.svg) 0 0 no-repeat;
}

.quotes .container:before {
	top: 0;
	left: 0;
}

.quotes .container:after {
	bottom: 0;
	right: 0;
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}

.box_type_gray {
	padding: 30px 0;
	background: #343a40;
	color: #fff;
}

.box_type_gray h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 2;
	color: #fff;
}

.box_type_gray h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;
}

.box_type_gray h4 {
	font-weight: 400;
	font-size: 30px;
	line-height: 1.2;
	color: #ced4da;
	margin-bottom: 1em;
}

.box_type_gray h5 {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
}

.box_type_gray .cite {
	color: #fff;
}

.box_type_gray.cite cite {
	position: relative;
	display: block;
	padding: 40px 0;
	width: 650px;
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 40px;
}

.box_type_gray.cite cite .image {
	position: absolute;
	top: 0;
	left: 670px;
}

.box_type_white {
	padding: 25px 0;
	background: #fff;
	color: #393939;
}

.box_type_white.text p {
	font-size: 18px;
	margin-bottom: 1.5em;
}

.box_type_white.text p.big {
	font-weight: 900;
}

.box_type_lightgray {
	padding: 25px 0;
	background: #ced4da;
	color: #212529;
}

.box_type_lightgray.cite {
	padding: 70px 0;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.82;
}

.box_type_lightgray.quotes .container:before {
	top: -36px;
}

.box_type_lightgray.quotes .container:after {
	bottom: -36px;
}

.box_type_lightgray.cite cite {
	display: block;
	padding: 0 100px;
	font-style: normal;
}

.box_type_lightgray.cite .author {
	font-weight: 600;
}

/* header-icon */

.header-icon {
	position: relative;
	background: #004d99;
	color: #fff;
	height: 60px;
	font-weight: 700;
	font-size: 30px;
	line-height: 60px;
	text-transform: uppercase;
}

.header-icon:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -125px;
	margin-top: -95px;
	width: 230px;
	height: 230px;
	background: url(../img/pokerman.png) 0 0 no-repeat;
	border: 10px solid #004d99;
	border-radius: 150px;
	box-sizing: content-box;
}

.header-icon .left, .header-icon .right {
	width: 50%;
}

.header-icon .left {
	float: left;
	text-align: right;
	padding-right: 150px;
}

.header-icon .right {
	float: right;
	padding-left: 150px;
}

.header-icon+.box {
	padding-top: 120px;
}

.header-icon.gray {
	background-color: #393939;
}

.header-icon.gray:after {
	background-color: #393939;
	border-color: #393939;
}

.box.before-header-icon {
	padding-bottom: 160px;
}

/* features */

.features .item {
	position: relative;
	width: 25%;
	height: 170px;
	float: left;
	margin-right: 12%;
	margin-bottom: 50px;
	color: #393939;
}

.features .item:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.features .item.icon-expert:before {
	background-image: url(../img/icon-expert.svg);
}

.features .item.icon-episodes:before {
	background-image: url(../img/icon-episodes.svg);
}

.features .item.icon-ask:before {
	background-image: url(../img/icon-ask.svg);
}

.features .item.icon-poker:before {
	background-image: url(../img/icon-poker.svg);
}

.features .item.icon-blueprint:before {
	background-image: url(../img/icon-blueprint.svg);
}

.features .item.icon-win:before {
	background-image: url(../img/icon-win.svg);
}

.features .item .text {
	position: absolute;
	top: 90px;
	width: 100%;
}

.features .item:nth-child(3n+3) {
	margin-right: 0;
}

.features .item h5 {
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 24px;
}

.features .item p {
	font-size: 16px;
	line-height: 1.2;
}

/* header-lightgray */

.header-lightgray {
	background-color: #e9ecef;
	color: #343a40;
	font-size: 24px;
	line-height: 60px;
	font-weight: 600;
}

/* CUSTOM */

.video-under {
	padding: .8em 0 1.2em;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	font-weight: 600;
	line-height: 1.8;
	font-size: 24px;
}

/* tag */

.tag {
	display: inline-block;
	font: 600 12px/1.7 'Source Sans Pro', 'sans-serif';
	text-align: center;
	color: #fff;
	padding: 0 8px;
	background-color: #004d99;
}

.tag.scarlet {
	color: #fff;
	background-color: #c80813;
}

.tag.big {
	line-height: 30px;
	font-size: 16px;
}

/*video-blocks*/

.video-blocks {
	padding: 5px 0 30px;
}

.video-blocks .item.small {
	width: 142.5px;
	height: 132px;
	object-fit: contain;
	opacity: 0.5;
	zoom: 1.5;
}

.video-blocks .item.large {
	width: 179px;
	height: 180px;
	object-fit: contain;
	zoom: 1.5;
}

.blueprint {
	position: relative;
	padding-bottom: 180px;
	padding-right: 450px;
	background: url(../img/blueprint.png) 100% 30px no-repeat;
}

.blueprint:after {
	content: '';
	position: absolute;
	bottom: 40px;
	left: 300px;
	width: 315px;
	height: 46px;
	background: url(../img/blueprint_suits.svg) 0 0 no-repeat;
}

.blueprint .btn:not(:last-of-type) {
	margin-right: 40px;
}

.learnmore-readytowin {
	position: relative;
	width: 914px;
	padding-left: 360px;
	padding-bottom: 80px;
}

.learnmore-readytowin:before {
	content: '';
	position: absolute;
	left: 0;
	width: 280px;
	height: 280px;
	background: url(../img/pokerman-ligthgray.png) 0 0 no-repeat;
}

.learnmore-readytowin p, .learnmore-readytowin-subtitle {
	margin-bottom: 0.5em;
	font-size: 18px;
	line-height: 1.4;
}

.learnmore-readytowin .big {
	font-weight: 900;
	font-size: 24px;
}

.learnmore-readytowin .x-big-thin {
	font-weight: 300;
	font-size: 36px;
}

.learnmore-readytowin-subtitle {
	margin-bottom: 3em;
}

.learnwpt-list {
	margin-bottom: 100px;
}

.learnwpt-list .item {
	padding-bottom: 80px;
	font-size: 22px;
	line-height: 40px;
	min-height: 210px;
	color: #393939;
}

.learnwpt-list .strategy {
	padding-left: 270px;
	background: url(../img/strategy.svg) 0 0 no-repeat;
}

.learnwpt-list .approach {
	padding-right: 270px;
	background: url(../img/approach.svg) 100% 0 no-repeat;
}

.learnwpt-list .item h5 {
	margin-bottom: .5em;
	font-weight: 700;
}

.logo-wpt-black {
	display: block;
	margin: 50px auto 100px;
	font-size: 0;
	text-indent: -9999px;
	width: 394px;
	height: 56px;
	background: url(../img/logo-wpt-black.svg) 0 0 no-repeat;
}

/* progress-bar */

.progress {
	position: relative;
	height: 11px;
	margin: 40px 0 16px;
	background-color: #fff;
	border-radius: 5px;
	overflow: visible;
}

.progress-bar {
	background-color: #004d99;
	line-height: 11px;
}

.progress-bar .sr-only {
	display: inline-block;
	border: 1px solid #004d99;
	border-radius: 13px;
	top: -30px;
	left: 45%;
	height: 24px;
	width: auto;
	padding: 0 10px;
	margin: 0 auto 0 -30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #004d99;
	clip: auto;
}

.progress-striped .progress-bar, .progress-bar-striped {
	background-size: 13px 14px;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/* modal */

.modal-content {
	background-color: #dee2e6;
	-webkit-background-clip: padding-box;
	border: none;
	border-radius: 5px;
}

.modal-content .gto-chart-table {
	margin: .8vw;
}

.modal-content .gto-chart-table ~ .item-title {
	padding: 1vw;
	color: #efeff4;
	font-size: 2vw;
}

.modal-content .gto-chart-table td {
	width: 4vw;
	height: 4vw;
}

.modal-content .gto-chart-table td:after {
	font-size: .8vw;
	bottom: 3px;
}

.modal-header {
	border: none;
	padding: 20px 20px 0;
}

.modal-header h4 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #495057;
}

.modal-body {
	padding: 0 20px 20px;
}

.modal-header .close {
    opacity: 0.6;
    font-size: 38px;
    line-height: 38px;
}

#trainingPackPayouts .modal-header {
    background-color: #004E9A;
    color: white;
    padding: 15px;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

#trainingPackPayouts .modal-title {
    font-size: 21px;
}

#trainingPackPayouts .modal-body, span#payoutsText {
    background-color:  #333333;
    color: white;
}

#trainingPackPayouts .btn-secondary {
    background-color: gray;
    color: white;
}

/* complete_form */

.complete_form .form {
	padding-left: 280px;
	position: relative;
	min-height: 153px;
}

.complete_form .form:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 236px;
	height: 133px;
	background-repeat: round !important;
	border: 10px solid #fff;
	background: url(../3/images/wpt_cash_game_hand.png) 0 0 no-repeat;
	box-sizing: content-box;
}

.complete_form .form p {
	margin-bottom: 1em;
	font-size: 14px;
	font-weight: bold;
	color: #004d99;
}

.complete_form .form .textfield, .complete_form .form .btn {
	margin-bottom: 1em;
	width: 100%;
	height: 40px;
	line-height: 21px;
	border-radius: 5px;
	background-color: #fff;
}

.complete_form .form .textfield {
	border: solid 2px #ced4da;
	padding: 0 10px;
	font-size: 14px;
	color: #004d99;
}

.complete_form .form .btn {
	background-color: #004d99;
	color: #fff;
	font-size: 14px;
	text-transform: none;
}

/* sorting */

.sorting {
	position: absolute;
	right: 20px;
	top: 30px;
}

.sorting h6 {
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	line-height: 35px;
	color: #343a40;
}

.sorting .dropdown {
	float: left;
}

.sorting .dropdown-toggle {
	padding: 0 10px;
	height: 35px;
	min-width: 150px;
	background: transparent;
	border-radius: 5px;
	border: 1px solid #212529;
	color: #343a40;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
}

/*box-episode*/

.box-episode {
	padding-top: 65px;
	padding-bottom: 200px;
}

.box-episode h2 {
	margin-bottom: .5em;
	font-size: 25px;
	line-height: 1;
}

.box-episode h4 {
	font-weight: 900;
	font-size: 20px;
	line-height: 2;
	color: #f8f9fa;
	text-shadow: 0 4px 0 #212529;
	text-transform: uppercase;
	padding-bottom: 1em;
}

.box-episode .video-container-wrapper {
	margin-bottom: 30px;
}

.box-episode .getmore {
	box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.5)!important;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 25px;
}

.episode-list {
	position: absolute;
	left: 360px;
	width: 54%;
	text-align: center;
}

.episode-list ul, .episode-list li, .episode-list li a {
	display: inline-block;
}

.episode-list li a {
	padding: 30px 15px 0;
	height: 100px;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	color: #c20012;
}

.episode-list li a b {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.episode-list li a:hover, .episode-list li.current a {
	background-color: #000;
}

.episode-list li a:hover {
	text-decoration: none;
}

/* live-promo */

.live-promo {
	padding: 50px 0;
	background: #e9ecef;
	color: #393939;
}

.live-promo .col:first-child {
	padding-right: 50px !important;
}

.live-promo .col:nth-child(2) {
	padding-left: 10px !important;
}

.live-promo .col h5 {
	margin-bottom: 8px;
	font-size: 16px;
	color: #004d99;
}

.live-promo .col h4 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #004d99;
}

.live-promo .col h3 {
	margin-bottom: 26px;
	font-weight: 700;
	font-size: 36px;
	color: #004d99;
}

.live-promo .col p {
	line-height: 1.6;
	font-size: 20px;
	font-weight: 300;
}

.live-promo-signup {
	position: relative;
	display: inline-block;
	background: #fff;
	border-radius: 10px;
	clear: both;
	margin-top: 50px;
	padding: 20px 20px 20px 130px;
	min-height: 130px;
	color: #004d99;
	text-align: left;
	cursor: pointer;
}

.live-promo-signup .fa-calendar {
	position: absolute;
	top: 18px;
	left: 25px;
	font-size: 95px;
}

.live-promo-signup h4 {
	margin: 10px 0;
	font-weight: 700;
	font-size: 37px;
}

.live-promo-signup p {
	font-weight: 700;
	font-size: 20px;
}

/* EPISODE LISTING PAGE start
-----------------------------------------------------*/

/*episode-menu*/

.episode-menu {
	float: left;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.episode-menu-title {
	display: none;
}

.episode-menu ul {
	margin-bottom: 0;
}

.episode-menu li {
	float: left;
	margin: 0 0 0 2.0em;
}

.episode-menu li a {
	font-size: 16px;
	line-height: 2em;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none !important;
}

.episode-menu .current {
	border-bottom: 1px solid #fff;
}

.submenu-toggle {
	width: 24px;
	height: 20px;
	position: relative;
	margin: 20px 20px 0 0;
	padding: 0;
	float: left;
	border: none;
}

.submenu-toggle:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f0c9';
	font: normal 24px/20px 'FontAwesome';
}

.navbar-collapse.collapsing {
	display: none;
}

#bs-navbar {
	max-height: 616px;
}

#myaccount-mobile {
	display: none;
	background-color: #000;
}

.navbar-collapse.in {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	background: #000;
	margin: 0;
	padding: 0 0 100px;
	z-index: 9999;
	overflow: visible;
}

.navbar-collapse.in .episode-menu-title {
	display: block;
	float: none;
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	padding: 15px 25px;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	color: white;
}

.navbar-collapse.in .episode-menu-title:after {
	position: absolute;
	top: 15px;
	right: 25px;
	content: '\f00d';
	font: normal 24px/20px 'FontAwesome';
}

.episode-menu.navbar-collapse.in .container {
	padding: 0;
}

.episode-menu.navbar-collapse.in li {
	float: none;
	margin: 0;
	border-bottom: 1px solid #3f4245;
}

.episode-menu.navbar-collapse.in li.current {
	background-color: #3f4245;
	border-bottom-color: #3f4245;
}

.episode-menu.navbar-collapse.in li a {
	display: block;
	padding: 15px 25px;
	text-transform: none;
}

/* episodes-filters */

.episodes-filters {
	background-color: #004d99;
	color: #fff;
}
.episodes-filters-theme-orange {
	background-color: #e8490d;
}

.episodes-filters .container {
	position: relative;
	padding: 20px 20px 15px;
}

.episodes-filters h5 {
	margin: 0 0 28px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.episodes-filters h5:before {
	content: '\f1de';
	font: normal 18px 'FontAwesome';
	margin-right: 1em;
}

.episodes-filters .clear {
	position: absolute;
	right: 20px;
	top: 20px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}

.episodes-filters .clear i {
	margin-left: .3em;
	font: normal 18px 'FontAwesome';
}

.filters-list .filter {
	margin: 0 10px 20px 0;
	border: 1px solid #fff;
	border-radius: 20px;
	background: transparent;
	height: 30px;
	line-height: 28px;
	padding: 0 15px;
	font-size: 16px;
	cursor: pointer;
	outline: none !important;
	box-shadow: none !important;
	text-align: center;
	font-weight: 600;
}

.filters-list .filter.active {
	color: #004d99;
	background: #fff;
}

.aap .filter.btn.active {
	background-color: #1862ab;
	color: #f8f9fa;
	font-size: 16px;
	float: left;
}

.aap a.filter.btn {
	background-color: white;
	color: #004d99;
	font-size: 16px;
	border-color: #004d99;
	float: left;
}

.aap h5 {
	margin: 0 0 28px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	float: left;
	padding-right: 20px;
	padding-top: 5px
}

.aap h5:before {
	content: '\f1de';
	font: normal 18px 'FontAwesome';
	margin-right: 1em;
}

.aap .filters {
	position: absolute;
	top: 0;
	margin-top: 20px;
}

/* episodes-listing */

.episodes-listing {
	background-color: #e9ecef;
	color: #495057;
}

.episodes-listing .container {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
}

.episodes-listing .container:before, .episodes-listing .container:after {
	display: none;
}

.episodes-listing .container .row {
	flex-basis: 100%;
}

.episodes-listing .item {
	position: relative;
	float: left;
	padding: 13% 10px 10px;
	width: 23%;
	margin: 0 1% 2%;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 1140px) {
	.episodes-listing .item {
		width: 31%;
		padding-top: 18%;
	}
}
@media (min-width: 1140px) {
	.episodes-search .episodes-listing .item {
		width: 31%;
		padding-top: 18%;
	}
}

.episodes-search .clickUnlockNo {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	margin-top: -20px;
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 860px) {
	.episodes-listing .item {
		width: 48%;
		padding-top: 27%;
	}
}

@media (max-width: 580px) {
	.episodes-listing .item {
		width: 100%;
		padding-top: 57%;
	}
}

.episodes-listing .item .preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	cursor: pointer;
}

.episodes-listing .item .num {
	margin-top: 5px;
	float: right;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.43;
	text-align: right;
	color: #004d99;
}

.episodes-listing .item h5 {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.5;
	color: #393939;
}

.episodes-listing .item h6 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: #393939;
}

.episodes-listing .item .play {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: #cf0007;
}

.episodes-listing .item .fav:before {
	position: absolute;
	content: '\f006';
	right: 10px;
	bottom: 30px;
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
	font: 14px 'FontAwesome';
	color: #f08c00;
}

.episodes-listing .item .fav.added:before {
	content: '\f005';
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	color: #f08c00;
}

.three-dots-box {
	position: absolute;
	right: 10px;
	bottom: 5px;
	width: 25px;
	height: 27px;
	display: block;
	cursor: pointer;
}

.three-dots-box:hover .three-dots {
	opacity: 0.5;
}

.three-dots {
	display: inline-block;
	position: absolute;
	top: 11px;
	right: 8px;
	width: 4px;
	height: 4px;
	background: #888;
	border-radius: 50%;
	transition: all 0.3s;
}

.three-dots::before, .three-dots::after {
	position: absolute;
	content: "";
	top: -6px;
	right: 0;
	width: 4px;
	height: 4px;
	background: #888;
	border-radius: 50%;
}

.three-dots::after {
	top: 6px;
}

.three-dots-menu {
	position: absolute;
	top: 33px;
	right: -10px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	overflow: hidden;
	z-index: 10;
	height: 0;
	transition: all 0.3s;
}

.three-dots-menu.visible {
	height: 105px;
}

.three-dots-menu a {
	display: block;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #393939;
	min-width: 100px;
}

.three-dots-menu a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	;
}

.three-dots-menu a:last-child {
	border-bottom: 1px solid transparent;
	color: #cf0007;
}

/* EPISODE LISTING PAGE end
-----------------------------------------------------*/

/* EVENT PAGE start
-----------------------------------------------------*/

@media screen and (min-width: 701px) {
	.page_event .navbar-fixed-top-wrapper {
		height: 60px;
	}
}

.page_event .btn.blue, .event-box.blue {
	background-color: #004d99;
}

/* counter */

.counter {
	height: 50px;
	padding: 16px 0 0;
	float: right;
}

.counter .title, .counter .list, .counter .btn {
	float: left;
}

.counter .title {
	width: 130px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	text-align: right;
	margin-top: 5px;
}

.counter .list .item {
	float: left;
	margin-left: 10px;
	background-color: rgba(255, 255, 255, 0.25);
	width: 47px;
	height: 47px;
	border-radius: 10px;
	text-align: center;
}

.counter .btn {
	margin-left: 15px;
}

.counter .list .item .days {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
}

.counter .list .item .duration {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

/*event-header*/

.event-header {
	padding-top: 110px;
	min-height: 426px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.event-header .container {
	position: relative;
	width: 550px;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.8);
	margin-left: 45%;
}

.event-header h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 1em;
}

.event-header h2 .weak {
	font-weight: 300;
}

.event-header .place {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
}

.event-header .date {
	font-weight: 300;
	font-size: 24px;
	line-height: 1.3;
}

.event-header .btn:not(.get-access-button) {
	position: absolute;
	right: 40px;
	bottom: 23px;
}

.event-header .get-access {
	position: absolute;
	right: 40px;
	bottom: 23px;
	text-align: center;
}

.event-header .get-access p {
	margin-top: 3px;
	font-style: italic;
	font-size: 15px;
}

.event-header .btn{
	font-size: 24px;
}

/* content */

.event-box {
	padding: 25px 0 85px;
	color: #343a40;
	font-size: 16px;
	overflow-wrap: break-word;
}

.event-box.gray {
	background: #e9ecef;
}

.event-box.charcoal {
	background: #343a40;
	color: #fff;
}

.event-box.blue {
	color: #fff;
}

.event-box h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 36px;
	font-weight: 700;
}

.event-box .columns h2 {
	margin-top: 0;
}

.event-box h3 {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 400;
}

.event-box h4 {
	margin-top: 10px;
	color: #cfd4da;
	font-size: 24px;
	font-weight: 700;
}

.event-box h5 {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 400;
}

.event-box .subtitle-small {
	font-size: 24px;
	margin-bottom: 1.5em;
}

.event-box .subtitle {
	font-size: 30px;
	margin-bottom: 1.5em;
	line-height: 1.2;
}

.event-box p, .event-box li {
	margin-bottom: 1em;
	line-height: 1.3;
}

.event-box ul {
	padding-top: .5em;
	margin-bottom: 1em;
}

.event-box ul li {
	padding-left: 28px;
	position: relative;
}

.event-box ul li:last-child {
	margin-bottom: 0;
}

.event-box ul li:before {
	content: '\2714';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	color: #004d99;
	font-size: 16px;
	font-weight: 900;
}

.event-box.charcoal ul li:before {
	color: #fcc419;
}

.event-box b {
	font-weight: 700;
}

.event-box small {
	font-size: 14px;
}

.event-box .big {
	font-size: 24px;
	/*line-height: 1.5;*/
}

/*columns*/

.event-box .columns>.left, .event-box .columns>.right {
	width: 48%;
	margin-bottom: 1em;
}

.event-box .columns>.right {
	float: right;
	margin-left: 2%;
}

.event-box .columns>.left {
	float: left;
	margin-right: 2%;
}

/*schedule*/

.schedule-item {
	position: relative;
	margin-bottom: 30px;
	padding: 34px;
	border-top-right-radius: 125px;
	background-color: #e9ecef;
}

.schedule-item .left {
	padding-right: 270px;
}

.schedule-item .time {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.25;
	color: #353a40;
}

.schedule-item .approach {
	float: left;
	margin-bottom: 20px;
	text-transform: none;
	font-size: 16px;
}

.event-box .schedule-item h4 {
	margin-bottom: .6em;
	font-size: 24px;
	font-weight: 900;
	color: #353a40;
}

.schedule-item .face {
	position: absolute;
	right: 10px;
	top: 10px;
}

/*testimonials*/

.event-box.quotes .container {
	padding: 0 100px;
}

.testimonials .item {
	display: table;
	padding-bottom: 50px;
	font-size: 22px;
	font-weight: 300;
}

.testimonials .item:last-child {
	padding-bottom: 0;
}

.testimonials .item .face {
	display: table-cell;
	width: 160px;
	padding-right: 30px;
	vertical-align: middle;
}

.testimonials .item .item-content {
	display: table-cell;
	vertical-align: middle;
}

.testimonials cite {
	font-style: normal;
}

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

/*instructors*/

.instructors {
	padding: 25px 0 50px;
	font-size: 16px;
}

.instructors p {
	line-height: 1.5;
}

.instructors .columns>.left {
	border-radius: 10px;
	padding: 30px 45px 10px;
	background-color: #f1f3f5;
}

.instructors .image {
	display: block;
	margin-bottom: 15px;
}

.event-box.instructors .columns h2 {
	margin: 15px 0 25px;
	font-size: 30px;
}

.black-squared {
	background: #000 url(../img/bg_black-squared.gif) 0 0 repeat;
	color: #fff;
}

.event-box-price h2 {
	font-size: 48px;
	margin: 10px 0 40px;
}

.event-box-price h3 {
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 34px;
}

.event-box-price .register {
	margin-bottom: 38px;
}

.event-box-price .payments a {
	display: inline-block;
	margin: 0 10px 38px;
}

.event-box-price p {
	font-size: 16px;
}

.event-box-details h3 {
	margin-top: 0;
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: 300;
}

.event-box-details .columns>.right {
	margin-left: 2%;
	max-width: 550px;
	float: left;
}

.details-list {
	font-size: 20px;
	color: #212529;
	line-height: 1.5;
}

.event-box-details .details-list li {
	padding-left: 75px;
	margin-bottom: 36px;
}

.event-box-details .details-list li:before {
	content: '';
	width: 50px;
	height: 50px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.event-box-details .details-list li.location:before {
	background-image: url(../img/ico_location.gif);
}

.event-box-details .details-list li.dates:before {
	background-image: url(../img/ico_dates.gif);
}

.event-box-details .details-list li.tickets:before {
	background-image: url(../img/ico_ticket.gif);
}

.event-box-details .details-list li.times:before {
	background-image: url(../img/ico_time.gif);
}

.event-box-details .details-list li b {
	display: block;
	margin-bottom: .8em;
}

.event-box-faq {
	margin: 70px 0 50px;
	color: #343a40;
}

.event-box-faq a {
	color: #343a40;
	text-decoration: underline;
}

.event-box-faq .columns .left {
	padding-bottom: 1em;
	background-color: #e9ecef;
}

.event-box-faq .left h3 {
	margin: 10px 15px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
}

.event-box-faq .left p {
	margin: 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.33;
}

.faq-list .item {
	margin-top: -1px;
	padding: 40px 0;
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
}

.faq-list .item.checked:before {
	content: '\f00c';
	float: right;
	margin: -7px 0 0;
	width: 30px;
	height: 30px;
	font: normal 30px/30px 'FontAwesome';
	color: #004d99;
}

.faq-list .item.mam:before {
	content: '\f11e';
	float: right;
	margin: -7px 0 0;
	width: 30px;
	height: 30px;
	font: normal 30px/30px 'FontAwesome';
	color: orange;
}

.askpro-questions h3 {
	text-align: center;
	margin: 10px 15px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
}

.askpro-questions p {
	margin: 0 15px 1em;
	font-size: 16px;
	line-height: 1.5;
	color: #343a40;
	padding-bottom: 6px;
}

.QA span {
	font-size: 16px;
}

.askpro-questions p.readmoreAction {
	margin: 0 0 1em;
}

.askpro-questions p.big {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.33;
}

.mh_thumb {
	float: left;
	padding-right: 12px;
}

.faq-list .item .q {
	font-size: 24px;
	margin-bottom: 18px;
	margin-right: 40px;
}

.faq-list .item .a {
	font-size: 16px;
	line-height: 1.5;
}

.faq-list .btn {
	margin-right: 10px;
	background: #1862ab;
	border: solid 1px #004d99;
	color: #f8f9fa;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 20px;
}

.faq-list .btn.noborder {
	border: 1px solid transparent;
}

.faq-list .btn .count {
	margin-left: 5px;
}

.faq-list .date {
	font-size: 14px;
	font-weight: 600;
	line-height: 2;
	color: #868e96;
}

/* savings-bar */

.savings-bar {
	color: #fff;
	min-height: 75px;
}

.savings-bar a {
	color: #fff;
	text-decoration: underline;
}

.savings-bar h3 {
	font-size: 48px;
	line-height: 75px;
	font-weight: 700;
}

.savings-bar h4 {
	margin-top: 7px;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
}

.savings-bar h5 {
	margin: 25px 0;
	font-size: 18px;
	font-weight: 300;
}

.savings-bar .btn {
	margin: 12px 0;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
}

.savings-bar.type1 {
	background-color: #4e0862;
}

.savings-bar.type1 .btn {
	color: #4f0862;
}

.savings-bar.type2 {
	background-color: #004d99;
}

.savings-bar.type2 .btn {
	color: #004d99;
}

.savings-bar.type3 {
	background-color: #077452;
}

.savings-bar.type3 .btn {
	color: #077452;
}

.savings-bar.type3 h3 {
	margin-top: 10px;
	font-size: 36px;
	line-height: 30px;
}

.savings-bar.type3 h3 span {
	display: block;
	font-size: 20px;
}

/* become-a-member */

.become-a-member {
	max-width: 750px;
	margin: 40px auto;
}

.become-a-member h3 {
	margin: 0 0 25px;
	font-size: 30px;
	text-transform: uppercase;
}

.become-a-member .member-box {
	width: 92%;
	padding: 10px;
	margin: 0 auto 30px;
	font-size: 18px;
	line-height: 27px;
}

.member-box a {
	color: white;
	font-weight: 600;
}

.become-a-member .member-box b {
	font-size: 24px;
}

.become-a-member .member-box.type1 {
	background-color: #4e0862;
}

.become-a-member .member-box.type2 {
	background-color: #004d99;
}

/* EVENT PAGE end
-----------------------------------------------------*/

/* LIVE EVENTS PAGE start
-----------------------------------------------------*/

.live-events-intro, .live-events-shedule .item .col.availability .btn.blue {
	background-color: #004d99;
}

.live-events-shedule .item .col .tag {
	border-radius: 10px;
}

.live-events-intro {
	padding: 43px 0;
	color: #fff;
	text-align: center;
}

.live-events-intro p {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
}

.live-events-shedule {
	background: #e9ecef;
	padding-bottom: 85px;
}

.live-events-shedule h1 {
	margin-top: 50px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1.67;
	color: #004d99;
}

.live-events-shedule .item {
	border-radius: 25px;
	background-color: #fff;
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.33;
}

.live-events-shedule .item .col {
	float: left;
	padding-left: 45px;
	padding-bottom: 15px;
}

.live-events-shedule .item .col h4 {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.33;
	padding: 28px 5px 13px 0;
}

.live-events-shedule .item .col.name {
	width: 45%;
	min-height: 150px;
}

.live-events-shedule .item .col.place {
	width: 20%;
}

.live-events-shedule .item .col.time {
	width: 17%;
}

.live-events-shedule .item .col.availability {
	width: 15%;
	min-width: 175px;
}

.live-events-shedule .item .col .tag.color1 {
	background-color: #077452;
}

.live-events-shedule .item .col.availability .btn {
	width: 100%;
	font-size: 16px;
}

.live-events-show {
	background: #343a40;
	padding-top: 50px;
	padding-bottom: 80px;
	color: #fff;
	font-size: 24px;
	line-height: 1.5;
}

.live-events-show h2 {
	margin-bottom: 60px;
	font-size: 30px;
	text-align: center;
}

.live-events-show h2 b {
	font-weight: bold;
	font-size: 36px;
}

.live-events-show h3 {
	margin-bottom: 18px;
	font-size: 36px;
	font-weight: bold;
}

.live-events-show .col-md-6:first-child {
	padding-right: 30px!important;
}

/* LIVE EVENTS PAGE end
-----------------------------------------------------*/

/* PACKAGE PAGE start
-----------------------------------------------------*/

.membership-packages {
	padding: 25px 0 50px;
	background-color: #e9ecef;
}

.membership-packages h6 {
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #353a40;
}

.event-select {
	width: 366px;
	margin: 0 auto 60px;
}

div.event-select li {
	width: 366px;
}

div.event-select hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.event-select .dropdown-toggle {
	min-width: 366px;
	width: auto;
	white-space: nowrap;
	padding: 0 20px;
	height: 42px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #e0e7ee;
	font: 24px/42px 'Source Sans Pro';
	text-align: center;
	color: #353a40;
}

.packages {
	display: flex;
	justify-content: center;
}

.package {
	padding: 55px 0;
	position: relative;
	margin: 0 15px;
	max-width: 360px;
	text-align: center;
}

.package .best-value {
	position: absolute;
	right: -30px;
	top: 77px;
	width: 135px;
	text-align: left;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
	border-bottom: 29px solid #c80813;
	border-left: 29px solid transparent;
	border-right: 29px solid transparent;
}

.package .best-value b {
	position: absolute;
	z-index: 1;
	font-size: 14px;
	line-height: 2.14;
	color: #fff;
}

.package .package-header {
	border-radius: 10px 10px 0 0;
	padding: 60px 50px 25px;
	background-color: #fff;
}

.package .package-header h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}

.package .package-header h5 {
	margin-top: -7px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.6;
	color: #282c31;
}

.package .package-header .image {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
}

.package .package-header .image img {
	width: 100px;
	border: solid 4px #e9ecef;
	border-radius: 50%;
}

.package .package-features {
	padding: 0 50px;
	margin: 0;
	font-size: 20px;
	font-weight: 300;
	background-color: #fff;
}

.package .package-features li {
	padding: 15px 0;
	line-height: 30px;
	border-top: solid 1px #ced4da;
}

.package .package-footer {
	padding: 25px 50px;
	color: #fff;
	border-radius: 0 0 10px 10px;
}

.package .discount {
	margin-bottom: 25px;
	white-space: nowrap;
}

.package .discount .oldprice {
	font-size: 24px;
	font-weight: bold;
	line-height: 0.83;
	text-decoration: line-through;
}

.package .discount .savings {
	display: inline-block;
	margin-left: 7px;
	padding: 3px 5px;
	border-radius: 5px;
	background-color: #c80813;
	font-size: 14px;
	line-height: 0.86;
}

.package .price {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	line-height: 0.67;
	white-space: nowrap;
}

.package .price .per {
	display: inline-block;
	margin-left: 7px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 0.86;
}

.package .submit-package {
	margin-bottom: 15px;
}

.package .note {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.43;
	color: #cfd4da;
}

.package.first .package-header h4, .package.first .package-features, .package.first .submit-package {
	color: #053987;
}

.package.first .package-footer {
	background-color: #004d99;
}

.package.second .package-header h4, .package.second .package-features, .package.second .submit-package {
	color: #4e0862;
}

.package.second .package-footer {
	background-color: #4e0862;
}

/* PACKAGE PAGE end
-----------------------------------------------------*/

/* MY ACCOUNT PAGE start
-----------------------------------------------------*/

/* account-header-header */

.account-header {
	margin-bottom: 20px;
	background-color: #f8f9fa;
	color: #353a40;
	border-bottom: 2px solid #e9ecef;
}

.account-header .container {
	position: relative;
	padding: 35px 20px 0;
}

.account-header h2 {
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
	line-height: 2em;
	border-bottom: 4px solid #004d99;
}

.account-item {
	border-bottom: 1px dotted #B1B2B3;
	padding: 15px 0 20px 0;
	font-size: 16px;
}

.account-item h4 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 400;
	color: #004d99;
}

.account-item h5, .account-item .myaccount-info-form label {
	margin-bottom: 17px;
	font-size: 16px;
	font-weight: 400;
	color: #353a40;
	text-transform: uppercase;
}

.account-item .data {
	font-size: 20px;
	font-weight: 300;
	margin: 30px 0 10px;
}

.account-item p {
	margin: 0 0 1em;
}

.account-item .group {
	margin-right: 50px;
	vertical-align: top;
}

.account-item .change-link {
	line-height: 40px;
}

.account-item .current-plan {
	margin: 0 0 25px;
	font-size: 20px;
	font-weight: 600;
	color: #22b8cf;
}

.myaccount-info-form {
	margin-bottom: -20px;
}

.myaccount-info-form label {
	display: block;
}

.myaccount-info-form .form-group {
	margin-right: 30px;
	/*margin-bottom:20px !important;*/
	vertical-align: top;
}

.myaccount-info-form .form-control {
	border: none;
	background-color: #f1f3f5;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
	height: 40px;
	color: #353a40;
}

.rate-plans {
	margin-top: -1px;
	background-color: #f8f9fa;
}

.rate-plans .container {
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
	text-align: center;
}

.rate-plan {
	display: inline-block;
	border-style: solid;
	border-width: 10px;
	margin: 0 5px 40px;
	width: 260px;
}

.rate-plan .plan-header {
	padding: 25px 0 0;
	color: #fff;
}

.rate-plan .plan-header h4 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 400;
}

.rate-plan .plan-header .price {
	font-size: 72px;
	font-weight: 300;
	line-height: 75px;
}

.rate-plan .plan-header .price .cur {
	font-size: 36px;
	vertical-align: top;
}

.rate-plan .plan-header .per {
	padding-bottom: 40px;
	font-size: 16px;
	font-weight: 600;
}

.rate-plan .plan-features {
	font-size: 20px;
	font-weight: 300;
}

.rate-plan .plan-features li {
	padding: 20px 0;
	border-top: solid 1px #ced4da;
}

.rate-plan .plan-features li:first-child {
	border-top: none;
}

.rate-plan .submit-plan {
	margin-bottom: 45px;
	color: #fff !important;
	max-width: 230px;
	font-size: 16px;
	font-weight: 600;
}

.rate-plan.first.selectedPlan {
	border-color: rgba(7, 116, 82, 0.5);
}

.rate-plan.first {
	border-color: rgba(7, 116, 82, 0.05);
}

.rate-plan.first .plan-header, .rate-plan.first .submit-plan {
	/*background-color: #077452;*/
	background-image: linear-gradient(to bottom right, #077452, #41A886);
}

.rate-plan.second.selectedPlan {
	border-color: rgba(0, 77, 153, 0.5);
}

.rate-plan.second {
	border-color: rgba(0, 77, 153, 0.05);
}

.rate-plan.second .plan-header, .rate-plan.second .submit-plan {
	/*background-color: #004d99;*/
	background-image: linear-gradient(to bottom right, darkgray, lightgray)
}

.rate-plan.third.selectedPlan {
	border-color: rgba(218, 165, 32, 0.5);
	/*background-image: linear-gradient(to bottom right, rgba(218, 165, 32, 0.5), rgba(238, 232, 170, 0.5));*/
}

.rate-plan.third {
	/*background-image: linear-gradient(to bottom right, goldenrod, palegoldenrod);*/
	border-color: rgba(238, 232, 170, 0.4);
}

.rate-plan.third .plan-header, .rate-plan.third .submit-plan {
	/*background-color: #4e0862;*/
	background-image: linear-gradient(to bottom right, goldenrod, palegoldenrod);
}

.rate-plan.fourth {
	border-color: rgba(78, 7, 97, 0.05);
}

.rate-plan.fourth .plan-header, .rate-plan.fourth .submit-plan {
	/*background-color: #4e0862;*/
	background-image: linear-gradient(to bottom right, gray, darkgray);
}

.rate-plan.fourth.selectedPlan {
	border-color: darkgrey;
	/*background-image: linear-gradient(to bottom right, rgba(218, 165, 32, 0.5), rgba(238, 232, 170, 0.5));*/
}

/* MY ACCOUNT PAGE end
-----------------------------------------------------*/

/* ASK A PRO page start
-----------------------------------------------------*/

.askpro-intro .side {
	height: 260px;
	padding: 50px 0 0;
	text-align: center;
}

.askpro-intro .side.first {
	background-color: #004d99;
	color: #fff;
}

.askpro-intro .side.second {
	background-color: #ced4da;
	color: #393939;
}

.askpro-intro .side h4 {
	margin: 0 0 30px;
	font-size: 30px;
	font-weight: 300;
	line-height: 41px;
}

.askpro-intro .side h4:before {
	content: '';
	display: inline-block;
	margin: 0 10px -10px 0;
	height: 41px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.askpro-intro .side.first h4:before {
	width: 45px;
	background-image: url(../img/icon-help.svg);
}

.askpro-intro .side.second h4:before {
	width: 60px;
	background-image: url(../img/icon-question.svg);
}

.askpro-intro .side>.questions {
	text-decoration: none !important;
	border: 0;
	outline: none !important;
	box-shadow: none !important;
	background: #fff;
	color: #004d99;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	border-radius: 30px;
	display: block;
	margin: 0 auto 26px;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	width: 50%;
	cursor: auto;
	text-align: left;
}

.selectize-input {
	vertical-align: baseline!important;
}

.selectize-control.multi .selectize-input>div {
	margin: 0!important;
	padding: 0!important;
	background: #fff!important;
}

.askpro-intro .item input.btn {
	cursor: auto;
	text-align: left;
}

.askpro-intro .upload {
	border: none;
	background: transparent;
	display: block;
	margin: 12px auto;
	font-size: 12px;
	font-weight: 600;
	color: #495057;
}

.askpro-intro .upload:before {
	content: '\f093';
	display: inline-block;
	margin-right: 7px;
	width: 17px;
	height: 14px;
	font: 14px/14px 'FontAwesome';
}

.askpro-questions .container {
	position: relative;
	padding-top: 90px;
}

.askpro-questions .columns {
	margin: 0 0 50px;
	color: #343a40;
}

.askpro-questions .columns .right {
	background-color: #e9ecef;
}

.askpro-questions .faq-list .item {
	padding-bottom: 25px;
}

.askpro-questions .faq-list .a {
	margin-bottom: 20px;
}

.selectize-input {
	border: 0!important;
	line-height: 60px!important;
	padding: 0 !important;
	white-space: nowrap;
}

.selectize-input.focus {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: none!important;
}

.selectize-control.multi .selectize-input.has-items {
	padding: 0 !important;
}

.selectize-dropdown-content {
	line-height: 20px!important;
}

.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
	padding: 10px 12px!important;
}

.readmoreAction {
	justify-content: flex-end;
	display: flex;
	align-items: flex-end;
	width: 100%;
}

.askpro-questions .readmore p {
	margin-left: 0;
	margin-right: 0;
}

/* ASK A PRO page end
-----------------------------------------------------*/

/* My Hands page start
-----------------------------------------------------*/
.my-hands .sub-header {
	text-align: center;
	font-size: 36px;
	background: #004d99;
	color: #fff;
	padding: 23px 10px;
}

.sub-header__content {
	position: relative;
	display: inline-block;
}

.my-hands {
	background-color: #353a40;
	margin-bottom: 30px;  /* Add spacing before filters section */
}

.my-hands .sub-header h2 {
	font-weight: 700;
}

.my-hands .sub-header span {
	font-weight: normal;
}

.my-hands .side.first {
	background-color: #353a40;
	padding-top: 20px;  /* Reduce from default 50px */
}

.my-hands .side.first h4::before {
	background-image: none;
	width: 0;
}

.my-hands .side.first .btn.big {
	position: relative;
	font-size: 18px;
	min-width: 320px;
	transition: all 0.3s;
}

.my-hands .side.first .btn.big:hover {
	transform: scale(1.05);
	box-shadow: 5px 5px 10px #000 !important;
}

.my-hands .side.second {
	background-color: #353a40;
	position: relative;
	padding: 0;
}

.my-hands .side.second .box {
	cursor: pointer;
	max-width: 460px;
	height: 260px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
}

.my-hands .side.second img.side-bg {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 550px;
	height: 260px;
	transition: all 0.3s;
}

.my-hands .side.second img.play-btn {
	position: relative;
	z-index: 10;
	width: 55px;
	margin-top: 20px;
	transition: all 0.3s;
}

.my-hands .side.second .box::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.my-hands .side.second:hover img.side-bg {
	transform: scale(1.1);
}

.my-hands .side.second:hover img.play-btn {
	opacity: 0.6;
}

.my-hands .side.second h3 {
	position: relative;
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	padding-top: 75px;
	z-index: 10;
}
/* My Hands page end
-----------------------------------------------------*/

/* PPUS page start
-----------------------------------------------------*/
.ppus.content-theme-dark {
	padding-top: 57px;
	padding-bottom: 57px;
}
.ppus .preview {
	position: relative;
}
.ppus .preview:after {
	position: absolute;
	content: "";
	top: 0;
}
.ppus .ppus-intro h2 {
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
}
.ppus .ppus-intro p {
	margin-top: 1em;
	font-weight: 300;
	font-size: 30px;
	line-height: 1.2;
}
.ppus .ppus-intro .btn {
	margin-top: 2em;
	border-radius: 26px;
	font-size: 18px;
	font-weight: bold;
}
.ppus .ppus-intro-gap {
	height: 50px;
}
.ppus .ppus-party-poker-logotypes {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ppus .ppus-party-poker-logotypes img {
	margin-top: 40px;
}
.ppus .ppus-party-poker-logotypes img:nth-child(2){
	margin-right: 20px;
	margin-left: 20px;
}
@media screen and (max-width: 620px) {
	.ppus .ppus-party-poker-logotypes {
		flex-direction: column;
	}
}
/* PPUS page end
-----------------------------------------------------*/

.cards_2icons {
	display: none;
}

@media (min-width: 768px) {
	.cards_2icons {
		position: relative;
		display: inline-block;
	}
	.cards_2icons.h2-left {
		position: absolute;
		top: 3px;
		left: -66px;
	}
	.cards_2icons.h2-right {
		position: absolute;
		top: -4px;
		right: -64px;
	}
	.Rectangle-4 {
		width: 22px;
		height: 28px;
		transform: rotate(-10deg);
		border-radius: 1.5px;
		border: solid 0.8px #ffffff;
		z-index: 10;
		position: relative;
	}
	.Rectangle-5 {
		width: 22px;
		height: 28px;
		transform: rotate(12deg);
		border-radius: 1.5px;
		border: solid 0.8px #ffffff;
		position: relative;
		left: 14px;
		bottom: 22px
	}
	.sub-header__content .Rectangle-4, .sub-header__content .Rectangle-5 {
		background-color: #004d99;
	}
	.cards_2icons.h2-right .Rectangle-4 {
		transform: rotate(10deg);
		left: 12px;
		bottom: -6px;
	}
	.cards_2icons.h2-right .Rectangle-5 {
		transform: rotate(-10deg);
		left: -2px;
		bottom: 16px;
	}
	/*red button*/
	.my-hands .side.first .btn.big .cards_2icons {
		background: #c80813;
		position: absolute;
		top: 17px;
		right: 55px;
	}
	.my-hands .side.first .btn.big .cards_2icons .Rectangle-4 {
		width: 14px;
		height: 18px;
	}
	.my-hands .side.first .btn.big .cards_2icons .Rectangle-5 {
		width: 14px;
		height: 18px;
		left: 9px;
		bottom: 11px;
	}
}

/* SQUEEZE page start
-----------------------------------------------------*/

.box.squeeze {
	padding-top: 120px;
	padding-bottom: 150px;
}

.box.squeeze .container {
	background-color: rgba(0, 0, 0, 0.5);
	max-width: 750px;
	color: #fff;
	padding-bottom: 50px;
}

.box.squeeze h2 {
	margin: 0 0 30px;
	font-size: 48px;
	font-weight: 900;
	line-height: 2;
	text-align: center;
	color: #f8f9fa;
	text-shadow: 0 2px 0 #212529;
}

.box.squeeze h4 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	text-transform: none;
}

.box.squeeze .text {
	margin-bottom: 80px;
}

.box.squeeze .text p {
	font-size: 18px;
	line-height: 1.67;
}

.box.squeeze .image, .box.squeeze .image-info {
	text-align: center;
}

.box.squeeze .image img {
	border-radius: 120px;
}

.box.squeeze .image-info {
	margin: 20px 0;
	font-size: 16px;
	line-height: 1.25;
}

.box.squeeze .btn {
	font-size: 30px;
	font-weight: normal;
	line-height: 2;
	letter-spacing: -0.5px;
}

/* SQUEEZE page end
-----------------------------------------------------*/

/* INSTRUCTORS PAGE start
-----------------------------------------------------*/

.instructors-intro, .instructors-list .col2 .tag {
	background-color: #004d99;
}

.instructors-intro {
	color: #fff;
	padding: 18px 0;
	text-align: center;
}

.instructors-intro p {
	display: inline-block;
	margin: 0 6%;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
}

.instructors-list .tag {
	color: #fff;
}

.instructors-list .col3 .tag {
	background-color: #f76707;
}

.instructors-list {
	padding: 100px 0 30px;
	background-color: #e9ecef;
	font-size: 15px;
}

.instructors-list .col3 {
	padding-left: 10px !important;
}

.instructors-list .row>div {
	padding-bottom: 15px;
}

.instructors-list .item {
	margin-bottom: 50px;
	padding: 26px 10px 0 25px;
	background: #fff;
	border-radius: 140px 25px 25px;
}

.instructors-list .tag {
	margin-bottom: 15px;
}

.instructors-list h3 {
	padding: 0 0 25px;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.33;
	color: #004d99;
}

.instructors-list p {
	line-height: 24px;
}

.instructors-list ul, .instructors-list p {
	margin-bottom: 1em;
}

.instructors-list .col2 ul {
	padding-right: 26px;
}

.instructors-list ul li {
	position: relative;
	margin-bottom: 1em;
	padding-left: 28px;
	line-height: 1.3;
}

.instructors-list ul li:before {
	content: '\2714';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	color: #004d99;
	font-size: 16px;
	font-weight: 900;
}

/* INSTRUCTORS page end
-----------------------------------------------------*/

/* INSTRUCTOR page start
-----------------------------------------------------*/

.instructor-welcome {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	color: #f8f9fa;
	font: 16px 'Montserrat', sans-serif;
}

.instructor-welcome:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 77, 153, 0.8);
}

.instructor-welcome .container {
	position: relative;
}

.instructor-welcome-inner {
	padding-bottom: 86px;
}

.instructor-welcome .tag {
	margin-top: 40px;
	margin-bottom: 20px;
}

.instructor-welcome .logo {
	display: block;
	width: 180px;
	height: 30px;
	background: url(../img/logo-wpt.svg) 0 0 no-repeat;
	background-size: 100% auto;
	font-size: 0;
	text-indent: -9999px;
}

.instructor-welcome-title {
	margin-top: 6px;
	margin-bottom: 30px;
}

.instructor-welcome h1, .instructor-welcome h4, .instructor-welcome p {
	max-width: 455px;
	text-shadow: 0 1px 0 #212529;
}

.instructor-welcome p {
	line-height: 25px;
	font-weight: 500;
}

.instructor-welcome h4 {
	text-transform: uppercase;
	font-weight: 300;
}

.instructor-welcome h1 {
	margin-bottom: 20px;
	margin-top: 8px;
	font-weight: 500;
	font-size: 36px;
}

.instructor-welcome-text {
	margin-bottom: 40px;
}

.instructor-welcome-preview-link {
	display: inline-block;
	padding: 0 20px;
	width: 100%;
	border: 1px solid #fff;
	font-weight: 700;
	line-height: 70px;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
}

.instructor-welcome .arrow-down {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -14px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	color: #fff;
	font-size: 85px;
}

.instructor-content {
	padding: 8px 0 35px;
	background-color: #e9ecef;
	font: 16px 'Montserrat', sans-serif;
}

.instructor-content .row {
	position: relative;
	padding-top: 65px;
}

.instructor-content .row .col1 {
	margin-bottom: 35px;
}

.instructor-list li {
	position: relative;
	margin-bottom: 1em;
	padding-left: 28px;
	line-height: 1.3;
}

.instructor-list li:before {
	content: '\2714';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	color: #004d99;
	font-size: 16px;
	font-weight: 900;
}

.instructor-content .tag {
	position: absolute;
	top: 15px;
	text-transform: uppercase;
}

.instructor-content .strategy-img img {
	width: 100%;
	border: solid 6px #333;
}

.instructor-content h3 {
	margin-top: -5px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #004d99;
}

.instructor-content h2 {
	margin-bottom: 13px;
	font-size: 36px;
	font-weight: normal;
	color: #004d99;
}

.instructor-content p {
	line-height: 25px;
	font-weight: 300;
	color: #353a40;
}

.instructor-content .list {
	font-weight: 300;
	color: #353a40;
}

.join-now {
	text-align: center;
	background-color: #000;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.join-now .container {
	padding: 40px 0;
}

.join-now p {
	margin: 0 20px 20px;
	font-size: 36px;
	font-weight: 200;
	line-height: 40px;
}

.join-now .join-link {
	display: inline-block;
	padding: 0 30px;
	line-height: 70px;
	background: #c80813;
	border-radius: 5px;
	font-size: 24px;
	color: #fff !important;
	text-decoration: none !important;
	white-space: nowrap;
}

/* INSTRUCTOR page end
-----------------------------------------------------*/

.bootstrap-dialog-header {
	margin-bottom: 18px;
}

.bootstrap-dialog .modal-body {
	margin-top: 18px;
}

.meta-post, .comment-date {
	margin-top: 4px;
	font-size: 16px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.row {
	margin: 0 !important;
}

.QA ul {
	margin: 6px 0 10px 15px;
	font-size: 16px;
}

.QA li {
	margin: 5px 10px;
}

.QA em {
	margin: 20px;
}

label, .form-group p {
	font-size: 16px;
}

.pagination {
	font-size: 16px;
}

.modal-body {
	padding: 20px;
	font-size: 16px;
}

@media (min-width: 550px) {
	.live-events-shedule .item .col.name {
		position: relative;
		padding-left: 195px;
	}
	.live-events-shedule .item .col .image {
		position: absolute;
		top: 15px;
		left: 25px;
	}
}

@media (min-width: 768px) {
	.container {
		width: auto;
	}
	.modal-dialog {
		width: 550px;
	}
	.account-info .account-item-row {
		display: table;
		width: 100%;
	}
	.account-item.account-item-cell {
		display: table-cell;
		width: 30%;
	}
	.askpro-intro .side {
		display: table-cell;
		float: left;
		width: 100%;
	}
	.event-box-faq .columns .left {
		width: 32%;
	}
	.event-box-faq .columns .right {
		margin-left: 3%;
		width: 65%;
		float: left;
	}
	.askpro-questions .columns .left {
		float: left;
		margin-right: 3%;
		width: 65%;
	}
	.askpro-questions .columns .right {
		float: right;
		padding-bottom: 1em;
		width: 32%;
	}
	.instructor-welcome .tag {
		margin-top: 60px;
		margin-bottom: 45px;
	}
	.instructor-welcome-title {
		margin-bottom: 50px;
	}
	.instructor-welcome h1 {
		font-size: 64px;
		margin-left: -4px;
		margin-bottom: 36px;
		margin-top: 4px;
	}
	.instructor-welcome-preview-link {
		line-height: 40px;
		width: auto;
		text-transform: uppercase;
		cursor: pointer
	}
	.instructor-content {
		padding-top: 35px;
	}
	.instructor-content .row .col2 {
		margin-bottom: 35px;
	}
	.join-now .container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.join-now p {
		margin: 0;
		line-height: 70px;
	}
}

@media (min-width: 960px) {
	.faq-list .date {
		float: right;
		text-align: right;
	}
}

@media screen and (max-width: 1220px) {
	.menu ul li a {
		padding: 0 10px
	}
}

@media (max-width: 1200px) {
	.video-blocks .item {
		zoom: 1;
	}
}

@media screen and (max-width: 1065px) {
	.menu ul li a {
		font-size: 9px;
		padding: 0 10px;
	}
	.blueprint {
		padding-right: 0;
		background: none;
	}
	.box_type_gray.cite cite {
		width: 100%;
	}
	.box_type_gray.cite cite .image {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		margin: 10px auto;
	}
	.episode-menu li {
		margin-left: 2em;
	}
}

@media screen and (max-width: 1024px) {
	.submenu .counter {
		display: none;
	}
	.event-header .container {
		margin-left: auto;
	}
	.event-box-details .columns>.left, .event-box-details .columns>.right {
		float: none;
		width: 100%;
	}
	.event-box-details .details-map iframe {
		width: 100%;
	}
	.live-events-shedule .item .col {
		width: 100% !important;
		padding-right: 45px;
	}
	.live-events-shedule .item .col h4 {
		padding-top: 0;
		padding-bottom: 5px;
	}
	.live-events-shedule .item .col.availability .btn {
		width: auto;
		min-width: 175px;
	}
	.live-events-shedule .item .col.name .title {
		padding-top: 25px;
	}
	.live-events-shedule .item {
		text-align: center;
	}
}

@media (max-width: 991px) {
	.col-md-6 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.live-promo .col:nth-child(2) {
		padding-left: 0 !important;
	}
	.navbar-toggle {
		display: inline-block;
	}
	.navbar-collapse.collapse:not(.in) {
		display: none!important;
	}
}

@media (max-width: 900px) {
	.loginField {
		width: 160px !important;
	}
}

@media screen and (max-width: 790px) {
	.menu ul li a {
		font-size: 8px;
		padding: 0 9px
	}
}

@media (max-width: 767px) {
	.features .item .text {
		top: 75px;
	}
	.episode-list, .video-blocks .item.small {
		display: none;
	}
	.submenu {
		min-height: 60px;
		height: auto;
	}
	.login-form .login, .login-form .pwrecover {
		float: none;
		padding: 15px 0 10px;
		clear: both;
	}
	.login-form .loginField, .login-form .pwRecoverField {
		width: 100% !important;
		display: block !important;
		margin: 5px 0;
	}
	.login-form .logout {
		display: none;
	}
	.login-form .account {
		position: relative;
		width: 22px;
		height: 24px;
		background: transparent;
		font-size: 0;
	}
	/*.login-form .account:before {
		content:'\f007';
		position: absolute;
		top:0;
		left:0;
		width:22px;
		height:24px;
		font:28px 'FontAwesome';
		color:#fff;
	}*/
}

@media screen and (max-width:700px) {
	.navbar-fixed-top-wrapper {
		height: 60px;
	}
	.features .item {
		width: 80%;
		margin: 0 auto 20px !important;
		float: none;
	}
	.features .item:nth-child(3n+3) {
		margin-right: inherit;
	}
	.header-icon {
		font-size: 15px;
		line-height: 1.5;
		padding: .5em 0;
	}
	.header-icon .left, .header-icon .right {
		display: block;
		width: 100%;
		float: none;
		padding: 0;
		text-align: center;
	}
	.box_type_blue-squared h2 {
		line-height: 1;
		font-size: 40px;
		padding: .4em 0;
	}
	.video-under {
		padding: .7em 0;
		line-height: 1;
		font-size: 18px;
	}
	.header-icon+.box {
		padding-top: inherit;
	}
	.box.before-header-icon {
		padding-bottom: 30px;
	}
	.box_type_white {
		padding: 30px 0 10px !important;
	}
	.blueprint {
		width: 100%;
		padding-bottom: 120px;
	}
	.blueprint:after {
		left: 0;
		bottom: 30px;
		width: 100%;
		background-position: 50% 0;
		background-size: contain;
	}
	.blueprint .btn:not(:last-of-type) {
		margin-right: 10px;
	}
	.learnmore-readytowin-subtitle {
		margin-bottom: 1em;
	}
	.learnmore-readytowin {
		width: 100%;
		padding: 0 0 1em;
	}
	.header-lightgray {
		line-height: 1.3;
		padding: .5em 0;
		text-align: center;
	}
	.box_type_lightgray.cite {
		padding: 0 0 20px;
	}
	.box_type_lightgray.cite cite {
		padding: 20px;
	}
	.box_type_lightgray.cite cite {
		line-height: 1;
	}
	.box_type_gray.cite cite {
		width: 100%;
		padding: 0 0 30px;
	}
	.box_type_gray.cite cite .image {
		position: relative;
		margin: 20px auto 0;
		left: 0;
		display: block;
	}
	.box_type_gray.cite .btn {
		display: block;
		margin: 0 auto;
	}
	.learnwpt-list {
		margin-bottom: 0;
	}
	.learnwpt-list .item {
		width: 100%;
		padding: 0 0 20px;
		background: none;
	}
	.box_type_gray h2 {
		line-height: 1;
		margin-bottom: .5em;
	}
	footer .footer-item.left, footer .footer-item.right {
		float: none;
		margin-bottom: 25px;
	}
	.logo-wpt-black {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 30px;
		background-size: contain;
	}
	.collapsible {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.header-icon:after, .learnmore-readytowin:before, .quotes .container:before, .quotes .container:after, .event-header .container {
		width: auto;
		max-width: 550px;
	}
	.header-icon:after {
		border: none;
	}
	.event-box.quotes .container {
		padding: 0;
	}
	.event-box .columns>.left, .event-box .columns>.right {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.event-box-faq .columns .right, .event-box-details .columns>.right {
		margin-left: 0;
	}
	.event-box .image {
		width: 100%;
	}
	.menu {
		display: none;
	}
	.box.squeeze {
		padding-top: 0;
	}
}

@media screen and (max-width:650px) {
	.schedule-item .left {
		padding-right: 0;
	}
	.schedule-item .face {
		position: relative;
		right: auto;
		top: auto;
	}
}

.ffpLogo {
	padding: 0 60px;
	max-width: 50%;
	margin-bottom: 0
}
.ffpLogo2 {
	max-width: 650px;
}
@media screen and (max-width:500px) {
	.mobilePadding {
		padding-top: 45px
	}
	.btn.big {
		height: 30px;
    	line-height: 30px;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.ffpLogo, .ffpLogo2 {
		max-width: 100%;
	}
	.submenu h1, .submenu .login-form>.btn:first-child {
		display: none;
	}
	.box-episode {
		padding-top: 30px;
	}
	.submenu.x-large {
		height: 75px;
	}
	.submenu.x-large .logo a {
		width: 180px;
		height: 25px;
	}
	.submenu .login-form>.btn {
		margin-left: 0;
	}
	.event-header .btn {
		position: relative;
		bottom: auto;
		right: auto;
		margin-top: 1em;
	}
	.event-header {
		padding-top: 100px;
		height: auto;
	}
	.testimonials .item {
		display: block;
	}
	.testimonials .item .face, .testimonials .item .item-content {
		display: block;
		text-align: center;
		margin: 0 auto;
		width: auto;
	}
	.savings-bar.type3 h5 {
		margin: 12px 0;
	}
	.testimonials .item .face {
		padding: 0 0 20px;
	}
	.event-box-price .register {
		font-size: 20px;
	}
	.account-item .video-container-wrapper {
		width: 100%;
	}
	.savings-bar h3 {
		font-size: 38px;
		line-height: 42px;
	}
	.savings-bar h4 {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 550px) {
	.complete_form .form {
		padding-left: 0;
	}
	.complete_form .form:before {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto 20px;
	}
	.sorting {
		position: relative;
		top: 0;
		right: 0;
	}
	.live-events-shedule .item .col.name {
		padding-top: 15px;
	}
	.live-events-shedule .item .col.name .image {
		display: block;
		margin: 0 auto;
	}
	.askpro-questions>.container>.columns .faq-list {
		margin-top: 80px;
	}
}

@media (max-width: 576px) {
	.episodes-listing .item {
		float: none;
		margin: 0 auto 20px;
	}
}

@media screen and (max-width:580px) {
	.event-header .btn:not(.get-access-button) {
		position: static;
		right: 0;
		bottom: 0;
	}
}

@media screen and (max-width:360px) {
	.submenu .logo {
		margin-top: 18px;
	}
	.submenu .logo a {
		width: 150px;
	}
	.join-now .join-link {
		font-size: 6vw;
	}
}

@media screen and (max-width:350px) {
	.blueprint .btn {
		display: block;
		margin-bottom: 20px;
		width: 100%;
	}
}

/*
						   Members download area ( mda )
*/

.mda {}

.mda__item {
	border-radius: 10px !important;
	padding: 10px;
	margin-top: 10px !important;
	max-width: 950px;
	margin: 0 auto;
}

/*circle*/

.mda__item__circle {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	text-align: center;
	color: #ffffff;
	background: #004d99;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin: 0 15px;
	float: left;
}

.mda__item__circle h3 {
	font-family: 'Source Sans Pro', 'sans-serif';
	font-weight: 100;
	font-size: 45px;
	margin-top: 5px;
}

/*info*/

.mda__item__info {
	margin: 0 5px;
	margin-left: 23px;
	float: left;
}

.mda__item__info h4 {
	font-size: 16px;
	color: #343a40;
	font-weight: bold;
}

.mda__item__info p {
	font-size: 14px;
	color: #495057;
}

.mda__item .tag {
	border-radius: 10px;
}

/*buttons*/

.mda__item__buttons {
	width: 100%;
	max-width: 292px;
	margin: 10px 15px;
	float: right;
}

.mda__item__buttons a {
	transition: all 0.2s;
}

.mda__introduced-btn {
	display: inline-block;
	padding: 5px 7px;
	border-radius: 5px;
	background-color: #212529;
	width: 100%;
	max-width: 120px;
	float: left;
}

.mda__introduced-btn h4 {
	font-weight: 100;
	font-size: 13px;
	margin-left: 20px;
	color: #fff;
}

.mda__introduced-btn span {
	font-weight: bold;
	font-size: 16px;
}

.mda__introduced-btn img {
	float: left;
	margin-top: 5px;
}

.mda__download-btn {
	display: inline-block;
	padding: 12px 10px;
	border-radius: 5px;
	background-color: #004D99;
	width: 100%;
	max-width: 150px;
	margin-left: 20px;
	float: left;
}

.mda__download-btn img {
	float: left;
	margin-top: 2px;
}

.mda__download-btn h4 {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	margin-left: 24px;
}

@media (min-width: 1024px) {
	.mda__item__buttons a:hover {
		transform: scale(1.1);
		text-decoration: none !important;
	}
}

@media (max-width: 1030px) {
	.mda__item__circle {
		float: none;
		margin: 10px auto;
	}
	.mda__item__info {
		float: none;
		text-align: center;
		margin: 15px auto;
	}
	.mda__item__buttons {
		float: none;
		margin: 10px auto;
		max-width: 325px;
	}
	.mda__download-btn {}
	.mda__introduced-btn {
		margin-left: 30px;
		float: left;
	}
}

@media (max-width: 400px) {
	.mda__item__buttons {
		margin: 30px 0 10px 0;
	}
	.mda__download-btn {
		display: block;
		margin: 10px auto;
		float: none;
		margin-left: 0;
		margin: 10px auto;
	}
	.mda__introduced-btn {
		display: block;
		margin: 10px auto;
		float: none;
		margin-left: 0;
		margin: 10px auto;
	}
}

/****************************************************
	Calculator Tools from our Affiliates Section (ca)
*****************************************************/

.ca {
	font-family: 'Source Sans Pro', 'sans-serif';
}

.ca__title {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	padding: 50px 0;
	color: #343a40;
	text-align: center;
}

.ca__logo {
	text-align: center;
	margin-top: 15px;
}

.ca__text {
	text-align: center;
	color: #212529;
	font-size: 22px;
	line-height: 26px;
	padding: 42px 15px;
	max-width: 490px;
	margin: 0 auto;
}

.ca__buttons {
	text-align: center;
	margin-bottom: 50px;
}

.ca__buttons a {
	display: inline-block;
	margin: 0 10px;
	font-family: 'Source Sans Pro', 'sans-serif';
	font-size: 17px;
	color: #fff;
	padding: 10px 15px;
	border-radius: 25px;
}

.ca__buttons img {
	float: left;
	margin-top: 2px;
}

.ca__buttons p {
	float: left;
	margin-left: 8px;
}

.ca__website {
	background: #12B886;
}

.ca__appstore {
	background: #004D99;
}

@media (max-width: 370px) {
	.ca__buttons a {
		margin: 10px;
	}
}

.errors {
	color: red;
	font-size: 150%;
}

.errors--big {
	font-size: 230%;
	padding-bottom: 10px;
}

/****************************************************
	Push/Fold Charts
*****************************************************/

.charts-header {
	padding: 26px 0 26px;
	background-color: #004d99;
}

.charts-header h2 {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.67;
	color: #fff;
	text-align: center;
}

.charts {
	border-radius: 5px;
	background-color: rgba(232, 247, 255, 0.5);
	border: solid 2px #ccedff;
	margin: 40px 0 0;
	padding: 30px 44px;
}

@media (max-width: 400px) {
	.charts {
		padding: 30px 20px;
	}
}

.charts .charts-nav-header {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #004d99;
	text-transform: uppercase;
}

.charts .charts-nav ul {
	margin: 0;
}

.charts .charts-nav ul li {
	display: inline-block;
	margin: 0 22px 30px 0;
	padding: 5px 20px;
	min-width: 4em;
	border-radius: 3px;
	border: solid 2px #004d99;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.33;
	text-align: center;
	color: #004d99;
	cursor: pointer;
}

.charts .charts-nav ul li a {
	color: #004d99;
	text-decoration: none;
}

.charts .charts-nav ul li.active {
	background-color: #004d99;
	color: #fff;
}

.charts .charts-nav ul li.active a {
	color: #fff;
}

.charts .charts-table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 40px;
}

.charts .charts-table tbody tr:nth-child(odd) {
	background-color: #f0ffff;
}

.charts .charts-table td {
	padding: 12px 20px;
	vertical-align: middle;
}

.charts .charts-table thead {
	font-size: 16px;
	font-weight: bold;
	color: #004d99;
}

.charts .charts-table thead td:first-child {
	text-align: center;
}

.charts .charts-table thead td:not(:first-child) {
	text-align: left;
	padding-left: 30px;
}

.charts .charts-table tbody {
	display: none;
}

.charts .charts-table tbody td {
	font-size: 20px;
	font-weight: 600;
	color: #495057;
	border: solid 2px #ccedff;
}

.charts .charts-table tbody td.name {
	width: 10%;
	color: #004d99;
	font-size: 24px;
	text-align: center;
}

.charts .charts-table:not(.show-without-antes) .without-antes, .charts .charts-table.show-without-antes .with-antes {
	display: none;
}

div.controls>div.django-ckeditor-widget {
	display: block!important;
	width: 100%
}

div.django-ckeditor-widget>#cke_id_content {
	width: 100%!important
}

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

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

.wpt-logo {
	width: 164px;
	margin: 0;
}

/****************************************************
	GTO Trainer
*****************************************************/

.gto-header {
	padding: 25px 0 25px;
	background-color: #000;
}

.gto-logo {
	position: relative;
	float: left;
	width: 115px;
	height: 70px;
	text-indent: -9999px;
	font-size: 0;
	cursor: pointer;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 8px;
	padding: 8px 12px;
	box-sizing: border-box;
}

.gto-logo:before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: 12px;
	bottom: 8px;
	left: 12px;
	background: url(../img/gto_trainer_white.png) center / contain no-repeat;
}

.gto-trainer-container {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.gto-trainer-container .gto-logo {
	height: 100%;
}

.gto-trainer-container .gto-logo:before {
	position: initial;
	height: 50px;
}

.refine-search-modal .gto-logo:before {
	top: 14px;
}

.gto-header-title {
	float: left;
	margin-left: 10px;
}

.gto-header-stats {
	float: right;
	color: #fff;
	border-radius: 5px;
	background: #212529;
}

.gto-header-stats caption {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-align: right;
}
.gto-header-stats th {
	text-transform: uppercase;
	padding: 16px 16px 0;
	font-size: 14px;
	text-align: center;
}
.gto-header-stats td {
	padding: 0 16px 16px ;
	font-size: 36px;
	font-weight: 100;
	text-align: center;
}

.gto-header-stats td .text-small {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
}

@media screen and (max-width: 650px) {
	.gto-header-stats {
		float: none;
		width: 100%;
	}
	.gto-header-stats caption {
		text-align: center;
	}
}

.gto-header h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	color: #fff;
}

.gto-header h4 {
	border-radius: 5px;
	margin-top: 5px;
	padding: 10px;
	background-color: #2c2c2c;
	font-size: 16px;
	font-weight: 600;
	line-height: 0.75;
	color: #fff;
}

.gto-header h4 {
    text-align: center;
}

.gto-content {
	background-color: #000;
	color: #fff;
}

.gto-content.gto-table-content {
	padding-top: 40px;
	padding-bottom: 100px;
	background-color: #212b36;
}

.gto-view {
	display: flex;
	justify-content: space-between;
	padding: 38px 0 50px;
}

.gto-view h3 {
	font-weight: normal;
	font-size: 32px;
	margin-bottom: 30px;
}

.gto-view-media {
	flex-basis: 59%;
}

.gto-view-description {
	flex-basis: 39%;
}

.gto-view-description .item {
	display: flex;
	justify-content: space-between;
}

.gto-view-description .item:not(:first-of-type) {
	margin-top: 25px;
}

.gto-view-description .item-title {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}

.gto-view-description .item-content {
	order: 1;
	cursor: pointer;
}

.gto-view-description .item-description {
	font-size: 16px;
	line-height: 24px;
}

.gto-view-description .item-description .btn:not(.skipSpecialCSS) {
	position: relative;
	display: block;
	padding-left: 44px;
	box-sizing: border-box;
	width: 12em;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 600;
	line-height: 0.67;
	color: #fff;
	white-space: nowrap;
	text-align: center;
}

.gto-view-description .item-description .btn:not(:first-of-type) {
	margin-top: 20px;
}

.gto-view-description a.btn:not(.skipSpecialCSS) {
	padding-top: 16px;
	border: solid 2px rgba(0, 0, 0, 0);
	height: 48px;
}

.gto-view-description .item-description .btn.review {
	color: #00a6a4;
	border: solid 2px #00a6a4;
	background: #000;
	margin-bottom: 20px;
}

.gto-view-description .item-description .btn .fa {
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -12px;
	font-size: 24px;
	font-weight: normal;
}

.gto-view-description .item-description .btn.start {
	color: #fff;
	background-color: #00a6a4;
}

.gto-chart-table-wrapper {
	width: max-content;
	padding-right: 10px;
}

.gto-chart-table {
	background-color: #efeff4;
	outline: .8vw solid #8e8e93;
}

.gto-chart-table td {
	position: relative;
	border: 1px solid #343a40;
	font: 600 1.2vw 'Montserrat', sans-serif;
	text-align: center;
	vertical-align: middle;
	color: #343a40;
}

.gto-chart-table td:after {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #343a40;
	font-weight: normal;
}

.gto-chart-table .op_100 {
	background-color: rgba(76, 217, 100);
}

.gto-chart-table .op_75 {
	background-color: rgba(76, 217, 100, 0.75);
}

.gto-chart-table .op_75:after {
	content: '75%';
}

.gto-chart-table .op_50 {
	background-color: rgba(76, 217, 100, 0.5);
}

.gto-chart-table .op_50:after {
	content: '50%';
}

.gto-chart-table .op_25 {
	background-color: rgba(76, 217, 100, 0.25);
}

.gto-chart-table .op_25:after {
	content: '25%';
}

.gto-view-description .gto-chart-table {
	outline-width: .1vw;
}

.suit.clubs, .suit.spades {
    color: black;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    padding: 1px;
}

.suit.diamonds, .suit.hearts {
    color: red;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    padding: 1px;
}

#aiModal p, #aiModal ol {
	padding: 1.2vh 2vw 0;
}

#aiModal ol {
	font-family: math;
    color: darkkhaki;
	margin: 0;
}

#aiModal .item-content {
	margin: 3vh 12vw;
	background-color: black;
	line-height: normal;
	font-size: large;
    color: white;
}

#gto-range-modal .modal-dialog, #aiModal .modal-dialog {
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
}

#gto-range-modal .modal-content, #aiModal .modal-content {
	background-color: transparent;
}

#gto-range-modal .modal-content > .item, #aiModal .modal-content > .item {
	display: flex;
}

@media screen and (min-aspect-ratio: 2/1) {
	.modal-content .gto-chart-table td {
		height: 2.8vw !important;
		width: 2.8vw !important;
	}

	.modal-content .gto-chart-table td:after {
		bottom: 0;
	}
}

#gto-range-modal .gto-chart-table-wrapper, #aiModal .gto-chart-table-wrapper {
	width: auto;
	padding-right: 1vw;
}

#gto-range-modal .item-content:last-of-type .gto-chart-table-wrapper {
	padding-right: 0;
}

.gto-table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 40px;
	height: fit-content;
}

.gto-table-session .gto-table {
	width: initial;
}

.gto-table :not(thead) tr:hover td {
	background-color: rgba(209, 209, 214, 0.2);
}

.gto-table :not(thead) tr.selected td {
	background-color: rgba(209, 209, 214, 0.45);
}

.gto-table td {
	padding: 12px 18px;
	vertical-align: middle;
}

.gto-table thead {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	white-space: nowrap;
}

.gto-table td {
	text-align: center;
}

.gto-table td:nth-child(2) {
	text-align: left;
	padding-left: 18px;
	width: 50%;
}

.gto-table td:first-child {
	text-align: left;
	padding-left: 2px;
	padding-right: 10px;
}

.gto-table tbody {
	font-size: 20px;
	color: #fff;
}

.gto-table .game_type {
	width: 80px;
	padding-right: 0;
}

.gto-table .game_type_tourney, .gto-table .game_type_cash, .gto-table span.game_type {
	border-radius: 5px;
	font-size: 80%;
	/* padding: 5px 7px; */
	padding: 7px 10px;
	/* align-content: center; */
	display: flow-root;
	text-align: center;
	/* height: 25px; */
}

.gto-table .game_type_tourney {
	background-color: #014e9a;
	padding: 5px 11.5px;
}

.gto-table .game_type_cash {
	background-color: #00a974;
}

.gto-session {
	display: flex;
	flex-wrap: wrap;
}

.gto-session-item:first-of-type {
	flex-basis: 10%;
}

.gto-session-item:nth-child(2) {
	flex-basis: 40%;
}

.gto-session-item:nth-child(3) {
	flex-basis: 50%;
}

.gto-session-item:not(:first-of-type) {
	padding-left: 15px;
}

.gto-session-item-title {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.gto-session-stats {
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 5px;
	background-color: #2c2c2c;
}

.gto-session-stats-title {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.1;
}

.gto-session-stats-content {
	font-size: 30px;
	text-align: center;
}

.gto-table-session {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gto-table-session .gto-table {
	flex-basis: 49%;
}

.gto-table-session .gto-table tbody td {
	font-size: 16px;
}

.gto-hand-details {
	max-width: 165px;
	border-radius: 9px;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 16px;
	color: #fff;
}

.gto-hand-details h5 {
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
}

.gto-hand-details dl {
	margin-bottom: 4px;
	display: flex;
	justify-content: space-between;
}

.gto-hand-details dt {
	margin-right: 20px;
	font-weight: 600;
	text-align: left;
}

.gto-hand-details dd {
	font-weight: 600;
	text-align: right;
}

.gto-table .card.card_s {
	color: #fff;
}

.gto-table .card.card_s:before {
	content: '\2660';
}

.gto-table .card.card_c {
	color: #4cd964;
}

.gto-table .card.card_c:before {
	content: '\2663';
}

.gto-table .card.card_h {
	color: #ff3b30;
}

.gto-table .card.card_h:before {
	content: '\2665';
}

.gto-table .card.card_d {
	color: #5ac8fa;
}

.gto-table .card.card_d:before {
	content: '\2666';
}

.gto-chart {
	width: 100%;
	/*max-width: 360px;*/
	max-width: 99%;
	height: 310px;
}

.gto-range-columns {
	display: flex;
	justify-content: space-between;
}

.gto-range-column {
	flex-basis: 30%;
}

.gto-range-item {
	margin-bottom: 12px;
}

.gto-range-item .gto-range {
	margin-bottom: 3px;
	height: 13px;
	line-height: 13px;
}

.gto-range-title {
	font-weight: bold;
	font-size: 12px;
}

.gto-range {
	display: flex;
	width: 100%;
	height: 20px;
	line-height: 20px;
}

.gto-range-part {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.gto-session-stats-details {
	text-align: center;
}

.gto-range-part.empty {
	flex-basis: 100%;
	background-color: #464646;
}

.gto-range-part.red {
	background-color: #ff3b30;
}

.gto-range-part.yellow {
	background-color: #ffcc00;
}

.gto-range-part.green, .gto-range-part.green1 {
	background-color: #4cd964;
}

.gto-range-part.green2 {
	background-color: #26b33e;
}

.gto-range-part.green3 {
	background-color: #1d892f;
}

.gto-range-part.green.incomplete {
	background-color: #1f5929;
}

.gto-range-part.gray {
	background-color: gray;
}

.gto-session-item-content {
	padding-bottom: 30px;
}

.gto-bread-crumb {
	color: white;
	font-size: 14px;
	margin-top: 1em;
	margin-left: 0;
}

.gto-header h4.gto-bread-crumb {
	margin-top: 1em;
}

.gto-header h4.gto-bread-crumb a {
	color: #5ac8fa
}

/* SEARCH FILTERS */
.search-filters {
	border-radius: 10px;
	margin-right: 20px;
	padding: 20px 11px 0 12px;
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 14px;
}
.search-filters .search-filters-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 20px;
	font-size: 16px;
}
.search-filters .search-filters-heading h5 {
	display: flex;
	flex-basis: 70%;
	align-items: center;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
}
.search-filters .search-filters-heading h5:before {
	content: '';
	font: 400 24px 'Font Awesome 6 Pro';
	flex-basis: 38px;
}
.search-filters .search-filters-heading .clear {
	text-align: right;
	font-weight: 600;
	cursor: pointer;
	color: #00a6a4;
	text-decoration: none;
}
.search-filters-group-title {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.search-filters-group-title:after {
	font: 400 14px 'Font Awesome 6 Pro';
	content: '';
	color: #00a6a4;
}
.search-filters-group-title.collapsed:after {
	content: '';
}
.search-filters-group > ul {
	margin-left: 18px;
}
.search-filters-item {
	display: flex;
	justify-content: space-between;
	padding-bottom: 12px;
	cursor: pointer;
}
.search-filters-item:after {
	font: 900 14px 'Font Awesome 6 Pro';
	content: '';
	color: rgba(255, 255, 255, 0.9);
}

.search-results-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.search-results-heading h5 {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 32px;
}
.search-results-sorting {
	margin-bottom: 20px;
}

.search-results-sorting .dropdown-toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	border: 0;
	height: 50px;
	min-width: 230px;
	padding: 0 14px;
	background-color: #00a6a4;
	color: #fff;
	font-size: 20px;
}
.search-results-sorting-title {
	margin-right: .5em;
}
.search-results-sorting-label {
	font-weight: 600;
}
.search-results-sorting .dropdown-toggle .caret {
	width: 45px;
	height: auto;
	border: none;
	margin: 0;
}
.search-results-sorting .dropdown-toggle .caret:before {
	border: none;
	font: 400 14px 'Font Awesome 6 Pro';
	content: '';
	color: #fff;
}
.search-results-sorting .dropdown.open .dropdown-toggle .caret:before {
	content: '';
}
.search-results-sorting .dropdown-menu {
	left: auto;
	right: 0;
	min-width: 230px;
}
.search-results-sorting .dropdown-menu li {
	cursor: pointer;
}
.search-results-sorting .dropdown-menu > li > a:focus,
.search-results-sorting .dropdown-menu > li > a:hover {
	background-color: #00a6a4;
	color: #fff;
}

#refine-search-modal .modal-dialog {
	width: auto;
	max-width: 820px;
}
#refine-search-modal .modal-content {
	margin-top: 30px;
	background-color: transparent;
	color: #fff;
}
#refine-search-modal ~ .modal-backdrop.in,
#additional-info-modal ~ .modal-backdrop.in {
	opacity: .8;
}

.refine-search-badge {
	position: absolute;
	top: -15px;
	right: 50px;
	border-radius: 15px;
	padding: 8px 20px;
	background-color: #014e9a;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.refine-search-form-wrapper {
	border-radius: 22px;
	border: solid 1px #fff;
	padding: 0 50px 50px;
}
.refine-search-form-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 50px;
}
.refine-search-form-header .gto-logo {
	margin-right: 4%;
}
.refine-search-form-header h4 {
	font-weight: normal;
	font-size: 32px;
}

@media screen and (max-width: 500px) {
	.refine-search-form-header {
		flex-wrap: wrap;
	}
	.refine-search-form-header h4 {
		margin-top: 20px;
	}
}
@media screen and (max-width: 375px) {

}
.refine-search-form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
}
.refine-search-result-button {
	display: block;
	margin: 40px auto 0;
	border: 0;
	border-radius: 35px;
	background-color: #00a6a4;
	height: 70px;
	padding: 0 50px;
	font-size: 28px;
	color: #fff;
}
.refine-search-result-button i {
	margin-left: 1em;
	font-weight: 400;
}
.refine-search-form .select-pack {
	flex-basis: 30%;
	margin-top: 30px;
}
@media screen and (max-width: 680px) {
	.refine-search-form {
		padding-top: 0;
	}
	.refine-search-form .select-pack {
		flex-basis: 100%;
		margin-top: 20px;
	}
}

/* additional-info-modal */
.additional-info-modal .modal-dialog {
	width: auto;
	max-width: 560px;
}
.additional-info-modal .modal-content:not(.active) {
	display: none;
}
.additional-info-modal .modal-content {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 0;
}
.additional-info-header {
	flex-basis: 30%;
	display: flex;
	flex-direction: column;
	padding-top: 1.5vw;
	text-align: center;
	color: #004e9a;
}
.additional-info-icon.far {
	font-size: 72px;
	line-height: 140px;
}
.additional-info-header h4 {
	margin: 0 12%;
	font-weight: bold;
	font-size: 36px;
	line-height: 1;
}
.additional-info-text {
	flex-basis: 35%;
	text-align: center;
	margin: 3.7vw 12% 0;
	font-size: 24px;
	line-height: 1.67;
	color: #393939;
}
.additional-info-text .form-group {
	margin: 8px 0 0;
}
.additional-info-text .form-group:not(:last-child) {
	margin-bottom: 40px;
}
.additional-info-text .form-group label {
	position: relative;
	margin: 0;
	width: 77%;
	font-weight: normal;
}
.additional-info-text .form-group .label-text {
	position: absolute;
	display: inline-block;
	top: -6px;
	left: 9px;
	padding: 0 .3em;
	font-size: 12px;
	line-height: 1;
	background: #fff;
}
.additional-info-text .form-control {
	max-width: 328px;
	height: 56px;
	font-size: 16px;
	line-height: 1.5;
	border: 2px solid #000;
}
.additional-info-btn {
	flex-basis: 30%;
	margin: 7.4vw 0;
	text-align: center;
}
.additional-info-btn .btn {
	font-size: 24px;
	font-weight: 600;
	text-transform: none;
	width: 50%;
	min-width: 270px;
}
.additional-info-quiz-title {
	padding: 30px 15px;
	font-size: 24px;
	min-height: 114px;
}
.additional-info-quiz-form label {
	display: block;
	margin: 0;
	border-bottom: 1px solid #C4CACC;
	padding: 20px 15px;
	background-color: #ECF4F8;
	color: #393939;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
}
.additional-info-quiz-form label input {
	display: none;
}

.additional-info-quiz .answer-label:hover{
	transform: scale(1.02);
	transition: ease-in;
	background-color: #e4eff5;
	transition-duration: 0.1s;
}

.additional-info-quiz .checked-answer{
	font-size: 18px;
	position: absolute;
	display: none;
	right: 25px;
}

.additional-info-quiz .fa-check-circle{
	color: #014e9a;
}

.additional-info-quiz .fa-times-circle{
	color: red;
}

/* select2 theme */
.select2-dropdown {
	border: none !important;
	border-radius: 5px !important;
}
.select2-container--default .select2-results__option {
	padding: 5px 20px;
	font-size: 20px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #00a6a4 !important;
}

.select-pack {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.select-pack .select2-container {
	display: block;
}
.select-pack .select2-container--default .select2-selection--multiple {
	border: none;
	border-radius: 5px;
	padding: 0;
}
.select-pack .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	padding: 0 40px 10px 0;
}
.select-pack .select2-container--default .select2-selection--multiple .select2-selection__rendered:after {
	position: absolute;
	right: 20px;
	top: 0;
	content: "";
	font: 20px/50px "Font Awesome 6 Pro";
	color: #000;
}
.select-pack .select2-container--open .select2-selection--multiple .select2-selection__rendered:after {
	content: "";
}
.select-pack ::-moz-placeholder {
	color: #000;
	font-size: 20px;
}
.select-pack ::-webkit-input-placeholder {
	color: #000;
	font-size: 20px;
}
.select-pack :-ms-input-placeholder {
	color: #000;
	font-size: 20px;
}
.select-pack ::-ms-input-placeholder {
	color: #000;
	font-size: 20px;
}
.select-pack ::placeholder {
	color: #000;
	font-size: 20px;
}
.select-pack .select2-container .select2-selection--multiple {
	min-height: 50px;
}
.select-pack .select2-container--default.select2-container--focus .select2-selection--multiple {
	border: none;
}
.select-pack .select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: none;
	margin: 10px 0 0 5px;
	padding: 5px;
	background-color: #00a6a4;
	color: #fff;
	white-space: nowrap;
}
.select-pack .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
	border: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	color: #000 !important;
	background-color: transparent !important;
}
.select-pack .select2-container .select2-search--inline .select2-search__field {
	float: left;
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 0;
}

/* PAGE THEME DARK */
.page-header.page-header-theme-dark {
	background-color: #000;
	color: #fff;
}
.page-header.page-header-theme-dark .container {
	padding: 30px 20px;
}
.content-theme-dark {
	padding-top: 40px;
	padding-bottom: 100px;
	background-color: #212b36;
	color: #fff;
}
.content-theme-dark .episodes-listing {
	background-color: transparent;
}
.content-theme-dark .episodes-listing .container {
	margin: 0 -18px 0 -8px;
	padding: 0;
}
.content-theme-dark .episodes-listing .item {
	background-color: #000;
}
.content-theme-dark .episodes-listing .item .num,
.content-theme-dark .episodes-listing .item .fav:before,
.content-theme-dark .episodes-listing .item .fav.added:before {
	color: #9b9b9b;
}
.content-theme-dark .episodes-listing .item h5,
.content-theme-dark .episodes-listing .item h6 {
	color: #fff;
}
.content-theme-dark .pagination > li > a,
.content-theme-dark .pagination > li > span {
	color: #fff;
	background-color: #000;
	border: 1px solid #212b36;
}
.content-theme-dark .pagination > .active > a,
.content-theme-dark .pagination > .active > a:focus,
.content-theme-dark .pagination > .active > a:hover,
.content-theme-dark .pagination > .active > span,
.content-theme-dark .pagination > .active > span:focus,
.content-theme-dark .pagination > .active > span:hover {
	color: #000;
	background-color: #fff;
}

.fa-toggle-on {
	color: #4cd964
}

.fa-toggle-off {
	color: #c80813
}

.btn.colorSilver, .btn.colorFive {
	background: rgba(0, 177, 183, 0.05);
}
.btn.colorGold {
	background: goldenrod;
}
.btn.colorPlatinum {
	background: gray;
}

@media screen and (max-width: 768px) {
	a.btn.review {
		font-size: small
	}
	.gto-table td {
		padding: 6px 10px 6px 0;
		font-size: 3vw;
	}
	.gto-table td:first-child {
		padding-left: 10px;
		padding-right: 0;
	}
	.gto-table-session .gto-table {
		flex-basis: 100%;
	}
	.gto-session-item, .gto-session-item:first-of-type, .gto-session-item:nth-child(2), .gto-session-item:nth-child(3) {
		flex-basis: 100%;
		margin-bottom: 15px;
		padding-left: 0;
	}
	.gto-header, .gto-view-description, .gto-session {
		padding-right: 10px;
		padding-left: 10px;
	}
	.gto-hand-details {
		margin-left: 10px;
	}
	.modal-content .gto-chart-table td {
		width: 5vw;
		height: 3vw;
		font-size: 1.4vw;
	}
	.modal-content .gto-chart-table td:after {
		bottom: 1px;
		font-size: .9vw;
	}
}

@media screen and (max-width: 992px) {
	.gto-view {
		flex-wrap: wrap;
	}
	.gto-view-media, .gto-view-description {
		flex-basis: 100%;
	}
	.gto-view-media {
		order: 1;
	}
	.gto-view-description {
		order: 2;
		margin-top: 20px;
	}
	.gto-table {
		width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.gto-view-description .gto-chart-table td {
		width: 8px;
		height: 8px;
		font-size: 3px;
	}
	.gto-view-description .gto-chart-table td:after {
		font-size: 2px;
	}
	.gto-view-description .item-description {
		margin-top: -.5vw;
	}
}

@media screen and (min-width: 501px) and (max-width: 991px) {
	.gto-view-description .gto-chart-table td {
		width: 10px;
		height: 10px;
		font-size: 4px;
	}
	.gto-view-description .gto-chart-table td:after {
		font-size: 2px;
	}
}

@media screen and (min-width: 501px) {
	.gto-view-description .item-description {
		margin-right: 30px;
	}
}

@media screen and (max-width: 500px) {
	.gto-table .game_type_tourney {
		padding: 5px 10px;
	}
	.gto-header h2 {
		font-size: 18px;
	}
	.gto-view-description .item-content {
		pointer-events: none;
	}
	.gto-view-description .item.noMobileFlex>div {
		margin-top: 20px;
	}
	.gto-view-description .item.noMobileFlex {
		display: block;
	}
	.gto-view-description .item {
		flex-wrap: wrap;
	}
	.gto-view-description .item-description {
		margin-bottom: 20px;
	}
	.gto-view-description .gto-chart-table td {
		padding: 1.74vw .5vw;
		font-size: 2.9vw;
	}
	.gto-view-description .gto-chart-table td:after {
		font-size: 1.5vw;
	}

	.gto-logo {
		width: 53%;
	}
	.gto-header-title {
		width: 42%;
	}
	.gto-trainer-container {
		width: 100% !important;
	}
}

#relatedEpisodes {
	position: absolute;
	width: 90%;
	margin-top: -10px;
	max-width: 800px;
}

@media screen and (max-width: 400px) {
	#relatedEpisodes {
		width: initial;
		margin-top: 0;
		position: static;
	}
}

.speech-bubble {
	position: absolute;
	display: none;
	font-size: 14px;
	left: -15px;
	top: -36px;
	font-weight: 400;
	background: #1862ab;
	color: white;
}
.speech-bubble::before {
	border: 12.5px solid transparent;
    border-top: 12.5px solid #1862ab;
    border-bottom: 0;
    height: 0px;
    width: 0;
    border-top-width: 19px;
    content: "";
    display: block;
    position: absolute;
    left: 2.2rem;
    bottom: -19px;
}

/* ==========================================================================
   Brand-specific overrides (FearlessRiver)
   ========================================================================== */

/* Fearless River submenu logo adjustments */
.brand-fearlessriver .submenu .logo {
    margin-top: 0;
}

.brand-fearlessriver .submenu .logo a {
    height: 60px;
    background: url(../../fr/logos/FR_Logo_Dark_Alt.svg) 0 center no-repeat;
    background-size: auto 50px;
}

.brand-fearlessriver .logo a {
    height: 60px;
    background: url(../../fr/logos/FR_Logo_Dark_Alt.svg) 0 center no-repeat;
    background-size: auto 50px;
}

/* Option B: Fill width (logo cropped vertically)
.brand-fearlessriver .submenu .logo a {
    background: url(../../fr/logos/FR_Logo_Dark_Alt.svg) 0 0 no-repeat;
    background-size: 100% auto;
}

.brand-fearlessriver .logo a {
    background: url(../../fr/logos/FR_Logo_Dark_Alt.svg) 0 0 no-repeat;
    background-size: 100% auto;
}
*/
