/*
Theme Name: NutMedia
Theme URI: http://www.nutmedia.co.uk
Description: 
Author: Aidas Keburys
Version: 1
*/

/* =BASE/STRUCTURE
------------------------------------------------------------- */
html {overflow:auto;}

body {
    background: none repeat scroll 0 0 #151515;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    font-size: 15px;
    line-height: 1.5;
	border-bottom:10px solid #6b78e1;
	min-width:320px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	font-weight: 700;
	line-height: 1.25;
}

.ie8 body {min-width:1050px;}

.clear {clear:both;}

.stripe_header {background:#0e0e0e;overflow:visible;}
.stripe_access {background:url(images/nav_bg.png) repeat-x top center}
/* Match FH: page is full-bleed dark. .middle / #container are Bootstrap 5.3 .container.
   At 1200–1399px that is 1140px; 1320px only at 1400px+. Header has no extra gutters. */
.middle,
#container,
.homebox-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	box-sizing: border-box;
}
#header.middle,
#access.middle {
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 576px) {
	.middle,
	#container,
	.homebox-container { max-width: 540px; }
}
@media (min-width: 768px) {
	.middle,
	#container,
	.homebox-container { max-width: 720px; }
}
@media (min-width: 992px) {
	.middle,
	#container,
	.homebox-container { max-width: 960px; }
}
@media (min-width: 1200px) {
	.middle,
	#container,
	.homebox-container { max-width: 1140px; }
}
@media (min-width: 1400px) {
	.middle,
	#container,
	.homebox-container { max-width: 1320px; }
}
.middle {min-width:320px;}
.block {display:block;}
#wrapper {
	width: 100%;
	max-width: none;
	padding: 0;
	background: transparent;
}
#container {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* =HOMEPAGE HERO (FH layout, PST colours)
------------------------------------------------------------- */
.pst-hero {
	width: 100%;
	min-height: 80vh;
	display: flex;
	align-items: center;
	background: linear-gradient(135deg, #000000 0%, #161428 40%, #2a3068 100%);
	padding: 33px 0;
	box-sizing: border-box;
}
.pst-hero-inner {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	gap: 1.5rem;
	text-align: center;
}
.pst-hero-copy,
.pst-hero-media {
	width: 100%;
	min-width: 0;
}
.pst-hero-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pst-hero-title {
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	font-size: 68px;
	line-height: 70px;
	color: #7783e0;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: .02em;
}
.pst-hero-tagline {
	font-size: 1.7rem;
	line-height: 1.25;
	color: #fff !important;
	font-weight: 700;
	margin: 0 0 8px;
}
.pst-hero-highlight {
	color: #fff;
	font-weight: 700;
}
.pst-hero-intro {
	padding: 8px 0;
	max-width: 900px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.4;
	opacity: 1;
}
.pst-hero-intro p {
	color: #fff;
	padding: 0;
	margin: 0;
}
.pst-hero-cta {
	margin-top: .75rem;
}
.pst-hero-join {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fbf004;
	border: 2px solid #fbf004;
	color: #000;
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding: 12px 28px;
	border-radius: 12px;
	letter-spacing: .02em;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: none;
	box-sizing: border-box;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.pst-hero-join b {
	font-size: 22px;
	font-weight: 800;
	margin-left: .25em;
	letter-spacing: .03em;
}
.pst-hero-join:hover,
.pst-hero-join:focus {
	background: #6b78e1;
	border-color: #6b78e1;
	color: #fff;
	text-decoration: none;
	box-shadow: none;
}
.pst-hero-term {
	color: #d4d4d4;
	font-size: 12px;
	line-height: 1.35;
	margin: 10px 0 0;
	white-space: nowrap;
}
.pst-hero-img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	aspect-ratio: 600 / 440;
	object-fit: contain;
}
@media (min-width: 992px) {
	.pst-hero-inner {
		flex-direction: row;
		align-items: center;
		text-align: left;
		gap: 2rem;
	}
	.pst-hero-copy,
	.pst-hero-media {
		flex: 1 1 0;
	}
	.pst-hero-copy {
		align-items: flex-start;
	}
	.pst-hero-intro {
		margin: 0;
	}
	.pst-hero-tagline {
		font-size: 26px;
		line-height: 31px;
		margin: 0 0 8px;
	}
	.pst-hero-join {
		align-self: flex-start;
	}
	.pst-hero-cta {
		align-self: flex-start;
		text-align: left;
	}
}
@media (max-width: 768px) {
	.pst-hero-title {
		font-size: 45px;
		line-height: 48px;
	}
}
@media (max-width: 575.98px) {
	.pst-hero {
		min-height: 0;
		padding: 20px 0;
	}
	.pst-hero-title {
		font-size: 30px;
		line-height: 33px;
		padding-bottom: 10px;
	}
	.pst-hero-join {
		font-size: 15px;
		padding: 10px 18px;
		white-space: normal;
	}
	.pst-hero-join b {
		font-size: 20px;
	}
	.pst-hero-term {
		margin-left: auto;
		margin-right: auto;
		white-space: normal;
	}
}

img.unveil {
  opacity: 0;
  transition: opacity .3s ease-in;
} 

img.unveil {
    display: inline-block;
    max-width: 100%;
    min-width: 48px;
    min-height: 48px;
}


a {
    color: #054d91;
    text-decoration: none;
}
a:hover{text-decoration: none;}


h1.errorpage {
    color: #FF024A;
    font-size: 61px;
    line-height: 60px;
    margin-top: 30px;
    text-align: center;
}
h2.errorpage {
    color: #999999;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 10px;
    text-align: center;
}
/* =HEADER
------------------------------------------------------------- */

.tablet_head_cta {
	display:none;
    background: url("images/top_banner.png") no-repeat scroll center bottom #222222;
    height: 135px;
    padding: 0;
    position: relative;
}

#header {height: 135px;padding: 0;position:relative;}
#header_mobile {display:none;}



#branding {float:left;margin-left:20px;margin-top:30px;}

.menu_container {display:none;}

@media all and (max-width: 980px) {
	#branding h1 {
		color: #A2A2A2;
		font-size: 15px;
	}
}


#top_banner {position:absolute;bottom:0px;right:-40px;}

.top_cta_container {position:absolute;width:130px;right:0px;z-index:1;top:0px;bottom:0px;background:#000;background:rgba(0,0,0,0.5);}

.top_splash {height:84px;position:absolute;top:0px;width:100%;}
.top_splash_ppc {height:84px;position:absolute;top:0px;width:100%;}


.burst-12 {
    background: #493bc9;
    width: 80px;
    height: 60px;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -40px;
    padding-top: 20px;
    top: -12px;
}

.burst-12:before, .burst-12:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
    z-index: -2;
    background: #493bc9;
}
.burst-12:before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
}
.burst-12:after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
}
 
span.burst_cta {
    color: #fbf004;
    font-size: 20px;
    padding: 0 0px;
    word-wrap: break-word;
    display: block;
    line-height: 18px;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

span.burst_call {
    font-size: 14px;
    display: block;
    color: white;
    font-size: 15px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-style: italic;
}

.top_spalsh_term {
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    margin-top: 68px;
    padding: 10px;
}

.first_line {display:block;color:#5e0000;font-size:14px;font-weight:bold;margin-top:5px;}
.second_line {display:block;color:#fff;font-size:21px;font-weight:bold;}
.third_line {display:block;color:#5e0000;font-size:14px;font-size:14px;font-weight:bold;margin-top:3px;}
.third_line b{color:#fff;font-size:14px;font-size:14px;font-weight:bold;}

@media all and (min-width: 851px) {
.global_wrap {left:0px !important;}
.menu_container {display:none !important;}
html {
    overflow: auto !important;
}
}
@media all and (max-width: 850px) {

	body  {margin-top:40px;}
	#header_mobile {height:40px;position:fixed;width:100%;background:#000;top:0px;display:block;z-index:999;box-shadow:0px 0px 10px rgba(0,0,0,0.4);min-width:320px;}
	
	#branding {
		float: left;
		margin-left: 10px;
		margin-top: 30px;
	}

	#branding h1 {
		color: #A2A2A2;
		font-size: 12px;
	}

	.mob_logo {
	left: 10px;
	position: relative;
	top: 5px;
	display:none;
	width: 211px;
	}


	.menu_container {
		background: none repeat scroll 0 0 #000000;
		display: none;
		overflow: auto;
		position: fixed;
		top: 40px;
		width: 100%;
		z-index: 102;
	}
	#menu li {
		background: url("images/nav_bg.png") repeat-x scroll center top rgba(0, 0, 0, 0);
		border-bottom: 1px solid #4B4B4B;
		width: 100%;
	}
	#menu li a{display:block;padding:10px;font-size:14px;font-weight:bold;color:#CACACA;}
	
	#mobile_menu_button {
		background: url("images/menu.png") no-repeat scroll left center rgba(0, 0, 0, 0);
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
		line-height: 39px;
		margin-right: 10px;
		padding-left: 38px;
		position: absolute;
		right: 0;
		top: 0;
	}

	#menu .sub-menu {display:none;}
	#menu li.menu-item-has-children a {}
	
	
	#menu .menu-item-has-children > a{
		background: url("images/dropdown_arrow.png") no-repeat scroll left 10px center;
		padding-left:30px;
	}
	#menu .menu-item-has-children .sub-menu li {border-bottom: 1px solid #ccc;}
	#menu .menu-item-has-children .sub-menu a {
		background:#ededed;
		color:#575eb1;
	}  
	#menu .menu-item-has-children .sub-menu a:hover {
		background:#D0D0D0;
	}
	
}
@media all and (max-width: 414px) {
	#header {display:none;}
	.mob_logo{display:block;}
	#mobile_menu_button {font-size:0px;}
	.tablet_head_cta {display:block;}
	.top_cta_container {
		right: 0%;
	}

}

/* =NAVIGATION
------------------------------------------------------------- */
#access {
	clear: both;
	display: block;
	position: relative;
	margin: 0 auto;
	font-size: 14px;
	font-weight:bold;
	color: white;
	border-bottom:5px solid #363a72;
}
#access li {
	float: left;
	position: relative;
	height: 40px;
	background: url(images/sep.png) repeat-y right center;
	border-bottom:1px solid #363a72;
}
#access a {
	display: block;
	line-height: 40px;
	text-decoration: none;
	color: #cacaca;
	height: 100%;
	padding: 0 15px;
}

#access .menu-item-has-children > a {
background: url(images/dropdown_arrow.png) no-repeat right 11px top 18px;
padding-right:30px;
}

#access ul {list-style: none;margin: 0;} #access ul ul li {min-width: 180px;height:30px;} #access ul ul ul {left: 100%;top: 0;}
#access ul ul a {line-height: 30px;padding: 0 10px;width: 160px;height: auto;}
#access ul li:hover > ul {display: block;}

#access .sub-menu {
    background: none repeat scroll 0 0 #000000;
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
	border-top:5px solid #363a72;
    line-height: 16px;
    position: absolute;
    top: 40px;
    z-index: 99999;
}


