



body{
font-family:"brown-pro", sans-serif !important;
}

p{
font-weight:400;
font-style:normal;
}

h1,h2,h3,h4,h5,h6{
font-weight: 600;
font-style: normal;
}

h1.podcast-head {
  font-size: calc(34px + (62 - 34) * (100vw - 320px) / (1200 - 320));
  line-height: calc(40px + (72 - 40) * (100vw - 320px) / (1200 - 320));
  margin: 2rem 0 1.75rem;
}

.podcast-details h3{
  text-transform: uppercase;
  color: #000000;
  font-size:2rem !important;
}

.podcast-topics-points{
    background-color: aliceblue;
    padding: 2rem;
    margin-bottom: 3rem;
    border-radius: 1rem;
    color: #000000;
}

.podcast-resources, .podcast-topics{
    margin-top:6rem;
}

.podcast-resources h2{
   margin-top:0;
}

.podcast-resources-points{
   color: #000000;
}

.podcast-resources-points a{
  text-decoration: underline !important;
}

/* REMOVE GREEN LINE UNDER TITLE */
.int-page .page-hero .page-hero-overlay .page-title:after{
display:none !important;
}

/* HEADER CUSTOM LOGO SIZE */
img.custom-logo{
max-width:108px !important;
width:100% !important;
}

/* Footer title */
.site-footer .widgettitle {
    color: #00abe8;
    font-size: 2.5rem;
}

/* Gravity Form - Footer Subscription */
.form-subscribe .gform_fields {
    display:flex !important;
    align-items:center;
}

/* .form-subscribe .ginput_container_name span{
    padding-right:4px !important;
    padding-top:0 !important;
} */

.form-subscribe .gform_body{
    max-width:80%;
}
.form-subscribe form{
    justify-content:flex-start;
}

.form-subscribe input#gform_submit_button_2 {
    color: #fff !important;
    background-color: #00abe8;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1.6rem;
    margin: 1.5rem 0;
    border-radius: 3px;
    font-weight: 700;
    transition: all .3s ease;
    width: 100%;
    border: 2px solid;
    padding: 0.667em 1.333em;
    text-transform:uppercase;
}

.form-subscribe input#gform_submit_button_2:hover{
  background-color: #9fc40a !important;
}

.form-subscribe .gform_footer{
    min-width:150px;
    width:100% !important;
}

/* placeholder - chrome */
.gf-form .gform_fields .gfield input::-webkit-input-placeholder{
  text-align: center;
  color: #003b70 !important;
}

/* placeholder - firefox */
.gf-form .gform_fields .gfield input::-moz-placeholder
 {
  text-align: center;
  color: #003b70 !important;
}

/* placeholder - select */
.gf-form .gform_fields select{
	text-align:center;
	color: #003b70 !important;
}


.gf-form .gform_wrapper .gform_body .gfield .ginput_complex input,
.gf-form .gform_wrapper .gform_body .gfield .ginput_container_email input,
.gf-form .gform_wrapper .gform_body .gfield .ginput_container_number input,
.gf-form .gform_wrapper .gform_body .gfield .ginput_container_phone input,
.gf-form .gform_wrapper .gform_body .gfield .ginput_container_text input,
.gf-form .gform_wrapper .gform_body .gfield .ginput_container_website input,
.gf-form .gform_wrapper .gform_body .gfield .ginput_container_select select
 {
  border: 1px solid #ffffff !important;
  font-size: 1em !important;
  border-radius:0px;
  text-align:center;
  background-color: #ffffff !important;
  width:100% !important;
  padding: 8px 4px !important;
}

.gf-form input[type="submit"] {
  color: #fff !important;
  background-color: #003b70 !important;
  padding: 10px 20px !important;
  cursor: pointer;
  font-size: 1.6rem;
  border: 2px solid transparent !important;
  box-shadow: 0 0 15px rgba(139, 151, 167, .5) !important;
  border-radius: 3px !important;
  font-weight: 700;
  transition: all .3s ease !important;
  width: initial !important;
  margin-top:14px !important;
}

.gf-form input[type="submit"]:hover {
  background-color: #9EC408 !important;
}


.related-posts, .related-podcasts, .related-videos, .related-ebooks, .related-tipsheets, .related-articles{
  background-color: #eeeeee;
}

.related-post-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    display: block;
}

/* Speakers - Directory - grid style */
.speakers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:14px;
}

.speakers-grid.more-speakers{
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
}

.speaker-listing {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #e0e0e0 !important;
    width:100%;
    background-color: #ffffff !important;
}

