/** General Sitewide Settings **/

@import url('https://fonts.googleapis.com/css?family=Cabin|Lato|Merriweather');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Roboto');

body, h5, p, li {
  font-size: 16px;
}

#basicTable {
    background-color: white;
    background: white;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    margin: auto;
}
#basicTable tbody tr {
    border-bottom: 1px dotted black;
}
#basicTable tbody td {
    padding: 15px;
}

/** Google Translate **/
#google_translate_element {
    position: sticky;
    top: 10%;
    right: 0;
    float: right;
}

/** Topics **/
.nav-pills>li>a {
  margin: 5px;
  background: rgb(251,251,251);
  background: linear-gradient(135deg, rgba(251,251,251,1) 0%, rgba(240,236,236,1) 68%, rgba(177,177,177,1) 100%); 
  border: 1px solid white;
  border-radius: 5px;
  min-width: 50px;
  max-width: 300px;
  min-height: 5em;
  text-align: center;
  font-family: 'Merriweather', serif;
  font-size:  16px!important;
  transition: background 1s, border .5s;
}
.nav-pills>li>a:hover {
  background: rgb(255,255,255);
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 70%, rgba(102,57,183,0.5494791666666667) 100%);
  color: #6639b7;
  border: 1px solid #6639b7;
  transition: background 1s, border .5s;
}

/**
.nav-pills>li>a {
	font-size: 14px!important;
} **/

/** Media 2022 Page **/
.mediaCategories ul {
 	display: flex; 
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0px;
    font-size: 14px;
    font-family: 'Merriweather', Arial, sans-serif;
}
.mediaCategories ul a {
  flex: 1;
  margin: 5px;
  padding: 10px;
  background: rgb(251,251,251);
  background: linear-gradient(135deg, rgba(251,251,251,1) 0%, rgba(240,236,236,1) 68%, rgba(177,177,177,1) 100%); 
  border: 1px solid white;
  border-radius: 5px;
  min-width: 150px;
  max-width: 300px;
  text-align: center;
  font-family: 'Merriweather', serif;
  font-size:  14px;
  transition: background 1s, border .5s;
}

.mediaCategories ul a:hover {
  background: rgb(255,255,255);
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 70%, rgba(102,57,183,0.5494791666666667) 100%);
  color: #6639b7;
  border: 1px solid #6639b7;
  transition: background 1s, border .5s;
}
.media2022 ul {
	display: flex;  
    flex-wrap: wrap;
    list-style-type: none;
}

.media2022 ul a {
  flex: 1;
  margin: 5px;
  padding: 10px;
  background: rgb(251,251,251);
  background: linear-gradient(135deg, rgba(251,251,251,1) 0%, rgba(240,236,236,1) 68%, rgba(177,177,177,1) 100%); 
  border: 1px solid white;
  border-radius: 5px;
  min-width: 150px;
  max-width: 300px;
  text-align: center;
  font-family: 'Merriweather', serif;
  font-size: 14px;
  transition: background 1s, border .5s;
}

.media2022 ul a:hover {
  background: rgb(255,255,255);
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 70%, rgba(102,57,183,0.5494791666666667) 100%);
  color: #6639b7;
  border: 1px solid #6639b7;
  transition: background 1s, border .5s;
}

.productdescriptiondiv p:first-child {
    display: none;
}

/** CSS for Media Sliders **/
* {box-sizing: border-box}
.mySlides1, .mySlides2, .mySlides3, .mySlides4, .mySlides5, .mySlides6, .mySlides7, .mySlides8, .mySlides9, .mySlides10, .mySlides11 {display: none}
img {vertical-align: middle;}

.slideshow-container {
  max-width: 1000px; 
  font-family: 'Merriweather', serif;
  position: relative; 
  margin: auto; 
  background: rgb(251,251,251);
  background: linear-gradient(135deg, rgba(251,251,251,1) 0%, rgba(240,236,236,1) 68%, rgba(177,177,177,1) 100%); 
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 25px;
  overflow: scroll;
}