#access .nav-border,
#access .nav-border:hover,
#access .nav-border a:hover  {
	background:url(images/nav-bg-border.png) no-repeat;
	cursor: default;
	padding: 0 !important;
	margin: 0 !important;
	width: 3px;
}
#access li:hover,
#access #current_page_item,
#access .current_page_item,
#access .current-menu-ancestor  {
	background: #6b78e1;
	background: -moz-linear-gradient(top,  #6b78e1 0%, #363a72 100%);
	background: -webkit-linear-gradient(top,  #6b78e1 0%,#363a72 100%);
	background: linear-gradient(to bottom,  #6b78e1 0%,#363a72 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b78e1', endColorstr='#363a72',GradientType=0 );
}
#access a:hover,
#access #current_page_item a,
#access .current-menu-item a,
#access .current_page_item a,
#access .current-menu-ancestor a {color: white;}


@media all and (max-width: 850px) {
	.stripe_access{display:none;}
}

/* =PST TOPBAR (logo + genres, hamburger for overflow + other pages)
------------------------------------------------------------- */
#header.pst-topbar {
	height: auto;
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 12px;
	border-bottom: 1px solid #6b78e1;
	box-sizing: border-box;
}
#header.pst-topbar #branding {
	float: none;
	margin: 0;
	flex: 0 0 auto;
	min-width: 0;
}
#header.pst-topbar #branding a {
	display: block;
}
#header.pst-topbar #branding img {
	display: block;
	height: auto;
	max-height: 48px;
	width: auto;
	max-width: min(320px, 58vw);
}
#header.pst-topbar #branding h1 {
	margin: 4px 0 0;
	color: #cfcfcf;
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: 0.01em;
	max-width: 420px;
}
#access.pst-desktop-nav {
	flex: 1 1 auto;
	display: flex;
	justify-content: flex-end;
	clear: none;
	margin: 0;
	border-bottom: 0;
	min-width: 0;
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}
#access.pst-desktop-nav .menu-header {
	width: auto;
}
#access.pst-desktop-nav .menu-header > ul,
#access.pst-desktop-nav ul.menu,
#access.pst-desktop-nav .pst-genre-menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
}
#access.pst-desktop-nav li {
	float: none;
	height: auto;
	background: none !important;
	background-image: none !important;
	border-bottom: 0;
	filter: none;
	flex: 0 0 auto;
}
#access.pst-desktop-nav > .menu-header > ul > li > a,
#access.pst-desktop-nav > ul > li > a,
#access.pst-desktop-nav .pst-genre-menu > li > a {
	line-height: 1.2;
	height: auto;
	padding: 8px 9px;
	white-space: nowrap;
	color: #f0f0f0;
	background: none;
	border-radius: 0;
	transition: color .2s ease;
	text-transform: none;
	letter-spacing: 0.01em;
	font-size: 13px;
	font-weight: 600;
}
#access.pst-desktop-nav .pst-genre-menu > li.is-overflow {
	display: none !important;
}
#access.pst-desktop-nav .menu-item-has-children > a {
	background-image: none;
	padding-right: 22px;
}
#access.pst-desktop-nav .menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	vertical-align: middle;
}
#access.pst-desktop-nav > .menu-header > ul > li:hover > a,
#access.pst-desktop-nav > ul > li:hover > a,
#access.pst-desktop-nav .pst-genre-menu > li:hover > a,
#access.pst-desktop-nav > .menu-header > ul > li.current-menu-item > a,
#access.pst-desktop-nav > .menu-header > ul > li.current_page_item > a,
#access.pst-desktop-nav > .menu-header > ul > li.current-menu-ancestor > a,
#access.pst-desktop-nav > ul > li.current-menu-item > a,
#access.pst-desktop-nav > ul > li.current_page_item > a,
#access.pst-desktop-nav > ul > li.current-menu-ancestor > a,
#access.pst-desktop-nav .pst-genre-menu > li.current-menu-item > a {
	color: #fbf004;
	background: none;
}
#access.pst-desktop-nav .sub-menu {
	top: calc(100% + 6px);
	left: 50%;
	transform: translateX(-50%);
	float: none;
	min-width: 210px;
	padding: 8px 0;
	border-top: 0;
	border-radius: 10px;
	background: #121212;
	box-shadow: 0 14px 36px rgba(0,0,0,.45);
	text-transform: none;
	letter-spacing: 0;
	font-weight: 500;
	font-size: 13px;
}
#access.pst-desktop-nav .sub-menu li {
	min-width: 0;
	height: auto;
}
#access.pst-desktop-nav .sub-menu a {
	width: auto;
	height: auto;
	line-height: 1.3;
	padding: 10px 16px;
	color: #ddd;
}
#access.pst-desktop-nav .sub-menu a:hover,
#access.pst-desktop-nav .sub-menu .current-menu-item > a {
	color: #fbf004;
	background: none;
}
.pst-hamburger {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	flex: 0 0 auto;
}
.pst-hamburger span {
	display: block;
	width: 22px;
	height: 2px;
	background: #6b78e1;
	border-radius: 1px;
}
.pst-hamburger:hover span,
.pst-hamburger:focus span {
	background: #fff;
}
.pst-hamburger:focus {
	outline: 1px solid #6b78e1;
	outline-offset: 3px;
}
.pst-nav-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.55);
	z-index: 9998;
}
.pst-nav-overlay.is-open {
	display: block;
}
.pst-nav-drawer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(360px, 88vw);
	background: #0e0e0e;
	z-index: 9999;
	transform: translate3d(100vw, 0, 0);
	transition: transform .22s ease;
	overflow: auto;
	box-shadow: -8px 0 24px rgba(0,0,0,.4);
	pointer-events: none;
}
.pst-nav-drawer.is-open {
	transform: translate3d(0, 0, 0) !important;
	pointer-events: auto;
}
.pst-nav-drawer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 18px;
	border-bottom: 1px solid #6b78e1;
	color: #fff;
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.pst-nav-close {
	background: none;
	border: 0;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
	padding: 0 4px;
}
.pst-drawer-nav {
	font-family: 'Poppins', 'Segoe UI', sans-serif;
}
.pst-drawer-label {
	margin: 18px 18px 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6b78e1;
}
.pst-drawer-nav .menu-header > ul,
.pst-drawer-nav ul.menu,
.pst-drawer-nav .pst-genre-menu {
	list-style: none;
	margin: 0;
	padding: 8px 0 12px;
}
.pst-drawer-nav li {
	border-bottom: 1px solid #2a2a2a;
}
.pst-drawer-nav a {
	display: block;
	padding: 14px 18px;
	color: #f0f0f0;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}
.pst-drawer-nav a:hover,
.pst-drawer-nav .current-menu-item > a,
.pst-drawer-nav .current_page_item > a {
	color: #fbf004;
	background: none;
}
.pst-drawer-nav .sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #151515;
}
.pst-drawer-nav .menu-item-has-children.active > .sub-menu {
	display: block;
}
.pst-drawer-nav .sub-menu a {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 500;
	font-size: 13px;
	padding-left: 28px;
}
.pst-drawer-nav .menu-item-has-children > a {
	background-image: none;
	padding-right: 36px;
	position: relative;
}
.pst-drawer-nav .menu-item-has-children > a::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid currentColor;
}
html.pst-nav-lock {
	overflow: hidden;
}
.pst-cta-bar {
	display: none;
}
.pst-cta-bar #menu-ctas {
	float: none;
	margin-right: 0;
}

@media all and (max-width: 991px) {
	body {
		margin-top: 0;
	}
	#header.pst-topbar {
		display: flex;
		min-height: 56px;
		padding: 8px 12px;
	}
	#header.pst-topbar #branding img {
		height: 36px;
		max-height: 36px;
		max-width: 72vw;
		width: auto;
	}
	#header.pst-topbar #branding h1 {
		display: block;
		font-size: 13px;
		line-height: 1.3;
		max-width: min(420px, 70vw);
	}
	#access.pst-desktop-nav {
		display: none;
	}
	#header_mobile,
	.menu_container,
	.tablet_head_cta {
		display: none !important;
	}
	.stripe_access {
		display: none !important;
	}
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width:100%;
  border: 0;
}

/* =HOMEPAGE BOX (Slider etc.)
------------------------------------------------------------- */

#types {float:left;width:49%;min-height:200px;}
#type_info {
	float: left;
	width: 49%;
	min-height: 334px;
	background: #121212;
	position: relative;
	border-radius: 0;
	overflow: visible;
	border: 1px solid #6b78e1;
	box-sizing: border-box;
}

#profile_image {position:absolute;width:37.3%;top:0px;left:0px;bottom:0px;z-index:5;overflow:hidden;border-radius:0;}
#profile_image img,
#profile_image .rslides,
#profile_image .rslides li {
	width: 100%;
	height: 100%;
	max-width: none;
	float: none;
	display: block;
	object-fit: cover;
	border-radius: 0;
}

.types_left_side {float:right;width:62.7%;padding:20px 0;position:relative;z-index:3;}
.types_left_side h2 {color:#fff;font-size:22px;margin-bottom:8px;font-weight:700;line-height:1.25;}

.term_description {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #e8e8e8;
    line-height: 1.5;
}
#content .term_description p,
.term_description p {
	margin: 0 0 10px;
	color: #e8e8e8;
	font-size: 14px;
	line-height: 1.5;
}
.type_inner {padding: 0 15px 5px 5px;}
.step_triangle {
	position: absolute;
	height: 0;
	width: 0;
	top: -16px;
	right: 30px;
	background: none;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 16px solid #6b78e1;
	z-index: 2;
}

.step_box {
    position: relative;
    margin: 0;
    padding: 8px 12px 8px 36px;
    background: #6b78e1;
    color: #fff;
    border-radius: 0;
    box-sizing: border-box;
}
#type_info ul#stepss li {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    list-style: decimal outside none;
    margin-left: 20px;
    white-space: nowrap;
}
.step_head {
	border-bottom: 2px solid rgba(255,255,255,.35);
	font-size: 18px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 1px;
	color: #fff;
	font-weight: 700;
}
.type_pink_splash {
	width: 97px;
	height: 97px;
	z-index: 12;
	background: url(images/swap_spash.png) no-repeat;
	position: absolute;
	bottom: 10%;
	left: 37.3%;
	margin-left: -67px;
	pointer-events: none;
}

@media all and (max-width: 900px) {

.types_left_side h2 {
    margin-bottom: 13px;
}


}

@media all and (max-width: 850px) {
	.type_pink_splash {
		background: url("images/swap_spash.png") no-repeat scroll 0 0 / contain;
		bottom: 2%;
		height: 76px;
		width: 76px;
		margin-left: -53px;
	}
	#content .term_description p {
		margin-bottom: 0;
	}
	.type_inner {padding-bottom:0px;}
	
	.type_inner {
		padding-bottom: 0px;
	}
	
	.types_left_side h2 {
		margin-bottom: 5px;
	}
	.term_description {
		padding-bottom: 10px;
	}
	.types_left_side {
		padding: 20px 0 10px;
	}
}


#content .type_box {display:block;float:left;font-size:14px;width:32%;position:relative;color:#fff;font-weight:bold;margin-bottom:6px;margin-right:2%;overflow:hidden;border-radius:12px;border:1px solid #ba0000;box-sizing:border-box;transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;}
#content .type_box.last {margin-right:0%;}
#content .type_box:hover {
	transform: translateY(-5px);
	border-color: #6b78e1;
	box-shadow: 0 0 18px rgba(107, 120, 225, .35);
	color: #fff;
	text-decoration: none;
	z-index: 3;
}
.type_box img{float:none;display:block;width:100%;position:relative;z-index:0;}
.type_box span {position:absolute;bottom:0px;padding:5px;right:0px;left:0px;background:#000;background:rgba(0,0,0,0.8);color:#fff;z-index:2;white-space:normal;line-height:1.25;overflow:visible;}


#type_info ulstepss {
    list-style: none outside none;
    padding-left: 20px;
}

#type_info ul#stepss li {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    list-style: decimal outside none;
    margin-left: 20px;
    white-space: nowrap;
}

#type_info ul#stepss li.step_term {
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    line-height: 9px;
    list-style: none outside none;
    margin-bottom: 5px;
    margin-top: 5px;
}

#type_info ul#stepss li span.gray {color:#fff;}

#type_info ul#stepss li span.pink {
    color: #fff;
    text-decoration: underline;
}

#taxonomy_slider {} 


