@import url(//fonts.googleapis.com/css?family=Lora);

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/* ==========================================================================
   Font
   ========================================================================== */

.title-banner,
.title-sources,
.title-callouts,
.title-row,
.testimonial,
.col-contact p,
.col-links a,
.carousel-latest .slide a
{
	font-family: 'Lora', serif;
	font-weight: normal;
}
nav a,
.btn,
.subtitle-sources,
.title-find,
.author,
.site,
.title-footer {
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
}

/* ==========================================================================
   Structure, helpers
   ========================================================================== */

.container {
	max-width: 1000px;
	margin: 0 auto;
}
.col,.fl { float: left; }
.col-r,.fr { float: right; }

.tac {
	text-align: center;
}

/* button */
.btn {
	display: inline-block;
	padding: .8em 2em;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .9em;
	border: 0;
}
.btn-1 {
	background-color: #ec008c;
}
.btn-2 {
	background-color: #1dbbf9;
}

.btn-dark {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a0a0a+0,5b5b5b+52 */
	background: rgb(10,10,10); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(10,10,10,1) 0%, rgba(91,91,91,1) 52%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(10,10,10,1) 0%,rgba(91,91,91,1) 52%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(10,10,10,1) 0%,rgba(91,91,91,1) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a0a', endColorstr='#5b5b5b',GradientType=1 ); /* IE6-9 */
	background-size: 500%;
	opacity: 1;
	-webkit-transition: background .5s ease-out;  
    -moz-transition: background .5s ease-out;  
    -o-transition: background .5s ease-out;  
    transition: background .5s ease-out;  
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
	background-size: 100%;
	opacity: 1;
}

a,
input[type=submit] {
	transition: opacity .3s ease-out;
}
a:hover,
input[type=submit]:hover {
	opacity: .6;
}



/* ==========================================================================
   Top
   ========================================================================== */

.search-holder-wrap {
	background-color: #f4f4f4;
	display: none;
}
.search-holder {
	padding: 1em 0;
}
.search-holder input[type=text],
.search-holder input[type=submit] {
	height: 35px;
	line-height: 35px;
}
.search-holder input[type=text]{
	border-radius: 3px;
	border: 1px solid #d0d0d0;
	padding: 0em 2%;
	width: 84%;
	margin-right: 1%;
}
.search-holder input[type=submit] {
	width: 10%;
	padding: 0;
	height: 36px;
	line-height: 36px;
}
.home-banner {
	background-image: url('../img/banner.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	padding: 2em 0 6em;

}
.col-banner {
	width: 60%;
}
.title-banner {
	color: #fff;
	font-size: 3.1em;
	line-height: 1.2;
}
.logo {
	margin-bottom: 2em;
	display: block;
}
nav ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding-left: 30px;
}
nav li {
	float: left;
	margin: 0 .5em;
}
nav a {
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8em;
}
.link-search {
	padding-left: 1.5em;
	background-image: url('../img/search.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.user-logged-in-holder {
	position: relative;
}
.user-logged-in {
	padding-left: 1.7em;
	background-image: url('../img/icon-person.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.user-logged-in .user {
	padding-right: 1.5em;
	background-image: url('../img/triangle-down.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.user-account-options {
	display: none;
	background-color: #fff;
	border-radius: 5px;
	padding: 1em;
	position: absolute;
	right: -65px;
	top: 40px;
	width: 110px;
}
.user-account-options li {
	margin: 0 0 .5em;
	float: none;
}
.user-account-options a {
	text-transform: none;
	color: #000;
	font-weight: 400;
}
.user-account-options:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 13px 10px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top: -13px;
	right: 50%;
	margin-right: -10px;
}
.user-account-options .highlight {
	color: #ec008c;
}





/* ==========================================================================
   CTA sources
   ========================================================================== */

.cta-sources-holder {
	background-color: #f4f4f4;
	position: relative;
	z-index: 2;
}
.cta-sources {
	width: 50%;
	text-align: center;
	position: relative;
	margin-top: -3em;
}
.cta-sources .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: #fff;
	overflow: hidden;
	transition: all 150ms ease-out 0ms;
}
.cta-sources:hover {
	z-index: 3;
}
.cta-sources:hover .bg {
	margin: -20px;
	box-shadow: 0 0 100px rgba(0,0,0,.3);
}
.cta-sources .inner {
	position: relative;
	padding: 3em 2em;
	z-index: 2;
}
.cta-sources-1 .bg {
	border-right: 1px solid #eaeaea;
}

.subtitle-sources {
	color: #ec008c;
	text-transform: uppercase;
	margin: 0;
}
.title-sources {
	font-size: 2.5em;
	line-height: 1.2;
	margin: .3em 0 0.7em;
}

.desc-sources {
	color: #959595;
	margin-bottom: 2em;
}
.highlight {
	font-weight: bold;
	color: #ec008c;
}
.row-title-callouts {
	padding: 1em 0 2em;
}
.title-callouts {
	margin-bottom: .5em;
}

.cta-sources-holder .action-buttons {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
} 

.cta-sources-holder .action-buttons .btn {
	white-space: nowrap;
	position: relative;
	padding: .8em 1.25em;
}

.cta-sources-holder .action-buttons .btn:not(:last-child) {
	margin-bottom: 20px;
}

.cta-sources-holder .action-buttons .btn .badge {
	position: absolute;
	top: -20px;
	right: -15px;
}

@media (min-width: 992px) {
	.cta-sources-holder .action-buttons {
		display: flex;
		flex-direction: row;
		align-items: center;
	} 

	.cta-sources-holder .action-buttons .btn:not(:last-child) {
		margin-right: 10px;
		margin-bottom: 0;
	}
}

@media (min-width: 1600px) {
	.cta-sources-holder .action-buttons .btn {
		flex-grow: 1;
	}
}

/* ==========================================================================
   Carousel
   ========================================================================== */
.carousel-holder {
	background-color: #21282e;
}
.latest-prev,
.latest-next,
.logos-prev,
.logos-next,
.testimonial-prev,
.testimonial-next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	z-index: 10;
}
.latest-prev,
.logos-prev,
.testimonial-prev {
	left: 0;
}
.latest-next,
.logos-next,
.testimonial-next {
	right: 0;
}

.carousel-latest-holder {
	padding: 1em 0;
}
.carousel-latest-holder .container {
	position: relative;
}
.carousel-latest {
	width: 90%;
	color: #fff;
	margin: 0 auto;
}
.carousel-latest .slide {
	font-size: .9em;
	padding: 0 2em;
	min-height: 90px;
	border-right: 1px solid #0b0d0f;
}
.slide a {
	color: #fff;
	text-decoration: none;
}
.deadline {
	color: #ec008c;
}

/* ==========================================================================
   Row find
   ========================================================================== */

.find-holder {
	padding-bottom: 3em;
}
.title-row {
	font-size: 2.5em;
	text-align: center;
}
.title-find {
	font-size: 1.7em;
	margin: .5em 0 0;
}
.cta-find {
	width: 50%;
	text-align: center;
}
.cta-find .inner {
	padding: 0 4em;
}
.cta-find-1 .inner {
	border-right: 1px solid #eaeaea;
}
.desc-find {
	color: #959595;
}



/* ==========================================================================
	Row profile
   ========================================================================== */

.profile-holder {
	background-color: #f4f4f4;
}
.profile-holder .inner-container {
	max-width: 1360px;
	margin: 0 auto;
	background-image: url('../img/ipad.png');
	background-repeat: no-repeat;
	background-position: 0 100%;
	min-height: 480px;
}
.col-bubble {
	padding-left: 35%;
	width: 25%;
	margin-right: 10%;
}
.col-txt {
	width: 30%;
}
.bubble {
	position: relative;
	border-radius: 5px;
	padding: 1em;
	background-color: #fff;
	font-size: .9em;
	margin: 2em 0;
}
.bubble:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 13px 10px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	top: 50%;
	left: -13px;
	margin-top: -10px;
}
.title-bubble {
	margin: 0 0 .5em;
	color: #ec008c;
}
.bubble p {
	margin: 0;
}

