.dna-premium-category-bar, .PackageTypeList .PackageTitle, #dna_all_forms .choice {
	font-family: "Khand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# SubscriptionDna overrides + custom styles
--------------------------------------------------------------*/
#dna_all_forms {
	/**Subscribe Packages**/
}
#dna_all_forms .choice {
	font-size: 18px;
	padding: 1em 1em 0.85em;
	padding: 0.5em 0.7em 0.4em;
	line-height: 1;
	margin: 0 10px 10px 0;
	font-weight: 600;
	border-radius: 5px;
	color: #fff;
	border-color: #023b51;
	background-color: #023b51;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#dna_all_forms .choice:hover {
	background-color: #035474;
}
#dna_all_forms .choice.choice-selected {
	color: #023b51;
	background-color: #f4c569;
	-webkit-box-shadow: 4px -4px 1px rgba(0, 0, 0, 0.2);
	        box-shadow: 4px -4px 1px rgba(0, 0, 0, 0.2);
}
#dna_all_forms .choice a {
	color: inherit;
	text-decoration: none;
}
#dna_all_forms .package-box {
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: #fff;
	color: #023b51;
}
#dna_all_forms .package-box:hover {
	background-color: #f7f7f7;
}
#dna_all_forms .package-box:hover p {
	opacity: 1;
}
#dna_all_forms .package-box-active {
	background-color: #f4c569;
	color: #023b51;
	border: 1px solid #023b51;
	-webkit-box-shadow: 4px -4px 1px rgba(0, 0, 0, 0.2);
	        box-shadow: 4px -4px 1px rgba(0, 0, 0, 0.2);
}
#dna_all_forms .package-box-active p {
	opacity: 1;
}
#dna_all_forms .dna-total-today {
	margin-bottom: 1rem;
	font-weight: bold;
	color: #999;
}
#dna_all_forms .dna-total-today-value {
	font-size: 1.125rem;
	background-color: #023b51;
	padding: 0.35em 0.35em 0.25em;
	position: relative;
	top: -0.15em;
	margin-top: 0;
}
#dna_all_forms .dna-total-today-value i {
	font-weight: 400;
	vertical-align: middle;
}
#dna_all_forms .qt-card.form-horizontal {
	padding: 2rem;
}
#dna_all_forms .account-menu {
	background: #fff;
}
@media (max-width: 767px) {
	#dna_all_forms #dna-nav .subsDna-secondary-navbar ul.subsDna-secondary-nav {
		list-style: none;
		padding: 0;
		margin: 0;
	}
}

.PackageTypeListWrapper {
	padding: 1em;
	border: 1px solid rgba(0, 0, 0, 0.15);
	margin-bottom: 40px;
}
.PackageTypeListWrapper .PackageTypeList {
	margin-bottom: 0;
}

.PackageTypeList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 20px;
}
.PackageTypeList > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	width: calc(50% - 5px);
	margin-right: 0 !important;
	margin-left: 0 !important;
}
@media (max-width: 767px) {
	.PackageTypeList > * {
		width: 100%;
		-webkit-box-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
	}
}
.PackageTypeList.ListCols-3 > * {
	width: calc(33.33% - 7.5px);
}
@media (max-width: 991px) {
	.PackageTypeList.ListCols-3 > * {
		width: calc(50% - 5px);
	}
}
@media (max-width: 767px) {
	.PackageTypeList.ListCols-3 > * {
		width: 100%;
		-webkit-box-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
	}
}
.PackageTypeList .PackageTitle {
	margin: 0 -10px;
	padding: 0 10px;
	font-weight: 600;
	letter-spacing: 0;
	font-size: 1.2rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.PackageTypeList p {
	line-height: 1.618;
	opacity: 0.8;
}

/**Premium Post Bar**/
.dna-premium-category-bar {
	line-height: 1.05em;
	overflow: hidden;
}
.dna-premium-category-bar .sos-animate {
	-webkit-animation-name: sos-animate-rotate;
	        animation-name: sos-animate-rotate;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
	-webkit-animation-duration: 2.5s;
	        animation-duration: 2.5s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-transform: rotateY(0deg);
	        transform: rotateY(0deg);
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-direction: alternate;
	        animation-direction: alternate;
	will-change: transform;
	display: inline-block;
}

.sos-podcast-login.sos-animate {
	-webkit-animation: sos-text-fade-effect 0.75s infinite alternate;
	        animation: sos-text-fade-effect 0.75s infinite alternate;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
}
.sos-podcast-login.sos-animate:hover, .sos-podcast-login.sos-animate:focus {
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

@-webkit-keyframes sos-text-fade-effect {
	/*    from{
	        opacity: 1;
	    }
	    */
	to {
		color: transparent;
	}
}

@keyframes sos-text-fade-effect {
	/*    from{
	        opacity: 1;
	    }
	    */
	to {
		color: transparent;
	}
}
@-webkit-keyframes sos-animate-rotate {
	/*    from{
	        transform: rotateY(0deg);
	    }
	    */
	to {
		-webkit-transform: rotateY(180deg);
		        transform: rotateY(180deg);
	}
}
@keyframes sos-animate-rotate {
	/*    from{
	        transform: rotateY(0deg);
	    }
	    */
	to {
		-webkit-transform: rotateY(180deg);
		        transform: rotateY(180deg);
	}
}
@-webkit-keyframes sos-bounce {
	0% {
		-webkit-transform: scale(1, 1) translateY(0);
		        transform: scale(1, 1) translateY(0);
	}
	10% {
		-webkit-transform: scale(1.1, 0.9) translateY(0);
		        transform: scale(1.1, 0.9) translateY(0);
	}
	30% {
		-webkit-transform: scale(0.9, 1.1) translateY(-10px);
		        transform: scale(0.9, 1.1) translateY(-10px);
	}
	50% {
		-webkit-transform: scale(1, 1) translateY(0);
		        transform: scale(1, 1) translateY(0);
	}
	100% {
		-webkit-transform: scale(1, 1) translateY(0);
		        transform: scale(1, 1) translateY(0);
	}
}
@keyframes sos-bounce {
	0% {
		-webkit-transform: scale(1, 1) translateY(0);
		        transform: scale(1, 1) translateY(0);
	}
	10% {
		-webkit-transform: scale(1.1, 0.9) translateY(0);
		        transform: scale(1.1, 0.9) translateY(0);
	}
	30% {
		-webkit-transform: scale(0.9, 1.1) translateY(-10px);
		        transform: scale(0.9, 1.1) translateY(-10px);
	}
	50% {
		-webkit-transform: scale(1, 1) translateY(0);
		        transform: scale(1, 1) translateY(0);
	}
	100% {
		-webkit-transform: scale(1, 1) translateY(0);
		        transform: scale(1, 1) translateY(0);
	}
}
/*# sourceMappingURL=dna_custom.css.map */