.mySlides1, .mySlides2, .mySlides3, .mySlides4, .mySlides5, .mySlides6, .mySlides7, .mySlides8, .mySlides9, .mySlides10, .mySlides11 {
  padding: 15px;
}

.mySlidesContent {
  display: flex; 
  flex-wrap: wrap;
}

.mySlidesImg {
  flex: 1; 
  min-width: 200px; 
  border: 1px solid lightgrey; 
  border-radius: 5px;
}

.mySlidesImg img {
  padding: 15px; 
  display: block; 
  margin: auto;
  width: 200px;
}

.mySlidesDescription {
  flex: 2; 
  min-width: 400px; 
  padding: 15px;
}

.mySlidesTitle {
  font-weight: 800; 
  font-size: 18px;
}

.mySlidesPrev {
  cursor: pointer; 
  position: absolute; 
  top: 50%; 
  width: auto; 
  padding: 16px; 
  margin-top: -22px; 
  color: #6639b7; 
  font-weight: bold; 
  font-size: 32px; 
  transition: 0.6s ease; 
  border-radius: 0 3px 3px 0; 
  user-select: none; 
}

.mySlidesNext {
  cursor: pointer; 
  position: absolute; 
  top: 50%; 
  width: auto; 
  padding: 16px; 
  margin-top: -22px; 
  color: #6639b7; 
  font-weight: bold; 
  font-size: 32px; 
  transition: 0.6s ease; 
  border-radius: 0 3px 3px 0; 
  user-select: none; 
  right: 0; 
  border-radius: 3px 0 0 3px;
}

/** Launch Button **/
.btn .btn-success .btn-sm .ce21FreeCourse {
    }

/** Conference Collection **/
.conferenceorganizers {
    background: rgb(251,251,251);
    background: linear-gradient(135deg, rgba(251,251,251,1) 0%, rgba(240,236,236,1) 68%, rgba(177,177,177,1) 100%); 
    border-radius: 10px;
    flex: 1;
    margin:  auto;
    max-width: 450px;
    padding:  20px;
}

.conferencecontent {
    display: flex;
    flex-flow: wrap;
    justify-content: baseline;
}
.conferencecontent  a {
    flex: 1;
    min-width: 40%;
    min-height: 20vh;
    max-width: 50%;
    text-align: center;
    font-family: 'Merriweather', Arial, sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: white;
    padding: 20px 0px 10px 0px;
    margin: auto;
    border: 1px solid #a9a9a9;
    border-radius: 1px;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background-size 1s, font-size .5s, border .5s, border-radius .5s; /* Safari */
    transition: background-size 1s, font-size .5s, border .5s, border-radius .5s;
}
.conferencecontent  a:hover {
    background-size: 80%;
    border:  2px solid #6639b7;
    font-size: 32px;
    border-radius: 55px;
}
#btbackground {
    background-image: url(https://cdn.ce21.com/images/louh7p4mp0wd9l9hdiygfg.png);
}
#ccbackground {
    background-image: url(https://cdn.ce21.com/images/gd992gevaeudsgx3wxcy1w.png);
}
#ecbackground {
    background-image: url(https://cdn.ce21.com/images/uevxecso3uq4syxiji2eyg.png);
}
#epbackground {
    background-image: url(https://cdn.ce21.com/images/u6nejelae0q5hgjz2k8cvw.png);
}

/** Online Continuing Education Page 2020 Revision **/
.onlinecontinuingeducationpage {
	font-size: 16px;
	font-family: 'Libre Baskerville', serif;
}

.cetagline {
	font-size: 22px; 
	font-style: italic; 
	text-align: center; 
	color: black; 
	padding: 10px 50px 10px 50px;
}

.cenavigationmenu {
}

