/*
Theme Name: OnePress Child
Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress)
Version: 2.2.0
Template:     onepress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
*/
.breadcrumbs{
  display: none
}
/* .gb-block-container .gb-container-content{
  position: relative;
  margin: 0 auto;
} */
.no-sidebar .entry-content > .alignfull{
max-width: 100vw;
max-width: calc(var(--vw, 1vw) * 100);
width: 100vw;
width: calc(var(--vw, 1vw) * 100);
transform: translateX(-50%);
left: 50%;
position: relative;
}
.kt-inner-column-height-full.kt-tab-layout-inherit:not(.kt-row-layout-row)>.wp-block-kadence-column>.kt-inside-inner-col, .kt-inner-column-height-full.kt-tab-layout-row>.wp-block-kadence-column>.kt-inside-inner-col{
  height: 100% !important;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td{
  padding: 10px 15px;
}
table th{
  background: #acacac;
  color: #fff;
}
a{
  color: #36B0C9;
}
.entry-content a {
  color: #36b0c9;
}
#page{
  overflow-x: hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  margin-bottom: 20px;
}
.h2, h2 {
  font-size: 1.8rem;
}
.h3, h3{
  font-size: 1.5rem;
}
.site-footer .site-info{
  background-color: #292D45;
  border-bottom: 10px solid #36B0C9;
  padding-bottom: 10px;
}
#page, .onepress-menu a{
  font-family: 'Montserrat', sans-serif;
}
#primary{
  padding-top: 0;
  padding-bottom: 0;
}
.top-nav{
  text-align: right;
}
.top-nav ul li .sub-menu-content{
  display: none;
}
.site-branding, .onepress-menu{
  float: none;
}
.onepress-menu{
  display: flex;
  margin-top: 34px;
}
#masthead{
  line-height: unset;
  padding: 20px 0 0;
}
.top-nav ul{
  margin: 0;
  padding: 0;
}
.top-nav ul li{
  display: inline-block;
  list-style-type: none;
  margin-left: 25px;
  color: #707070;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
  position: relative;
}
.top-nav ul li i{
  margin-right: 5px;
}
.top-nav ul li a{
  color: #707070;
  text-decoration: none !important;
}
.top-nav ul li .sub-menu-content{
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 1000;
  width: 300px;
}
.top-nav ul li .search-form input{
  background: #fff !important;
  border: 1px solid #292d45;
  box-shadow: none;
  font-family: 'Montserrat', sans-serif;
  outline: 0;
  border-bottom: 1px solid #000 !important;
}
.top-nav ul li .sub-menu-content .search-submit{
  display: none;
}
.site-branding .site-brand-inner{
  max-width: calc(100% - 300px);
  display: flex;
  align-items: center;
}
.site-branding .site-brand-inner .site-description{
  margin-left: 35px;
  color: #292D45;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
  max-width: 370px;
  line-height: 22px;
}
.container{
  width: 100%;
  max-width: 1200px;
}
.site-branding .no-logo-img.has-desc .site-description, .site-branding .has-logo-img .site-description{
  top: 5px;
}
.site-branding img{
  width: 400px
}
.onepress-menu{
  display: table;
  width: 100%;
  margin-top: 10px;
}
.onepress-menu > li{
  display: table-cell;
  float: none;
  text-align: left;
}
.onepress-menu > li:first-child{
  text-align: left;
}
.onepress-menu > li > a{
  padding: 15px;
}
.onepress-menu > li > a:hover{
  color: #292D45;
  text-decoration: none;
}
.onepress-menu > li.menu-item-has-children:hover a{
  background: #F7F7F7;
  text-decoration: none;
}
.onepress-menu > li ul.sub-menu{
  top: calc(100%);
  width: 100%;
  text-align: left;
  background: #E5E5E5;
  color: #707070;
  padding: 10px 10px 15px;
}
/* .onepress-menu li:hover>ul, .onepress-menu li.sfHover>ul {
    display: block;
    height: initial;
    overflow: initial;
    opacity: 1;
    z-index: 99;
} */
.onepress-menu ul, .onepress-menu li {
    text-align: left;
}
.onepress-menu > li ul.sub-menu a{
  background: #E5E5E5 !important;
  padding: 2px 10px;
}
.onepress-menu > li ul.sub-menu a:hover{
  color: #292D45;
}
.onepress-menu ul li a{
  border-top: 0;
}
.onepress-menu a{
  color: #36B0C9;
  font-weight: 600;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0
}
/* .onepress-menu > li:first-child a{
  padding-left: 0;
} */
.onepress-menu > li:last-child{
  margin-right: 15px;
}
.custom-footer{
  color: #A3A3A3;
  font-size: 10px;
  font-weight: bold;
  align-items: center;
}
.custom-footer p{
  margin-bottom: 0;
}
.sidebar .widget .widget-title{
  text-transform: unset;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}
