@import url("https://css.marketingprofs.com/css/v3/mp_fonts.css");
/* ===================================
    Reset 
====================================== */
body {
	font-size: 16px;
	color: #231f20;/*line-height: 1.3;
     */
}
body {
	-ms-overflow-style: scrollbar;
	font-family: Proxima Nova, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}
h1, h2 {
	font-family: "Grad-Bold", Georgia, "Times New Roman", serif;
	font-weight: normal;
}
h1 {
	font-family: "Grad-Bold", Georgia, "Times New Roman", serif;
	font-size: 34px;
	line-height: 1.25;
}

@media only screen and (min-width : 1024px) {
h1 {
	font-size: 44px;
	line-height: 1.25;
}
}
h2 {
	font-size: 28px;
	line-height: 1.25;
}
h4 {
	font-size: 18px;
	font-weight: 600;
}
h5 {
	font-size: 16px;
}
h6 {
	font-weight: 600;
	font-size: 14px;
}
main {
	min-height: 70%;
}
a {
	color: #968d84;
}
a:hover {
	color: #968d84;
	text-decoration: underline;
}
p {
	line-height: 1.5;
}
p a {
	color: #00549A;
	text-decoration: underline;
}
.alert {
	font-size: 16px;
	border-radius: 0;
}
.alert-info {
	background: #D9E6F0;
}
hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border: 0;
	border-top: 1px solid rgba(150,141,132,.5);
}
.flex-grow {
	flex: 1;
}
.mp-pad {
	padding-top: 50px;
}
.text-muted {
	color: #cac6c1!important;
}

@media (min-width: 768px) {
html {
	font-size: 16px;
}
}

@media (min-width: 1300px) {
.container {
	max-width: 1200px;
}
}
.page {
	padding-top: 100px;
}
/* ===================================
    Buttons
====================================== */
.btn {
	border-radius: 0;
	text-transform: uppercase;
}
.btn-group-lg>.btn, .btn-lg {
	padding: .5rem 2rem;
	font-size: 1.25rem;
	line-height: 1;
	border-radius: 0;
}
.btn-primary {
	color: #fff;
	background-color: #F4A71D;
	border-color: #F4A71D;
	font-weight: 400;
}
.btn-primary:hover {
	color: #fff;
	background-color: #968D84;
	border-color: #968D84;
}
.btn-primary-post {
	color: #fff;
	background-color: #00549A;
	border-color: #00549A;
	font-weight: 400;
}
.btn-primary-post:hover {
	color: #fff;
	background-color: #968D84;
	border-color: #968D84;
}
.btn-secondary {
	color: #fff;
	background-color: #968D84;
	border-color: #968D84;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #968D84;
	border-color: #968D84;
}
.btn-cancel {
	background: #fff;
	color: #968D84;
	font-size: 12px;
	text-transform: none;
}
.btn-fixedwidth {
	width: 275px;
}
.btn-xlg {
	white-space: normal;
	padding: 0.75rem 1.25rem;
	letter-spacing: 0.0625em;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 200;
	vertical-align: baseline;
}
.btn-mpblue {
	background: #00549A;
	color: #fff;
}
.btn-mpblue:hover {
	color: #fff;
	background: #968D84;
}
.btn-wrap {
	white-space: normal;
	letter-spacing: 0.0625em;
}
.btn.btn-lowercase {
	text-transform: none;
	font-size: 18px;
}
.icon-play {
	width: 50px;
	height: 50px;
	border: solid 1px #fff;
	border-radius: 50%;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
	line-height: 50px;
	padding-left: 5px;
}
/* ===================================
    *Full Screen Template
====================================== */
.fs-wrapper {
	position: relative;
	justify-content: center;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow: hidden;
}
.fs-wrapper .bg-image {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-position: left bottom;
	background-size: cover;
	z-index: -1;
}
.fs-wrapper .bg-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
#storybar {
	width: 100%;
	height: 50px;
	font-size: 13px;
	line-height: 75px;
	background-size: cover;
	background-position: left bottom;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: flex;
	align-items: center;
	position: relative;
    background-color:rgba(0, 0, 0, 0.3)
}
#storybar.expand {
	height: 250px;
	display: flex;
	align-items: flex-end;
}
#storybar a {
	color: #fff;
}
#storybar a:hover {
	color: #fff;
	text-decoration: underline;
}
#storybar_close {
	float: left;
	color: #fff;
	font-size: 30px;
	line-height: 75px;
	vertical-align: middle;
	text-shadow: 0 0 0 #fff;
	opacity: 1;
}
#storybar_open {
	color: #00549A;
	font-size: 30px;
	line-height: 75px;
	vertical-align: middle;
	text-shadow: 0 0 0 #fff;
	opacity: 1;
}
#storybar_open_container {
	left: 15px;
	bottom: 0px;
}

@media only screen and (min-width : 1200px) {
#storybar {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}
#storybar.expand {
	height: 250px;
	display: flex;
	align-items: flex-end;
}
}
.fullscreen {
	flex-grow: 1;
	overflow: auto;
	height: calc(100vh - 75px);
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/* .fullscreen::-webkit-scrollbar {
     display: none;
}
 */
.fullscreen.expand {
	height: calc(100vh - 270px);
	overflow-y: scroll;
}
.fs-side {
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: rgba(199, 200, 202, .85);
}
.fs-main {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (max-width: 991px) and (min-width: 576px) {
.double-bg-container .container {
	max-width: 100%;
}
}

@media only screen and (min-width : 992px) {
.fs-side {
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: rgba(199, 200, 202, 0);
}
.double-bg-container {
	background: linear-gradient(to right, rgba(199, 200, 202, .85), rgba(199, 200, 202, .85) 50%, #fff 50%, #fff);
}
.fs-main {
	padding-top: 50px;
	padding-bottom: 50px;
}
}
/* FOOTER --------------------------------*/
.footer-1 {
	padding: 40px 0px 40px 0px;
	background-color: rgba(255, 255, 255, .8);
	font-size: 12px;
	color: #968D84;
}
.footer-1 a {
	color: #968D84;
    text-transform:uppercase;
}
.footer-1 a:hover {
	text-decoration: underline;

}
.footer-1 h5 {
	color: #00549A;
	font-size: 14px;
}
.footer-1 ul.nav-footer {
	float: left !important;
	padding: 0;
	width: 100%;
}
.footer-1 ul.nav-footer li {
	display: block;
	float: left;
	width: 100%;
}
.footer-1 .nav-item {
	margin-top: 0;
}
.footer-1 ul.nav-footer .nav-link {
	color: #968D84;
	padding: 0;
}
.footer-1 ul.nav-footer .nav-link:hover {
	text-decoration: underline;
}
.footer-1 .social li {
	display: inline-block;
	font-size: 30px;
	margin: 0;
	padding: 0;
}
.footer-1 .social li a {
	background: none;
	color: #968D84;
	margin: 0 25px;
	border: none;
}
.footer-1 .social li a:hover {
	text-decoration: none;
}
.footer-1 .copyright span {
	padding: 10px;
}

@media screen and (max-width: 768px) {
.footer-1 .nav-footer {
	width: auto;
	display: inline;
}
.articlebody img {
	width: 100%;
	height: auto;
}
}

@media screen and (min-width: 1200px) {
.footer-1 {
	padding-bottom: 90px;
}
}
.nav-footer {
	list-style: none;
	float: right;
}
.nav-footer li {
	float: left;
	margin-top: .5rem;
}

/* ===================================
    Main Nav
====================================== */

@media (min-width: 1200px) {
.mp-p75 {
	margin-left: 15px;
}
.mp-pr-75 {
	padding-right: 75px;
}
}
#main-nav {
	border-bottom: 1px solid #968D84;
	height: 65px;
	background-color: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
	text-transform: uppercase;
}
.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border: none;
}

@media (min-width: 1024px) {
#main-nav {
	height: 100px;
}
#main-nav.shrink {
	height: 75px;
	background-color: rgba(255, 255, 255, 1);
}
#main-nav.shrink .navbar-brand {
	margin-top: 0;
}
#main-nav.shrink .search-form {
	display: none;
}
.dropdown:hover > .dropdown-menu {
	display: block;
}
.dropdown > .dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}
.dropdown-toggle::after {
	display: none
}
}
.dropdown-menu {
	font-size: 14px;
	color: #968D84;
	border: none;
	border-radius: 0px;
	border-bottom: solid 1px #cac6c1;
}
.dropdown-menu a {
	color: #968D84;
	text-transform: uppercase;
}
.dropdown-menu a:hover {
	color: #454140;
}
.dropdown-menu a:active {
	color: #fff;
}
.dropdown-menu a.dropdown-item:active, .dropdown-menu a.dropdown-item.active {
	background-color: #968D84;
}
.dropdown-menu a.strategy:active, .dropdown-menu a.strategy.active {
	background-color: #ce0202;
}
.dropdown-menu a.plan:active, .dropdown-menu a.plan.active {
	background-color: #a6ab37;
}
.dropdown-menu a.create:active, .dropdown-menu a.create.active {
	background-color: #a02088;
}
.dropdown-menu a.communicate:active, .dropdown-menu a.communicate.active {
	background-color: #009245;
}
.dropdown-menu a.analyze:active, .dropdown-menu a.analyze.active {
	background-color: #b27304;
}
.dropdown-menu a.management:active, .dropdown-menu a.management.active {
	background-color: #5B1499;
}
.dropdown-menu.mega {
	position: static;
	margin-top: -1px;
	width: 100%;
	left: 0;
	right: 0;
}
.dropdown.mega-menu, .dropup.mega-menu {
	position: static;
}

