/*
*
*
*	Browse Category page
*
*
*
*/

#what-can-you-learn {
	background-color: #DCDCDC;
	text-align: center;
	padding-bottom: 180px;
	padding-top: 30px;
}
#what-can-you-learn h1 {
	font-size:38px;
	font-weight:500;
	letter-spacing:-1px;
}
#what-can-you-learn p {
	font-size:19px;
	margin:0;
	line-height:20px;
	color:#555;
	width:540px;
	margin:0 auto;
	font-weight:100;
	max-width:100%;
}

ul#tiles {
	width: 990px;
	margin: 39px auto 0px;
}

ul#tiles li {
	padding: 0px;
	border-radius: 4px;
	margin: 0px 5px 10px 5px;
	background: #CFCFCF;
	height: 114px;
	width: 188px;
	float: left;
	list-style: none;
}
ul#tiles li a {
	font-size: 15px;
	font-family: "Roboto", arial ,sans-serif;
	font-weight: 600;
	padding-top: 78px;
	margin: 0;
	padding-bottom: 18px;
	background: url(/wp-content/themes/thrive15/images/icons/20icons.png);
	display: block;
	color: #000;
}
ul#tiles li:hover {
	color:white;
	background: #1b92d3;
}
ul#tiles li:active {
	box-shadow: 0px 0px 7px #000 inset;
}

/* hover styles for the link */
ul#tiles li a:hover{
	background: url(/wp-content/themes/thrive15/images/icons/20icons-hover.png);
	color:#fff;
}

ul#tiles li:nth-child(1):hover {
	background: #1b92d3; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #1b92d3 0%, #3781ce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1b92d3),	color-stop(100%,#3781ce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1b92d3 0%,#3781ce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1b92d3 0%,#3781ce 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1b92d3 0%,#3781ce 100%); /* IE10+ */
	background: linear-gradient(135deg, #1b92d3 0%,#3781ce 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b92d3', endColorstr='#3781ce',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

ul#tiles li#tile2 a, ul#tiles li#tile2 a:hover{
	background-position: -200px 0;
}

