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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

/*
 * 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;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

/* 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; 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}


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

/* 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;
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
	font-family: 'AvenirLight';
	src: url('https://info.lhediscovery.com/hubfs/fonts/avenir/Avenir-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'AvenirBook';
	src: url('https://info.lhediscovery.com/hubfs/fonts/avenir/Avenir-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'AvenirHeavy';
	src: url('https://info.lhediscovery.com/hubfs/fonts/avenir/Avenir-Heavy.ttf') format('truetype');
}

@font-face {
	font-family: 'SentinelLight';
	src: url('https://info.lhediscovery.com/hubfs/fonts/sentinel/Sentinel-Light.otf') format('truetype');
}

@font-face {
	font-family: 'SentinelBold';
	src: url('https://info.lhediscovery.com/hubfs/fonts/sentinel/Sentinel-Bold.otf') format('truetype');
}

@font-face {
	font-family: 'SentinelMedium';
	src: url('https://info.lhediscovery.com/hubfs/fonts/sentinel/Sentinel-Medium.otf') format('truetype');
}

.align-left .hs_cos_wrapper_type_rich_text {
    float: left;
}


.antitrust-mobile-img {
  display: none!important;
}

.antitrust-header-banner {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #246fa5;
    margin-right: 0;
/*     max-width: 825px; */
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 38px;
    margin-bottom: -50px;
  width: 51%!important;
}

.antitrust-header-banner h2,
.antitrust-header-banner p {
  color: #fff;
  max-width: 480px;
}

.antitrust-header-banner h2 {
  max-width: 510px;
}

.antitrust-header-banner h2 {
  font-size: 35px;
  font-family: 'SentinelLight', sans-serif; 
  margin-bottom: 20px;
}

.antitrust-header-banner p {
  font-size: 19px;
  line-height: 28px;
  font-family: 'AvenirBook', sans-serif; 
  margin: 0;
}

#video-section {
  padding-top: 170px;
  padding-bottom: 90px;
}

.right-video-det {
  padding-left: 20px;
}

.right-video-det h4 {
  color: #3c464e;
  font-size: 18px;
  font-family: 'AvenirBook', sans-serif; 
  line-height: 28px;
  margin-bottom: 0px;
  margin-top: 0;
}

.right-video-det h2 {
  color: #3c464e;
  font-family: 'AvenirBook', sans-serif; 
  font-size: 32px;
  margin-bottom: 20px;
}

.right-video-det p {
  font-size: 16px;
  color: #3c464e;
  font-family: 'AvenirBook', sans-serif; 
  margin-bottom: 25px;
  margin-top: 0;
}
/*
.video-play-button {
  font-size: 17px;
  background: #246fa5;
  color: #fff;
  height: 47px;
  width: 185px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 47px;
}

.video-play-button:hover {
  color: #fff;
}*/

.play-bg-1,
.play-bg-2,
.play-bg-3,
.play-bg-4 {
  background-size: cover;
}

.video-container .play-bg-1 {
  background: url('https://info.lhediscovery.com/hubfs/Antitrust%20videos/first.jpg');
      background-size: cover!important;
}

.play-bg-2 {
  background: url('https://info.lhediscovery.com/hubfs/Antitrust%20videos/two.jpg');
      background-size: cover!important;
}

.play-bg-3 {
  background: url('https://info.lhediscovery.com/hubfs/Antitrust%20videos/three.jpg');
      background-size: cover!important;
}

.play-bg-4 {
  background: url('https://info.lhediscovery.com/hubfs/Antitrust%20videos/four.jpg');
      background-size: cover!important;
}

.play-bg-5 {
  background: url('https://info.lhediscovery.com/hubfs/video-1.jpg');
      background-size: cover!important;
}

.play-bg-6 {
  background: url('https://info.lhediscovery.com/hubfs/video-2.jpg');
      background-size: cover!important;
}

.play-bg-7 {
  background: url('https://info.lhediscovery.com/hubfs/image3bg.jpg');
      background-size: cover!important;
}

.playbg span {
  width: 100px;
}

.video-grind .row-fluid .span3 {
    width: calc(25% - 55px);
    *width: calc(25% - 55px);
    margin-left: 50px;
}

.video-grind .row-fluid .span3:first-child {
  margin-left: 0!important;
}

.video-grind {
  padding-bottom: 70px;
}

