/*!
 * Start Bootstrap - MWB Theme 
 */
@import url("https://css.marketingprofs.com/css/v3/mp_fonts.css");
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap);
body {
    overflow-x: hidden;
    font-family: 'Proxima Nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #FFF;
    color: #231f20;
    font-size: 16px;
}
.noshow {
    display: none !important;
}
.text-muted {
    color: #777;
}
.text-white, a.text-white {
    color: #fff;
}
.text-md {
    font-size: 16px;
}
.text-lg {
    font-size: 18px;
}
.warning {
    color: #da562c;
    font-style: italic;
}
.text-primary {
    color: #231f20;
}
p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 18px;
}
p.large {
    font-size: 17px;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}
a {
    color: #00549A;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
a:hover, a:focus, a:active, a.active {
    text-decoration: underline;
}
h1, h2 {
    font-family: Montserrat, Proxima Nova, Helvetica, Arial, sans-serif;
    font-weight: normal;
}
h3, h4, h5, h6 {
    font-weight: 700;
}
.btn {
    border-radius: 0px;
}
.btn-wrap {
    white-space: normal;
}
.media-left, .media > .pull-left {
    padding-right: 25px;
    padding-top: 5px;
}
.media-body p {
    color: #777;
}
hr {
    margin-top: 35px;
    margin-bottom: 35px;
    border-color: #E0E0DF;
}
.img-centered {
    margin: 0 auto;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.bg-darkest-gray {
    background-color: #333;
}
.border-top {
    border-top: solid 1px #ddd;
}
.pad-tb-md {
    padding-top: 40px;
    padding-bottom: 50px;
}
.pad-tb-sm {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pad-tb-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pad-lr {
    padding: 0 25px;
}
.mg-t {
    margin-top: 25px;
}
.mg-b {
    margin-bottom: 20px;
}
.mg-b-md {
    margin-bottom: 40px;
}
.mg-t-sm {
    margin-top: 8px;
}
.mg-0 {
    margin: 0;
}
.btn {
    border: none;
    text-transform: uppercase;
    font-family: 'Proxima Nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
	 opacity: 1;
  transition: opacity .2s ease-in-out;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;

}
.btn:hover {
    text-transform: uppercase;
    color: #fff;
	  opacity: 0.8;
  transition: opacity .2s ease-in-out;
}
.btn-yellow {
    background-color: #F4A71D;
    border-color: #F4A71D;
}

.btn-pink {
    background-color: #d60057;	
}
.btn-blue {
    background-color: #00549A;	
}
.btn-gray {
    background-color: #968D84;	
}
.btn-primary {
    border: none;
    text-transform: uppercase;
    font-family: 'Proxima Nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #00549A;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    border-color: #00549A;
    background-color: #00549A;
}
.btn-primary .badge {
    color: #00549A;
    background-color: #fff;
}
.btn-xl {
    padding: 20px 40px;
    border-color: #00549A;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Proxima Nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #00549A;
    letter-spacing: 2px;
}
.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #000;
}
.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    background-image: none;
}
.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
    border-color: #00549A;
    background-color: #00549A;
}
.btn-xl .badge {
    color: #00549A;
    background-color: #fff;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 12px 30px;
    font-size: 18px;
    line-height: 1.3333333;
}
.navbar-default {
    border-color: transparent;
    background-color: rgba(0,117,171,0.75);
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
}
.navbar-toggle {
    border: 1px solid #000;
    color: #000;
}
.navbar-toggle .icon-bar {
    background-color: #000;
}
.nav-tabs {
    border: none;
}
.nav-tabs > li {
    float: none;
    display: inline-block;
 *display:inline; /* ie7 fix */
    zoom: 1;
}
.nav-tabs > li > a {
    background: transparent;
    border-radius: 0;
    border: none;
    border-right: solid 1px #BEB8B8;
    padding: 0px 15px;
    margin: 10px 0;
}
.nav-tabs > li:last-child > a, .nav-tabs > li:last-child > a:hover, .nav-tabs > li:last-child.active > a {
    border-right: none;
}
.nav-tabs > li > a:hover {
    background: transparent;
    text-decoration: underline;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: transparent;
    color: #d60057;
    text-decoration: underline;
    cursor: default;
    border: none;
    border-right: solid 1px #BEB8B8;
}
.nav-tabs > li.active:last-child > a {
    border-right: none;
}
.content-filter {
    background: #e9e8e6;
    color: #221100;
    font-size: 19px;
    padding: 15px 0;
    border-top: solid 2px #d60057;
    border-bottom: solid 2px #d60057;
}
.content-filter h3 {
    margin-top: 10px;
    margin-right: 20px;
    color: #00549A;
    float: left;
}
.content-filter a {
    color: #221100;
}
.content-filter a:hover {
    color: #00549A;
}

