:root {
    --primary-color: #04697b;
}

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

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

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

input[type="checkbox"] {   position: absolute;  opacity: 0;   z-index: -1; }
input[type="checkbox"] + span {   cursor: pointer;  color: #444444;   font-size: 1rem;  padding-left: 31px;  position: relative;  display: block;  font-weight: 300;  line-height: 1.5;} 
input[type="checkbox"]+span:before {
  content: '';
  border: 1px solid #066938;
  border-radius: 3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
  margin-top: 0.1em;
  vertical-align: -2px;
  background: #fad177;
  position: absolute;
  left: 0;
}

input[type="checkbox"]:checked+span:before {
  background-image: url('https://www.crownbio.com/hubfs/ios-checkmark-1.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  border-radius: 2px;
  background-color: #fad177;
  color: white;
}

input[type="checkbox"]:focus+span:before,
input[type="checkbox"]:not(:disabled)+span:hover:before {
  box-shadow: 0px 0px 0px 2px rgba(0, 150, 255, 1);
  outline-color: transparent; 
  outline-width: 2px;
  outline-style: dotted;
  }

input[type="checkbox"]:disabled+span {
  cursor: default;
  color: black;
  opacity: 0.5;
} 

input[type="radio"] {   position: absolute;  opacity: 0;   z-index: -1; }
input[type="radio"] + span {   cursor: pointer;  color: #FFF;   font-size: 1.5rem;  padding-left: 31px;  position: relative;  display: block;  font-weight: 300;  line-height: 1.5;} 
input[type="radio"]+span:before {
  content: '';
  border: 1px solid #066938;
  border-radius: 50%;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
  margin-top: 0.1em;
  vertical-align: -2px;
  background: #fad177;
  position: absolute;
  left: 0;
}

input[type="radio"]:checked+span:before {
  background-image: url('https://www.crownbio.com/hubfs/ios-checkmark-1.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  border-radius: 50%;
  background-color: #fad177;
  color: white;
}

input[type="radio"]:focus+span:before,
input[type="radio"]:not(:disabled)+span:hover:before {
  box-shadow: 0px 0px 0px 2px rgba(0, 150, 255, 1);
  outline-color: transparent; 
  outline-width: 2px;
  outline-style: dotted;
  }

input[type="radio"]:disabled+span {
  cursor: default;
  color: black;
  opacity: 0.5;
}

.txt-white {color:#fff!important;}

.containerwrap ul.inputs-list{ padding: 0 !important;   list-style: none; }
.form-wrapper .hs-field-desc{ font-size:16px; color:#FFF; }

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul, .hs-menu-wrapper.hs-menu-flow-vertical 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-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;
    
    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 > ul li

.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-horizontal ul, .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;
    
    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-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;   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; }
.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; }
.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;
}
/* 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;
}

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

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

/******************#drift-frame-controller {display:none!important;}***********************/

@font-face {
  font-family: 'Proxima Nova Regular';
  font-display: swap;
  src: local('Proxima Nova Regular'),
  src: url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/ProximaNovaNew/ProximaNova-Regular.eot");
  src: url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/ProximaNovaNew/ProximaNova-Regular.eot#iefix") format("embedded-opentype"),
       url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/ProximaNovaNew/ProximaNova-Regular.woff2") format("woff2"),
       url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/ProximaNovaNew/ProximaNova-Regular.woff") format("woff"),
       url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/ProximaNovaNew/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Bold';
  font-display: swap;
  src: local('Proxima Nova Bold'), 
        url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/ProximaNovaNew/ProximaNova-Bold.eot");
  src: url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/ProximaNovaNew/ProximaNova-Bold.eot#iefix") format("embedded-opentype"),
       url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/ProximaNovaNew/ProximaNova-Bold.woff2") format("woff2"),
       url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/ProximaNovaNew/ProximaNova-Bold.woff") format("woff"),
       url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/ProximaNovaNew/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}


@font-face {
  font-family: 'AvenirNext Ultra Light';
  font-display: swap;
  src: url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/AvenirNext/AvenirNextLTPro-Ultralight.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext Thin';
  font-display: swap;
  src: url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/AvenirNext/AvenirNextLTPro-Thin.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext Light';
  font-display: swap;
  src: local('AvenirNext Light'),
    url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/AvenirNext/AvenirNextLTPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext Regular';
  font-display: swap;
  src: local('AvenirNext Regular'), 
       url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/AvenirNext/AvenirNextLTPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: 'AvenirNext Medium';
  font-display: swap;
  src: url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/AvenirNext/AvenirNextLTPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext Demi';
  font-display: swap;
  src: url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/AvenirNext/AvenirNextLTPro-Demi.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext Bold';
  font-display: swap;
  src: url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/AvenirNext/AvenirNextLTPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext Heavy';
  font-display: swap;
  src: url("https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Fonts/AvenirNext/AvenirNextLTPro-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}


body {
  font-family:"AvenirNext Regular", Arial, Helvetica, sans-serif !important;
  color:#666666;
  font-weight: 400;
  font-size:16px;
  background:#fff;
  overflow-x: hidden;
}

.clr {float:none;clear:both;height:0px;}
.alignleft {float:left;margin-right: 30px;margin-bottom: 20px;margin-top: 5px}
.alignright {float:right;margin-left: 30px;margin-bottom: 20px;margin-top: 5px}
.aligncenter {float:none;display:block;margin:auto;margin-bottom: 20px;}
.fitrow {margin-left:0 !important;margin-right:0 !important;}
.pad0 {padding-left:0 !important;padding-right:0 !important;}
.pad1 {padding-left:10px !important;padding-right:10px !important;}
.pad15 {padding-left:15px !important;padding-right:15px !important;}
.pad2 {padding-left:20px !important;padding-right:20px !important;}
.pad3 {padding-left:30px !important;padding-right:30px !important;}
.padtop0{padding-top:0px !important;}
.padtop1{padding-top:10px !important;}
.padtop2{padding-top:20px !important;}
.padtop3 {padding-top:30px !important;}
.padtop4 {padding-top:40px !important;}
.padtop5 {padding-top:50px !important;}
.padbottom0{padding-bottom:0px !important;}
.padbottom1{padding-bottom:10px !important;}
.padbottom2{padding-bottom:20px !important;}
.padbottom3{padding-bottom:30px !important;}
.padbottom4{padding-bottom:40px !important;}
.padbottom5{padding-bottom:50px !important;}
.bottom0 {margin-bottom:0px!important;}
.bottom05 {margin-bottom:5px!important;}
.bottom1 {margin-bottom:10px!important;}
.bottom15 {margin-bottom:15px!important;}
.bottom2 {margin-bottom:20px!important;}
.bottom3 {margin-bottom:30px!important;}
.bottom4 {margin-bottom:40px!important;}
.bottom5 {margin-bottom:50px!important;}
.bottom6 {margin-bottom:60px!important;}
.bottom7 {margin-bottom:70px!important;}
.bottom8 {margin-bottom:80px!important;}
.top0 {margin-top:0px!important;}
.top1 {margin-top:10px!important;}
.top2 {margin-top:20px!important;}
.top3 {margin-top:30px!important;}
.top4 {margin-top:40px!important;}
.top5 {margin-top:50px!important;}
.text-left {text-align:left!important;}
.text-right {text-align:right!important;}
.overflow-none {overflow: hidden!important;}
.divider {position: relative;margin-left: 8px;margin-right: 8px;}
.text-orange {color:#f8a132!important;}
.text-dark-orange {color:#e48e48!important;}

.header-container-wrapper {position: relative;z-index: 999999999;background-color: #fff;}


.container {
    width: 1250px !important;
    max-width: 100% !important;
    margin: auto!important;
    float: none!important;
}

.container-fluid {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.containerwrap {
    padding-top:60px;
    padding-bottom:60px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.font-family-avenir-reg {
  font-family:"AvenirNext Regular", Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.font-family-avenir-med {
  font-family:"AvenirNext Medium", Arial, Helvetica, sans-serif !important;
  font-weight: 500;
}

.font-family-avenir-bold {
  font-family:"AvenirNext Bold", Arial, Helvetica, sans-serif !important;
  font-weight: 700;
}

.font-family-avenir-demi-bold {
  font-family:"AvenirNext Demi", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}

.boxed {position:relative;max-width:100%;}

.ft-header-1 {
  position:relative;
  background-color:var(--primary-color);
  padding: 5% 20px 20px;
  border-radius: 0px 20px 0px 20px;
  max-width:100%;
  margin: auto;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  overflow: hidden;
}
.ft-header-1 .boxed {z-index: 1;}
.ft-header-1:before {
  content: "";
  background: rgb(4 105 123 / 20%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#ResourcesBoxesV1.boxed-wrapper .col {   width: 100% !important; }

.boxed-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
.boxed-wrapper .col {
  margin:0!important;
  padding: 0px 10px;
  width:50%!important;
  margin-bottom:20px!important;
}

.bluebox1 {
  position:relative;
  background-color:var(--primary-color);
  padding: 15px 20px;
  border-radius: 0px 20px 0px 20px;
  height: 100%;
  max-width:100%;
  margin: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gradient-boxed1 {
  position:relative;
  background-color: #28a394;
  background-image: linear-gradient(140deg,#28a394 40%,#253b62 110%);
  padding: 15px 20px;
  border-radius: 0px 20px 0px 20px;
  height: 100%;
  max-width:100%;
  margin: auto;
}

.gradient-boxed1.red {
  background-color: #e30d68;
  background-image: linear-gradient(140deg,#e30d68 30%,#890f50 80%);
}

.gradient-boxed1.yellow {
  background-color: #fadf8d;
    background-image: linear-gradient(140deg,#fadf8d 20%,#d56129 100%);
}

.gradient-boxed1.lime-green {
  background-color: #cfdc27;
    background-image: linear-gradient(140deg,#cfdc27 20%,#16572c 100%);
}

.gradient-boxed1.sky-blue {
  background-color: #88d2e0;
    background-image: linear-gradient(140deg,#88d2e0 20%,#0050a2 100%);
}

.bluebox1 h1, .bluebox1 h2, .bluebox1 h3, .bluebox1 h4, .bluebox1 h5, .bluebox1 h6,
.gradient-boxed1 h1, .gradient-boxed1 h2, .gradient-boxed1 h3, .gradient-boxed1 h4, .gradient-boxed1 h5, .gradient-boxed1 h6,
.ft-header-1 h1, .ft-header-1 h2, .ft-header-1 h3, .ft-header-1 h4, .ft-header-1 h5, .ft-header-1 h6 {color:#fff;}

.bluebox1 strong, .gradient-boxed1 strong {
  font-family:"AvenirNext Demi", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}
.bluebox1 ol li, .gradient-boxed1 ol li,
.bluebox1 ul li, .gradient-boxed1 ul li,
.bluebox1 p, .gradient-boxed1 p {
  color:#fff;
}
.bluebox1 a, .gradient-boxed1 a {color:#fff;}
.bluebox1 a:hover, .gradient-boxed1 a:hover,
.bluebox1 a:focus, .gradient-boxed1 a:focus {color:#fff;}
.bluebox1 a:after, .gradient-boxed1 a:after {background-color: #fff;height:1px;}
.bluebox1 a.btn:after, .gradient-boxed1 a.btn:after {background-color: unset!important;height: auto;}

.bluebox1 ol, .gradient-boxed1 ol,
.bluebox1 ul, .gradient-boxed1 ul {
  padding: 0!important;
  list-style: none; 
}

.simple-link:after {display:none;}

sub, sup {font-size: 60%;}

p, ul, ol {line-height:1.5;margin-bottom:20px;}
.containerwrap ul, .containerwrap ol {padding-left: 18px;}
a {color:var(--primary-color);cursor:pointer;position:relative;}
a:focus,
a:hover {text-decoration:none;color: var(--primary-color);}
a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: 0px;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scaleX(0) scaleY(1);
    transition: all .2s;
}
a:hover:after {
    transform: scaleX(1) scaleY(1);
}

a.normal::after {display:none!important;}

input:focus, textarea:focus, button:focus, select:focus, .btn:focus, a:focus {outline:0;}
input[type="password"], select, textarea, input[type="search"],
input[type="email"], input[type="url"], input[type="text"], input[type="tel"] {
    color: #898989;
    font-size: 15px;
    height: 50px;
    width: 255px;
    max-width: 100%;
    border: 1px solid #dadada;
    padding: 5px 15px;
    border-radius: 6px;
    font-family: "AvenirNext Regular", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

textarea {height:100px;}
label {font-weight:normal;vertical-align: top;}
iframe, img {max-width:100%;}
h1, h2, h3, h4, h5, h6 {
  line-height:1.2;
  margin-top:0;
  margin-bottom:20px;
  color:var(--primary-color);
  font-weight: 700;
  word-break: break-word;
  font-family: 'AvenirNext Bold', Arial, Helvetica, sans-serif;
}
h1, .section-title {font-size:36px;}
h2 {font-size:28px;font-family: 'AvenirNext Medium', Arial, Helvetica, sans-serif;font-weight: 500;}
h3 {font-size:22px;font-family: 'AvenirNext Regular', Arial, Helvetica, sans-serif;font-weight: 400;color: #666;}
h4 {font-size:20px;}
h5 {font-size:19px;}
h6 {font-size:18px;}

strong {
  font-family:"AvenirNext Bold", Arial, Helvetica, sans-serif !important;
  font-weight: 700;
}

a {
  -webkit-transition-property: color;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: color;
  -moz-transition-duration: .3s;
  -moz-transition-timing-function: ease;
  -o-transition-property: color;
  -o-transition-duration: .3s;
  -o-transition-timing-function: ease;
  -ms-transition-property: color;
  -ms-transition-duration: .3s;
  -ms-transition-timing-function: ease;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
}
.bgfade, .btn, input[type="submit"] {
  -webkit-transition-property: background;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background;
  -moz-transition-duration: .3s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background;
  -o-transition-duration: .3s;
  -o-transition-timing-function: ease;
  -ms-transition-property: background;
  -ms-transition-duration: .3s;
  -ms-transition-timing-function: ease;
  transition-property: background;
  transition-duration: .3s;
  transition-timing-function: ease;
}
.hoverfade a img {
  -webkit-transition-property: opacity;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: opacity;
  -moz-transition-duration: .3s;
  -moz-transition-timing-function: ease;
  -o-transition-property: opacity;
  -o-transition-duration: .3s;
  -o-transition-timing-function: ease;
  -ms-transition-property: opacity;
  -ms-transition-duration: .3s;
  -ms-transition-timing-function: ease;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: ease;
  opacity:1;
  filter:alpha(opacity=100); 
}
.hoverfade a:hover img {opacity:.8;filter:alpha(opacity=80); }
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn, input[type="submit"] {
    color: #fff;
    border-radius: 0 10px 0 10px;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #d6632a;
    background-image: linear-gradient(to right,#fad177,#d6632a);
    background-size:inherit;
    background-repeat: no-repeat;
    background-position: center;
    width: 190px;
    max-width: 100%;
    white-space: normal;
    font-size: 19px;
    padding: 12px 20px 9px 20px;
    border: 0;
    display: block;
    margin: 0px;
    text-shadow: none;
    text-align: center;
    line-height: 1;
    font-family: "AvenirNext Regular",Arial,Helvetica,sans-serif;
       
      
    -o-transition: background 0.5s ease-out;  
    transition: background 0.5s ease-out;
    position:relative;
}
.btn:hover,
.btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    opacity: .9;
    color:#fff;
}


.btn.gradient-green {background-color: #105c2b;background-image: linear-gradient(to right,#cddf00,#105c2b);}
.btn.gradient-pink {background-color: #eb297b;background-image: linear-gradient(to right,#eb297b,#a11f64);}
.btn.gradient-blue {background-color: #264f6b;background-image: linear-gradient(to right,#28a094,#264f6b);}

.btn-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.btn-inline .btn {
    font-size: 16px;
    padding: 13px 20px 10px 20px;
    line-height: 1.1;
    width: 155px;
    box-shadow: none;
}

.hs_cos_wrapper_type_form .hs-submit .actions {position:relative;}
.btn:after, .hs_cos_wrapper_type_form .hs-submit .actions:after {
    content: " ";
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.03) 1%,
      rgba(255, 255, 255, 0.6) 30%,
      rgba(255, 255, 255, 0.85) 50%,
      rgba(255, 255, 255, 0.85) 70%,
      rgba(255, 255, 255, 0.85) 71%,
      rgba(255, 255, 255, 0) 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(1%, rgba(255, 255, 255, 0.03)),
      color-stop(30%, rgba(255, 255, 255, 0.85)),
      color-stop(50%, rgba(255, 255, 255, 0.85)),
      color-stop(70%, rgba(255, 255, 255, 0.85)),
      color-stop(71%, rgba(255, 255, 255, 0.85)),
      color-stop(100%, rgba(255, 255, 255, 0))
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.03) 1%,
      rgba(255, 255, 255, 0.6) 30%,
      rgba(255, 255, 255, 0.85) 50%,
      rgba(255, 255, 255, 0.85) 70%,
      rgba(255, 255, 255, 0.85) 71%,
      rgba(255, 255, 255, 0) 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.03) 1%,
      rgba(255, 255, 255, 0.6) 30%,
      rgba(255, 255, 255, 0.85) 50%,
      rgba(255, 255, 255, 0.85) 70%,
      rgba(255, 255, 255, 0.85) 71%,
      rgba(255, 255, 255, 0) 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.03) 1%,
      rgba(255, 255, 255, 0.6) 30%,
      rgba(255, 255, 255, 0.85) 50%,
      rgba(255, 255, 255, 0.85) 70%,
      rgba(255, 255, 255, 0.85) 71%,
      rgba(255, 255, 255, 0) 100%
    ); /* IE10+ */
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.03) 1%,
      rgba(255, 255, 255, 0.6) 30%,
      rgba(255, 255, 255, 0.85) 50%,
      rgba(255, 255, 255, 0.85) 70%,
      rgba(255, 255, 255, 0.85) 71%,
      rgba(255, 255, 255, 0) 100%
    ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr="#00ffffff",
        endColorstr="#00ffffff",
        GradientType=1
    ); /* IE6-9 */
    width: 15%;
    height: 100%;
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    animation: move 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation: move 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    -moz-transform: skew(-10deg, 0deg);
    -moz-animation: move 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 1s;
    -ms-transform: skew(-10deg, 0deg);
    -ms-animation: move 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 1s;
    -o-transform: skew(-10deg, 0deg);
    -o-animation: move 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 1s;
}
  
@keyframes move {
    0% {
      left: 0;
      opacity: 0;
    }
    5% {
      opacity: 0;
    }
    48% {
      opacity: 0.2;
    }
    80% {
      opacity: 0;
    }
    100% {
      left: 82%;
    }
}

@-webkit-keyframes move {
    0% {
      left: 0;
      opacity: 0;
    }
    5% {
      opacity: 0;
    }
    48% {
      opacity: 0.2;
    }
    80% {
      opacity: 0;
    }
    100% {
      left: 82%;
    }
}

@-moz-keyframes move {
    0% {
      left: 0;
      opacity: 0;
    }
    5% {
      opacity: 0;
    }
    48% {
      opacity: 0.2;
    }
    80% {
      opacity: 0;
    }
    100% {
      left: 88%;
    }
}

@-ms-keyframes move {
    0% {
      left: 0;
      opacity: 0;
    }
    5% {
      opacity: 0;
    }
    48% {
      opacity: 0.2;
    }
    80% {
      opacity: 0;
    }
    100% {
      left: 82%;
    }
}

@-o-keyframes move {
    0% {
      left: 0;
      opacity: 0;
    }
    5% {
      opacity: 0;
    }
    48% {
      opacity: 0.2;
    }
    80% {
      opacity: 0;
    }
    100% {
      left: 82%;
    }
}


@keyframes pulse-border {
	0% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1;}
	100% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0;}
}

@keyframes movearrow {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulsearrow {
  to {
    opacity: 1;
  }
}

.fa {
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa:before {
  display: inline-block;
  text-align: right;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.row-fluid [class*="span"] {min-height: 0px!important;}

.social-cons {
    padding: 0!important;
    margin: 0;
    list-style: none;
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.social-cons li {
  display: inline-block;
  margin-right: 20px;
}
.social-cons li:last-child {margin-right: 0;}
.social-cons li a {
    background: #fff;
    height: 30px;
    display: block;
    width: 30px;
    border-radius: 0px 5px 0px 5px;
}
.social-cons li a:after {display:none;}
.social-cons li a:hover {opacity:1;}
.social-cons li a:hover .fa {color:#f8a132;}
.social-cons li .fa {
    color: #264452;
    display: flex;
    font-size: 16px;
    padding: 0px;
    position: relative;
    line-height: 22px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.social-cons .fa-line:before {
    content:"";
    background-image: url(https://www.crownbio.com/hubfs/Images/Icons/line-icon-1-264452.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 17px;
    top: 7px;
}
.social-cons li a:hover .fa-line:before {
    filter: invert(73%) sepia(51%) saturate(2259%) hue-rotate(334deg) brightness(100%) contrast(96%);
    opacity: .69; 
}
.social-cons li .fa:before {position:absolute;}
.social-cons .fa-linkedin:before {top: 6px;}
.social-cons .fa-twitter:before {top: 7px;}
.social-cons .fa-x-twitter:before {top: 7px;}
.social-cons .fa-facebook:before {top: 8px;}
.social-cons .fa-instagram:before {top: 7px;}

.hs_cos_wrapper_type_form,
.form-wrapper {
    position: relative;
    background-color: var(--primary-color);
    background-image: linear-gradient(140deg,#056a7c 30%,#022334 100%);
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0px 20px 0px 20px;
}

.hs_cos_wrapper_type_form code,
.form-wrapper code {
    background-color: transparent;
    padding: 0;
    color: unset;
    font-size: unset;
}

.hs_cos_wrapper_type_form div {
  width:100%;
  max-width:100%;
  box-sizing: border-box;
}

.hs_cos_wrapper_type_form .form-title,
.form-wrapper .form-title {
    color: #fff!important;
    font-size: 21px !important;
    width: 100%;
    font-family: "AvenirNext Medium",Arial,Helvetica,sans-serif !important;
    font-weight: 500;
    margin: 0px 5px 17px;
}

.hs_cos_wrapper_type_form form,
.form-wrapper form {position:relative;}

.hs_cos_wrapper_type_form .hs_recaptcha,
.form-wrapper .hs_recaptcha {display:none!important;}

.hs_cos_wrapper_type_form .hs-form-field,
.form-wrapper .hs-form-field {padding-bottom: 10px!important;padding: 0px 5px;}

.hs_cos_wrapper_type_form .legal-consent-container,
.form-wrapper .legal-consent-container {
    padding: 0px 5px;
    color: #fff;
    font-size: 12px;
}

.hs_cos_wrapper_type_form .hs-richtext,
.form-wrapper .hs-richtext {
    color: #fff !important;
    font-family: 'AvenirNext Regular',Arial,Helvetica,sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 0px 5px 10px;
}

.hs_cos_wrapper_type_form .hs-form-required,
.form-wrapper .hs-form-required {color: red;}

.hs_cos_wrapper_type_form .hs-richtext span,
.form-wrapper .hs-richtext span {display:inline-block;}

.hs_cos_wrapper_type_form .legal-consent-container .hs-form-field,
.form-wrapper .legal-consent-container .hs-form-field {margin-bottom: 0px!important;}

.hs_cos_wrapper_type_form .legal-consent-container .inputs-list,
.form-wrapper .legal-consent-container .inputs-list {
    list-style: none!important;
    padding: 0!important;
    margin-bottom: 0px!important;
}

.hs_cos_wrapper_type_form .legal-consent-container .inputs-list li.hs-form-booleancheckbox,
.form-wrapper .legal-consent-container .inputs-list li.hs-form-booleancheckbox {
    position: relative;
}

.hs_cos_wrapper_type_form .legal-consent-container .inputs-list li.hs-form-booleancheckbox input[type="checkbox"],
.form-wrapper .legal-consent-container .inputs-list li.hs-form-booleancheckbox input[type="checkbox"] {
    position: absolute;
    margin: 0!important;
    top: 4px;
}

.hs_cos_wrapper_type_form .hs-richtext p,
.form-wrapper .hs-richtext p,
.hs_cos_wrapper_type_form .hs-form-field > label,
.form-wrapper .hs-form-field > label {
    color: #fff!important;
    font-family: 'AvenirNext Regular',Arial,Helvetica,sans-serif!important;
    font-weight: 400!important;
    font-size: 14px!important;
}

.hs_cos_wrapper_type_form .legal-consent-container label,
.hs_cos_wrapper_type_form .legal-consent-container p,
.form-wrapper .legal-consent-container label,
.form-wrapper .legal-consent-container p {
    color: #fff!important;
    font-size: 12px!important;
}
.hs_cos_wrapper_type_form .legal-consent-container p,
.form-wrapper .legal-consent-container p {margin-bottom:15px;}
.hs_cos_wrapper_type_form .legal-consent-container p a,
.form-wrapper .legal-consent-container p a {
    color:#fff!important;
    font-family: 'AvenirNext Demi',Arial,Helvetica,sans-serif!important;
    font-weight: 600!important;
}
.hs_cos_wrapper_type_form .legal-consent-container p a:after,
.form-wrapper .legal-consent-container p a:after{background-color: #fff;height: 1px;}

.hs_cos_wrapper_type_form fieldset,
.form-wrapper fieldset {max-width: 100%!important;}
.hs_cos_wrapper_type_form fieldset .input,
.form-wrapper fieldset .input {margin:0!important;width: 100%!important;}
.hs_cos_wrapper_type_form .hs-form-field > label,
.form-wrapper .hs-form-field > label {display:none;}
.hs_cos_wrapper_type_form .form-columns-3,
.form-wrapper .form-columns-3 {max-width: 100% !important;}
.hs_cos_wrapper_type_form .form-columns-3 .hs-form-field,
.form-wrapper .form-columns-3 .hs-form-field {
  width: 33.3333%!important;
  float: left!important;
}
.hs_cos_wrapper_type_form .hs-form-field select,
.hs_cos_wrapper_type_form .hs-form-field textarea,
.hs_cos_wrapper_type_form .hs-form-field input[type="search"],
.hs_cos_wrapper_type_form .hs-form-field input[type="email"],
.hs_cos_wrapper_type_form .hs-form-field input[type="url"],
.hs_cos_wrapper_type_form .hs-form-field input[type="text"],
.hs_cos_wrapper_type_form .hs-form-field input[type="tel"],
.hs_cos_wrapper_type_form .hs-form-field input[type="number"],
.hs_cos_wrapper_type_form .hs-form-field input[type="password"],
.form-wrapper .hs-form-field select,
.form-wrapper .hs-form-field textarea,
.form-wrapper .hs-form-field input[type="search"],
.form-wrapper .hs-form-field input[type="email"],
.form-wrapper .hs-form-field input[type="url"],
.form-wrapper .hs-form-field input[type="text"],
.form-wrapper .hs-form-field input[type="tel"],
.form-wrapper .hs-form-field input[type="number"],
.form-wrapper .hs-form-field input[type="password"]{
    width: 100% !important;
    height: 40px;
    color: #000;
    font-size: 16px;
    padding: 5px 12px 5px !important;
    background-color: rgba(255,255,255,1);
    border: 1px solid #97bec5;
    border-radius: 0px 0px 0px 10px;
    font-weight: 400!important;
    font-family: "AvenirNext Regular", Arial, Helvetica, sans-serif !important;
}
.hs_cos_wrapper_type_form .hs-form-field textarea,
.form-wrapper .hs-form-field textarea {height:100px;}

.hs_cos_wrapper_type_form .hs-form-field select,
.form-wrapper .hs-form-field select {color: #666666!important;}
.hs_cos_wrapper_type_form .hs-form-field select:valid,
.form-wrapper .hs-form-field select:valid { color: #000!important;}

.hs_cos_wrapper_type_form ::placeholder,
.form-wrapper ::placeholder {color: #666666!important;}
.hs_cos_wrapper_type_form :-ms-input-placeholder,
.form-wrapper :-ms-input-placeholder {color: #666666!important;}
.hs_cos_wrapper_type_form ::-ms-input-placeholder,
.form-wrapper ::-ms-input-placeholder { color: #666666!important;}

.hs_cos_wrapper_type_form .hs-submit,
.form-wrapper .hs-submit {text-align:center;padding: 20px 5px 0px;}
.hs_cos_wrapper_type_form .hs-submit .actions,
.form-wrapper .hs-submit .actions {
    width: 190px;
    max-width: 100%;
    margin: auto;
    
}
.hs_cos_wrapper_type_form .hs-submit input[type="submit"],
.form-wrapper .hs-submit input[type="submit"] {
    border: 0;
    width:100%;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
}

.hs_cos_wrapper_type_form .hs-form-field.hs-fieldtype-file input[type="file"],
.form-wrapper .hs-form-field.hs-fieldtype-file input[type="file"] {
  background-color: rgba(255,255,255,.5);
  height: 45px;
  border-radius: 6px;
  padding: 10px 15px!important;
  font-size: 17px;
  font-family: '"AvenirNext Regular', Arial, Helvetica, sans-serif;
  position: relative;
  border: none;
  color: #fff;
  width: 100%;
  max-width:100%;
}
.hs_cos_wrapper_type_form .hs-error-msgs,
.form-wrapper .hs-error-msgs {margin-bottom:0px;}
.hs_cos_wrapper_type_form ul.hs-error-msgs,
.form-wrapper ul.hs-error-msgs {color: red;padding: 0;}
.hs_cos_wrapper_type_form ul.hs-error-msgs li::marker,
.form-wrapper ul.hs-error-msgs li::marker {content: "";}
.hs_cos_wrapper_type_form ul.hs-error-msgs li label,
.form-wrapper ul.hs-error-msgs li label {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    margin-top: 5px;
    font-family: "AvenirNext Regular", Arial, Helvetica, sans-serif;
}

.hs_cos_wrapper_type_form .submitted-message,
.form-wrapper .submitted-message,
.hs_cos_wrapper_type_form .submitted-message p,
.form-wrapper .submitted-message p {
    color: #fff!important;
}

.hs_cos_wrapper_type_form #FormDisclaimerV1,
.form-wrapper #FormDisclaimerV1 {
    border-radius: 0!important;
    margin-top: 0px!important;
    padding: 25px 25px 0px!important;
    background-color: transparent!important;
    background-image: none!important;
}

.hs_cos_wrapper_type_form #FormDisclaimerV1 p,
.form-wrapper #FormDisclaimerV1 p {
    font-size: 14px;
}

.hs_cos_wrapper_type_form:has(.form-disclaimer-1) form {
    padding-bottom: 65px;  
}

.hs_cos_wrapper_type_form .form-disclaimer-1 {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}


.page-form-simplified .hs_cos_wrapper_type_form .hs-richtext,
.page-form-simplified .hs_cos_wrapper_type_form .hs-richtext #docs-internal-guid-1bddf336-4d94-21cf-3064-129fa6bc61f8,
.page-form-simplified .hs_cos_wrapper_type_form .hs_target_of_interest input,
.page-form-simplified .hs_cos_wrapper_type_form .hs_strain_of_mouse input,
.page-form-simplified .hs_cos_wrapper_type_form .hs_hs_persona select,
.page-form-simplified .hs_cos_wrapper_type_form .hs_phone input,
.page-form-simplified .hs_cos_wrapper_type_form .hs_jobtitle input,
.page-form-simplified .hs_cos_wrapper_type_form .hs_company input,
.page-form-simplified .hs_cos_wrapper_type_form .hs_country select { 
  visibility: hidden;
  opacity: 0;
  
  
  -o-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}

.page-form-simplified .hs_cos_wrapper_type_form .hs-richtext,
.page-form-simplified .hs_cos_wrapper_type_form .hs-richtext #docs-internal-guid-1bddf336-4d94-21cf-3064-129fa6bc61f8,
.page-form-simplified .hs_cos_wrapper_type_form .hs_target_of_interest.hs-form-field,
.page-form-simplified .hs_cos_wrapper_type_form .hs_strain_of_mouse.hs-form-field,
.page-form-simplified .hs_cos_wrapper_type_form .hs_hs_persona.hs-form-field,
.page-form-simplified .hs_cos_wrapper_type_form .hs_phone.hs-form-field,
.page-form-simplified .hs_cos_wrapper_type_form .hs_jobtitle.hs-form-field,
.page-form-simplified .hs_cos_wrapper_type_form .hs_company.hs-form-field,
.page-form-simplified .hs_cos_wrapper_type_form .hs_country.hs-form-field {
  height:0;
  padding: 0!important;
  margin-bottom:0px!important;
  
  
  -o-transition: height 1s ease;
  transition: height 1s ease;
}

.page-form-simplified .hs_cos_wrapper_type_form:hover .hs-richtext,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs-richtext #docs-internal-guid-1bddf336-4d94-21cf-3064-129fa6bc61f8,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_target_of_interest input,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_strain_of_mouse input,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_hs_persona select,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_phone input,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_jobtitle input,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_company input,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_country select {
  visibility: visible;
  opacity: 1;
}

.page-form-simplified .hs_cos_wrapper_type_form:hover .hs-richtext,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs-richtext #docs-internal-guid-1bddf336-4d94-21cf-3064-129fa6bc61f8,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_target_of_interest.hs-form-field,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_strain_of_mouse.hs-form-field,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_hs_persona.hs-form-field,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_phone.hs-form-field,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_jobtitle.hs-form-field,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_company.hs-form-field,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_country.hs-form-field {
  height: auto;
  padding: 0px 5px 10px!important;
  margin-bottom: 5px!important;
}

.page-form-simplified .hs_cos_wrapper_type_form:hover .hs-richtext #docs-internal-guid-1bddf336-4d94-21cf-3064-129fa6bc61f8,
.page-form-simplified .form-wrapper:hover .hs-richtext #docs-internal-guid-1bddf336-4d94-21cf-3064-129fa6bc61f8 {padding:0!important;margin:0!important;}

.page-form-simplified .hs_cos_wrapper_type_form .legal-consent-container .hs-richtext {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.page-form-simplified .hs_cos_wrapper_type_form .hs_target_of_interest.hs-form-field .hs-error-msgs,
.page-form-simplified .hs_cos_wrapper_type_form .hs_strain_of_mouse.hs-form-field .hs-error-msgs,
.page-form-simplified .hs_cos_wrapper_type_form .hs_hs_persona.hs-form-field .hs-error-msgs,
.page-form-simplified .hs_cos_wrapper_type_form .hs_phone.hs-form-field .hs-error-msgs,
.page-form-simplified .hs_cos_wrapper_type_form .hs_jobtitle.hs-form-field .hs-error-msgs,
.page-form-simplified .hs_cos_wrapper_type_form .hs_company.hs-form-field .hs-error-msgs,
.page-form-simplified .hs_cos_wrapper_type_form .hs_country.hs-form-field .hs-error-msgs {
   visibility: hidden;
   opacity: 0;
  
  
  -o-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
  height:0;
  margin-bottom:0px!important;
  
  
  -o-transition: height 1s ease;
  transition: height 1s ease;
  padding-top:0px!important;
}

.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_target_of_interest.hs-form-field .hs-error-msgs,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_strain_of_mouse.hs-form-field .hs-error-msgs,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_hs_persona.hs-form-field .hs-error-msgs,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_phone.hs-form-field .hs-error-msgs,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_jobtitle.hs-form-field .hs-error-msgs,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_company.hs-form-field .hs-error-msgs,
.page-form-simplified .hs_cos_wrapper_type_form:hover .hs_country.hs-form-field .hs-error-msgs {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding-top: 5px!important;
}

.page-form-simplified .hs_cos_wrapper_type_form .hs-submit .actions,
.page-form-simplified .form-wrapper .hs-submit .actions {width: 100%;}

.page-form-simplified .hs_cos_wrapper_type_form .hs-submit input[type="submit"],
.page-form-simplified .form-wrapper .hs-submit input[type="submit"] {font-size: 16px;padding: 13px 20px 11px 20px;}

.ft-img-cont {
  max-height: 320px;
  display: flex;
  align-items: center;
}
.ft-img {border-radius: 0 20px 0px 20px;}
.author-ft-image .ft-img{ width:100%; height:auto; }
.title-bar1 {
  background-color: var(--primary-color);
  border-radius: 0 0 0 15px;
  color:#fff!important;
  font-family: "AvenirNext Medium", Arial, Helvetica, sans-serif;
  font-weight:500;
  padding: 15px 20px 13px;
}

.custom-listing1 {
   padding:0!important;
   list-style: none;
}

.custom-listing1 li {
   position:relative;
   padding-left: 65px;
   min-height: 30px;
}

.custom-listing1 li:before {
    content: "";
    background-color: var(--primary-color);
    width: 40px;
    height: 30px;
    position: absolute;
    border-radius: 0 0 0 10px;
    top: 0;
    left: 0;
}

.table-wrapper {
    overflow: auto;
    max-width: 100%;
    white-space: nowrap;
}

.customtablev1 {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}

.customtablev1 tbody tr {
    background-color: #82b4bd;
    border: 5px solid #fff;
}
.customtablev1 tbody tr:nth-child(even) {background-color: #c0dade;}
.customtablev1 th {
    background-color: var(--primary-color);
    color: #fff;
    vertical-align: middle;
    border: 5px solid #fff;
    padding: 10px 15px;
    border-radius: 0 0 0 15px;
    font-family: "AvenirNext Demi",Arial,Helvetica,sans-serif !important;
    font-weight: 600;
}

.customtablev1 td {
    font-family: "AvenirNext Regular",Arial,Helvetica,sans-serif !important;
    font-weight: 400;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    padding: 8px 15px;
    border: 5px solid #fff;
}
.customtablev1 tbody tr td:first-child {border-radius: 0 0 0 15px;}


.customtablev1 th h1, .customtablev1 th h2, .customtablev1 th h3, .customtablev1 th h4, .customtablev1 th h5, .customtablev1 th h6,
.customtablev1 th p, .customtablev1 th ul li, .customtablev1 th ol li {color:#fff!important;margin-bottom: 0px!important;}
.customtablev1 td p, .customtablev1 td ul li, .customtablev1 td ol li {color:#fff!important;}

.grid-resource-listing-v1 {
    position: relative;
    padding: 0px!important;
    margin: 0!important;
    list-style: none!important;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 300px;
    grid-auto-flow: dense;
}
.grid-resource-listing-v1.style2 {grid-auto-rows: 400px;}

.grid-resource-listing-v1 .resource-entry {
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
}

.grid-resource-listing-v1 .resource-entry .boxed .img-wrapper {
  height:100%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.grid-resource-listing-v1 .resource-entry.tag-podcast .boxed .img-wrapper {
  background-position: top -75px center;
}

.grid-resource-listing-v1 .resource-entry .boxed .img-wrapper img {display:none;width:100%;}
.grid-resource-listing-v1 .resource-entry .boxed .img-wrapper a:not(.btn):after,
.grid-resource-listing-v1 .resource-entry .boxed .content h3 a:after {display:none;}


.grid-resource-listing-v1 .resource-entry .boxed {
    padding: 0;
    border-radius: 0px 0px 0px 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width:100%;
    height: 100%;
}
.grid-resource-listing-v1 .resource-entry .boxed .content {
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: var(--primary-color);
    width: 100%;
    max-width: 100%;
}

.grid-resource-listing-v1 .resource-entry .boxed .content h3 {
    font-size: 20px;
    font-family: 'AvenirNext demi',Arial,Helvetica,sans-serif;
    font-weight: 600;
    line-height: 1.3;
}
.grid-resource-listing-v1 .resource-entry .boxed .content h3 a {
    font-size: 18px;
    font-family: 'AvenirNext demi',Arial,Helvetica,sans-serif;
    font-weight: 600;
}
.grid-resource-listing-v1 .resource-entry .boxed .content h3 a:hover,
.grid-resource-listing-v1 .resource-entry .boxed .content h3 a:focus {color:#f8a132;}
.grid-resource-listing-v1 .resource-entry .boxed .content .category {margin-bottom: 0px!important;font-size: 18px!important;}
.grid-resource-listing-v1 .resource-entry .boxed .content .category2 {margin-bottom: 0px!important;font-size: 14px!important;color: #d6dad9;text-transform: uppercase;}
.grid-resource-listing-v1 .resource-entry .boxed .content .date,
.grid-resource-listing-v1 .resource-entry .boxed .content .reading-minutes {font-size: 14px!important;color:#d6dad9;line-height: 2;font-family: "AvenirNext Medium",Arial,Helvetica,sans-serif !important;font-weight: 500;}
.grid-resource-listing-v1 .resource-entry .boxed .content .desc {font-size: 14px!important;line-height: 1.4!important;}

.grid-resource-listing-v1.res-category-listing {justify-items: flex-start;}
.grid-resource-listing-v1.res-category-listing .resource-entry .boxed .img-wrapper {background-position: top center;background-size: contain;}

.simple-resource-listing-v1 .resource-entry {border-top: 1px solid rgb(153 153 153 / 20%);}
.simple-resource-listing-v1 .resource-entry:last-child {border-bottom: 1px solid rgb(153 153 153 / 20%);}
.simple-resource-listing-v1 .boxed {padding: 27px 0px;}
.simple-resource-listing-v1 .content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.simple-resource-listing-v1 .content .date,
.simple-resource-listing-v1 .content .btn-wrapper {width:165px;padding-right: 20px;}
.simple-resource-listing-v1 .content h3 {font-size: 22px;width:calc(100% - 165px);}


.simple-resource-listing-v2 {position: relative;}
.simple-resource-listing-v2 .resource-entry {
    padding: 0px 15px;
}
.simple-resource-listing-v2 .resource-entry .boxed {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 35px 0px;
    border-bottom: 1px solid rgb(153 153 153 / 20%);
}
.simple-resource-listing-v2 .resource-entry:nth-child(1) .boxed {padding-top:0px!important;}
.simple-resource-listing-v2 .resource-entry .boxed .img-wrapper {width: 360px;padding-top: 5px;}
.simple-resource-listing-v2 .resource-entry .boxed .img-wrapper img {border-radius:0px 20px 0px 20px;}
.simple-resource-listing-v2 .resource-entry .boxed .content {
    width: calc(100% - 360px);
    padding-left: 40px;
}

.simple-resource-listing-v2 .resource-entry .boxed .content h2 {
    font-size: 32px;
    font-family: 'AvenirNext Bold',Arial,Helvetica,sans-serif;
    font-weight: 700; 
}

.simple-resource-listing-v2 .resource-entry .boxed .content .meta .divider {margin-left: 12px;margin-right: 12px;top: -2px;}


.blog-entry-pagination ul {
    position: relative;
    padding: 0 !important;
    list-style: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.blog-entry-pagination ul li {
    position:relative;
    padding: 0px 5px;
}
.blog-entry-pagination ul li a {
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    color: #fff!important;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border: none!important;
}
.blog-entry-pagination ul li a:after {display:none!important;}

.blog-entry-pagination ul li a:hover,
.blog-entry-pagination ul li a:focus,
.blog-entry-pagination ul li.active a {
    text-decoration:none;
    background-color:#f8a132!important;
}

.blog-entry-pagination-v2,
.blog-entry-pagination-v2.only-last.only-new {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.blog-entry-pagination-v2.only-new {justify-content: flex-end;}

.blog-entry-pagination-v2 .btn {width: 240px;}


.topics-listing {
    padding: 0!important;
    margin: 0;
    list-style: none;
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.topics-listing li {display: inline-block;margin-right: 20px;margin-bottom: 15px;}
.topics-listing li a {
    background: var(--primary-color);
    border-radius: 0px 0px 0px 10px;
    color: #fff;
    padding: 17px 15px;
    min-width: 150px;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
}
.topics-listing li a:hover, .topics-listing li a:focus {background: #f8a132;}
.topics-listing li a:after {display:none;}

.sidebar-custom-listing h3 {font-size: 22px!important;}
.sidebar-custom-listing .listing-entry {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.sidebar-custom-listing .listing-entry .img-wrapper {
    width: 90px;
    height: 90px;
    background-color: var(--primary-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 0 10px;
    overflow: hidden;
}
.sidebar-custom-listing .listing-entry.tag-podcast .img-wrapper {
    background-size: contain;
}
.sidebar-custom-listing .listing-entry .img-wrapper img {display:none;}
.sidebar-custom-listing .listing-entry .content {
    width: calc(100% - 90px);
    padding-left: 20px;
}
.sidebar-custom-listing .listing-entry .content h4 {
  font-size: 14px !important;
    font-family: 'AvenirNext Regular',Arial,Helvetica,sans-serif !important;
    font-weight: 400 !important;
    margin-top: -2px !important;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.4;
}
.sidebar-custom-listing .listing-entry .content h4 a {color: #666666!important;display: block;}
.sidebar-custom-listing .listing-entry .content h4 a:hover,
.sidebar-custom-listing .listing-entry .content h4 a:focus {color: var(--primary-color)!important;}
.sidebar-custom-listing .listing-entry .content h4 a:after {display:none!important;}

.seo-hidden-title {display: none!important;}

.popup-overlay {
    display:none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 9999999999999999;
    background-color: rgba(0,0,0,.9);
    overflow: auto;
    padding: 0px 20px;
}
.popup-overlay.active {display:block;}
.popup-overlay .popup {
    width: 1000px;
    max-width: 100%;
    margin: 50px auto 30px;
    position: relative;
    padding: 20px;    
}
.popup-overlay .popup .close {
    float: none;
    font-size: 40px;
    position: absolute;
    right: -25px;
    top: -35px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
.popup-overlay .popup .close:hover,
.popup-overlay .popup .close:focus {color:#f8a132;}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 999999;
}

.popup {
    margin: 120px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 80%;
    text-align: center;
    position: relative;
    transition: all 5s ease-in-out;
}
.popup .close {
  position: absolute;
  top: 0px;
  right: 5px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:after {display:none;}
.popup .close:hover {
  color: #e4701e;
}
.popup .content {
  max-height: 75vh;
  overflow: auto;
}
.popup .content img {
  /*
    width:100%;
    margin-bottom:0px;
  */
  width: auto;
  margin-bottom: 0px;
  height: 100%;
  max-height: 75vh;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 25px;
    height: 30px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    text-indent: -222222px;
    opacity:1;
    
    
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #000;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #000;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button span.play {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 25px solid #ffffff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.img-ico-text {
    margin-bottom: 10px;
    position: relative;
    min-height: 70px;
    padding-left: 80px;
    padding-right: 15px;
}
.img-ico-text a:after {display:none;}
.img-ico-text .ico-desc {
    vertical-align: top;
    position: relative;
    display: inline-block;
    top: -2px;
}
.img-ico-text .ico-img {
    position: absolute;
    left: 0;
}

.imaged-listing-v1 {
    padding: 0!important;
    list-style: none!important;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items: center;
}
.imaged-listing-v1 li {
    position: relative;
    width: 33.3333%;
    padding: 0px 3px;
    margin-bottom: 6px;
}
.imaged-listing-v1 li a {
    background-color: var(--primary-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 55px;
    color: #fff;
    min-height: 50px;
    border-radius: 0px 0px 0px 10px;
    line-height: 1.2;
}
.imaged-listing-v1 li a:after {display:none;}
.imaged-listing-v1 li a:hover,
.imaged-listing-v1 li a:focus {background-color: #f8a132;}
.imaged-listing-v1 li img {
    position: absolute;
    left: 5px;
    top: 51%;
    transform: translateY(-50%);
}

.ft-listing1 {
    padding: 0!important;
    list-style: none!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.ft-listing1 li {
    width: 33.3333%;
    padding: 0px 15px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.ft-listing1 li:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.ft-listing1 li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.ft-listing1 li a:after {display:none;}
.ft-listing1 li .boxed {
    background-color: var(--primary-color);
    height: 100%;
    padding: 25px 20px;
    border-radius: 0px 20px 0px 20px;
    text-align: center;
}

.ft-listing1 li .boxed h3 {
    color: #fff;
    font-size: 32px;
    font-family: 'AvenirNext Bold', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 5px;
}

.ft-listing1 li .boxed .desc {
    color: #fff;
    font-size: 18px;
}

.hs-author-card-v1 {}
.hs-author-card-v1 .hs-author-content-wrapper,
.hs-author-card-v1 .hs-author-header-wrapper,
.hs-author-card-v1 .hs-author-social-links-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.hs-author-details1-wrapper {
    position: relative;
    width:208px;
}
.hs-author-card-v1 .hs-author-img-wrapper {
    position: relative;
    width: 208px;
    max-width:100%;
    height: auto;
    overflow: hidden;
}
.hs-author-card-v1 .hs-author-img-wrapper img {width:100%!important;}
.hs-author-card-v1 .hs-author-details2-wrapper {
    position: relative;
    width:calc(100% - 208px);
    padding-left: 25px;
}
.hs-author-card-v1 .hs-author-header-wrapper {padding-bottom: 15px;}
.hs-author-card-v1 .hs-author-header-wrapper .hs-author-name {
    font-family: 'AvenirNext Demi', Arial, Helvetica, sans-serif!important;
    font-weight: 600;
    margin-top: -6px;
    width: 70%;
    line-height: 1.1;
}

.hs-author-card-v1 .hs-author-header-wrapper .hs-author-social-links-wrapper {width: 30%;}
.hs-author-card-v1 .hs-author-social-links-wrapper {
    justify-content: flex-start;
    position: relative;
}
.hs-author-card-v1 .hs-author-header-wrapper .hs-author-social-links-wrapper {
    justify-content: flex-end;
    position: absolute;
    bottom: 15px;
    right: 0;
}
.hs-author-card-v1 .hs-author-social-links-wrapper .hs-author-social-link {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    height: 24px;
    width: 35px;
    text-indent: -10000px;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}

.hs-author-card-v1 .hs-author-social-links-wrapper .hs-social-linkedin {
   background-image: url(https://www.crownbio.com/hubfs/Images/Icons/linkedin-icon-1-24x24.png);
   width: 24px;
}
.hs-author-card-v1 .hs-author-social-links-wrapper .hs-social-email {
   background-image: url(https://www.crownbio.com/hubfs/Images/Icons/email-icon-1-35x24.png);
   width: 35px;
}
.hs-author-card-v1 .hs-author-bio {
    position: relative;
    border-top: 4px solid #28A394;
    padding-top: 15px;
}
.hs-author-card-v1 .hs-author-bio p {
    color: var(--primary-color)!important;
    font-size: 15px;
    line-height: 1.6;
}


.hs-author-listing-header {
    font-family: 'AvenirNext Medium', Arial, Helvetica, sans-serif!important;
    font-weight: 400!important;
    color: var(--primary-color)!important;
}

.term-description .more-content {display: none;}

.term-description a#more {
    font-family: "AvenirNext Bold",Arial,Helvetica,sans-serif !important;
    font-weight: 700;
}

#LanguageSwitcherPlaceholder {
   background-image: url(https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/lang-switcher-placeholder-bg.png);
   background-repeat: no-repeat;
   background-position: center;
   width: 37px;
   height: 30px;
}

#WR2021HeaderV1 {
  
  
  -o-transition:  all .3s;
  transition: all .3s;
  top: -70px;
  position: DONTSET;
  padding: 15px 0px 25px;
  background: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

#WR2021HeaderV1.mbl-header {padding: 15px 0px 15px;}

#WR2021HeaderV1.affix {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    z-index: 99999999;
}

#WR2021HeaderV1 .header-row1,
#WR2021HeaderV1 .header-row2,
#WR2021HeaderV1 .header-row3 {position:relative;}

#WR2021HeaderV1 .header-row1 {
  margin-bottom: 0px;
  z-index: 1;
}

#WR2021HeaderV1 .header-row1 .container > div > .row-fluid {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
}
#WR2021HeaderV1.affix .header-row1 {display:none!important;}

#HeaderRow1ContentBlock,
#HeaderRow2ContentBlock {width:100%;position: relative;}

#WR2021HeaderV1 .header-row2 #HeaderLogo a:after {display:none!important;}
#WR2021HeaderV1 .header-row2 #HeaderLogo a img {height:auto!important;position: relative;z-index: 2;}

#WR2021FooterV1,
#WR2021FooterV2 {
   position: relative;
   background-color: #264452;
   padding: 26px 0px;
}
#WR2021FooterV2 {background-color: #0a2332;padding:0;}
#WR2021FooterV1 .container > div > .row-fluid,
#WR2021FooterV2 .container .pre-footer > div > .row-fluid,
#WR2021FooterV2 .container .main-footer > div > .row-fluid {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
}
#WR2021FooterV2 .container .pre-footer > div > .row-fluid {align-items: flex-start;}

#WR2021FooterV2 .pre-footer {
   position: relative;
   padding:45px 0px 25px;
   border-bottom: 1px solid rgba(255,255,255,.2);
}
#WR2021FooterV2 .main-footer {
   position: relative;
   padding:30px 0px;
}

#WR2021FooterV2 .col {margin:0!important;}
#WR2021FooterV2 .pre-footer .pf-col1,
#WR2021FooterV2 .pre-footer .pf-col2,
#WR2021FooterV2 .pre-footer .pf-col3,
#WR2021FooterV2 .pre-footer .pf-col4 {width: 21.825%;}
#WR2021FooterV2 .pre-footer .pf-col5 {width: 12.7%;}
#WR2021FooterV2 .main-footer .mf-col1 {width: 28.525%;}
#WR2021FooterV2 .main-footer .mf-col2 {width: 42.87%;}
#WR2021FooterV2 .main-footer .mf-col3 {width: 16.64%;}
#WR2021FooterV2 .main-footer .mf-col4 {width: 11.965%;}

#WR2021FooterV2 h4,
#WR2021FooterV2 h4 a {
   color:#fff;
   text-transform: uppercase;
}

#WR2021FooterV1 p,
#WR2021FooterV2 p,
#WR2021FooterV2 ul.footer-links li,
#WR2021FooterV2 ul.footer-links li a {
    font-family: "AvenirNext Regular",Arial,Helvetica,sans-serif !important;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 1.2; 
}
#WR2021FooterV2 .main-footer p a {color:#fff;}
#WR2021FooterV2 .main-footer p a::after {background-color: #ffffff;}
#WR2021FooterV2 p,
#WR2021FooterV2 ul.footer-links li,
#WR2021FooterV2 ul.footer-links li a {font-size: 16px;}

#WR2021FooterV2 ul.footer-links {
    list-style: none;
    padding: 0;
}
#WR2021FooterV2 ul.footer-links li {margin-bottom: 3px;}
#WR2021FooterV2 ul.footer-links li,
#WR2021FooterV2 ul.footer-links li a {line-height: 1.5;color:#cecece;}
#WR2021FooterV2 h4 a:after,
#WR2021FooterV2 ul.footer-links li a:after {background-color: #fff;}

#WR2021FooterV2 .main-footer .wechat-wrapper {
display: inline-block;
width: 62px;
max-width: 100%;
margin-left: 30px;
margin-top: -20px;	
}

#WRBreadcrumbV1 {margin-bottom:20px;}
#WRBreadcrumbV1 ul,
#WRBreadcrumbV1 ol {
    margin: 0!important;
    position: relative;
    padding: 0!important;
    list-style: none!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
#WRBreadcrumbV1 ul li,
#WRBreadcrumbV1 ol li {margin-right:25px;position:relative;}
#WRBreadcrumbV1 ul li:after,
#WRBreadcrumbV1 ol li:after {
    content: "/";
    position: absolute;
    top: 12px;
    right: -16px;
    font-size: 17px;
    line-height: 0; 
    color: #707070;
}
#WRBreadcrumbV1 ul li:last-child,
#WRBreadcrumbV1 ol li:last-child {margin-right:0px!important;}
#WRBreadcrumbV1 ul li,
#WRBreadcrumbV1 ul li a,
#WRBreadcrumbV1 ol li,
#WRBreadcrumbV1 ol li a {
   text-transform: uppercase;
   color: var(--primary-color);
   font-size: 15px;
}
#WRBreadcrumbV1 ul li:last-child a,
#WRBreadcrumbV1 ol li:last-child a {color: #707070;}
#WRBreadcrumbV1 ul li a:after,
#WRBreadcrumbV1 ul li:last-child:after,
#WRBreadcrumbV1 ol li a:after,
#WRBreadcrumbV1 ol li:last-child:after {display:none;}
#WRBreadcrumbV1 ul li a:hover,
#WRBreadcrumbV1 ol li a:hover {color: var(--primary-color);}
#WRBreadcrumbV1 ul li:last-child,
#WRBreadcrumbV1 ul li:last-child a:hover,
#WRBreadcrumbV1 ol li:last-child,
#WRBreadcrumbV1 ol li:last-child a:hover {color: #707070;pointer-events: none;}

#CTABox1 {background-image: linear-gradient(140deg,#e30d68 30%,#890f50 110%);border-radius: 0px 0px 0px 20px;}
#CTABox1.yellow {background-image: linear-gradient(140deg,#fadf8d 20%,#d56129 100%);}
#CTABox1.lime-green {background-image: linear-gradient(140deg,#cfdc27 20%,#16572c 100%);}
#CTABox1.sky-blue {background-image: linear-gradient(140deg,#88d2e0 20%,#0050a2 100%);}


#CTABox1 h3 {font-family: 'AvenirNext Demi', Arial, Helvetica, sans-serif!important;font-weight: 600!important;}
#CTABox1.yellow h3, #CTABox1.yellow p,
#CTABox1.lime-green h3, #CTABox1.lime-green p {color:#000!important;}

#CTABox1.yellow .btn {background-color: #253c62!important;background-image: linear-gradient(to right,#25a294,#253c62)!important;}

#FormDisclaimerV1 {border-radius: 0px 0px 0px 20px;margin-top: -15px;padding: 15px 25px 25px;text-align: center;background-color: #022334;background-image: linear-gradient(140deg,#044556 1vh,#022637 45vh);}
#FormDisclaimerV1 p {font-size:14px;}

#BlogCustomSearchV1 {padding: 25px 20px 34px;border-radius: 0px 0px 0px 10px;}
#BlogCustomSearchV1 h3 {font-size: 22px;font-family: 'AvenirNext Medium',Arial,Helvetica,sans-serif;font-weight: 500;}
#BlogCustomSearchV1 input[type="search"] {height:40px!important;font-size: 14px!important;border: none!important;border-radius: 0 0 0 10px;}
#BlogCustomSearchV1 form.gsc-search-box {
    background: none!important;
    border: none!important;
    border-radius: 0px!important;
    width: 100%!important;
    margin: 0px!important;
    box-shadow: none!important;
    display: block!important;
}
#BlogCustomSearchV1 .gsc-search-button-v2 {
    padding: 10px 10px!important;
    border: none!important;
    border-radius: 2px!important;
    margin-top: 0px!important;
    background-color: #d6632a!important;
    background-image: linear-gradient(to right,#fad177,#d6632a)!important;
}
#BlogCustomSearchV1 table.gsc-search-box {margin: 0!important;}
#BlogCustomSearchV1 .gsc-input-box {border-radius: 0px 0px 0px 10px!important;}

#BlogCategoryNav {background-color: #28a394;background-image: linear-gradient(140deg,#28a394 40%,#253b62 110%);padding: 20px 0px 30px;border-radius: 0 0 0 10px;position: relative;}
#BlogCategoryNav h3 {font-size: 24px;font-family: 'AvenirNext Demi',Arial,Helvetica,sans-serif;font-weight: 600;color:#fff!important;margin-bottom: 12px !important;padding: 0px 20px;}
#BlogContentV1 .single-blog-post h1 {font-size: 32px;margin-top: -6px;}
#BlogContentV1 .single-blog-post .post-meta-description p,
#BlogContentV1 .single-blog-post .author-meta-description p {
   color: var(--primary-color);
   font-size: 20px;
   line-height: 1.3;
   font-family: "AvenirNext Medium",Arial,Helvetica,sans-serif !important;
   font-weight: 500;
}
#BlogContentV1 .single-blog-post .reading-minutes p,
#BlogContentV1 .single-blog-post .watching-minutes p {
    background: var(--primary-color);
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    max-width: 100%;
    padding: 2px 8px;
    text-align: center;
    font-size: 14px;
}
#BlogContentV1 .single-blog-post #InnerPageSocialSharingV1 h4 {display:none!important;}
#BlogContentV1 .single-blog-post .post-body a {
    font-family: "AvenirNext Medium",Arial,Helvetica,sans-serif !important;
    font-weight: 500!important;
}
#BlogContentV1 .single-blog-post .post-body a:hover{ text-decoration: none !important; }
#BlogContentV1 .single-blog-post .post-body a::after{ display:none }
#BlogContentV1 .single-blog-post .post-body a p{ margin-bottom:0; }
#CTABoxV3 .gradient-boxed1 .row-fluid{ display: flex; align-items: center;}

#BlogContentV1 .single-blog-post .post-body a:after {height: 1px!important;}
#BlogContentV1 .single-blog-post #showpopup img {
   border-radius: 0 0 0 15px;
   width: 335px;
   margin-bottom: 20px;
   margin-top: 9px;
}

#BlogContentV1 .single-blog-post #CTABox1.author-box {background: var(--primary-color)!important;padding: 27px 30px;}
#BlogContentV1 .single-blog-post #CTABox1.author-box h3 {font-family: 'AvenirNext Demi',Arial,Helvetica,sans-serif!important;font-weight: 600 !important;font-size: 22px!important;}
#BlogContentV1 .single-blog-post #CTABox1.author-box .author-name {font-size: 20px;}
#BlogContentV1 .single-blog-post #CTABox1.author-box .cols {margin: 0 0 15px!important;}

#BlogContentV1 .single-blog-post .main-divider {margin-top: 35px;margin-bottom: 35px;border-top: 1px solid rgb(153 153 153 / 20%);}

#BlogContentV1 .single-blog-post .post-header .post-social-sharing {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

#BlogContentV1 .single-blog-post .listen-time {
    display: inline-block; 
}
#BlogContentV1 .single-blog-post .listen-time .hs-audio-player {
    background-color: var(--primary-color);
    border-radius: 5px!important;
    box-sizing: border-box!important;
    color: #fff!important;
    display: flex!important;
    max-width: 100%!important;
    padding: 3px 15px 2px!important;
    text-align: center!important;
    font-size: 14px!important;
    height: auto!important;
    container-type: unset!important;
    min-width: auto !important;
    line-height: 1.429;
    pointer-events: none;
}

#BlogContentV1 .single-blog-post .listen-time .hs-audio-player::before {
    content: "Listen in";
    margin-right: 5px;
}
#BlogContentV1 .single-blog-post .listen-time .hs-audio-player::after {
    content: "minutes";
    margin-left: 5px;
}

#BlogContentV1 .single-blog-post .listen-time .hs-audio-player > div {display:none!important;}
#BlogContentV1 .single-blog-post .listen-time .hs-audio-player > div.hs-audio-player__duration {
  display: inline-block !important;
  margin: 0!important;
  width: auto;
  overflow: hidden;
}

#MainContent.single-blog-post > .author-ft-image{ max-height: 500px; overflow: hidden; border-radius: 0 20px 0px 20px;}

#BlogSubscribeFormV1 {padding: 25px 20px!important;border-radius: 0px 0px 0px 10px!important;}
#BlogSubscribeFormV1 .form-wrapper {
    background-color: transparent!important;
    display: block!important;
    border-radius: 0!important;
    padding:0!important;
    background-image: none!important;
}
#BlogSubscribeFormV1 .form-wrapper .hs-form-field {padding: 0px 0px 13px!important;}
#BlogSubscribeFormV1 .form-wrapper .hs-form-field input[type="email"] {font-size: 14px!important;}
#BlogSubscribeFormV1 .form-wrapper .hs-submit {padding-top: 0px!important;}
#BlogSubscribeFormV1 .form-wrapper .hs-submit input[type="submit"] {font-size: 14px!important;padding: 12px 20px 9px 20px!important;}
#BlogSubscribeFormV1 .form-wrapper ul.hs-error-msgs li label {font-size: 11px;margin-bottom: 0px;text-align: center;}
#BlogSubscribeFormV1 .form-wrapper .hs-submit .actions {width: 155px;margin: 0 0 0 auto;}

#BlogListingV1.grid-resource-listing-v1 .resource-entry:nth-child(1),
#BlogListingV1.grid-resource-listing-v1 .resource-entry:nth-child(7) {grid-column: span 2;}
#BlogListingV1.grid-resource-listing-v1 .resource-entry:nth-child(2),
#BlogListingV1.grid-resource-listing-v1 .resource-entry:nth-child(6) {grid-row: span 2;}
#BlogListingV1.grid-resource-listing-v1 .resource-entry:nth-child(5),
#BlogListingV1.grid-resource-listing-v1 .resource-entry:nth-child(10) {grid-column: span 3;}

#BlogListingV1.grid-resource-listing-v1 .resource-entry.tag-podcast:nth-child(1) .boxed .img-wrapper,
#BlogListingV1.grid-resource-listing-v1 .resource-entry.tag-podcast:nth-child(5) .boxed .img-wrapper,
#BlogListingV1.grid-resource-listing-v1 .resource-entry.tag-podcast:nth-child(7) .boxed .img-wrapper,
#BlogListingV1.grid-resource-listing-v1 .resource-entry.tag-podcast:nth-child(10) .boxed .img-wrapper {
  background-position: top -50px center;
}

#BlogListingV1.grid-resource-listing-v1 .resource-entry.tag-podcast:nth-child(2) .boxed .img-wrapper,
#BlogListingV1.grid-resource-listing-v1 .resource-entry.tag-podcast:nth-child(6) .boxed .img-wrapper {
  background-position: top 0px center;
  background-size: 355%;
}

#LeadershipTeamV1.grid-resource-listing-v1 {grid-auto-rows: auto!important;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));}
#LeadershipTeamV1.grid-resource-listing-v1 .resource-entry .boxed a {color:#666666;}
#LeadershipTeamV1.grid-resource-listing-v1 .resource-entry .boxed .img-wrapper {
    height: auto !important;
    border-radius: 0px 15px 0px 15px;
}
#LeadershipTeamV1.grid-resource-listing-v1 .resource-entry .boxed .img-wrapper:before,
#LeadershipTeamV1.grid-resource-listing-v1 .resource-entry .boxed .img-wrapper:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  border-radius: 0px 17px 0px 17px;
  width: 0;
  height: 0;
}
#LeadershipTeamV1.grid-resource-listing-v1 .resource-entry .boxed a:hover .img-wrapper:before,
#LeadershipTeamV1.grid-resource-listing-v1 .resource-entry .boxed a:hover .img-wrapper:after {width: 100%;height: 100%;}
#LeadershipTeamV1.grid-resource-listing-v1 .resource-entry .boxed .img-wrapper:before {
  top: 0;
  left: 0;
}
#LeadershipTeamV1.grid-resource-listing-v1 .resource-entry .boxed a:hover .img-wrapper:before {
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
#LeadershipTeamV1.grid-resource-listing-v1 .resource-entry .boxed .img-wrapper:after {
  bottom: 0;
  right: 0;
}
#LeadershipTeamV1.grid-resource-listing-v1 .resource-entry .boxed a:hover .img-wrapper:after {
  border-bottom-color: var(--primary-color);
  border-left-color: var(--primary-color);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
#LeadershipTeamV1.grid-resource-listing-v1 .resource-entry .boxed .img-wrapper img {display:block!important;}
#LeadershipTeamV1.grid-resource-listing-v1 .resource-entry .boxed .content {text-align:center;position: relative!important;height: 100%!important;background:transparent;}
#LeadershipTeamV1.grid-resource-listing-v1 .resource-entry .boxed .content h3 {font-size: 16px!important;color: #666666!important;}
#LeadershipTeamV1.grid-resource-listing-v1 .resource-entry .boxed .content .position {font-size: 12px!important;line-height: 1.3!important;color: #666666!important;}

#LeadershipTeamV1.grid-resource-listing-v1 .resource-entry .boxed a:hover .content h3,
#LeadershipTeamV1.grid-resource-listing-v1 .resource-entry .boxed a:hover .content .position {color:var(--primary-color)!important;}

#LeadershipTeamV1Popup.popup-overlay .popup {
    width: 1220px;
    margin: 10% auto 30px;
    padding: 30px;
    border-radius: 0 20px 0 20px;
}
#LeadershipTeamV1Popup.popup-overlay .popup .close {
    font-size: 40px;
    right: 8px;
    top: 0px;
    color: #666666;
}
#LeadershipTeamV1Popup.popup-overlay .popup .close:hover,
#LeadershipTeamV1Popup.popup-overlay .popup .close:focus {color: #f8a132 !important;}
#LeadershipTeamV1Popup.popup-overlay .popupcontent .row-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#LeadershipTeamV1Popup.popup-overlay .popupcontent .cols {margin:0!important;}
#LeadershipTeamV1Popup.popup-overlay .popupcontent .col1 {width: 280px;}
#LeadershipTeamV1Popup.popup-overlay .popupcontent .col2 {width: calc(100% - 280px);padding-left:30px;text-align: left;}
#LeadershipTeamV1Popup.popup-overlay .popupcontent .img-wrapper img {border-radius: 0 20px 0px 20px;}
#LeadershipTeamV1Popup.popup-overlay .popupcontent #POPTeamName {margin-top:-7px;color: var(--primary-color);}
#LeadershipTeamV1Popup.popup-overlay .popupcontent #POPTeamPos {font-size: 21px;font-family: "AvenirNext Medium",Arial,Helvetica,sans-serif !important;font-weight: 500;}
#LeadershipTeamV1Popup.popup-overlay .popupcontent #POPTeamBio p:last-child {margin-bottom:0px!important;}

#LogoBoxV1 {padding: 40px 15px 36px;}
#LogoBoxV1 h2 {font-size: 50px;}
#LogoBoxV1 h2 sup {top: -1.5em;font-size: 30%;}

#SidebarFormV1 .hs_cos_wrapper_type_form {
    background-color: transparent!important;
    background-image: none!important;
    padding: 0!important;
    border-radius: 0px!important;
}
#SidebarFormV1 #FormDisclaimerV1 {
    border-radius: 0!important;
    margin-top: 0px!important;
    padding: 25px 25px 0px!important;
    background-color: transparent!important;
    background-image: none!important;
}

#BlogRelatedPostV1.grid-resource-listing-v1 .resource-entry .boxed .content h3 {font-size: 20px;}

#DatabasePagesV1 #HeaderRow1ContentBlock,
#DatabasePagesV1 #HeaderRow1Content,
#DatabasePagesV1 #mobilemenublock, 
#WRGatedContentV1 #HeaderRow1ContentBlock,
#WRGatedContentV1 #HeaderRow1Content,
#WRGatedContentV1 #mobilemenublock,
#DatabasePagesV1 #WRBreadcrumbV1,
#WRGatedContentV1 #WRBreadcrumbV1 {display:none!important;}

#DatabasePagesV1 #WR2021HeaderV1 {padding: 15px 0px 14px;}
#DatabasePagesV1 #CWFSection1,
#DatabasePagesV1 #WPSection1,
body.MBLBGPagesV1 #WPSection1 {position:relative;background-image: url(https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/Background%20Images/large-Crown-Bioscience-Database-Login-Background-Image.webp);}
#DatabasePagesV1 #CWFSection1:before,
#DatabasePagesV1 #WPSection1:before,
body.MBLBGPagesV1 #WPSection1:before {
	  content: "";
    background-color: rgb(255 255 255 / 75%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
#DatabasePagesV1 #CWFSection1 > div, #DatabasePagesV1 #WPSection1 > div, body.MBLBGPagesV1 #WPSection1 > div {position: relative;z-index: 1;}
#NewsAndInsightsListingV1.grid-resource-listing-v1 .resource-entry:nth-child(1) {grid-column: span 3;}
#NewsAndInsightsListingV1.grid-resource-listing-v1 .resource-entry:nth-child(2),
#NewsAndInsightsListingV1.grid-resource-listing-v1 .resource-entry:nth-child(5) {grid-column: span 2;}
#NewsAndInsightsListingV1.grid-resource-listing-v1 .resource-entry:nth-child(3) {grid-row: span 2;}
#NewsAndInsightsListingV1.grid-resource-listing-v1 .resource-entry .boxed .content {
    background-color: rgb(0 51 51 / 60%);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
}
#NewsAndInsightsListingV1.grid-resource-listing-v1 .resource-entry .boxed .content h3 {font-size: 36px;}
#NewsAndInsightsListingV1.grid-resource-listing-v1 .resource-entry .boxed .content .btn {font-size: 16px!important;}

#ResourcesListingCatalogV1.grid-resource-listing-v1 .resource-entry:nth-child(1),
#ResourcesListingCatalogV1.grid-resource-listing-v1 .resource-entry:nth-child(6) {grid-column: span 2;}
#ResourcesListingCatalogV1.grid-resource-listing-v1 .resource-entry:nth-child(2) {grid-row: span 2;}

#EventsHeaderNavV1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#EventsHeaderNavV1 ul {
    padding: 0!important;
    list-style: none!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    max-width: 100%;
}
#EventsHeaderNavV1 ul li {position:relative;}
#EventsHeaderNavV1 ul li:after {
    content:"";
    background-color: rgb(0 0 0 / 20%);
    width: 1px;
    height: 18px;
    position: absolute;
    top: 2px;
    right: -18px;
}
#EventsHeaderNavV1 ul li a {
    color:#999999;
    font-family: 'AvenirNext Bold',Arial,Helvetica,sans-serif;
    font-weight:700;
    text-transform: uppercase;
}
#EventsHeaderNavV1 ul li a:after, #EventsHeaderNavV1 ul li:last-child:after {display:none;}
#EventsHeaderNavV1 ul li.active a, #EventsHeaderNavV1 ul li a:hover, #EventsHeaderNavV1 ul li a:focus {color:var(--primary-color);}

#InnerPageSocialSharingV1 .social-cons {justify-content: flex-start;}
#InnerPageSocialSharingV1 .social-cons li {margin-bottom: 0!important;}
#InnerPageSocialSharingV1 .social-cons li a {background: var(--primary-color);width: 35px;height: 35px;}
#InnerPageSocialSharingV1 .social-cons li .fa {color: #fff;font-size: 19px;line-height: 35px;}
#InnerPageSocialSharingV1 .social-cons li a:hover .fa {color: #f8a132;}
#InnerPageSocialSharingV1 .social-cons .fa-linkedin:before {top: 7px;}
#InnerPageSocialSharingV1 .social-cons .fa-twitter:before {top: 8px;}
#InnerPageSocialSharingV1 .hs-blog-social-share-list {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;width: 260px;max-width: 100%;}
#InnerPageSocialSharingV1 .hs-blog-social-share-list li {float: none!important;margin-right: 0px!important;display: flex;flex-wrap: wrap;justify-content: center;align-items: flex-start;}

#InnerPageSocialSharingV2 h4 {display:none!important;}
#InnerPageSocialSharingV2 .social-cons {justify-content: flex-start;}
#InnerPageSocialSharingV2 .social-cons li {margin-bottom: 0!important;margin-right: 5px;}
#InnerPageSocialSharingV2 .social-cons li a {
    background: var(--primary-color);
    width: 77px;
    height: 25px;
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
#InnerPageSocialSharingV2 .social-cons li a:hover {
    background: #f8a132;
}
#InnerPageSocialSharingV2 .social-cons li a span {
    display: inline-block;
    color: #fff;
    box-sizing: border-box;
    line-height: 16px;
    font-size: 12px;
    margin-left: 5px;
}
#InnerPageSocialSharingV2 .social-cons li .fa {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    display: block;
}
#InnerPageSocialSharingV2 .social-cons li .fa:before {
    top: 0px;
    position: relative; 
}
#InnerPageSocialSharingV2 .social-cons li .fa.fa-linkedin:before {
    top: -0.5px;
}
#InnerPageSocialSharingV2 .social-cons li .fa.fa-envelope:before {
    top: -1px;
}
#InnerPageSocialSharingV2 .hs-blog-social-share-list {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;width: 260px;max-width: 100%;}
#InnerPageSocialSharingV2 .hs-blog-social-share-list li {float: none!important;margin-right: 0px!important;display: flex;flex-wrap: wrap;justify-content: center;align-items: flex-start;}

#BlogPostCitationBlockV1 input {
  outline:none!important;
  border: none!important;
  background-color: transparent!important;
  resize: none!important;
  box-shadow: none!important;
}

#BlogPostCitationBlockV1 input:focus,
#BlogPostCitationBlockV1 input:hover {
  outline:none!important;
  border: none!important;
  background-color: transparent!important;
  resize: none!important;
  box-shadow: none!important;
}

#BlogPostCitationBlockV1 .btn {
  position:relative;
  text-transform: none;
  background-color: var(--primary-color);
  background-image: linear-gradient(90deg,var(--primary-color),var(--primary-color));
  width: auto;
  font-size: 14px;
  padding: 9px 20px 8px;
}

#BlogPostCitationBlockV1 .btn span.custom_tooltip {
  display:none;
  opacity:0;
  background: #ffffff;
  color: #000;
  position: absolute;
  top: 4px;
  right: -74px;
  padding: 4px 5px 3px;
  border-radius: 5px;
  border: 1px solid #dedede;
  transition: all 5s ease-in-out;
}

#BlogPostCitationBlockV1 .btn span.custom_tooltip.copied {
  display:block;
  opacity:1;
}

#WR2021BannerV1 {
    position: relative;
    padding: 165px 0px 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0a2332;
}
#WR2021BannerV1 .banner-content h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 70px;
}
#WR2021BannerV1 .banner-content span.stroke-text {color: transparent;-webkit-text-stroke: 2px rgba(255,255,255,1);}
#WR2021BannerV1 .banner-content .btn {
   font-size: 24px;
   width: 270px;
}