#featured_slider {float:right;width:49%;min-height:200px;
background: #ba0000;
background: -moz-linear-gradient(top,  #ba0000 0%, #6d0000 100%);
background: -webkit-linear-gradient(top,  #ba0000 0%,#6d0000 100%);
background: linear-gradient(to bottom,  #ba0000 0%,#6d0000 100%);
border-radius:12px;
overflow:hidden;
position:relative;
box-shadow:none;}
#featured_slider .prev,#featured_slider .next {font-size:0px;position:absolute;background:rgba(0,0,0,.45);width:28px;height:48px;z-index:10;top:50%;margin-top:-24px;border-radius:8px;}
#featured_slider .prev {left:10px;background:url(images/arrow_left.png) no-repeat center center rgba(0,0,0,.45);}
#featured_slider .next {right:10px;background:url(images/arrow_right.png) no-repeat center center rgba(0,0,0,.45);}
.featured_slide_wrap {
    margin: 15px 0 14px;
    padding: 8px 36px 8px 46px;
}
.featured_description {padding:10px 5px;}
#content .featured_description p,
.featured_description p {
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	line-clamp: 8;
	overflow: hidden;
	min-height: calc(1.4em * 8);
	max-height: calc(1.4em * 8);
}
.featured_term {color:#d4d4d4;font-size:12px;line-height:1.35;margin:8px 0;}

.featured_cta {background:#e9e9e9;border-radius:5px;display:block;padding:5px;margin-bottom:5px;box-shadow:0px 0px 10px rgba(0,0,0,0.2);}

.featured_cta span{display:block;font-size:15px;color:#151515;font-weight:700;line-height:1.2;}
.featured_cta span b{font-size:22px;font-weight:800;line-height:1.15;}
@media all and (max-width: 1000px) {
.featured_cta span{display:block;font-size:15px;color:#151515;font-weight:700;line-height:1.2;}
#content .term_description > p {font-size:14px;font-weight:normal;line-height:1.5;}
}
@media all and (max-width: 950px) {
#content .term_description > p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}
}


.featured_cta span b{color:#6b78e1;}

#featured_slider .featured_cta,
#featured_slider .view_profile_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .02em;
	padding: 10px 18px;
	border-radius: 12px;
	text-decoration: none;
	box-shadow: none;
	box-sizing: border-box;
	float: none;
	background-image: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
#featured_slider .featured_cta {
	background: #fbf004;
	border: 2px solid #fbf004;
	color: #000;
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 12px;
	width: 100%;
	max-width: 100%;
	white-space: nowrap;
}
#featured_slider .featured_cta b {
	color: inherit;
	font-size: 18px;
	font-weight: 800;
	margin-left: .2em;
	letter-spacing: 0;
}
#featured_slider .featured_cta:hover,
#featured_slider .featured_cta:focus {
	background: #6b78e1;
	border-color: #6b78e1;
	color: #fff;
	text-decoration: none;
}
#featured_slider .view_profile_button {
	background: #6b78e1;
	border: 2px solid #6b78e1;
	color: #fff;
	margin: 8px 0 0;
}
#featured_slider .view_profile_button:hover,
#featured_slider .view_profile_button:focus {
	background: transparent;
	border-color: #fff;
	color: #fff;
	text-decoration: none;
}

.featured_left {width:49%;float:left;position:relative;overflow:hidden;border-radius:8px;}
#featured_slider .featured_left img,
#featured_slider .featured_left video {
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	object-fit: contain;
	object-position: center top;
	float: none;
	display: block;
	background: transparent;
}
#content .featured_left a {color:white;}
.featured_caption {
background:#000;
background:rgba(0,0,0,0.8);
position:absolute;z-index:10;bottom:0px;left:0px;right:0px;padding:10px;font-size:18px;font-weight:bold;}
.featured_right {width:48%;float:right;padding-right:1%;}

@media all and (max-width: 800px) {
.featured_caption {
font-size:13px;}
}



#content .view_profile_button {background:#e9e9e9;background: url(images/grey_arrow.png) no-repeat right 7px center #e9e9e9;color:#151515;font-size:14px;border-radius:5px;display:block;padding:5px 20px 5px 7px;margin-bottom:5px;box-shadow:0px 0px 10px rgba(0,0,0,0.2);font-weight:bold;float:left;}
#content #featured_slider .view_profile_button {
	background: #6b78e1;
	background-image: none;
	border: 2px solid #6b78e1;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	margin: 8px 0 0;
	box-shadow: none;
	float: none;
}
#content #featured_slider .view_profile_button:hover,
#content #featured_slider .view_profile_button:focus {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

@media all and (max-width: 850px) {

	#type_info ul li {
		color: #2398FE;
		font-size: 12px;
		font-weight: bold;
		list-style: decimal outside none;
	}


}


@media (max-width: 736px) and (min-width: 630px){
	#types {
	    width: 100%;
	    min-height: 0px;
	    text-align: center;
	}

	#type_info {
	    min-height: 0 !important;
	    width: 100%;
	}

	#profile_image {
	    width: 15.3%;
	}

	.types_left_side {
	    width: 83.7%;
	}

	#content .type_box {
	    width: 18.5%;
	    margin-left: 0.5%;
	    margin-right: 0.5%;
	    display: inline-block;
	    float: none;
	}
	#featured_slider {
	    width: 100%;
	}
}

@media (max-width: 736px) and (min-width: 730px){
#profile_image {
    width: 12.8%;
}

.types_left_side {
    width: 85.7%;
}

}

.call_lbl {display: inline !important;font-size:15px;font-weight:700;}
 
@media all and (max-width: 830px) {

	.call_lbl {display: inline !important;}

}

@media all and (max-width: 650px) {
	.profile-cta-item.iiiCTA .profile_cta {
		height: 58px;
	}
	
	.profile-cta-item.iiiCTA .profile_cta_inner span {
		padding: 0 !important;
	}

	#type_info {width:100%; float:none; box-sizing: border-box; min-height: 0; overflow: visible; margin: 0 0 12px;}
	#type_info #profile_image {display:none;}
	.type_pink_splash {display:none;}
	.type_seo_header {
		text-align: center;
		margin: 0 0 12px;
		padding: 4px 8px 0;
	}
	.type_seo_header h1 {
		font-size: 22px;
		line-height: 1.25;
		text-align: center;
	}
	.types_left_side h2 {
		font-size: 20px;
	}
	#type_info .step_box,
	.step_box {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		padding: 12px 16px;
		margin: 0;
		box-sizing: border-box;
	}
	.step_triangle {
		display: block;
		right: 24px;
	}
	#type_info ul#stepss li {
		white-space: normal;
	}
	.types_left_side {
		padding: 16px 0 0;
		width: 100%;
		float: none;
		box-sizing: border-box;
	}
	.type_inner {
		padding: 0 12px 10px;
	}
	
	#stepss > li {
		margin-left: 21px;
	}

	#types {
		display: flex;
		flex-wrap: wrap;
		float: none;
		width: 100%;
		min-height: 0;
		gap: 6px;
		margin: 0 0 12px;
	}
	#content .type_box,
	#content .type_box.last {
		float: none;
		display: block;
		width: calc((100% - 12px) / 3);
		margin: 0;
		flex: 0 0 calc((100% - 12px) / 3);
	}
	#content .type_box img {
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
		object-fit: cover;
		display: block;
	}
	#content .type_box span {
		display: block;
		font-size: 11px;
		padding: 4px 5px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
		
	.step_box {
		padding: 12px 16px;
		position: relative;
		right: 0;
		width: 100%;
	}
	
	.types_left_side {
		float: none;
		padding: 16px 0 0;
		width: 100%;
	}

	.featured_description {display:block;}
	#content .featured_description p,
	.featured_description p {
		display: block;
		font-size: 15px;
		line-height: 1.4;
		-webkit-line-clamp: unset;
		line-clamp: unset;
		min-height: 0;
		max-height: none;
	}
	#featured_slider {
		float: none;
		width: 100%;
		margin: 12px 0;
	}
	.featured_left,
	.featured_right {
		float: none;
		width: 100%;
		padding: 0;
		clear: both;
	}
	#featured_slider .featured_left img,
#featured_slider .featured_left video {
		aspect-ratio: auto;
		max-height: none;
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	.featured_slide_wrap {
		margin: 0;
		padding: 16px;
	}
	#featured_slider .prev,
	#featured_slider .next {
		top: 0;
		margin-top: 0;
	}
	.featured_right,
	.featured_description,
	#content .featured_description p,
	.featured_description p,
	.featured_term,
	.featured_caption {
		text-align: center;
	}
	#featured_slider .featured_cta {
		display: flex;
		margin: 4px auto 0;
		width: 100%;
		max-width: 100%;
		text-align: center;
		font-size: 16px;
		padding: 12px 14px;
	}
	#featured_slider .featured_term {
		margin: 4px 0 2px;
	}
	#featured_slider .featured_cta b {
		font-size: 22px;
	}
	#featured_slider .view_profile_button,
	#content #featured_slider .view_profile_button {
		display: inline-flex;
		width: auto;
		max-width: none;
		margin: 6px auto 0;
		padding: 8px 16px;
		font-size: 13px;
	}
	.featured_cta span {
		color: #151515;
		display: block;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
	}
	.featured_cta span b {
		font-size: 22px;
		font-weight: 800;
	}	
	.featured_caption {
		font-size: 20px;
		line-height: 1.25;
		padding: 10px 12px;
		left: 0;
		right: 0;
	}
	.home .pink_box_inner,
	.home .pink_box_inner h2,
	.home .pink_box_inner p,
	.home .homepage_content.pink_box h2,
	.home .homepage_content .entry-content {
		text-align: center;
	}
	.home .top_pagnation,
	.front-page .top_pagnation {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
		padding: 10px 12px;
		float: none;
		width: 100%;
		box-sizing: border-box;
	}
	#content .pagination .wp-pagenavi {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		float: none;
		clear: none;
		width: auto;
		text-align: center;
		gap: 10px;
	}
	#content .pagination .wp-pagenavi a,
	#content .pagination .wp-pagenavi span,
	.home .top_pagnation .wp-pagenavi a,
	.home .top_pagnation .wp-pagenavi span,
	.front-page .top_pagnation .wp-pagenavi a,
	.front-page .top_pagnation .wp-pagenavi span {
		float: none;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		min-width: 36px;
		height: 36px;
		line-height: 1;
		padding: 0 12px;
		margin: 0;
		font-size: 15px;
		border-radius: 6px;
	}
	.home .top_pagnation .sort_option,
	.front-page .top_pagnation .sort_option {
		float: none;
		width: 100%;
		max-width: 240px;
	}
	.home .top_pagnation h4,
	.front-page .top_pagnation h4 {
		display: none;
	}
	.home .profiles_intro,
	.front-page .profiles_intro {
		display: block;
		float: none;
		width: 100%;
		margin: 8px 0 0;
		padding: 0 12px;
		text-align: center;
		white-space: normal;
		font-size: 14px;
		line-height: 1.35;
		color: #f1f1f1;
		box-sizing: border-box;
	}
	.home #content .profiles,
	.front-page #content .profiles {
		padding-top: 8px;
	}
}
@media all and (max-width: 500px) {
	.featured_left,
	.featured_right {
		float: none;
		width: 100%;
		padding: 0;
	}
	.featured_slide_wrap {
		margin: 0;
		padding: 16px;
	}
}

@media all and (max-width: 400px) {
	.types_location {display:none;}
	.featured_slide_wrap {
		margin: 0;
		padding: 16px;
	}

}

.pink_box {
background: #6b78e1;
	background: -moz-linear-gradient(top,  #6b78e1 0%, #363a72 100%);
	background: -webkit-linear-gradient(top,  #6b78e1 0%,#363a72 100%);
	background: linear-gradient(to bottom,  #6b78e1 0%,#363a72 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b78e1', endColorstr='#363a72',GradientType=0 );
min-height:10px;width:100%;margin-top:10px;position:relative;margin-bottom:20px;}

.pink_box_inner {padding:10px 20px 10px;}
#content .pink_box_inner p,
.pink_box_inner p {
	margin-bottom:5px !important;
	color:white;
	font-size:14px;
	line-height:1.4;
}

.pink_box_inner h3 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.pink_box_inner h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
	text-align: left;
}
.pink_box_inner a {
	color: #dacf0e;
	font-weight: bold;
	text-decoration: underline;
}
.pink_box_inner a:hover {
	text-decoration: none;
}

.pink_triangle {background:url(images/pink_triangle.png) no-repeat;position:absolute;width:31px;height:16px;bottom:-16px;left:50%;margin-left:-15px;}

.homepage_content.pink_box {
	margin-top: 28px;
	margin-bottom: 20px;
}
.homepage_content .pink_triangle {
	display: none;
}
.homepage_content.pink_box::after {
	content: "";
	position: absolute;
	left: 50%;
	top: -16px;
	width: 0;
	height: 0;
	margin-left: -16px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #6b78e1;
}


@media all and (max-width: 650px) {
.pink_box p{display:block;}
.homepage_content.pink_box p {display:block;}
}

@media all and (max-width: 850px) {
.pink_box_inner p {margin-bottom:0px !important;}

.pink_box_inner {
    padding: 7px;
}
.pst-seo-extra {
	padding: 8px 7px;
}
}

/* CAT */


#content .profiles {
	list-style: none;
	margin: 0 0 24px;
	padding: 24px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	clear: both;
	width: 100%;
}
#content .profiles a {color:white; text-decoration: none;}

#content .profiles li {
	float: none;
	width: calc((100% - 48px) / 4);
	max-width: none;
	margin: 0;
	flex: 0 0 calc((100% - 48px) / 4);
	box-sizing: border-box;
	position: relative;
	background: linear-gradient(160deg, #121212 0%, #0a0a0a 100%);
	border: 1px solid #6b78e1;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 16px rgba(107, 120, 225, .22);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

#content .profiles li:hover {
	transform: translateY(-5px);
	border-color: #ba0000;
	box-shadow: 0 0 18px rgba(186, 0, 0, .35);
}

#content .profiles li.placeholder {
    background: url(images/placeholder.jpg) no-repeat top center #c6c6c6;
    background-size: 100%;
    position: relative;
}

.ph_label {
    position: absolute;
    bottom: 30px;
    padding: 0 10px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #8e8e8e;
}