/* ==========================================================================
   Row Testimonial
   ========================================================================== */

.testimonial-carousel-holder {
	padding: 2em 0 3em;
}
.testimonial-carousel-holder .container {
	position: relative;
}
.carousel-testimonial {
	width: 80%;
	margin: 0 auto;
}
.carousel-testimonial .slide {
	color: #fff;
	text-align: center;
}
.author {
	text-transform: uppercase;
	font-size: .8em;
	margin: 0;
}
.slide .site {
	font-size: .8em;
	color: #ec008c;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer {
	background-color: #f4f4f4;
	padding: 2em 0;
}
.copyright {
	color: #959595;
	font-size: .8em;
}
.col-contact {
	width: 50%;
	margin-right: 10%;
}
.col-links {
	width: 40%;
}
.title-footer {
	text-transform: uppercase;
	color: #21282e;
}
footer ul {
	list-style-type: none;
	padding-left: 0;
}
.social-holder li {
	float: left;
	margin-right: .4em;
}
.col-contact a {
	color: #ec008c;
}
.col-links .col {
	width: 45%;
	margin-right: 5%;
}
.col-links ul {
	margin-top: 0;
}
.col-links li {
	margin-bottom: 1em;
}
.col-links a {
	text-decoration: none;
	color: #21282e;
}