#ModelsCustomSearchV1 {padding: 25px 20px 34px;border-radius: 0px 0px 0px 10px;}
#ModelsCustomSearchV1 h3 {font-size: 22px;font-family: 'AvenirNext Medium',Arial,Helvetica,sans-serif;font-weight: 500;}
#ModelsCustomSearchV1 input[type="search"] {height:40px!important;font-size: 14px!important;border: none!important;border-radius: 0 0 0 10px;}
#ModelsCustomSearchV1 form.gsc-search-box {
    background: none!important;
    border: none!important;
    border-radius: 0px!important;
    width: 100%!important;
    margin: 0px!important;
    box-shadow: none!important;
    display: block!important;
}
#ModelsCustomSearchV1 .gsc-search-button-v2 {
    padding: 10px 10px!important;
    border: none!important;
    border-radius: 2px!important;
    margin-top: 0px!important;
    background-color: #d6632a!important;
    background-image: linear-gradient(to right,#fad177,#d6632a)!important;
}
#ModelsCustomSearchV1 table.gsc-search-box {margin: 0!important;}
#ModelsCustomSearchV1 .gsc-input-box {border-radius: 0px 0px 0px 10px!important;}

#SingleModelTableV1.customtablev1 th,#ModelsListingTableV1.customtablev1 th {
    background-color: #002434
}

