/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
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;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: Avenir-Light;
    src: url("../fonts/AvenirNextLTPro-Light.eot?#iefix") format("embedded-opentype");
    src: url("../fonts/AvenirNextLTPro-Light.ttf"),
    url("../fonts/AvenirNextLTPro-Light.woff") format("woff");
}
@font-face {
    font-family: Avenir-Regular;
    src: url("../fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype");
    src: url("../fonts/AvenirNextLTPro-Regular.ttf"),
    url("../fonts/AvenirNextLTPro-Regular.woff") format("woff");
}
body, html{
		margin: 0;
		padding: 0;
		overflow-x: hidden;
}
a, p, li, h1, h2, h3, h4 {
		font-family: Avenir-Regular;
		text-decoration: none;
		font-weight: normal;
		margin: 0;
}
p {
    margin: 0 0 30px 0;
}
/*li::before {
    content: "\2022";
    color: #6d267e;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin: 0 10px 0 -30px;
    font-size: 26px;
}*/
/*li {
    list-style: none;
    margin-bottom: 22px;
    margin-left: 30px;
}*/

header {
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0px 6px 7px #00000029;
    z-index: 99999;
}
header .wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
.logo {
    background: url(../images/netgear-logo.png) center no-repeat;
    background-size: contain;
    height: 0;
    overflow: hidden;
    display: block;
    padding-top: 50px;
    width: 180px;
    float: left;
}
.purple-btn {
    float: right;
    color: #fff;
    background: #6f2680;
    font-size: 20px;
    padding: 10px 30px 8px 30px;
    border-radius: 8px;
}
main {
    margin-top: 90px;
}
/*----*/
.wrapper {
    width: calc(1600px - 160px);
    margin: 0 auto;
    position: relative;
    padding: 90px 80px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.purple {	color: #6e257f;	}
.black {	color: #000000;	}
.white {	color: #ffffff;	}
.gray {	color: #333;	}
.graybg a {	color: #c192cc;	}
.purplebg { background: #6e257f; }
.graybg { background: #2c272e; }

.font1 { font-size: 20px;	}
.font2 { font-size: 40px; line-height: 45px;	}
.font3 { font-size: 30px;	}
.font4 { font-size: 16px;	}

.btn {
    padding: 13px 70px 9px 70px;
    border-radius: 8px;
}
.purple-btn {
    background: #6e257f;
    color: #fff;    
}
.white-btn {
    background: #fff;
    color: #6e257f;
    padding: 12px 40px 10px 40px;
    border-radius: 8px;
}
img {
    width: 100%;
}
/*---*/
h2 {
    position: relative;
}
/*---*/
div#suscribe {
    display: none;
    width: 100%;
}
.fancybox-is-open .fancybox-bg {
    opacity: 1;
}
.fancybox-bg {
    background: #ffffff;
}
.fancybox-container {
    top: 90px; 
}
/*.fancybox-slide--html {
    overflow: hidden;
}*/
.fancybox-slide--html .fancybox-close-small {
    padding: 0; 
}
/*---*/
.form1 {
    width: 50%;
    float: left;
    margin-right: 5%;
}
.form2 {
    width: 45%;
    float: left;
}
.subsc-1 {
    width: 50%;
    margin-bottom: 29px;
}
.subsc-2 {
    width: 40%;
    margin-bottom: 30px;
}
.form1 h2 {
    margin: 40px 0 30px 0;
}
.form2 input, .form2 select {
    border: 0;
    border-bottom: 1px solid #6f2680;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    padding: 14px 20px;
    border-radius: 5px;
    margin-bottom: 36px;
}
.form2 input#terms {
    height: 23px;
    width: 23px;
    margin-top: 20px;
}
.chech-text {
    font-size: 16px;
    position: relative;
    left: 40px;
    top: -32px;
    width: calc(100% - 40px);
}
.form2 input.submit-btn {
    border: 0;
    background: #6f2680;
    color: #fff;
    border-radius: 6px;
    width: 210px;
}
form p {
		margin: 0;
}
/*---*/
div#top-banner {
    margin-bottom: -6px;
}
.swm1 .wrapper {
    padding: 0;
    width: 1600px;
}
/*---*/
.swm2 .wrapper {
    padding-top: 130px;
    padding-bottom: 130px;
    background: url(../images/swm2-bg.jpg) center no-repeat;
    background-size: cover;
}
.experience-text {
    width: 50%;
    float: left;
}
.experience-img {
    width: 50%;
    float: left;
    text-align: center;
}
.experience-img img {
    max-width: 520px;
}
.swm2 h2 {
    margin-bottom: 30px;
}
/*---*/
.epi-player h2 {
    margin: 20px 0 10px 0;
}
.epi-player iframe {
    margin-bottom: 40px;
}
/*---*/
.ft-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 40px;
    margin: 0 0 25px 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.61);
}
.ft-box img {
    width: 110px;
}
.ft-box h2 {
    min-width: 230px;
    margin-left: 30px;
}
.ft-box p {
    margin: 0px;
}
.swm3 .wrapper {
    padding-top: 40px;
    padding-bottom: 30px;
}
/*---*/
#links .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;    
}
.single-episode #links .wrapper {
    padding-bottom: 0;
}
.how-text h2 {
    width: 410px;
    float: left;
}
.how-text p {
    float: left;
    width: calc(100% - 500px);
    margin: 20px 0 20px 70px;
}
.links {
    margin: 50px 0 0 0;
    border-bottom: 2px solid #ccc;
    padding-bottom: 50px;
}
#links a {
    width: 19%;
    margin: 0 0.5%;
    background: url(../images/linkbg.png) center no-repeat;
    background-size: 98% 98%;
    display: block;
    float: left;
    height: 71px;
    margin-bottom: 20px;			
}
.links a p {
    padding: 20px 0 20px 85px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 2px;
}
.links a:hover p {
				font-size: 22px;
}	
p.link01 { background: url(../images/link01.png) 20px center no-repeat; background-size: 50px; }
p.link02 { background: url(../images/link02.png) 20px center no-repeat; background-size: 50px; }
p.link03 { background: url(../images/link03.png) 20px center no-repeat; background-size: 50px; }
p.link04 { background: url(../images/link04.png) 20px center no-repeat; background-size: 50px; }
p.link05 { background: url(../images/link05.png) 20px center no-repeat; background-size: 50px; }
p.link06 { background: url(../images/link06.png) 20px center no-repeat; background-size: 50px; }
p.link07 { background: url(../images/link07.png) 20px center no-repeat; background-size: 50px; }
p.link08 { background: url(../images/link08.png) 20px center no-repeat; background-size: 50px; }
p.link09 { background: url(../images/link09.png) 20px center no-repeat; background-size: 50px; }
p.link10 { background: url(../images/link10.png) 20px center no-repeat; background-size: 50px; }