.cenavigationul {
	list-style-type: none; 
	padding: 0; 
	display: block; 
	margin: 0;
	background: #6639b7;
}

.cenavigationli {
	color: white; 
	background: #6639b7; 
	float: left; 
	width: 20%;
}

.cenavigationa {
	display: block; 
	text-align: center; 
	padding: 10px; 
	color: white; 
	font-size: 22px; 
	border: 2px solid white;
}

.cehr100 {
	margin-top: 100px;
}

.cehr50 {
	margin-top: 50px;
}

.cenavhero {
  background-image: url("https://cdn.ce21.com/images/njmhiewbseutzxgol5pdiw.png");
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.ceh2 {
	text-align: center; 
	color: white; 
	text-shadow: 3px 3px black; 
	padding: 50px;
	font-family: 'Libre Baskerville', serif;
    font-size: 56px;
    font-style: italic;
}

.ceh3 {
	text-align: left;
	font-family: 'Libre Baskerville', serif;
    font-size: 42px;
    font-style: italic;
}

.cepagetext {
	padding-left: 25px; 
	padding-right: 25px; 
	font-size: 18px;
}

.cehowtagline {
	font-size: 22px; 
	font-style: italic; 
	text-align: center; 
	color: white; 
	text-shadow: 2px 2px black; 
	margin-bottom: 45px;
}

.ce3stepblock {
	display: flex; 
	flex-wrap: wrap; 
	padding-bottom: 50px;
}

.ceoneblock {
	background: #efebf7; 
	flex: 1; 
	padding: 15px; 
	min-width: 300px; 
	border-radius: 15px; 
	border: 2px solid white;
}

.ceblockimg1 {
	display: block; 
	margin: auto; 
	width: 180px; 
	margin-top: 50px;
}

.cetwoblock {
	background: #d1c3e9; 
	flex: 1; 
	padding: 15px; 
	min-width: 300px; 
	border-radius: 15px; 
	border: 2px solid white;
}

.ceblockimg2 {
	display: block; 
	margin: auto; 
	width: 200px;
}

.cethreeblock {
	background: #b29cdb; 
	flex: 1; 
	padding: 15px; 
	min-width: 300px; 
	border-radius: 15px; 
	border: 2px solid white;
}

.ceblockimg3 {
	display: block; 
	margin: auto; 
	width: 180px;
}

.cevideooptions {
	margin-top: 50px; 
	margin-bottom: 50px;
}

.cefeature {
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-between;
	margin-bottom: 50px;
}

.cefeatureimageblock {
	flex: 1; 
	min-width: 250px; 
	padding-top: 15px;
}

.cefeatureimg {
	width: 250px; 
	float: left; 
	border: 1px solid #6639b7; 
	border-radius: 15px; 
	padding: 5px;
}

.cefeaturetextblock {
	flex: 3; 
	min-width: 300px; 
	padding: 15px;
}

.cetitle {
	font-size: 22px; 
	font-weight: 600; 
	text-decoration: underline;
}

.cefeaturedescription {
}

.cefeaturecreditblock {
	flex: 1; 
	min-width: 200px; 
	padding-top: 15px;
}

.cecredit {
	text-align: center; 
	font-size: 20px;
}

.cefeatureembed {
	display: block; 
	margin: auto; 
	width: 80%; 
	border: 1px solid #c1272d; 
	border-radius: 15px; 
	padding: 15px;
}

.ceembed {
	display: block; 
	margin: auto; 
	width: 75%;
}

.ceothercontent {
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-between;
}

.ceotherblock {
	flex: 1; 
	max-width: 340px; 
	padding: 25px;
}

.cesimpleproductblock {
	display: flex; 
	flex-wrap: wrap; 
	min-width: 200px;
}

.cesimpleproductimg {
	flex: 1; 
	min-width: 175px; 
	order: 1;
}

.cesimpleimg {
	width: 100%; 
	margin: auto; 
	border: 1px solid black; 
	border-radius: 15px; 
	padding: 5px; 
	background: #efebf7;
}

.cesimpletextblock {
	flex: 1; 
	min-width: 175px; 
	order: 2;
}

.cesimpletitle {
	font-weight: 600; 
	font-size: 20px;
	padding-top: 10px;
}

.cesimplespeaker {
	font-style: italic; 
	font-size: 20px;
}

.cesimpledescription {
	font-size: 15px;
}

.cesimplecreditblock {
	flex: 1; 
	min-width: 175px; 
	order: 3;
}

.cesimplecredit {
	text-align: center;
}

.cefaq {
	padding: 5px 25px 25px 25px; 
	background: #efebf7; 
	border-radius: 15px;
}

.cefaqtitle {
	font-size: 20px; 
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
}

.cefaqtext {
	font-size: 16px;
	font-family: 'Libre Baskerville', serif;
	padding-left: 15px;
}

.cefaq img {
	width: 85%; 
	display: block; 
	margin: auto;
}

/** Membership Things **/

/*** Nav ***/
.custom-navbar{
    background: transparent;
    border: none;
    border-radius: 5px;
    border-bottom: 4px solid lightgray;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}
#cartbar{
    border-radius: 0;
    border: none;
    background: #FFF;
    border-top: 2px solid lightgray;
    border-radius: 5px;
    box-shadow: initial;
}
.navbar-nav>li>.dropdown-menu {
    max-height: 75vh;
    overflow: scroll;
}
.dropdown-menu {
    text-transform: capitalize;
    font-size: 16px;
    padding: 5px;
    border-radius: 5px;
}
.cate-top-sub-menu {
    padding-right: 5px;
}
.cate-top-sub-menu>li:hover {
    background-color: #f1f1f1;
}
.navbar-nav>li>a{
    color: #6C6C6C !important;
    text-shadow: none;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}