#SingleModelTableV1.customtablev1 th:nth-child(1) {
    width: 30%;
    font-family: "AvenirNext Demi",Arial,Helvetica,sans-serif !important;
    font-weight: 700;
    font-size: 18px
}

#SingleModelTableV1.customtablev1 th:nth-child(2) {
    background-color: #fff
}

#SingleModelTableV1.customtablev1 tbody tr,#ModelsListingTableV1.customtablev1 tbody tr {
    background-color: #7e9198
}

#SingleModelTableV1.customtablev1 tbody tr:nth-child(even),#ModelsListingTableV1.customtablev1 tbody tr:nth-child(even) {
    background-color: #bfc8cd
}

#SingleModelTableV1.customtablev1 tbody tr td:first-child {
    font-family: "AvenirNext Demi",Arial,Helvetica,sans-serif !important;
    font-weight: 600;
    vertical-align: top
}

#SingleModelTableV1.customtablev1 a,#ModelsListingTableV1.customtablev1 a {
    color: #fff
}

#ModelsListingTableV1.customtablev1 a:after {
    background: #fff;
}

#ModelsListingTableV1.customtablev1 th select {
    width: 80px;
    height: 30px;
    padding: 5px 17px 5px 10px;
    font-size: 14px;
}

body.hs-hubdb-models .custom-model-gallery ul,
body.hs-hubdb-models .model-additional-characteristics ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -5px;
    margin-right: -5px;
    list-style:none;
}

