/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C700%7CRaleway%3A300%2C400&ver=5.2.2');
@import url('//cdn2.hubspot.net/hubfs/6014950/CmiSpeakers-July2019/CSS/ui-font.css');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=2.1.3.4');


@font-face {
  font-family: 'Ultimate-Icons';
  src:
    url('//cdn2.hubspot.net/hubfs/6014950/CmiSpeakers-July2019/Fonts/Ultimate-Icons.ttf') format('truetype'),
    url('//cdn2.hubspot.net/hubfs/6014950/CmiSpeakers-July2019/Fonts/Ultimate-Icons.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/6014950/CmiSpeakers-July2019/Fonts/Ultimate-Icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 1000;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background-color: #ffffff;
  color: #393939;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  margin: 0 auto;
  padding:30px 60px;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0 0 10px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #393939;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 2px;
}
h2 {
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 2px;
}
h3 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 2px;
}
h4 {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 2px;
}
h5 {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 2px;
}
h6 {}

/* Anchor Links */
a {     color: #5f3e56; }
a:hover, a:focus { color: #99878d;     text-decoration: none;}

/* Lists */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}

.custom-header {
  background: rgba(89,89,89, 1);
  min-height: 126px !important;
}

.fl-icon-group-right {
  text-align: right;
}

.fl-icon {
  display: table-cell;
  vertical-align: middle;
}

.fl-icon-group .fl-icon {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.custom-header .fl-icon-group .fl-icon {
  margin-left: 40px;
}

.fl-icon a {
  text-decoration: none;
}

.ua-icon {
  font-family: 'Ultimate-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fl-icon i {
  float: left;
}

.header-social-icon .fl-icon i {
  color: #ffffff;
  font-size: 20px;
  height: auto;
  width: auto;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .fas {
  font-weight: 900;
}

.header-social-wrapper .page-center {
  padding: 0 40px !important;
}

.header-social-icon {
  padding: 0 40px;
}

.header-social-icon .fl-icon a:hover i {
  color: #99878d;
}

.fa-linkedin:before {
  content: "\f08c";
}

.header-social-wrapper {
  border-bottom: solid 1px rgba(112,112,112, 1);
}

.logo-wrapper .page-center {
  padding: 10px 40px 10px 60px !important;
}

.logo-wrapper .page-center > div.row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.logo-wrapper .page-center > div.row-fluid-wrapper > .row-fluid:before,
.logo-wrapper .page-center > div.row-fluid-wrapper > .row-fluid:after {
  content: none;
}

.custom-logo {
  width: 25% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;   
  margin-bottom: 5px;
}

.custom-menu-primary {
  margin: 0 !important;
  width: 75% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.logo-wrapper {
  background: rgba(89,89,89,1);
  border-bottom:solid 1px rgba(255,255,255, 1);
}

.fixed .logo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100% !important;
} 
/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {
  margin-bottom:30px;
}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.footer-bottom {
  background-color: rgba(89,89,89, 1);
  border-top: solid 1px rgba(105,105,105, 1);
}

.footer-bottom .page-center {
  padding: 0 60px !important;
}

.copyright {
  padding: 5px 20px 0;
}

.footer-links ul {
  font-size: 14px;
  float: right;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.footer-links ul li {
  border-left: solid 1px rgba(153,135,141,1);
  float: left;
}

.footer-links ul li:first-child {
  border: none;
}

.footer-links ul li a {
  line-height: 1;
  display: block;
  color: #c4c4c4;
  padding: 5px 20px;
  text-decoration: none;
}

.copyright p span {
  font-size: 12px;
  color: #c4c4c4;
}

.footer-bottom .page-center > div.row-fluid-wrapper > div.row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.footer-bottom .page-center > div.row-fluid-wrapper > div.row-fluid:before,
.footer-bottom .page-center > div.row-fluid-wrapper > div.row-fluid:after {
  content: none;
}

.footer-links ul li a:hover {
  color: #99878d;
}

.fl-row.footer-image-wrapper {
  background-color: rgba(89,89,89, 1);
  border-bottom: solid 1px rgba(105,105,105, 1);
}

.fl-row.footer-image-wrapper .image-col {
  width: 25%;
  float: left;
  text-align: center;
}

.footer-top {
  background-image: url(//cdn2.hubspot.net/hubfs/6014950/CmiSpeakers-July2019/Images/b-and-w-high-resTy-Corporate-Programs-2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
}

.footer-top .page-center {
  position: relative;
  z-index: 9;
  padding: 20px 60px 10px !important;
}

.footer-top:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #5f3e56;
  background-color: rgba(95,62,86, 0.85);
  width: 100%;
  height: 100%;
}

.footer-menu ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-menu ul ul {
  padding: 20px;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  padding: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 2px;
  padding-bottom: 10px;
}

.footer-menu ul ul li a {
  font-family: "Helvetica",Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 10px 10px 0;
  display: block;
  line-height: 1;
  white-space:normal!important;
}

.footer-menu ul ul li a:hover{
  color: #c4c4c4;
}

.contact-details h4 {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1;
}

.contact-details h4 span {
  color: #ffffff;
  font-size: 28px;
}

.contact-details a {
  color: #fff;
  text-decoration: none;
}

.contact-details p + h4 {
  margin-bottom: 3px;
  margin-top: 37px;
}

.footer-menu ul ul li {
  margin: 5px 5px 5px 0;
}

.get-in-touch-wrapper h2 {
  margin: 0;
  color: #fff;
}

.get-in-touch-wrapper .top-heading {
  padding: 20px 20px 10px;
}

.get-in-touch-wrapper .speaker-wrapper h4 {
  color: #fff;
  margin: 0;
  padding: 0 0 10px 0;
}

.fl-module-content {
  padding: 20px;
}

.fl-cta-button a.fl-button {
  font-weight: normal;
  display: inline-block;
  background: #595959;
  border: 1px solid #4d4d4d;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
}

.fl-cta-button a.fl-button:hover{
  background: #99878d;
  border: 1px solid #8d7b81;
}

span.fl-button-text {
  vertical-align: middle;
}

.get-in-touch-wrapper .speaker-wrapper .fl-button i {
  font-size: 1.3em;
  height: auto;
  vertical-align: middle;
  width: auto;
  margin-left: 8px;
}

.social-wrapper .fl-module-content {
  padding: 0 0 0 20px;
}

.social-wrapper span.fl-icon i {
  font-size: 25px;
  height: auto;
  width: auto;
  color: #fff;
}

.social-wrapper .fl-icon-group .fl-icon {
  margin-right: 20px;
}

.fadeIn {
  animation-duration: 1s !important;
}

.wow{
  visibility:hidden;
}

.footer-menu .hs-menu-wrapper>ul>li {
  width: 50%;
}

.footer-menu .hs-menu-wrapper>ul {
  display: block;
}

.speaker-wrapper .fl-cta-button {
  padding-top: 20px;
}

.contact-details {
  padding: 26px 20px 20px 0;
}

.contact-details {
  padding: 26px 20px 20px;
}

.get-in-touch-section {
  width: 25% !important;
  margin: 0 !important;
}

.contact-details {
  width: 25% !important;
  margin: 0 !important;
}

.footer-menu {
  width: 50% !important;
}

.social-wrapper span.fl-icon a:hover i {
  color: #99878d;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  float:right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  border-left: solid 1px rgba(153,135,141,1);
  font-size: 18px;
  position:relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child{
  border:none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a{
  padding-right: 54px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding:15px 40px;
  color:#fff;
  display: block;
  line-height: 1;
  text-decoration:none;
}

.child-trigger{
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  width: 54px;
  height: 62px;
  margin: -31px 0 0;
  pointer-events: none;
}

.child-trigger:before{
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 1;
  display: block !important;
  width: 9px;
  height: 9px;
  margin: -5px -5px 0 0;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateX( -5px ) rotate( 45deg );
  -ms-transform: translateX( -5px ) rotate( 45deg );
  transform: translateX( -5px ) rotate( 45deg );
  border-color: #ffffff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul{
  right:0 !important;
  left:auto !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: rgba(89,89,89,1);
  -webkit-box-shadow: 0 1px 20px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 20px rgba(0,0,0,0.1);
  box-shadow: 0 1px 20px rgba(0,0,0,0.1);
  min-width: 220px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  border-top:solid 1px rgba(153,135,141,1);
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:first-child{
  border-top:none;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  padding:15px 40px;
  color: #ffffff;
  display: block;
  line-height: 1;
  text-decoration:none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger{ display: none; }

@media (max-width: 991px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 40px;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    text-transform: none;
    color: #ffffff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
  }

  .mobile-trigger svg {
    display: inline-block;
    position: relative;
    width: 1.4em;
    height: 1.4em;
    vertical-align: middle;
  }

  .mobile-trigger svg rect {
    fill: #fff;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;

  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    pointer-events:auto;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 10px; /* Makes room for button */

  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    z-index:999;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    border-top:solid 1px rgba(153,135,141,1);
    font-size: 18px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a{
    padding-right: 54px;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    line-height: 1;
    color: #fff;
    display: block;
  }
  .child-trigger{

    margin: 0 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    box-shadow:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 18px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

  .child-trigger.child-open {
    -webkit-transform: rotate( -180deg );
    -ms-transform: rotate( -180deg );
    transform: rotate( -180deg );
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  margin-bottom: 10px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  border: 1px solid #e6e6e6;
  -moz-transition: all ease-in-out .15s;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  font-size: 14px;
  padding: 16px 15px;
  font-family: inherit;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  line-height: normal;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  background: transparent;
  color: #333333;
  width: 100%;
  max-width:767px;
  border-radius: 0;
  border-color: #cccccc;
  border-width: 1px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline:none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background: rgba(95,62,86,1);
  color: #ffffff;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-shadow: none;
  font-family: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border:none;
  display:inline-block;
  outline:none;
  white-space:normal !important;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background: #99878d;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}

ul.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
  color: red;
}

.hs-input.invalid.error {
  border-color: #DD4420;
}

/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

/*=========== keynote speaker layout ==========*/

.speaker-banner-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  padding: 60px 30px 100px;
  position: relative;
  border-bottom:solid 1px rgba(228,228,228, 1);
  overflow:hidden;
}

.Speaker-content {
  width: 60.02%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.Speaker-content .heading h2 {
  margin: 0;
  text-align: center;
  color: #ffffff;
}

.Speaker-content .fl-col-content {
  padding: 10px 20px;
  color: #fff;
}

.fl-separator {
  border-top: 1px solid #5f3e56;
  filter: alpha(opacity = 100);
  width: 10%;
  max-width: 100%;
  margin: auto;
}

.Speaker-content .fl-module-content {
  padding: 20px 0 36px;
}

.Speaker-content h3 {
  margin: 0 0 10px;
  text-align: center;
  color: #fff;
}

a.uabb-button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  position: relative;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 12px 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #9f3a86;
  border: 1px solid #9f3a86;
  font-size: 20px;
  line-height: 1.5em;
  color: #ffffff;
  cursor: pointer;
}

.speaker-banner-area .btn-wrapper {
  padding: 20px;
  text-align: center;
}

.speaker-banner-area:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(95,62,86, 0.5);
}

a.uabb-button:hover {
  background: #99878d;
  border: 1px solid #99878d;
  color: #fff !important;
}

.speakers-wrapper {
  padding: 60px 30px 100px;
}

.speaker-item-col {
  width: 25%;
  float: left;
}

.speaker-item-col .inner {
  padding: 20px 10px 0;
}

.speaker-item-col img {
  width: 100%;
  max-width: 100%!important;
  display: block;
  border-radius: 0!important;
  box-shadow: none!important;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.speakers-wrapper .uabb-banner-style .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  background: rgba(46,46,53,0.6);
}

.speaker-item-col h3 {
  margin: 0;
  padding: .7em 15px;
  display: block;
  text-align: center;
  min-height: 75px;
  color: #ffffff;
  background-color: #5f3e56;
}

.speaker-item-col a {
  text-decoration: none;
}

.speakers-wrapper .uabb-banner-style:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.speakers-wrapper .uabb-banner-style:hover .mask {
  opacity: 1;
}

.speakers-wrapper .uabb-banner-style .mask .uabb-inner-mask {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.speakers-wrapper .uabb-image-wrap {
  position: relative;
  overflow: hidden;
}

.speakers-wrapper .uabb-banner-style .mask .uabb-inner-mask .uabb-text-editor {
  text-align: center;
  padding: 15px 1.5em 0;
  margin-bottom: 0;
  display: block;
}

.speakers-wrapper .uabb-banner-style .mask .uabb-inner-mask .uabb-text-editor p {
  color: #fff;
  margin: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.speakers-wrapper .uabb-banner-style:hover .mask .uabb-inner-mask .uabb-text-editor p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.uabb-modal {
  position: fixed;
  left: 0;
  width: 100%;
  max-width: 100%;
  width: calc(100% + 1px) !important;
  max-width: calc(100% + 1px) !important;
  z-index: -1;
  visibility: hidden;
  pointer-events: auto;
  width: 100% !important;
  height: 100%;
  /*   overflow-y: scroll; */
  top: 0 !important;
  transform: none !important;
}

.two-column-popup-item .two-col-content .left-content p a {
  text-decoration: none;
}

.popup-form-wrapper .uabb-content {
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  pointer-events: visible;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: transform .3s, opacity .3s;
  -moz-transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  background: #e4e4e4;
  max-width: 850px;
  width: 100%;
}

.popup-form-wrapper .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  padding: 0 0 0 15px !important;
}

.popup-form-wrapper a{
  text-decoration:none;
}

.popup-form-wrapper a:hover{
  text-decoration:underline;
}

.modal-open .uabb-modal {
  z-index: 999;
  visibility: visible;
}

.uabb-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  opacity: 0;
  background: rgba(0,0,0,0.75);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0,0,0,0.75);
  display:none;
}

.modal-open .uabb-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 997;
}

.modal-open .popup-form-wrapper .uabb-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.uabb-modal-title-wrap {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background: #5f3e56;
}

.uabb-modal-title-wrap .uabb-modal-title {
  margin: 0;
  color: #fff;
}

.popup-form-wrapper .form-col {
  padding: 25px;
}

.popup-form-wrapper .form-col h3.form-title {
  display: none;
}

.popup-form-wrapper .hs-form-field {
  padding: 0 15px;
  margin-bottom: 15px;
}

.popup-form-wrapper .hs-input {
  background: #fcfcfc !important;
  height: 33px;
  border: 1px solid #e6e6e6 !important;
  padding: 6px 12px !important;
  margin: 1px 0 0;
}

.popup-form-wrapper input[type="checkbox"] {
  height: auto !important;
  margin: 4px 3px 0 0 !important;
}

.popup-form-wrapper li.hs-form-checkbox {
  margin: 0 0 0 1em;
  float: left;
}

.popup-form-wrapper ul.inputs-list.multi-container {
  margin: 0;
  overflow: hidden;
}

.popup-form-wrapper textarea {
  height: 254px !important;
}

.popup-form-wrapper .actions {
  padding: 0 15px;
  max-width: 50%;
}

.popup-form-wrapper .actions input.hs-button.primary.large {
  width: 50%;
  padding: 8px;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.uabb-modal-close {
  cursor: pointer;
  font-size: 1.6em;
  position: absolute;
  text-align: center;
  line-height: 0;
  position: fixed;
  z-index: 100000;
  top: 50px;
  right: 50px;
  visibility: hidden;
}

.modal-open .uabb-modal-close{
  visibility: visible;
}
.uabb-close-icon {
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
}

.popup-form-wrapper ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
}

.speaker-item-wrapper.clearfix {
  display: flex;
  /*  align-items: center; */
  justify-content: center;
}

.speakers-wrapper.three .speaker-item-col {
  width: 33%;
}

.three-col-bottom-pane-wrapper .hs-input.invalid.error {
  border-color: #FF5050 !important;
  color: #FF5050 !important;
}

.three-col-bottom-pane-wrapper .hs-input.invalid.error::placeholder{
  color: #FF5050 !important;
}

/*========= contact page ============*/

.contact-lay .row1-wrapper {
  padding: 60px;
}

.contact-lay .section-header-wrapper h2 {
  margin: 0;
  text-align: center;
}

.contact-lay .section-header-wrapper .heading {
  padding: 20px;
}

.contact-lay .section-header-wrapper .fl-separator {
  border-color: #cccccc;
}

.uabb-business-hours-container {
  padding: 10px;
  background-color: #FAFAFA;
}

.uabb-business-hours-wrap {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.uabb-business-day {
  display: inline-block;
}

.uabb-business-hours {
  display: inline-block;
  width: calc( 100%/2 );
  text-align: right;
}

.contact-lay .row1-col2 span.hs-form-required {
  display: none;
}

.contact-lay .row1-col2 form {
  padding: 20px 0;
}

.contact-lay .row1-col3 {
  padding: 20px ;
  width: 25% !important;
  margin: 0 !important;
}

.contact-lay .row1-col3 h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.contact-lay .row1-col2 textarea {
  border: #cccccc solid 1px !important;
  height: 130px;
}

.contact-lay .row1-col2 .actions {
  text-align: center;
}

.contact-lay .row1-col3 a{
  text-decoration: none;
}

.contact-lay .row1-col2 form .hs-input {
  max-width: 100%;
  border-color: #cccccc !important;
  padding: 16px 15px 16px !important;
}

.contact-social-wrapper i {
  font-size: 35px;
  height: auto;
  width: auto;
}

.contact-social-wrapper span.fl-icon {
  margin: 10px 20px;
}

.contact-social-wrapper span.fl-icon a {
  color: #5f3e56;
}

.contact-lay .row1-col1 {
  width: 25% !important;
}

.contact-lay .row1-col2 {
  width: 50% !important;
  margin: 0 !important;
  padding: 0 20px;
}

.three-col-bottom-pane-wrapper.clearfix {
  background: rgba(221,221,221, 1);
  padding: 30px 60px;
}

.three-col-bottom-pane-wrapper .recent-col {
  width: 30.48%;
  float: left;
}

.three-col-bottom-pane-wrapper .recent-col .fl-module-content {
  padding-top: 0;
  padding-bottom: 0;
}

.three-col-bottom-pane-wrapper .recent-col h2.widgettitle {
  color: #595959;
  margin-top: 20px;
  margin-bottom: 10px;
}

.three-col-bottom-pane-wrapper .form-wrapper {
  float: left;
  width: 40.31%;
  background-color: rgba(255,255,255, 0.2);
}

.three-col-bottom-pane-wrapper .tweet-wrapper {
  width: 29.21%;
  float: left;
}

.three-col-bottom-pane-wrapper .recent-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.three-col-bottom-pane-wrapper .recent-col ul a {
  color: #99878d;
  text-decoration: none;
}

.three-col-bottom-pane-wrapper .recent-col ul li {
  display: block;
  margin-bottom: 8px;
}

.three-col-bottom-pane-wrapper .recent-col ul a:hover {
  color: #5f3e56;
}

.three-col-bottom-pane-wrapper .form-wrapper h2 {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0;
}

.three-col-bottom-pane-wrapper .hs-input {
  color: #595959 !important;
  border-color: #7c7c7c !important;
  padding: 12px 15px !important;
  font-size: 14px !important;
  line-height: 1.428571429 !important;
}

.three-col-bottom-pane-wrapper span.hs-form-required {
  display: none;
}

.three-col-bottom-pane-wrapper .form-col {
  margin-top: 40px;
}

.three-col-bottom-pane-wrapper .actions {
  text-align: center;
}

.three-col-bottom-pane-wrapper input.hs-button.primary.large {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}

.three-col-bottom-pane-wrapper .three-col-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.three-col-bottom-pane-wrapper .three-col-inner > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  flex-direction: column;
}

.contact-lay .row1-col2 form .hs-input::-webkit-input-placeholder {	
  color: #333333;
  opacity: 1;
} 
.contact-lay .row1-col2 form .hs-input:-moz-placeholder {
  color: #333333;
  opacity: 1;
} 
.contact-lay .row1-col2 form .hs-input::-moz-placeholder {
  color: #333333;
  opacity: 1;
} 
.contact-lay .row1-col2 form .hs-input:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
} 

.contact-social-wrapper .fl-icon-group {
  text-align: center;
}

.three-col-bottom-pane-wrapper .hs-input::-webkit-input-placeholder {	
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.65;
  color:#595959;
} 

.three-col-bottom-pane-wrapper .hs-input:-moz-placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.65;
  color:#595959;
} 

.three-col-bottom-pane-wrapper .hs-input::-moz-placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.65;
  color:#595959;
} 

.three-col-bottom-pane-wrapper .hs-input:-ms-input-placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.65;
  color:#595959;
} 


/*======== about page =========*/

.about-lay .speaker-banner-area:after {
  background: rgba(95,62,86, 0.75);
}

.about-lay .Speaker-content .heading {
  padding: 20px 20px 0;
}

.about-lay .speaker-banner-area {
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center top;
}

.about-lay .Speaker-content .fl-col-content {
  padding: 20px;
}

.about-lay .Speaker-content .fl-separator {
  border-color: #99878d;
}

.about-lay .Speaker-content .fl-module-content {
  padding-top: 10px;
}

.about-lay .Speaker-content {
  width: 62.53%;
  margin: 0;
  float: right;
}

.about-lay .Speaker-content .content {
  padding: 4px 20px 20px;
}

.our-story-section {
  padding: 60px;
}

.our-story-section .top-left-col {
  width: 55.89%;
  float: left;
  min-height: 1px;
}

.our-story-section .top-right-col {
  float: left;
  width: 44.11%;
}

.our-story-section .top-right-col .fl-col-content {
  padding: 20px 20px 8px;
  text-align: center;
}

.our-story-section .top-right-col .fl-col-content h2.fl-heading {
  margin: 0;
}

.our-story-section .fl-module.fl-module-separator .fl-module-content {
  padding-top: 10px;
  padding-bottom: 0;
}

.our-story-section .fl-separator {
  border-color: #99878d;
}

.our-story-section .bottom-left-col {
  width: 59.19%;
  float: left;
}

.our-story-section .bottom-left-col .fl-col-content {
  margin-top: -90px;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
}

.our-story-section .bottom-left-col .fl-col-content .fl-rich-text {
  padding: 20px;
}

.our-story-section .bottom-right-col {
  width: 40.81%;
  float: left;
}

.our-story-section .bottom-right-col .fl-col-content {
  margin-left: -30px;
}

.our-story-section .btn-item {
  width: 50%;
  float: left;
  text-align: center;
}

.our-story-section .btn-item a.fl-button {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px !important;
  padding: 12px 24px;
  text-decoration: none;
  text-shadow: none;
  background: #5f3e56;
  border: 1px solid #53324a;
  color: #ffffff;
}

.our-story-section .btn-item a.fl-button:hover {
  background: #99878d;
  border: 1px solid #8d7b81;
}

.our-team-group {
  padding: 80px 30px 40px;
}

.our-team-group h2 {
  margin: 1px 0 0;
  text-align: center;
}

.our-team-group h2:after {
  background: #99878d;
  width: 5%;
  height: 1px;
  display: block;
  content: "";
  margin: 11px auto 0;
}

.team-member-item.clearfix {
  float: left;
  width: 33.33%;
  padding: 10px 20px;
  text-align: center;
}

.team-member-item.clearfix h4 {
  margin: 0;
  color: #393939;
  font-weight: bold;
}

.team-member-item .designation h5 {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 2px;
}

.giving-back-section {
  padding: 120px 60px;
}

.giving-back-section .top-left-col {
  width: 26.81%;
  float: left;
  min-height: 1px;
}

.giving-back-section .top-right-col {
  width: 73.19%;
  float: left;
  text-align: center;
}

.giving-back-section .top-right-col h2.fl-heading {
  margin: 0;
}

.giving-back-section .bottom-left-col {
  width: 33.37%;
  float: left;
}

.giving-back-section .bottom-right-col {
  float: left;
  width: 66.63%;
}

.giving-back-section .bottom-left-col .fl-col-content {
  margin-top: -90px;
  border-color: rgba(95,62,86, 1);
  border-top-width: 20px;
  border-right-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 20px;
  border-style: solid;
}

.giving-back-section .bottom-left-col .fl-col-content .fl-module-content {
  padding: 0;
}

.giving-back-section .top-right-col .fl-col-content {
  padding: 20px 20px 10px;
}

.giving-back-section .top-right-col .fl-module-content {
  padding: 10px 0 0;
}

.giving-back-section .fl-separator {
  border-color: #99878d;
}

.giving-back-section .bottom-right-col .fl-col-content {
  margin-left: -20px;
  padding-top: 25px;
  padding-right: 60px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.giving-back-section .bottom-right-col .fl-col-content .fl-rich-text {
  padding: 20px;
}

img.team-img {
  cursor: pointer;
}

.our-team-group .popup-form-wrapper .uabb-content {
  max-width: 1000px;
  background: #ffffff;
  padding: 25px 30px;
  text-align: left;
}

.our-team-group .uabb-modal-close {
  right: 30px;
}

.testimonial-slider-wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  padding: 0 60px 60px;
  position: relative;
  border-bottom: solid 2px rgba(255,255,255, 1);
}

.testimonial-item-wrapper .testimonial-author {
  padding: 0 0 10px;
}

.testimonial-item-wrapper .testimonial-info p {
  margin: 0;
}

.testimonial-slider-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(95,62,86, 0.85);
}

.testimonial-inner {
  position: relative;
  z-index: 9;
  max-width: 1100px;
  margin: 0 auto;
}


.testimonial-slider-wrapper .top-heading-wrapper h2 {
  margin: 0;
  text-align: center;
  color: #fff;
}

.testimonial-slider-wrapper .top-heading-wrapper .fl-module-content {
  padding-bottom: 0;
}

.testimonial-slider-wrapper .fl-separator {
  border-color: #fff;
}

.testimonial-item-wrapper {
  background: rgba(89,89,89, 0.95);
  padding: 0 20px;
  margin-top: 20px;
}

.testimonial-slider-wrapper .slick-arrow {
  display: none !important;
}

.testimonial-author-description {
  color: #fff;
  padding: 10px 10px 0;
}

.testimonial-author h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}