#content .profiles li.sixth {margin-right:0;}
#content .profiles li .thumb_holder img,
#content .profiles li .thumb_holder video {
	float: none;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	display: block;
	position: absolute;
	inset: 0;
	border: 0;
	background: #000;
	pointer-events: none;
}
#content .profiles li .list_caption {
	background: transparent;
	clear: both;
	max-height: none;
	overflow: hidden;
	padding: 10px 12px 4px;
	text-align: center;
}
#content .profiles li .list_caption span {
	display: block;
	line-height: 1.25;
}
#content .profiles li .list_caption span.name_and_age {
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	margin-bottom: 2px;
}
#content .profiles li .list_caption span.quote {
	display: block;
	color: #fbf004;
	font-style: italic;
	font-weight: 600;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#content .profiles li .list_cta_holder {
	background: transparent;
	padding: 6px 12px 12px;
	text-align: center;
}
#content .profiles li .list_cta {
	background: #fbf004;
	padding: 12px 10px;
	margin-bottom: 8px;
	border-radius: 8px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#content .profiles li .list_cta a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

#content .profiles li .thumb_holder {
	max-height: none;
	aspect-ratio: 3 / 4;
	background: #111;
	position: relative;
	overflow: hidden;
}

#content .profiles li .hover_profile {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}

#content .profiles li .list_genre,
#content .profiles li .video,
.main_image .list_genre {
	position: absolute;
	top: 12px;
	left: 0;
	right: auto;
	bottom: auto;
	background: rgba(0,0,0,.55);
	color: #fff;
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 0 6px 6px 0;
	border: 1px solid #6b78e1;
	border-left: none;
	z-index: 11;
}
#content .profiles li .list_genre + .video {
	top: 44px;
}
#content .profiles li .list_genre,
.main_image .list_genre {
	max-width: calc(100% - 70px);
	white-space: normal;
	line-height: 1.25;
}

#content .profiles li .is_new {
	background: url("images/profile_new_badge.png") no-repeat center / contain;
	position: absolute;
	top: 5px;
	right: 5px;
	left: auto;
	bottom: auto;
	width: 47px;
	height: 51px;
	display: block;
	font-size: 0;
	z-index: 12;
}

#content .profiles li .hover_profile img {width:100%; height:100%; object-fit:cover;}

#content .profiles li:hover .hover_profile {display:block;}
.headshot_image_holder {
	width:88px;
	height:88px;
	position: relative;
	background:url(images/loader.gif) no-repeat center center #fff;
    overflow: hidden;
}

.video_headeshot {
    background: url("images/video_small_badge.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 5px;
    height: 29px;
    position: absolute;
    right: 5px;
    width: 29px;
    z-index: 10;
}

.is_new_headeshot {
    background: url("images/new_small_badge.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 5px;
    height: 29px;
    position: absolute;
    left: 5px;
    width: 29px;
    z-index: 10;
}


#content .profiles li .list_cta span {
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	line-height: 1.15;
	text-align: center;
}
#content .profiles li .list_cta span b {
	font-size: 22px;
	font-weight: 800;
	color: #000;
}
#content .profiles li .list_cta span b.ctato {font-size: 22px;}

#content .profiles li .list_cta_holder .list_term {
	font-size: 12px;
	line-height: 1.35;
	font-weight: 400;
	color: #f0f0f0;
	text-align: center;
}
#content .profiles li .list_alt_ctas {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ba0000;
	text-align: center;
}
#content .profiles li .list_mobile_cta {
	display: block;
	color: #fff;
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}
#content .profiles li .list_mobile_cta b {
	font-size: 22px;
	font-weight: 800;
	color: #fbf004;
	margin-left: .15em;
}
#content .profiles li .list_mobile_term {
	font-size: 12px;
	line-height: 1.35;
	font-weight: 400;
	color: #f0f0f0;
	margin: 3px 0 8px;
}
#content .profiles li .list_card_cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 16px;
	border-radius: 8px;
	background: #6b78e1;
	color: #fff;
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}
#content .profiles li .list_card_cta .fa-credit-card {
	color: inherit;
	font-size: 15px;
	margin-right: 6px;
}
#content .profiles li .list_card_cta:hover,
#content .profiles li .list_card_cta:focus {
	background: #fbf004;
	color: #000;
}
#content .profiles li .list_card_cta:hover .fa-credit-card,
#content .profiles li .list_card_cta:focus .fa-credit-card {
	color: #000;
}

@media all and (max-width: 500px) {
	#content .profiles li .list_cta {
		display: flex;
	}
	#content .profiles li .list_cta_holder,
	#content .profiles li .list_cta_holder .list_term {
		display: block;
	}
	#content .type_box span {
		display: block;
		font-size: 12px;
		padding: 4px 6px;
	}
}

@media all and (max-width: 991px) {
	#content .profiles li {
		width: calc((100% - 32px) / 3);
		flex-basis: calc((100% - 32px) / 3);
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	#content .profiles li .list_cta_holder {
		padding: 6px 8px 10px;
	}
	#content .profiles li .list_cta {
		padding: 8px 4px;
	}
	#content .profiles li .list_cta span {
		font-size: 12px;
		white-space: nowrap;
	}
	#content .profiles li .list_cta span b,
	#content .profiles li .list_cta span b.ctato {
		font-size: 15px;
	}
	#content .profiles li .list_mobile_cta {
		font-size: 13px;
		white-space: nowrap;
	}
	#content .profiles li .list_mobile_cta b {
		font-size: 15px;
	}
	#content .profiles li .list_card_cta {
		display: flex;
		width: 100%;
		box-sizing: border-box;
		padding: 8px 6px;
		font-size: 12px;
		white-space: nowrap;
	}
	#content .profiles li .list_card_cta .fa-credit-card {
		font-size: 12px;
		margin-right: 4px;
	}
}

@media all and (max-width: 850px) {

	.type_seo_header {
		text-align: center;
		margin: 0 0 12px;
		padding: 4px 8px 0;
	}
	.type_seo_header h1 {
		font-size: 22px;
		line-height: 1.25;
		text-align: center;
	}

#content .profiles li .hover_profile {display:none !important;}
#content .profiles li .list_cta {text-align:center;}

#content .profiles li {
	float: none;
	max-width: none;
	margin: 0;
}

#content .profiles li .thumb_holder {
	max-height: none;
}

	#types {
		display: flex;
		flex-wrap: wrap;
		float: none;
		width: 100%;
		min-height: 0;
		gap: 6px;
		margin: 0 0 12px;
	}
	#content .type_box,
	#content .type_box.last {
		float: none;
		display: block;
		width: calc((100% - 12px) / 3);
		margin: 0;
		flex: 0 0 calc((100% - 12px) / 3);
	}
	#content .type_box img {
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
		object-fit: cover;
		display: block;
	}
	#content .type_box span {
		display: block;
		font-size: 12px;
		padding: 4px 6px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#featured_slider {
		float: none;
		width: 100%;
		margin: 12px 0;
	}
	.featured_left,
	.featured_right {
		float: none;
		width: 100%;
		padding: 0;
		clear: both;
	}
	.featured_slide_wrap {
		margin: 0;
		padding: 16px;
	}
	#featured_slider .prev,
	#featured_slider .next {
		top: 0;
		margin-top: 0;
	}
	.featured_right,
	.featured_description,
	#content .featured_description p,
	.featured_description p,
	.featured_term,
	.featured_caption {
		text-align: center;
	}
	#content .featured_description p,
	.featured_description p {
		display: block;
		min-height: 0;
		max-height: none;
		-webkit-line-clamp: unset;
		line-clamp: unset;
	}
	#featured_slider .featured_cta {
		display: flex;
		margin: 4px auto 0;
		width: 100%;
		max-width: 100%;
		text-align: center;
		font-size: 16px;
		padding: 12px 14px;
		white-space: nowrap;
	}
	#featured_slider .featured_cta b {
		font-size: 22px;
	}
	#featured_slider .view_profile_button,
	#content #featured_slider .view_profile_button {
		display: inline-flex;
		width: auto;
		max-width: none;
		margin: 6px auto 0;
	}
	.featured_caption {
		font-size: 20px;
		line-height: 1.25;
		padding: 10px 12px;
		left: 0;
		right: 0;
	}
}

@media all and (min-width: 651px) and (max-width: 850px) {
	#type_info {
		float: none;
		width: 100%;
		max-width: 460px;
		margin: 0 auto 12px;
		padding: 0 24px;
		box-sizing: border-box;
		min-height: 0 !important;
		height: auto;
		overflow: visible;
	}
	#type_info #profile_image {
		display: block;
		position: relative;
		width: 100%;
		max-width: 300px;
		height: auto;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		margin: 20px auto 0;
		overflow: hidden;
	}
	#type_info #profile_image:after {
		content: "";
		position: absolute;
		right: 6px;
		bottom: 10px;
		width: 76px;
		height: 76px;
		background: url("images/swap_spash.png") no-repeat center / contain;
		z-index: 12;
		pointer-events: none;
	}
	#type_info #profile_image img,
	#type_info #profile_image .rslides,
	#type_info #profile_image .rslides li {
		width: 100%;
		height: auto;
		max-height: 400px;
		aspect-ratio: 3 / 4;
		object-fit: cover;
	}
	.type_pink_splash {
		display: none;
	}
	.types_left_side {
		float: none;
		width: 100%;
		padding: 16px 0 0;
		box-sizing: border-box;
	}
	.types_left_side h2 {
		font-size: 20px;
	}
	.type_inner {
		padding: 0 12px 10px;
	}
	#type_info .step_box,
	.step_box {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		padding: 12px 16px;
		margin: 0;
		box-sizing: border-box;
	}
	.step_triangle {
		display: block;
		right: 24px;
	}
	#type_info ul li,
	#type_info ul#stepss li {
		color: #fff;
		font-size: 14px;
		white-space: normal;
	}
	#featured_slider {
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 24px;
		box-sizing: border-box;
	}
	.featured_slide_wrap {
		padding: 20px;
	}
	#featured_slider .featured_left {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	#featured_slider .featured_left img,
#featured_slider .featured_left video {
		width: 100%;
		height: auto;
		max-height: none;
		aspect-ratio: auto;
		object-fit: contain;
		object-position: center top;
	}
}

@media all and (max-width: 767px){

#content .profiles {gap: 14px;}
#content .profiles li {
	float: none;
	max-width: none;
	margin: 0;
	width: 100%;
	flex-basis: 100%;
}
#content .profiles li.sixth,
#content .profiles li.fifth,
#content .profiles li.third {
	margin: 0;
}

} 

@media all and (max-width: 340px){

#content .profiles li {
	float: none;
	max-width: none;
	margin: 0;
	width: 100%;
	flex-basis: 100%;
}
.sort_option {}


.homepage_content h2,
.homepage_content h3{font-size: 20px;line-height: 1.25;font-weight: 700;}

} 

/* =PROFILE
------------------------------------------------------------- */