@media (min-width: 1024px) {
.dropdown .dropdown-menu {
	-webkit-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
	-moz-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
	-ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
	-o-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
	transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
	max-height: 0;
	display: block;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.dropdown:hover > .dropdown-menu {
	-webkit-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
	-moz-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
	-ms-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
	-o-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
	transition: max-height 0.3s, opacity 0.2s, visibility 0s;
	max-height: 600px !important;
	opacity: 1;
	visibility: visible;
}
}
.navbar-light .navbar-nav.mp-nav .nav-link {
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #00549A;
	border-bottom: solid 1px rgba(255, 255, 255, 0);
}
.navbar-light .navbar-nav.mp-nav .nav-link:hover, .navbar-light .navbar-nav.mp-nav .active .nav-link {
	color: #968D84;
	border-bottom: solid 1px #cac6c1;
}
.navbar-light .navbar-nav.mp-nav .nav-item.account .nav-link {
	color: #968D84;
	font-size: 12px;
	margin-top: 2px;
}
.navbar-light .navbar-nav.mp-nav .nav-item.account .nav-link.ion-person {
	font-size: 20px;
	margin-top: 2px;
}
.navbar-brand {
	margin-top: 0px;
	width: 250px;
}
.navbar-brand img {
	max-width: 250px;
}
/* Customized Mobile Nav*/
.navbar-side {
	width: 280px;
	height: 100%;
	display: block;
	padding: 15px 15px;
	position: fixed;
	top: 0;
	left: 0px;
	list-style: none;
	background-color: #fff;
	overflow-y: auto;
	z-index: 1032;
}
.navbar-side .navbar-nav {
	width: 100%;
}
.navbar-side {
	-webkit-transform: translateX(-280px);
	-ms-transform: translateX(-280px);
	transform: translateX(-280px);
	-webkit-transition: 300ms ease;
	transition: 300ms ease;
}
.navbar-side.reveal {
	left: 0px;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: 300ms ease;
	transition: 300ms ease;
}
.navbar-side .search-form {
	display: block;
	position: relative;
}
.closenav {
	font-size: 24px;
}

@media (max-width: 1023px) {
.navbar-side .navapproach .dropdown-menu {
	display: block;
	float: none;
}
.navbar-side .navtraining .dropdown-menu {
	display: block;
	float: none;
}
.navbar-side .mega-menu .dropdown-menu {
	display: none;
	position: absolute;
	width: 0px;
	height: 0px;
}
}

@media (min-width: 992px) {
.closenav {
	display: none;
}
}
.navbar-side-item {
	padding: 1.5rem 0;
	margin: 0;
	border-bottom: 2px solid #ccc;
	height: 5rem;
}
.side-link {
	padding-left: 2rem;
}
.overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background-color: #ccc;
	opacity: 0.6;
	z-index: 1031;
}
/* Search*/
nav .search-form {
	position: relative;
	height: 32px;
}
nav .search-form .form-group {
	float: right !important;
	position: relative;
	transition: all 0.35s, border-radius 0s;
	width: 32px;
	height: 32px;
	background-color: transparent;
	margin-bottom: 0px;
}
nav .search-form .form-group input.form-control {
	padding-right: 20px;
	border: 0 none;
	background: transparent;
	box-shadow: none;
	display: block;
}
 .search-form .form-group input.form-control::-webkit-input-placeholder {
 color: #cac6c1;
 font-size: 12px;
}
 .search-form .form-group input.form-control::-moz-placeholder {
 color: #cac6c1;
 font-size: 12px;
}
 .search-form .form-group input.form-control:-ms-input-placeholder {
 color: #cac6c1;
 font-size: 12px;
}
nav .search-form .form-group:hover, .search-form .form-group.hover {
	width: 300px;
	max-width: 100%;
	border-bottom: 1px solid #cac6c1/*50% warm gray*/;
}
.search-form .form-group span.form-control-feedback {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #968D84;
	left: initial;
	font-size: 20px;
}
.search-box .search-form .form-group {
	position: relative;
	background-color: transparent;
}
.search-box .search-form .form-group {
	width: 100%;
	border-bottom: 1px solid #cac6c1;
	margin-bottom: 0;
	;
}
.search-box .search-form .form-group input.form-control {
	border: 0 none;
	background: transparent;
	box-shadow: none;
	display: block;
}
.search-box .search-form .form-group span.form-control-feedback {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #968D84;
	left: initial;
	font-size: 20px;
}
.search-article,
.search-chart,
.search-event,
.search-onlineevent,
.search-podcast,
.search-video {display:none;}
/* CUSTOM SHARE & SAVE BUTTONS */
.share-widget {
	disply: flex;
	align-items: flex-end;
}
.share-widget2 {
	width: 60px;
	max-height: 140px;
	position: fixed;
	top: 150px;
	right: 10px;
	z-index: 100;
}
#share {
	display: inline-block;
}
.jssocials-shares {
	display: inline-block;
}
.jssocials-share {
	display: inline-block;
	vertical-align: top;
	margin: 0.3em 0.6em 0.3em 0;
}
.jssocials-share:last-child {
	margin-right: 0;
}
.jssocials-share-link {
	display: flex;
	flex-direction: row-reverse !important;
	align-items: center;
	text-decoration: none;
	line-height: 1;
	color: #968D84;
	opacity: 0.5;
}
.jssocials-share-link {
	-webkit-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}
