
html{
  --fontFamily:Arial, Verdana, Helvetica;
  --trgBlue: #094D87;
  --trgGrey: rgba(230,230,230,.5)
}/* to use enter "var(--fontFamily);" */

/* trying to reset some of hubspots default styling */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, u, i, dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: var(--fontFamily) !important
}

#base_page{
  display:block;
  justify-content:center;
  max-width: 1380px;
  margin:auto;
  background-color:var(--trgGrey);
}

#intro_desc{
  margin: 50px auto 30px auto;
  padding-top:20px;
  max-width: 1200px;
  text-align: center;
  font-size: 18px !important;
  line-height: 1.5;
  font-weight:bold;
}

#stepthree_title{
  width:100%;
  background-color: var(--trgBlue);
  color: white;
  height: 70px;
  font-size: 28px; 
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#stepthree_desc{
  background-color:#2e2e2e;
  color: white;
  font-size: 20px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50px 50px;
  align-items: center;
  text-align: center;
}

#stepthree_desc li {
    list-style-type: none;
}


.li_desc:nth-child(even){
  background-color: transparent;
  width: 100%;
}

.li_desc:nth-child(odd){
  background-color: transparent;
  width: 100%;
}


.inactive {display:none;}
/*.active{display:flex;}*/

#brokerName {display:none;}

/* ===== webinar-signup-module section ==== */
.webinar-signup-module-wrapper{
  background-color:var(--trgGrey);
  padding:0px 0px;
}

.browse-ebooks-module-wrapper{
  background-color:#fff;
  padding:0px 0px;
}

.browse-ebooks-module,
.webinar-signup-module {
  margin: 0px auto;
}

.browse-ebooks-module-inner,{
  /* height:300px; */
}

.browse-ebooks-module-inner h2{
  text-align:center;
  font-size:22px;
  padding:10px;
}
.browse-ebooks-module-inner p, .webinar-signup-module p{
  text-align:center;
  font-size:18px;
  padding:10px;
}

.topic-list ul {
  display:grid;
  grid-template-columns: repeat (4, 1fr);
  list-style-type: none;
  justify-content:space-around;
}

.topic-list ul li{
  background-color:#fff;
  border-radius:4px;
  padding:15px 25px;
  margin:10px;
  text-align:center;
  border: 2px solid rgba(0,0,0,.2);
}

.liveWebinarButton {
  max-width:800px;
  margin:20px auto;
  margin-bottom:-10px;
}

.collapsible {
  color: black;
  text-align:center;
  font-size:30px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 8px 20px -6px black;
}

 .c-odd {
  background-color:#808080;
 }

 .c-even {
  background-color:#C0C0C0;
 }

.lbl-toggle::before {
  content: ' ';
  display: inline-block;
  cursor: pointer;

  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid currentColor;
  
  vertical-align: middle;
  margin-left: -3rem;
  margin-right: .7rem;
  transform: translateY(-2px);
  transition: all 0.5s;
  transform: rotate(90deg);
  transition: transform .2s ease-out;
}

.active.lbl-toggle::before{
  transform: rotate(270deg);
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active.collapsible {
  background-color: var(--trgBlue);
  color: white;
  font-weight:bold;
}


/* Style the collapsible content. Note: hidden by default */
.collapsible-content {
  padding: 0 18px;
  background-color: #f1f1f1;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.active.collapsible-content{
  max-height: none;
}

@media only screen and (max-width: 850px) {
  .topic-list ul {
    grid-template-columns: repeat (2, 1fr);
  }
}

/*** this is the container that puts the library module in the center of the page *******/
.contains_main_libary_content { 
  display: block;
  width: 100%;
/*   background-color: var(--trgGrey); */
  background: linear-gradient(0deg, rgba(207,226,243,1) 50%, rgba(9,77,135,1) 50%);
  overflow: hidden;
}

/*----------------- Begin Featured Section ----------------------*/
#featured {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important; 
  flex-direction: row !important;
  flex-wrap: wrap !important;
  background-color: var(--trgGrey) !important;
  margin: 0px auto;
  width: 100%;
  padding-top:10px; 
}