.profile_top_block {
	background: #ba0000;
    background: -moz-linear-gradient(top, #ba0000 0%, #6d0000 100%);
    background: -webkit-linear-gradient(top, #ba0000 0%,#6d0000 100%);
    background: linear-gradient(to bottom, #ba0000 0%,#6d0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0000', endColorstr='#6d0000',GradientType=0 );
	padding:15px;
	margin-bottom:15px;
	margin-top:5px;
}

.long_quote a {
    color: #dacf0e;
    font-weight: bold;
    text-decoration: underline;
}

.long_quote a:hover {    text-decoration: none;}

.profile_content {background:white;padding:15px 10px 10px;margin-bottom: 20px;}

.profile_content h2,
.profile_content h3 {
    color: #000000;
    font-size: 25px;
	text-align:center;
    line-height: 25px;
}

#content .profile_content p:last-child {margin-bottom:0px;}
.profile_media {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    width: 36%;
}
.profile_media_inner {padding:10px;position: relative;}
.secondary_images {
    float: left;
    width: 31.5%;
}

.main_image {
    float: none;
    max-height: none;
	position: relative;
    overflow: hidden;
    width: 100%;
}

.main_image .is_new, .profile_media_inner .is_new {
    background: url("images/profile_new_badge.png") no-repeat center / contain;
    height: 51px;
    top: 5px;
    right: 5px;
    bottom: auto;
    left: auto;
    position: absolute;
    width: 47px;
    z-index: 10;
}

.profile_media_inner  .is_new.video {left:10px;}
.profile_media_inner img {width:100%;float:left;}
.secondary_top_image {margin-bottom:10px;}

.profile_info {
    float: right;
    width: 62%;
	color:white;
}

.title_container {background:url("images/nav_bg.png") repeat-x scroll center top #151515;padding:10px;margin-bottom:10px;}
.title_container .profile_title {margin:0px;color:white;font-size:35px;line-height:35px;font-weight:bold;}
.title_container .profile_title span {
    font-size: 28px;
    color: #FF0;
}

.long_quote {
    border-right: 1px solid #FFFFFF;
    float: left;
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
    overflow: hidden;
    padding-right: 2%;
    width: 58%;
}

.stats {
   float: right;
   width: 38%;
}
.stats ul {list-style:none;}

.stats ul li {
    border-bottom: 1px solid;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.stats ul li:last-child {  border-bottom: 0px solid; margin-bottom: 0px;}

.stats ul li span {font-size:16px;font-weight:bold;color:#ffd6e1;}


.profile_cta {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    clear: both;
    float: left;
    margin-top: 14px;
    width: 100%;
	position:relative;
}

.iiiCTA .profile_cta {

background: rgb(224,188,69); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(224,188,69,1) 0%, rgba(248,244,8,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(224,188,69,1) 0%,rgba(248,244,8,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(224,188,69,1) 0%,rgba(248,244,8,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0bc45', endColorstr='#f8f408',GradientType=0 ); /* IE6-9 */

	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    border-radius: 5px;
    clear: both;
    float: none;
    margin: 0 auto;
    margin-top: 14px;
    width: 100%;
    max-width: 480px;
    position: relative;
    text-align: center;
}

.iiiCTA.featured_cta {
    padding: 0px;
}

.iiiCTA.featured_cta .profile_cta {
    margin-top: 0px;
}


.profile_cta_inner {
    color: #000000;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 0 10px 0 50px;
    font-weight: 700;
}

.iiiCTA .profile_cta_inner {
    letter-spacing: 0px;
    padding: 10px 0px 6px;
} 

.profile_cta_inner span {font-style:normal;font-weight:800;color:#5a65bd;font-size:22px;}

.iiiCTA .profile_cta_inner span {
    color: #810000 !important;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    padding: 10px 0px 6px;
}

.sms_phone {position:absolute;left:0px;top:-5px;}

.profile_cta_term {
    clear: both;
    font-size: 10px;
    padding-left: 50px;
}

.video_images {margin-top:3px;}
.video_images img {
    float: none;
    text-align: center;
}

.left_image {
    float: left;
	width:24.7%;
}

.middle_image {
    float: left;
	width:48%;
	padding:0 1%;
	margin:0px 0.3%;
}

.right_image {
    float: left;
	width:24.7%;
}

.cta_container {
    float: right;
    width: 55%;
    line-height: 18px;
}
.profile_cta_term {
    clear: both;
    font-size: 10px;
    padding-left: 50px;
    color: white;
}
@media all and (max-width: 800px) {

.cta_container {
    float: right;
    padding: 0 14%;
    width: 66%;
}

}
@media all and (max-width: 600px) {

.cta_container {
    float: right;
    width: 100%;
	padding: 0 0%;
	
}
.profile_top_block {
    padding: 10px;
}

.main_image {
    float: none;
    max-height: none;
    overflow: hidden;
    width: 100%;
}

.profile_media {
    width: 100%;
}

.profile_info {
    width: 100%;
}

.long_quote {
    border-right: 0 solid #FFFFFF;
    padding-right: 0;
    width: 100%;
}


.stats {
    margin-top: 10px;
    width: 100%;
}

.profile_cta_term {
    padding-left: 0;
    padding-top: 10px;
}

.sms_phone {
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -33px;
}

}

@media all and (max-width: 420px) {
	.sms_phone {
	    width: 30px;
	    margin-top: -21px;
	    display: none;
	}

	.iiiCTA .sms_phone {
	    display: block;
	}
}
@media all and (max-width: 400px) {
	.title_container .profile_title span {
		display:none;
	}
	
	.profile_content h2,
	.profile_content h3 {
		color: #000000;
		font-size: 17px;
		line-height: 18px;
	}

	.profile_cta {
		margin-top: 0px;
	}
	
	.profile_cta_inner {
		color: #000000;
		font-size: 15px;
		font-style: italic;
		letter-spacing: 0;
		line-height: 1.2;
		padding: 3px 10px 3px 10px;
		font-weight: 700;
	}
	.break {display:block;}
	.profile_cta_term {
		line-height: 9px;
		padding-left: 0;
		padding-top: 3px;
	}
}


/* =CTA
------------------------------------------------------------- */
.cta {float:left;}


/* =PAGES
------------------------------------------------------------- */
#anchor_faq {margin:0px;list-style:none;}
#answers {margin:0px;list-style:none;}
#answers li {border-bottom:1px solid #ccc;}

#answers .question {
    display: block;
	 color: #414685;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}

#answers  .answer {padding-bottom:10px;}
.page_content {margin-top:12px;}
.page_inner {background:white;padding:20px;}
#content.pst-simple-page {
	float: none;
	display: block;
	width: 100%;
	max-width: none;
	margin: 4px auto 40px;
	padding: 22px max(22px, calc((100% - 900px) / 2));
	color: #fff;
	box-sizing: border-box;
}
#content.pst-simple-page .pst-simple-page-body > *,
#content.pst-simple-page .pst-simple-page-body .wp-block {
	max-width: 100%;
}
#content.pst-simple-page .alignfull,
#content.pst-simple-page .alignwide {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	width: 100%;
}
.pst-simple-page-header {
	margin: 0 0 18px;
	text-align: left;
}
.pst-simple-page-header h1 {
	margin: 0;
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
}
.pst-simple-page-body {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}
.pst-simple-page-body h2,
.pst-simple-page-body h3,
.pst-simple-page-body h4 {
	margin: 18px 0 8px;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
}
.pst-simple-page-body h2 {
	font-size: 24px;
}
.pst-simple-page-body h3 {
	font-size: 20px;
}
.pst-simple-page-body h4 {
	font-size: 16px;
}
.pst-simple-page-body p {
	margin: 0 0 12px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
.pst-simple-page-body a {
	color: #dacf0e;
	font-weight: bold;
	text-decoration: underline;
}
.pst-simple-page-body a:hover,
.pst-simple-page-body a:focus {
	text-decoration: none;
}
.pst-simple-page-body ul,
.pst-simple-page-body ol {
	margin: 0 0 12px 22px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
.pst-simple-page-body li {
	margin: 0 0 6px;
}
@media all and (max-width: 850px) {
	#content.pst-simple-page {
		padding: 14px;
	}
	.pst-simple-page-header h1 {
		font-size: 26px;
	}
}

.banners_holder {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-top: 20px;
    padding: 2%;
    width: 96%;
}


.banerholder {
    border: 1px solid #777777;
    display: block;
}

.bannerholder:hover {border:3px solid #FF024A;}

.banners {list-style:none;float:left;width:50%;}
.banners img {max-width:100%;float:left;}

.banners li {
    float: left;
    padding: 0 2%;
    width: 96%;
	margin-bottom:15px;
}

@media all and (max-width: 530px) {
.banners {width:100%;}
}

.headshot_carousel_holder {
    border-bottom: 5px solid #ba0000;
    margin: 0 0 5px;
    padding: 0 5.6% 5px;
}
#headshots.homepage:empty {
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.headshot_carousel_holder .slider.headshots {

	background: #ba0000;
	background: -moz-linear-gradient(top,  #ba0000 0%, #6d0000 100%);
	background: -webkit-linear-gradient(top,  #ba0000 0%,#6d0000 100%);
	background: linear-gradient(to bottom,  #ba0000 0%,#6d0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0000', endColorstr='#6d0000',GradientType=0 );

}
.headshot_carousel_holder .slick-prev {
	background: #ba0000;
	background-image: url(images/arrow_left.png);
	background-position: center center;
	background-repeat: no-repeat;
	left: -30px;
}
.headshot_carousel_holder .slick-next {

	background: #ba0000;
	background-image: url(images/arrow_right.png);
	background-position: center center;
	background-repeat: no-repeat;
	right: -30px;
}

.headshot_carousel_holder .slick-slide.slick-active > a {
    color: #FFFFFF;
}

.headshot_carousel_holder .slick-prev:before,.headshot_carousel_holder .slick-next:before {
    content: "";
}

.headshot_carousel_holder .slick-prev, .headshot_carousel_holder .slick-next {
    border: medium none;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    margin-top: -30px;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 50%;
	width: 30px;
    height: 60px; 
}



@media all and (max-width: 960px) {
	.headshot_carousel_holder {
		padding: 0 10% 5px;
	}
}
@media all and (max-width: 940px) {
	.headshot_carousel_holder {
		padding: 0 7% 5px;
	}
}
@media all and (max-width: 850px) {
	.headshot_carousel_holder {
		padding: 0 8% 5px;
	}
	
	.blog .headshot_carousel_holder {
		margin-top: 10px;
	}
}
@media all and (max-width: 400px) {
	.headshot_carousel_holder {
		padding: 0 6% 5px;
		margin: 5px 0 5px;
	}
	.headshot_carousel_holder .slick-prev {
		background: url("images/arrow_left.png") no-repeat scroll center center #ba0000;
		left: -24px;
	}
	.headshot_carousel_holder .slick-next {
		background: url("images/arrow_right.png") no-repeat scroll center center #ba0000;
		right: -24px;
	}
	.headshot_carousel_holder .slick-prev, .headshot_carousel_holder .slick-next {
		width: 24px;
	}
} 

#headshot_carousel{
display:none;
}
#content #headshot_carousel a {color:white;}

.headshot_caption {
    background: none repeat scroll 0 0 #000000;
    display: inline-block;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0 4px;
    text-align: left;
    width: 80px;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#ec0049;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
	max-width:100%;
}

#container .slick-slider {
    margin-bottom: 0;
}


/* PAGINATION */
.pagination {width:100%;float:left;}

.top_pagnation {
    background: url("images/nav_bg.png") repeat-x scroll center top #191919;
    border-bottom: 5px solid #ba0000;
    margin: 0 0 5px;
    padding: 5px 0.5%;
    width: 99%;
}

.profiles_intro {
    color: #F1F1F1;
    float: left;
    line-height: 17px;
    margin-left: 10px;
}

@media all and (min-width: 851px) {
	.home .profiles_toolbar,
	.front-page .profiles_toolbar,
	.page-template-page-home .profiles_toolbar {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		gap: 12px;
		background: url("images/nav_bg.png") repeat-x scroll center top #191919;
		border-top: 5px solid #ba0000;
		border-bottom: 5px solid #ba0000;
		margin: 0 0 5px;
		padding: 9px 10px;
		width: 100%;
		box-sizing: border-box;
	}
	.home #content .profiles_toolbar .top_pagnation,
	.front-page #content .profiles_toolbar .top_pagnation,
	.page-template-page-home #content .profiles_toolbar .top_pagnation {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex: 0 0 auto;
		flex-shrink: 0;
		background: none;
		border: none;
		border-bottom: none;
		margin: 0;
		padding: 0;
		width: auto;
		max-width: none;
		float: none;
		gap: 10px;
	}
	.home #content .profiles_toolbar .wp-pagenavi,
	.front-page #content .profiles_toolbar .wp-pagenavi,
	.page-template-page-home #content .profiles_toolbar .wp-pagenavi {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		float: none;
		width: auto;
		clear: none;
		gap: 5px;
	}
	.home #content .profiles_toolbar .wp-pagenavi a,
	.home #content .profiles_toolbar .wp-pagenavi span,
	.front-page #content .profiles_toolbar .wp-pagenavi a,
	.front-page #content .profiles_toolbar .wp-pagenavi span,
	.page-template-page-home #content .profiles_toolbar .wp-pagenavi a,
	.page-template-page-home #content .profiles_toolbar .wp-pagenavi span {
		float: none;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		height: 28px;
		min-height: 28px;
		min-width: 28px;
		line-height: 1;
		padding: 0 8px;
		margin: 0 5px 0 0;
		border: none;
	}
	.home #content .profiles_toolbar .sort_option,
	.front-page #content .profiles_toolbar .sort_option,
	.page-template-page-home #content .profiles_toolbar .sort_option {
		float: none;
		width: auto;
	}
	.home #content .profiles_toolbar .clear,
	.front-page #content .profiles_toolbar .clear,
	.page-template-page-home #content .profiles_toolbar .clear {
		display: none;
	}
	.home .profiles_intro,
	.front-page .profiles_intro,
	.page-template-page-home .profiles_intro {
		float: none;
		flex: 1 1 auto;
		min-width: 0;
		margin: 0;
		color: #F1F1F1;
		line-height: 1.25;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media all and (max-width: 850px) {
.top_pagnation h4 {
	display: block;
	float: none;
	clear: both;
	margin: 8px 4px 2px;
	font-size: 14px;
	line-height: 1.3;
	white-space: normal;
}
}

@media all and (max-width: 500px) {
.top_pagnation {
    padding: 5px 2%;
	width:96%;
}
}

.bottom_pagnation {
	border-top: 5px solid #ba0000;
    margin: 0px 0 5px;
    padding: 5px 0 0;
}
.home_bottom_pagnation {
	position: relative;
	margin-top: 5px;
}
.home_bottom_pagnation:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	height: 5px;
	background: #ba0000;
}
#content .pagination .wp-pagenavi a,
#content .pagination .wp-pagenavi span,
.wp-pagenavi a,
.wp-pagenavi span {
	box-sizing: border-box;
	height: 28px;
	min-width: 28px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #6b78e1;
    background: -moz-linear-gradient(top, #6b78e1 0%, #363a72 100%);
    background: -webkit-linear-gradient(top, #6b78e1 0%,#363a72 100%);
    background: linear-gradient(to bottom, #6b78e1 0%,#363a72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b78e1', endColorstr='#363a72',GradientType=0 );
	float:left;
	margin: 0 5px 0 0;
	padding: 0 8px;
	border: none;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	vertical-align: middle;
}
#content .profiles_toolbar .wp-pagenavi {
	clear: none;
	float: none;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: auto;
	gap: 5px;
}
#content .profiles_toolbar .pagination .wp-pagenavi a,
#content .profiles_toolbar .pagination .wp-pagenavi span {
	float: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 28px;
	min-height: 28px;
	min-width: 28px;
	line-height: 1;
	padding: 0 8px;
	margin: 0 5px 0 0;
	border: none;
}
#content .profiles_toolbar .sort_option {
	float: none;
}
#content .profiles_toolbar .clear {
	display: none;
}
.wp-pagenavi span,#content .pagination .wp-pagenavi a:hover {background: #ba0000;
background: -moz-linear-gradient(top,  #ba0000 0%, #6d0000 100%);
background: -webkit-linear-gradient(top,  #ba0000 0%,#6d0000 100%);
background: linear-gradient(to bottom,  #ba0000 0%,#6d0000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0000', endColorstr='#6d0000',GradientType=0 );}

#main{
	clear:both;
	padding:0;
	min-height: 400px;
}
h1 {
	color: #a2a2a2;
	font-size:20px;
}
h2 {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px;
}
h3 {
	color: #6b78e1;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
	line-height: 20px;
}
h4 {
    color: #6b78e1;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
}

.entry-content h3 {
    color: #3f4484;
    font-size: 18px;
    font-weight: bold;
}

#content {
	float:left;
	margin-bottom: 20px;
	color:#f0f0f0;
	font-size:12px;
	width:100%;
}

#content .entry-content p:last-child {margin-bottom:0px;}

.homepage_content h2,
.homepage_content h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
	text-align: left;
}
@media all and (max-width: 700px) {
	.homepage_content h2,
	.homepage_content h3,
	.pink_box_inner h2 {
		font-size: 20px;
	}
}

.homepage_content .entry-content {
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}
#content .pst-seo-extra,
.pst-seo-extra {
	margin: 8px 0 16px;
	padding: 10px 20px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	box-sizing: border-box;
}
#content .pst-seo-extra h2,
#content .pst-seo-extra h3,
.pst-seo-extra h2,
.pst-seo-extra h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
}
#content .pst-seo-extra p,
.pst-seo-extra p {
	margin: 0 0 8px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}
#content .pst-seo-extra span,
#content .pst-seo-extra div,
#content .pst-seo-extra li,
.pst-seo-extra span,
.pst-seo-extra div,
.pst-seo-extra li {
	font-size: 14px !important;
	line-height: 1.4;
}
#content .pst-seo-extra a,
.pst-seo-extra a {
	color: #dacf0e;
	font-weight: bold;
	text-decoration: underline;
}
#content .pst-seo-extra a:hover,
.pst-seo-extra a:hover {
	text-decoration: none;
}


.morelink_bottom {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

/* Custom Classes */
.left {float: left;}
.right {float: right;}
.border {border: 1px solid lightgrey;padding: 2px;}
.border-none {border: none !important; border-left: none !important; border-right: none !important; border-top: none !important; border-bottom: none !important;}
.trans {	filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;}


.post.type-post {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6D6D6;
    line-height: 17px;
    margin-bottom: 20px;
    padding: 15px;
}

.entry-title {padding-bottom:10px;}
.entry-title > a {
    color: #515aab;
}
#content.blog {width:70%;}

.blog_thumb {
    float: left;
	padding:5px;
	margin-right:10px;
	border:1px solid #ededed;
}

.blog_thumb img {
    float: left;
    height: auto;
    max-width: 100px;
}

.blog_read_more {
    display: block;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
    text-align: right;
}

.blog_read_more img {position:relative;top:3px;left:-5px;}

.sort_option {float:left;}
.sort_option .select2-container {
	min-width: 190px;
	margin-right: 8px;
}
.sort_option .select2-container .select2-choice,
.sort_option .select2-container-active .select2-choice,
.sort_option .select2-dropdown-open .select2-choice,
#content .pagination .select2-container .select2-choice,
#content .pagination .select2-container-active .select2-choice,
#content .pagination .select2-dropdown-open .select2-choice {
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	font-size: 13px;
	font-weight: 600;
	height: 28px;
	line-height: 28px;
	padding: 0 32px 0 12px;
	background: #6b78e1;
	background-image: linear-gradient(to bottom, #6b78e1 0%, #363a72 100%);
	border: 1px solid #6b78e1;
	border-radius: 4px;
	color: #fff;
	box-shadow: none;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.sort_option .select2-container .select2-choice > .select2-chosen,
#content .pagination .select2-container .select2-choice > .select2-chosen {
	background: transparent;
	color: #fff;
	margin-right: 0;
	padding: 0;
	float: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sort_option .select2-container .select2-choice .select2-arrow,
#content .pagination .select2-container .select2-choice .select2-arrow {
	background: transparent;
	border: 0;
	border-radius: 0;
	width: 22px;
	padding: 0;
	right: 6px;
}
.sort_option .select2-container .select2-choice .select2-arrow b,
#content .pagination .select2-container .select2-choice .select2-arrow b {
	background: none !important;
}
.sort_option .select2-container .select2-choice .select2-arrow b:after,
#content .pagination .select2-container .select2-choice .select2-arrow b:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: 10px auto 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #fff;
}
.select2-drop.pst-sort-drop,
.select2-drop-active {
	background: #161616;
	border: 1px solid #6b78e1;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0,0,0,.45);
	margin-top: 4px;
	min-width: 190px;
}
.select2-drop.pst-sort-drop.select2-drop-above,
.select2-drop.select2-drop-above.select2-drop-active {
	border: 1px solid #6b78e1;
	border-radius: 8px;
	box-shadow: 0 -8px 24px rgba(0,0,0,.45);
	margin-top: 0;
	margin-bottom: 4px;
}
.select2-drop.pst-sort-drop .select2-results {
	margin: 4px 0;
	padding: 0;
	max-height: 240px;
}
.select2-drop.pst-sort-drop .select2-result-label {
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	padding: 8px 12px;
	white-space: nowrap;
	line-height: 1.3;
}
.select2-drop.pst-sort-drop .select2-highlighted {
	background: #6b78e1;
	color: #fff;
}
.select2-drop.pst-sort-drop .select2-highlighted .select2-result-label {
	color: #fff;
}

.top_pagnation h4 {
    color: #F1F1F1;
    float: left;
    line-height: 17px;
    margin-left: 10px;
}

.morecontent span {display:none;}


@media all and (max-width: 700px) {

	#content.blog {
	width: 100%;
	margin-bottom:5px;
	}
	#sidebar.blog {
	width: 100%;
	margin-bottom:15px;
	}

}

@media all and (max-width: 650px) {


.wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    text-align: center;
}

#content .pagination .wp-pagenavi a,
#content .pagination .wp-pagenavi span,
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
    display: inline-flex;
    float: none;
	margin-bottom:5px;
}