.video-grid-box a {
  position: relative;
  display: block;
}

.video-label {
  color: #fff;
  display: none;
  background: #246fa5;
  font-size: 12px;
  width: 107px;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  padding-left: 7px;
  position: absolute;
  bottom: 20px;
  right: -10px;
}

.new-video-boxes .video-label {
  background: #cd08c1;
}

.video-grid-box-title {
  padding-top: 20px;
}

.video-grid-box-title h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  color: #3c464e;
}

.video-grid-box-title p {
  margin: 0;
  color: #3c464e;
  font-size: 13px;
}

.download-script-sec {
  background: #5d6770;
  text-align: right;
  padding: 40px;
  margin-bottom: 90px;
  width: 49%!important;
}

.download-script-sec h2 {
  font-family: 'SentinelLight', sans-serif; 
  font-size: 32px;
  margin-bottom: 30px;
  color: #fff;
}

.download-pdf-script a {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 185px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
}

.pantelist-title-sec h2 {
  color: #3c464e;
  font-size: 32px;
  font-family: 'SentinelLight', sans-serif; 
  margin-left: -25px;
  margin-bottom: 45px;
}

.panelist-section {
  padding-top: 80px;
  padding-bottom: 50px;
}

.pantelist-block {
  margin-bottom: 105px;
  position: relative;
  cursor: pointer;
  max-width: 240px;
}

.pantelist-block-det {
    position: absolute;
    bottom: -58px;
    background: #246fa5;
    left: 20px;
    padding-left: 20px;
    padding-top: 11px;
    padding-bottom: 16px;
    margin-right: 100px;
    width: 100%;
    min-width: 280px;
    max-width: 300px;
  cursor: pointer;
}

.pantelist-block-det h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
  margin-bottom: 4px
}

.pantelist-block-det span {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-bottom: 3px;
  padding-right: 10px;
}

.pantelist-block-det span:last-child {
  margin-bottom: 0;
}

.pantelist-modal .modal-content {
  padding: 30px;
  padding-left: 70px;
}

.pantelist-modal .close {
  opacity: 1;
}

.pantelist-modal .close img {
  width: 27px;
}

.pantelist-modal .modal-header {
  padding: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.pantelist-modal .modal-body {
    position: relative;
    padding: 0;
    padding-right: 70px;
    padding-bottom: 45px;
}

.pantelist-bio {
  margin-top: 36px;
}

.pantelist-modal h1 {
  font-family: 'SentinelLight', sans-serif; 
  color: #3c464e;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
  margin-top: 20px;
}

.pantelist-bio p {
  color: #3c464e;
  font-size: 15px;
  margin-bottom: 25px;
  margin-top: 0;
}

.pantelist-float-details {
  position: absolute;
  background: #246fa5;
  padding-top: 11px;
  padding-bottom: 14px;
  padding-left: 22px;
  padding-right: 100px;
  bottom: 0;
  margin-bottom: 12px;
  left: 0;
  margin-left: 190px;
  min-width: 450px;
}

.pantelist-float-details h4,
.pantelist-float-details span {
  color: #fff;
}

.pantelist-float-details h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 17px;
}

.pantelist-float-details span {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-bottom: 3px;
}

.video-tab-cont {
  display: none!important;
}

.video-tab-cont.current {
  display: block!important;
}

.video-box.current .video-label {
  display: inline-block!important;
}

.video-box-grid.current .video-label {
  display: inline-block;
}

#antitrust-form h2 {
  font-size: 36px;
  color: #3c464e;
  margin-bottom: 27px;
  font-family: 'SentinelLight', sans-serif;
  line-height: 1.2;
}

#antitrust-form p {
  font-size: 20px;
  color: #242424;
  margin-bottom: 25px;
  font-family: 'AvenirBook',sans-serif;
}

#antitrust-form label {
  color: #242424;
/*   font-size: 13px;
  margin-bottom: 13px; */
}

#antitrust-form input[type="submit"] {
  background-color: #2867ab !important;
  font-size: 22px;
  display: inline-block;
  min-width: 180px;
  padding: 0;
  width: 232px;
  height: 58px;
  line-height: 58px;
  border-radius: 9px;
  margin-bottom: 0;
}

.new-lp-content {
 padding-bottom: 0;
}

.video-current label {
  display: inline-block;
}

.video-label.dddd {
  display: inline-block;
}