.testimonial-slider-wrapper ul.slick-dots {
  padding: 7px 0 2px;
  list-style: none;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  margin: 0;
}

.testimonial-slider-wrapper ul.slick-dots li {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

.testimonial-slider-wrapper ul.slick-dots li button {
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background: #99878d;
  opacity: 0.2;
  padding: 0;
  cursor:pointer;
}
.testimonial-slider-wrapper ul.slick-dots li button:hover{
  background: #000;
}

.our-story-section .btn-item a.fl-button span.fl-button-text {
  vertical-align: baseline;
}

.testimonial-slider-wrapper ul.slick-dots li.slick-active button{
  background: #99878d;
  opacity: 1;
}

.team-member-item:nth-child(3n+1) {
  clear: left;
}

.team-member-item .fl-module-content {
  padding-left: 0;
  padding-right: 0;
}

iframe {
  max-width: 100% !important;
}

/*========== news blog ==============*/

.blog-banner {
  padding-top: 80px;
  padding-right: 60px;
  padding-bottom: 80px;
  padding-left: 60px;
}

.blog-banner h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  text-transform: lowercase;
}

.blog-banner h1 span {
  font-size: 48px;
  font-weight: bold;
}

.speaker-banner-area.blog-banner:after {
  background: rgba(95,62,86, 0.7);
}

.blog-banner .Speaker-content .fl-col-content {
  padding: 20px;
}

.blog-body-wrapper {
  background: rgba(242,242,242, 1);
  padding: 60px;
}

.blog-body-wrapper .page-center {
  padding: 0 !important;
}

.blog-body-wrapper .page-center > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-body-wrapper .page-center > .row-fluid-wrapper > .row-fluid:before,.blog-body-wrapper .page-center > .row-fluid-wrapper > .row-fluid:after {
  content: none;
}

.blog-sidebar {
  width: calc(27% - 20px) !important;
  background: #fff;
  margin-right: 20px;
}

.blog-content {
  width: 73% !important;
  margin: 0 !important;
  background: #fff;
  padding: 20px 30px 0;
}

.cm-topic-filter {
  padding: 40px 40px 0;
}

.blog-sidebar h3 {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0;
}

.cm-topic-filter ul {
  list-style: none;
  padding: 20px 0 0;
}

.cm-topic-filter ul li {
  margin: 5px;
}

.cm-topic-filter ul li a {
  padding: 10px;
  text-decoration: none;
  display: block;
  line-height: 1;
}

.cm-topic-filter ul li a span.filter-link-count {
  display: none;
}

h2.fl-post-feed-title {
  margin: 0 0 10px;
}

h2.fl-post-feed-title a {
  font-size: 26px;
  text-decoration: none;
}

.fl-post-feed-meta {
  font-size: 14px;
  margin-bottom: 5px;
}

.fl-post-feed-meta .fl-sep {
  margin: 0 3px;
}

.fl-post-feed-meta a.author-link {
  text-decoration: none;
}

.fl-post-feed-header {
  margin-bottom: 20px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.news-blog .post-item {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.news-blog .post-item p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.news-blog .post-item a {
  text-decoration: none;
}

img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.news-blog .post-item:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}

.blog-pagination {
  padding: 40px 0;
  text-align: center;
}

.blog-pagination > div {
  display: inline-block;
}

.blog-pagination a {
  border: 1px solid #e6e6e6;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 5px;
  text-decoration: none;
}

.blog-pagination a:hover {
  background: #f5f5f5;
  text-decoration: none;
}

.blog-pagination a.active {
  background: #f5f5f5;
  pointer-events: none;
  cursor: text;
}

.news-blog.hs-blog-post .blog-body-post-wrapper .page-center {
  padding: 0 !important;
  max-width: 960px !important;
}

.news-blog.hs-blog-post .blog-content {
  width: 66.66666667% !important;
  margin: 40px 0 !important;
  padding: 0 40px 0 0px !important;
  border-right: 1px solid #e6e6e6;
}

.news-blog.hs-blog-post h1.fl-post-title {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}

.news-blog.hs-blog-post span.fl-sep {
  margin: 0 3px;
}

.fl-post-meta.fl-post-meta-top a {
  text-decoration: none;
}

.news-blog.hs-blog-post .section.post-header {
  margin-bottom: 25px;
}

.news-blog.hs-blog-post .blog-sidebar {
  width: 33.33333333% !important;
  margin: 40px 0 0!important;
  padding-left: 40px !important;
}

.news-blog.hs-blog-post .blog-sidebar h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.news-blog.hs-blog-post .blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-blog.hs-blog-post .blog-sidebar ul li a {
  text-decoration: none;
}

.news-blog.hs-blog-post .blog-sidebar ul li {
  display: block;
  margin-bottom: 8px;
}

.news-blog.hs-blog-post .blog-sidebar ul li a span.filter-link-count {
  display: none;
}

.news-blog.hs-blog-post .blog-sidebar ul li a:hover {
  text-decoration: underline;
}

.news-blog.hs-blog-post .blog-sidebar .widget-span{
  margin-bottom: 30px;
}

.news-blog.hs-blog-post .blog-sidebar ul li:last-child {
  margin: 0;
}

.blog-search input.hs-search-field__input {
  height: 34px;
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #e6e6e6 !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.blog-search input.hs-search-field__input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fl-post-cats-tags {
  border-top: 1px solid #e6e6e6;
  font-style: italic;
  margin-top: 30px;
  padding-top: 10px;
}

.fl-post-cats-tags a {
  text-decoration: none;
}

.fl-post-cats-tags a:hover {
  text-decoration: underline;
}

.custom-post-pagination {
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
  padding-top: 10px;
  overflow: hidden;
}

.custom-post-pagination a.previous-posts-link {
  float: left;
}

.custom-post-pagination a {
  text-decoration: none;
}

.custom-post-pagination a:hover {
  text-decoration: underline;
}

.about-author-sec.row-fluid.clearfix {
  margin-top: 40px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 20px;
}

.about-author-sec.row-fluid.clearfix .span2 {
  float: left;
  margin-right: 25px;
  width: auto !important;
}

.about-author-sec.row-fluid.clearfix .span10 {
  margin: 0 !important;
  width: auto !important;
}

.about-author-sec.row-fluid.clearfix h4 {
  margin-top: 0;
  margin-bottom: 15px;
}

.fl-author-link a {
  text-decoration: none;
}

.fl-author-link a:hover {
  text-decoration: underline;
}

.blog-archives ul.l_tinynav1 {
  display: none !important;
}

select#tinynav1 {
  border: solid 1px #ccc !important;
  height: 34px;
  padding: 0;
  background: #fff;
}