.sort_option {
    float: none;
    text-align: center;
}

}
/* =SIDEBAR
------------------------------------------------------------- */
#sidebar {width: 28%;float: right;background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6D6D6;}

#primary, #secondary {
    padding: 15px 15px 0;
}

h3.widget-title {
    color: #5047c6;
    font-size: 18px;
    font-weight: bold;
}

.widget_rss h3  a.rsswidget {
    color: #5047c6;
}
/* =FOOTER
------------------------------------------------------------- */
.footer_triangle {height:45px;background:url(images/footer_triangle.png) no-repeat 5% top;}
.pst-footer {
	clear: both;
	padding-top: 0;
	padding-bottom: 24px;
	box-sizing: border-box;
}
.pst-footer-card {
	display: grid;
	grid-template-columns: minmax(0, 2.25fr) minmax(220px, 1fr);
	gap: 48px;
	padding: 30px;
	background: linear-gradient(135deg, #10101d 0%, #0b0b14 100%);
	border: 1px solid rgba(107, 120, 225, .55);
	border-radius: 16px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, .3);
}
.pst-footer-about {
	min-width: 0;
}
.pst-footer-logo {
	display: inline-block;
	margin-bottom: 18px;
}
.pst-footer-logo img {
	display: block;
	width: min(100%, 390px);
	height: auto;
}
.pst-footer-terms {
	max-width: 760px;
	color: #d4d4d4;
	font-size: 13px;
	line-height: 1.4;
}
.pst-footer-terms p {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}
.pst-footer-network {
	display: inline-block;
	margin-top: 18px;
}
.pst-footer-network img {
	display: block;
	width: 100%;
	max-width: 220px;
	height: auto;
}
.pst-footer-nav {
	padding: 20px 22px;
	background: rgba(5, 5, 14, .58);
	border-radius: 12px;
	align-self: start;
}
.pst-footer-heading {
	margin: 0 0 14px;
	color: #7f8aef;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.pst-footer-nav ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pst-footer-nav a {
	color: #f0f0f0;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
	transition: color .2s ease;
}
.pst-footer-nav a:hover,
.pst-footer-nav a:focus {
	color: #fbf004;
	text-decoration: none;
}
.pst-footer-meta {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 6px 0;
	color: #f0f0f0;
	font-size: 12px;
	line-height: 1.4;
}
.pst-footer-meta span,
.pst-footer-meta a {
	color: #f0f0f0 !important;
	text-decoration: none;
}
.pst-footer-meta a:hover,
.pst-footer-meta a:focus {
	color: #fbf004 !important;
	text-decoration: none;
}
@media all and (min-width: 768px) and (max-width: 991px) {
	.pst-footer-nav {
		align-self: center;
		text-align: left;
	}
	.pst-footer-heading {
		text-align: left;
	}
	.pst-footer-nav ul {
		justify-items: start;
	}
}
@media all and (max-width: 767px) {
	.pst-footer-card {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 22px;
	}
	.pst-footer-logo img {
		max-width: 300px;
	}
}
@media all and (max-width: 480px) {
	.pst-footer-nav ul {
		grid-template-columns: 1fr;
	}
	.pst-footer-meta {
		flex-direction: column;
		gap: 3px;
		text-align: center;
	}
}

/* CTAS */
.fright {
	float: right;
}

#menu-ctas {
	width: 300px;
	margin-bottom: 0;
	margin-right: 25px;
	text-align: center;
}

#menu-ctas.carousel {
	opacity: 0;
}

#menu-ctas .slick-slide > a {
    display: block;
    line-height: 19px;
    margin-bottom: 0;
    padding: 5px 5px;
    text-align: center;
    border-radius: 0;
    box-sizing: border-box;
}

#menu-ctas .cta-terms {
	display: block;
	overflow: hidden;
}

.profile-template-default #menu-ctas {
	display: none;
}

.cta_container.width50 {
	margin-top: 5px;
}

.cta_container.width50 > div > a {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    padding: 5px;
    text-align: center;
    position: relative;
}

.cta_container.width50 > div:first-child > a,
.cta_container.width50 > div:nth-child(2) > a {
	height: 40px;
}

.cta_container.width50 > div:nth-child(2) > a,
.cta_container.width50 > div:nth-child(4) > a {
	float: right;
}

.cta_container.width50 > div:nth-child(3) > a {
	clear: left;
}

.cta_container.width50 > div:nth-child(4) > a {
	clear: right;
}

.menu-cta-item span:first-of-type {
	font-size: 15px !important;
	line-height: 1.2 !important;
	font-weight: 700;
}
.menu-cta-item span b {
	font-size: 22px !important;
	font-weight: 800;
	line-height: 1.15 !important;
}