.image-pantelist {
  max-width: 240px;
}

.video-btn-anchor span {
  padding: 11px 30px;
  display: inline-block;
}

.new-play-btn span {
  padding: 10px 20px;
  display: inline-block;
}

@media (min-width: 1200px) {
  .modal-lg {
    width: 1000px;
  }
}

@media (min-width: 1300px) {
  .modal-lg {
    width: 1100px;
  }
}

@media(max-width: 992px) {
  
/*    .antitrust-mobile-img {
    display: block!important;
   }
  
  .lp-header-banner {
    background-image: none!important;
    height: auto!important;
  } */
  
  .antitrust-logo {
    position: absolute;
    left: 0;
    width: 100%;
  }
  
  .lp-header-logo-container .lp-header-logo img {
    max-height: 40px;
  }
  
  .right-video-det {
    margin-left: 0!important;
    padding-left: 0!important;
    margin-top: 30px!important;
    width: 100%!important;
  }
  
 .pantelist-block-det {
    position: absolute;
    bottom: -58px;
    background: #246fa5;
    left: 0;
    padding-left: 20px;
    padding-top: 11px;
    padding-bottom: 16px;
    margin-right: 100px;
    width: 100%;
    min-width: inherit;
    max-width: 300px;
    cursor: pointer;
  }
  
  .video-grid-box a img {
    width: 100%;
  }
  
  .video-grind .row-fluid .span3 {
    width: calc(50% - 25px);
    *width: calc(50% - 25px);
    margin-left: 50px;
    margin-bottom: 30px;
  }
  
  .video-grind .row-fluid .span3:nth-child(3) {
    margin-left: 0;
  }
  
  .antitrust-banner {
   height: 550px;
  }
  
  .pantelist-float-details {
    margin-left: 0;
    position: relative;
    min-width: inherit;
  }
  
  .image-pantelist img {
    width: 100%;
    display: block;
  }
  
  .pantelist-modal .modal-body {
    padding-right: 0;
    padding-bottom: 0;
  }
  
  .pantelist-modal .modal-content {
    padding: 30px;
    padding-left: 30px;
  }
  
  .antitrust-header-banner {
    width: 87% !important;
/*     position: relative; */
    float: right!important;
  }
  
  .download-script-sec {
    width: 87% !important;
  }
}

@media(max-width: 767px) {
  .video-grind .row-fluid .span3 {
    width: 100%;
    *width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  
  .video-grind .row-fluid .span3:last-child {
    margin-bottom: 0;
  }
  
  .download-script-sec h2,
  .download-pdf-script {
    text-align: center;
  }
  
  #video-section .row-fluid .page-center {
    padding: 0 30px!important;
 }
  
  .pantelist-block img {
    width: 100%;
  }
  
  .antitrust-header-banner {
    right: 0;
    width: 100%!important;
    bottom: 0;
    width: 100%;
    background: #246fa5;
    /* margin-right: 14px; */
    /* max-width: 825px; */
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 30px;
    margin-bottom: -50px;
    padding-right: 30px;
    left: 0;
 }
  
  .play-bg-1 span {
    width: 70px;
  }
  
  .pantelist-title-sec h2 {
    margin-left: 0;
  }
  
  .antitrust-banner {
    height: 500px;
  }
  
  .pantelist-block-det {
    max-width: inherit;
  }
  
  .pantelist-block {
    max-width: inherit;
  }
  
  .new-lp-content {
    padding-bottom: 0;
  }
  
  .download-script-sec {
    width: 100% !important;
    text-align: center;
  }
  
 .new-lp-content .hs_submit.hs-submit, .advisory-landing-content .hs_submit.hs-submit {
    width: 232px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-align: center;
  }
  
  .modal {
    overflow: scroll!important;
  }
  
  .modal-subscribe-page {
    height: 780px!important;
  }
  
  .sh-video {
    padding-top: 90px!important;
  }
  
  .grid-sh {
    padding-bottom: 50px!important;
  }
}

@media(max-width: 540px) {
   .antitrust-banner {
     height: 400px;
  }
  
  .antitrust-header-banner h2 {
    font-size: 30px;
    font-family: 'SentinelLight',sans-serif;
    margin-bottom: 10px;
    max-width: 100%;
  }
  
 .right-video-det h2 {
    font-size: 30px;
    margin-bottom: 18px;
 }
  
  .antitrust-header-banner p {
    font-size: 17px;
    line-height: 23px;
    font-family: 'AvenirBook',sans-serif;
    margin: 0;
    max-width: 100%;
  }
  
   .modal-subscribe-page {
    height: 810px!important;
  }
  
  .lp-header-logo-container.sh .lp-header-logo img {
    max-height: 30px;
  }
}

