/*
	#ff8814 // ORANGE
	#ffbd59 // peach
	#08b49c // teal green
	#00b9ca // light blue
	#0d788c // dark blue
*/

#WIDTH{
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	color: #fff;
	z-index: 999;
	padding: 15px;
	font-size: 16px;
}

body, html{
	color: #444;
	font-family: 'Helvetica Neue', Helvetica, Calibri;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#going-places-podcast-website h1{
	color: #0d788c;
	font-size: 3.5em;
	line-height: 1.5em;
	margin: 0px;
	margin: auto;
	max-width: 1300px;
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
	
	/* font-family: "azo-sans-web", sans-serif;
	font-weight: 400;
	font-style: normal; */


	/* font-family: "azo-sans-web", sans-serif;
	font-weight: 400;
	font-style: italic; */

	font-family: "azo-sans-web", sans-serif;
	font-weight: 700;
	font-style: normal;

	/* font-family: "azo-sans-web", sans-serif;
	font-weight: 700;
	font-style: italic; */

	
}
#going-places-podcast-website h2{
	font-size: 2.5em;
	line-height: 1.5em;
	margin: 0px;
	box-sizing: border-box;
	
	font-family: "azo-sans-web", sans-serif;
	font-weight: 700;
	font-style: normal;
}
#going-places-podcast-website h3{
	font-size: 2em;
	line-height: 1.5em;
	margin: 0px;
	box-sizing: border-box;
	
	font-family: "azo-sans-web", sans-serif;
	font-weight: 400;
	font-style: normal;
}


/* HEADER */
header{
	/* background: #00b9ca; */
	background: #0d788c;
	padding: 30px;
	position: relative;
	width: 100%;
	z-index: 100;
	box-sizing: border-box;
}
body.home header{
	background: none;
	padding: 30px;
	position: absolute;
	top: -100px;
	left: 0px;
	width: 100%;
	z-index: 100;
	box-sizing: border-box;
	opacity: 0;
}
body.home.scrolled header{
	top: 0px;
	opacity: 1;
	transition: all 1s ease-in .5s;
}
body.home.scrolledCookie header{
	top: 0px;
	opacity: 1;
}
header nav{
	float: right;
	font-size: 1.2em;
	margin-top: 5px;
	text-align: right;
}
header > div{
	/* display: flex; */
	width: 100%;
	margin: auto;
	max-width: 1280px;
	position: relative;
	width: 100%;
}

header #logo{
	height: 120px;
	width: 197px;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	
	text-indent: -5000px;
	
	background: url(../../images/going-places-stacked-wht.png) center center no-repeat;
	background-size: contain;
	
}

/*
header #logo.stackd{
	height: 120px;
	width: auto;
}
*/
header #menu-main-nav{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
header #menu-main-nav li{
	display: inline-block;
	margin-left: 30px;
	line-height: 40px;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
header #menu-main-nav a, header #menu-main-nav a:link, header #menu-main-nav a:active, header #menu-main-nav a:visited{
	position: relative;
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-shadow: 0px 1px 4px rgba(0,0,0,.25);
}
header #menu-main-nav .current_page_item a:before{
	/*
	position: absolute;
	top: 0px;
	left: -10px;
	content: "•";
	line-height: 1.2em;
	opacity: .4;
	CHANGING UP TOP NAV TO MATCH MOBILE MENU... I LIKE THAT BETTER
	*/
}
#mobile-menu{
	display: none;
}


body.home header #menu-main-nav a:hover{
	display: block;
	background: rgba(0,0,0,.15);
}
body.home header #menu-main-nav a:hover:before{
	position: absolute;
	top: 0px;
	left: -10px;
	content: "";
	line-height: 1.2em;
	opacity: .8;
}

header #menu-main-nav a:hover:before{
	/*
	position: absolute;
	top: 0px;
	left: -10px;
	content: "•";
	line-height: 1.2em;
	opacity: .8;
	*/
}
header #blog-logo{
	height: 80px;
	width: auto;
}

body header #menu-main-nav li{
	margin: 10px 0px 0px 15px;
	display: inline-block;
	border-radius: 20px;
	overflow: hidden;
}  /* was body.home */

body header #menu-main-nav a{
	padding: 0px 15px;
	display: block;
}  /* was body.home */