#featColumnTable{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important; 
  flex-direction: row !important;
  flex-wrap: wrap !important;
  /*background-color: #476e8e!important;*/
  margin: 5px 10px 20px 10px;
  max-width: 450px !important;
  width: 100%;
  padding: 0px 0px !important;
}

.featColumnDescrip {
  display: block !important;
  margin: 0px 0px !important;
  max-width: 450px !important;
  height: auto;
  width: 75% !important;
  padding: 0px 0px;
  padding-top: 0px;
  text-align:center;
}

h2.featTitle {
  display:block;
  color:black;
  font-weight:strong;
  border-radius: 20%;
}

p.featText {
  display:block;
  color:white;
  font-weight:strong;
  font-size: 16px !important;
  padding:10px;
}

#featured .fiveStar {
  align-items: center !important;
  justify-content: center !important; 
  flex-direction: row !important; 
}


.feat_article_title h2 {
  display: flex;
  justify-content:center;
  align-items: center !important; 
  text-align: center;
  background-color: rgba(218,165,32,1)!important;
  margin:0px;
  color:black;
  height: 100%;
  padding: 10px 5px;
  font-size:16px;
}
.featColumnDescrip p{
  font-size: 16px;
  color:black;
  font-family: Arial, Helvetica, sans-serif;
}

/* ----------------------------------------------------End featured -------------------*/

/*------------------------------Begin Tab Menue ----------------------------*/
#tabMenu{
  /* border-top: 3px solid #000; */
}

.tabDescription {
  text-align:center;
  font-size:18px;
  padding:45px 10px 10px 10px;
}

#tabMenu ul { 
  display:flex;
  align-items: center !important;
  justify-content: center !important;
  width:100%;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  max-width:1200px;

}

#tableTabs li {
  display:inline-block;
  /* background-color: #E3E3E3; */
  padding: 20px 25px;
  color:black;
  font-weight: strong;
  font-size: 1.25em; 
  font-family: Arial, Verdana, Helvetica;
  margin: 8px;
  border-radius: 4px;
  /* border-top-left-radius: 10px;*/

}

#tableTabs li:hover{
  cursor: pointer;
  color:var(--trgBlue);
  padding: 17.5px 25px;
  border-bottom: 5px solid var(--trgBlue);
}

#tableTabs li:active{
  color:white;
  background-color:var(--trgBlue);
}

#tableTabs li.active {
  cursor: pointer;
  color:var(--trgBlue);
  font-weight: strong;
  padding: 17.5px 25px;
  border-bottom: 5px solid var(--trgBlue);
}

#tabMenu li.ebookTagMenu  {
  padding: 0px;
  display: inline;
}
/*------------------------------End Tab Menue ----------------------------*/

.ebookSectionInner{
  background-color:var(--trgGrey);
}

.upper-add-desc{
  text-align:center;
  font-weight:bold;
  margin-top:20px;
}

.webinarSectionInner,
.podcastSectionInner{
  margin:0px auto;
}

.webinarSectionInner h2,
.podcastSectionInner h2,
.ebookSectionInner h2{
  text-align:center;
  font-size:20px;
  padding:30px 10px 0px 10px;
}

.featured_ebooks_table {
  display:flex;
/*   align-items: center !important; */
  justify-content: space-around  !important;
  flex-direction: row !important;
  flex-wrap: wrap !important; 
  margin: 0px auto;
  padding-top:20px;
  padding-bottom:20px;
  width:100%;
  max-width:1200px; 
} 
/*
#webinars_table{
display: flex ;
align-items: center !important;
justify-content: space-evenly  !important;
flex-direction: row !important;
flex-wrap: wrap !important; 
margin: 10px auto;
width:100%;
max-width:1200px; 
} */

#webinars_table,
#podcasts_table{
  display:grid; 
}

#webinars_table .webinars_table_inner,
#podcasts_table .podcasts_table_inner{
  display: flex;
  align-items: center !important;  
  flex-direction: row !important;
  flex-wrap: wrap !important;
  max-width:1200px;
  margin: 10px auto;
  width:100%; 
  grid-column-start: 1;
  grid-row-start: 1;
}