@media(max-width: 480px) {
  .antitrust-header-banner p {
    font-size: 15px;
    line-height: 20px;
  }
  
  .antitrust-header-banner h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  
  .download-script-sec h2 {
    font-size: 27px;
  }
  
  .right-video-det h2 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  
  .right-video-det h4 {
    font-size: 17px;
  }
  
  .antitrust-header-banner {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: -50px;
    padding-right: 20px;
  }
  
  .antitrust-banner {
    height: 280px;
  }
  
  #video-section {
    padding-top: 120px;
    padding-bottom: 90px;
 }
  
  .center-on-mobile {
    text-align: center
}

.submitted-message a {
  color: green;
}
}

@media(max-width: 380px) {
  .antitrust-banner {
    height: 250px;
  }
  
 .lp-header-logo-container .lp-header-logo img {
    max-height: 30px;
 }
  
 .antitrust-header-banner {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: -70px;
    padding-right: 20px;
 }
  
 #video-section {
    padding-top: 150px;
    padding-bottom: 60px;
 }
  
  .antitrust-header-banner {
    margin-bottom: -110px;
  }
  
  .lp-header-logo-container .lp-header-logo img {
    margin-top: 15px;
  }
  
  .antitrust-logo {
    position: relative;
  }
}

.modal-subscribe-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: context-menu;
}

.show-icon {
  opacity: 0;
  visibility: hidden;
}

.play-video-one {
  display: inline-block;
}

.hide-show {
  opacity: 0;
}

.loaded-video,
.remove-link,
.download-pdf-doc,
.play-video-icon-btn {
  display: none!important;
  visibility: hidden;
}

.loaded-video,
.video-unloaded {
  display: inline-block!important;
  visibility: visible;
}

.load-video-message {
  color: #fff;
}

.load-video-message.hide-message {
  display: none!important;
  visibility: hidden;
}

/***********************************************************************************************/
/* =Preloader */
/***********************************************************************************************/ 

#preloader {
  background-color: #FFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}

#loading-animation {
  opacity: 0.7;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
  border-radius: 4px;
}

/*
.remove-link,
.download-pdf-doc,
.play-video-icon-btn,
.redirect-link {
  display: none!important;
  visibility: hidden;
}
*/



/* Law and Candor specific */

.law-candor {
  position: relative;
}

.law-candor .container-fluid .row-fluid .page-center {
    max-width: 1200px;
}

.law-candor .header-container-wrapper {
    position: absolute;
    width: 100%;
}

.lc-logo img {
    max-width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 1300px) {
  .lc-logo img {
     margin-left: -50px;
  }
}

@media (min-width: 1200px) {
   .lc-logo img {
       position: relative;
   }
}

.law-candor .footer-container-wrapper {
  background-color: #fff;
}

.header-bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.law-candor .header-container .hs-menu-flow-horizontal ul {
    float: right;
    margin-top: 50px;
}

.law-candor .header-container ul li a {
    color: #fff;
    font-family: 'SentinelLight', sans-serif;
    font-size: 20px;
    max-width: none;
}

.law-candor .header-container ul li a:hover {
  color: #dbb778;
}

.law-candor .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 10px 14px;
}

.law-candor .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active a {
  color: #dbb778;
}

.top-header-menu {
    border-bottom: 1.4px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #fff;
    border-style: solid;
}

.seasons-listing {
  padding-top: 60px;
  padding-bottom: 70px;
}

.lc-options {
    padding-top: 70px;
    padding-bottom: 80px;
}

.seasons-listing h2 {
  color: #fff;
  font-family: 'SentinelBold', serif;
  font-size: 32px;
  font-weight: bold;
}

.lc-options h2 {
  color: #fff;
  font-family: 'SentinelBold', serif;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
}

.lc-options p {
  color: #fff;
  font-size: 24px;
  margin-top: 15px;
}

.episodes-listing iframe {
  width: 100%;
}

.law-candor .footer-container {
    padding-top: 30px;
}