.jssocials-share-link:hover {
	color: #968D84;
	text-decoration: none;
	opacity: 1;
}
.jssocials-share-logo {
	width: 1em;
	vertical-align: middle;
	font-size: 18px;
	font-family: "Ionicons";
	text-align: center;
}
.jssocials-share-label {
	right: 0;
	font-size: 0.8em;
	padding-right: 5px;
	color: #968D84;
	-webkit-transition: max-width 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
	-moz-transition: max-width 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
	-ms-transition: max-width 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
	-o-transition: max-width 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
	transition: max-width 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
	max-width: 0;
	display: block;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.jssocials-share-link:hover .jssocials-share-label {
	right: 0;
	-webkit-transition: max-width 0.3s, opacity 0.2s, visibility 0s;
	-moz-transition: max-width 0.3s, opacity 0.2s, visibility 0s;
	-ms-transition: max-width 0.3s, opacity 0.2s, visibility 0s;
	-o-transition: max-width 0.3s, opacity 0.2s, visibility 0s;
	transition: max-width 0.3s, opacity 0.2s, visibility 0s;
	max-width: 60px !important;
	opacity: 1;
	visibility: visible;
}
.jssocials-share-count-box {display:none;
}
.mp-save {
	display: inline-block;
	vertical-align: top;
	margin: 0.3em 0.6em 0.3em 0.4em;
}
.training  .ion-android-favorite-outline {display:none;} /**hide save on training based pages, because they are static.*/
@media (min-width: 1024px) {
.share-widget {
	width: 60px;
	max-height: 140px;
	position: absolute;
	top: 0px;
	right: -60px;
	z-index: 100;
}
.share-widget-inner {
	width: 60px;
	max-height: 140px;
}
#share {
	display: flex;
}
.jssocials-share-link {
	display: block;
	height: 20px;
	width: 60px;
	clear: both;
	position: relative;
}
.jssocials-share-logo {
	position: absolute;
	right: 0;
	top: 0;
}
.jssocials-share-label {
	position: absolute;
	margin-right: 20px;
	top: 2px;
}
.mp-save {
	margin: 0.3em 0em 1.25em 0.4em;
	display: flex;
}
.stick {
	position: fixed;
	top: 130px;
}
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
.share-widget {
	right: -15px;
}
.jssocials-share-label {
	display: none;
}
.mp-pr-75 {
	padding-right: 30px;
}
}
/* ===================================
    *Article
====================================== */
.blog-post-meta {
	font-family: "Grad", Georgia, "Times New Roman", serif;
}
.photo {
	text-align: center;
	height: 125px;
	width: 125px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
}
.photo:after {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px #fff;
}
.photo img {
	min-height: 125px;
	min-width: 125px;
	-webkit-filter: grayscale(1);
	/* Webkit */
	filter: gray;
	/* IE6-9 */
	filter: grayscale(1);/* W3C */
}
.slug {
	font-size: 14px;
	text-transform: uppercase;
}
.highlight {
	font-size: 28px;
	font-family: "Grad", Georgia, "serif";
	color: #F4A71D;
	line-height: 1.3;
}
.eventbody .left, .eventbody H2 {
	display: none;
} /*hide old PRO related wording/images */
.blog-post p a, .body-copy p a {
	color: #00549A;
	text-decoration: underline;
}
.articlebody > p:first-of-type {
	font-weight: bold;
	line-height: 24px;
}
.articlebody > p:first-of-type:first-letter {
	font-family: "Grad", Georgia, "Times New Roman", serif;
	font-size: 34px;
	line-height: 24px;
}
.blog-post .pullquote {
	background: #fff;
	display: block;
	padding: 40px 30px 30px 30px;
	position: relative;
	border-top: 1px solid #cac6c1;
	border-bottom: 1px solid #cac6c1;
}
.blog-post .pullquote:before {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	right: 0px;
	bottom: 5px;
	left: 0px;
	border-top: 1px solid #cac6c1;
	border-bottom: 1px solid #cac6c1;
}
.blog-post .pullquote blockquote {
	font-size: 24px;
	line-height: 1.45;
	position: relative;
	color: #968D84;
	display: block;
}
.blog-post .pullquote blockquote:before {
	display: block;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 80px;
	position: absolute;
	left: -35px;
	top: -30px;
	color: rgba(199, 200,202, 0.35);
}
.blog-post .pullquote blockquote:after {
	display: block;
	content: "\201D";
	font-family: Georgia, serif;
	font-size: 80px;
	position: absolute;
	right: -35px;
	bottom: -80px;
	color: rgba(199, 200,202, 0.35);
}

@media only screen and (min-width : 992px) {
.blog-post {
	padding-left: 30px;
	padding-right: 30px;
}
.blog-post .pullquote, .cta-box {
	float: left;
	left: -200px;
	position: relative;
	margin: 0 -160px 16px 0;
	width: 650px;
}
.blog-post .pullquote {
	padding: 40px 100px 30px 100px;
}
.blog-post .pullquote blockquote {
	font-size: 24px;
}
.blog-post .pullquote blockquote:before {
	display: block;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 160px;
	position: absolute;
	left: -80px;
	top: -60px;
}
.blog-post .pullquote blockquote:after {
	display: block;
	content: "\201D";
	font-family: Georgia, serif;
	font-size: 160px;
	position: absolute;
	right: -80px;
	top: 60px;
	color: rgba(199, 200,202, 0.35);
}
}
.graybox-container {
	background-color: #EBECED;
	position: relative;
	padding: 5px 0;
}
.graybox {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	min-height: 100%;
}
.whitebox-container {
	border-top: 1px solid #cac6c1;
	border-bottom: 1px solid #cac6c1;
	padding: 5px 0;
	position: relative;
	background-color: #fff;
}
.whitebox {
	border-top: 1px solid #cac6c1;
	border-bottom: 1px solid #cac6c1;
	min-height: 100%;
	background-color: #fff;
}
.cta {
	padding: 1.5rem;
}
.cta .text-housead {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.5;
}
.cta .text {
	font-family: "Grad", Georgia, serif;
	font-size: 28px;
	margin-bottom: 0;
	line-height: 1.5;
}
.cta-text {
	font-family: 'Grad', georgia, serif;
	font-size: 28px;
	line-height: 1.2;
}
.sponsorbox {
	background-color: #EBECED;
}
.photo-line {
	/*display: inline-block;*/
	position: relative;
	margin: 2rem 0;
	display: block;
}
.photo-line:before {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	right: 0px;
	bottom: 5px;
	left: 0px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.photo-line img {
	vertical-align: middle;/* optional */
}
#rating-bar {
	display: none;
}
#rating-bar ul li {
	display: inline;
	list-style: none;
	width: 14px;
	height: 13px;
	color: #cac6c1;
}
#youmaylike {
	font-size: 14px;
}
#youmaylike h6 {
	font-size: 14px;
}
#youmaylike ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#youmaylike ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