@media (max-width: 480px) {
.content-filter {
    font-size: 16px;
    padding: 10px 0;
}
.content-filter li.title {
    display: block;
}
}

@media(min-width:990px) {
.navbar-default {
    padding: 15px 0;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0px;
}
}
header {
    color: #fff;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.header-a {
    background-attachment: scroll;
    background-image: url(https://i.marketingprofs.com/assets/images/events/workshops/hero_b2b22s_cx.jpg);
    background-position: center 0;
    background-size: cover;
}
header .return {
    position: absolute;
    left: 30px;
    top: 20px;
    z-index: 9999;
}

@media(max-width:767px) {
header .return {
    display: none;
}
}
.header-a .skewedbox {
    background-color: rgba(214, 0, 87, .7);
    height: 600px;
    width: 600px;
    position: relative;
    text-align: center;
    float: right;
    margin-right: 10%;
    transition: background 0.2s;
    transform: skew(-15deg);  /* SKEW */
}
.header-a .intro-text {
    padding-top: 110px;
    margin: 0 auto;
    width: 80%;
    text-align: left;
    transition: background 0.2s;
    transform: skew(15deg);  /* SKEW */
}
.header-a h2 {
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 100;
    line-height: 1;
}
.header-a h3 {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.header-a .attention {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    background-color: #000;
    display: inline-block;
    padding: 10px;
}
.header-a p {
    display: none;
}

@media(min-width:1600px) {
header {
    height: 600px;
}
.header-a .skewedbox {
    height: 600px;
    width: 800px;
}
.header-a .intro-text {
    padding-top: 180px;
}
.header-a h2 {
    margin-bottom: 20px;
    font-size: 72px;
}
.header-a h3 {
    margin-bottom: 20px;
    font-size: 34px;
}
.header-a .attention {
    font-size: 26px;
}
}

@media(max-width:767px) {
header {
    height: 300px;
}
.header-a .skewedbox {
    height: 300px;
    width: 300px;
    float: right;
    margin-right: -40px;
}
.header-a .intro-text {
    padding-top: 90px;
}
.header-a h2 {
    margin-bottom: 10px;
    font-size: 32px;
}
.header-a h3 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    padding-right: 60px;
}
.header-a .attention {
    font-size: 14px;
    padding-right: 15px;
    text-align: center;
}
}
.header-b {
    background-attachment: scroll;
    background-image: url(https://i.marketingprofs.com/assets/images/events/workshops/hero_b2b22s_cx.jpg);
    background-position: right center;
    background-size: cover;
}
.header-b .cta {
    margin-top: 250px;
}
.header-b .skewedbox {
    background-color: #211f20;
    height: 600px;
    width: 600px;
    position: relative;
    text-align: center;
    float: left;
    margin-left: -80px;
    transition: background 0.2s;
    transform: skew(-15deg);  /* SKEW */
}
.header-b .intro-text {
    padding-top: 90px;
	padding-left: 40px;
    margin: 0 auto;
    width: 80%;
    text-align: left;
    transition: background 0.2s;
    transform: skew(15deg);  /* SKEW */
}
.header-b h2 {
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 100;
    line-height: 1;
}
.header-b h3 {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
}

@media(min-width:1600px) {

.header-b .cta {
    margin-top: 500px;
}
.header-b .skewedbox {
    height: 600px;
    width: 1000px;
}
.header-b .intro-text {
    padding-top: 180px;
	padding-left: 30px;
}
.header-b h2 {
    margin-bottom: 20px;
    font-size: 72px;
}
.header-b h3 {
    margin-bottom: 20px;
    font-size: 34px;
}
.header-b p {
    font-size: 24px;
}
}

@media(max-width:767px) {

.header-b .skewedbox {
    height: 300px;
    width: 300px;
    float: left;
    margin-left: -40px;
}
.header-b .intro-text {
    padding-top: 30px;
}
.header-b h2 {
    margin-bottom: 10px;
    font-size: 32px;
}
.header-b h3 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    padding-right: 60px;
}
}
@media(max-width:479px) {

.header-b .skewedbox {
    height: 300px;
    width: 250px;
    float: left;
    margin-left: -40px;
}
.header-b .intro-text {
    padding-left: 30px;
  
}
	.header-b {
    background-position: right -40px center;

}
}
section {
    padding: 35px 0;
}
section h2.section-heading {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 200;
    font-family: Proxima Nova, 'Proxima Nova', Arial, sans-serif;
}
section h3.section-subheading {
    margin-bottom: 30px;
    text-transform: none;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
section {
    padding: 50px 0;
}
}
.keypoints {
    padding: 0 25px 25px;
}
.keypoints ul {
    margin: 0 0 20px 0;
    padding: 0;
}
.keypoints li {
    list-style: none;
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    margin: 0 0 5px 0;
}
.keypoints em {
    margin-right: 15px;
    font-size: 16px;
}
.keypoints .btn {
    width: 100%;
}

.tab-content > .tab-pane, .tab-content > .tab-pane p {
}
.tab-content > .tab-pane h3 {
    margin-top: 0;
}
#contentattachments ul li {
    margin-bottom: 10px;
}
.emphasis {
    color: #D60057;
    font-style: italic;
    font-weight: 700;
}
.emphasisew {
    color: #D60057;
    font-style: italic;
    font-weight: 700;
}
.three-col {
    display: block;
    overflow: hidden;
    padding: 0 15px;
}
.one-third {
    display: inline;
    float: left;
    position: relative;
    width: 33%;
}
.one-third-last {
    display: inline;
    float: left;
    position: relative;
    width: 32%;
}
.three-col h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.meta {
    text-align: center;
    margin-bottom: 25px;
}
.meta .time {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
}
.meta .speaker {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
}
.headshot img {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 60px;
    margin: 20px auto;
}
.snippet ul {
    padding-left: 5px;
}
.divToToggle {
    display: none;
}
.instructors-tile {
    display: block;
    overflow: hidden;
    padding: 20px 0 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.instructors-tile h4 {
}
.instructors-tile p {
    clear: both;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}
.bio-photo {
    float: left;
    margin-right: 15px;
    height: 125px;
    width: 125px;
    display: block;
    text-align: center;
    height: 125px;
    width: 125px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}
.bio-photo:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #fff;
}
.bio-photo img {
    min-height: 125px;
    min-width: 125px;
    /* -webkit-filter: grayscale(1); */
    /* Webkit */
   /*  filter: gray; */
    /* IE6-9 */
    /* filter: grayscale(1);/* W3C */ */
}

