/* Jerliyah's Additions */

@font-face {
	font-family: 'TradeGothic-Regular';
	src: url('https://peoplevine.blob.core.windows.net/media/397/TradeGothicNextLTPro-Rg.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TradeGothic-Light';
	src: url('https://peoplevine.blob.core.windows.net/media/397/TradeGothicNextLTPro-Lt.otf');
	font-weight: lighter;
	font-style: normal;
}
@font-face {
	font-family: 'TradeGothic-LightItalic';
	src: url('https://peoplevine.blob.core.windows.net/media/397/TradeGothicNextLTPro-LtIt.otf');
	font-weight: lighter;
	font-style: italic;
}
@font-face {
	font-family: 'TradeGothic-Bold';
	src: url('https://peoplevine.blob.core.windows.net/media/397/TradeGothicNextLTPro-Bd.otf');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'TradeGothic-Bolder';
	src: url('https://peoplevine.blob.core.windows.net/media/397/TradeGothicNextLTPro-Hv.otf');
	font-weight: bolder;
	font-style: normal;
}
body {
	padding-top: 0;
	font-family: TradeGothic-Regular;
}
h1, h2, h3, h4, h5, h6 {
	font-family: TradeGothic-Bold;
}
p {
	font-family: TradeGothic-Light;
}
#full-nav-ctn {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100vw;
}
/* Whatever the next sibling is (should be a container for content) */

#full-nav-ctn+*, #pnlContent {
	margin-top: 96px;
}
nav {
	margin-bottom: 0 !important;
	border-radius: 0 !important;
	--theme-blue: #75b4bb;
	--theme-red: #c56367;
}
nav ul {
	display: flex;
	list-style: none;
	justify-content: space-around;
	width: 100%;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none !important;
	font-weight: inherit !important;
	color: inherit;
}
.full-nav-ctn {
	z-index: 1000;
}

@media screen and (max-width: 900px) {
    .top-nav {
         display: grid;
        justify-items: center;
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
            "l s s"
            "b b b"
    }
    .top-nav > .navbar-brand {
        grid-area: l;
    }
    .top-nav > div:first-of-type {
        grid-area: s;
    }
    .top-nav > div:last-of-type {
        grid-area: b
    }
}
@media screen and (min-width: 901px) {
    .top-nav {
        display: flex;
    }
}

.navbar-brand {
	margin-right: auto;
	margin-left: 15px;
}
.navbar-brand>img {
	height: 1em;
}
button.search {
	margin-right: 15px;
	background: transparent;
	border: none;
	color: var(--theme-blue);
}
button.search:hover {
	font-size: 1.5em;
}
input[type="search"] {
	display: none !important;
	width: 50%;
	margin-bottom: 0;
}
input[type="search"].active {
	display: inline-block !important;
}
.top-nav {
	background-color: white;
}