/* ==========================================================================
	Expert profiles
   ========================================================================== */
.carousel-ep-holder {
	position: relative;
}
.carousel-ep {
	width: 90%;
	margin: 0 auto;
}
.title-ep {
	display: block;
	font-size: 2.5em;
	line-height: 1.2;
	margin: 1em 0;
	font-family: 'Lora', serif;
	font-weight: normal;
	text-align: center;
}
.title-ep-card {
	font-family: "proxima-nova",sans-serif;
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 0;
	color: #21282e;
}
.rank-ep-card {
	font-family: "proxima-nova",sans-serif;
	margin-top: 0;
	font-weight: 600;
	margin: 0;
	color: #ec008c;
}
.desc-ep {
	color: #828282;
}
.carousel-ep .owl-wrapper {
	display: flex !important;
}

.ep-card {
	margin-left: 10px;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.ep-card .thumb-holder {
	background-color: #ec008c;
}
.ep-card .thumb {
	display: block;
}
.ep-card .thumb-holder img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.ep-inner {
	background-color: #fff;
	padding: 20px;
	font-size: .9em;
	flex: 1 1 auto;
}
.ep-inner :first-child {
	margin-top: 0;
}
.ep-inner :last-child {
	margin-bottom: 0;
}
.btn-ep {
	background-color: #ec008c;
	font-family: "proxima-nova",sans-serif;
	font-size: .9em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	padding: 1em;
	margin-top: auto;
	display: block;
}
.latest-prev-ep,
.latest-next-ep {
	position: absolute;
	top: 40%;
}
.latest-prev-ep {
	left: 0;
}
.latest-next-ep {
	right: 0;
}

.carousel-ep-holder .owl-pagination {
	margin-top: 2em;
	margin-bottom: 1em;
}


.section-ep .txt-more {
	font-size: .9em;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	text-align: center;
}
.section-ep .txt-more a {
	color: #ec008c;
	text-decoration: none;
}








/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 768px) {
	html {
	  box-sizing: border-box;
	}
	*, *:before, *:after {
	  box-sizing: inherit;
	}
	.container {
		width: 100%;
	}
	.home-banner,
	.cta-sources-holder,
	.carousel-holder,
	.cta-find .inner,
	.profile-holder,
	footer
	 {
		padding-left: 1em;
		padding-right: 1em;
	}
	.title-sources {
		font-size: 2em;
	}
	.col-banner {
		width: 80%;
	}
	.col-bubble,
	.col-txt {
		padding-left: 0;
		padding-right: 1em;
		width: 50%;
		margin: 0;
	}
	.profile-holder .inner-container {
		background-position: 50% 80px;
		background-size: 300px auto;
	}
	.profile-holder .title-row {
		margin-bottom: 8em;
	}
	.search-holder {
		padding: 1em;
	}
	.search-holder input[type=text] {
		width: 84%;
	}
	.search-holder input[type=submit]{
		width: 15%;
		height: 35px;
		line-height: 35px;
	}
	.user-account-options {
		width: 140px;
	}
	.cta-sources:hover .bg {
		margin: 0;
		box-shadow: none;
	}


}
@media only screen and (max-width: 640px) {
	nav ul {
		padding-left: 0;
		margin: 0 0 1em;
	}
	nav li {
		margin: 0 1em .5em 0;
	}
	.search-holder input[type=text] {
		width: 73%;
	}
	.search-holder input[type=submit]{
		width: 25%;
	}
	.title-banner {
		font-size: 1.5em;
	}
	.col-banner,
	.cta-find,
	.col-bubble, .col-txt,
	.col-contact,
	.col-links {
		width: 100%;
	}
	.cta-sources .inner {
		padding: 2em 1em;
	}
	.title-sources {
		font-size: 1.4em;
	}
	.cta-sources {
		margin-top: 0;
		width: 100%;
		top: -3em;
	}
	.cta-sources-1 .bg {
		border-right: 0;
		border-bottom: 20px solid #f4f4f4;
	}
	.cta-sources-1 .inner {
		padding-bottom: 3em;
	}
	.carousel-latest .slide {
		border-right: 0;
	}
	.title-row {
		font-size: 1.4em;
	}
	.title-find {
		font-size: 1.2em;
	}
	.cta-find {
		border-bottom: 1px solid #ebebeb;
		padding: 1em 0;
	}
	.profile-holder {
		padding-bottom: 1em;
	}
	.home-banner {
		background-position: 0 0;
	}



}