.law-candor .footer-container .widget-type-custom_widget {
    margin-bottom: 30px;
}

.law-candor .footer-container .widget-type-custom_widget {
    margin-bottom: 30px;
    line-height: 80px;
    font-weight: 600;
}

.law-candor .footer-container .widget-type-custom_widget .hs_cos_wrapper {
    font-weight: bold;
   font-family: 'AvenirHeavy', sans-serif;
  font-size: 18px;
}

.footer-container .ul.social-media {
  text-align: right;
}

ul.social-media {
    text-align: right;
}

ul.social-media li a i {
    font-size: 28px;
    margin-left: 24px;
    margin-right: 0px;
    color: #161616;
}

ul.social-media li:first-of-type a i {
  margin-left: 0;
}

ul.social-media li a {
  font-size: 32px;
}

ul.social-media li a:hover i {
  color: #dbb778;
}

/* Cador About us page */
.candor-team-member-block {
  display: flex;
}

.candor-team-img {
  width: 25%;
  flex: 0 0 25%;
  max-width: 260px;
  min-width: 260px;
}

.candor-team-about {
  flex: 1;
}

.member-img-block {
  background-repeat: no-repeat!important;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  border: 3px solid #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 34px;
  margin-top: 54px;
  background-size: cover!important;
}

.candor-team-img {
  position: relative;
}
.candor-team-about {
  padding-left: 50px;
}

.candor-page-header {
  padding-bottom: 60px;
}

.cador-page-header-content {
  padding-top: 30px;
}

.cador-page-header-content h1 {
  color: #fff;
  font-size: 54px!important;
  line-height: 54px;
  margin: 0;
  margin-bottom: 20px;
  font-family: 'SentinelBold';
  letter-spacing: 3px;
}

.cador-page-header-content p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.about-members-listing {
  padding-top: 30px;
  padding-bottom: 30px;
}

.candor-team-member-block {
  padding: 40px 0;
}

.candor-team-about h3 {
  font-size: 27px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
  font-family: 'SentinelMedium';
  letter-spacing: 2px;
}

.candor-team-about h5 {
  font-family: 'Roboto', sans-serif;
  color: #dbb778;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 0;
}

.episode-summary {
  padding-bottom: 80px;
}

.candor-team-about p,
.candor-guest-about p,
.episode-summary p {
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.candor-guest-about ul li {
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}

.candor-guest-about ul li:last-child {
  margin-bottom: 0;
}

.candor-team-socials {
  list-style: none;
  padding: 0;
  margin: 0;
}

.candor-team-socials li {
  display: inline-block;
  margin-right: 15px;
}
.candor-team-socials li a {
  color:#dbb778;
  font-size: 21px;
  display: block;
}

.featured-guests .page-center {
  padding-top: 50px;
  padding-bottom: 90px;
}

.featured-guests h2 {
    color: #fff;
    font-family: 'SentinelBold',serif;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
}

.featured-guests p {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 35px;
  color: #fff;
  font-size: 24px;
  margin-top: 15px;
}

.featured-guests p:last-of-type {
  margin-bottom: 0;
}

.featured-guests a {
  color: #fff;
  font-size: 21px;
  height: 60px;
  width: 210px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
  text-decoration: none;
  background: #3c555e;
  font-family: 'SentinelMedium';
}

.featured-guests a:hover {
  background: #dbb778;
  color: #fff;
}

.widget-type-cell.listen-options-listing {
    display: flex;
  flex-wrap: wrap;
}

.widget-type-cell.listen-options-listing .row-fluid-wrapper {
    width: 20%;
}

.listen-options-listing {
  margin-bottom: -20px;
}

.listen-option {
    margin-bottom: 20px;
}

@media(max-width: 767px) { 
  .widget-type-cell.listen-options-listing .row-fluid-wrapper {
    width: 33.33%;
}
}

@media(max-width: 480px) { 
.widget-type-cell.listen-options-listing .row-fluid-wrapper {
    width: 50%;
}
}

/* Guests page */
.candor-guest-member-block {
  display: flex;
}

.candor-guest-img {
  width: 25%;
  flex: 0 0 25%;
  max-width: 300px;
  min-width: 300px;
  text-align: center;
}

.candor-guest-about {
  flex: 1;
}

.guest-img-block {
  width: 210px;
  height: 210px;
  display: inline-block!important;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat!important;
  border-radius: 50%;
  border: 3px solid #3a5159;
}

.guests-listing {
  padding-top: 100px;
  padding-bottom: 15px;
}

.candor-guest-member-block {
  margin-bottom: 60px;
}

.candor-guest-about h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 8px;
  margin-top: 0;
  font-family: 'SentinelMedium';
  color: #dbb778;
}