/*---*/
.swm5 .wrapper {
    padding-bottom: 0;
}
.listen-title {
    margin-bottom: 18px;
}
.episodes-container {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    padding: 40px 0;
    margin: 30px 0;
}
.episode {
    width: 23%;
    float: left;
    margin: 1%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.61);
}
.episode a {
    display: block;
				position: relative;
}
.audio {
    position: absolute;
    height: 23px;
    padding: 4px 40px 2px 40px;
    top: 37px;
    right: 0;
}
p.coming {
    position: absolute;
    width: 155px;
    height: 24px;
    left: 0;
    right: 0;
    top: 149px;
    margin: auto;
}
.epi-cover {
    overflow: hidden;
    height: 356px;
}
.epi-cover img {
    -webkit-transition: all 0.5s ease-in-out;
				-moz-transition: all 0.5s ease-in-out;
				-o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
}
.episode a:hover img {
    width: 110%;    
}
.epi-text {
    height: 200px;
    position: relative;
    padding: 20px 20px;
}
.epi-text p {
    position: absolute;
    bottom: 0;
    color: #898989;
}
/*---*/
.social {
    margin-top: 23px;
    margin-right: 0;
    float: right;
}
.social a {
    display: block;
    width: 35px;
    float: left;
    margin: 0 10px;
}
footer p {
    float: left;
    margin: 20px 40px 0 0;
    width: 40%;
}
footer .wrapper {
    padding-bottom: 0;
}
footer nav {
    padding: 30px 0 10px 0;
}
footer nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
footer nav ul li {
    margin: 0 25px 20px 25px;
    display: inline-block;
}
footer nav a {
    color: #262626;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 25px;
    text-transform: uppercase;
}
/*----*/
.episode-comp {
    margin-top: 80px;
}
/*----*/
.hosted .wrapper {
    padding-bottom: 0;
}
.hosted-container {
    border-bottom: 2px solid #ccc;
    padding-bottom: 90px;
}
.hosted-text {
    width: 60%;
    float: left;
    margin-top: 60px;
}
.hosted-text h2 {
    margin-bottom: 40px;
}
.hosted-img {
    width: 37%;
    float: left;
    margin-left: 3%;
    text-align: center;
}
img.signature {
    width: 270px;
    margin-bottom: 60px;
}
img.hughes {
    width: 380px;
}
/*----*/
.epi-img {
    width: 40%;
    float: left;
    margin-right: 5%;
}
h3.epi-author {
    margin: 15px 0 20px 0;
}
.epi-cont {
    float: left;
    width: 45%;
    padding-top: 100px;
    position: relative;
}
.episode7 .epi-cont {
    padding-top: 0;
}
.arrow-p {
    position: absolute;
    right: -110px;
    width: 50px;
}
.epi-player {
    padding: 60px 30px;
}
.inside-list {
    width: 60%;
    float: left;
    margin-top: 100px;
}
.inside-img {
    width: 35%;
    float: left;
    margin-left: 5%;
}
.inside-list li {
    margin: 0 0 20px 20px;
    list-style-position: inside;
    text-indent: -30px;
    padding-left: 20px;
}
.purple-box {
    text-align: center;
    margin: 50px auto 0 auto;
    padding: 40px 70px;
}
footer .purple-box p {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
.single-episode .swm5 .wrapper{
    border-bottom: 2px solid #ccc;
    padding: 60px 0 40px 0;
}				
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1600px) {
	.wrapper {
    width: calc(100% - 160px);
	}
	.swm1 .wrapper {
    width: 100%;
 }
	.swm2 .wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
    background: url(../images/swm2-bg.jpg) center right no-repeat;
    background-size: cover;
	}
	/*---*/
	.epi-cover {
    overflow: hidden;
    height: 22vw;
	}
	/*---*/
	#suscribe .links a p {
    padding: 20px 0 20px 65px;
    margin-top: 5px;
    font-size: 16px;
	}
	#suscribe .links a p {  background-position: 15px center;  background-size: 40px;	}	
}
/*-------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
	.swm2 .wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
 }
	.experience-text {
    width: 40%;
 }
	/*---*/
	.epi-cont {
    padding-top: 0;
 }
	/*---*/
	#links a {
    width: 24%;
				height: 59px;
    margin-bottom: 15px;
	}
	/*---*/
	.inside-list {
    margin-top: 0;
	}
	/*---*/
	.how-text p {
    margin: 0 0 20px 70px;
	}
	/*---*/
	.links a p {
    padding: 20px 0 20px 80px;
    margin-top: -4px;
	}
	p.link01 { background: url(../images/link01.png) 16px center no-repeat;  background-size: 42px;	}
	p.link02 { background: url(../images/link02.png) 16px center no-repeat;  background-size: 42px;	}
	p.link03 { background: url(../images/link03.png) 16px center no-repeat;  background-size: 42px;	}
	p.link04 { background: url(../images/link04.png) 16px center no-repeat;  background-size: 42px;	}
	p.link05 { background: url(../images/link05.png) 16px center no-repeat;  background-size: 42px;	}
	p.link06 { background: url(../images/link06.png) 16px center no-repeat;  background-size: 42px;	}
	p.link07 { background: url(../images/link07.png) 16px center no-repeat;  background-size: 42px;	}
	p.link08 { background: url(../images/link08.png) 16px center no-repeat;  background-size: 42px;	}
	p.link09 { background: url(../images/link09.png) 16px center no-repeat;  background-size: 42px;	}
	p.link10 { background: url(../images/link10.png) 16px center no-repeat;  background-size: 42px;	}
	/*---*/
	#suscribe .links a p {
					margin-top: -1px;
	}
}
/*-------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
	.font1 {
    font-size: 16px;
	}
	.font2 {
    font-size: 28px;
    line-height: 32px;
	}
	.wrapper {
    padding: 50px 80px;
	}
	/*---*/
	p.link01 { background: url(../images/link01.png) 16px center no-repeat;  background-size: 45px;	}
	p.link02 { background: url(../images/link02.png) 16px center no-repeat;  background-size: 45px;	}
	p.link03 { background: url(../images/link03.png) 16px center no-repeat;  background-size: 45px;	}
	p.link04 { background: url(../images/link04.png) 16px center no-repeat;  background-size: 45px;	}
	p.link05 { background: url(../images/link05.png) 16px center no-repeat;  background-size: 45px;	}
	p.link06 { background: url(../images/link06.png) 16px center no-repeat;  background-size: 45px;	}
	p.link07 { background: url(../images/link07.png) 16px center no-repeat;  background-size: 45px;	}
	p.link08 { background: url(../images/link08.png) 16px center no-repeat;  background-size: 45px;	}
	p.link09 { background: url(../images/link09.png) 16px center no-repeat;  background-size: 45px;	}
	p.link10 { background: url(../images/link10.png) 16px center no-repeat;  background-size: 45px;	}
	.links a p {
    padding: 20px 0 20px 70px;
    margin-top: -2px;
	}
	/*---*/
	.inside-list li {
    text-indent: -20px;
    padding-left: 4px;
				text-align: left;
	}
	/*---*/
	.ft-box h2 {
    min-width: 140px;
 }
	/*---*/
	img.signature {
    width: 190px;
    margin-bottom: 40px;
	}
	img.hughes {
    width: 280px;
	}
	/*---*/
	.episode {
    width: 40%;
    margin: 20px 5%;
	}
	.epi-cover {
    height: 39.5vw;
	}
	.epi-text {
    height: 170px;
	}
	/*---*/
	.subsc-1 {
    width: 100%;
    margin-bottom: 0;
	}
	.subsc-2 {
    width: 100%;
    margin-bottom: 20px;
	}
	.form1 {
    width: 100%;
    float: none;
    margin-right: 0;
	}
	.form2 {
    width: 100%;
    float: left;
	}
	#suscribe .wrapper {
    padding: 0 0 40px 0;
    width: 100%;
	}
}
/*-------------------------------------------------------------*/
@media only screen and (max-width: 980px) {
	.wrapper {
    padding: 50px 40px;
    width: calc(100% - 80px);
	}
	/*---*/
	#top-banner img {
    position: relative;
    width: 130%;
    left: -15%;
	}
	.swm2 .wrapper {
    background: #ececec;
	}
	.experience-text {
    width: 100%;
	}
	.swm2 h2 {
    margin-bottom: 0;
	}
	/*---*/
	.swm5 .wrapper {
    text-align: center;
	}
	.swm5 .wrapper li {
    text-align: left;
	}
	.epi-img {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 40px;
				padding-top: 70px;
	}
	.epi-img img {
    width: auto;
    max-width: 360px;
    margin: 0 auto;
    display: block;
	}
	.epi-cont {
    float: none;
    width: 100%;
    text-align: center;
 }
	.arrow-p {
    right: 0;
    left: 0;
    margin: 0 auto;
	}
	.epi-player {
    padding: 0;
	}	
	/*---*/
	.inside-epi {
    position: relative;
    padding-top: 350px;
	}
	.inside-list {
    width: 100%;
    float: none;
 }
	.inside-img {
    float: none;
    margin: 0 auto;
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	}
	/*---*/
	.how-text h2 {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 30px;
	}
	.how-text p {
    margin: 0;
    float: none;
    width: 100%;
    text-align: center;
	}
	/*---*/
	#links a {
    width: 32%;
 }
	/*---*/
	.ft-box {
    display: block;
    text-align: center;
	}
	.ft-box img {
    width: 80px;
    margin-bottom: 30px;
	}
	.ft-box h2 {
    min-width: auto;
    margin: 0 0 30px 0;
	}
	/*---*/
	.hosted-container {
    padding-bottom: 40px;
    position: relative;
    padding-top: 400px;
	}
	.hosted-text {
    width: 100%;
    float: none;
    margin-top: 0;
    text-align: center;
	}
	.hosted-img {
    width: 280px;
    float: none;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	}	
	/*---*/
	footer {
    text-align: center;
	}
	footer p {
    float: none;
    margin: 20px 0 10px 0;
    width: 100%;
	}
	.social {
    margin: 0 auto;
    float: none;
    width: 280px;
	}
	.social a {
    width: 32px;
    margin: 0 7px;
	}
	.purple-box {
    text-align: center;
    margin: 40px auto 0 auto;
    padding: 30px 30px;
	}
	/*---*/
	.purple-btn {
    font-size: 14px;
    padding: 7px 25px 7px 25px;
    border-radius: 6px;
	}
	.logo {
    width: 140px;
 }
	
}	
/*-------------------------------------------------------------*/
@media only screen and (max-width: 700px) {
	#links a {
    width: 49%;
	}	
}	
/*-------------------------------------------------------------*/
@media only screen and (max-width: 500px) {
	.epi-img img {
    max-width: 280px;
 }
	/*---*/
	#top-banner img {
    width: 170%;
    left: -35%;
	}
	/*---*/
	#links a {
    width: 220px;
    height: 53px;
    margin: 0 auto 12px auto;
    float: none;
	}
	p.link01 { background: url(../images/link01.png) 19px center no-repeat; background-size: 40px;	}
	p.link02 { background: url(../images/link02.png) 19px center no-repeat; background-size: 40px;	}
	p.link03 { background: url(../images/link03.png) 19px center no-repeat; background-size: 40px;	}
	p.link04 { background: url(../images/link04.png) 19px center no-repeat; background-size: 40px;	}
	p.link05 { background: url(../images/link05.png) 19px center no-repeat; background-size: 40px;	}
	p.link06 { background: url(../images/link06.png) 19px center no-repeat; background-size: 40px;	}
	p.link07 { background: url(../images/link07.png) 19px center no-repeat; background-size: 40px;	}
	p.link08 { background: url(../images/link08.png) 19px center no-repeat; background-size: 40px;	}
	p.link09 { background: url(../images/link09.png) 19px center no-repeat; background-size: 40px;	}
	p.link10 { background: url(../images/link10.png) 19px center no-repeat; background-size: 40px;	}
	
	.links a p {
    padding: 16px 0 16px 70px;
    margin-top: -2px;
	}
	/*---*/
	.episode {
    width: 80%;
    margin: 10px 10%;
	}
	.epi-cover {
    height: 74.5vw;
	}
	
}
/*-------------------------------------------------------------*/
@media only screen and (max-width: 400px) {
	.wrapper {
    padding: 40px 15px;
    width: calc(100% - 30px);
	}
	/*---*/
	#top-banner img {
    width: 260%;
    left: -80%;
	}
	/*---*/
	.ft-box {
    padding: 30px 20px;
 }
	/*---*/
	.epi-img img {
    max-width: 100%;
	}
	/*---*/
	.inside-img {
    float: none;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	}
	.inside-epi {
    padding-top: 102vw;
	}
	/*---*/
	img.hughes {
    width: 90%;
	}
	img.signature {
    width: 90%;
 }
	/*---*/
	.logo {
    width: 120px;
	}
	.purple-btn {
    padding: 6px 15px 6px 15px;
    border-radius: 5px;
    margin-top: 8px;
	}
	/*--*/
	.fancybox-container {
    top: 70px;
	}
	div#suscribe {
    padding: 20px;
	}
}
/*-------------------------------------------------------------*/
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   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;
    }
}