ul#tiles li:nth-child(2):hover {
	background: #1b92d3; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #1b92d3 0%, #4479cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1b92d3), color-stop(100%,#4479cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #1b92d3 0%,#4479cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #1b92d3 0%,#4479cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #1b92d3 0%,#4479cc 100%); /* IE10+ */
	background: linear-gradient(135deg, #1b92d3 0%,#4479cc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b92d3', endColorstr='#4479cc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

ul#tiles li#tile3 a, ul#tiles li#tile3 a:hover{
	background-position: -400px 0;
}
ul#tiles li:nth-child(3):hover {
	background: #258bd2; /* 258bd2 browsers */
	background: -moz-linear-gradient(-45deg, #258bd2 0%, #5e6ac7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#258bd2), color-stop(100%,#5e6ac7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #258bd2 0%,#5e6ac7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #258bd2 0%,#5e6ac7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #258bd2 0%,#5e6ac7 100%); /* IE10+ */
	background: linear-gradient(135deg, #258bd2 0%,#5e6ac7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258bd2', endColorstr='#5e6ac7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul#tiles li#tile4 a, ul#tiles li#tile4 a:hover{
	background-position: -600px 0;
}
ul#tiles li:nth-child(4):hover {
	background: #3284cf; /* 3284cf browsers */
	background: -moz-linear-gradient(-45deg, #3284cf 0%, #5f69c7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3284cf), color-stop(100%,#5f69c7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #3284cf 0%,#5f69c7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #3284cf 0%,#5f69c7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #3284cf 0%,#5f69c7 100%); /* IE10+ */
	background: linear-gradient(135deg, #3284cf 0%,#5f69c7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3284cf', endColorstr='#5f69c7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul#tiles li#tile5 a, ul#tiles li#tile5 a:hover{
	background-position: -800px 0;
}
ul#tiles li:nth-child(5):hover {
	background: #3483cf; /* 3483cf browsers */
	background: -moz-linear-gradient(-45deg, #3483cf 0%, #7e57b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3483cf), color-stop(100%,#7e57b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #3483cf 0%,#7e57b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #3483cf 0%,#7e57b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #3483cf 0%,#7e57b7 100%); /* IE10+ */
	background: linear-gradient(135deg, #3483cf 0%,#7e57b7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3483cf', endColorstr='#7e57b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul#tiles li#tile6 a, ul#tiles li#tile6 a:hover{
	background-position: -0px -124px;
}
ul#tiles li:nth-child(6):hover {
	background: #3e7dcd; /* 3e7dcd browsers */
	background: -moz-linear-gradient(-45deg, #3e7dcd 0%, #6566c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3e7dcd), color-stop(100%,#6566c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #3e7dcd 0%,#6566c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #3e7dcd 0%,#6566c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #3e7dcd 0%,#6566c6 100%); /* IE10+ */
	background: linear-gradient(135deg, #3e7dcd 0%,#6566c6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7dcd', endColorstr='#6566c6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul#tiles li#tile7 a, ul#tiles li#tile7 a:hover{
	background-position: -200px -124px;
}
ul#tiles li:nth-child(7):hover {
	background: #3e7dcd; /* 3e7dcd browsers */
	background: -moz-linear-gradient(-45deg, #3e7dcd 0%, #725ec4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3e7dcd), color-stop(100%,#725ec4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #3e7dcd 0%,#725ec4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #3e7dcd 0%,#725ec4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #3e7dcd 0%,#725ec4 100%); /* IE10+ */
	background: linear-gradient(135deg, #3e7dcd 0%,#725ec4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7dcd', endColorstr='#725ec4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul#tiles li#tile8 a, ul#tiles li#tile8 a:hover{
	background-position: -400px -124px;
}
ul#tiles li:nth-child(8):hover {
	background: #4f72ca; /* 4f72ca browsers */
	background: -moz-linear-gradient(-45deg, #4f72ca 0%, #8b4fbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4f72ca), color-stop(100%,#8b4fbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #4f72ca 0%,#8b4fbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #4f72ca 0%,#8b4fbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #4f72ca 0%,#8b4fbf 100%); /* IE10+ */
	background: linear-gradient(135deg, #4f72ca 0%,#8b4fbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f72ca', endColorstr='#8b4fbf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul#tiles li#tile9 a, ul#tiles li#tile9 a:hover{
	background-position: -600px -124px;
}
ul#tiles li:nth-child(9):hover {
	background: #6764c5; /* 6764c5 browsers */
	background: -moz-linear-gradient(-45deg, #6764c5 0%, #8c4ebe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#6764c5), color-stop(100%,#8c4ebe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #6764c5 0%,#8c4ebe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #6764c5 0%,#8c4ebe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #6764c5 0%,#8c4ebe 100%); /* IE10+ */
	background: linear-gradient(135deg, #6764c5 0%,#8c4ebe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6764c5', endColorstr='#8c4ebe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul#tiles li#tile10 a, ul#tiles li#tile10 a:hover{
	background-position: -800px -124px;
}
ul#tiles li:nth-child(10):hover {
	background: #6863c4; /* 6863c4 browsers */
	background: -moz-linear-gradient(-45deg, #6863c4 0%, #9f44af 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#6863c4), color-stop(100%,#9f44af)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #6863c4 0%,#9f44af 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #6863c4 0%,#9f44af 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #6863c4 0%,#9f44af 100%); /* IE10+ */
	background: linear-gradient(135deg, #6863c4 0%,#9f44af 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6863c4', endColorstr='#9f44af',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul#tiles li#tile11 a, ul#tiles li#tile11 a:hover{
	background-position: 0px -248px;
}
ul#tiles li:nth-child(11):hover {
	background: #6d61c5; /* 6d61c5 browsers */
	background: -moz-linear-gradient(-45deg, #6d61c5 0%, #8e4dbe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#6d61c5), color-stop(100%,#8e4dbe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #6d61c5 0%,#8e4dbe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #6d61c5 0%,#8e4dbe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #6d61c5 0%,#8e4dbe 100%); /* IE10+ */
	background: linear-gradient(135deg, #6d61c5 0%,#8e4dbe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d61c5', endColorstr='#8e4dbe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul#tiles li#tile12 a, ul#tiles li#tile12 a:hover{
	background-position: -200px -248px;
}
ul#tiles li:nth-child(12):hover {
	background: #6e61c5; /* 6e61c5 browsers */
	background: -moz-linear-gradient(-45deg, #6e61c5 0%, #934abd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#6e61c5), color-stop(100%,#934abd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #6e61c5 0%,#934abd 100%); /* Chrome10+,Safari5.1+ */
	background:  -o-linear-gradient(-45deg, #6e61c5 0%,#934abd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #6e61c5 0%,#934abd 100%); /* IE10+ */
	background: linear-gradient(135deg, #6e61c5 0%,#934abd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e61c5', endColorstr='#934abd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul#tiles li#tile13 a, ul#tiles li#tile13 a:hover{
	background-position: -400px -248px;
}
ul#tiles li:nth-child(13):hover {
	background: #7d57c1; /* 7d57c1 browsers */
	background: -moz-linear-gradient(-45deg, #7d57c1 0%, #9e43b9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#7d57c1), color-stop(100%,#9e43b9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #7d57c1 0%,#9e43b9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #7d57c1 0%,#9e43b9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #7d57c1 0%,#9e43b9 100%); /* IE10+ */
	background: linear-gradient(135deg, #7d57c1 0%,#9e43b9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d57c1', endColorstr='#9e43b9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul#tiles li#tile14 a, ul#tiles li#tile14 a:hover{
	background-position: -600px -248px;
}
ul#tiles li:nth-child(14):hover {
	background: #904cbe; /* 904cbe browsers */
	background: -moz-linear-gradient(-45deg, #904cbe 0%, #9f43b8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#904cbe), color-stop(100%,#9f43b8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #904cbe 0%,#9f43b8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #904cbe 0%,#9f43b8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #904cbe 0%,#9f43b8 100%); /* IE10+ */
	background: linear-gradient(135deg, #904cbe 0%,#9f43b8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#904cbe', endColorstr='#9f43b8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul#tiles li#tile15 a, ul#tiles li#tile15 a:hover{
	background-position: -800px -248px;
}
ul#tiles li:nth-child(15):hover {
	background: #924bbd; /* 924bbd browsers */
	background: -moz-linear-gradient(-45deg, #924bbd 0%, #ac3da2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#924bbd), color-stop(100%,#ac3da2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #924bbd 0%,#ac3da2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #924bbd 0%,#ac3da2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #924bbd 0%,#ac3da2 100%); /* IE10+ */
	background: linear-gradient(135deg, #924bbd 0%,#ac3da2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#924bbd', endColorstr='#ac3da2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul#tiles li#tile16 a, ul#tiles li#tile16 a:hover{
	background-position: 0px -372px;
}
ul#tiles li:nth-child(16):hover {
	background: #934abd; /* 934abd browsers */
	background: -moz-linear-gradient(-45deg, #934abd 0%, #a042b8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#934abd), color-stop(100%,#a042b8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #934abd 0%,#a042b8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #934abd 0%,#a042b8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #934abd 0%,#a042b8 100%); /* IE10+ */
	background: linear-gradient(135deg, #934abd 0%,#a042b8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#934abd', endColorstr='#a042b8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul#tiles li#tile17 a, ul#tiles li#tile17 a:hover{
	background-position: -200px -372px;
}
ul#tiles li:nth-child(17):hover {
	background: #934abd; /* 934abd browsers */
	background: -moz-linear-gradient(-45deg, #934abd 0%, #a441b1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#934abd), color-stop(100%,#a441b1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #934abd 0%,#a441b1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #934abd 0%,#a441b1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #934abd 0%,#a441b1 100%); /* IE10+ */
	background: linear-gradient(135deg, #934abd 0%,#a441b1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#934abd', endColorstr='#a441b1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul#tiles li#tile18 a, ul#tiles li#tile18 a:hover{
	background-position: -400px -372px;
}
ul#tiles li:nth-child(18):hover {
	background: #9847bb; /* 9847bb browsers */
	background: -moz-linear-gradient(-45deg, #9847bb 0%, #ac3da4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9847bb), color-stop(100%,#ac3da4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #9847bb 0%,#ac3da4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #9847bb 0%,#ac3da4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #9847bb 0%,#ac3da4 100%); /* IE10+ */
	background: linear-gradient(135deg, #9847bb 0%,#ac3da4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9847bb', endColorstr='#ac3da4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul#tiles li#tile19 a, ul#tiles li#tile19 a:hover{
	background-position: -600px -372px;
}
ul#tiles li:nth-child(19):hover {
	background: #a042b7; /* a042b7 browsers */
	background: -moz-linear-gradient(-45deg, #a042b7 0%, #ac3da2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a042b7), color-stop(100%,#ac3da2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #a042b7 0%,#ac3da2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #a042b7 0%,#ac3da2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #a042b7 0%,#ac3da2 100%); /* IE10+ */
	background: linear-gradient(135deg, #a042b7 0%,#ac3da2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a042b7', endColorstr='#ac3da2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul#tiles li#tile20 a, ul#tiles li#tile20 a:hover{
	background-position: -800px -372px;
}
ul#tiles li:nth-child(20):hover {
	background: #a142b6; /* a142b6 browsers */
	background: -moz-linear-gradient(-45deg, #a142b6 0%, #c23478 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a142b6), color-stop(100%,#c23478)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #a142b6 0%,#c23478 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #a142b6 0%,#c23478 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #a142b6 0%,#c23478 100%); /* IE10+ */
	background: linear-gradient(135deg, #a142b6 0%,#c23478 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a142b6', endColorstr='#c23478',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


@media screen and (max-width:999px) and (min-width:768px){
ul#tiles {
	width: 768px;
	padding-bottom: 30px;
}
ul#tiles li {
	width: 180px;
}
ul#tiles li a {
	padding-top:82px;
	padding-bottom:14px;
}
}

@media screen and (max-width:768px){
#what-can-you-learn p {
	width:100%;
	max-width:320px;
}

ul#tiles {
	width: 320px;
}
ul#tiles li {
	width: 97%;
	height: 60px;
	background:#CFCFCF;
}
ul#tiles li a {
	background-image:url(/wp-content/themes/thrive15/images/icons/20iconsmobile.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 80px;
	padding-bottom: 20px;
}
ul#tiles li a:hover {
	background-image:url(/wp-content/themes/thrive15/images/icons/20iconsmobile-hover.png);
	background-repeat:no-repeat;
}
ul#tiles li#tile2 a,ul#tiles li#tile2 a:hover {
	background-position:left -70px;
}
ul#tiles li#tile3 a,ul#tiles li#tile3 a:hover {
	background-position:left -140px;
}
ul#tiles li#tile4 a,ul#tiles li#tile4 a:hover {
	background-position:left -210px;
}
ul#tiles li#tile5 a,ul#tiles li#tile5 a:hover {
	background-position:left -280px;
}
ul#tiles li#tile6 a,ul#tiles li#tile6 a:hover {
	background-position:left -350px;
}
ul#tiles li#tile7 a,ul#tiles li#tile7 a:hover {
	background-position:left -420px;
}
ul#tiles li#tile8 a,ul#tiles li#tile8 a:hover {
	background-position:left -490px;
}
ul#tiles li#tile9 a,ul#tiles li#tile9 a:hover {
	background-position:left -560px;
}
ul#tiles li#tile10 a,ul#tiles li#tile10 a:hover {
	background-position:left -630px;
}
ul#tiles li#tile11 a,ul#tiles li#tile11 a:hover {
	background-position:left -700px;
}
ul#tiles li#tile12 a,ul#tiles li#tile12 a:hover {
	background-position:left -770px;
}
ul#tiles li#tile13 a, ul#tiles li#tile13 a:hover {
	background-position:left -840px;
}
ul#tiles li#tile14 a,ul#tiles li#tile14 a:hover {
	background-position:left -910px;
}
ul#tiles li#tile15 a,ul#tiles li#tile15 a:hover {
	background-position:left -980px;
}
ul#tiles li#tile16 a,ul#tiles li#tile16 a:hover {
	background-position:left -1050px;
}
ul#tiles li#tile17 a,ul#tiles li#tile17 a:hover {
	background-position:left -1120px;
}
ul#tiles li#tile18 a,ul#tiles li#tile18 a:hover {
	background-position:left -1190px;
}
ul#tiles li#tile19 a,ul#tiles li#tile19 a:hover {
	background-position:left -1260px;
}
ul#tiles li#tile20 a,ul#tiles li#tile20 a:hover {
	background-position:left -1330px;
}


}