body.hs-hubdb-models .model-additional-characteristics ul {
    margin-left: -3px;
    margin-right: -3px;
}

body.hs-hubdb-models .custom-model-gallery ul li {
    position: relative;
    padding: 0 5px;
    margin-bottom: 10px;
}

body.hs-hubdb-models .model-additional-characteristics ul li {
    position: relative;
    padding: 0 3px;
    margin-bottom: 6px;
}

body.hs-hubdb-models .model-additional-characteristics ul li .btn {
    font-size: 13px;
    border-radius: 0 0 0 10px;
    background: #04697b;
    width: auto;
    min-width: 145px;
    max-width: 100%;
}

body.hs-hubdb-models .model-additional-characteristics ul li .btn:hover {
    background: #f8a132;
}

body.hs-hubdb-models .custom-model-gallery a::after {display:none;}

body.hs-hubdb-models .custom-model-gallery a img {
    border: 2px solid #707070;
    overflow: hidden;
    border-radius: 7px 0;
    width: 320px;
    max-width: 100%;
}

body.hs-hubdb-models .foot-note {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

body.hs-hubdb-models .foot-note p {
    letter-spacing: .3px;
    text-align: justify;
    font-style: italic;
    color: #99a1aa;
    font-size: 12px;
}

body.hs-hubdb-models #MainContent {
  margin: 0;  
}