.footer-widgets .sidebar .widget{
  margin-bottom: 35px;
}
#footer-widgets{
  position: relative;
}
#footer-widgets a {
  color: #ACACAC;
  font-size: 14px;
  font-weight: normal;
}
#footer-widgets ul.menu > li > a{
  font-weight: 600;
  color: #fff;
}
#footer-widgets ul.menu > li a{
  text-decoration: none;
}
.homepage-articles h2.text-white{
  margin-bottom: 25px;
}
.homepage-articles .homepage-featured-speech{
  height: calc(100% - 60px);
  background: #292D45;
  border-radius: 5px;
}
.homepage-articles .homepage-featured-speech .col-sm-8{
  padding-right: 0;
}
.homepage-articles .homepage-featured-speech .col-sm-4{
  padding: 30px;
  padding-bottom: 120px;
  position: relative;
}
.homepage-articles-container .speech .wrapper{
  height: 100%;
  background: #292D45;
  position: relative;
  padding-bottom: 120px;
  border-radius: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px
}
.homepage-articles-container .speech.has-thumbnail .wrapper{
  padding-bottom: calc(150px + 120px);
}
.homepage-articles-container .speech .wrapper .author{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.homepage-articles .homepage-featured-speech .col-sm-4 .author-block{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 15px;
  background: #BFD1E9;
  border-bottom-right-radius: 5px;
  padding: 10px 30px;
  color: #292D45;
  font-size: 12px;
}
.homepage-articles .homepage-featured-speech .col-sm-4 .author-block p{
  margin-bottom: 0;
}
.homepage-articles .homepage-featured-speech .col-sm-4 .author-block span{
  display: block;
}
.homepage-articles .homepage-featured-speech .col-sm-4 .author-block .row{
  align-items: center;
}
.homepage-articles .homepage-featured-speech .wrapper, .homepage-articles .homepage-featured-speech .wrapper .row{
  height: 100%;
}
.homepage-articles-container .speech{
  margin-bottom: 30px;
}
.homepage-articles{
  margin-bottom: 30px;
}
.homepage-articles .homepage-featured-speech img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.homepage-articles .homepage-featured-speech .col-sm-4 .author-block .row .col-4{
  position: relative;
  border-radius: 50%;
  overflow: hidden
}
.homepage-articles .homepage-featured-speech .col-sm-4 .author-block .row .col-4:before{
  padding-bottom: 100%;
  content: '';
  position: relative;
  display: block;
}
.homepage-articles .homepage-featured-speech .author-block img{
  border-radius: 50%;
  height: 100%;
  width: calc(100% - 30px);
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  bottom: 0;
}
.homepage-articles-container{
  position: relative;
}
.homepage-articles-container:before{
  height: 1000px;
  content: '';
  background: #4D5797;
  width: 100%;
  left: 0; right: 0;
  position: absolute;
  z-index: -1;
}
.homepage-articles-container{
  color: #ACACAC;
}
.homepage-articles-container a{
  color: #fff !important;
}
.homepage-featured-speeches h3, .recent-week-speeches .recent-speech h3, .line-bottom{
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.homepage-featured-speeches h3:after, .homepage-events ul li:after, .recent-week-speeches .recent-speech h3:after, .line-bottom:after{
  content: '';
  height: 5px;
  background: #36B0C9;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 60px;
}
.homepage-featured-speeches h3{
  font-size: 20px;
}
.homepage-events ul li:after{
  background: #292D45;
}
.homepage-featured-speech .categories a, .homepage-featured-speech .date, .homepage-featured-speeches .date, .homepage-featured-speeches .categories a{
  text-transform: uppercase;
  color: #ACACAC !important;
  font-size: 11px;
  font-weight: 600;
}
.homepage-featured-speech h2{
  margin-top: 20px;
  font-size: 26px;
}
.homepage-featured-speech .excerpt p{
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
.homepage-events ul{
  padding: 0;
  margin: 0;
}
.homepage-events ul li{
  margin-left: 0;
  list-style-type: none;
  color: #292D45 !important;
  margin-bottom: 40px;
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.homepage-events ul li h4{
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}
.homepage-events{
  height: calc(100% - 60px);
  background: #36B0C9;
  padding: 30px;
  border-radius: 5px;
}
.homepage-events ul li:last-child{
  margin-bottom: 0;
}
.homepage-featured-speeches .wrapper .details{
  background: #292D45;
  padding: 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-bottom: 10px;
  /* min-height: 235px; */
}
.homepage-featured-speeches .wrapper .thumbnail{
  height: 150px;
  position: relative;
}
.homepage-articles .homepage-featured-speech .col-sm-8{
  position: relative;
}
.homepage-featured-speeches .wrapper .thumbnail.with-video:before, .homepage-articles .homepage-featured-speech .col-sm-8.with-video:before{
  content: '';
  background-image: url(../../../wp-content/uploads/2020/01/play-button.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.homepage-articles .homepage-featured-speech .col-sm-8:before{
  height: 60px;
  width: 60px;
  left: 40px;
}
.homepage-featured-speeches .wrapper .thumbnail img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.homepage-featured-speeches .wrapper .author{
  color: #292D45;
  font-size: 12px;
}
.homepage-featured-speeches .wrapper .author .row{
  padding: 15px 30px;
  background: #BFD1E9;
  margin-right: 0;
  margin-left: 0;
  align-items: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.homepage-featured-speeches .wrapper .author *{
  margin-bottom: 0;
}
.homepage-featured-speeches .wrapper .author .col-3{
  padding-left: 0;
  padding-right: 0;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.homepage-featured-speeches .wrapper .author .col-3:before{
  content: '';
  padding-bottom: 100%;
  display: block;
  position: relative;
}
.homepage-featured-speeches .wrapper .author .col-3 img{
  width: 100%;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.homepage-featured-speeches .wrapper .author .col-9 span.job-title{
  display: block;
}
.homepage-featured-speeches .wrapper .author h3{
  font-size: 20px;
  font-weight: bold;
}
.vital-speech-newsletter .wp-block-image{
  position: absolute;
  top: -20px;
  left: 30px;
}
.vital-speech-newsletter .wp-block-columns{
  z-index: 4;
  position: relative;
}
.recent-week-speeches{
  margin-top: 20px;
}
.recent-week-speeches .recent-speech{
  margin-bottom: 30px;
  display: flex;
  background: #F7F7F7;
  border-radius: 5px;
}
.recent-week-speeches .recent-speech .categories a, .recent-week-speeches .recent-speech .date{
  color: #717171;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}
.recent-week-speeches .recent-speech .author img{
  border-radius: 50%;
}
.recent-week-speeches .recent-speech > div:first-child{
  flex-basis: 15%;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.recent-week-speeches .recent-speech > div{
  flex-basis: 20%;
  padding: 20px;
}
.recent-week-speeches .recent-speech > div:nth-child(2){
  flex-basis: 37%;
}
.recent-week-speeches .recent-speech > div:nth-child(3){
  flex-basis: 28%;
}
.recent-week-speeches .recent-speech h3{
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}
.recent-week-speeches .recent-speech > div:last-child{
  background: #E5E5E5;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px 45px;
}
.recent-week-speeches .recent-speech > div:last-child{
  font-size: 12px;
}
.recent-week-speeches .recent-speech > div:last-child .row > div .img-wrapper{
  padding-left: 0;
  position: relative;
  padding-right: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.recent-week-speeches .recent-speech > div:last-child .row > div .img-wrapper:before{
  content: '';
  position: relative;
  display: block;
  padding-bottom: 100%;
}
.recent-week-speeches .recent-speech > div:last-child .row > div .img-wrapper img{
  height: 100%;
  width: 100%;
  position: absolute;top: 0; right: 0; left: 0; bottom: 0;
  border-radius: 50%;
  object-fit: cover;
}
.recent-week-speeches .recent-speech > div:last-child .row{
  height: 100%;
}
.recent-week-speeches .recent-speech > div:last-child .job-title{
  display: block;
}
#gform_1{
  display: flex;
  align-items: center;
}
#gform_1 > div{
  flex: 1;
}
#gform_1 > div .gfield, #gform_1 > div .gfield *{
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}
#gform_1 > div .gfield input{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #fff;
  box-shadow: none;
  height: auto;
  border: 1px solid #ACACAC;
  padding: 10px 14px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#gform_1 > div.gform_footer{
  margin-top: 0;
  max-width: 130px;
  padding: 0;
}
#gform_1 > div.gform_footer input[type="submit"] {
  background-color: #292D45 !important;
  color: #fff;
  border: 1px solid #ACACAC;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: auto;
  padding: 9px 10px !important;
  width: 100%;
  margin-right: 0;
  font-family: 'Montserrat', sans-serif;
  line-height: unset;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#gform_wrapper_1{
  margin-top: 0;
  margin-bottom: 0;
}
#customer_login > div[data-form]:not(:first-child){
  display: none;
}
#customer_login > div[data-form]{
  display: block;
}
.custom-my-account-login-form{
  max-width: 550px;
  display: block;
  margin: 60px auto 30px;
  background: #fff;
  padding: 60px 60px 30px;
  border-radius: 5px;
}
.custom-my-account-login-form .buttons.row{
  margin: 20px -15px 0;
  align-items: center;
}
.custom-my-account-login-form .buttons.row > div > *{
  width: 100%;
  padding: 15px;
  border-radius: 3px;
  height: auto;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 15px;
  background: #36B0C9;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  background: #fff;
  border: 1px solid #ACACAC !important;
  border-radius: 3px;
  box-shadow: none;
}
.woocommerce-form-login__rememberme input{
  margin-left: 0;
  width: 16px;
  height: 16px;
  position: relative;
  top: 1px;
}
.woocommerce-form-login__rememberme span{
  font-weight: normal;
  color: #292D45;
  font-size: 16px;
}
.custom-my-account-login-form .buttons.row .my-account-login-switcher{
  background: #ACACAC;
  padding: 11px 15px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
  border: 0;
}
.custom-my-account-login-form #customer_login > div{
  width: 100%;
  margin: 0;
  float: none;
}
.custom-my-account-login-form #customer_login h2{
  display: none;
}
.custom-my-account-login-form form{
  margin-top: 0 !important;
}
.btn{
  text-align: center;
  font-size: 18px;
  line-height: 1 !important;
  background-color: #32373c;
  border: none;
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: .6em 1em;
  text-decoration: none;
  word-break: break-word;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  display: inline-block;
  border-radius: 5px;
}
.btn.btn-default{
  background: #ACACAC;
  min-width: 200px;
}
.btn-primary{
  background: #292D45;
  border: 1px solid #292D45;
}
.account-dashboard{
  max-width: 900px;
  margin: 50px auto 0;
}
.account-dashboard > h3{
  border-bottom: 1px solid #292D45;
  padding-bottom:20px;
  margin-bottom: 30px;
}
.account-dashboard > h3 a{
  font-size:  16px;
  position: relative;
  top: 15px;
}
.user-account-navigation{
  margin: 0;
  padding-left: 0;
}
.user-account-navigation li{
  display: inline-block;
  margin-left: 0;
  margin-right: 15px;
  text-align: center;
}
.user-account-navigation li a{
  padding: 5px 15px;
  color: #292D45;
  font-weight: 600;
  border: 1px solid #292D45 !important;
  min-width: 200px;
  text-decoration: none !important;
}
.user-account-navigation li a.active{
  background: #292D45;
  color: #fff;
}
.subscription-renewal{
  padding: 20px 30px 35px;
  background: #ffc1072e;
  border: 1px solid #FFC107;
  margin-bottom: 30px;
  border-radius: 5px;
}
.subscription-renewal p{
  margin-bottom: 0;
  font-weight: 600;
  position: relative;
  top: 10px;
}
.account-quick-preview{
  margin: 0 auto;
  margin-top: 60px;
}
.account-quick-preview h4{
  font-size: 20px;
  margin-bottom: 20px;
}
.speeches-archive .latest-release{
  margin: 30px -15px 30px;
}
.speeches-archive .latest-release .thumbnail{
  margin-bottom: 20px;
}
.speeches-archive .latest-release .thumbnail img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.psa-bullets{
  padding: 20px;
  background: #F7F7F7;
  padding-right: 40px;
}
.psa-bullets strong{
  color: #36B0C9;
  font-weight: 600;
}
.psa-bullets li{
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #292D45;
  font-weight: 600;
  border-bottom: 1px solid #ACACAC;
}
.psa-banner{
  position: relative;
}
.psa-banner:after{
  content: '';
  position: absolute;
  background: #36B0C9;
  opacity: .9;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
}
.psa-banner .gb-container-content{
  position: relative;
  z-index: 10;
}
.professional-speechwriters-association-header{
  align-items: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #292D45;
}
.professional-speechwriters-association-header > div:first-child{
  background: #BFD1E8;
  align-self: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 60px;
  text-align: center;
}
.professional-speechwriters-association-header > div:first-child *{
  margin: 0 auto;
}
.professional-speechwriters-association-header > div:last-child{
  margin-left: 0;
  padding-left: 40px;
}
.fw-medium{
  font-weight: 600;
}
.psa-banner ul.text-white{
  background: #4D5797;
  padding: 20px 30px;
  margin: 0;
  border-radius: 8px;
}
.psa-banner ul.text-white[style*="fixed"]{
  width: 280px;
  z-index: 999;
  display: block;
}
.psa-banner ul.text-white li{
  list-style-type: none;
  margin-left: 0;
  font-weight: 600;
  margin-top: 0;
}
.psa-banner ul.text-white li a{
  color: #fff;
  text-decoration: none !important;
}
.psa-pricing-columns .wp-block-column{
  padding: 25px 20px;
  background: #BFD1E9;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}
.psa-pricing-columns .wp-block-column strong{
  font-size: 20px;
}
.psa-pricing-columns .wp-block-column .gb-button{
  margin-bottom: 0;
}
.resources-list .row, .archive-list .row{
  padding: 15px;
  background: #F7F7F7;
  margin-bottom: 20px;
}
.archive-list p, .resources-list p{
  font-weight: 500;
  color: #292D45;
}
.resources-list .row > div:first-child, .archive-list .row > div:first-child{
  padding-left: 15px;
}
.resources-list .row > div:last-child, .archive-list .row > div:last-child{
  text-align: right !important;
}
.resources-list .row > div:last-child a, .archive-list .row > div:last-child a{
  font-weight: 600;
  color: #36B0C9;
  text-decoration: none !important;
  text-transform: uppercase;
}
.resources-list .row > div:last-child a .fa, .archive-list .row > div:last-child a .fa{
  margin-left: 5px;
}
.archive-list p, .resources-list p{
  margin-bottom: 0;
}
.resources-list header label{
  float: right;
  position: relative;
  top: 35px;
  border: 1px solid #292D45;
  width: 100px;
}
.resources-list header label{
  width: 300px;
  border: 0;
}
.archive-list header h3, .resources-list header h3{
  padding-bottom: 20px;
  border-bottom: 1px solid #ACACAC;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
.psa_resources .white-papers .col-sm-4{
  margin-bottom: 30px;
}
.psa_resources .white-papers .thumbnail{
  position: relative;
  margin-bottom: 20px;
}
.psa_resources .white-papers .thumbnail:before{
  content: '';
  display: block;
  padding-bottom: 100%;
  position: relative;
}
.psa_resources .white-papers .thumbnail img{
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.psa_resources .white-papers h5{
  font-weight: bold;
  text-transform: none;
  margin-bottom: 15px;
}
.psa_resources .white-papers .btn{
  width: 100%;
  border-radius: 0;
  max-width: 250px;
}
.resource-item{
  width: 100%;
  margin-left: 0;
}
.resources-list header input{
  WIDTH: 100%;
  MARGIN-LEFT: 0;
  border: 1px solid #ACACAC;
  background: #fff;
  box-shadow: none;
  border-radius: 3px;
  padding-right: 50px;
}
label[for="resources-search"]{
  position: relative;
}
label[for="resources-search"]:after{
  content:'\f002';
  position: absolute;
  top: 50%;
  color: #ACACAC;
  right: 15px;
  transform: translateY(-50%);
  font-family: 'FontAwesome'
}
.tab-contents h2{
  color: #4D5797;
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: bold;
}
.entry-content p:empty{
  display: none;
}
.on-page-menu .wp-block-columns > div{
  flex: 1;
}
.on-page-menu .wp-block-columns > div:first-child{
  max-width: 200px;
}
.on-page-menu.account-navigation .wp-block-columns > div:first-child{
  max-width: 346px;
}
.on-page-menu .wp-block-image{
  padding-top: 10px;
  padding-bottom: 10px;
}
.on-page-menu img{
  max-height: 90px;
}
.on-page-menu *{
  margin-bottom: 0;
}
.on-page-menu .gb-container-content{
  max-width: 1175px !important;
}
.on-page-menu .wp-block-navigation.items-justified-right>ul{
  margin-top: 0; margin-bottom: 0;
}
.gb-container-content[style*="max-width:1100px"]{
  max-width: 1175px !important;
}
.on-page-menu{
  padding:10px 0;
}
.fw-light{
  font-weight: 300;
}
.fw-semi{
  font-weight: 600;
}
.entry-content > .gb-block-container .gb-container-content{
  max-width: 1200px;
}
.entry-content{
  margin-bottom: 0;
}
.large-font{
  font-size: 3rem;
}
.date-and-deadlines{
  padding: 20px;
  background: #D0D2DB;
  border-radius: 6px;
}
.date-and-deadlines p{
	font-size: 15px;
	font-weight: 500;
}
.date-and-deadlines p strong{
  font-size: 16px;
}
.date-and-deadlines .wp-block-column{
  position: relative;
  padding-top:15px;
}
.date-and-deadlines .wp-block-column:not(:last-child):after{
  content: '';
  border-right: 4px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -22px;
}
.page-template-page-double-menu .site-branding .site-description{
  display: none;
}
.page-template-page-double-menu .site-branding img{
  max-width: 200px;
}
.page-template-page-double-menu .top-nav{
  position: absolute;
  top: 0; right: 15px;
}
.page-template-page-double-menu .site-branding .site-logo-div {
  line-height: 20px;
  padding-bottom: 15px;
}
.page-template-page-double-menu #site-navigation{
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: -2;
  background: #F7F7F7;
  padding: 0 20px;
  height: 0;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}
.page-template-page-double-menu #site-navigation ul{
  margin-top: 0;
}
.page-template-page-double-menu #site-navigation:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  background: #f7f7f7;
  content: '';
  display: block;
  width: 100px;
}
.page-template-page-double-menu #site-navigation.show{
  opacity: 1;
  height: auto;
  visibility: visible;
}
.page-template-page-double-menu #site-navigation.show .onepress-menu li > ul, .onepress-menu li.sfHover > ul{
  display: block;
}
.line-bottom.white:after{
  background: #fff;
}
.page-template-page-double-menu #site-navigation.show ul.onepress-menu:after {
  display: block;
  padding-bottom: 0;
  background: #e5e5e5;
  content: '';
  position: absolute;
  height: 240px;
  left: 0;
  right: -100px;
  z-index: -1;
  top: 54px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.page-template-page-double-menu .onepress-menu ul{
  border: 0;
}
.past-year-speech-winners form{
  display: flex;
  align-items: center;
  gap: 20px;
}
.past-year-speech-winners form > div{
  flex: 1;
}
.past-year-speech-winners form > div select{
  padding: 4px 15px;
  width: 100%;
}
.past-year-speech-winners form > div button{
  height: 100%;
  background: #292D45;
  color: #fff;
  border-radius: 5px;
  border: 0;
  padding: 8px 20px;
  width: 100%;
}
.page-curtain-background .gb-container-image-wrap{
  bottom: unset; height: 600px;
}

.page-curtain-background .gb-container-image-wrap:before {
	content: '';
	background-color: #292d45;
	position:absolute;
	left: 0;
	height: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.categories-container, .product-wrapper .product-details ul{
  background: #F7F7F7;
  padding: 25px 40px 20px;
}
.categories-container ul, .product-wrapper .product-details ul{
  margin: 0;
  padding: 0;
  color: #292D45;
  font-weight: 600;
}
.product-wrapper .product-details ul{
  padding: 15px 40px;
  margin-bottom: 30px;
}
.categories-container strong{
  font-weight: bold;
}
.categories-container .wp-block-group__inner-container > ul > li, .product-wrapper .product-details ul > li{
  margin-left: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ACACAC;
  margin-bottom: 25px;
}
.categories-container .wp-block-group__inner-container > ul > li > p:first-of-type{
  margin-top: 10px;
}
.categories-container ul > li ul{
  column-count: 2;
  margin-top: 15px;
  padding-bottom: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.categories-container ul > li ul li{
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 18px;
}
.btn-pr-3 .gb-button{
  padding-right: 60px;
}
.btn-pl-3 .gb-button{
  padding-left: 60px;
}
.events-list{
  width: calc(100% + 30px);
  margin-right: 0;
  max-width: calc(100% + 30px);
}
.events-list .event{
  margin-bottom: 30px;
  margin-top: 0px;
}
.events-list .wrapper{
  border-radius: 5px;
  height: calc(100% - 30px);
  background: #292D45;
}
.events-list .wrapper .thumbnail{
  height: 300px;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 30px;
}
.events-list .wrapper .thumbnail a{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.events-list .wrapper .thumbnail:before{
  content: '';
  display: block;
  width: 100%;
  background: #BFD1E8;
  padding-top: 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  top: -30px;
}
.events-list .wrapper .thumbnail *{
  color: #fff;
}
.events-list .wrapper .thumbnail > img{
  position: absolute;top: 0; bottom: 0; right: 0; left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.events-list .wrapper .thumbnail .title-strip{
  position: absolute;
  top: 50%;
  left: 0; right: 0;
  padding: 20px;
  background: rgba(41, 45, 69, 0.79);
  z-index: 3;
  transform: translateY(-50%);
}
.events-list .wrapper .thumbnail .title-strip p{
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}
.events-list .wrapper .thumbnail .title-strip p:last-child{
  font-weight: bold;
  color: #36B0C9;
  font-size: 13px;
}
.events-list .wrapper .thumbnail .title-strip h2{
  font-size: 24px;
  margin: 5px 0;
  text-transform: uppercase;
}
.events-list .wrapper .details{
  padding: 10px 15px;
}
.events-list .wrapper .thumbnail .title-strip .col-2{
  padding-right:0;
}
.events-list .wrapper .details h3{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.events-list .wrapper .details .learnmore{
  color: #36B0C9;
  font-weight: bold;
  text-decoration: none !important;
}
.events-list .wrapper .details h3 a{
  color:#fff;
  text-decoration: none !important;
}
.events-list .wrapper .details .date-location{
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}
div[data-form="customer_register"] h4{
  display: none;
}
.woocommerce form .form-row label {
    line-height: 2;
    font-weight: 600;
    color: #292D45;
}
.account-navigation .wp-block-navigation-link a{
  color: #292D45 !important;
}
.account-navigation .wp-block-navigation-link.active a{
  color: #fff !important;
}
.vital-issues-header{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ACACAC;
  flex-wrap: wrap;
}
.vital-issues-header > div:last-child{
  flex-basis: 100%;
  margin-top: 14px;
}
.vital-issues-header .selector{
  margin-right: 10px;
  display: flex;
}
.vital-issues-header .selector span{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  background: #292D45;
  font-weight: bold;
  padding: 10px 15px;
}
.vital-issues-header .selector .data-selector{
  padding: 10px 15px;
  border: 1px solid #ACACAC;
  color: #292D45
}
.vital-issues-header .selector .data-selector:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
}
.entry-content > .alignfull:first-child{
  margin-top: 0 !important;
}
.product-wrapper{
  padding: 60px 0 70px;
  max-width: 800px;
  margin: 0 auto;
}
.product-wrapper h2{
  color: #4D5797;
  font-size: 26px;
  font-weight: bold;
}
.product-wrapper p{
  color: #292D45;
}
.btn-info{
  background: #36b0c9 !important;
  border-color: #36b0c9 !important;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
  color: #fff;
}
.woocommerce-message{
  border-top-color: #36b0c9;
}
.woocommerce-message::before{
  color: #36b0c9;
}
.psa_resources .nav-tabs{
  margin: 0;
}
.psa_resources .nav-tabs > li{
  margin-left: 0;
}
.psa_resources .nav-tabs > li a{
  border: 0;
  color: #36B0C9;
  font-weight: 600;
  padding: 15px 30px;
}
.psa_resources .nav-tabs > li a.active{
  background: #ACACAC;
  color: #fff;
}
.psa_resources .tab-content{
  padding: 40px;
  border: 15px solid #acacac;
  margin-bottom: 60px;
  min-height: 600px;
}
.psa_resources .load-more{
  text-align: center;
}
.psa_resources .load-more button{
  background: #acacac;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: 600;
  min-width: 230px;
  border: 0;
  margin-top: 10px;
}
.psa_resources .featured-post{
  margin-bottom: 30px;
}
.psa_resources .featured-post .title-strip{
  background: #BFD1E8;
  padding: 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.psa_resources .featured-post .title-strip .row{
  align-items: center;
}
.psa_resources .featured-post .title-strip h3{
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #292D45;
  margin-bottom: 0;
}
.psa_resources .featured-post .description{
  background: #292D45;
  color: #BFD1E8;
  font-size: 16px;
  padding: 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.psa_resources .featured-post .description h3{
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
.psa_resources .featured-post > .row > div:last-child h3{
  font-size: 20px;
  color: #292D45;
  font-weight: 600;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content{
  font-weight: 600;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
  width: 150px;
}
form.woocommerce-checkout{
  margin-bottom: 30px;
}
.woocommerce-orders-table__cell-subscription-id{
  font-weight: 600;
  color: #292D45;
}
.my_account_subscriptions .woocommerce-orders-table__cell-subscription-id a{
  display: none;
}
.woocommerce-account.member-logged-in .entry-content > .gb-block-container.alignfull:first-child{
  background: #fff !important;
}
.entry-content > .gb-block-container.alignfull:first-child .woocommerce .woocommerce-MyAccount-navigation{
  display: none;
}
.entry-content > .gb-block-container.alignfull:first-child .woocommerce .woocommerce-MyAccount-content{
  float: none;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.account-quick-preview p, .account-quick-preview h4{
  color: #292D45 !important;
}
.account-quick-preview h4{
  font-weight: bold;
}
span.required{
  color:red;
}
textarea:not(.editor-post-title__input), input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"]{
  background: #fff;
  border: 1px solid #acacac
}
td.product-name .variation{
  font-size: 13px;
}
td.product-name .variation > * {
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
}
td.product-name .variation dd{
  margin-bottom: 8px !important;
}
body.woocommerce-page .entry-content > .woocommerce:first-child{
  margin: 20px 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  padding: 10px 15px;
  height: auto;
  font-size: 16px;
}
.woocommerce h3{
  color: #292D45;
}
.select2-container--default .select2-selection--single {
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 100%;
}
.event-banner{
  margin-bottom: 0 !important
}
.event-banner .thumbnail{
  width: 100%;
  position: relative;
}
.event-banner .thumbnail > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}
.single-event .event-banner .thumbnail{
  padding-top: 150px;
  padding-bottom: 150px;
}
.single-event .event-banner .title-strip{
  background-color: rgba(41, 45, 69, 0.80);
  z-index: 1;
  padding: 30px 0;
  position: relative;
}
.single-event .event-banner .title-strip *{
  text-transform: uppercase;
  color: #fff;
}
.single-event .event-banner .title-strip .col-10 > p{
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 600;
}
.single-event .event-banner .title-strip *.date-location{
  color: #36B0C9;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
}
.single-event .event-banner .title-strip .btn{
  font-weight: bold;
}
.single-event .event-banner .title-strip h2{
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 5px;
}
.single-event .host{
  padding: 20px 0;
  background: #BFD1E8;
  margin-bottom: 40px !important;
}
.single-event .host.mb-0{
  margin-bottom: 0 !important;
}
.single-event .host h3{
  color: #292D45;
  margin-bottom: 0; text-align: center;
  font-size: 22px;
}
.psa-purple{
  color: #292D45;
}
.single-event .sponsors.row{
  max-width: 800px;
  align-items: center;
  text-align:center;
  margin: 0 auto;
}
.single-event .sponsors.row img{
  max-height: 70px;
}
.single-event .kt-tabs-title-list{
  max-width: 100vw;
  max-width: calc(var(--vw, 1vw) * 100);
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  padding: 15px !important;
  text-align: center;
  border-bottom: 0;
  display: block;
  background: #36B0C9;
  margin: 0 0 40px !important;
}
.single-event .kt-tabs-title-list li{
  float: none;
  display: inline-block;
  margin-top: 0;
  margin-right: 0 !important;
  margin-left: 0;
}
.single-event .kt-tabs-title-list a{
  padding: 10px 20px;
  border-bottom: 0 !important;
  color: #292D45 !important;
  border: 0;
  font-weight: 600;
  border-radius: 0;
  background: transparent !important;
}
.single-event .kt-tabs-title-list li.kt-tab-title-active a, .single-event .kt-tabs-title-list li a:hover{
  color: #fff !important;
}
.single-event .kt-tabs-title-list li.kt-tab-title-active a:hover{
  color: #fff !important;
}
.single-event .kt-tabs-content-wrap{
  max-width: 900px !important;
  margin: 0 auto 60px !important;
}
.single-event .kt-tabs-content-wrap > .wp-block-kadence-tab{
  border-top: 0 !important;
}
.single-event #speakers .author-block{
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  /* border-bottom: 1px solid #292D45; */
}
.single-event #speakers .author-block > div{
  flex: 1;
}
.single-event #speakers .author-block > div.bio{
  flex-basis: 100%;
  margin-top: 20px;
}
.single-event #speakers .headshot{
  max-width: 150px;
  text-align: center;
  padding-right: 20px;
}
.single-event #speakers .headshot img{
  width: 100%;
}
.single-event #speakers .author-block .name p{
  font-size: 18px;
}
/* .single-event #speakers .author-block .name p > *{
  display: block;
} */
.single-event #sponsors .sponsor{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #292D45;
}
.single-event #sponsors .sponsor img{
  margin-bottom: 20px;
  max-height: 100px;
}
.single-event .tab-content > .tab-pane > h3{
  margin-bottom: 40px;
}
.single-post #primar{
  padding-top: 20px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  padding: 10px 15px !important;
}
#gform_fields_3{
  display: flex;
  flex-wrap: wrap;
}
#gform_fields_3 > li{
  flex-basis: 50%;
}
#gform_fields_3 > li:last-child{
  flex-basis: 100%;
}
/* .subscription-products > div{
  padding: 10px;
  border: 1px solid #acacac;
} */
.subscription-products > div:nth-child(2){
  margin-left: 60px;
}
.subscription-products > div > .wp-block-group{
  padding: 20px;
  height: 100%;
  position: relative;
  padding-bottom: 115px;
  background: #bfd1e9;
  border-radius: 8px;
}
.subscription-products > div > .wp-block-group .wp-block-columns, .subscription-products > div .vs-subscription-form-container{
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
}
.subscription-products > div > .wp-block-group .wp-block-columns{
  flex-wrap: nowrap
}
.user-subscriptions{
  padding: 30px;
  background: #f7f7f7;
  border-radius: 8px;
}
.user-subscriptions table, .subscriptions-list{
  margin-bottom: 0;
  border: 0;
}
.user-subscriptions td, .subscriptions-list td{
  padding: 15px;
  border: 0 !important;
  border-top: 1px solid #ACACAC !important;
  font-size: 16px;
  color: #292D45;
  font-weight: 600;
}
/* .user-subscriptions .subscription-next-payment br, .user-subscriptions .subscription-next-payment small{
  display: none;
} */
.woocommerce-cart-container{
  padding: 25px;
  background: #F7F7F7;
  border-radius: 5px;
  margin: 30px 0;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents{
  border: 0;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents td{
  border: 1px solid #acacac;
  padding: 15px;
  color: #292D45;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
}
.woocommerce table.shop_table.woocommerce-cart-form__contents td.actions{
  border: 0;
  padding: 20px 15px;
}
table, td, tr{
  border-collapse: collapse !important;
}
table{
  border: 0 !important;
}
table td{
  border: 0 !important;
  border-top: 1px solid #acacac !important;
  padding: 15px;
  border-collapse: collapse;
}
table th{
  background: transparent !important;
  color: #292D45 !important;
  border: 0 !important;
  border-top: 1px solid #acacac !important;
  padding: 15px !important;
}
.wc-proceed-to-checkout{
  padding-bottom: 0 !important;
}
#order_review{
  padding: 25px 25px;
  border-radius: 8px;
  background: #F7F7F7;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label{
  margin-bottom: 0px;
}
#page body .gform_wrapper .top_label div.ginput_container{
  margin-top: 0;
}
#gform_fields_2{
  display: flex;
  flex-wrap: wrap;
}
#gform_fields_2 .gfield_label{
  margin-bottom: 0 !important;
}
#gform_fields_2 > li{
  flex-basis: 50%;
}
#gform_fields_2 #field_2_3, #gform_fields_2 #field_2_13{
  flex-basis: 100%;
  margin-bottom: 0
}
#gform_fields_2 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  width: 100%;
}
#gform_fields_2 .ginput_container_radio{
  margin-top: 0;
}
#field_2_2{
  margin: 0 !important;
}
#gform_2{
  margin-top: 0;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
  padding: 12px 40px;
  font-family: 'Montserrat', sans-serif;
  background: #292d45;
  color: #fff;
  border: 0;
  border-radius: 6px;
  font-weight: 600;
  line-height: unset;
  text-transform: uppercase;
}
body:not(.page-template-page-double-menu-php) .double-menu-trigger{
  display: none;
}
.double-menu-trigger{
  font-size: 26px;
  color: #707070;
  text-decoration: none !important;
  margin-left: 5px;
  position: relative;
  top: 8px;
}
.page-template-page-double-menu-php .site-branding .site-brand-inner{
  width: auto;
  display: inline-block;
}
.second-menu-container{
  padding-right: 5px;
}
.second-menu-container ul{
  text-align: right;
  margin: 0;
}
.second-menu-container ul > li{
  display: inline-block;
  margin-left: 0;
}
.second-menu-container ul > li a{
  padding: 0 14px;
  font-weight: 600;
  color: #fff;
}
.second-menu-container ul > li a:hover{
  text-decoration: none;
}
.second-menu-container ul > li:last-child a{
  padding-right: 0;
}
#menu-second-cicero-awards li a{
  color: #b4975a;
}
#menu-second-vital-speeches li a, #menu-second-psa li a, #menu-second-ecc li a, #menu-second-events li a{
  color: #292d45;
}
.single-header-strip{
  padding: 28px 0;
  background: #4D5797;
  position: relative;
  margin-bottom: 40px !important;
}
.single-header-strip .back-to-home{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #ACACAC;
  font-size: 16px;
  text-decoration: none !important;
  font-weight: 300;
}
.single-header-strip h3{
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.single-header-strip h3 a{
  color: #fff;
  text-decoration: none !important;
}
.single-post h1.entry-title{
  font-size: 30px;
  font-weight: 600;
  color: #292D45;
  margin-bottom: 25px !important;
  line-height: 35px;
  font-family: 'Montserrat', sans-serif;
}
.single-post .sub-headline{
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #292D45;
}
.single-post .post-video{
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ACACAC;
}
.single-post .post-video .arve-wrapper{
  margin: 0 auto;
}
.single-post .entry-meta{
  border-bottom: 1px solid #acacac;
}
.single-post .post-wrapper{
  padding-right: 30px;
}
.single-post .homepage-events{
  height: auto;
}
.single-post .post-sidebar h3{
  font-weight: 600;
  font-size: 18px;
  color: #707070;
  margin-bottom: 15px;
}
.single-post .homepage-featured-speeches-container{
  margin-bottom: 60px;
}
.single-post .speech{
  margin-bottom: 20px;
}
.single-post .homepage-featured-speeches .wrapper .details{
  padding: 15px 20px 10px;
  min-height: unset;
}
.single-post .homepage-featured-speeches .wrapper .details a, .single-post .homepage-featured-speeches .wrapper .details p{
  color: #fff;
}
.single-post .homepage-featured-speeches .wrapper .author .row{
  padding: 15px;
}
.single-post #comments{
  margin-top: 40px;
  border-top: 1px solid #acacac;
  margin-bottom: 40px;
  padding-top: 10px;
}
.homepage-events ul li h4{
  margin-bottom: 10px;
}
.single-post .homepage-events ul li h4 a{
  color: #fff;
  text-decoration: none;
}
.single-post header.entry-header{
  margin-bottom: 50px;
}
.single-post header.entry-header .author-block{
  display: flex;
  align-items: center;
}
.single-post header.entry-header .author-block > *{
  flex: 1;
}
.single-post header.entry-header .author-block .headshot{
  max-width: 80px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.single-post header.entry-header .author-block .headshot:before{
  content: '';
  position: relative;
  display: block;
  padding-bottom: 100%;
}
.single-post header.entry-header .author-block .headshot img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}
.single-post header.entry-header .author-block .author-details p{
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.single-post header.entry-header .author-block .author-details p.venue{
  font-weight: 300;
}
.single-post .post-content{
  margin-bottom: 30px;
}
#commentform{
  padding: 30px 60px;
  display: flex;
  flex-wrap: wrap;
  background: #F7F7F7;
}
#commentform label{
  font-weight: 600;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
}
#commentform label[for="wp-comment-cookies-consent"]{
  font-weight: normal;
}
#commentform .form-submit{
  text-align: center;
  margin-top: 15px;
}
#commentform > p{
  flex-basis: calc(50% - 10px);
  margin-left: 20px;
  padding: 0 5px;
}
#commentform > p.comment-form-author{
  margin-left: 0;
}
#commentform .comment-form-comment, #commentform .comment-form-cookies-consent, #commentform .form-submit{
  flex-basis: 100%;
  margin-left: 0;
  padding: 0;
}
#commentform .comment-form-cookies-consent{
  text-align: center;
  margin-top: 20px;
}
#commentform .comment-form-cookies-consent input{
  height: 18px;
  width: 18px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