/*
*
*
*	Browse Detail page
*
*
*
*/



#browse-library-main {
	background:#d4d4d4;
	padding-bottom:70px;
}
	#browse-library-main-content {
		width:980px;
		margin:0 auto;
	}
	#browse-library-main-header {
		text-align:center;
		padding:30px 0px;
	}
	#browse-library-main-header h3 {
		font-size:38px;
		font-weight:500;
		letter-spacing:-1px;
		line-height:34px;
		margin-bottom:6px;
	}
	#browse-library-main-header p {
		font-size:19px;
		margin:0;
		line-height:20px;
		color:#555;
		width:540px;
		margin:0 auto;
		font-weight:100;
		max-width:100%;
	}
	#browse-library-main-samples:after {
		content:"";
		display:block;
		clear:both;
	}
	#browse-library-main-samples > ul {
		float:left;
		width:210px;
		margin:0;
	}
	#browse-library-main-samples > ul li {
		font-size:15px;
		font-weight:100;
		text-indent:38px;
		line-height:25px;
		border-bottom:1px solid #b6b6b6;
		position:relative;
	}
	#browse-library-main-samples > ul li:hover,#browse-library-main-samples > ul li.selected {
		background-color:#0b9bd7;
		color:#fff;
		cursor:pointer;
	}
	#browse-library-main-samples > ul li.selected:before {
		content:"";
		display:block;
		width:0px;
		height:0px;
		border-right:10px solid #242424;
		border-top:10px solid transparent;
		border-bottom:10px solid transparent;
		position:absolute;
		top:2px;
		right:0px;
	}
	
	#browse-library-main-samples > ul li:after {
		content:"";
		display:block;
		position:absolute;
		top:-4px;
		left:4px;
		width:26px;
		height:26px;
		background-image: url(/wp-content/themes/thrive15/images/icons/WCYL-small-icons.png);
		background-position:top left;
	}
		#browse-library-main-samples > ul li:hover:after,#browse-library-main-samples > ul li.selected:after {
			background-image: url(/wp-content/themes/thrive15/images/icons/WCYL-small-icons-hover.png);
		}
		#browse-library-main-samples > ul li:nth-child(1):after {
			background-position:172px top;
		}
		#browse-library-main-samples > ul li:nth-child(2):after {
			background-position:172px -34px;
		}
		#browse-library-main-samples > ul li:nth-child(3):after {
			background-position:172px -68px;
		}
		#browse-library-main-samples > ul li:nth-child(4):after {
			background-position:172px -102px;
		}
		#browse-library-main-samples > ul li:nth-child(5):after {
			background-position:172px -136px;
		}
		#browse-library-main-samples > ul li:nth-child(6):after {
			background-position:172px -170px;
		}
		#browse-library-main-samples > ul li:nth-child(7):after {
			background-position:172px -204px;
		}
		#browse-library-main-samples > ul li:nth-child(8):after {
			background-position:172px -238px;
		}
		#browse-library-main-samples > ul li:nth-child(9):after {
			background-position:172px -272px;
		}
		#browse-library-main-samples > ul li:nth-child(10):after {
			background-position:172px -306px;
		}
		#browse-library-main-samples > ul li:nth-child(11):after {
			background-position:172px -340px;
		}
		#browse-library-main-samples > ul li:nth-child(12):after {
			background-position:172px -374px;
		}
		#browse-library-main-samples > ul li:nth-child(13):after {
			background-position:172px -408px;
		}
		#browse-library-main-samples > ul li:nth-child(14):after {
			background-position:172px -442px;
		}
		#browse-library-main-samples > ul li:nth-child(15):after {
			background-position:172px -476px;
		}
		#browse-library-main-samples > ul li:nth-child(16):after {
			background-position:172px -510px;
		}
		#browse-library-main-samples > ul li:nth-child(17):after {
			background-position:172px -544px;
		}
		#browse-library-main-samples > ul li:nth-child(18):after {
			background-position:172px -578px;
		}
		#browse-library-main-samples > ul li:nth-child(19):after {
			background-position:172px -612px;
		}
		#browse-library-main-samples > ul li:nth-child(20):after {
			background-position:172px -646px;
		}
		
	#browse-library-main-samples-content {
		background:#242424;
		padding:16px;
		width:770px;
		float:left;
		box-sizing:border-box;
	}
	#browse-library-samples-player {
		min-height:420px;
		position:relative;
	}
	#browse-library-jwplayer {
		outline:none;
	}
	#browse-library-main-samples-lower {
		margin-top:10px;
	}
	#browse-library-main-samples-lower h3 {
		background:#1d1d1d;
		border-radius:4px;
		display:inline-block;
		color:#fff;
		font-size:22px;
		letter-spacing:-1px;
		font-weight:400;
		padding:14px 22px;
		padding-left:52px;
		min-width:212px;
		font-family:"open sans",""Roboto", arial ,sans-serif";
		position:relative;
	}
	#browse-library-main-samples-lower h3 span {
		display:block;
		position:absolute;
		top:12px;
		left:4px;
		width:44px;
		height:40px;
		background-image: url(/wp-content/themes/thrive15/images/icons/20iconsmobile-hover.png);
		background-position:top left;
		background-size:50px 900px;
	}
	#browse-library-main-samples-lower h4 {
		display: inline-block;
		color: #fff;
		font-size: 22px;
		font-weight: 400;
		margin-left:60px;
		margin-right:14px;
		font-family:"open sans",""Roboto", arial ,sans-serif";
	}
	#browse-library-main-samples-lower a {
		font-weight:100;
		padding:14px 30px;
	}
	
	#browse-library-main-samples-content {
		position:relative;
	}
	#browse-library-main-samples-trial {
		content:"";
		position:absolute;
		display:block;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		background-color:rgba(0,0,0,0.75);
		z-index:3;
		display:none;
		text-align:center;
		padding-top:120px;
	}
	#browse-library-main-samples-trial p {
		color:#fff;
		font-size:19px;
		width:360px;
		margin:20px auto 30px;
		line-height:22px;
	}
	#browse-library-main-samples-trial a {
		padding:8px 30px;
		font-size:18px;
	}
	#browse-library-main-samples-content.trial #browse-library-main-samples-trial {
		display:block;
	}
	#browse-library-main-samples-content.trial #browse-library-samples-player:after {
		content:"";
		display:block;
		position:absolute;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		background-image:url("/wp-content/themes/thrive15/images/browse-library/end-poster.jpg");
		background-size:cover;
	}
	#browse-library-main-samples-content.coming-soon #browse-library-samples-player:after {
		content:"";
		display:block;
		position:absolute;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		background-image:url("/wp-content/themes/thrive15/images/browse-library/coming-poster.png");
		background-size:cover;
	}
	