.top-nav > div:last-child {
    display: flex;
    justify-content: center;
}
.top-nav a[class*="button"] {
	border-radius: 5px;
	text-transform: uppercase;
	color: white;
	padding: 0.5em 2em;
	font-weight: 550;
	font-size: 14px;
	margin: 0 1em;
	display: flex;
	align-items: center;
}
.top-nav .gold-button {
  background: #c4b7a2;
}
.top-nav .red-button {
	background: var(--theme-red);
}
.top-nav .blue-button {
	background: var(--theme-blue);
}
.bottom-nav {
	color: white;
	font-weight: bold;
	-webkit-box-shadow: 0px 11px 5px -7px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 11px 5px -7px rgba(0, 0, 0, 1);
	box-shadow: 0px 10px 20px -7px rgba(0, 0, 0, 0.8);
}
.bottom-nav li {
	padding: 0 15px;
}
.bottom-nav li:last-child {
	margin-left: auto;
}
.bottom-nav a:hover {
	color: inherit !important;
}
.bottom-nav li>a {
	/*Overwriting styles stylesheet*/
	transition: none;
}
.bottom-nav li>a:hover {
	border-bottom: 3px solid var(--theme-blue);
}
.bottom-nav li.active>a {
	border-bottom: 3px solid var(--theme-blue);
}
.menu-btn {
	display: none;
}
.accordion {
	display: none;
}
.sub-nav {
	margin-top: -1em;
	display: block;
	opacity: 0;
	transition: margin 0.5s;
}
.sub-nav.active {
	opacity: 1;
	margin-top: 0;
	transition: opacity 0.5s;
}
nav.navbar.bg-light.sub-nav.expanded {
	box-shadow: 0 10px 20px -7px rgba(0, 0, 0, 0.8);
}
.sub-menu {
	display: none;
	height: 4em;
	max-width: 1000px;
	align-items: center;
	font-weight: bold;
	color: var(--theme-blue);
}
.sub-menu.active {
	display: flex;
}
/* Reponsivene to smaller screens */
@media screen and (max-width: 768px) {
     .flex-caption-title {
        font-size: 1.5em !important;
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .pv-slides-full .slides li .flex-caption .pv-btn {width: 80%;
    margin: 10px auto !important; padding: 5px !important;}   
}
@media screen and (max-width: 977px) {
	/*Whatever the next sibling is (should be a container for content)*/
	#full-nav-ctn+*, #pnlContent {
		margin-top: 140px !important;
	}
	.top-nav div {
		display: flex;
		width: 100%;
	}
	.top-nav div>* {
		padding: 0.5em 1em !important;
		font-size: 12px !important;
		margin: auto;
		text-align: center;
		font-weight: bold !important;
	}
	.condensed-menu-ctn {
		background: white;
		padding-bottom: 1em;
	}
	.menu-btn {
		display: block;
		width: fit-content;
		text-transform: uppercase;
		background: transparent;
		border: none;
		border-radius: 4px;
		margin: auto;
		border: 2px solid black;
		font-weight: bold;
	}
	.menu-btn:hover {
		border: 1px solid black;
	}
	.menu-btn.active {
		background: black;
		color: white;
	}
	.bottom-nav {
		display: none;
	}
	.accordion {
		display: none;
	}
	.accordion.active {
		display: block;
		max-height: 80vh;
		overflow-y: auto;
	}
	/*3rd-party styling*/
	ul {
		list-style-type: none;
		padding-left: 0;
	}
	a {
		color: gray;
		text-decoration: none;
	}
	/** =======================
				* Primary Container
				===========================*/
	h1 {
		/*color: #FFF;*/
		font-size: 24px;
		font-weight: 400;
		text-align: center;
		margin-top: 80px;
	}
	h1 a {
		color: gray;
		font-size: 16px;
	}
	.accordion {
		width: 100%;
		max-width: 360px;
		margin: 0 auto 20px;
		/* Jerliyah - Edited margin-top from 30px to 0 */
		background: #FFF;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.accordion .link {
		cursor: pointer;
		display: block;
		padding: 15px 15px 15px 42px;
		color: #4D4D4D;
		font-size: 14px;
		font-weight: 700;
		border-bottom: 1px solid #CCC;
		position: relative;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.accordion li:last-child .link {
		border-bottom: 0;
	}
	.accordion li i {
		position: absolute;
		top: 16px;
		left: 12px;
		font-size: 18px;
		color: #595959;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.accordion li i.fa-chevron-down {
		right: 12px;
		left: auto;
		font-size: 16px;
	}
	.accordion li.open {
		max-height: 60vh;
		overflow-y: scroll;
		/*Jerliyah added this line in*/
	}
	.accordion li.open .link {
		color: gray;
	}
	.accordion li.open i {
		color: gray;
	}
	.accordion li.open i.fa-chevron-down {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.accordion li.default .submenu {
		display: block;
	}
	/**----------------------------
				* Submenu
				-----------------------------*/
	.submenu {
		display: none;
		background: #d9d9d9;
		font-size: 14px;
	}
	.submenu li {
		border-bottom: 1px solid #4b4a5e;
	}
	.submenu a {
		display: block;
		text-decoration: none;
		color: black;
		padding: 12px;
		padding-left: 42px;
		-webkit-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.submenu a:hover {
		background: gray;
		color: #FFF;
	}
}
/* End of Jerliyah's Addtions */

.category-1332 #profile_scheduler {
    display: none;
}

#content_btnFacebook, #content_btnTwitter {
    display: none;
}