#commentform .comment-form-cookies-consent label{
  display: inline-block;
}
#commentform input:not([type="checkbox"]){
  width: 100%;
}
textarea:not(.editor-post-title__input), input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"]{
  border-radius: 6px;
  border: 1px solid #acacac;
  box-shadow: none;
}
#commentform .form-submit input[type="submit"]{
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  width: auto;
  background: #36B0C9;
  font-family: 'Montserrat', sans-serif !important;
}
#reply-title{
  display: none;
}
.comments-title .text:before{
  content: 'VIEW COMMENTS';
}
.comments-title.show .text:before{
  content: 'HIDE COMMENTS';
}
.comments-title{
  border-radius: 6px;
  padding: 20px;
  background: #BFD1E8;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  margin-top: 30px;
}
.comments-wrapper{
  display: none;
}
.comments-title .count{
  background: #36B0C9;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 50%;
  margin-left: 5px;
  position: relative;
}
.comments-title .count:after {
  content: '';
  background: #36B0C9;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -7px;
  right: -1px;
  -webkit-clip-path: polygon(77% 0, 0 38%, 73% 77%);
  clip-path: polygon(77% 0, 0 38%, 73% 77%);
}
#comments .comment-list > .comment{
  border-bottom: 1px solid #acacac;
}
#comments .comment .comment-meta a{
  color: #292D45;
  text-decoration: none !important;
  font-weight: 600;
}
#comments .comment .comment-time{
  color: #292D45 !important;
  font-weight: 300 !important;
  font-size: 16px !important;
}
#comments .comment span{
  font-size: 12px;
}
#comments .comment .comment-wrapper{
  margin-left: 0;
  background: #fff;
}
#comments .comment .comment-action-links a{
  margin-right: 10px;
  color: #36B0C9;
  text-transform: uppercase;
  font-size: 12px;
}
.single-post .homepage-events ul{
  flex-wrap: wrap;
  padding: 0;
}
.single-post .homepage-events ul li{
  flex-basis: 100%;
  max-width: 100%;
}
#commentform > p.logged-in-as{
  margin-left: 0;
}
.single-post .homepage-featured-speeches .wrapper .author .col-3{
  max-width: 70px;
}
.add-to-cart-container{
  padding: 30px;
  background: #f7f7f7;
  max-width: 600px;
  margin-top: 30px;
}
.add-to-cart-container .product_meta{
  display: none;
}
.add-to-cart-container button[type="submit"]{
  background-color: #36b0c9 !important;
  border: 0;
  border-radius: 6px !important;
  padding: 15px 20px !important;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.add-to-cart-container .quantity{
  display: inline-block;
}
.add-to-cart-container .quantity input{
  padding: 10px 20px !important;
  width: auto !important;
  text-align: left !important;
  max-width: 80px;
}
.add-to-cart-container .price{
  font-weight: 600;
  font-size: 20px;
}
.add-to-cart-container .woocommerce-variation-price{
  margin-bottom: 20px;
}
.add-to-cart-container .reset_variations{
  padding-top: 5px;
  padding-left: 15px;
}
.single-post .post-sidebar{
  margin-bottom: 30px;
}
.custom-my-account-login-form.checkout-login{
  background: #f7f7f7;
  margin-top: 0 !important;
}
.custom-my-account-login-form.checkout-login form{
  padding: 0;
}
.custom-my-account-login-form.checkout-login form .form-row{
  flex-basis: 100%;
  width: 100%;
}
#cookie-law-info-bar *, .cli-modal-dialog *{
  font-family: 'Montserrat', sans-serif !important;
}
.vs-subscription-form-container{
  text-align: left;
}
.vs-subscription-form-container select{
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 12px 10px;
  border: 1px solid #acacac;
  width: calc(100% - 156px);
}
.vs-subscription-form-container .btn{
  font-size: 20px;
  padding: 12px 20px;
  border: 1px solid #36b0c9;
  background: #36b0c9;
  margin-left: 6px;
}
.woocommerce-checkout .followup-checkout{
  display: none !important;
}
.gb-button{
  text-decoration: none !important;
}
#billing_member_first_name_field, #billing_member_email_field{
  position: relative;
}
#billing_member_first_name_field:before{
  content: 'Shipping / Recipient Information';
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 20px;
}
#billing_member_first_name_field label:before{
  content: 'If recipient of the product (subscription or membership) or event registration is not the same as Billing, provide details here.';
  display: block;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 10px;
}
#billing_member_email_field{
  padding-bottom: 20px;
  border-bottom: 1px solid #acacac;
  margin-bottom: 30px;
}
#body .gform_wrapper ul li.gfield{
  margin-bottom: 25px;
}
#menu-item-40 > a, #menu-item-50 a{
   position: relative;
}
#menu-item-40:hover > a:after{
  width: 15px;
  content: '';
  position: absolute;
  top: 0; bottom: 0; right: -15px;
  background: #F7F7F7;
}
/* #menu-item-50:hover > a:before{
  width: 15px;
  content: '';
  position: absolute;
  background: #F7F7F7;
  top: 0; left: -15px; bottom: 0;
} */
.woocommerce-checkout .woocommerce-shipping-fields{
  margin-top: 15px;
}
.page-template-page-my-account.logged-in .entry-content > div:first-child:not(.on-page-menu){
  background-color: #fff !important;
}
#event-registration select option[value="Custom"]{
  display: none !important;
}
table.variations tbody td{
  vertical-align: top !important;
}
table.variations tbody tr td:first-child{
  font-weight: 600;
}
.whitepapers-studies{
  margin-top: 30px;
}
.whitepapers-studies p{
  font-size: 20px;
  font-weight: 600;
  color: #36B0C9;
}
.whitepapers-studies a span{
  display: none;
}
ul.resource-links{
  padding-left: 0;
}
ul.resource-links li{
  list-style-type: none;
  margin-left: 0;
  background: #F7F7F7;
  padding: 20px 30px;
  font-size: 16px;
  color: #292D45;
  margin-bottom: 20px;
}
ul.resource-links li strong{
  font-weight: 600;
  font-size: 20px;
  color: #36B0C9;
}
ul.resource-links li strong a{
  color: #36B0C9;
}
#gform_fields_6 input:not([type="checkbox"]):not([type="radio"]){
  width: 100%;
}
#gform_fields_6{
  display: flex;
  flex-wrap: wrap;
}
#gform_fields_6 > li{
  flex-basis: 100%;
}
#input_6_24{
  column-count: 2;
  display: block;
}
#input_6_24 > li{
 break-inside: avoid-column;
}
#field_6_26{
  margin-top: 30px;
}
.gform_wrapper .gf_progressbar_wrapper{
  padding-bottom: 0 !important;
}
.woocommmerce-button{
  margin-bottom: 10px;
}
#content > .page-header:first-child{
  margin-bottom:30px;
  background: #292d45;
}
#content > .page-header:first-child h1{
  color: #fff;
}
#text-2 .homepage-featured-speeches h3 a, #text-2 .homepage-events ul li h4 a{
  color: #fff !important;
}
#text-2 .homepage-featured-speeches .speech{
  margin-bottom: 15px;
}
#text-2 .homepage-featured-speeches{
  margin-bottom: 30px;
}
#text-2 .homepage-featured-speeches .excerpt{
  color: #ACACAC !important;
  margin-bottom: 20px;
}
.nav-links a, .nav-links .page-numbers{
  background: #292d45;
  color: #FFFFFF !important;
}
body.search #main > article{
  background: #F7F7F7;
  padding: 20px 30px;
  font-size: 16px;
  color: #292D45;
  margin-bottom: 20px;
}
body.search #main > article h3 a{
  color: #36B0C9;
}
body.search #main > article h3{
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
#secondary{
  padding-top: 0;
}
.return-to-shop{
  display: none !important;
}
.custom-footer p .widont{
  display: inline-block !important;
}
.single-event .kt-tabs-wrap .wp-block-kadence-tab[role="tabpanel"]{
  display: block;
  margin-bottom: 25px !important;
}
.cli_settings_button{
  margin: 5px !important;
}
.post-content, .post-sidebar{
  margin-bottom: 30px;
}
.post-sidebar .homepage-events{
  height: auto;
}
.post-sidebar .homepage-events ul li h4 a{
  color: #fff !important;
}
#gform_fields_4{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: 15px;
}
#gform_fields_4 > li{
  flex-basis: 50%;
  padding: 0 15px;
}
#gform_fields_4 > li#field_4_1, #field_4_5, #field_4_7, #field_4_8, #field_4_9, #field_4_10{
  flex-basis: 100% !important;
}
.single-event .wp-block-quote{
  padding: 20px;
  border-left: 0;
  margin-left: 20px;
}
.custom-footer ul{
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.custom-footer ul > li{
  list-style-type: none;
  display: inline-block;
  padding-left: 20px;
  border-left: 1px solid #acacac;
  padding-right: 5px;
  text-align: left;
}
.custom-footer ul > li:first-child{
  border-left: 0;
  padding-right: 20px;
}
.custom-footer ul > li > div > span{
  font-size: 13px;
  padding-right: 5px;
}
.custom-footer ul > li > div{
  display: flex;
  position: relative; top: 4px;
}
.custom-footer ul.cnss-social-icon li.cn-fa-icon a{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-footer ul > li a{
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.price .subscription-details:last-child{
  display: none;
}
.wc-proceed-to-checkout a{
  margin: 0 5px !important;
}
.private-social-groups .cnss-social-icon {
  margin: 0 !important;
}
#page .private-social-groups .cnss-social-icon  a{
  background-color: #292d45 !important;
  color: #fff !important;
  margin-right: 3px !important;
  width: auto !important;
  height: auto !important;
  padding: 6px 8px !important;
  border-radius: 3px !important;
}
.private-social-groups .cnss-social-icon  a i{
  font-size: 26px !important;
}
.private-social-groups .cnss-social-icon li:first-child a{
  margin-left: 0 !important;
}
.woocommerce-remove-coupon[href*="remove_coupon=psa"]{
  display: none !important;
}
.autorenew-details{
  position: fixed;
  z-index: -9999;
  top: 0; left: 0; right: 0; bottom: 0;
}
.autorenew-details.open .wrapper, .autorenew-details.open{
  opacity: 1;
  z-index: 9999;
}
.autorenew-details header{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 14px 20px;
  background: #4D5797;
  position: relative;
}
.autorenew-details header h2{
  font-size: 22px;
  color: #fff;
  margin: 0 !important;
}
.autorenew-details header .close{
  position: absolute;
  top: 48%;
  right: 16px;
  color: #fff;
  transform: translateY(-50%);
}
.autorenew-details .content{
  padding: 20px;
}
.auto-renewal-checkout-toption{
  margin-bottom: 30px;
}
.autorenew-details .overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
  display: block;
}
.autorenew-details .wrapper{
  position: relative;
  z-index: 3;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffff;
  opacity: 0;
  transition: all .5s;
  border-radius: 5px;
}
.cicero-online-entry-form{
  margin-bottom: 50px;
}
.cicero-online-entry-form label{
  font-weight: 600;
}
.cicero-online-entry-form .form-group > span {
  margin-top: 8px;
  font-size: 14px;
  display: block;
}
.cicero-online-entry-form ul{
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  margin-bottom: 0;
}
.cicero-online-entry-form ul li{
  flex-basis: 50%;
  padding: 0 15px;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
}
.cicero-online-entry-form ul li label{
  display: flex;
  margin-bottom: 0;
  font-weight: normal;
  align-items: baseline;
}
.cicero-online-entry-form ul li label span{
  font-size: 14px;
}
.cicero-online-entry-form ul li label input{
  max-width: 20px;
  width: 20px;
  min-width: 20px;
}
td.product-name .variation dd p{
  font-weight: 300;
}
.woocommerce-checkout input[type="checkbox"] {
    margin: 0 10px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    min-width: 20px;
}
#ship-to-different-address label{
  font-size: 20px;
  display: flex;
}
.top-nav b{
  text-align: center;
  border-radius: 50%;
  background: #4D5797;
  margin-left: 5px;
  width: 22px;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  height: 22px;
  position: relative;
  line-height: 20px;
  top: -2px;
  font-weight: 600;
}
.charleft.ginput_counter{
  display: none;
}
.form-group .error{
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
}
.form-group.field-error{
  padding: 10px;
  background-color: rgba(255,223,224,.25);
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
}
.form-group.field-error > label{
  color: #790000
}
.form-group > label{
  font-weight: bold;
}
textarea:not(.editor-post-title__input):focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus{
  background: #fff;
  border: 1px solid #acacac !important;
  box-shadow: none;
}
/* a:focus, a:hover {
    color: #36B0C9;
    text-decoration: none;
} */
.woocommerce-cart-form button[name="update_cart"]{
  display: none;
}
.single-event .event-banner.style-2 .thumbnail{
  padding-top: 0 !important;
}
.event-banner.style-2 .style2-wrapper, .events-list .event.style-2 .style2-wrapper{
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 3;
  padding: 60px 0px 110px;
  background-image: url(../../../wp-content/uploads/2020/05/banner-style-2-bg.png);
  background-position: bottom;
  background-repeat: repeat-y;
  background-size: 100%;
  text-align: center;
  max-width: 1000px;
}
.events-list .event.style-2 .style2-wrapper{
  padding: 20px 0px 60px;
  max-width: calc(100% - 60px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.event-banner.style-2 .style2-wrapper:before, .events-list .event.style-2 .style2-wrapper:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 160px;
  background: #36B0C9;
  content: '';
  display: block;
  width: 100%;
  z-index: -1;
}
.events-list .event.style-2 .style2-wrapper:before{
  bottom: 100px;
}
.event-banner.style-2 .style2-wrapper .head-title, .events-list .event.style-2 .style2-wrapper .head-title{
  color: #292D45;
  font-size: 22px;
  line-height: 30px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: 300;
}
.events-list .event.style-2 .style2-wrapper .head-title{
  max-width: calc(100% - 30px);
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.event-banner.style-2 .style2-wrapper h1, .events-list .event.style-2 .style2-wrapper h2{
  font-weight: 600;
  font-size: 50px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
  color:#FFFFFF;
}
.events-list .event.style-2 .style2-wrapper h2{
  font-size: 20px;
  margin-bottom: 20px;
  max-width: calc(100% - 30px);
}
.event-banner.style-2 .style2-wrapper .sub-headline, .events-list .event.style-2 .style2-wrapper .sub-headline{
  color: #292D45;
  font-size: 23px;
  line-height: 30px;
  max-width: 700px;
  margin: 0 auto;
}
.events-list .event.style-2 .style2-wrapper .sub-headline{
  font-size: 12px;
  max-width: calc(100% - 30px);
  line-height: 16px;
}
.event-banner.style-2 .style2-wrapper .strip, .events-list .event.style-2 .style2-wrapper .strip{
  background: #4D5797;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 12px 30px;
  margin-bottom: 30px;
}
.events-list .event.style-2 .style2-wrapper .strip{
  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px 20px;
  margin-bottom: 10px;
}
.single-event .event-banner .style4-wrapper{
  z-index: 100;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.single-event .event-banner .style4-wrapper *{
  color: #fff;
}
.single-event .event-banner .style4-wrapper .head-title{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 2px;
}
.single-event .event-banner .style4-wrapper .sub-headline{
  font-weight: 300;
  font-size: 30px;
}
.single-event .event-banner .style4-wrapper .date{
  margin-top: 40px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
}
.single-event .event-banner .style4-wrapper h1{
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.single-event .event-banner.style-4 .thumbnail:before{
  position: absolute;
  top: 0;
  left: 0; right: 0; content: '';
  bottom: 0; background: #000;
  opacity: 0.3;
  z-index: 1
}
.wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container, .wp-block-navigation:not(.has-background) .wp-block-navigation__container{
  background: transparent;
}
.wp-block-navigation-link{
  margin-left: 0 !important;
}
.variation-radios > div{
  display: flex;
}
.variation-radios > div label{
  width: calc(100% - 30px);
  font-size: 14px;
}
.variation-radios > div input{
  position: relative;
  top: 3px;
}
#page .wp-block-navigation-link__label{
  font-family: 'Montserrat', sans-serif;
}
#page .wp-block-navigation-link{
  padding: 0;
}
.entry-content blockquote p{
  margin-bottom: 20px;
}
.entry-content blockquote p:last-child{
  margin-bottom: 0;
}
.comments-count{
  position: absolute;
  top: -40px;
  right: 18px;
  color: #fff;
  font-size: 14px;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 20px;
  background: #36B0C9;
  text-align: center;
  width: AUTO;
  padding: 0 4px;
  z-index: 20
}
.comments-count span{
  position: relative;
  z-index: 2;
}
.comments-count:after{
  content: '';
  background: #36B0C9;
  width: 21px;
  height: 15px;
  position: absolute;
  bottom: -1px;
  right: -3px;
  z-index: 1;
  clip-path: polygon(55% 10%, 0 63%, 100% 100%);
}
.single-event .event-banner.style-3{
  background: #292D45;
  padding: 50px 20px 30px;
}
.single-event .event-banner.style-3 .style3-wrapper{
  max-width: 1100px;
  margin: 0 auto;
  text-align: center
}
.single-event .event-banner.style-3 p{
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px
}
.single-event .event-banner.style-3 .style3-wrapper *{
  color: #fff;
}
.single-event .event-banner.style-3 .style3-wrapper *.date-location{
  color: #36B0C9;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
}
.single-event .event-banner.style-3 img{
  max-width: 120px;
  margin-bottom: 20px
}
.single-event .event-banner.style-3 h2{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 55px;
  margin-bottom: 5px
}
.single-event .event-banner.style-3 .sub-headline{
  font-weight: 300;
  margin-bottom: 25px;
}
.single-event .sponsors{
  padding: 30px 0
}
.single-event .sponsors .row{
  align-items: center;
}
.single-event .sponsors  h4{
  color: #292D45;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase
}
.add-to-cart-container .price{
  display: none;
}
.event-banner.style-5 .thumbnail{
  background: #36B0C9;
}
.event-banner.style-5 .thumbnail > img{
  visibility: hidden;
}
.event-banner.style-5 .psa-logo{
  display: none;
  margin-bottom: 20px;
}
.event-banner.style-5 .psa-logo img{
  max-width: 100px;
}
.event-banner.style-5 .style5-wrapper{
  background-image: url(../../../wp-content/uploads/2020/08/banner-style-5-bg.png);
}
.event-banner.style-5 .style5-wrapper .strip{
  background: #BFD1E8;
  position: relative;
  color: #292D45;
}
.event-banner.style-5 .style5-wrapper .strip span{
  position: relative;
  display: block;
  text-align: center
}
.event-banner.style-5 .style5-wrapper .strip span:before{
  content: '';
  width: 120px;
  height: 120px;
  position: absolute;
  top: -40px;
  left: 20px;
  background-image: url(../../../wp-content/uploads/2020/01/Group-36.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.event-banner.style-5 .style5-wrapper .strip:after{
  background-image: url(../../../wp-content/uploads/2020/08/ribbon.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  right: -30px;
  content: '';
  z-index: -1;
  background-size: cover;
  background-repeat: round;
}
.event-banner.style-5 .style5-wrapper:before{
  background: #334784;
}
.single-event .event-banner.style-5 .thumbnail{
  padding-bottom: 100px
}
.single-event .event-banner.style-5 .inner > p.text-white{
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 5px;
}
.single-event .event-banner.style-5 .sub-headline{
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.single-event .event-banner.style-5 .register{
  font-weight: bold
}
.event-banner.style-5 .style5-wrapper{
  padding-bottom: 60px
}
.events-list .event.style-2.style-5 .style2-wrapper{
  display: none !important;
}
.single-event .event-banner.style-6 .psa-logo, .single-event .event-banner.style-6 .register-btn-wrapper{
  position: relative;
  margin-bottom: 30px;
}
.single-event .event-banner.style-6 .register-btn-wrapper{
  margin-bottom: 0;
  margin-bottom: 0px;
  font-weight: bold
}
.single-event .event-banner.style-6 .register-btn-wrapper a{
  font-weight: bold
}
.single-event .event-banner.style-6 .psa-logo img{
  max-width: 110px;
}
.single-event .event-banner.style-6 .head-title{
  color: #36B0C9;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 2px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px
}
.single-event .event-banner.style-6 .head-title:after{
  content: '';
  position: relative;
  bottom: -18px;
  width: 100%;
  left: 50%;
  border-bottom: 1px solid #fff;
  transform: translateX(-50%);
  display: block;
  max-width: 600px;
}
.single-event .event-banner.style-6 .head-title strong{
  font-weight: 600;
  color: #36B0C9;
}
.single-event .event-banner.style-6 .date-location{
  font-size: 23px;
  letter-spacing: 0;
  color: #fff;
  margin-top: 30px;
}
.single-event .event-banner.style-6 .date-location .separator{
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
}
.single-event .event-banner.style-6 .thumbnail{
  padding-top: 40px;
  padding-bottom: 30px;
}
.single-event .event-banner.style-6 .container{
  max-width: 1000px
}
.single-event .event-banner.style-6 .title-strip h2 {
  font-weight: bold;
  text-transform: none;
  padding-left: 40px;
  padding-right: 40px
}
.events-list .event.style-6 .psa-logo{
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.events-list .event.style-6 .psa-logo img{
  max-width: 52px !important
}
.events-list .event.style-6 .title-strip{
  text-align: center;
  top: 56%;
}
.events-list .event.style-6 .head-title{
  color: #36b0c8;
  font-size: 14px;
  padding-bottom: 10px;
  position: relative;
}
.events-list .event.style-6 .head-title:after{
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #ddd;
  width: 200px;
  transform: translateX(-50%);
  left: 50%;
  display: block
}
.events-list .event.style-6 .head-title strong{
  color: #36b0c8;
}
.events-list .event.style-6 .title-strip p:last-child {
  color: #fff !important;
  margin-top: 15px !important;
}
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content{
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  padding-left: 0;
}
.videos-library .filters .wrapper{
  padding: 20px;
  background: #F7F7F7;
}
.videos-library .filters h4{
  color:#292D45;
  font-size: 18px;
  font-weight: normal;
}
.videos-library .filters .sort{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ACACAC;
}
.videos-library .filters .sort > div{
  flex: 1
}
.videos-library .filters .sort > div:first-child{
  max-width: 70px;
}
.custom-dropdown{
  position: relative;
}
.videos-library form{
  position: relative;
  margin-bottom: 20px
}
.videos-library form button{
  border: 0;
  background: transparent;
  position: absolute;
  top: 8px;
  right: 7px;
}
.videos-library form input{
  width: 100%;
  padding-right: 50px;
}
.custom-dropdown > span{
  padding: 6px 15px;
  background: #707070;
  color: #fff;
  position: relative;
  padding-right: 25px;
  width: 100%;
  display: block;
  border-radius: 8px;
  cursor: pointer;
}
.custom-dropdown > span:after{
  content: "\f078";
  font-family: 'FontAwesome';
  position: absolute;
  top: 5px;
  right: 10px
}
.custom-dropdown ul{
  display: none;
  position: absolute;
  top: 100%;
  left: 0; right: 0;
  background: #fff;
  padding: 10px 15px;
  margin: 0;
  z-index: 999
}
.custom-dropdown:hover ul{
  display: block
}
.custom-dropdown ul li{
  display: block;
  cursor: pointer;
  margin-left: 0;
  list-style-type: none
}
.videos-library .checkboxes{
  margin-bottom: 30px;
}
.videos-library .checkboxes ul{
  padding: 0;
  margin: 0;
}
.videos-library .checkboxes ul li{
  margin-left: 0;
  list-style-type: none;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 15px;
}
.videos-library .checkboxes ul li label{
  margin-bottom: 0
}
.videos-library .checkboxes ul li input{
  position: absolute;
  top: 0; visibility: hidden;
  opacity: 0
}
.videos-library .checkboxes ul li span{
  position: relative;
  color: #707070;
  display: flex;
  align-items: flex-start;
}
.videos-library .checkboxes ul li span:before{
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ACACAC;
  display: inline-block;
  margin-right: 10px;
  min-width: 20px;
  top: 2px;
  position: relative;
}
.videos-library .checkboxes ul li input:checked + span:after{
  content: "\f00c";
  font-family: 'FontAwesome';
  line-height: 17px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 4px;
  left: 3px;
}
.videos-list .video{
  margin-bottom: 30px;
}
.videos-list .video .wrapper{
  border-radius: 5px;
  background: #E5E5E5;
  height: 100%;
}
.videos-list .video header{
  padding: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #BFD1E9;
  position: relative;
  padding-top: 36px;
  min-height: 190px;
  overflow: hidden;
}
.videos-list .video header .category-image{
  position: absolute; top: 35px; left: 0; right: 0; bottom: 0;
}
.videos-list .video header .category-image:before{
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  content: '';
  background: #292d45;
  opacity: .6
}
.videos-list .video header.with-image *{
  color: #fff !important;
}
.videos-list .video header .category-image img{
  height: 100%; width: 100%;
  object-fit: cover;
}
.videos-list .video .thumbnail{
  position: relative;
}
.videos-list .video .thumbnail:before{
  padding-bottom: 50%;
  content: '';
  display: block;
  position: relative;
}
.videos-list .video .thumbnail img{
  position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover
}
.videos-list .video footer{
  background: #E5E5E5;
  padding: 20px;
  color: #292D45;
}
.videos-list .video footer p:last-child{
  margin-bottom: 0
}
.videos-list .video header:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 3px 20px;
  background: #4D5797;
  min-height: 36px;
  text-align: center;
  line-height: 30px;
}
.videos-list .video.new header:before{
  content: 'NEW';
  background: #36B0C9;
}
.videos-list .video h3{
  margin-bottom: 5px;
  font-size: 20px
}
.videos-list .video h3 a{
  color: #292D45;
}
.single-videos .description, .single-videos .presenter, .single-videos .video-details{
  margin-bottom: 40px;
}
.single-videos .presenter h6, .single-videos .video-details h6{
  color: #707070;
  margin-bottom: 10px;
  font-size: 14px;
}
.single-videos .video-details p{
  color: #292D45;
}
.single-videos .entry-content{
  margin-bottom: 60px
}
.single-videos .presenter h4, .single-videos .video-details h4{
  color:#292D45;
  font-size: 18px;
  margin-bottom: 5px
}
.single-videos .video-thumbnail{
  margin-bottom: 30px;
}
.single-videos .product-options{
  background: #F7F7F7;
  border-radius: 5px;
}
.single-videos .product-options h4{
  letter-spacing: 1px;
  color: #FFFFFF;
  margin-bottom: 0px;
  background: #707070;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 13px 20px !important;
  font-size: 14px;
}
.video-add-to-cart{
  font-weight: bold;
}
.single-videos .product-options .row{
  margin-bottom: 25px
}
.single-videos .product-options .col-sm-6:not(:last-child){
  position: relative;
}
.single-videos .product-options .col-sm-6:not(:last-child):after{
  content: '';
  position: absolute;
  top: 0; bottom: 0; right: 8px;
  border-right: 5px solid #EAEAEA;
}
.single-videos .product-options h4, .single-videos .product-options .wrapper{
  padding: 20px;
}
.single-videos .video-header .flex{
  display: flex;
  flex-wrap: wrap;
}
.single-videos .video-header .flex > div{
  flex-basis: 100%;
}
.single-videos .video-header h2{
  margin-top: 0
}
.single-videos .video-header{
  padding: 30px;
  background: #bfd1e9;
  border-radius: 5px;
  margin-bottom: 50px;
  border-top: solid 50px #4d5797;
}
.single-videos .video-header .wrapper > .row > div{
  position: relative;
}
.single-videos .video-header .wrapper > .row > div:not(:last-child):after{
  content: '';
  position: absolute;
  top: 0; bottom: 0; right: 0;
  border-right: 5px solid #eaeaea;
}
.single-videos .presenter .speaker{
  margin-bottom: 20px
}
.video-default-thumbnail{
  font-size: 20px
}
.single-event .event-banner.style-7{
  text-align: center;
}
.single-event .event-banner.style-7 .sub-headline{
  text-transform: none;
  font-weight: 300;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto
}
.single-event .event-banner.style-7 h2{
  font-size: 62px;
  text-transform: none;
}
.single-event .event-banner.style-7 .row > .col-12:first-child{
  margin-top: 20px;
}
.single-event .event-banner.style-7 .presenter{
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 20px;
}
.single-event .event-banner.style-7 .title-strip{
  background-color: rgb(51 71 132 / 0.80);
}
input[name="autorenew"] + span .holding-text:before{
  content: 'Auto-renew is turned off.';
}
input[name="autorenew"]:checked + span .holding-text:before{
  content: 'Auto-renew is turned on.';
}
.video-wrapper .arve-embed-container{
  position: relative
}
.video-wrapper .arve-iframe{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.single-event .image-based-banner{
  position: relative;
  margin-bottom: 0 !important
}
.single-event .image-based-banner img{
  width: 100%;
}
.single-event .image-based-banner .register{
  background: transparent !important;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}
.cicero-online-entry-form ul{
  position: relative;
}
.cicero-online-entry-form ul:before{
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  bottom: 0;
}
.cicero-online-entry-form ul.mask-error:before{
  background: #fff;
  opacity: .7;
}
.cicero-online-entry-form ul.mask-error:after{
  content: 'Please wait a few seconds while we initiate the form.';
  font-size: 14px;
  background: #292d45;
  color: #fff;
  padding: 10px 20px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.cicero-online-entry-form ul.unmask:before, .cicero-online-entry-form ul.unmask:after{
  display: none;
}
.additional-materials{
  padding-left: 0;
  column-count: 2;
}
.additional-materials li{
  margin-left: 0;
  list-style-type: none;
}
.additional-materials li a{
  color: #292D45;
  font-size: 15px;
}
.executive-communication-posts .speech{
  width: 33.33%; max-width: 33.33%;
  flex-basis: 33.33%
}
.ecc-sidebar-widgets{
  padding: 25px;
  border-radius: 10px
}
.ecc-sidebar-widgets > div > h3{
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.ecc-sidebar-widgets .homepage-events{
  background: transparent; padding: 0;
}
.page-id-12844 #footer-widgets, .page-id-12844 .site-branding .site-brand-inner .site-description,
.page-id-12844 .header-right-wrapper, .page-id-12844 .top-nav ul li.has-sub-menu{
  display: none !important
}
.page-id-12844 .site-branding{
  margin-top: -60px;
}
.page-id-12844 .site-branding img{
  width: 200px
}
.max-width-500px{
  max-width: 500px
}
.max-width-400px{
  max-width: 400px
}
.executive-communication-posts.homepage-articles-container:before{
  display: none
}
.executive-communication-posts.homepage-articles-container .speech .wrapper, .executive-communication-posts .homepage-featured-speeches .wrapper .details{
  background: #0A469D;
}
.executive-communication-posts .homepage-featured-speeches .wrapper .author .row{
  background: #2BDB9F
}
.homepage-articles-container.executive-communication-posts{
  color: #fff
}
.homepage-articles-container.executive-communication-posts .categories{
  color: #ACACAC !important;
}
.homepage-articles-container .categories:empty{
  display: none
}
.homepage-articles-container .categories{
  line-height: 16px; margin-bottom: 10px;
}
.executive-communication-posts.homepage-articles-container .load-more{
  color: #ffffff !important;
  background: linear-gradient(90deg, #35dda4 0%, #1ecac6 100%) !important;
}
.ecc-sidebar-widgets .homepage-events a{
  color: #fff; font-weight: normal
}
.ecc-sidebar-widgets .homepage-events ul li:after{
  background: #29D9A3; bottom: 5px
}
.ecc-sidebar-widgets .homepage-events .description{
  color: #292D45;
  font-size: 11px; font-weight: 600
}
/* .homepage-events li[data-id="8195"]{
  display: none
} */
.page-id-12844 .site-footer .site-info{
  padding-top: 20px; padding-bottom: 0;
  background: #012E73
}
.page-id-12844 .site-footer  ul.cnss-social-icon li.cn-fa-icon a{
  background: transparent !important
}
.ecc-sidebar-widgets .videos-list .video header, .ecc-sidebar-widgets .videos-list .video header:before{
  background: #0A469D;
}
.ecc-sidebar-widgets .videos-list .video.new header:before{
  background: #29D9A3
}
.ecc-sidebar-widgets .videos-list .line-bottom:before{
  background: #29D9A3;
}
.ecc-sidebar-widgets .homepage-events li{
  padding-right: 40px;
  position: relative;
}
.ecc-sidebar-widgets .homepage-events li:before{
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  font-size: 20px; font-weight: 900;
  position: absolute; bottom: 40px; right: 15px;
}
.ecc-footer-widgets-replacement ul{
  margin: 0 !important; padding: 0
}
.ecc-footer-widgets-replacement ul li{
  list-style-type: none; margin-left: 0
}
.ecc-footer-widgets-replacement ul li a{
  color: #fff;
}
.ecc-report-search{
  max-width: 700px; margin:0 auto;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
#gform_wrapper_33{
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px; background: #fff;
}
.ecc-report-search form, #gform_wrapper_33 form{
  display: flex;
  align-items: center;
}
.ecc-report-search form > *, #gform_wrapper_33 form > div{
  flex: 1
}
#gform_wrapper_33 form > div{
  margin: 0 !important;padding: 0 !important
}
.ecc-report-search .search-input{
  position: relative;
  background: url(../../../wp-content/uploads/2020/04/search.svg) no-repeat;
  background-position: 20px center;
  background-size: 20px;
}
.ecc-report-search .search-input input, #gform_wrapper_33 form > div input{
  background: transparent !important;
  width: 100%;
  border: 0 !important;
  padding: 20px 30px;
  padding-left: 55px;
  outline: 0;
  font-size: 18px;
}
#gform_wrapper_33 form > div{
  flex: 1
}
#gform_wrapper_33 form > div .gfield input{
  padding-left: 25px !important
}
#gform_wrapper_33 form > .gform_footer{
  width: 150px;
  max-width: 150px;
}
.ecc-report-search form > button, #gform_wrapper_33 form > .gform_footer input{
  width: 140px;
  max-width: 140px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #ffffff !important;
  background: linear-gradient(90deg, #35dda4 0%, #1ecac6 100%) !important;
  border: 0 !important;
  outline: 0;
  padding: 17px 15px;
  font-size: 18px;
}
#gform_wrapper_33 form > .gform_footer input{
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: normal;
  letter-spacing: 0; width:100%; max-width: 100%
}
.ecc-report-search form > button svg{
  margin-left: 5px;
}
.categories > .separator:only-child, .categories > .separator:last-child{
  display: none
}
.executive-communication-header.single-header-strip{
  background: #2BDB9F; margin-top: 0 !important
}
.executive-communication-header.single-header-strip .back-to-home {
  color: #fff;
}
.ecc-single-post-banner{
  margin-bottom: 0 !important; background: url(../../../wp-content/uploads/2020/04/gradienta-m_7p45JfXQo-unsplash@2x-scaled.jpg); padding: 25px 0
}
.ecc-single-post-banner .overlay{
  opacity: 1; background-image: url(../../../wp-content/uploads/2022/08/Rectangle-551@2x.png); background-size: cover; background-position: center center; background-attachment: scroll; background-repeat: no-repeat;
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}
#menu-second-execcomm-awards li a {
  color: #5CAD8D !important;
}
.main-navigation.show .onepress-menu ul{
  display: block;
  height: initial;
  overflow: initial;
  opacity: 1;
  z-index: 99; padding: 10px 10px 15px
}
.single-event .kt-tabs-wrap .wp-block-kadence-tab[role=tabpanel]{
  display: block!important
}
.white-paper-download-popup form #field_26_4{
  display: none !important
}
.white-paper-download-popup form>div.gform_footer input{
  margin: 0; display: block !important
}
#page .get-the-ec-report{
  color: #000 !important;
  position: relative;
  padding-left: 55px;
  font-size: 17px !important;
  line-height: 1.3;
}
#page .get-the-ec-report:before{
  content: "\f0e0";
  position: absolute;
  top: -8px;
  left: 0;
  color: #2d4ebb;
  font-family: 'Font Awesome 5 Free';
  font-size: 42px;
  opacity: 1;
}
#page .execom-report-title{
  font-weight: 600; font-size: 3rem !important
}