.featured_cta .cta-terms {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	margin-left: 0;
}

.cta_container.width50 .flag-icon {
	width: 26px;
    top: -1px;
}

/*.cta-terms {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.menu-cta-item:hover .cta-terms {
    margin-left: -50px; 
	-webkit-transition: 5s;
	-moz-transition: 5s;
	transition: 5s;
}*/

.profile-template-default .menu-cta-item {
    overflow: hidden;
    transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	  -ms-transform:     translate(0,-50%);
	  -o-transform:      translate(0,-50%);	
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
}

/*.menu-cta-item,
.cta-terms {
	-webkit-transition: 0s;
	-moz-transition: 0s;
	transition: 0s;     
  
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	transition-timing-function: linear;	
}*/

.menu-cta-heading {
	display: none;
}

.prevent-cta {
	cursor: pointer;
}

#menu-ctas .slick-next,
#menu-ctas .slick-prev {
	line-height: 40px;
	height: 40px;
	margin-top: -20px;
}

#menu-ctas .slick-next:before {
    content: "\f105";
	font-family: 'FontAwesome';
	line-height: 38px;
	font-size: 38px;	
}

#menu-ctas .slick-prev:before {
    content: "\f104";
	font-family: 'FontAwesome';
	line-height: 38px;
	font-size: 38px;
}

.cta-loader,
.iiiFrameLoader {
  color: #ffffff;
  font-size: 3px;
  margin: 0 auto;
  width: 1em;
  top: 20px;
  right: -150px;
  float: right;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.iiiFrameLoader {
	color: #6b78e1;
	right: auto;
	float: none;
	top: 100px;
	font-size: 14px;
}

@media screen and (max-width: 800px) {
	.iiiFrameLoader {
		font-size: 10px;
	}
}

@media screen and (max-width: 500px) {
	.iiiFrameLoader {
		font-size: 6px;
	}
}

.single-profile .cta-loader {
	display: none;
}

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

#menu-ctas.carousel .featured_cta {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.cta_container.width50 .featured_cta {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.featured_cta span.cta-terms {
	font-weight: 400;
}

.cta_container.width50 .menu-cta-item span:first-of-type {
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700;
}

.cta_container.width50 .menu-cta-item span b {
    display: block;
    font-size: 22px !important;
    font-weight: 800;
    line-height: 1.15 !important;
}

.cta_container.width50 div:first-child .menu-cta-item span b,
.cta_container.width50 div:nth-child(2) .menu-cta-item span b {
    display: inline;
}

.cta_container.width50 > div {
	width: 49%;
	float: left;
	text-align: center;
}

.cta_container.width50 > div:nth-child(odd) {
	float: left;
	clear: left;
}

.cta_container.width50 > div:nth-child(even) {
	float: right;
	clear: right;
}

.cta_container.width50 .cta-terms {
    color: white;
    padding: 3px 0 5px 0;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}

.cta_container.width50 .featured_cta {
	margin-bottom: 0;
}

@media screen and (max-width: 1000px) {	
	.profile-template-default .menu-cta-item span:first-child {
		font-size: 15px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 850px) {
	#menu-ctas {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	#menu-ctas .slick-prev {
		left: 2px;
	}
	
	#menu-ctas .slick-next {
		right: 2px;
	}
	
	#menu-ctas .slick-prev:before,
	#menu-ctas .slick-next:before {
		color: white;
	}
	
	#menu-ctas .slick-slide .featured_cta {
		height: 50px;
	}
	
	.menu-cta-item {
		overflow: hidden;
		transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	  -ms-transform:     translate(0,-50%);
	  -o-transform:      translate(0,-50%);		
		position: absolute;
		top: 50%;
		left: 10px;
		right: 10px;
	}
	
	.single-profile .cta_container {
		padding: 0 7%;
		width: 86%;
	}
	
	.cta-loader {
	  color: #ffffff;
	  font-size: 5px;
	  margin: 0 auto;
	  width: 1em;
	  top: -28px;
	  height: 1em;
	  border-radius: 50%;
	  position: relative;
	  left: 50%;
	  float: left;
	  text-indent: -9999em;
	  -webkit-animation: load4 1.3s infinite linear;
	  animation: load4 1.3s infinite linear;
	  -webkit-transform: translateZ(0);
	  -ms-transform: translateZ(0);
	  transform: translateZ(0);
	}
}

@media screen and (max-width: 700px) {
	#menu-ctas > a .cta-terms {
		font-size: 10px;
		line-height: 12px;
	}
	
	#menu-ctas .slick-slide .menu-cta-item {
		padding: 0 10px;
	}
}

@media screen and (max-width: 600px) {
	.single-profile .cta_container {
		padding: 0 0;
		width: 100%;
	}
	
	.cta_container.width50 {
		margin-top: 5px;
	}
}

@media screen and (min-width: 480px) {
	h1.show-on-mobile {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	
	.cta_container.width50 > div > a {
		height: 58px;
	}
	
	.prevent-cta {
		cursor: pointer;
	}
	
	.profile-template-default .menu-cta-item {
		left: 5px;
		right: 5px;
	}
	
	.page-template-page-cams h1 {
		display: none;
	}
	
	h1.show-on-mobile {
		display: block !important;
		color: #444 !important;
	}
}

@media screen and (max-width: 415px) {
	#menu-ctas.carousel {
		z-index: 9999;
	}
	
	.cta-loader {
	  color: #ffffff;
	  font-size: 5px;
	  margin: 0 auto;
	  width: 1em;
	  top: -30px;
	}
}

@media screen and (max-width: 400px) {
	.cta_container.width50 > div > a {
		width: 100%;
		float: none !important;
		min-height: 40px;
		height: auto;
	}
	
	.profile-cta-item.iiiCTA {
		margin-bottom: 1px !important;
	}
}



@media screen and (max-width: 340px) {
	.profile-cta-item.iiiCTA {
		margin-bottom: 5px !important;
	}
}

.flag-icon {
	width: 20px;
	position: relative;
	top: 3px;
	display: inline !important;
}

 .flag-icon {
	width: 23px;
	top: -2px;
    vertical-align: top;
}

.cc-cta-item.featured_cta span,
.irish-cta-item.featured_cta span,
.vsc-cta-item.featured_cta span,
.featured_cta.profile-cta-item span {
   color: #ffffff;
}

.featured_cta.cc-cta-item b,
.featured_cta.irish-cta-item b,
.featured_cta.vsc-cta-item b,
.featured_cta.profile-cta-item b {
    color: #fbf004;
}