body.hs-hubdb-models #MainContent > .row-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
    width: auto; 
}

body.hs-hubdb-models #MainContent > .row-fluid > .S1ContentLeft {
    width: 78%;
    padding: 0px 35px 0px 15px;
    float: none;
    margin: 0;
}

body.hs-hubdb-models #MainContent > .row-fluid > .S1ContentRight {
    width: 22%;
    padding: 0px 15px;
    float: none;
    margin: 0;
}

#ModelsGalleryPopupV1.popup-overlay .popup,
#ModelsAdditionalCharacteristicsPopupV1.popup-overlay .popup {
    width: 420px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    transition: none;
}

body.hs-hubdb-models #SidebarFormV1.DBHubaseForm {
    padding: 20px 15px 20px;
}

body.hs-hubdb-models #SidebarFormV1.DBHubaseForm > div {width: 100%;}

body.hs-hubdb-models #SidebarFormV1.DBHubaseForm fieldset.form-columns-2 .hs-form-field {
    width: 100%;
}

body.hs-hubdb-models #SidebarFormV1.DBHubaseForm .hs-submit {
    padding: 0 5px 0;
}

body.hs-hubdb-models #SidebarFormV1.DBHubaseForm .hs-submit input[type=submit] {
    font-size: 16px;
    padding: 13px 20px 11px;
}