.navbar-nav>li>a:hover{
    color: #6639b7 !important;
}
.quick-nav-header{
    text-align: center;
    color: #6639b7;
}
.quick-nav{
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    padding: 10px 0;
}
.quick-nav a{
    text-decoration: none;
    padding: 0 20px;
    display: block;
}
.quick-nav a:hover{
    color: #6639b7;
}
.header-img img{
    margin-bottom: 40px;
}

/**Additional Participant CE pop-up**/
.popover-title {
  color: black;
}
.popover-content {
  color: black;
}
/**Topics page**/
.nav-pills>li>a{
  font-size:20px;
}
.tagcloud ul li A {
    font-size:150%!important;
    line-height: 2;
    padding: 15px;
}
.tagcloud>ul>li>a.smallest{
    font-size: 100%;
    padding: 10px;
    line-height: 2;
}
.glyphicon-chevron-right, .glyphicon-chevron-left{
    color: #6639b7;
}
a.left.carousel-control{
    margin-left: -45px !important;
}
a.right.carousel-control{
    margin-right: -45px !important;
}
.clsSaveSingleProduct{
    background: #6639b7;
    color: #FFF;
    border: none;
}
.clsSaveSingleProduct:hover{
    background: rgba(93,14,95, .4);
}

/** Buttons **/
.btn-default{
    background: transparent;
    border: 1px solid #6639b7;
    color: #6639b7;
    font-size: 15px;
    border-radius: 5px;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    padding: 5px;
}
.btn-default:hover, .btn-default:active, .btn-default:focus{
    background: rgba(93,14,95, .4);
    color: #FFF;
}
.input-group-btn>button{
    border: 1px solid rgba(93,14,95, .4) !important;
    border-color: rgba(93,14,95, .4);
}
.btnAddtocart{
    background: #6639b7;
    color: #FFF;
    border-color: #6639b7;
    padding: 15px;
    font-size: 15px;
}
.btn.btn-success, .btn.btn-success.popAddToCart{
    background: #6639b7;
    color: #FFF;
    border-color: #6639b7;
    padding: 10px;
    font-size: 15px;
  	width: auto !important;
}