body nav #menu-item-32{ background: #ff8814; } /* was body.home */
body nav #menu-item-48{ background: #ffbd59; } /* was body.home */
body nav #menu-item-33{ background: #08b49c; } /* was body.home */
body nav #menu-item-67{ background: #00b9ca; } /* was body.home */
body nav #menu-item-169{ background: #005d6c; } /* was body.home */



/* MAIN */
main{
	min-height: 70vh;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 30px 0px;
	box-sizing: border-box;
}
body.home main{
	padding: 0px 0px 30px;
}
main section > div{
	box-sizing: border-box;
	margin: auto;
	max-width: 1300px;
	padding: 0px 20px;
	position: relative;
	overflow: auto;
	width: 100%;
}
main section > div:not(.wp){
	padding: 20px;
}

main section a, main section a:link{
	color: #2C56BA;
	font-weight: bold;
	text-decoration: underline;
}  
main section a:active{
	color: #1744B3;
	font-weight: bold;
	text-decoration: underline;
}
main section a:visited{
	color: #3B5AA8;
	font-weight: bold;
	text-decoration: underline;
}  

main section > div.core__video{
	max-width: none;
	padding: 0px;
}
main section > div.core__video figure{
	padding: 0px;
	margin: 0px;
}
main section > div.core__video figure video{
	width: 100%;
	height: auto;
}



/* FOOTER */
footer{
	background: #0d788c;
	color: #fff;
	padding: 80px 20px;
}
footer a, footer a:link, footer a:active, footer a:visited{
	color: #fff;
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}
footer > div{
	display: flex;
	width: 100%;
	margin: auto;
	max-width: 1300px;
	width: 100%;
}
footer > div .col:nth-child(2n){
	margin: 0px 120px;
}
footer > div h4{
	font-size: 1.2em;
	letter-spacing: .03em;
	margin: 0px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.2);
}

footer #footer-logo{
	width: 100%;
	height: auto;
}

footer .partner-logos{
	text-align: center;
}
footer .partner-logos img{
	height: auto;
	margin-bottom: 30px;
	width: 80%;
	
}
footer #social{
	font-family: FontAwesome;
	margin-top: 20px;
}
footer #social ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
footer #social li{
	background: #ff8814;
	display: inline-block;
	border-radius: 50%;
	font-family: ;
	height: 30px;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
	width: 30px;
}
footer #social li a{
	display: block;
	height: 100%;
	position: absolute;
	text-indent: -1000px;
	width: 100%;
	z-index: 500;
}

footer #social li:before{
	display: block;
	left: 0px;
	font-weight: 300;
	line-height: 30px;
	position: absolute;
	text-align: center;
	text-shadow: 2px 2px 0px rgba(0,0,0,.2);
	top: 0px;
	width: 100%;
	z-index: 100;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
footer #social li.facebook:before{
	content: '\f09a';
}
footer #social li.twitter:before{
	content: '\f099';
}
footer #social li.youtube:before{
	content: '\f16a';
}
footer #social li.instagram:before{
	content: '\f16d';
}
footer #social li.linkedin:before{
	content: '\f0e1';
}
footer #social li.rss:before{
	content: '\f09e';
}

footer .col{
	width: calc(33% - 80px);
}
footer .menu-main-nav-container ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
footer .menu-main-nav-container ul li{
	margin-bottom: 10px;
}
footer .option-text{
	font-size: .9em;
	line-height: 2em;
}

#copyright{
	margin-top: 60px;
	display: block;
	text-align: center;
	color: rgba(255,255,255,.5);
	font-size: 0.9em;
}



/* STAY CONNECTED */
#stay-connected{
	list-style-type: none;
	margin: 0px;
	overflow: auto;
	padding: 0px;
}
#stay-connected li{
	border: 1px solid #eee;
	border-radius: 4px;
	box-sizing: border-box;
	float: left;
	height: 80px;
	margin: 1px;
	position: relative;
	vertical-align: middle;
	width: calc(50% - 2px);
}
#stay-connected li a{
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
}