body.hs-hubdb-models #SidebarFormV1.DBHubaseForm #FormDisclaimerV1 p {
    font-size: 13px;
}

body.hs-hubdb-models .table-wrapper { white-space: normal; }

.models-pagination-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.models-pagination-1 > button.mixitup-control,
.models-pagination-1 > span.mixitup-control-truncation-marker {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 5px;
    background: #04697b;
    color: #fff;
    font-size: 14px;
    font-family: Arial;
    padding: 0;
    outline: none;
    margin: 0 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.models-pagination-1 > button:hover,
.models-pagination-1 > button:focus,
.models-pagination-1 > button.mixitup-control-active {
    background: #f8a132!important;
    border: 1px solid #f8a132!important;
    text-decoration: none;
}

.models-pagination-1 > button.mixitup-control-prev,
.models-pagination-1 > button.mixitup-control-next,
.models-pagination-1 > span.mixitup-control-truncation-marker {
    border: none!important;
    background: none!important;
    color: #544f45;
    font-size: 20px;
}

.models-pagination-1 > button.mixitup-control-prev:hover,
.models-pagination-1 > button.mixitup-control-prev:focus,
.models-pagination-1 > button.mixitup-control-next:hover,
.models-pagination-1 > button.mixitup-control-next:focus {
   color: #f8a132!important;
}

.models-pagination-1.mixitup-page-list-disabled,
.models-pagination-1 button.mixitup-control-disabled {display:none;}

#SyngeneicModelsFilterV1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 5px;
}