.page-id-14 .on-page-menu.cicero-awards .wp-image-157 {
	display: none;
}
.on-page-menu.cicero-awards .wp-block-columns > div:last-child {
	flex-grow: 1 !important;
}
#gform_23 .gform_button.button {
	background-color: #b4975a !important;
}
.page-id-464 .btn.btn-info {
	background: #b4975a !important;
	border-color: #b4975a !important;
}

@media (min-width: 1180px){
  .single-event .image-based-banner .medium-screen{
    display: none;
  }
}
@media (min-width: 800px){
  .events-list .thumbnail > img.small{
    display: none;
  }
}
@media (min-width: 600px){
  .single-event .image-based-banner .small-screen{
    display: none;
  }
}
@media (max-width: 1200px){
  .single-event .event-banner .title-strip .col-2{
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    max-width: 150px;
  }
  .single-event .event-banner .title-strip .col-10{
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 48px;
    text-align: center;
  }
  .events-list .wrapper .thumbnail{
    height: 255px !important
  }
}

@media (max-height: 660px){
  .single-event .event-banner .thumbnail {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1180px){
  .single-event .image-based-banner .large-screen{
    display: none
  }
  .entry-content > .alignfull.not(.event-banner){
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-branding .site-brand-inner{
    max-width: calc(100% - 238px);
  }
  .homepage-articles > .col-sm-9{
    margin-bottom: 40px;
  }
  .homepage-articles > .col-sm-9, .homepage-articles > .col-sm-3{
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .homepage-events ul {
    padding: 0;
    margin: 0;
    display: flex;
    padding: 0 20px;
  }
  .homepage-articles-container .speech{
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
  .site-branding{
    width: calc(100% - 50px);
  }
  #nav-toggle{
    top: -40px;
  }
  .onepress-menu.onepress-menu-mobile{
    height: auto !important;
    display: block;
    top: 125px !important;
  }
  .onepress-menu.onepress-menu-mobile li{
    display: block;
    text-align: left;
  }
  .onepress-menu > li:first-child a{
    padding-left: 20px;
  }
  .psa-banner ul.text-white[style*="fixed"] {
    width: 22%;
  }
  .page-template-page-double-menu .top-nav{
    right: 65px;
  }
  .page-template-page-double-menu #nav-toggle {
    top: -37px;
  }
  .page-template-page-double-menu #site-navigation{
    opacity: 1;
    height: auto;
    padding: 0;
    background: #fff;
    top: 0;
  }
  .page-template-page-double-menu .onepress-menu.onepress-menu-mobile {
    top: 50px !important;
  }
  .page-template-page-double-menu #masthead {
    padding: 30px 0 0;
  }
  .page-template-page-double-menu #site-navigation:after, .page-template-page-double-menu #site-navigation.show ul.onepress-menu:after{
    display: none;
  }
  .wp-block-spacer[style*="100px"]{
    height: 60px !important;
  }
  .page-template-page-double-menu #site-navigation{
    visibility: visible;
  }
  .onepress-menu > li ul.sub-menu a{
    background: transparent !important;
    padding: 5px 10px;
  }
  .onepress-menu > li ul.sub-menu{
    padding: 0px 0px 0px 25px
  }
  .onepress-menu.onepress-menu-mobile li{
    background: #f7f7f7;
    border-top: 0;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow{
    color: #777777;
    border-left: 0;
  }
  .double-menu-trigger{
    display: none;
  }
  .onepress-menu.onepress-menu-mobile{
    background: #f7f7f7;
  }
  .onepress-menu.onepress-menu-mobile a{
    color: #777777 !important;
  }
  .onepress-menu.onepress-menu-mobile > li *{
    background: transparent !important;
  }
  .onepress-menu .current_page_item, .onepress-menu .current_page_parent, .onepress-menu > li > a:hover{
    background-color: #36b0c9 !important;
  }
  .onepress-menu #menu-item-38.current_page_item, .onepress-menu #menu-item-38.current_page_parent, .onepress-menu #menu-item-38 > a:hover{
    background-color: #292d45 !important;
  }
  .onepress-menu.onepress-menu-mobile .current_page_item *, .onepress-menu.onepress-menu-mobile .current_page_parent *, .onepress-menu > li > a:hover{
    color: #fff !important;
  }
  .onepress-menu #menu-item-41.current_page_item, .onepress-menu #menu-item-41.current_page_parent, .onepress-menu #menu-item-41 > a:hover{
    background-color: #bfd1e8 !important;
  }
  .onepress-menu #menu-item-41.current_page_item a, .onepress-menu #menu-item-41.current_page_parent a, .onepress-menu #menu-item-41 > a:hover{
    color: #292d45 !important;
  }
  .home .homepage-events ul li{
    flex-basis: 33.33%;
  }
  .home .homepage-events{
    padding: 30px 20px;
  }
  .event-banner.style-2 .style2-wrapper{
    max-width: calc(100% - 80px);
  }
  .entry-content > .alignfull.gb-block-container:not(.full-width-content) > div > .gb-container-content,
  .entry-content > .alignfull:not(.full-width-content) > div > .kt-row-column-wrap,
  .entry-content > .alignfull:not(.full-width-content) > .kt-row-column-wrap{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .event-banner.style-5 .style5-wrapper .strip span:before{
    left: 0;
  }
  .ecc-sidebar-widgets .homepage-events ul{
    display: block; padding:0
  }
}