.candor-guest-about h5 {
  font-family: 'Roboto', sans-serif;
  color: #dbb778;
  font-size: 21px;
  margin-bottom: 12px;
  margin-top: 0;
  color: #dbb778;
}

/* Contact page */

.candor-contact .hs-richtext,
.candor-contact p {
  display: none;
}

.candor-contact label {
  font-size: 21px!important;
  color: #fff!important;
  font-family: 'Roboto', sans-serif!important;
  margin-bottom: 16px!important;
  display: block;
}

.candor-contact input {
   background-color: #363636!important;
    border-radius: 8px!important;
    height: 60px!important;
    line-height: 60px;
    font-size: 20px!important;
    color: rgba(255, 255, 255, 1);
    border: none!important;
}

body .candor-contact form.hs-form fieldset .hs-form-field {
    padding: 0 20px 0 0!important;
    margin-bottom: 50px!important;
}

.candor-contact {
  padding: 60px 0;
    margin-left: auto!important;
    margin-right: auto;
    max-width: 800px;
    float: none!important;
}

.candor-contact textarea {
  line-height: 60px;
  font-size: 20px!important;   
  background-color: #363636!important;
  border-radius: 8px!important;
  height: 300px;
  border: none!important;
  color: rgba(255, 255, 255, 0.34);
}

.candor-contact .hs_recaptcha {
  display: none;
}

body .candor-contact .hs-button.primary, 
body .candor-contact input[type="button"] {
    float: right;
    margin: 0;
    margin-right: 20px;
    display: inline-block;
    border-radius: 0!important;
    background-color: #3c555e!important;
    font-size: 21px;
    height: 60px;
    width: 210px;
    font-family: 'SentinelMedium';
}

body .candor-contact .hs-button.primary:focus, 
body .candor-contact input[type="button"]:focus,
body .candor-contact .hs-button.primary:hover, 
body .candor-contact input[type="button"]:hover {
  outline: none;
  background-color: #dbb778!important;
  color: #fff;
}

.candor-contact .hs-error-msgs label {
  font-size: 20px !important;
  margin-bottom: 0!important;
}

.candor-label a {
    text-decoration: none;
    font-size: 14px!important;
    color: #dbb778!important;
    border-radius: 10px;
}

.candor-label a:hover {
  text-decoration: underline;
}

.candor-team-socials li:first-child a {
  padding-left: 0!important;
}

.main-wrap a.logo {
  display: none;
}