#SyngeneicModelsFilterV1 .filter-wrapper {
    position: relative;
    background-color: #002434;
    padding: 7px 5px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

#SyngeneicModelsFilterV1 fieldset {
    width: 25%;
    padding: 0px 3px;
}

#SyngeneicModelsFilterV1 select {
    height: 33px;
    border: 1px solid #dadada;
    padding: 5px 10px;
    border-radius: 6px;
    font-family: "AvenirNext Regular",Arial,Helvetica,sans-serif;
    font-weight: 400;
    width: 100%;
}

#SyngeneicModelsFilterV1 #SMFilterButton {
    margin-top: 6px;
}

#ModelsListingTableV1.pcat-syngeneic tbody tr:nth-child(odd):visible {
    background-color: #7e9198;
}

#ModelsListingTableV1.pcat-syngeneic tbody tr:nth-child(even):visible {
    background-color: #bfc8cd;
}

#ContentWithSidebarLeftV1 {
    margin: 0;
    float: none; 
}

body.hs-hubdb-tmas .tmas-mc-listing,
body.hs-hubdb-tmas .tmas-mc-single {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

body.hs-hubdb-tmas .tmas-mc-listing .cols,
body.hs-hubdb-tmas .tmas-mc-single .cols {
     padding: 0px 15px;
     margin: 0;
     float: none; 
}

body.hs-hubdb-tmas .tmas-mc-listing .col1,
body.hs-hubdb-tmas .tmas-mc-single .col2 {
    width: 58.33333333%;
}

body.hs-hubdb-tmas .tmas-mc-listing .col2,
body.hs-hubdb-tmas .tmas-mc-single .col1 {
    width: 41.66666667%;
}

body.hs-hubdb-tmas #SidebarFormV1.tma-form-1 .hs-submit .actions {
    width: 100%;
}

body.hs-hubdb-tmas #SidebarFormV1.tma-form-1 .hs-submit input[type="submit"] {
    font-size: 16px!important; 
}

body.hs-hubdb-tmas .tmas-mc-single #SidebarFormV1.tma-form-1 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: self-start;
}

body.hs-hubdb-tmas .tmas-mc-single #SidebarFormV1.tma-form-1 .hs-form-field,
body.hs-hubdb-tmas .tmas-mc-single #SidebarFormV1.tma-form-1 .hs_submit {
    width: 100%; 
}

body.hs-hubdb-tmas .tmas-mc-single #SidebarFormV1.tma-form-1 .hs-form-field.hs-fieldtype-text {
    width: 50%; 
}

body.hs-hubdb-tmas .tmas-mc-single #SidebarFormV1.tma-form-1 .hs-submit input[type="submit"] {
    width: 190px;
    margin: auto;
}

body.hs-hubdb-tmas .tma-map-list {
    padding: 0 !important;
    list-style: none !important;  
}

body.hs-hubdb-tmas .tma-map-list li a::after,
body.hs-hubdb-tmas #ContentWithSidebarLeftV1 #Sidebar .custom-menu-primary.sidebarnavileft .child-trigger,
body.hs-hubdb-tmas #ContentWithSidebarLeftV1 #Sidebar .custom-menu-primary.sidebarnavileft ul.hs-menu-children-wrapper li::after {display:none!important;}

body.hs-hubdb-tmas .tma-map-list li img {
    width: 500px;
    height: auto;
    border: 2px solid #707070;
    overflow: hidden;
    border-radius: 7px 0;
}

body.hs-hubdb-tmas .tma-map-list li:hover img {
    border-color: #f8a132;
}

body.hs-hubdb-tmas #ModelsGalleryPopupV1.popup-overlay .popup {width: 1200px;}

body.hs-hubdb-tmas #ContentWithSidebarLeftV1 #Sidebar .custom-menu-primary.sidebarnavileft ul.hs-menu-children-wrapper {
    display: block!important; 
}

body.hs-hubdb-tmas .btn.pdf-btn {
    padding: 15px 20px 12px 35px;
    width: auto;
    display: inline-block;
}

body.hs-hubdb-tmas .btn.pdf-btn::before {
    content: "";
    background-image: url(https://www.crownbio.com/hubfs/assets/icons/pdf-icon-1-ffffff.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 28px;
    position: absolute;
    background-size: cover;
    left: 8px;
    top: 10px;
}

.mixitup-page-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.mixitup-page-list .mixitup-control {
    border: none;
    background-color: #04697b;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    border-radius: 100px;
}

.mixitup-page-list .mixitup-control:hover,
.mixitup-page-list .mixitup-control:focus,
.mixitup-page-list .mixitup-control.mixitup-control-active {background-color:#f8a132!important;}

.mixitup-page-list .mixitup-control.mixitup-control-truncation-marker,
.mixitup-page-list .mixitup-control.mixitup-control-prev,
.mixitup-page-list .mixitup-control.mixitup-control-next {
    background-color: transparent!important;
    color: #000; 
}

.mixitup-page-list.style1 .mixitup-control:not(.mixitup-control-prev, .mixitup-control-next),
.mixitup-page-list.style1 .mixitup-control.mixitup-control-disabled {display:none!important;}

.mixitup-page-list.style1 .mixitup-control.mixitup-control-prev,
.mixitup-page-list.style1 .mixitup-control.mixitup-control-next {
    color: #fff;
    border-radius: 0 10px 0 10px;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #d6632a;
    background-image: linear-gradient(to right, #fad177, #d6632a);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center;
    width: 240px;
    max-width: 100%;
    white-space: normal;
    font-size: 19px;
    padding: 12px 20px 9px 20px;
    border: 0;
    display: block;
    margin: 0px;
    text-shadow: none;
    text-align: center;
    line-height: 1;
    font-family: "AvenirNext Regular", Arial, Helvetica, sans-serif;
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
    position: relative;
    text-indent: -1000px;
    overflow: hidden;
}

.mixitup-page-list.style1 .mixitup-control.mixitup-control-prev::before,
.mixitup-page-list.style1 .mixitup-control.mixitup-control-next::before {
    content: "View Older Posts";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    text-indent: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
}

.mixitup-page-list.style1 .mixitup-control.mixitup-control-prev::before {
    content: "View Recent Posts";
}

.mixitup-page-list.style1 .mixitup-control.mixitup-control-prev::after,
.mixitup-page-list.style1 .mixitup-control.mixitup-control-next::after {
    content: " ";
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff", GradientType=1 );
    width: 15%;
    height: 100%;
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    animation: move 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation: move 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    -moz-transform: skew(-10deg, 0deg);
    -moz-animation: move 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 1s;
    -ms-transform: skew(-10deg, 0deg);
    -ms-animation: move 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 1s;
    -o-transform: skew(-10deg, 0deg);
    -o-animation: move 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 1s; 
}

.speaker-listing-v1,
.speaker-listing-v1 .speaker-entry {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.speaker-listing-v1 {
    margin-left: -15px;
    margin-right: -15px;
}

.speaker-listing-v1 .speaker-entry {
   width: 50%!important;
   margin: 0 !important;
   padding: 0px 15px !important;
   margin-bottom: 30px !important;
}

.speaker-listing-v1 .speaker-entry.twospeaker {
   width: 100%!important;
}

.speaker-listing-v1 .speaker-entry .img-wrapper {
  width: 110px;
  margin-bottom: 0px !important;
}

.speaker-listing-v1 .speaker-entry.twospeaker .img-wrapper {
  width: 200px;
}

.speaker-listing-v1 .speaker-entry .content {
  width: calc(100% - 110px);
  padding-left: 15px;
}

.speaker-listing-v1 .speaker-entry.twospeaker .content {
  width: calc(100% - 200px);
  padding-left: 40px;
}

.flex-resource-listing-v1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0px -20px;
}

.flex-resource-listing-v1 .resource-entry {
  padding: 0px 20px;
  width: 100%;
  margin-bottom: 40px;
}

.flex-resource-listing-v1 .img-wrapper {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 225px;
  margin-bottom: 20px;
}

.flex-resource-listing-v1 .img-wrapper img {display:none;}

.flex-resource-listing-v1 .content .title {
  font-family: 'AvenirNext Bold', Arial, Helvetica, sans-serif;
  font-weight: 700; 
}

.flex-resource-listing-v1 .content .desc {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


#BlogSection1.crowncast-v1 {padding:0!important;}
#BlogSection1.crowncast-v1 #BlogBannerV1 {position: relative;height: 470px;overflow: hidden;}
#BlogSection1.crowncast-v1 #BlogBannerV1 .ft-img {border-radius: 0px;width: 100%;position: absolute;top: 50%;transform: translateY(-50%);}
#BlogSection1.crowncast-v1 #BlogContentV1 {padding-bottom: 20px;}
#BlogSection1.crowncast-v1 #MainContent {
  position: relative;
  background-color: #fff;
  margin-top: -230px;
  z-index: 1;
  padding: 35px 35px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);}
#BlogSection1.crowncast-v1 #MainContent .post-meta p {font-size: 14px;}
#BlogSection1.crowncast-v1 #MainContent .post-meta .divider {top: -1px;}
#BlogSection1.crowncast-v1 #MainContent .post-meta p a {color: #666666;}
#BlogSection1.crowncast-v1 #MainContent .post-meta p a::after {background-color: #666666;}
#BlogSection1.crowncast-v1 #MainContent h2 {font-family: 'AvenirNext Bold', Arial, Helvetica, sans-serif;font-weight: 700; }
#BlogSection1.crowncast-v1 .video-placeholder-1 {background-color: #000;height: 570px;margin-bottom: 20px;}
#BlogSection1.crowncast-v1 #InnerPageSocialSharingV2 .social-cons li a span {display:none!important;}
#BlogSection1.crowncast-v1 #InnerPageSocialSharingV2 .social-cons li a {width: 30px;justify-content: center;}
#BlogSection1.crowncast-v1 #RelatedEpisodesV1 {display: inline-block;float: none;width: 100%;margin: 50px 0 0;}
#BlogSection1.crowncast-v1 #RelatedEpisodesV1 h3.block-title,
#RelatedEpisodesV1 h3.block-title {color: var(--primary-color);padding-bottom: 10px;border-bottom: 2px solid var(--primary-color);margin-bottom: 35px;}



@media only screen and (min-width: 1200px) {
   #WR2021HeaderV1 .header-row2 #HeaderLogo {width: 24.591%;}
   #WR2021HeaderV1 .header-row2 #mobilemenublock {margin: 0;width:75.409%;padding-top: 25px;padding-left: 135px;}
   #WR2021HeaderV1.mbl-header .header-row2 #mobilemenublock {padding-left: 60px;}
   #WR2021FooterV1 .col {margin:0!important;}
   #WR2021FooterV1 #Footercolumn1 {width: 18.427%;}
   #WR2021FooterV1 #Footercolumn2 {width: 48.525%;}
   #WR2021FooterV1 #Footercolumn3 {width: 15.394%;}
   #WR2021FooterV1 #Footercolumn4 {width: 17.654%;}
   #ContentWithSidebarLeftV1 #MainContent,
   #ContentWithSidebarLeftV1 #Sidebar,
   #ContentWithSidebarLeftRightV1 #MainContent,
   #ContentWithSidebarLeftRightV1 #SidebarLeft,
   #ContentWithSidebarLeftRightV1 #SidebarRight {margin:0!important;}
   #ContentWithSidebarLeftV1 #MainContent {width: 74%;}
   #ContentWithSidebarLeftV1 #Sidebar,
   #ContentWithSidebarLeftRightV1 #SidebarLeft {width: 26%;padding-right: 30px;}
   #ContentWithSidebarLeftRightV1 #MainContent {width: 56%;}
   #ContentWithSidebarLeftRightV1 #SidebarRight {width: 18%;padding-left: 30px;}
   #GCSection1 .S1ContentLeft {width: 62.705%;padding-right:0px;margin:0;}
   #GCSection1 .S1ContentRight {width: 37.295%;padding-left:60px;margin:0;}
   #CWFSection1 .S1ContentLeft {width: 65.573%;padding-right: 60px;margin: 0;}
   #CWFSection1 .S1ContentRight {width: 34.427%;margin: 0;}
   #BlogLatestPostBlock .grid-resource-listing-v1 {grid-auto-rows: 250px;}
   .ft-listing1, .simple-resource-listing-v2 {margin-left: -15px;margin-right: -15px;}
   .grid-resource-listing-v1.res-category-listing .resource-entry .boxed .content {min-height: 150px;}
   .footersocial .social-cons {justify-content: flex-end;}
   #WR2021FooterV2 .main-footer .social-cons {justify-content: flex-end;}
}


@media only screen and (max-width: 1199px) {
  .lg-hide {display: none!important;}
  .lg-display {display: block!important;}
  .text-center-1199 {text-align: center!important;}
  .lg-bottom0 {margin-bottom:0px!important;}
  .lg-bottom1 {margin-bottom:10px!important;}
  .lg-bottom15 {margin-bottom:15px!important;}
  .lg-bottom2 {margin-bottom:20px!important;}
  .lg-bottom3 {margin-bottom:30px!important;}
  .lg-bottom4 {margin-bottom:30px!important;}
  .bottom2-1199 {margin-bottom: 20px!important;}
  .bottom3-1199 {margin-bottom: 30px!important;}
  .aligncenter-1199 {float:none!important;display:block!important;margin:auto!important;margin-bottom: 30px!important;text-align: center!important;}
  #WR2021HeaderV1 {padding: 10px 0px;}
  #WR2021FooterV1 .container > div > .row-fluid {flex-direction: column-reverse;}
  #WR2021FooterV1 #Footercolumn1,
  #WR2021FooterV1 #Footercolumn2,
  #WR2021FooterV1 #Footercolumn3,
  #WR2021FooterV1 #Footercolumn4 {width: 100%;text-align: center;}
  #WR2021FooterV1 #Footercolumn4,
  #WR2021FooterV1 #Footercolumn3,
  #WR2021FooterV1 #Footercolumn2 {margin-bottom: 20px;}
  #ContentWithSidebarLeftV1 #MainContent, #ContentWithSidebarLeftV1 #Sidebar,
  #ContentWithSidebarLeftRightV1 #SidebarLeft, #ContentWithSidebarLeftRightV1 #MainContent,
  #ContentWithSidebarLeftRightV1 #SidebarRight {width: 100%!important;margin:0 0 30px!important;}
  #LeadershipTeamV1Popup.popup-overlay .popupcontent .row-fluid {align-items: flex-start;}
  .imaged-listing-v1 li {width: 50%!important;}
  .imaged-listing-v1 li a {font-size:14px!important;}
  .hs-author-card-v1 .hs-author-header-wrapper .hs-author-name {width: 100%!important;}
  #WR2021FooterV2 .main-footer .mf-col1,
  #WR2021FooterV2 .main-footer .mf-col2,
  #WR2021FooterV2 .main-footer .mf-col3,
  #WR2021FooterV2 .main-footer .mf-col4,
  #WR2021FooterV2 .pre-footer .pf-col1,
  #WR2021FooterV2 .pre-footer .pf-col2,
  #WR2021FooterV2 .pre-footer .pf-col3,
  #WR2021FooterV2 .pre-footer .pf-col4,
  #WR2021FooterV2 .pre-footer .pf-col5 {width: 100%!important;}
  body.hs-hubdb-models #MainContent > .row-fluid > .S1ContentLeft,
  body.hs-hubdb-models #MainContent > .row-fluid > .S1ContentRight {
    width: 100%!important;
    padding: 0px 15px!important;
  }
  body.hs-hubdb-tmas .tmas-mc-listing .col1,
  body.hs-hubdb-tmas .tmas-mc-listing .col2,
  body.hs-hubdb-tmas .tmas-mc-single .col1,
  body.hs-hubdb-tmas .tmas-mc-single .col2 {
      width: 100%!important;
  }
  .speaker-listing-v1 .speaker-entry,
  .speaker-listing-v1 .speaker-entry .img-wrapper,
  .speaker-listing-v1 .speaker-entry .content {width: 100%!important;}
  .speaker-listing-v1 .speaker-entry {text-align:center!important;}
  .speaker-listing-v1 .speaker-entry .img-wrapper {margin-bottom: 15px !important;}
  .speaker-listing-v1 .speaker-entry .content {padding: 0!important;}
  
}

@media (max-width: 1199px) and (min-width: 768px) {
  
  #WR2021HeaderV1 .header-row1 {margin-bottom: 10px;}
  #BlogLatestPostBlock .grid-resource-listing-v1 .resource-entry:nth-child(4) {grid-column: span 1;}
  #BlogLatestPostBlock .grid-resource-listing-v1 .resource-entry:nth-child(2),
  #BlogLatestPostBlock .grid-resource-listing-v1 .resource-entry:nth-child(5) {grid-row: span 1;grid-column: span 2;}
  #BlogLatestPostBlock .grid-resource-listing-v1 .resource-entry:nth-child(6) {grid-row: span 1;grid-column: span 3;}
  #WR2021HeaderV1 .header-row2 .container > div > .row-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
  }
  #WR2021HeaderV1.affix .header-row2 #mobilemenublock {padding-left:30px;width: 50%!important;}
  #WR2021HeaderV1.affix .header-row2 #HeaderRow1Content {width: 33.606%!important;}
}