.custom-post-pagination a.next-posts-link {
  float: right;
}

/*========= speaker layout ============*/
.cmi-speaker-lay .row1-inner > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cmi-speaker-banner-area .inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cmi-speaker-banner-area .left-column {
  float: left;
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.cmi-speaker-banner-area .right-column {
  width: 30%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.cmi-speaker-banner-area .left-column .fl-col-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cmi-speaker-banner-area .left-column .fl-col-content .heading {
  padding: 0 20px 0 40px;
  width: 100%;
}

.cmi-speaker-banner-area .left-column .fl-col-content .heading h1 {
  margin: 0 0 20px;
}

.cmi-speaker-banner-area .right-column .fl-module-content {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  position: relative;
  z-index: 2;
  width: 100%;
}

.uabb-modal-action {
  cursor: pointer;
}

i.uabb-modal-icon {
  font-size: 100px;
  color: #ffffff;
}

.cmi-speaker-banner-area .right-column .fl-col-content {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  border-left: solid 2px rgba(255,255,255,1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.cmi-speaker-banner-area .right-column .fl-col-content .overlay{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(57,57,57, 0.15);
}

.cmi-speaker-banner-area .inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uabb-modal-action:hover i {
  color: #99878d;
}

.cmi-speaker-banner-area .left-column .fl-col-content h1 {
  font-size: 60px;
  color: #ffffff;
  position: relative;
  z-index: 9;
}

.cmi-speaker-banner-area .left-column .fl-col-content .overlay {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgba(95,62,86, 0.5);
}

.cmi-speaker-banner-area .popup-form-wrapper .uabb-content {
  max-width: 1000px !important;
  width: 100%;
  background: #ffffff;
}

.uabb-modal-text {
  padding: 5px;
}

.uabb-video-wrap {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

.uabb-modal-iframe {
  overflow: hidden;
  max-width: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.uabb-modal-iframe iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.cmi-speaker-lay .row1-left {
  width: 77.41% !important;
  padding: 20px;
}

.cmi-speaker-lay .row1-right {
  width: 22.59% !important;
  margin: 0 !important;
  background: rgba(226,226,226, 1);
}

.cmi-speaker-lay .section-header-wrapper h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 2px;
}

.cmi-speaker-lay .section-header-wrapper .heading {
  width: 17%;
  text-align: center;
}

.cmi-speaker-lay .section-header-wrapper h2 span {
  font-family: Raleway;
  font-weight: 600;
  font-size: 20px;
  color: #99878d;
  box-shadow: inset 0 -3px 0 #5f3e56;
  padding: 18px 15px 15px;
  display: block;
  line-height: 1;
}

.cmi-speaker-lay .section-header-wrapper .fl-module-separator {
  display: none;
}

.two-column-right-image-popup.clearfix {
  padding: 30px 25px;
}

.two-column-right-image-popup .two-column-inner.clearfix {
  padding: 0 30px;
}

.two-column-popup-item .top-content {
  padding: 20px 20px 0;
}

.two-column-popup-item .top-content p + h3 {
  margin-top: 50px;
  margin-bottom: 0;
}

.two-column-popup-item .two-col-content .left-content {
  width: 75%;
  float: left;
  padding: 10px 20px 0;
}

.two-column-popup-item .two-col-content .right-content {
  width: 25%;
  float: left;
}

.two-column-popup-item .two-col-content .right-content .right-image {
  margin-top: 20px;
}

.two-column-popup-item .two-col-content .right-content .right-image .fl-col-content {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
  position: relative;
}

.two-column-right-image-popup i.uabb-modal-icon {
  font-size: 40px;
}

.two-column-popup-item .two-col-content .right-content .right-image .fl-module-modal-popup {
  padding: 50px 0;
  text-align: center;
  position: relative;
  z-index: 10;
}

.two-column-popup-item.clearfix {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 42px;
  margin-bottom: 10px;
}

.two-column-popup-item h3 {
  margin-bottom: 0;
  margin-top: 10px;
}

.two-column-popup-item .two-col-content .right-content .right-image .fl-col-content .overlay {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgba(10,0,0, 0.1);
}

.two-column-popup-item:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}

.two-column-popup-item .two-col-content .left-content ul li a {
  text-decoration: none;
}

/* .two-column-popup-item .two-col-content .left-content ul li a:hover {
text-decoration: underline;
} */

.cmi-speaker-lay a.uabb-button {
  display: block;
}

.follow-speakers-section h4 {
  margin: 0;
  text-align: center;
}

.follow-speakers-section .heading .fl-module-content {
  padding-bottom: 0;
}

.follow-speakers-section .social-wrapper .fl-module-content {
  padding: 10px 0 20px;
  text-align: center;
}

.follow-speakers-section .fl-icon-group .fl-icon {
  margin-left: 15px;
  margin-right: 15px !important;
}

.follow-speakers-section .fl-icon-group .fl-icon i {
  color: #ffffff !important;
  font-size: 20px !important;
  background: #5f3e56;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  line-height: 35px;
  height: 35px !important;
  width: 35px !important;
  text-align: center;
}

.speaking.menu ul li {
  float: none !important;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #393939;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
}

.speaking.menu ul li a {
  text-decoration: none;
}

.speaking.menu h3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.two-column-right-image-popup .popup-form-wrapper .uabb-content{
  max-width:1000px !important;
}

.popup-form-wrapper {
  visibility: hidden;
}

.cmi-speaker-lay .fl-row.footer-image-wrapper {
  padding: 10px 0;
}

.speaker-video-group.clearfix {
  padding: 30px 25px;
}

.speaker-video-group .video-inner {
  padding: 80px 30px;
}

.speaker-video-group .uabb-content {
  max-width: 1000px;
}

.video-item.clearfix {
  float: left;
  width: 33.33%;
  padding: 0 10px;
}

.video-item:nth-child(3n+1) {
  clear: left;
}

.video-item .top-heading.clearfix {
  min-height: 74px;
}

.video-item .top-heading h5 {
  margin: 0;
  text-align: center;
}

.video-image {
  position: relative;
}

.video-overlay {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(10,0,0, 0.1);
}

.video-image .uabb-modal-action-wrap {
  position: relative;
  z-index: 9;
}

.video-image .fl-col-content {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
}

.video-image i.uabb-modal-icon {
  font-size: 60px;
}

.video-item .top-heading.clearfix .heading {
  margin-top: 50px;
  margin-bottom: 5px;
}

.speaker-video-group .button-wrapper {
  clear: both;
  text-align: center;
  padding-top: 40px;
}

.speaker-video-group .button-wrapper a.fl-button {
  display: inline-block;
  background: #5f3e56;
  color: #ffffff;
  border: 1px solid #3a2634;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 20px;
  text-decoration: none;
}

.speaker-video-group .button-wrapper a.fl-button:hover {
  background: #99878d;
  border: 1px solid #8d7b81;
}

.speakers-wrapper.topics  .speaker-item-col h3 {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 2px;
}

/*========= speakers bio page ==========*/

.bio .two-column-popup-item .two-col-content .left-content {
  width: 70.27%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bio .two-col-content.clearfix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.bio .two-column-popup-item .two-col-content .right-content {
  width: 29.73%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  flex-direction: column;
}

.bio .two-column-popup-item .two-col-content .right-content .right-image .fl-col-content {
  background-size: contain;
}

.bio .two-column-popup-item .two-col-content .right-content .fl-module-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bio .two-column-popup-item .two-col-content .right-content .right-image .fl-col-content:after {
  content: none;
}

.one-column-content.clearfix {
  padding: 10px 75px;
}

.one-column-content.clearfix h3 {
  margin: 0;
}

.one-column-content.clearfix img {
  margin: 5px 20px 20px 0;
}

.testimonial-wrapper.clearfix {
  padding: 30px 25px;
}

.author-description h3,.author-description p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

.testimonial-wrapper .author h5 {
  margin: 5px 0;
}

.testimonial-wrapper .fl-module-content .section-separator {
  border-top: 1px solid #cccccc;
}

.testimonial-wrapper .section-separator .fl-module-content {
  padding:20px 0 0;
}

.testimonial-inner-wrap.clearfix {
  padding: 20px;
}

.testimonial-item {
  padding: 30px 40px 0;
}

.cmi-speaker-lay .testimonial-wrapper a.uabb-button {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
}

.cmi-speaker-lay .testimonial-wrapper .uabb-button-wrap {
  text-align: center;
  margin-top: 65px;
}

.testimonial-wrapper .uabb-content {
  max-width: 800px !important;
  background: #ffffff;
}

.testimonial-wrapper .uabb-modal-title-wrap {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  background: rgba(221,221,221,0.5);
  text-align: left;
}

.testimonial-wrapper .uabb-modal-title-wrap h2 {
  margin: 0;
}

.uabb-modal-text.accordion-wrapper {
  padding: 40px;
}

.uabb-adv-accordion-item {
  margin-bottom: 20px;
}

.uabb-adv-accordion-button {
  cursor: pointer;
  display: table;
  -webkit-transition: all 15ms linear;
  -moz-transition: all 15ms linear;
  -o-transition: all 15ms linear;
  transition: all 15ms linear;
  background: #f6f6f6;
  padding: 15px;
  border-bottom: solid 1px #99878d;
  width: 100%;
}

.uabb-adv-accordion-button:hover .uabb-adv-accordion-icon-wrap i,
.uabb-adv-accordion-item.open-accord i{
  color: #c4c4c4;
}

.uabb-adv-accordion-icon-wrap {
  display: table-cell;
  line-height: 1em;
  vertical-align: middle;
}

.uabb-adv-accordion-icon-wrap i {
  font-size: 16px;
  line-height: 18px;
  height: 18px;
  width: 18px;
  color: #99878d;
  -webkit-transition: color 15ms linear, transform 60ms linear;
  -moz-transition: color 15ms linear, transform 60ms linear;
  -o-transition: color 15ms linear, transform 60ms linear;
  transition: color 15ms linear, transform 60ms linear;
  text-align: center;
  display: block;
}

.uabb-adv-accordion-button h4 {
  margin: 0;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding-left: 20px;
}

.uabb-adv-accordion-item .panel-body {
  padding: 30px 60px;
  display:none;
}

.uabb-adv-accordion-item .panel-body p:last-of-type{
  margin:0;
}

.uabb-adv-accordion-item .panel-body hr {
  border: 0;
  border-top: 1px solid #eee;
  margin-top: 20px;
  margin-bottom: 20px;
  height:0;
  background:transparent;
}

.uabb-adv-accordion-item.open-accord i.fa.fa-plus:before {
  content: "\f068";
}


/*============ Tabber Styling ========*/

.tabber-wrapper.clearfix {
  padding: 30px 25px;
}

.tabber-wrapper .tab-acc-content {
  padding: 30px 20px;
}

.tabber-tab ul {
  margin: 0;
  list-style: none;
  padding: 0;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0 -0.5em;
  flex-wrap: wrap;
}

.tabber-tab ul h4.uabb-tag-selected {
  margin: 0;
}

.tabber-tab ul h4.uabb-tag-selected a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  font-weight: 700;
  color: #808285;
  padding: 16px 15px;
  text-align: center;
  position: relative;
  cursor:pointer;
}

.tabber-tab ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0.5em;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  flex-basis: 1px;
  background-color: #f2f2f2;
}

ul.uabb-info-list-wrapper {
  list-style: none;
  padding: 0;
  overflow: hidden;
}

.meeting-planner {
  padding: 25px 25px 10px;
}

ul.uabb-info-list-wrapper li {
  vertical-align: top;
  width: 25%;
  float:left;
  padding: 0 10px;
}

.planner-image img {
  width: 150px;
  margin: 0 auto;
  display: block;
  height: 150px;
  object-fit: cover;
}

.planner-content {
  padding: 15px;
  text-align: center;
}

.planner-content h5 {
  margin: 0;
  font-family: Raleway;
  font-weight: 500;
}

.planner-content p {
  margin: 0;
}

.meeting-planner .fl-module-content {
  padding-bottom: 0;
}

.tabber-content-wrapper .fl-rich-text {
  padding: 0 45px;
}

.tabber-content-wrapper .fl-rich-text h4 {
  margin: 0;
}

.tabber-content-wrapper .fl-rich-text p + h4 {
  margin-top: 30px;
}

.tabber-tab ul li.active a {
  color: #494949;
}

.tabber-tab ul h4.uabb-tag-selected a:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: background-color 150ms, -webkit-transform 150ms;
  transition: background-color 150ms, transform 150ms;
  -webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
  -webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
  transform: translate3d(0,100%,0) translate3d(0,-3px,0);
  background: rgba(95,62,86,0.5);
}

.tabber-tab ul li.active h4.uabb-tag-selected a:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.tabber-tab ul li.active a {
  color: #494949;
}

.tabber-tab ul h4.uabb-tag-selected a:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: background-color 150ms, -webkit-transform 150ms;
  transition: background-color 150ms, transform 150ms;
  -webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
  -webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
  transform: translate3d(0,100%,0) translate3d(0,-3px,0);
  background: rgba(95,62,86,0.5);
}

.tabber-tab ul li.active h4.uabb-tag-selected a:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.tabber-column .tabber-tab {
  display: none;
}

ul.article-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-inner {
  padding: 25px;
}

.article-content {
  padding: 30px;
}

.list-content-wrapper .image-content {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.list-content-wrapper .image-content img {
  width: 150px;
  vertical-align: middle;
}

.list-content-wrapper .content {
  width: calc( 100% - 175px );
  vertical-align: middle;
  display: inline-block;
}

.list-content-wrapper .content h5 {
  font-family: Raleway;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}

a.uabb-info-list-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.list-content-wrapper {
  position: relative;
  z-index: 5;
}

ul.article-list li.list-item {
  padding-bottom: 80px;
}

.pdf-btn-wrapper.clearfix {
  padding: 0 55px;
}

.pdf-btn-wrapper.clearfix a {
  display: inline-block;
  background: #5f3e56;
  color: #ffffff;
  border: 1px solid #3a2634;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 24px;
  text-decoration: none;
}

.pdf-btn-wrapper.clearfix a i {
  font-size: 1.3em;
  vertical-align: middle;
  margin-left: 8px;
}

.pdf-btn-wrapper.clearfix a span {
  vertical-align: middle;
}

.pdf-btn-wrapper.clearfix .fl-module-content {
  padding-top: 10px;
}

.pdf-btn-wrapper.clearfix a:hover {
  background: #99878d;
  color: #000000;
  border: 1px solid #7b686e;
}

.two-column-popup-item .bottom-content.clearfix {
  padding: 7px 20px 0;
}

.two-column-popup-item .bottom-content.clearfix a{
  text-decoration:none;
}

.articles-wrapper a.uabb-button {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
}

.articles-wrapper .uabb-button-wrap {
  text-align: center;
}

ul.article-list li.list-item:last-child {
  padding-bottom: 0;
}

.uabb-info-list-content-wrapper {
  position: relative;
  z-index: 5;
}

.uabb-info-list-content-wrapper a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.articles-wrapper .uabb-button-wrap {
  margin-top: 40px;
}

.hs-content-id-11007963297 .testimonial-inner-wrap.clearfix {
  padding: 10px 0;
}

.hs-content-id-11007963297 .testimonial-item .uabb-testimonial {
  padding-bottom: 7px;
}

.hs-content-id-11008085951 .two-column-right-image-popup .two-column-inner.clearfix {
  padding: 0;
}

.hs-content-id-11008085951 .two-column-popup-item .two-col-content .left-content {
  width: 69.99%;
  float: left;
  padding: 30px 40px 20px;
}

.hs-content-id-11008085951 .two-column-popup-item .two-col-content .right-content {
  width: 30%;
  float: left;
}


.rec-post-tag-wrap {
  padding: 30px 25px;
}

.rec-post-tag-wrap h2.fl-post-feed-title a {
  font-size: 24px;
}

.rec-post-feed-item {
  padding: 0 0 40px;
  margin: 0 0 15px;
}

.cmi-speaker-banner-area {
  overflow: hidden;
}

.button-with-popup-wrapper {
  overflow: hidden;
}

ul.uabb-info-list-wrapper.seven-col li {
  width: 14.286%;
}

.tabber-wrapper .popup-form-wrapper .uabb-content {
  max-width: 1000px;
  background: #ffffff;
}

.tabber-wrapper .popup-form-wrapper .uabb-content .uabb-modal-title-wrap {
  background: #fff;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  padding: 10px 25px;
}

.tabber-wrapper .popup-form-wrapper .uabb-content .uabb-modal-title-wrap h2 {
  margin: 0;
  text-align: left;
}

/*====== for speakers page ==========*/


.speaker-abt .speaker-banner-area {
  background-repeat: no-repeat;
  background-position: right center;
  background-attachment: scroll;
  background-size: cover;
  padding: 60px;
  border: none;
}

.speaker-abt .speaker-banner-area:after {
  background: rgba(95,62,86, 0.55);
}

.speaker-abt .Speaker-content .heading {
  padding-top: 0;
}

.speaker-abt .Speaker-content {
  max-width: 1244px !important;
  width: 100% !important;
}

.speaker-abt .Speaker-content .heading h2 {
  margin: 0 0 10px;
}
/* Styles that do not fit into any of the available sections above can go here. */


/*====== error page =======*/

.cm-error-content h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.main-content.cm-error-content {
  padding: 100px 0 150px;
  margin-bottom: 10px;
}

.main-content.cm-error-content {
  text-align: center;
}

.cm-error-page .cm-error-content form {
  margin: 35px auto 0px;
  max-width: 400px;
}

.cm-error-content input[type="text"]{
  height: 34px;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #393939;
  vertical-align: middle;
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #e6e6e6 !important;
  -moz-transition: all ease-in-out .15s;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.speaker-two-column-right-image {
  padding: 0 60px 10px;
}

.speaker-two-column-right-image .fl-col.left-col {
  width: 76.71%;
  float: left;
}

.speaker-two-column-right-image .fl-col.right-col {
  width: 23.29%;
  float: left;
}

.speaker-two-column-right-image .fl-col.left-col .fl-col-content {
  padding: 10px 30px 0;
}

.speaker-two-column-right-image .fl-col.left-col .two-col {
  width: 50%;
  float: left;
}

.speaker-two-column-right-image .fl-col.left-col .two-col h3 {
  margin: 0;
  color: #fff;
}

.speaker-two-column-right-image .fl-col.left-col .two-col ul {
  margin: 10px 0 0;
  color: #fff;
  list-style-type: circle;
}

.speaker-two-column-right-image .fl-col.left-col .two-col ul li h4 {
  margin: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  word-break: break-all;
}

.speaker-two-column-right-image .fl-col.left-col .two-col h4 {
  color: #fff;
  margin: 0;
}

.speaker-two-column-right-image .fl-col.left-col .two-col.col2 .uabb-module-content {
  width: calc( 100% - 95px );
}

.speaker-two-column-right-image .fl-col.left-col .two-col.col2 h3 {
  margin-bottom: 10px;
}

.speaker-two-column-right-image .one-col-content h3 {
  color: #fff;
  margin: 0;
}

.speaker-two-column-right-image .one-col-content {
  margin: 10px 0 0;
}

.speaker-two-column-right-image.left .fl-col.left-col {
  float: right;
  width: 73.71%;
}

.speaker-two-column-right-image.left .fl-col.right-col {
  width: 26.29%;
}

.speaker-two-column-right-image.left {
  padding-top: 20px;
  padding-bottom: 60px;
}

.speaker-two-column-right-image.left .fl-col.right-col .fl-col-content {
  margin-right: -30px;
}

.how-we-do-it-section {
  padding: 0 60px;
}

.how-we-do-it-section .top-wrapper {
  padding-right: 120px;
  padding-left: 120px;
  color: #fff;
}

.how-we-do-it-section .top-wrapper h2 {
  color: #fff;
  margin: 0;
  text-align: center;
}

.how-we-do-it-section .top-wrapper .fl-col-content {
  padding: 20px 0 0;
}

.how-we-do-it-section .fl-separator {
  border-top: 1px solid #99878d;
}

.how-we-do-it-section .top-wrapper .content {
  padding: 30px 60px 40px;
  text-align: center;
}

.how-we-do-it-section .top-wrapper .content h4 {
  color: #fff;
  margin: 0;
  font-family: "Raleway", sans-serif;
}

.how-we-do-it-section .top-wrapper .content .fl-module-content {
  padding: 0;
}

.how-we-do-it-section .bottom-wrapper h3 {
  color: #fff;
  margin: 0;
}

.how-we-do-it-section .bottom-wrapper ul {
  list-style-type: circle;
  color: #fff;
  margin-top: 10px;
  margin-bottom:0;
}

.how-we-do-it-section .bottom-wrapper ul h4 {
  margin: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  word-break: break-all;
}

.how-we-do-it-section .bottom-wrapper .fl-col.left-col {
  float: left;
  width: 75%;
}

.how-we-do-it-section .bottom-wrapper .fl-col.right-col {
  float: right;
  width: 22.83%;
  text-align: center;
}

.how-we-do-it-section .bottom-wrapper .fl-col.left-col .three-column-wrapper .two-col {
  float: left;
  width: 33.33%;
}

.what-next-gallery.clearfix {
  padding: 0 60px 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  border-bottom: solid 2px #fff;
}

.what-next-gallery:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(95,62,86, 0.5);
}

.what-next-gallery.clearfix .fl-row-content-wrap {
  position: relative;
  z-index: 9;
  color: #fff;
  max-width: 1488px;
  margin: 0 auto;
}

.what-next-gallery.clearfix .top-section {
  background-color: rgba(95,62,86, 0.95);
}

.what-next-gallery.clearfix .top-section h2 {
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.what-next-gallery .fl-separator {
  border-color: #fff;
}

.what-next-gallery .fl-module-separator .fl-module-content {
  padding: 0 20px;
}

.what-next-gallery .btn-wrapper {
  text-align: center;
  margin: 22px 0;
}

.what-next-gallery .button-has-icon {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  padding: 13px 24px 11px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #2e2e35;
  border: 1px solid #222229;
  color: #ffffff;
  text-decoration: none;
}

.what-next-gallery .button-has-icon:hover{
  background: #99878d;
  border: 1px solid #8d7b81;
}

.what-next-gallery .button-has-icon:after {
  font-family: 'Ultimate-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  width: auto;
  font-size: 1.3em;
  height: auto;
  margin-left: 11px;
  margin-right: 0;
  content: "\ea06";
}

.speaker-two-column-right-image.right .fl-col.right-col .fl-col-content {
  margin-left: -30px;
}

.what-next-gallery .content h3 {
  text-align: center;
  color: #fff;
  margin: 0 0 10px;
}

.what-next-gallery .content .fl-module-content {
  padding-top: 0;
  margin-top: -1px;
}

.what-next-slider-wrapper {
  background: rgba(57,57,57, 0.95);
  padding: 0 20px;
}

.what-next-slider-wrapper .fl-module-content {
  padding: 30px 30px 0;
}

.what-next-slider-wrapper .slick-arrow {
  display: none !important;
}

.what-next-gallery .next-author h3 {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}

.what-next-gallery ul.slick-dots {
  text-align: center;
  padding: 10px 0 30px;
  list-style: none;
  margin: 0;
}

.what-next-gallery ul.slick-dots li {
  display: inline-block;
}

.what-next-gallery ul.slick-dots li button {
  background: none;
  border: none;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0;
  background: #99878d;
  opacity: 0.2;
  padding: 0;
  cursor: pointer;
}

.what-next-gallery ul.slick-dots li.slick-active button {
  opacity: 1;
}

.what-next-gallery ul.slick-dots li button:hover {
  background: #000;
}

.what-next-gallery .next-author-description p {
  margin: 0;
}

.tabber-wrapper .popup-form-wrapper .uabb-info-list-wrapper li {
  padding-bottom: 40px;
}

.tabber-wrapper .popup-form-wrapper .uabb-info-list-outer-wrapper {
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
}

.tabber-wrapper .popup-form-wrapper .uabb-info-list-wrapper li img {
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  margin-right:20px;
}

.tabber-wrapper .popup-form-wrapper .uabb-info-list-wrapper li h5 {
  display: inline-block;
  width: calc(100% - 151px);
  vertical-align: middle;
  margin-left: 20px;
  margin: 0;
  font-weight: 500;
}

div.uabb-info-list-wrapper {
  float: left;
  width: 50%;
  padding: 20px;
}

div.uabb-info-list-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabber-wrapper .popup-form-wrapper .uabb-info-list-wrapper li a {
  text-decoration: none;
}

.tabber-wrapper .popup-form-wrapper .uabb-info-list-wrapper li:last-child {
  padding: 0;
}

ul.uabb-info-list-wrapper.three-col li {
  width: 33.333%;
}

.planner-icon i {
  color: #fff;
  font-size: 75px;
  height: auto;
  width: auto;
  background: rgba(57,57,57,1);
  line-height: 150px;
  height: 150px;
  width: 150px;
  text-align: center;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.planner-icon {
  text-align: center;
}

ul.uabb-info-list-wrapper.five-col li {
  width: 20%;
}

/*============= blog styling ==============*/

.custom-cmi-blog-listing .body-container .page-center.content-wrapper {
  padding: 60px;
}

.custom-cmi-blog-listing .blog-sidebar > .row-fluid-wrapper {
  width: 100%;
}

.custom-cmi-blog-listing  select#tinynav1{
  max-width: 174px;
}

.custom-cmi-blog-listing .body-container .page-center.content-wrapper {
  padding: 60px;
  overflow: hidden;
}

.custom-cmi-blog-listing .blog-content {
  padding: 0;
}

.custom-cmi-blog-listing .blog-sidebar {
  width: 27% !important;
  margin: 0 !important;
}

.custom-cmi-blog-listing .body-container .page-center.content-wrapper>div.row-fluid-wrapper> .row-fluid {
  display: flex;
}

.custom-cmi-blog-listing .blog-content > div {
  background-color: rgba(242,242,242, 1);
  margin-right: 20px;
  padding: 20px 40px;
}

.custom-cmi-blog-listing .blog-sidebar{
  padding: 20px 30px;
  background-color: rgba(242,242,242, 1);
}

.custom-cmi-blog-listing .post-header h2 {
  margin: 0;
  margin: 0 0 10px;
  padding: 0;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #393939;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-transform: none;
}

.custom-cmi-blog-listing .post-header h2 a {
  text-decoration: none;
  font-size: 26px;
}

.custom-cmi-blog-listing .post-header h2 a:hover{
  color: #99878d; 
}

.custom-cmi-blog-listing div#hubspot-author_data {
  font-size: 14px;
  margin-bottom: 5px;
}

.custom-cmi-blog-listing div#hubspot-author_data a{
  text-decoration:none; 
}

.custom-cmi-blog-listing .blog-sidebar h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.custom-cmi-blog-listing div#hubspot-author_data {
  font-size: 14px;
  margin-bottom: 5px;
}