.nextBatch{ 
  justify-content: flex-end;
}
.previousBatch{
  justify-content: flex-start;
}

.tableHead {
  display:block;
  width:100%;
  background-color: silver !important;
}

.tableHead p {
  color: silver ;
  font-family: Arial, Verdana, Helvetica;
  text-align: center;
  padding 20px;
  padding-top: 0px;
  margin-top: -6px;
}

.table_item {
  transition: all 2s ease-in-out !important;
  width:310px;
  height:auto;
  border-radius: 6px;
  box-shadow: 1px 1px 5px rgb(0, 0, 0, .25);
  border: .5px solid rgb(80, 80, 80, .3);
  background-color:white;
  margin-top:10px;
  margin-bottom:10px;
}

.table_item:hover {
  /*box-shadow: 0 5px 15px rgba(0,0,0,0.9);*/
}

.book_container{
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.book_container .ebookDescriptWrapper {
    flex: 1;
}

.article_title {
  width: 100%;
  height: auto; 
}

.article_title h2{
  display: flex;
  align-items: center !important; 
  justify-content:center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-style:solid;
  text-align: center;
  padding: 10px 5px;
  margin:0px;
  height: 100%;
  min-height: 45px;
  font-family: Arial, Verdana, Helvetica;
  /*text-transform: uppercase;*/
  letter-spacing: 0.04em;
  font-size:16px;
  color:black;
  background-color:white;
}

.ebookDescriptWrapper {
  position:relative;
  background-color:var(--trgGrey);
  padding: 0px;
  margin 0px;
  z-index:1000;
}

.img_column {
  display:flex;
  justify-content: center !important;
  align-items: center !important;
}
.img_column a {
  display:flex;
  flex-direction: row;
  justify-content: center !important;
  align-items: center !important;
}

.img_column img {
  width:100%;
  max-width: 130px;
  padding: 4px;

}

.descriptionWrapper {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: var(--trgBlue);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
  color:white;
}

@media only screen and (min-width: 640px) {
  .ebookDescriptWrapper:hover .descriptionWrapper {
    bottom: 0;
    height: 100%;  
  }
}

.description {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width:95%;
}

.descriptionWrapper.show {
  bottom: 0;
  height: 100%;  
}

.description p {
  width:100%;
  padding:0px;
  margin:0px;    
}

.downArrowWrapper {
  display:none;
  padding:10px;
  position:relative;
  z-index:100;
  background-color:white;  
}

.downArrow { 
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;  
  border-top: 10px solid #000;
  transition: .5s ease; 
  animation: pulse 2s infinite;
}

.downArrow.rotate {  
  transition: .5s ease;
  transform: rotateZ(-180deg) !important;
}

@media only screen and (max-width: 639px) {
  .downArrowWrapper {
    display:flex;
    justify-content:center;
    transition: .5s ease;
  }
  #stepthree_title {
    font-size: 22px;
  }
  
  #stepthree_desc{
    font-size: 14px;
  }
}

/* ---------------------------------------- Start Webinar Videos Styling --------------- */
.table_item_podcast,
.table_item_webinar {
  /*display:inline-flex !important;*/
  transition: all 0.8s ease-in-out !important;
  width:310px;
  height:auto;
  border-radius: 10px;
  /*margin:50px 10px; */
  box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  margin:20px auto !important;
  overflow:hidden;
}

.webinar_container {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;/*
  border-radius: 6px;*/
  background-color: white !important;
  /*background-color: rgba (150,150,150,0.9) !important; */
  padding: 0px;
}

.podcast_container {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;/*
  border-radius: 6px;*/
  background-color: white !important;
  /*background-color: rgba (150,150,150,0.9) !important; */
  padding: 0px;
}

.podcast_title,
.webinar_title {
  width: 100%;
  height: auto;

}