@media only screen and (min-width: 768px) {
   #WR2021HeaderV1 .header-row1 .HeaderSecondaryMenu {margin: 0;width: calc(100% - 410px);padding-top: 2px;}
   #WR2021HeaderV1 .header-row1 .HeaderSearch {margin: 0;width: 300px;padding: 0px 24px 0px 60px;}
   #WR2021HeaderV1 .header-row1 .HeaderLangSwitcher {margin: 0;width: 110px;}
   #ContentWithSidebarLeftV1 > div > .row-fluid,
   #ContentWithSidebarLeftRightV1 > div > .row-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
   }
   #CTABox1 .btn {width:100%;font-size: 17px;padding: 13px 20px 10px 20px;}
   #CTABox1 .row-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
   }
   #BlogContentV1 .single-blog-post #CTABox1.author-box .row-fluid {
   justify-content: flex-start;
   align-items: flex-start;  
   }
   #BlogContentV1 .single-blog-post #CTABox1.author-box .col1 {}
   #WR2021HeaderV1.affix .header-row2 #HeaderLogo {width: 16.394%;}
   #WR2021HeaderV1.affix .header-row2 #mobilemenublock {margin: 0;width: 57%;padding-top: 14px;}
   #WR2021HeaderV1.affix .header-row2 #HeaderRow1Content {margin: 0;width: 26.606%;padding-left: 50px;padding-top: 10px;}
   #WR2021HeaderV1.affix .header-row2 #HeaderRow1Content > div > .row-fluid {display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: center;}
   #WR2021HeaderV1.affix .header-row2 #HeaderRow1Content .HeaderLangSwitcher {width: 110px;margin: 0 0 0 25px;float: none;}
   #WR2021HeaderV1.affix .header-row2 #HeaderRow1Content .HeaderSearch {float: none;width: 139px;margin:0;}
   .mixitup-page-list.style1 {justify-content: space-between;}
   .mixitup-page-list.style1:has(.mixitup-control-prev.mixitup-control-disabled) {justify-content: flex-end;}
  .flex-resource-listing-v1.three-column .resource-entry {width: 33.3333%;}
}


@media only screen and (max-width: 767px) {
  .row-fluid [class*="span"] {width: 100%;}
  .xs-hide {display: none!important;margin-bottom:0px!important;}
  .xs-display {display: block!important;margin-bottom:0px!important;}
  .text-center-767 {text-align: center!important;}
  .aligncenter-767 {float:none!important;display:block!important;margin:auto!important;margin-bottom: 30px!important;text-align: center!important ;}
  .containerwrap {padding-top: 30px;padding-bottom: 30px;}
  .xs-bottom0 {margin-bottom:0px!important;}
  .xs-bottom1 {margin-bottom:10px!important;}
  .xs-bottom15 {margin-bottom:15px!important;}
  .xs-bottom2 {margin-bottom:20px!important;}
  .xs-bottom3 {margin-bottom:30px!important;}
  .xs-bottom4 {margin-bottom:40px!important;}
  .xs-bottom5 {margin-bottom:50px!important;}
  .xs-bottom6 {margin-bottom:60px!important;}
  h1 {font-size: 32px!important;}
  h2 {font-size: 22px!important;}
  h3 {font-size: 20px!important;}
  p, ul li, ol li {font-size:14px!important;}
  .btn, input[type="submit"] {font-size: 14px!important;padding: 14px 15px 12px!important;margin: auto!important;}
  .btn-inline .btn {margin-bottom: 10px!important;}
  #WR2021HeaderV1 {padding: 0px!important;}
  #WR2021HeaderV1 .header-row1 {background-color: var(--primary-color);padding: 4px 0px;margin-bottom: 0!important;}
  #WR2021HeaderV1 .header-row1 .HeaderSearch {margin: 0;width: calc(100% - 110px);padding: 0 11px 0 0;}
  #WR2021HeaderV1 .header-row1 .HeaderLangSwitcher {display: inline-block;position: absolute;right: 15px;top: 5px;width: 110px;}
  #LanguageSwitcherPlaceholder {background-image: url(https://1933423.fs1.hubspotusercontent-na1.net/hubfs/1933423/WRCrownbio2021%20Assets/lang-switcher-placeholder-bg-white.png);}
  #WR2021HeaderV1 .header-row2 {padding: 10px 0px 10px;}
  #WR2021HeaderV1 .header-row2 #HeaderLogo a img {width: 190px;z-index:0;}
  #WR2021FooterV1 p {line-height: 1.5;}
  .boxed-wrapper .col {width: 100%!important;}
  #ContentWithSidebarLeftV1 #MainContent,
  #ContentWithSidebarLeftRightV1 #MainContent,
  #ContentWithSidebarLeftRightV1 #SidebarRight {margin-bottom:30px!important;}
  #GCSection1 .S1ContentRight,
  #CWFSection1 .S1ContentRight {margin-bottom:30px;}
  /*#GCSection1 .container > div:nth-child(2) .row-fluid,*/
  #CWFSection1 .container > div:nth-child(2) .row-fluid {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    /*flex-direction: column-reverse;*/
  }
  #ContentWithSidebarLeftV1 > div > .row-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column!important;
  }
  .grid-resource-listing-v1 .resource-entry,
  #BlogLatestPostBlock .grid-resource-listing-v1 .resource-entry:nth-child(7),
  #BlogLatestPostBlock .grid-resource-listing-v1 .resource-entry:nth-child(8) {grid-row: span 1!important;grid-column: span 3!important; width: 100%;}
  .topics-listing {justify-content: space-evenly!important;}
  .topics-listing li {
    display: block!important;
    margin-right: 0px!important;
    margin-bottom: 10px!important;
  }
  #BlogContentV1 .single-blog-post #CTABox1.author-box {padding: 25px 20px!important;}
  #LeadershipTeamV1Popup.popup-overlay .popupcontent .col1 {margin-bottom:20px!important;}
  #LeadershipTeamV1Popup.popup-overlay .popupcontent .col1, #LeadershipTeamV1Popup.popup-overlay .popupcontent .col2 {width: 100%;padding:0!important;}
  #LeadershipTeamV1.grid-resource-listing-v1 .resource-entry .boxed {width: 300px;}
  #HeaderRow1Content {padding-left: 35px;}
  #WR2021HeaderV1.affix #HeaderRow1Content {padding:0!important;margin-top: 10px;}
  #HeaderRow1ContentBlock, #HeaderRow2ContentBlock {position: unset;}
  #WR2021HeaderV1.affix .header-row2 .HeaderSearch #WRCustomSearch2021V1 #LinkedPopupSearch {
    position: absolute;
    width: 15px;
    right: 75px;
    top: 27px;
  }
  #WR2021HeaderV1.affix .header-row2 .HeaderLangSwitcher {display:none!important;}
  .blog-entry-pagination-v2 .btn {margin-bottom: 10px!important;}
  .simple-resource-listing-v1 .content .date,
  .simple-resource-listing-v1 .content h3,
  .simple-resource-listing-v1 .content .btn-wrapper {width:100%!important;padding: 0!important;}
  #WR2021HeaderV1.affix .header-row2 .HeaderSearch #WRCustomSearch2021V1 .btns.btn-ss {display:none!important;}
  #WR2021HeaderV1.affix .header-row2 .HeaderSearch #WRCustomSearch2021V1 #LinkedPopupSearch {display:block!important;}
  .video-play-button {width: 15px;height: 20px;}
  .video-play-button:after,
  .video-play-button:before {width: 50px;height: 50px;}
  .video-play-button span.play {border-left: 15px solid #fff;border-top: 10px solid transparent;border-bottom: 10px solid transparent;}
  .popup-overlay .popup {padding: 10px;}
  .popup-overlay .popup .close {font-size: 35px;right: -4px;}
  #DatabasePagesV1 #WR2021HeaderV1 {padding: 0px 0px 0px!important;}
  .ft-listing1 li {width: 50%;}
  #NewsAndInsightsListingV1.grid-resource-listing-v1 .resource-entry .boxed .content {padding: 20px!important;}
  .simple-resource-listing-v2 .resource-entry .boxed .img-wrapper {width: 100%;padding-top: 0px;text-align: center;margin-bottom: 20px;}
  .simple-resource-listing-v2 .resource-entry .boxed .content {width: 100%;padding-left: 0px;text-align: center;}
  .simple-resource-listing-v2 .resource-entry .boxed {padding: 25px 0px;}
  #EventsHeaderNavV1 {display: block;text-align: center;}
  #EventsHeaderNavV1 ul {margin: 0px auto 30px;}
  #WR2021BannerV1 {padding: 80px 0 80px!important;}
  #SingleModelTableV1.customtablev1 th,#ModelsListingTableV1.customtablev1 th {font-size: 14px;padding: 5px 10px;}
  #SingleModelTableV1.customtablev1 td,#ModelsListingTableV1.customtablev1 td {font-size: 12px;padding: 5px 10px;}
  body.hs-hubdb-tmas #ContentWithSidebarLeftV1 #Sidebar .custom-menu-primary.sidebarnavileft {display: block!important;}
  body.hs-hubdb-tmas #ContentWithSidebarLeftV1 #Sidebar .custom-menu-primary.sidebarnavileft li {background-color: transparent !important;}
  #CTABoxV3 .gradient-boxed1 .row-fluid{ flex-wrap: wrap; }
  #CTABoxV3 .gradient-boxed1 .row-fluid > div{ width:100%; }
  #BlogListingV1.grid-resource-listing-v1 .resource-entry.tag-podcast .boxed .img-wrapper {background-size: 200px!important;background-position: top 40px center!important;}
  
}

@media only screen and (max-width: 580px) {
  
  .hs-author-card-v1 .hs-author-details1-wrapper,
  .hs-author-card-v1 .hs-author-details2-wrapper {
    position: relative;
    width: 100%;
    padding:0!important;
  }
  
}

@media only screen and (max-width: 480px) {
  .imaged-listing-v1 li, .ft-listing1 li {width: 100%!important;}
}