.custom-cmi-blog-listing .blog-sidebar h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.custom-cmi-blog-listing .blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.custom-cmi-blog-listing .blog-sidebar ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  text-decoration: none;
}

.custom-cmi-blog-listing .blog-sidebar ul li {
  display: block;
  margin-bottom: 8px;
}

.custom-cmi-blog-listing .widget-span.blog-sidebar input.hs-search-field__input,
.custom-cmi-blog-post .widget-span.blog-sidebar input.hs-search-field__input{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #393939 !important;
  vertical-align: middle;
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #e6e6e6 !important;
  -moz-transition: all ease-in-out .15s;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.custom-cmi-blog-listing .widget-span.blog-sidebar input.hs-search-field__input:focus,
.custom-cmi-blog-post .widget-span.blog-sidebar input.hs-search-field__input:focus{
  background-color: #ffffff;
  border-color: #cccccc;
}

.custom-cmi-blog-listing div#hubspot-author_data {
  font-size: 14px;
  margin-bottom: 5px;
}

.custom-cmi-blog-listing .blog-sidebar h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.custom-cmi-blog-listing .blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.custom-cmi-blog-listing .blog-sidebar ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  text-decoration: none;
}

.custom-cmi-blog-listing .blog-sidebar ul li {
  display: block;
  margin-bottom: 8px;
}

.custom-cmi-blog-listing .widget-span.blog-sidebar input.hs-search-field__input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #393939 !important;
  vertical-align: middle;
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #e6e6e6 !important;
  -moz-transition: all ease-in-out .15s;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}


.custom-cmi-blog-listing .custom-cmi-blog-listing .body-container .page-center.content-wrapper > div > div {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.custom-cmi-blog-listing .body-container .page-center.content-wrapper > div > div:before,
.custom-cmi-blog-listing .body-container .page-center.content-wrapper > div > div:after {
  display: none;
}

.custom-cmi-blog-listing .body-container .page-center.content-wrapper > div > div > div {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.custom-cmi-blog-listing .custom-archives, 
.custom-cmi-blog-listing .custom-category,
.custom-cmi-blog-post .custom-archives, 
.custom-cmi-blog-post .custom-category{
  margin-bottom: 40px;
}

.custom-cmi-blog-post .widget-span.blog-sidebar input.hs-search-field__input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
}

.custom-cmi-blog-post .body-container .page-center.content-wrapper {
  max-width: 960px;
  width: 90%;
  padding: 0;
}

.custom-cmi-blog-post .body-container .page-center.content-wrapper > div {
  margin: 0 -15px;
}

.custom-cmi-blog-post .blog-content {
  border-right: 1px solid #e6e6e6;
  padding: 0 40px 0 15px;
  margin: 40px 0 !important;
  width: 66.66666667% !important;
}

.custom-cmi-blog-post .blog-sidebar {
  width: 33.33333333% !important;
  margin: 40px 0 !important;
  padding-left: 40px;
  padding-right: 15px;
}

.slick-slide:focus {
  outline: none !important;
}

.custom-cmi-blog-post .section.post-header h1 {
  color: #393939;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none;
  font-size: 30px;
  margin: 0 0 10px;
  letter-spacing: 2px;
}

.custom-cmi-blog-post div#hubspot-author_data a {
  text-decoration: none;
}

.custom-cmi-blog-post .about-author-sec {
  margin: 40px 0;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 20px;
}

.custom-cmi-blog-post .custom-author-image {
  float: left;
  margin-right: 25px;
}

.custom-cmi-blog-post .custom-author-image img {
  max-width: 68px;
}

.custom-cmi-blog-post .custom-author-profile h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #393939;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-transform: none;
} 

.custom-cmi-blog-post .custom-author-profile h3 a {
  text-decoration: none;
}