.podcast_title h2,
.webinar_title h2 {
  display: grid;
  align-items: center !important;
  text-align: center;
  padding: 0px 5px;
  margin:0px;
  height: 100%;
  min-height: 72px;
  color:black;
  font-size:16px;
  font-weight:550 !important;


}
.podcast_column,
.video_column {
  display:flex;
  flex-direction: row;
  width:100%;
  height: 168px;
  justify-content: center !important;
  align-items: center !important; 
  background-color: white; 
}

.podcast_descript_column {
  display:block;
  width:100%;
}

.web_descript_column {
  display:block;
  width:100%;
  padding:0px;
}

.podcast_column a,
.video_column a {
  display:flex;
  flex-direction: row;
  justify-content: center !important;
  align-items: center !important;
}

.podcast_column img,
.video_column img {
  width:100%;
  max-width: 308px;
  padding: 0px;
  height:100%;
}

/* button for the podcasts */
#listenNow {
  display:flex;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none;
  font-family: Arial, Verdana, Helvetica;
  color: white;
  font-size: 1em;
  background-color: var(--trgBlue) !important;
  border:none;
  border-radius: 4px;
  padding: 10px;
  margin:0px auto 15px auto;
  width: 50%;
}


#watchNow.watchWebinar {
  display:flex;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none;
  font-family: Arial, Verdana, Helvetica;
  color: white;
  font-size: 1em;
  background-color: var(--trgBlue) !important;
  border:none;
  border-radius: 4px;
  padding: 10px;
  margin: 0px auto 15px auto;  
  width: 50%;
}

.liveWebinarButton a:hover,
#listenNow:hover,
#watchNow.watchWebinar:hover {
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.liveWebinarButton a:active,
#listenNow:active,
#watchNow.watchWebinar:active {
  cursor: pointer;
  border: .5px solid rgba(0,0,0,.5)!important;
  background-color: var(--trgBlue)!important;
  transform: translateY(3px);
  box-shadow: 0 5px 15px rgba(0,0,0,.7);
}
/* --------------------------------- End Webinar Videos Styling --------------- */


/* ------------------------------- Begin download Buttons ------>*/

#download.downloadNow {
  display:flex;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none;
  font-family: Arial, Verdana, Helvetica;
  color: white;
  font-size: 1em;
  background-color: var(--trgBlue) !important;
  border:none;
  border-radius: 4px;
  padding: 10px;
  margin: 15px auto 15px auto;   
  width: 50%;
}

#download.downloadNow:hover {
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

#download.downloadNow:active {
  cursor: pointer;
  border: .5px solid rgba(0,0,0,.5)!important;
  background-color: var(--trgBlue)!important;
  transform: translateY(3px);
  box-shadow: 0 5px 15px rgba(0,0,0,.7);
}

/* ------------------------------- Begin Featured download Buttons ------>*/
.liveWebinarButton a,
#downloadFeat.downloadNowFeat {
  display:flex;
  align-items: center !important;
  justify-content: center !important;
  background-color: rgba(218,165,32,1)!important;
  border:none;
  text-decoration: none;
  font-family: Arial, Verdana, Helvetica;
  color: black;
  font-size: 1em;
  border-radius: 4px;
  padding: 10px;
  margin: 10px auto !important;  
  width: 50%;
}

#downloadFeat.downloadNowFeat:hover {
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

#downloadFeat.downloadNowFeat:active {
  cursor: pointer;
  border: .5px solid rgba(0,0,0,.5)!important;
  background-color: rgba(218,165,32,1)!important;
  transform: translateY(3px);
  box-shadow: 0 5px 15px rgba(0,0,0,.7); 
  color: white !important;
}

/*-------------------------------------------begin Back Button Styling*/

.pageBreadcrumb,
.pageBreadcrumb a {
  text-decoration:none;
  color:black !important;
  padding:2px 6px;
  width:300px;
}

.pageBreadcrumb a:hover {
  color:black;
}

/* ---------------------------- Ebook Pagination Buttons -------------------------- */


.paginationButtonsWrapper{  
  width:100%;
  max-width:1200px;
  z-index:1000;
  background-color:transparent;
}