/* Featured in Logos */

.featured-in {
	background-color: #f4f4f4;
	padding: 20px 15px 80px;
}
.featured-in .heading {
	font-family: 'Lora', serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 10px;
}

.featured-in .logos {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
.featured-in .logos .carousel-logo {
	padding: 0 30px;
	box-sizing: border-box;
}
.featured-in .logos .slide {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.featured-in .logos .logo-item {
	padding: 10px 15px;
	text-align: center;
	width: 33.33%;
	box-sizing: border-box;
}

.featured-in .logos .logo-item img {
	width: auto;
	max-height: 50px;
	max-width: 100%;
}

@media (min-width:  767px) {
	.featured-in {
		padding: 30px 0 90px;
	}
	.featured-in .logos .logo-item {
		padding: 10px 20px;
		width: 16.66667%;
	}
	
	.featured-in .logos .logo-item img {
		width: auto;
		max-height: 60px;
		max-width: 100%;
	}
}

/* Cookie Notice */

.cookie-notice {
	padding: 20px 15px 20px;
}


@media (min-width:  767px) {
	.cookie-notice {
		padding: 40px 15px 40px;
	}
}



@media print,
	   (-o-min-device-pixel-ratio: 5/4),
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 120dpi) {

}


/* Bradcast Strip */

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}


/* ==========================================================================
   Ribbon
   ========================================================================== */
.ribbon {
	position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    overflow: hidden;
    width: 120px;
    height: 120px;
    text-align: right;
}

.ribbon span {
	font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 200px;
    display: block;
    background: #ec008c;
    background: linear-gradient(#ec008c 0%, #ec008c 100%);
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    position: absolute;
    top: 10px;
    left: -75px;
}

@media (min-width:  480px) {
	.ribbon span {
		font-size: 28px;
		top: 20px;
		width: 230px;
		line-height: 46px;
	}
}

/* ==========================================================================
   Badge
   ========================================================================== */


.badge {
	width: 36px;
	height: 36px;
	background-color: #ec008c;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 50%;
	line-height: 1;
	padding-top: .15em;
}

.badge.\--new {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ed1c24;
	/* background-image: url(../../images/icons/badge-new.svg);
	background-size: contain;
	background-position: center; */
}