@media (max-width: 639px) {
.bio-copy {
    width: 100%;
}
}
.img-left {
    float: left;
    margin: 0 15px 15px 0;
}
.bio-copy {
    overflow: hidden;
    text-align: left;
}
.instructor-content {
    padding-top: 20px;
}
.instructor-contact {
    overflow: hidden;
    padding-bottom: 15px;
}
.instructor-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.instructor-contact li {
    list-style: none;
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.instructor-contact li a {
    text-decoration: underline;
}
.quote {
    background-color: #F6F6F6;
    margin-bottom: 0;
}
.quote p {
    padding: 25px;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 200;
}
/* .contact */
.contact {
    color: #fff;
    font-size: 15px;
    padding: 15px 0;
    background: #4e4e4e;
}
.contact p {
    color: #fff;
}
.contact a {
    color: #a5a5a5;
}
.contact a:hover {
    color: #00549A;
}
.contact ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.contact li {
    list-style: none;
    margin: 0 15px;
    padding-left: 0;
    display: inline-block;
    font-size: 18px;
}
footer {
    background: #BEB8B8 !important;
    color: #221100;
    font-size: 14px;
    padding: 15px 0;
    border-top: solid 2px #4e4e4e;
}
footer p {
    font-size: 14px;
    line-height: 1.2;
}
footer a {
    color: #666 !important;
}
footer a:hover {
    color: #00549A;
}
footer input {
    color: #333;
}
footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    line-height: 30px;
}
footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: none;
    line-height: 20px;
}
.btn:focus, .btn:active, .btn.active, .btn:active:focus {
    outline: 0;
}