/* DSWD BLOCKS */
.dswd-list-people{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.dswd-list-people > div.person{
	width: calc(33% - 40px);
}
.dswd-list-people.your-hosts > div.person{
	width: calc(50% - 30px);
}
.dswd-list-people > div.person:nth-child(3n + 2){
	margin: 0px 60px;
}
.dswd-list-people.your-hosts > div.person:nth-child(3n + 2){
	margin: 0px;
}
.dswd-list-people.your-hosts > div.person:nth-child(2n){
	margin: 0px 0px 60px 60px;
}

.dswd-list-people > div.person h5{
	margin: 15px 0px 15px;
	font-size: 1.3em;
	text-align: center;
	color: #111;
	
	font-family: "azo-sans-web", sans-serif;
	font-weight: 700;
	font-style: normal;
	
}
.dswd-list-people > div.person img.photo{
	width: 60%;
	height: auto;
	border-radius: 50%;
	margin: 0px 20%;
	box-shadow: 0px 5px 20px rgba(0,0,0,.5);
}
.dswd-list-people > div.person > p{
	color: #666;
	font-size: .9em;
}

.dswd-menu.extra-large{
	margin-bottom: 60px;
}

.dswd-menu.extra-large ul{
	display: flex;
	align-items: center;
	justify-content: center;
	
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.dswd-menu.extra-large ul > li{
	position: relative;
	margin: 0px 30px;
	/* border: 1px solid #f00; */
	width: calc(20% - 60px);
	height: 9em;
	overflow: hidden;
	box-sizing: border-box;
	
	transform-origin: center;
	transform: scale(1);
	transition: transform .2s linear;
	color: #222;
}
.dswd-menu.extra-large ul > li:hover{
	transform-origin: center;
	transform: scale(1.2);
	transition: all .2s linear;
}

.dswd-menu #menu-social-media li a{
	display: block;
	height: 100%;
	position: absolute;
	text-indent: -5000px;
	width: 100%;
	height: 100%;
	z-index: 500;
}
.dswd-menu #menu-social-media li:before{
	font-family: FontAwesome;
	font-size: 4em;
	display: block;
	left: 0px;

	font-weight: 300;
	line-height: 2.3em;
	position: absolute;

	text-align: center;
	text-shadow: 2px 2px 0px rgba(0,0,0,.2);
	top: 0px;

	width: 100%;
	z-index: 100;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.dswd-menu #menu-social-media li.facebook:before{
	content: '\f09a';
}
.dswd-menu #menu-social-media li.facebook:hover{
	color: #1877f2;
}
.dswd-menu #menu-social-media li.twitter:before{
	content: '\f099';
}
.dswd-menu #menu-social-media li.twitter:hover{
	color: #26A7DE;
}
.dswd-menu #menu-social-media li.youtube:before{
	content: '\f16a';
}
.dswd-menu #menu-social-media li.youtube:hover{
	color: #f00;
}
.dswd-menu #menu-social-media li.instagram:before{
	content: '\f16d';
}
.dswd-menu #menu-social-media li.instagram:hover{
	color: #c32aa3;
}
.dswd-menu #menu-social-media li.linkedin:before{
	content: '\f0e1';
}
.dswd-menu #menu-social-media li.linkedin:hover{
	color: #0a66c2;
}
.dswd-menu #menu-social-media li.rss:before{
	content: '\f09e';
}


main section > div.dswd-hero{
	max-width: none;
	padding: 0px;
	margin-bottom: 30px;
}

.dswd-hero > .hero-img{
	width: 100%;
	height: 40vw;
	background-size: cover;
	background-position: center center;
	box-shadow: inset 0px 80px 80px 4px rgba(0,0,0,0.75);
}



div.person .personal-socials{
	border-top: 1px dotted #eee;
	padding-top: 10px;
	padding-bottom: 60px;
}
div.person .personal-socials a, div.person .personal-socials a:link, div.person .personal-socials a:active, div.person .personal-socials a:visited{
	color: #ff8814;
	width: 45px;
	height: 45px;
	display: inline-block;
	text-indent: -1000px;
	overflow: hidden;
	position: relative;
}

div.person .personal-socials a:before{
	font-family: FontAwesome;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	font-weight: 300;
	line-height: 45px;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(0,0,0,.2);
	font-size: 2em;
	z-index: 100;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-indent: 0px;
}
div.person .personal-socials a.facebook:before{
	content: '\f09a';
}
div.person .personal-socials a.twitter:before{
	content: '\f099';
}
div.person .personal-socials a.youtube:before{
	content: '\f16a';
}
div.person .personal-socials a.instagram:before{
	content: '\f16d';
}
div.person .personal-socials a.linkedin:before{
	content: '\f0e1';
}
div.person .personal-socials a.rss:before{
	content: '\f09e';
}