/** Button for Launch Viewer - Subscription **/
.LaunchFreeViewerRoute, .ce21FreeCourse, .LaunchFreeViewerRoute {
	background-color: black !important;
	color: #6639b7 !important;
	padding:  5px 5px 2px 5px;
	background-image: linear-gradient(135deg, rgba(251,251,251,1) 0%, rgba(240,236,236,1) 68%, rgba(177,177,177,1) 100%) !important;
}

#btnProductSearch {
    padding: 5px 5px 2px 5px;
    font-size:18px;
    background: #6639b7!important;
    color: #FFF;
    text-shadow: initial;
}

.btn-erickson{
    background-color: #6639b7;
    background: -webkit-linear-gradient(bottom, #6639b7, white);
    border: ridge 1px;
    border-color: #6639b7;
    border-radius: 10px;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px black;
    display: inline-block;
    font-size: 19px;
    margin: -5px 0px 15px 0px;
    cursor: pointer;
    color: #FFF;
    width: 50%;
    height: 40px;
}
.btn-erickson-full{
    background-color: #6639b7;
    background: -webkit-linear-gradient(bottom, #6639b7, white);
    border: ridge 1px;
    border-color: #6639b7;
    border-radius: 10px;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px black;
    display: inline-block;
    font-size: 19px;
    margin: -5px 0px 15px 0px;
    cursor: pointer;
    color: #FFF;
    width: 100%;
    height:40px;
    overflow: hidden;
}

.back-to-top{
    background: #6639b7;
    color: #FFF;
    border: none !important;
}

.back-to-top:hover{
    background:#cc66cc;
    color: #FFF;
    text-decoration: none;
}
#printProductDetail{
    display: none;
}
.label-default{
    background: #6639b7;
}
.badge{
    background-color: #6639b7;
}
.panel{
    border-radius: 0;
}
.ce21-lgi{
    border: none;
}
.ce21-lgi:hover{
    background: rgba(93,14,95, .4);
    color: #FFF;
}
.ce21-lgi a:hover{
    text-decoration: none;
    color: #FFF;
}
.ce21-line-height {
    line-height: 1.5;
}

/** Store Products box sizing etc **/
/** The Box **/
.featuredcontent {
    display: flex;
    flex-flow: wrap;
    justify-content: baseline;
}
.featuredcontent > a {
    flex: 1;
    min-width: 250px;
    min-height: 25vh;
    text-align: center;
    font-family: 'Merriweather', Arial, sans-serif;
    font-size: 36px;
    font-weight: 800;
    text-shadow: 3px 3px black;
    color: white;
    padding: 50px 0px 25px 0px;
    margin: 5px;
    border: 3px solid black;
    border-radius: 80px;
    background-size: 200px;
    background-position: center;
    background-repeat: no-repeat;
    /**-webkit-transition: background-size 1s, font-size 1s, border-radius .5s; /* Safari */
    /**transition: background-size 1s, font-size 1s, border-radius .5s;**/
}
/**.featuredcontent > a:hover {
    background-size: 225px;
    font-size: 38px;
    border-radius: 50px;
} **/
/** Colors **/
.purplegradient {
    background: rgb(102,57,183);
	background:  linear-gradient(124deg, rgba(102,57,183,1) 0%, rgba(102,57,183,1) 64%, rgba(0,0,0,1) 100%);
}

.redgradient {
    background: rgb(193,39,45);
    background: linear-gradient(124deg, rgba(193,39,45,1) 0%, rgba(193,39,45,1) 83%, rgba(0,0,0,1) 100%);
}

.bluegradient {
    background: rgb(75,105,186);
    background: linear-gradient(124deg, rgba(75,105,186,1) 0%, rgba(75,105,186,1) 83%, rgba(0,0,0,1) 100%);
}

.maroongradient {
    background: rgb(130,22,45);
    background: linear-gradient(124deg, rgba(130,22,45,1) 0%, rgba(130,22,45,1) 83%, rgba(0,0,0,1) 100%);
}


.hypnotic1 {
    background-color: #e51414;
    align-self: flex-end;
}
.symbolic1 {
    background-color: #2a84af;
    align-self: flex-end;
}
.working1 {
    background-color: #2a941e;
    align-self: flex-end;
}
.therapy1 {
    background-color: #dfe114;
    align-self: flex-end;
}
.salecontentwhite > .therapy1 {
    color: black;
    text-shadow: 3px 3px white;
}


.spantextsmaller {
    font-size: 85%;
}
#storebanner {
    background-color: white;
    color: #6639b7;
    border-top: 25px solid lightgray;
    border-bottom: 5px solid lightgray;
    padding-top: 10px;
    font-family: 'Merriweather', Arial, sans-serif;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
}
#storemaintext {
    font-size: 20px;
    font-family: 'Merriweather', Arial, sans-serif;
    text-align: center;
    padding: 20px 40px 0px 40px;
}
#storemaintexti {
    font-size: 20px;
    font-family: 'Merriweather', Arial, sans-serif;
    font-style: italic;
    text-align: center;
    padding: 20px 40px 0px 40px;
}