@media screen and (max-width:980px) {
#browse-library-main-content {
	width:760px;
}
#browse-library-main-samples ul {
	width:160px;
}
	#browse-library-main-samples > ul li {
		text-indent:4px;
		font-size:14px;
	}
	#browse-library-main-samples > ul li::after, #browse-library-main-samples > ul li:hover::after, #browse-library-main-samples > ul li.selected::after {
		background-image:none;
	}
#browse-library-main-samples-content {
	width:600px;
	padding:70px 16px;
}
	#browse-library-main-samples-lower h3 { 
		font-size:14px;
		min-width:135px;
	}
	#browse-library-main-samples-lower h4 {
		margin:0px 10px;
	}
	#browse-library-main-samples-lower a {
		padding:8px 10px;
	}
	#browse-library-main-samples-lower h3 span {
		top:4px;
	}
	#browse-library-samples-player {
		min-height:323px;
	}
}



@media screen and (max-width:767px) {
#browse-library-main-content {
	width:291px;
}
#browse-library-main-samples ul {
	display:none;
}
#browse-library-main-samples-content {
	width:100%;
	padding:16px;
}
	#browse-library-samples-player {
		min-height:150px;
	}
	#browse-library-main-samples-lower {
		text-align:center;
	}
	#browse-library-main-samples-lower h4 {
		margin:20px 0px 10px;
	}
}