.custom-cmi-blog-post .custom-author-profile p {
  color: #393939;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.custom-cmi-blog-post p#hubspot-topic_data {
  color: #393939;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  border-top: 1px solid #e6e6e6;
  font-style: italic;
  margin-top: 20px;
  padding-top: 10px;
}

.custom-cmi-blog-post .blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-cmi-blog-post .blog-sidebar  ul li a {
  text-decoration: none;
}

.custom-category ul li span.filter-link-count {
  display: none;
}

.custom-cmi-blog-post .blog-sidebar ul li {
  display: block;
  margin-bottom: 8px;
}

.custom-cmi-blog-post .blog-sidebar h3 {
  margin-bottom: 20px;
  margin-top: 10px;
}

.custom-cmi-blog-post .blog-sidebar ul li a:hover {
  text-decoration: underline;
}

.hs-content-id-11017978466 .two-column-popup-item .two-col-content .right-content .right-image .fl-module-content {
  padding: 20px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.hs-content-id-11018469126 .two-column-popup-item .two-col-content .right-content .right-image .fl-module-modal-popup {
  padding: 150px 0;
}

.bio .cm-rt-image .two-column-popup-item .two-col-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cm-rt-image .two-column-popup-item .two-col-content .right-content .right-image {
  height: 100%;
}

.bio .cm-rt-image .two-column-popup-item .two-col-content .right-content .right-image .fl-col-content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.bio .cm-rt-image .two-column-popup-item .two-col-content .right-content .right-image .fl-col-content i {
  color: #ffffff;
  font-size: 50px;
  height: auto;
  width: auto;
}

.two-column-right-image-popup.cm-rt-image .two-column-inner.clearfix {
  padding: 0;
}

.bio .cm-rt-image .two-column-popup-item .two-col-content .right-content .right-image .fl-icon a:hover i {
  color: #5f3e56;
}

.meeting-tabber .left-col {
  float: left;
  width: 50%;  
  padding: 20px;
}

.meeting-tabber .right-col {
  float: left;
  width: 50%;
  padding: 20px;
}

.meeting-tabber .left-col .left-col-inner {
  border: solid 1px rgba(196,196,196, 1);
  padding: 20px;
}

.meeting-tabber .two-col-wrapper.clearfix {
  padding: 20px 26px;
}

.meeting-tabber .left-col .left-col-inner h4 {
  margin: 0;
}

.meeting-tabber .right-col .rt-col-inner {
  border: solid 1px rgba(196,196,196, 1);
  padding: 20px;
}

.meeting-tabber .right-col .rt-col-inner h4 {
  margin: 0;
}

.uabb-info-list-wrapper.cm-full-col {
  width: 100%;
}

span.fl-sep {
  margin: 0 3px; 
}

.custom-cmi-blog-listing .post-item {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.custom-inner-blog-sidebar span.filter-link-count {
  display: none;
}

.hs-content-id-10958525633 .speaker-item-col .inner {
  padding: 20px 20px 0;
}

.hs-content-id-10958525633 .speakers-wrapper .uabb-banner-style .mask {
  background: rgba(95,62,86,0.4);
}

.hs-content-id-10959907220 .speaker-banner-area .fl-separator {
  border-color: #99878d;
}

h1.fl-archive-title {
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  margin-bottom: 40px;
  text-transform: capitalize;
  padding-bottom: 8px;
}

ul.hs-search-field__suggestions {
  border-color: #ccc !important;
  max-width: 400px;
  margin: 0 auto;
}
ul.hs-search-field__suggestions li{
  padding:10px;
}
ul.hs-search-field__suggestions li a:hover{
  background:transparent !important;
}
.hs-blog-post .fl-post-meta.fl-post-meta-top a:hover {
  text-decoration: underline;
}

.about-lay.speaker-abt .Speaker-content {
  float: none;
  margin: 0 auto;
}

ul.uabb-info-list-wrapper.two-col li {
  width: 50%;
}

.tabber-wrapper .uabb-close-icon {
  color: #74bbbf;
}

.testimonial-wrapper .uabb-close-icon {
  color: #DDDDDD;
}
/*====== search page ==============*/

.search-page .blog-sidebar h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.search-page .blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-page .blog-sidebar ul li {
  display: block;
  margin-bottom: 8px;
}

.search-page .blog-sidebar ul li a {
  text-decoration: none;
}

.search-page .page-center.content-wrapper {
  max-width: 960px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.search-page .blog-sidebar {
  padding-top: 10px;
}

.search-page .page-center.content-wrapper {
  max-width: 960px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.search-page .blog-sidebar {
  padding-top: 10px;
}

.search-page .hs-search-results__listing {
  margin-top: 39px;
}

.search-page .hs-search-results__listing a.hs-search-results__title {
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #393939;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 25px;
}

.search-page .hs-search-results__listing li {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.search-page .hs-search-results__listing a.hs-search-results__title:hover {
  color: #99878d;
}

.cm-cat span.filter-link-count {
  display: none;
}

.cm-cat ul li a:hover {
  text-decoration: underline;
}

.search-page .main-content {
  margin-top: 14px;
  border-right: 1px solid #e6e6e6;
  padding-right: 40px;
}

.search-page .blog-sidebar ul li:last-child {
  margin: 0;
}

.search-page .blog-sidebar .widget-span {
  margin-bottom: 40px;
}

.search-page .body-container .hs-search-field {
  margin-bottom: 30px;
}


.body-container .row1-inner .row1-left .hs-menu-wrapper ul li a {
  color: #494949;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
  font-family: Raleway;
  font-weight: 600;
  font-size: 20px;
  padding-top: 12px;
  padding-bottom: 11px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  white-space: normal;
  line-height: 1.4;
  letter-spacing: 2px;
}

.body-container .row1-inner .row1-left .hs-menu-wrapper ul li {
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: 1px;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
}

.body-container .row1-inner .row1-left .hs-menu-wrapper ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.body-container .row1-inner .row1-left .hs-menu-wrapper ul:before,.body-container .row1-inner .row1-left .hs-menu-wrapper ul:after {
  display: none;
}

.body-container .row1-inner .row1-left .hs-menu-wrapper ul li.active a {
  box-shadow: inset 0 -3px 0 #5f3e56;
  color: #99878d;
}

.body-container .row1-inner .row1-left .hs-menu-wrapper ul li a:hover {
  color: #99878d;
}


/*  Home Slider JS  */

.home.popup-form-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  min-width: 280px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
  z-index: 99;
  display:none;
}

.home.uabb-content {
  opacity: 1;
  position: unset;
  border: 0;
  transform: none;
  width: 100%;
  max-width: unset;
  background: transparent;
}

.home.uabb-modal-text {
  padding: 0;
}

.home.uabb-modal-iframe {
  display: flex;
  position: absolute;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}

.home.uabb-modal-iframe iframe {
  display: block;
  background: #000;
  height: 100%;
  position: relative;
  z-index: 999999;
  width: 1px;
  min-width: 100%;
  margin: 0!important;
  overflow-x: hidden;
}

.modal-open .uabb-modal {
  z-index: 999;
  visibility: visible;
}

span.home.uabb-modal-close {
  width: 36px;
  height: 36px;
  background: url(//cdn2.hubspot.net/hubfs/6014950/CmiSpeakers-July2019/Images/cross.png) no-repeat center;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
}

.home.uabb-modal {
  position: relative;
  max-width: 100% !important;
  left: 0;
  right: 0;
}

.home.popup-form-wrapper.modal-open {
  opacity: 1;
  visibility: visible;
  display:block;
}

.home-banner-slider-group {
  position: relative;
  width: 100%;
  height: 33vw;
}

.home-banner-slider-group div {
  height: 100%;
}

.home-slider-img {
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  box-sizing: content-box;
  z-index: 5;
  background-position: 50% 50%;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

.home-slider-inner-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-slider-item {
  position: relative;
}

.home-slider-content {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 40;
  text-align: center;
  top: 0;
}

.home-slider-content .inner-content {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.home-banner-slider-group .slick-arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  overflow: hidden;
  line-height: 0;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s, opacity 0.4s;
  font-size: 0;
  background: transparent;
  border: 0;
  text-align: center;
  padding: 0;
  opacity: 0;
  outline: 0;
}

.home-banner-slider-group .slick-prev {
  left: 15px;
}

.home-flex-inner-content h5 a:hover {
  background: #99878d;
}

.home-banner-slider-group .slick-next {
  right: 15px;
}

.home-banner-slider-group:hover .slick-arrow {
  opacity: 1;
}

.home-banner-slider-group .slick-arrow:after {
  content: '';
  width: 32px;
  height: 32px;
  background-size: cover;
  position: relative;
  display: block;
}

.home-banner-slider-group .slick-prev:after {
  background-image: url(//cdn2.hubspot.net/hubfs/6014950/CmiSpeakers-July2019/Images/download.svg);
}

.home-banner-slider-group .slick-next:after {
  background-image: url(//cdn2.hubspot.net/hubfs/6014950/CmiSpeakers-July2019/Images/download%20%281%29.svg);
}

.home-flex-content {
  padding: 0.625em;
  transition: all .3s;
  transition-property: border,background-image,background-color,border-radius,box-shadow;
  background: RGBA(0,0,0,0.5);
  justify-content: center;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}

.home-flex-content .left-col-grp {
  width: 60%;
  margin: 10px;
  overflow: visible;
  font-size: 16px;
  transform-origin: 50% 50% 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
  display: flex;
  flex-flow: column;
  order: 10;
  flex: 1 1 auto;
  position: relative;
  text-align: center;
}

.home-flex-content .right-col-grp {
  width: 40%;
  margin: 10px;
  overflow: visible;
  font-size: 100%;
  display: flex;
  flex-flow: column;
  order: 10;
  flex: 1 1 auto;
  position: relative;
}

.home-flex-inner-content {
  width: calc(100% + 21px);
  margin: -10px;
  box-sizing: border-box;
  display: flex;
}

.home-flex-outer-content {
  padding: 0.625em 0.625em 0.625em 0.625em;
  box-sizing: border-box;
  display: flex;
}

.home-flex-outer-content-grp {
  align-self: initial;
  position: relative;
  width: 100%;
  height: auto !important;
}

.home-flex-outer-content-grp div {
  height: auto !important;
}

.home-flex-inner-content .left-col,
.home-flex-inner-content .right-col {
  padding: 0.625em;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.home-flex-inner-content h2 {
  font-family: 'Raleway';
  color: #ffffff;
  font-size: 337.5%;
  text-shadow: none;
  line-height: 1.5;
  margin: 0;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: 2px;
  word-spacing: normal;
  text-transform: none;
  font-weight: 800;
}

.home-flex-inner-content h4 {
  margin: 0;
  font-family: 'Raleway';
  color: #ffffff;
  font-size: 187.5%;
  text-shadow: none;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: 2px;
  word-spacing: normal;
  text-transform: none;
  font-weight: 800;
}

.home-flex-inner-content .uabb-modal-action {
  display: inline-block;
  cursor: zoom-in;
  transition: none 0s;
}

.home-flex-inner-content .uabb-modal-action a.video-btn {
  outline: 0;
}

.home-flex-inner-content .uabb-modal-action i {
  font-size: 750%;
  padding: 10px 0px 25px 0px;
  font-weight: normal;
  outline: 0;
}

.home-flex-inner-content h5 {
  margin: 0;
}

.home-flex-inner-content h5 a {
  margin: 0;
  font-family: 'Raleway';
  color: #ffffff;
  font-size: 16px;
  text-shadow: none;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: 400;
  display: inline-block;
  background: #5f3e56;
  opacity: 1;
  padding: 10px 30px 10px 30px;
  box-shadow: none;
  border-width: 0px;
  border-style: solid;
  width: auto;
  border-color: RGBA(255,255,255,1);
  border-radius: 0px;
}

/*  End  */

/*  Home Page  */

.home-page .selected-speaker-sec {
  color: #ffffff;
}

.home-page .selected-speaker-sec {
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  padding: 60px;
  position: relative;
  z-index:999;
}

.home-page .selected-speaker-sec:before {
  background-color: rgba(95,62,86, 0.9);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.home-page .selected-speaker-sec .inner-group {
  position: relative;
  z-index: 9;
}

.home-page .selected-speaker-sec h2 {
  margin: 0;
  padding: 20px;
  text-align: center;
  color: #fff;
}

.home-page .selected-speaker-sec .text-grp {
  padding: 20px;
}

.home-page .selected-speaker-sec .text-grp h4 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 10px 0;
}

.home-page .selected-speaker-sec .btn-group .btn-item:last-child {
  width: 49.12%;
}

.home-page .selected-speaker-sec .btn-group .btn-item {
  width: 50.88%;
  float: left;
  text-align: center;
  padding: 20px;
}

.home-page .selected-speaker-sec .btn-group .btn-item a {
  color: #494949;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #e4e4e4;
  border: 1px solid #d8d8d8;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  padding: 12px 24px;
  text-decoration: none;
  text-shadow: none;
  position:relative;
  z-index:999;
}

.home-page .selected-speaker-sec .btn-group .btn-item a:hover {
  background: #99878d;
  border: 1px solid #8d7b81;
  color: #ffffff;
}

.home-page .selected-speaker-sec .inner-group .btn-group {
  display: inline-block;
  width: 100%;
  margin-bottom: -6px;
}

.home-page .custom-header {
  border-top: 1.5px solid rgba(105,105,105, 1);
}

.home-page .speakers-wrapper h2.top-title:after {
  content: '';
  border-bottom: 1px solid #99878d;
  filter: alpha(opacity = 100);
  opacity: 1;
  width: 5%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.home-page .speakers-wrapper h2.top-title {
  text-align: center;
  color: #fff;
  margin: 0 0 20px;
  padding: 22px 0 21px;
  position: relative;
}

.home-page .speakers-wrapper p.text {
  padding: 20px 20px 30px;
  margin: 0;
  color: #fff;
}

.home-page .speaking-topics-group {
  padding: 60px 30px 100px;
  position: relative;
}

.home-page .speaking-topics-group .top-group h2 {
  text-align: center;
  color: #2e2e35;
  margin: 0 0 20px;
  padding: 20px 0 21px;
  position: relative;
}

.home-page .speaking-topics-group .top-group h2:after {
  content: '';
  border-bottom: 1px solid #99878d;
  filter: alpha(opacity = 100);
  opacity: 1;
  width: 5%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.home-page .speaking-topics-group .top-group p {
  padding: 20px;
}

.home-page .speaking-topics-group .bottom-group {
  display: inline-block;
  width: 100%;
  margin-bottom: -7px;
}

.home-page .speaking-topics-group .bottom-group .speaking-topic-item {
  width: 25%;
  float: left;
}

.home-page .speaking-topics-group .bottom-group .speaking-topic-item .inner-item {
  padding: 20px;
}

.home-page .speaking-topics-group .bottom-group .speaking-topic-item h4.title {
  color: #ffffff;
  background-color: #5f3e56;
  min-height: 75px;
  text-align: center;
  margin: 0;
  padding: .7em 15px;
  display: block;
  position: relative;
  width: 100%;
  z-index: 5;
  opacity: 1;
}

.home-page .speaking-topics-group .bottom-group .speaking-topic-item .speaking-block img {
  width: 100%;
  max-width: 100%!important;
  display: block;
  border-radius: 0!important;
  box-shadow: none!important;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.home-page .speaking-topics-group .bottom-group .speaking-topic-item .speaking-block:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.home-page .speaking-topics-group .bottom-group .speaking-topic-item .image-grp {
  position: relative;
  overflow: hidden;
}

.home-page .speaking-topics-group .bottom-group .speaking-topic-item .speaking-block:hover .mask {
  opacity: 1;
}

.home-page .speaking-topics-group .bottom-group .speaking-topic-item .image-grp .mask {
  background: rgba(95,62,86,0.4);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.home-page .speaking-topics-group .bottom-group .speaking-topic-item a {
  text-decoration: none;
}

.home-page .speaking-topics-group .btn-group a {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #5f3e56;
  color: #fff;
  border: 1px solid #3a2634;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  padding: 14px 24px 10px;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
}

.home-page .speaking-topics-group .btn-group a i {
  margin-left: 8px;
  margin-right: 0;
  font-size: 1.3em;
  height: auto;
  vertical-align: middle;
  width: auto;
  position: relative;
  top: -2px;
}

.home-page .speaking-topics-group .btn-group a:hover {
  background: #99878d;
  color: #000000;
  border: 1px solid #7b686e;
}

.home-page .one-col-content-grp {
  padding: 60px;
  position: relative;
}

.home-page .one-col-content-grp .inner-group {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-page .one-col-content-grp .one-col-content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.home-page .one-col-content-grp .one-col-content-item .inner-item {
  border: 1px solid rgba(221,221,221, 1);
  margin: 10px;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  background-color: rgba(228,228,228, 1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-page .one-col-content-grp .one-col-content-item .inner-item h3 {
  display: inline-block;
  width: 100%;
  padding: 20px 20px 10px;
  margin: 0;
  text-align: center;
}

.home-page .one-col-content-grp .one-col-content-item .inner-item .content {
  padding: 20px;
}

.home-page .one-col-content-grp .one-col-content-item .icon-grp {
  padding: 20px;
  width: 100%;
  text-align: center;
}

.home-page .one-col-content-grp .one-col-content-item .icon-grp .fl-icon-wrap {
  display: inline-block;
}

.home-page .one-col-content-grp .one-col-content-item .icon-grp .fl-icon-wrap span.fl-icon {
  display: table-cell;
  vertical-align: middle;
}

.home-page .one-col-content-grp .one-col-content-item .icon-grp .fl-icon-wrap span.fl-icon i {
  color: #5f3e56;
  font-size: 40px;
  height: auto;
  width: auto;
}

.home-page .speaking-topics-group .btn-group {
  text-align: center;
  padding: 20px;
}

.home-page .speaker-item-wrapper.clearfix {
  display: inline-block;
  margin-bottom: -6px;
}

.home-page .speakers-wrapper.five .speaker-item-col {
  width: 20%;
}

/*  End  */


.custom-header.no-nav {
  min-height: 85px !important;
}

.landing-page .body-container .hs_cos_wrapper_type_module,
.site-page .body-container .hs_cos_wrapper_type_module{
  margin-bottom: 30px;
}

#hs-pwd-widget-password {
  height: auto !important;
  display: block;
  margin: 15px 0 !important;
}

.home-banner-slider-outer {
  overflow: hidden;
}

.custom-cmi-blog-post #hubspot-author_data {
  margin-bottom: 25px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home-page .one-col-content-grp .one-col-content-item .inner-item{
    display:block;
  }

}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
.hs-content-id-11015336013 .testimonial-inner-wrap.clearfix {
  padding: 10px 0;
}

.hs-content-id-11015336013 .uabb-testimonial {
  padding: 0 0 6px;
}
/* Bureus page */
.one-col-title-wrap {
  padding: 20px;
}

.one-col-title-wrap .content {
  margin: 20px;
}

.one-col-title-wrap .content h1 {
  margin: 0;
  padding: 0;
}

.bureaus-row-one-content-wrap {
  padding-right: 20px;
  padding-bottom: 60px;
}

.widget-span.bureaus-col.left-col {
  width: 77.08%;
  padding: 0 20px;
}

.widget-span.bureaus-col.right-col {
  width: 22.92%;
}

.widget-span.bureaus-col {
  margin-left: 0;
}

.one-col-content-bg-wrap {
  padding: 23px;
  margin-bottom: 10px;
}

.one-col-content-bg-wrap *:last-child {
  margin-bottom: 0;
}

.one-col-btn-wrap {
  padding: 20px 0;
  margin-bottom: 10px;
}

.one-col-btn-wrap a {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #5f3e56;
  color: #ffffff;
  border: 1px solid #3a2634;
  text-decoration: none;
  text-shadow: none;
}

.one-col-btn-wrap a i {
  margin-left: 8px;
  margin-right: 0;
  vertical-align: middle;
  width: auto;
  font-size: 1.3em;
  height: auto;
}

.one-col-btn-wrap a span {
  vertical-align: middle;
}

.one-col-content-bg-wrap.with-title  *:last-child {
  margin-bottom: 10px;
}
.one-col-content-bg-wrap.with-title {
  padding: 30px;
  margin-bottom: 30px;
}
.one-col-content-bg-wrap.with-title .title h3{
  margin-top: 20px;
  margin-bottom: 10px;
}
.one-col-accordion-content {
  display: none;
}

.one-col-accordion-wrap {
  margin-bottom: 30px;
  padding-top: 10px;
}

.one-col-accordion-title {
  background: rgba(228,228,228,0.5);
  padding: 15px;
  cursor: pointer;
  display: table;
  -webkit-transition: all 15ms linear;
  -moz-transition: all 15ms linear;
  -o-transition: all 15ms linear;
  transition: all 15ms linear;
  width: 100%;
}

.one-col-accordion-title h3.acc-label {
  -webkit-transition: all 15ms linear;
  -moz-transition: all 15ms linear;
  -o-transition: all 15ms linear;
  transition: all 15ms linear;
  padding-right: 20px;
  margin: 0;
  clear: both;
}

.one-col-accordion-icon-wrap {
  display: table-cell;
  line-height: 1em;
  vertical-align: middle;
  text-align: center;
  width: 18px;
}

.one-col-accordion-icon-wrap i {
  font-size: 16px;
  line-height: 18px;
  height: 18px;
  width: 18px;
}

.revie-rev-wrap {
  background-color: #f2f2f2;
  padding: 10px 30px 100px 30px;
  position: relative;
  z-index: 2;
}

.revie-rev-wrap h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.revie-rev-wrap h4,.revie-rev-wrap h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sea-more-rev-btn-wrap {
  position: absolute;
  left: 0;
  bottom: 26px;
  text-align: center;
  width: 100%;
}

.sea-more-rev-btn-wrap a {
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  position: relative;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  text-transform: none;
  padding: 12px 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #5f3e56;
  border: 1px solid #5f3e56;
  color: #ffffff;
}

.sea-more-rev-btn-wrap a:hover {
  background: #99878d;
  border: 1px solid #99878d;
}
.one-col-btn-wrap a:hover {
  background: #99878d;
  color: #000000;
  border: 1px solid #7b686e;
}
.contact-bureaus-group {
  padding: 0 20px;
}
.one-col-btn-wrap a:hover {
  background: #99878d;
  color: #000000;
  border: 1px solid #7b686e;
}

.contact-bureaus-group {
  padding: 0 20px;
}

.contact-bureaus-group .image {
  margin: 0 -20px;
  width: auto;
}

.contact-bureaus-group * {
  color: inherit;
}

.contact-bureaus-group a {
  text-decoration: none;
}

.contact-bureaus-group h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.contact-bureaus-group p {
  margin: 0;
}

.contact-bureaus-group > div {
  margin-bottom: 40px;
}

.contact-bureaus-group  .morabout-fees {
  text-align: center;
  padding: 50px 0 0;
}

.contact-bureaus-group .morabout-fees a {
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 24px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #99878d;
  border: 1px solid #8d7b81;
}
.contact-bureaus-group .morabout-fees a:hover {
  color: #ffffff;
  background: #dddddd;
  border: 1px solid #d1d1d1;
}
.bureaus-link-menu-item {
  margin-bottom: 50px;
}
.bureaus-link-menu-item.mikeonline {
  margin-bottom: 40px;
}

/*p.tech-requirements {
  padding-top: 10px;
}*/

.bureaus-link-menu-item:last-child {
  margin-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 32px;
  margin-bottom: 0;
}

.contact-bureaus-group > div.bureaus-link-wrap {
  margin-bottom: 20px;
}

.bureaus-terms-cond-wrap {
  margin: 0 -5px;
  line-height: 1.25;
}

.contact-bureaus-group > div.bureaus-terms-cond-wrap {
  margin-bottom: 0;
}

div.bureaus-terms-cond-wrap p {
  margin-bottom: 15px;
}

div.bureaus-terms-cond-wrap p:last-child {
  margin-bottom: 0;
}

.contact-bureaus-group {
  padding-bottom: 40px;
}
.review-pop-up-wrap,
.review-pop-up-wrap1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100% !important;
  height: 100%;
  overflow-y: scroll;
  max-height: 100vh;
  position: fixed;
  z-index: 1000;
  z-index: -1;
  visibility: hidden;
  opacity:0;
}
.review-pop-up-wrap.open,
.review-pop-up-wrap1.open{
  z-index: 1000;
  visibility: visible;
  opacity:1;
}
.rev-pop-up-overlay,
.rev-pop-up-overlay1{
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  opacity: 0;
  background: rgba(0,0,0,0.75);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0,0,0,0.75);
}

.review-pop-up-wrap.open  .rev-pop-up-overlay,
.review-pop-up-wrap1.open  .rev-pop-up-overlay1{
  opacity: 1;
  visibility: visible;
}

span.review-pop-up-close ,
span.review-pop-up-close1{
  position: fixed;
  z-index: 1000;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  font-size: 1.6em;
  top: 50px;
  right: 50px;
  visibility: hidden;
  color: #74bbbf;
}
.review-pop-up-wrap.open span.review-pop-up-close,
.review-pop-up-wrap1.open span.review-pop-up-close1{
  visibility: visible;
}

span.review-pop-up-close i,
span.review-pop-up-close1 i{
  color: #74bbbf;
}

.rev-pop-up-inner,
.rev-pop-up-inner1{
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  pointer-events: visible;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  max-width: 800px;
  width: 100%;
  z-index: 800;
}

.review-pop-up-wrap.open .rev-pop-up-inner,
.review-pop-up-wrap1.open .rev-pop-up-inner1{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.rev-pop-up-title,
.rev-pop-up-title1{
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.rev-pop-up-title h3,
.rev-pop-up-title1 h3{
  margin: 0;
}

.rev-pop-up-acc-wrap,
.rev-pop-up-acc-wrap1{
  position: relative;
  padding-top: 25px;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 0;
  margin-bottom: 0;
}

.rev-pop-up-acc-inner-wrap,
.rev-pop-up-acc-inner-wrap1{
  margin: 20px;
}

.rev-pop-up-acc-item,
.rev-pop-up-acc-item1{
  margin-bottom: 15px;
}

.rev-pop-up-acc-title,
.rev-pop-up-acc-title1{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background: #f6f6f6;
  border: solid #99878d;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  -webkit-transition: all 15ms linear;
  -moz-transition: all 15ms linear;
  -o-transition: all 15ms linear;
  transition: all 15ms linear;
  border-radius: 0px;
  cursor: pointer;
  display: table;
  width: 100%;
}

.rev-pop-up-acc-icon-wrap,
.rev-pop-up-acc-icon-wrap1{
  display: table-cell;
  line-height: 1em;
  vertical-align: middle;
  width: 18px;
}

.rev-pop-up-acc-icon-wrap i,
.rev-pop-up-acc-icon-wrap1 i{
  color: #99878d;
  -webkit-transition: color 15ms linear, transform 60ms linear;
  -moz-transition: color 15ms linear, transform 60ms linear;
  -o-transition: color 15ms linear, transform 60ms linear;
  transition: color 15ms linear, transform 60ms linear;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 18px;
  height: 18px;
  width: 18px;
}

.rev-pop-up-acc-title h4 {
  padding-left: 20px;
  margin: 0;
}

.rev-pop-up-acc-title:hover .rev-pop-up-acc-icon-wrap i {
  color: #c4c4c4;
}

.rev-pop-up-acc-body-wrap {
  display: none;
}
body.open-rev-pop {
  overflow: hidden;
}
.rev-pop-up-acc-title.open-popup-acc .rev-pop-up-acc-icon-wrap i:before,
.one-col-accordion-title.open-acc .one-col-accordion-icon-wrap i:before{
  content: "\f068";
}

.rev-pop-up-acc-title.open-popup-acc .rev-pop-up-acc-icon-wrap i {
  color: #c4c4c4;
}
.rev-pop-up-acc-inner-body-wrap {
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0;
}

.rev-pop-up-acc-inner-cont-item-in hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}


.rev-pop-up-acc-item.financial-services- p.quote {
  margin-bottom: 24px;
}

.rev-pop-up-acc-item p.quote i {
  display: block;
  margin-bottom: 24px;
}
.rev-pop-up-acc-inner-cont-item-in.grant-thorton {
  padding: 24px 0;
}
.rev-pop-up-acc-icon-wrap i,
.one-col-accordion-icon-wrap i{
  font-weight: 900;
  font-family: "Font Awesome 5 Free" !important;
}
.rev-pop-up-acc-title.open-popup-acc .rev-pop-up-acc-icon-wrap i,
.one-col-accordion-title.open-acc .one-col-accordion-icon-wrap i{
  font-family: FontAwesome !important;
  font-weight:normal;
}
.one-col-accordion-title.open-acc .one-col-accordion-icon-wrap i{
  font-weight:900;
}
.one-col-accordion-content {
  padding: 20px;
  padding-bottom: 10px;
}
.bureaus-tabber-group {
  padding: 54px 0 40px;
}

.bureaus-tabber-menu {}

.bureaus-tabber-menu ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0 -0.5em;
}

.bureaus-tabber-menu ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0.5em;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  flex-basis: 1px;
  background-color: #f2f2f2;
}

.bureaus-tabber-menu ul li h4 {
  margin: 0;
  height: 100%;
  clear: both;
}

.bureaus-tabber-menu ul li h4 a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  font-weight: 700;
  -webkit-transition: color 150ms;
  transition: color 150ms;
  color: #808285;
  padding-top: 17px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
  height: 100%;
}

.bureaus-tabber-menu ul li h4 a:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: background-color 150ms, -webkit-transform 150ms;
  transition: background-color 150ms, transform 150ms;
  -webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
  -webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
  transform: translate3d(0,100%,0) translate3d(0,-3px,0);
  background: rgba(95,62,86,0.5);
}

.bureaus-tabber-menu ul li h4 a span.tabber-icon {
  margin-right: 0.4em;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  color: inherit;
}

.bureaus-tabber-menu ul li.current-tab h4 a {
  color: #808285;
  color: #494949;
}

.bureaus-tabber-menu ul li.current-tab h4 a:after {
  background: rgba(95,62,86,0.5);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.tabber-content-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  border: 2px solid #ffffff;
}

.active-tab.tabber-content-item.cpnt-des-type-descrp {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.active-tab.tabber-content-item.cpnt-des-type-descrp .content-wrap {
  padding: 0 21px;
}

.active-tab.tabber-content-item h3 {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.active-tab.tabber-content-item.cpnt-des-type-descrp p img {
  float: left;
  margin: 5px 20px 20px 0;
}

.active-tab.tabber-content-item.cpnt-des-type-descrp .descp-content+.descp-content {
  margin-top: 50px;
  margin: 0 -1px;
  width: auto;
}

.active-tab.tabber-content-item {
  display: block;
}

.tabber-content-item {
  display: none;
}
.tabber-content-item.cpnt-des-type-img_desc {}

.tabber-content-item.cpnt-des-type-img_desc .content-wrap {
  padding-top: 12px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
}
/*
.tabber-content-item.cpnt-des-type-img_desc .descp-content-item  ul {
margin-top: 0;
margin-bottom: 10px;
}

.tabber-content-item.cpnt-des-type-img_desc .descp-content-item ul li {
padding-bottom: 63px;
}

.tabber-content-item.cpnt-des-type-img_desc .descp-content-item ul li:last-child {
padding-bottom: 0;
}

.tabber-content-item.cpnt-des-type-img_desc .descp-content-item ul .img {
text-align: center;
max-width: 150px;
margin: 0 auto;
vertical-align: top;
display: inline-block;
padding-top: 18px;
}

.tabber-content-item.cpnt-des-type-img_desc .descp-content-item ul h5 {
font-family: Raleway;
font-weight: 500;
font-size: 16px;
margin: 0;
}

.tabber-content-item.cpnt-des-type-img_desc .descp-content-item ul {
text-align: center;
}

.tabber-content-item.cpnt-des-type-img_desc .descp-content-item ul .img-title {
text-align: left;
}
.tabber-content-item.cpnt-des-type-img_desc .descp-content-item ul li.tabber-list-3 .img {
padding-top: 7px;
}
*/
.sea-more-meadia {
  text-align: center;
  padding: 62px 0 0;
}

.sea-more-meadia a {
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  position: relative;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 12px 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #5f3e56;
  border: 1px solid #5f3e56;
  color: #ffffff;
}

.sea-more-meadia a:hover {
  color: #ffffff;
  background: #99878d;
  border: 1px solid #99878d;
}
.tabber-content-item.cpnt-des-type-img_desc .content-wrap {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.tabber-content-item.cpnt-des-type-img_desc .content-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabber-content-item.cpnt-des-type-img_desc .content-wrap .descp-content-item ul li {
  padding-bottom: 80px;
}
.tabber-content-item.cpnt-des-type-img_desc .content-wrap .descp-content-item ul li a {
  display: block;
}

.tabber-content-item.cpnt-des-type-img_desc .content-wrap .descp-content-item ul li a:after,.tabber-content-item.cpnt-des-type-img_desc .content-wrap .descp-content-item ul li a:before {
  content: "";
  display: table;
  width: 100%;
}

.tabber-content-item.cpnt-des-type-img_desc .content-wrap .descp-content-item ul li .img {
  display: inline-block;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.tabber-content-item.cpnt-des-type-img_desc .content-wrap .descp-content-item ul li .img img {
  width: 150px;
  vertical-align: middle;
}

.tabber-content-item.cpnt-des-type-img_desc .content-wrap .descp-content-item ul li .img-title {
  width: calc( 100% - 175px );
  vertical-align: middle;
  display: inline-block;
}

.tabber-content-item.cpnt-des-type-img_desc .content-wrap .descp-content-item ul li h5 {
  margin: 0;
}

.tabber-content-item.cpnt-des-type-img_desc .content-wrap .descp-content-item ul li:last-child {
  padding-bottom: 0;
}

.sea-more-meadia {
  padding-top: 40px;
}

.rev-pop-up-inner1 {
  max-width: 1000px;
  background: #ffffff;
}

.rev-pop-up-acc-wrap1 {
  margin-top: 0;
  margin-bottom: 0;
}

.rev-pop-up-acc-inner-wrap1 ul {
  -webkit-column-count: 2;
  column-count: 2;
}

.rev-pop-up-acc-inner-wrap1 {
  margin: 0;
}

.rev-pop-up-acc-inner-wrap1 ul li {
  padding: 20px;
  padding-bottom: 20px !important;
}

ul {}

.rev-pop-up-acc-inner-wrap1 ul li .img {
  max-width: 125px;
}

.rev-pop-up-acc-inner-wrap1 ul li .summary {
  display: inline-block;
  width: calc(100% - 151px);
  vertical-align: middle;
  margin-left: 20px;
  margin: 0;
  font-weight: 500;
}

.rev-pop-up-acc-inner-wrap1 ul li .summary h5 {
  color: #393939;
  font-family: "Raleway", sans-serif;
  margin: 0;
  font-weight: 500;
}
.rev-pop-up-acc-inner-wrap1 ul li a{
  display:block;
}
.tabber-content-item.cpnt-des-type-img_desc .content-wrap .descp-content-item ul li a{
  text-decoration:none;
}
.rev-pop-inner-title1 h2 {
  margin: 0;
}

.one-col-accordion-icon-wrap i{
  font-family:FontAwesome !important;
  font-weight:900;
}
.pop-up-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.pop-up-table-cell {
  display: table-cell;
  vertical-align: middle;
}
@media(max-width:1050px){
  .rev-pop-up-inner1{
    max-width: 100%;
    width: 80%;
  }
}
@media(max-width:991px){
  .tabber-content-item.cpnt-des-type-img_desc .content-wrap .review-pop-up-wrap1 .descp-content-item ul li .img,
  .rev-pop-up-acc-inner-wrap1 ul li .summary{
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    margin: 0;
    display:block;
  }
  .tabber-content-item.cpnt-des-type-img_desc .content-wrap .review-pop-up-wrap1 .descp-content-item ul li .img{
    display: block;
    margin: 0 0 20px;
  }
}

@media(max-width:767px){
  .rev-pop-up-acc-inner-wrap1 ul {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .rev-pop-up-acc-inner-wrap1 ul li {
    padding: 20px 0;
    padding-bottom: 20px !important;
  }
  .tabber-content-item.cpnt-des-type-img_desc .content-wrap {
    padding: 25px;
  }
  .tabber-content-item.cpnt-des-type-img_desc .content-wrap {
    padding: 25px;
  }

  .widget-span.bureaus-col {
    width: 100% !important;
  }

  .one-col-title-wrap .content {
    margin: 20px 0;
  }

  .widget-span.bureaus-col.left-col {}

  .bureaus-row-one-content-wrap {
    padding-right: 0;
  }

  .one-col-btn-wrap {
    text-align: center;
  }

  .revie-rev-wrap {
    margin-bottom: 45px;
  }

  .tabber-acc-title {
    background-color: #f2f2f2;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    position: relative;
  }

  .tabber-acc-title h4 {
    margin: 0;
  }

  .tabber-content-wrap {
    padding: 25px 0;
    border: none;
  }

  .sea-more-rev-btn-wrap {
    bottom: -84px;
  }
  .active-tab.tabber-content-item.cpnt-des-type-descrp {
    padding: 0px 0 !important;
  }
  .active-tab.tabber-content-item.cpnt-des-type-descrp {
    padding: 0px 0 !important;
  }

  .tabber-acc-title {}

  .tabber-acc-title h4 span.tabber-acc-icon {
    margin-right: 0.4em;
    display: inline-block;
  }

  .tabber-acc-title h4 {
    display: table-cell;
    color: #808285;
    width: 100%;
    padding-left: 6px;
  }

  .tabber-acc-title {
    display: block !important;
  }

  .tabber-acc-title span.tabber-acc-icon {
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
    color: #808285;
    display: table-cell;
  }

  .active-tab.tabber-content-item.cpnt-des-type-descrp .content-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border: 2px solid #ffffff;
  }

  .active-tab.tabber-content-item.cpnt-des-type-descrp .content-wrap .descp-content {
    padding: 20px;
    padding-top: 20px;
    border: 1px solid #fff;
  }

  .active-tab.tabber-content-item.cpnt-des-type-descrp .descp-content+.descp-content {
    margin-top: 8px;
  }

  .bureaus-tabber-group {
    padding-bottom: 0;
  }
  .tabber-content-item {
    display: block !important;
    overflow: visible !important;
  }
  .tabber-content-item {
    display: block !important;
    overflow: visible !important;
  }

  .active-tri.tabber-acc-title {
    background: rgba(95,62,86,0.5);
  }

  .active-tri.tabber-acc-title h4 {
    color: #808285;
    color: #494949;
  }

  .tabber-acc-title h4 span.tabber-acc-icon {
    color: #494949;
  }

  .active-tri.tabber-acc-title span.tabber-acc-icon {
    color: #494949;
  }
  .content-wrap {
    display: none;
  }
  .active-tab.tabber-content-item .content-wrap {
    display: block;
  }
}
@media(max-width:479px){
  .tabber-content-item.cpnt-des-type-img_desc .content-wrap .descp-content-item ul li .img,
  .rev-pop-up-acc-inner-wrap1 ul li .summary{
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    margin: 0;
    display:block;
  }
  .tabber-content-item.cpnt-des-type-img_desc .content-wrap .descp-content-item ul li .img{
    display: block;
    margin: 0 0 20px;
  }
  .tabber-content-item.cpnt-des-type-img_desc .content-wrap .descp-content-item .rev-pop-up-acc-inner-wrap1 ul li .img {
    margin-bottom: 10px;
  }
}
@media(min-width:768px){
  .content-wrap {
    display: block !important;
  }
}
@media(max-width:850px){
  .rev-pop-up-inner{
    width:80%;
  }
}
.contact-bureaus-group p.email {
  word-break: break-all;
}
/* =============== Screen sizes smaller than .page-center =============== */

@media(min-width:768px){
  .trigger-filter{
    display:none !important;
  }
}

@media (max-width: 1250px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    font-size: 14px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    padding: 15px 20px;
  }

  ul.uabb-info-list-wrapper.seven-col li {
    width: 33%;
  }
}

@media (max-width: 1099px) {
  .search-page .page-center.content-wrapper {
    max-width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (max-width: 1050px) {

  .cmi-speaker-lay .section-header-wrapper .heading {
    width: 30%;
  }

  .two-column-right-image-popup .popup-form-wrapper .uabb-content {
    width: 80%;
  }

  .cmi-speaker-banner-area .popup-form-wrapper .uabb-content{
    width: 80%;
  }

  .meeting-planner {
    padding-left: 0;
    padding-right: 0;
  }

  ul.uabb-info-list-wrapper li {
    width: 50% !important;
  }

  ul.uabb-info-list-wrapper li:nth-child(2n+1) {
    clear: left;
  }

  .tabber-tab ul h4.uabb-tag-selected a{
    font-size:17px;
  }

  .meeting-planner .fl-module-content {
    padding-left: 0;
    padding-right: 0;
  }

  .speaker-two-column-right-image {
    padding-left: 0;
    padding-right: 0;
  }

  .speaker-two-column-right-image .fl-col.left-col .two-col.col2 .uabb-module-content {
    width: 100%;
    padding: 0 10px;
  }

  .how-we-do-it-section {
    padding-left: 0;
    padding-right: 0;
  }

  ul.uabb-info-list-wrapper.seven-col li{
    width: 50%;
  }

  .tabber-wrapper .popup-form-wrapper .uabb-content{
    max-width:100%;
    width:80%;
  }
}

@media (max-width:1000px) and (min-width:768px){
  .speakers-wrapper.topics .speaker-item-col h3 {
    font-size: 13px;
    white-space: normal;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 1300px) and (min-width: 901px) {
  .home-banner-slider-group {
    height: 430px;
  }  
}

@media (max-width: 900px) {
  .home-banner-slider-group {
    height: 71.1vw;
  }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 999px) {
  .news-blog.hs-blog-post .blog-body-post-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .news-blog.hs-blog-post .blog-content {
    width: 100% !important;
    border: none;
    padding: 0 !important;
  }

  .news-blog.hs-blog-post .blog-sidebar {
    width: 100% !important;
    padding: 0 !important;
    margin: 0px 0 0 !important;
    max-width:100% !important;
  }
}

@media (max-width: 991px) and (min-width:768px){
  .speaker-item-col h3{
    font-size: 16px;
  }

  .speakers-wrapper .uabb-banner-style .mask .uabb-inner-mask .uabb-text-editor p {
    font-size: 13px;
  }

  .cm-topic-filter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cm-topic-filter ul li a {
    padding-left: 0;
    padding-right: 0;
  }

  .cm-topic-filter ul li {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {


  .cmi-speaker-banner-area .right-column .fl-col-content .overlay {
    background-color: rgba(57,57,57, 0.5) !important;
  }

  .cmi-speaker-banner-area .right-column .fl-col-content.no-overlay:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(57,57,57, 0.5);
  }

  .no-nav .mobile-trigger {
    display: none !important;
  }

  .custom-header.no-nav {
    min-height: 63px !important;
  }

  .search-page .main-content {
    width: 100% !important;
    padding-right: 0;
    border: none;
    margin: 0;
  }

  .search-page .blog-sidebar {
    width: 100% !important;
    margin: 0 !important;
  }

  .search-page .blog-search input.hs-search-field__input {
    max-width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    max-height: calc(100vh - 88px);
    overflow-y: auto !important;
  }

  .tabber-wrapper .popup-form-wrapper .uabb-info-list-wrapper li img {
    display: block;
    margin: 0 0 20px;
  }

  .tabber-wrapper .popup-form-wrapper .uabb-info-list-wrapper li h5 {
    display: block;
    width: 100%;
  }

  iframe {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .logo-wrapper .page-center>div.row-fluid-wrapper>.row-fluid {
    display: block;
  }

  .custom-logo {
    width: 100% !important;
  }

  .custom-menu-primary.js-enabled {
    width: 100% !important;
  }

  .logo-wrapper .page-center {
    position: relative;
  }

  .uabb-business-day {
    display: block;
  }

  .uabb-business-hours-wrap {
    display: block;
  }

  .uabb-business-hours {
    display: block;
    width: 100%;
    text-align: left;
  }

  .cmi-speaker-banner-area .left-column {
    width: 50%;
    background: rgba(95,62,86, 1);
  }

  .cmi-speaker-banner-area .right-column {
    width: 50%;
  }

  .cmi-speaker-banner-area .left-column .fl-col-content {
    background: none !important;
  }

  .cmi-speaker-banner-area .left-column .fl-col-content .heading h1 {
    font-size: 40px;
    text-align: center;
    margin: 10px 0;
  }

  .cmi-speaker-banner-area .right-column .fl-col-content {
    border: none;
  }

  .cmi-speaker-banner-area .left-column .fl-col-content .heading {
    padding: 0 20px;
  }

  .cmi-speaker-banner-area .right-column .fl-module-content {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .custom-cmi-blog-post .blog-content {
    padding-left: 40px;
    padding-right: 40px;
    width: 100% !important;
  }

  .custom-cmi-blog-post .body-container .page-center.content-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .custom-cmi-blog-post .blog-sidebar {
    width: 100% !important;
    padding: 0 40px;
  }

  .custom-cmi-blog-post .body-container .page-center.content-wrapper > div {
    margin: 0;
  }
}  


@media (max-width: 900px) {
  .popup-form-wrapper .uabb-content {
    width: 80%;
  }

  .cmi-speaker-banner-area .popup-form-wrapper .uabb-content{
    width: 80%;
  }
}


@media (max-width: 767px) {

  .cmi-speaker-lay .row1-inner > .row-fluid-wrapper > .row-fluid {
    display: block;
  }

  .uabb-modal-close {
    right: 30px;
    visibility: hidden;
  }

  .team-member-item .content-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-form-wrapper .actions {
    max-width: 100%;
  }

  .speakers-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .article-content {
    padding-left: 0;
    padding-right: 0;
  }

  ul.uabb-info-list-wrapper.seven-col li{
    width: 100%;
  }

  .custom-cmi-blog-listing .body-container .page-center.content-wrapper {
    padding: 60px 0;
  }

  .custom-cmi-blog-listing .blog-content > div {
    margin: 0 !important;
  } 

  .custom-cmi-blog-listing .blog-content > div {
    padding: 20px !important;
  }

  .custom-cmi-blog-listing .blog-sidebar {
    display: none !important;
  }

  .main-content.cm-error-content {
    padding: 10px 0 30px;
    margin-bottom: 10px;
  }

  .cm-error-content h2{
    font-size: 24px;
  }

  .hs-content-id-11008085951 .two-column-popup-item .two-col-content .left-content {
    width: 100%;
    float: none;
  }

  .hs-content-id-11008085951 .two-column-popup-item .two-col-content .right-content {
    width: 100%;
    float: none;
  }


  .fl-icon-group-right {
    text-align: center;
  }

  .logo-wrapper .page-center {
    padding: 10px 0 0px !important;
  }

  .mobile-trigger {
    right: 0;
  }

  .header-social-icon {
    padding: 0 20px;
  }

  .custom-logo {
    width: 50% !important;
    padding: 0 20px;
  }

  .header-social-wrapper .page-center {
    padding: 0 !important;
  }

  .mobile-trigger{
    top: 11px;
  }

  .footer-bottom .page-center {
    padding: 0 !important;
  }

  .footer-links ul li {
    float: none;
    border-left: none;
    border-top: solid 1px rgba(153,135,141,1);
  }

  .footer-links ul {
    float: none;
  }

  .footer-bottom .page-center>div.row-fluid-wrapper>div.row-fluid {
    display: block;
  }

  .fl-row.footer-image-wrapper .image-col {
    width: 100%;
    float: none;
  }

  .fl-row.footer-image-wrapper {
    padding-bottom: 40px;
  }

  .footer-menu {
    width: 100% !important;
    max-width: 400px !important;
    float: none !important;
    margin: 0 auto !important;
  }

  .contact-details {
    width: 100% !important;
    max-width: 400px !important;
    float: none !important;
    margin: 0 auto !important;
  }

  .get-in-touch-section {
    width: 100% !important;
    max-width: 400px !important;
    float: none !important;
    margin: 0 auto !important;
  }

  .speaker-wrapper .fl-cta-button {
    text-align: center;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }

  .footer-top .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .container-fluid .row-fluid .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .Speaker-content {
    width: 100%;
  }

  .speaker-banner-area {
    padding-left: 0;
    padding-right: 0;
  }

  .speaker-item-col {
    width: 100%;
    float: none;
    max-width: 400px;
    margin: 0 auto;
  }

  .speaker-item-wrapper.clearfix {
    display: block;
  }

  .speakers-wrapper.three .speaker-item-col {
    width: 100%;
  }

  .contact-lay .row1-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-lay .row1-col1 {
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto !important;
    float: none !important;
  }

  .uabb-business-day {
    display: inline-block;
  }

  .uabb-business-hours {
    display: inline-block;
    width: calc( 100%/2 );
    text-align: right;
  }

  .uabb-business-hours-wrap {
    display: flex;
  }

  .contact-lay .row1-col2 {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 400px !important;
  }

  .contact-lay .row1-col3 {
    max-width: 400px;
    margin: 0 auto !important;
    width: 100% !important;
  }

  .three-col-bottom-pane-wrapper.clearfix {
    padding-left: 0;
    padding-right: 0;
  }

  .three-col-bottom-pane-wrapper .three-col-inner>div {
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto 20px!important;
  }

  .about-lay .Speaker-content {
    width: 100%;
  }

  .about-lay .Speaker-content .fl-col-content {
    padding-left: 0;
    padding-right: 0;
  }

  .about-lay .Speaker-content .fl-module-content {
    padding-top: 40px;
  }

  .our-story-section {
    padding-left: 0;
    padding-right: 0;
  }

  .our-story-section .top-left-col {
    width: 100%;
    float: none;
  }

  .our-story-section .top-right-col {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .our-story-section .bottom-left-col {
    width: 100%;
    float: none;
    margin: 4px 0 0;
  }

  .our-story-section .bottom-left-col .fl-col-content {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .our-story-section .fl-module.fl-module-separator .fl-module-content {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .our-story-section .btn-item {
    width: 100%;
    float: none;
    max-width: 400px;
    margin: 0 auto;
  }

  .our-story-section .bottom-right-col {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .our-story-section .bottom-right-col .fl-col-content {
    margin: 0;
  }

  .our-team-group h2:after {
    margin-top: 40px;
  }

  .our-team-group {
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-item {
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto 20px;
    float: none !important;
    padding: 0 !important;
  }

  .team-member-item.clearfix h4 {
    margin-bottom: 40px;
  }

  .giving-back-section .top-left-col {
    width: 100%;
    float: none;
    max-width: 400px;
    margin: 0 auto;
  }

  .giving-back-section .top-right-col {
    width: 100%;
    float: none;
    max-width: 400px;
    margin: 0 auto;
  }

  .giving-back-section .bottom-left-col {
    width: 100%;
    float: none;
    max-width: 400px;
    margin: 0 auto;
  }

  .giving-back-section .bottom-left-col .fl-col-content {
    margin-top: 0;
  }

  .giving-back-section .top-right-col .fl-module-content {
    padding: 40px 0 0;
  }

  .giving-back-section .top-right-col .fl-col-content {
    padding-top: 7px;
  }

  .giving-back-section .bottom-right-col {
    float: none;
    width: 100%;
  }

  .giving-back-section {
    padding-left: 0;
    padding-right: 0;
  }

  .giving-back-section .bottom-right-col .fl-col-content {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slider-wrapper .top-heading-wrapper .fl-module-content .fl-separator {
    margin-top: 20px;
  }

  .testimonial-slider-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-item-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-author-description {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-body-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-sidebar {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 400px;
    float: none !important;
  }

  .cm-topic-filter {
    padding: 10px 20px 0;
  }

  .trigger-filter svg {
    width: 1.4em;
    height: 1.4em;
    margin: 0 auto;
  }

  .trigger-filter {
    text-align: center;
    padding: 8px;
    display: block;
    margin: 20px auto;
    width: 43px;
  }

  .trigger-filter svg rect {
    fill: currentColor;
  }

  .cm-topic-filter .widget-module {
    display: none;
  }

  .trigger-filter{
    cursor:pointer;
  }

  .cm-topic-filter ul {
    padding: 0;
    text-align: center;
  }

  .blog-content {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .alignright ,
  img.alignleft{
    float: none;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .news-blog.hs-blog-post .blog-body-post-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-blog.hs-blog-post .blog-content {
    margin: 20px 0 !important;
  }

  .cmi-speaker-banner-area .inner-wrap {
    display: flex;
    background: rgba(95,62,86,1);
  }

  .cmi-speaker-banner-area .left-column {
    width: 100%;
  }

  .cmi-speaker-banner-area .right-column {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .cmi-speaker-lay .section-header-wrapper .heading {
    width: 100%;
    text-align: left;
  }

  .cmi-speaker-lay .row1-left {
    width: 100% !important;
  }

  .two-column-right-image-popup .two-column-inner.clearfix {
    padding: 0;
  }

  .two-column-popup-item .two-col-content .left-content {
    width: 100% !important;
    float: none !important;
  }

  .two-column-popup-item .two-col-content .right-content {
    float: none;
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto;
  }

  .two-column-popup-item.clearfix {
    padding-bottom: 20px;
  }

  .cmi-speaker-lay .row1-right {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 400px;
  }

  .speaker-video-group .video-inner {
    padding: 0;
  }

  .video-item.clearfix {
    width: 100%;
    float: none;
    padding: 0 !important;
  }

  .video-item .top-heading.clearfix {
    min-height: 1px;
  }

  .speaker-video-group .button-wrapper {
    padding-top: 20px;
  }

  .speaker-video-group.clearfix{
    padding-bottom:60px;
  }

  .bio .two-column-popup-item .two-col-content .left-content {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }

  .bio .two-column-popup-item .two-col-content .right-content {
    width: 100% !important;
  }

  .bio .two-column-popup-item .two-col-content .right-content .right-image .fl-module-modal-popup {
    padding: 0;
  }

  .bio .two-column-popup-item .two-col-content .right-content .fl-module-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .one-column-content.clearfix {
    padding: 0px 45px;
  }

  .pdf-btn-wrapper.clearfix{
    text-align: center;
  }

  .tabber-tab ul {
    display: block;
    margin: 0;
  }

  .tabber-tab ul li {
    margin: 0;
  }

  .tabber-wrapper .tab-acc-content {
    padding-left: 0;
    padding-right: 0;
  }

  .cmi-speaker-lay .section-header-wrapper h2 span {
    padding-bottom: 20px;
  }

  .tabber-tab ul h4.uabb-tag-selected a {
    font-size: 20px;
    text-align: left;
  }

  .tabber-tab ul h4.uabb-tag-selected a:after {
    content: none;
  }

  a.uabb-tab-link.tab-link-mob.open-tab {
    box-shadow: inset 0 -3px 0 #5f3e56;
    background: rgba(95,62,86,0.5);
    color: #494949;
  }

  .tabber-column {
    display: none;
  }

  a.uabb-tab-link.tab-link-mob {
    color: #808285;
    display: block;
    padding: 15px;
    background-color: #f2f2f2;
    line-height: 1.4;
    letter-spacing: 2px;
    font-family: Raleway;
    font-weight: 600;
    font-size: 20px;
    cursor:pointer;
  }

  ul.uabb-info-list-wrapper li {
    width: 100% !important;
    padding-bottom: 20px;
  }

  span.uabb-acc-icon {
    float: right;
  }

  a.uabb-tab-link.tab-link-mob span.uabb-tab-title {
    width: calc(100% - 28px);
    display: inline-block;
  }

  .speaker-abt .speaker-banner-area {
    padding-left: 0;
    padding-right: 0;
  }

  .speaker-abt .Speaker-content .heading h2 {
    margin: 0;
  }

  .speaker-abt .Speaker-content h3 {
    margin: 0;
  }

  .speaker-abt .Speaker-content .content {
    padding-bottom: 0;
  }

  .speaker-two-column-right-image .fl-col.left-col .two-col {
    width: 100%;
    float: none;
  }

  .speaker-two-column-right-image .fl-col.left-col {
    width: 100%;
    float: none;
    text-align: center;
  }

  .speaker-two-column-right-image .fl-col.right-col {
    width: 100%;
    float: none;
    max-width: 400px;
    margin: 0 auto;
  }

  .speaker-two-column-right-image .fl-col.left-col .fl-col-content {
    padding-left: 0;
    padding-right: 0;
  }

  .speaker-two-column-right-image .fl-col.left-col .two-column-wrapper.clearfix {
    max-width: 400px;
    margin: 0 auto;
  }

  .speaker-two-column-right-image.right .fl-col.right-col .fl-col-content {
    margin: 0;
  }

  .speaker-two-column-right-image .one-col-content {
    margin: 0;
  }

  .speaker-two-column-right-image.left .fl-col.left-col {
    float: none;
    width: 100%;
    order: 2;
  }

  .speaker-two-column-right-image.left .fl-col.right-col {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    order: 1;
  }

  .speaker-two-column-right-image.left .fl-col-group.clearfix {
    display: flex;
    flex-direction: column;
  }

  .speaker-two-column-right-image.left .fl-col.right-col .fl-col-content {
    margin: 0;
  }


  .how-we-do-it-section .top-wrapper {
    padding: 0;
  }

  .how-we-do-it-section .top-wrapper .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-we-do-it-section .fl-module-separator {
    margin: 20px 0 0;
  }

  .how-we-do-it-section .bottom-wrapper .fl-col.left-col .three-column-wrapper .two-col {
    width: 100%;
    float: none;
  }

  .how-we-do-it-section .bottom-wrapper .fl-col.left-col {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }

  .how-we-do-it-section .bottom-wrapper ul h4 {
    word-break: break-word;
  }

  .how-we-do-it-section .bottom-wrapper .fl-col.right-col {
    float: none;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }

  .what-next-gallery.clearfix {
    padding-left: 0;
    padding-right: 0;
  }

  .what-next-gallery.clearfix .fl-module-separator {
    margin: 20px 0 0;
  }

  .what-next-slider-wrapper .fl-module-content {
    padding-left: 0;
    padding-right: 0;
  }

  .speaker-two-column-right-image .fl-col.left-col .two-col ul li h4{
    word-break: break-word;
  }

  .custom-cmi-blog-post .blog-content,
  .custom-cmi-blog-post .blog-sidebar {
    width: 100% !important;
    padding: 0 20px;
    margin: 20px 0 !important;
  }

  div.uabb-info-list-wrapper {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .meeting-tabber .left-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .meeting-tabber .right-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .body-container .row1-inner .row1-left .hs-menu-wrapper ul {
    display: block;
    text-align: left;
  }

  .body-container .row1-inner .row1-left .hs-menu-wrapper ul li {
    text-align: left;
  }

  .body-container .row1-inner .row1-left .hs-menu-wrapper ul li a{
    padding-top: 14px;
    padding-bottom: 18px;
  }

  .search-page .page-center.content-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 8px;
  }

  .testimonial-item {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-wrapper.clearfix {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-banner-slider-group {
    display: none !important;
  }

  .home-page .selected-speaker-sec,
  .home-page .speaking-topics-group,
  .home-page .one-col-content-grp {
    padding-left: 0;
    padding-right: 0;
  }

  .home-page .selected-speaker-sec .btn-group .btn-item {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
  }

  .home-page .selected-speaker-sec .inner-group .btn-group {
    margin-bottom: 0;
  }

  .home-page .speakers-wrapper {
    padding: 60px 0px 100px;
  }

  .home-page .speaker-item-wrapper.clearfix {
    margin: 0;
    width: 100%;
  }

  .home-page .speakers-wrapper.five .speaker-item-col {
    width: 100%;
  }

  .home-page .speaking-topics-group .bottom-group {
    margin: 0;
  }

  .home-page .speaking-topics-group .bottom-group .speaking-topic-item {
    max-width: 400px;
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
  }

  .home-page .speaking-topics-group .btn-group a i {
    top: -1px;
  }

  .home-page .speaking-topics-group .btn-group a {
    padding: 14px 24px 11px;
  }

  .home-page .one-col-content-grp .inner-group {
    display: block;
  }

  .home-page .one-col-content-grp .one-col-content-item {
    max-width: 400px;
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
  }

  .home-page .one-col-content-grp .one-col-content-item .inner-item {
    margin: 0;
  }

  .custom-header .fl-icon-group .fl-icon:first-child {
    margin-left: 10px;
  }

}

@media (max-width: 479px) {

  .subscribe-options label {
    margin: 0;
  }

  .list-content-wrapper .image-content img {
    width: auto;
    vertical-align: middle;
  }

  .uabb-modal-close {
    right: 20px;
    visibility: hidden;
  }

  .testimonial-item .uabb-testimonial {
    padding: 0;
  }

  .uabb-modal-text.accordion-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .uabb-adv-accordion-item .panel-body {
    padding-left: 0;
    padding-right: 0;
  }

  .two-column-popup-item .top-content {
    padding-left: 0;
    padding-right: 0;
  }

  .article-content {
    padding-left: 0;
    padding-right: 0;
  }

  .tabber-content-wrapper .fl-rich-text {
    padding: 0;
  }

  .tabber-wrapper.clearfix {
    padding-left: 0;
    padding-right: 0;
  }

  .list-content-wrapper .image-content {
    display: block;
    margin: 0 0 20px;
  }

  .list-content-wrapper .content {
    display: block;
    width: 100%;
  }

  .rec-post-tag-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .meeting-tabber .two-col-wrapper.clearfix {
    padding-left: 0;
    padding-right: 0;
  }

  .two-column-popup-item .two-col-content .left-content {
    padding-left: 0;
    padding-right: 0;
  }

  .two-column-right-image-popup.clearfix {
    padding-left: 15px;
    padding-right: 15px;
  }

  .speaker-video-group.clearfix {
    padding-left: 15px;
    padding-right: 15px;
  }

  .article-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 380px) {

  .logo-wrapper .page-center {
    padding: 12px 0 2px !important;
  }

  .uabb-adv-accordion-button h4 {
    padding-left: 10px;
    font-size: 14px;
  }
  .custom-header{
    min-height: 110px !important;
  }

  .mobile-trigger{
    top: 7px;
  }

  .custom-header .fl-icon-group .fl-icon {
    margin-left: 20px;
  }

  .custom-header .fl-icon-group .fl-icon:first-child {
    margin-left: 0;
  }

  .popup-form-wrapper .actions input.hs-button.primary.large{
    width: 100%;
  }

  .about-author-sec.row-fluid.clearfix .span2 {
    float: none;
    margin: 0 0 20px;
  }

  .two-column-popup-item.clearfix img {
    float: none !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }

}

/*== KUNO CSS UPDATES ==*/
.genIntWrap {padding: 30px 50px; margin-bottom: 40px;}