p.has-text-align-center{
	text-align: center;
}

main section a.button,
main section a.button:link,
main section a.button:visited,
main section a.button:active
{
	display: inline-block;
	background: #ffbd59;
	line-height: 60px;
	font-size: 1.5em;
	border-radius: 30px;
	padding: 0px 30px;
	text-decoration: none;
	color: #ff8814;
}



em.pod{
	color: #111;
}


/* FORMS */
::-webkit-input-placeholder{
	color: rgba(255,255,255,.5);
	font-weight: 300;
}
::-moz-placeholder{
	color: rgba(255,255,255,.5);
	font-weight: 300;
}
:-ms-input-placeholder{
	color: rgba(255,255,255,.5);
	font-weight: 300;
}
:-moz-placeholder{
	color: rgba(255,255,255,.5);
	font-weight: 300;
}
input:-webkit-autofill{
	background: #38b2e6;
	color: #fff;
}

.dswd-form form{
	width: 100%;
	max-width: 550px;
}
.form-item{
	margin-bottom: 30px;
}
.form-item label{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

.dswd-form input[type="text"], .dswd-form input[type="password"], .dswd-form input[type="date"], .dswd-form input[type="number"], .dswd-form input[type="tel"], .dswd-form input[type="email"], .dswd-form input[type="time"] {
	background: #fff;
	border: 2px solid #ccc;
	border-collapse: collapse;
	border-radius: 0px;
	color: #222;
	font-size: 16px;
	font-weight: 300;
	height: 50px;
	letter-spacing: 0.08em;
	line-height: 50px;
	padding: 0px 15px;
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dswd-form textarea{
	background: #fff;
	border: 2px solid #ccc;
	border-collapse: collapse;
	border-radius: 0px;
	color: #222;
	font-size: 16px;
	font-weight: 300;
	height: 250px;
	letter-spacing: 0.08em;
	line-height: 24px;
	padding: 15px;
	position: relative;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dswd-form button, section #mc-embedded-subscribe, #mc_embed_signup #mc-embedded-subscribe {
	
	/*
	background: #ffbd59;
	border: none;
	border-collapse: collapse;
	border-radius: 25px;
	box-shadow: 0px 2px 5px rgba(0,0,0,.15);
	color: #ff8814;
	font-size: 16px;
	height: 50px;
	letter-spacing: 0.08em;
	line-height: 50px;
	padding: 0px 15px;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*/
	border: none;
	font-weight: bold;
	font-size: 1.5em;
	display: inline-block;
	background: #ffbd59;
	line-height: 60px;
	font-size: 1.5em;
	border-radius: 30px;
	padding: 0px 30px;
	text-decoration: none;
	color: #ff8814;
}

.dswd-form select{
	background: #fff;
	border: 2px solid #ccc;
	border-collapse: collapse;
	border-radius: 0px;
	color: #222;
	font-size: 16px;
	font-weight: 300;
	height: 50px;
	letter-spacing: 0.08em;
	line-height: 50px;
	padding: 0px 60px 0px 15px;
	position: relative;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.dswd-form select::-ms-expand{
	display: none;
}
.dswd-form .select-decoration{
	display: inline-block;
	position: relative;
	width: 100%;
}
.dswd-form .select-decoration::after{
	background: #1397d0;
	content: "\f078";
	font-family: FontAwesome;
	height: 50px;
	line-height: 49px;
	pointer-events: none;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	width: 50px;
}



/* MISC */
p.large-copy{
	font-size: 1.8em;
	line-height: 1.8em;
	
}

.page-content-404 h1{
	font-size: 5em;
	font-weight: bold;
}
.page-content-404 p{
	font-size: 2em;
}

figure.alignright{
	float: right;
	margin: 0px 0px 15px 15px;
}
figure.alignleft{
	float: left;
	margin: 0px 15px 15px 0px;
}
figure.aligncenter{
	margin: auto;
}





#scrolly-video{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 900;
	opacity: 1;
	transform: translateY(0%);
	background: #ddd;
}
body.scrolled #scrolly-video{
	opacity: 0;
	transform: translateY(-200%);
	transition: all 1.5s linear;
}
body.scrolledCookie #scrolly-video{
	opacity: 0;
	transform: translateY(-200%);
}
#scrolly-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}







#instagram-embed-0{
	margin: 60px auto !important;
}