@media screen and (max-width: 800px){
  .site-branding .site-brand-inner {
    max-width: calc(100% - 30px);
  }
  .site-branding .site-brand-inner .site-description{
    line-height: 20px;
    font-size: 15px;
  }
  .homepage-events ul{
    flex-wrap: wrap;
    padding: 0;
  }
  .homepage-events ul li{
    flex-basis: 100%;
    max-width: 100%;
  }
  .homepage-articles-container .speech {
    flex-basis: 50%;
    max-width: 50%;
  }
  .recent-week-speeches .recent-speech{
    flex-wrap: wrap;
  }
  .recent-week-speeches .recent-speech > div{
    flex-basis: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
  .recent-week-speeches .recent-speech{
    padding-top: 20px;
  }
  .recent-week-speeches .recent-speech > div:not(.author){
    padding: 0 20px;
  }
  .recent-week-speeches .recent-speech > div:last-child .row > div:first-child{
    max-width: 65px;
  }
  .psa-banner ul.text-white[style*="fixed"]{
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
  }
  .psa-banner{
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .benefits-of-belonging .wp-block-column{
    width: 100%;
    flex-basis: 100% !important;
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 0 !important;
  }
  .hide-tab{
    display: none;
  }
  .second-menu-container ul{
    padding-left: 0;
    text-align: left;
  }
  .on-page-menu .wp-block-image{
    text-align: center;
    width: 100%;
  }
  .on-page-menu .wp-block-image img{
    display: inline-block;
    max-width: 200px;
  }
  .on-page-menu .wp-block-navigation.items-justified-right>ul{
    justify-content: center;
      margin: 10px 0;
  }
  .on-page-menu .wp-block-navigation.items-justified-right>ul a{
    padding: 0 12px;
  }
  .large-font {
    font-size: 2.5rem;
  }
  .date-and-deadlines .wp-block-column:not(:last-child):after{
    display: none;
  }
  .center-in-mobile > .wp-block-column{
    flex-basis: 100% !important;
    max-width: 100%;
    text-align: center;
    margin-bottom: 14px;
  }
  .past-year-speech-winners form{
    margin: 0 auto;
  }
  .wp-block-spacer[style*="100px"]{
    height: 50px !important;
  }
  .wp-block-spacer[style*="60px"]{
    height: 30px !important;
  }
  .gb-container-content[style*="800px"]{
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-page-double-menu .psa-pricing-columns .wp-block-column{
    flex-basis: 100% !important;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .prof-speechwriters-banner .wp-block-column{
    flex-basis: 100% !important;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .prof-speechwriters-banner .wp-block-column:first-child{
    order: 2;
  }
  .single-event .event-banner{
    padding-left: 0;
    padding-right: 0;
  }
  .single-event .event-banner .title-strip .col-10 > p{
    font-size: 20px;
  }
  .single-event .event-banner .title-strip h2{
    font-size: 38px;
  }
  .single-event .event-banner .thumbnail {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .second-menu-container ul > li a{
    padding-right: 0;
    padding-left: 18px;
  }
  .single-post .post-content, .single-post .post-sidebar{
    flex-basis: 100%;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .single-post #comments{
    margin-bottom: 10px;
  }
  #commentform .comment-form-cookies-consent{
    display: flex;
  }
  #commentform .comment-form-cookies-consent input{
    min-width: 18px;
  }
  #commentform .comment-form-cookies-consent label {
    text-align: left;
    padding-left: 10px;
  }
  .account-navigation.on-page-menu .wp-block-navigation .wp-block-navigation-link {
    min-height: unset;
    line-height: 30px;
  }
  .on-page-menu.account-navigation .wp-block-navigation.items-justified-right>ul{
    justify-content: flex-end;
  }
  .on-page-menu.account-navigation .wp-block-navigation.items-justified-right>ul li{
    min-height: unset;
    line-height: 30px;
  }
  .subscription-products > div:nth-child(2) {
    margin-left: 32px;
  }
  .home .homepage-events ul li{
    padding: 0 10px;
  }
  .recent-week-speeches .recent-speech > div.excerpt{
    margin-bottom: 20px;
  }
  #cookie-law-info-bar span span{
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
  .home .homepage-events ul li:after {
    left: 10px;
    bottom: -10px;
  }
  .vs-subscription-form-container select{
    padding: 12px 5px;
  }
  .subscription-products > div > .wp-block-group .wp-block-columns > .wp-block-column{
    flex: 1;
  }
  .subscription-products > div > .wp-block-group .wp-block-columns > .wp-block-column:first-child{
    max-width: 100px;
  }
  .second-menu-container ul > li a {
    font-size: 13px;
  }
  #customer_login .row:not(.buttons) .col-6 p .widont{
    display: inline-block;
  }
  /* .widont{
    display: block;
    line-height: 0;
  } */
  .page-id-194 .on-page-menu .wp-block-columns > div:first-child , .page-id-6325 .on-page-menu .wp-block-columns > div:first-child {
    max-width: 110px;
  }
  .wp-block-columns.psa-pricing-columns{
    max-width: 400px;
    margin: 0 auto;
  }
  .on-page-menu.account-navigation .wp-block-columns > div:first-child {
    max-width: 200px;
  }
  .on-page-menu.account-navigation .wp-block-columns > div:first-child h3{
    font-size: 18px;
  }
  .archive-list.speech-archive{
    overflow-x: hidden;
  }
  .post-content, .post-sidebar{
    flex-basis: 100%;
    max-width: 100%;
  }
  .custom-footer > div{
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .custom-footer > div:first-child{
    order: 2;
  }
  .custom-footer ul{
    justify-content: flex-start;
  }
  .custom-footer ul > li:first-child{
    padding-left: 0;
  }
  .site-footer .site-info{
    padding-top: 0;
  }
  .events-list .wrapper .thumbnail {
    height: 370px;
  }
  .event-banner.style-2 .style2-wrapper{
    background-position: center calc(100% + 1px);
  }
  .event-banner.style-2 .style2-wrapper h1{
    font-size: 38px;
  }
  .event-banner.style-2 .style2-wrapper .head-title, .event-banner.style-2 .style2-wrapper .sub-headline, .event-banner.style-2 .style2-wrapper .strip{
    font-size: 20px;
  }
  .single-header-strip .back-to-home{
    right: 15px;
  }
  .homepage-articles-container{
    padding: 0 15px;
  }
  .single-event .event-banner.style-3 h2{
    font-size: 40px
  }
  .event-banner.style-5 .style5-wrapper .strip span:before{
    display: none;
  }
  .event-banner.style-5 .psa-logo{
    display: block;
  }
  .single-videos .video-header .wrapper > .row > div:after{
    display: none;
  }
  .single-videos .video-header .wrapper > .row > div:first-child{
    padding-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
  }
  .single-videos .video-header .wrapper > .row > div, .video-details-container > div > .col-sm-6{
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .single-videos .video-header .wrapper > .row > div:not(:last-child), .video-details-container > div > .col-sm-6:not(:last-child){
    margin-bottom: 25px;
  }

  .single-event .event-banner.style-7 .presenter {
    font-size: 15px;
  }
  .events-list .thumbnail > img.medium{
    display: none;
  }
  .executive-communication-posts .speech{
    flex-basis: 50%; max-width: 50%; width: 50%
  }
  #page .ecc-posts-items-main-container .kt-row-column-wrap{
    flex-wrap: wrap !important
  }
  #page .ecc-posts-items-main-container .kt-row-column-wrap > div{
    width: 100%; flex-basis: 100%; margin-left: 0 !important; margin-right: 0 !important; margin-bottom: 30px !important
  }
  p[style="font-size:28px"]{
    font-size: 24px !important
  }
  .events-list .event.style-5 .thumbnail img{
    object-fit: contain !important
  }
}
@media screen and (max-width: 600px){
  #page .execom-report-title{
    font-weight: 600; font-size: 2rem !important
  }
  .homepage-articles .homepage-featured-speech{
    overflow-x: hidden;
  }
  .homepage-articles > .col-sm-3 h2{
    margin-top: 25px;
  }
  .homepage-articles > .col-sm-3 .text-white{
    color: #36B0C9 !important;
  }
  .homepage-articles-container .speech{
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .site-branding {
    width: calc(100% - 80px);
  }
  .site-branding .site-brand-inner{
    max-width: 100%;
    flex-wrap: wrap;
  }
  .site-branding img{
    max-width: 240px;
  }
  .site-branding .site-brand-inner .site-description{
    margin-left: 0;
  }
  .homepage-articles-container .speech .wrapper{
    padding-bottom: 0 !important;
  }
  .homepage-articles-container .speech .wrapper .author{
    position: static;
  }
  .custom-footer > div{
    flex-basis: 50%;
    max-width: 50%;
  }
  .onepress-menu.onepress-menu-mobile {
    top: 160px !important;
  }
  .homepage-featured-speeches.row{
    margin-top: 55px;
  }
  #gform_1 > div.gform_footer input[type="submit"]{
    margin-bottom: 0;
    padding: 10px;
  }
  #gform_wrapper_1{
    margin-top: 30px;
  }
  .desktop-only{
    display: none;
  }
  .professional-speechwriters-association-header > div:first-child{
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
  }
  .user-account-navigation li{
    margin-bottom: 15px;
  }
  .resources-list header, .archive-list header, .subscription-renewal{
    display: flex;
    flex-wrap: wrap;
  }
  .resources-list header label, .archive-list header .data-selector, .subscription-renewal a{
    order: 2;
    margin-top: 0;
    float: none;
    top: unset;
  }
  .subscription-renewal a{
    margin-top: 20px;
  }
  .archive-list header h3, .resources-list header h3{
    width: 100%;
    display: block;
  }
  .resources-list .row, .archive-list .row{
    margin-top: 20px;
  }
  .resources-list .row > div:first-child, .archive-list .row > div:first-child{
    padding-left: 15px;
    color: #292D45;
    font-weight: 600;
  }
  .resources-list .row > div, .archive-list .row > div{
    margin-bottom: 15px;
    text-align: left !important
  }
  .footer-widgets .sidebar .widget{
    margin-bottom: 15px;
  }
  .recent-week-speeches .recent-speech > div:last-child{
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
  }
  .homepage-articles-container:before{
    height: 700px;
  }
  .page-template-page-double-menu .top-nav{
    position: static;
    margin-bottom: 10px;
  }
  .page-template-page-double-menu #masthead{
    padding: 5px 0 0;
  }
  .page-template-page-double-menu .onepress-menu.onepress-menu-mobile {
    top: 100px !important;
  }
  .on-page-menu{
    margin-top: 0 !important;
  }
  .page-template-page-double-menu .wp-block-navigation .wp-block-navigation-link{
    min-height: 35px;
  }
  .categories-container ul > li ul{
    column-count: 1;
  }
  .judges .wp-block-media-text .wp-block-media-text__media{
    margin-bottom: 20px;
  }
  .judges .wp-block-media-text .wp-block-media-text__media img{
    max-width: 250px;
    margin: 0 auto;
    display: block;
  }
  .single-event .event-banner .thumbnail{
    padding-bottom: 70px;
  }
  .single-event .sponsors.row{
    margin-top: 30px;
  }
  .single-event .sponsors.row .col-sm-4{
    margin-bottom: 15px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .vital-issues-header{
    flex-wrap: wrap;
  }
  .vital-issues-header > div:last-child{
    flex-basis: 100%;
    margin-top: 10px;
  }
  .wp-block-navigation .wp-block-navigation-link{
    min-height: 36px;
  }
  .resources-list .row > div, .archive-list .row > div{
    margin-bottom: 0;
  }
  .psa_resources .featured-post .col-sm-6{
    margin-bottom: 20px;
  }
  .psa_resources .featured-post .title-strip > .row > div:first-child{
    text-align: center;
    padding-left: 0 !important;
  }
  .psa_resources .featured-post .title-strip > .row > div:first-child img{
    max-width: 80%;
  }
  .psa_resources .featured-post .title-strip > .row > div{
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
  }
  #page .resources-list .row > div{
    max-width: 100% !important;
    flex-basis: 100%;
    margin-bottom: 10px;
    text-align: left !important;
  }
  .top-nav span.text{
    display: none;
  }
  .top-nav ul li{
    font-size: 24px;
  }
  #masthead{
    padding-top: 0;
  }
  .site-branding .site-brand-inner .site-description{
    display: none;
  }
  .header-right-wrapper, #site-navigation{
    height: 0;
  }
  #nav-toggle {
    top: -30px;
  }
  .on-page-menu .wp-block-column{
    flex-basis: 100% !important;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .onepress-menu.onepress-menu-mobile {
    top: 120px !important;
  }
  .onepress-menu{
    margin: 0;
  }
  .site-branding .site-logo-div {
    line-height: 50px;
  }
  .second-menu-container ul > li a {
    padding-left: 0;
    padding-right: 18px;
  }
  .second-menu-container{
    display: none;
  }
  #comments .comment .comment-time{
    display: block;
  }
  #commentform{
    padding: 30px;
  }
  #commentform > p{
    flex-basis: 100%;
    margin-left: 0 !important;
  }
  .on-page-menu.account-navigation .wp-block-columns > div:first-child h3{
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
  }
  .shop_table thead{
    display: none;
  }
  .shop_table tbody, .shop_table tbody tr, .shop_table tbody td{
    display: block;
  }
  .shop_table tbody tr{
    margin-bottom: 15px;
    border: 1px solid;
    padding-top: 10px;
  }
  .shop_table tbody td{
    padding: 5px 15px;
    border-top: 0 !important;
  }
  .shop_table tbody td.woocommerce-orders-table__cell-order-status{
    font-size: 12px;
    color: #36B0C9;
  }
  #input_6_24 > li{
    flex-basis: 100%;
  }
  .whitepapers-studies a span{
    display: inline-block;
  }
  .whitepapers-studies p {
    font-size: 18px;
    color: #292D45;
  }
  table.variations, table.variations tbody, table.variations tr, table.variations td{
    display: block;
  }
  table.variations tr{
    padding: 10px;
    border: 1px solid;
    margin-bottom: 20px;
  }
  .single-event .kt-tabs-title-list{
    margin-bottom: 25px !important;
  }
  .single-event .event-banner .title-strip h2 {
    font-size: 32px;
  }
  .wp-block-kadence-tabs .kt-tabs-id_2134fb-93 > .kt-tabs-title-list li .kt-tab-title, .kt-tabs-id_2134fb-93 > .kt-tabs-content-wrap > .kt-tabs-accordion-title .kt-tab-title{
    padding: 8px 16px !important;
  }
  .site-footer .site-info{
    padding-top: 0;
  }
  .homepage-articles-container .speech.has-thumbnail .wrapper{
    padding-bottom: 0 !important;
  }
  .homepage-featured-speeches .wrapper .details{
    min-height: unset;
  }
  .homepage-articles-container .speech .excerpt{
    margin-bottom: 20px;
  }
  .home .homepage-events ul li{
    flex-basis: 100%;
  }
  .cnss-social-icon{
    display: flex;
   justify-content: flex-end;
  }
  .cnss-social-icon a{
    margin: 0 5px !important;
  }
  #gform_1 > div.gform_footer input[type="submit"]{
    padding: 14px 10px !important;
  }
  .home .homepage-articles-container .speech {
    margin-bottom: 20px;
  }
  .cli-modal.cli-blowup .cli-modal-dialog{
    margin-left: 0;
    padding: 0 20px;
  }
  .homepage-featured-speeches .wrapper .author .row{
    padding: 15px;
  }
  .subscription-products > div:nth-child(2){
    margin-left: 0;
    margin-top: 30px;
  }
  .subscription-products > div > .wp-block-group .wp-block-columns, .subscription-products > div .vs-subscription-form-container{
    position: static;
  }
  .subscription-products > div > .wp-block-group{
    padding-bottom: 20px;
  }
  .vs-subscription-form-container .btn{
    margin-left: 0;
  }
  #gform_fields_3 > li {
    flex-basis: 100%;
  }
  .custom-my-account-login-form{
    padding: 28px 20px 20px;
  }
  #customer_login .row:not(.buttons) .col-6{
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }
  #customer_login .row:not(.buttons) .col-6 p{
    text-align: left !important;
  }
  p[style*="font-size:24px"]{
    font-size: 20px !important
  }
  .vital-issues-header .selector{
    flex-wrap: wrap;
  }
  .vital-issues-header .selector > *{
    flex-basis: 50%;
    border-radius: 0 !important;
  }
  .vital-issues-header .selector > select[name="cat-selector"] {
    flex-basis: 100%;
    border-left: 1px solid #acacac !important;
    margin-top: 10px;
  }
  .resources-list .row > div, .archive-list .row > div {
    margin-bottom: 10px;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .resources-list .row > div.text-center, .archive-list.speech-archive .row > div.text-center{
    text-align: left !important;
  }
  .psa_resources .tab-content{
    padding: 15px;
  }
  .psa_resources .nav-tabs > li a{
    padding: 15px;
  }
  .psa_resources .load-more button{
    width: 100%;
    min-width: unset;
  }
  #gform_fields_4 > li{
    flex-basis: 100%;
  }
  .woocommerce table.shop_table{
    display: block;
  }
  .custom-footer > div > ul{
    display: block;
  }
  .custom-footer > div > ul > li{
    width: 100%;
    display: block;
    border-left: 0 !important;
    margin-bottom: 20px;
    padding-left: 0; padding-right: 0;
  }
  .custom-footer ul > li > span{
    color: #fff;
  }
  .custom-footer .cnss-social-icon {
    text-align: left !important;
    display: block;
  }
  .custom-footer ul.cnss-social-icon li.cn-fa-icon a:first-child{
    margin-left: 0 !important;
  }
  .custom-footer > div{
    flex-basis: 100%;
    max-width: 100%;
  }
  .custom-footer ul > li > div > span{
    padding-right: 15px;
  }
  .events-list .wrapper .details .date-location, .events-list .wrapper .details h3{
    display: none;
  }
  .wc-proceed-to-checkout a{
    width: 100%;
    margin-bottom: 10px !important;
  }
  #post-14 .entry-content > .on-page-menu + .gb-block-container.alignfull .gb-container-image-wrap img{
    visibility: hidden;
  }
  #post-14 .entry-content > .on-page-menu + .gb-block-container.alignfull .gb-container-image-wrap{
    background-image: url(/wp-content/uploads/2020/05/mobile-bg-pen-1.jpg);
    background-position: bottom right;
    background-size: cover;
  }
  #post-14 .entry-content > .on-page-menu + .gb-block-container.alignfull .gb-container-content .wp-block-spacer:first-child{
    height: 60px !important;
  }
  #post-14 .entry-content > .on-page-menu + .gb-block-container.alignfull .gb-container-content{
    padding-bottom: 40%;
  }
  #post-14 .entry-content > .on-page-menu + .gb-block-container.alignfull .large-font {
    font-size: 38px;
  }
  .entry-content p.line-bottom[style*="font-size:30px"]{
    font-size: 22px !important;
  }
  .entry-content > .on-page-menu + .gb-block-container.alignfull .gb-container-content{
    padding-left: 20px;
    padding-right: 20px;
  }
  .events-list .wrapper .thumbnail{
    height: 350px;
  }
  .event-banner.style-2 .style2-wrapper h1{
    font-size: 28px;
  }
  .event-banner.style-2 .style2-wrapper .head-title, .event-banner.style-2 .style2-wrapper .sub-headline, .event-banner.style-2 .style2-wrapper .strip {
      font-size: 14px;
      line-height: 20px;
      padding: 0 20px;
  }
  .event-banner.style-2 .style2-wrapper{
    background-position: bottom;
    padding: 30px 0px 50px
  }
  .event-banner.style-2 .style2-wrapper .strip{
    line-height: 35px;
  }
  .comments-count{
    top: 15px;
  }
  .single-event .event-banner.style-3 h2 {
    font-size: 35px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .single-event .sponsors h4{
    text-align: center !important;
    margin-bottom: 20px
  }
  .single-event .event-banner.style-5 .inner > p.text-white, .single-event .event-banner.style-5 H1{
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-event .event-banner.style-5 .inner > p.text-white {
    font-size: 18px;
  }
  .event-banner.style-5 .style5-wrapper .strip span {
    letter-spacing: 1px;
    line-height: 20px;
    padding: 8px 0;
  }
  .single-event #speakers .author-block{
    flex-wrap: wrap;
  }
  .single-event #speakers .author-block > .name{
    flex-basis: 100%;
    margin-top: 20px
  }
  .wp-block-media-text.is-stacked-on-mobile{
    display: block;
  }
  .wp-block-media-text .wp-block-media-text__media{
    margin-bottom: 20px;
  }
  .wp-block-media-text .wp-block-media-text__content{
    padding-left: 0;
    padding-right: 0;
  }
  .single-videos .product-options .col-sm-6:not(:last-child){
    margin-bottom: 25px;
  }
  .single-videos .product-options .col-sm-6:not(:last-child){
    padding-bottom: 20px;
    border-bottom: 2px solid #EAEAEA
  }
  .single-videos .product-options .col-sm-6:not(:last-child):after{
    display: none;
  }
  .single-videos .video-header .flex > div {
    flex-basis: 100%;
    padding: 0;
  }
  .single-videos .description, .single-videos .video-details{
    margin-bottom: 0
  }
  #page .text-left-on-mobile{
    text-align: left !important
  }
  .cicero-online-entry-form ul li{
    flex-basis: 100%
  }
  .single-event .image-based-banner .medium-screen{
    display: none
  }
  .additional-materials{
    column-count: 1
  }
  .single-event .event-banner.style-6 .title-strip h2{
    padding-left: 10px;
    padding-right: 10px
  }
  .single-event .event-banner .title-strip h2 {
    font-size: 24px;
  }
  .single-event .event-banner.style-6 .date-location {
    font-size: 20px;
  }
  .executive-communication-posts .speech{
    flex-basis: 100%; max-width: 100%; width: 100%
  }
  .wp-block-spacer[style*="height:100px"]{
    height: 50px !important
  }
  .wp-block-spacer[style*="height:80px"]{
    height: 40px !important
  }
  .wp-block-spacer[style*="height:60px"]{
    height: 30px !important
  }
  .ecc-report-search .search-input input, #gform_wrapper_33 form > div input {
    font-size: 16px;
  }
  #gform_wrapper_33 form > div .gfield input {
    padding: 10px 15px !important;
    font-size: 16px;
  }
  #gform_wrapper_33 form > .gform_footer input {
    padding: 10px 20px;
    font-size: 16px;
  }
  .ecc-report-search .search-input input, #gform_wrapper_33 form > div input {
    padding: 12px 30px 12px 47px;
  }
  .ecc-report-search form > button{
    padding: 10px 15px;
  }
  .page-id-12844 .site-branding {
    margin-top: -52px;
  }
  .homepage-articles-container.executive-communication-posts {
    color: #fff;
    margin-top: -60px;
  }
  .single-header-strip .back-to-home{
    position: static; display: block
  }
  #input_6_24{
    column-count: 1;
  }
  .single-post h1.entry-title {
    font-size: 24px;
  }
  .cicero-awards .second-menu-container {
	display: block !important;
  }
  .cicero-awards > .gb-container-inside > .gb-container-content > .wp-block-columns > .wp-block-column:first-child {
	  display: none;
	}
	.cicero-awards .second-menu-container ul  {
		text-align: center;
	}
	.page-curtain-background .gb-container-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.page-curtain-background .details-wrapper > .gb-container-inside > .gb-container-content > div {
		padding: 0 25px;
	}
}
@media screen and (max-width: 400px){
  .onepress-menu.onepress-menu-mobile a {
    font-size: 14px;
    word-break: normal;
    white-space: normal;
  }
  .vs-subscription-form-container select{
    width: 100%;
  }
  .resources-list .row > div:last-child, .archive-list .row > div:last-child{
    font-size: 12px;
  }
  .single-event .event-banner .title-strip h2 {
    font-size: 22px;
  }
  .single-event .event-banner.style-6 .date-location {
    font-size: 18px;
  }
  .single-event .event-banner.style-6 .head-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 375px){
  p[style*="font-size:24px"]{
    font-size: 20px !important
  }
  .single-event .event-banner .title-strip .col-10 > p{
    font-size: 16px;
  }
  /* .entry-content p .widont{
    display: block;
    height: 0;
    line-height: unset;
  } */
  #post-14 .entry-content > .on-page-menu + .gb-block-container.alignfull .large-font {
    font-size: 30px;
  }
}

#registration_information_field{
  padding-top: 20px;
  border-top: 1px solid;
  margin-top: 20px;
}
#registration_information_field .woocommerce-input-wrapper{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#registration_information_field .woocommerce-input-wrapper input{
  width: 16px;
  margin: 0;
}
#registration_information_field .woocommerce-input-wrapper label{
  width: calc(100% - 56px);
  margin-bottom: 20px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 0;
  position: relative;
  top: -8px;
  line-height: 25px;
  font-weight: normal;
}
#ship-to-different-address{
  position: absolute; left: -9999px; visibility: hidden;
}
.woocommerce-checkout .woocommerce-shipping-fields {
    margin-top: 0;
}