.paginationPrevButtonWebinar,
.paginationNextButtonWebinar,
.paginationNextButton,
.paginationPrevButton {
  position:relative;
  width:100%;
  height:345px;
  max-width:1280px;
  display:flex;
  grid-template-columns:1fr;  
  /*background-color:rgba(45,125,200,.4);*/
  pointer-events: none;
  margin:0px auto;
  grid-column-start: 1;
  grid-row-start: 1;
}
@media only screen and (max-width: 850px) {
  .paginationPrevButtonWebinar,
  .paginationNextButtonWebinar,
  .paginationNextButton,
  .paginationPrevButton {
    position:relative;
    width:100%;
    height:auto;
    max-width:300px;
    margin:0px auto;
    grid-column-start: 1;
    grid-row-start: 2;
  }
}

.paginationPrevButtonWebinar,
.paginationPrevButton {
  justify-content:flex-start;
  align-items: center;
}

.paginationNextButtonWebinar,
.paginationNextButton{
  justify-content:flex-end;
  align-items: center;
}

.webinar-nextBatch, 
.webinar-previousBatch, 
.nextBatch, 
.previousBatch {
  pointer-events: auto; 
  height:50px;
  width:50px;
  background-color:rgba(255,255,255,1);
  border: none;
  border-radius:50%;
  margin:10px 0px;
  /*box-shadow: 1px 1px 5px rgb(0, 0, 0, .25);
  border: .5px solid rgb(80, 80, 80, .3);*/
}


.webinar-nextBatch:hover, 
.webinar-previousBatch:hover, 
.nextBatch:hover, 
.previousBatch:hover {
  background-color:var(--trgGrey);
  box-shadow: 1px 1px 5px rgb(0, 0, 0, .25)
}

.webinar-nextBatch:active, 
.webinar-previousBatch:active, 
.nextBatch:active, 
.previousBatch:active{
  transform: translateY(1px);
  background-color:rgba(200,200,200,1);
}

.nextArrow {
  height:50px;
  width:auto;
  transform: rotate(-90deg); 
}
.previousArrow {
  height:50px;
  width:auto;
  transform: rotate(90deg); 
}

/*-------------------------------------------begin dynamic ebook and guide Page Styling*/

.dl_text h4{
  font-weight: strong;
  text-align:center;
  font-family: Arial, Verdana, Helvetica;
  background-color:lightgrey;
  padding: 8px;
  margin:0px auto!important;

}

#dy_book_module {
  display:flex ;
  flex-direction: row;
  background-color: rgba(85,85,85,0.4);
  max-width: 960px;
  background-color: white;
  height:auto;
  border-radius: 6px;
  padding: 6px;
  margin: 10px auto;
}

.dy_book_container{
  display:flex ;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 6px;
  padding: 0px; 
}

.dy_book_title {
  display: flex!important;
  margin:0px auto !important;
  width: 100% !important;
  border-top-left-radius: 6px!important;
  border-top-right-radius: 6px!important;
  background-color: var(--trgBlue) !important;
  padding: 0px 5px !important;
  text-align: center !important;

}

.dy_book_title h1 {
  text-align:center !important;
  font-size: 22px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  margin:0px;
  padding:10px;
}

.dy_img_column{
  flex-direction: column;
  flex-basis: 50%;
  flex: 1;
  background-color: white;
  margin: 0px auto;
}

.dy_img {
  max-width: 240px;
  margin: 0px auto;

}

.dy_img img {
  display:flex;
/*   width: 120px; */
  max-width: 240px;
  margin: 0px auto;
  justify-content: center;
  align-items: center;
}

.dy_des {
  /*background-color: rgba(85,85,85,0.05) !important; */
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0px auto;
  max-width: 100%;
  margin:4px; 

}