.salecontent {
    display: flex;
    flex-flow: wrap;
    justify-content: baseline;
    background-color: white;
}
.salecontent a {
    flex: 1;
    text-align: center;
    font-family: 'Merriweather', Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    max-width: 33vw;
    margin: auto;
    color: white;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    -webkit-transition: border-radius 1s, padding 1s ease-in-out; /* Safari */
    transition: border-radius 1s, padding 1s ease-in-out; **/
}

.salecontent a:hover {
    border-radius: 25px;
    padding: 12px;
    -webkit-transition: border-radius 1s, padding 1s ease-in-out; /* Safari */
    transition: border-radius 1s, padding 1s ease-in-out; **/
}

.salecontentwhite {
    display: flex;
    flex-flow: wrap;
    justify-content: baseline;
}
.salecontentwhite > a {
    flex: 1;
    text-align: center;
    font-family: 'Merriweather', Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    max-width: 33vw;
    margin: auto;
    text-shadow: 3px 3px black;
    color: white;
    border: 1px solid black;
    border-radius: 100px;
    padding: 5px 0px 5px 0px;
    /**-webkit-transition: font-size 1s, border-radius .5s; /* Safari */
    /** transition: font-size 1s, border-radius .5s; **/
}

/**.salecontentwhite > a:hover {
    font-size: 19px;
    border-radius: 50px;
} **/

#currenteventimg {
    width: 50%;
}

/** Fab 4 **/
.fab4table {
    text-align: center;
}
.fab4table td {
    border-bottom: 2px solid gray;
    padding-bottom: 25px;
    padding-top: 25px;
}
.fab4table strong {
    font-size: 24px;
}
/** Continuing Education Page **/
.continuingeducationletter {
    width: 85%; 
    border: 1px solid black; 
    box-shadow: 10px 10px #888888; 
    border-radius: 5px;
    padding: 5px; 
    margin: auto;
    font-size: 16px;
    font-style: italic;
    font-family: 'Merriweather', Arial, sans-serif;
}
.continuingeducationletter p {
    line-height: 1.75;
    padding: 5px 20px;
}
.continuingeducationtext {
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 20px;
    margin-top: 50px;
    font-family: 'Merriweather', Arial, sans-serif;
    font-size: 18px;
}