.speaker-listing .speaker-listing-contents{
    padding:14px !important;
    color: #000000 !important;
}

.speaker-listing img{
  background-color: #e1e4e8 !important;
}

.speaker-listing p{
    padding-bottom:0px !important;
    color: #000000 !important;
        font-size: 15px !important;
}

.speaker-listing a{
    color: #000 !important;
    text-transform: uppercase !important;
    font-weight:600 !important;
}

.speaker-listing .role{
    font-size: 15px !important;
}

.speaker-listing .company{
   font-style: italic !important;
    margin-bottom:32px !important;
}

.speaker-listing .topics{
    font-weight:600;
    text-transform:uppercase;
}

.speaker-directory-filter .facetwp-type-dropdown .facetwp-dropdown{
      background-color: #003b70;
          color: #fff !important;
}

/*Content Views*/
#cvpboxLoadedContent{
  display:flex;
  align-items:center;
  justify-content:center;
}

.pt-cv-wrapper .btn{
  font-size: 16px !important;
  font-weight:600 !important;
}

#pt-cv-filter-bar-65ff58ealb-media_category .btn{
  margin-right:4px !important;
}

.site-footer{
    padding-top:0px;
}

.site-footer img{
   max-width: 230px !important;
   width: 88% !important;
}

.site-footer .social-icons a svg {
  border-radius:4px;
}

.site-footer .footer-logo img{
  max-width:100px !important;
}

.ebook-template-default .container .block-form{
    background-color:#fff;
    border: 1px solid #003B70;
    padding-top:0px;
}

.ebook-template-default .container .gfield_label, .ebook-template-default .gform-field-label--type-sub{
    color: #003B70;
}


.ebook-template-default .container .gform_wrapper .gform_body .gfield .ginput_complex input, .ebook-template-default .container .gform_wrapper .gform_body .gfield .ginput_container_email input, .ebook-template-default .container .gform_wrapper .gform_body .gfield .ginput_container_number input, .ebook-template-default .container .gform_wrapper .gform_body .gfield .ginput_container_phone input, .ebook-template-default .container .gform_wrapper .gform_body .gfield .ginput_container_text input{
    border: 1px solid #003B70 !important;
}

.webinar-form .gform_wrapper .gform_body .gfield .gfield_label{
    padding: 15px 0 0 !important;
    color: #003B70 !important;
}

.webinar-form .gform_wrapper .gform_footer input[type=submit]{
        width: 100% !important;
    background-color: #003b70 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    cursor: pointer !important;
    transition: all .3s ease !important;
    text-align:center !important;
}

.webinar-form .gform_wrapper .gform_footer input[type=submit]:hover{
    background-color: #9fc40a !important;
}

.webinar-form .gform_wrapper.gravity-theme .gform_footer{
    margin: 6px 0 0 !important;
    padding: 16px 0 !important;
}

.webinar-form .gform_wrapper .gform_body input{
    border: 1px solid #003B70 !important;
    width:100% !important;
}

.webinar-form .gform_wrapper.gravity-theme .ginput_complex{
    display: flex !important;
    gap:1%!important;
    flex-flow: row wrap !important;
}

.webinar-form{
    width: 100%;
    padding: 10px 25px 25px !important;
    border: 1px solid #003B70 !important;
    padding-top: 0px;
}

.webinar-form .gform_required_legend{
    display:none;
}

.webinar-form .gform_wrapper .gform_body input:focus{
    outline: none;
    box-shadow: 0 0 4px #003b70 !important;
}

@media (max-width: 1110px){
  .speakers-grid {
        grid-template-columns: repeat(3, 1fr); 
    }
}

@media (max-width: 940px){
   #cvpboxLoadedContent iframe{
    min-width:500px !important;
    width:100% !important;
    height:100% !important:
}
}

@media (max-width:768px){
.form-subscribe .gform_fields{
flex-direction:column;
}
 .speakers-grid, .speakers-grid.more-speakers {
        grid-template-columns: repeat(2, 1fr);
}


#cvpboxLoadedContent iframe{
    min-width:400px !important;
    width:100% !important;
    height:100% !important:
}

.footer-logo{
  text-align:center;
}
 
}

@media (max-width:450px){
 .speakers-grid, .speakers-grid.more-speakers {
        grid-template-columns: 1fr;
        gap:14px;
}

#cvpboxLoadedContent iframe{
    min-width:auto !important;
    width:100% !important;
    height:100% !important:
}
 
}


@media (min-width: 1155px) {
  h1.podcast-head {
  font-size: 62px;
  line-height: 72px;
}


}