@media (min-width: 768px) {
.media {
	align-items: center;
}
}
.media-body {
	font-size: 14px;
}
.snippet {
	position: relative;
}
.snippet::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 136px;
	background-image: linear-gradient(180deg, rgba(255,255,255,1) 0, rgba(255,255,255,0) 100%);
}
/* ===================================
    *Podcast
====================================== */
.audioplayer {
	color: #968D84;
	font-size: 14px;
	line-height: 1.2;
}
.audioplayer a {
	text-decoration: underline;
}
audio {
	width: 100%;
}
#hosts h2 {
	font-family: proxima nova, helvetica, arial, serif;
	font-weight: 600;
	font-size: 14px;
}
#hosts p {
	clear: both;
	overflow: hidden;
	font-size: 14px;
	padding: 10px 0;
	position: relative;
}
#hosts p a {
	text-decoration: none;
	color: #968d84;
}
#hosts img {
	text-align: center;
	height: 125px;
	width: 125px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	float: left;
	margin-right: 15px;
}
#hosts p:after {
	content: '';
	height: 115px;
	width: 115px;
	position: absolute;
	top: 15px;
	left: 5px;
	border-radius: 50%;
	display: block;
	border: solid 1px #fff;
}
.podcast_speaker {
	padding: 20px 5px;
	border-top: 1px solid #cac6c1;
	border-bottom: 1px solid #cac6c1;
	margin-bottom: 20px;
}
.podcast_speaker img {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #eee;
}
/* ===================================
    *My Account Section
====================================== */
/* ACCOUNT NAV --------------------------------*/
.account-nav {
	position: relative;
	margin-top: -43px;
	border: solid 1px #968D84;
	background: #fff;
	padding: 25px 50px;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.account-nav .nav-link {
	display: block;
	padding: .5rem 0;
	margin: 0 1rem;
}
.account-nav a {
	border-bottom: solid 1px #fff;
}
.account-nav a:hover {
	color: #968D84;
	border-bottom: solid 1px #cac6c1;
}
.account-nav .active {
	color: #454140;
	border-bottom: solid 1px #cac6c1;
}

@media screen and (max-width: 990px) and (min-width: 768px) {
.account-nav {
	border: solid 1px #968D84;
	background: #fff;
	padding: 25px 25px;
	font-size: 12px;
	letter-spacing: 0.05em;
}
.account-nav .nav-link {
	display: block;
	padding: .5rem 0;
	margin: 0 0.2rem;
}
}
/* FLEX LAYOUT BOXES --------------------------------*/
.flex-grid {
	-webkit-display: flex;
	-ms-display: flex;
	display: flex;
}
.flex-grid > div {
	flex: 1;
}
.card-box {
	border: solid 1px #cac6c1;
	box-shadow: 0 0 0 6px #cac6c1;
	outline: solid 5px #fff;
	margin-bottom: 3rem;
	padding: 40px 0 30px;
	background-color: rgba(255, 255, 255, 0.85)
}
.card-box.noborder {
	border: solid 1px #fff;
	box-shadow: 0 0 0 6px #fff;
	outline: solid 5px #fff;
	padding: 0;
}
.card-box.yellow {
	outline: solid 5px #F9D38E;
}
.card-box h3 {
	margin: 0 30px 0 30px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.card-box .smalltext {
	padding-top: 12px;
	margin: 0 30px 0 30px;
	display: block;
	font-size: 12px;
}
.card-box .edit {
	margin-top: 2px;
}
.card-box-inner {
	margin: 30px 30px 0 30px;
}
.card-box li .article {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/article-01.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
.card-box li .article_sponsored {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/article-01.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
.card-box li .podcast {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/podcast-01.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
.card-box li .video {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/video-01.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
.card-box li .training {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/target-01.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
.card-box li .event {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/event.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
.card-box li .interests {
	padding-left: 30px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/dot.svg) 0 0 no-repeat;
	background-size: 11px 11px;
}
.card-box li .onlineevent {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/desktop-alt-light.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
.card-box li .onlineevent_sponsored {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/desktop-alt-light.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
.card-box li .chart {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/chart.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
.card-box .more, .card-box .less {
	padding: 0 30px 0 30px;
	margin-top: auto !important;
}
.card-box .download-box {
	width: 150px;
	text-align: center;
}
.card-box .download-box span {
	font-size: 12px;
	color: #968D84;
	line-height: 1;
}
.card-box .download-box .btn {
	padding: 2px 10px;
	width: 150px;
	height: 45px;
	text-align: left;
	align-items: center !important;
	line-height: 1;
	font-size: 16px;
	background-color: #968D84;
	color: #fff;
	border-radius: 0;
}
.alternate {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.alternate > li {
	padding: 15px 30px;
	display: flex;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.alternate li a {
}
.alternate li > div {
	padding: 2px 0px;
}
.alternate > li:nth-child(odd) {
	background: #F4F3F3;
}
.alternate > li:nth-child(even) {
	background: #fff;
}
.alternate li .post-meta {
	font-size: 12px;
}
.alternate2 {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.alternate2 > li {
	padding: 15px 30px;
	display: flex;
}
.alternate2 > li > div {
	padding: 2px 0px;
}
.alternate2 > li:nth-child(even) {
	background: #F4F3F3;
}
.alternate2 > li:nth-child(odd) {
	background: #fff;
}
.alternate2 li .post-meta {
	font-size: 12px;
}
ol.alternate {
	list-style-type: none;
	list-style-type: decimal;
	/*IE 7- hack*/
	padding-left: 0;
	counter-reset: li-counter;/*list-style-position: inside;
     */
}
ol.alternate > li {
	/*list-style-position: inside;
     */
	position: relative;
}
ol.alternate > li:before {
	position: relative;
	font-family: 'Grad-Bold', georgia, serif;
	display: inline-block;
	font-size: 34px;
	vertical-align: top;
	alignment-baseline: text-top;
	content: counter(li-counter);
	counter-increment: li-counter;
}
.alternate li ol {
	list-style-type: decimal;
	margin-top: 0px;
	margin-bottom: 1rem;
	margin-left: 25px;
	list-style-position: outside;
	padding: 0;
}
.alternate li ol li {
	list-style-type: decimal;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
	padding: 0;
	display: list-item;
}
.alternate li ol li:nth-child(odd) {
	background: transparent;
}
.alternate li ol li:nth-child(even) {
	background: transparent;
}
.myList li {
	display: none;
}
.stickup2 {
	position: relative;
	margin-top: -90px;
}

@media (max-width: 991px) {
.flex-grid {
	flex-direction: column;
}
.alternate li {
	flex-direction: column !important;
}
}
.btn-link {
	color: #968D84;
	font-size: 12px;
	text-transform: none;
	/*For account info edit*/
	padding: 0;
}
/* COLOR DOTS --------------------------------*/
.coloreddot:before {
	margin: 0px 10px 0 0;
	display: inline;
	content: '•';
	font-size: 30px;
	line-height: 20px;
}
.strategy-color {
	color: #ce0202;
}
.plan-color {
	color: #a6ab37;
}
.create-color {
	color: #a02088;
}
.communicate-color {
	color: #009245;
}
.analyze-color {
	color: #b27304;
}
.management-color {
	color: #5b1499;
}
.topic-icon {
	width: 100px;
	height: 100px;
}
.more {
	font-size: 14px;
	letter-spacing: 0.05em;
}
.mpbadge {
	padding: 1rem 1rem 1rem 1.5rem;
	width: 150px;
	text-align: center;
	align-content: center;
	margin: 0 1rem;
	display: inline-block;
}
.mpbadge img {
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
}
.badge-tools {
	width: 100px;
	margin: 0 auto;
}
.tool-link {
	font-size: 12px;
	text-align: left;
	line-height: 1;
}
.link-icon {
	width: 25px;
	height: 25px;
	fill: #CAC6C2;
	float: left
}
svg.icon {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	fill: currentColor;
	overflow: hidden;
	margin-right: 12px
}
.progress {
	height: 2rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: transparent;
	border: 1px solid #C5C0BB;
	border-radius: 0;
}
.progress-bar {
	background-color: #C5C0BB;
	text-align: left;
	padding-left: 10px;
	line-height: 1;
	color: #968D84;
}
.progress-label {
	float: left;
	margin-right: 1em;
}
.photo-box {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 650px;
}
.photo-box .photo-box-caption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	color: #fff;
	background: rgba(150,141,132,.5);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
.photo-box .photo-box-caption .photo-box-caption-content {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	text-align: left;
}
.photo-box .photo-box-caption:hover {
	background: rgba(150,141,132,.8);
}
hr.hr-small {
	margin-top: 0;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(150,141,132,.5);
	width: 18px;
}
/*FORMS */
.mp-form label {
	font-size: 12px;
	margin-bottom: .2rem;
}
.form-control, .custom-select {
	font-size: 1rem;
	line-height: 1.5;
	border: 1px solid #cac6c1;
	border-radius: .0;
	color: #968D84;
}
.form-control:focus {
	color: #495057;
	border: 1px solid #cac6c1;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(244,167,29,.5);
}
.custom-checkbox input[type="checkbox"], .custom-checkbox span input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.custom-checkbox input[type="checkbox"]+div, .custom-checkbox span input[type="checkbox"]+div {
	margin-bottom: 0;
}
.custom-checkbox input[type="checkbox"]+div:before, .custom-checkbox span input[type="checkbox"]+div:before {
	position: absolute;
	margin-left: -1.75rem;
	content: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/checkbox-blank.svg);
	display: block;
	width: 22px;
	padding: 2px 0 0 3px;
	margin-right: 0.5em;
}
.custom-checkbox input[type="checkbox"]:checked+div:before, .custom-checkbox span input[type="checkbox"]:checked+div:before {
	content: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/checkbox.svg);
}
.custom-checkbox input[type="checkbox"]:disabled+div, .custom-checkbox span input[type="checkbox"]:disabled+div  {
	color: #999;
}
.custom-checkbox label {
	position: relative;
	display: block;
	padding-left: 1.75rem;
	margin-bottom: 1.5rem;
}
.custom-checkbox label p {
	dispay: inline-block;
}
.list-lined li {
	border-top: solid 1px #C8C4C0;
	padding: 10px 0;
}
input::-webkit-input-placeholder {
color: #C8C4C0 !important;
}
 input:-moz-placeholder { /* Firefox 18- */
color: #C8C4C0 !important;
}
 input::-moz-placeholder {  /* Firefox 19+ */
color: #C8C4C0 !important;
}
 input:-ms-input-placeholder {
color: #C8C4C0 !important;
}
textarea::-webkit-input-placeholder {
color: #C8C4C0 !important;
}
 textarea:-moz-placeholder { /* Firefox 18- */
color: #C8C4C0 !important;
}
 textarea::-moz-placeholder {  /* Firefox 19+ */
color: #C8C4C0 !important;
}
 textarea:-ms-input-placeholder {
color: #C8C4C0 !important;
}
 .form-check-label span{padding-left:10px;}
/*TABLE*/
.table thead th {
	vertical-align: bottom;
	border-bottom: none;
	text-decoration: underline;
}
.table td, .table th {
	padding: .5rem;
	vertical-align: top;
	border-top: none;
}
/* PAGE: REPORT --------------------------------*/
.reportsponsor .media-body {
	font-size: 16px;
}
.reportsponsor .media img {
	width: 125px;
}
.sponsors img {
	width: 150px;
	margin: 0.5rem 1rem;
	display: inline-block;
}
/* PAGE: DETAIL --------------------------------*/
.numbered-item:first-letter, li.numbered-item:first-letter {
	font-family: 'Grad-Bold', georgia, serif;
	font-size: 34px;
	line-height: 34px;
	vertical-align: baseline;
}
.numbered-item {
	line-height: 34px;
	vertical-align: baseline;
}
.summary .collapse:not(.show) {
	height: 50px !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: block;
}
.summary .collapsing {
	min-height: 50px !important;
}
.summary a.collapsed:after {
	content: 'MORE... +';
}
.summary a:not(.collapsed):after {
	content: 'LESS... -';
}
/* DIRECTORY  --------------------------------*/
/** DIRECTORY NAV --------------------------------*/
.dir-nav {
	border: solid 1px #968D84;
	background: #fff;
	padding: 15px 25px;
	font-size: 12px;
	letter-spacing: 0.05em;
}
.dir-nav .nav-link {
	display: block;
	padding: .5rem 0;
	margin: 0 0.5rem;
}
.dir-nav a {
	border-bottom: solid 1px #fff;
}
.dir-nav a:hover {
	color: #968D84;
	border-bottom: solid 1px #cac6c1;
}
.dir-nav .active {
	color: #454140;
	border-bottom: solid 1px #cac6c1;
}

@media (min-width: 992px) {
.dir-nav {
	border: solid 1px #968D84;
	background: #fff;
	padding: 25px 50px;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.dir-nav .nav-link {
	display: block;
	padding: .5rem 0;
	margin: 0 2rem;
}
.default-color {
	fill: #CAC6C1;
}
}
/** DIRECTORY CARD -------------------------------*/
.dir-card a.blocklink {
	position: absolute;
	width: 100%;
	height: 90%;
	top: 0;
	left: 0;
	text-decoration: none;
	/* raises anchor tag above everything else in div */
	background-color: white;
	/*workaround to make clickable in IE */
	opacity: 0;
	/*workaround to make clickable in IE */
	filter: alpha(opacity=0);/*workaround to make clickable in IE */
}
@media (max-width: 767px) {
.dir-card a.blocklink {
	height: 100%;
}
}
.dir-card h2 {
	font-size: 18px;
}
.dir-card-soon h2 {
	color: #CAC6C1
}
.dir-card-soon-msg {
	color: #fff;
	background: #968D84;
	text-align: center;
}
.dir-card-cta {
	border: solid 1px #454140;
	padding: 5px;
}
.dir-card-cta-inner {
	border: solid 1px #454140;
	padding: 15px;
}
.dir-card.course h2 {
	font-family: Proxima Nova, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-weight: 700;
}
.dir-card .coloreddot::before {
    margin: 5px 10px 0 0;
    display: inline;
    content: '•';
	font-size: 30px;
}
.dir-card svg {
	fill: #CAC6C1;
}
.dir-card.strategy svg {
	fill: #ce0202;
}
.dir-card.plan svg {
	fill: #a6ab37;
}
.dir-card.create svg {
	fill: #a02088;
}
.dir-card.communicate svg {
	fill: #009245;
}
.dir-card.analyze svg {
	fill: #b27304;
}
.dir-card.management svg {
	fill: #5b1499;
}
.dir-card.strategy .element {
	color: #ce0202;
}
.dir-card.plan .element {
	color: #a6ab37;
}
.dir-card.create .element {
	color: #a02088;
}
.dir-card.communicate .element {
	color: #009245;
}
.dir-card.analyze .element {
	color: #b27304;
}
.dir-card.management .element {
	color: #5b1499;
}

@media (min-width: 768px) {
.dir-card {
	width: 290px;
	height: 400px;
	border: solid 1px #CAC6C1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.dir-card-head {
	min-height: 125px;
}
.dir-card-divider {
	background-color: #CAC6C1;
	height: 10px;
}
.dir-card h2 {
	font-size: 28px;
}
.dir-card:not(.dir-card-soon):hover {
	border: solid 1px #fff;
	background-color: #d1d1d1;
	color: #454140;
}
.dir-card:not(.dir-card-soon):hover h2 {
	color: #454140;
}
.dir-card:not(.dir-card-soon):hover .dir-card-divider {
	background-color: #fff;
}
.dir-card-soon-msg {
	font-size: 24px;
	padding: 15px 50px;
	line-height: 1.2;
}
.dir-card-cta {
	width: 290px;
	height: 400px;
}
.dir-card-cta-inner {
	padding: 20px;
}
.dir-card.course {
	width: 200px;
}
.dir-card-cta.course {
	width: 200px;
}
.dir-card.strategy {
	border-color: #ce0202;
}
.dir-card.plan {
	border-color: #a6ab37;
}
.dir-card.create {
	border-color: #a02088;
}
.dir-card.communicate {
	border-color: #009245;
}
.dir-card.analyze {
	border-color: #b27304;
}
.dir-card.management {
	border-color: #5b1499;
}
.dir-card.strategy .dir-card-divider {
	background-color: #ce0202;
}
.dir-card.plan .dir-card-divider {
	background-color: #a6ab37;
}
.dir-card.create .dir-card-divider {
	background-color: #a02088;
}
.dir-card.communicate .dir-card-divider {
	background-color: #009245;
}
.dir-card.analyze .dir-card-divider {
	background-color: #b27304;
}
.dir-card.management .dir-card-divider {
	background-color: #5b1499;
}
}

@media (min-width: 1024px) {
.dir-card.course {
	width: 250px;
}
.dir-card-cta.course {
	width: 250px;
}
}

@media (min-width: 1025px) {
.dir-card {
	width: 320px;
	height: 400px;
}
.dir-card-cta {
	width: 320px;
	height: 400px;
}
}
/* Webinar & VC*/
.detail .collapse:not(.show) {
	display: none;
}
.detail .collapsing {
	display: block !important;
}
.detail a.collapsed:after {
	content: 'MORE... +';
}
.detail a:not(.collapsed):after {
	content: 'LESS... -';
}

.card-warmgray {
	background-color: rgba(150, 141, 132, 0.1);
}
.list-m-lg > li {
	margin-bottom: 1.25rem;
}
.list-m-lg > li:last-child {
	margin-bottom: 0;
}
#speakers p {
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	margin-bottom: 0;
}
#speakers p a {
	text-decoration: none;
	color: #968d84;
}
#speakers img {
	text-align: center;
	height: 125px;
	width: 125px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	float: left;
	margin-right: 15px;
}
#speakers p:after {
	content: '';
	height: 115px;
	width: 115px;
	position: absolute;
	top: 15px;
	left: 5px;
	border-radius: 50%;
	display: block;
	border: solid 1px #fff;
}
/* ===================================
    *Funnel
====================================== */
.fs-wrapper .white-overlay {
	background: rgba(255, 255, 255, .85);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}
.funnel-form-wrapper {
	max-width: 400px;
}
hr.or {
	padding: 0;
	border: none;
	border-top: 1px solid #C9C5C1;
	color: #231F20;
	text-align: center;
}
hr.or:after {
	content: "or";
	display: inline-block;
	position: relative;
	top: -0.7em;
	padding: 0 0.25em;
	background: #fff;
}
hr.or2 {
	padding: 0;
	border: none;
	border-top: 1px solid #C9C5C1;
	color: #231F20;
	text-align: center;
}
hr.or2:after {
	content: "Or log in with";
	display: inline-block;
	position: relative;
	top: -0.7em;
	padding: 0 0.25em;
	background: #fff;
}
.btn-xs {
	font-size: 12px;
	text-transform: none;
}
.btn-xs icon {
	font-size: 20px;
	margin-top: -4px;
}
.funnel-box {
	margin-bottom: 0;
	overflow-y: auto;
}
.funnel-wrapper {
max-height: 100%;
	overflow: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	 
}
.scroll-container {
	margin: auto;
	max-height: 100%;
	overflow: auto;
}

@media (min-width: 768px) {
.funnel-form-wrapper {
	max-width: 400px;
	margin: 0 auto;
}
}

@media (min-width: 1024px) {
.funnel-box {
	width: 800px;
}
.forgot-pw {
	position: absolute;
	bottom: 0px;
	right: -140px;
}
}
@media screen and (max-width: 767px) {
.funnel-wrapper {
	align-items: flex-start;
	 
}
}
@media (max-width: 767px) {
.card-box.funnel-box {
	border: none;
	box-shadow: none;
	outline: none;
}
.funnel-box h1 {
	font-size: 30px;
}
}
/* modal */
.modal-backdrop {
	background-color: #fff;
}
.modal-backdrop.show {
	opacity: .85;
}
.modal-content {
	border: solid 1px #cac6c1;
	box-shadow: 0 0 0 6px #cac6c1;
	outline: solid 5px #fff;
	border-radius: 0;
}

@media (max-width: 767px) {
.modal-content {
	border: none;
	box-shadow: none;
	outline: none;
	border-radius: 0;
}
.modal h1 {
	font-size: 30px;
}
}
.modal-header {
	border-bottom: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.modal-footer {
	padding: 1rem;
	border-top: none;
}
/* ===================================
    Framework
====================================== */

.taupe {
	background-color: #C9C5C1;
}
h4.grad-head {
	font-size: 24px;
	font-family: "Grad-Bold", Georgia, "serif";
	font-weight: normal;
	margin-bottom: 1.25rem;
}

@media only screen and (min-width : 992px) {
h4.grad-head {
	font-size: 34px;
}
}
/* ===================================
    Homepage
====================================== */
.hp-header {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media screen and (min-width: 1024px) {
.hp-header {
	padding-top: 0;
}
}
.hp-header .inner {
	padding: 50px 0 70px;
    display:inline-block;
}
.hp-header h1 {
	display: block;
	text-align: justify;
}
.hp-header h1 span {
	display: block;
}
.whitefog {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .5);
}
.storybar-hp {
	color: #fff;
	padding: 20px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	font-size: 13px;
}
.storybar-hp a {
	color: #fff;
}
.storybar-hp a:hover {
	color: #fff;
	text-decoration: underline;
}
.storybar-hp .quote {
	padding: 30px 0;
	margin: 0 auto;
	max-width: 680px;
}
.storybar-hp .quote blockquote {
	padding: 0 40px;
	font-size: 24px;
	display: block;
	position: relative;
}
.storybar-hp .quote blockquote:before {
	display: block;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 80px;
	position: absolute;
	left: 0;
	top: -25px;
	color: rgba(255, 255, 255, 0.25);
}
.storybar-hp .quote blockquote:after {
	display: block;
	content: "\201D";
	font-family: Georgia, serif;
	font-size: 80px;
	position: absolute;
	right: 0;
	bottom: -80px;
	color: rgba(255, 255, 255, 0.25);
}

@media only screen and (min-width : 992px) {
.storybar-hp .quote {
	padding: 40px 0;
	margin: 0 auto;
	max-width: 680px;
}
.storybar-hp .quote blockquote {
	padding: 0 90px;
}
.storybar-hp .quote blockquote:before {
	font-size: 160px;
	left: 0;
	top: -60px;
}
.storybar-hp .quote blockquote:after {
	font-size: 160px;
	right: 0;
	bottom: -160px;
}
}
.btn-select {
	background: #fff;
	border: solid 1px #231F20;
	color: #fff;
	text-align: right;
}
.hp-h2 {
	font-size: 44px;
}
.btn-select.dropdown-toggle::after {
	display: inline-block;
	color: #231F20;
}
.mp-pt-6, .mp-py-6 {
	padding-top: 3rem;
}
.mp-pb-6, .mp-py-6 {
	padding-bottom: 3rem;
}
/* Events */
.text-blue {
	color: #00549A;
}
a.text-blue:hover {
	color: #00549A;
}

@media only screen and (min-width : 768px) {
.search-icon {
	font-size: 70px;
	color: #fff;
	line-height: 1;
}
}
.search-form-lg .form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
/* ===================================
    Search
====================================== */
.search-list {
	margin-top: 12px;
}
.search-list .post-meta, .search-list .notation {
	font-size: 12px;
}
.search-list > li {
	padding: 20px 30px 8px;
	position: relative;
}
.search-list > li.featured {
	background: #F5F4F3;
}
.search-list > li.sponsored {
	background: #F5F4F3;
}
.search-list > li.learning {
	background: #DEE5F0;
}
.search-list > li.course {
	background: #DEF0E3;
}
.pagination {
	border-radius: 0px;
}
.pagination li {
	font-size: 14px;
}
.page-link {
	position: relative;
	display: block;
	font-size: 14px;
	margin-left: 10px;
	line-height: 1;
	vertical-align: middle;
	color: #968D84;
	background-color: #fff;
	border: 1px solid #C9C5C1;
}
.page-link:hover {
	background-color: #F5F4F3;
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.search-sort-group {
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 1;
	border-bottom: 1px solid #968D84;
	padding: 0 10px;
}
.search-sort-group icon {
	position: absolute;
	top: 3px;
	right: 10px;
	display: inline-block;
	pointer-events: none;
}
.search-sort-group icon:hover, .search-sort:hover {
	cursor: pointer;
}
select.search-sort {
	border: none;
	border-radius: 0;
	display: inline-block;
	line-height: 1.2;
	padding: 2px 0;
	padding-right: 20px;
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	overflow: none;
	background-color: transparent;
	font-size: 14px;
}
#accordion {
	font-size: 12px;
}
#accordion .accdn-heading {
	border-bottom: 1px solid #968D84;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
#accordion h4 {
	font-size: 12px;
	font-weight: 700;
}
#accordion h4:hover {
	cursor: pointer;
}
#accordion h4::before {
	color: #968D84;
	content: "\f2f4";
	font-family: "Ionicons";
	float: right;
	font-weight: 100;
}
#accordion h4.collapsed::before {
	color: #968D84;
	content: "\f2c7";
	font-family: "Ionicons";
	float: right;
	font-weight: 100;
}
#accordion .custom-checkbox label {
	margin-bottom: 0.5rem;
}
#accordion .custom-checkbox input + div::before {
	padding: 0 0 0 3px;
}
input[type="radio"] {
	/* remove standard background appearance */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* create custom radiobutton appearance */
	display: inline-block;
	width: 20px;
	height: 20px;
	/* background-color only for content */
	background-clip: content-box;
	border: 1px solid #968D84;
	background-color: #fff;
	border-radius: 50%;
	margin-top: -2px;
}
/* appearance for checked radiobutton */
input[type="radio"]:checked {
	background-color: #968D84;
}
input[type="radio"] + label {
	padding-left: 7px;
}
.search-mobile {
	width: 300px;
	height: 100%;
	display: block;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0px;
	list-style: none;
	background-color: #fff;
	overflow-y: auto;
	z-index: 1033;
}
.search-mobile {
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
	-webkit-transition: 300ms ease;
	transition: 300ms ease;
}
.search-mobile.reveal {
	left: 0px;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: 300ms ease;
	transition: 300ms ease;
}
.search-mobile .card-box {
	border: none;
	outline: none;
	box-shadow: none;
	padding-top: 15px;
}
/* ===================================
    Element 
====================================== */
.element.analyze header h1 {
	color: #b27304;
}
.element.communicate header h1 {
	color: #009245;
}
.element.create header h1 {
	color: #a02088;
}
.element.management header h1 {
	color: #5B1499;
}
.element.strategy header h1 {
	color: #ce0202;
}
.element.plan header h1 {
	color: #a6ab37;
}
.element h1.coloreddot:before {
	margin-bottom: 7px;
	font-size: 44px;
}
.element.analyze .card-box-highlight {
	outline: solid 5px #B27304;
}
.element.communicate .card-box-highlight {
	outline: solid 5px #009245;
}
.element.create .card-box-highlight {
	outline: solid 5px #a02088;
}
.element.management .card-box-highlight {
	outline: solid 5px #5B1499;
}
.element.strategy .card-box-highlight {
	outline: solid 5px #ce0202;
}
.element.plan .card-box-highlight {
	outline: solid 5px #a6ab37;
}
.element .card-box h3 strong {
	font-weight: 700;
}
.element.analyze .card-box h3 strong {
	color: #B27304;
}
.element.communicate .card-box h3 strong {
	color: #009245;
}
.element.create .card-box h3 strong {
	color: #a02088;
}
.element.management .card-box h3 strong {
	color: #5B1499;
}
.element.strategy .card-box h3 strong {
	color: #ce0202;
}
.element.plan .card-box h3 strong {
	color: #a6ab37;
}
.soon-banner {
		position: absolute;
		margin: 0 -30px;
        padding: 0px -30px;
		background: #968d84;
		color: #fff;
		width: 100%;
		text-align: center;
		font-size: 24px;
		line-height: 1;
	}
	.soon-banner span {
		display: inline-block;
		margin: 12px;	
		color: #fff;
		font-size: 24px;
	}
/* ===================================
    Products
====================================== */

.fog {
	background-color: #F5F4F3;
	background-color: rgba(245, 244, 243, .75);
}
.card-box-h3 {
	font-size: 16px;
	font-weight: 700;
}
.stickup3 {
	position: relative;
	margin-top: -140px;
}
#gopro {
	background: #F4A71D;
	color: #fff;
	font-size: 24px;
}
.btn-outline-white {
	border: solid 1px #fff;
}
.media-body .pullquote {
	background: #fff;
	display: block;
	padding: 40px 30px 30px 30px;
	position: relative;
}
.media-body .pullquote:before {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	right: 0px;
	bottom: 5px;
	left: 0px;
}
.media-body .pullquote blockquote {
	font-size: 24px;
	line-height: 1.45;
	position: relative;
	color: #968D84;
	display: block;
}
.media-body .pullquote blockquote:before {
	display: block;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 80px;
	position: absolute;
	left: -35px;
	top: -30px;
	color: rgba(199, 200,202, 0.35);
}
.media-body .pullquote blockquote:after {
	display: block;
	content: "\201D";
	font-family: Georgia, serif;
	font-size: 80px;
	position: absolute;
	right: -35px;
	bottom: -80px;
	color: rgba(199, 200,202, 0.35);
}

@media only screen and (min-width : 992px) {
.media-body .pullquote {
	padding: 40px 100px 30px 100px;
}
.media-body .pullquote blockquote {
	font-size: 24px;
}
.media-body .pullquote blockquote:before {
	display: block;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 160px;
	position: absolute;
	left: -80px;
	top: -60px;
}
.media-body .pullquote blockquote:after {
	display: block;
	content: "\201D";
	font-family: Georgia, serif;
	font-size: 160px;
	position: absolute;
	right: -80px;
	top: 0px;
	color: rgba(199, 200,202, 0.35);
}
}
.card {
	border-radius: 0;
}
.price-options {
	border-top: solid 1px #C9C5C1;
	border-bottom: solid 1px #C9C5C1;
	padding: 7px 0px;
	font-size: 14px;
	color: #968d84;
}
.price-options {
	border-top: solid 1px #C9C5C1;
	border-bottom: solid 1px #C9C5C1;
	padding: 7px 0px;
	font-size: 14px;
}
.price-options .nav-link {
	display: inline-block;
}
.price-options .nav-link.active {
	color: #454140;
	text-decoration: underline;
}
.price-options button {
	color: #968d84;
	font-size: 14px;
}
.price-options button:active, .price-options button.active {
	color: #454140;
	text-decoration: underline;
}
.price-options button disabled {
	color: #454140;
	text-decoration: underline;
}
.price-options form {
	width: 100%;
}
.price-options {
	overflow: hidden;
}
.price-options .btn {
	background: transparent;
}
.price-options select {
	border: none;
	width: 100%;
	background-color: #fff;
	white-space: normal;
	text-align: center;
	overflow: hidden;
	/*overflow-y: -moz-hidden-unscrollable;*/
	padding: 16px 10px;
	/*for Firefox*/
	margin: -5px -22px -5px -5px;
}
.price-options select option {
	background-color: #fff;
	color: #968d84;
	display: inline;
	margin: 0 0.5rem;
}
.price-options select option:hover {
	cursor: pointer;
}
.price-options select option:checked {
	color: #454140;
	background-color: #fff;
	text-decoration: underline;
	box-shadow: 0 0 10px 100px #fff inset;
}

@media only screen and (min-width: 992px) {
.twin .card-box {
	width: 47%;
}
}
.card-box.mint {
	outline: solid 5px #DEF0E3;
	background-color: #DEF0E3;
}
.card-box.blue {
	outline: solid 5px #DEE5F0;
	background-color: #DEE5F0;
}
.price-slug {
	font-size: 12px;
	font-family: Proxima Nova, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	position: absolute;
	top: 10px;
}
.price-slug.right {
	right: -50px;
}
.price-slug.left {
	left: -60px;
}

@media (max-width:991px) {
.price-slug {
	position: relative;
	top: auto;
}
.price-slug.right {
	right: auto;
}
.price-slug.left {
	left: auto;
}
}
/* ===================================
    *MP Utility Classes
====================================== */
/* header bg colors*/
.page-header {
	background-color: rgba(199, 200, 202, .85);
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (min-width: 1024px) {
.page-header {
	padding-top: 50px;
}
}
.smokescreen {
	background-color: rgba(199, 200, 202, .85);
}
.babyblue {
	background-color: #D9E6F0;
}
.mint {
	background-color: #DAE9D1;
}
.smoky {
	background-color: #f5f4f3;
}
.pink {
	background-color: #FCE5E9;
}
.lightgrey {
	background-color: #EBECED;
}
/* bg colors*/
.bg-blue {
	background-color: #00549A;
}
.bg-darkgray {
	background-color: #454140;
}
.bg-orange {
	background-color: #F4A71D;
}
.bg-sand {
	background-color: #F4F3F2;
}
.bg-grey {
	background-color: #968d84;
}
.topbar_orange {
	background-color: #F4A71D;
}
.topbar_blue {
	background-color: #00549A;
}
.topbar_green {
	background-color: #156f09;
}
.topbar_darkred {
	background-color: #ce0610;
}
.topbar_gray {
	background-color: #968d84;
}
.topbar_yellow {
	background-color: #F4A71D;
}
.topbar_transparent {
	background-color:rgba(0, 0, 0, 0.3);
}
.topbar_pink {
	background-color: #d61c5b;
}
.topbar_confetti {
    	background: #fff url('https://i.marketingprofs.com/assets/images/marketing/ann/videoframe.png') center top no-repeat  !important;
     background-size: 100% !important;
    color:#ddd;
    border-bottom: 1px solid #000;
    opacity:0.95 !important;
}
.topbar_confetti  a{
    	
    color:#000 !important;
    text-decoration:underline;
    background:#fff;
}

.text-lg {
	font-size: 18px;
}
.warm-gray {
	color: #968D84;
}
.text-orange {
	color: #F4A71D;
}

@media (min-width: 768px) {
.stickup {
	position: relative;
	margin-top: -70px;
}
}
.tight {
	line-height: 1.2;
}
.grad {
	font-family: "Grad", Georgia, "serif";
}
.grad-bold {
	font-family: "Grad-Bold", Georgia, "serif";
}
.mp-col {
	flex: 1;
}
.middle-bar {
	height: 150px;
}

@media (min-width: 768px) {
.mp-col-290px {
	width: 290px;
}
.mp-col-290px > .fixed {
	height: 870px;
}
.border-r-lg {
	border-right-style: solid;
	border-right-width: 1px;
}
}

@media (min-width: 768px) {
.border-r-lg {
	border-right-style: solid;
	border-right-width: 1px;
}
}
.white-line-top {
	border-top: solid 1px #fff;
}
.tooltip > .tooltip-inner {
	background-color: #454140;
	padding: 20px;
	font-size: 12px;
	border-radius: 0;
	text-align: left;
	filter: alpha(opacity=100);
	opacity: 1;
}
.tooltip .arrow:before {
	border-bottom-color: #454140 !important;
	border-top-color: #454140 !important;
}

@media print {
div.noprint {
	display: none;
}
}
.border-gray {
	border-color: #f3f2f1;
}
.nav-up {
	top: -60px;
}
/*---view state controls ---*/
.mppro, .mpisregistered, .mpmember, .mpnonmember, .mpregistrantnotpro {
	display: none;
}
/*  MISC */
/*confirmit used to hide form fields to validate bots */
.confirmit {
	display:none;
}
.hundo {
	width: 100%;
}
.faded {
opacity:.4
}
.noshow {
    display: none !important;
}
.lowercase{text-transform:lowercase;}
.checked{font-weight:bold !important;}
.whitefog75 {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
}
.whiteback {
	background-color: #fff;

}

.bg-cover {
	background-size: cover;
	background-position:  center center;
}
.black65 {
	background-color: #000;
	background-color: rgba(0, 0, 0, .65);
}
li > div.article {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/article-01.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
li > div.article_sponsored {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/article-01.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
li > div.podcast{
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/podcast-01.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
li > div.video {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/video-01.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
li > div.training {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/target-01.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
li > div.interests {
	padding-left: 30px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/dot.svg) left center no-repeat;
	background-size: 11px 11px;
}
li > div.featured {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/featured.png) 0 0 no-repeat;
	background-size: 25px 25px;
}
li > div.event {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/event.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
li > div.chart {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/chart.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
li > div.onlineevent {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/desktop-alt-light.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
li > div.onlineevent_sponsored {
	padding-left: 40px;
	background: url(//i.marketingprofs.com/assets/images/site/icons/v3/icons/desktop-alt-light.svg) 0 0 no-repeat;
	background-size: 25px 25px;
}
body.letter .footer-1 {
	background-color: #f5f4f3;
	opacity: 1;
	padding-bottom: 40px;
}
.morestory {
	position: relative;
}
.morestory-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background: rgba(0, 0, 0, 0.5)
}
.morestory-content:hover {
	background: rgba(0, 0, 0, 0.2)
}
.morestory-content:after {
	display: block;
	content: "\201D";
	font-family: Georgia, serif;
	font-size: 120px;
	position: absolute;
	right: 7px;
	bottom: -90px;
	color: rgba(255, 255, 255, 0.25);
}
.morestory-content:before {
	display: block;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 120px;
	position: absolute;
	left: 7px;
	top: -30px;
	color: rgba(255, 255, 255, 0.25);
}
.morestory-content p {
	color: #fff;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 24px;
	padding: 50px 10px
}
.morestory-content p a {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
.morestory-content p {
	font-size: 16px;
	line-height: 18px;
}
}

/*loding icon*/


.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Ads */
@media only screen and (min-width : 992px) {
.offset {
	float: left;
	left: -200px;
	position: relative;
	margin: 0 -160px 16px 0;
	width: 650px;
}
}
a.underline {
	text-decoration: underline;
	color: #231f20;
}
a.underline:hover {
	text-decoration: underline;
	color: #968d84;
}
.ad-graphic {
	width: 125px;
	flex-shrink: 0;
}
.ad-graphic-lg {
	width: 250px;
	flex-shrink: 0;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

@media all and (-ms-high-contrast:none) {
.custom-checkbox input[type="checkbox"], .custom-checkbox span input[type="checkbox"] {
position: absolute;
margin-left: -1.75rem;
opacity: 1;
z-index: 1;
}
.custom-checkbox input[type="checkbox"]+div, .custom-checkbox span input[type="checkbox"]+div {
margin-bottom: 0;
}
.custom-checkbox input[type="checkbox"]+div:before, .custom-checkbox span input[type="checkbox"]+div:before {
content: none;
}
.custom-checkbox input[type="checkbox"]:checked+div:before, .custom-checkbox span input[type="checkbox"]:checked+div:before {
content: none;
}
}

/*  2019 Additions*/
.image-header {
    position: relative;
    color: #fff;
    padding: 100px 0 70px;
}
.image-header .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #2196F3;
    z-index: -1;
}
.image-header .background-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(65, 75, 80, .75);
}
.photo2 {
	text-align: center;
	height: 175px;
	width: 175px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
}
.photo2:after {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px #fff;
}
.photo2 img {
	height: 100%;

}	

.modal-title {
    font-family: "Grad-Bold", Georgia, "Times New Roman", serif;
    font-size: 34px;
    line-height: 1.25;
}

@media only screen and (min-width : 1024px) {
.modal-title {
    font-size: 44px;
}
}


/* TOPICS June 2019 */

.col-list {
    /*min-height: 300px;*/
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; 
	marging: 0;
	padding: 0;
}
.col-list li {
    display: table;
    padding-bottom: 15px; 
    margin-right: 20px;
}
@media only screen and (max-width : 767px) {
.col-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; 
	
}
.col-list li {
    display: table;
    margin-right: 0;
}
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #968d84;
	border-radius: 0;
}
.nav-pills .nav-link, .nav-pills .show > .nav-link {
	text-transform: uppercase;
	font-weight:700;
	color: #231f20;

}
.listGeneral ul {
	padding: 0;
	margin: 25px 0 0;
}
.listGeneral li {
	list-style:none;
	padding:25px 0;
	border-top:solid 1px #d4d4d4;
}

.listGeneral li a.no_underline {
	text-decoration:none;
}
.listGeneral li a:hover {
	text-decoration:underline;
}
.listGeneral em {
	display:block;
	font-size:14px;
	color:#999;
}
.listGeneral p {
	margin: 10px 0 5px 0;
}
.liblisttitle {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 25px;
}
.itemlisttagcontainer a {
    font-size: 14px;
	color: #00549A;
}