/* Episode page */
.next-episode-sec {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.hosted-by-sec {
  background: url('https://info.lhediscovery.com/hubfs/Candor/host-by.jpg') center center no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.host-by-title h1,
.episode-featured-title h1 {
  color: #fff;
  font-size: 63px !important;
  line-height: 63px;
  margin: 0;
  margin-bottom: 20px;
  font-family: 'SentinelBold';
  letter-spacing: 2px;
  margin-top: 0;
}

.episode-featured-title h1,
.host-by-title h1 {
  font-size: 40px!important;
  line-height: 40px!important;
}

.hosted-by-left p {
  font-family: 'Roboto',sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 35px;
  max-width: 450px;
}

.hosted-by-left a {
  color: #fff;
  font-size: 21px;
  height: 60px;
  width: 190px;
  text-align: center;
  display: inline-block;
  line-height: 53px;
  text-decoration: none;
  font-family: 'SentinelMedium';
  border: 2px solid #fff;
}

.hosted-by-left a:hover {
  background: #fff;
  color: #dbb778;
}

.hosted-by {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hosted-by-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-size: cover!important;
}

.hosted-by-col {
  text-align: center;
}

.hosted-by-right {
  display: flex;
  justify-content: space-around;
}

.hosted-by-left,
.hosted-by-right {
  width: 50%;
}

.episode-container {
  padding: 90px 0;
}

.episode-container .span8 {
  margin-left: auto!important;
  margin-right: auto!important;
  float: none!important;
}

.hosted-by-right h4 {
  color: #fff;
  font-size: 24px;
  font-family: 'SentinelMedium';
  margin-bottom: 0;
  margin-top: 20px;
}

.law-modal-content {
  max-width: 850px;
    padding: 0 60px;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.law-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.90);
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    opacity: 1;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 80px;
    overflow-x: hidden;
    overflow-y: auto;
}

.law-modal form .hs-submit {
    margin-bottom: 80px;
}

.law-modal.show-modal {
  display: block!important;
  z-index: 999;
}

.law-modal h1 {
    color: #fff;
    font-size: 63px !important;
    line-height: 63px;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'SentinelBold';
    letter-spacing: 3px;
}

.law-modal p {
  color: #fff;
  font-size: 21px;
  line-height: 1.5;
  margin: 0;
  font-family: 'Roboto',sans-serif;
  margin-bottom: 20px;
}

.law-modal label {
  color: #fff;
  font-size: 21px;
  margin-bottom: 10px;
 display: block;
}

.law-modal input[type="email"], .law-modal select, .law-modal textarea, .law-modal input[type="text"], 
.law-modal input[type="date"], .law-modal input[type="number"], .law-modal input[type="url"], .law-modal input[type="search"], 
.law-modal input[type="tel"], .law-modal input[type="color"] {
  background: #363636!important;
  border-color: #363636!important;
  border: none;
  border-radius: 8px;
  color: #fff;
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.law-modal input[type="email"]:focus {
  outline: none;
}

.law-modal .hs-form-field {
    margin-top: 30px;
}


.law-modal input[type="submit"] {
  color: #fff!important;
  font-size: 21px!important;
  height: 60px!important;
  width: 210px!important;
  text-align: center!important;
  display: inline-block;
  line-height: 60px!important;
  text-decoration: none!important;
  background: #3c555e!important;
  background-color: #3c555e!important;
  font-family: 'SentinelMedium'!important;
  padding: inherit!important;
  margin: 0;
  margin-top: 40px!important;
  border-radius: 0!important;
}

.law-modal input[type="submit"]:focus {
  outline: none;
}

body form.hs-form .hs-form-field ul.no-list.hs-error-msgs.inputs-list {
  margin-top: 10px;
}

body form.hs-form .hs-form-field ul.no-list.hs-error-msgs.inputs-list label {
  font-size: 14px;
  color: red;
}

.law-modal-content span.close-button {
  color: #fff;
  font-family: 'SentinelMedium';
  font-size: 80px;
  display: inline-block;
  padding-bottom: 20px;
  cursor: pointer;
}

.law-modal-content {
transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.law-modal.show-modal .law-modal-content {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  transition-delay: .35s;
}
.hs_error_rollup, .hs-error-msgs {
  display: none;
}

.submitted-message {
  color: #fff;
 font-size: 21px;
 line-height: 1.5;
 margin: 0;
 font-family: 'Roboto',sans-serif;
 margin-bottom: 40px;
 text-align: center;
}

.details-episode {
    font-family: 'SentinelLight'!important;
    display: inline-block;
    color: rgb(219, 183, 120);
    font-size: 16px;
    margin-top: 10px;
  text-decoration: none;
}

.details-episode:hover,
.details-episode:active,
.details-episode:visited {
  color: rgb(219, 183, 120);
  text-decoration: underline;
}

.season-guests-title h2 {
  color: #fff;
  font-family: 'SentinelBold', serif;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 60px;
}

.guests-listing-2 {
  padding-top: 0;
}

/* Hide next episode for latest episode */

.hs-content-id-14077648581 .next-episode-left,
.hs-content-id-21495278686 .next-episode-left{
 visibility: hidden;
}

.hs-content-id-21495278686 .next-episode-left {
  display: none;
}

.hs-content-id-21495278686 .next-episode-content {
  justify-content: center;
}
/* 
Responsive Media Query */

@media(max-width: 992px) {
  .hosted-by {
    display: block;
  }
  
  .hosted-by-left, .hosted-by-right {
    width: 100%;
  }
  
  .hosted-by-right {
    display: flex;
    justify-content: flex-start;
    margin-top: 60px;
  }
  
  .hosted-by-left p {
    max-width: inherit;
  }
  
  .hosted-by-right .hosted-by-col:first-of-type {
    margin-right: 30px;
  }
}
@media(max-width: 767px) {
  
  .candor-team-member-block,
  .candor-guest-member-block { 
    display: block;
    text-align: center;
  }
  
  .candor-team-img,
  .candor-guest-img {
    width: inherit;
    flex: inherit;
    max-width: 260px;
    min-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  
 .candor-team-about {
    padding-left: 0;
 }
  
  .lc-logo img {
    max-width: 150px;
  }
  
  .cador-top-menu {
    margin-top: -100px;
  }

  .home-cador-top-menu {
  	margin-top: -100px!important;
  }
  
  .cador-top-menu .mobile-trigger i, 
  .cador-top-menu .mobile-trigger i:before, 
  .cador-top-menu .mobile-trigger i:after,
  .home-cador-top-menu .mobile-trigger i, 
  .home-cador-top-menu .mobile-trigger i:before, 
  .home-cador-top-menu .mobile-trigger i:after {
    background-color: #fff!important;
  }
  
  .cador-top-menu .mobile-trigger,
  .home-cador-top-menu .mobile-trigger {
    border: 1px solid #fff;
  }
  
  .cador-top-menu .mobile-trigger,
  .home-cador-top-menu .mobile-trigger {
    background-color: transparent!important;
  }
  
  .cador-top-menu .custom-menu-primary .hs-menu-wrapper,
  .home-cador-top-menu .hs-menu-wrapper {
    background-color: transparent!important;
  }
  .cador-page-header-content h1 {
    color: #fff;
    font-size: 50px !important;
    line-height: 50px;
    margin-top: 10px;
    padding-top: 10px;
  }
  
  .host-by-title h1 {
    font-size: 50px !important;
    line-height: 50px;
  }
  
  .law-candor .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    text-align: right;
  }
  
  .cador-top-menu .mobile-open .mobile-trigger,
  .home-cador-top-menu .mobile-open .mobile-trigger {
    color: #fff;
    background-color: #000!important;
    border-color: #000;
  }
  
  .episode-featured-title h1 {
    text-align: center;
  }
  
  .next-episode-content {
    display: block;
  }
  
  .next-episode-right {
    margin-top: 30px;
    margin-left: 90px;
  }
  
  ul.social-media {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
  
  ul.social-media li:first-child a i {
    margin-left: 0;
  }

  .law-candor .footer-container .widget-type-custom_widget {
    text-align: center!important;
  }
  
  .law-modal form {
    display: block;
  }
  
  .law-modal input[type="email"] {
    max-width: inherit!important;
    min-width: inherit!important;
  }

}
@media(max-width: 480px) {
  
  .cador-page-header-content h1,
  .host-by-title h1,
  .episode-featured-title h1 {
    font-size: 38px !important;
    line-height: 1.2;
  }
  
  .hosted-by-img {
    display: inline-block;
  }
  
  .hosted-by-col {
    text-align: center;
    margin-right: 0!important;
  }
  
  .hosted-by-right h4 {
    margin-top: 10px;
  }
  
  .hosted-by-right .hosted-by-col:first-of-type {
    margin-bottom: 40px;
  }
  
  .host-by-title h1,
  .hosted-by-left p,
  .hosted-by-link {
    text-align: center;
  }
  
  .hosted-by-right {
    display: block;
  }
  
  .law-modal {
    padding-top: 30px;
  }
  .law-modal h1 {
    font-size: 32px !important;
    line-height: 32px;
  }
  
  .law-modal p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .law-modal label {
    color: #fff;
    font-size: 16px;
  }
  
  .law-modal input[type="email"] {
    height: 40px;
    min-height: 40px!important;
  }
  
  .law-modal input[type="submit"] {
    margin-top: 10px!important;
    font-size: 16px!important;
    height: 40px!important;
    width: 160px!important;
    line-height: 40px!important;
  }
  
  .law-modal-content span.close-button {
    font-size: 40px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  
  .law-modal-content {
    max-width: 900px;
    padding: 0 40px;
  }
  
  .header-bg-image {
    min-height: 500px;
  }
}

@media(min-width: 767px) {
  .law-candor .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    margin-bottom: 20px;
  }
  
  .law-candor .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a {
    background: #fff!important;
    padding: 10px 20px;
    margin-left: 7px;
    color: #000;
    line-height: 25px;
  }
  
  .law-candor .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a:hover {
    background: #fed8b1!important;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 960px)  {
  .law-candor .container-fluid .row-fluid .page-center {
    width: 95%;
  }
}