.dy_img_column h3 {
  width: auto;
  padding: 10px;
  margin: 0px auto !important ;
  font-family: Arial, Verdana, Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.dy_form_column{
  flex-direction: column;
  flex-basis: 50%;
  flex: 1;
  background-color: rgba(245,245,245,.9);
  padding:0px;

}

.dl_form {
  max-width: 420px;
  padding: 16px;
  margin: 0px auto;

}

.dy_form_column input {
  Width: 90%;
  padding: 4px;
  margin: 0px 0px 10px 0px;


}
.dy_form_column label {
  font-weight:bold !important;


}
.dy_form_column .hs-button {
  margin:10px auto;
  color:white;
  font-weight:bold;
  background-color: var(--trgBlue);  
}

/*----------------------------------------------Begin dynamic child page for webinars -----------------*/

#dy_webinar_module {
  display:block;
  width:100%;
  margin:0px;
  padding:0px;

}
.dy_webinar_video_container{
/*   background-color: var(--trgBlue); */
/*   max-height:350px; */
/*   margin-top:0px; */
  padding-top:20px;
}
.dy_webinar_video{
  display:flex ;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 960px !important;
  width: 100%;
  border-radius: 6px;
  padding: 0px !important;
  margin:10px auto;
}

.dy_webinar_description{
/*   display:grid; */
/*   min-height:350px; */
/*   background-color:#CFE2F3; */
  display: grid;
  align-items: flex-end;
  justify-content: center;
  padding:20px;
}
.dy_webinar_description p,
.dy_webinar_description h1 {
  text-align:center;
  font-size: 18px;
  color: black;
  max-width:960px;
  margin:0px auto;
  padding:10px;
}

.dy_webinar {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;

}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 800px) {
.dy_webinar_video_container{
  background-color: var(--trgBlue);
  max-height:none;
  margin-top:0px;
  padding-top:10px;
  padding-bottom:1px;
  height:auto;
}

.dy_webinar_description{
  display:grid;
  min-height:auto;
  background-color:#CFE2F3;
  display: grid;
  align-items: flex-end;
  justify-content: center;
  padding:20px;
}
  .dy_webinar_description p {
  text-align:left;
  font-size: 16px;
}
.dy_webinar_description h1 {
  text-align:left;
  font-size: 18px !important;
}
}

/*----------------------------------------------Begin dynamic child page for webinars ----------------- */

#dy_podcast_module {
  max-width: 960px;
  height:auto;
  border-radius: 6px;
  margin: 0px auto 40px auto;

  box-shadow: 0 5px 15px rgba(0,0,0,.7);
}

.dy_podcast_container{
  display:flex ;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 960px !important;
  border-radius: 6px;
  padding: 0px !important;
  margin:0px !important;
}

.gap-50{
  width:100%;
  height:50px;
}

.dy_podcast_title {
  display: flex!important;
  margin:0px auto !important;
  width: 100% !important;
  border-top-left-radius: 6px!important;
  border-top-right-radius: 6px!important;
  background-color: var(--trgBlue) !important;
  padding: 0px 5px !important;
  text-align: center !important;

}

.dy_podcast_title h1,
.dy_podcast_title {
  text-align:center !important;
  font-size: 18px;
  color: white;
  font-family: Arial, Verdana, Helvetica;
  margin:0px auto;
  padding:10px;
}

.dy_podcast {
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  width: 100%;
  padding:20px !important;
  margin: 0px auto;
  /*background-color:rgba(230,230,230,.6); */
}


/*----------------------------------------------Begin buttons that are served on the thank you page of the dynamic page form.  -----------------*/
#openBook.openNow {
  display:flex;
  align-items: center !important;
  justify-content: center !important;
  background-color: rgba(218,165,32,1)!important;
  border:none;
  border-radius: 4px;
  text-decoration:none !important;
  text-align: center;
  color: black !important;
  padding: 10px;
  margin: 4px auto;  
  width: 75%; 
  font-family: Arial, Verdana, Helvetica;
  font-size: 1em;
} 
#openBook.openNow:hover {
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  background-color: rgba(126,137,132,.8)!important;
}

#openBook.openNow:active {
  cursor: pointer;
  border: .5px solid rgba(0,0,0,.5)!important;
  background-color: rgba(126,137,132,1)!important;
  transform: translateY(3px);
  box-shadow: 0 5px 15px rgba(0,0,0,.7);
}

.ebookSectionInner .upper-add-desc,
.webinarSectionInner, .podcastSectionInner .upper-add-desc {
    padding: 30px 0;
}