/** Evo Pages **/
.evotext {
    font-size: 16px;
    font-family: 'Merriweather', Arial, sans-serif;
}
.evotable {
    font-size: 20px;
    font-family: 'Merriweather', Arial, sans-serif;
}
/** Past Conferences **/
.pastconferencestext {
    width: 95%; 
    border: 3px solid #6639b7; 
    font-size: 16px; 
    padding: 2em; 
    border-radius: 5px; 
    margin: auto; 
    text-align: left;
    font-family: 'Merriweather', Arial, sans-serif;
    font-size: 18px;
}
.pastconferencestable {
    display: inline-flex; 
    flex-flow: row wrap;
    margin: auto;
    min-width: 30vw;
}
.pastconferencechildren {
    flex: 1;
    border-radius: 5px;
    margin-bottom: 5em;
}
.evolutiontable tr{
    background-color: #4b69ba; 
}
.evolutiontable a li, .evolutiontable li {
    color: white;
    font-weight: 400;
    font-size: 24px;
    padding: 5px 15px;
    -webkit-transition: font-weight .5s, font-size .5s; /* Safari */
    transition: font-weight .5s, font-size .5s;
}
.couplestable tr {
    background-color: #c1282b; 
}
.couplestable a li, .couplestable li {
    color: white;
    font-weight: 400;
    font-size: 24px;
    padding: 5px 15px;
    -webkit-transition: font-weight .5s, font-size .5s; /* Safari */
    transition: font-weight .5s, font-size .5s;
}
.brieftherapytable tr {
    background-color: #8e1332; 
}
.brieftherapytable a li, .brieftherapytable li {
    color: #e0aa3e;
    font-weight: 400;
    font-size: 24px;
    padding: 5px 15px;
    -webkit-transition: font-weight .5s, font-size .5s; /* Safari */
    transition: font-weight .5s, font-size .5s;
}
.congresstable tr {
    background-color: white; 
}
.congresstable a li, .congresstable li {
    color: #4c4c4c;
    font-weight: 400;
    font-size: 24px;
    padding: 5px 15px;
    -webkit-transition: font-weight .5s, font-size .5s; /* Safari */
    transition: font-weight .5s, font-size .5s;

}
.evolutiontable a li:hover, .couplestable a li:hover, .brieftherapytable a li:hover, .congresstable a li:hover {
    font-weight: 600;
    font-size: 26px;
}