.featured_cta.cc-cta-item,
.featured_cta.vsc-cta-item,
.featured_cta.profile-cta-item {
	background: #6b78e1;
    background: -moz-linear-gradient(top, #6b78e1 0%, #363a72 100%);
    background: -webkit-linear-gradient(top, #6b78e1 0%,#363a72 100%);
    background: linear-gradient(to bottom, #6b78e1 0%,#363a72 100%);
}

.featured_cta.irish-cta-item {
	background: #5e6de1;
    background: -moz-linear-gradient(top, #5e6de1 0%, #292d65 100%);
    background: -webkit-linear-gradient(top, #5e6de1 0%,#292d65 100%);
    background: linear-gradient(to bottom, #5e6de1 0%,#292d65 100%);
}

#menu-ctas .slick-slide > a {
	height: 41px;
}

.iiiCTA .profile_cta_inner,
.iiiCTA .profile_cta_inner span  {
	padding: 6px 0;
}

.profile-cta-item.iiiCTA {
	background: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.profile-cta-item.iiiCTA .profile_cta_inner span {
	padding: 0 !important;
}

.profile-cta-item.iiiCTA .profile_cta {
	height: 40px;
}

@media (max-width: 1000px) {
	.profile-cta-item.iiiCTA .profile_cta_inner span {
	    padding: 3px 0 !important;
	    font-size: 24px !important;
	}

}

@media screen and (max-width: 970px) {
	.cta_container.width50 > div:first-child > a,
	.cta_container.width50 > div:nth-child(2) > a,
	.profile-cta-item.iiiCTA .profile_cta {
		height: 50px;
	}
	
	.cta_container.width50 {
		margin-top: 10px;
	}
	
	.long_quote {
		width: 57%;
	}
	
	.stats {
		width: 38%;
	}
}

@media screen and (max-width: 850px) {
	#menu-ctas.carousel .featured_cta {
		border-right: 1px solid white;
	}
	
	.cta_container.width50 > div:first-child > a, .cta_container.width50 > div:nth-child(2) > a, .profile-cta-item.iiiCTA .profile_cta {
		height: 40px;
	}
}

@media (max-width: 650px) {
	.profile-cta-item.iiiCTA .profile_cta_inner span {
		padding: 0 !important;
	}

}

@media screen and (max-width: 600px) {
	#menu-ctas.carousel .featured_cta {
		border-right: none;
	}
}

@media screen and (max-width: 550px) {
	.cta_container.width50 > div {
		width: 100%;
	}
	
	.cta_container.width50 .menu-cta-item span b {
		display: inline;
	}
	
	.cta_container.width50 > div:first-child > a, .cta_container.width50 > div:nth-child(2) > a,
	.profile-cta-item.iiiCTA .profile_cta,
	.cta_container.width50 > div > a {
		height: 40px;
	}
}

@media (max-width: 480px) {	
	
	.profile-cta-item.iiiCTA .profile_cta_inner span {
		padding: 3px 0 !important;
	}
	
	.long_quote {
		width: 100%;
	}
	
	.stats {
		width: 100%;
	}
	
}

@media (max-width: 400px) {	
	
	.profile-cta-item.iiiCTA .profile_cta {
		margin-bottom: 5px;
	}
	
	.profile-cta-item.iiiCTA .profile_cta_inner span {
		padding: 6px 0 !important;
	}
	
}

@media screen and (max-width: 370px) {
	.cta_container.width50 > div:nth-child(3) > a,
	.cta_container.width50 > div:nth-child(4) > a {
		min-height: 50px;
	}
	
	.cta_container.width50 .menu-cta-item span b {
		display: block;
	}
}

@media (max-width: 340px) {	
	
	.profile-cta-item.iiiCTA .profile_cta_inner span {
		padding: 3px 0 !important;
	}
	
}

.profile-template-default .iiiCTA {
	position: relative;
	height: 50px;
}

.profile-template-default .iiiCTA .profile_cta_inner {
	overflow: hidden;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	  -ms-transform:     translate(0,-50%);
	  -o-transform:      translate(0,-50%);
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
}

.profile-cta-item.iiiCTA .profile_cta_term {
	line-height: 12px !important;
	padding-top: 0;
	padding-left: 0;
	color: #810000;
}

.profile-cta-item.iiiCTA .profile_cta_inner {
	padding: 3px;
}

/* CHANGES 2017-11-03 */

/*
@media screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {

	.menu-cta-item {
		margin-top: -13px;
	}
	
	.profile-template-default .menu-cta-item {
		margin-top: -11px;
	}
	
}

@media screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
	
	.menu-cta-item {
		margin-top: -13px;
	}
	
	.profile-template-default .menu-cta-item {
		margin-top: -11px;
	}	
	
}*/

.homepage #content .view_profile_button {
     display: block; 
}
.homepage #content #featured_slider .view_profile_button {
     display: inline-flex;
}

/* Modern profile hero */
.single-profile .profile_seo_header {
	max-width: 900px;
	margin: 4px auto 18px;
	text-align: center;
}
.single-profile .profile_seo_header h1 {
	margin: 0;
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
}
.single-profile .profile_seo_intro {
	max-width: 860px;
	margin: 8px auto 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.type_seo_header {
	margin: 0 0 18px;
	padding: 8px 0 4px;
	text-align: left;
}
.type_seo_header h1 {
	margin: 0;
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	text-align: left;
}
.type_seo_intro {
	margin: 8px 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}
.type_seo_intro p {
	margin: 0 0 8px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
.type_seo_intro a {
	color: #dacf0e;
	font-weight: bold;
	text-decoration: underline;
}
.type_seo_intro a:hover {
	text-decoration: none;
}
.single-profile .profile_seo_intro p {
	margin: 0;
	color: #fff;
}
.single-profile .profile_top_block {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	align-items: start;
	gap: 32px;
	padding: 22px max(22px, calc((100% - 900px) / 2));
	background: linear-gradient(135deg, #11111e 0%, #090912 100%);
	border: 1px solid rgba(107, 120, 225, .55);
	border-radius: 16px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, .32);
}
.single-profile .profile_media,
.single-profile .profile_info {
	float: none;
	width: auto;
}
.single-profile .profile_media {
	background: transparent;
	padding-left: 15px;
	box-sizing: border-box;
}
.single-profile .profile_media_inner {
	padding: 0;
}
.single-profile .main_image {
	max-width: 260px;
	margin: 0;
	border: 1px solid rgba(107, 120, 225, .7);
	border-radius: 12px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
}
.single-profile .main_image img {
	display: block;
	float: none;
	border-radius: 11px;
}
.single-profile .main_image video {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	background: #000;
	border: 0;
	outline: 0;
	pointer-events: none;
	float: none;
}
#featured_slider .featured_left video {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	object-fit: contain;
	object-position: center top;
	background: transparent;
	border: 0;
	outline: 0;
	pointer-events: none;
	float: none;
}
.single-profile .main_image video {
	border-radius: 11px;
}
.pst-profile-video::-webkit-media-controls,
.pst-profile-video::-webkit-media-controls-panel,
.pst-profile-video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}
.single-profile .profile_primary_cta {
	max-width: 260px;
	margin-top: 10px;
	text-align: center;
}
.single-profile .profile_primary_cta > a {
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	padding: 5px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 9px;
	box-sizing: border-box;
	box-shadow: 0 7px 18px rgba(0, 0, 0, .24);
}
.single-profile .profile_primary_cta .cta-terms {
	display: block;
	padding-top: 4px;
	color: #d4d4d4;
	font-size: 12px;
	line-height: 1.3;
}
.single-profile .profile_info {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.single-profile .title_container {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 0;
}
.single-profile .title_container .profile_title {
	font-size: 34px;
	line-height: 1.08;
	letter-spacing: -.02em;
}
.single-profile .title_container .profile_title span {
	color: #fbf004;
	font-size: 25px;
}
.single-profile .cta_container,
.single-profile .cta_container.width50 {
	float: none;
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
}
.single-profile .cta_container.width50 > div > a {
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 9px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, .2);
}
.single-profile .profile_secondary_ctas {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 12px;
}
.single-profile .profile_secondary_ctas > div,
.single-profile .profile_secondary_ctas > div:nth-child(odd),
.single-profile .profile_secondary_ctas > div:nth-child(even) {
	float: none;
	clear: none;
	width: auto;
}
.single-profile .profile_secondary_ctas > div:first-child {
	grid-column: 1 / -1;
}
.single-profile .profile_secondary_ctas > div:nth-child(3) {
	display: none;
}
.single-profile .profile_secondary_ctas > div:nth-child(2) .cta-terms {
	color: #fbf004;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	padding-top: 5px;
}
.single-profile .profile_secondary_ctas .cc-cta-item .fa-credit-card {
	color: #fbf004;
	font-size: 21px;
	margin-right: 6px;
	vertical-align: -2px;
}
.single-profile .profile_secondary_ctas .vsc-cta-item .fa-mobile {
	color: #fbf004;
	font-size: 21px;
	margin-right: 6px;
	vertical-align: -2px;
}
.single-profile .profile_secondary_ctas > div > a,
.single-profile .profile_secondary_ctas > div:first-child > a,
.single-profile .profile_secondary_ctas > div:nth-child(2) > a {
	height: 50px;
}
.single-profile .profile_secondary_ctas .cta-terms {
	padding-bottom: 0;
}
.single-profile .profile_summary {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(180px, .7fr);
	gap: 20px;
	padding-top: 14px;
	border-top: 1px solid rgba(107, 120, 225, .4);
}
.single-profile .long_quote {
	float: none;
	width: auto;
	padding: 0;
	border: 0;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	line-height: 1.45;
}
.single-profile .stats {
	float: none;
	width: auto;
}
.single-profile .stats ul {
	margin: 0;
}
.single-profile .stats ul li {
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-color: rgba(255, 255, 255, .18);
	font-size: 13px;
	line-height: 1.4;
}
.single-profile .stats ul li span {
	color: #7f8aef;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: .04em;
}
.single-profile .profile_content {
	position: relative;
	padding: 10px 20px;
	margin-top: 28px;
	margin-bottom: 20px;
	background: linear-gradient(to bottom, #6b78e1 0%, #363a72 100%);
	color: #fff;
}
.single-profile .profile_content::after {
	content: "";
	position: absolute;
	left: 50%;
	top: -16px;
	width: 0;
	height: 0;
	margin-left: -16px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #6b78e1;
}
.single-profile .profile_content h2,
.single-profile .profile_content h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
	text-align: left;
}
.single-profile .profile_content_inner {
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}
.single-profile .profile_content_inner p {
	margin: 0 0 5px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}
.single-profile .profile_content a,
.single-profile .profile_seo_intro a {
	color: #dacf0e;
	font-weight: bold;
	text-decoration: underline;
}
.single-profile .profile_content a:hover,
.single-profile .profile_seo_intro a:hover {
	text-decoration: none;
}

@media all and (max-width: 850px) {
	.single-profile .profile_seo_header h1,
	.type_seo_header h1 {
		font-size: 22px;
		line-height: 1.25;
	}
	.single-profile .profile_content h2,
	.single-profile .profile_content h3 {
		font-size: 20px;
	}
	.single-profile .profile_top_block {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		padding: 14px;
		overflow: hidden;
	}
	.single-profile .profile_media,
	.single-profile .profile_info {
		display: contents;
	}
	.single-profile .profile_media_inner {
		order: 1;
		margin: -14px -14px 0;
		width: calc(100% + 28px);
	}
	.single-profile .title_container {
		order: 2;
		margin: 0;
		text-align: center;
	}
	.single-profile .title_container .profile_title {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 28px;
	}
	.single-profile .title_container .profile_title span {
		font-size: 21px;
	}
	.single-profile .stats ul li,
	.single-profile .stats ul li span {
		font-size: 14px;
		line-height: 1.45;
	}
	.single-profile .profile_primary_cta {
		order: 3;
		max-width: 100%;
		margin-top: 0;
	}
	.single-profile .profile_summary {
		order: 4;
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.single-profile .profile_secondary_ctas {
		order: 5;
		margin-bottom: 0;
		grid-template-columns: 1fr;
	}
	.single-profile .profile_secondary_ctas > div:first-child {
		grid-column: auto;
	}
	.single-profile .profile_media {
		padding-left: 0;
	}
	.single-profile .main_image {
		max-width: none;
		width: 100%;
		border: 0;
		border-radius: 16px 16px 0 0;
		box-shadow: none;
	}
	.single-profile .main_image img {
		width: 100%;
		height: auto;
		float: none;
		border-radius: 16px 16px 0 0;
		object-fit: cover;
	}
	.single-profile .main_image video {
		border-radius: 16px 16px 0 0;
	}
	.single-profile .profile_primary_cta {
		max-width: 100%;
	}
	.single-profile .title_container .profile_title {
		font-size: 28px;
	}
	.single-profile .title_container .profile_title span {
		font-size: 21px;
	}
}

@media all and (min-width: 651px) and (max-width: 850px) {
	.single-profile .profile_top_block {
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
		padding: 20px 24px;
	}
	.single-profile .profile_media_inner {
		margin: 0 auto;
		width: 100%;
		max-width: 360px;
	}
	.single-profile .main_image {
		border: 1px solid rgba(107, 120, 225, .7);
		border-radius: 12px;
		box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
	}
	.single-profile .main_image img,
	.single-profile .main_image video {
		border-radius: 11px;
		max-height: 480px;
		aspect-ratio: 3 / 4;
		object-fit: cover;
	}
}

@media all and (min-width: 851px) {
	.single-profile .profile_top_block {
		grid-template-columns: 280px minmax(0, 1fr);
		grid-template-rows: auto;
		column-gap: 32px;
	}
	.single-profile .profile_media {
		grid-column: 1;
		grid-row: 1;
	}
	.single-profile .profile_info {
		grid-column: 2;
		grid-row: 1;
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr);
		grid-template-rows: auto auto 1fr;
		column-gap: 20px;
		row-gap: 12px;
		align-content: start;
	}
	.single-profile .title_container {
		grid-column: 1 / -1;
		grid-row: 1;
		margin-bottom: 0;
	}
	.single-profile .profile_summary {
		display: contents;
	}
	.single-profile .profile_summary .stats {
		grid-column: 1;
		grid-row: 3;
	}
	.single-profile .stats ul {
		display: block;
	}
	.single-profile .stats ul li,
	.single-profile .stats ul li:last-child {
		margin: 0 0 8px;
		padding: 0 0 8px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .18);
	}
	.single-profile .stats ul li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.single-profile .profile_summary .long_quote {
		grid-column: 1 / -1;
		grid-row: 2;
		padding-top: 0;
		border-top: 0;
	}
	.single-profile .profile_secondary_ctas {
		grid-column: 2;
		grid-row: 3;
		grid-template-columns: 1fr;
		align-self: start;
		margin-bottom: 0;
	}
	.single-profile .profile_secondary_ctas > div:first-child {
		grid-column: auto;
	}
}

/* Profile recommendations gallery */
.single-profile .headshot_carousel_holder {
	margin: 0 0 24px;
	padding: 22px 44px 28px;
	background: linear-gradient(135deg, #11111e 0%, #090912 100%);
	border: 0;
	border-radius: 16px;
	box-sizing: border-box;
}
.single-profile .profile_gallery_title {
	margin: 0 0 18px;
	color: #fff;
	font-size: 24px;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
}
.single-profile .headshot_carousel_holder .slider.headshots {
	background: transparent;
}
.single-profile .headshots .slick-slide {
	padding: 0;
	box-sizing: border-box;
}
.single-profile .profile_gallery_card {
	display: block;
	margin: 0 8px;
	color: #fff;
	text-decoration: none;
}
.single-profile .profile_gallery_image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	background: #111;
	border: 1px solid #6b78e1;
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .28);
}
.single-profile .profile_gallery_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-profile .profile_gallery_caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	padding: 12px 10px 10px;
	background: linear-gradient(to top, rgba(0, 0, 0, .92), rgba(0, 0, 0, 0));
	font-size: 14px;
	text-align: center;
}
.single-profile .profile_gallery_new {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 3;
	width: 47px;
	height: 51px;
	background: url("images/profile_new_badge.png") no-repeat center / contain;
}
.single-profile .headshot_carousel_holder .slick-prev,
.single-profile .headshot_carousel_holder .slick-next {
	width: 30px;
	height: 54px;
	margin-top: -27px;
	border-radius: 7px;
	background-color: #6b78e1;
}
.single-profile .headshot_carousel_holder .slick-prev {
	left: -34px;
}
.single-profile .headshot_carousel_holder .slick-next {
	right: -34px;
}

@media all and (max-width: 850px) {
	.home .profiles_toolbar,
	.front-page .profiles_toolbar,
	.page-template-page-home .profiles_toolbar {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		background: none;
		border: none;
		width: 100%;
		padding: 0;
		margin: 0 0 8px;
	}
	.home #content .profiles_toolbar .top_pagnation,
	.front-page #content .profiles_toolbar .top_pagnation,
	.page-template-page-home #content .profiles_toolbar .top_pagnation,
	#content .pagination.top_pagnation,
	#content #prof.pagination {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		float: none;
		width: 100%;
		box-sizing: border-box;
		gap: 10px;
		padding: 12px;
	}
	#content .pagination .wp-pagenavi {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		float: none;
		clear: none;
		width: 100%;
		gap: 8px;
	}
	#content .pagination .wp-pagenavi a,
	#content .pagination .wp-pagenavi span {
		float: none;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		min-width: 36px;
		height: 36px;
		line-height: 1;
		padding: 0 12px;
		margin: 0;
		font-size: 15px;
		border-radius: 6px;
	}
	#content .pagination .sort_option {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 220px;
	}
	#content .pagination .select2-container {
		width: 100% !important;
		min-width: 0;
		margin-right: 0;
	}
	#content .pagination .select2-container .select2-choice,
	#content .pagination .select2-container-active .select2-choice,
	#content .pagination .select2-dropdown-open .select2-choice {
		height: 36px;
		line-height: 34px;
		font-size: 14px;
		padding: 0 36px 0 14px;
		border-radius: 6px;
	}
	#content .pagination .select2-container .select2-choice .select2-arrow b:after {
		margin-top: 14px;
	}
	#content .profiles_intro {
		display: block;
		float: none;
		width: 100%;
		margin: 8px 0 0;
		padding: 0 12px;
		text-align: center;
		white-space: normal;
		font-size: 14px;
		line-height: 1.35;
		color: #f1f1f1;
		box-sizing: border-box;
	}
	.home #content .profiles,
	.front-page #content .profiles {
		padding-top: 8px;
	}
}