::-moz-selection {
 text-shadow: none;
 background: #00549A;
}
::selection {
    text-shadow: none;
    background: #00549A;
}
img::selection {
    background: 0 0;
}
 img::-moz-selection {
 background: 0 0;
}
body {
    webkit-tap-highlight-color: #00549A;
}
.b2b {
    display: inline-block;
    width: 232px;
    height: 35px;
    overflow: hidden;
    text-indent: -999em;
    background: url("https://i.marketingprofs.com/assets/files/events/mwb18/logo_mprofs_notag_white_222x35.png") no-repeat 10px 0 transparent;
    vertical-align: middle;
}

@media (max-width: 767px) {
.b2b {
    width: 232px;
    height: 35px;
}
}
.video-item {
    right: 0;
    margin-bottom: 10px;
}
.video-item .img-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    border: solid 2px #fff;
}
.video-item .img-link .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.video-item .img-link .overlay:hover {
    background: rgba(0,0,0,.3);
}
.video-item .img-link .overlay:hover {
    opacity: 1;
}
.video-item .img-link .overlay .overlay-content {
    position: relative;
    padding-top: 20px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #fff;
}
.video-item .img-link .overlay .title {
    min-height: 50px;
}
.video-item .img-link .overlay .play {
    border-radius: 30px;
    width: 50px;
    height: 50px;
    background: #fff;
    margin: 10px auto;
    text-align: center;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.video-item .img-link .overlay .play i {
    color: #ab2c73;
    margin-left: 4px;
}

@media (max-width: 360px) {
.video-item .img-link .overlay .name {
    display: none;
}
}
.video-item .img-link .overlay .overlay-content i {
    margin-top: 15px;
}
.video-item .video-caption {
    margin: 0 auto;
    padding: 12px;
    text-align: center;
    max-width: 400px;
    text-align: center;
    font-size: 14px;
}
.video-item .video-caption a {
    color: #968d84;
}
.video-item .video-caption a:hover {
    text-decoration: underline;
}
.popover {
    color: #000;
}
.modal {
}
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-.header-a {
    border-bottom: none;
    padding: 25px 25px 35px;
}
.modal-backdrop {
    background-color: #000;
    filter: alpha(opacity=100);
    opacity: 1;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=100);
    opacity: 1;
}
.modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.modal-content {
    border-radius: 0;
    background-color: #000;
    overflow: auto;
}
.modal-body {
    border-radius: 0;
}
.close {
    font-size: 50px;
    font-weight: 100;
    color: #fff;
    opacity: 0.8;
    text-shadow: none;
}
.close:hover {
    color: #fff;
    opacity: 1;
}
/* responsive video container*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.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 h3 {
    margin: 0 30px 0 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.card-box-inner {
    margin: 0px 25px;
}

.headshot {
    margin: 0 auto;
    text-align: center;
    height: 125px;
    width: 125px;
    border-radius: 50%;
    position: relative;
}
.headshot:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #fff;
}
.headshot img {
    min-height: 125px;
    min-width: 125px;
    /* -webkit-filter: grayscale(1); */
    /* Webkit */
  /*  filter: gray; */
    /* IE6-9 */
   /*  filter: grayscale(1);/* W3C */ */
}
.panel-group .panel {
    border-radius: 0px;
}
.panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: none;
    box-shadow: none;
}
.panel.shade {
    background-color: #F4F3F3;
}
.panel-heading {
    padding: 20px 15px;
    border-bottom: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-heading h4 {
    font-weight: 700;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #fff;
    border: none;
}
.panel-group .panel + .panel {
    margin-top: 0px;
}
.accordion-toggle:before {
    /* symbol for "opening" panels */
    font-weight: 100;
    font-size: 36px;
    line-height: 20px;
    /* essential for enabling glyphicon */
    content: "\2212";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: #ADADAD;/* adjust as needed */
}
.accordion-toggle.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\002B";
}
.accordion-toggle:hover:before, .accordion-toggle.collapsed:hover:before {
    color: #00549A;
}
.panel-heading {
    cursor: pointer;
}
.panel-body, .panel-body p {
}