/** Custom Nav Bar **/
.newnav ul {
    overflow: scroll;
    list-style-type: none;
    margin-top: 20px;
    padding: 0;
    border-top: 25px solid lightgray;
    border-bottom: 5px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-radius: 5px;
    overflow: hidden;
    background-color: white;
    text-transform: uppercase;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.newnav li {
}
.newnav li a, .newdropbtn {
    display: block;
    color: #6639b7;
    text-align: center;
    padding: 15px 10px 3px 10px;
    text-decoration: none;
}
.new-nav-active {
    background-color: #9e879e;
}
.newnav li a:hover, .newdropdown:hover .newdropbtn {
    background-color: #9e879e;
    font-weight: 700;
    color: white;
    text-shadow: 1px 1px gray;
}
li.newdropdown {
    display: block;
}
.new-dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    text-transform: capitalize;
    border-radius: 5px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.new-dropdown-content a {
    color: green;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.new-dropdown-content a:hover {
    background-color: #f1f1f1;
    border-radius: 5px;
}
.newdropdown:hover .new-dropdown-content {
    display: block;
}

/**hides CE21 nav for custom nav 
.custom-navbar, .navbar-header {
    display: none;
}**/

/** Subscription Pages **/
.subbanner {
    background-image: url("https://media.giphy.com/media/6EdFO8ImVnPD3Dpqqh/giphy.gif"); 
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


/**---------------------------------------- Mobile ---------------------------------------------------------------**/

@media (max-width: 767px) {
/**Continuing Education Adjustments**/
.hidden-xs {
display: block!important;
}
.carousel-inner .item {
    width: 100vw;
    padding: 5px!important;
}
.modal-content {
    width: 95vw;
}
.hidden-sm.hidden-xs.row.headersection{
    display:none!important;
}
.continuingeducationletter {
    width: 95vw;
    padding: 1px;
}
.media-body .row{
    width: 90vw!important;
}
#currenteventimg {
    width: 100%;
}
}

@media only screen and (max-device-width: 640px) {
body {
    font-size: 16px;
}
.ce21_logo img {
    width: 85vw;
}
/**Continuing Education Adjustments**/
.hidden-xs {
display: block!important;
}
.carousel-inner .item {
    width: 100vw;
    padding: 5px!important;
}
.modal-content {
    width: 95vw;
}
.hidden-sm.hidden-xs.row.headersection{
    display:none!important;
}
.continuingeducationletter {
    width: 95vw;
    padding: 1px;
}
.media-body .row{
    width: 90vw!important;
}
#storemaintexti {
    font-size: 16px;
    font-family: 'Merriweather', Arial, sans-serif;
    font-style: italic;
    text-align: center;
    padding: 20px 0px 0px 0px;
}
#storemaintext {
    font-size: 16px;
    font-family: 'Merriweather', Arial, sans-serif;
    text-align: center;
    padding: 20px 0px 0px 0px;
}
#btnProductSearchOutside {
    padding: 4px 8px 3px 10px;
    font-size:18px;
}
.featuredcontent a {
    min-height: 30vh;
    padding-top: 10px;
}
.salecontent a {
    max-width: 100vw;
    flex: 1;
    text-align: center;
    font-family: 'Merriweather', Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
    margin: auto;
    text-shadow: 3px 3px black;
    color: white;
    border: 1px solid black;
    border-radius: 100px;
    padding: 5px 0px 5px 0px;
    -webkit-transition: font-size 1s, border-radius .5s; /* Safari */
    transition: font-size 1s, border-radius .5s;
}
.newnav ul {
    font-size: 14px;
}
.newnav {
    display: none;
}
/**unhides CE21 nav for mobile
.custom-navbar, .navbar-header {
    display: block;
}**/
.btn-erickson{
    background-color: #6639b7;
    background: -webkit-linear-gradient(bottom, #6639b7, white);
    border: ridge 1px;
    border-color: #6639b7;
    border-radius: 10px;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px black;
    display: inline-block;
    font-size: 19px;
    margin: -5px 0px 15px 0px;
    cursor: pointer;
    color: #FFF;
    width: 100%;
}

}.event_1{background-color: #74aecc !important;color:white !important;}.event_icon_1{color: #74aecc !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#74aecc;color:white !important; }.event_10{background-color: #8e7cc3 !important;color:white !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:white !important; }.event_11{background-color: #efd914 !important;color:white !important;}.event_icon_11{color: #efd914 !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#efd914;color:white !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:white !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:white !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:white !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:white !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #cf65e5 !important;color:white !important;}.event_icon_2{color: #cf65e5 !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#cf65e5;color:white !important; }.event_3{background-color: #24bc48 !important;color:white !important;}.event_icon_3{color: #24bc48 !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#24bc48;color:white !important; }.event_4{background-color: #742ae8 !important;color:white !important;}.event_icon_4{color: #742ae8 !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#742ae8;color:white !important; }.event_5{background-color: #238451 !important;color:white !important;}.event_icon_5{color: #238451 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#238451;color:white !important; }.event_6{background-color: #d64747 !important;color:white !important;}.event_icon_6{color: #d64747 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#d64747;color:white !important; }.event_7{background-color: #f47a21 !important;color:white !important;}.event_icon_7{color: #f47a21 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#f47a21;color:white !important; }.event_8{background-color: #4c85d8 !important;color:white !important;}.event_icon_8{color: #4c85d8 !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#4c85d8;color:white !important; }.event_9{background-color: #00abb2 !important;color:white !important;}.event_icon_9{color: #00abb2 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#00abb2;color:white !important; }.otherProductTypeTagColor34,.otherProductTypeTagColor34:hover { background-color:#0000ff !important;color:white !important; }