/*

*
*	Shitty Section
*
*

*/
div.category {
	display:none;
}
div.category.selected {
	display:block;
}

.header-image img{
	width: 100%;
	max-height: 400px;
}

.header-image {
	margin-bottom: 40px;
}

img.detail-img {
	width:100%;
	margin-bottom: 40px;
}
section#selected-category-detail {
	padding-bottom:40px;
	background:#dcdcdc;
	border-top:3px solid #c6c6c6;
}
section#selected-category-detail div.detail-content {
	width:900px;
	margin-left:auto;
	margin-right:auto;

}
section#selected-category-detail div.detail-content h2 {
	margin:0;
	font-family:"Roboto", arial ,sans-serif;
	font-size:38px;
	color:#3f3f3f;
	font-weight: 400;
	letter-spacing: -2px;
}
section#selected-category-detail div.detail-content p {
	font-size:16px;
	color:#444;
	margin-top: 10px;
	letter-spacing: -0.2px;
	margin-bottom: 23px;
}
section#selected-category-detail div.detail-content p span.emphasis {
	font-weight:800;
	color:#000;
}
section#selected-category-detail div.detail-content p.encouragement {
	font-size:18px;
	color:#0b9bd7;
	margin-bottom: 5px;
	letter-spacing: -0.05em;
	border-top: 2px solid #999;
	padding-top: 25px;
	font-weight:700;
}
section#selected-category-detail div.detail-content span#letter-author {
	font-family: "proxima-nova","proxima nova","Roboto",arial, sans-serif,"proxima nova";
	font-size: 20px;
	color: #201f1f;
}
section#selected-category-detail div.detail-content span.letter-author-renown {
	color: #777;
	font-style: italic;
	letter-spacing: -0.04em;
}
section#selected-category-detail div.detail-content ul {
	list-style-type: disc;
	display: inline;
	float:left;
	font-size:16px;
	margin:0px;
	letter-spacing:-0.03em;
}
section#selected-category-detail div.detail-content ul#list-left {
	width: 400px;
	margin-left: 40px;
	margin-right: 60px;
}
section#selected-category-detail div.detail-content ul#list-right {
	width:400px;
}
section#selected-category-detail div.detail-content ul.list li {
	width:400px;
	color:#444;
}
section#selected-category-detail div.detail-content p#you-will-find {
	font-family:"Roboto", arial ,sans-serif;
	font-size:19px;
	font-color:#444;
	font-style:italic;
	letter-spacing: -0.7px;
	margin-top:8px;
	margin-bottom: 23px;
}
section#selected-category-detail div.detail-content p#you-will-not-find {
	font-family:"Roboto", arial ,sans-serif;
	font-size:19px;
	font-color:#444;
	font-style:italic;
	margin:36px 0px 0px;
	letter-spacing: -0.7px;
}
section#selected-category-detail div.detail-content p#you-will-not-find-detail {
	font-size: 18px;
	margin-left: 34px;
	margin-top: 12px;
	line-height: 23px;
	margin-bottom: 18px;
	letter-spacing: -0.025em;
}
section#selected-category-detail div.detail-content  a.btn-blue {
	margin-top:40px;
	width: 196px;
	height: 30px;
}
.header-image {
	position: relative;

}
.detail-header {
	position:absolute;
	top: 50%;
	margin-top: -35px;
	left: 0;
	width: 100%;
	text-align:center;
}
.detail-header h2{
	font-size: 60px;
	color: white;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.7);
}
article#info-section{
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(left,  #dcdcdc 6%, #eee 15%, #eee 84%, #dcdcdc 94%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(6%,#dcdcdc), color-stop(15%,#eee), color-stop(84%,#eee), color-stop(94%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #dcdcdc 6%,#eee 5%,#eee 84%,#dcdcdc 94%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #dcdcdc 6%,#eee 15%,#eee 84%,#dcdcdc 94%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #dcdcdc 6%,#eee 15%,#eee 84%,#dcdcdc 94%); /* IE10+ */
	background: linear-gradient(to right,  #dcdcdc 6%,#eee 15%,#eee 84%,#dcdcdc 94%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#dcdcdc',GradientType=1 ); /* IE6-9 */

	padding-top: 40px;
	padding-bottom: 40px;
	margin: 40px auto;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	text-align:center;
}
article#info-section p {
	font-style:italic;
	font-size:20px !important;
	margin-bottom:6px !important;
	width:550px;
}
article#info-section span#quote-author {
	font-family:"proxima-nova","proxima nova","Roboto",arial, sans-serif;
	color:black;
	font-style:normal;
}
article#info-section h1 {
	padding-top:20px;
	font-size:28px;
	font-weight:500;
}

@media screen and (max-width:1000px) {
section#selected-category-detail div.detail-content {
	width: 100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 30px;
}
section#selected-category-detail div.detail-content ul#list-left {
	width: 90%;
}
section#selected-category-detail div.detail-content ul#list-right {
	margin-left: 40px;
	width:90%;
}
section#selected-category-detail div.detail-content ul.list li {
	width:80%;
}

}
@media screen and (max-width:767px) {
	article#info-section {
		background:#fff;
		padding:10px !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	article#info-section p {
		width:100%;
	}
	section#selected-category-detail div.detail-content ul.list li {
		width: 90%;
	}

	.detail-header {
		margin-top: -20px;
	}
	.detail-header h2{
		font-size: 35px;
	}
}